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
158     vpp-compare-testbeds:
159       csit-vpp-perf-verify-1810-3n-hsw:
160       # TODO: Add data
161       - 8   # NDRPDR sel
162       - 12  # NDRPDR sel
163       - 14  # NDRPDR sel
164       - 18  # NDRPDR sel
165       - 23  # NDRPDR sel
166       - 25  # NDRPDR sel
167       - 38  # NDRPDR sel
168       csit-vpp-perf-verify-1810-3n-skx:
169       - 24  # NDRPDR full
170       - 10  # NDRPDR sel
171       - 14  # NDRPDR sel
172       - 15  # NDRPDR sel
173       - 16  # NDRPDR sel
174       - 17  # NDRPDR sel
175       - 19  # NDRPDR sel
176       - 20  # NDRPDR sel
177       - 21  # NDRPDR sel
178       - 22  # NDRPDR sel
179       - 25  # NDRPDR sel
180
181     vpp-compare-testbeds-mrr:
182       csit-vpp-perf-verify-1810-3n-hsw:
183       # TODO: Add data
184       - 9   # MRR sel
185       csit-vpp-perf-verify-1810-3n-skx:
186       # TODO: Add data
187       - 9   # MRR sel
188       - 11  # MRR sel
189       - 12  # MRR sel
190       - 13  # MRR sel
191
192     vpp-performance-changes-mrr:
193       csit-vpp-perf-check-1804:
194       - 6   # mrr - sel
195       - 13  # mrr - sel
196       - 14  # mrr - sel
197       - 15  # mrr - sel
198       - 16  # mrr - sel
199       - 17  # mrr - sel
200       - 19  # mrr - sel
201       - 20  # mrr - sel
202       - 21  # mrr - sel
203       - 22  # mrr - sel
204       csit-vpp-perf-verify-1807-3n-hsw:
205       - 8   # MRR full
206       - 9   # MRR sel
207       - 21  # MRR sel
208       - 31  # MRR sel
209       - 33  # MRR sel
210       - 36  # MRR sel
211       - 41  # MRR sel
212       - 42  # MRR sel
213       - 48  # MRR sel
214       csit-vpp-perf-verify-1810-3n-hsw:
215       # TODO: Add data
216       - 9   # MRR sel
217
218     vpp-perf-results-3n-hsw:
219       csit-vpp-perf-verify-1810-3n-hsw:
220       - 20  # NDRPDR full
221       - 21  # NDRPDR full
222       - 22  # NDRPDR full
223       - 27  # NDRPDR full
224
225     vpp-perf-results-3n-skx:
226       csit-vpp-perf-verify-1810-3n-skx:
227       - 23  # NDRPDR full
228       - 24  # NDRPDR full
229
230     vpp-perf-results-2n-skx:
231       csit-vpp-perf-verify-1810-2n-skx:
232       - 25  # NDRPDR full
233       - 26  # NDRPDR full
234
235     vpp-mrr-results-3n-hsw:
236       csit-vpp-perf-verify-1810-3n-hsw:
237       # TODO: Replace with full
238       - 9   # MRR sel
239
240     vpp-mrr-results-3n-skx:
241       csit-vpp-perf-verify-1810-3n-skx:
242       # TODO: Replace with full
243       - 9   # MRR sel
244
245     vpp-mrr-results-2n-skx:
246       csit-vpp-perf-verify-1810-2n-skx:
247       # TODO: Replace with full
248       - 8   # MRR sel
249
250     plot-throughput-speedup-analysis-3n-hsw:
251       csit-vpp-perf-verify-1810-3n-hsw:
252       # TODO: Add data
253       - 8   # NDRPDR sel
254       - 12  # NDRPDR sel
255       - 14  # NDRPDR sel
256       - 18  # NDRPDR sel
257       - 23  # NDRPDR sel
258       - 25  # NDRPDR sel
259       - 38  # 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
299     plot-vpp-throughput-latency-3n-skx:
300       csit-vpp-perf-verify-1810-3n-skx:
301       - 24  # NDRPDR full
302       - 10  # NDRPDR sel
303       - 14  # NDRPDR sel
304       - 15  # NDRPDR sel
305       - 16  # NDRPDR sel
306       - 17  # NDRPDR sel
307       - 19  # NDRPDR sel
308       - 20  # NDRPDR sel
309       - 21  # NDRPDR sel
310       - 22  # NDRPDR sel
311       - 25  # NDRPDR sel
312
313     plot-vpp-throughput-latency-2n-skx:
314       csit-vpp-perf-verify-1810-2n-skx:
315       - 9   # NDRPDR sel
316       - 13  # NDRPDR sel
317       - 14  # NDRPDR sel
318       - 19  # NDRPDR sel
319       - 20  # NDRPDR sel
320       - 21  # NDRPDR sel
321       - 22  # NDRPDR sel
322       - 23  # NDRPDR sel
323       - 24  # NDRPDR sel
324       - 27  # NDRPDR sel
325
326     plot-vpp-http-server-performance:
327       csit-vpp-perf-verify-1810-3n-hsw:
328       - 28  # WRK
329       - 29  # WRK
330       - 30  # WRK
331       - 31  # WRK
332       - 32  # WRK
333       - 33  # WRK
334       - 34  # WRK
335       - 35  # WRK
336       - 36  # WRK
337       - 37  # WRK
338
339     # VPP Functional
340     vpp-func-results-ubuntu:
341       csit-vpp-functional-1810-ubuntu1604-virl:
342       - 44
343
344     vpp-func-results-centos:
345       csit-vpp-functional-1810-centos7-virl:
346       - 44
347
348     vpp-device-results-ubuntu:
349       csit-vpp-device-1810-ubuntu1804-1n-skx:
350       - 2
351
352     # VPP Ligato
353     ligato-perf-results-3n-hsw:
354       csit-ligato-perf-verify-1810-3n-hsw:
355       - 5   # full
356
357     plot-ligato-throughput-speedup-analysis-3n-hsw:
358       csit-ligato-perf-verify-1810-3n-hsw:
359       - 5   # full
360       - 6   # sel
361       - 8   # sel
362       - 9   # sel
363       - 11  # sel
364       - 12  # sel
365       - 13  # sel
366       - 14  # sel
367       - 16  # sel
368       - 17  # sel
369       - 18  # sel
370
371     plot-ligato-throughput-latency-3n-hsw:
372       csit-ligato-perf-verify-1810-3n-hsw:
373       - 5   # full
374       - 6   # sel
375       - 8   # sel
376       - 9   # sel
377       - 11  # sel
378       - 12  # sel
379       - 13  # sel
380       - 14  # sel
381       - 16  # sel
382       - 17  # sel
383       - 18  # sel
384
385     # DPDK Performance
386     dpdk-performance-changes:
387       csit-dpdk-perf-1804-all:
388       - 4
389       - 5
390       - 6
391       - 7
392       - 8
393       - 9
394       - 10
395       - 11
396       - 12
397       - 13
398       csit-dpdk-perf-verify-1807-3n-hsw:
399       - 11
400       - 12  # full
401       - 14
402       - 15
403       - 16
404       - 17
405       - 20
406       - 21
407       - 22
408       - 23
409       csit-dpdk-perf-verify-1810-3n-hsw:
410       - 1   # NDRPDR sel
411       - 2   # NDRPDR sel
412       - 3   # NDRPDR sel
413       - 4   # NDRPDR sel
414       - 5   # NDRPDR sel
415       - 6   # NDRPDR sel
416       - 7   # NDRPDR sel
417       - 8   # NDRPDR sel
418       - 9   # NDRPDR sel
419       - 10  # NDRPDR sel
420
421     dpdk-compare-testbeds:
422       csit-dpdk-perf-verify-1810-3n-skx:
423       - 3   # NDRPDR sel
424       - 4   # NDRPDR sel
425       - 6   # NDRPDR sel
426       - 7   # NDRPDR sel
427       - 8   # NDRPDR sel
428       - 9   # NDRPDR sel
429       - 10  # NDRPDR sel
430       - 11  # NDRPDR sel
431       - 12  # NDRPDR sel
432       - 13  # NDRPDR sel
433       csit-dpdk-perf-verify-1810-3n-hsw:
434       - 1   # NDRPDR sel
435       - 2   # NDRPDR sel
436       - 3   # NDRPDR sel
437       - 4   # NDRPDR sel
438       - 5   # NDRPDR sel
439       - 6   # NDRPDR sel
440       - 7   # NDRPDR sel
441       - 8   # NDRPDR sel
442       - 9   # NDRPDR sel
443       - 10  # NDRPDR sel
444
445     dpdk-perf-results-3n-hsw:
446       csit-dpdk-perf-verify-1810-3n-hsw:
447       - 1
448
449     dpdk-perf-results-3n-skx:
450       csit-dpdk-perf-verify-1810-3n-skx:
451       - 3   # NDRPDR sel
452
453     dpdk-perf-results-2n-skx:
454       csit-dpdk-perf-verify-1810-2n-skx:
455       - 3
456
457     plot-dpdk-throughput-latency-3n-hsw:
458       csit-dpdk-perf-verify-1810-3n-hsw:
459       - 1   # NDRPDR sel
460       - 2   # NDRPDR sel
461       - 3   # NDRPDR sel
462       - 4   # NDRPDR sel
463       - 5   # NDRPDR sel
464       - 6   # NDRPDR sel
465       - 7   # NDRPDR sel
466       - 8   # NDRPDR sel
467       - 9   # NDRPDR sel
468       - 10  # NDRPDR sel
469
470     plot-dpdk-throughput-latency-3n-skx:
471       csit-dpdk-perf-verify-1810-3n-skx:
472       - 3   # NDRPDR sel
473       - 4   # NDRPDR sel
474       - 6   # NDRPDR sel
475       - 7   # NDRPDR sel
476       - 8   # NDRPDR sel
477       - 9   # NDRPDR sel
478       - 10  # NDRPDR sel
479       - 11  # NDRPDR sel
480       - 12  # NDRPDR sel
481       - 13  # NDRPDR sel
482
483     plot-dpdk-throughput-latency-2n-skx:
484       csit-dpdk-perf-verify-1810-2n-skx:
485       - 3   # NDRPDR sel
486       - 4   # NDRPDR sel
487       - 5   # NDRPDR sel
488       - 7   # NDRPDR sel
489       - 8   # NDRPDR sel
490       - 9   # NDRPDR sel
491       - 10  # NDRPDR sel
492       - 11  # NDRPDR sel
493       - 12  # NDRPDR sel
494       - 13  # NDRPDR sel
495
496     # HoneyComb Functional
497     hc-func-results:
498       csit-hc2vpp-verify-func-1810-ubuntu1604:
499       - 1
500
501     # NSH SFC Functional
502     nsh-func-results:
503       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
504       - 1
505
506     # DMM Functional
507     dmm-func-results:
508       csit-dmm-functional-1810-ubuntu1604-virl:
509       - 1
510
511   plot-layouts:
512
513     plot-cps:
514       titlefont:
515         size: 18
516       xaxis:
517         title: "<b>Test Cases [Index]</b>"
518         titlefont:
519           size: 16
520         autorange: True
521         fixedrange: False
522         gridcolor: "rgb(230, 230, 230)"
523         linecolor: "rgb(220, 220, 220)"
524         linewidth: 1
525         showgrid: True
526         showline: True
527         showticklabels: True
528         tickcolor: "rgb(220, 220, 220)"
529         tickmode: "linear"
530         tickfont:
531           size: 16
532         zeroline: False
533       yaxis:
534         title: "<b>Connections Per Second [cps]</b>"
535         titlefont:
536           size: 16
537         gridcolor: "rgb(230, 230, 230)"
538         hoverformat: ".4s"
539         linecolor: "rgb(220, 220, 220)"
540         linewidth: 1
541         rangemode: "tozero"
542         showgrid: True
543         showline: True
544         showticklabels: True
545         tickcolor: "rgb(220, 220, 220)"
546         tickformat: ".3s"
547         tickfont:
548           size: 16
549         zeroline: False
550       boxmode: "group"
551       boxgroupgap: 0.5
552       autosize: False
553       margin:
554         t: 50
555         b: 20
556         l: 80
557         r: 20
558       showlegend: True
559       legend:
560         orientation: "h"
561         font:
562           size: 16
563       width: 700
564       height: 800
565
566     plot-rps:
567       titlefont:
568         size: 18
569       xaxis:
570         title: "<b>Test Cases [Index]</b>"
571         titlefont:
572           size: 16
573         autorange: True
574         fixedrange: False
575         gridcolor: "rgb(230, 230, 230)"
576         linecolor: "rgb(220, 220, 220)"
577         linewidth: 1
578         showgrid: True
579         showline: True
580         showticklabels: True
581         tickcolor: "rgb(220, 220, 220)"
582         tickmode: "linear"
583         tickfont:
584           size: 16
585         zeroline: False
586       yaxis:
587         title: "<b>Requests Per Second [rps]</b>"
588         titlefont:
589           size: 16
590         gridcolor: "rgb(230, 230, 230)"
591         hoverformat: ".4s"
592         linecolor: "rgb(220, 220, 220)"
593         linewidth: 1
594         rangemode: "tozero"
595         showgrid: True
596         showline: True
597         showticklabels: True
598         tickcolor: "rgb(230, 230, 230)"
599         tickformat: ".3s"
600         tickfont:
601           size: 16
602         zeroline: False
603       boxmode: "group"
604       boxgroupgap: 0.5
605       autosize: False
606       margin:
607         t: 50
608         b: 20
609         l: 80
610         r: 20
611       showlegend: True
612       legend:
613         orientation: "h"
614         font:
615           size: 16
616       width: 700
617       height: 800
618
619     plot-throughput:
620       titlefont:
621         size: 18
622       xaxis:
623         title: "<b>Test Cases [Index]</b>"
624         titlefont:
625           size: 16
626         autorange: True
627         fixedrange: False
628         gridcolor: "rgb(230, 230, 230)"
629         linecolor: "rgb(220, 220, 220)"
630         linewidth: 1
631         showgrid: True
632         showline: True
633         showticklabels: True
634         tickcolor: "rgb(220, 220, 220)"
635         tickmode: "linear"
636         tickfont:
637           size: 16
638         zeroline: False
639       yaxis:
640         title: "<b>Packet Throughput [Mpps]</b>"
641         titlefont:
642           size: 16
643         gridcolor: "rgb(230, 230, 230)"
644         hoverformat: ".4s"
645         tickformat: ".3s"
646         linecolor: "rgb(220, 220, 220)"
647         linewidth: 1
648         showgrid: True
649         showline: True
650         showticklabels: True
651         tickcolor: "rgb(220, 220, 220)"
652         tickfont:
653           size: 16
654         zeroline: False
655         range: [0,50]
656       boxmode: "group"
657       boxgroupgap: 0.5
658       autosize: False
659       margin:
660         t: 50
661         b: 20
662         l: 80
663         r: 20
664       showlegend: True
665       legend:
666         orientation: "h"
667         font:
668           size: 16
669       width: 700
670       height: 800
671
672     plot-throughput-speedup-analysis:
673       titlefont:
674         size: 18
675       xaxis:
676         title: "<b>Number of Cores [Qty]</b>"
677         titlefont:
678           size: 16
679         autorange: True
680         fixedrange: False
681         gridcolor: "rgb(230, 230, 230)"
682         linecolor: "rgb(220, 220, 220)"
683         linewidth: 1
684         showgrid: True
685         showline: True
686         showticklabels: True
687         tickcolor: "rgb(238, 238, 238)"
688         tickmode: "linear"
689         tickfont:
690           size: 16
691         zeroline: False
692       yaxis:
693         title: "<b>Packet Throughput [Mpps]</b>"
694         titlefont:
695           size: 16
696         type: "linear"
697         gridcolor: "rgb(230, 230, 230)"
698         hoverformat: ".4s"
699         linecolor: "rgb(220, 220, 220)"
700         linewidth: 1
701         showgrid: True
702         showline: True
703         showticklabels: True
704         tickcolor: "rgb(220, 220, 220)"
705         tickformat: ".4s"
706         tickfont:
707           size: 16
708         zeroline: True
709         rangemode: "tozero"
710         # range: [0,100]
711       legend:
712         orientation: "h"
713         font:
714           size: 16
715         xanchor: "left"
716         yanchor: "top"
717         x: 0
718         y: -0.2
719         bgcolor: "rgba(255, 255, 255, 0)"
720         bordercolor: "rgba(255, 255, 255, 0)"
721         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
722       autosize: False
723       margin:
724           't': 50
725           'b': 150
726           'l': 85
727           'r': 10
728       showlegend: True
729       width: 700
730       height: 700
731       hoverlabel:
732         namelength: -1
733       annotations: [
734         {
735           text: "_ _          __          ...",
736           align: "left",
737           showarrow: False,
738           xref: "paper",
739           yref: "paper",
740           xanchor: "left",
741           yanchor: "top",
742           x: 0,
743           y: -0.125,
744           font: {
745             family: "Consolas, Courier New",
746             size: 15
747           },
748         },
749         {
750           text: "    perfect     measured     limit",
751           align: "left",
752           showarrow: False,
753           xref: "paper",
754           yref: "paper",
755           xanchor: "left",
756           yanchor: "top",
757           x: 0,
758           y: -0.14,
759           font: {
760             family: "Consolas, Courier New",
761             size: 15
762           },
763         },
764       ]
765
766     plot-latency:
767       titlefont:
768         size: 18
769       xaxis:
770         title: "<b>Direction</b>"
771         titlefont:
772           size: 16
773         autorange: True
774         fixedrange: False
775         gridcolor: "rgb(230, 230, 230)"
776         linecolor: "rgb(220, 220, 220)"
777         linewidth: 1
778         showgrid: True
779         showline: True
780         showticklabels: False
781         tickcolor: "rgb(220, 220, 220)"
782         tickmode: "linear"
783         tickfont:
784           size: 16
785         zeroline: False
786       yaxis:
787         title: "<b>Packet Latency [uSec]</b>"
788         titlefont:
789           size: 16
790         type: "linear"
791         gridcolor: "rgb(230, 230, 230)"
792         hoverformat: ".4s"
793         linecolor: "rgb(220, 220, 220)"
794         linewidth: 1
795         showgrid: True
796         showline: True
797         showticklabels: True
798         tickcolor: "rgb(220, 220, 220)"
799         tickformat: ".4s"
800         tickfont:
801           size: 16
802         zeroline: True
803         rangemode: "tozero"
804       legend:
805         orientation: "h"
806         font:
807           size: 16
808         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
809       autosize: False
810       margin:
811           't': 50
812           'b': 150
813           'l': 80
814           'r': 10
815       showlegend: True
816       width: 700
817       height: 700
818       hoverlabel:
819         namelength: -1
820
821 -
822   type: "static"
823   src-path: "{DIR[RST]}"
824   dst-path: "{DIR[WORKING,SRC]}"
825
826 -
827   type: "input"
828   general:
829     file-name: "robot-plugin.zip"
830     file-format: ".zip"
831     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
832     extract: "robot-plugin/output.xml"
833
834   builds:
835
836     csit-vpp-perf-1804-all:
837     - 21  # sel
838     - 22  # sel
839     - 23  # sel
840     - 24  # sel
841     - 27  # sel
842     - 28  # sel
843     - 29  # sel
844     - 30  # sel
845     - 31  # sel
846     - 35  # sel
847     csit-vpp-perf-verify-1807-3n-hsw:
848     - 8   # MRR full
849     - 9   # MRR sel
850     - 21  # MRR sel
851     - 31  # MRR sel
852     - 33  # MRR sel
853     - 36  # MRR sel
854     - 41  # MRR sel
855     - 42  # MRR sel
856     - 48  # MRR sel
857     - 11  # NDRPDR full 1
858     - 22  # NDRPDR full 2
859     - 45  # NDRPDR full 3
860     - 46  # NDRPDR full 4
861     - 15  # NDRPDR sel
862     - 16  # NDRPDR sel
863     - 19  # NDRPDR sel
864     - 18  # NDRPDR sel
865     - 20  # NDRPDR sel
866     - 38  # NDRPDR sel
867     - 40  # NDRPDR sel
868     - 44  # NDRPDR sel
869     - 47  # NDRPDR sel
870     - 24  # WRK
871     - 25  # WRK
872     - 23  # WRK
873     - 26  # WRK
874     - 27  # WRK
875     - 28  # WRK
876     - 29  # WRK
877     - 30  # WRK
878     - 32  # WRK
879     - 35  # WRK
880     # TODO: Add data:
881     csit-vpp-perf-verify-1810-3n-hsw:
882     - 9   # MRR sel
883     - 20  # NDRPDR full
884     - 21  # NDRPDR full
885     - 22  # NDRPDR full
886     - 27  # NDRPDR full
887     - 8   # NDRPDR sel
888     - 12  # NDRPDR sel
889     - 14  # NDRPDR sel
890     - 18  # NDRPDR sel
891     - 23  # NDRPDR sel
892     - 25  # NDRPDR sel
893     - 38  # NDRPDR sel
894     - 28  # WRK
895     - 29  # WRK
896     - 30  # WRK
897     - 31  # WRK
898     - 32  # WRK
899     - 33  # WRK
900     - 34  # WRK
901     - 35  # WRK
902     - 36  # WRK
903     - 37  # WRK
904     csit-vpp-perf-verify-1807-3n-skx:
905     - 31  # MRR full
906     - 28  # MRR sel
907     - 32  # MRR sel
908     - 36  # MRR sel
909     - 42  # MRR sel
910     - 47  # MRR sel
911     - 48  # MRR sel
912     - 51  # MRR sel
913     - 52  # MRR sel
914     - 53  # MRR sel
915     - 54  # MRR sel
916     - 40  # NDRPDR full 1
917     - 41  # NDRPDR full 2
918     - 33  # NDRPDR sel
919     - 35  # NDRPDR sel
920     - 37  # NDRPDR sel
921     - 38  # NDRPDR sel
922     - 39  # NDRPDR sel
923     - 43  # NDRPDR sel
924     - 44  # NDRPDR sel
925     - 49  # NDRPDR sel
926     - 50  # NDRPDR sel
927     - 56  # NDRPDR sel
928     # TODO: Add data:
929     csit-vpp-perf-verify-1810-3n-skx:
930     - 9   # MRR sel
931     - 11  # MRR sel
932     - 12  # MRR sel
933     - 13  # MRR sel
934     - 23  # NDRPDR full
935     - 24  # NDRPDR full
936     - 10  # NDRPDR sel
937     - 14  # NDRPDR sel
938     - 15  # NDRPDR sel
939     - 16  # NDRPDR sel
940     - 17  # NDRPDR sel
941     - 19  # NDRPDR sel
942     - 20  # NDRPDR sel
943     - 21  # NDRPDR sel
944     - 22  # NDRPDR sel
945     - 25  # NDRPDR sel
946     csit-vpp-perf-verify-1807-2n-skx:
947     - 27  # MRR full
948     - 31  # MRR sel
949     - 33  # MRR sel
950     - 37  # MRR sel
951     - 38  # MRR sel
952     - 41  # MRR sel
953     - 43  # MRR sel
954     - 44  # MRR sel
955     - 45  # MRR sel
956     - 46  # MRR sel
957     - 47  # MRR sel
958     - 32  # NDRPDR full
959     - 26  # NDRPDR sel
960     - 28  # NDRPDR sel
961     - 29  # NDRPDR sel
962     - 30  # NDRPDR sel
963     - 34  # NDRPDR sel
964     - 35  # NDRPDR sel
965     - 36  # NDRPDR sel
966     - 39  # NDRPDR sel
967     - 40  # NDRPDR sel
968     - 42  # NDRPDR sel
969     # TODO: Add data:
970     csit-vpp-perf-verify-1810-2n-skx:
971     - 8   # MRR sel
972     - 10  # MRR sel
973     - 11  # MRR sel
974     - 12  # MRR sel
975     - 25  # NDRPDR full
976     - 26  # NDRPDR full
977     - 9   # NDRPDR sel
978     - 13  # NDRPDR sel
979     - 14  # NDRPDR sel
980     - 19  # NDRPDR sel
981     - 20  # NDRPDR sel
982     - 21  # NDRPDR sel
983     - 22  # NDRPDR sel
984     - 23  # NDRPDR sel
985     - 24  # NDRPDR sel
986     - 27  # NDRPDR sel
987     csit-vpp-perf-check-1804:
988     - 5   # mrr - full
989     - 6   # mrr - sel
990     - 13  # mrr - sel
991     - 14  # mrr - sel
992     - 15  # mrr - sel
993     - 16  # mrr - sel
994     - 17  # mrr - sel
995     - 19  # mrr - sel
996     - 20  # mrr - sel
997     - 21  # mrr - sel
998     - 22  # mrr - sel
999     csit-ligato-perf-verify-1810-3n-hsw:
1000     - 5   # full
1001     - 6   # sel
1002     - 8   # sel
1003     - 9   # sel
1004     - 11  # sel
1005     - 12  # sel
1006     - 13  # sel
1007     - 14  # sel
1008     - 16  # sel
1009     - 17  # sel
1010     - 18  # sel
1011     csit-dpdk-perf-1804-all:
1012     - 4
1013     - 5
1014     - 6
1015     - 7
1016     - 8
1017     - 9
1018     - 10
1019     - 11
1020     - 12
1021     - 13
1022     csit-dpdk-perf-verify-1807-3n-hsw:
1023     - 11
1024     - 12  # full
1025     - 14
1026     - 15
1027     - 16
1028     - 17
1029     - 20
1030     - 21
1031     - 22
1032     - 23
1033     csit-dpdk-perf-verify-1810-3n-hsw:
1034     - 1   # NDRPDR sel
1035     - 2   # NDRPDR sel
1036     - 3   # NDRPDR sel
1037     - 4   # NDRPDR sel
1038     - 5   # NDRPDR sel
1039     - 6   # NDRPDR sel
1040     - 7   # NDRPDR sel
1041     - 8   # NDRPDR sel
1042     - 9   # NDRPDR sel
1043     - 10  # NDRPDR sel
1044     csit-dpdk-perf-verify-1807-3n-skx:
1045     - 1
1046     - 2
1047     - 3
1048     - 6
1049     - 7
1050     - 8
1051     - 9
1052     - 10
1053     - 11
1054     - 12
1055     csit-dpdk-perf-verify-1810-3n-skx:
1056     - 3   # NDRPDR sel
1057     - 4   # NDRPDR sel
1058     - 6   # NDRPDR sel
1059     - 7   # NDRPDR sel
1060     - 8   # NDRPDR sel
1061     - 9   # NDRPDR sel
1062     - 10  # NDRPDR sel
1063     - 11  # NDRPDR sel
1064     - 12  # NDRPDR sel
1065     - 13  # NDRPDR sel
1066     csit-dpdk-perf-verify-1810-2n-skx:
1067     - 3   # NDRPDR sel
1068     - 4   # NDRPDR sel
1069     - 5   # NDRPDR sel
1070     - 7   # NDRPDR sel
1071     - 8   # NDRPDR sel
1072     - 9   # NDRPDR sel
1073     - 10  # NDRPDR sel
1074     - 11  # NDRPDR sel
1075     - 12  # NDRPDR sel
1076     - 13  # NDRPDR sel
1077
1078     csit-vpp-functional-1810-ubuntu1604-virl:
1079     - 44
1080     csit-vpp-functional-1810-centos7-virl:
1081     - 44
1082     csit-vpp-device-1810-ubuntu1804-1n-skx:
1083     - 2
1084     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1085     - 1
1086     csit-dmm-functional-1810-ubuntu1604-virl:
1087     - 1
1088     csit-hc2vpp-verify-func-1810-ubuntu1604:
1089     - 1
1090
1091 -
1092   type: "output"
1093   output: "report"
1094   format:
1095     html:
1096     - full
1097     pdf:
1098     - minimal
1099
1100 ################################################################################
1101 ###                               T A B L E S                                ###
1102 ################################################################################
1103
1104 ################################################################################
1105 # VPP
1106
1107 # VPP Performance Changes 1t1c pdr
1108 -
1109   type: "table"
1110   title: "VPP Performance Changes 1t1c pdr"
1111   algorithm: "table_performance_comparison"
1112   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
1113   history:
1114     -
1115       title: "rls1804"
1116       data:
1117         csit-vpp-perf-1804-all:
1118         - 21  # sel
1119         - 22  # sel
1120         - 23  # sel
1121         - 24  # sel
1122         - 27  # sel
1123         - 28  # sel
1124         - 29  # sel
1125         - 30  # sel
1126         - 31  # sel
1127         - 35  # sel
1128   reference:
1129     title: "rls1807"
1130     data:
1131       csit-vpp-perf-verify-1807-3n-hsw:
1132       - 11  # NDRPDR full 1
1133       - 22  # NDRPDR full 2
1134       - 45  # NDRPDR full 3
1135       - 46  # NDRPDR full 4
1136       - 15  # NDRPDR sel
1137       - 16  # NDRPDR sel
1138       - 19  # NDRPDR sel
1139       - 18  # NDRPDR sel
1140       - 20  # NDRPDR sel
1141       - 38  # NDRPDR sel
1142       - 40  # NDRPDR sel
1143       - 44  # NDRPDR sel
1144       - 47  # NDRPDR sel
1145   compare:
1146     title: "rls1810"
1147     data:
1148       csit-vpp-perf-verify-1810-3n-hsw:
1149       - 8   # NDRPDR sel
1150       - 12  # NDRPDR sel
1151       - 14  # NDRPDR sel
1152       - 18  # NDRPDR sel
1153       - 23  # NDRPDR sel
1154       - 25  # NDRPDR sel
1155       - 38  # NDRPDR sel
1156   data: "vpp-performance-changes"
1157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1158   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1159   parameters:
1160   - "name"
1161   - "parent"
1162   - "throughput"
1163
1164 # VPP Performance Changes 2t2c pdr
1165 -
1166   type: "table"
1167   title: "VPP Performance Changes 2t2c pdr"
1168   algorithm: "table_performance_comparison"
1169   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
1170   history:
1171     -
1172       title: "rls1804"
1173       data:
1174         csit-vpp-perf-1804-all:
1175         - 21  # sel
1176         - 22  # sel
1177         - 23  # sel
1178         - 24  # sel
1179         - 27  # sel
1180         - 28  # sel
1181         - 29  # sel
1182         - 30  # sel
1183         - 31  # sel
1184         - 35  # sel
1185   reference:
1186     title: "rls1807"
1187     data:
1188       csit-vpp-perf-verify-1807-3n-hsw:
1189       - 11  # NDRPDR full 1
1190       - 22  # NDRPDR full 2
1191       - 45  # NDRPDR full 3
1192       - 46  # NDRPDR full 4
1193       - 15  # NDRPDR sel
1194       - 16  # NDRPDR sel
1195       - 19  # NDRPDR sel
1196       - 18  # NDRPDR sel
1197       - 20  # NDRPDR sel
1198       - 38  # NDRPDR sel
1199       - 40  # NDRPDR sel
1200       - 44  # NDRPDR sel
1201       - 47  # NDRPDR sel
1202   compare:
1203     title: "rls1810"
1204     data:
1205       csit-vpp-perf-verify-1810-3n-hsw:
1206       - 8   # NDRPDR sel
1207       - 12  # NDRPDR sel
1208       - 14  # NDRPDR sel
1209       - 18  # NDRPDR sel
1210       - 23  # NDRPDR sel
1211       - 25  # NDRPDR sel
1212       - 38  # NDRPDR sel
1213   data: "vpp-performance-changes"
1214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1215   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1216   parameters:
1217   - "name"
1218   - "parent"
1219   - "throughput"
1220
1221 # VPP Performance Changes 1t1c ndr
1222 -
1223   type: "table"
1224   title: "VPP Performance Changes 1t1c ndr"
1225   algorithm: "table_performance_comparison"
1226   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1227   history:
1228     -
1229       title: "rls1804"
1230       data:
1231         csit-vpp-perf-1804-all:
1232         - 21  # sel
1233         - 22  # sel
1234         - 23  # sel
1235         - 24  # sel
1236         - 27  # sel
1237         - 28  # sel
1238         - 29  # sel
1239         - 30  # sel
1240         - 31  # sel
1241         - 35  # sel
1242   reference:
1243     title: "rls1807"
1244     data:
1245       csit-vpp-perf-verify-1807-3n-hsw:
1246       - 11  # NDRPDR full 1
1247       - 22  # NDRPDR full 2
1248       - 45  # NDRPDR full 3
1249       - 46  # NDRPDR full 4
1250       - 15  # NDRPDR sel
1251       - 16  # NDRPDR sel
1252       - 19  # NDRPDR sel
1253       - 18  # NDRPDR sel
1254       - 20  # NDRPDR sel
1255       - 38  # NDRPDR sel
1256       - 40  # NDRPDR sel
1257       - 44  # NDRPDR sel
1258       - 47  # NDRPDR sel
1259   compare:
1260     title: "rls1810"
1261     data:
1262       csit-vpp-perf-verify-1810-3n-hsw:
1263       - 8   # NDRPDR sel
1264       - 12  # NDRPDR sel
1265       - 14  # NDRPDR sel
1266       - 18  # NDRPDR sel
1267       - 23  # NDRPDR sel
1268       - 25  # NDRPDR sel
1269       - 38  # NDRPDR sel
1270   data: "vpp-performance-changes"
1271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1272   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1273   parameters:
1274   - "name"
1275   - "parent"
1276   - "throughput"
1277
1278 # VPP Performance Changes 2t2c ndr
1279 -
1280   type: "table"
1281   title: "VPP Performance Changes 2t2c ndr"
1282   algorithm: "table_performance_comparison"
1283   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1284   history:
1285     -
1286       title: "rls1804"
1287       data:
1288         csit-vpp-perf-1804-all:
1289         - 21  # sel
1290         - 22  # sel
1291         - 23  # sel
1292         - 24  # sel
1293         - 27  # sel
1294         - 28  # sel
1295         - 29  # sel
1296         - 30  # sel
1297         - 31  # sel
1298         - 35  # sel
1299   reference:
1300     title: "rls1807"
1301     data:
1302       csit-vpp-perf-verify-1807-3n-hsw:
1303       - 11  # NDRPDR full 1
1304       - 22  # NDRPDR full 2
1305       - 45  # NDRPDR full 3
1306       - 46  # NDRPDR full 4
1307       - 15  # NDRPDR sel
1308       - 16  # NDRPDR sel
1309       - 19  # NDRPDR sel
1310       - 18  # NDRPDR sel
1311       - 20  # NDRPDR sel
1312       - 38  # NDRPDR sel
1313       - 40  # NDRPDR sel
1314       - 44  # NDRPDR sel
1315       - 47  # NDRPDR sel
1316   compare:
1317     title: "rls1810"
1318     data:
1319       csit-vpp-perf-verify-1810-3n-hsw:
1320       - 8   # NDRPDR sel
1321       - 12  # NDRPDR sel
1322       - 14  # NDRPDR sel
1323       - 18  # NDRPDR sel
1324       - 23  # NDRPDR sel
1325       - 25  # NDRPDR sel
1326       - 38  # NDRPDR sel
1327   data: "vpp-performance-changes"
1328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1329   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1330   parameters:
1331   - "name"
1332   - "parent"
1333   - "throughput"
1334
1335 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1336 -
1337   type: "table"
1338   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1339   algorithm: "table_performance_comparison"
1340   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1341   reference:
1342     title: "3-Node Hsw"
1343     data:
1344       csit-vpp-perf-verify-1810-3n-hsw:
1345       - 8   # NDRPDR sel
1346       - 12  # NDRPDR sel
1347       - 14  # NDRPDR sel
1348       - 18  # NDRPDR sel
1349       - 23  # NDRPDR sel
1350       - 25  # NDRPDR sel
1351       - 38  # NDRPDR sel
1352   compare:
1353     title: "3-Node Skx"
1354     data:
1355       csit-vpp-perf-verify-1810-3n-skx:
1356       - 10  # NDRPDR sel
1357       - 14  # NDRPDR sel
1358       - 15  # NDRPDR sel
1359       - 16  # NDRPDR sel
1360       - 17  # NDRPDR sel
1361       - 19  # NDRPDR sel
1362       - 20  # NDRPDR sel
1363       - 21  # NDRPDR sel
1364       - 22  # NDRPDR sel
1365       - 25  # NDRPDR sel
1366   data: "vpp-compare-testbeds"
1367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1368   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1369   parameters:
1370   - "name"
1371   - "parent"
1372   - "throughput"
1373
1374 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1375 -
1376   type: "table"
1377   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1378   algorithm: "table_performance_comparison"
1379   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1380   reference:
1381     title: "3-Node Hsw"
1382     data:
1383       csit-vpp-perf-verify-1810-3n-hsw:
1384       - 8   # NDRPDR sel
1385       - 12  # NDRPDR sel
1386       - 14  # NDRPDR sel
1387       - 18  # NDRPDR sel
1388       - 23  # NDRPDR sel
1389       - 25  # NDRPDR sel
1390       - 38  # NDRPDR sel
1391   compare:
1392     title: "3-Node Skx"
1393     data:
1394       csit-vpp-perf-verify-1810-3n-skx:
1395       - 10  # NDRPDR sel
1396       - 14  # NDRPDR sel
1397       - 15  # NDRPDR sel
1398       - 16  # NDRPDR sel
1399       - 17  # NDRPDR sel
1400       - 19  # NDRPDR sel
1401       - 20  # NDRPDR sel
1402       - 21  # NDRPDR sel
1403       - 22  # NDRPDR sel
1404       - 25  # NDRPDR sel
1405   data: "vpp-compare-testbeds"
1406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1407   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1408   parameters:
1409   - "name"
1410   - "parent"
1411   - "throughput"
1412
1413 # VPP Performance Changes - 1t1c MRR
1414 -
1415   type: "table"
1416   title: "VPP Performance Changes - 1t1c MRR"
1417   algorithm: "table_performance_comparison"
1418   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1419   history:
1420     -
1421       title: "rls1804"
1422       data:
1423         csit-vpp-perf-check-1804:
1424         - 6   # mrr - sel
1425         - 13  # mrr - sel
1426         - 14  # mrr - sel
1427         - 15  # mrr - sel
1428         - 16  # mrr - sel
1429         - 17  # mrr - sel
1430         - 19  # mrr - sel
1431         - 20  # mrr - sel
1432         - 21  # mrr - sel
1433         - 22  # mrr - sel
1434   reference:
1435     title: "rls1807"
1436     data:
1437       csit-vpp-perf-verify-1807-3n-hsw:
1438       - 8   # MRR full
1439       - 9   # MRR sel
1440       - 21  # MRR sel
1441       - 31  # MRR sel
1442       - 33  # MRR sel
1443       - 36  # MRR sel
1444       - 41  # MRR sel
1445       - 42  # MRR sel
1446       - 48  # MRR sel
1447   compare:
1448     title: "rls1810"
1449     data:
1450       csit-vpp-perf-verify-1810-3n-hsw:
1451       - 9   # MRR sel
1452   data: "vpp-performance-changes-mrr"
1453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1454   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1455   parameters:
1456   - "name"
1457   - "parent"
1458   - "result"
1459
1460 # VPP Performance Changes - 2t2c MRR
1461 -
1462   type: "table"
1463   title: "VPP Performance Changes - 2t2c MRR"
1464   algorithm: "table_performance_comparison"
1465   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1466   history:
1467     -
1468       title: "rls1804"
1469       data:
1470         csit-vpp-perf-check-1804:
1471         - 6   # mrr - sel
1472         - 13  # mrr - sel
1473         - 14  # mrr - sel
1474         - 15  # mrr - sel
1475         - 16  # mrr - sel
1476         - 17  # mrr - sel
1477         - 19  # mrr - sel
1478         - 20  # mrr - sel
1479         - 21  # mrr - sel
1480         - 22  # mrr - sel
1481   reference:
1482     title: "rls1807"
1483     data:
1484       csit-vpp-perf-verify-1807-3n-hsw:
1485       - 8   # MRR full
1486       - 9   # MRR sel
1487       - 21  # MRR sel
1488       - 31  # MRR sel
1489       - 33  # MRR sel
1490       - 36  # MRR sel
1491       - 41  # MRR sel
1492       - 42  # MRR sel
1493       - 48  # MRR sel
1494   compare:
1495     title: "rls1810"
1496     data:
1497       csit-vpp-perf-verify-1810-3n-hsw:
1498       - 9   # MRR sel
1499   data: "vpp-performance-changes-mrr"
1500   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1501   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1502   parameters:
1503   - "name"
1504   - "parent"
1505   - "result"
1506
1507 # VPP Performance Changes - 4t4c MRR
1508 -
1509   type: "table"
1510   title: "VPP Performance Changes - 4t4c MRR"
1511   algorithm: "table_performance_comparison"
1512   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1513   history:
1514     -
1515       title: "rls1804"
1516       data:
1517         csit-vpp-perf-check-1804:
1518         - 6   # mrr - sel
1519         - 13  # mrr - sel
1520         - 14  # mrr - sel
1521         - 15  # mrr - sel
1522         - 16  # mrr - sel
1523         - 17  # mrr - sel
1524         - 19  # mrr - sel
1525         - 20  # mrr - sel
1526         - 21  # mrr - sel
1527         - 22  # mrr - sel
1528   reference:
1529     title: "rls1807"
1530     data:
1531       csit-vpp-perf-verify-1807-3n-hsw:
1532       - 8   # MRR full
1533       - 9   # MRR sel
1534       - 21  # MRR sel
1535       - 31  # MRR sel
1536       - 33  # MRR sel
1537       - 36  # MRR sel
1538       - 41  # MRR sel
1539       - 42  # MRR sel
1540       - 48  # MRR sel
1541   compare:
1542     title: "rls1810"
1543     data:
1544       csit-vpp-perf-verify-1810-3n-hsw:
1545       - 9   # MRR sel
1546   data: "vpp-performance-changes-mrr"
1547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1548   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1549   parameters:
1550   - "name"
1551   - "parent"
1552   - "result"
1553
1554 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
1555 -
1556   type: "table"
1557   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1558   algorithm: "table_performance_comparison"
1559   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1560   reference:
1561     title: "3-Node Hsw"
1562     data:
1563       csit-vpp-perf-verify-1810-3n-hsw:
1564       - 9   # MRR sel
1565   compare:
1566     title: "3-Node Skx"
1567     data:
1568       csit-vpp-perf-verify-1810-3n-skx:
1569       - 9   # MRR sel
1570       - 11  # MRR sel
1571       - 12  # MRR sel
1572       - 13  # MRR sel
1573   data: "vpp-compare-testbeds-mrr"
1574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1575   filter: "'NIC_Intel-X710' and 'MRR'"
1576   parameters:
1577   - "name"
1578   - "parent"
1579   - "result"
1580
1581 # Detailed Test Results - VPP Performance Results 3n-hsw
1582 -
1583   type: "table"
1584   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1585   algorithm: "table_merged_details"
1586   output-file-ext: ".csv"
1587   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1588   columns:
1589   -
1590     title: "Name"
1591     data: "data name"
1592   -
1593     title: "Status"
1594     data: "data msg"
1595   rows: "generated"
1596   data: "vpp-perf-results-3n-hsw"
1597   filter: "not 'NDRCHK' and not 'PDRCHK'"
1598   parameters:
1599   - "name"
1600   - "parent"
1601   - "msg"
1602
1603 # Detailed Test Results - VPP Performance Results 3n-skx
1604 -
1605   type: "table"
1606   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1607   algorithm: "table_merged_details"
1608   output-file-ext: ".csv"
1609   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1610   columns:
1611   -
1612     title: "Name"
1613     data: "data name"
1614   -
1615     title: "Status"
1616     data: "data msg"
1617   rows: "generated"
1618   data: "vpp-perf-results-3n-skx"
1619   filter: "not 'NDRCHK' and not 'PDRCHK'"
1620   parameters:
1621   - "name"
1622   - "parent"
1623   - "msg"
1624
1625 # Detailed Test Results - VPP Performance Results 2n-skx
1626 -
1627   type: "table"
1628   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1629   algorithm: "table_merged_details"
1630   output-file-ext: ".csv"
1631   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1632   columns:
1633   -
1634     title: "Name"
1635     data: "data name"
1636   -
1637     title: "Status"
1638     data: "data msg"
1639   rows: "generated"
1640   data: "vpp-perf-results-2n-skx"
1641   filter: "not 'NDRCHK' and not 'PDRCHK'"
1642   parameters:
1643   - "name"
1644   - "parent"
1645   - "msg"
1646
1647 # Test configuration - VPP Performance Test Configs 3n-hsw
1648 -
1649   type: "table"
1650   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1651   algorithm: "table_merged_details"
1652   output-file-ext: ".csv"
1653   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1654   columns:
1655   -
1656     title: "Name"
1657     data: "data name"
1658   -
1659     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1660     data: "data vat-history"
1661   rows: "generated"
1662   data: "vpp-perf-results-3n-hsw"
1663   filter: "not 'NDRCHK' and not 'PDRCHK'"
1664   parameters:
1665   - "parent"
1666   - "name"
1667   - "vat-history"
1668
1669 # Test configuration - VPP Performance Test Configs 3n-skx
1670 -
1671   type: "table"
1672   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1673   algorithm: "table_merged_details"
1674   output-file-ext: ".csv"
1675   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1676   columns:
1677   -
1678     title: "Name"
1679     data: "data name"
1680   -
1681     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1682     data: "data vat-history"
1683   rows: "generated"
1684   data: "vpp-perf-results-3n-skx"
1685   filter: "not 'NDRCHK' and not 'PDRCHK'"
1686   parameters:
1687   - "parent"
1688   - "name"
1689   - "vat-history"
1690
1691 # Test configuration - VPP Performance Test Configs 2n-skx
1692 -
1693   type: "table"
1694   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1695   algorithm: "table_merged_details"
1696   output-file-ext: ".csv"
1697   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1698   columns:
1699   -
1700     title: "Name"
1701     data: "data name"
1702   -
1703     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1704     data: "data vat-history"
1705   rows: "generated"
1706   data: "vpp-perf-results-2n-skx"
1707   filter: "not 'NDRCHK' and not 'PDRCHK'"
1708   parameters:
1709   - "parent"
1710   - "name"
1711   - "vat-history"
1712
1713 # Test Operational Data - VPP Performance Operational Data 3n-hsw
1714 -
1715   type: "table"
1716   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1717   algorithm: "table_merged_details"
1718   output-file-ext: ".csv"
1719   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1720   columns:
1721   -
1722     title: "Name"
1723     data: "data name"
1724   -
1725     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1726     data: "data show-run"
1727   rows: "generated"
1728   data: "vpp-perf-results-3n-hsw"
1729   filter: "not 'NDRCHK' and not 'PDRCHK'"
1730   parameters:
1731   - "parent"
1732   - "name"
1733   - "show-run"
1734
1735 # Test Operational Data - VPP Performance Operational Data 3n-skx
1736 -
1737   type: "table"
1738   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1739   algorithm: "table_merged_details"
1740   output-file-ext: ".csv"
1741   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1742   columns:
1743   -
1744     title: "Name"
1745     data: "data name"
1746   -
1747     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1748     data: "data show-run"
1749   rows: "generated"
1750   data: "vpp-perf-results-3n-skx"
1751   filter: "not 'NDRCHK' and not 'PDRCHK'"
1752   parameters:
1753   - "parent"
1754   - "name"
1755   - "show-run"
1756
1757 # Test Operational Data - VPP Performance Operational Data 2n-skx
1758 -
1759   type: "table"
1760   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1761   algorithm: "table_merged_details"
1762   output-file-ext: ".csv"
1763   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1764   columns:
1765   -
1766     title: "Name"
1767     data: "data name"
1768   -
1769     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1770     data: "data show-run"
1771   rows: "generated"
1772   data: "vpp-perf-results-2n-skx"
1773   filter: "not 'NDRCHK' and not 'PDRCHK'"
1774   parameters:
1775   - "parent"
1776   - "name"
1777   - "show-run"
1778
1779 # Detailed Test Results - VPP MRR Results 3n-hsw
1780 -
1781   type: "table"
1782   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1783   algorithm: "table_details"
1784   output-file-ext: ".csv"
1785   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1786   columns:
1787   -
1788     title: "Name"
1789     data: "data name"
1790   -
1791     title: "Status"
1792     data: "data msg"
1793   rows: "generated"
1794   data: "vpp-mrr-results-3n-hsw"
1795   filter: "'MRR'"
1796   parameters:
1797   - "name"
1798   - "parent"
1799   - "msg"
1800
1801 # Detailed Test Results - VPP MRR Results 3n-skx
1802 -
1803   type: "table"
1804   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1805   algorithm: "table_details"
1806   output-file-ext: ".csv"
1807   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1808   columns:
1809   -
1810     title: "Name"
1811     data: "data name"
1812   -
1813     title: "Status"
1814     data: "data msg"
1815   rows: "generated"
1816   data: "vpp-mrr-results-3n-skx"
1817   filter: "'MRR'"
1818   parameters:
1819   - "name"
1820   - "parent"
1821   - "msg"
1822
1823 # Detailed Test Results - VPP MRR Results 2n-skx
1824 -
1825   type: "table"
1826   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1827   algorithm: "table_details"
1828   output-file-ext: ".csv"
1829   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1830   columns:
1831   -
1832     title: "Name"
1833     data: "data name"
1834   -
1835     title: "Status"
1836     data: "data msg"
1837   rows: "generated"
1838   data: "vpp-mrr-results-2n-skx"
1839   filter: "'MRR'"
1840   parameters:
1841   - "name"
1842   - "parent"
1843   - "msg"
1844
1845 # Test configuration - VPP MRR Test Configs 3n-hsw
1846 -
1847   type: "table"
1848   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1849   algorithm: "table_details"
1850   output-file-ext: ".csv"
1851   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1852   columns:
1853   -
1854     title: "Name"
1855     data: "data name"
1856   -
1857     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1858     data: "data vat-history"
1859   rows: "generated"
1860   data: "vpp-mrr-results-3n-hsw"
1861   filter: "'MRR'"
1862   parameters:
1863   - "parent"
1864   - "name"
1865   - "vat-history"
1866
1867 # Test configuration - VPP MRR Test Configs 3n-skx
1868 -
1869   type: "table"
1870   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1871   algorithm: "table_details"
1872   output-file-ext: ".csv"
1873   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1874   columns:
1875   -
1876     title: "Name"
1877     data: "data name"
1878   -
1879     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1880     data: "data vat-history"
1881   rows: "generated"
1882   data: "vpp-mrr-results-3n-skx"
1883   filter: "'MRR'"
1884   parameters:
1885   - "parent"
1886   - "name"
1887   - "vat-history"
1888
1889 # Test configuration - VPP MRR Test Configs 2n-skx
1890 -
1891   type: "table"
1892   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1893   algorithm: "table_details"
1894   output-file-ext: ".csv"
1895   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1896   columns:
1897   -
1898     title: "Name"
1899     data: "data name"
1900   -
1901     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1902     data: "data vat-history"
1903   rows: "generated"
1904   data: "vpp-mrr-results-2n-skx"
1905   filter: "'MRR'"
1906   parameters:
1907   - "parent"
1908   - "name"
1909   - "vat-history"
1910
1911 # Detailed Test Results - VPP Functional Results - Ubuntu
1912 -
1913   type: "table"
1914   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1915   algorithm: "table_details"
1916   output-file-ext: ".csv"
1917   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1918   columns:
1919   -
1920     title: "Name"
1921     data: "data name"
1922   -
1923     title: "Documentation"
1924     data: "data doc"
1925   -
1926     title: "Status"
1927     data: "data status"
1928   rows: "generated"
1929   data: "vpp-func-results-ubuntu"
1930   filter: "all"
1931   parameters:
1932   - "name"
1933   - "parent"
1934   - "doc"
1935   - "status"
1936
1937 # Detailed Test Results - VPP Functional Results - CentOS
1938 -
1939   type: "table"
1940   title: "Detailed Test Results - VPP Functional Results - CentOS"
1941   algorithm: "table_details"
1942   output-file-ext: ".csv"
1943   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1944   columns:
1945   -
1946     title: "Name"
1947     data: "data name"
1948   -
1949     title: "Documentation"
1950     data: "data doc"
1951   -
1952     title: "Status"
1953     data: "data status"
1954   rows: "generated"
1955   data:
1956     "vpp-func-results-centos"
1957   filter: "all"
1958   parameters:
1959   - "name"
1960   - "parent"
1961   - "doc"
1962   - "status"
1963
1964 # Test configuration - VPP Functional Test Configs - Ubuntu
1965 -
1966   type: "table"
1967   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1968   algorithm: "table_details"
1969   output-file-ext: ".csv"
1970   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1971   columns:
1972   -
1973     title: "Name"
1974     data: "data name"
1975   -
1976     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1977     data: "data vat-history"
1978   rows: "generated"
1979   data: "vpp-func-results-ubuntu"
1980   filter: "all"
1981   parameters:
1982   - "parent"
1983   - "name"
1984   - "vat-history"
1985
1986 # Test configuration - VPP Functional Test Configs - CentOS
1987 -
1988   type: "table"
1989   title: "Test configuration - VPP Functional Test Configs - CentOS"
1990   algorithm: "table_details"
1991   output-file-ext: ".csv"
1992   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1993   columns:
1994   -
1995     title: "Name"
1996     data: "data name"
1997   -
1998     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1999     data: "data vat-history"
2000   rows: "generated"
2001   data: "vpp-func-results-centos"
2002   filter: "all"
2003   parameters:
2004   - "parent"
2005   - "name"
2006   - "vat-history"
2007
2008 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2009 -
2010   type: "table"
2011   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2012   algorithm: "table_details"
2013   output-file-ext: ".csv"
2014   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2015   columns:
2016   -
2017     title: "Name"
2018     data: "data name"
2019   -
2020     title: "Status"
2021     data: "data msg"
2022   rows: "generated"
2023   data: "ligato-perf-results-3n-hsw"
2024   filter: "all"
2025   parameters:
2026   - "name"
2027   - "parent"
2028   - "msg"
2029
2030 # Detailed Test Results - VPP Device Results - Ubuntu
2031 -
2032   type: "table"
2033   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2034   algorithm: "table_details"
2035   output-file-ext: ".csv"
2036   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2037   columns:
2038   -
2039     title: "Name"
2040     data: "data name"
2041   -
2042     title: "Documentation"
2043     data: "data doc"
2044   -
2045     title: "Status"
2046     data: "data status"
2047   rows: "generated"
2048   data: "vpp-device-results-ubuntu"
2049   filter: "all"
2050   parameters:
2051   - "name"
2052   - "parent"
2053   - "doc"
2054   - "status"
2055
2056 # Test configuration - VPP Device Test Configs - Ubuntu
2057 -
2058   type: "table"
2059   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2060   algorithm: "table_details"
2061   output-file-ext: ".csv"
2062   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2063   columns:
2064   -
2065     title: "Name"
2066     data: "data name"
2067   -
2068     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2069     data: "data vat-history"
2070   rows: "generated"
2071   data: "vpp-device-results-ubuntu"
2072   filter: "all"
2073   parameters:
2074   - "parent"
2075   - "name"
2076   - "vat-history"
2077
2078 ################################################################################
2079
2080 # DPDK Performance Changes 1t1c pdr
2081 -
2082   type: "table"
2083   title: "DPDK Performance Changes 1t1c pdr"
2084   algorithm: "table_performance_comparison"
2085   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
2086   history:
2087     -
2088       title: "rls1804"
2089       data:
2090         csit-dpdk-perf-1804-all:
2091         - 4
2092         - 5
2093         - 6
2094         - 7
2095         - 8
2096         - 9
2097         - 10
2098         - 11
2099         - 12
2100         - 13
2101   reference:
2102     title: "rls1807"
2103     data:
2104       csit-dpdk-perf-verify-1807-3n-hsw:
2105       - 11
2106       - 12  # full
2107       - 14
2108       - 15
2109       - 16
2110       - 17
2111       - 20
2112       - 21
2113       - 22
2114       - 23
2115   compare:
2116     title: "rls1810"
2117     data:
2118       csit-dpdk-perf-verify-1810-3n-hsw:
2119       - 1   # NDRPDR sel
2120       - 2   # NDRPDR sel
2121       - 3   # NDRPDR sel
2122       - 4   # NDRPDR sel
2123       - 5   # NDRPDR sel
2124       - 6   # NDRPDR sel
2125       - 7   # NDRPDR sel
2126       - 8   # NDRPDR sel
2127       - 9   # NDRPDR sel
2128       - 10  # NDRPDR sel
2129   data: "dpdk-performance-changes"
2130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2131   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2132   parameters:
2133   - "name"
2134   - "parent"
2135   - "throughput"
2136
2137 # DPDK Performance Changes 2t2c pdr
2138 -
2139   type: "table"
2140   title: "DPDK Performance Changes 2t2c pdr"
2141   algorithm: "table_performance_comparison"
2142   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
2143   history:
2144     -
2145       title: "rls1804"
2146       data:
2147         csit-dpdk-perf-1804-all:
2148         - 4
2149         - 5
2150         - 6
2151         - 7
2152         - 8
2153         - 9
2154         - 10
2155         - 11
2156         - 12
2157         - 13
2158   reference:
2159     title: "rls1807"
2160     data:
2161       csit-dpdk-perf-verify-1807-3n-hsw:
2162       - 11
2163       - 12  # full
2164       - 14
2165       - 15
2166       - 16
2167       - 17
2168       - 20
2169       - 21
2170       - 22
2171       - 23
2172   compare:
2173     title: "rls1810"
2174     data:
2175       csit-dpdk-perf-verify-1810-3n-hsw:
2176       - 1   # NDRPDR sel
2177       - 2   # NDRPDR sel
2178       - 3   # NDRPDR sel
2179       - 4   # NDRPDR sel
2180       - 5   # NDRPDR sel
2181       - 6   # NDRPDR sel
2182       - 7   # NDRPDR sel
2183       - 8   # NDRPDR sel
2184       - 9   # NDRPDR sel
2185       - 10  # NDRPDR sel
2186   data: "dpdk-performance-changes"
2187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2188   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2189   parameters:
2190   - "name"
2191   - "parent"
2192   - "throughput"
2193
2194 # DPDK Performance Changes 1t1c ndr
2195 -
2196   type: "table"
2197   title: "DPDK Performance Changes 1t1c ndr"
2198   algorithm: "table_performance_comparison"
2199   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
2200   history:
2201     -
2202       title: "rls1804"
2203       data:
2204         csit-dpdk-perf-1804-all:
2205         - 4
2206         - 5
2207         - 6
2208         - 7
2209         - 8
2210         - 9
2211         - 10
2212         - 11
2213         - 12
2214         - 13
2215   reference:
2216     title: "rls1807"
2217     data:
2218       csit-dpdk-perf-verify-1807-3n-hsw:
2219       - 11
2220       - 12  # full
2221       - 14
2222       - 15
2223       - 16
2224       - 17
2225       - 20
2226       - 21
2227       - 22
2228       - 23
2229   compare:
2230     title: "rls1810"
2231     data:
2232       csit-dpdk-perf-verify-1810-3n-hsw:
2233       - 1   # NDRPDR sel
2234       - 2   # NDRPDR sel
2235       - 3   # NDRPDR sel
2236       - 4   # NDRPDR sel
2237       - 5   # NDRPDR sel
2238       - 6   # NDRPDR sel
2239       - 7   # NDRPDR sel
2240       - 8   # NDRPDR sel
2241       - 9   # NDRPDR sel
2242       - 10  # NDRPDR sel
2243   data: "dpdk-performance-changes"
2244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2245   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2246   parameters:
2247   - "name"
2248   - "parent"
2249   - "throughput"
2250
2251 # DPDK Performance Changes 2t2c ndr
2252 -
2253   type: "table"
2254   title: "DPDK Performance Changes 2t2c ndr"
2255   algorithm: "table_performance_comparison"
2256   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2257   history:
2258     -
2259       title: "rls1804"
2260       data:
2261         csit-dpdk-perf-1804-all:
2262         - 4
2263         - 5
2264         - 6
2265         - 7
2266         - 8
2267         - 9
2268         - 10
2269         - 11
2270         - 12
2271         - 13
2272   reference:
2273     title: "rls1807"
2274     data:
2275       csit-dpdk-perf-verify-1807-3n-hsw:
2276       - 11
2277       - 12  # full
2278       - 14
2279       - 15
2280       - 16
2281       - 17
2282       - 20
2283       - 21
2284       - 22
2285       - 23
2286   compare:
2287     title: "rls1810"
2288     data:
2289       csit-dpdk-perf-verify-1810-3n-hsw:
2290       - 1   # NDRPDR sel
2291       - 2   # NDRPDR sel
2292       - 3   # NDRPDR sel
2293       - 4   # NDRPDR sel
2294       - 5   # NDRPDR sel
2295       - 6   # NDRPDR sel
2296       - 7   # NDRPDR sel
2297       - 8   # NDRPDR sel
2298       - 9   # NDRPDR sel
2299       - 10  # NDRPDR sel
2300   data: "dpdk-performance-changes"
2301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2302   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2303   parameters:
2304   - "name"
2305   - "parent"
2306   - "throughput"
2307
2308 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
2309 -
2310   type: "table"
2311   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2312   algorithm: "table_performance_comparison"
2313   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2314   reference:
2315     title: "3-Node Hsw"
2316     data:
2317       csit-dpdk-perf-verify-1810-3n-hsw:
2318       - 1   # NDRPDR sel
2319       - 2   # NDRPDR sel
2320       - 3   # NDRPDR sel
2321       - 4   # NDRPDR sel
2322       - 5   # NDRPDR sel
2323       - 6   # NDRPDR sel
2324       - 7   # NDRPDR sel
2325       - 8   # NDRPDR sel
2326       - 9   # NDRPDR sel
2327       - 10  # NDRPDR sel
2328   compare:
2329     title: "3-Node Skx"
2330     data:
2331       csit-dpdk-perf-verify-1810-3n-skx:
2332       - 3   # NDRPDR sel
2333       - 4   # NDRPDR sel
2334       - 6   # NDRPDR sel
2335       - 7   # NDRPDR sel
2336       - 8   # NDRPDR sel
2337       - 9   # NDRPDR sel
2338       - 10  # NDRPDR sel
2339       - 11  # NDRPDR sel
2340       - 12  # NDRPDR sel
2341       - 13  # NDRPDR sel
2342   data: "dpdk-compare-testbeds"
2343   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2344   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2345   parameters:
2346   - "name"
2347   - "parent"
2348   - "throughput"
2349
2350 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
2351 -
2352   type: "table"
2353   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2354   algorithm: "table_performance_comparison"
2355   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2356   reference:
2357     title: "3-Node Hsw"
2358     data:
2359       csit-dpdk-perf-verify-1810-3n-hsw:
2360       - 1   # NDRPDR sel
2361       - 2   # NDRPDR sel
2362       - 3   # NDRPDR sel
2363       - 4   # NDRPDR sel
2364       - 5   # NDRPDR sel
2365       - 6   # NDRPDR sel
2366       - 7   # NDRPDR sel
2367       - 8   # NDRPDR sel
2368       - 9   # NDRPDR sel
2369       - 10  # NDRPDR sel
2370   compare:
2371     title: "3-Node Skx"
2372     data:
2373       csit-dpdk-perf-verify-1810-3n-skx:
2374       - 3   # NDRPDR sel
2375       - 4   # NDRPDR sel
2376       - 6   # NDRPDR sel
2377       - 7   # NDRPDR sel
2378       - 8   # NDRPDR sel
2379       - 9   # NDRPDR sel
2380       - 10  # NDRPDR sel
2381       - 11  # NDRPDR sel
2382       - 12  # NDRPDR sel
2383       - 13  # NDRPDR sel
2384   data: "dpdk-compare-testbeds"
2385   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2386   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2387   parameters:
2388   - "name"
2389   - "parent"
2390   - "throughput"
2391
2392 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2393 # NOTE: Not used in 18.10
2394 -
2395   type: "table"
2396   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2397   algorithm: "table_performance_comparison"
2398   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2399   reference:
2400     title: "3-Node Hsw"
2401     data:
2402       # TODO: Replace with 1810 data
2403       csit-dpdk-perf-verify-1807-3n-hsw:
2404       - 11
2405       - 12  # full
2406       - 14
2407       - 15
2408       - 16
2409       - 17
2410       - 20
2411       - 21
2412       - 22
2413       - 23
2414   compare:
2415     title: "3-Node Skx"
2416     data:
2417       # TODO: Replace with 1810 data
2418       csit-dpdk-perf-verify-1807-3n-skx:
2419       - 1
2420       - 2
2421       - 3
2422       - 6
2423       - 7
2424       - 8
2425       - 9
2426       - 10
2427       - 11
2428       - 12
2429   data: "dpdk-compare-testbeds"
2430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2431   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2432   parameters:
2433   - "name"
2434   - "parent"
2435   - "result"
2436
2437 # Detailed Test Results - DPDK Performance Results 3n-hsw
2438 -
2439   type: "table"
2440   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2441   algorithm: "table_details"
2442   output-file-ext: ".csv"
2443   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2444   columns:
2445   -
2446     title: "Name"
2447     data: "data name"
2448   -
2449     title: "Status"
2450     data: "data msg"
2451   rows: "generated"
2452   data: "dpdk-perf-results-3n-hsw"
2453   filter: "all"
2454   parameters:
2455   - "name"
2456   - "parent"
2457   - "msg"
2458
2459 # Detailed Test Results - DPDK Performance Results 3n-skx
2460 -
2461   type: "table"
2462   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2463   algorithm: "table_details"
2464   output-file-ext: ".csv"
2465   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2466   columns:
2467   -
2468     title: "Name"
2469     data: "data name"
2470   -
2471     title: "Status"
2472     data: "data msg"
2473   rows: "generated"
2474   data: "dpdk-perf-results-3n-skx"
2475   filter: "all"
2476   parameters:
2477   - "name"
2478   - "parent"
2479   - "msg"
2480
2481 # Detailed Test Results - DPDK Performance Results 2n-skx
2482 -
2483   type: "table"
2484   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2485   algorithm: "table_details"
2486   output-file-ext: ".csv"
2487   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2488   columns:
2489   -
2490     title: "Name"
2491     data: "data name"
2492   -
2493     title: "Status"
2494     data: "data msg"
2495   rows: "generated"
2496   data: "dpdk-perf-results-2n-skx"
2497   filter: "all"
2498   parameters:
2499   - "name"
2500   - "parent"
2501   - "msg"
2502
2503 ################################################################################
2504 # HoneyComb
2505 -
2506   type: "table"
2507   title: "Detailed Test Results - Honeycomb Functional Results"
2508   algorithm: "table_details"
2509   output-file-ext: ".csv"
2510   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2511   columns:
2512   -
2513     title: "Name"
2514     data: "data name"
2515   -
2516     title: "Documentation"
2517     data: "data doc"
2518   -
2519     title: "Status"
2520     data: "data status"
2521   rows: "generated"
2522   data:
2523     "hc-func-results"
2524   filter: "all"
2525   parameters:
2526   - "name"
2527   - "parent"
2528   - "doc"
2529   - "status"
2530
2531 ################################################################################
2532 # NSH SFC
2533 -
2534   type: "table"
2535   title: "Detailed Test Results - NSH SFC Functional Results"
2536   algorithm: "table_details"
2537   output-file-ext: ".csv"
2538   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2539   columns:
2540   -
2541     title: "Name"
2542     data: "data name"
2543   -
2544     title: "Documentation"
2545     data: "data doc"
2546   -
2547     title: "Status"
2548     data: "data status"
2549   rows: "generated"
2550   data:
2551     "nsh-func-results"
2552   filter: "all"
2553   parameters:
2554   - "name"
2555   - "parent"
2556   - "doc"
2557   - "status"
2558
2559 ################################################################################
2560 # DMM
2561 -
2562   type: "table"
2563   title: "Detailed Test Results - DMM Functional Results"
2564   algorithm: "table_details"
2565   output-file-ext: ".csv"
2566   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2567   columns:
2568   -
2569     title: "Name"
2570     data: "data name"
2571   -
2572     title: "Documentation"
2573     data: "data doc"
2574   -
2575     title: "Status"
2576     data: "data status"
2577   rows: "generated"
2578   data:
2579     "dmm-func-results"
2580   filter: "all"
2581   parameters:
2582   - "name"
2583   - "parent"
2584   - "doc"
2585   - "status"
2586
2587 ################################################################################
2588 ###                                F I L E S                                 ###
2589 ################################################################################
2590
2591 # VPP Performance Results 3n-hsw
2592 -
2593   type: "file"
2594   title: "VPP Performance Results 3n-hsw"
2595   algorithm: "file_test_results"
2596   output-file-ext: ".rst"
2597   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2598   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"
2599   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2600   data: "vpp-perf-results-3n-hsw"
2601   filter: "not 'NDRCHK' and not 'PDRCHK'"
2602   parameters:
2603   - "name"
2604   - "doc"
2605   - "level"
2606   - "parent"
2607   data-start-level: 3
2608
2609 # VPP Performance Results 3n-skx
2610 -
2611   type: "file"
2612   title: "VPP Performance Results 3n-skx"
2613   algorithm: "file_test_results"
2614   output-file-ext: ".rst"
2615   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2616   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2617   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2618   data: "vpp-perf-results-3n-skx"
2619   filter: "not 'NDRCHK' and not 'PDRCHK'"
2620   parameters:
2621   - "name"
2622   - "doc"
2623   - "level"
2624   - "parent"
2625   data-start-level: 3
2626
2627 # VPP Performance Results 2n-skx
2628 -
2629   type: "file"
2630   title: "VPP Performance Results 2n-skx"
2631   algorithm: "file_test_results"
2632   output-file-ext: ".rst"
2633   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2634   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2635   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2636   data: "vpp-perf-results-2n-skx"
2637   filter: "not 'NDRCHK' and not 'PDRCHK'"
2638   parameters:
2639   - "name"
2640   - "doc"
2641   - "level"
2642   - "parent"
2643   data-start-level: 3
2644
2645 # VPP Performance Configuration 3n-hsw
2646 -
2647   type: "file"
2648   title: "VPP Performance Configuration 3n-hsw"
2649   algorithm: "file_test_results"
2650   output-file-ext: ".rst"
2651   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2652   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2653   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2654   data: "vpp-perf-results-3n-hsw"
2655   filter: "not 'NDRCHK' and not 'PDRCHK'"
2656   parameters:
2657   - "name"
2658   - "doc"
2659   - "level"
2660   - "parent"
2661   data-start-level: 3
2662
2663 # VPP Performance Configuration 3n-skx
2664 -
2665   type: "file"
2666   title: "VPP Performance Configuration 3n-skx"
2667   algorithm: "file_test_results"
2668   output-file-ext: ".rst"
2669   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2670   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2671   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2672   data: "vpp-perf-results-3n-skx"
2673   filter: "not 'NDRCHK' and not 'PDRCHK'"
2674   parameters:
2675   - "name"
2676   - "doc"
2677   - "level"
2678   - "parent"
2679   data-start-level: 3
2680
2681 # VPP Performance Configuration 2n-skx
2682 -
2683   type: "file"
2684   title: "VPP Performance Configuration 2n-skx"
2685   algorithm: "file_test_results"
2686   output-file-ext: ".rst"
2687   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2688   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2689   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2690   data: "vpp-perf-results-2n-skx"
2691   filter: "not 'NDRCHK' and not 'PDRCHK'"
2692   parameters:
2693   - "name"
2694   - "doc"
2695   - "level"
2696   - "parent"
2697   data-start-level: 3
2698
2699 # VPP Performance Operational Data 3n-hsw
2700 -
2701   type: "file"
2702   title: "VPP Performance Operational Data 3n-hsw"
2703   algorithm: "file_test_results"
2704   output-file-ext: ".rst"
2705   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2706   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2707   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2708   data: "vpp-perf-results-3n-hsw"
2709   filter: "not 'NDRCHK' and not 'PDRCHK'"
2710   parameters:
2711   - "name"
2712   - "doc"
2713   - "level"
2714   - "parent"
2715   data-start-level: 3
2716
2717 # VPP Performance Operational Data 3n-skx
2718 -
2719   type: "file"
2720   title: "VPP Performance Operational Data 3n-skx"
2721   algorithm: "file_test_results"
2722   output-file-ext: ".rst"
2723   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2724   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2725   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2726   data: "vpp-perf-results-3n-skx"
2727   filter: "not 'NDRCHK' and not 'PDRCHK'"
2728   parameters:
2729   - "name"
2730   - "doc"
2731   - "level"
2732   - "parent"
2733   data-start-level: 3
2734
2735 # VPP Performance Operational Data 2n-skx
2736 -
2737   type: "file"
2738   title: "VPP Performance Operational Data 2n-skx"
2739   algorithm: "file_test_results"
2740   output-file-ext: ".rst"
2741   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2742   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2743   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2744   data: "vpp-perf-results-2n-skx"
2745   filter: "not 'NDRCHK' and not 'PDRCHK'"
2746   parameters:
2747   - "name"
2748   - "doc"
2749   - "level"
2750   - "parent"
2751   data-start-level: 3
2752
2753 # VPP MRR Results 3n-hsw
2754 -
2755   type: "file"
2756   title: "VPP MRR Results 3n-hsw"
2757   algorithm: "file_test_results"
2758   output-file-ext: ".rst"
2759   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2760   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2761   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2762   data: "vpp-mrr-results-3n-hsw"
2763   filter: "'MRR'"
2764   parameters:
2765   - "name"
2766   - "doc"
2767   - "level"
2768   - "parent"
2769   data-start-level: 3
2770
2771 # VPP MRR Results 3n-skx
2772 -
2773   type: "file"
2774   title: "VPP MRR Results 3n-skx"
2775   algorithm: "file_test_results"
2776   output-file-ext: ".rst"
2777   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2778   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2779   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2780   data: "vpp-mrr-results-3n-skx"
2781   filter: "'MRR'"
2782   parameters:
2783   - "name"
2784   - "doc"
2785   - "level"
2786   - "parent"
2787   data-start-level: 3
2788
2789 # VPP MRR Results 2n-skx
2790 -
2791   type: "file"
2792   title: "VPP MRR Results 2n-skx"
2793   algorithm: "file_test_results"
2794   output-file-ext: ".rst"
2795   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2796   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2797   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2798   data: "vpp-mrr-results-2n-skx"
2799   filter: "all"
2800   parameters:
2801   - "name"
2802   - "doc"
2803   - "level"
2804   - "parent"
2805   data-start-level: 3
2806
2807 # VPP MRR Configuration 3n-hsw
2808 -
2809   type: "file"
2810   title: "VPP MRR Configuration 3n-hsw"
2811   algorithm: "file_test_results"
2812   output-file-ext: ".rst"
2813   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2814   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2815   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2816   data: "vpp-mrr-results-3n-hsw"
2817   filter: "'MRR'"
2818   parameters:
2819   - "name"
2820   - "doc"
2821   - "level"
2822   - "parent"
2823   data-start-level: 3
2824
2825 # VPP MRR Configuration 3n-skx
2826 -
2827   type: "file"
2828   title: "VPP MRR Configuration 3n-skx"
2829   algorithm: "file_test_results"
2830   output-file-ext: ".rst"
2831   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2832   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2833   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2834   data: "vpp-mrr-results-3n-skx"
2835   filter: "'MRR'"
2836   parameters:
2837   - "name"
2838   - "doc"
2839   - "level"
2840   - "parent"
2841   data-start-level: 3
2842
2843 # VPP MRR Configuration 2n-skx
2844 -
2845   type: "file"
2846   title: "VPP MRR Configuration 2n-skx"
2847   algorithm: "file_test_results"
2848   output-file-ext: ".rst"
2849   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2850   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2851   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2852   data: "vpp-mrr-results-2n-skx"
2853   filter: "'MRR'"
2854   parameters:
2855   - "name"
2856   - "doc"
2857   - "level"
2858   - "parent"
2859   data-start-level: 3
2860
2861 # VPP Functional Results - Ubuntu
2862 -
2863   type: "file"
2864   title: "VPP Functional Results - Ubuntu"
2865   algorithm: "file_test_results"
2866   output-file-ext: ".rst"
2867   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2868   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2869   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2870   data: "vpp-func-results-ubuntu"
2871   filter: "all"
2872   parameters:
2873   - "name"
2874   - "doc"
2875   - "level"
2876   - "parent"
2877   data-start-level: 3
2878
2879 # VPP Functional Results - CentOS
2880 -
2881   type: "file"
2882   title: "VPP Functional Results - CentOS"
2883   algorithm: "file_test_results"
2884   output-file-ext: ".rst"
2885   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2886   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2887   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2888   data:
2889     "vpp-func-results-centos"
2890   filter: "all"
2891   parameters:
2892   - "name"
2893   - "doc"
2894   - "level"
2895   - "parent"
2896   data-start-level: 3
2897
2898 # VPP Functional Configuration - Ubuntu
2899 -
2900   type: "file"
2901   title: "VPP Functional Configuration - Ubuntu"
2902   algorithm: "file_test_results"
2903   output-file-ext: ".rst"
2904   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2905   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"
2906   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2907   data: "vpp-func-results-ubuntu"
2908   filter: "all"
2909   parameters:
2910   - "name"
2911   - "doc"
2912   - "level"
2913   - "parent"
2914   data-start-level: 3
2915
2916 # VPP Functional Configuration - CentOS
2917 -
2918   type: "file"
2919   title: "VPP Functional Configuration - CentOS"
2920   algorithm: "file_test_results"
2921   output-file-ext: ".rst"
2922   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2923   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2924   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2925   data:
2926     "vpp-func-results-centos"
2927   filter: "all"
2928   parameters:
2929   - "name"
2930   - "doc"
2931   - "level"
2932   - "parent"
2933   data-start-level: 3
2934
2935 # VPP Device Results - Ubuntu
2936 -
2937   type: "file"
2938   title: "VPP Device Results - Ubuntu"
2939   algorithm: "file_test_results"
2940   output-file-ext: ".rst"
2941   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2942   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"
2943   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
2944   data: "vpp-device-results-ubuntu"
2945   filter: "all"
2946   parameters:
2947   - "name"
2948   - "doc"
2949   - "level"
2950   - "parent"
2951   data-start-level: 2
2952
2953 # VPP Device Configuration - Ubuntu
2954 -
2955   type: "file"
2956   title: "VPP Device Configuration - Ubuntu"
2957   algorithm: "file_test_results"
2958   output-file-ext: ".rst"
2959   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2960   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2961   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
2962   data: "vpp-device-results-ubuntu"
2963   filter: "all"
2964   parameters:
2965   - "name"
2966   - "doc"
2967   - "level"
2968   - "parent"
2969   data-start-level: 2
2970
2971 # Container Orchestrated Performance Results 3n-hsw
2972 -
2973   type: "file"
2974   title: "Container Orchestrated Performance Results 3n-hsw"
2975   algorithm: "file_test_results"
2976   output-file-ext: ".rst"
2977   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2978   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2979   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2980   data: "ligato-perf-results-3n-hsw"
2981   filter: "all"
2982   parameters:
2983   - "name"
2984   - "doc"
2985   - "level"
2986   - "parent"
2987   data-start-level: 3
2988
2989 # DPDK Performance Results 3n-hsw
2990 -
2991   type: "file"
2992   title: "DPDK Performance Results 3n-hsw"
2993   algorithm: "file_test_results"
2994   output-file-ext: ".rst"
2995   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2996   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2997   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2998   data: "dpdk-perf-results-3n-hsw"
2999   filter: "all"
3000   parameters:
3001   - "name"
3002   - "doc"
3003   - "level"
3004   - "parent"
3005   data-start-level: 3
3006
3007 # DPDK Performance Results 3n-skx
3008 -
3009   type: "file"
3010   title: "DPDK Performance Results 3n-skx"
3011   algorithm: "file_test_results"
3012   output-file-ext: ".rst"
3013   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3014   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3015   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
3016   data: "dpdk-perf-results-3n-skx"
3017   filter: "all"
3018   parameters:
3019   - "name"
3020   - "doc"
3021   - "level"
3022   - "parent"
3023   data-start-level: 3
3024
3025 # DPDK Performance Results 2n-skx
3026 -
3027   type: "file"
3028   title: "DPDK Performance Results 2n-skx"
3029   algorithm: "file_test_results"
3030   output-file-ext: ".rst"
3031   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3032   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3033   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
3034   data: "dpdk-perf-results-2n-skx"
3035   filter: "all"
3036   parameters:
3037   - "name"
3038   - "doc"
3039   - "level"
3040   - "parent"
3041   data-start-level: 3
3042
3043 # Honeycomb Functional Results
3044 -
3045   type: "file"
3046   title: "Honeycomb Functional Results"
3047   algorithm: "file_test_results"
3048   output-file-ext: ".rst"
3049   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
3050   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3051   dir-tables: "{DIR[DTR,FUNC,HC]}"
3052   data:
3053     "hc-func-results"
3054   filter: "all"
3055   parameters:
3056   - "name"
3057   - "doc"
3058   - "level"
3059   - "parent"
3060   data-start-level: 3
3061
3062 # NSH SFC Functional Results
3063 -
3064   type: "file"
3065   title: "NSH SFC Functional Results"
3066   algorithm: "file_test_results"
3067   output-file-ext: ".rst"
3068   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
3069   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"
3070   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
3071   data:
3072     "nsh-func-results"
3073   filter: "all"
3074   parameters:
3075   - "name"
3076   - "doc"
3077   - "level"
3078   - "parent"
3079   data-start-level: 3
3080
3081 # DMM Functional Results
3082 -
3083   type: "file"
3084   title: "DMM Functional Results"
3085   algorithm: "file_test_results"
3086   output-file-ext: ".rst"
3087   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3088   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"
3089   dir-tables: "{DIR[DTR,FUNC,DMM]}"
3090   data:
3091     "dmm-func-results"
3092   filter: "all"
3093   parameters:
3094   - "name"
3095   - "doc"
3096   - "level"
3097   - "parent"
3098   data-start-level: 3
3099
3100 ################################################################################
3101 ###                                P L O T S                                 ###
3102 ################################################################################
3103
3104 ################################################################################
3105 # Plots VPP HTTP Server Performance
3106 -
3107   type: "plot"
3108   title: "VPP HTTP Server Performance"
3109   algorithm: "plot_http_server_performance_box"
3110   output-file-type: ".html"
3111   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
3112   data:
3113     "plot-vpp-http-server-performance"
3114   # Keep this formatting, the filter is enclosed with " (quotation mark) and
3115   # each tag is enclosed with ' (apostrophe).
3116   filter: "'HTTP' and 'TCP_CPS'"
3117   parameters:
3118   - "result"
3119   - "name"
3120   traces:
3121     hoverinfo: "x+y"
3122     boxpoints: "outliers"
3123     whiskerwidth: 0
3124   layout:
3125     title: "VPP HTTP Server Performance"
3126     layout:
3127       "plot-cps"
3128
3129 -
3130   type: "plot"
3131   title: "VPP HTTP Server Performance"
3132   algorithm: "plot_http_server_performance_box"
3133   output-file-type: ".html"
3134   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
3135   data:
3136     "plot-vpp-http-server-performance"
3137   filter: "'HTTP' and 'TCP_RPS'"
3138   parameters:
3139   - "result"
3140   - "name"
3141   traces:
3142     hoverinfo: "x+y"
3143     boxpoints: "outliers"
3144     whiskerwidth: 0
3145   layout:
3146     title: "VPP HTTP Server Performance"
3147     layout:
3148       "plot-rps"
3149
3150 ################################################################################
3151
3152 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
3153 -
3154   type: "plot"
3155   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3156   algorithm: "plot_performance_box"
3157   output-file-type: ".html"
3158   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3159   data: "plot-vpp-throughput-latency-3n-hsw"
3160   filter: "'NIC_Intel-X520-DA2' and
3161            '64B' and
3162            ('BASE' or 'SCALE') and
3163            'NDRPDR' and
3164            'ETH' and
3165            '1T1C' and
3166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3167            not 'VHOST' and
3168            not 'MEMIF'"
3169   parameters:
3170   - "throughput"
3171   - "parent"
3172   - "tags"
3173   sort:
3174   - "L2PATCH"
3175   - "L2XCBASE"
3176   - "BASE"
3177   - "FIB_10K"
3178   - "FIB_100K"
3179   - "FIB_1M"
3180   traces:
3181     hoverinfo: "x+y"
3182     boxpoints: "outliers"
3183     whiskerwidth: 0
3184   layout:
3185     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3186     layout: "plot-throughput"
3187
3188 -
3189   type: "plot"
3190   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3191   algorithm: "plot_performance_box"
3192   output-file-type: ".html"
3193   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3194   data: "plot-vpp-throughput-latency-3n-hsw"
3195   filter: "'NIC_Intel-X520-DA2' and
3196            '64B' and
3197            ('BASE' or 'SCALE') and
3198            'NDRPDR' and
3199            'ETH' and
3200            '1T1C' and
3201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3202            not 'VHOST' and
3203            not 'MEMIF'"
3204   parameters:
3205   - "throughput"
3206   - "parent"
3207   - "tags"
3208   sort:
3209   - "L2PATCH"
3210   - "L2XCBASE"
3211   - "BASE"
3212   - "FIB_10K"
3213   - "FIB_100K"
3214   - "FIB_1M"
3215   traces:
3216     hoverinfo: "x+y"
3217     boxpoints: "outliers"
3218     whiskerwidth: 0
3219   layout:
3220     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3221     layout: "plot-throughput"
3222
3223 -
3224   type: "plot"
3225   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3226   algorithm: "plot_performance_box"
3227   output-file-type: ".html"
3228   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3229   data: "plot-vpp-throughput-latency-3n-hsw"
3230   filter: "'NIC_Intel-X520-DA2' and
3231            '64B' and
3232            ('BASE' or 'SCALE') and
3233            'NDRPDR' and
3234            'ETH' and
3235            '2T2C' and
3236            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3237            not 'VHOST' and
3238            not 'MEMIF'"
3239   parameters:
3240   - "throughput"
3241   - "parent"
3242   - "tags"
3243   sort:
3244   - "L2PATCH"
3245   - "L2XCBASE"
3246   - "BASE"
3247   - "FIB_10K"
3248   - "FIB_100K"
3249   - "FIB_1M"
3250   traces:
3251     hoverinfo: "x+y"
3252     boxpoints: "outliers"
3253     whiskerwidth: 0
3254   layout:
3255     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3256     layout: "plot-throughput"
3257
3258 -
3259   type: "plot"
3260   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3261   algorithm: "plot_performance_box"
3262   output-file-type: ".html"
3263   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3264   data: "plot-vpp-throughput-latency-3n-hsw"
3265   filter: "'NIC_Intel-X520-DA2' and
3266            '64B' and
3267            ('BASE' or 'SCALE') and
3268            'NDRPDR' and
3269            'ETH' and
3270            '2T2C' and
3271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3272            not 'VHOST' and
3273            not 'MEMIF'"
3274   parameters:
3275   - "throughput"
3276   - "parent"
3277   - "tags"
3278   sort:
3279   - "L2PATCH"
3280   - "L2XCBASE"
3281   - "BASE"
3282   - "FIB_10K"
3283   - "FIB_100K"
3284   - "FIB_1M"
3285   traces:
3286     hoverinfo: "x+y"
3287     boxpoints: "outliers"
3288     whiskerwidth: 0
3289   layout:
3290     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3291     layout: "plot-throughput"
3292
3293 # Packet Throughput - VPP L2 3n-hsw-x520 features
3294 -
3295   type: "plot"
3296   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3297   algorithm: "plot_performance_box"
3298   output-file-type: ".html"
3299   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3300   data: "plot-vpp-throughput-latency-3n-hsw"
3301   filter: "'NIC_Intel-X520-DA2' and
3302            '64B' and
3303            'NDRPDR' and
3304            '1T1C' and
3305            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3306            not 'ACL' and
3307            not 'VHOST' and
3308            not 'MEMIF'"
3309   parameters:
3310   - "throughput"
3311   - "parent"
3312   - "tags"
3313   sort:
3314   - "L2XCBASE"    # l2xcbase
3315   - "L2BDBASE"    # l2bdbase
3316   - "L2XCFWD"     # dot1q-l2xcbase
3317   - "L2BDMACLRN"  # dot1q-l2bdbase
3318   traces:
3319     hoverinfo: "x+y"
3320     boxpoints: "outliers"
3321     whiskerwidth: 0
3322   layout:
3323     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3324     layout: "plot-throughput"
3325
3326 -
3327   type: "plot"
3328   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3329   algorithm: "plot_performance_box"
3330   output-file-type: ".html"
3331   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3332   data: "plot-vpp-throughput-latency-3n-hsw"
3333   filter: "'NIC_Intel-X520-DA2' and
3334            '64B' and
3335            'NDRPDR' and
3336            '1T1C' and
3337            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3338            not 'ACL' and
3339            not 'VHOST' and
3340            not 'MEMIF'"
3341   parameters:
3342   - "throughput"
3343   - "parent"
3344   - "tags"
3345   sort:
3346   - "L2XCBASE"    # l2xcbase
3347   - "L2BDBASE"    # l2bdbase
3348   - "L2XCFWD"     # dot1q-l2xcbase
3349   - "L2BDMACLRN"  # dot1q-l2bdbase
3350   traces:
3351     hoverinfo: "x+y"
3352     boxpoints: "outliers"
3353     whiskerwidth: 0
3354   layout:
3355     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3356     layout: "plot-throughput"
3357
3358 -
3359   type: "plot"
3360   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3361   algorithm: "plot_performance_box"
3362   output-file-type: ".html"
3363   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3364   data: "plot-vpp-throughput-latency-3n-hsw"
3365   filter: "'NIC_Intel-X520-DA2' and
3366            '64B' and
3367            'NDRPDR' and
3368            '2T2C' and
3369            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3370            not 'ACL' and
3371            not 'VHOST' and
3372            not 'MEMIF'"
3373   parameters:
3374   - "throughput"
3375   - "parent"
3376   - "tags"
3377   sort:
3378   - "L2XCBASE"    # l2xcbase
3379   - "L2BDBASE"    # l2bdbase
3380   - "L2XCFWD"     # dot1q-l2xcbase
3381   - "L2BDMACLRN"  # dot1q-l2bdbase
3382   traces:
3383     hoverinfo: "x+y"
3384     boxpoints: "outliers"
3385     whiskerwidth: 0
3386   layout:
3387     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3388     layout: "plot-throughput"
3389
3390 -
3391   type: "plot"
3392   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3393   algorithm: "plot_performance_box"
3394   output-file-type: ".html"
3395   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3396   data: "plot-vpp-throughput-latency-3n-hsw"
3397   filter: "'NIC_Intel-X520-DA2' and
3398            '64B' and
3399            'NDRPDR' and
3400            '2T2C' and
3401            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3402            not 'ACL' and
3403            not 'VHOST' and
3404            not 'MEMIF'"
3405   parameters:
3406   - "throughput"
3407   - "parent"
3408   - "tags"
3409   sort:
3410   - "L2XCBASE"    # l2xcbase
3411   - "L2BDBASE"    # l2bdbase
3412   - "L2XCFWD"     # dot1q-l2xcbase
3413   - "L2BDMACLRN"  # dot1q-l2bdbase
3414   traces:
3415     hoverinfo: "x+y"
3416     boxpoints: "outliers"
3417     whiskerwidth: 0
3418   layout:
3419     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3420     layout: "plot-throughput"
3421
3422 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
3423 -
3424   type: "plot"
3425   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3426   algorithm: "plot_performance_box"
3427   output-file-type: ".html"
3428   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3429   data: "plot-vpp-throughput-latency-3n-hsw"
3430   filter: "'NIC_Intel-X710' and
3431            '64B' and
3432            ('BASE' or 'SCALE') and
3433            'NDRPDR' and
3434            'ETH' and
3435            '1T1C' and
3436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3437            not 'VHOST' and
3438            not 'MEMIF'"
3439   parameters:
3440   - "throughput"
3441   - "parent"
3442   - "tags"
3443   sort:
3444   - "L2PATCH"
3445   - "L2XCBASE"
3446   - "BASE"
3447   - "FIB_10K"
3448   - "FIB_100K"
3449   - "FIB_1M"
3450   traces:
3451     hoverinfo: "x+y"
3452     boxpoints: "outliers"
3453     whiskerwidth: 0
3454   layout:
3455     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3456     layout: "plot-throughput"
3457
3458 -
3459   type: "plot"
3460   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3461   algorithm: "plot_performance_box"
3462   output-file-type: ".html"
3463   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3464   data: "plot-vpp-throughput-latency-3n-hsw"
3465   filter: "'NIC_Intel-X710' and
3466            '64B' and
3467            ('BASE' or 'SCALE') and
3468            'NDRPDR' and
3469            'ETH' and
3470            '1T1C' and
3471            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3472            not 'VHOST' and
3473            not 'MEMIF'"
3474   parameters:
3475   - "throughput"
3476   - "parent"
3477   - "tags"
3478   sort:
3479   - "L2PATCH"
3480   - "L2XCBASE"
3481   - "BASE"
3482   - "FIB_10K"
3483   - "FIB_100K"
3484   - "FIB_1M"
3485   traces:
3486     hoverinfo: "x+y"
3487     boxpoints: "outliers"
3488     whiskerwidth: 0
3489   layout:
3490     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3491     layout: "plot-throughput"
3492
3493 -
3494   type: "plot"
3495   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3496   algorithm: "plot_performance_box"
3497   output-file-type: ".html"
3498   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3499   data: "plot-vpp-throughput-latency-3n-hsw"
3500   filter: "'NIC_Intel-X710' and
3501            '64B' and
3502            ('BASE' or 'SCALE') and
3503            'NDRPDR' and
3504            'ETH' and
3505            '2T2C' and
3506            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3507            not 'VHOST' and
3508            not 'MEMIF'"
3509   parameters:
3510   - "throughput"
3511   - "parent"
3512   - "tags"
3513   sort:
3514   - "L2PATCH"
3515   - "L2XCBASE"
3516   - "BASE"
3517   - "FIB_10K"
3518   - "FIB_100K"
3519   - "FIB_1M"
3520   traces:
3521     hoverinfo: "x+y"
3522     boxpoints: "outliers"
3523     whiskerwidth: 0
3524   layout:
3525     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3526     layout: "plot-throughput"
3527
3528 -
3529   type: "plot"
3530   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3531   algorithm: "plot_performance_box"
3532   output-file-type: ".html"
3533   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3534   data: "plot-vpp-throughput-latency-3n-hsw"
3535   filter: "'NIC_Intel-X710' and
3536            '64B' and
3537            ('BASE' or 'SCALE') and
3538            'NDRPDR' and
3539            'ETH' and
3540            '2T2C' and
3541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3542            not 'VHOST' and
3543            not 'MEMIF'"
3544   parameters:
3545   - "throughput"
3546   - "parent"
3547   - "tags"
3548   sort:
3549   - "L2PATCH"
3550   - "L2XCBASE"
3551   - "BASE"
3552   - "FIB_10K"
3553   - "FIB_100K"
3554   - "FIB_1M"
3555   traces:
3556     hoverinfo: "x+y"
3557     boxpoints: "outliers"
3558     whiskerwidth: 0
3559   layout:
3560     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3561     layout: "plot-throughput"
3562
3563 # Packet Throughput - VPP L2 3n-hsw-x710 features
3564 -
3565   type: "plot"
3566   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3567   algorithm: "plot_performance_box"
3568   output-file-type: ".html"
3569   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3570   data: "plot-vpp-throughput-latency-3n-hsw"
3571   filter: "'NIC_Intel-X710' and
3572            '64B' and
3573            'NDRPDR' and
3574            '1T1C' and
3575            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3576            not 'ACL' and
3577            not 'VHOST' and
3578            not 'MEMIF'"
3579   parameters:
3580   - "throughput"
3581   - "parent"
3582   - "tags"
3583   sort:
3584   - "L2XCBASE"    # l2xcbase
3585   - "L2BDBASE"    # l2bdbase
3586   - "L2XCFWD"     # dot1q-l2xcbase
3587   - "L2BDMACLRN"  # dot1q-l2bdbase
3588   traces:
3589     hoverinfo: "x+y"
3590     boxpoints: "outliers"
3591     whiskerwidth: 0
3592   layout:
3593     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3594     layout: "plot-throughput"
3595
3596 -
3597   type: "plot"
3598   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3599   algorithm: "plot_performance_box"
3600   output-file-type: ".html"
3601   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3602   data: "plot-vpp-throughput-latency-3n-hsw"
3603   filter: "'NIC_Intel-X710' and
3604            '64B' and
3605            'NDRPDR' and
3606            '1T1C' and
3607            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3608            not 'ACL' and
3609            not 'VHOST' and
3610            not 'MEMIF'"
3611   parameters:
3612   - "throughput"
3613   - "parent"
3614   - "tags"
3615   sort:
3616   - "L2XCBASE"    # l2xcbase
3617   - "L2BDBASE"    # l2bdbase
3618   - "L2XCFWD"     # dot1q-l2xcbase
3619   - "L2BDMACLRN"  # dot1q-l2bdbase
3620   traces:
3621     hoverinfo: "x+y"
3622     boxpoints: "outliers"
3623     whiskerwidth: 0
3624   layout:
3625     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3626     layout: "plot-throughput"
3627
3628 -
3629   type: "plot"
3630   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3631   algorithm: "plot_performance_box"
3632   output-file-type: ".html"
3633   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3634   data: "plot-vpp-throughput-latency-3n-hsw"
3635   filter: "'NIC_Intel-X710' and
3636            '64B' and
3637            'NDRPDR' and
3638            '2T2C' and
3639            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3640            not 'ACL' and
3641            not 'VHOST' and
3642            not 'MEMIF'"
3643   parameters:
3644   - "throughput"
3645   - "parent"
3646   - "tags"
3647   sort:
3648   - "L2XCBASE"    # l2xcbase
3649   - "L2BDBASE"    # l2bdbase
3650   - "L2XCFWD"     # dot1q-l2xcbase
3651   - "L2BDMACLRN"  # dot1q-l2bdbase
3652   traces:
3653     hoverinfo: "x+y"
3654     boxpoints: "outliers"
3655     whiskerwidth: 0
3656   layout:
3657     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3658     layout: "plot-throughput"
3659
3660 -
3661   type: "plot"
3662   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3663   algorithm: "plot_performance_box"
3664   output-file-type: ".html"
3665   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3666   data: "plot-vpp-throughput-latency-3n-hsw"
3667   filter: "'NIC_Intel-X710' and
3668            '64B' and
3669            'NDRPDR' and
3670            '2T2C' and
3671            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3672            not 'ACL' and
3673            not 'VHOST' and
3674            not 'MEMIF'"
3675   parameters:
3676   - "throughput"
3677   - "parent"
3678   - "tags"
3679   sort:
3680   - "L2XCBASE"    # l2xcbase
3681   - "L2BDBASE"    # l2bdbase
3682   - "L2XCFWD"     # dot1q-l2xcbase
3683   - "L2BDMACLRN"  # dot1q-l2bdbase
3684   traces:
3685     hoverinfo: "x+y"
3686     boxpoints: "outliers"
3687     whiskerwidth: 0
3688   layout:
3689     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3690     layout: "plot-throughput"
3691
3692 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
3693 -
3694   type: "plot"
3695   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3696   algorithm: "plot_performance_box"
3697   output-file-type: ".html"
3698   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3699   data: "plot-vpp-throughput-latency-3n-hsw"
3700   filter: "'NIC_Intel-XL710' and
3701            '64B' and
3702            ('BASE' or 'SCALE') and
3703            'NDRPDR' and
3704            'ETH' and
3705            '1T1C' and
3706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3707            not 'VHOST' and
3708            not 'MEMIF'"
3709   parameters:
3710   - "throughput"
3711   - "parent"
3712   - "tags"
3713   sort:
3714   - "L2PATCH"
3715   - "L2XCBASE"
3716   - "BASE"
3717   - "FIB_10K"
3718   - "FIB_100K"
3719   - "FIB_1M"
3720   traces:
3721     hoverinfo: "x+y"
3722     boxpoints: "outliers"
3723     whiskerwidth: 0
3724   layout:
3725     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3726     layout: "plot-throughput"
3727
3728 -
3729   type: "plot"
3730   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3731   algorithm: "plot_performance_box"
3732   output-file-type: ".html"
3733   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3734   data: "plot-vpp-throughput-latency-3n-hsw"
3735   filter: "'NIC_Intel-XL710' and
3736            '64B' and
3737            ('BASE' or 'SCALE') and
3738            'NDRPDR' and
3739            'ETH' and
3740            '1T1C' and
3741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3742            not 'VHOST' and
3743            not 'MEMIF'"
3744   parameters:
3745   - "throughput"
3746   - "parent"
3747   - "tags"
3748   sort:
3749   - "L2PATCH"
3750   - "L2XCBASE"
3751   - "BASE"
3752   - "FIB_10K"
3753   - "FIB_100K"
3754   - "FIB_1M"
3755   traces:
3756     hoverinfo: "x+y"
3757     boxpoints: "outliers"
3758     whiskerwidth: 0
3759   layout:
3760     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3761     layout: "plot-throughput"
3762
3763 -
3764   type: "plot"
3765   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3766   algorithm: "plot_performance_box"
3767   output-file-type: ".html"
3768   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3769   data: "plot-vpp-throughput-latency-3n-hsw"
3770   filter: "'NIC_Intel-XL710' and
3771            '64B' and
3772            ('BASE' or 'SCALE') and
3773            'NDRPDR' and
3774            'ETH' and
3775            '2T2C' and
3776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3777            not 'VHOST' and
3778            not 'MEMIF'"
3779   parameters:
3780   - "throughput"
3781   - "parent"
3782   - "tags"
3783   sort:
3784   - "L2PATCH"
3785   - "L2XCBASE"
3786   - "BASE"
3787   - "FIB_10K"
3788   - "FIB_100K"
3789   - "FIB_1M"
3790   traces:
3791     hoverinfo: "x+y"
3792     boxpoints: "outliers"
3793     whiskerwidth: 0
3794   layout:
3795     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3796     layout: "plot-throughput"
3797
3798 -
3799   type: "plot"
3800   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3801   algorithm: "plot_performance_box"
3802   output-file-type: ".html"
3803   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3804   data: "plot-vpp-throughput-latency-3n-hsw"
3805   filter: "'NIC_Intel-XL710' and
3806            '64B' and
3807            ('BASE' or 'SCALE') and
3808            'NDRPDR' and
3809            'ETH' and
3810            '2T2C' and
3811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3812            not 'VHOST' and
3813            not 'MEMIF'"
3814   parameters:
3815   - "throughput"
3816   - "parent"
3817   - "tags"
3818   sort:
3819   - "L2PATCH"
3820   - "L2XCBASE"
3821   - "BASE"
3822   - "FIB_10K"
3823   - "FIB_100K"
3824   - "FIB_1M"
3825   traces:
3826     hoverinfo: "x+y"
3827     boxpoints: "outliers"
3828     whiskerwidth: 0
3829   layout:
3830     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3831     layout: "plot-throughput"
3832
3833 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
3834 -
3835   type: "plot"
3836   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3837   algorithm: "plot_performance_box"
3838   output-file-type: ".html"
3839   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3840   data: "plot-vpp-throughput-latency-3n-skx"
3841   filter: "'NIC_Intel-X710' and
3842            '64B' and
3843            ('BASE' or 'SCALE') and
3844            'NDRPDR' and
3845            'ETH' and
3846            '2T1C' and
3847            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3848            not 'VHOST' and
3849            not 'MEMIF'"
3850   parameters:
3851   - "throughput"
3852   - "parent"
3853   - "tags"
3854   sort:
3855   - "L2PATCH"
3856   - "L2XCBASE"
3857   - "BASE"
3858   - "FIB_10K"
3859   - "FIB_100K"
3860   - "FIB_1M"
3861   traces:
3862     hoverinfo: "x+y"
3863     boxpoints: "outliers"
3864     whiskerwidth: 0
3865   layout:
3866     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3867     layout: "plot-throughput"
3868
3869 -
3870   type: "plot"
3871   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3872   algorithm: "plot_performance_box"
3873   output-file-type: ".html"
3874   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3875   data: "plot-vpp-throughput-latency-3n-skx"
3876   filter: "'NIC_Intel-X710' and
3877            '64B' and
3878            ('BASE' or 'SCALE') and
3879            'NDRPDR' and
3880            'ETH' and
3881            '2T1C' and
3882            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3883            not 'VHOST' and
3884            not 'MEMIF'"
3885   parameters:
3886   - "throughput"
3887   - "parent"
3888   - "tags"
3889   sort:
3890   - "L2PATCH"
3891   - "L2XCBASE"
3892   - "BASE"
3893   - "FIB_10K"
3894   - "FIB_100K"
3895   - "FIB_1M"
3896   traces:
3897     hoverinfo: "x+y"
3898     boxpoints: "outliers"
3899     whiskerwidth: 0
3900   layout:
3901     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3902     layout: "plot-throughput"
3903
3904 -
3905   type: "plot"
3906   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3907   algorithm: "plot_performance_box"
3908   output-file-type: ".html"
3909   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3910   data: "plot-vpp-throughput-latency-3n-skx"
3911   filter: "'NIC_Intel-X710' and
3912            '64B' and
3913            ('BASE' or 'SCALE') and
3914            'NDRPDR' and
3915            'ETH' and
3916            '4T2C' and
3917            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3918            not 'VHOST' and
3919            not 'MEMIF'"
3920   parameters:
3921   - "throughput"
3922   - "parent"
3923   - "tags"
3924   sort:
3925   - "L2PATCH"
3926   - "L2XCBASE"
3927   - "BASE"
3928   - "FIB_10K"
3929   - "FIB_100K"
3930   - "FIB_1M"
3931   traces:
3932     hoverinfo: "x+y"
3933     boxpoints: "outliers"
3934     whiskerwidth: 0
3935   layout:
3936     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3937     layout: "plot-throughput"
3938
3939 -
3940   type: "plot"
3941   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3942   algorithm: "plot_performance_box"
3943   output-file-type: ".html"
3944   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3945   data: "plot-vpp-throughput-latency-3n-skx"
3946   filter: "'NIC_Intel-X710' and
3947            '64B' and
3948            ('BASE' or 'SCALE') and
3949            'NDRPDR' and
3950            'ETH' and
3951            '4T2C' and
3952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3953            not 'VHOST' and
3954            not 'MEMIF'"
3955   parameters:
3956   - "throughput"
3957   - "parent"
3958   - "tags"
3959   sort:
3960   - "L2PATCH"
3961   - "L2XCBASE"
3962   - "BASE"
3963   - "FIB_10K"
3964   - "FIB_100K"
3965   - "FIB_1M"
3966   traces:
3967     hoverinfo: "x+y"
3968     boxpoints: "outliers"
3969     whiskerwidth: 0
3970   layout:
3971     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3972     layout: "plot-throughput"
3973
3974 # Packet Throughput - VPP L2 3n-skx-x710 features
3975 -
3976   type: "plot"
3977   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3978   algorithm: "plot_performance_box"
3979   output-file-type: ".html"
3980   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3981   data: "plot-vpp-throughput-latency-3n-skx"
3982   filter: "'NIC_Intel-X710' and
3983            '64B' and
3984            'NDRPDR' and
3985            '2T1C' and
3986            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3987            not 'ACL' and
3988            not 'VHOST' and
3989            not 'MEMIF'"
3990   parameters:
3991   - "throughput"
3992   - "parent"
3993   - "tags"
3994   sort:
3995   - "L2XCBASE"    # l2xcbase
3996   - "L2BDBASE"    # l2bdbase
3997   - "L2XCFWD"     # dot1q-l2xcbase
3998   - "L2BDMACLRN"  # dot1q-l2bdbase
3999   traces:
4000     hoverinfo: "x+y"
4001     boxpoints: "outliers"
4002     whiskerwidth: 0
4003   layout:
4004     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
4005     layout: "plot-throughput"
4006
4007 -
4008   type: "plot"
4009   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4010   algorithm: "plot_performance_box"
4011   output-file-type: ".html"
4012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4013   data: "plot-vpp-throughput-latency-3n-skx"
4014   filter: "'NIC_Intel-X710' and
4015            '64B' and
4016            'NDRPDR' and
4017            '2T1C' and
4018            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4019            not 'ACL' and
4020            not 'VHOST' and
4021            not 'MEMIF'"
4022   parameters:
4023   - "throughput"
4024   - "parent"
4025   - "tags"
4026   sort:
4027   - "L2XCBASE"    # l2xcbase
4028   - "L2BDBASE"    # l2bdbase
4029   - "L2XCFWD"     # dot1q-l2xcbase
4030   - "L2BDMACLRN"  # dot1q-l2bdbase
4031   traces:
4032     hoverinfo: "x+y"
4033     boxpoints: "outliers"
4034     whiskerwidth: 0
4035   layout:
4036     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4037     layout: "plot-throughput"
4038
4039 -
4040   type: "plot"
4041   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4042   algorithm: "plot_performance_box"
4043   output-file-type: ".html"
4044   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4045   data: "plot-vpp-throughput-latency-3n-skx"
4046   filter: "'NIC_Intel-X710' and
4047            '64B' and
4048            'NDRPDR' and
4049            '4T2C' and
4050            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4051            not 'ACL' and
4052            not 'VHOST' and
4053            not 'MEMIF'"
4054   parameters:
4055   - "throughput"
4056   - "parent"
4057   - "tags"
4058   sort:
4059   - "L2XCBASE"    # l2xcbase
4060   - "L2BDBASE"    # l2bdbase
4061   - "L2XCFWD"     # dot1q-l2xcbase
4062   - "L2BDMACLRN"  # dot1q-l2bdbase
4063   traces:
4064     hoverinfo: "x+y"
4065     boxpoints: "outliers"
4066     whiskerwidth: 0
4067   layout:
4068     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4069     layout: "plot-throughput"
4070
4071 -
4072   type: "plot"
4073   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4074   algorithm: "plot_performance_box"
4075   output-file-type: ".html"
4076   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4077   data: "plot-vpp-throughput-latency-3n-skx"
4078   filter: "'NIC_Intel-X710' and
4079            '64B' and
4080            'NDRPDR' and
4081            '4T2C' and
4082            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4083            not 'ACL' and
4084            not 'VHOST' and
4085            not 'MEMIF'"
4086   parameters:
4087   - "throughput"
4088   - "parent"
4089   - "tags"
4090   sort:
4091   - "L2XCBASE"    # l2xcbase
4092   - "L2BDBASE"    # l2bdbase
4093   - "L2XCFWD"     # dot1q-l2xcbase
4094   - "L2BDMACLRN"  # dot1q-l2bdbase
4095   traces:
4096     hoverinfo: "x+y"
4097     boxpoints: "outliers"
4098     whiskerwidth: 0
4099   layout:
4100     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4101     layout: "plot-throughput"
4102
4103 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
4104 -
4105   type: "plot"
4106   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4107   algorithm: "plot_performance_box"
4108   output-file-type: ".html"
4109   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4110   data: "plot-vpp-throughput-latency-3n-skx"
4111   filter: "'NIC_Intel-XXV710' and
4112            '64B' and
4113            ('BASE' or 'SCALE') and
4114            'NDRPDR' and
4115            'ETH' and
4116            '2T1C' and
4117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4118            not 'VHOST' and
4119            not 'MEMIF'"
4120   parameters:
4121   - "throughput"
4122   - "parent"
4123   - "tags"
4124   sort:
4125   - "L2PATCH"
4126   - "L2XCBASE"
4127   - "BASE"
4128   - "FIB_10K"
4129   - "FIB_100K"
4130   - "FIB_1M"
4131   traces:
4132     hoverinfo: "x+y"
4133     boxpoints: "outliers"
4134     whiskerwidth: 0
4135   layout:
4136     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4137     layout: "plot-throughput"
4138
4139 -
4140   type: "plot"
4141   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4142   algorithm: "plot_performance_box"
4143   output-file-type: ".html"
4144   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4145   data: "plot-vpp-throughput-latency-3n-skx"
4146   filter: "'NIC_Intel-XXV710' and
4147            '64B' and
4148            ('BASE' or 'SCALE') and
4149            'NDRPDR' and
4150            'ETH' and
4151            '2T1C' and
4152            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4153            not 'VHOST' and
4154            not 'MEMIF'"
4155   parameters:
4156   - "throughput"
4157   - "parent"
4158   - "tags"
4159   sort:
4160   - "L2PATCH"
4161   - "L2XCBASE"
4162   - "BASE"
4163   - "FIB_10K"
4164   - "FIB_100K"
4165   - "FIB_1M"
4166   traces:
4167     hoverinfo: "x+y"
4168     boxpoints: "outliers"
4169     whiskerwidth: 0
4170   layout:
4171     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4172     layout: "plot-throughput"
4173
4174 -
4175   type: "plot"
4176   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4177   algorithm: "plot_performance_box"
4178   output-file-type: ".html"
4179   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4180   data: "plot-vpp-throughput-latency-3n-skx"
4181   filter: "'NIC_Intel-XXV710' and
4182            '64B' and
4183            ('BASE' or 'SCALE') and
4184            'NDRPDR' and
4185            'ETH' and
4186            '4T2C' and
4187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4188            not 'VHOST' and
4189            not 'MEMIF'"
4190   parameters:
4191   - "throughput"
4192   - "parent"
4193   - "tags"
4194   sort:
4195   - "L2PATCH"
4196   - "L2XCBASE"
4197   - "BASE"
4198   - "FIB_10K"
4199   - "FIB_100K"
4200   - "FIB_1M"
4201   traces:
4202     hoverinfo: "x+y"
4203     boxpoints: "outliers"
4204     whiskerwidth: 0
4205   layout:
4206     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4207     layout: "plot-throughput"
4208
4209 -
4210   type: "plot"
4211   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4212   algorithm: "plot_performance_box"
4213   output-file-type: ".html"
4214   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4215   data: "plot-vpp-throughput-latency-3n-skx"
4216   filter: "'NIC_Intel-XXV710' and
4217            '64B' and
4218            ('BASE' or 'SCALE') and
4219            'NDRPDR' and
4220            'ETH' and
4221            '4T2C' and
4222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4223            not 'VHOST' and
4224            not 'MEMIF'"
4225   parameters:
4226   - "throughput"
4227   - "parent"
4228   - "tags"
4229   sort:
4230   - "L2PATCH"
4231   - "L2XCBASE"
4232   - "BASE"
4233   - "FIB_10K"
4234   - "FIB_100K"
4235   - "FIB_1M"
4236   traces:
4237     hoverinfo: "x+y"
4238     boxpoints: "outliers"
4239     whiskerwidth: 0
4240   layout:
4241     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4242     layout: "plot-throughput"
4243
4244 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
4245 -
4246   type: "plot"
4247   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4248   algorithm: "plot_performance_box"
4249   output-file-type: ".html"
4250   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4251   data: "plot-vpp-throughput-latency-2n-skx"
4252   filter: "'NIC_Intel-X710' and
4253            '64B' and
4254            ('BASE' or 'SCALE') and
4255            'NDRPDR' and
4256            'ETH' and
4257            '2T1C' and
4258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4259            not 'VHOST' and
4260            not 'MEMIF'"
4261   parameters:
4262   - "throughput"
4263   - "parent"
4264   - "tags"
4265   sort:
4266   - "L2PATCH"
4267   - "L2XCBASE"
4268   - "BASE"
4269   - "FIB_10K"
4270   - "FIB_100K"
4271   - "FIB_1M"
4272   traces:
4273     hoverinfo: "x+y"
4274     boxpoints: "outliers"
4275     whiskerwidth: 0
4276   layout:
4277     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4278     layout: "plot-throughput"
4279
4280 -
4281   type: "plot"
4282   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4283   algorithm: "plot_performance_box"
4284   output-file-type: ".html"
4285   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4286   data: "plot-vpp-throughput-latency-2n-skx"
4287   filter: "'NIC_Intel-X710' and
4288            '64B' and
4289            ('BASE' or 'SCALE') and
4290            'NDRPDR' and
4291            'ETH' and
4292            '2T1C' and
4293            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4294            not 'VHOST' and
4295            not 'MEMIF'"
4296   parameters:
4297   - "throughput"
4298   - "parent"
4299   - "tags"
4300   sort:
4301   - "L2PATCH"
4302   - "L2XCBASE"
4303   - "BASE"
4304   - "FIB_10K"
4305   - "FIB_100K"
4306   - "FIB_1M"
4307   traces:
4308     hoverinfo: "x+y"
4309     boxpoints: "outliers"
4310     whiskerwidth: 0
4311   layout:
4312     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4313     layout: "plot-throughput"
4314
4315 -
4316   type: "plot"
4317   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4318   algorithm: "plot_performance_box"
4319   output-file-type: ".html"
4320   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4321   data: "plot-vpp-throughput-latency-2n-skx"
4322   filter: "'NIC_Intel-X710' and
4323            '64B' and
4324            ('BASE' or 'SCALE') and
4325            'NDRPDR' and
4326            'ETH' and
4327            '4T2C' and
4328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4329            not 'VHOST' and
4330            not 'MEMIF'"
4331   parameters:
4332   - "throughput"
4333   - "parent"
4334   - "tags"
4335   sort:
4336   - "L2PATCH"
4337   - "L2XCBASE"
4338   - "BASE"
4339   - "FIB_10K"
4340   - "FIB_100K"
4341   - "FIB_1M"
4342   traces:
4343     hoverinfo: "x+y"
4344     boxpoints: "outliers"
4345     whiskerwidth: 0
4346   layout:
4347     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4348     layout: "plot-throughput"
4349
4350 -
4351   type: "plot"
4352   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4353   algorithm: "plot_performance_box"
4354   output-file-type: ".html"
4355   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4356   data: "plot-vpp-throughput-latency-2n-skx"
4357   filter: "'NIC_Intel-X710' and
4358            '64B' and
4359            ('BASE' or 'SCALE') and
4360            'NDRPDR' and
4361            'ETH' and
4362            '4T2C' and
4363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4364            not 'VHOST' and
4365            not 'MEMIF'"
4366   parameters:
4367   - "throughput"
4368   - "parent"
4369   - "tags"
4370   sort:
4371   - "L2PATCH"
4372   - "L2XCBASE"
4373   - "BASE"
4374   - "FIB_10K"
4375   - "FIB_100K"
4376   - "FIB_1M"
4377   traces:
4378     hoverinfo: "x+y"
4379     boxpoints: "outliers"
4380     whiskerwidth: 0
4381   layout:
4382     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4383     layout: "plot-throughput"
4384
4385 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
4386 -
4387   type: "plot"
4388   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4389   algorithm: "plot_performance_box"
4390   output-file-type: ".html"
4391   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4392   data: "plot-vpp-throughput-latency-2n-skx"
4393   filter: "'NIC_Intel-XXV710' and
4394            '64B' and
4395            ('BASE' or 'SCALE') and
4396            'NDRPDR' and
4397            'ETH' and
4398            '2T1C' and
4399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4400            not 'VHOST' and
4401            not 'MEMIF'"
4402   parameters:
4403   - "throughput"
4404   - "parent"
4405   - "tags"
4406   sort:
4407   - "L2PATCH"
4408   - "L2XCBASE"
4409   - "BASE"
4410   - "FIB_10K"
4411   - "FIB_100K"
4412   - "FIB_1M"
4413   traces:
4414     hoverinfo: "x+y"
4415     boxpoints: "outliers"
4416     whiskerwidth: 0
4417   layout:
4418     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4419     layout: "plot-throughput"
4420
4421 -
4422   type: "plot"
4423   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4424   algorithm: "plot_performance_box"
4425   output-file-type: ".html"
4426   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4427   data: "plot-vpp-throughput-latency-2n-skx"
4428   filter: "'NIC_Intel-XXV710' and
4429            '64B' and
4430            ('BASE' or 'SCALE') and
4431            'NDRPDR' and
4432            'ETH' and
4433            '2T1C' and
4434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4435            not 'VHOST' and
4436            not 'MEMIF'"
4437   parameters:
4438   - "throughput"
4439   - "parent"
4440   - "tags"
4441   sort:
4442   - "L2PATCH"
4443   - "L2XCBASE"
4444   - "BASE"
4445   - "FIB_10K"
4446   - "FIB_100K"
4447   - "FIB_1M"
4448   traces:
4449     hoverinfo: "x+y"
4450     boxpoints: "outliers"
4451     whiskerwidth: 0
4452   layout:
4453     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4454     layout: "plot-throughput"
4455
4456 -
4457   type: "plot"
4458   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4459   algorithm: "plot_performance_box"
4460   output-file-type: ".html"
4461   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4462   data: "plot-vpp-throughput-latency-2n-skx"
4463   filter: "'NIC_Intel-XXV710' and
4464            '64B' and
4465            ('BASE' or 'SCALE') and
4466            'NDRPDR' and
4467            'ETH' and
4468            '4T2C' and
4469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4470            not 'VHOST' and
4471            not 'MEMIF'"
4472   parameters:
4473   - "throughput"
4474   - "parent"
4475   - "tags"
4476   sort:
4477   - "L2PATCH"
4478   - "L2XCBASE"
4479   - "BASE"
4480   - "FIB_10K"
4481   - "FIB_100K"
4482   - "FIB_1M"
4483   traces:
4484     hoverinfo: "x+y"
4485     boxpoints: "outliers"
4486     whiskerwidth: 0
4487   layout:
4488     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4489     layout: "plot-throughput"
4490
4491 -
4492   type: "plot"
4493   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4494   algorithm: "plot_performance_box"
4495   output-file-type: ".html"
4496   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4497   data: "plot-vpp-throughput-latency-2n-skx"
4498   filter: "'NIC_Intel-XXV710' and
4499            '64B' and
4500            ('BASE' or 'SCALE') and
4501            'NDRPDR' and
4502            'ETH' and
4503            '4T2C' and
4504            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4505            not 'VHOST' and
4506            not 'MEMIF'"
4507   parameters:
4508   - "throughput"
4509   - "parent"
4510   - "tags"
4511   sort:
4512   - "L2PATCH"
4513   - "L2XCBASE"
4514   - "BASE"
4515   - "FIB_10K"
4516   - "FIB_100K"
4517   - "FIB_1M"
4518   traces:
4519     hoverinfo: "x+y"
4520     boxpoints: "outliers"
4521     whiskerwidth: 0
4522   layout:
4523     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4524     layout: "plot-throughput"
4525
4526 ################################################################################
4527
4528 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4529 -
4530   type: "plot"
4531   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4532   algorithm: "plot_performance_box"
4533   output-file-type: ".html"
4534   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4535   data: "plot-vpp-throughput-latency-3n-hsw"
4536   filter: "'NIC_Intel-X520-DA2' and
4537            '64B' and
4538            ('BASE' or 'SCALE') and
4539            'NDRPDR' and
4540            '1T1C' and
4541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4542            not 'VHOST' and
4543            'MEMIF'"
4544   parameters:
4545   - "throughput"
4546   - "parent"
4547   - "tags"
4548   sort:
4549   - "L2XCFWD"
4550   - "L2XCFWD"
4551   - "L2XCFWD"
4552   - "L2BDMACLRN"
4553   - "L2BDMACLRN"
4554   - "L2BDMACLRN"
4555   traces:
4556     hoverinfo: "x+y"
4557     boxpoints: "outliers"
4558     whiskerwidth: 0
4559   layout:
4560     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4561     layout: "plot-throughput"
4562
4563 -
4564   type: "plot"
4565   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4566   algorithm: "plot_performance_box"
4567   output-file-type: ".html"
4568   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4569   data: "plot-vpp-throughput-latency-3n-hsw"
4570   filter: "'NIC_Intel-X520-DA2' and
4571            '64B' and
4572            ('BASE' or 'SCALE') and
4573            'NDRPDR' and
4574            '1T1C' and
4575            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4576            not 'VHOST' and
4577            'MEMIF'"
4578   parameters:
4579   - "throughput"
4580   - "parent"
4581   - "tags"
4582   sort:
4583   - "L2XCFWD"
4584   - "L2XCFWD"
4585   - "L2XCFWD"
4586   - "L2BDMACLRN"
4587   - "L2BDMACLRN"
4588   - "L2BDMACLRN"
4589   traces:
4590     hoverinfo: "x+y"
4591     boxpoints: "outliers"
4592     whiskerwidth: 0
4593   layout:
4594     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4595     layout: "plot-throughput"
4596
4597 -
4598   type: "plot"
4599   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4600   algorithm: "plot_performance_box"
4601   output-file-type: ".html"
4602   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4603   data: "plot-vpp-throughput-latency-3n-hsw"
4604   filter: "'NIC_Intel-X520-DA2' and
4605            '64B' and
4606            ('BASE' or 'SCALE') and
4607            'NDRPDR' and
4608            '2T2C' and
4609            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4610            not 'VHOST' and
4611            'MEMIF'"
4612   parameters:
4613   - "throughput"
4614   - "parent"
4615   - "tags"
4616   sort:
4617   - "L2XCFWD"
4618   - "L2XCFWD"
4619   - "L2XCFWD"
4620   - "L2BDMACLRN"
4621   - "L2BDMACLRN"
4622   - "L2BDMACLRN"
4623   traces:
4624     hoverinfo: "x+y"
4625     boxpoints: "outliers"
4626     whiskerwidth: 0
4627   layout:
4628     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4629     layout: "plot-throughput"
4630
4631 -
4632   type: "plot"
4633   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4634   algorithm: "plot_performance_box"
4635   output-file-type: ".html"
4636   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4637   data: "plot-vpp-throughput-latency-3n-hsw"
4638   filter: "'NIC_Intel-X520-DA2' and
4639            '64B' and
4640            ('BASE' or 'SCALE') and
4641            'NDRPDR' and
4642            '2T2C' and
4643            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4644            not 'VHOST' and
4645            'MEMIF'"
4646   parameters:
4647   - "throughput"
4648   - "parent"
4649   - "tags"
4650   sort:
4651   - "L2XCFWD"
4652   - "L2XCFWD"
4653   - "L2XCFWD"
4654   - "L2BDMACLRN"
4655   - "L2BDMACLRN"
4656   - "L2BDMACLRN"
4657   traces:
4658     hoverinfo: "x+y"
4659     boxpoints: "outliers"
4660     whiskerwidth: 0
4661   layout:
4662     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4663     layout: "plot-throughput"
4664
4665 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4666 -
4667   type: "plot"
4668   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4669   algorithm: "plot_performance_box"
4670   output-file-type: ".html"
4671   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4672   data: "plot-vpp-throughput-latency-3n-hsw"
4673   filter: "'NIC_Intel-X710' and
4674            '64B' and
4675            ('BASE' or 'SCALE') and
4676            'NDRPDR' and
4677            '1T1C' and
4678            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4679            not 'VHOST' and
4680            'MEMIF'"
4681   parameters:
4682   - "throughput"
4683   - "parent"
4684   - "tags"
4685   sort:
4686   - "L2XCFWD"
4687   - "L2XCFWD"
4688   - "L2XCFWD"
4689   - "L2BDMACLRN"
4690   - "L2BDMACLRN"
4691   - "L2BDMACLRN"
4692   traces:
4693     hoverinfo: "x+y"
4694     boxpoints: "outliers"
4695     whiskerwidth: 0
4696   layout:
4697     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4698     layout: "plot-throughput"
4699
4700 -
4701   type: "plot"
4702   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4703   algorithm: "plot_performance_box"
4704   output-file-type: ".html"
4705   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4706   data: "plot-vpp-throughput-latency-3n-hsw"
4707   filter: "'NIC_Intel-X710' and
4708            '64B' and
4709            ('BASE' or 'SCALE') and
4710            'NDRPDR' and
4711            '1T1C' and
4712            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4713            not 'VHOST' and
4714            'MEMIF'"
4715   parameters:
4716   - "throughput"
4717   - "parent"
4718   - "tags"
4719   sort:
4720   - "L2XCFWD"
4721   - "L2XCFWD"
4722   - "L2XCFWD"
4723   - "L2BDMACLRN"
4724   - "L2BDMACLRN"
4725   - "L2BDMACLRN"
4726   traces:
4727     hoverinfo: "x+y"
4728     boxpoints: "outliers"
4729     whiskerwidth: 0
4730   layout:
4731     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4732     layout: "plot-throughput"
4733
4734 -
4735   type: "plot"
4736   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4737   algorithm: "plot_performance_box"
4738   output-file-type: ".html"
4739   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4740   data: "plot-vpp-throughput-latency-3n-hsw"
4741   filter: "'NIC_Intel-X710' and
4742            '64B' and
4743            ('BASE' or 'SCALE') and
4744            'NDRPDR' and
4745            '2T2C' and
4746            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4747            not 'VHOST' and
4748            'MEMIF'"
4749   parameters:
4750   - "throughput"
4751   - "parent"
4752   - "tags"
4753   sort:
4754   - "L2XCFWD"
4755   - "L2XCFWD"
4756   - "L2XCFWD"
4757   - "L2BDMACLRN"
4758   - "L2BDMACLRN"
4759   - "L2BDMACLRN"
4760   traces:
4761     hoverinfo: "x+y"
4762     boxpoints: "outliers"
4763     whiskerwidth: 0
4764   layout:
4765     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4766     layout: "plot-throughput"
4767
4768 -
4769   type: "plot"
4770   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4771   algorithm: "plot_performance_box"
4772   output-file-type: ".html"
4773   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4774   data: "plot-vpp-throughput-latency-3n-hsw"
4775   filter: "'NIC_Intel-X710' and
4776            '64B' and
4777            ('BASE' or 'SCALE') and
4778            'NDRPDR' and
4779            '2T2C' and
4780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4781            not 'VHOST' and
4782            'MEMIF'"
4783   parameters:
4784   - "throughput"
4785   - "parent"
4786   - "tags"
4787   sort:
4788   - "L2XCFWD"
4789   - "L2XCFWD"
4790   - "L2XCFWD"
4791   - "L2BDMACLRN"
4792   - "L2BDMACLRN"
4793   - "L2BDMACLRN"
4794   traces:
4795     hoverinfo: "x+y"
4796     boxpoints: "outliers"
4797     whiskerwidth: 0
4798   layout:
4799     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4800     layout: "plot-throughput"
4801
4802 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4803 -
4804   type: "plot"
4805   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4806   algorithm: "plot_performance_box"
4807   output-file-type: ".html"
4808   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4809   data: "plot-vpp-throughput-latency-3n-hsw"
4810   filter: "'NIC_Intel-XL710' and
4811            '64B' and
4812            ('BASE' or 'SCALE') and
4813            'NDRPDR' and
4814            '1T1C' and
4815            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4816            not 'VHOST' and
4817            'MEMIF'"
4818   parameters:
4819   - "throughput"
4820   - "parent"
4821   - "tags"
4822   sort:
4823   - "L2XCFWD"
4824   - "L2XCFWD"
4825   - "L2XCFWD"
4826   - "L2BDMACLRN"
4827   - "L2BDMACLRN"
4828   - "L2BDMACLRN"
4829   traces:
4830     hoverinfo: "x+y"
4831     boxpoints: "outliers"
4832     whiskerwidth: 0
4833   layout:
4834     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4835     layout: "plot-throughput"
4836
4837 -
4838   type: "plot"
4839   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4840   algorithm: "plot_performance_box"
4841   output-file-type: ".html"
4842   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4843   data: "plot-vpp-throughput-latency-3n-hsw"
4844   filter: "'NIC_Intel-XL710' and
4845            '64B' and
4846            ('BASE' or 'SCALE') and
4847            'NDRPDR' and
4848            '1T1C' and
4849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4850            not 'VHOST' and
4851            'MEMIF'"
4852   parameters:
4853   - "throughput"
4854   - "parent"
4855   - "tags"
4856   sort:
4857   - "L2XCFWD"
4858   - "L2XCFWD"
4859   - "L2XCFWD"
4860   - "L2BDMACLRN"
4861   - "L2BDMACLRN"
4862   - "L2BDMACLRN"
4863   traces:
4864     hoverinfo: "x+y"
4865     boxpoints: "outliers"
4866     whiskerwidth: 0
4867   layout:
4868     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4869     layout: "plot-throughput"
4870
4871 -
4872   type: "plot"
4873   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4874   algorithm: "plot_performance_box"
4875   output-file-type: ".html"
4876   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4877   data: "plot-vpp-throughput-latency-3n-hsw"
4878   filter: "'NIC_Intel-XL710' and
4879            '64B' and
4880            ('BASE' or 'SCALE') and
4881            'NDRPDR' and
4882            '2T2C' and
4883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4884            not 'VHOST' and
4885            'MEMIF'"
4886   parameters:
4887   - "throughput"
4888   - "parent"
4889   - "tags"
4890   sort:
4891   - "L2XCFWD"
4892   - "L2XCFWD"
4893   - "L2XCFWD"
4894   - "L2BDMACLRN"
4895   - "L2BDMACLRN"
4896   - "L2BDMACLRN"
4897   traces:
4898     hoverinfo: "x+y"
4899     boxpoints: "outliers"
4900     whiskerwidth: 0
4901   layout:
4902     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4903     layout: "plot-throughput"
4904
4905 -
4906   type: "plot"
4907   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4908   algorithm: "plot_performance_box"
4909   output-file-type: ".html"
4910   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4911   data: "plot-vpp-throughput-latency-3n-hsw"
4912   filter: "'NIC_Intel-XL710' and
4913            '64B' and
4914            ('BASE' or 'SCALE') and
4915            'NDRPDR' and
4916            '2T2C' and
4917            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4918            not 'VHOST' and
4919            'MEMIF'"
4920   parameters:
4921   - "throughput"
4922   - "parent"
4923   - "tags"
4924   sort:
4925   - "L2XCFWD"
4926   - "L2XCFWD"
4927   - "L2XCFWD"
4928   - "L2BDMACLRN"
4929   - "L2BDMACLRN"
4930   - "L2BDMACLRN"
4931   traces:
4932     hoverinfo: "x+y"
4933     boxpoints: "outliers"
4934     whiskerwidth: 0
4935   layout:
4936     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4937     layout: "plot-throughput"
4938
4939 # Packet Throughput - VPP Container Memif 3n-skx-x710
4940 -
4941   type: "plot"
4942   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4943   algorithm: "plot_performance_box"
4944   output-file-type: ".html"
4945   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4946   data: "plot-vpp-throughput-latency-3n-skx"
4947   filter: "'NIC_Intel-X710' and
4948            '64B' and
4949            ('BASE' or 'SCALE') and
4950            'NDRPDR' and
4951            '2T1C' and
4952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4953            not 'VHOST' and
4954            'MEMIF'"
4955   parameters:
4956   - "throughput"
4957   - "parent"
4958   - "tags"
4959   sort:
4960   - "L2XCFWD"
4961   - "L2XCFWD"
4962   - "L2XCFWD"
4963   - "L2BDMACLRN"
4964   - "L2BDMACLRN"
4965   - "L2BDMACLRN"
4966   traces:
4967     hoverinfo: "x+y"
4968     boxpoints: "outliers"
4969     whiskerwidth: 0
4970   layout:
4971     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4972     layout: "plot-throughput"
4973
4974 -
4975   type: "plot"
4976   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4977   algorithm: "plot_performance_box"
4978   output-file-type: ".html"
4979   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4980   data: "plot-vpp-throughput-latency-3n-skx"
4981   filter: "'NIC_Intel-X710' and
4982            '64B' and
4983            ('BASE' or 'SCALE') and
4984            'NDRPDR' and
4985            '2T1C' and
4986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4987            not 'VHOST' and
4988            'MEMIF'"
4989   parameters:
4990   - "throughput"
4991   - "parent"
4992   - "tags"
4993   sort:
4994   - "L2XCFWD"
4995   - "L2XCFWD"
4996   - "L2XCFWD"
4997   - "L2BDMACLRN"
4998   - "L2BDMACLRN"
4999   - "L2BDMACLRN"
5000   traces:
5001     hoverinfo: "x+y"
5002     boxpoints: "outliers"
5003     whiskerwidth: 0
5004   layout:
5005     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5006     layout: "plot-throughput"
5007
5008 -
5009   type: "plot"
5010   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5011   algorithm: "plot_performance_box"
5012   output-file-type: ".html"
5013   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5014   data: "plot-vpp-throughput-latency-3n-skx"
5015   filter: "'NIC_Intel-X710' and
5016            '64B' and
5017            ('BASE' or 'SCALE') and
5018            'NDRPDR' and
5019            '4T2C' and
5020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5021            not 'VHOST' and
5022            'MEMIF'"
5023   parameters:
5024   - "throughput"
5025   - "parent"
5026   - "tags"
5027   sort:
5028   - "L2XCFWD"
5029   - "L2XCFWD"
5030   - "L2XCFWD"
5031   - "L2BDMACLRN"
5032   - "L2BDMACLRN"
5033   - "L2BDMACLRN"
5034   traces:
5035     hoverinfo: "x+y"
5036     boxpoints: "outliers"
5037     whiskerwidth: 0
5038   layout:
5039     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5040     layout: "plot-throughput"
5041
5042 -
5043   type: "plot"
5044   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5045   algorithm: "plot_performance_box"
5046   output-file-type: ".html"
5047   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5048   data: "plot-vpp-throughput-latency-3n-skx"
5049   filter: "'NIC_Intel-X710' and
5050            '64B' and
5051            ('BASE' or 'SCALE') and
5052            'NDRPDR' and
5053            '4T2C' and
5054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5055            not 'VHOST' and
5056            'MEMIF'"
5057   parameters:
5058   - "throughput"
5059   - "parent"
5060   - "tags"
5061   sort:
5062   - "L2XCFWD"
5063   - "L2XCFWD"
5064   - "L2XCFWD"
5065   - "L2BDMACLRN"
5066   - "L2BDMACLRN"
5067   - "L2BDMACLRN"
5068   traces:
5069     hoverinfo: "x+y"
5070     boxpoints: "outliers"
5071     whiskerwidth: 0
5072   layout:
5073     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5074     layout: "plot-throughput"
5075
5076 # Packet Throughput - VPP Container Memif 2n-skx-x710
5077 -
5078   type: "plot"
5079   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5080   algorithm: "plot_performance_box"
5081   output-file-type: ".html"
5082   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5083   data: "plot-vpp-throughput-latency-2n-skx"
5084   filter: "'NIC_Intel-X710' and
5085            '64B' and
5086            ('BASE' or 'SCALE') and
5087            'NDRPDR' and
5088            '2T1C' and
5089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5090            not 'VHOST' and
5091            'MEMIF'"
5092   parameters:
5093   - "throughput"
5094   - "parent"
5095   - "tags"
5096   sort:
5097   - "L2XCFWD"
5098   - "L2XCFWD"
5099   - "L2XCFWD"
5100   - "L2BDMACLRN"
5101   - "L2BDMACLRN"
5102   - "L2BDMACLRN"
5103   traces:
5104     hoverinfo: "x+y"
5105     boxpoints: "outliers"
5106     whiskerwidth: 0
5107   layout:
5108     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5109     layout: "plot-throughput"
5110
5111 -
5112   type: "plot"
5113   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5114   algorithm: "plot_performance_box"
5115   output-file-type: ".html"
5116   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5117   data: "plot-vpp-throughput-latency-2n-skx"
5118   filter: "'NIC_Intel-X710' and
5119            '64B' and
5120            ('BASE' or 'SCALE') and
5121            'NDRPDR' and
5122            '2T1C' and
5123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5124            not 'VHOST' and
5125            'MEMIF'"
5126   parameters:
5127   - "throughput"
5128   - "parent"
5129   - "tags"
5130   sort:
5131   - "L2XCFWD"
5132   - "L2XCFWD"
5133   - "L2XCFWD"
5134   - "L2BDMACLRN"
5135   - "L2BDMACLRN"
5136   - "L2BDMACLRN"
5137   traces:
5138     hoverinfo: "x+y"
5139     boxpoints: "outliers"
5140     whiskerwidth: 0
5141   layout:
5142     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5143     layout: "plot-throughput"
5144
5145 -
5146   type: "plot"
5147   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5148   algorithm: "plot_performance_box"
5149   output-file-type: ".html"
5150   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5151   data: "plot-vpp-throughput-latency-2n-skx"
5152   filter: "'NIC_Intel-X710' and
5153            '64B' and
5154            ('BASE' or 'SCALE') and
5155            'NDRPDR' and
5156            '4T2C' and
5157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5158            not 'VHOST' and
5159            'MEMIF'"
5160   parameters:
5161   - "throughput"
5162   - "parent"
5163   - "tags"
5164   sort:
5165   - "L2XCFWD"
5166   - "L2XCFWD"
5167   - "L2XCFWD"
5168   - "L2BDMACLRN"
5169   - "L2BDMACLRN"
5170   - "L2BDMACLRN"
5171   traces:
5172     hoverinfo: "x+y"
5173     boxpoints: "outliers"
5174     whiskerwidth: 0
5175   layout:
5176     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5177     layout: "plot-throughput"
5178
5179 -
5180   type: "plot"
5181   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5182   algorithm: "plot_performance_box"
5183   output-file-type: ".html"
5184   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5185   data: "plot-vpp-throughput-latency-2n-skx"
5186   filter: "'NIC_Intel-X710' and
5187            '64B' and
5188            ('BASE' or 'SCALE') and
5189            'NDRPDR' and
5190            '4T2C' and
5191            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5192            not 'VHOST' and
5193            'MEMIF'"
5194   parameters:
5195   - "throughput"
5196   - "parent"
5197   - "tags"
5198   sort:
5199   - "L2XCFWD"
5200   - "L2XCFWD"
5201   - "L2XCFWD"
5202   - "L2BDMACLRN"
5203   - "L2BDMACLRN"
5204   - "L2BDMACLRN"
5205   traces:
5206     hoverinfo: "x+y"
5207     boxpoints: "outliers"
5208     whiskerwidth: 0
5209   layout:
5210     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5211     layout: "plot-throughput"
5212
5213 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
5214 -
5215   type: "plot"
5216   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5217   algorithm: "plot_performance_box"
5218   output-file-type: ".html"
5219   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5220   data: "plot-vpp-throughput-latency-2n-skx"
5221   filter: "'NIC_Intel-XXV710' and
5222            '64B' and
5223            ('BASE' or 'SCALE') and
5224            'NDRPDR' and
5225            '2T1C' and
5226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5227            not 'VHOST' and
5228            'MEMIF'"
5229   parameters:
5230   - "throughput"
5231   - "parent"
5232   - "tags"
5233   sort:
5234   - "L2XCFWD"
5235   - "L2XCFWD"
5236   - "L2XCFWD"
5237   - "L2BDMACLRN"
5238   - "L2BDMACLRN"
5239   - "L2BDMACLRN"
5240   traces:
5241     hoverinfo: "x+y"
5242     boxpoints: "outliers"
5243     whiskerwidth: 0
5244   layout:
5245     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5246     layout: "plot-throughput"
5247
5248 -
5249   type: "plot"
5250   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5251   algorithm: "plot_performance_box"
5252   output-file-type: ".html"
5253   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5254   data: "plot-vpp-throughput-latency-2n-skx"
5255   filter: "'NIC_Intel-XXV710' and
5256            '64B' and
5257            ('BASE' or 'SCALE') and
5258            'NDRPDR' and
5259            '2T1C' and
5260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5261            not 'VHOST' and
5262            'MEMIF'"
5263   parameters:
5264   - "throughput"
5265   - "parent"
5266   - "tags"
5267   sort:
5268   - "L2XCFWD"
5269   - "L2XCFWD"
5270   - "L2XCFWD"
5271   - "L2BDMACLRN"
5272   - "L2BDMACLRN"
5273   - "L2BDMACLRN"
5274   traces:
5275     hoverinfo: "x+y"
5276     boxpoints: "outliers"
5277     whiskerwidth: 0
5278   layout:
5279     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5280     layout: "plot-throughput"
5281
5282 -
5283   type: "plot"
5284   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5285   algorithm: "plot_performance_box"
5286   output-file-type: ".html"
5287   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5288   data: "plot-vpp-throughput-latency-2n-skx"
5289   filter: "'NIC_Intel-XXV710' and
5290            '64B' and
5291            ('BASE' or 'SCALE') and
5292            'NDRPDR' and
5293            '4T2C' and
5294            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5295            not 'VHOST' and
5296            'MEMIF'"
5297   parameters:
5298   - "throughput"
5299   - "parent"
5300   - "tags"
5301   sort:
5302   - "L2XCFWD"
5303   - "L2XCFWD"
5304   - "L2XCFWD"
5305   - "L2BDMACLRN"
5306   - "L2BDMACLRN"
5307   - "L2BDMACLRN"
5308   traces:
5309     hoverinfo: "x+y"
5310     boxpoints: "outliers"
5311     whiskerwidth: 0
5312   layout:
5313     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5314     layout: "plot-throughput"
5315
5316 -
5317   type: "plot"
5318   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5319   algorithm: "plot_performance_box"
5320   output-file-type: ".html"
5321   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5322   data: "plot-vpp-throughput-latency-2n-skx"
5323   filter: "'NIC_Intel-XXV710' and
5324            '64B' and
5325            ('BASE' or 'SCALE') and
5326            'NDRPDR' and
5327            '4T2C' and
5328            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5329            not 'VHOST' and
5330            'MEMIF'"
5331   parameters:
5332   - "throughput"
5333   - "parent"
5334   - "tags"
5335   sort:
5336   - "L2XCFWD"
5337   - "L2XCFWD"
5338   - "L2XCFWD"
5339   - "L2BDMACLRN"
5340   - "L2BDMACLRN"
5341   - "L2BDMACLRN"
5342   traces:
5343     hoverinfo: "x+y"
5344     boxpoints: "outliers"
5345     whiskerwidth: 0
5346   layout:
5347     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5348     layout: "plot-throughput"
5349
5350 ################################################################################
5351
5352 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
5353 -
5354   type: "plot"
5355   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5356   algorithm: "plot_performance_box"
5357   output-file-type: ".html"
5358   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5359   data: "plot-ligato-throughput-latency-3n-hsw"
5360   filter: "'NIC_Intel-X520-DA2' and
5361            '64B' and
5362            ('BASE' or 'SCALE') and
5363            'NDRPDR' and
5364            '1T1C' and
5365            'L2XCFWD' and
5366            not 'VHOST' and
5367            'MEMIF'"
5368   parameters:
5369   - "throughput"
5370   - "parent"
5371   - "tags"
5372   sort:
5373   - "1VNF"
5374   - "2VNF"
5375   - "4VNF"
5376   - "2VNF"
5377   - "4VNF"
5378   traces:
5379     hoverinfo: "x+y"
5380     boxpoints: "outliers"
5381     whiskerwidth: 0
5382   layout:
5383     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5384     layout: "plot-throughput"
5385
5386 -
5387   type: "plot"
5388   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5389   algorithm: "plot_performance_box"
5390   output-file-type: ".html"
5391   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5392   data: "plot-ligato-throughput-latency-3n-hsw"
5393   filter: "'NIC_Intel-X520-DA2' and
5394            '64B' and
5395            ('BASE' or 'SCALE') and
5396            'NDRPDR' and
5397            '1T1C' and
5398            'L2XCFWD' and
5399            not 'VHOST' and
5400            'MEMIF'"
5401   parameters:
5402   - "throughput"
5403   - "parent"
5404   - "tags"
5405   sort:
5406   - "1VNF"
5407   - "2VNF"
5408   - "4VNF"
5409   - "2VNF"
5410   - "4VNF"
5411   traces:
5412     hoverinfo: "x+y"
5413     boxpoints: "outliers"
5414     whiskerwidth: 0
5415   layout:
5416     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5417     layout: "plot-throughput"
5418
5419 -
5420   type: "plot"
5421   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5422   algorithm: "plot_performance_box"
5423   output-file-type: ".html"
5424   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5425   data: "plot-ligato-throughput-latency-3n-hsw"
5426   filter: "'NIC_Intel-X520-DA2' and
5427            '64B' and
5428            ('BASE' or 'SCALE') and
5429            'NDRPDR' and
5430            '2T2C' and
5431            'L2XCFWD' and
5432            not 'VHOST' and
5433            'MEMIF'"
5434   parameters:
5435   - "throughput"
5436   - "parent"
5437   - "tags"
5438   sort:
5439   - "1VNF"
5440   - "2VNF"
5441   - "4VNF"
5442   - "2VNF"
5443   - "4VNF"
5444   traces:
5445     hoverinfo: "x+y"
5446     boxpoints: "outliers"
5447     whiskerwidth: 0
5448   layout:
5449     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5450     layout: "plot-throughput"
5451
5452 -
5453   type: "plot"
5454   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5455   algorithm: "plot_performance_box"
5456   output-file-type: ".html"
5457   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5458   data: "plot-ligato-throughput-latency-3n-hsw"
5459   filter: "'NIC_Intel-X520-DA2' and
5460            '64B' and
5461            ('BASE' or 'SCALE') and
5462            'NDRPDR' and
5463            '2T2C' and
5464            'L2XCFWD' and
5465            not 'VHOST' and
5466            'MEMIF'"
5467   parameters:
5468   - "throughput"
5469   - "parent"
5470   - "tags"
5471   sort:
5472   - "1VNF"
5473   - "2VNF"
5474   - "4VNF"
5475   - "2VNF"
5476   - "4VNF"
5477   traces:
5478     hoverinfo: "x+y"
5479     boxpoints: "outliers"
5480     whiskerwidth: 0
5481   layout:
5482     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5483     layout: "plot-throughput"
5484
5485 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
5486 -
5487   type: "plot"
5488   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5489   algorithm: "plot_performance_box"
5490   output-file-type: ".html"
5491   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5492   data: "plot-ligato-throughput-latency-3n-hsw"
5493   filter: "'NIC_Intel-X520-DA2' and
5494            '64B' and
5495            ('BASE' or 'SCALE') and
5496            'NDRPDR' and
5497            '1T1C' and
5498            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5499            not 'VHOST' and
5500            'MEMIF'"
5501   parameters:
5502   - "throughput"
5503   - "parent"
5504   - "tags"
5505   sort:
5506   - "1VNF"
5507   - "2VNF"
5508   - "4VNF"
5509   - "2VNF"
5510   - "4VNF"
5511   traces:
5512     hoverinfo: "x+y"
5513     boxpoints: "outliers"
5514     whiskerwidth: 0
5515   layout:
5516     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5517     layout: "plot-throughput"
5518
5519 -
5520   type: "plot"
5521   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5522   algorithm: "plot_performance_box"
5523   output-file-type: ".html"
5524   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5525   data: "plot-ligato-throughput-latency-3n-hsw"
5526   filter: "'NIC_Intel-X520-DA2' and
5527            '64B' and
5528            ('BASE' or 'SCALE') and
5529            'NDRPDR' and
5530            '1T1C' and
5531            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5532            not 'VHOST' and
5533            'MEMIF'"
5534   parameters:
5535   - "throughput"
5536   - "parent"
5537   - "tags"
5538   sort:
5539   - "1VNF"
5540   - "2VNF"
5541   - "4VNF"
5542   - "2VNF"
5543   - "4VNF"
5544   traces:
5545     hoverinfo: "x+y"
5546     boxpoints: "outliers"
5547     whiskerwidth: 0
5548   layout:
5549     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5550     layout: "plot-throughput"
5551
5552 -
5553   type: "plot"
5554   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5555   algorithm: "plot_performance_box"
5556   output-file-type: ".html"
5557   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5558   data: "plot-ligato-throughput-latency-3n-hsw"
5559   filter: "'NIC_Intel-X520-DA2' and
5560            '64B' and
5561            ('BASE' or 'SCALE') and
5562            'NDRPDR' and
5563            '2T2C' and
5564            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5565            not 'VHOST' and
5566            'MEMIF'"
5567   parameters:
5568   - "throughput"
5569   - "parent"
5570   - "tags"
5571   sort:
5572   - "1VNF"
5573   - "2VNF"
5574   - "4VNF"
5575   - "2VNF"
5576   - "4VNF"
5577   traces:
5578     hoverinfo: "x+y"
5579     boxpoints: "outliers"
5580     whiskerwidth: 0
5581   layout:
5582     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5583     layout: "plot-throughput"
5584
5585 -
5586   type: "plot"
5587   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5588   algorithm: "plot_performance_box"
5589   output-file-type: ".html"
5590   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5591   data: "plot-ligato-throughput-latency-3n-hsw"
5592   filter: "'NIC_Intel-X520-DA2' and
5593            '64B' and
5594            ('BASE' or 'SCALE') and
5595            'NDRPDR' and
5596            '2T2C' and
5597            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5598            not 'VHOST' and
5599            'MEMIF'"
5600   parameters:
5601   - "throughput"
5602   - "parent"
5603   - "tags"
5604   sort:
5605   - "1VNF"
5606   - "2VNF"
5607   - "4VNF"
5608   - "2VNF"
5609   - "4VNF"
5610   traces:
5611     hoverinfo: "x+y"
5612     boxpoints: "outliers"
5613     whiskerwidth: 0
5614   layout:
5615     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5616     layout: "plot-throughput"
5617
5618 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
5619 -
5620   type: "plot"
5621   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5622   algorithm: "plot_performance_box"
5623   output-file-type: ".html"
5624   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5625   data: "plot-ligato-throughput-latency-3n-hsw"
5626   filter: "'NIC_Intel-X710' and
5627            '64B' and
5628            ('BASE' or 'SCALE') and
5629            'NDRPDR' and
5630            '1T1C' and
5631            'L2XCFWD' and
5632            not 'VHOST' and
5633            'MEMIF'"
5634   parameters:
5635   - "throughput"
5636   - "parent"
5637   - "tags"
5638   sort:
5639   - "1VNF"
5640   - "2VNF"
5641   - "4VNF"
5642   - "2VNF"
5643   - "4VNF"
5644   traces:
5645     hoverinfo: "x+y"
5646     boxpoints: "outliers"
5647     whiskerwidth: 0
5648   layout:
5649     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5650     layout: "plot-throughput"
5651
5652 -
5653   type: "plot"
5654   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5655   algorithm: "plot_performance_box"
5656   output-file-type: ".html"
5657   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5658   data: "plot-ligato-throughput-latency-3n-hsw"
5659   filter: "'NIC_Intel-X710' and
5660            '64B' and
5661            ('BASE' or 'SCALE') and
5662            'NDRPDR' and
5663            '1T1C' and
5664            'L2XCFWD' and
5665            not 'VHOST' and
5666            'MEMIF'"
5667   parameters:
5668   - "throughput"
5669   - "parent"
5670   - "tags"
5671   sort:
5672   - "1VNF"
5673   - "2VNF"
5674   - "4VNF"
5675   - "2VNF"
5676   - "4VNF"
5677   traces:
5678     hoverinfo: "x+y"
5679     boxpoints: "outliers"
5680     whiskerwidth: 0
5681   layout:
5682     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5683     layout: "plot-throughput"
5684
5685 -
5686   type: "plot"
5687   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5688   algorithm: "plot_performance_box"
5689   output-file-type: ".html"
5690   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5691   data: "plot-ligato-throughput-latency-3n-hsw"
5692   filter: "'NIC_Intel-X710' and
5693            '64B' and
5694            ('BASE' or 'SCALE') and
5695            'NDRPDR' and
5696            '2T2C' and
5697            'L2XCFWD' and
5698            not 'VHOST' and
5699            'MEMIF'"
5700   parameters:
5701   - "throughput"
5702   - "parent"
5703   - "tags"
5704   sort:
5705   - "1VNF"
5706   - "2VNF"
5707   - "4VNF"
5708   - "2VNF"
5709   - "4VNF"
5710   traces:
5711     hoverinfo: "x+y"
5712     boxpoints: "outliers"
5713     whiskerwidth: 0
5714   layout:
5715     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5716     layout: "plot-throughput"
5717
5718 -
5719   type: "plot"
5720   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5721   algorithm: "plot_performance_box"
5722   output-file-type: ".html"
5723   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5724   data: "plot-ligato-throughput-latency-3n-hsw"
5725   filter: "'NIC_Intel-X710' and
5726            '64B' and
5727            ('BASE' or 'SCALE') and
5728            'NDRPDR' and
5729            '2T2C' and
5730            'L2XCFWD' and
5731            not 'VHOST' and
5732            'MEMIF'"
5733   parameters:
5734   - "throughput"
5735   - "parent"
5736   - "tags"
5737   sort:
5738   - "1VNF"
5739   - "2VNF"
5740   - "4VNF"
5741   - "2VNF"
5742   - "4VNF"
5743   traces:
5744     hoverinfo: "x+y"
5745     boxpoints: "outliers"
5746     whiskerwidth: 0
5747   layout:
5748     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5749     layout: "plot-throughput"
5750
5751 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
5752 -
5753   type: "plot"
5754   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5755   algorithm: "plot_performance_box"
5756   output-file-type: ".html"
5757   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5758   data: "plot-ligato-throughput-latency-3n-hsw"
5759   filter: "'NIC_Intel-X710' and
5760            '64B' and
5761            ('BASE' or 'SCALE') and
5762            'NDRPDR' and
5763            '1T1C' and
5764            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5765            not 'VHOST' and
5766            'MEMIF'"
5767   parameters:
5768   - "throughput"
5769   - "parent"
5770   - "tags"
5771   sort:
5772   - "1VNF"
5773   - "2VNF"
5774   - "4VNF"
5775   - "2VNF"
5776   - "4VNF"
5777   traces:
5778     hoverinfo: "x+y"
5779     boxpoints: "outliers"
5780     whiskerwidth: 0
5781   layout:
5782     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5783     layout: "plot-throughput"
5784
5785 -
5786   type: "plot"
5787   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5788   algorithm: "plot_performance_box"
5789   output-file-type: ".html"
5790   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5791   data: "plot-ligato-throughput-latency-3n-hsw"
5792   filter: "'NIC_Intel-X710' and
5793            '64B' and
5794            ('BASE' or 'SCALE') and
5795            'NDRPDR' and
5796            '1T1C' and
5797            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5798            not 'VHOST' and
5799            'MEMIF'"
5800   parameters:
5801   - "throughput"
5802   - "parent"
5803   - "tags"
5804   sort:
5805   - "1VNF"
5806   - "2VNF"
5807   - "4VNF"
5808   - "2VNF"
5809   - "4VNF"
5810   traces:
5811     hoverinfo: "x+y"
5812     boxpoints: "outliers"
5813     whiskerwidth: 0
5814   layout:
5815     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5816     layout: "plot-throughput"
5817
5818 -
5819   type: "plot"
5820   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5821   algorithm: "plot_performance_box"
5822   output-file-type: ".html"
5823   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5824   data: "plot-ligato-throughput-latency-3n-hsw"
5825   filter: "'NIC_Intel-X710' and
5826            '64B' and
5827            ('BASE' or 'SCALE') and
5828            'NDRPDR' and
5829            '2T2C' and
5830            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5831            not 'VHOST' and
5832            'MEMIF'"
5833   parameters:
5834   - "throughput"
5835   - "parent"
5836   - "tags"
5837   sort:
5838   - "1VNF"
5839   - "2VNF"
5840   - "4VNF"
5841   - "2VNF"
5842   - "4VNF"
5843   traces:
5844     hoverinfo: "x+y"
5845     boxpoints: "outliers"
5846     whiskerwidth: 0
5847   layout:
5848     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5849     layout: "plot-throughput"
5850
5851 -
5852   type: "plot"
5853   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5854   algorithm: "plot_performance_box"
5855   output-file-type: ".html"
5856   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5857   data: "plot-ligato-throughput-latency-3n-hsw"
5858   filter: "'NIC_Intel-X710' and
5859            '64B' and
5860            ('BASE' or 'SCALE') and
5861            'NDRPDR' and
5862            '2T2C' and
5863            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5864            not 'VHOST' and
5865            'MEMIF'"
5866   parameters:
5867   - "throughput"
5868   - "parent"
5869   - "tags"
5870   sort:
5871   - "1VNF"
5872   - "2VNF"
5873   - "4VNF"
5874   - "2VNF"
5875   - "4VNF"
5876   traces:
5877     hoverinfo: "x+y"
5878     boxpoints: "outliers"
5879     whiskerwidth: 0
5880   layout:
5881     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5882     layout: "plot-throughput"
5883
5884 ################################################################################
5885
5886 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
5887 -
5888   type: "plot"
5889   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5890   algorithm: "plot_performance_box"
5891   output-file-type: ".html"
5892   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5893   data: "plot-vpp-throughput-latency-3n-hsw"
5894   filter: "'NIC_Intel-X520-DA2' and
5895            '64B' and
5896            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5897            'NDRPDR' and
5898            '1T1C' and
5899            'IP4FWD' and
5900            not 'IPSEC' and
5901            not 'VHOST'"
5902   parameters:
5903   - "throughput"
5904   - "parent"
5905   - "tags"
5906   sort:
5907   - "IP4BASE"
5908   - "FIB_20K"
5909   - "FIB_200K"
5910   - "FIB_2M"
5911   traces:
5912     hoverinfo: "x+y"
5913     boxpoints: "outliers"
5914     whiskerwidth: 0
5915   layout:
5916     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5917     layout: "plot-throughput"
5918
5919 -
5920   type: "plot"
5921   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5922   algorithm: "plot_performance_box"
5923   output-file-type: ".html"
5924   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5925   data: "plot-vpp-throughput-latency-3n-hsw"
5926   filter: "'NIC_Intel-X520-DA2' and
5927            '64B' and
5928            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5929            'NDRPDR' and
5930            '1T1C' and
5931            'IP4FWD' and
5932            not 'IPSEC' and
5933            not 'VHOST'"
5934   parameters:
5935   - "throughput"
5936   - "parent"
5937   - "tags"
5938   sort:
5939   - "IP4BASE"
5940   - "FIB_20K"
5941   - "FIB_200K"
5942   - "FIB_2M"
5943   traces:
5944     hoverinfo: "x+y"
5945     boxpoints: "outliers"
5946     whiskerwidth: 0
5947   layout:
5948     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5949     layout: "plot-throughput"
5950
5951 -
5952   type: "plot"
5953   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5954   algorithm: "plot_performance_box"
5955   output-file-type: ".html"
5956   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5957   data: "plot-vpp-throughput-latency-3n-hsw"
5958   filter: "'NIC_Intel-X520-DA2' and
5959            '64B' and
5960            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5961            'NDRPDR' and
5962            '2T2C' and
5963            'IP4FWD' and
5964            not 'IPSEC' and
5965            not 'VHOST'"
5966   parameters:
5967   - "throughput"
5968   - "parent"
5969   - "tags"
5970   sort:
5971   - "IP4BASE"
5972   - "FIB_20K"
5973   - "FIB_200K"
5974   - "FIB_2M"
5975   traces:
5976     hoverinfo: "x+y"
5977     boxpoints: "outliers"
5978     whiskerwidth: 0
5979   layout:
5980     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5981     layout: "plot-throughput"
5982
5983 -
5984   type: "plot"
5985   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5986   algorithm: "plot_performance_box"
5987   output-file-type: ".html"
5988   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5989   data: "plot-vpp-throughput-latency-3n-hsw"
5990   filter: "'NIC_Intel-X520-DA2' and
5991            '64B' and
5992            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5993            'NDRPDR' and
5994            '2T2C' and
5995            'IP4FWD' and
5996            not 'IPSEC' and
5997            not 'VHOST'"
5998   parameters:
5999   - "throughput"
6000   - "parent"
6001   - "tags"
6002   sort:
6003   - "IP4BASE"
6004   - "FIB_20K"
6005   - "FIB_200K"
6006   - "FIB_2M"
6007   traces:
6008     hoverinfo: "x+y"
6009     boxpoints: "outliers"
6010     whiskerwidth: 0
6011   layout:
6012     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6013     layout: "plot-throughput"
6014
6015 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
6016 -
6017   type: "plot"
6018   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6019   algorithm: "plot_performance_box"
6020   output-file-type: ".html"
6021   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6022   data: "plot-vpp-throughput-latency-3n-hsw"
6023   filter: "'NIC_Intel-X520-DA2' and
6024            '64B' and
6025            ('IP4BASE' or
6026             'POLICE_MARK' or
6027             'COPWHLIST' or
6028             ('NAT44' and 'BASE') or
6029             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6030            'NDRPDR' and
6031            '1T1C' and
6032            'IP4FWD' and
6033            not 'IPSEC' and
6034            not 'VHOST'"
6035   parameters:
6036   - "throughput"
6037   - "parent"
6038   - "tags"
6039   sort:
6040   - "IP4BASE"
6041   - "NAT44"
6042   - "POLICE_MARK"
6043   - "COPWHLIST"
6044   - "IACL"
6045   - "OACL"
6046   traces:
6047     hoverinfo: "x+y"
6048     boxpoints: "outliers"
6049     whiskerwidth: 0
6050   layout:
6051     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6052     layout: "plot-throughput"
6053
6054 -
6055   type: "plot"
6056   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6057   algorithm: "plot_performance_box"
6058   output-file-type: ".html"
6059   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6060   data: "plot-vpp-throughput-latency-3n-hsw"
6061   filter: "'NIC_Intel-X520-DA2' and
6062            '64B' and
6063            ('IP4BASE' or
6064             'POLICE_MARK' or
6065             'COPWHLIST' or
6066             ('NAT44' and 'BASE') or
6067             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6068            'NDRPDR' and
6069            '1T1C' and
6070            'IP4FWD' and
6071            not 'IPSEC' and
6072            not 'VHOST'"
6073   parameters:
6074   - "throughput"
6075   - "parent"
6076   - "tags"
6077   sort:
6078   - "IP4BASE"
6079   - "NAT44"
6080   - "POLICE_MARK"
6081   - "COPWHLIST"
6082   - "IACL"
6083   - "OACL"
6084   traces:
6085     hoverinfo: "x+y"
6086     boxpoints: "outliers"
6087     whiskerwidth: 0
6088   layout:
6089     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6090     layout: "plot-throughput"
6091
6092 -
6093   type: "plot"
6094   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6095   algorithm: "plot_performance_box"
6096   output-file-type: ".html"
6097   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6098   data: "plot-vpp-throughput-latency-3n-hsw"
6099   filter: "'NIC_Intel-X520-DA2' and
6100            '64B' and
6101            ('IP4BASE' or
6102             'POLICE_MARK' or
6103             'COPWHLIST' or
6104             ('NAT44' and 'BASE') or
6105             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6106            'NDRPDR' and
6107            '2T2C' and
6108            'IP4FWD' and
6109            not 'IPSEC' and
6110            not 'VHOST'"
6111   parameters:
6112   - "throughput"
6113   - "parent"
6114   - "tags"
6115   sort:
6116   - "IP4BASE"
6117   - "NAT44"
6118   - "POLICE_MARK"
6119   - "COPWHLIST"
6120   - "IACL"
6121   - "OACL"
6122   traces:
6123     hoverinfo: "x+y"
6124     boxpoints: "outliers"
6125     whiskerwidth: 0
6126   layout:
6127     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6128     layout: "plot-throughput"
6129
6130 -
6131   type: "plot"
6132   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6133   algorithm: "plot_performance_box"
6134   output-file-type: ".html"
6135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6136   data: "plot-vpp-throughput-latency-3n-hsw"
6137   filter: "'NIC_Intel-X520-DA2' and
6138            '64B' and
6139            ('IP4BASE' or
6140             'POLICE_MARK' or
6141             'COPWHLIST' or
6142             ('NAT44' and 'BASE') or
6143             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6144            'NDRPDR' and
6145            '2T2C' and
6146            'IP4FWD' and
6147            not 'IPSEC' and
6148            not 'VHOST'"
6149   parameters:
6150   - "throughput"
6151   - "parent"
6152   - "tags"
6153   sort:
6154   - "IP4BASE"
6155   - "NAT44"
6156   - "POLICE_MARK"
6157   - "COPWHLIST"
6158   - "IACL"
6159   - "OACL"
6160   traces:
6161     hoverinfo: "x+y"
6162     boxpoints: "outliers"
6163     whiskerwidth: 0
6164   layout:
6165     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6166     layout: "plot-throughput"
6167
6168 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
6169 -
6170   type: "plot"
6171   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6172   algorithm: "plot_performance_box"
6173   output-file-type: ".html"
6174   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6175   data: "plot-vpp-throughput-latency-3n-hsw"
6176   filter: "'NIC_Intel-X520-DA2' and
6177            '64B' and
6178            'NDRPDR' and
6179            '1T1C' and
6180            'IP4FWD' and
6181            'NAT44' and
6182            not 'IPSEC' and
6183            not 'VHOST'"
6184   parameters:
6185   - "throughput"
6186   - "parent"
6187   - "tags"
6188   sort:
6189   - "BASE"
6190   - "BASE"
6191   - "SRC_USER_10"
6192   - "SRC_USER_100"
6193   - "SRC_USER_1000"
6194   - "SRC_USER_2000"
6195   traces:
6196     hoverinfo: "x+y"
6197     boxpoints: "outliers"
6198     whiskerwidth: 0
6199   layout:
6200     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6201     layout: "plot-throughput"
6202
6203 -
6204   type: "plot"
6205   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6206   algorithm: "plot_performance_box"
6207   output-file-type: ".html"
6208   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6209   data: "plot-vpp-throughput-latency-3n-hsw"
6210   filter: "'NIC_Intel-X520-DA2' and
6211            '64B' and
6212            'NDRPDR' and
6213            '1T1C' and
6214            'IP4FWD' and
6215            'NAT44' and
6216            not 'IPSEC' and
6217            not 'VHOST'"
6218   parameters:
6219   - "throughput"
6220   - "parent"
6221   - "tags"
6222   sort:
6223   - "BASE"
6224   - "BASE"
6225   - "SRC_USER_10"
6226   - "SRC_USER_100"
6227   - "SRC_USER_1000"
6228   - "SRC_USER_2000"
6229   traces:
6230     hoverinfo: "x+y"
6231     boxpoints: "outliers"
6232     whiskerwidth: 0
6233   layout:
6234     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6235     layout: "plot-throughput"
6236
6237 -
6238   type: "plot"
6239   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6240   algorithm: "plot_performance_box"
6241   output-file-type: ".html"
6242   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6243   data: "plot-vpp-throughput-latency-3n-hsw"
6244   filter: "'NIC_Intel-X520-DA2' and
6245            '64B' and
6246            'NDRPDR' and
6247            '2T2C' and
6248            'IP4FWD' and
6249            'NAT44' and
6250            not 'IPSEC' and
6251            not 'VHOST'"
6252   parameters:
6253   - "throughput"
6254   - "parent"
6255   - "tags"
6256   sort:
6257   - "BASE"
6258   - "BASE"
6259   - "SRC_USER_10"
6260   - "SRC_USER_100"
6261   - "SRC_USER_1000"
6262   - "SRC_USER_2000"
6263   traces:
6264     hoverinfo: "x+y"
6265     boxpoints: "outliers"
6266     whiskerwidth: 0
6267   layout:
6268     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6269     layout: "plot-throughput"
6270
6271 -
6272   type: "plot"
6273   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6274   algorithm: "plot_performance_box"
6275   output-file-type: ".html"
6276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6277   data: "plot-vpp-throughput-latency-3n-hsw"
6278   filter: "'NIC_Intel-X520-DA2' and
6279            '64B' and
6280            'NDRPDR' and
6281            '2T2C' and
6282            'IP4FWD' and
6283            'NAT44' and
6284            not 'IPSEC' and
6285            not 'VHOST'"
6286   parameters:
6287   - "throughput"
6288   - "parent"
6289   - "tags"
6290   sort:
6291   - "BASE"
6292   - "BASE"
6293   - "SRC_USER_10"
6294   - "SRC_USER_100"
6295   - "SRC_USER_1000"
6296   - "SRC_USER_2000"
6297   traces:
6298     hoverinfo: "x+y"
6299     boxpoints: "outliers"
6300     whiskerwidth: 0
6301   layout:
6302     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6303     layout: "plot-throughput"
6304
6305 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
6306 -
6307   type: "plot"
6308   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6309   algorithm: "plot_performance_box"
6310   output-file-type: ".html"
6311   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6312   data: "plot-vpp-throughput-latency-3n-hsw"
6313   filter: "'NIC_Intel-X520-DA2' and
6314            '64B' and
6315            'NDRPDR' and
6316            '1T1C' and
6317            'IP4FWD' and
6318            'IACL' and
6319            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6320            not 'IPSEC' and
6321            not 'VHOST'"
6322   parameters:
6323   - "throughput"
6324   - "parent"
6325   - "tags"
6326   sort:
6327   - "ACL_STATELESS"
6328   - "ACL_STATEFUL"
6329   - "ACL_STATELESS"
6330   - "ACL_STATEFUL"
6331   traces:
6332     hoverinfo: "x+y"
6333     boxpoints: "outliers"
6334     whiskerwidth: 0
6335   layout:
6336     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6337     layout: "plot-throughput"
6338
6339 -
6340   type: "plot"
6341   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6342   algorithm: "plot_performance_box"
6343   output-file-type: ".html"
6344   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6345   data: "plot-vpp-throughput-latency-3n-hsw"
6346   filter: "'NIC_Intel-X520-DA2' and
6347            '64B' and
6348            'NDRPDR' and
6349            '1T1C' and
6350            'IP4FWD' and
6351            'IACL' and
6352            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6353            not 'IPSEC' and
6354            not 'VHOST'"
6355   parameters:
6356   - "throughput"
6357   - "parent"
6358   - "tags"
6359   sort:
6360   - "ACL_STATELESS"
6361   - "ACL_STATEFUL"
6362   - "ACL_STATELESS"
6363   - "ACL_STATEFUL"
6364   traces:
6365     hoverinfo: "x+y"
6366     boxpoints: "outliers"
6367     whiskerwidth: 0
6368   layout:
6369     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6370     layout: "plot-throughput"
6371
6372 -
6373   type: "plot"
6374   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6375   algorithm: "plot_performance_box"
6376   output-file-type: ".html"
6377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6378   data: "plot-vpp-throughput-latency-3n-hsw"
6379   filter: "'NIC_Intel-X520-DA2' and
6380            '64B' and
6381            'NDRPDR' and
6382            '2T2C' and
6383            'IP4FWD' and
6384            'IACL' and
6385            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6386            not 'IPSEC' and
6387            not 'VHOST'"
6388   parameters:
6389   - "throughput"
6390   - "parent"
6391   - "tags"
6392   sort:
6393   - "ACL_STATELESS"
6394   - "ACL_STATEFUL"
6395   - "ACL_STATELESS"
6396   - "ACL_STATEFUL"
6397   traces:
6398     hoverinfo: "x+y"
6399     boxpoints: "outliers"
6400     whiskerwidth: 0
6401   layout:
6402     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6403     layout: "plot-throughput"
6404
6405 -
6406   type: "plot"
6407   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6408   algorithm: "plot_performance_box"
6409   output-file-type: ".html"
6410   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6411   data: "plot-vpp-throughput-latency-3n-hsw"
6412   filter: "'NIC_Intel-X520-DA2' and
6413            '64B' and
6414            'NDRPDR' and
6415            '2T2C' and
6416            'IP4FWD' and
6417            'IACL' and
6418            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6419            not 'IPSEC' and
6420            not 'VHOST'"
6421   parameters:
6422   - "throughput"
6423   - "parent"
6424   - "tags"
6425   sort:
6426   - "ACL_STATELESS"
6427   - "ACL_STATEFUL"
6428   - "ACL_STATELESS"
6429   - "ACL_STATEFUL"
6430   traces:
6431     hoverinfo: "x+y"
6432     boxpoints: "outliers"
6433     whiskerwidth: 0
6434   layout:
6435     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6436     layout: "plot-throughput"
6437
6438 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
6439 -
6440   type: "plot"
6441   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6442   algorithm: "plot_performance_box"
6443   output-file-type: ".html"
6444   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6445   data: "plot-vpp-throughput-latency-3n-hsw"
6446   filter: "'NIC_Intel-X520-DA2' and
6447            '64B' and
6448            'NDRPDR' and
6449            '1T1C' and
6450            'IP4FWD' and
6451            'OACL' and
6452            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6453            not 'IPSEC' and
6454            not 'VHOST'"
6455   parameters:
6456   - "throughput"
6457   - "parent"
6458   - "tags"
6459   sort:
6460   - "ACL_STATELESS"
6461   - "ACL_STATEFUL"
6462   - "ACL_STATELESS"
6463   - "ACL_STATEFUL"
6464   traces:
6465     hoverinfo: "x+y"
6466     boxpoints: "outliers"
6467     whiskerwidth: 0
6468   layout:
6469     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6470     layout: "plot-throughput"
6471
6472 -
6473   type: "plot"
6474   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6475   algorithm: "plot_performance_box"
6476   output-file-type: ".html"
6477   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6478   data: "plot-vpp-throughput-latency-3n-hsw"
6479   filter: "'NIC_Intel-X520-DA2' and
6480            '64B' and
6481            'NDRPDR' and
6482            '1T1C' and
6483            'IP4FWD' and
6484            'OACL' and
6485            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6486            not 'IPSEC' and
6487            not 'VHOST'"
6488   parameters:
6489   - "throughput"
6490   - "parent"
6491   - "tags"
6492   sort:
6493   - "ACL_STATELESS"
6494   - "ACL_STATEFUL"
6495   - "ACL_STATELESS"
6496   - "ACL_STATEFUL"
6497   traces:
6498     hoverinfo: "x+y"
6499     boxpoints: "outliers"
6500     whiskerwidth: 0
6501   layout:
6502     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6503     layout: "plot-throughput"
6504
6505 -
6506   type: "plot"
6507   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6508   algorithm: "plot_performance_box"
6509   output-file-type: ".html"
6510   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6511   data: "plot-vpp-throughput-latency-3n-hsw"
6512   filter: "'NIC_Intel-X520-DA2' and
6513            '64B' and
6514            'NDRPDR' and
6515            '2T2C' and
6516            'IP4FWD' and
6517            'OACL' and
6518            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6519            not 'IPSEC' and
6520            not 'VHOST'"
6521   parameters:
6522   - "throughput"
6523   - "parent"
6524   - "tags"
6525   sort:
6526   - "ACL_STATELESS"
6527   - "ACL_STATEFUL"
6528   - "ACL_STATELESS"
6529   - "ACL_STATEFUL"
6530   traces:
6531     hoverinfo: "x+y"
6532     boxpoints: "outliers"
6533     whiskerwidth: 0
6534   layout:
6535     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6536     layout: "plot-throughput"
6537
6538 -
6539   type: "plot"
6540   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6541   algorithm: "plot_performance_box"
6542   output-file-type: ".html"
6543   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6544   data: "plot-vpp-throughput-latency-3n-hsw"
6545   filter: "'NIC_Intel-X520-DA2' and
6546            '64B' and
6547            'NDRPDR' and
6548            '2T2C' and
6549            'IP4FWD' and
6550            'OACL' and
6551            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6552            not 'IPSEC' and
6553            not 'VHOST'"
6554   parameters:
6555   - "throughput"
6556   - "parent"
6557   - "tags"
6558   sort:
6559   - "ACL_STATELESS"
6560   - "ACL_STATEFUL"
6561   - "ACL_STATELESS"
6562   - "ACL_STATEFUL"
6563   traces:
6564     hoverinfo: "x+y"
6565     boxpoints: "outliers"
6566     whiskerwidth: 0
6567   layout:
6568     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6569     layout: "plot-throughput"
6570
6571 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
6572 -
6573   type: "plot"
6574   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6575   algorithm: "plot_performance_box"
6576   output-file-type: ".html"
6577   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6578   data: "plot-vpp-throughput-latency-3n-hsw"
6579   filter: "'NIC_Intel-X710' and
6580            '64B' and
6581            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6582            'NDRPDR' and
6583            '1T1C' and
6584            'IP4FWD' and
6585            not 'IPSEC' and
6586            not 'VHOST'"
6587   parameters:
6588   - "throughput"
6589   - "parent"
6590   - "tags"
6591   sort:
6592   - "IP4BASE"
6593   - "FIB_20K"
6594   - "FIB_200K"
6595   - "FIB_2M"
6596   traces:
6597     hoverinfo: "x+y"
6598     boxpoints: "outliers"
6599     whiskerwidth: 0
6600   layout:
6601     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6602     layout: "plot-throughput"
6603
6604 -
6605   type: "plot"
6606   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6607   algorithm: "plot_performance_box"
6608   output-file-type: ".html"
6609   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6610   data: "plot-vpp-throughput-latency-3n-hsw"
6611   filter: "'NIC_Intel-X710' and
6612            '64B' and
6613            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6614            'NDRPDR' and
6615            '1T1C' and
6616            'IP4FWD' and
6617            not 'IPSEC' and
6618            not 'VHOST'"
6619   parameters:
6620   - "throughput"
6621   - "parent"
6622   - "tags"
6623   sort:
6624   - "IP4BASE"
6625   - "FIB_20K"
6626   - "FIB_200K"
6627   - "FIB_2M"
6628   traces:
6629     hoverinfo: "x+y"
6630     boxpoints: "outliers"
6631     whiskerwidth: 0
6632   layout:
6633     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6634     layout: "plot-throughput"
6635
6636 -
6637   type: "plot"
6638   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6639   algorithm: "plot_performance_box"
6640   output-file-type: ".html"
6641   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6642   data: "plot-vpp-throughput-latency-3n-hsw"
6643   filter: "'NIC_Intel-X710' and
6644            '64B' and
6645            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6646            'NDRPDR' and
6647            '2T2C' and
6648            'IP4FWD' and
6649            not 'IPSEC' and
6650            not 'VHOST'"
6651   parameters:
6652   - "throughput"
6653   - "parent"
6654   - "tags"
6655   sort:
6656   - "IP4BASE"
6657   - "FIB_20K"
6658   - "FIB_200K"
6659   - "FIB_2M"
6660   traces:
6661     hoverinfo: "x+y"
6662     boxpoints: "outliers"
6663     whiskerwidth: 0
6664   layout:
6665     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6666     layout: "plot-throughput"
6667
6668 -
6669   type: "plot"
6670   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6671   algorithm: "plot_performance_box"
6672   output-file-type: ".html"
6673   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6674   data: "plot-vpp-throughput-latency-3n-hsw"
6675   filter: "'NIC_Intel-X710' and
6676            '64B' and
6677            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6678            'NDRPDR' and
6679            '2T2C' and
6680            'IP4FWD' and
6681            not 'IPSEC' and
6682            not 'VHOST'"
6683   parameters:
6684   - "throughput"
6685   - "parent"
6686   - "tags"
6687   sort:
6688   - "IP4BASE"
6689   - "FIB_20K"
6690   - "FIB_200K"
6691   - "FIB_2M"
6692   traces:
6693     hoverinfo: "x+y"
6694     boxpoints: "outliers"
6695     whiskerwidth: 0
6696   layout:
6697     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6698     layout: "plot-throughput"
6699
6700 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
6701 -
6702   type: "plot"
6703   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6704   algorithm: "plot_performance_box"
6705   output-file-type: ".html"
6706   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6707   data: "plot-vpp-throughput-latency-3n-hsw"
6708   filter: "'NIC_Intel-X710' and
6709            '64B' and
6710            ('IP4BASE' or
6711             'POLICE_MARK' or
6712             'COPWHLIST' or
6713             ('NAT44' and 'BASE') or
6714             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6715            'NDRPDR' and
6716            '1T1C' and
6717            'IP4FWD' and
6718            not 'IPSEC' and
6719            not 'VHOST'"
6720   parameters:
6721   - "throughput"
6722   - "parent"
6723   - "tags"
6724   sort:
6725   - "IP4BASE"
6726   - "NAT44"
6727   - "POLICE_MARK"
6728   - "COPWHLIST"
6729   - "IACL"
6730   - "OACL"
6731   traces:
6732     hoverinfo: "x+y"
6733     boxpoints: "outliers"
6734     whiskerwidth: 0
6735   layout:
6736     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6737     layout: "plot-throughput"
6738
6739 -
6740   type: "plot"
6741   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6742   algorithm: "plot_performance_box"
6743   output-file-type: ".html"
6744   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6745   data: "plot-vpp-throughput-latency-3n-hsw"
6746   filter: "'NIC_Intel-X710' and
6747            '64B' and
6748            ('IP4BASE' or
6749             'POLICE_MARK' or
6750             'COPWHLIST' or
6751             ('NAT44' and 'BASE') or
6752             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6753            'NDRPDR' and
6754            '1T1C' and
6755            'IP4FWD' and
6756            not 'IPSEC' and
6757            not 'VHOST'"
6758   parameters:
6759   - "throughput"
6760   - "parent"
6761   - "tags"
6762   sort:
6763   - "IP4BASE"
6764   - "NAT44"
6765   - "POLICE_MARK"
6766   - "COPWHLIST"
6767   - "IACL"
6768   - "OACL"
6769   traces:
6770     hoverinfo: "x+y"
6771     boxpoints: "outliers"
6772     whiskerwidth: 0
6773   layout:
6774     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6775     layout: "plot-throughput"
6776
6777 -
6778   type: "plot"
6779   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6780   algorithm: "plot_performance_box"
6781   output-file-type: ".html"
6782   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6783   data: "plot-vpp-throughput-latency-3n-hsw"
6784   filter: "'NIC_Intel-X710' and
6785            '64B' and
6786            ('IP4BASE' or
6787             'POLICE_MARK' or
6788             'COPWHLIST' or
6789             ('NAT44' and 'BASE') or
6790             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6791            'NDRPDR' and
6792            '2T2C' and
6793            'IP4FWD' and
6794            not 'IPSEC' and
6795            not 'VHOST'"
6796   parameters:
6797   - "throughput"
6798   - "parent"
6799   - "tags"
6800   sort:
6801   - "IP4BASE"
6802   - "NAT44"
6803   - "POLICE_MARK"
6804   - "COPWHLIST"
6805   - "IACL"
6806   - "OACL"
6807   traces:
6808     hoverinfo: "x+y"
6809     boxpoints: "outliers"
6810     whiskerwidth: 0
6811   layout:
6812     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6813     layout: "plot-throughput"
6814
6815 -
6816   type: "plot"
6817   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6818   algorithm: "plot_performance_box"
6819   output-file-type: ".html"
6820   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6821   data: "plot-vpp-throughput-latency-3n-hsw"
6822   filter: "'NIC_Intel-X710' and
6823            '64B' and
6824            ('IP4BASE' or
6825             'POLICE_MARK' or
6826             'COPWHLIST' or
6827             ('NAT44' and 'BASE') or
6828             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6829            'NDRPDR' and
6830            '2T2C' and
6831            'IP4FWD' and
6832            not 'IPSEC' and
6833            not 'VHOST'"
6834   parameters:
6835   - "throughput"
6836   - "parent"
6837   - "tags"
6838   sort:
6839   - "IP4BASE"
6840   - "NAT44"
6841   - "POLICE_MARK"
6842   - "COPWHLIST"
6843   - "IACL"
6844   - "OACL"
6845   traces:
6846     hoverinfo: "x+y"
6847     boxpoints: "outliers"
6848     whiskerwidth: 0
6849   layout:
6850     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6851     layout: "plot-throughput"
6852
6853 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
6854 -
6855   type: "plot"
6856   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6857   algorithm: "plot_performance_box"
6858   output-file-type: ".html"
6859   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6860   data: "plot-vpp-throughput-latency-3n-skx"
6861   filter: "'NIC_Intel-X710' and
6862            '64B' and
6863            'NDRPDR' and
6864            '2T1C' and
6865            'IP4FWD' and
6866            'NAT44' and
6867            not 'IPSEC' and
6868            not 'VHOST'"
6869   parameters:
6870   - "throughput"
6871   - "parent"
6872   - "tags"
6873   sort:
6874   - "BASE"
6875   - "BASE"
6876   - "SRC_USER_10"
6877   - "SRC_USER_100"
6878   - "SRC_USER_1000"
6879   - "SRC_USER_2000"
6880   traces:
6881     hoverinfo: "x+y"
6882     boxpoints: "outliers"
6883     whiskerwidth: 0
6884   layout:
6885     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6886     layout: "plot-throughput"
6887
6888 -
6889   type: "plot"
6890   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6891   algorithm: "plot_performance_box"
6892   output-file-type: ".html"
6893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6894   data: "plot-vpp-throughput-latency-3n-skx"
6895   filter: "'NIC_Intel-X710' and
6896            '64B' and
6897            'NDRPDR' and
6898            '2T1C' and
6899            'IP4FWD' and
6900            'NAT44' and
6901            not 'IPSEC' and
6902            not 'VHOST'"
6903   parameters:
6904   - "throughput"
6905   - "parent"
6906   - "tags"
6907   sort:
6908   - "BASE"
6909   - "BASE"
6910   - "SRC_USER_10"
6911   - "SRC_USER_100"
6912   - "SRC_USER_1000"
6913   - "SRC_USER_2000"
6914   traces:
6915     hoverinfo: "x+y"
6916     boxpoints: "outliers"
6917     whiskerwidth: 0
6918   layout:
6919     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6920     layout: "plot-throughput"
6921
6922 -
6923   type: "plot"
6924   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6925   algorithm: "plot_performance_box"
6926   output-file-type: ".html"
6927   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6928   data: "plot-vpp-throughput-latency-3n-skx"
6929   filter: "'NIC_Intel-X710' and
6930            '64B' and
6931            'NDRPDR' and
6932            '4T2C' and
6933            'IP4FWD' and
6934            'NAT44' and
6935            not 'IPSEC' and
6936            not 'VHOST'"
6937   parameters:
6938   - "throughput"
6939   - "parent"
6940   - "tags"
6941   sort:
6942   - "BASE"
6943   - "BASE"
6944   - "SRC_USER_10"
6945   - "SRC_USER_100"
6946   - "SRC_USER_1000"
6947   - "SRC_USER_2000"
6948   traces:
6949     hoverinfo: "x+y"
6950     boxpoints: "outliers"
6951     whiskerwidth: 0
6952   layout:
6953     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6954     layout: "plot-throughput"
6955
6956 -
6957   type: "plot"
6958   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6959   algorithm: "plot_performance_box"
6960   output-file-type: ".html"
6961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6962   data: "plot-vpp-throughput-latency-3n-skx"
6963   filter: "'NIC_Intel-X710' and
6964            '64B' and
6965            'NDRPDR' and
6966            '4T2C' and
6967            'IP4FWD' and
6968            'NAT44' and
6969            not 'IPSEC' and
6970            not 'VHOST'"
6971   parameters:
6972   - "throughput"
6973   - "parent"
6974   - "tags"
6975   sort:
6976   - "BASE"
6977   - "BASE"
6978   - "SRC_USER_10"
6979   - "SRC_USER_100"
6980   - "SRC_USER_1000"
6981   - "SRC_USER_2000"
6982   traces:
6983     hoverinfo: "x+y"
6984     boxpoints: "outliers"
6985     whiskerwidth: 0
6986   layout:
6987     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6988     layout: "plot-throughput"
6989
6990 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
6991 -
6992   type: "plot"
6993   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6994   algorithm: "plot_performance_box"
6995   output-file-type: ".html"
6996   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6997   data: "plot-vpp-throughput-latency-3n-skx"
6998   filter: "'NIC_Intel-X710' and
6999            '64B' and
7000            'NDRPDR' and
7001            '2T1C' and
7002            'IP4FWD' and
7003            'IACL' and
7004            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7005            not 'IPSEC' and
7006            not 'VHOST'"
7007   parameters:
7008   - "throughput"
7009   - "parent"
7010   - "tags"
7011   sort:
7012   - "ACL_STATELESS"
7013   - "ACL_STATEFUL"
7014   - "ACL_STATELESS"
7015   - "ACL_STATEFUL"
7016   traces:
7017     hoverinfo: "x+y"
7018     boxpoints: "outliers"
7019     whiskerwidth: 0
7020   layout:
7021     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7022     layout: "plot-throughput"
7023
7024 -
7025   type: "plot"
7026   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7027   algorithm: "plot_performance_box"
7028   output-file-type: ".html"
7029   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7030   data: "plot-vpp-throughput-latency-3n-skx"
7031   filter: "'NIC_Intel-X710' and
7032            '64B' and
7033            'NDRPDR' and
7034            '2T1C' and
7035            'IP4FWD' and
7036            'IACL' and
7037            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7038            not 'IPSEC' and
7039            not 'VHOST'"
7040   parameters:
7041   - "throughput"
7042   - "parent"
7043   - "tags"
7044   sort:
7045   - "ACL_STATELESS"
7046   - "ACL_STATEFUL"
7047   - "ACL_STATELESS"
7048   - "ACL_STATEFUL"
7049   traces:
7050     hoverinfo: "x+y"
7051     boxpoints: "outliers"
7052     whiskerwidth: 0
7053   layout:
7054     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7055     layout: "plot-throughput"
7056
7057 -
7058   type: "plot"
7059   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7060   algorithm: "plot_performance_box"
7061   output-file-type: ".html"
7062   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7063   data: "plot-vpp-throughput-latency-3n-skx"
7064   filter: "'NIC_Intel-X710' and
7065            '64B' and
7066            'NDRPDR' and
7067            '4T2C' and
7068            'IP4FWD' and
7069            'IACL' and
7070            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7071            not 'IPSEC' and
7072            not 'VHOST'"
7073   parameters:
7074   - "throughput"
7075   - "parent"
7076   - "tags"
7077   sort:
7078   - "ACL_STATELESS"
7079   - "ACL_STATEFUL"
7080   - "ACL_STATELESS"
7081   - "ACL_STATEFUL"
7082   traces:
7083     hoverinfo: "x+y"
7084     boxpoints: "outliers"
7085     whiskerwidth: 0
7086   layout:
7087     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7088     layout: "plot-throughput"
7089
7090 -
7091   type: "plot"
7092   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7093   algorithm: "plot_performance_box"
7094   output-file-type: ".html"
7095   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7096   data: "plot-vpp-throughput-latency-3n-skx"
7097   filter: "'NIC_Intel-X710' and
7098            '64B' and
7099            'NDRPDR' and
7100            '4T2C' and
7101            'IP4FWD' and
7102            'IACL' and
7103            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7104            not 'IPSEC' and
7105            not 'VHOST'"
7106   parameters:
7107   - "throughput"
7108   - "parent"
7109   - "tags"
7110   sort:
7111   - "ACL_STATELESS"
7112   - "ACL_STATEFUL"
7113   - "ACL_STATELESS"
7114   - "ACL_STATEFUL"
7115   traces:
7116     hoverinfo: "x+y"
7117     boxpoints: "outliers"
7118     whiskerwidth: 0
7119   layout:
7120     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7121     layout: "plot-throughput"
7122
7123 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
7124 -
7125   type: "plot"
7126   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7127   algorithm: "plot_performance_box"
7128   output-file-type: ".html"
7129   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7130   data: "plot-vpp-throughput-latency-3n-skx"
7131   filter: "'NIC_Intel-X710' and
7132            '64B' and
7133            'NDRPDR' and
7134            '2T1C' and
7135            'IP4FWD' and
7136            'OACL' and
7137            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7138            not 'IPSEC' and
7139            not 'VHOST'"
7140   parameters:
7141   - "throughput"
7142   - "parent"
7143   - "tags"
7144   sort:
7145   - "ACL_STATELESS"
7146   - "ACL_STATEFUL"
7147   - "ACL_STATELESS"
7148   - "ACL_STATEFUL"
7149   traces:
7150     hoverinfo: "x+y"
7151     boxpoints: "outliers"
7152     whiskerwidth: 0
7153   layout:
7154     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7155     layout: "plot-throughput"
7156
7157 -
7158   type: "plot"
7159   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7160   algorithm: "plot_performance_box"
7161   output-file-type: ".html"
7162   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7163   data: "plot-vpp-throughput-latency-3n-skx"
7164   filter: "'NIC_Intel-X710' and
7165            '64B' and
7166            'NDRPDR' and
7167            '2T1C' and
7168            'IP4FWD' and
7169            'OACL' and
7170            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7171            not 'IPSEC' and
7172            not 'VHOST'"
7173   parameters:
7174   - "throughput"
7175   - "parent"
7176   - "tags"
7177   sort:
7178   - "ACL_STATELESS"
7179   - "ACL_STATEFUL"
7180   - "ACL_STATELESS"
7181   - "ACL_STATEFUL"
7182   traces:
7183     hoverinfo: "x+y"
7184     boxpoints: "outliers"
7185     whiskerwidth: 0
7186   layout:
7187     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7188     layout: "plot-throughput"
7189
7190 -
7191   type: "plot"
7192   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7193   algorithm: "plot_performance_box"
7194   output-file-type: ".html"
7195   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7196   data: "plot-vpp-throughput-latency-3n-skx"
7197   filter: "'NIC_Intel-X710' and
7198            '64B' and
7199            'NDRPDR' and
7200            '4T2C' and
7201            'IP4FWD' and
7202            'OACL' and
7203            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7204            not 'IPSEC' and
7205            not 'VHOST'"
7206   parameters:
7207   - "throughput"
7208   - "parent"
7209   - "tags"
7210   sort:
7211   - "ACL_STATELESS"
7212   - "ACL_STATEFUL"
7213   - "ACL_STATELESS"
7214   - "ACL_STATEFUL"
7215   traces:
7216     hoverinfo: "x+y"
7217     boxpoints: "outliers"
7218     whiskerwidth: 0
7219   layout:
7220     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7221     layout: "plot-throughput"
7222
7223 -
7224   type: "plot"
7225   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7226   algorithm: "plot_performance_box"
7227   output-file-type: ".html"
7228   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7229   data: "plot-vpp-throughput-latency-3n-skx"
7230   filter: "'NIC_Intel-X710' and
7231            '64B' and
7232            'NDRPDR' and
7233            '4T2C' and
7234            'IP4FWD' and
7235            'OACL' and
7236            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7237            not 'IPSEC' and
7238            not 'VHOST'"
7239   parameters:
7240   - "throughput"
7241   - "parent"
7242   - "tags"
7243   sort:
7244   - "ACL_STATELESS"
7245   - "ACL_STATEFUL"
7246   - "ACL_STATELESS"
7247   - "ACL_STATEFUL"
7248   traces:
7249     hoverinfo: "x+y"
7250     boxpoints: "outliers"
7251     whiskerwidth: 0
7252   layout:
7253     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7254     layout: "plot-throughput"
7255
7256 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
7257 -
7258   type: "plot"
7259   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7260   algorithm: "plot_performance_box"
7261   output-file-type: ".html"
7262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7263   data: "plot-vpp-throughput-latency-3n-hsw"
7264   filter: "'NIC_Intel-XL710' and
7265            '64B' and
7266            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7267            'NDRPDR' and
7268            '1T1C' and
7269            'IP4FWD' and
7270            not 'IPSEC' and
7271            not 'VHOST'"
7272   parameters:
7273   - "throughput"
7274   - "parent"
7275   - "tags"
7276   sort:
7277   - "IP4BASE"
7278   - "FIB_20K"
7279   - "FIB_200K"
7280   - "FIB_2M"
7281   traces:
7282     hoverinfo: "x+y"
7283     boxpoints: "outliers"
7284     whiskerwidth: 0
7285   layout:
7286     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7287     layout: "plot-throughput"
7288
7289 -
7290   type: "plot"
7291   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7292   algorithm: "plot_performance_box"
7293   output-file-type: ".html"
7294   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7295   data: "plot-vpp-throughput-latency-3n-hsw"
7296   filter: "'NIC_Intel-XL710' and
7297            '64B' and
7298            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7299            'NDRPDR' and
7300            '1T1C' and
7301            'IP4FWD' and
7302            not 'IPSEC' and
7303            not 'VHOST'"
7304   parameters:
7305   - "throughput"
7306   - "parent"
7307   - "tags"
7308   sort:
7309   - "IP4BASE"
7310   - "FIB_20K"
7311   - "FIB_200K"
7312   - "FIB_2M"
7313   traces:
7314     hoverinfo: "x+y"
7315     boxpoints: "outliers"
7316     whiskerwidth: 0
7317   layout:
7318     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7319     layout: "plot-throughput"
7320
7321 -
7322   type: "plot"
7323   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7324   algorithm: "plot_performance_box"
7325   output-file-type: ".html"
7326   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7327   data: "plot-vpp-throughput-latency-3n-hsw"
7328   filter: "'NIC_Intel-XL710' and
7329            '64B' and
7330            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7331            'NDRPDR' and
7332            '2T2C' and
7333            'IP4FWD' and
7334            not 'IPSEC' and
7335            not 'VHOST'"
7336   parameters:
7337   - "throughput"
7338   - "parent"
7339   - "tags"
7340   sort:
7341   - "IP4BASE"
7342   - "FIB_20K"
7343   - "FIB_200K"
7344   - "FIB_2M"
7345   traces:
7346     hoverinfo: "x+y"
7347     boxpoints: "outliers"
7348     whiskerwidth: 0
7349   layout:
7350     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7351     layout: "plot-throughput"
7352
7353 -
7354   type: "plot"
7355   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7356   algorithm: "plot_performance_box"
7357   output-file-type: ".html"
7358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7359   data: "plot-vpp-throughput-latency-3n-hsw"
7360   filter: "'NIC_Intel-XL710' and
7361            '64B' and
7362            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7363            'NDRPDR' and
7364            '2T2C' and
7365            'IP4FWD' and
7366            not 'IPSEC' and
7367            not 'VHOST'"
7368   parameters:
7369   - "throughput"
7370   - "parent"
7371   - "tags"
7372   sort:
7373   - "IP4BASE"
7374   - "FIB_20K"
7375   - "FIB_200K"
7376   - "FIB_2M"
7377   traces:
7378     hoverinfo: "x+y"
7379     boxpoints: "outliers"
7380     whiskerwidth: 0
7381   layout:
7382     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7383     layout: "plot-throughput"
7384
7385 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
7386 -
7387   type: "plot"
7388   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7389   algorithm: "plot_performance_box"
7390   output-file-type: ".html"
7391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7392   data: "plot-vpp-throughput-latency-3n-skx"
7393   filter: "'NIC_Intel-X710' and
7394            '64B' and
7395            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7396            'NDRPDR' and
7397            '2T1C' and
7398            'IP4FWD' and
7399            not 'IPSEC' and
7400            not 'VHOST'"
7401   parameters:
7402   - "throughput"
7403   - "parent"
7404   - "tags"
7405   sort:
7406   - "IP4BASE"
7407   - "FIB_20K"
7408   - "FIB_200K"
7409   - "FIB_2M"
7410   traces:
7411     hoverinfo: "x+y"
7412     boxpoints: "outliers"
7413     whiskerwidth: 0
7414   layout:
7415     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7416     layout: "plot-throughput"
7417
7418 -
7419   type: "plot"
7420   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7421   algorithm: "plot_performance_box"
7422   output-file-type: ".html"
7423   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7424   data: "plot-vpp-throughput-latency-3n-skx"
7425   filter: "'NIC_Intel-X710' and
7426            '64B' and
7427            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7428            'NDRPDR' and
7429            '2T1C' and
7430            'IP4FWD' and
7431            not 'IPSEC' and
7432            not 'VHOST'"
7433   parameters:
7434   - "throughput"
7435   - "parent"
7436   - "tags"
7437   sort:
7438   - "IP4BASE"
7439   - "FIB_20K"
7440   - "FIB_200K"
7441   - "FIB_2M"
7442   traces:
7443     hoverinfo: "x+y"
7444     boxpoints: "outliers"
7445     whiskerwidth: 0
7446   layout:
7447     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7448     layout: "plot-throughput"
7449
7450 -
7451   type: "plot"
7452   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7453   algorithm: "plot_performance_box"
7454   output-file-type: ".html"
7455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7456   data: "plot-vpp-throughput-latency-3n-skx"
7457   filter: "'NIC_Intel-X710' and
7458            '64B' and
7459            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7460            'NDRPDR' and
7461            '4T2C' and
7462            'IP4FWD' and
7463            not 'IPSEC' and
7464            not 'VHOST'"
7465   parameters:
7466   - "throughput"
7467   - "parent"
7468   - "tags"
7469   sort:
7470   - "IP4BASE"
7471   - "FIB_20K"
7472   - "FIB_200K"
7473   - "FIB_2M"
7474   traces:
7475     hoverinfo: "x+y"
7476     boxpoints: "outliers"
7477     whiskerwidth: 0
7478   layout:
7479     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7480     layout: "plot-throughput"
7481
7482 -
7483   type: "plot"
7484   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7485   algorithm: "plot_performance_box"
7486   output-file-type: ".html"
7487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7488   data: "plot-vpp-throughput-latency-3n-skx"
7489   filter: "'NIC_Intel-X710' and
7490            '64B' and
7491            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7492            'NDRPDR' and
7493            '4T2C' and
7494            'IP4FWD' and
7495            not 'IPSEC' and
7496            not 'VHOST'"
7497   parameters:
7498   - "throughput"
7499   - "parent"
7500   - "tags"
7501   sort:
7502   - "IP4BASE"
7503   - "FIB_20K"
7504   - "FIB_200K"
7505   - "FIB_2M"
7506   traces:
7507     hoverinfo: "x+y"
7508     boxpoints: "outliers"
7509     whiskerwidth: 0
7510   layout:
7511     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7512     layout: "plot-throughput"
7513
7514 # Packet Throughput - VPP IPv4 3n-skx-x710 features
7515 -
7516   type: "plot"
7517   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
7518   algorithm: "plot_performance_box"
7519   output-file-type: ".html"
7520   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
7521   data: "plot-vpp-throughput-latency-3n-skx"
7522   filter: "'NIC_Intel-X710' and
7523            '64B' and
7524            ('IP4BASE' or
7525             'POLICE_MARK' or
7526             'COPWHLIST' or
7527             ('NAT44' and 'BASE') or
7528             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7529            'NDRPDR' and
7530            '2T1C' and
7531            'IP4FWD' and
7532            not 'IPSEC' and
7533            not 'VHOST'"
7534   parameters:
7535   - "throughput"
7536   - "parent"
7537   - "tags"
7538   sort:
7539   - "IP4BASE"
7540   - "NAT44"
7541   - "POLICE_MARK"
7542   - "COPWHLIST"
7543   - "IACL"
7544   - "OACL"
7545   traces:
7546     hoverinfo: "x+y"
7547     boxpoints: "outliers"
7548     whiskerwidth: 0
7549   layout:
7550     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
7551     layout: "plot-throughput"
7552
7553 -
7554   type: "plot"
7555   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
7556   algorithm: "plot_performance_box"
7557   output-file-type: ".html"
7558   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
7559   data: "plot-vpp-throughput-latency-3n-skx"
7560   filter: "'NIC_Intel-X710' and
7561            '64B' and
7562            ('IP4BASE' or
7563             'POLICE_MARK' or
7564             'COPWHLIST' or
7565             ('NAT44' and 'BASE') or
7566             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7567            'NDRPDR' and
7568            '2T1C' and
7569            'IP4FWD' and
7570            not 'IPSEC' and
7571            not 'VHOST'"
7572   parameters:
7573   - "throughput"
7574   - "parent"
7575   - "tags"
7576   sort:
7577   - "IP4BASE"
7578   - "NAT44"
7579   - "POLICE_MARK"
7580   - "COPWHLIST"
7581   - "IACL"
7582   - "OACL"
7583   traces:
7584     hoverinfo: "x+y"
7585     boxpoints: "outliers"
7586     whiskerwidth: 0
7587   layout:
7588     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
7589     layout: "plot-throughput"
7590
7591 -
7592   type: "plot"
7593   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
7594   algorithm: "plot_performance_box"
7595   output-file-type: ".html"
7596   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
7597   data: "plot-vpp-throughput-latency-3n-skx"
7598   filter: "'NIC_Intel-X710' and
7599            '64B' and
7600            ('IP4BASE' or
7601             'POLICE_MARK' or
7602             'COPWHLIST' or
7603             ('NAT44' and 'BASE') or
7604             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7605            'NDRPDR' and
7606            '4T2C' and
7607            'IP4FWD' and
7608            not 'IPSEC' and
7609            not 'VHOST'"
7610   parameters:
7611   - "throughput"
7612   - "parent"
7613   - "tags"
7614   sort:
7615   - "IP4BASE"
7616   - "NAT44"
7617   - "POLICE_MARK"
7618   - "COPWHLIST"
7619   - "IACL"
7620   - "OACL"
7621   traces:
7622     hoverinfo: "x+y"
7623     boxpoints: "outliers"
7624     whiskerwidth: 0
7625   layout:
7626     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
7627     layout: "plot-throughput"
7628
7629 -
7630   type: "plot"
7631   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
7632   algorithm: "plot_performance_box"
7633   output-file-type: ".html"
7634   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
7635   data: "plot-vpp-throughput-latency-3n-skx"
7636   filter: "'NIC_Intel-X710' and
7637            '64B' and
7638            ('IP4BASE' or
7639             'POLICE_MARK' or
7640             'COPWHLIST' or
7641             ('NAT44' and 'BASE') or
7642             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7643            'NDRPDR' and
7644            '4T2C' and
7645            'IP4FWD' and
7646            not 'IPSEC' and
7647            not 'VHOST'"
7648   parameters:
7649   - "throughput"
7650   - "parent"
7651   - "tags"
7652   sort:
7653   - "IP4BASE"
7654   - "NAT44"
7655   - "POLICE_MARK"
7656   - "COPWHLIST"
7657   - "IACL"
7658   - "OACL"
7659   traces:
7660     hoverinfo: "x+y"
7661     boxpoints: "outliers"
7662     whiskerwidth: 0
7663   layout:
7664     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
7665     layout: "plot-throughput"
7666
7667 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
7668 -
7669   type: "plot"
7670   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7671   algorithm: "plot_performance_box"
7672   output-file-type: ".html"
7673   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7674   data: "plot-vpp-throughput-latency-3n-hsw"
7675   filter: "'NIC_Intel-X710' and
7676            '64B' and
7677            'NDRPDR' and
7678            '1T1C' and
7679            'IP4FWD' and
7680            'NAT44' and
7681            not 'IPSEC' and
7682            not 'VHOST'"
7683   parameters:
7684   - "throughput"
7685   - "parent"
7686   - "tags"
7687   sort:
7688   - "BASE"
7689   - "BASE"
7690   - "SRC_USER_10"
7691   - "SRC_USER_100"
7692   - "SRC_USER_1000"
7693   - "SRC_USER_2000"
7694   traces:
7695     hoverinfo: "x+y"
7696     boxpoints: "outliers"
7697     whiskerwidth: 0
7698   layout:
7699     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7700     layout: "plot-throughput"
7701
7702 -
7703   type: "plot"
7704   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7705   algorithm: "plot_performance_box"
7706   output-file-type: ".html"
7707   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7708   data: "plot-vpp-throughput-latency-3n-hsw"
7709   filter: "'NIC_Intel-X710' and
7710            '64B' and
7711            'NDRPDR' and
7712            '1T1C' and
7713            'IP4FWD' and
7714            'NAT44' and
7715            not 'IPSEC' and
7716            not 'VHOST'"
7717   parameters:
7718   - "throughput"
7719   - "parent"
7720   - "tags"
7721   sort:
7722   - "BASE"
7723   - "BASE"
7724   - "SRC_USER_10"
7725   - "SRC_USER_100"
7726   - "SRC_USER_1000"
7727   - "SRC_USER_2000"
7728   traces:
7729     hoverinfo: "x+y"
7730     boxpoints: "outliers"
7731     whiskerwidth: 0
7732   layout:
7733     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7734     layout: "plot-throughput"
7735
7736 -
7737   type: "plot"
7738   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7739   algorithm: "plot_performance_box"
7740   output-file-type: ".html"
7741   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7742   data: "plot-vpp-throughput-latency-3n-hsw"
7743   filter: "'NIC_Intel-X710' and
7744            '64B' and
7745            'NDRPDR' and
7746            '2T2C' and
7747            'IP4FWD' and
7748            'NAT44' and
7749            not 'IPSEC' and
7750            not 'VHOST'"
7751   parameters:
7752   - "throughput"
7753   - "parent"
7754   - "tags"
7755   sort:
7756   - "BASE"
7757   - "BASE"
7758   - "SRC_USER_10"
7759   - "SRC_USER_100"
7760   - "SRC_USER_1000"
7761   - "SRC_USER_2000"
7762   traces:
7763     hoverinfo: "x+y"
7764     boxpoints: "outliers"
7765     whiskerwidth: 0
7766   layout:
7767     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7768     layout: "plot-throughput"
7769
7770 -
7771   type: "plot"
7772   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7773   algorithm: "plot_performance_box"
7774   output-file-type: ".html"
7775   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7776   data: "plot-vpp-throughput-latency-3n-hsw"
7777   filter: "'NIC_Intel-X710' and
7778            '64B' and
7779            'NDRPDR' and
7780            '2T2C' and
7781            'IP4FWD' and
7782            'NAT44' and
7783            not 'IPSEC' and
7784            not 'VHOST'"
7785   parameters:
7786   - "throughput"
7787   - "parent"
7788   - "tags"
7789   sort:
7790   - "BASE"
7791   - "BASE"
7792   - "SRC_USER_10"
7793   - "SRC_USER_100"
7794   - "SRC_USER_1000"
7795   - "SRC_USER_2000"
7796   traces:
7797     hoverinfo: "x+y"
7798     boxpoints: "outliers"
7799     whiskerwidth: 0
7800   layout:
7801     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7802     layout: "plot-throughput"
7803
7804 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
7805 -
7806   type: "plot"
7807   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7808   algorithm: "plot_performance_box"
7809   output-file-type: ".html"
7810   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7811   data: "plot-vpp-throughput-latency-3n-hsw"
7812   filter: "'NIC_Intel-X710' and
7813            '64B' and
7814            'NDRPDR' and
7815            '1T1C' and
7816            'IP4FWD' and
7817            'IACL' and
7818            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7819            not 'IPSEC' and
7820            not 'VHOST'"
7821   parameters:
7822   - "throughput"
7823   - "parent"
7824   - "tags"
7825   sort:
7826   - "ACL_STATELESS"
7827   - "ACL_STATEFUL"
7828   - "ACL_STATELESS"
7829   - "ACL_STATEFUL"
7830   traces:
7831     hoverinfo: "x+y"
7832     boxpoints: "outliers"
7833     whiskerwidth: 0
7834   layout:
7835     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7836     layout: "plot-throughput"
7837
7838 -
7839   type: "plot"
7840   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7841   algorithm: "plot_performance_box"
7842   output-file-type: ".html"
7843   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7844   data: "plot-vpp-throughput-latency-3n-hsw"
7845   filter: "'NIC_Intel-X710' and
7846            '64B' and
7847            'NDRPDR' and
7848            '1T1C' and
7849            'IP4FWD' and
7850            'IACL' and
7851            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7852            not 'IPSEC' and
7853            not 'VHOST'"
7854   parameters:
7855   - "throughput"
7856   - "parent"
7857   - "tags"
7858   sort:
7859   - "ACL_STATELESS"
7860   - "ACL_STATEFUL"
7861   - "ACL_STATELESS"
7862   - "ACL_STATEFUL"
7863   traces:
7864     hoverinfo: "x+y"
7865     boxpoints: "outliers"
7866     whiskerwidth: 0
7867   layout:
7868     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7869     layout: "plot-throughput"
7870
7871 -
7872   type: "plot"
7873   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7874   algorithm: "plot_performance_box"
7875   output-file-type: ".html"
7876   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7877   data: "plot-vpp-throughput-latency-3n-hsw"
7878   filter: "'NIC_Intel-X710' and
7879            '64B' and
7880            'NDRPDR' and
7881            '2T2C' and
7882            'IP4FWD' and
7883            'IACL' and
7884            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7885            not 'IPSEC' and
7886            not 'VHOST'"
7887   parameters:
7888   - "throughput"
7889   - "parent"
7890   - "tags"
7891   sort:
7892   - "ACL_STATELESS"
7893   - "ACL_STATEFUL"
7894   - "ACL_STATELESS"
7895   - "ACL_STATEFUL"
7896   traces:
7897     hoverinfo: "x+y"
7898     boxpoints: "outliers"
7899     whiskerwidth: 0
7900   layout:
7901     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7902     layout: "plot-throughput"
7903
7904 -
7905   type: "plot"
7906   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7907   algorithm: "plot_performance_box"
7908   output-file-type: ".html"
7909   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7910   data: "plot-vpp-throughput-latency-3n-hsw"
7911   filter: "'NIC_Intel-X710' and
7912            '64B' and
7913            'NDRPDR' and
7914            '2T2C' and
7915            'IP4FWD' and
7916            'IACL' and
7917            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7918            not 'IPSEC' and
7919            not 'VHOST'"
7920   parameters:
7921   - "throughput"
7922   - "parent"
7923   - "tags"
7924   sort:
7925   - "ACL_STATELESS"
7926   - "ACL_STATEFUL"
7927   - "ACL_STATELESS"
7928   - "ACL_STATEFUL"
7929   traces:
7930     hoverinfo: "x+y"
7931     boxpoints: "outliers"
7932     whiskerwidth: 0
7933   layout:
7934     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7935     layout: "plot-throughput"
7936
7937 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
7938 -
7939   type: "plot"
7940   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7941   algorithm: "plot_performance_box"
7942   output-file-type: ".html"
7943   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7944   data: "plot-vpp-throughput-latency-3n-hsw"
7945   filter: "'NIC_Intel-X710' and
7946            '64B' and
7947            'NDRPDR' and
7948            '1T1C' and
7949            'IP4FWD' and
7950            'OACL' and
7951            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7952            not 'IPSEC' and
7953            not 'VHOST'"
7954   parameters:
7955   - "throughput"
7956   - "parent"
7957   - "tags"
7958   sort:
7959   - "ACL_STATELESS"
7960   - "ACL_STATEFUL"
7961   - "ACL_STATELESS"
7962   - "ACL_STATEFUL"
7963   traces:
7964     hoverinfo: "x+y"
7965     boxpoints: "outliers"
7966     whiskerwidth: 0
7967   layout:
7968     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7969     layout: "plot-throughput"
7970
7971 -
7972   type: "plot"
7973   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7974   algorithm: "plot_performance_box"
7975   output-file-type: ".html"
7976   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7977   data: "plot-vpp-throughput-latency-3n-hsw"
7978   filter: "'NIC_Intel-X710' and
7979            '64B' and
7980            'NDRPDR' and
7981            '1T1C' and
7982            'IP4FWD' and
7983            'OACL' and
7984            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7985            not 'IPSEC' and
7986            not 'VHOST'"
7987   parameters:
7988   - "throughput"
7989   - "parent"
7990   - "tags"
7991   sort:
7992   - "ACL_STATELESS"
7993   - "ACL_STATEFUL"
7994   - "ACL_STATELESS"
7995   - "ACL_STATEFUL"
7996   traces:
7997     hoverinfo: "x+y"
7998     boxpoints: "outliers"
7999     whiskerwidth: 0
8000   layout:
8001     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
8002     layout: "plot-throughput"
8003
8004 -
8005   type: "plot"
8006   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8007   algorithm: "plot_performance_box"
8008   output-file-type: ".html"
8009   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8010   data: "plot-vpp-throughput-latency-3n-hsw"
8011   filter: "'NIC_Intel-X710' and
8012            '64B' and
8013            'NDRPDR' and
8014            '2T2C' and
8015            'IP4FWD' and
8016            'OACL' and
8017            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8018            not 'IPSEC' and
8019            not 'VHOST'"
8020   parameters:
8021   - "throughput"
8022   - "parent"
8023   - "tags"
8024   sort:
8025   - "ACL_STATELESS"
8026   - "ACL_STATEFUL"
8027   - "ACL_STATELESS"
8028   - "ACL_STATEFUL"
8029   traces:
8030     hoverinfo: "x+y"
8031     boxpoints: "outliers"
8032     whiskerwidth: 0
8033   layout:
8034     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8035     layout: "plot-throughput"
8036
8037 -
8038   type: "plot"
8039   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8040   algorithm: "plot_performance_box"
8041   output-file-type: ".html"
8042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8043   data: "plot-vpp-throughput-latency-3n-hsw"
8044   filter: "'NIC_Intel-X710' and
8045            '64B' and
8046            'NDRPDR' and
8047            '2T2C' and
8048            'IP4FWD' and
8049            'OACL' and
8050            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8051            not 'IPSEC' and
8052            not 'VHOST'"
8053   parameters:
8054   - "throughput"
8055   - "parent"
8056   - "tags"
8057   sort:
8058   - "ACL_STATELESS"
8059   - "ACL_STATEFUL"
8060   - "ACL_STATELESS"
8061   - "ACL_STATEFUL"
8062   traces:
8063     hoverinfo: "x+y"
8064     boxpoints: "outliers"
8065     whiskerwidth: 0
8066   layout:
8067     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8068     layout: "plot-throughput"
8069
8070 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
8071 -
8072   type: "plot"
8073   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8074   algorithm: "plot_performance_box"
8075   output-file-type: ".html"
8076   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8077   data: "plot-vpp-throughput-latency-2n-skx"
8078   filter: "'NIC_Intel-X710' and
8079            '64B' and
8080            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8081            'NDRPDR' and
8082            '2T1C' and
8083            'IP4FWD' and
8084            not 'IPSEC' and
8085            not 'VHOST'"
8086   parameters:
8087   - "throughput"
8088   - "parent"
8089   - "tags"
8090   sort:
8091   - "IP4BASE"
8092   - "FIB_20K"
8093   - "FIB_200K"
8094   - "FIB_2M"
8095   traces:
8096     hoverinfo: "x+y"
8097     boxpoints: "outliers"
8098     whiskerwidth: 0
8099   layout:
8100     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8101     layout: "plot-throughput"
8102
8103 -
8104   type: "plot"
8105   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8106   algorithm: "plot_performance_box"
8107   output-file-type: ".html"
8108   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8109   data: "plot-vpp-throughput-latency-2n-skx"
8110   filter: "'NIC_Intel-X710' and
8111            '64B' and
8112            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8113            'NDRPDR' and
8114            '2T1C' and
8115            'IP4FWD' and
8116            not 'IPSEC' and
8117            not 'VHOST'"
8118   parameters:
8119   - "throughput"
8120   - "parent"
8121   - "tags"
8122   sort:
8123   - "IP4BASE"
8124   - "FIB_20K"
8125   - "FIB_200K"
8126   - "FIB_2M"
8127   traces:
8128     hoverinfo: "x+y"
8129     boxpoints: "outliers"
8130     whiskerwidth: 0
8131   layout:
8132     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8133     layout: "plot-throughput"
8134
8135 -
8136   type: "plot"
8137   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8138   algorithm: "plot_performance_box"
8139   output-file-type: ".html"
8140   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8141   data: "plot-vpp-throughput-latency-2n-skx"
8142   filter: "'NIC_Intel-X710' and
8143            '64B' and
8144            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8145            'NDRPDR' and
8146            '4T2C' and
8147            'IP4FWD' and
8148            not 'IPSEC' and
8149            not 'VHOST'"
8150   parameters:
8151   - "throughput"
8152   - "parent"
8153   - "tags"
8154   sort:
8155   - "IP4BASE"
8156   - "FIB_20K"
8157   - "FIB_200K"
8158   - "FIB_2M"
8159   traces:
8160     hoverinfo: "x+y"
8161     boxpoints: "outliers"
8162     whiskerwidth: 0
8163   layout:
8164     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8165     layout: "plot-throughput"
8166
8167 -
8168   type: "plot"
8169   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8170   algorithm: "plot_performance_box"
8171   output-file-type: ".html"
8172   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8173   data: "plot-vpp-throughput-latency-2n-skx"
8174   filter: "'NIC_Intel-X710' and
8175            '64B' and
8176            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8177            'NDRPDR' and
8178            '4T2C' and
8179            'IP4FWD' and
8180            not 'IPSEC' and
8181            not 'VHOST'"
8182   parameters:
8183   - "throughput"
8184   - "parent"
8185   - "tags"
8186   sort:
8187   - "IP4BASE"
8188   - "FIB_20K"
8189   - "FIB_200K"
8190   - "FIB_2M"
8191   traces:
8192     hoverinfo: "x+y"
8193     boxpoints: "outliers"
8194     whiskerwidth: 0
8195   layout:
8196     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8197     layout: "plot-throughput"
8198
8199 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
8200 -
8201   type: "plot"
8202   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8203   algorithm: "plot_performance_box"
8204   output-file-type: ".html"
8205   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8206   data: "plot-vpp-throughput-latency-2n-skx"
8207   filter: "'NIC_Intel-XXV710' and
8208            '64B' and
8209            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8210            'NDRPDR' and
8211            '2T1C' and
8212            'IP4FWD' and
8213            not 'IPSEC' and
8214            not 'VHOST'"
8215   parameters:
8216   - "throughput"
8217   - "parent"
8218   - "tags"
8219   sort:
8220   - "IP4BASE"
8221   - "FIB_20K"
8222   - "FIB_200K"
8223   - "FIB_2M"
8224   traces:
8225     hoverinfo: "x+y"
8226     boxpoints: "outliers"
8227     whiskerwidth: 0
8228   layout:
8229     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8230     layout: "plot-throughput"
8231
8232 -
8233   type: "plot"
8234   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8235   algorithm: "plot_performance_box"
8236   output-file-type: ".html"
8237   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8238   data: "plot-vpp-throughput-latency-2n-skx"
8239   filter: "'NIC_Intel-XXV710' and
8240            '64B' and
8241            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8242            'NDRPDR' and
8243            '2T1C' and
8244            'IP4FWD' and
8245            not 'IPSEC' and
8246            not 'VHOST'"
8247   parameters:
8248   - "throughput"
8249   - "parent"
8250   - "tags"
8251   sort:
8252   - "IP4BASE"
8253   - "FIB_20K"
8254   - "FIB_200K"
8255   - "FIB_2M"
8256   traces:
8257     hoverinfo: "x+y"
8258     boxpoints: "outliers"
8259     whiskerwidth: 0
8260   layout:
8261     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8262     layout: "plot-throughput"
8263
8264 -
8265   type: "plot"
8266   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8267   algorithm: "plot_performance_box"
8268   output-file-type: ".html"
8269   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8270   data: "plot-vpp-throughput-latency-2n-skx"
8271   filter: "'NIC_Intel-XXV710' and
8272            '64B' and
8273            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8274            'NDRPDR' and
8275            '4T2C' and
8276            'IP4FWD' and
8277            not 'IPSEC' and
8278            not 'VHOST'"
8279   parameters:
8280   - "throughput"
8281   - "parent"
8282   - "tags"
8283   sort:
8284   - "IP4BASE"
8285   - "FIB_20K"
8286   - "FIB_200K"
8287   - "FIB_2M"
8288   traces:
8289     hoverinfo: "x+y"
8290     boxpoints: "outliers"
8291     whiskerwidth: 0
8292   layout:
8293     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8294     layout: "plot-throughput"
8295
8296 -
8297   type: "plot"
8298   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8299   algorithm: "plot_performance_box"
8300   output-file-type: ".html"
8301   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8302   data: "plot-vpp-throughput-latency-2n-skx"
8303   filter: "'NIC_Intel-XXV710' and
8304            '64B' and
8305            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8306            'NDRPDR' and
8307            '4T2C' and
8308            'IP4FWD' and
8309            not 'IPSEC' and
8310            not 'VHOST'"
8311   parameters:
8312   - "throughput"
8313   - "parent"
8314   - "tags"
8315   sort:
8316   - "IP4BASE"
8317   - "FIB_20K"
8318   - "FIB_200K"
8319   - "FIB_2M"
8320   traces:
8321     hoverinfo: "x+y"
8322     boxpoints: "outliers"
8323     whiskerwidth: 0
8324   layout:
8325     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8326     layout: "plot-throughput"
8327
8328 ################################################################################
8329
8330 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
8331 -
8332   type: "plot"
8333   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8334   algorithm: "plot_performance_box"
8335   output-file-type: ".html"
8336   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8337   data: "plot-vpp-throughput-latency-3n-hsw"
8338   filter: "'NIC_Intel-X520-DA2' and
8339            '64B' and
8340            'ENCAP' and
8341            'NDRPDR' and
8342            '1T1C' and
8343            'VXLAN' and
8344            'L2BDMACLRN' and
8345            not 'VHOST' and
8346            not 'IPSECHW'"
8347   parameters:
8348   - "throughput"
8349   - "parent"
8350   - "tags"
8351   sort:
8352   - "not DOT1Q"
8353   - "VXLAN_1"
8354   - "VXLAN_10"
8355   - "VXLAN_100"
8356   - "VXLAN_1000"
8357   traces:
8358     hoverinfo: "x+y"
8359     boxpoints: "outliers"
8360     whiskerwidth: 0
8361   layout:
8362     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8363     layout: "plot-throughput"
8364
8365 -
8366   type: "plot"
8367   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8368   algorithm: "plot_performance_box"
8369   output-file-type: ".html"
8370   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8371   data: "plot-vpp-throughput-latency-3n-hsw"
8372   filter: "'NIC_Intel-X520-DA2' and
8373            '64B' and
8374            'ENCAP' and
8375            'NDRPDR' and
8376            '1T1C' and
8377            'VXLAN' and
8378            'L2BDMACLRN' and
8379            not 'VHOST' and
8380            not 'IPSECHW'"
8381   parameters:
8382   - "throughput"
8383   - "parent"
8384   - "tags"
8385   sort:
8386   - "not DOT1Q"
8387   - "VXLAN_1"
8388   - "VXLAN_10"
8389   - "VXLAN_100"
8390   - "VXLAN_1000"
8391   traces:
8392     hoverinfo: "x+y"
8393     boxpoints: "outliers"
8394     whiskerwidth: 0
8395   layout:
8396     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8397     layout: "plot-throughput"
8398
8399 -
8400   type: "plot"
8401   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8402   algorithm: "plot_performance_box"
8403   output-file-type: ".html"
8404   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8405   data: "plot-vpp-throughput-latency-3n-hsw"
8406   filter: "'NIC_Intel-X520-DA2' and
8407            '64B' and
8408            'ENCAP' and
8409            'NDRPDR' and
8410            '2T2C' and
8411            'VXLAN' and
8412            'L2BDMACLRN' and
8413            not 'VHOST' and
8414            not 'IPSECHW'"
8415   parameters:
8416   - "throughput"
8417   - "parent"
8418   - "tags"
8419   sort:
8420   - "not DOT1Q"
8421   - "VXLAN_1"
8422   - "VXLAN_10"
8423   - "VXLAN_100"
8424   - "VXLAN_1000"
8425   traces:
8426     hoverinfo: "x+y"
8427     boxpoints: "outliers"
8428     whiskerwidth: 0
8429   layout:
8430     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8431     layout: "plot-throughput"
8432
8433 -
8434   type: "plot"
8435   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8436   algorithm: "plot_performance_box"
8437   output-file-type: ".html"
8438   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8439   data: "plot-vpp-throughput-latency-3n-hsw"
8440   filter: "'NIC_Intel-X520-DA2' and
8441            '64B' and
8442            'ENCAP' and
8443            'NDRPDR' and
8444            '2T2C' and
8445            'VXLAN' and
8446            'L2BDMACLRN' and
8447            not 'VHOST' and
8448            not 'IPSECHW'"
8449   parameters:
8450   - "throughput"
8451   - "parent"
8452   - "tags"
8453   sort:
8454   - "not DOT1Q"
8455   - "VXLAN_1"
8456   - "VXLAN_10"
8457   - "VXLAN_100"
8458   - "VXLAN_1000"
8459   traces:
8460     hoverinfo: "x+y"
8461     boxpoints: "outliers"
8462     whiskerwidth: 0
8463   layout:
8464     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8465     layout: "plot-throughput"
8466
8467 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
8468 -
8469   type: "plot"
8470   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8471   algorithm: "plot_performance_box"
8472   output-file-type: ".html"
8473   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8474   data: "plot-vpp-throughput-latency-3n-hsw"
8475   filter: "'NIC_Intel-X520-DA2' and
8476            '64B' and
8477            'ENCAP' and
8478            'NDRPDR' and
8479            '1T1C' and
8480            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8481            not 'DOT1Q' and
8482            not 'VHOST' and
8483            not 'IPSECHW'"
8484   parameters:
8485   - "throughput"
8486   - "parent"
8487   - "tags"
8488   sort:
8489   - "L2BDMACLRN"
8490   - "L2XCFWD"
8491   - "LISP"
8492   traces:
8493     hoverinfo: "x+y"
8494     boxpoints: "outliers"
8495     whiskerwidth: 0
8496   layout:
8497     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8498     layout: "plot-throughput"
8499
8500 -
8501   type: "plot"
8502   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8503   algorithm: "plot_performance_box"
8504   output-file-type: ".html"
8505   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8506   data: "plot-vpp-throughput-latency-3n-hsw"
8507   filter: "'NIC_Intel-X520-DA2' and
8508            '64B' and
8509            'ENCAP' and
8510            'NDRPDR' and
8511            '2T2C' and
8512            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8513            not 'DOT1Q' and
8514            not 'VHOST' and
8515            not 'IPSECHW'"
8516   parameters:
8517   - "throughput"
8518   - "parent"
8519   - "tags"
8520   sort:
8521   - "L2BDMACLRN"
8522   - "L2XCFWD"
8523   - "LISP"
8524   traces:
8525     hoverinfo: "x+y"
8526     boxpoints: "outliers"
8527     whiskerwidth: 0
8528   layout:
8529     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8530     layout: "plot-throughput"
8531
8532 -
8533   type: "plot"
8534   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8535   algorithm: "plot_performance_box"
8536   output-file-type: ".html"
8537   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8538   data: "plot-vpp-throughput-latency-3n-hsw"
8539   filter: "'NIC_Intel-X520-DA2' and
8540            '64B' and
8541            'ENCAP' and
8542            'NDRPDR' and
8543            '1T1C' and
8544            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8545            not 'DOT1Q' and
8546            not 'VHOST' and
8547            not 'IPSECHW'"
8548   parameters:
8549   - "throughput"
8550   - "parent"
8551   - "tags"
8552   sort:
8553   - "L2BDMACLRN"
8554   - "L2XCFWD"
8555   - "LISP"
8556   traces:
8557     hoverinfo: "x+y"
8558     boxpoints: "outliers"
8559     whiskerwidth: 0
8560   layout:
8561     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8562     layout: "plot-throughput"
8563
8564 -
8565   type: "plot"
8566   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8567   algorithm: "plot_performance_box"
8568   output-file-type: ".html"
8569   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8570   data: "plot-vpp-throughput-latency-3n-hsw"
8571   filter: "'NIC_Intel-X520-DA2' and
8572            '64B' and
8573            'ENCAP' and
8574            'NDRPDR' and
8575            '2T2C' and
8576            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8577            not 'DOT1Q' and
8578            not 'VHOST' and
8579            not 'IPSECHW'"
8580   parameters:
8581   - "throughput"
8582   - "parent"
8583   - "tags"
8584   sort:
8585   - "L2BDMACLRN"
8586   - "L2XCFWD"
8587   - "LISP"
8588   traces:
8589     hoverinfo: "x+y"
8590     boxpoints: "outliers"
8591     whiskerwidth: 0
8592   layout:
8593     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8594     layout: "plot-throughput"
8595
8596 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
8597 -
8598   type: "plot"
8599   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8600   algorithm: "plot_performance_box"
8601   output-file-type: ".html"
8602   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8603   data: "plot-vpp-throughput-latency-3n-hsw"
8604   filter: "'NIC_Intel-X710' and
8605            '64B' and
8606            'ENCAP' and
8607            'NDRPDR' and
8608            '1T1C' and
8609            'VXLAN' and
8610            'L2BDMACLRN' and
8611            not 'VHOST' and
8612            not 'IPSECHW'"
8613   parameters:
8614   - "throughput"
8615   - "parent"
8616   - "tags"
8617   sort:
8618   - "not DOT1Q"
8619   - "VXLAN_1"
8620   - "VXLAN_10"
8621   - "VXLAN_100"
8622   - "VXLAN_1000"
8623   traces:
8624     hoverinfo: "x+y"
8625     boxpoints: "outliers"
8626     whiskerwidth: 0
8627   layout:
8628     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8629     layout: "plot-throughput"
8630
8631 -
8632   type: "plot"
8633   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8634   algorithm: "plot_performance_box"
8635   output-file-type: ".html"
8636   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8637   data: "plot-vpp-throughput-latency-3n-hsw"
8638   filter: "'NIC_Intel-X710' and
8639            '64B' and
8640            'ENCAP' and
8641            'NDRPDR' and
8642            '1T1C' and
8643            'VXLAN' and
8644            'L2BDMACLRN' and
8645            not 'VHOST' and
8646            not 'IPSECHW'"
8647   parameters:
8648   - "throughput"
8649   - "parent"
8650   - "tags"
8651   sort:
8652   - "not DOT1Q"
8653   - "VXLAN_1"
8654   - "VXLAN_10"
8655   - "VXLAN_100"
8656   - "VXLAN_1000"
8657   traces:
8658     hoverinfo: "x+y"
8659     boxpoints: "outliers"
8660     whiskerwidth: 0
8661   layout:
8662     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8663     layout: "plot-throughput"
8664
8665 -
8666   type: "plot"
8667   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8668   algorithm: "plot_performance_box"
8669   output-file-type: ".html"
8670   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8671   data: "plot-vpp-throughput-latency-3n-hsw"
8672   filter: "'NIC_Intel-X710' and
8673            '64B' and
8674            'ENCAP' and
8675            'NDRPDR' and
8676            '2T2C' and
8677            'VXLAN' and
8678            'L2BDMACLRN' and
8679            not 'VHOST' and
8680            not 'IPSECHW'"
8681   parameters:
8682   - "throughput"
8683   - "parent"
8684   - "tags"
8685   sort:
8686   - "not DOT1Q"
8687   - "VXLAN_1"
8688   - "VXLAN_10"
8689   - "VXLAN_100"
8690   - "VXLAN_1000"
8691   traces:
8692     hoverinfo: "x+y"
8693     boxpoints: "outliers"
8694     whiskerwidth: 0
8695   layout:
8696     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8697     layout: "plot-throughput"
8698
8699 -
8700   type: "plot"
8701   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8702   algorithm: "plot_performance_box"
8703   output-file-type: ".html"
8704   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8705   data: "plot-vpp-throughput-latency-3n-hsw"
8706   filter: "'NIC_Intel-X710' and
8707            '64B' and
8708            'ENCAP' and
8709            'NDRPDR' and
8710            '2T2C' and
8711            'VXLAN' and
8712            'L2BDMACLRN' and
8713            not 'VHOST' and
8714            not 'IPSECHW'"
8715   parameters:
8716   - "throughput"
8717   - "parent"
8718   - "tags"
8719   sort:
8720   - "not DOT1Q"
8721   - "VXLAN_1"
8722   - "VXLAN_10"
8723   - "VXLAN_100"
8724   - "VXLAN_1000"
8725   traces:
8726     hoverinfo: "x+y"
8727     boxpoints: "outliers"
8728     whiskerwidth: 0
8729   layout:
8730     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8731     layout: "plot-throughput"
8732
8733 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
8734 -
8735   type: "plot"
8736   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8737   algorithm: "plot_performance_box"
8738   output-file-type: ".html"
8739   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8740   data: "plot-vpp-throughput-latency-3n-hsw"
8741   filter: "'NIC_Intel-X710' and
8742            '64B' and
8743            'ENCAP' and
8744            'NDRPDR' and
8745            '1T1C' and
8746            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8747            not 'DOT1Q' and
8748            not 'VHOST' and
8749            not 'IPSECHW'"
8750   parameters:
8751   - "throughput"
8752   - "parent"
8753   - "tags"
8754   sort:
8755   - "L2BDMACLRN"
8756   - "L2XCFWD"
8757   - "LISP"
8758   traces:
8759     hoverinfo: "x+y"
8760     boxpoints: "outliers"
8761     whiskerwidth: 0
8762   layout:
8763     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8764     layout: "plot-throughput"
8765
8766 -
8767   type: "plot"
8768   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8769   algorithm: "plot_performance_box"
8770   output-file-type: ".html"
8771   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8772   data: "plot-vpp-throughput-latency-3n-hsw"
8773   filter: "'NIC_Intel-X710' and
8774            '64B' and
8775            'ENCAP' and
8776            'NDRPDR' and
8777            '2T2C' and
8778            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8779            not 'DOT1Q' and
8780            not 'VHOST' and
8781            not 'IPSECHW'"
8782   parameters:
8783   - "throughput"
8784   - "parent"
8785   - "tags"
8786   sort:
8787   - "L2BDMACLRN"
8788   - "L2XCFWD"
8789   - "LISP"
8790   traces:
8791     hoverinfo: "x+y"
8792     boxpoints: "outliers"
8793     whiskerwidth: 0
8794   layout:
8795     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8796     layout: "plot-throughput"
8797
8798 -
8799   type: "plot"
8800   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8801   algorithm: "plot_performance_box"
8802   output-file-type: ".html"
8803   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8804   data: "plot-vpp-throughput-latency-3n-hsw"
8805   filter: "'NIC_Intel-X710' and
8806            '64B' and
8807            'ENCAP' and
8808            'NDRPDR' and
8809            '1T1C' and
8810            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8811            not 'DOT1Q' and
8812            not 'VHOST' and
8813            not 'IPSECHW'"
8814   parameters:
8815   - "throughput"
8816   - "parent"
8817   - "tags"
8818   sort:
8819   - "L2BDMACLRN"
8820   - "L2XCFWD"
8821   - "LISP"
8822   traces:
8823     hoverinfo: "x+y"
8824     boxpoints: "outliers"
8825     whiskerwidth: 0
8826   layout:
8827     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8828     layout: "plot-throughput"
8829
8830 -
8831   type: "plot"
8832   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8833   algorithm: "plot_performance_box"
8834   output-file-type: ".html"
8835   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8836   data: "plot-vpp-throughput-latency-3n-hsw"
8837   filter: "'NIC_Intel-X710' and
8838            '64B' and
8839            'ENCAP' and
8840            'NDRPDR' and
8841            '2T2C' and
8842            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8843            not 'DOT1Q' and
8844            not 'VHOST' and
8845            not 'IPSECHW'"
8846   parameters:
8847   - "throughput"
8848   - "parent"
8849   - "tags"
8850   sort:
8851   - "L2BDMACLRN"
8852   - "L2XCFWD"
8853   - "LISP"
8854   traces:
8855     hoverinfo: "x+y"
8856     boxpoints: "outliers"
8857     whiskerwidth: 0
8858   layout:
8859     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8860     layout: "plot-throughput"
8861
8862 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
8863 -
8864   type: "plot"
8865   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8866   algorithm: "plot_performance_box"
8867   output-file-type: ".html"
8868   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8869   data: "plot-vpp-throughput-latency-3n-skx"
8870   filter: "'NIC_Intel-X710' and
8871            '64B' and
8872            'ENCAP' and
8873            'NDRPDR' and
8874            '2T1C' and
8875            'VXLAN' and
8876            'L2BDMACLRN' and
8877            not 'VHOST' and
8878            not 'IPSECHW'"
8879   parameters:
8880   - "throughput"
8881   - "parent"
8882   - "tags"
8883   sort:
8884   - "not DOT1Q"
8885   - "VXLAN_1"
8886   - "VXLAN_10"
8887   - "VXLAN_100"
8888   - "VXLAN_1000"
8889   traces:
8890     hoverinfo: "x+y"
8891     boxpoints: "outliers"
8892     whiskerwidth: 0
8893   layout:
8894     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8895     layout: "plot-throughput"
8896
8897 -
8898   type: "plot"
8899   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8900   algorithm: "plot_performance_box"
8901   output-file-type: ".html"
8902   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8903   data: "plot-vpp-throughput-latency-3n-skx"
8904   filter: "'NIC_Intel-X710' and
8905            '64B' and
8906            'ENCAP' and
8907            'NDRPDR' and
8908            '2T1C' and
8909            'VXLAN' and
8910            'L2BDMACLRN' and
8911            not 'VHOST' and
8912            not 'IPSECHW'"
8913   parameters:
8914   - "throughput"
8915   - "parent"
8916   - "tags"
8917   sort:
8918   - "not DOT1Q"
8919   - "VXLAN_1"
8920   - "VXLAN_10"
8921   - "VXLAN_100"
8922   - "VXLAN_1000"
8923   traces:
8924     hoverinfo: "x+y"
8925     boxpoints: "outliers"
8926     whiskerwidth: 0
8927   layout:
8928     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8929     layout: "plot-throughput"
8930
8931 -
8932   type: "plot"
8933   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8934   algorithm: "plot_performance_box"
8935   output-file-type: ".html"
8936   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8937   data: "plot-vpp-throughput-latency-3n-skx"
8938   filter: "'NIC_Intel-X710' and
8939            '64B' and
8940            'ENCAP' and
8941            'NDRPDR' and
8942            '4T2C' and
8943            'VXLAN' and
8944            'L2BDMACLRN' and
8945            not 'VHOST' and
8946            not 'IPSECHW'"
8947   parameters:
8948   - "throughput"
8949   - "parent"
8950   - "tags"
8951   sort:
8952   - "not DOT1Q"
8953   - "VXLAN_1"
8954   - "VXLAN_10"
8955   - "VXLAN_100"
8956   - "VXLAN_1000"
8957   traces:
8958     hoverinfo: "x+y"
8959     boxpoints: "outliers"
8960     whiskerwidth: 0
8961   layout:
8962     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8963     layout: "plot-throughput"
8964
8965 -
8966   type: "plot"
8967   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8968   algorithm: "plot_performance_box"
8969   output-file-type: ".html"
8970   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8971   data: "plot-vpp-throughput-latency-3n-skx"
8972   filter: "'NIC_Intel-X710' and
8973            '64B' and
8974            'ENCAP' and
8975            'NDRPDR' and
8976            '4T2C' and
8977            'VXLAN' and
8978            'L2BDMACLRN' and
8979            not 'VHOST' and
8980            not 'IPSECHW'"
8981   parameters:
8982   - "throughput"
8983   - "parent"
8984   - "tags"
8985   sort:
8986   - "not DOT1Q"
8987   - "VXLAN_1"
8988   - "VXLAN_10"
8989   - "VXLAN_100"
8990   - "VXLAN_1000"
8991   traces:
8992     hoverinfo: "x+y"
8993     boxpoints: "outliers"
8994     whiskerwidth: 0
8995   layout:
8996     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8997     layout: "plot-throughput"
8998
8999 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
9000 -
9001   type: "plot"
9002   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9003   algorithm: "plot_performance_box"
9004   output-file-type: ".html"
9005   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9006   data: "plot-vpp-throughput-latency-3n-skx"
9007   filter: "'NIC_Intel-X710' and
9008            '64B' and
9009            'ENCAP' and
9010            'NDRPDR' and
9011            '2T1C' and
9012            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9013            not 'DOT1Q' and
9014            not 'VHOST' and
9015            not 'IPSECHW'"
9016   parameters:
9017   - "throughput"
9018   - "parent"
9019   - "tags"
9020   sort:
9021   - "L2BDMACLRN"
9022   - "L2XCFWD"
9023   - "LISP"
9024   traces:
9025     hoverinfo: "x+y"
9026     boxpoints: "outliers"
9027     whiskerwidth: 0
9028   layout:
9029     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9030     layout: "plot-throughput"
9031
9032 -
9033   type: "plot"
9034   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9035   algorithm: "plot_performance_box"
9036   output-file-type: ".html"
9037   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9038   data: "plot-vpp-throughput-latency-3n-skx"
9039   filter: "'NIC_Intel-X710' and
9040            '64B' and
9041            'ENCAP' and
9042            'NDRPDR' and
9043            '4T2C' and
9044            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9045            not 'DOT1Q' and
9046            not 'VHOST' and
9047            not 'IPSECHW'"
9048   parameters:
9049   - "throughput"
9050   - "parent"
9051   - "tags"
9052   sort:
9053   - "L2BDMACLRN"
9054   - "L2XCFWD"
9055   - "LISP"
9056   traces:
9057     hoverinfo: "x+y"
9058     boxpoints: "outliers"
9059     whiskerwidth: 0
9060   layout:
9061     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9062     layout: "plot-throughput"
9063
9064 -
9065   type: "plot"
9066   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9067   algorithm: "plot_performance_box"
9068   output-file-type: ".html"
9069   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9070   data: "plot-vpp-throughput-latency-3n-skx"
9071   filter: "'NIC_Intel-X710' and
9072            '64B' and
9073            'ENCAP' and
9074            'NDRPDR' and
9075            '2T1C' and
9076            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9077            not 'DOT1Q' and
9078            not 'VHOST' and
9079            not 'IPSECHW'"
9080   parameters:
9081   - "throughput"
9082   - "parent"
9083   - "tags"
9084   sort:
9085   - "L2BDMACLRN"
9086   - "L2XCFWD"
9087   - "LISP"
9088   traces:
9089     hoverinfo: "x+y"
9090     boxpoints: "outliers"
9091     whiskerwidth: 0
9092   layout:
9093     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9094     layout: "plot-throughput"
9095
9096 -
9097   type: "plot"
9098   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9099   algorithm: "plot_performance_box"
9100   output-file-type: ".html"
9101   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9102   data: "plot-vpp-throughput-latency-3n-skx"
9103   filter: "'NIC_Intel-X710' and
9104            '64B' and
9105            'ENCAP' and
9106            'NDRPDR' and
9107            '4T2C' and
9108            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9109            not 'DOT1Q' and
9110            not 'VHOST' and
9111            not 'IPSECHW'"
9112   parameters:
9113   - "throughput"
9114   - "parent"
9115   - "tags"
9116   sort:
9117   - "L2BDMACLRN"
9118   - "L2XCFWD"
9119   - "LISP"
9120   traces:
9121     hoverinfo: "x+y"
9122     boxpoints: "outliers"
9123     whiskerwidth: 0
9124   layout:
9125     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9126     layout: "plot-throughput"
9127
9128 ################################################################################
9129
9130 # Packet Throughput - VPP IPv6 3n-hsw-x520
9131 -
9132   type: "plot"
9133   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9134   algorithm: "plot_performance_box"
9135   output-file-type: ".html"
9136   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9137   data: "plot-vpp-throughput-latency-3n-hsw"
9138   filter: "'NIC_Intel-X520-DA2' and
9139            '78B' and
9140            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9141            'NDRPDR' and
9142            '1T1C' and
9143            'IP6FWD' and
9144            not 'SRv6' and
9145            not 'IPSEC' and
9146            not 'VHOST'"
9147   parameters:
9148   - "throughput"
9149   - "parent"
9150   - "tags"
9151   sort:
9152   - "IP6BASE"
9153   - "FIB_20K"
9154   - "FIB_200K"
9155   - "FIB_2M"
9156   traces:
9157     hoverinfo: "x+y"
9158     boxpoints: "outliers"
9159     whiskerwidth: 0
9160   layout:
9161     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9162     layout: "plot-throughput"
9163
9164 -
9165   type: "plot"
9166   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9167   algorithm: "plot_performance_box"
9168   output-file-type: ".html"
9169   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9170   data: "plot-vpp-throughput-latency-3n-hsw"
9171   filter: "'NIC_Intel-X520-DA2' and
9172            '78B' and
9173            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9174            'NDRPDR' and
9175            '1T1C' and
9176            'IP6FWD' and
9177            not 'SRv6' and
9178            not 'IPSEC' and
9179            not 'VHOST'"
9180   parameters:
9181   - "throughput"
9182   - "parent"
9183   - "tags"
9184   sort:
9185   - "IP6BASE"
9186   - "FIB_20K"
9187   - "FIB_200K"
9188   - "FIB_2M"
9189   traces:
9190     hoverinfo: "x+y"
9191     boxpoints: "outliers"
9192     whiskerwidth: 0
9193   layout:
9194     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9195     layout: "plot-throughput"
9196
9197 -
9198   type: "plot"
9199   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9200   algorithm: "plot_performance_box"
9201   output-file-type: ".html"
9202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9203   data: "plot-vpp-throughput-latency-3n-hsw"
9204   filter: "'NIC_Intel-X520-DA2' and
9205            '78B' and
9206            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9207            'NDRPDR' and
9208            '2T2C' and
9209            'IP6FWD' and
9210            not 'SRv6' and
9211            not 'IPSEC' and
9212            not 'VHOST'"
9213   parameters:
9214   - "throughput"
9215   - "parent"
9216   - "tags"
9217   sort:
9218   - "IP6BASE"
9219   - "FIB_20K"
9220   - "FIB_200K"
9221   - "FIB_2M"
9222   traces:
9223     hoverinfo: "x+y"
9224     boxpoints: "outliers"
9225     whiskerwidth: 0
9226   layout:
9227     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9228     layout: "plot-throughput"
9229
9230 -
9231   type: "plot"
9232   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9233   algorithm: "plot_performance_box"
9234   output-file-type: ".html"
9235   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9236   data: "plot-vpp-throughput-latency-3n-hsw"
9237   filter: "'NIC_Intel-X520-DA2' and
9238            '78B' and
9239            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9240            'NDRPDR' and
9241            '2T2C' and
9242            'IP6FWD' and
9243            not 'SRv6' and
9244            not 'IPSEC' and
9245            not 'VHOST'"
9246   parameters:
9247   - "throughput"
9248   - "parent"
9249   - "tags"
9250   sort:
9251   - "IP6BASE"
9252   - "FIB_20K"
9253   - "FIB_200K"
9254   - "FIB_2M"
9255   traces:
9256     hoverinfo: "x+y"
9257     boxpoints: "outliers"
9258     whiskerwidth: 0
9259   layout:
9260     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9261     layout: "plot-throughput"
9262
9263 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
9264 -
9265   type: "plot"
9266   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9267   algorithm: "plot_performance_box"
9268   output-file-type: ".html"
9269   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9270   data: "plot-vpp-throughput-latency-3n-hsw"
9271   filter: "'NIC_Intel-X520-DA2' and
9272            '78B' and
9273            ('IP6BASE' or
9274             'POLICE_MARK' or
9275             'COPWHLIST' or
9276             'IACLDST') and
9277            'NDRPDR' and
9278            '1T1C' and
9279            'IP6FWD' and
9280            not 'SRv6' and
9281            not 'IPSEC' and
9282            not 'VHOST'"
9283   parameters:
9284   - "throughput"
9285   - "parent"
9286   - "tags"
9287   sort:
9288   - "IP6BASE"
9289   - "POLICE_MARK"
9290   - "COPWHLIST"
9291   - "IACLDST"
9292   traces:
9293     hoverinfo: "x+y"
9294     boxpoints: "outliers"
9295     whiskerwidth: 0
9296   layout:
9297     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9298     layout: "plot-throughput"
9299
9300 -
9301   type: "plot"
9302   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9303   algorithm: "plot_performance_box"
9304   output-file-type: ".html"
9305   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9306   data: "plot-vpp-throughput-latency-3n-hsw"
9307   filter: "'NIC_Intel-X520-DA2' and
9308            '78B' and
9309            ('IP6BASE' or
9310             'POLICE_MARK' or
9311             'COPWHLIST' or
9312             'IACLDST') and
9313            'NDRPDR' and
9314            '2T2C' and
9315            'IP6FWD' and
9316            not 'SRv6' and
9317            not 'IPSEC' and
9318            not 'VHOST'"
9319   parameters:
9320   - "throughput"
9321   - "parent"
9322   - "tags"
9323   sort:
9324   - "IP6BASE"
9325   - "POLICE_MARK"
9326   - "COPWHLIST"
9327   - "IACLDST"
9328   traces:
9329     hoverinfo: "x+y"
9330     boxpoints: "outliers"
9331     whiskerwidth: 0
9332   layout:
9333     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9334     layout: "plot-throughput"
9335
9336 -
9337   type: "plot"
9338   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9339   algorithm: "plot_performance_box"
9340   output-file-type: ".html"
9341   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9342   data: "plot-vpp-throughput-latency-3n-hsw"
9343   filter: "'NIC_Intel-X520-DA2' and
9344            '78B' and
9345            ('IP6BASE' or
9346             'POLICE_MARK' or
9347             'COPWHLIST' or
9348             'IACLDST') and
9349            'NDRPDR' and
9350            '1T1C' and
9351            'IP6FWD' and
9352            not 'SRv6' and
9353            not 'IPSEC' and
9354            not 'VHOST'"
9355   parameters:
9356   - "throughput"
9357   - "parent"
9358   - "tags"
9359   sort:
9360   - "IP6BASE"
9361   - "POLICE_MARK"
9362   - "COPWHLIST"
9363   - "IACLDST"
9364   traces:
9365     hoverinfo: "x+y"
9366     boxpoints: "outliers"
9367     whiskerwidth: 0
9368   layout:
9369     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9370     layout: "plot-throughput"
9371
9372 -
9373   type: "plot"
9374   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9375   algorithm: "plot_performance_box"
9376   output-file-type: ".html"
9377   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9378   data: "plot-vpp-throughput-latency-3n-hsw"
9379   filter: "'NIC_Intel-X520-DA2' and
9380            '78B' and
9381            ('IP6BASE' or
9382             'POLICE_MARK' or
9383             'COPWHLIST' or
9384             'IACLDST') and
9385            'NDRPDR' and
9386            '2T2C' and
9387            'IP6FWD' and
9388            not 'SRv6' and
9389            not 'IPSEC' and
9390            not 'VHOST'"
9391   parameters:
9392   - "throughput"
9393   - "parent"
9394   - "tags"
9395   sort:
9396   - "IP6BASE"
9397   - "POLICE_MARK"
9398   - "COPWHLIST"
9399   - "IACLDST"
9400   traces:
9401     hoverinfo: "x+y"
9402     boxpoints: "outliers"
9403     whiskerwidth: 0
9404   layout:
9405     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9406     layout: "plot-throughput"
9407
9408 # Packet Throughput - VPP IPv6 3n-hsw-x710
9409 -
9410   type: "plot"
9411   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9412   algorithm: "plot_performance_box"
9413   output-file-type: ".html"
9414   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9415   data: "plot-vpp-throughput-latency-3n-hsw"
9416   filter: "'NIC_Intel-X710' and
9417            '78B' and
9418            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9419            'NDRPDR' and
9420            '1T1C' and
9421            'IP6FWD' and
9422            not 'SRv6' and
9423            not 'IPSEC' and
9424            not 'VHOST'"
9425   parameters:
9426   - "throughput"
9427   - "parent"
9428   - "tags"
9429   sort:
9430   - "IP6BASE"
9431   - "FIB_20K"
9432   - "FIB_200K"
9433   - "FIB_2M"
9434   traces:
9435     hoverinfo: "x+y"
9436     boxpoints: "outliers"
9437     whiskerwidth: 0
9438   layout:
9439     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9440     layout: "plot-throughput"
9441
9442 -
9443   type: "plot"
9444   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9445   algorithm: "plot_performance_box"
9446   output-file-type: ".html"
9447   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9448   data: "plot-vpp-throughput-latency-3n-hsw"
9449   filter: "'NIC_Intel-X710' and
9450            '78B' and
9451            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9452            'NDRPDR' and
9453            '1T1C' and
9454            'IP6FWD' and
9455            not 'SRv6' and
9456            not 'IPSEC' and
9457            not 'VHOST'"
9458   parameters:
9459   - "throughput"
9460   - "parent"
9461   - "tags"
9462   sort:
9463   - "IP6BASE"
9464   - "FIB_20K"
9465   - "FIB_200K"
9466   - "FIB_2M"
9467   traces:
9468     hoverinfo: "x+y"
9469     boxpoints: "outliers"
9470     whiskerwidth: 0
9471   layout:
9472     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9473     layout: "plot-throughput"
9474
9475 -
9476   type: "plot"
9477   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9478   algorithm: "plot_performance_box"
9479   output-file-type: ".html"
9480   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9481   data: "plot-vpp-throughput-latency-3n-hsw"
9482   filter: "'NIC_Intel-X710' and
9483            '78B' and
9484            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9485            'NDRPDR' and
9486            '2T2C' and
9487            'IP6FWD' and
9488            not 'SRv6' and
9489            not 'IPSEC' and
9490            not 'VHOST'"
9491   parameters:
9492   - "throughput"
9493   - "parent"
9494   - "tags"
9495   sort:
9496   - "IP6BASE"
9497   - "FIB_20K"
9498   - "FIB_200K"
9499   - "FIB_2M"
9500   traces:
9501     hoverinfo: "x+y"
9502     boxpoints: "outliers"
9503     whiskerwidth: 0
9504   layout:
9505     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9506     layout: "plot-throughput"
9507
9508 -
9509   type: "plot"
9510   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9511   algorithm: "plot_performance_box"
9512   output-file-type: ".html"
9513   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9514   data: "plot-vpp-throughput-latency-3n-hsw"
9515   filter: "'NIC_Intel-X710' and
9516            '78B' and
9517            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9518            'NDRPDR' and
9519            '2T2C' and
9520            'IP6FWD' and
9521            not 'SRv6' and
9522            not 'IPSEC' and
9523            not 'VHOST'"
9524   parameters:
9525   - "throughput"
9526   - "parent"
9527   - "tags"
9528   sort:
9529   - "IP6BASE"
9530   - "FIB_20K"
9531   - "FIB_200K"
9532   - "FIB_2M"
9533   traces:
9534     hoverinfo: "x+y"
9535     boxpoints: "outliers"
9536     whiskerwidth: 0
9537   layout:
9538     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9539     layout: "plot-throughput"
9540
9541 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
9542 -
9543   type: "plot"
9544   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9545   algorithm: "plot_performance_box"
9546   output-file-type: ".html"
9547   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9548   data: "plot-vpp-throughput-latency-3n-hsw"
9549   filter: "'NIC_Intel-X710' and
9550            '78B' and
9551            ('IP6BASE' or
9552             'POLICE_MARK' or
9553             'COPWHLIST' or
9554             'IACLDST') and
9555            'NDRPDR' and
9556            '1T1C' and
9557            'IP6FWD' and
9558            not 'SRv6' and
9559            not 'IPSEC' and
9560            not 'VHOST'"
9561   parameters:
9562   - "throughput"
9563   - "parent"
9564   - "tags"
9565   sort:
9566   - "IP6BASE"
9567   - "POLICE_MARK"
9568   - "COPWHLIST"
9569   - "IACLDST"
9570   traces:
9571     hoverinfo: "x+y"
9572     boxpoints: "outliers"
9573     whiskerwidth: 0
9574   layout:
9575     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9576     layout: "plot-throughput"
9577
9578 -
9579   type: "plot"
9580   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9581   algorithm: "plot_performance_box"
9582   output-file-type: ".html"
9583   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9584   data: "plot-vpp-throughput-latency-3n-hsw"
9585   filter: "'NIC_Intel-X710' and
9586            '78B' and
9587            ('IP6BASE' or
9588             'POLICE_MARK' or
9589             'COPWHLIST' or
9590             'IACLDST') and
9591            'NDRPDR' and
9592            '2T2C' and
9593            'IP6FWD' and
9594            not 'SRv6' and
9595            not 'IPSEC' and
9596            not 'VHOST'"
9597   parameters:
9598   - "throughput"
9599   - "parent"
9600   - "tags"
9601   sort:
9602   - "IP6BASE"
9603   - "POLICE_MARK"
9604   - "COPWHLIST"
9605   - "IACLDST"
9606   traces:
9607     hoverinfo: "x+y"
9608     boxpoints: "outliers"
9609     whiskerwidth: 0
9610   layout:
9611     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9612     layout: "plot-throughput"
9613
9614 -
9615   type: "plot"
9616   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9617   algorithm: "plot_performance_box"
9618   output-file-type: ".html"
9619   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9620   data: "plot-vpp-throughput-latency-3n-hsw"
9621   filter: "'NIC_Intel-X710' and
9622            '78B' and
9623            ('IP6BASE' or
9624             'POLICE_MARK' or
9625             'COPWHLIST' or
9626             'IACLDST') and
9627            'NDRPDR' and
9628            '1T1C' and
9629            'IP6FWD' and
9630            not 'SRv6' and
9631            not 'IPSEC' and
9632            not 'VHOST'"
9633   parameters:
9634   - "throughput"
9635   - "parent"
9636   - "tags"
9637   sort:
9638   - "IP6BASE"
9639   - "POLICE_MARK"
9640   - "COPWHLIST"
9641   - "IACLDST"
9642   traces:
9643     hoverinfo: "x+y"
9644     boxpoints: "outliers"
9645     whiskerwidth: 0
9646   layout:
9647     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9648     layout: "plot-throughput"
9649
9650 -
9651   type: "plot"
9652   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9653   algorithm: "plot_performance_box"
9654   output-file-type: ".html"
9655   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9656   data: "plot-vpp-throughput-latency-3n-hsw"
9657   filter: "'NIC_Intel-X710' and
9658            '78B' and
9659            ('IP6BASE' or
9660             'POLICE_MARK' or
9661             'COPWHLIST' or
9662             'IACLDST') and
9663            'NDRPDR' and
9664            '2T2C' and
9665            'IP6FWD' and
9666            not 'SRv6' and
9667            not 'IPSEC' and
9668            not 'VHOST'"
9669   parameters:
9670   - "throughput"
9671   - "parent"
9672   - "tags"
9673   sort:
9674   - "IP6BASE"
9675   - "POLICE_MARK"
9676   - "COPWHLIST"
9677   - "IACLDST"
9678   traces:
9679     hoverinfo: "x+y"
9680     boxpoints: "outliers"
9681     whiskerwidth: 0
9682   layout:
9683     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9684     layout: "plot-throughput"
9685
9686 # Packet Throughput - VPP IPv6 3n-hsw-xl710
9687 -
9688   type: "plot"
9689   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9690   algorithm: "plot_performance_box"
9691   output-file-type: ".html"
9692   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9693   data: "plot-vpp-throughput-latency-3n-hsw"
9694   filter: "'NIC_Intel-XL710' and
9695            '78B' and
9696            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9697            'NDRPDR' and
9698            '1T1C' and
9699            'IP6FWD' and
9700            not 'SRv6' and
9701            not 'IPSEC' and
9702            not 'VHOST'"
9703   parameters:
9704   - "throughput"
9705   - "parent"
9706   - "tags"
9707   sort:
9708   - "IP6BASE"
9709   - "FIB_20K"
9710   - "FIB_200K"
9711   - "FIB_2M"
9712   traces:
9713     hoverinfo: "x+y"
9714     boxpoints: "outliers"
9715     whiskerwidth: 0
9716   layout:
9717     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9718     layout: "plot-throughput"
9719
9720 -
9721   type: "plot"
9722   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9723   algorithm: "plot_performance_box"
9724   output-file-type: ".html"
9725   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9726   data: "plot-vpp-throughput-latency-3n-hsw"
9727   filter: "'NIC_Intel-XL710' and
9728            '78B' and
9729            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9730            'NDRPDR' and
9731            '1T1C' and
9732            'IP6FWD' and
9733            not 'SRv6' and
9734            not 'IPSEC' and
9735            not 'VHOST'"
9736   parameters:
9737   - "throughput"
9738   - "parent"
9739   - "tags"
9740   sort:
9741   - "IP6BASE"
9742   - "FIB_20K"
9743   - "FIB_200K"
9744   - "FIB_2M"
9745   traces:
9746     hoverinfo: "x+y"
9747     boxpoints: "outliers"
9748     whiskerwidth: 0
9749   layout:
9750     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9751     layout: "plot-throughput"
9752
9753 -
9754   type: "plot"
9755   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9756   algorithm: "plot_performance_box"
9757   output-file-type: ".html"
9758   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9759   data: "plot-vpp-throughput-latency-3n-hsw"
9760   filter: "'NIC_Intel-XL710' and
9761            '78B' and
9762            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9763            'NDRPDR' and
9764            '2T2C' and
9765            'IP6FWD' and
9766            not 'SRv6' and
9767            not 'IPSEC' and
9768            not 'VHOST'"
9769   parameters:
9770   - "throughput"
9771   - "parent"
9772   - "tags"
9773   sort:
9774   - "IP6BASE"
9775   - "FIB_20K"
9776   - "FIB_200K"
9777   - "FIB_2M"
9778   traces:
9779     hoverinfo: "x+y"
9780     boxpoints: "outliers"
9781     whiskerwidth: 0
9782   layout:
9783     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9784     layout: "plot-throughput"
9785
9786 -
9787   type: "plot"
9788   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9789   algorithm: "plot_performance_box"
9790   output-file-type: ".html"
9791   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9792   data: "plot-vpp-throughput-latency-3n-hsw"
9793   filter: "'NIC_Intel-XL710' and
9794            '78B' and
9795            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9796            'NDRPDR' and
9797            '2T2C' and
9798            'IP6FWD' and
9799            not 'SRv6' and
9800            not 'IPSEC' and
9801            not 'VHOST'"
9802   parameters:
9803   - "throughput"
9804   - "parent"
9805   - "tags"
9806   sort:
9807   - "IP6BASE"
9808   - "FIB_20K"
9809   - "FIB_200K"
9810   - "FIB_2M"
9811   traces:
9812     hoverinfo: "x+y"
9813     boxpoints: "outliers"
9814     whiskerwidth: 0
9815   layout:
9816     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9817     layout: "plot-throughput"
9818
9819 # Packet Throughput - VPP IPv6 3n-skx-x710
9820 -
9821   type: "plot"
9822   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9823   algorithm: "plot_performance_box"
9824   output-file-type: ".html"
9825   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9826   data: "plot-vpp-throughput-latency-3n-skx"
9827   filter: "'NIC_Intel-X710' and
9828            '78B' and
9829            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9830            'NDRPDR' and
9831            '2T1C' and
9832            'IP6FWD' and
9833            not 'SRv6' and
9834            not 'IPSEC' and
9835            not 'VHOST'"
9836   parameters:
9837   - "throughput"
9838   - "parent"
9839   - "tags"
9840   sort:
9841   - "IP6BASE"
9842   - "FIB_20K"
9843   - "FIB_200K"
9844   - "FIB_2M"
9845   traces:
9846     hoverinfo: "x+y"
9847     boxpoints: "outliers"
9848     whiskerwidth: 0
9849   layout:
9850     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9851     layout: "plot-throughput"
9852
9853 -
9854   type: "plot"
9855   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9856   algorithm: "plot_performance_box"
9857   output-file-type: ".html"
9858   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9859   data: "plot-vpp-throughput-latency-3n-skx"
9860   filter: "'NIC_Intel-X710' and
9861            '78B' and
9862            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9863            'NDRPDR' and
9864            '2T1C' and
9865            'IP6FWD' and
9866            not 'SRv6' and
9867            not 'IPSEC' and
9868            not 'VHOST'"
9869   parameters:
9870   - "throughput"
9871   - "parent"
9872   - "tags"
9873   sort:
9874   - "IP6BASE"
9875   - "FIB_20K"
9876   - "FIB_200K"
9877   - "FIB_2M"
9878   traces:
9879     hoverinfo: "x+y"
9880     boxpoints: "outliers"
9881     whiskerwidth: 0
9882   layout:
9883     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9884     layout: "plot-throughput"
9885
9886 -
9887   type: "plot"
9888   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9889   algorithm: "plot_performance_box"
9890   output-file-type: ".html"
9891   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9892   data: "plot-vpp-throughput-latency-3n-skx"
9893   filter: "'NIC_Intel-X710' and
9894            '78B' and
9895            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9896            'NDRPDR' and
9897            '4T2C' and
9898            'IP6FWD' and
9899            not 'SRv6' and
9900            not 'IPSEC' and
9901            not 'VHOST'"
9902   parameters:
9903   - "throughput"
9904   - "parent"
9905   - "tags"
9906   sort:
9907   - "IP6BASE"
9908   - "FIB_20K"
9909   - "FIB_200K"
9910   - "FIB_2M"
9911   traces:
9912     hoverinfo: "x+y"
9913     boxpoints: "outliers"
9914     whiskerwidth: 0
9915   layout:
9916     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9917     layout: "plot-throughput"
9918
9919 -
9920   type: "plot"
9921   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9922   algorithm: "plot_performance_box"
9923   output-file-type: ".html"
9924   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9925   data: "plot-vpp-throughput-latency-3n-skx"
9926   filter: "'NIC_Intel-X710' and
9927            '78B' and
9928            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9929            'NDRPDR' and
9930            '4T2C' and
9931            'IP6FWD' and
9932            not 'SRv6' and
9933            not 'IPSEC' and
9934            not 'VHOST'"
9935   parameters:
9936   - "throughput"
9937   - "parent"
9938   - "tags"
9939   sort:
9940   - "IP6BASE"
9941   - "FIB_20K"
9942   - "FIB_200K"
9943   - "FIB_2M"
9944   traces:
9945     hoverinfo: "x+y"
9946     boxpoints: "outliers"
9947     whiskerwidth: 0
9948   layout:
9949     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9950     layout: "plot-throughput"
9951
9952 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
9953 -
9954   type: "plot"
9955   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9956   algorithm: "plot_performance_box"
9957   output-file-type: ".html"
9958   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9959   data: "plot-vpp-throughput-latency-3n-skx"
9960   filter: "'NIC_Intel-X710' and
9961            '78B' and
9962            ('IP6BASE' or
9963             'POLICE_MARK' or
9964             'COPWHLIST' or
9965             'IACLDST') and
9966            'NDRPDR' and
9967            '2T1C' and
9968            'IP6FWD' and
9969            not 'SRv6' and
9970            not 'IPSEC' and
9971            not 'VHOST'"
9972   parameters:
9973   - "throughput"
9974   - "parent"
9975   - "tags"
9976   sort:
9977   - "IP6BASE"
9978   - "POLICE_MARK"
9979   - "COPWHLIST"
9980   - "IACLDST"
9981   traces:
9982     hoverinfo: "x+y"
9983     boxpoints: "outliers"
9984     whiskerwidth: 0
9985   layout:
9986     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9987     layout: "plot-throughput"
9988
9989 -
9990   type: "plot"
9991   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9992   algorithm: "plot_performance_box"
9993   output-file-type: ".html"
9994   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9995   data: "plot-vpp-throughput-latency-3n-hsw"
9996   filter: "'NIC_Intel-X710' and
9997            '78B' and
9998            ('IP6BASE' or
9999             'POLICE_MARK' or
10000             'COPWHLIST' or
10001             'IACLDST') and
10002            'NDRPDR' and
10003            '4T2C' and
10004            'IP6FWD' and
10005            not 'SRv6' and
10006            not 'IPSEC' and
10007            not 'VHOST'"
10008   parameters:
10009   - "throughput"
10010   - "parent"
10011   - "tags"
10012   sort:
10013   - "IP6BASE"
10014   - "POLICE_MARK"
10015   - "COPWHLIST"
10016   - "IACLDST"
10017   traces:
10018     hoverinfo: "x+y"
10019     boxpoints: "outliers"
10020     whiskerwidth: 0
10021   layout:
10022     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10023     layout: "plot-throughput"
10024
10025 -
10026   type: "plot"
10027   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10028   algorithm: "plot_performance_box"
10029   output-file-type: ".html"
10030   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10031   data: "plot-vpp-throughput-latency-3n-skx"
10032   filter: "'NIC_Intel-X710' and
10033            '78B' and
10034            ('IP6BASE' or
10035             'POLICE_MARK' or
10036             'COPWHLIST' or
10037             'IACLDST') and
10038            'NDRPDR' and
10039            '2T1C' and
10040            'IP6FWD' and
10041            not 'SRv6' and
10042            not 'IPSEC' and
10043            not 'VHOST'"
10044   parameters:
10045   - "throughput"
10046   - "parent"
10047   - "tags"
10048   sort:
10049   - "IP6BASE"
10050   - "POLICE_MARK"
10051   - "COPWHLIST"
10052   - "IACLDST"
10053   traces:
10054     hoverinfo: "x+y"
10055     boxpoints: "outliers"
10056     whiskerwidth: 0
10057   layout:
10058     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10059     layout: "plot-throughput"
10060
10061 -
10062   type: "plot"
10063   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10064   algorithm: "plot_performance_box"
10065   output-file-type: ".html"
10066   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10067   data: "plot-vpp-throughput-latency-3n-skx"
10068   filter: "'NIC_Intel-X710' and
10069            '78B' and
10070            ('IP6BASE' or
10071             'POLICE_MARK' or
10072             'COPWHLIST' or
10073             'IACLDST') and
10074            'NDRPDR' and
10075            '4T2C' and
10076            'IP6FWD' and
10077            not 'SRv6' and
10078            not 'IPSEC' and
10079            not 'VHOST'"
10080   parameters:
10081   - "throughput"
10082   - "parent"
10083   - "tags"
10084   sort:
10085   - "IP6BASE"
10086   - "POLICE_MARK"
10087   - "COPWHLIST"
10088   - "IACLDST"
10089   traces:
10090     hoverinfo: "x+y"
10091     boxpoints: "outliers"
10092     whiskerwidth: 0
10093   layout:
10094     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10095     layout: "plot-throughput"
10096
10097 # Packet Throughput - VPP IPv6 2n-skx-x710
10098 -
10099   type: "plot"
10100   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10101   algorithm: "plot_performance_box"
10102   output-file-type: ".html"
10103   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10104   data: "plot-vpp-throughput-latency-2n-skx"
10105   filter: "'NIC_Intel-X710' and
10106            '78B' and
10107            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10108            'NDRPDR' and
10109            '2T1C' and
10110            'IP6FWD' and
10111            not 'SRv6' and
10112            not 'IPSEC' and
10113            not 'VHOST'"
10114   parameters:
10115   - "throughput"
10116   - "parent"
10117   - "tags"
10118   sort:
10119   - "IP6BASE"
10120   - "FIB_20K"
10121   - "FIB_200K"
10122   - "FIB_2M"
10123   traces:
10124     hoverinfo: "x+y"
10125     boxpoints: "outliers"
10126     whiskerwidth: 0
10127   layout:
10128     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10129     layout: "plot-throughput"
10130
10131 -
10132   type: "plot"
10133   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10134   algorithm: "plot_performance_box"
10135   output-file-type: ".html"
10136   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10137   data: "plot-vpp-throughput-latency-2n-skx"
10138   filter: "'NIC_Intel-X710' and
10139            '78B' and
10140            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10141            'NDRPDR' and
10142            '2T1C' and
10143            'IP6FWD' and
10144            not 'SRv6' and
10145            not 'IPSEC' and
10146            not 'VHOST'"
10147   parameters:
10148   - "throughput"
10149   - "parent"
10150   - "tags"
10151   sort:
10152   - "IP6BASE"
10153   - "FIB_20K"
10154   - "FIB_200K"
10155   - "FIB_2M"
10156   traces:
10157     hoverinfo: "x+y"
10158     boxpoints: "outliers"
10159     whiskerwidth: 0
10160   layout:
10161     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10162     layout: "plot-throughput"
10163
10164 -
10165   type: "plot"
10166   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10167   algorithm: "plot_performance_box"
10168   output-file-type: ".html"
10169   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10170   data: "plot-vpp-throughput-latency-2n-skx"
10171   filter: "'NIC_Intel-X710' and
10172            '78B' and
10173            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10174            'NDRPDR' and
10175            '4T2C' and
10176            'IP6FWD' and
10177            not 'SRv6' and
10178            not 'IPSEC' and
10179            not 'VHOST'"
10180   parameters:
10181   - "throughput"
10182   - "parent"
10183   - "tags"
10184   sort:
10185   - "IP6BASE"
10186   - "FIB_20K"
10187   - "FIB_200K"
10188   - "FIB_2M"
10189   traces:
10190     hoverinfo: "x+y"
10191     boxpoints: "outliers"
10192     whiskerwidth: 0
10193   layout:
10194     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10195     layout: "plot-throughput"
10196
10197 -
10198   type: "plot"
10199   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10200   algorithm: "plot_performance_box"
10201   output-file-type: ".html"
10202   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10203   data: "plot-vpp-throughput-latency-2n-skx"
10204   filter: "'NIC_Intel-X710' and
10205            '78B' and
10206            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10207            'NDRPDR' and
10208            '4T2C' and
10209            'IP6FWD' and
10210            not 'SRv6' and
10211            not 'IPSEC' and
10212            not 'VHOST'"
10213   parameters:
10214   - "throughput"
10215   - "parent"
10216   - "tags"
10217   sort:
10218   - "IP6BASE"
10219   - "FIB_20K"
10220   - "FIB_200K"
10221   - "FIB_2M"
10222   traces:
10223     hoverinfo: "x+y"
10224     boxpoints: "outliers"
10225     whiskerwidth: 0
10226   layout:
10227     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10228     layout: "plot-throughput"
10229
10230 # Packet Throughput - VPP IPv6 2n-skx-xxv710
10231 -
10232   type: "plot"
10233   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10234   algorithm: "plot_performance_box"
10235   output-file-type: ".html"
10236   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10237   data: "plot-vpp-throughput-latency-2n-skx"
10238   filter: "'NIC_Intel-XXV710' and
10239            '78B' and
10240            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10241            'NDRPDR' and
10242            '2T1C' and
10243            'IP6FWD' and
10244            not 'SRv6' and
10245            not 'IPSEC' and
10246            not 'VHOST'"
10247   parameters:
10248   - "throughput"
10249   - "parent"
10250   - "tags"
10251   sort:
10252   - "IP6BASE"
10253   - "FIB_20K"
10254   - "FIB_200K"
10255   - "FIB_2M"
10256   traces:
10257     hoverinfo: "x+y"
10258     boxpoints: "outliers"
10259     whiskerwidth: 0
10260   layout:
10261     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10262     layout: "plot-throughput"
10263
10264 -
10265   type: "plot"
10266   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10267   algorithm: "plot_performance_box"
10268   output-file-type: ".html"
10269   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10270   data: "plot-vpp-throughput-latency-2n-skx"
10271   filter: "'NIC_Intel-XXV710' and
10272            '78B' and
10273            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10274            'NDRPDR' and
10275            '2T1C' and
10276            'IP6FWD' and
10277            not 'SRv6' and
10278            not 'IPSEC' and
10279            not 'VHOST'"
10280   parameters:
10281   - "throughput"
10282   - "parent"
10283   - "tags"
10284   sort:
10285   - "IP6BASE"
10286   - "FIB_20K"
10287   - "FIB_200K"
10288   - "FIB_2M"
10289   traces:
10290     hoverinfo: "x+y"
10291     boxpoints: "outliers"
10292     whiskerwidth: 0
10293   layout:
10294     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10295     layout: "plot-throughput"
10296
10297 -
10298   type: "plot"
10299   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10300   algorithm: "plot_performance_box"
10301   output-file-type: ".html"
10302   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10303   data: "plot-vpp-throughput-latency-2n-skx"
10304   filter: "'NIC_Intel-XXV710' and
10305            '78B' and
10306            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10307            'NDRPDR' and
10308            '4T2C' and
10309            'IP6FWD' and
10310            not 'SRv6' and
10311            not 'IPSEC' and
10312            not 'VHOST'"
10313   parameters:
10314   - "throughput"
10315   - "parent"
10316   - "tags"
10317   sort:
10318   - "IP6BASE"
10319   - "FIB_20K"
10320   - "FIB_200K"
10321   - "FIB_2M"
10322   traces:
10323     hoverinfo: "x+y"
10324     boxpoints: "outliers"
10325     whiskerwidth: 0
10326   layout:
10327     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10328     layout: "plot-throughput"
10329
10330 -
10331   type: "plot"
10332   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10333   algorithm: "plot_performance_box"
10334   output-file-type: ".html"
10335   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10336   data: "plot-vpp-throughput-latency-2n-skx"
10337   filter: "'NIC_Intel-XXV710' and
10338            '78B' and
10339            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10340            'NDRPDR' and
10341            '4T2C' and
10342            'IP6FWD' and
10343            not 'SRv6' and
10344            not 'IPSEC' and
10345            not 'VHOST'"
10346   parameters:
10347   - "throughput"
10348   - "parent"
10349   - "tags"
10350   sort:
10351   - "IP6BASE"
10352   - "FIB_20K"
10353   - "FIB_200K"
10354   - "FIB_2M"
10355   traces:
10356     hoverinfo: "x+y"
10357     boxpoints: "outliers"
10358     whiskerwidth: 0
10359   layout:
10360     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10361     layout: "plot-throughput"
10362
10363 ################################################################################
10364
10365 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
10366 -
10367   type: "plot"
10368   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10369   algorithm: "plot_performance_box"
10370   output-file-type: ".html"
10371   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10372   data: "plot-vpp-throughput-latency-3n-hsw"
10373   filter: "'NIC_Intel-X520-DA2' and
10374            '78B' and
10375            'ENCAP' and
10376            'NDRPDR' and
10377            '1T1C' and
10378            'LISP' and
10379            not 'VHOST'"
10380   parameters:
10381   - "throughput"
10382   - "parent"
10383   - "tags"
10384   sort:
10385   - "IP4UNRLAY"
10386   - "IP6UNRLAY"
10387   traces:
10388     hoverinfo: "x+y"
10389     boxpoints: "outliers"
10390     whiskerwidth: 0
10391   layout:
10392     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10393     layout: "plot-throughput"
10394
10395 -
10396   type: "plot"
10397   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10398   algorithm: "plot_performance_box"
10399   output-file-type: ".html"
10400   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10401   data: "plot-vpp-throughput-latency-3n-hsw"
10402   filter: "'NIC_Intel-X520-DA2' and
10403            '78B' and
10404            'ENCAP' and
10405            'NDRPDR' and
10406            '1T1C' and
10407            'LISP' and
10408            not 'VHOST'"
10409   parameters:
10410   - "throughput"
10411   - "parent"
10412   - "tags"
10413   sort:
10414   - "IP4UNRLAY"
10415   - "IP6UNRLAY"
10416   traces:
10417     hoverinfo: "x+y"
10418     boxpoints: "outliers"
10419     whiskerwidth: 0
10420   layout:
10421     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10422     layout: "plot-throughput"
10423
10424 -
10425   type: "plot"
10426   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10427   algorithm: "plot_performance_box"
10428   output-file-type: ".html"
10429   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10430   data: "plot-vpp-throughput-latency-3n-hsw"
10431   filter: "'NIC_Intel-X520-DA2' and
10432            '78B' and
10433            'ENCAP' and
10434            'NDRPDR' and
10435            '2T2C' and
10436            'LISP' and
10437            not 'VHOST'"
10438   parameters:
10439   - "throughput"
10440   - "parent"
10441   - "tags"
10442   sort:
10443   - "IP4UNRLAY"
10444   - "IP6UNRLAY"
10445   traces:
10446     hoverinfo: "x+y"
10447     boxpoints: "outliers"
10448     whiskerwidth: 0
10449   layout:
10450     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10451     layout: "plot-throughput"
10452
10453 -
10454   type: "plot"
10455   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10456   algorithm: "plot_performance_box"
10457   output-file-type: ".html"
10458   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10459   data: "plot-vpp-throughput-latency-3n-hsw"
10460   filter: "'NIC_Intel-X520-DA2' and
10461            '78B' and
10462            'ENCAP' and
10463            'NDRPDR' and
10464            '2T2C' and
10465            'LISP' and
10466            not 'VHOST'"
10467   parameters:
10468   - "throughput"
10469   - "parent"
10470   - "tags"
10471   sort:
10472   - "IP4UNRLAY"
10473   - "IP6UNRLAY"
10474   traces:
10475     hoverinfo: "x+y"
10476     boxpoints: "outliers"
10477     whiskerwidth: 0
10478   layout:
10479     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10480     layout: "plot-throughput"
10481
10482 ################################################################################
10483
10484 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
10485 -
10486   type: "plot"
10487   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10488   algorithm: "plot_performance_box"
10489   output-file-type: ".html"
10490   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10491   data: "plot-vpp-throughput-latency-3n-hsw"
10492   filter: "'NIC_Intel-XL710' and
10493            '64B' and
10494            'IP4FWD' and
10495            'NDRPDR' and
10496            'BASE' and
10497            '1T1C' and
10498            'IPSECHW' and
10499            ('IPSECTRAN' or 'IPSECTUN') and
10500            not 'VHOST'"
10501   parameters:
10502   - "throughput"
10503   - "parent"
10504   - "tags"
10505   traces:
10506     hoverinfo: "x+y"
10507     boxpoints: "outliers"
10508     whiskerwidth: 0
10509   layout:
10510     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10511     layout: "plot-throughput"
10512
10513 -
10514   type: "plot"
10515   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10516   algorithm: "plot_performance_box"
10517   output-file-type: ".html"
10518   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10519   data: "plot-vpp-throughput-latency-3n-hsw"
10520   filter: "'NIC_Intel-XL710' and
10521            '64B' and
10522            'IP4FWD' and
10523            'NDRPDR' and
10524            'BASE' and
10525            '1T1C' and
10526            'IPSECHW' and
10527            ('IPSECTRAN' or 'IPSECTUN') and
10528            not 'VHOST'"
10529   parameters:
10530   - "throughput"
10531   - "parent"
10532   - "tags"
10533   traces:
10534     hoverinfo: "x+y"
10535     boxpoints: "outliers"
10536     whiskerwidth: 0
10537   layout:
10538     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10539     layout: "plot-throughput"
10540
10541 -
10542   type: "plot"
10543   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10544   algorithm: "plot_performance_box"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10547   data: "plot-vpp-throughput-latency-3n-hsw"
10548   filter: "'NIC_Intel-XL710' and
10549            '64B' and
10550            'IP4FWD' and
10551            'NDRPDR' and
10552            'BASE' and
10553            '2T2C' and
10554            'IPSECHW' and
10555            ('IPSECTRAN' or 'IPSECTUN') and
10556            not 'VHOST'"
10557   parameters:
10558   - "throughput"
10559   - "parent"
10560   - "tags"
10561   traces:
10562     hoverinfo: "x+y"
10563     boxpoints: "outliers"
10564     whiskerwidth: 0
10565   layout:
10566     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10567     layout: "plot-throughput"
10568
10569 -
10570   type: "plot"
10571   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10572   algorithm: "plot_performance_box"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10575   data: "plot-vpp-throughput-latency-3n-hsw"
10576   filter: "'NIC_Intel-XL710' and
10577            '64B' and
10578            'IP4FWD' and
10579            'NDRPDR' and
10580            'BASE' and
10581            '2T2C' and
10582            'IPSECHW' and
10583            ('IPSECTRAN' or 'IPSECTUN') and
10584            not 'VHOST'"
10585   parameters:
10586   - "throughput"
10587   - "parent"
10588   - "tags"
10589   traces:
10590     hoverinfo: "x+y"
10591     boxpoints: "outliers"
10592     whiskerwidth: 0
10593   layout:
10594     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10595     layout: "plot-throughput"
10596
10597 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
10598 -
10599   type: "plot"
10600   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10601   algorithm: "plot_performance_box"
10602   output-file-type: ".html"
10603   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10604   data: "plot-vpp-throughput-latency-3n-hsw"
10605   filter: "'NIC_Intel-XL710' and
10606            '64B' and
10607            'IP4FWD' and
10608            'NDRPDR' and
10609            'SCALE' and
10610            '1T1C' and
10611            'IPSECHW' and
10612            ('IPSECTRAN' or 'IPSECTUN') and
10613            not 'VHOST'"
10614   parameters:
10615   - "throughput"
10616   - "parent"
10617   - "tags"
10618   traces:
10619     hoverinfo: "x+y"
10620     boxpoints: "outliers"
10621     whiskerwidth: 0
10622   layout:
10623     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10624     layout: "plot-throughput"
10625
10626 -
10627   type: "plot"
10628   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10629   algorithm: "plot_performance_box"
10630   output-file-type: ".html"
10631   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10632   data: "plot-vpp-throughput-latency-3n-hsw"
10633   filter: "'NIC_Intel-XL710' and
10634            '64B' and
10635            'IP4FWD' and
10636            'NDRPDR' and
10637            'SCALE' and
10638            '1T1C' and
10639            'IPSECHW' and
10640            ('IPSECTRAN' or 'IPSECTUN') and
10641            not 'VHOST'"
10642   parameters:
10643   - "throughput"
10644   - "parent"
10645   - "tags"
10646   traces:
10647     hoverinfo: "x+y"
10648     boxpoints: "outliers"
10649     whiskerwidth: 0
10650   layout:
10651     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10652     layout: "plot-throughput"
10653
10654 -
10655   type: "plot"
10656   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10657   algorithm: "plot_performance_box"
10658   output-file-type: ".html"
10659   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10660   data: "plot-vpp-throughput-latency-3n-hsw"
10661   filter: "'NIC_Intel-XL710' and
10662            '64B' and
10663            'IP4FWD' and
10664            'NDRPDR' and
10665            'SCALE' and
10666            '2T2C' and
10667            'IPSECHW' and
10668            ('IPSECTRAN' or 'IPSECTUN') and
10669            not 'VHOST'"
10670   parameters:
10671   - "throughput"
10672   - "parent"
10673   - "tags"
10674   traces:
10675     hoverinfo: "x+y"
10676     boxpoints: "outliers"
10677     whiskerwidth: 0
10678   layout:
10679     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10680     layout: "plot-throughput"
10681
10682 -
10683   type: "plot"
10684   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10685   algorithm: "plot_performance_box"
10686   output-file-type: ".html"
10687   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10688   data: "plot-vpp-throughput-latency-3n-hsw"
10689   filter: "'NIC_Intel-XL710' and
10690            '64B' and
10691            'IP4FWD' and
10692            'NDRPDR' and
10693            'SCALE' and
10694            '2T2C' and
10695            'IPSECHW' and
10696            ('IPSECTRAN' or 'IPSECTUN') and
10697            not 'VHOST'"
10698   parameters:
10699   - "throughput"
10700   - "parent"
10701   - "tags"
10702   traces:
10703     hoverinfo: "x+y"
10704     boxpoints: "outliers"
10705     whiskerwidth: 0
10706   layout:
10707     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10708     layout: "plot-throughput"
10709
10710 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
10711 -
10712   type: "plot"
10713   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10714   algorithm: "plot_performance_box"
10715   output-file-type: ".html"
10716   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10717   data: "plot-vpp-throughput-latency-3n-hsw"
10718   filter: "'NIC_Intel-XL710' and
10719            '64B' and
10720            'IP4FWD' and
10721            'NDRPDR' and
10722            '1T1C' and
10723            'IPSECSW' and
10724            ('IPSECTRAN' or 'IPSECTUN') and
10725            not 'VHOST'"
10726   parameters:
10727   - "throughput"
10728   - "parent"
10729   - "tags"
10730   traces:
10731     hoverinfo: "x+y"
10732     boxpoints: "outliers"
10733     whiskerwidth: 0
10734   layout:
10735     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10736     layout: "plot-throughput"
10737
10738 -
10739   type: "plot"
10740   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10741   algorithm: "plot_performance_box"
10742   output-file-type: ".html"
10743   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10744   data: "plot-vpp-throughput-latency-3n-hsw"
10745   filter: "'NIC_Intel-XL710' and
10746            '64B' and
10747            'IP4FWD' and
10748            'NDRPDR' and
10749            '1T1C' and
10750            'IPSECSW' and
10751            ('IPSECTRAN' or 'IPSECTUN') and
10752            not 'VHOST'"
10753   parameters:
10754   - "throughput"
10755   - "parent"
10756   - "tags"
10757   traces:
10758     hoverinfo: "x+y"
10759     boxpoints: "outliers"
10760     whiskerwidth: 0
10761   layout:
10762     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10763     layout: "plot-throughput"
10764
10765 -
10766   type: "plot"
10767   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10768   algorithm: "plot_performance_box"
10769   output-file-type: ".html"
10770   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10771   data: "plot-vpp-throughput-latency-3n-hsw"
10772   filter: "'NIC_Intel-XL710' and
10773            '64B' and
10774            'IP4FWD' and
10775            'NDRPDR' and
10776            '2T2C' and
10777            'IPSECSW' and
10778            ('IPSECTRAN' or 'IPSECTUN') and
10779            not 'VHOST'"
10780   parameters:
10781   - "throughput"
10782   - "parent"
10783   - "tags"
10784   traces:
10785     hoverinfo: "x+y"
10786     boxpoints: "outliers"
10787     whiskerwidth: 0
10788   layout:
10789     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10790     layout: "plot-throughput"
10791
10792 -
10793   type: "plot"
10794   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10795   algorithm: "plot_performance_box"
10796   output-file-type: ".html"
10797   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10798   data: "plot-vpp-throughput-latency-3n-hsw"
10799   filter: "'NIC_Intel-XL710' and
10800            '64B' and
10801            'IP4FWD' and
10802            'NDRPDR' and
10803            '2T2C' and
10804            'IPSECSW' and
10805            ('IPSECTRAN' or 'IPSECTUN') and
10806            not 'VHOST'"
10807   parameters:
10808   - "throughput"
10809   - "parent"
10810   - "tags"
10811   traces:
10812     hoverinfo: "x+y"
10813     boxpoints: "outliers"
10814     whiskerwidth: 0
10815   layout:
10816     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10817     layout: "plot-throughput"
10818
10819 ################################################################################
10820
10821 # Packet Throughput - VPP SRv6 3n-hsw-x520
10822 -
10823   type: "plot"
10824   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10825   algorithm: "plot_performance_box"
10826   output-file-type: ".html"
10827   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10828   data: "plot-vpp-throughput-latency-3n-hsw"
10829   filter: "'NIC_Intel-X520-DA2' and
10830            '78B' and
10831            'FEATURE' and
10832            'NDRPDR' and
10833            '1T1C' and
10834            'IP6FWD' and
10835            'SRv6'"
10836   parameters:
10837   - "throughput"
10838   - "parent"
10839   - "tags"
10840   traces:
10841     hoverinfo: "x+y"
10842     boxpoints: "outliers"
10843     whiskerwidth: 0
10844   layout:
10845     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10846     layout: "plot-throughput"
10847
10848 -
10849   type: "plot"
10850   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10851   algorithm: "plot_performance_box"
10852   output-file-type: ".html"
10853   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10854   data: "plot-vpp-throughput-latency-3n-hsw"
10855   filter: "'NIC_Intel-X520-DA2' and
10856            '78B' and
10857            'FEATURE' and
10858            'NDRPDR' and
10859            '1T1C' and
10860            'IP6FWD' and
10861            'SRv6'"
10862   parameters:
10863   - "throughput"
10864   - "parent"
10865   - "tags"
10866   traces:
10867     hoverinfo: "x+y"
10868     boxpoints: "outliers"
10869     whiskerwidth: 0
10870   layout:
10871     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10872     layout: "plot-throughput"
10873
10874 -
10875   type: "plot"
10876   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10877   algorithm: "plot_performance_box"
10878   output-file-type: ".html"
10879   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10880   data: "plot-vpp-throughput-latency-3n-hsw"
10881   filter: "'NIC_Intel-X520-DA2' and
10882            '78B' and
10883            'FEATURE' and
10884            'NDRPDR' and
10885            '2T2C' and
10886            'IP6FWD' and
10887            'SRv6'"
10888   parameters:
10889   - "throughput"
10890   - "parent"
10891   - "tags"
10892   traces:
10893     hoverinfo: "x+y"
10894     boxpoints: "outliers"
10895     whiskerwidth: 0
10896   layout:
10897     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10898     layout: "plot-throughput"
10899
10900 -
10901   type: "plot"
10902   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10903   algorithm: "plot_performance_box"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10906   data: "plot-vpp-throughput-latency-3n-hsw"
10907   filter: "'NIC_Intel-X520-DA2' and
10908            '78B' and
10909            'FEATURE' and
10910            'NDRPDR' and
10911            '2T2C' and
10912            'IP6FWD' and
10913            'SRv6'"
10914   parameters:
10915   - "throughput"
10916   - "parent"
10917   - "tags"
10918   traces:
10919     hoverinfo: "x+y"
10920     boxpoints: "outliers"
10921     whiskerwidth: 0
10922   layout:
10923     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10924     layout: "plot-throughput"
10925
10926 ################################################################################
10927
10928 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
10929 -
10930   type: "plot"
10931   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10932   algorithm: "plot_performance_box"
10933   output-file-type: ".html"
10934   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10935   data: "plot-vpp-throughput-latency-3n-hsw"
10936   filter: "'NIC_Intel-X520-DA2' and
10937            '64B' and
10938            'NDRPDR' and
10939            'ETH' and
10940            'IP4FWD' and
10941            '1T1C' and
10942            'VHOST_1024' and
10943            not 'VXLAN' and
10944            not 'DOT1Q'"
10945   parameters:
10946   - "throughput"
10947   - "parent"
10948   - "tags"
10949   sort:
10950   - "not CFS_OPT"
10951   - "1VM"
10952   - "2VM"
10953   traces:
10954     hoverinfo: "x+y"
10955     boxpoints: "outliers"
10956     whiskerwidth: 0
10957   layout:
10958     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10959     layout: "plot-throughput"
10960
10961 -
10962   type: "plot"
10963   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10964   algorithm: "plot_performance_box"
10965   output-file-type: ".html"
10966   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10967   data: "plot-vpp-throughput-latency-3n-hsw"
10968   filter: "'NIC_Intel-X520-DA2' and
10969            '64B' and
10970            'NDRPDR' and
10971            'ETH' and
10972            'IP4FWD' and
10973            '2T2C' and
10974            'VHOST_1024' and
10975            not 'VXLAN' and
10976            not 'DOT1Q'"
10977   parameters:
10978   - "throughput"
10979   - "parent"
10980   - "tags"
10981   sort:
10982   - "not CFS_OPT"
10983   - "1VM"
10984   - "2VM"
10985   traces:
10986     hoverinfo: "x+y"
10987     boxpoints: "outliers"
10988     whiskerwidth: 0
10989   layout:
10990     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10991     layout: "plot-throughput"
10992
10993 -
10994   type: "plot"
10995   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10996   algorithm: "plot_performance_box"
10997   output-file-type: ".html"
10998   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10999   data: "plot-vpp-throughput-latency-3n-hsw"
11000   filter: "'NIC_Intel-X520-DA2' and
11001            '64B' and
11002            'NDRPDR' and
11003            'ETH' and
11004            'IP4FWD' and
11005            '1T1C' and
11006            'VHOST_1024' and
11007            not 'VXLAN' and
11008            not 'DOT1Q'"
11009   parameters:
11010   - "throughput"
11011   - "parent"
11012   - "tags"
11013   sort:
11014   - "not CFS_OPT"
11015   - "1VM"
11016   - "2VM"
11017   traces:
11018     hoverinfo: "x+y"
11019     boxpoints: "outliers"
11020     whiskerwidth: 0
11021   layout:
11022     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11023     layout: "plot-throughput"
11024
11025 -
11026   type: "plot"
11027   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11028   algorithm: "plot_performance_box"
11029   output-file-type: ".html"
11030   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11031   data: "plot-vpp-throughput-latency-3n-hsw"
11032   filter: "'NIC_Intel-X520-DA2' and
11033            '64B' and
11034            'NDRPDR' and
11035            'ETH' and
11036            'IP4FWD' and
11037            '2T2C' and
11038            'VHOST_1024' and
11039            not 'VXLAN' and
11040            not 'DOT1Q'"
11041   parameters:
11042   - "throughput"
11043   - "parent"
11044   - "tags"
11045   sort:
11046   - "not CFS_OPT"
11047   - "1VM"
11048   - "2VM"
11049   traces:
11050     hoverinfo: "x+y"
11051     boxpoints: "outliers"
11052     whiskerwidth: 0
11053   layout:
11054     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11055     layout: "plot-throughput"
11056
11057 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
11058 -
11059   type: "plot"
11060   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11061   algorithm: "plot_performance_box"
11062   output-file-type: ".html"
11063   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11064   data: "plot-vpp-throughput-latency-3n-hsw"
11065   filter: "'NIC_Intel-X520-DA2' and
11066            '64B' and
11067            'NDRPDR' and
11068            'ETH' and
11069            '1T1C' and
11070            'L2BDMACLRN' and
11071            'VHOST_1024' and
11072            not 'VXLAN' and
11073            not 'IP4FWD' and
11074            not 'DOT1Q' and
11075            not '2VM'"
11076   parameters:
11077   - "throughput"
11078   - "parent"
11079   - "tags"
11080   sort:
11081   - "VM"  # "not CFS_OPT"
11082   - "CFS_OPT"
11083   - "FIB_10K"
11084   - "FIB_100K"
11085   - "FIB_1M"
11086   traces:
11087     hoverinfo: "x+y"
11088     boxpoints: "outliers"
11089     whiskerwidth: 0
11090   layout:
11091     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11092     layout: "plot-throughput"
11093
11094 -
11095   type: "plot"
11096   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11097   algorithm: "plot_performance_box"
11098   output-file-type: ".html"
11099   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11100   data: "plot-vpp-throughput-latency-3n-hsw"
11101   filter: "'NIC_Intel-X520-DA2' and
11102            '64B' and
11103            'NDRPDR' and
11104            'ETH' and
11105            '2T2C' and
11106            'L2BDMACLRN' and
11107            'VHOST_1024' and
11108            not 'VXLAN' and
11109            not 'IP4FWD' and
11110            not 'DOT1Q' and
11111            not '2VM'"
11112   parameters:
11113   - "throughput"
11114   - "parent"
11115   - "tags"
11116   sort:
11117   - "VM"  # "not CFS_OPT"
11118   - "CFS_OPT"
11119   - "FIB_10K"
11120   - "FIB_100K"
11121   - "FIB_1M"
11122   traces:
11123     hoverinfo: "x+y"
11124     boxpoints: "outliers"
11125     whiskerwidth: 0
11126   layout:
11127     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11128     layout: "plot-throughput"
11129
11130 -
11131   type: "plot"
11132   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11133   algorithm: "plot_performance_box"
11134   output-file-type: ".html"
11135   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11136   data: "plot-vpp-throughput-latency-3n-hsw"
11137   filter: "'NIC_Intel-X520-DA2' and
11138            '64B' and
11139            'NDRPDR' and
11140            'ETH' and
11141            '1T1C' and
11142            'L2BDMACLRN' and
11143            'VHOST_1024' and
11144            not 'VXLAN' and
11145            not 'IP4FWD' and
11146            not 'DOT1Q' and
11147            not '2VM'"
11148   parameters:
11149   - "throughput"
11150   - "parent"
11151   - "tags"
11152   sort:
11153   - "VM"  # "not CFS_OPT"
11154   - "CFS_OPT"
11155   - "FIB_10K"
11156   - "FIB_100K"
11157   - "FIB_1M"
11158   traces:
11159     hoverinfo: "x+y"
11160     boxpoints: "outliers"
11161     whiskerwidth: 0
11162   layout:
11163     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11164     layout: "plot-throughput"
11165
11166 -
11167   type: "plot"
11168   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11169   algorithm: "plot_performance_box"
11170   output-file-type: ".html"
11171   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11172   data: "plot-vpp-throughput-latency-3n-hsw"
11173   filter: "'NIC_Intel-X520-DA2' and
11174            '64B' and
11175            'NDRPDR' and
11176            'ETH' and
11177            '2T2C' and
11178            'L2BDMACLRN' and
11179            'VHOST_1024' and
11180            not 'VXLAN' and
11181            not 'IP4FWD' and
11182            not 'DOT1Q' and
11183            not '2VM'"
11184   parameters:
11185   - "throughput"
11186   - "parent"
11187   - "tags"
11188   sort:
11189   - "VM"  # "not CFS_OPT"
11190   - "CFS_OPT"
11191   - "FIB_10K"
11192   - "FIB_100K"
11193   - "FIB_1M"
11194   traces:
11195     hoverinfo: "x+y"
11196     boxpoints: "outliers"
11197     whiskerwidth: 0
11198   layout:
11199     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11200     layout: "plot-throughput"
11201
11202 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
11203 -
11204   type: "plot"
11205   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11206   algorithm: "plot_performance_box"
11207   output-file-type: ".html"
11208   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11209   data: "plot-vpp-throughput-latency-3n-hsw"
11210   filter: "'NIC_Intel-X520-DA2' and
11211            '64B' and
11212            'NDRPDR' and
11213            'ETH' and
11214            'BASE' and
11215            '1T1C' and
11216            ('L2BDMACLRN' or 'L2XCFWD') and
11217            'VHOST_1024' and
11218            not 'VXLAN' and
11219            not 'IP4FWD' and
11220            not 'DOT1Q' and
11221            not '2VM'"
11222   parameters:
11223   - "throughput"
11224   - "parent"
11225   - "tags"
11226   sort:
11227   - "not CFS_OPT"
11228   - "L2XCFWD"
11229   - "not CFS_OPT"
11230   - "CFS_OPT"
11231   traces:
11232     hoverinfo: "x+y"
11233     boxpoints: "outliers"
11234     whiskerwidth: 0
11235   layout:
11236     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11237     layout: "plot-throughput"
11238
11239 -
11240   type: "plot"
11241   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11242   algorithm: "plot_performance_box"
11243   output-file-type: ".html"
11244   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11245   data: "plot-vpp-throughput-latency-3n-hsw"
11246   filter: "'NIC_Intel-X520-DA2' and
11247            '64B' and
11248            'NDRPDR' and
11249            'ETH' and
11250            'BASE' and
11251            '1T1C' and
11252            ('L2BDMACLRN' or 'L2XCFWD') and
11253            'VHOST_1024' and
11254            not 'VXLAN' and
11255            not 'IP4FWD' and
11256            not 'DOT1Q' and
11257            not '2VM'"
11258   parameters:
11259   - "throughput"
11260   - "parent"
11261   - "tags"
11262   sort:
11263   - "not CFS_OPT"
11264   - "L2XCFWD"
11265   - "not CFS_OPT"
11266   - "CFS_OPT"
11267   traces:
11268     hoverinfo: "x+y"
11269     boxpoints: "outliers"
11270     whiskerwidth: 0
11271   layout:
11272     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11273     layout: "plot-throughput"
11274
11275 -
11276   type: "plot"
11277   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11278   algorithm: "plot_performance_box"
11279   output-file-type: ".html"
11280   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11281   data: "plot-vpp-throughput-latency-3n-hsw"
11282   filter: "'NIC_Intel-X520-DA2' and
11283            '64B' and
11284            'NDRPDR' and
11285            'ETH' and
11286            'BASE' and
11287            '2T2C' and
11288            ('L2BDMACLRN' or 'L2XCFWD') and
11289            'VHOST_1024' and
11290            not 'VXLAN' and
11291            not 'IP4FWD' and
11292            not 'DOT1Q' and
11293            not '2VM'"
11294   parameters:
11295   - "throughput"
11296   - "parent"
11297   - "tags"
11298   sort:
11299   - "not CFS_OPT"
11300   - "L2XCFWD"
11301   - "not CFS_OPT"
11302   - "CFS_OPT"
11303   traces:
11304     hoverinfo: "x+y"
11305     boxpoints: "outliers"
11306     whiskerwidth: 0
11307   layout:
11308     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11309     layout: "plot-throughput"
11310
11311 -
11312   type: "plot"
11313   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11314   algorithm: "plot_performance_box"
11315   output-file-type: ".html"
11316   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11317   data: "plot-vpp-throughput-latency-3n-hsw"
11318   filter: "'NIC_Intel-X520-DA2' and
11319            '64B' and
11320            'NDRPDR' and
11321            'ETH' and
11322            'BASE' and
11323            '2T2C' and
11324            ('L2BDMACLRN' or 'L2XCFWD') and
11325            'VHOST_1024' and
11326            not 'VXLAN' and
11327            not 'IP4FWD' and
11328            not 'DOT1Q' and
11329            not '2VM'"
11330   parameters:
11331   - "throughput"
11332   - "parent"
11333   - "tags"
11334   sort:
11335   - "not CFS_OPT"
11336   - "L2XCFWD"
11337   - "not CFS_OPT"
11338   - "CFS_OPT"
11339   traces:
11340     hoverinfo: "x+y"
11341     boxpoints: "outliers"
11342     whiskerwidth: 0
11343   layout:
11344     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11345     layout: "plot-throughput"
11346
11347 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
11348 -
11349   type: "plot"
11350   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11351   algorithm: "plot_performance_box"
11352   output-file-type: ".html"
11353   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11354   data: "plot-vpp-throughput-latency-3n-hsw"
11355   filter: "'NIC_Intel-X520-DA2' and
11356            '64B' and
11357            'NDRPDR' and
11358            'ETH' and
11359            '1T1C' and
11360            ('L2BDMACLRN' or 'L2XCFWD') and
11361            'VHOST_1024' and
11362            not 'CFS_OPT' and
11363            not 'VXLAN' and
11364            not 'IP4FWD' and
11365            not 'DOT1Q'"
11366   parameters:
11367   - "throughput"
11368   - "parent"
11369   - "tags"
11370   sort:
11371   - "1VM"
11372   - "L2XCFWD"
11373   - "1VM"
11374   - "L2BDMACLRN"
11375   traces:
11376     hoverinfo: "x+y"
11377     boxpoints: "outliers"
11378     whiskerwidth: 0
11379   layout:
11380     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11381     layout: "plot-throughput"
11382
11383 -
11384   type: "plot"
11385   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11386   algorithm: "plot_performance_box"
11387   output-file-type: ".html"
11388   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11389   data: "plot-vpp-throughput-latency-3n-hsw"
11390   filter: "'NIC_Intel-X520-DA2' and
11391            '64B' and
11392            'NDRPDR' and
11393            'ETH' and
11394            '1T1C' and
11395            ('L2BDMACLRN' or 'L2XCFWD') and
11396            'VHOST_1024' and
11397            not 'CFS_OPT' and
11398            not 'VXLAN' and
11399            not 'IP4FWD' and
11400            not 'DOT1Q'"
11401   parameters:
11402   - "throughput"
11403   - "parent"
11404   - "tags"
11405   sort:
11406   - "1VM"
11407   - "L2XCFWD"
11408   - "1VM"
11409   - "L2BDMACLRN"
11410   traces:
11411     hoverinfo: "x+y"
11412     boxpoints: "outliers"
11413     whiskerwidth: 0
11414   layout:
11415     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11416     layout: "plot-throughput"
11417
11418 -
11419   type: "plot"
11420   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11421   algorithm: "plot_performance_box"
11422   output-file-type: ".html"
11423   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11424   data: "plot-vpp-throughput-latency-3n-hsw"
11425   filter: "'NIC_Intel-X520-DA2' and
11426            '64B' and
11427            'NDRPDR' and
11428            'ETH' and
11429            '2T2C' and
11430            ('L2BDMACLRN' or 'L2XCFWD') and
11431            'VHOST_1024' and
11432            not 'CFS_OPT' and
11433            not 'VXLAN' and
11434            not 'IP4FWD' and
11435            not 'DOT1Q'"
11436   parameters:
11437   - "throughput"
11438   - "parent"
11439   - "tags"
11440   sort:
11441   - "1VM"
11442   - "L2XCFWD"
11443   - "1VM"
11444   - "L2BDMACLRN"
11445   traces:
11446     hoverinfo: "x+y"
11447     boxpoints: "outliers"
11448     whiskerwidth: 0
11449   layout:
11450     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11451     layout: "plot-throughput"
11452
11453 -
11454   type: "plot"
11455   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11456   algorithm: "plot_performance_box"
11457   output-file-type: ".html"
11458   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11459   data: "plot-vpp-throughput-latency-3n-hsw"
11460   filter: "'NIC_Intel-X520-DA2' and
11461            '64B' and
11462            'NDRPDR' and
11463            'ETH' and
11464            '2T2C' and
11465            ('L2BDMACLRN' or 'L2XCFWD') and
11466            'VHOST_1024' and
11467            not 'CFS_OPT' and
11468            not 'VXLAN' and
11469            not 'IP4FWD' and
11470            not 'DOT1Q'"
11471   parameters:
11472   - "throughput"
11473   - "parent"
11474   - "tags"
11475   sort:
11476   - "1VM"
11477   - "L2XCFWD"
11478   - "1VM"
11479   - "L2BDMACLRN"
11480   traces:
11481     hoverinfo: "x+y"
11482     boxpoints: "outliers"
11483     whiskerwidth: 0
11484   layout:
11485     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11486     layout: "plot-throughput"
11487
11488 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
11489 -
11490   type: "plot"
11491   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11492   algorithm: "plot_performance_box"
11493   output-file-type: ".html"
11494   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11495   data: "plot-vpp-throughput-latency-3n-hsw"
11496   filter: "'NIC_Intel-X710' and
11497            '64B' and
11498            'NDRPDR' and
11499            'ETH' and
11500            'IP4FWD' and
11501            '1T1C' and
11502            'VHOST_1024' and
11503            not 'VXLAN' and
11504            not 'DOT1Q'"
11505   parameters:
11506   - "throughput"
11507   - "parent"
11508   - "tags"
11509   sort:
11510   - "not CFS_OPT"
11511   - "1VM"
11512   - "2VM"
11513   traces:
11514     hoverinfo: "x+y"
11515     boxpoints: "outliers"
11516     whiskerwidth: 0
11517   layout:
11518     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11519     layout: "plot-throughput"
11520
11521 -
11522   type: "plot"
11523   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11524   algorithm: "plot_performance_box"
11525   output-file-type: ".html"
11526   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11527   data: "plot-vpp-throughput-latency-3n-hsw"
11528   filter: "'NIC_Intel-X710' and
11529            '64B' and
11530            'NDRPDR' and
11531            'ETH' and
11532            'IP4FWD' and
11533            '2T2C' and
11534            'VHOST_1024' and
11535            not 'VXLAN' and
11536            not 'DOT1Q'"
11537   parameters:
11538   - "throughput"
11539   - "parent"
11540   - "tags"
11541   sort:
11542   - "not CFS_OPT"
11543   - "1VM"
11544   - "2VM"
11545   traces:
11546     hoverinfo: "x+y"
11547     boxpoints: "outliers"
11548     whiskerwidth: 0
11549   layout:
11550     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11551     layout: "plot-throughput"
11552
11553 -
11554   type: "plot"
11555   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11556   algorithm: "plot_performance_box"
11557   output-file-type: ".html"
11558   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11559   data: "plot-vpp-throughput-latency-3n-hsw"
11560   filter: "'NIC_Intel-X710' and
11561            '64B' and
11562            'NDRPDR' and
11563            'ETH' and
11564            'IP4FWD' and
11565            '1T1C' and
11566            'VHOST_1024' and
11567            not 'VXLAN' and
11568            not 'DOT1Q'"
11569   parameters:
11570   - "throughput"
11571   - "parent"
11572   - "tags"
11573   sort:
11574   - "not CFS_OPT"
11575   - "1VM"
11576   - "2VM"
11577   traces:
11578     hoverinfo: "x+y"
11579     boxpoints: "outliers"
11580     whiskerwidth: 0
11581   layout:
11582     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11583     layout: "plot-throughput"
11584
11585 -
11586   type: "plot"
11587   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11588   algorithm: "plot_performance_box"
11589   output-file-type: ".html"
11590   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11591   data: "plot-vpp-throughput-latency-3n-hsw"
11592   filter: "'NIC_Intel-X710' and
11593            '64B' and
11594            'NDRPDR' and
11595            'ETH' and
11596            'IP4FWD' and
11597            '2T2C' and
11598            'VHOST_1024' and
11599            not 'VXLAN' and
11600            not 'DOT1Q'"
11601   parameters:
11602   - "throughput"
11603   - "parent"
11604   - "tags"
11605   sort:
11606   - "not CFS_OPT"
11607   - "1VM"
11608   - "2VM"
11609   traces:
11610     hoverinfo: "x+y"
11611     boxpoints: "outliers"
11612     whiskerwidth: 0
11613   layout:
11614     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11615     layout: "plot-throughput"
11616
11617 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
11618 -
11619   type: "plot"
11620   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11621   algorithm: "plot_performance_box"
11622   output-file-type: ".html"
11623   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11624   data: "plot-vpp-throughput-latency-3n-hsw"
11625   filter: "'NIC_Intel-X710' and
11626            '64B' and
11627            'NDRPDR' and
11628            'ETH' and
11629            '1T1C' and
11630            'L2BDMACLRN' and
11631            'VHOST_1024' and
11632            not 'VXLAN' and
11633            not 'IP4FWD' and
11634            not 'DOT1Q' and
11635            not '2VM'"
11636   parameters:
11637   - "throughput"
11638   - "parent"
11639   - "tags"
11640   sort:
11641   - "VM"  # "not CFS_OPT"
11642   - "CFS_OPT"
11643   - "FIB_10K"
11644   - "FIB_100K"
11645   - "FIB_1M"
11646   traces:
11647     hoverinfo: "x+y"
11648     boxpoints: "outliers"
11649     whiskerwidth: 0
11650   layout:
11651     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11652     layout: "plot-throughput"
11653
11654 -
11655   type: "plot"
11656   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11657   algorithm: "plot_performance_box"
11658   output-file-type: ".html"
11659   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11660   data: "plot-vpp-throughput-latency-3n-hsw"
11661   filter: "'NIC_Intel-X710' and
11662            '64B' and
11663            'NDRPDR' and
11664            'ETH' and
11665            '2T2C' and
11666            'L2BDMACLRN' and
11667            'VHOST_1024' and
11668            not 'VXLAN' and
11669            not 'IP4FWD' and
11670            not 'DOT1Q' and
11671            not '2VM'"
11672   parameters:
11673   - "throughput"
11674   - "parent"
11675   - "tags"
11676   sort:
11677   - "VM"  # "not CFS_OPT"
11678   - "CFS_OPT"
11679   - "FIB_10K"
11680   - "FIB_100K"
11681   - "FIB_1M"
11682   traces:
11683     hoverinfo: "x+y"
11684     boxpoints: "outliers"
11685     whiskerwidth: 0
11686   layout:
11687     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11688     layout: "plot-throughput"
11689
11690 -
11691   type: "plot"
11692   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11693   algorithm: "plot_performance_box"
11694   output-file-type: ".html"
11695   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11696   data: "plot-vpp-throughput-latency-3n-hsw"
11697   filter: "'NIC_Intel-X710' and
11698            '64B' and
11699            'NDRPDR' and
11700            'ETH' and
11701            '1T1C' and
11702            'L2BDMACLRN' and
11703            'VHOST_1024' and
11704            not 'VXLAN' and
11705            not 'IP4FWD' and
11706            not 'DOT1Q' and
11707            not '2VM'"
11708   parameters:
11709   - "throughput"
11710   - "parent"
11711   - "tags"
11712   sort:
11713   - "VM"  # "not CFS_OPT"
11714   - "CFS_OPT"
11715   - "FIB_10K"
11716   - "FIB_100K"
11717   - "FIB_1M"
11718   traces:
11719     hoverinfo: "x+y"
11720     boxpoints: "outliers"
11721     whiskerwidth: 0
11722   layout:
11723     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11724     layout: "plot-throughput"
11725
11726 -
11727   type: "plot"
11728   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11729   algorithm: "plot_performance_box"
11730   output-file-type: ".html"
11731   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11732   data: "plot-vpp-throughput-latency-3n-hsw"
11733   filter: "'NIC_Intel-X710' and
11734            '64B' and
11735            'NDRPDR' and
11736            'ETH' and
11737            '2T2C' and
11738            'L2BDMACLRN' and
11739            'VHOST_1024' and
11740            not 'VXLAN' and
11741            not 'IP4FWD' and
11742            not 'DOT1Q' and
11743            not '2VM'"
11744   parameters:
11745   - "throughput"
11746   - "parent"
11747   - "tags"
11748   sort:
11749   - "VM"  # "not CFS_OPT"
11750   - "CFS_OPT"
11751   - "FIB_10K"
11752   - "FIB_100K"
11753   - "FIB_1M"
11754   traces:
11755     hoverinfo: "x+y"
11756     boxpoints: "outliers"
11757     whiskerwidth: 0
11758   layout:
11759     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11760     layout: "plot-throughput"
11761
11762 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
11763 -
11764   type: "plot"
11765   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11766   algorithm: "plot_performance_box"
11767   output-file-type: ".html"
11768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11769   data: "plot-vpp-throughput-latency-3n-hsw"
11770   filter: "'NIC_Intel-X710' and
11771            '64B' and
11772            'NDRPDR' and
11773            'ETH' and
11774            'BASE' and
11775            '1T1C' and
11776            ('L2BDMACLRN' or 'L2XCFWD') and
11777            'VHOST_1024' and
11778            not 'VXLAN' and
11779            not 'IP4FWD' and
11780            not 'DOT1Q' and
11781            not '2VM'"
11782   parameters:
11783   - "throughput"
11784   - "parent"
11785   - "tags"
11786   sort:
11787   - "not CFS_OPT"
11788   - "L2XCFWD"
11789   - "not CFS_OPT"
11790   - "CFS_OPT"
11791   traces:
11792     hoverinfo: "x+y"
11793     boxpoints: "outliers"
11794     whiskerwidth: 0
11795   layout:
11796     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11797     layout: "plot-throughput"
11798
11799 -
11800   type: "plot"
11801   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11802   algorithm: "plot_performance_box"
11803   output-file-type: ".html"
11804   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11805   data: "plot-vpp-throughput-latency-3n-hsw"
11806   filter: "'NIC_Intel-X710' and
11807            '64B' and
11808            'NDRPDR' and
11809            'ETH' and
11810            'BASE' and
11811            '1T1C' and
11812            ('L2BDMACLRN' or 'L2XCFWD') and
11813            'VHOST_1024' and
11814            not 'VXLAN' and
11815            not 'IP4FWD' and
11816            not 'DOT1Q' and
11817            not '2VM'"
11818   parameters:
11819   - "throughput"
11820   - "parent"
11821   - "tags"
11822   sort:
11823   - "not CFS_OPT"
11824   - "L2XCFWD"
11825   - "not CFS_OPT"
11826   - "CFS_OPT"
11827   traces:
11828     hoverinfo: "x+y"
11829     boxpoints: "outliers"
11830     whiskerwidth: 0
11831   layout:
11832     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11833     layout: "plot-throughput"
11834
11835 -
11836   type: "plot"
11837   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11838   algorithm: "plot_performance_box"
11839   output-file-type: ".html"
11840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11841   data: "plot-vpp-throughput-latency-3n-hsw"
11842   filter: "'NIC_Intel-X710' and
11843            '64B' and
11844            'NDRPDR' and
11845            'ETH' and
11846            'BASE' and
11847            '2T2C' and
11848            ('L2BDMACLRN' or 'L2XCFWD') and
11849            'VHOST_1024' and
11850            not 'VXLAN' and
11851            not 'IP4FWD' and
11852            not 'DOT1Q' and
11853            not '2VM'"
11854   parameters:
11855   - "throughput"
11856   - "parent"
11857   - "tags"
11858   sort:
11859   - "not CFS_OPT"
11860   - "L2XCFWD"
11861   - "not CFS_OPT"
11862   - "CFS_OPT"
11863   traces:
11864     hoverinfo: "x+y"
11865     boxpoints: "outliers"
11866     whiskerwidth: 0
11867   layout:
11868     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11869     layout: "plot-throughput"
11870
11871 -
11872   type: "plot"
11873   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11874   algorithm: "plot_performance_box"
11875   output-file-type: ".html"
11876   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11877   data: "plot-vpp-throughput-latency-3n-hsw"
11878   filter: "'NIC_Intel-X710' and
11879            '64B' and
11880            'NDRPDR' and
11881            'ETH' and
11882            'BASE' and
11883            '2T2C' and
11884            ('L2BDMACLRN' or 'L2XCFWD') and
11885            'VHOST_1024' and
11886            not 'VXLAN' and
11887            not 'IP4FWD' and
11888            not 'DOT1Q' and
11889            not '2VM'"
11890   parameters:
11891   - "throughput"
11892   - "parent"
11893   - "tags"
11894   sort:
11895   - "not CFS_OPT"
11896   - "L2XCFWD"
11897   - "not CFS_OPT"
11898   - "CFS_OPT"
11899   traces:
11900     hoverinfo: "x+y"
11901     boxpoints: "outliers"
11902     whiskerwidth: 0
11903   layout:
11904     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11905     layout: "plot-throughput"
11906
11907 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
11908 -
11909   type: "plot"
11910   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11911   algorithm: "plot_performance_box"
11912   output-file-type: ".html"
11913   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11914   data: "plot-vpp-throughput-latency-3n-hsw"
11915   filter: "'NIC_Intel-X710' and
11916            '64B' and
11917            'NDRPDR' and
11918            'ETH' and
11919            '1T1C' and
11920            ('L2BDMACLRN' or 'L2XCFWD') and
11921            'VHOST_1024' and
11922            not 'CFS_OPT' and
11923            not 'VXLAN' and
11924            not 'IP4FWD' and
11925            not 'DOT1Q'"
11926   parameters:
11927   - "throughput"
11928   - "parent"
11929   - "tags"
11930   sort:
11931   - "1VM"
11932   - "L2XCFWD"
11933   - "1VM"
11934   - "L2BDMACLRN"
11935   traces:
11936     hoverinfo: "x+y"
11937     boxpoints: "outliers"
11938     whiskerwidth: 0
11939   layout:
11940     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11941     layout: "plot-throughput"
11942
11943 -
11944   type: "plot"
11945   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11946   algorithm: "plot_performance_box"
11947   output-file-type: ".html"
11948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11949   data: "plot-vpp-throughput-latency-3n-hsw"
11950   filter: "'NIC_Intel-X710' and
11951            '64B' and
11952            'NDRPDR' and
11953            'ETH' and
11954            '1T1C' and
11955            ('L2BDMACLRN' or 'L2XCFWD') and
11956            'VHOST_1024' and
11957            not 'CFS_OPT' and
11958            not 'VXLAN' and
11959            not 'IP4FWD' and
11960            not 'DOT1Q'"
11961   parameters:
11962   - "throughput"
11963   - "parent"
11964   - "tags"
11965   sort:
11966   - "1VM"
11967   - "L2XCFWD"
11968   - "1VM"
11969   - "L2BDMACLRN"
11970   traces:
11971     hoverinfo: "x+y"
11972     boxpoints: "outliers"
11973     whiskerwidth: 0
11974   layout:
11975     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11976     layout: "plot-throughput"
11977
11978 -
11979   type: "plot"
11980   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11981   algorithm: "plot_performance_box"
11982   output-file-type: ".html"
11983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11984   data: "plot-vpp-throughput-latency-3n-hsw"
11985   filter: "'NIC_Intel-X710' and
11986            '64B' and
11987            'NDRPDR' and
11988            'ETH' and
11989            '2T2C' and
11990            ('L2BDMACLRN' or 'L2XCFWD') and
11991            'VHOST_1024' and
11992            not 'CFS_OPT' and
11993            not 'VXLAN' and
11994            not 'IP4FWD' and
11995            not 'DOT1Q'"
11996   parameters:
11997   - "throughput"
11998   - "parent"
11999   - "tags"
12000   sort:
12001   - "1VM"
12002   - "L2XCFWD"
12003   - "1VM"
12004   - "L2BDMACLRN"
12005   traces:
12006     hoverinfo: "x+y"
12007     boxpoints: "outliers"
12008     whiskerwidth: 0
12009   layout:
12010     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
12011     layout: "plot-throughput"
12012
12013 -
12014   type: "plot"
12015   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12016   algorithm: "plot_performance_box"
12017   output-file-type: ".html"
12018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12019   data: "plot-vpp-throughput-latency-3n-hsw"
12020   filter: "'NIC_Intel-X710' and
12021            '64B' and
12022            'NDRPDR' and
12023            'ETH' and
12024            '2T2C' and
12025            ('L2BDMACLRN' or 'L2XCFWD') and
12026            'VHOST_1024' and
12027            not 'CFS_OPT' and
12028            not 'VXLAN' and
12029            not 'IP4FWD' and
12030            not 'DOT1Q'"
12031   parameters:
12032   - "throughput"
12033   - "parent"
12034   - "tags"
12035   sort:
12036   - "1VM"
12037   - "L2XCFWD"
12038   - "1VM"
12039   - "L2BDMACLRN"
12040   traces:
12041     hoverinfo: "x+y"
12042     boxpoints: "outliers"
12043     whiskerwidth: 0
12044   layout:
12045     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12046     layout: "plot-throughput"
12047
12048 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
12049 -
12050   type: "plot"
12051   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12052   algorithm: "plot_performance_box"
12053   output-file-type: ".html"
12054   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12055   data: "plot-vpp-throughput-latency-3n-hsw"
12056   filter: "'NIC_Intel-XL710' and
12057            '64B' and
12058            'NDRPDR' and
12059            'ETH' and
12060            'IP4FWD' and
12061            '1T1C' and
12062            'VHOST_1024' and
12063            not 'VXLAN' and
12064            not 'DOT1Q'"
12065   parameters:
12066   - "throughput"
12067   - "parent"
12068   - "tags"
12069   sort:
12070   - "not CFS_OPT"
12071   - "1VM"
12072   - "2VM"
12073   traces:
12074     hoverinfo: "x+y"
12075     boxpoints: "outliers"
12076     whiskerwidth: 0
12077   layout:
12078     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12079     layout: "plot-throughput"
12080
12081 -
12082   type: "plot"
12083   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12084   algorithm: "plot_performance_box"
12085   output-file-type: ".html"
12086   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12087   data: "plot-vpp-throughput-latency-3n-hsw"
12088   filter: "'NIC_Intel-XL710' and
12089            '64B' and
12090            'NDRPDR' and
12091            'ETH' and
12092            'IP4FWD' and
12093            '2T2C' and
12094            'VHOST_1024' and
12095            not 'VXLAN' and
12096            not 'DOT1Q'"
12097   parameters:
12098   - "throughput"
12099   - "parent"
12100   - "tags"
12101   sort:
12102   - "not CFS_OPT"
12103   - "1VM"
12104   - "2VM"
12105   traces:
12106     hoverinfo: "x+y"
12107     boxpoints: "outliers"
12108     whiskerwidth: 0
12109   layout:
12110     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12111     layout: "plot-throughput"
12112
12113 -
12114   type: "plot"
12115   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12116   algorithm: "plot_performance_box"
12117   output-file-type: ".html"
12118   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12119   data: "plot-vpp-throughput-latency-3n-hsw"
12120   filter: "'NIC_Intel-XL710' and
12121            '64B' and
12122            'NDRPDR' and
12123            'ETH' and
12124            'IP4FWD' and
12125            '1T1C' and
12126            'VHOST_1024' and
12127            not 'VXLAN' and
12128            not 'DOT1Q'"
12129   parameters:
12130   - "throughput"
12131   - "parent"
12132   - "tags"
12133   sort:
12134   - "not CFS_OPT"
12135   - "1VM"
12136   - "2VM"
12137   traces:
12138     hoverinfo: "x+y"
12139     boxpoints: "outliers"
12140     whiskerwidth: 0
12141   layout:
12142     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12143     layout: "plot-throughput"
12144
12145 -
12146   type: "plot"
12147   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12148   algorithm: "plot_performance_box"
12149   output-file-type: ".html"
12150   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12151   data: "plot-vpp-throughput-latency-3n-hsw"
12152   filter: "'NIC_Intel-XL710' and
12153            '64B' and
12154            'NDRPDR' and
12155            'ETH' and
12156            'IP4FWD' and
12157            '2T2C' and
12158            'VHOST_1024' and
12159            not 'VXLAN' and
12160            not 'DOT1Q'"
12161   parameters:
12162   - "throughput"
12163   - "parent"
12164   - "tags"
12165   sort:
12166   - "not CFS_OPT"
12167   - "1VM"
12168   - "2VM"
12169   traces:
12170     hoverinfo: "x+y"
12171     boxpoints: "outliers"
12172     whiskerwidth: 0
12173   layout:
12174     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12175     layout: "plot-throughput"
12176
12177 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
12178 -
12179   type: "plot"
12180   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12181   algorithm: "plot_performance_box"
12182   output-file-type: ".html"
12183   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12184   data: "plot-vpp-throughput-latency-3n-hsw"
12185   filter: "'NIC_Intel-XL710' and
12186            '64B' and
12187            'NDRPDR' and
12188            'ETH' and
12189            '1T1C' and
12190            'L2BDMACLRN' and
12191            'VHOST_1024' and
12192            not 'VXLAN' and
12193            not 'IP4FWD' and
12194            not 'DOT1Q' and
12195            not '2VM'"
12196   parameters:
12197   - "throughput"
12198   - "parent"
12199   - "tags"
12200   sort:
12201   - "VM"  # "not CFS_OPT"
12202   - "CFS_OPT"
12203   - "FIB_10K"
12204   - "FIB_100K"
12205   - "FIB_1M"
12206   traces:
12207     hoverinfo: "x+y"
12208     boxpoints: "outliers"
12209     whiskerwidth: 0
12210   layout:
12211     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12212     layout: "plot-throughput"
12213
12214 -
12215   type: "plot"
12216   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12217   algorithm: "plot_performance_box"
12218   output-file-type: ".html"
12219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12220   data: "plot-vpp-throughput-latency-3n-hsw"
12221   filter: "'NIC_Intel-XL710' and
12222            '64B' and
12223            'NDRPDR' and
12224            'ETH' and
12225            '2T2C' and
12226            'L2BDMACLRN' and
12227            'VHOST_1024' and
12228            not 'VXLAN' and
12229            not 'IP4FWD' and
12230            not 'DOT1Q' and
12231            not '2VM'"
12232   parameters:
12233   - "throughput"
12234   - "parent"
12235   - "tags"
12236   sort:
12237   - "VM"  # "not CFS_OPT"
12238   - "CFS_OPT"
12239   - "FIB_10K"
12240   - "FIB_100K"
12241   - "FIB_1M"
12242   traces:
12243     hoverinfo: "x+y"
12244     boxpoints: "outliers"
12245     whiskerwidth: 0
12246   layout:
12247     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12248     layout: "plot-throughput"
12249
12250 -
12251   type: "plot"
12252   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12253   algorithm: "plot_performance_box"
12254   output-file-type: ".html"
12255   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12256   data: "plot-vpp-throughput-latency-3n-hsw"
12257   filter: "'NIC_Intel-XL710' and
12258            '64B' and
12259            'NDRPDR' and
12260            'ETH' and
12261            '1T1C' and
12262            'L2BDMACLRN' and
12263            'VHOST_1024' and
12264            not 'VXLAN' and
12265            not 'IP4FWD' and
12266            not 'DOT1Q' and
12267            not '2VM'"
12268   parameters:
12269   - "throughput"
12270   - "parent"
12271   - "tags"
12272   sort:
12273   - "VM"  # "not CFS_OPT"
12274   - "CFS_OPT"
12275   - "FIB_10K"
12276   - "FIB_100K"
12277   - "FIB_1M"
12278   traces:
12279     hoverinfo: "x+y"
12280     boxpoints: "outliers"
12281     whiskerwidth: 0
12282   layout:
12283     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12284     layout: "plot-throughput"
12285
12286 -
12287   type: "plot"
12288   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12289   algorithm: "plot_performance_box"
12290   output-file-type: ".html"
12291   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12292   data: "plot-vpp-throughput-latency-3n-hsw"
12293   filter: "'NIC_Intel-XL710' and
12294            '64B' and
12295            'NDRPDR' and
12296            'ETH' and
12297            '2T2C' and
12298            'L2BDMACLRN' and
12299            'VHOST_1024' and
12300            not 'VXLAN' and
12301            not 'IP4FWD' and
12302            not 'DOT1Q' and
12303            not '2VM'"
12304   parameters:
12305   - "throughput"
12306   - "parent"
12307   - "tags"
12308   sort:
12309   - "VM"  # "not CFS_OPT"
12310   - "CFS_OPT"
12311   - "FIB_10K"
12312   - "FIB_100K"
12313   - "FIB_1M"
12314   traces:
12315     hoverinfo: "x+y"
12316     boxpoints: "outliers"
12317     whiskerwidth: 0
12318   layout:
12319     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12320     layout: "plot-throughput"
12321
12322 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
12323 -
12324   type: "plot"
12325   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12326   algorithm: "plot_performance_box"
12327   output-file-type: ".html"
12328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12329   data: "plot-vpp-throughput-latency-3n-hsw"
12330   filter: "'NIC_Intel-XL710' and
12331            '64B' and
12332            'NDRPDR' and
12333            'ETH' and
12334            'BASE' and
12335            '1T1C' and
12336            ('L2BDMACLRN' or 'L2XCFWD') and
12337            'VHOST_1024' and
12338            not 'VXLAN' and
12339            not 'IP4FWD' and
12340            not 'DOT1Q' and
12341            not '2VM'"
12342   parameters:
12343   - "throughput"
12344   - "parent"
12345   - "tags"
12346   sort:
12347   - "not CFS_OPT"
12348   - "L2XCFWD"
12349   - "not CFS_OPT"
12350   - "CFS_OPT"
12351   traces:
12352     hoverinfo: "x+y"
12353     boxpoints: "outliers"
12354     whiskerwidth: 0
12355   layout:
12356     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12357     layout: "plot-throughput"
12358
12359 -
12360   type: "plot"
12361   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12362   algorithm: "plot_performance_box"
12363   output-file-type: ".html"
12364   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12365   data: "plot-vpp-throughput-latency-3n-hsw"
12366   filter: "'NIC_Intel-XL710' and
12367            '64B' and
12368            'NDRPDR' and
12369            'ETH' and
12370            'BASE' and
12371            '1T1C' and
12372            ('L2BDMACLRN' or 'L2XCFWD') and
12373            'VHOST_1024' and
12374            not 'VXLAN' and
12375            not 'IP4FWD' and
12376            not 'DOT1Q' and
12377            not '2VM'"
12378   parameters:
12379   - "throughput"
12380   - "parent"
12381   - "tags"
12382   sort:
12383   - "not CFS_OPT"
12384   - "L2XCFWD"
12385   - "not CFS_OPT"
12386   - "CFS_OPT"
12387   traces:
12388     hoverinfo: "x+y"
12389     boxpoints: "outliers"
12390     whiskerwidth: 0
12391   layout:
12392     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12393     layout: "plot-throughput"
12394
12395 -
12396   type: "plot"
12397   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12398   algorithm: "plot_performance_box"
12399   output-file-type: ".html"
12400   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12401   data: "plot-vpp-throughput-latency-3n-hsw"
12402   filter: "'NIC_Intel-XL710' and
12403            '64B' and
12404            'NDRPDR' and
12405            'ETH' and
12406            'BASE' and
12407            '2T2C' and
12408            ('L2BDMACLRN' or 'L2XCFWD') and
12409            'VHOST_1024' and
12410            not 'VXLAN' and
12411            not 'IP4FWD' and
12412            not 'DOT1Q' and
12413            not '2VM'"
12414   parameters:
12415   - "throughput"
12416   - "parent"
12417   - "tags"
12418   sort:
12419   - "not CFS_OPT"
12420   - "L2XCFWD"
12421   - "not CFS_OPT"
12422   - "CFS_OPT"
12423   traces:
12424     hoverinfo: "x+y"
12425     boxpoints: "outliers"
12426     whiskerwidth: 0
12427   layout:
12428     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12429     layout: "plot-throughput"
12430
12431 -
12432   type: "plot"
12433   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12434   algorithm: "plot_performance_box"
12435   output-file-type: ".html"
12436   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12437   data: "plot-vpp-throughput-latency-3n-hsw"
12438   filter: "'NIC_Intel-XL710' and
12439            '64B' and
12440            'NDRPDR' and
12441            'ETH' and
12442            'BASE' and
12443            '2T2C' and
12444            ('L2BDMACLRN' or 'L2XCFWD') and
12445            'VHOST_1024' and
12446            not 'VXLAN' and
12447            not 'IP4FWD' and
12448            not 'DOT1Q' and
12449            not '2VM'"
12450   parameters:
12451   - "throughput"
12452   - "parent"
12453   - "tags"
12454   sort:
12455   - "not CFS_OPT"
12456   - "L2XCFWD"
12457   - "not CFS_OPT"
12458   - "CFS_OPT"
12459   traces:
12460     hoverinfo: "x+y"
12461     boxpoints: "outliers"
12462     whiskerwidth: 0
12463   layout:
12464     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12465     layout: "plot-throughput"
12466
12467 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
12468 -
12469   type: "plot"
12470   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12471   algorithm: "plot_performance_box"
12472   output-file-type: ".html"
12473   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12474   data: "plot-vpp-throughput-latency-3n-hsw"
12475   filter: "'NIC_Intel-XL710' and
12476            '64B' and
12477            'NDRPDR' and
12478            'ETH' and
12479            '1T1C' and
12480            ('L2BDMACLRN' or 'L2XCFWD') and
12481            'VHOST_1024' and
12482            not 'CFS_OPT' and
12483            not 'VXLAN' and
12484            not 'IP4FWD' and
12485            not 'DOT1Q'"
12486   parameters:
12487   - "throughput"
12488   - "parent"
12489   - "tags"
12490   sort:
12491   - "1VM"
12492   - "L2XCFWD"
12493   - "1VM"
12494   - "L2BDMACLRN"
12495   traces:
12496     hoverinfo: "x+y"
12497     boxpoints: "outliers"
12498     whiskerwidth: 0
12499   layout:
12500     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12501     layout: "plot-throughput"
12502
12503 -
12504   type: "plot"
12505   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12506   algorithm: "plot_performance_box"
12507   output-file-type: ".html"
12508   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12509   data: "plot-vpp-throughput-latency-3n-hsw"
12510   filter: "'NIC_Intel-XL710' and
12511            '64B' and
12512            'NDRPDR' and
12513            'ETH' and
12514            '1T1C' and
12515            ('L2BDMACLRN' or 'L2XCFWD') and
12516            'VHOST_1024' and
12517            not 'CFS_OPT' and
12518            not 'VXLAN' and
12519            not 'IP4FWD' and
12520            not 'DOT1Q'"
12521   parameters:
12522   - "throughput"
12523   - "parent"
12524   - "tags"
12525   sort:
12526   - "1VM"
12527   - "L2XCFWD"
12528   - "1VM"
12529   - "L2BDMACLRN"
12530   traces:
12531     hoverinfo: "x+y"
12532     boxpoints: "outliers"
12533     whiskerwidth: 0
12534   layout:
12535     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12536     layout: "plot-throughput"
12537
12538 -
12539   type: "plot"
12540   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12541   algorithm: "plot_performance_box"
12542   output-file-type: ".html"
12543   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12544   data: "plot-vpp-throughput-latency-3n-hsw"
12545   filter: "'NIC_Intel-XL710' and
12546            '64B' and
12547            'NDRPDR' and
12548            'ETH' and
12549            '2T2C' and
12550            ('L2BDMACLRN' or 'L2XCFWD') and
12551            'VHOST_1024' and
12552            not 'CFS_OPT' and
12553            not 'VXLAN' and
12554            not 'IP4FWD' and
12555            not 'DOT1Q'"
12556   parameters:
12557   - "throughput"
12558   - "parent"
12559   - "tags"
12560   sort:
12561   - "1VM"
12562   - "L2XCFWD"
12563   - "1VM"
12564   - "L2BDMACLRN"
12565   traces:
12566     hoverinfo: "x+y"
12567     boxpoints: "outliers"
12568     whiskerwidth: 0
12569   layout:
12570     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12571     layout: "plot-throughput"
12572
12573 -
12574   type: "plot"
12575   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12576   algorithm: "plot_performance_box"
12577   output-file-type: ".html"
12578   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12579   data: "plot-vpp-throughput-latency-3n-hsw"
12580   filter: "'NIC_Intel-XL710' and
12581            '64B' and
12582            'NDRPDR' and
12583            'ETH' and
12584            '2T2C' and
12585            ('L2BDMACLRN' or 'L2XCFWD') and
12586            'VHOST_1024' and
12587            not 'CFS_OPT' and
12588            not 'VXLAN' and
12589            not 'IP4FWD' and
12590            not 'DOT1Q'"
12591   parameters:
12592   - "throughput"
12593   - "parent"
12594   - "tags"
12595   sort:
12596   - "1VM"
12597   - "L2XCFWD"
12598   - "1VM"
12599   - "L2BDMACLRN"
12600   traces:
12601     hoverinfo: "x+y"
12602     boxpoints: "outliers"
12603     whiskerwidth: 0
12604   layout:
12605     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12606     layout: "plot-throughput"
12607
12608 # Packet Throughput - VPP vhost ip4 3n-skx-x710
12609 -
12610   type: "plot"
12611   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12612   algorithm: "plot_performance_box"
12613   output-file-type: ".html"
12614   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12615   data: "plot-vpp-throughput-latency-3n-skx"
12616   filter: "'NIC_Intel-X710' and
12617            '64B' and
12618            'NDRPDR' and
12619            'ETH' and
12620            'IP4FWD' and
12621            '2T1C' and
12622            'VHOST_1024' and
12623            not 'VXLAN' and
12624            not 'DOT1Q'"
12625   parameters:
12626   - "throughput"
12627   - "parent"
12628   - "tags"
12629   sort:
12630   - "not CFS_OPT"
12631   - "1VM"
12632   - "2VM"
12633   traces:
12634     hoverinfo: "x+y"
12635     boxpoints: "outliers"
12636     whiskerwidth: 0
12637   layout:
12638     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12639     layout: "plot-throughput"
12640
12641 -
12642   type: "plot"
12643   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12644   algorithm: "plot_performance_box"
12645   output-file-type: ".html"
12646   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12647   data: "plot-vpp-throughput-latency-3n-skx"
12648   filter: "'NIC_Intel-X710' and
12649            '64B' and
12650            'NDRPDR' and
12651            'ETH' and
12652            'IP4FWD' and
12653            '4T2C' and
12654            'VHOST_1024' and
12655            not 'VXLAN' and
12656            not 'DOT1Q'"
12657   parameters:
12658   - "throughput"
12659   - "parent"
12660   - "tags"
12661   sort:
12662   - "not CFS_OPT"
12663   - "1VM"
12664   - "2VM"
12665   traces:
12666     hoverinfo: "x+y"
12667     boxpoints: "outliers"
12668     whiskerwidth: 0
12669   layout:
12670     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12671     layout: "plot-throughput"
12672
12673 -
12674   type: "plot"
12675   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12676   algorithm: "plot_performance_box"
12677   output-file-type: ".html"
12678   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12679   data: "plot-vpp-throughput-latency-3n-skx"
12680   filter: "'NIC_Intel-X710' and
12681            '64B' and
12682            'NDRPDR' and
12683            'ETH' and
12684            'IP4FWD' and
12685            '2T1C' and
12686            'VHOST_1024' and
12687            not 'VXLAN' and
12688            not 'DOT1Q'"
12689   parameters:
12690   - "throughput"
12691   - "parent"
12692   - "tags"
12693   sort:
12694   - "not CFS_OPT"
12695   - "1VM"
12696   - "2VM"
12697   traces:
12698     hoverinfo: "x+y"
12699     boxpoints: "outliers"
12700     whiskerwidth: 0
12701   layout:
12702     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12703     layout: "plot-throughput"
12704
12705 -
12706   type: "plot"
12707   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12708   algorithm: "plot_performance_box"
12709   output-file-type: ".html"
12710   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12711   data: "plot-vpp-throughput-latency-3n-skx"
12712   filter: "'NIC_Intel-X710' and
12713            '64B' and
12714            'NDRPDR' and
12715            'ETH' and
12716            'IP4FWD' and
12717            '4T2C' and
12718            'VHOST_1024' and
12719            not 'VXLAN' and
12720            not 'DOT1Q'"
12721   parameters:
12722   - "throughput"
12723   - "parent"
12724   - "tags"
12725   sort:
12726   - "not CFS_OPT"
12727   - "1VM"
12728   - "2VM"
12729   traces:
12730     hoverinfo: "x+y"
12731     boxpoints: "outliers"
12732     whiskerwidth: 0
12733   layout:
12734     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12735     layout: "plot-throughput"
12736
12737 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
12738 -
12739   type: "plot"
12740   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12741   algorithm: "plot_performance_box"
12742   output-file-type: ".html"
12743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12744   data: "plot-vpp-throughput-latency-3n-skx"
12745   filter: "'NIC_Intel-X710' and
12746            '64B' and
12747            'NDRPDR' and
12748            'ETH' and
12749            '2T1C' and
12750            'L2BDMACLRN' and
12751            'VHOST_1024' and
12752            not 'VXLAN' and
12753            not 'IP4FWD' and
12754            not 'DOT1Q' and
12755            not '2VM'"
12756   parameters:
12757   - "throughput"
12758   - "parent"
12759   - "tags"
12760   sort:
12761   - "VM"  # "not CFS_OPT"
12762   - "CFS_OPT"
12763   - "FIB_10K"
12764   - "FIB_100K"
12765   - "FIB_1M"
12766   traces:
12767     hoverinfo: "x+y"
12768     boxpoints: "outliers"
12769     whiskerwidth: 0
12770   layout:
12771     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12772     layout: "plot-throughput"
12773
12774 -
12775   type: "plot"
12776   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12777   algorithm: "plot_performance_box"
12778   output-file-type: ".html"
12779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12780   data: "plot-vpp-throughput-latency-3n-skx"
12781   filter: "'NIC_Intel-X710' and
12782            '64B' and
12783            'NDRPDR' and
12784            'ETH' and
12785            '4T2C' and
12786            'L2BDMACLRN' and
12787            'VHOST_1024' and
12788            not 'VXLAN' and
12789            not 'IP4FWD' and
12790            not 'DOT1Q' and
12791            not '2VM'"
12792   parameters:
12793   - "throughput"
12794   - "parent"
12795   - "tags"
12796   sort:
12797   - "VM"  # "not CFS_OPT"
12798   - "CFS_OPT"
12799   - "FIB_10K"
12800   - "FIB_100K"
12801   - "FIB_1M"
12802   traces:
12803     hoverinfo: "x+y"
12804     boxpoints: "outliers"
12805     whiskerwidth: 0
12806   layout:
12807     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12808     layout: "plot-throughput"
12809
12810 -
12811   type: "plot"
12812   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12813   algorithm: "plot_performance_box"
12814   output-file-type: ".html"
12815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12816   data: "plot-vpp-throughput-latency-3n-skx"
12817   filter: "'NIC_Intel-X710' and
12818            '64B' and
12819            'NDRPDR' and
12820            'ETH' and
12821            '2T1C' and
12822            'L2BDMACLRN' and
12823            'VHOST_1024' and
12824            not 'VXLAN' and
12825            not 'IP4FWD' and
12826            not 'DOT1Q' and
12827            not '2VM'"
12828   parameters:
12829   - "throughput"
12830   - "parent"
12831   - "tags"
12832   sort:
12833   - "VM"  # "not CFS_OPT"
12834   - "CFS_OPT"
12835   - "FIB_10K"
12836   - "FIB_100K"
12837   - "FIB_1M"
12838   traces:
12839     hoverinfo: "x+y"
12840     boxpoints: "outliers"
12841     whiskerwidth: 0
12842   layout:
12843     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12844     layout: "plot-throughput"
12845
12846 -
12847   type: "plot"
12848   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12849   algorithm: "plot_performance_box"
12850   output-file-type: ".html"
12851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12852   data: "plot-vpp-throughput-latency-3n-skx"
12853   filter: "'NIC_Intel-X710' and
12854            '64B' and
12855            'NDRPDR' and
12856            'ETH' and
12857            '4T2C' and
12858            'L2BDMACLRN' and
12859            'VHOST_1024' and
12860            not 'VXLAN' and
12861            not 'IP4FWD' and
12862            not 'DOT1Q' and
12863            not '2VM'"
12864   parameters:
12865   - "throughput"
12866   - "parent"
12867   - "tags"
12868   sort:
12869   - "VM"  # "not CFS_OPT"
12870   - "CFS_OPT"
12871   - "FIB_10K"
12872   - "FIB_100K"
12873   - "FIB_1M"
12874   traces:
12875     hoverinfo: "x+y"
12876     boxpoints: "outliers"
12877     whiskerwidth: 0
12878   layout:
12879     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12880     layout: "plot-throughput"
12881
12882 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
12883 -
12884   type: "plot"
12885   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12886   algorithm: "plot_performance_box"
12887   output-file-type: ".html"
12888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12889   data: "plot-vpp-throughput-latency-3n-skx"
12890   filter: "'NIC_Intel-X710' and
12891            '64B' and
12892            'NDRPDR' and
12893            'ETH' and
12894            'BASE' and
12895            '2T1C' and
12896            ('L2BDMACLRN' or 'L2XCFWD') and
12897            'VHOST_1024' and
12898            not 'VXLAN' and
12899            not 'IP4FWD' and
12900            not 'DOT1Q' and
12901            not '2VM'"
12902   parameters:
12903   - "throughput"
12904   - "parent"
12905   - "tags"
12906   sort:
12907   - "not CFS_OPT"
12908   - "L2XCFWD"
12909   - "not CFS_OPT"
12910   - "CFS_OPT"
12911   traces:
12912     hoverinfo: "x+y"
12913     boxpoints: "outliers"
12914     whiskerwidth: 0
12915   layout:
12916     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12917     layout: "plot-throughput"
12918
12919 -
12920   type: "plot"
12921   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12922   algorithm: "plot_performance_box"
12923   output-file-type: ".html"
12924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12925   data: "plot-vpp-throughput-latency-3n-skx"
12926   filter: "'NIC_Intel-X710' and
12927            '64B' and
12928            'NDRPDR' and
12929            'ETH' and
12930            'BASE' and
12931            '2T1C' and
12932            ('L2BDMACLRN' or 'L2XCFWD') and
12933            'VHOST_1024' and
12934            not 'VXLAN' and
12935            not 'IP4FWD' and
12936            not 'DOT1Q' and
12937            not '2VM'"
12938   parameters:
12939   - "throughput"
12940   - "parent"
12941   - "tags"
12942   sort:
12943   - "not CFS_OPT"
12944   - "L2XCFWD"
12945   - "not CFS_OPT"
12946   - "CFS_OPT"
12947   traces:
12948     hoverinfo: "x+y"
12949     boxpoints: "outliers"
12950     whiskerwidth: 0
12951   layout:
12952     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12953     layout: "plot-throughput"
12954
12955 -
12956   type: "plot"
12957   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12958   algorithm: "plot_performance_box"
12959   output-file-type: ".html"
12960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12961   data: "plot-vpp-throughput-latency-3n-skx"
12962   filter: "'NIC_Intel-X710' and
12963            '64B' and
12964            'NDRPDR' and
12965            'ETH' and
12966            'BASE' and
12967            '4T2C' and
12968            ('L2BDMACLRN' or 'L2XCFWD') and
12969            'VHOST_1024' and
12970            not 'VXLAN' and
12971            not 'IP4FWD' and
12972            not 'DOT1Q' and
12973            not '2VM'"
12974   parameters:
12975   - "throughput"
12976   - "parent"
12977   - "tags"
12978   sort:
12979   - "not CFS_OPT"
12980   - "L2XCFWD"
12981   - "not CFS_OPT"
12982   - "CFS_OPT"
12983   traces:
12984     hoverinfo: "x+y"
12985     boxpoints: "outliers"
12986     whiskerwidth: 0
12987   layout:
12988     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12989     layout: "plot-throughput"
12990
12991 -
12992   type: "plot"
12993   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12994   algorithm: "plot_performance_box"
12995   output-file-type: ".html"
12996   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12997   data: "plot-vpp-throughput-latency-3n-skx"
12998   filter: "'NIC_Intel-X710' and
12999            '64B' and
13000            'NDRPDR' and
13001            'ETH' and
13002            'BASE' and
13003            '4T2C' and
13004            ('L2BDMACLRN' or 'L2XCFWD') and
13005            'VHOST_1024' and
13006            not 'VXLAN' and
13007            not 'IP4FWD' and
13008            not 'DOT1Q' and
13009            not '2VM'"
13010   parameters:
13011   - "throughput"
13012   - "parent"
13013   - "tags"
13014   sort:
13015   - "not CFS_OPT"
13016   - "L2XCFWD"
13017   - "not CFS_OPT"
13018   - "CFS_OPT"
13019   traces:
13020     hoverinfo: "x+y"
13021     boxpoints: "outliers"
13022     whiskerwidth: 0
13023   layout:
13024     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
13025     layout: "plot-throughput"
13026
13027 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
13028 -
13029   type: "plot"
13030   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13031   algorithm: "plot_performance_box"
13032   output-file-type: ".html"
13033   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13034   data: "plot-vpp-throughput-latency-3n-skx"
13035   filter: "'NIC_Intel-X710' and
13036            '64B' and
13037            'NDRPDR' and
13038            'ETH' and
13039            '2T1C' and
13040            ('L2BDMACLRN' or 'L2XCFWD') and
13041            'VHOST_1024' and
13042            not 'CFS_OPT' and
13043            not 'VXLAN' and
13044            not 'IP4FWD' and
13045            not 'DOT1Q'"
13046   parameters:
13047   - "throughput"
13048   - "parent"
13049   - "tags"
13050   sort:
13051   - "1VM"
13052   - "L2XCFWD"
13053   - "1VM"
13054   - "L2BDMACLRN"
13055   traces:
13056     hoverinfo: "x+y"
13057     boxpoints: "outliers"
13058     whiskerwidth: 0
13059   layout:
13060     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13061     layout: "plot-throughput"
13062
13063 -
13064   type: "plot"
13065   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13066   algorithm: "plot_performance_box"
13067   output-file-type: ".html"
13068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13069   data: "plot-vpp-throughput-latency-3n-skx"
13070   filter: "'NIC_Intel-X710' and
13071            '64B' and
13072            'NDRPDR' and
13073            'ETH' and
13074            '2T1C' and
13075            ('L2BDMACLRN' or 'L2XCFWD') and
13076            'VHOST_1024' and
13077            not 'CFS_OPT' and
13078            not 'VXLAN' and
13079            not 'IP4FWD' and
13080            not 'DOT1Q'"
13081   parameters:
13082   - "throughput"
13083   - "parent"
13084   - "tags"
13085   sort:
13086   - "1VM"
13087   - "L2XCFWD"
13088   - "1VM"
13089   - "L2BDMACLRN"
13090   traces:
13091     hoverinfo: "x+y"
13092     boxpoints: "outliers"
13093     whiskerwidth: 0
13094   layout:
13095     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13096     layout: "plot-throughput"
13097
13098 -
13099   type: "plot"
13100   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13101   algorithm: "plot_performance_box"
13102   output-file-type: ".html"
13103   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13104   data: "plot-vpp-throughput-latency-3n-skx"
13105   filter: "'NIC_Intel-X710' and
13106            '64B' and
13107            'NDRPDR' and
13108            'ETH' and
13109            '4T2C' and
13110            ('L2BDMACLRN' or 'L2XCFWD') and
13111            'VHOST_1024' and
13112            not 'CFS_OPT' and
13113            not 'VXLAN' and
13114            not 'IP4FWD' and
13115            not 'DOT1Q'"
13116   parameters:
13117   - "throughput"
13118   - "parent"
13119   - "tags"
13120   sort:
13121   - "1VM"
13122   - "L2XCFWD"
13123   - "1VM"
13124   - "L2BDMACLRN"
13125   traces:
13126     hoverinfo: "x+y"
13127     boxpoints: "outliers"
13128     whiskerwidth: 0
13129   layout:
13130     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13131     layout: "plot-throughput"
13132
13133 -
13134   type: "plot"
13135   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13136   algorithm: "plot_performance_box"
13137   output-file-type: ".html"
13138   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13139   data: "plot-vpp-throughput-latency-3n-skx"
13140   filter: "'NIC_Intel-X710' and
13141            '64B' and
13142            'NDRPDR' and
13143            'ETH' and
13144            '4T2C' and
13145            ('L2BDMACLRN' or 'L2XCFWD') and
13146            'VHOST_1024' and
13147            not 'CFS_OPT' and
13148            not 'VXLAN' and
13149            not 'IP4FWD' and
13150            not 'DOT1Q'"
13151   parameters:
13152   - "throughput"
13153   - "parent"
13154   - "tags"
13155   sort:
13156   - "1VM"
13157   - "L2XCFWD"
13158   - "1VM"
13159   - "L2BDMACLRN"
13160   traces:
13161     hoverinfo: "x+y"
13162     boxpoints: "outliers"
13163     whiskerwidth: 0
13164   layout:
13165     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13166     layout: "plot-throughput"
13167
13168 # Packet Throughput - VPP vhost ip4 2n-skx-x710
13169 -
13170   type: "plot"
13171   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13172   algorithm: "plot_performance_box"
13173   output-file-type: ".html"
13174   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13175   data: "plot-vpp-throughput-latency-2n-skx"
13176   filter: "'NIC_Intel-X710' and
13177            '64B' and
13178            'NDRPDR' and
13179            'ETH' and
13180            'IP4FWD' and
13181            '2T1C' and
13182            'VHOST_1024' and
13183            not 'VXLAN' and
13184            not 'DOT1Q'"
13185   parameters:
13186   - "throughput"
13187   - "parent"
13188   - "tags"
13189   sort:
13190   - "not CFS_OPT"
13191   - "1VM"
13192   - "2VM"
13193   traces:
13194     hoverinfo: "x+y"
13195     boxpoints: "outliers"
13196     whiskerwidth: 0
13197   layout:
13198     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13199     layout: "plot-throughput"
13200
13201 -
13202   type: "plot"
13203   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13204   algorithm: "plot_performance_box"
13205   output-file-type: ".html"
13206   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13207   data: "plot-vpp-throughput-latency-2n-skx"
13208   filter: "'NIC_Intel-X710' and
13209            '64B' and
13210            'NDRPDR' and
13211            'ETH' and
13212            'IP4FWD' and
13213            '4T2C' and
13214            'VHOST_1024' and
13215            not 'VXLAN' and
13216            not 'DOT1Q'"
13217   parameters:
13218   - "throughput"
13219   - "parent"
13220   - "tags"
13221   sort:
13222   - "not CFS_OPT"
13223   - "1VM"
13224   - "2VM"
13225   traces:
13226     hoverinfo: "x+y"
13227     boxpoints: "outliers"
13228     whiskerwidth: 0
13229   layout:
13230     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13231     layout: "plot-throughput"
13232
13233 -
13234   type: "plot"
13235   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13236   algorithm: "plot_performance_box"
13237   output-file-type: ".html"
13238   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13239   data: "plot-vpp-throughput-latency-2n-skx"
13240   filter: "'NIC_Intel-X710' and
13241            '64B' and
13242            'NDRPDR' and
13243            'ETH' and
13244            'IP4FWD' and
13245            '2T1C' and
13246            'VHOST_1024' and
13247            not 'VXLAN' and
13248            not 'DOT1Q'"
13249   parameters:
13250   - "throughput"
13251   - "parent"
13252   - "tags"
13253   sort:
13254   - "not CFS_OPT"
13255   - "1VM"
13256   - "2VM"
13257   traces:
13258     hoverinfo: "x+y"
13259     boxpoints: "outliers"
13260     whiskerwidth: 0
13261   layout:
13262     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13263     layout: "plot-throughput"
13264
13265 -
13266   type: "plot"
13267   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13268   algorithm: "plot_performance_box"
13269   output-file-type: ".html"
13270   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13271   data: "plot-vpp-throughput-latency-2n-skx"
13272   filter: "'NIC_Intel-X710' and
13273            '64B' and
13274            'NDRPDR' and
13275            'ETH' and
13276            'IP4FWD' and
13277            '4T2C' and
13278            'VHOST_1024' and
13279            not 'VXLAN' and
13280            not 'DOT1Q'"
13281   parameters:
13282   - "throughput"
13283   - "parent"
13284   - "tags"
13285   sort:
13286   - "not CFS_OPT"
13287   - "1VM"
13288   - "2VM"
13289   traces:
13290     hoverinfo: "x+y"
13291     boxpoints: "outliers"
13292     whiskerwidth: 0
13293   layout:
13294     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13295     layout: "plot-throughput"
13296
13297 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
13298 -
13299   type: "plot"
13300   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13301   algorithm: "plot_performance_box"
13302   output-file-type: ".html"
13303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13304   data: "plot-vpp-throughput-latency-2n-skx"
13305   filter: "'NIC_Intel-X710' and
13306            '64B' and
13307            'NDRPDR' and
13308            'ETH' and
13309            '2T1C' and
13310            'L2BDMACLRN' and
13311            'VHOST_1024' and
13312            not 'VXLAN' and
13313            not 'IP4FWD' and
13314            not 'DOT1Q' and
13315            not '2VM'"
13316   parameters:
13317   - "throughput"
13318   - "parent"
13319   - "tags"
13320   sort:
13321   - "VM"  # "not CFS_OPT"
13322   - "CFS_OPT"
13323   - "FIB_10K"
13324   - "FIB_100K"
13325   - "FIB_1M"
13326   traces:
13327     hoverinfo: "x+y"
13328     boxpoints: "outliers"
13329     whiskerwidth: 0
13330   layout:
13331     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13332     layout: "plot-throughput"
13333
13334 -
13335   type: "plot"
13336   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13337   algorithm: "plot_performance_box"
13338   output-file-type: ".html"
13339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13340   data: "plot-vpp-throughput-latency-2n-skx"
13341   filter: "'NIC_Intel-X710' and
13342            '64B' and
13343            'NDRPDR' and
13344            'ETH' and
13345            '4T2C' and
13346            'L2BDMACLRN' and
13347            'VHOST_1024' and
13348            not 'VXLAN' and
13349            not 'IP4FWD' and
13350            not 'DOT1Q' and
13351            not '2VM'"
13352   parameters:
13353   - "throughput"
13354   - "parent"
13355   - "tags"
13356   sort:
13357   - "VM"  # "not CFS_OPT"
13358   - "CFS_OPT"
13359   - "FIB_10K"
13360   - "FIB_100K"
13361   - "FIB_1M"
13362   traces:
13363     hoverinfo: "x+y"
13364     boxpoints: "outliers"
13365     whiskerwidth: 0
13366   layout:
13367     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13368     layout: "plot-throughput"
13369
13370 -
13371   type: "plot"
13372   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13373   algorithm: "plot_performance_box"
13374   output-file-type: ".html"
13375   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13376   data: "plot-vpp-throughput-latency-2n-skx"
13377   filter: "'NIC_Intel-X710' and
13378            '64B' and
13379            'NDRPDR' and
13380            'ETH' and
13381            '2T1C' and
13382            'L2BDMACLRN' and
13383            'VHOST_1024' and
13384            not 'VXLAN' and
13385            not 'IP4FWD' and
13386            not 'DOT1Q' and
13387            not '2VM'"
13388   parameters:
13389   - "throughput"
13390   - "parent"
13391   - "tags"
13392   sort:
13393   - "VM"  # "not CFS_OPT"
13394   - "CFS_OPT"
13395   - "FIB_10K"
13396   - "FIB_100K"
13397   - "FIB_1M"
13398   traces:
13399     hoverinfo: "x+y"
13400     boxpoints: "outliers"
13401     whiskerwidth: 0
13402   layout:
13403     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13404     layout: "plot-throughput"
13405
13406 -
13407   type: "plot"
13408   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13409   algorithm: "plot_performance_box"
13410   output-file-type: ".html"
13411   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13412   data: "plot-vpp-throughput-latency-2n-skx"
13413   filter: "'NIC_Intel-X710' and
13414            '64B' and
13415            'NDRPDR' and
13416            'ETH' and
13417            '4T2C' and
13418            'L2BDMACLRN' and
13419            'VHOST_1024' and
13420            not 'VXLAN' and
13421            not 'IP4FWD' and
13422            not 'DOT1Q' and
13423            not '2VM'"
13424   parameters:
13425   - "throughput"
13426   - "parent"
13427   - "tags"
13428   sort:
13429   - "VM"  # "not CFS_OPT"
13430   - "CFS_OPT"
13431   - "FIB_10K"
13432   - "FIB_100K"
13433   - "FIB_1M"
13434   traces:
13435     hoverinfo: "x+y"
13436     boxpoints: "outliers"
13437     whiskerwidth: 0
13438   layout:
13439     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13440     layout: "plot-throughput"
13441
13442 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
13443 -
13444   type: "plot"
13445   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13446   algorithm: "plot_performance_box"
13447   output-file-type: ".html"
13448   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13449   data: "plot-vpp-throughput-latency-2n-skx"
13450   filter: "'NIC_Intel-X710' and
13451            '64B' and
13452            'NDRPDR' and
13453            'ETH' and
13454            'BASE' and
13455            '2T1C' and
13456            ('L2BDMACLRN' or 'L2XCFWD') and
13457            'VHOST_1024' and
13458            not 'VXLAN' and
13459            not 'IP4FWD' and
13460            not 'DOT1Q' and
13461            not '2VM'"
13462   parameters:
13463   - "throughput"
13464   - "parent"
13465   - "tags"
13466   sort:
13467   - "not CFS_OPT"
13468   - "L2XCFWD"
13469   - "not CFS_OPT"
13470   - "CFS_OPT"
13471   traces:
13472     hoverinfo: "x+y"
13473     boxpoints: "outliers"
13474     whiskerwidth: 0
13475   layout:
13476     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13477     layout: "plot-throughput"
13478
13479 -
13480   type: "plot"
13481   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13482   algorithm: "plot_performance_box"
13483   output-file-type: ".html"
13484   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13485   data: "plot-vpp-throughput-latency-2n-skx"
13486   filter: "'NIC_Intel-X710' and
13487            '64B' and
13488            'NDRPDR' and
13489            'ETH' and
13490            'BASE' and
13491            '2T1C' and
13492            ('L2BDMACLRN' or 'L2XCFWD') and
13493            'VHOST_1024' and
13494            not 'VXLAN' and
13495            not 'IP4FWD' and
13496            not 'DOT1Q' and
13497            not '2VM'"
13498   parameters:
13499   - "throughput"
13500   - "parent"
13501   - "tags"
13502   sort:
13503   - "not CFS_OPT"
13504   - "L2XCFWD"
13505   - "not CFS_OPT"
13506   - "CFS_OPT"
13507   traces:
13508     hoverinfo: "x+y"
13509     boxpoints: "outliers"
13510     whiskerwidth: 0
13511   layout:
13512     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13513     layout: "plot-throughput"
13514
13515 -
13516   type: "plot"
13517   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13518   algorithm: "plot_performance_box"
13519   output-file-type: ".html"
13520   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13521   data: "plot-vpp-throughput-latency-2n-skx"
13522   filter: "'NIC_Intel-X710' and
13523            '64B' and
13524            'NDRPDR' and
13525            'ETH' and
13526            'BASE' and
13527            '4T2C' and
13528            ('L2BDMACLRN' or 'L2XCFWD') and
13529            'VHOST_1024' and
13530            not 'VXLAN' and
13531            not 'IP4FWD' and
13532            not 'DOT1Q' and
13533            not '2VM'"
13534   parameters:
13535   - "throughput"
13536   - "parent"
13537   - "tags"
13538   sort:
13539   - "not CFS_OPT"
13540   - "L2XCFWD"
13541   - "not CFS_OPT"
13542   - "CFS_OPT"
13543   traces:
13544     hoverinfo: "x+y"
13545     boxpoints: "outliers"
13546     whiskerwidth: 0
13547   layout:
13548     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13549     layout: "plot-throughput"
13550
13551 -
13552   type: "plot"
13553   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13554   algorithm: "plot_performance_box"
13555   output-file-type: ".html"
13556   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13557   data: "plot-vpp-throughput-latency-2n-skx"
13558   filter: "'NIC_Intel-X710' and
13559            '64B' and
13560            'NDRPDR' and
13561            'ETH' and
13562            'BASE' and
13563            '4T2C' and
13564            ('L2BDMACLRN' or 'L2XCFWD') and
13565            'VHOST_1024' and
13566            not 'VXLAN' and
13567            not 'IP4FWD' and
13568            not 'DOT1Q' and
13569            not '2VM'"
13570   parameters:
13571   - "throughput"
13572   - "parent"
13573   - "tags"
13574   sort:
13575   - "not CFS_OPT"
13576   - "L2XCFWD"
13577   - "not CFS_OPT"
13578   - "CFS_OPT"
13579   traces:
13580     hoverinfo: "x+y"
13581     boxpoints: "outliers"
13582     whiskerwidth: 0
13583   layout:
13584     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13585     layout: "plot-throughput"
13586
13587 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
13588 -
13589   type: "plot"
13590   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13591   algorithm: "plot_performance_box"
13592   output-file-type: ".html"
13593   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13594   data: "plot-vpp-throughput-latency-2n-skx"
13595   filter: "'NIC_Intel-X710' and
13596            '64B' and
13597            'NDRPDR' and
13598            'ETH' and
13599            '2T1C' and
13600            ('L2BDMACLRN' or 'L2XCFWD') and
13601            'VHOST_1024' and
13602            not 'CFS_OPT' and
13603            not 'VXLAN' and
13604            not 'IP4FWD' and
13605            not 'DOT1Q'"
13606   parameters:
13607   - "throughput"
13608   - "parent"
13609   - "tags"
13610   sort:
13611   - "1VM"
13612   - "L2XCFWD"
13613   - "1VM"
13614   - "L2BDMACLRN"
13615   traces:
13616     hoverinfo: "x+y"
13617     boxpoints: "outliers"
13618     whiskerwidth: 0
13619   layout:
13620     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13621     layout: "plot-throughput"
13622
13623 -
13624   type: "plot"
13625   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13626   algorithm: "plot_performance_box"
13627   output-file-type: ".html"
13628   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13629   data: "plot-vpp-throughput-latency-2n-skx"
13630   filter: "'NIC_Intel-X710' and
13631            '64B' and
13632            'NDRPDR' and
13633            'ETH' and
13634            '2T1C' and
13635            ('L2BDMACLRN' or 'L2XCFWD') and
13636            'VHOST_1024' and
13637            not 'CFS_OPT' and
13638            not 'VXLAN' and
13639            not 'IP4FWD' and
13640            not 'DOT1Q'"
13641   parameters:
13642   - "throughput"
13643   - "parent"
13644   - "tags"
13645   sort:
13646   - "1VM"
13647   - "L2XCFWD"
13648   - "1VM"
13649   - "L2BDMACLRN"
13650   traces:
13651     hoverinfo: "x+y"
13652     boxpoints: "outliers"
13653     whiskerwidth: 0
13654   layout:
13655     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13656     layout: "plot-throughput"
13657
13658 -
13659   type: "plot"
13660   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13661   algorithm: "plot_performance_box"
13662   output-file-type: ".html"
13663   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13664   data: "plot-vpp-throughput-latency-2n-skx"
13665   filter: "'NIC_Intel-X710' and
13666            '64B' and
13667            'NDRPDR' and
13668            'ETH' and
13669            '4T2C' and
13670            ('L2BDMACLRN' or 'L2XCFWD') and
13671            'VHOST_1024' and
13672            not 'CFS_OPT' and
13673            not 'VXLAN' and
13674            not 'IP4FWD' and
13675            not 'DOT1Q'"
13676   parameters:
13677   - "throughput"
13678   - "parent"
13679   - "tags"
13680   sort:
13681   - "1VM"
13682   - "L2XCFWD"
13683   - "1VM"
13684   - "L2BDMACLRN"
13685   traces:
13686     hoverinfo: "x+y"
13687     boxpoints: "outliers"
13688     whiskerwidth: 0
13689   layout:
13690     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13691     layout: "plot-throughput"
13692
13693 -
13694   type: "plot"
13695   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13696   algorithm: "plot_performance_box"
13697   output-file-type: ".html"
13698   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13699   data: "plot-vpp-throughput-latency-2n-skx"
13700   filter: "'NIC_Intel-X710' and
13701            '64B' and
13702            'NDRPDR' and
13703            'ETH' and
13704            '4T2C' and
13705            ('L2BDMACLRN' or 'L2XCFWD') and
13706            'VHOST_1024' and
13707            not 'CFS_OPT' and
13708            not 'VXLAN' and
13709            not 'IP4FWD' and
13710            not 'DOT1Q'"
13711   parameters:
13712   - "throughput"
13713   - "parent"
13714   - "tags"
13715   sort:
13716   - "1VM"
13717   - "L2XCFWD"
13718   - "1VM"
13719   - "L2BDMACLRN"
13720   traces:
13721     hoverinfo: "x+y"
13722     boxpoints: "outliers"
13723     whiskerwidth: 0
13724   layout:
13725     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13726     layout: "plot-throughput"
13727
13728 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
13729 -
13730   type: "plot"
13731   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13732   algorithm: "plot_performance_box"
13733   output-file-type: ".html"
13734   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13735   data: "plot-vpp-throughput-latency-2n-skx"
13736   filter: "'NIC_Intel-XXV710' and
13737            '64B' and
13738            'NDRPDR' and
13739            'ETH' and
13740            'IP4FWD' and
13741            '2T1C' and
13742            'VHOST_1024' and
13743            not 'VXLAN' and
13744            not 'DOT1Q'"
13745   parameters:
13746   - "throughput"
13747   - "parent"
13748   - "tags"
13749   sort:
13750   - "not CFS_OPT"
13751   - "1VM"
13752   - "2VM"
13753   traces:
13754     hoverinfo: "x+y"
13755     boxpoints: "outliers"
13756     whiskerwidth: 0
13757   layout:
13758     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13759     layout: "plot-throughput"
13760
13761 -
13762   type: "plot"
13763   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13764   algorithm: "plot_performance_box"
13765   output-file-type: ".html"
13766   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13767   data: "plot-vpp-throughput-latency-2n-skx"
13768   filter: "'NIC_Intel-XXV710' and
13769            '64B' and
13770            'NDRPDR' and
13771            'ETH' and
13772            'IP4FWD' and
13773            '4T2C' and
13774            'VHOST_1024' and
13775            not 'VXLAN' and
13776            not 'DOT1Q'"
13777   parameters:
13778   - "throughput"
13779   - "parent"
13780   - "tags"
13781   sort:
13782   - "not CFS_OPT"
13783   - "1VM"
13784   - "2VM"
13785   traces:
13786     hoverinfo: "x+y"
13787     boxpoints: "outliers"
13788     whiskerwidth: 0
13789   layout:
13790     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13791     layout: "plot-throughput"
13792
13793 -
13794   type: "plot"
13795   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13796   algorithm: "plot_performance_box"
13797   output-file-type: ".html"
13798   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13799   data: "plot-vpp-throughput-latency-2n-skx"
13800   filter: "'NIC_Intel-XXV710' and
13801            '64B' and
13802            'NDRPDR' and
13803            'ETH' and
13804            'IP4FWD' and
13805            '2T1C' and
13806            'VHOST_1024' and
13807            not 'VXLAN' and
13808            not 'DOT1Q'"
13809   parameters:
13810   - "throughput"
13811   - "parent"
13812   - "tags"
13813   sort:
13814   - "not CFS_OPT"
13815   - "1VM"
13816   - "2VM"
13817   traces:
13818     hoverinfo: "x+y"
13819     boxpoints: "outliers"
13820     whiskerwidth: 0
13821   layout:
13822     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13823     layout: "plot-throughput"
13824
13825 -
13826   type: "plot"
13827   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13828   algorithm: "plot_performance_box"
13829   output-file-type: ".html"
13830   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13831   data: "plot-vpp-throughput-latency-2n-skx"
13832   filter: "'NIC_Intel-XXV710' and
13833            '64B' and
13834            'NDRPDR' and
13835            'ETH' and
13836            'IP4FWD' and
13837            '4T2C' and
13838            'VHOST_1024' and
13839            not 'VXLAN' and
13840            not 'DOT1Q'"
13841   parameters:
13842   - "throughput"
13843   - "parent"
13844   - "tags"
13845   sort:
13846   - "not CFS_OPT"
13847   - "1VM"
13848   - "2VM"
13849   traces:
13850     hoverinfo: "x+y"
13851     boxpoints: "outliers"
13852     whiskerwidth: 0
13853   layout:
13854     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13855     layout: "plot-throughput"
13856
13857 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
13858 -
13859   type: "plot"
13860   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13861   algorithm: "plot_performance_box"
13862   output-file-type: ".html"
13863   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13864   data: "plot-vpp-throughput-latency-2n-skx"
13865   filter: "'NIC_Intel-XXV710' and
13866            '64B' and
13867            'NDRPDR' and
13868            'ETH' and
13869            '2T1C' and
13870            'L2BDMACLRN' and
13871            'VHOST_1024' and
13872            not 'VXLAN' and
13873            not 'IP4FWD' and
13874            not 'DOT1Q' and
13875            not '2VM'"
13876   parameters:
13877   - "throughput"
13878   - "parent"
13879   - "tags"
13880   sort:
13881   - "VM"  # "not CFS_OPT"
13882   - "CFS_OPT"
13883   - "FIB_10K"
13884   - "FIB_100K"
13885   - "FIB_1M"
13886   traces:
13887     hoverinfo: "x+y"
13888     boxpoints: "outliers"
13889     whiskerwidth: 0
13890   layout:
13891     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13892     layout: "plot-throughput"
13893
13894 -
13895   type: "plot"
13896   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13897   algorithm: "plot_performance_box"
13898   output-file-type: ".html"
13899   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13900   data: "plot-vpp-throughput-latency-2n-skx"
13901   filter: "'NIC_Intel-XXV710' and
13902            '64B' and
13903            'NDRPDR' and
13904            'ETH' and
13905            '4T2C' and
13906            'L2BDMACLRN' and
13907            'VHOST_1024' and
13908            not 'VXLAN' and
13909            not 'IP4FWD' and
13910            not 'DOT1Q' and
13911            not '2VM'"
13912   parameters:
13913   - "throughput"
13914   - "parent"
13915   - "tags"
13916   sort:
13917   - "VM"  # "not CFS_OPT"
13918   - "CFS_OPT"
13919   - "FIB_10K"
13920   - "FIB_100K"
13921   - "FIB_1M"
13922   traces:
13923     hoverinfo: "x+y"
13924     boxpoints: "outliers"
13925     whiskerwidth: 0
13926   layout:
13927     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13928     layout: "plot-throughput"
13929
13930 -
13931   type: "plot"
13932   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13933   algorithm: "plot_performance_box"
13934   output-file-type: ".html"
13935   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13936   data: "plot-vpp-throughput-latency-2n-skx"
13937   filter: "'NIC_Intel-XXV710' and
13938            '64B' and
13939            'NDRPDR' and
13940            'ETH' and
13941            '2T1C' and
13942            'L2BDMACLRN' and
13943            'VHOST_1024' and
13944            not 'VXLAN' and
13945            not 'IP4FWD' and
13946            not 'DOT1Q' and
13947            not '2VM'"
13948   parameters:
13949   - "throughput"
13950   - "parent"
13951   - "tags"
13952   sort:
13953   - "VM"  # "not CFS_OPT"
13954   - "CFS_OPT"
13955   - "FIB_10K"
13956   - "FIB_100K"
13957   - "FIB_1M"
13958   traces:
13959     hoverinfo: "x+y"
13960     boxpoints: "outliers"
13961     whiskerwidth: 0
13962   layout:
13963     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13964     layout: "plot-throughput"
13965
13966 -
13967   type: "plot"
13968   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13969   algorithm: "plot_performance_box"
13970   output-file-type: ".html"
13971   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13972   data: "plot-vpp-throughput-latency-2n-skx"
13973   filter: "'NIC_Intel-XXV710' and
13974            '64B' and
13975            'NDRPDR' and
13976            'ETH' and
13977            '4T2C' and
13978            'L2BDMACLRN' and
13979            'VHOST_1024' and
13980            not 'VXLAN' and
13981            not 'IP4FWD' and
13982            not 'DOT1Q' and
13983            not '2VM'"
13984   parameters:
13985   - "throughput"
13986   - "parent"
13987   - "tags"
13988   sort:
13989   - "VM"  # "not CFS_OPT"
13990   - "CFS_OPT"
13991   - "FIB_10K"
13992   - "FIB_100K"
13993   - "FIB_1M"
13994   traces:
13995     hoverinfo: "x+y"
13996     boxpoints: "outliers"
13997     whiskerwidth: 0
13998   layout:
13999     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14000     layout: "plot-throughput"
14001
14002 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
14003 -
14004   type: "plot"
14005   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14006   algorithm: "plot_performance_box"
14007   output-file-type: ".html"
14008   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14009   data: "plot-vpp-throughput-latency-2n-skx"
14010   filter: "'NIC_Intel-XXV710' and
14011            '64B' and
14012            'NDRPDR' and
14013            'ETH' and
14014            'BASE' and
14015            '2T1C' and
14016            ('L2BDMACLRN' or 'L2XCFWD') and
14017            'VHOST_1024' and
14018            not 'VXLAN' and
14019            not 'IP4FWD' and
14020            not 'DOT1Q' and
14021            not '2VM'"
14022   parameters:
14023   - "throughput"
14024   - "parent"
14025   - "tags"
14026   sort:
14027   - "not CFS_OPT"
14028   - "L2XCFWD"
14029   - "not CFS_OPT"
14030   - "CFS_OPT"
14031   traces:
14032     hoverinfo: "x+y"
14033     boxpoints: "outliers"
14034     whiskerwidth: 0
14035   layout:
14036     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14037     layout: "plot-throughput"
14038
14039 -
14040   type: "plot"
14041   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14042   algorithm: "plot_performance_box"
14043   output-file-type: ".html"
14044   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14045   data: "plot-vpp-throughput-latency-2n-skx"
14046   filter: "'NIC_Intel-XXV710' and
14047            '64B' and
14048            'NDRPDR' and
14049            'ETH' and
14050            'BASE' and
14051            '2T1C' and
14052            ('L2BDMACLRN' or 'L2XCFWD') and
14053            'VHOST_1024' and
14054            not 'VXLAN' and
14055            not 'IP4FWD' and
14056            not 'DOT1Q' and
14057            not '2VM'"
14058   parameters:
14059   - "throughput"
14060   - "parent"
14061   - "tags"
14062   sort:
14063   - "not CFS_OPT"
14064   - "L2XCFWD"
14065   - "not CFS_OPT"
14066   - "CFS_OPT"
14067   traces:
14068     hoverinfo: "x+y"
14069     boxpoints: "outliers"
14070     whiskerwidth: 0
14071   layout:
14072     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14073     layout: "plot-throughput"
14074
14075 -
14076   type: "plot"
14077   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14078   algorithm: "plot_performance_box"
14079   output-file-type: ".html"
14080   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14081   data: "plot-vpp-throughput-latency-2n-skx"
14082   filter: "'NIC_Intel-XXV710' and
14083            '64B' and
14084            'NDRPDR' and
14085            'ETH' and
14086            'BASE' and
14087            '4T2C' and
14088            ('L2BDMACLRN' or 'L2XCFWD') and
14089            'VHOST_1024' and
14090            not 'VXLAN' and
14091            not 'IP4FWD' and
14092            not 'DOT1Q' and
14093            not '2VM'"
14094   parameters:
14095   - "throughput"
14096   - "parent"
14097   - "tags"
14098   sort:
14099   - "not CFS_OPT"
14100   - "L2XCFWD"
14101   - "not CFS_OPT"
14102   - "CFS_OPT"
14103   traces:
14104     hoverinfo: "x+y"
14105     boxpoints: "outliers"
14106     whiskerwidth: 0
14107   layout:
14108     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14109     layout: "plot-throughput"
14110
14111 -
14112   type: "plot"
14113   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14114   algorithm: "plot_performance_box"
14115   output-file-type: ".html"
14116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14117   data: "plot-vpp-throughput-latency-2n-skx"
14118   filter: "'NIC_Intel-XXV710' and
14119            '64B' and
14120            'NDRPDR' and
14121            'ETH' and
14122            'BASE' and
14123            '4T2C' and
14124            ('L2BDMACLRN' or 'L2XCFWD') and
14125            'VHOST_1024' and
14126            not 'VXLAN' and
14127            not 'IP4FWD' and
14128            not 'DOT1Q' and
14129            not '2VM'"
14130   parameters:
14131   - "throughput"
14132   - "parent"
14133   - "tags"
14134   sort:
14135   - "not CFS_OPT"
14136   - "L2XCFWD"
14137   - "not CFS_OPT"
14138   - "CFS_OPT"
14139   traces:
14140     hoverinfo: "x+y"
14141     boxpoints: "outliers"
14142     whiskerwidth: 0
14143   layout:
14144     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14145     layout: "plot-throughput"
14146
14147 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
14148 -
14149   type: "plot"
14150   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14151   algorithm: "plot_performance_box"
14152   output-file-type: ".html"
14153   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14154   data: "plot-vpp-throughput-latency-2n-skx"
14155   filter: "'NIC_Intel-XXV710' and
14156            '64B' and
14157            'NDRPDR' and
14158            'ETH' and
14159            '2T1C' and
14160            ('L2BDMACLRN' or 'L2XCFWD') and
14161            'VHOST_1024' and
14162            not 'CFS_OPT' and
14163            not 'VXLAN' and
14164            not 'IP4FWD' and
14165            not 'DOT1Q'"
14166   parameters:
14167   - "throughput"
14168   - "parent"
14169   - "tags"
14170   sort:
14171   - "1VM"
14172   - "L2XCFWD"
14173   - "1VM"
14174   - "L2BDMACLRN"
14175   traces:
14176     hoverinfo: "x+y"
14177     boxpoints: "outliers"
14178     whiskerwidth: 0
14179   layout:
14180     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14181     layout: "plot-throughput"
14182
14183 -
14184   type: "plot"
14185   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14186   algorithm: "plot_performance_box"
14187   output-file-type: ".html"
14188   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14189   data: "plot-vpp-throughput-latency-2n-skx"
14190   filter: "'NIC_Intel-XXV710' and
14191            '64B' and
14192            'NDRPDR' and
14193            'ETH' and
14194            '2T1C' and
14195            ('L2BDMACLRN' or 'L2XCFWD') and
14196            'VHOST_1024' and
14197            not 'CFS_OPT' and
14198            not 'VXLAN' and
14199            not 'IP4FWD' and
14200            not 'DOT1Q'"
14201   parameters:
14202   - "throughput"
14203   - "parent"
14204   - "tags"
14205   sort:
14206   - "1VM"
14207   - "L2XCFWD"
14208   - "1VM"
14209   - "L2BDMACLRN"
14210   traces:
14211     hoverinfo: "x+y"
14212     boxpoints: "outliers"
14213     whiskerwidth: 0
14214   layout:
14215     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14216     layout: "plot-throughput"
14217
14218 -
14219   type: "plot"
14220   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14221   algorithm: "plot_performance_box"
14222   output-file-type: ".html"
14223   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14224   data: "plot-vpp-throughput-latency-2n-skx"
14225   filter: "'NIC_Intel-XXV710' and
14226            '64B' and
14227            'NDRPDR' and
14228            'ETH' and
14229            '4T2C' and
14230            ('L2BDMACLRN' or 'L2XCFWD') and
14231            'VHOST_1024' and
14232            not 'CFS_OPT' and
14233            not 'VXLAN' and
14234            not 'IP4FWD' and
14235            not 'DOT1Q'"
14236   parameters:
14237   - "throughput"
14238   - "parent"
14239   - "tags"
14240   sort:
14241   - "1VM"
14242   - "L2XCFWD"
14243   - "1VM"
14244   - "L2BDMACLRN"
14245   traces:
14246     hoverinfo: "x+y"
14247     boxpoints: "outliers"
14248     whiskerwidth: 0
14249   layout:
14250     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14251     layout: "plot-throughput"
14252
14253 -
14254   type: "plot"
14255   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14256   algorithm: "plot_performance_box"
14257   output-file-type: ".html"
14258   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14259   data: "plot-vpp-throughput-latency-2n-skx"
14260   filter: "'NIC_Intel-XXV710' and
14261            '64B' and
14262            'NDRPDR' and
14263            'ETH' and
14264            '4T2C' and
14265            ('L2BDMACLRN' or 'L2XCFWD') and
14266            'VHOST_1024' and
14267            not 'CFS_OPT' and
14268            not 'VXLAN' and
14269            not 'IP4FWD' and
14270            not 'DOT1Q'"
14271   parameters:
14272   - "throughput"
14273   - "parent"
14274   - "tags"
14275   sort:
14276   - "1VM"
14277   - "L2XCFWD"
14278   - "1VM"
14279   - "L2BDMACLRN"
14280   traces:
14281     hoverinfo: "x+y"
14282     boxpoints: "outliers"
14283     whiskerwidth: 0
14284   layout:
14285     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14286     layout: "plot-throughput"
14287
14288 ################################################################################
14289
14290 # Packet Throughput - VPP VTS 3n-hsw-x520
14291 -
14292   type: "plot"
14293   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
14294   algorithm: "plot_performance_box"
14295   output-file-type: ".html"
14296   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
14297   data: "plot-vpp-throughput-latency-3n-hsw"
14298   filter: "'NIC_Intel-X520-DA2' and
14299            '114B' and
14300            'NDRPDR' and
14301            '1T1C' and
14302            'VTS'"
14303   parameters:
14304   - "throughput"
14305   - "parent"
14306   - "tags"
14307   traces:
14308     hoverinfo: "x+y"
14309     boxpoints: "outliers"
14310     whiskerwidth: 0
14311   layout:
14312     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
14313     layout: "plot-throughput"
14314
14315 -
14316   type: "plot"
14317   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
14318   algorithm: "plot_performance_box"
14319   output-file-type: ".html"
14320   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
14321   data: "plot-vpp-throughput-latency-3n-hsw"
14322   filter: "'NIC_Intel-X520-DA2' and
14323            '114B' and
14324            'NDRPDR' and
14325            '2T2C' and
14326            'VTS'"
14327   parameters:
14328   - "throughput"
14329   - "parent"
14330   - "tags"
14331   traces:
14332     hoverinfo: "x+y"
14333     boxpoints: "outliers"
14334     whiskerwidth: 0
14335   layout:
14336     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
14337     layout: "plot-throughput"
14338
14339 -
14340   type: "plot"
14341   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
14342   algorithm: "plot_performance_box"
14343   output-file-type: ".html"
14344   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
14345   data: "plot-vpp-throughput-latency-3n-hsw"
14346   filter: "'NIC_Intel-X520-DA2' and
14347            '114B' and
14348            'NDRPDR' and
14349            '1T1C' and
14350            'VTS'"
14351   parameters:
14352   - "throughput"
14353   - "parent"
14354   - "tags"
14355   traces:
14356     hoverinfo: "x+y"
14357     boxpoints: "outliers"
14358     whiskerwidth: 0
14359   layout:
14360     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
14361     layout: "plot-throughput"
14362
14363 -
14364   type: "plot"
14365   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
14366   algorithm: "plot_performance_box"
14367   output-file-type: ".html"
14368   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
14369   data: "plot-vpp-throughput-latency-3n-hsw"
14370   filter: "'NIC_Intel-X520-DA2' and
14371            '114B' and
14372            'NDRPDR' and
14373            '2T2C' and
14374            'VTS'"
14375   parameters:
14376   - "throughput"
14377   - "parent"
14378   - "tags"
14379   traces:
14380     hoverinfo: "x+y"
14381     boxpoints: "outliers"
14382     whiskerwidth: 0
14383   layout:
14384     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
14385     layout: "plot-throughput"
14386
14387 ################################################################################
14388
14389 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
14390 -
14391   type: "plot"
14392   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14393   algorithm: "plot_performance_box"
14394   output-file-type: ".html"
14395   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14396   data: "plot-dpdk-throughput-latency-3n-hsw"
14397   filter: "'NIC_Intel-X520-DA2' and
14398            '64B' and
14399            'BASE' and
14400            'NDRPDR' and
14401            '1T1C' and
14402            'IP4FWD'"
14403   parameters:
14404   - "throughput"
14405   - "parent"
14406   - "tags"
14407   traces:
14408     hoverinfo: "x+y"
14409     boxpoints: "outliers"
14410     whiskerwidth: 0
14411   layout:
14412     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14413     layout: "plot-throughput"
14414
14415 -
14416   type: "plot"
14417   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14418   algorithm: "plot_performance_box"
14419   output-file-type: ".html"
14420   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14421   data: "plot-dpdk-throughput-latency-3n-hsw"
14422   filter: "'NIC_Intel-X520-DA2' and
14423            '64B' and
14424            'BASE' and
14425            'NDRPDR' and
14426            '2T2C' and
14427            'IP4FWD'"
14428   parameters:
14429   - "throughput"
14430   - "parent"
14431   - "tags"
14432   traces:
14433     hoverinfo: "x+y"
14434     boxpoints: "outliers"
14435     whiskerwidth: 0
14436   layout:
14437     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14438     layout: "plot-throughput"
14439
14440 -
14441   type: "plot"
14442   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14443   algorithm: "plot_performance_box"
14444   output-file-type: ".html"
14445   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14446   data: "plot-dpdk-throughput-latency-3n-hsw"
14447   filter: "'NIC_Intel-X520-DA2' and
14448            '64B' and
14449            'BASE' and
14450            'NDRPDR' and
14451            '1T1C' and
14452            'IP4FWD'"
14453   parameters:
14454   - "throughput"
14455   - "parent"
14456   - "tags"
14457   traces:
14458     hoverinfo: "x+y"
14459     boxpoints: "outliers"
14460     whiskerwidth: 0
14461   layout:
14462     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14463     layout: "plot-throughput"
14464
14465 -
14466   type: "plot"
14467   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14468   algorithm: "plot_performance_box"
14469   output-file-type: ".html"
14470   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14471   data: "plot-dpdk-throughput-latency-3n-hsw"
14472   filter: "'NIC_Intel-X520-DA2' and
14473            '64B' and
14474            'BASE' and
14475            'NDRPDR' and
14476            '2T2C' and
14477            'IP4FWD'"
14478   parameters:
14479   - "throughput"
14480   - "parent"
14481   - "tags"
14482   traces:
14483     hoverinfo: "x+y"
14484     boxpoints: "outliers"
14485     whiskerwidth: 0
14486   layout:
14487     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14488     layout: "plot-throughput"
14489
14490 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
14491 -
14492   type: "plot"
14493   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14494   algorithm: "plot_performance_box"
14495   output-file-type: ".html"
14496   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14497   data: "plot-dpdk-throughput-latency-3n-hsw"
14498   filter: "'NIC_Intel-X710' and
14499            '64B' and
14500            'BASE' and
14501            'NDRPDR' and
14502            '1T1C' and
14503            'IP4FWD'"
14504   parameters:
14505   - "throughput"
14506   - "parent"
14507   - "tags"
14508   traces:
14509     hoverinfo: "x+y"
14510     boxpoints: "outliers"
14511     whiskerwidth: 0
14512   layout:
14513     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14514     layout: "plot-throughput"
14515
14516 -
14517   type: "plot"
14518   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14519   algorithm: "plot_performance_box"
14520   output-file-type: ".html"
14521   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14522   data: "plot-dpdk-throughput-latency-3n-hsw"
14523   filter: "'NIC_Intel-X710' and
14524            '64B' and
14525            'BASE' and
14526            'NDRPDR' and
14527            '2T2C' and
14528            'IP4FWD'"
14529   parameters:
14530   - "throughput"
14531   - "parent"
14532   - "tags"
14533   traces:
14534     hoverinfo: "x+y"
14535     boxpoints: "outliers"
14536     whiskerwidth: 0
14537   layout:
14538     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14539     layout: "plot-throughput"
14540
14541 -
14542   type: "plot"
14543   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14544   algorithm: "plot_performance_box"
14545   output-file-type: ".html"
14546   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14547   data: "plot-dpdk-throughput-latency-3n-hsw"
14548   filter: "'NIC_Intel-X710' and
14549            '64B' and
14550            'BASE' and
14551            'NDRPDR' and
14552            '1T1C' and
14553            'IP4FWD'"
14554   parameters:
14555   - "throughput"
14556   - "parent"
14557   - "tags"
14558   traces:
14559     hoverinfo: "x+y"
14560     boxpoints: "outliers"
14561     whiskerwidth: 0
14562   layout:
14563     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14564     layout: "plot-throughput"
14565
14566 -
14567   type: "plot"
14568   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14569   algorithm: "plot_performance_box"
14570   output-file-type: ".html"
14571   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14572   data: "plot-dpdk-throughput-latency-3n-hsw"
14573   filter: "'NIC_Intel-X710' and
14574            '64B' and
14575            'BASE' and
14576            'NDRPDR' and
14577            '2T2C' and
14578            'IP4FWD'"
14579   parameters:
14580   - "throughput"
14581   - "parent"
14582   - "tags"
14583   traces:
14584     hoverinfo: "x+y"
14585     boxpoints: "outliers"
14586     whiskerwidth: 0
14587   layout:
14588     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14589     layout: "plot-throughput"
14590
14591 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
14592 -
14593   type: "plot"
14594   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14595   algorithm: "plot_performance_box"
14596   output-file-type: ".html"
14597   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14598   data: "plot-dpdk-throughput-latency-3n-hsw"
14599   filter: "'NIC_Intel-XL710' and
14600            '64B' and
14601            'BASE' and
14602            'NDRPDR' and
14603            '1T1C' and
14604            'IP4FWD'"
14605   parameters:
14606   - "throughput"
14607   - "parent"
14608   - "tags"
14609   traces:
14610     hoverinfo: "x+y"
14611     boxpoints: "outliers"
14612     whiskerwidth: 0
14613   layout:
14614     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14615     layout: "plot-throughput"
14616
14617 -
14618   type: "plot"
14619   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14620   algorithm: "plot_performance_box"
14621   output-file-type: ".html"
14622   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14623   data: "plot-dpdk-throughput-latency-3n-hsw"
14624   filter: "'NIC_Intel-XL710' and
14625            '64B' and
14626            'BASE' and
14627            'NDRPDR' and
14628            '2T2C' and
14629            'IP4FWD'"
14630   parameters:
14631   - "throughput"
14632   - "parent"
14633   - "tags"
14634   traces:
14635     hoverinfo: "x+y"
14636     boxpoints: "outliers"
14637     whiskerwidth: 0
14638   layout:
14639     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14640     layout: "plot-throughput"
14641
14642 -
14643   type: "plot"
14644   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14645   algorithm: "plot_performance_box"
14646   output-file-type: ".html"
14647   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14648   data: "plot-dpdk-throughput-latency-3n-hsw"
14649   filter: "'NIC_Intel-XL710' and
14650            '64B' and
14651            'BASE' and
14652            'NDRPDR' and
14653            '1T1C' and
14654            'IP4FWD'"
14655   parameters:
14656   - "throughput"
14657   - "parent"
14658   - "tags"
14659   traces:
14660     hoverinfo: "x+y"
14661     boxpoints: "outliers"
14662     whiskerwidth: 0
14663   layout:
14664     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14665     layout: "plot-throughput"
14666
14667 -
14668   type: "plot"
14669   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14670   algorithm: "plot_performance_box"
14671   output-file-type: ".html"
14672   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14673   data: "plot-dpdk-throughput-latency-3n-hsw"
14674   filter: "'NIC_Intel-XL710' and
14675            '64B' and
14676            'BASE' and
14677            'NDRPDR' and
14678            '2T2C' and
14679            'IP4FWD'"
14680   parameters:
14681   - "throughput"
14682   - "parent"
14683   - "tags"
14684   traces:
14685     hoverinfo: "x+y"
14686     boxpoints: "outliers"
14687     whiskerwidth: 0
14688   layout:
14689     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14690     layout: "plot-throughput"
14691
14692 # Packet Throughput - DPDK l3fwd 3n-skx-x710
14693 -
14694   type: "plot"
14695   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14696   algorithm: "plot_performance_box"
14697   output-file-type: ".html"
14698   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14699   data: "plot-dpdk-throughput-latency-3n-skx"
14700   filter: "'NIC_Intel-X710' and
14701            '64B' and
14702            'BASE' and
14703            'NDRPDR' and
14704            '2T1C' and
14705            'IP4FWD'"
14706   parameters:
14707   - "throughput"
14708   - "parent"
14709   - "tags"
14710   traces:
14711     hoverinfo: "x+y"
14712     boxpoints: "outliers"
14713     whiskerwidth: 0
14714   layout:
14715     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14716     layout: "plot-throughput"
14717
14718 -
14719   type: "plot"
14720   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14721   algorithm: "plot_performance_box"
14722   output-file-type: ".html"
14723   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14724   data: "plot-dpdk-throughput-latency-3n-skx"
14725   filter: "'NIC_Intel-X710' and
14726            '64B' and
14727            'BASE' and
14728            'NDRPDR' and
14729            '4T2C' and
14730            'IP4FWD'"
14731   parameters:
14732   - "throughput"
14733   - "parent"
14734   - "tags"
14735   traces:
14736     hoverinfo: "x+y"
14737     boxpoints: "outliers"
14738     whiskerwidth: 0
14739   layout:
14740     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14741     layout: "plot-throughput"
14742
14743 -
14744   type: "plot"
14745   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14746   algorithm: "plot_performance_box"
14747   output-file-type: ".html"
14748   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14749   data: "plot-dpdk-throughput-latency-3n-skx"
14750   filter: "'NIC_Intel-X710' and
14751            '64B' and
14752            'BASE' and
14753            'NDRPDR' and
14754            '2T1C' and
14755            'IP4FWD'"
14756   parameters:
14757   - "throughput"
14758   - "parent"
14759   - "tags"
14760   traces:
14761     hoverinfo: "x+y"
14762     boxpoints: "outliers"
14763     whiskerwidth: 0
14764   layout:
14765     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14766     layout: "plot-throughput"
14767
14768 -
14769   type: "plot"
14770   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14771   algorithm: "plot_performance_box"
14772   output-file-type: ".html"
14773   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14774   data: "plot-dpdk-throughput-latency-3n-skx"
14775   filter: "'NIC_Intel-X710' and
14776            '64B' and
14777            'BASE' and
14778            'NDRPDR' and
14779            '4T2C' and
14780            'IP4FWD'"
14781   parameters:
14782   - "throughput"
14783   - "parent"
14784   - "tags"
14785   traces:
14786     hoverinfo: "x+y"
14787     boxpoints: "outliers"
14788     whiskerwidth: 0
14789   layout:
14790     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14791     layout: "plot-throughput"
14792
14793 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
14794 -
14795   type: "plot"
14796   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14797   algorithm: "plot_performance_box"
14798   output-file-type: ".html"
14799   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14800   data: "plot-dpdk-throughput-latency-3n-skx"
14801   filter: "'NIC_Intel-XXV710' and
14802            '64B' and
14803            'BASE' and
14804            'NDRPDR' and
14805            '2T1C' and
14806            'IP4FWD'"
14807   parameters:
14808   - "throughput"
14809   - "parent"
14810   - "tags"
14811   traces:
14812     hoverinfo: "x+y"
14813     boxpoints: "outliers"
14814     whiskerwidth: 0
14815   layout:
14816     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14817     layout: "plot-throughput"
14818
14819 -
14820   type: "plot"
14821   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14822   algorithm: "plot_performance_box"
14823   output-file-type: ".html"
14824   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14825   data: "plot-dpdk-throughput-latency-3n-skx"
14826   filter: "'NIC_Intel-XXV710' and
14827            '64B' and
14828            'BASE' and
14829            'NDRPDR' and
14830            '4T2C' and
14831            'IP4FWD'"
14832   parameters:
14833   - "throughput"
14834   - "parent"
14835   - "tags"
14836   traces:
14837     hoverinfo: "x+y"
14838     boxpoints: "outliers"
14839     whiskerwidth: 0
14840   layout:
14841     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14842     layout: "plot-throughput"
14843
14844 -
14845   type: "plot"
14846   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14847   algorithm: "plot_performance_box"
14848   output-file-type: ".html"
14849   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14850   data: "plot-dpdk-throughput-latency-3n-skx"
14851   filter: "'NIC_Intel-XXV710' and
14852            '64B' and
14853            'BASE' and
14854            'NDRPDR' and
14855            '2T1C' and
14856            'IP4FWD'"
14857   parameters:
14858   - "throughput"
14859   - "parent"
14860   - "tags"
14861   traces:
14862     hoverinfo: "x+y"
14863     boxpoints: "outliers"
14864     whiskerwidth: 0
14865   layout:
14866     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14867     layout: "plot-throughput"
14868
14869 -
14870   type: "plot"
14871   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14872   algorithm: "plot_performance_box"
14873   output-file-type: ".html"
14874   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14875   data: "plot-dpdk-throughput-latency-3n-skx"
14876   filter: "'NIC_Intel-XXV710' and
14877            '64B' and
14878            'BASE' and
14879            'NDRPDR' and
14880            '4T2C' and
14881            'IP4FWD'"
14882   parameters:
14883   - "throughput"
14884   - "parent"
14885   - "tags"
14886   traces:
14887     hoverinfo: "x+y"
14888     boxpoints: "outliers"
14889     whiskerwidth: 0
14890   layout:
14891     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14892     layout: "plot-throughput"
14893
14894 # Packet Throughput - DPDK l3fwd 2n-skx-x710
14895 -
14896   type: "plot"
14897   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14898   algorithm: "plot_performance_box"
14899   output-file-type: ".html"
14900   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14901   data: "plot-dpdk-throughput-latency-2n-skx"
14902   filter: "'NIC_Intel-X710' and
14903            '64B' and
14904            'BASE' and
14905            'NDRPDR' and
14906            '2T1C' and
14907            'IP4FWD'"
14908   parameters:
14909   - "throughput"
14910   - "parent"
14911   - "tags"
14912   traces:
14913     hoverinfo: "x+y"
14914     boxpoints: "outliers"
14915     whiskerwidth: 0
14916   layout:
14917     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14918     layout: "plot-throughput"
14919
14920 -
14921   type: "plot"
14922   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14923   algorithm: "plot_performance_box"
14924   output-file-type: ".html"
14925   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14926   data: "plot-dpdk-throughput-latency-2n-skx"
14927   filter: "'NIC_Intel-X710' and
14928            '64B' and
14929            'BASE' and
14930            'NDRPDR' and
14931            '4T2C' and
14932            'IP4FWD'"
14933   parameters:
14934   - "throughput"
14935   - "parent"
14936   - "tags"
14937   traces:
14938     hoverinfo: "x+y"
14939     boxpoints: "outliers"
14940     whiskerwidth: 0
14941   layout:
14942     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14943     layout: "plot-throughput"
14944
14945 -
14946   type: "plot"
14947   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14948   algorithm: "plot_performance_box"
14949   output-file-type: ".html"
14950   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14951   data: "plot-dpdk-throughput-latency-2n-skx"
14952   filter: "'NIC_Intel-X710' and
14953            '64B' and
14954            'BASE' and
14955            'NDRPDR' and
14956            '2T1C' and
14957            'IP4FWD'"
14958   parameters:
14959   - "throughput"
14960   - "parent"
14961   - "tags"
14962   traces:
14963     hoverinfo: "x+y"
14964     boxpoints: "outliers"
14965     whiskerwidth: 0
14966   layout:
14967     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14968     layout: "plot-throughput"
14969
14970 -
14971   type: "plot"
14972   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14973   algorithm: "plot_performance_box"
14974   output-file-type: ".html"
14975   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14976   data: "plot-dpdk-throughput-latency-2n-skx"
14977   filter: "'NIC_Intel-X710' and
14978            '64B' and
14979            'BASE' and
14980            'NDRPDR' and
14981            '4T2C' and
14982            'IP4FWD'"
14983   parameters:
14984   - "throughput"
14985   - "parent"
14986   - "tags"
14987   traces:
14988     hoverinfo: "x+y"
14989     boxpoints: "outliers"
14990     whiskerwidth: 0
14991   layout:
14992     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14993     layout: "plot-throughput"
14994
14995 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
14996 -
14997   type: "plot"
14998   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14999   algorithm: "plot_performance_box"
15000   output-file-type: ".html"
15001   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
15002   data: "plot-dpdk-throughput-latency-2n-skx"
15003   filter: "'NIC_Intel-XXV710' and
15004            '64B' and
15005            'BASE' and
15006            'NDRPDR' and
15007            '2T1C' and
15008            'IP4FWD'"
15009   parameters:
15010   - "throughput"
15011   - "parent"
15012   - "tags"
15013   traces:
15014     hoverinfo: "x+y"
15015     boxpoints: "outliers"
15016     whiskerwidth: 0
15017   layout:
15018     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
15019     layout: "plot-throughput"
15020
15021 -
15022   type: "plot"
15023   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
15024   algorithm: "plot_performance_box"
15025   output-file-type: ".html"
15026   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
15027   data: "plot-dpdk-throughput-latency-2n-skx"
15028   filter: "'NIC_Intel-XXV710' and
15029            '64B' and
15030            'BASE' and
15031            'NDRPDR' and
15032            '4T2C' and
15033            'IP4FWD'"
15034   parameters:
15035   - "throughput"
15036   - "parent"
15037   - "tags"
15038   traces:
15039     hoverinfo: "x+y"
15040     boxpoints: "outliers"
15041     whiskerwidth: 0
15042   layout:
15043     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
15044     layout: "plot-throughput"
15045
15046 -
15047   type: "plot"
15048   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15049   algorithm: "plot_performance_box"
15050   output-file-type: ".html"
15051   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15052   data: "plot-dpdk-throughput-latency-2n-skx"
15053   filter: "'NIC_Intel-XXV710' and
15054            '64B' and
15055            'BASE' and
15056            'NDRPDR' and
15057            '2T1C' and
15058            'IP4FWD'"
15059   parameters:
15060   - "throughput"
15061   - "parent"
15062   - "tags"
15063   traces:
15064     hoverinfo: "x+y"
15065     boxpoints: "outliers"
15066     whiskerwidth: 0
15067   layout:
15068     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15069     layout: "plot-throughput"
15070
15071 -
15072   type: "plot"
15073   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15074   algorithm: "plot_performance_box"
15075   output-file-type: ".html"
15076   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15077   data: "plot-dpdk-throughput-latency-2n-skx"
15078   filter: "'NIC_Intel-XXV710' and
15079            '64B' and
15080            'BASE' and
15081            'NDRPDR' and
15082            '4T2C' and
15083            'IP4FWD'"
15084   parameters:
15085   - "throughput"
15086   - "parent"
15087   - "tags"
15088   traces:
15089     hoverinfo: "x+y"
15090     boxpoints: "outliers"
15091     whiskerwidth: 0
15092   layout:
15093     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15094     layout: "plot-throughput"
15095
15096 ################################################################################
15097
15098 # Packet Throughput - DPDK testpmd 3n-hsw-x520
15099 -
15100   type: "plot"
15101   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15102   algorithm: "plot_performance_box"
15103   output-file-type: ".html"
15104   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15105   data: "plot-dpdk-throughput-latency-3n-hsw"
15106   filter: "'NIC_Intel-X520-DA2' and
15107            '64B' and
15108            'BASE' and
15109            'NDRPDR' and
15110            '1T1C' and
15111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15112   parameters:
15113   - "throughput"
15114   - "parent"
15115   - "tags"
15116   traces:
15117     hoverinfo: "x+y"
15118     boxpoints: "outliers"
15119     whiskerwidth: 0
15120   layout:
15121     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15122     layout: "plot-throughput"
15123
15124 -
15125   type: "plot"
15126   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15127   algorithm: "plot_performance_box"
15128   output-file-type: ".html"
15129   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15130   data: "plot-dpdk-throughput-latency-3n-hsw"
15131   filter: "'NIC_Intel-X520-DA2' and
15132            '64B' and
15133            'BASE' and
15134            'NDRPDR' and
15135            '2T2C' and
15136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15137   parameters:
15138   - "throughput"
15139   - "parent"
15140   - "tags"
15141   traces:
15142     hoverinfo: "x+y"
15143     boxpoints: "outliers"
15144     whiskerwidth: 0
15145   layout:
15146     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15147     layout: "plot-throughput"
15148
15149 -
15150   type: "plot"
15151   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15152   algorithm: "plot_performance_box"
15153   output-file-type: ".html"
15154   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15155   data: "plot-dpdk-throughput-latency-3n-hsw"
15156   filter: "'NIC_Intel-X520-DA2' and
15157            '64B' and
15158            'BASE' and
15159            'NDRPDR' and
15160            '1T1C' and
15161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15162   parameters:
15163   - "throughput"
15164   - "parent"
15165   - "tags"
15166   traces:
15167     hoverinfo: "x+y"
15168     boxpoints: "outliers"
15169     whiskerwidth: 0
15170   layout:
15171     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15172     layout: "plot-throughput"
15173
15174 -
15175   type: "plot"
15176   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15177   algorithm: "plot_performance_box"
15178   output-file-type: ".html"
15179   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15180   data: "plot-dpdk-throughput-latency-3n-hsw"
15181   filter: "'NIC_Intel-X520-DA2' and
15182            '64B' and
15183            'BASE' and
15184            'NDRPDR' and
15185            '2T2C' and
15186            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15187   parameters:
15188   - "throughput"
15189   - "parent"
15190   - "tags"
15191   traces:
15192     hoverinfo: "x+y"
15193     boxpoints: "outliers"
15194     whiskerwidth: 0
15195   layout:
15196     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15197     layout: "plot-throughput"
15198
15199 # Packet Throughput - DPDK testpmd 3n-hsw-x710
15200 -
15201   type: "plot"
15202   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15203   algorithm: "plot_performance_box"
15204   output-file-type: ".html"
15205   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15206   data: "plot-dpdk-throughput-latency-3n-hsw"
15207   filter: "'NIC_Intel-X710' and
15208            '64B' and
15209            'BASE' and
15210            'NDRPDR' and
15211            '1T1C' and
15212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15213   parameters:
15214   - "throughput"
15215   - "parent"
15216   - "tags"
15217   traces:
15218     hoverinfo: "x+y"
15219     boxpoints: "outliers"
15220     whiskerwidth: 0
15221   layout:
15222     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15223     layout: "plot-throughput"
15224
15225 -
15226   type: "plot"
15227   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15228   algorithm: "plot_performance_box"
15229   output-file-type: ".html"
15230   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15231   data: "plot-dpdk-throughput-latency-3n-hsw"
15232   filter: "'NIC_Intel-X710' and
15233            '64B' and
15234            'BASE' and
15235            'NDRPDR' and
15236            '2T2C' and
15237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15238   parameters:
15239   - "throughput"
15240   - "parent"
15241   - "tags"
15242   traces:
15243     hoverinfo: "x+y"
15244     boxpoints: "outliers"
15245     whiskerwidth: 0
15246   layout:
15247     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15248     layout: "plot-throughput"
15249
15250 -
15251   type: "plot"
15252   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15253   algorithm: "plot_performance_box"
15254   output-file-type: ".html"
15255   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15256   data: "plot-dpdk-throughput-latency-3n-hsw"
15257   filter: "'NIC_Intel-X710' and
15258            '64B' and
15259            'BASE' and
15260            'NDRPDR' and
15261            '1T1C' and
15262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15263   parameters:
15264   - "throughput"
15265   - "parent"
15266   - "tags"
15267   traces:
15268     hoverinfo: "x+y"
15269     boxpoints: "outliers"
15270     whiskerwidth: 0
15271   layout:
15272     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15273     layout: "plot-throughput"
15274
15275 -
15276   type: "plot"
15277   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15278   algorithm: "plot_performance_box"
15279   output-file-type: ".html"
15280   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15281   data: "plot-dpdk-throughput-latency-3n-hsw"
15282   filter: "'NIC_Intel-X710' and
15283            '64B' and
15284            'BASE' and
15285            'NDRPDR' and
15286            '2T2C' and
15287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15288   parameters:
15289   - "throughput"
15290   - "parent"
15291   - "tags"
15292   traces:
15293     hoverinfo: "x+y"
15294     boxpoints: "outliers"
15295     whiskerwidth: 0
15296   layout:
15297     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15298     layout: "plot-throughput"
15299
15300 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
15301 -
15302   type: "plot"
15303   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15304   algorithm: "plot_performance_box"
15305   output-file-type: ".html"
15306   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15307   data: "plot-dpdk-throughput-latency-3n-hsw"
15308   filter: "'NIC_Intel-XL710' and
15309            '64B' and
15310            'BASE' and
15311            'NDRPDR' and
15312            '1T1C' and
15313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15314   parameters:
15315   - "throughput"
15316   - "parent"
15317   - "tags"
15318   traces:
15319     hoverinfo: "x+y"
15320     boxpoints: "outliers"
15321     whiskerwidth: 0
15322   layout:
15323     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15324     layout: "plot-throughput"
15325
15326 -
15327   type: "plot"
15328   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15329   algorithm: "plot_performance_box"
15330   output-file-type: ".html"
15331   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15332   data: "plot-dpdk-throughput-latency-3n-hsw"
15333   filter: "'NIC_Intel-XL710' and
15334            '64B' and
15335            'BASE' and
15336            'NDRPDR' and
15337            '2T2C' and
15338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15339   parameters:
15340   - "throughput"
15341   - "parent"
15342   - "tags"
15343   traces:
15344     hoverinfo: "x+y"
15345     boxpoints: "outliers"
15346     whiskerwidth: 0
15347   layout:
15348     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15349     layout: "plot-throughput"
15350
15351 -
15352   type: "plot"
15353   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15354   algorithm: "plot_performance_box"
15355   output-file-type: ".html"
15356   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15357   data: "plot-dpdk-throughput-latency-3n-hsw"
15358   filter: "'NIC_Intel-XL710' and
15359            '64B' and
15360            'BASE' and
15361            'NDRPDR' and
15362            '1T1C' and
15363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15364   parameters:
15365   - "throughput"
15366   - "parent"
15367   - "tags"
15368   traces:
15369     hoverinfo: "x+y"
15370     boxpoints: "outliers"
15371     whiskerwidth: 0
15372   layout:
15373     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15374     layout: "plot-throughput"
15375
15376 -
15377   type: "plot"
15378   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15379   algorithm: "plot_performance_box"
15380   output-file-type: ".html"
15381   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15382   data: "plot-dpdk-throughput-latency-3n-hsw"
15383   filter: "'NIC_Intel-XL710' and
15384            '64B' and
15385            'BASE' and
15386            'NDRPDR' and
15387            '2T2C' and
15388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15389   parameters:
15390   - "throughput"
15391   - "parent"
15392   - "tags"
15393   traces:
15394     hoverinfo: "x+y"
15395     boxpoints: "outliers"
15396     whiskerwidth: 0
15397   layout:
15398     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15399     layout: "plot-throughput"
15400
15401 # Packet Throughput - DPDK testpmd 3n-skx-x710
15402 -
15403   type: "plot"
15404   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15405   algorithm: "plot_performance_box"
15406   output-file-type: ".html"
15407   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15408   data: "plot-dpdk-throughput-latency-3n-skx"
15409   filter: "'NIC_Intel-X710' and
15410            '64B' and
15411            'BASE' and
15412            'NDRPDR' and
15413            '2T1C' and
15414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15415   parameters:
15416   - "throughput"
15417   - "parent"
15418   - "tags"
15419   traces:
15420     hoverinfo: "x+y"
15421     boxpoints: "outliers"
15422     whiskerwidth: 0
15423   layout:
15424     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15425     layout: "plot-throughput"
15426
15427 -
15428   type: "plot"
15429   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15430   algorithm: "plot_performance_box"
15431   output-file-type: ".html"
15432   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15433   data: "plot-dpdk-throughput-latency-3n-skx"
15434   filter: "'NIC_Intel-X710' and
15435            '64B' and
15436            'BASE' and
15437            'NDRPDR' and
15438            '4T2C' and
15439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15440   parameters:
15441   - "throughput"
15442   - "parent"
15443   - "tags"
15444   traces:
15445     hoverinfo: "x+y"
15446     boxpoints: "outliers"
15447     whiskerwidth: 0
15448   layout:
15449     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15450     layout: "plot-throughput"
15451
15452 -
15453   type: "plot"
15454   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15455   algorithm: "plot_performance_box"
15456   output-file-type: ".html"
15457   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15458   data: "plot-dpdk-throughput-latency-3n-skx"
15459   filter: "'NIC_Intel-X710' and
15460            '64B' and
15461            'BASE' and
15462            'NDRPDR' and
15463            '2T1C' and
15464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15465   parameters:
15466   - "throughput"
15467   - "parent"
15468   - "tags"
15469   traces:
15470     hoverinfo: "x+y"
15471     boxpoints: "outliers"
15472     whiskerwidth: 0
15473   layout:
15474     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15475     layout: "plot-throughput"
15476
15477 -
15478   type: "plot"
15479   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15480   algorithm: "plot_performance_box"
15481   output-file-type: ".html"
15482   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15483   data: "plot-dpdk-throughput-latency-3n-skx"
15484   filter: "'NIC_Intel-X710' and
15485            '64B' and
15486            'BASE' and
15487            'NDRPDR' and
15488            '4T2C' and
15489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15490   parameters:
15491   - "throughput"
15492   - "parent"
15493   - "tags"
15494   traces:
15495     hoverinfo: "x+y"
15496     boxpoints: "outliers"
15497     whiskerwidth: 0
15498   layout:
15499     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15500     layout: "plot-throughput"
15501
15502 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
15503 -
15504   type: "plot"
15505   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15506   algorithm: "plot_performance_box"
15507   output-file-type: ".html"
15508   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15509   data: "plot-dpdk-throughput-latency-3n-skx"
15510   filter: "'NIC_Intel-XXV710' and
15511            '64B' and
15512            'BASE' and
15513            'NDRPDR' and
15514            '2T1C' and
15515            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15516   parameters:
15517   - "throughput"
15518   - "parent"
15519   - "tags"
15520   traces:
15521     hoverinfo: "x+y"
15522     boxpoints: "outliers"
15523     whiskerwidth: 0
15524   layout:
15525     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15526     layout: "plot-throughput"
15527
15528 -
15529   type: "plot"
15530   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15531   algorithm: "plot_performance_box"
15532   output-file-type: ".html"
15533   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15534   data: "plot-dpdk-throughput-latency-3n-skx"
15535   filter: "'NIC_Intel-XXV710' and
15536            '64B' and
15537            'BASE' and
15538            'NDRPDR' and
15539            '4T2C' and
15540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15541   parameters:
15542   - "throughput"
15543   - "parent"
15544   - "tags"
15545   traces:
15546     hoverinfo: "x+y"
15547     boxpoints: "outliers"
15548     whiskerwidth: 0
15549   layout:
15550     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15551     layout: "plot-throughput"
15552
15553 -
15554   type: "plot"
15555   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15556   algorithm: "plot_performance_box"
15557   output-file-type: ".html"
15558   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15559   data: "plot-dpdk-throughput-latency-3n-skx"
15560   filter: "'NIC_Intel-XXV710' and
15561            '64B' and
15562            'BASE' and
15563            'NDRPDR' and
15564            '2T1C' and
15565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15566   parameters:
15567   - "throughput"
15568   - "parent"
15569   - "tags"
15570   traces:
15571     hoverinfo: "x+y"
15572     boxpoints: "outliers"
15573     whiskerwidth: 0
15574   layout:
15575     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15576     layout: "plot-throughput"
15577
15578 -
15579   type: "plot"
15580   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15581   algorithm: "plot_performance_box"
15582   output-file-type: ".html"
15583   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15584   data: "plot-dpdk-throughput-latency-3n-skx"
15585   filter: "'NIC_Intel-XXV710' and
15586            '64B' and
15587            'BASE' and
15588            'NDRPDR' and
15589            '4T2C' and
15590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15591   parameters:
15592   - "throughput"
15593   - "parent"
15594   - "tags"
15595   traces:
15596     hoverinfo: "x+y"
15597     boxpoints: "outliers"
15598     whiskerwidth: 0
15599   layout:
15600     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15601     layout: "plot-throughput"
15602
15603 # Packet Throughput - DPDK testpmd 2n-skx-x710
15604 -
15605   type: "plot"
15606   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15607   algorithm: "plot_performance_box"
15608   output-file-type: ".html"
15609   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15610   data: "plot-dpdk-throughput-latency-2n-skx"
15611   filter: "'NIC_Intel-X710' and
15612            '64B' and
15613            'BASE' and
15614            'NDRPDR' and
15615            '2T1C' and
15616            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15617   parameters:
15618   - "throughput"
15619   - "parent"
15620   - "tags"
15621   traces:
15622     hoverinfo: "x+y"
15623     boxpoints: "outliers"
15624     whiskerwidth: 0
15625   layout:
15626     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15627     layout: "plot-throughput"
15628
15629 -
15630   type: "plot"
15631   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15632   algorithm: "plot_performance_box"
15633   output-file-type: ".html"
15634   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15635   data: "plot-dpdk-throughput-latency-2n-skx"
15636   filter: "'NIC_Intel-X710' and
15637            '64B' and
15638            'BASE' and
15639            'NDRPDR' and
15640            '4T2C' and
15641            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15642   parameters:
15643   - "throughput"
15644   - "parent"
15645   - "tags"
15646   traces:
15647     hoverinfo: "x+y"
15648     boxpoints: "outliers"
15649     whiskerwidth: 0
15650   layout:
15651     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15652     layout: "plot-throughput"
15653
15654 -
15655   type: "plot"
15656   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15657   algorithm: "plot_performance_box"
15658   output-file-type: ".html"
15659   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15660   data: "plot-dpdk-throughput-latency-2n-skx"
15661   filter: "'NIC_Intel-X710' and
15662            '64B' and
15663            'BASE' and
15664            'NDRPDR' and
15665            '2T1C' and
15666            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15667   parameters:
15668   - "throughput"
15669   - "parent"
15670   - "tags"
15671   traces:
15672     hoverinfo: "x+y"
15673     boxpoints: "outliers"
15674     whiskerwidth: 0
15675   layout:
15676     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15677     layout: "plot-throughput"
15678
15679 -
15680   type: "plot"
15681   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15682   algorithm: "plot_performance_box"
15683   output-file-type: ".html"
15684   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15685   data: "plot-dpdk-throughput-latency-2n-skx"
15686   filter: "'NIC_Intel-X710' and
15687            '64B' and
15688            'BASE' and
15689            'NDRPDR' and
15690            '4T2C' and
15691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15692   parameters:
15693   - "throughput"
15694   - "parent"
15695   - "tags"
15696   traces:
15697     hoverinfo: "x+y"
15698     boxpoints: "outliers"
15699     whiskerwidth: 0
15700   layout:
15701     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15702     layout: "plot-throughput"
15703
15704 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
15705 -
15706   type: "plot"
15707   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15708   algorithm: "plot_performance_box"
15709   output-file-type: ".html"
15710   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15711   data: "plot-dpdk-throughput-latency-2n-skx"
15712   filter: "'NIC_Intel-XXV710' and
15713            '64B' and
15714            'BASE' and
15715            'NDRPDR' and
15716            '2T1C' and
15717            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15718   parameters:
15719   - "throughput"
15720   - "parent"
15721   - "tags"
15722   traces:
15723     hoverinfo: "x+y"
15724     boxpoints: "outliers"
15725     whiskerwidth: 0
15726   layout:
15727     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15728     layout: "plot-throughput"
15729
15730 -
15731   type: "plot"
15732   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15733   algorithm: "plot_performance_box"
15734   output-file-type: ".html"
15735   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15736   data: "plot-dpdk-throughput-latency-2n-skx"
15737   filter: "'NIC_Intel-XXV710' and
15738            '64B' and
15739            'BASE' and
15740            'NDRPDR' and
15741            '4T2C' and
15742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15743   parameters:
15744   - "throughput"
15745   - "parent"
15746   - "tags"
15747   traces:
15748     hoverinfo: "x+y"
15749     boxpoints: "outliers"
15750     whiskerwidth: 0
15751   layout:
15752     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15753     layout: "plot-throughput"
15754
15755 -
15756   type: "plot"
15757   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15758   algorithm: "plot_performance_box"
15759   output-file-type: ".html"
15760   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15761   data: "plot-dpdk-throughput-latency-2n-skx"
15762   filter: "'NIC_Intel-XXV710' and
15763            '64B' and
15764            'BASE' and
15765            'NDRPDR' and
15766            '2T1C' and
15767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15768   parameters:
15769   - "throughput"
15770   - "parent"
15771   - "tags"
15772   traces:
15773     hoverinfo: "x+y"
15774     boxpoints: "outliers"
15775     whiskerwidth: 0
15776   layout:
15777     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15778     layout: "plot-throughput"
15779
15780 -
15781   type: "plot"
15782   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15783   algorithm: "plot_performance_box"
15784   output-file-type: ".html"
15785   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15786   data: "plot-dpdk-throughput-latency-2n-skx"
15787   filter: "'NIC_Intel-XXV710' and
15788            '64B' and
15789            'BASE' and
15790            'NDRPDR' and
15791            '4T2C' and
15792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15793   parameters:
15794   - "throughput"
15795   - "parent"
15796   - "tags"
15797   traces:
15798     hoverinfo: "x+y"
15799     boxpoints: "outliers"
15800     whiskerwidth: 0
15801   layout:
15802     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15803     layout: "plot-throughput"
15804
15805 ################################################################################
15806
15807 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
15808 -
15809   type: "plot"
15810   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15811   algorithm: "plot_latency_error_bars"
15812   output-file-type: ".html"
15813   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15814   data: "plot-vpp-throughput-latency-3n-hsw"
15815   filter: "'NIC_Intel-X520-DA2' and
15816            '64B' and
15817            ('BASE' or 'SCALE') and
15818            'NDRPDR' and
15819            'ETH' and
15820            '1T1C' and
15821            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15822            not 'VHOST' and
15823            not 'MEMIF'"
15824   parameters:
15825   - "latency"
15826   - "parent"
15827   - "tags"
15828   sort:
15829   - "L2PATCH"
15830   - "L2XCBASE"
15831   - "BASE"
15832   - "FIB_10K"
15833   - "FIB_100K"
15834   - "FIB_1M"
15835   layout:
15836     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15837     layout: "plot-latency"
15838
15839 -
15840   type: "plot"
15841   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15842   algorithm: "plot_latency_error_bars"
15843   output-file-type: ".html"
15844   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15845   data: "plot-vpp-throughput-latency-3n-hsw"
15846   filter: "'NIC_Intel-X520-DA2' and
15847            '64B' and
15848            ('BASE' or 'SCALE') and
15849            'NDRPDR' and
15850            'ETH' and
15851            '2T2C' and
15852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15853            not 'VHOST' and
15854            not 'MEMIF'"
15855   parameters:
15856   - "latency"
15857   - "parent"
15858   - "tags"
15859   sort:
15860   - "L2PATCH"
15861   - "L2XCBASE"
15862   - "BASE"
15863   - "FIB_10K"
15864   - "FIB_100K"
15865   - "FIB_1M"
15866   layout:
15867     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15868     layout: "plot-latency"
15869
15870 # Packet Latency - VPP L2 3n-hsw-x520 features
15871 -
15872   type: "plot"
15873   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15874   algorithm: "plot_latency_error_bars"
15875   output-file-type: ".html"
15876   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15877   data: "plot-vpp-throughput-latency-3n-hsw"
15878   filter: "'NIC_Intel-X520-DA2' and
15879            '64B' and
15880            'NDRPDR' and
15881            '1T1C' and
15882            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15883            not 'ACL' and
15884            not 'VHOST' and
15885            not 'MEMIF'"
15886   parameters:
15887   - "latency"
15888   - "parent"
15889   - "tags"
15890   sort:
15891   - "L2XCBASE"    # l2xcbase
15892   - "L2BDBASE"    # l2bdbase
15893   - "L2XCFWD"     # dot1q-l2xcbase
15894   - "L2BDMACLRN"  # dot1q-l2bdbase
15895   layout:
15896     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
15897     layout: "plot-latency"
15898
15899 -
15900   type: "plot"
15901   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15902   algorithm: "plot_latency_error_bars"
15903   output-file-type: ".html"
15904   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15905   data: "plot-vpp-throughput-latency-3n-hsw"
15906   filter: "'NIC_Intel-X520-DA2' and
15907            '64B' and
15908            'NDRPDR' and
15909            '2T2C' and
15910            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15911            not 'ACL' and
15912            not 'VHOST' and
15913            not 'MEMIF'"
15914   parameters:
15915   - "latency"
15916   - "parent"
15917   - "tags"
15918   sort:
15919   - "L2XCBASE"    # l2xcbase
15920   - "L2BDBASE"    # l2bdbase
15921   - "L2XCFWD"     # dot1q-l2xcbase
15922   - "L2BDMACLRN"  # dot1q-l2bdbase
15923   layout:
15924     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
15925     layout: "plot-latency"
15926
15927 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
15928 -
15929   type: "plot"
15930   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15931   algorithm: "plot_latency_error_bars"
15932   output-file-type: ".html"
15933   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15934   data: "plot-vpp-throughput-latency-3n-hsw"
15935   filter: "'NIC_Intel-X710' and
15936            '64B' and
15937            ('BASE' or 'SCALE') and
15938            'NDRPDR' and
15939            'ETH' and
15940            '1T1C' and
15941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15942            not 'VHOST' and
15943            not 'MEMIF'"
15944   parameters:
15945   - "latency"
15946   - "parent"
15947   - "tags"
15948   sort:
15949   - "L2PATCH"
15950   - "L2XCBASE"
15951   - "BASE"
15952   - "FIB_10K"
15953   - "FIB_100K"
15954   - "FIB_1M"
15955   layout:
15956     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15957     layout: "plot-latency"
15958
15959 -
15960   type: "plot"
15961   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15962   algorithm: "plot_latency_error_bars"
15963   output-file-type: ".html"
15964   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15965   data: "plot-vpp-throughput-latency-3n-hsw"
15966   filter: "'NIC_Intel-X710' and
15967            '64B' and
15968            ('BASE' or 'SCALE') and
15969            'NDRPDR' and
15970            'ETH' and
15971            '2T2C' and
15972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15973            not 'VHOST' and
15974            not 'MEMIF'"
15975   parameters:
15976   - "latency"
15977   - "parent"
15978   - "tags"
15979   sort:
15980   - "L2PATCH"
15981   - "L2XCBASE"
15982   - "BASE"
15983   - "FIB_10K"
15984   - "FIB_100K"
15985   - "FIB_1M"
15986   layout:
15987     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15988     layout: "plot-latency"
15989
15990 # Packet Latency - VPP L2 3n-hsw-x710 features
15991 -
15992   type: "plot"
15993   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15994   algorithm: "plot_latency_error_bars"
15995   output-file-type: ".html"
15996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15997   data: "plot-vpp-throughput-latency-3n-hsw"
15998   filter: "'NIC_Intel-X710' and
15999            '64B' and
16000            'NDRPDR' and
16001            '1T1C' and
16002            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16003            not 'ACL' and
16004            not 'VHOST' and
16005            not 'MEMIF'"
16006   parameters:
16007   - "latency"
16008   - "parent"
16009   - "tags"
16010   sort:
16011   - "L2XCBASE"    # l2xcbase
16012   - "L2BDBASE"    # l2bdbase
16013   - "L2XCFWD"     # dot1q-l2xcbase
16014   - "L2BDMACLRN"  # dot1q-l2bdbase
16015   layout:
16016     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
16017     layout: "plot-latency"
16018
16019 -
16020   type: "plot"
16021   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
16022   algorithm: "plot_latency_error_bars"
16023   output-file-type: ".html"
16024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
16025   data: "plot-vpp-throughput-latency-3n-hsw"
16026   filter: "'NIC_Intel-X710' and
16027            '64B' and
16028            'NDRPDR' and
16029            '2T2C' and
16030            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16031            not 'ACL' and
16032            not 'VHOST' and
16033            not 'MEMIF'"
16034   parameters:
16035   - "latency"
16036   - "parent"
16037   - "tags"
16038   sort:
16039   - "L2XCBASE"    # l2xcbase
16040   - "L2BDBASE"    # l2bdbase
16041   - "L2XCFWD"     # dot1q-l2xcbase
16042   - "L2BDMACLRN"  # dot1q-l2bdbase
16043   layout:
16044     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
16045     layout: "plot-latency"
16046
16047 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
16048 -
16049   type: "plot"
16050   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16051   algorithm: "plot_latency_error_bars"
16052   output-file-type: ".html"
16053   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16054   data: "plot-vpp-throughput-latency-3n-hsw"
16055   filter: "'NIC_Intel-XL710' and
16056            '64B' and
16057            ('BASE' or 'SCALE') and
16058            'NDRPDR' and
16059            'ETH' and
16060            '1T1C' and
16061            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16062            not 'VHOST' and
16063            not 'MEMIF'"
16064   parameters:
16065   - "latency"
16066   - "parent"
16067   - "tags"
16068   sort:
16069   - "L2PATCH"
16070   - "L2XCBASE"
16071   - "BASE"
16072   - "FIB_10K"
16073   - "FIB_100K"
16074   - "FIB_1M"
16075   layout:
16076     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16077     layout: "plot-latency"
16078
16079 -
16080   type: "plot"
16081   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16082   algorithm: "plot_latency_error_bars"
16083   output-file-type: ".html"
16084   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16085   data: "plot-vpp-throughput-latency-3n-hsw"
16086   filter: "'NIC_Intel-XL710' and
16087            '64B' and
16088            ('BASE' or 'SCALE') and
16089            'NDRPDR' and
16090            'ETH' and
16091            '2T2C' and
16092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16093            not 'VHOST' and
16094            not 'MEMIF'"
16095   parameters:
16096   - "latency"
16097   - "parent"
16098   - "tags"
16099   sort:
16100   - "L2PATCH"
16101   - "L2XCBASE"
16102   - "BASE"
16103   - "FIB_10K"
16104   - "FIB_100K"
16105   - "FIB_1M"
16106   layout:
16107     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16108     layout: "plot-latency"
16109
16110 # Packet Latency - VPP L2 3n-skx-x710 base and scale
16111 -
16112   type: "plot"
16113   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16114   algorithm: "plot_latency_error_bars"
16115   output-file-type: ".html"
16116   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16117   data: "plot-vpp-throughput-latency-3n-skx"
16118   filter: "'NIC_Intel-X710' and
16119            '64B' and
16120            ('BASE' or 'SCALE') and
16121            'NDRPDR' and
16122            'ETH' and
16123            '2T1C' and
16124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16125            not 'VHOST' and
16126            not 'MEMIF'"
16127   parameters:
16128   - "latency"
16129   - "parent"
16130   - "tags"
16131   sort:
16132   - "L2PATCH"
16133   - "L2XCBASE"
16134   - "BASE"
16135   - "FIB_10K"
16136   - "FIB_100K"
16137   - "FIB_1M"
16138   layout:
16139     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16140     layout: "plot-latency"
16141
16142 -
16143   type: "plot"
16144   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16145   algorithm: "plot_latency_error_bars"
16146   output-file-type: ".html"
16147   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16148   data: "plot-vpp-throughput-latency-3n-skx"
16149   filter: "'NIC_Intel-X710' and
16150            '64B' and
16151            ('BASE' or 'SCALE') and
16152            'NDRPDR' and
16153            'ETH' and
16154            '4T2C' and
16155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16156            not 'VHOST' and
16157            not 'MEMIF'"
16158   parameters:
16159   - "latency"
16160   - "parent"
16161   - "tags"
16162   sort:
16163   - "L2PATCH"
16164   - "L2XCBASE"
16165   - "BASE"
16166   - "FIB_10K"
16167   - "FIB_100K"
16168   - "FIB_1M"
16169   layout:
16170     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16171     layout: "plot-latency"
16172
16173 # Packet Latency - VPP L2 3n-skx-x710 features
16174 -
16175   type: "plot"
16176   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16177   algorithm: "plot_latency_error_bars"
16178   output-file-type: ".html"
16179   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16180   data: "plot-vpp-throughput-latency-3n-skx"
16181   filter: "'NIC_Intel-X710' and
16182            '64B' and
16183            'NDRPDR' and
16184            '2T1C' and
16185            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16186            not 'ACL' and
16187            not 'VHOST' and
16188            not 'MEMIF'"
16189   parameters:
16190   - "latency"
16191   - "parent"
16192   - "tags"
16193   sort:
16194   - "L2XCBASE"    # l2xcbase
16195   - "L2BDBASE"    # l2bdbase
16196   - "L2XCFWD"     # dot1q-l2xcbase
16197   - "L2BDMACLRN"  # dot1q-l2bdbase
16198   layout:
16199     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
16200     layout: "plot-latency"
16201
16202 -
16203   type: "plot"
16204   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16205   algorithm: "plot_latency_error_bars"
16206   output-file-type: ".html"
16207   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16208   data: "plot-vpp-throughput-latency-3n-skx"
16209   filter: "'NIC_Intel-X710' and
16210            '64B' and
16211            'NDRPDR' and
16212            '4T2C' and
16213            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16214            not 'ACL' and
16215            not 'VHOST' and
16216            not 'MEMIF'"
16217   parameters:
16218   - "latency"
16219   - "parent"
16220   - "tags"
16221   sort:
16222   - "L2XCBASE"    # l2xcbase
16223   - "L2BDBASE"    # l2bdbase
16224   - "L2XCFWD"     # dot1q-l2xcbase
16225   - "L2BDMACLRN"  # dot1q-l2bdbase
16226   layout:
16227     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
16228     layout: "plot-latency"
16229
16230 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
16231 -
16232   type: "plot"
16233   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16234   algorithm: "plot_latency_error_bars"
16235   output-file-type: ".html"
16236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16237   data: "plot-vpp-throughput-latency-3n-skx"
16238   filter: "'NIC_Intel-XXV710' and
16239            '64B' and
16240            ('BASE' or 'SCALE') and
16241            'NDRPDR' and
16242            'ETH' and
16243            '2T1C' and
16244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16245            not 'VHOST' and
16246            not 'MEMIF'"
16247   parameters:
16248   - "latency"
16249   - "parent"
16250   - "tags"
16251   sort:
16252   - "L2PATCH"
16253   - "L2XCBASE"
16254   - "BASE"
16255   - "FIB_10K"
16256   - "FIB_100K"
16257   - "FIB_1M"
16258   layout:
16259     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16260     layout: "plot-latency"
16261
16262 -
16263   type: "plot"
16264   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16265   algorithm: "plot_latency_error_bars"
16266   output-file-type: ".html"
16267   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16268   data: "plot-vpp-throughput-latency-3n-skx"
16269   filter: "'NIC_Intel-XXV710' and
16270            '64B' and
16271            ('BASE' or 'SCALE') and
16272            'NDRPDR' and
16273            'ETH' and
16274            '4T2C' and
16275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16276            not 'VHOST' and
16277            not 'MEMIF'"
16278   parameters:
16279   - "latency"
16280   - "parent"
16281   - "tags"
16282   sort:
16283   - "L2PATCH"
16284   - "L2XCBASE"
16285   - "BASE"
16286   - "FIB_10K"
16287   - "FIB_100K"
16288   - "FIB_1M"
16289   layout:
16290     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16291     layout: "plot-latency"
16292
16293 # Packet Latency - VPP L2 2n-skx-x710 base and scale
16294 -
16295   type: "plot"
16296   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16297   algorithm: "plot_latency_error_bars"
16298   output-file-type: ".html"
16299   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16300   data: "plot-vpp-throughput-latency-2n-skx"
16301   filter: "'NIC_Intel-X710' and
16302            '64B' and
16303            'ETH' and
16304            ('BASE' or 'SCALE') and
16305            'NDRPDR' and
16306            '2T1C' and
16307            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16308            not 'VHOST' and
16309            not 'MEMIF'"
16310   parameters:
16311   - "latency"
16312   - "parent"
16313   - "tags"
16314   sort:
16315   - "L2PATCH"
16316   - "L2XCBASE"
16317   - "BASE"
16318   - "FIB_10K"
16319   - "FIB_100K"
16320   - "FIB_1M"
16321   layout:
16322     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16323     layout: "plot-latency"
16324
16325 -
16326   type: "plot"
16327   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16328   algorithm: "plot_latency_error_bars"
16329   output-file-type: ".html"
16330   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16331   data: "plot-vpp-throughput-latency-2n-skx"
16332   filter: "'NIC_Intel-X710' and
16333            '64B' and
16334            ('BASE' or 'SCALE') and
16335            'NDRPDR' and
16336            'ETH' and
16337            '4T2C' and
16338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16339            not 'VHOST' and
16340            not 'MEMIF'"
16341   parameters:
16342   - "latency"
16343   - "parent"
16344   - "tags"
16345   sort:
16346   - "L2PATCH"
16347   - "L2XCBASE"
16348   - "BASE"
16349   - "FIB_10K"
16350   - "FIB_100K"
16351   - "FIB_1M"
16352   layout:
16353     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16354     layout: "plot-latency"
16355
16356 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
16357 -
16358   type: "plot"
16359   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16360   algorithm: "plot_latency_error_bars"
16361   output-file-type: ".html"
16362   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16363   data: "plot-vpp-throughput-latency-2n-skx"
16364   filter: "'NIC_Intel-XXV710' and
16365            '64B' and
16366            ('BASE' or 'SCALE') and
16367            'NDRPDR' and
16368            'ETH' and
16369            '2T1C' and
16370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16371            not 'VHOST' and
16372            not 'MEMIF'"
16373   parameters:
16374   - "latency"
16375   - "parent"
16376   - "tags"
16377   sort:
16378   - "L2PATCH"
16379   - "L2XCBASE"
16380   - "BASE"
16381   - "FIB_10K"
16382   - "FIB_100K"
16383   - "FIB_1M"
16384   layout:
16385     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16386     layout: "plot-latency"
16387
16388 -
16389   type: "plot"
16390   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16391   algorithm: "plot_latency_error_bars"
16392   output-file-type: ".html"
16393   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16394   data: "plot-vpp-throughput-latency-2n-skx"
16395   filter: "'NIC_Intel-XXV710' and
16396            '64B' and
16397            ('BASE' or 'SCALE') and
16398            'NDRPDR' and
16399            'ETH' and
16400            '4T2C' and
16401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16402            not 'VHOST' and
16403            not 'MEMIF'"
16404   parameters:
16405   - "latency"
16406   - "parent"
16407   - "tags"
16408   sort:
16409   - "L2PATCH"
16410   - "L2XCBASE"
16411   - "BASE"
16412   - "FIB_10K"
16413   - "FIB_100K"
16414   - "FIB_1M"
16415   layout:
16416     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16417     layout: "plot-latency"
16418
16419 ################################################################################
16420
16421 # Packet Latency - VPP Container Memif 3n-hsw-x520
16422 -
16423   type: "plot"
16424   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16425   algorithm: "plot_latency_error_bars"
16426   output-file-type: ".html"
16427   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16428   data: "plot-vpp-throughput-latency-3n-hsw"
16429   filter: "'NIC_Intel-X520-DA2' and
16430            '64B' and
16431            ('BASE' or 'SCALE') and
16432            'NDRPDR' and
16433            '1T1C' and
16434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16435            not 'VHOST' and
16436            'MEMIF'"
16437   parameters:
16438   - "latency"
16439   - "parent"
16440   - "tags"
16441   sort:
16442   - "L2XCFWD"
16443   - "L2XCFWD"
16444   - "L2XCFWD"
16445   - "L2BDMACLRN"
16446   - "L2BDMACLRN"
16447   - "L2BDMACLRN"
16448   layout:
16449     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16450     layout: "plot-latency"
16451
16452 -
16453   type: "plot"
16454   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16455   algorithm: "plot_latency_error_bars"
16456   output-file-type: ".html"
16457   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16458   data: "plot-vpp-throughput-latency-3n-hsw"
16459   filter: "'NIC_Intel-X520-DA2' and
16460            '64B' and
16461            ('BASE' or 'SCALE') and
16462            'NDRPDR' and
16463            '2T2C' and
16464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16465            not 'VHOST' and
16466            'MEMIF'"
16467   parameters:
16468   - "latency"
16469   - "parent"
16470   - "tags"
16471   sort:
16472   - "L2XCFWD"
16473   - "L2XCFWD"
16474   - "L2XCFWD"
16475   - "L2BDMACLRN"
16476   - "L2BDMACLRN"
16477   - "L2BDMACLRN"
16478   layout:
16479     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16480     layout: "plot-latency"
16481
16482 # Packet Latency - VPP Container Memif 3n-hsw-x710
16483 -
16484   type: "plot"
16485   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16486   algorithm: "plot_latency_error_bars"
16487   output-file-type: ".html"
16488   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16489   data: "plot-vpp-throughput-latency-3n-hsw"
16490   filter: "'NIC_Intel-X710' and
16491            '64B' and
16492            ('BASE' or 'SCALE') and
16493            'NDRPDR' and
16494            '1T1C' and
16495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16496            not 'VHOST' and
16497            'MEMIF'"
16498   parameters:
16499   - "latency"
16500   - "parent"
16501   - "tags"
16502   sort:
16503   - "L2XCFWD"
16504   - "L2XCFWD"
16505   - "L2XCFWD"
16506   - "L2BDMACLRN"
16507   - "L2BDMACLRN"
16508   - "L2BDMACLRN"
16509   layout:
16510     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
16511     layout: "plot-latency"
16512
16513 -
16514   type: "plot"
16515   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16516   algorithm: "plot_latency_error_bars"
16517   output-file-type: ".html"
16518   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16519   data: "plot-vpp-throughput-latency-3n-hsw"
16520   filter: "'NIC_Intel-X710' and
16521            '64B' and
16522            ('BASE' or 'SCALE') and
16523            'NDRPDR' and
16524            '2T2C' and
16525            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16526            not 'VHOST' and
16527            'MEMIF'"
16528   parameters:
16529   - "latency"
16530   - "parent"
16531   - "tags"
16532   sort:
16533   - "L2XCFWD"
16534   - "L2XCFWD"
16535   - "L2XCFWD"
16536   - "L2BDMACLRN"
16537   - "L2BDMACLRN"
16538   - "L2BDMACLRN"
16539   layout:
16540     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16541     layout: "plot-latency"
16542
16543 # Packet Latency - VPP Container Memif 3n-hsw-xl710
16544 -
16545   type: "plot"
16546   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16547   algorithm: "plot_latency_error_bars"
16548   output-file-type: ".html"
16549   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16550   data: "plot-vpp-throughput-latency-3n-hsw"
16551   filter: "'NIC_Intel-XL710' and
16552            '64B' and
16553            ('BASE' or 'SCALE') and
16554            'NDRPDR' and
16555            '1T1C' and
16556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16557            not 'VHOST' and
16558            'MEMIF'"
16559   parameters:
16560   - "latency"
16561   - "parent"
16562   - "tags"
16563   sort:
16564   - "L2XCFWD"
16565   - "L2XCFWD"
16566   - "L2XCFWD"
16567   - "L2BDMACLRN"
16568   - "L2BDMACLRN"
16569   - "L2BDMACLRN"
16570   layout:
16571     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16572     layout: "plot-latency"
16573
16574 -
16575   type: "plot"
16576   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16577   algorithm: "plot_latency_error_bars"
16578   output-file-type: ".html"
16579   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16580   data: "plot-vpp-throughput-latency-3n-hsw"
16581   filter: "'NIC_Intel-XL710' and
16582            '64B' and
16583            ('BASE' or 'SCALE') and
16584            'NDRPDR' and
16585            '2T2C' and
16586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16587            not 'VHOST' and
16588            'MEMIF'"
16589   parameters:
16590   - "latency"
16591   - "parent"
16592   - "tags"
16593   sort:
16594   - "L2XCFWD"
16595   - "L2XCFWD"
16596   - "L2XCFWD"
16597   - "L2BDMACLRN"
16598   - "L2BDMACLRN"
16599   - "L2BDMACLRN"
16600   layout:
16601     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16602     layout: "plot-latency"
16603
16604 # Packet Latency - VPP Container Memif 3n-skx-x710
16605 -
16606   type: "plot"
16607   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16608   algorithm: "plot_latency_error_bars"
16609   output-file-type: ".html"
16610   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16611   data: "plot-vpp-throughput-latency-3n-skx"
16612   filter: "'NIC_Intel-X710' and
16613            '64B' and
16614            ('BASE' or 'SCALE') and
16615            'NDRPDR' and
16616            '2T1C' and
16617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16618            not 'VHOST' and
16619            'MEMIF'"
16620   parameters:
16621   - "latency"
16622   - "parent"
16623   - "tags"
16624   sort:
16625   - "L2XCFWD"
16626   - "L2XCFWD"
16627   - "L2XCFWD"
16628   - "L2BDMACLRN"
16629   - "L2BDMACLRN"
16630   - "L2BDMACLRN"
16631   layout:
16632     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16633     layout: "plot-latency"
16634
16635 -
16636   type: "plot"
16637   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16638   algorithm: "plot_latency_error_bars"
16639   output-file-type: ".html"
16640   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16641   data: "plot-vpp-throughput-latency-3n-skx"
16642   filter: "'NIC_Intel-X710' and
16643            '64B' and
16644            ('BASE' or 'SCALE') and
16645            'NDRPDR' and
16646            '4T2C' and
16647            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16648            not 'VHOST' and
16649            'MEMIF'"
16650   parameters:
16651   - "latency"
16652   - "parent"
16653   - "tags"
16654   sort:
16655   - "L2XCFWD"
16656   - "L2XCFWD"
16657   - "L2XCFWD"
16658   - "L2BDMACLRN"
16659   - "L2BDMACLRN"
16660   - "L2BDMACLRN"
16661   layout:
16662     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16663     layout: "plot-latency"
16664
16665 # Packet Latency - VPP Container Memif 2n-skx-x710
16666 -
16667   type: "plot"
16668   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16669   algorithm: "plot_latency_error_bars"
16670   output-file-type: ".html"
16671   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16672   data: "plot-vpp-throughput-latency-2n-skx"
16673   filter: "'NIC_Intel-X710' and
16674            '64B' and
16675            ('BASE' or 'SCALE') and
16676            'NDRPDR' and
16677            '2T1C' and
16678            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16679            not 'VHOST' and
16680            'MEMIF'"
16681   parameters:
16682   - "latency"
16683   - "parent"
16684   - "tags"
16685   sort:
16686   - "L2XCFWD"
16687   - "L2XCFWD"
16688   - "L2XCFWD"
16689   - "L2BDMACLRN"
16690   - "L2BDMACLRN"
16691   - "L2BDMACLRN"
16692   layout:
16693     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16694     layout: "plot-latency"
16695
16696 -
16697   type: "plot"
16698   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16699   algorithm: "plot_latency_error_bars"
16700   output-file-type: ".html"
16701   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16702   data: "plot-vpp-throughput-latency-2n-skx"
16703   filter: "'NIC_Intel-X710' and
16704            '64B' and
16705            ('BASE' or 'SCALE') and
16706            'NDRPDR' and
16707            '4T2C' and
16708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16709            not 'VHOST' and
16710            'MEMIF'"
16711   parameters:
16712   - "latency"
16713   - "parent"
16714   - "tags"
16715   sort:
16716   - "L2XCFWD"
16717   - "L2XCFWD"
16718   - "L2XCFWD"
16719   - "L2BDMACLRN"
16720   - "L2BDMACLRN"
16721   - "L2BDMACLRN"
16722   layout:
16723     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16724     layout: "plot-latency"
16725
16726 # Packet Latency - VPP Container Memif 2n-skx-xxv710
16727 -
16728   type: "plot"
16729   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16730   algorithm: "plot_latency_error_bars"
16731   output-file-type: ".html"
16732   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16733   data: "plot-vpp-throughput-latency-2n-skx"
16734   filter: "'NIC_Intel-XXV710' and
16735            '64B' and
16736            ('BASE' or 'SCALE') and
16737            'NDRPDR' and
16738            '2T1C' and
16739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16740            not 'VHOST' and
16741            'MEMIF'"
16742   parameters:
16743   - "latency"
16744   - "parent"
16745   - "tags"
16746   sort:
16747   - "L2XCFWD"
16748   - "L2XCFWD"
16749   - "L2XCFWD"
16750   - "L2BDMACLRN"
16751   - "L2BDMACLRN"
16752   - "L2BDMACLRN"
16753   layout:
16754     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16755     layout: "plot-latency"
16756
16757 -
16758   type: "plot"
16759   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16760   algorithm: "plot_latency_error_bars"
16761   output-file-type: ".html"
16762   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16763   data: "plot-vpp-throughput-latency-2n-skx"
16764   filter: "'NIC_Intel-XXV710' and
16765            '64B' and
16766            ('BASE' or 'SCALE') and
16767            'NDRPDR' and
16768            '4T2C' and
16769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16770            not 'VHOST' and
16771            'MEMIF'"
16772   parameters:
16773   - "latency"
16774   - "parent"
16775   - "tags"
16776   sort:
16777   - "L2XCFWD"
16778   - "L2XCFWD"
16779   - "L2XCFWD"
16780   - "L2BDMACLRN"
16781   - "L2BDMACLRN"
16782   - "L2BDMACLRN"
16783   layout:
16784     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16785     layout: "plot-latency"
16786
16787 ################################################################################
16788
16789 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
16790 -
16791   type: "plot"
16792   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16793   algorithm: "plot_latency_error_bars"
16794   output-file-type: ".html"
16795   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16796   data: "plot-ligato-throughput-latency-3n-hsw"
16797   filter: "'NIC_Intel-X520-DA2' and
16798            '64B' and
16799            ('BASE' or 'SCALE') and
16800            'NDRPDR' and
16801            '1T1C' and
16802            'L2XCFWD' and
16803            not 'VHOST' and
16804            'MEMIF'"
16805   parameters:
16806   - "latency"
16807   - "parent"
16808   - "tags"
16809   sort:
16810   - "1VNF"
16811   - "2VNF"
16812   - "4VNF"
16813   - "2VNF"
16814   - "4VNF"
16815   layout:
16816     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
16817     layout: "plot-latency"
16818
16819 -
16820   type: "plot"
16821   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16822   algorithm: "plot_latency_error_bars"
16823   output-file-type: ".html"
16824   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16825   data: "plot-ligato-throughput-latency-3n-hsw"
16826   filter: "'NIC_Intel-X520-DA2' and
16827            '64B' and
16828            ('BASE' or 'SCALE') and
16829            'NDRPDR' and
16830            '2T2C' and
16831            'L2XCFWD' and
16832            not 'VHOST' and
16833            'MEMIF'"
16834   parameters:
16835   - "latency"
16836   - "parent"
16837   - "tags"
16838   sort:
16839   - "1VNF"
16840   - "2VNF"
16841   - "4VNF"
16842   - "2VNF"
16843   - "4VNF"
16844   layout:
16845     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
16846     layout: "plot-latency"
16847
16848 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
16849 -
16850   type: "plot"
16851   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16852   algorithm: "plot_latency_error_bars"
16853   output-file-type: ".html"
16854   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16855   data: "plot-ligato-throughput-latency-3n-hsw"
16856   filter: "'NIC_Intel-X520-DA2' and
16857            '64B' and
16858            ('BASE' or 'SCALE') and
16859            'NDRPDR' and
16860            '1T1C' and
16861            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16862            not 'VHOST' and
16863            'MEMIF'"
16864   parameters:
16865   - "latency"
16866   - "parent"
16867   - "tags"
16868   sort:
16869   - "1VNF"
16870   - "2VNF"
16871   - "4VNF"
16872   - "2VNF"
16873   - "4VNF"
16874   layout:
16875     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
16876     layout: "plot-latency"
16877
16878 -
16879   type: "plot"
16880   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16881   algorithm: "plot_latency_error_bars"
16882   output-file-type: ".html"
16883   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16884   data: "plot-ligato-throughput-latency-3n-hsw"
16885   filter: "'NIC_Intel-X520-DA2' and
16886            '64B' and
16887            ('BASE' or 'SCALE') and
16888            'NDRPDR' and
16889            '2T2C' and
16890            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16891            not 'VHOST' and
16892            'MEMIF'"
16893   parameters:
16894   - "latency"
16895   - "parent"
16896   - "tags"
16897   sort:
16898   - "1VNF"
16899   - "2VNF"
16900   - "4VNF"
16901   - "2VNF"
16902   - "4VNF"
16903   layout:
16904     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
16905     layout: "plot-latency"
16906
16907 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
16908 -
16909   type: "plot"
16910   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16911   algorithm: "plot_latency_error_bars"
16912   output-file-type: ".html"
16913   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16914   data: "plot-ligato-throughput-latency-3n-hsw"
16915   filter: "'NIC_Intel-X710' and
16916            '64B' and
16917            ('BASE' or 'SCALE') and
16918            'NDRPDR' and
16919            '1T1C' and
16920            'L2XCFWD' and
16921            not 'VHOST' and
16922            'MEMIF'"
16923   parameters:
16924   - "latency"
16925   - "parent"
16926   - "tags"
16927   sort:
16928   - "1VNF"
16929   - "2VNF"
16930   - "4VNF"
16931   - "2VNF"
16932   - "4VNF"
16933   layout:
16934     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
16935     layout: "plot-latency"
16936
16937 -
16938   type: "plot"
16939   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16940   algorithm: "plot_latency_error_bars"
16941   output-file-type: ".html"
16942   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16943   data: "plot-ligato-throughput-latency-3n-hsw"
16944   filter: "'NIC_Intel-X710' and
16945            '64B' and
16946            ('BASE' or 'SCALE') and
16947            'NDRPDR' and
16948            '2T2C' and
16949            'L2XCFWD' and
16950            not 'VHOST' and
16951            'MEMIF'"
16952   parameters:
16953   - "latency"
16954   - "parent"
16955   - "tags"
16956   sort:
16957   - "1VNF"
16958   - "2VNF"
16959   - "4VNF"
16960   - "2VNF"
16961   - "4VNF"
16962   layout:
16963     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
16964     layout: "plot-latency"
16965
16966 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
16967 -
16968   type: "plot"
16969   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16970   algorithm: "plot_latency_error_bars"
16971   output-file-type: ".html"
16972   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16973   data: "plot-ligato-throughput-latency-3n-hsw"
16974   filter: "'NIC_Intel-X710' and
16975            '64B' and
16976            ('BASE' or 'SCALE') and
16977            'NDRPDR' and
16978            '1T1C' and
16979            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16980            not 'VHOST' and
16981            'MEMIF'"
16982   parameters:
16983   - "latency"
16984   - "parent"
16985   - "tags"
16986   sort:
16987   - "1VNF"
16988   - "2VNF"
16989   - "4VNF"
16990   - "2VNF"
16991   - "4VNF"
16992   layout:
16993     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
16994     layout: "plot-latency"
16995
16996 -
16997   type: "plot"
16998   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16999   algorithm: "plot_latency_error_bars"
17000   output-file-type: ".html"
17001   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
17002   data: "plot-ligato-throughput-latency-3n-hsw"
17003   filter: "'NIC_Intel-X710' and
17004            '64B' and
17005            ('BASE' or 'SCALE') and
17006            'NDRPDR' and
17007            '2T2C' and
17008            ('L2BDMACSTAT' or 'L2BDMACLRN') and
17009            not 'VHOST' and
17010            'MEMIF'"
17011   parameters:
17012   - "latency"
17013   - "parent"
17014   - "tags"
17015   sort:
17016   - "1VNF"
17017   - "2VNF"
17018   - "4VNF"
17019   - "2VNF"
17020   - "4VNF"
17021   layout:
17022     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
17023     layout: "plot-latency"
17024
17025 ################################################################################
17026
17027 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
17028 -
17029   type: "plot"
17030   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17031   algorithm: "plot_latency_error_bars"
17032   output-file-type: ".html"
17033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17034   data: "plot-vpp-throughput-latency-3n-hsw"
17035   filter: "'NIC_Intel-X520-DA2' and
17036            '64B' and
17037            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17038            'NDRPDR' and
17039            '1T1C' and
17040            'IP4FWD' and
17041            not 'IPSEC' and
17042            not 'VHOST'"
17043   parameters:
17044   - "latency"
17045   - "parent"
17046   - "tags"
17047   sort:
17048   - "IP4BASE"
17049   - "FIB_20K"
17050   - "FIB_200K"
17051   - "FIB_2M"
17052   layout:
17053     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17054     layout: "plot-latency"
17055
17056 -
17057   type: "plot"
17058   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17059   algorithm: "plot_latency_error_bars"
17060   output-file-type: ".html"
17061   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17062   data: "plot-vpp-throughput-latency-3n-hsw"
17063   filter: "'NIC_Intel-X520-DA2' and
17064            '64B' and
17065            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17066            'NDRPDR' and
17067            '2T2C' and
17068            'IP4FWD' and
17069            not 'IPSEC' and
17070            not 'VHOST'"
17071   parameters:
17072   - "latency"
17073   - "parent"
17074   - "tags"
17075   sort:
17076   - "IP4BASE"
17077   - "FIB_20K"
17078   - "FIB_200K"
17079   - "FIB_2M"
17080   layout:
17081     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17082     layout: "plot-latency"
17083
17084 # Packet Latency - VPP IPv4 3n-hsw-x520 features
17085 -
17086   type: "plot"
17087   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17088   algorithm: "plot_latency_error_bars"
17089   output-file-type: ".html"
17090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17091   data: "plot-vpp-throughput-latency-3n-hsw"
17092   filter: "'NIC_Intel-X520-DA2' and
17093            '64B' and
17094            ('IP4BASE' or
17095             'POLICE_MARK' or
17096             'COPWHLIST' or
17097             ('NAT44' and 'BASE') or
17098             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17099            'NDRPDR' and
17100            '1T1C' and
17101            'IP4FWD' and
17102            not 'IPSEC' and
17103            not 'VHOST'"
17104   parameters:
17105   - "latency"
17106   - "parent"
17107   - "tags"
17108   sort:
17109   - "IP4BASE"
17110   - "NAT44"
17111   - "POLICE_MARK"
17112   - "COPWHLIST"
17113   - "IACL"
17114   - "OACL"
17115   layout:
17116     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
17117     layout: "plot-latency"
17118
17119 -
17120   type: "plot"
17121   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17122   algorithm: "plot_latency_error_bars"
17123   output-file-type: ".html"
17124   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17125   data: "plot-vpp-throughput-latency-3n-hsw"
17126   filter: "'NIC_Intel-X520-DA2' and
17127            '64B' and
17128            ('IP4BASE' or
17129             'POLICE_MARK' or
17130             'COPWHLIST' or
17131             ('NAT44' and 'BASE') or
17132             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17133            'NDRPDR' and
17134            '2T2C' and
17135            'IP4FWD' and
17136            not 'IPSEC' and
17137            not 'VHOST'"
17138   parameters:
17139   - "latency"
17140   - "parent"
17141   - "tags"
17142   sort:
17143   - "IP4BASE"
17144   - "NAT44"
17145   - "POLICE_MARK"
17146   - "COPWHLIST"
17147   - "IACL"
17148   - "OACL"
17149   layout:
17150     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
17151     layout: "plot-latency"
17152
17153 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
17154 -
17155   type: "plot"
17156   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17157   algorithm: "plot_latency_error_bars"
17158   output-file-type: ".html"
17159   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17160   data: "plot-vpp-throughput-latency-3n-hsw"
17161   filter: "'NIC_Intel-X520-DA2' and
17162            '64B' and
17163            'NDRPDR' and
17164            '1T1C' and
17165            'IP4FWD' and
17166            'NAT44' and
17167            not 'IPSEC' and
17168            not 'VHOST'"
17169   parameters:
17170   - "latency"
17171   - "parent"
17172   - "tags"
17173   sort:
17174   - "BASE"
17175   - "BASE"
17176   - "SRC_USER_10"
17177   - "SRC_USER_100"
17178   - "SRC_USER_1000"
17179   - "SRC_USER_2000"
17180   layout:
17181     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
17182     layout: "plot-latency"
17183
17184 -
17185   type: "plot"
17186   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17187   algorithm: "plot_latency_error_bars"
17188   output-file-type: ".html"
17189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17190   data: "plot-vpp-throughput-latency-3n-hsw"
17191   filter: "'NIC_Intel-X520-DA2' and
17192            '64B' and
17193            'NDRPDR' and
17194            '2T2C' and
17195            'IP4FWD' and
17196            'NAT44' and
17197            not 'IPSEC' and
17198            not 'VHOST'"
17199   parameters:
17200   - "latency"
17201   - "parent"
17202   - "tags"
17203   sort:
17204   - "BASE"
17205   - "BASE"
17206   - "SRC_USER_10"
17207   - "SRC_USER_100"
17208   - "SRC_USER_1000"
17209   - "SRC_USER_2000"
17210   layout:
17211     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
17212     layout: "plot-latency"
17213
17214 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
17215 -
17216   type: "plot"
17217   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17218   algorithm: "plot_latency_error_bars"
17219   output-file-type: ".html"
17220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17221   data: "plot-vpp-throughput-latency-3n-hsw"
17222   filter: "'NIC_Intel-X520-DA2' and
17223            '64B' and
17224            'NDRPDR' and
17225            '1T1C' and
17226            'IP4FWD' and
17227            'IACL' and
17228            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17229            not 'IPSEC' and
17230            not 'VHOST'"
17231   parameters:
17232   - "latency"
17233   - "parent"
17234   - "tags"
17235   sort:
17236   - "ACL_STATELESS"
17237   - "ACL_STATEFUL"
17238   - "ACL_STATELESS"
17239   - "ACL_STATEFUL"
17240   layout:
17241     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17242     layout: "plot-latency"
17243
17244 -
17245   type: "plot"
17246   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17247   algorithm: "plot_latency_error_bars"
17248   output-file-type: ".html"
17249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17250   data: "plot-vpp-throughput-latency-3n-hsw"
17251   filter: "'NIC_Intel-X520-DA2' and
17252            '64B' and
17253            'NDRPDR' and
17254            '2T2C' and
17255            'IP4FWD' and
17256            'IACL' and
17257            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17258            not 'IPSEC' and
17259            not 'VHOST'"
17260   parameters:
17261   - "latency"
17262   - "parent"
17263   - "tags"
17264   sort:
17265   - "ACL_STATELESS"
17266   - "ACL_STATEFUL"
17267   - "ACL_STATELESS"
17268   - "ACL_STATEFUL"
17269   layout:
17270     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17271     layout: "plot-latency"
17272
17273 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
17274 -
17275   type: "plot"
17276   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17277   algorithm: "plot_latency_error_bars"
17278   output-file-type: ".html"
17279   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17280   data: "plot-vpp-throughput-latency-3n-hsw"
17281   filter: "'NIC_Intel-X520-DA2' and
17282            '64B' and
17283            'NDRPDR' and
17284            '1T1C' and
17285            'IP4FWD' and
17286            'OACL' and
17287            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17288            not 'IPSEC' and
17289            not 'VHOST'"
17290   parameters:
17291   - "latency"
17292   - "parent"
17293   - "tags"
17294   sort:
17295   - "ACL_STATELESS"
17296   - "ACL_STATEFUL"
17297   - "ACL_STATELESS"
17298   - "ACL_STATEFUL"
17299   layout:
17300     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17301     layout: "plot-latency"
17302
17303 -
17304   type: "plot"
17305   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17306   algorithm: "plot_latency_error_bars"
17307   output-file-type: ".html"
17308   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17309   data: "plot-vpp-throughput-latency-3n-hsw"
17310   filter: "'NIC_Intel-X520-DA2' and
17311            '64B' and
17312            'NDRPDR' and
17313            '2T2C' and
17314            'IP4FWD' and
17315            'OACL' and
17316            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17317            not 'IPSEC' and
17318            not 'VHOST'"
17319   parameters:
17320   - "latency"
17321   - "parent"
17322   - "tags"
17323   sort:
17324   - "ACL_STATELESS"
17325   - "ACL_STATEFUL"
17326   - "ACL_STATELESS"
17327   - "ACL_STATEFUL"
17328   layout:
17329     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17330     layout: "plot-latency"
17331
17332 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
17333 -
17334   type: "plot"
17335   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17336   algorithm: "plot_latency_error_bars"
17337   output-file-type: ".html"
17338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17339   data: "plot-vpp-throughput-latency-3n-hsw"
17340   filter: "'NIC_Intel-X710' and
17341            '64B' and
17342            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17343            'NDRPDR' and
17344            '1T1C' and
17345            'IP4FWD' and
17346            not 'IPSEC' and
17347            not 'VHOST'"
17348   parameters:
17349   - "latency"
17350   - "parent"
17351   - "tags"
17352   sort:
17353   - "IP4BASE"
17354   - "FIB_20K"
17355   - "FIB_200K"
17356   - "FIB_2M"
17357   layout:
17358     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17359     layout: "plot-latency"
17360
17361 -
17362   type: "plot"
17363   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17364   algorithm: "plot_latency_error_bars"
17365   output-file-type: ".html"
17366   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17367   data: "plot-vpp-throughput-latency-3n-hsw"
17368   filter: "'NIC_Intel-X710' and
17369            '64B' and
17370            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17371            'NDRPDR' and
17372            '2T2C' and
17373            'IP4FWD' and
17374            not 'IPSEC' and
17375            not 'VHOST'"
17376   parameters:
17377   - "latency"
17378   - "parent"
17379   - "tags"
17380   sort:
17381   - "IP4BASE"
17382   - "FIB_20K"
17383   - "FIB_200K"
17384   - "FIB_2M"
17385   layout:
17386     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17387     layout: "plot-latency"
17388
17389 # Packet Latency - VPP IPv4 3n-hsw-x710 features
17390 -
17391   type: "plot"
17392   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17393   algorithm: "plot_latency_error_bars"
17394   output-file-type: ".html"
17395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17396   data: "plot-vpp-throughput-latency-3n-hsw"
17397   filter: "'NIC_Intel-X710' and
17398            '64B' and
17399            ('IP4BASE' or
17400             'POLICE_MARK' or
17401             'COPWHLIST' or
17402             ('NAT44' and 'BASE') or
17403             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17404            'NDRPDR' and
17405            '1T1C' and
17406            'IP4FWD' and
17407            not 'IPSEC' and
17408            not 'VHOST'"
17409   parameters:
17410   - "latency"
17411   - "parent"
17412   - "tags"
17413   sort:
17414   - "IP4BASE"
17415   - "NAT44"
17416   - "POLICE_MARK"
17417   - "COPWHLIST"
17418   - "IACL"
17419   - "OACL"
17420   layout:
17421     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
17422     layout: "plot-latency"
17423
17424 -
17425   type: "plot"
17426   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17427   algorithm: "plot_latency_error_bars"
17428   output-file-type: ".html"
17429   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17430   data: "plot-vpp-throughput-latency-3n-hsw"
17431   filter: "'NIC_Intel-X710' and
17432            '64B' and
17433            ('IP4BASE' or
17434             'POLICE_MARK' or
17435             'COPWHLIST' or
17436             ('NAT44' and 'BASE') or
17437             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17438            'NDRPDR' and
17439            '2T2C' and
17440            'IP4FWD' and
17441            not 'IPSEC' and
17442            not 'VHOST'"
17443   parameters:
17444   - "latency"
17445   - "parent"
17446   - "tags"
17447   sort:
17448   - "IP4BASE"
17449   - "NAT44"
17450   - "POLICE_MARK"
17451   - "COPWHLIST"
17452   - "IACL"
17453   - "OACL"
17454   layout:
17455     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
17456     layout: "plot-latency"
17457
17458 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
17459 -
17460   type: "plot"
17461   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17462   algorithm: "plot_latency_error_bars"
17463   output-file-type: ".html"
17464   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17465   data: "plot-vpp-throughput-latency-3n-hsw"
17466   filter: "'NIC_Intel-X710' and
17467            '64B' and
17468            'NDRPDR' and
17469            '1T1C' and
17470            'IP4FWD' and
17471            'NAT44' and
17472            not 'IPSEC' and
17473            not 'VHOST'"
17474   parameters:
17475   - "latency"
17476   - "parent"
17477   - "tags"
17478   sort:
17479   - "BASE"
17480   - "BASE"
17481   - "SRC_USER_10"
17482   - "SRC_USER_100"
17483   - "SRC_USER_1000"
17484   - "SRC_USER_2000"
17485   layout:
17486     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
17487     layout: "plot-latency"
17488
17489 -
17490   type: "plot"
17491   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17492   algorithm: "plot_latency_error_bars"
17493   output-file-type: ".html"
17494   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17495   data: "plot-vpp-throughput-latency-3n-hsw"
17496   filter: "'NIC_Intel-X710' and
17497            '64B' and
17498            'NDRPDR' and
17499            '2T2C' and
17500            'IP4FWD' and
17501            'NAT44' and
17502            not 'IPSEC' and
17503            not 'VHOST'"
17504   parameters:
17505   - "latency"
17506   - "parent"
17507   - "tags"
17508   sort:
17509   - "BASE"
17510   - "BASE"
17511   - "SRC_USER_10"
17512   - "SRC_USER_100"
17513   - "SRC_USER_1000"
17514   - "SRC_USER_2000"
17515   layout:
17516     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
17517     layout: "plot-latency"
17518
17519 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
17520 -
17521   type: "plot"
17522   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17523   algorithm: "plot_latency_error_bars"
17524   output-file-type: ".html"
17525   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17526   data: "plot-vpp-throughput-latency-3n-hsw"
17527   filter: "'NIC_Intel-X710' and
17528            '64B' and
17529            'NDRPDR' and
17530            '1T1C' and
17531            'IP4FWD' and
17532            'IACL' and
17533            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17534            not 'IPSEC' and
17535            not 'VHOST'"
17536   parameters:
17537   - "latency"
17538   - "parent"
17539   - "tags"
17540   sort:
17541   - "ACL_STATELESS"
17542   - "ACL_STATEFUL"
17543   - "ACL_STATELESS"
17544   - "ACL_STATEFUL"
17545   layout:
17546     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17547     layout: "plot-latency"
17548
17549 -
17550   type: "plot"
17551   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17552   algorithm: "plot_latency_error_bars"
17553   output-file-type: ".html"
17554   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17555   data: "plot-vpp-throughput-latency-3n-hsw"
17556   filter: "'NIC_Intel-X710' and
17557            '64B' and
17558            'NDRPDR' and
17559            '2T2C' and
17560            'IP4FWD' and
17561            'IACL' and
17562            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17563            not 'IPSEC' and
17564            not 'VHOST'"
17565   parameters:
17566   - "latency"
17567   - "parent"
17568   - "tags"
17569   sort:
17570   - "ACL_STATELESS"
17571   - "ACL_STATEFUL"
17572   - "ACL_STATELESS"
17573   - "ACL_STATEFUL"
17574   layout:
17575     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17576     layout: "plot-latency"
17577
17578 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
17579 -
17580   type: "plot"
17581   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17582   algorithm: "plot_latency_error_bars"
17583   output-file-type: ".html"
17584   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17585   data: "plot-vpp-throughput-latency-3n-hsw"
17586   filter: "'NIC_Intel-X710' and
17587            '64B' and
17588            'NDRPDR' and
17589            '1T1C' and
17590            'IP4FWD' and
17591            'OACL' and
17592            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17593            not 'IPSEC' and
17594            not 'VHOST'"
17595   parameters:
17596   - "latency"
17597   - "parent"
17598   - "tags"
17599   sort:
17600   - "ACL_STATELESS"
17601   - "ACL_STATEFUL"
17602   - "ACL_STATELESS"
17603   - "ACL_STATEFUL"
17604   layout:
17605     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
17606     layout: "plot-latency"
17607
17608 -
17609   type: "plot"
17610   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17611   algorithm: "plot_latency_error_bars"
17612   output-file-type: ".html"
17613   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17614   data: "plot-vpp-throughput-latency-3n-hsw"
17615   filter: "'NIC_Intel-X710' and
17616            '64B' and
17617            'NDRPDR' and
17618            '2T2C' and
17619            'IP4FWD' and
17620            'OACL' and
17621            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17622            not 'IPSEC' and
17623            not 'VHOST'"
17624   parameters:
17625   - "latency"
17626   - "parent"
17627   - "tags"
17628   sort:
17629   - "ACL_STATELESS"
17630   - "ACL_STATEFUL"
17631   - "ACL_STATELESS"
17632   - "ACL_STATEFUL"
17633   layout:
17634     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
17635     layout: "plot-latency"
17636
17637 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
17638 -
17639   type: "plot"
17640   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17641   algorithm: "plot_latency_error_bars"
17642   output-file-type: ".html"
17643   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17644   data: "plot-vpp-throughput-latency-3n-hsw"
17645   filter: "'NIC_Intel-XL710' and
17646            '64B' and
17647            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17648            'NDRPDR' and
17649            '1T1C' and
17650            'IP4FWD' and
17651            not 'IPSEC' and
17652            not 'VHOST'"
17653   parameters:
17654   - "latency"
17655   - "parent"
17656   - "tags"
17657   sort:
17658   - "IP4BASE"
17659   - "FIB_20K"
17660   - "FIB_200K"
17661   - "FIB_2M"
17662   layout:
17663     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17664     layout: "plot-latency"
17665
17666 -
17667   type: "plot"
17668   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17669   algorithm: "plot_latency_error_bars"
17670   output-file-type: ".html"
17671   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17672   data: "plot-vpp-throughput-latency-3n-hsw"
17673   filter: "'NIC_Intel-XL710' and
17674            '64B' and
17675            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17676            'NDRPDR' and
17677            '2T2C' and
17678            'IP4FWD' and
17679            not 'IPSEC' and
17680            not 'VHOST'"
17681   parameters:
17682   - "latency"
17683   - "parent"
17684   - "tags"
17685   sort:
17686   - "IP4BASE"
17687   - "FIB_20K"
17688   - "FIB_200K"
17689   - "FIB_2M"
17690   layout:
17691     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17692     layout: "plot-latency"
17693
17694 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
17695 -
17696   type: "plot"
17697   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17698   algorithm: "plot_latency_error_bars"
17699   output-file-type: ".html"
17700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17701   data: "plot-vpp-throughput-latency-3n-skx"
17702   filter: "'NIC_Intel-X710' and
17703            '64B' and
17704            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17705            'NDRPDR' and
17706            '2T1C' and
17707            'IP4FWD' and
17708            not 'IPSEC' and
17709            not 'VHOST'"
17710   parameters:
17711   - "latency"
17712   - "parent"
17713   - "tags"
17714   sort:
17715   - "IP4BASE"
17716   - "FIB_20K"
17717   - "FIB_200K"
17718   - "FIB_2M"
17719   layout:
17720     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17721     layout: "plot-latency"
17722
17723 -
17724   type: "plot"
17725   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17726   algorithm: "plot_latency_error_bars"
17727   output-file-type: ".html"
17728   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17729   data: "plot-vpp-throughput-latency-3n-skx"
17730   filter: "'NIC_Intel-X710' and
17731            '64B' and
17732            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17733            'NDRPDR' and
17734            '4T2C' and
17735            'IP4FWD' and
17736            not 'IPSEC' and
17737            not 'VHOST'"
17738   parameters:
17739   - "latency"
17740   - "parent"
17741   - "tags"
17742   sort:
17743   - "IP4BASE"
17744   - "FIB_20K"
17745   - "FIB_200K"
17746   - "FIB_2M"
17747   layout:
17748     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17749     layout: "plot-latency"
17750
17751 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17752 -
17753   type: "plot"
17754   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17755   algorithm: "plot_latency_error_bars"
17756   output-file-type: ".html"
17757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17758   data: "plot-vpp-throughput-latency-3n-skx"
17759   filter: "'NIC_Intel-X710' and
17760            '64B' and
17761            ('IP4BASE' or
17762             'POLICE_MARK' or
17763             'COPWHLIST' or
17764             ('NAT44' and 'BASE') or
17765             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17766            'NDRPDR' and
17767            '2T1C' and
17768            'IP4FWD' and
17769            not 'IPSEC' and
17770            not 'VHOST'"
17771   parameters:
17772   - "latency"
17773   - "parent"
17774   - "tags"
17775   sort:
17776   - "IP4BASE"
17777   - "NAT44"
17778   - "POLICE_MARK"
17779   - "COPWHLIST"
17780   - "IACL"
17781   - "OACL"
17782   layout:
17783     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
17784     layout: "plot-latency"
17785
17786 -
17787   type: "plot"
17788   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17789   algorithm: "plot_latency_error_bars"
17790   output-file-type: ".html"
17791   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17792   data: "plot-vpp-throughput-latency-3n-skx"
17793   filter: "'NIC_Intel-X710' and
17794            '64B' and
17795            ('IP4BASE' or
17796             'POLICE_MARK' or
17797             'COPWHLIST' or
17798             ('NAT44' and 'BASE') or
17799             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17800            'NDRPDR' and
17801            '4T2C' and
17802            'IP4FWD' and
17803            not 'IPSEC' and
17804            not 'VHOST'"
17805   parameters:
17806   - "latency"
17807   - "parent"
17808   - "tags"
17809   sort:
17810   - "IP4BASE"
17811   - "NAT44"
17812   - "POLICE_MARK"
17813   - "COPWHLIST"
17814   - "IACL"
17815   - "OACL"
17816   layout:
17817     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
17818     layout: "plot-latency"
17819
17820 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
17821 -
17822   type: "plot"
17823   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17824   algorithm: "plot_latency_error_bars"
17825   output-file-type: ".html"
17826   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17827   data: "plot-vpp-throughput-latency-3n-skx"
17828   filter: "'NIC_Intel-X710' and
17829            '64B' and
17830            'NDRPDR' and
17831            '2T1C' and
17832            'IP4FWD' and
17833            'NAT44' and
17834            not 'IPSEC' and
17835            not 'VHOST'"
17836   parameters:
17837   - "latency"
17838   - "parent"
17839   - "tags"
17840   sort:
17841   - "BASE"
17842   - "BASE"
17843   - "SRC_USER_10"
17844   - "SRC_USER_100"
17845   - "SRC_USER_1000"
17846   - "SRC_USER_2000"
17847   layout:
17848     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
17849     layout: "plot-latency"
17850
17851 -
17852   type: "plot"
17853   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17854   algorithm: "plot_latency_error_bars"
17855   output-file-type: ".html"
17856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17857   data: "plot-vpp-throughput-latency-3n-skx"
17858   filter: "'NIC_Intel-X710' and
17859            '64B' and
17860            'NDRPDR' and
17861            '4T2C' and
17862            'IP4FWD' and
17863            'NAT44' and
17864            not 'IPSEC' and
17865            not 'VHOST'"
17866   parameters:
17867   - "latency"
17868   - "parent"
17869   - "tags"
17870   sort:
17871   - "BASE"
17872   - "BASE"
17873   - "SRC_USER_10"
17874   - "SRC_USER_100"
17875   - "SRC_USER_1000"
17876   - "SRC_USER_2000"
17877   layout:
17878     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
17879     layout: "plot-latency"
17880
17881 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
17882 -
17883   type: "plot"
17884   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17885   algorithm: "plot_latency_error_bars"
17886   output-file-type: ".html"
17887   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17888   data: "plot-vpp-throughput-latency-3n-skx"
17889   filter: "'NIC_Intel-X710' and
17890            '64B' and
17891            'NDRPDR' and
17892            '2T1C' and
17893            'IP4FWD' and
17894            'IACL' and
17895            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17896            not 'IPSEC' and
17897            not 'VHOST'"
17898   parameters:
17899   - "latency"
17900   - "parent"
17901   - "tags"
17902   sort:
17903   - "ACL_STATELESS"
17904   - "ACL_STATEFUL"
17905   - "ACL_STATELESS"
17906   - "ACL_STATEFUL"
17907   layout:
17908     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17909     layout: "plot-latency"
17910
17911 -
17912   type: "plot"
17913   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17914   algorithm: "plot_latency_error_bars"
17915   output-file-type: ".html"
17916   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17917   data: "plot-vpp-throughput-latency-3n-skx"
17918   filter: "'NIC_Intel-X710' and
17919            '64B' and
17920            'NDRPDR' and
17921            '4T2C' and
17922            'IP4FWD' and
17923            'IACL' and
17924            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17925            not 'IPSEC' and
17926            not 'VHOST'"
17927   parameters:
17928   - "latency"
17929   - "parent"
17930   - "tags"
17931   sort:
17932   - "ACL_STATELESS"
17933   - "ACL_STATEFUL"
17934   - "ACL_STATELESS"
17935   - "ACL_STATEFUL"
17936   layout:
17937     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17938     layout: "plot-latency"
17939
17940 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17941 -
17942   type: "plot"
17943   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17944   algorithm: "plot_latency_error_bars"
17945   output-file-type: ".html"
17946   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17947   data: "plot-vpp-throughput-latency-3n-skx"
17948   filter: "'NIC_Intel-X710' and
17949            '64B' and
17950            'NDRPDR' and
17951            '2T1C' and
17952            'IP4FWD' and
17953            'OACL' and
17954            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17955            not 'IPSEC' and
17956            not 'VHOST'"
17957   parameters:
17958   - "latency"
17959   - "parent"
17960   - "tags"
17961   sort:
17962   - "ACL_STATELESS"
17963   - "ACL_STATEFUL"
17964   - "ACL_STATELESS"
17965   - "ACL_STATEFUL"
17966   layout:
17967     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
17968     layout: "plot-latency"
17969
17970 -
17971   type: "plot"
17972   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
17973   algorithm: "plot_latency_error_bars"
17974   output-file-type: ".html"
17975   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
17976   data: "plot-vpp-throughput-latency-3n-skx"
17977   filter: "'NIC_Intel-X710' and
17978            '64B' and
17979            'NDRPDR' and
17980            '4T2C' and
17981            'IP4FWD' and
17982            'OACL' and
17983            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17984            not 'IPSEC' and
17985            not 'VHOST'"
17986   parameters:
17987   - "latency"
17988   - "parent"
17989   - "tags"
17990   sort:
17991   - "ACL_STATELESS"
17992   - "ACL_STATEFUL"
17993   - "ACL_STATELESS"
17994   - "ACL_STATEFUL"
17995   layout:
17996     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
17997     layout: "plot-latency"
17998
17999 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
18000 -
18001   type: "plot"
18002   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18003   algorithm: "plot_latency_error_bars"
18004   output-file-type: ".html"
18005   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18006   data: "plot-vpp-throughput-latency-2n-skx"
18007   filter: "'NIC_Intel-X710' and
18008            '64B' and
18009            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18010            'NDRPDR' and
18011            '2T1C' and
18012            'IP4FWD' and
18013            not 'IPSEC' and
18014            not 'VHOST'"
18015   parameters:
18016   - "latency"
18017   - "parent"
18018   - "tags"
18019   sort:
18020   - "IP4BASE"
18021   - "FIB_20K"
18022   - "FIB_200K"
18023   - "FIB_2M"
18024   layout:
18025     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18026     layout: "plot-latency"
18027
18028 -
18029   type: "plot"
18030   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18031   algorithm: "plot_latency_error_bars"
18032   output-file-type: ".html"
18033   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18034   data: "plot-vpp-throughput-latency-2n-skx"
18035   filter: "'NIC_Intel-X710' and
18036            '64B' and
18037            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18038            'NDRPDR' and
18039            '4T2C' and
18040            'IP4FWD' and
18041            not 'IPSEC' and
18042            not 'VHOST'"
18043   parameters:
18044   - "latency"
18045   - "parent"
18046   - "tags"
18047   sort:
18048   - "IP4BASE"
18049   - "FIB_20K"
18050   - "FIB_200K"
18051   - "FIB_2M"
18052   layout:
18053     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18054     layout: "plot-latency"
18055
18056 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
18057 -
18058   type: "plot"
18059   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18060   algorithm: "plot_latency_error_bars"
18061   output-file-type: ".html"
18062   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18063   data: "plot-vpp-throughput-latency-2n-skx"
18064   filter: "'NIC_Intel-XXV710' and
18065            '64B' and
18066            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18067            'NDRPDR' and
18068            '2T1C' and
18069            'IP4FWD' and
18070            not 'IPSEC' and
18071            not 'VHOST'"
18072   parameters:
18073   - "latency"
18074   - "parent"
18075   - "tags"
18076   sort:
18077   - "IP4BASE"
18078   - "FIB_20K"
18079   - "FIB_200K"
18080   - "FIB_2M"
18081   layout:
18082     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18083     layout: "plot-latency"
18084
18085 -
18086   type: "plot"
18087   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18088   algorithm: "plot_latency_error_bars"
18089   output-file-type: ".html"
18090   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18091   data: "plot-vpp-throughput-latency-2n-skx"
18092   filter: "'NIC_Intel-XXV710' and
18093            '64B' and
18094            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18095            'NDRPDR' and
18096            '4T2C' and
18097            'IP4FWD' and
18098            not 'IPSEC' and
18099            not 'VHOST'"
18100   parameters:
18101   - "latency"
18102   - "parent"
18103   - "tags"
18104   sort:
18105   - "IP4BASE"
18106   - "FIB_20K"
18107   - "FIB_200K"
18108   - "FIB_2M"
18109   layout:
18110     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18111     layout: "plot-latency"
18112
18113 ################################################################################
18114
18115 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
18116 -
18117   type: "plot"
18118   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18119   algorithm: "plot_latency_error_bars"
18120   output-file-type: ".html"
18121   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18122   data: "plot-vpp-throughput-latency-3n-hsw"
18123   filter: "'NIC_Intel-X520-DA2' and
18124            '64B' and
18125            'ENCAP' and
18126            'NDRPDR' and
18127            '1T1C' and
18128            'VXLAN' and
18129            'L2BDMACLRN' and
18130            not 'VHOST' and
18131            not 'IPSECHW'"
18132   parameters:
18133   - "latency"
18134   - "parent"
18135   - "tags"
18136   sort:
18137   - "not DOT1Q"
18138   - "VXLAN_1"
18139   - "VXLAN_10"
18140   - "VXLAN_100"
18141   - "VXLAN_1000"
18142   layout:
18143     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18144     layout: "plot-latency"
18145
18146 -
18147   type: "plot"
18148   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18149   algorithm: "plot_latency_error_bars"
18150   output-file-type: ".html"
18151   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18152   data: "plot-vpp-throughput-latency-3n-hsw"
18153   filter: "'NIC_Intel-X520-DA2' and
18154            '64B' and
18155            'ENCAP' and
18156            'NDRPDR' and
18157            '2T2C' and
18158            'VXLAN' and
18159            'L2BDMACLRN' and
18160            not 'VHOST' and
18161            not 'IPSECHW'"
18162   parameters:
18163   - "latency"
18164   - "parent"
18165   - "tags"
18166   sort:
18167   - "not DOT1Q"
18168   - "VXLAN_1"
18169   - "VXLAN_10"
18170   - "VXLAN_100"
18171   - "VXLAN_1000"
18172   layout:
18173     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18174     layout: "plot-latency"
18175
18176 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
18177 -
18178   type: "plot"
18179   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18180   algorithm: "plot_latency_error_bars"
18181   output-file-type: ".html"
18182   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18183   data: "plot-vpp-throughput-latency-3n-hsw"
18184   filter: "'NIC_Intel-X520-DA2' and
18185            '64B' and
18186            'ENCAP' and
18187            'NDRPDR' and
18188            '1T1C' and
18189            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18190            not 'DOT1Q' and
18191            not 'VHOST' and
18192            not 'IPSECHW'"
18193   parameters:
18194   - "latency"
18195   - "parent"
18196   - "tags"
18197   sort:
18198   - "L2BDMACLRN"
18199   - "L2XCFWD"
18200   - "LISP"
18201   layout:
18202     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18203     layout: "plot-latency"
18204
18205 -
18206   type: "plot"
18207   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18208   algorithm: "plot_latency_error_bars"
18209   output-file-type: ".html"
18210   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18211   data: "plot-vpp-throughput-latency-3n-hsw"
18212   filter: "'NIC_Intel-X520-DA2' and
18213            '64B' and
18214            'ENCAP' and
18215            'NDRPDR' and
18216            '2T2C' and
18217            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18218            not 'DOT1Q' and
18219            not 'VHOST' and
18220            not 'IPSECHW'"
18221   parameters:
18222   - "latency"
18223   - "parent"
18224   - "tags"
18225   sort:
18226   - "L2BDMACLRN"
18227   - "L2XCFWD"
18228   - "LISP"
18229   layout:
18230     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18231     layout: "plot-latency"
18232
18233 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
18234 -
18235   type: "plot"
18236   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18237   algorithm: "plot_latency_error_bars"
18238   output-file-type: ".html"
18239   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18240   data: "plot-vpp-throughput-latency-3n-hsw"
18241   filter: "'NIC_Intel-X710' and
18242            '64B' and
18243            'ENCAP' and
18244            'NDRPDR' and
18245            '1T1C' and
18246            'VXLAN' and
18247            'L2BDMACLRN' and
18248            not 'VHOST' and
18249            not 'IPSECHW'"
18250   parameters:
18251   - "latency"
18252   - "parent"
18253   - "tags"
18254   sort:
18255   - "not DOT1Q"
18256   - "VXLAN_1"
18257   - "VXLAN_10"
18258   - "VXLAN_100"
18259   - "VXLAN_1000"
18260   layout:
18261     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18262     layout: "plot-latency"
18263
18264 -
18265   type: "plot"
18266   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18267   algorithm: "plot_latency_error_bars"
18268   output-file-type: ".html"
18269   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18270   data: "plot-vpp-throughput-latency-3n-hsw"
18271   filter: "'NIC_Intel-X710' and
18272            '64B' and
18273            'ENCAP' and
18274            'NDRPDR' and
18275            '2T2C' and
18276            'VXLAN' and
18277            'L2BDMACLRN' and
18278            not 'VHOST' and
18279            not 'IPSECHW'"
18280   parameters:
18281   - "latency"
18282   - "parent"
18283   - "tags"
18284   sort:
18285   - "not DOT1Q"
18286   - "VXLAN_1"
18287   - "VXLAN_10"
18288   - "VXLAN_100"
18289   - "VXLAN_1000"
18290   layout:
18291     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18292     layout: "plot-latency"
18293
18294 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
18295 -
18296   type: "plot"
18297   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18298   algorithm: "plot_latency_error_bars"
18299   output-file-type: ".html"
18300   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18301   data: "plot-vpp-throughput-latency-3n-hsw"
18302   filter: "'NIC_Intel-X710' and
18303            '64B' and
18304            'ENCAP' and
18305            'NDRPDR' and
18306            '1T1C' and
18307            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18308            not 'DOT1Q' and
18309            not 'VHOST' and
18310            not 'IPSECHW'"
18311   parameters:
18312   - "latency"
18313   - "parent"
18314   - "tags"
18315   sort:
18316   - "L2BDMACLRN"
18317   - "L2XCFWD"
18318   - "LISP"
18319   layout:
18320     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18321     layout: "plot-latency"
18322
18323 -
18324   type: "plot"
18325   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18326   algorithm: "plot_latency_error_bars"
18327   output-file-type: ".html"
18328   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18329   data: "plot-vpp-throughput-latency-3n-hsw"
18330   filter: "'NIC_Intel-X710' and
18331            '64B' and
18332            'ENCAP' and
18333            'NDRPDR' and
18334            '2T2C' and
18335            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18336            not 'DOT1Q' and
18337            not 'VHOST' and
18338            not 'IPSECHW'"
18339   parameters:
18340   - "latency"
18341   - "parent"
18342   - "tags"
18343   sort:
18344   - "L2BDMACLRN"
18345   - "L2XCFWD"
18346   - "LISP"
18347   layout:
18348     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18349     layout: "plot-latency"
18350
18351 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
18352 -
18353   type: "plot"
18354   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18355   algorithm: "plot_latency_error_bars"
18356   output-file-type: ".html"
18357   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18358   data: "plot-vpp-throughput-latency-3n-skx"
18359   filter: "'NIC_Intel-X710' and
18360            '64B' and
18361            'ENCAP' and
18362            'NDRPDR' and
18363            '2T1C' and
18364            'VXLAN' and
18365            'L2BDMACLRN' and
18366            not 'VHOST' and
18367            not 'IPSECHW'"
18368   parameters:
18369   - "latency"
18370   - "parent"
18371   - "tags"
18372   sort:
18373   - "not DOT1Q"
18374   - "VXLAN_1"
18375   - "VXLAN_10"
18376   - "VXLAN_100"
18377   - "VXLAN_1000"
18378   layout:
18379     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18380     layout: "plot-latency"
18381
18382 -
18383   type: "plot"
18384   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18385   algorithm: "plot_latency_error_bars"
18386   output-file-type: ".html"
18387   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18388   data: "plot-vpp-throughput-latency-3n-skx"
18389   filter: "'NIC_Intel-X710' and
18390            '64B' and
18391            'ENCAP' and
18392            'NDRPDR' and
18393            '4T2C' and
18394            'VXLAN' and
18395            'L2BDMACLRN' and
18396            not 'VHOST' and
18397            not 'IPSECHW'"
18398   parameters:
18399   - "latency"
18400   - "parent"
18401   - "tags"
18402   sort:
18403   - "not DOT1Q"
18404   - "VXLAN_1"
18405   - "VXLAN_10"
18406   - "VXLAN_100"
18407   - "VXLAN_1000"
18408   layout:
18409     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18410     layout: "plot-latency"
18411
18412 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
18413 -
18414   type: "plot"
18415   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18416   algorithm: "plot_latency_error_bars"
18417   output-file-type: ".html"
18418   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18419   data: "plot-vpp-throughput-latency-3n-skx"
18420   filter: "'NIC_Intel-X710' and
18421            '64B' and
18422            'ENCAP' and
18423            'NDRPDR' and
18424            '2T1C' and
18425            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18426            not 'DOT1Q' and
18427            not 'VHOST' and
18428            not 'IPSECHW'"
18429   parameters:
18430   - "latency"
18431   - "parent"
18432   - "tags"
18433   sort:
18434   - "L2BDMACLRN"
18435   - "L2XCFWD"
18436   - "LISP"
18437   layout:
18438     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18439     layout: "plot-latency"
18440
18441 -
18442   type: "plot"
18443   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18444   algorithm: "plot_latency_error_bars"
18445   output-file-type: ".html"
18446   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18447   data: "plot-vpp-throughput-latency-3n-skx"
18448   filter: "'NIC_Intel-X710' and
18449            '64B' and
18450            'ENCAP' and
18451            'NDRPDR' and
18452            '4T2C' and
18453            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18454            not 'DOT1Q' and
18455            not 'VHOST' and
18456            not 'IPSECHW'"
18457   parameters:
18458   - "latency"
18459   - "parent"
18460   - "tags"
18461   sort:
18462   - "L2BDMACLRN"
18463   - "L2XCFWD"
18464   - "LISP"
18465   layout:
18466     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18467     layout: "plot-latency"
18468
18469 ################################################################################
18470
18471 # Packet Latency - VPP IPv6 3n-hsw-x520
18472 -
18473   type: "plot"
18474   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18475   algorithm: "plot_latency_error_bars"
18476   output-file-type: ".html"
18477   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18478   data: "plot-vpp-throughput-latency-3n-hsw"
18479   filter: "'NIC_Intel-X520-DA2' and
18480            '78B' and
18481            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18482            'NDRPDR' and
18483            '1T1C' and
18484            'IP6FWD' and
18485            not 'SRv6' and
18486            not 'IPSEC' and
18487            not 'VHOST'"
18488   parameters:
18489   - "latency"
18490   - "parent"
18491   - "tags"
18492   sort:
18493   - "IP6BASE"
18494   - "FIB_20K"
18495   - "FIB_200K"
18496   - "FIB_2M"
18497   layout:
18498     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18499     layout: "plot-latency"
18500
18501 -
18502   type: "plot"
18503   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18504   algorithm: "plot_latency_error_bars"
18505   output-file-type: ".html"
18506   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18507   data: "plot-vpp-throughput-latency-3n-hsw"
18508   filter: "'NIC_Intel-X520-DA2' and
18509            '78B' and
18510            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18511            'NDRPDR' and
18512            '2T2C' and
18513            'IP6FWD' and
18514            not 'SRv6' and
18515            not 'IPSEC' and
18516            not 'VHOST'"
18517   parameters:
18518   - "latency"
18519   - "parent"
18520   - "tags"
18521   sort:
18522   - "IP6BASE"
18523   - "FIB_20K"
18524   - "FIB_200K"
18525   - "FIB_2M"
18526   layout:
18527     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18528     layout: "plot-latency"
18529
18530 # Packet Latency - VPP IPv6 3n-hsw-x710
18531 -
18532   type: "plot"
18533   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18534   algorithm: "plot_latency_error_bars"
18535   output-file-type: ".html"
18536   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18537   data: "plot-vpp-throughput-latency-3n-hsw"
18538   filter: "'NIC_Intel-X710' and
18539            '78B' and
18540            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18541            'NDRPDR' and
18542            '1T1C' and
18543            'IP6FWD' and
18544            not 'SRv6' and
18545            not 'IPSEC' and
18546            not 'VHOST'"
18547   parameters:
18548   - "latency"
18549   - "parent"
18550   - "tags"
18551   sort:
18552   - "IP6BASE"
18553   - "FIB_20K"
18554   - "FIB_200K"
18555   - "FIB_2M"
18556   layout:
18557     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
18558     layout: "plot-latency"
18559
18560 -
18561   type: "plot"
18562   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18563   algorithm: "plot_latency_error_bars"
18564   output-file-type: ".html"
18565   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18566   data: "plot-vpp-throughput-latency-3n-hsw"
18567   filter: "'NIC_Intel-X710' and
18568            '78B' and
18569            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18570            'NDRPDR' and
18571            '2T2C' and
18572            'IP6FWD' and
18573            not 'SRv6' and
18574            not 'IPSEC' and
18575            not 'VHOST'"
18576   parameters:
18577   - "latency"
18578   - "parent"
18579   - "tags"
18580   sort:
18581   - "IP6BASE"
18582   - "FIB_20K"
18583   - "FIB_200K"
18584   - "FIB_2M"
18585   layout:
18586     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
18587     layout: "plot-latency"
18588
18589 # Packet Latency - VPP IPv6 3n-hsw-xl710
18590 -
18591   type: "plot"
18592   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18593   algorithm: "plot_latency_error_bars"
18594   output-file-type: ".html"
18595   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18596   data: "plot-vpp-throughput-latency-3n-hsw"
18597   filter: "'NIC_Intel-XL710' and
18598            '78B' and
18599            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18600            'NDRPDR' and
18601            '1T1C' and
18602            'IP6FWD' and
18603            not 'SRv6' and
18604            not 'IPSEC' and
18605            not 'VHOST'"
18606   parameters:
18607   - "latency"
18608   - "parent"
18609   - "tags"
18610   sort:
18611   - "IP6BASE"
18612   - "FIB_20K"
18613   - "FIB_200K"
18614   - "FIB_2M"
18615   layout:
18616     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
18617     layout: "plot-latency"
18618
18619 -
18620   type: "plot"
18621   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18622   algorithm: "plot_latency_error_bars"
18623   output-file-type: ".html"
18624   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18625   data: "plot-vpp-throughput-latency-3n-hsw"
18626   filter: "'NIC_Intel-XL710' and
18627            '78B' and
18628            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18629            'NDRPDR' and
18630            '2T2C' and
18631            'IP6FWD' and
18632            not 'SRv6' and
18633            not 'IPSEC' and
18634            not 'VHOST'"
18635   parameters:
18636   - "latency"
18637   - "parent"
18638   - "tags"
18639   sort:
18640   - "IP6BASE"
18641   - "FIB_20K"
18642   - "FIB_200K"
18643   - "FIB_2M"
18644   layout:
18645     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
18646     layout: "plot-latency"
18647
18648 # Packet Latency - VPP IPv6 3n-skx-x710
18649 -
18650   type: "plot"
18651   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18652   algorithm: "plot_latency_error_bars"
18653   output-file-type: ".html"
18654   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18655   data: "plot-vpp-throughput-latency-3n-skx"
18656   filter: "'NIC_Intel-X710' and
18657            '78B' and
18658            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18659            'NDRPDR' and
18660            '2T1C' and
18661            'IP6FWD' and
18662            not 'SRv6' and
18663            not 'IPSEC' and
18664            not 'VHOST'"
18665   parameters:
18666   - "latency"
18667   - "parent"
18668   - "tags"
18669   sort:
18670   - "IP6BASE"
18671   - "FIB_20K"
18672   - "FIB_200K"
18673   - "FIB_2M"
18674   layout:
18675     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
18676     layout: "plot-latency"
18677
18678 -
18679   type: "plot"
18680   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18681   algorithm: "plot_latency_error_bars"
18682   output-file-type: ".html"
18683   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18684   data: "plot-vpp-throughput-latency-3n-skx"
18685   filter: "'NIC_Intel-X710' and
18686            '78B' and
18687            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18688            'NDRPDR' and
18689            '4T2C' and
18690            'IP6FWD' and
18691            not 'SRv6' and
18692            not 'IPSEC' and
18693            not 'VHOST'"
18694   parameters:
18695   - "latency"
18696   - "parent"
18697   - "tags"
18698   sort:
18699   - "IP6BASE"
18700   - "FIB_20K"
18701   - "FIB_200K"
18702   - "FIB_2M"
18703   layout:
18704     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
18705     layout: "plot-latency"
18706
18707 # Packet Latency - VPP IPv6 2n-skx-x710
18708 -
18709   type: "plot"
18710   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18711   algorithm: "plot_latency_error_bars"
18712   output-file-type: ".html"
18713   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18714   data: "plot-vpp-throughput-latency-2n-skx"
18715   filter: "'NIC_Intel-X710' and
18716            '78B' and
18717            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18718            'NDRPDR' and
18719            '2T1C' and
18720            'IP6FWD' and
18721            not 'SRv6' and
18722            not 'IPSEC' and
18723            not 'VHOST'"
18724   parameters:
18725   - "latency"
18726   - "parent"
18727   - "tags"
18728   sort:
18729   - "IP6BASE"
18730   - "FIB_20K"
18731   - "FIB_200K"
18732   - "FIB_2M"
18733   layout:
18734     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
18735     layout: "plot-latency"
18736
18737 -
18738   type: "plot"
18739   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18740   algorithm: "plot_latency_error_bars"
18741   output-file-type: ".html"
18742   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18743   data: "plot-vpp-throughput-latency-2n-skx"
18744   filter: "'NIC_Intel-X710' and
18745            '78B' and
18746            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18747            'NDRPDR' and
18748            '4T2C' and
18749            'IP6FWD' and
18750            not 'SRv6' and
18751            not 'IPSEC' and
18752            not 'VHOST'"
18753   parameters:
18754   - "latency"
18755   - "parent"
18756   - "tags"
18757   sort:
18758   - "IP6BASE"
18759   - "FIB_20K"
18760   - "FIB_200K"
18761   - "FIB_2M"
18762   layout:
18763     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
18764     layout: "plot-latency"
18765
18766 # Packet Latency - VPP IPv6 2n-skx-xxv710
18767 -
18768   type: "plot"
18769   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18770   algorithm: "plot_latency_error_bars"
18771   output-file-type: ".html"
18772   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18773   data: "plot-vpp-throughput-latency-2n-skx"
18774   filter: "'NIC_Intel-XXV710' and
18775            '78B' and
18776            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18777            'NDRPDR' and
18778            '2T1C' and
18779            'IP6FWD' and
18780            not 'SRv6' and
18781            not 'IPSEC' and
18782            not 'VHOST'"
18783   parameters:
18784   - "latency"
18785   - "parent"
18786   - "tags"
18787   sort:
18788   - "IP6BASE"
18789   - "FIB_20K"
18790   - "FIB_200K"
18791   - "FIB_2M"
18792   layout:
18793     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
18794     layout: "plot-latency"
18795
18796 -
18797   type: "plot"
18798   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18799   algorithm: "plot_latency_error_bars"
18800   output-file-type: ".html"
18801   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18802   data: "plot-vpp-throughput-latency-2n-skx"
18803   filter: "'NIC_Intel-XXV710' and
18804            '78B' and
18805            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18806            'NDRPDR' and
18807            '4T2C' and
18808            'IP6FWD' and
18809            not 'SRv6' and
18810            not 'IPSEC' and
18811            not 'VHOST'"
18812   parameters:
18813   - "latency"
18814   - "parent"
18815   - "tags"
18816   sort:
18817   - "IP6BASE"
18818   - "FIB_20K"
18819   - "FIB_200K"
18820   - "FIB_2M"
18821   layout:
18822     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
18823     layout: "plot-latency"
18824
18825 ################################################################################
18826
18827 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
18828 -
18829   type: "plot"
18830   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18831   algorithm: "plot_latency_error_bars"
18832   output-file-type: ".html"
18833   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18834   data: "plot-vpp-throughput-latency-3n-hsw"
18835   filter: "'NIC_Intel-X520-DA2' and
18836            '78B' and
18837            'ENCAP' and
18838            'NDRPDR' and
18839            '1T1C' and
18840            'LISP' and
18841            not 'VHOST'"
18842   parameters:
18843   - "latency"
18844   - "parent"
18845   - "tags"
18846   sort:
18847   - "IP4UNRLAY"
18848   - "IP6UNRLAY"
18849   layout:
18850     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18851     layout: "plot-latency"
18852
18853 -
18854   type: "plot"
18855   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18856   algorithm: "plot_latency_error_bars"
18857   output-file-type: ".html"
18858   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18859   data: "plot-vpp-throughput-latency-3n-hsw"
18860   filter: "'NIC_Intel-X520-DA2' and
18861            '78B' and
18862            'ENCAP' and
18863            'NDRPDR' and
18864            '2T2C' and
18865            'LISP' and
18866            not 'VHOST'"
18867   parameters:
18868   - "latency"
18869   - "parent"
18870   - "tags"
18871   sort:
18872   - "IP4UNRLAY"
18873   - "IP6UNRLAY"
18874   layout:
18875     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18876     layout: "plot-latency"
18877
18878 ################################################################################
18879
18880 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
18881 -
18882   type: "plot"
18883   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18884   algorithm: "plot_latency_error_bars"
18885   output-file-type: ".html"
18886   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18887   data: "plot-vpp-throughput-latency-3n-hsw"
18888   filter: "'NIC_Intel-XL710' and
18889            '64B' and
18890            'IP4FWD' and
18891            'NDRPDR' and
18892            'BASE' and
18893            '1T1C' and
18894            'IPSECHW' and
18895            ('IPSECTRAN' or 'IPSECTUN') and
18896            not 'VHOST'"
18897   parameters:
18898   - "latency"
18899   - "parent"
18900   - "tags"
18901   layout:
18902     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
18903     layout: "plot-latency"
18904
18905 -
18906   type: "plot"
18907   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18908   algorithm: "plot_latency_error_bars"
18909   output-file-type: ".html"
18910   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18911   data: "plot-vpp-throughput-latency-3n-hsw"
18912   filter: "'NIC_Intel-XL710' and
18913            '64B' and
18914            'IP4FWD' and
18915            'NDRPDR' and
18916            'BASE' and
18917            '2T2C' and
18918            'IPSECHW' and
18919            ('IPSECTRAN' or 'IPSECTUN') and
18920            not 'VHOST'"
18921   parameters:
18922   - "latency"
18923   - "parent"
18924   - "tags"
18925   layout:
18926     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
18927     layout: "plot-latency"
18928
18929 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
18930 -
18931   type: "plot"
18932   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18933   algorithm: "plot_latency_error_bars"
18934   output-file-type: ".html"
18935   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18936   data: "plot-vpp-throughput-latency-3n-hsw"
18937   filter: "'NIC_Intel-XL710' and
18938            '64B' and
18939            'IP4FWD' and
18940            'NDRPDR' and
18941            'SCALE' and
18942            '1T1C' and
18943            'IPSECHW' and
18944            ('IPSECTRAN' or 'IPSECTUN') and
18945            not 'VHOST'"
18946   parameters:
18947   - "latency"
18948   - "parent"
18949   - "tags"
18950   layout:
18951     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
18952     layout: "plot-latency"
18953
18954 -
18955   type: "plot"
18956   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18957   algorithm: "plot_latency_error_bars"
18958   output-file-type: ".html"
18959   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18960   data: "plot-vpp-throughput-latency-3n-hsw"
18961   filter: "'NIC_Intel-XL710' and
18962            '64B' and
18963            'IP4FWD' and
18964            'NDRPDR' and
18965            'SCALE' and
18966            '2T2C' and
18967            'IPSECHW' and
18968            ('IPSECTRAN' or 'IPSECTUN') and
18969            not 'VHOST'"
18970   parameters:
18971   - "latency"
18972   - "parent"
18973   - "tags"
18974   layout:
18975     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
18976     layout: "plot-latency"
18977
18978 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
18979 -
18980   type: "plot"
18981   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18982   algorithm: "plot_latency_error_bars"
18983   output-file-type: ".html"
18984   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18985   data: "plot-vpp-throughput-latency-3n-hsw"
18986   filter: "'NIC_Intel-XL710' and
18987            '64B' and
18988            'IP4FWD' and
18989            'NDRPDR' and
18990            '1T1C' and
18991            'IPSECSW' and
18992            ('IPSECTRAN' or 'IPSECTUN') and
18993            not 'VHOST'"
18994   parameters:
18995   - "latency"
18996   - "parent"
18997   - "tags"
18998   layout:
18999     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
19000     layout: "plot-latency"
19001
19002 -
19003   type: "plot"
19004   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
19005   algorithm: "plot_latency_error_bars"
19006   output-file-type: ".html"
19007   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
19008   data: "plot-vpp-throughput-latency-3n-hsw"
19009   filter: "'NIC_Intel-XL710' and
19010            '64B' and
19011            'IP4FWD' and
19012            'NDRPDR' and
19013            '2T2C' and
19014            'IPSECSW' and
19015            ('IPSECTRAN' or 'IPSECTUN') and
19016            not 'VHOST'"
19017   parameters:
19018   - "latency"
19019   - "parent"
19020   - "tags"
19021   layout:
19022     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
19023     layout: "plot-latency"
19024
19025 ################################################################################
19026
19027 # Packet Latency - VPP SRv6 3n-hsw-x520
19028 -
19029   type: "plot"
19030   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
19031   algorithm: "plot_latency_error_bars"
19032   output-file-type: ".html"
19033   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
19034   data: "plot-vpp-throughput-latency-3n-hsw"
19035   filter: "'NIC_Intel-X520-DA2' and
19036            '78B' and
19037            'FEATURE' and
19038            'NDRPDR' and
19039            '1T1C' and
19040            'IP6FWD' and
19041            'SRv6'"
19042   parameters:
19043   - "latency"
19044   - "parent"
19045   - "tags"
19046   layout:
19047     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
19048     layout: "plot-latency"
19049
19050 -
19051   type: "plot"
19052   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19053   algorithm: "plot_latency_error_bars"
19054   output-file-type: ".html"
19055   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19056   data: "plot-vpp-throughput-latency-3n-hsw"
19057   filter: "'NIC_Intel-X520-DA2' and
19058            '78B' and
19059            'FEATURE' and
19060            'NDRPDR' and
19061            '2T2C' and
19062            'IP6FWD' and
19063            'SRv6'"
19064   parameters:
19065   - "latency"
19066   - "parent"
19067   - "tags"
19068   layout:
19069     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
19070     layout: "plot-latency"
19071
19072 ################################################################################
19073
19074 # Packet Latency - VPP vhost ip4 3n-hsw-x520
19075 -
19076   type: "plot"
19077   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19078   algorithm: "plot_latency_error_bars"
19079   output-file-type: ".html"
19080   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19081   data: "plot-vpp-throughput-latency-3n-hsw"
19082   filter: "'NIC_Intel-X520-DA2' and
19083            '64B' and
19084            'NDRPDR' and
19085            'ETH' and
19086            'IP4FWD' and
19087            '1T1C' and
19088            'VHOST_1024' and
19089            not 'VXLAN' and
19090            not 'DOT1Q'"
19091   parameters:
19092   - "latency"
19093   - "parent"
19094   - "tags"
19095   sort:
19096   - "not CFS_OPT"
19097   - "1VM"
19098   - "2VM"
19099   layout:
19100     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19101     layout: "plot-latency"
19102
19103 -
19104   type: "plot"
19105   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19106   algorithm: "plot_latency_error_bars"
19107   output-file-type: ".html"
19108   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19109   data: "plot-vpp-throughput-latency-3n-hsw"
19110   filter: "'NIC_Intel-X520-DA2' and
19111            '64B' and
19112            'NDRPDR' and
19113            'ETH' and
19114            'IP4FWD' and
19115            '2T2C' and
19116            'VHOST_1024' and
19117            not 'VXLAN' and
19118            not 'DOT1Q'"
19119   parameters:
19120   - "latency"
19121   - "parent"
19122   - "tags"
19123   sort:
19124   - "not CFS_OPT"
19125   - "1VM"
19126   - "2VM"
19127   layout:
19128     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19129     layout: "plot-latency"
19130
19131 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
19132 -
19133   type: "plot"
19134   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19135   algorithm: "plot_latency_error_bars"
19136   output-file-type: ".html"
19137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19138   data: "plot-vpp-throughput-latency-3n-hsw"
19139   filter: "'NIC_Intel-X520-DA2' and
19140            '64B' and
19141            'NDRPDR' and
19142            'ETH' and
19143            '1T1C' and
19144            'L2BDMACLRN' and
19145            'VHOST_1024' and
19146            not 'VXLAN' and
19147            not 'IP4FWD' and
19148            not 'DOT1Q' and
19149            not '2VM'"
19150   parameters:
19151   - "latency"
19152   - "parent"
19153   - "tags"
19154   sort:
19155   - "VM"  # "not CFS_OPT"
19156   - "CFS_OPT"
19157   - "FIB_10K"
19158   - "FIB_100K"
19159   - "FIB_1M"
19160   layout:
19161     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19162     layout: "plot-latency"
19163
19164 -
19165   type: "plot"
19166   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19167   algorithm: "plot_latency_error_bars"
19168   output-file-type: ".html"
19169   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19170   data: "plot-vpp-throughput-latency-3n-hsw"
19171   filter: "'NIC_Intel-X520-DA2' and
19172            '64B' and
19173            'NDRPDR' and
19174            'ETH' and
19175            '2T2C' and
19176            'L2BDMACLRN' and
19177            'VHOST_1024' and
19178            not 'VXLAN' and
19179            not 'IP4FWD' and
19180            not 'DOT1Q' and
19181            not '2VM'"
19182   parameters:
19183   - "latency"
19184   - "parent"
19185   - "tags"
19186   sort:
19187   - "VM"  # "not CFS_OPT"
19188   - "CFS_OPT"
19189   - "FIB_10K"
19190   - "FIB_100K"
19191   - "FIB_1M"
19192   layout:
19193     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19194     layout: "plot-latency"
19195
19196 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
19197 -
19198   type: "plot"
19199   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19200   algorithm: "plot_latency_error_bars"
19201   output-file-type: ".html"
19202   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19203   data: "plot-vpp-throughput-latency-3n-hsw"
19204   filter: "'NIC_Intel-X520-DA2' and
19205            '64B' and
19206            'NDRPDR' and
19207            'ETH' and
19208            'BASE' and
19209            '1T1C' and
19210            ('L2BDMACLRN' or 'L2XCFWD') and
19211            'VHOST_1024' and
19212            not 'VXLAN' and
19213            not 'IP4FWD' and
19214            not 'DOT1Q' and
19215            not '2VM'"
19216   parameters:
19217   - "latency"
19218   - "parent"
19219   - "tags"
19220   sort:
19221   - "not CFS_OPT"
19222   - "L2XCFWD"
19223   - "not CFS_OPT"
19224   - "CFS_OPT"
19225   layout:
19226     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
19227     layout: "plot-latency"
19228
19229 -
19230   type: "plot"
19231   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19232   algorithm: "plot_latency_error_bars"
19233   output-file-type: ".html"
19234   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19235   data: "plot-vpp-throughput-latency-3n-hsw"
19236   filter: "'NIC_Intel-X520-DA2' and
19237            '64B' and
19238            'NDRPDR' and
19239            'ETH' and
19240            'BASE' and
19241            '2T2C' and
19242            ('L2BDMACLRN' or 'L2XCFWD') and
19243            'VHOST_1024' and
19244            not 'VXLAN' and
19245            not 'IP4FWD' and
19246            not 'DOT1Q' and
19247            not '2VM'"
19248   parameters:
19249   - "latency"
19250   - "parent"
19251   - "tags"
19252   sort:
19253   - "not CFS_OPT"
19254   - "L2XCFWD"
19255   - "not CFS_OPT"
19256   - "CFS_OPT"
19257   layout:
19258     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
19259     layout: "plot-latency"
19260
19261 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
19262 -
19263   type: "plot"
19264   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19265   algorithm: "plot_latency_error_bars"
19266   output-file-type: ".html"
19267   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19268   data: "plot-vpp-throughput-latency-3n-hsw"
19269   filter: "'NIC_Intel-X520-DA2' and
19270            '64B' and
19271            'NDRPDR' and
19272            'ETH' and
19273            '1T1C' and
19274            ('L2BDMACLRN' or 'L2XCFWD') and
19275            'VHOST_1024' and
19276            not 'CFS_OPT' and
19277            not 'VXLAN' and
19278            not 'IP4FWD' and
19279            not 'DOT1Q'"
19280   parameters:
19281   - "latency"
19282   - "parent"
19283   - "tags"
19284   sort:
19285   - "1VM"
19286   - "L2XCFWD"
19287   - "1VM"
19288   - "L2BDMACLRN"
19289   layout:
19290     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
19291     layout: "plot-latency"
19292
19293 -
19294   type: "plot"
19295   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19296   algorithm: "plot_latency_error_bars"
19297   output-file-type: ".html"
19298   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19299   data: "plot-vpp-throughput-latency-3n-hsw"
19300   filter: "'NIC_Intel-X520-DA2' and
19301            '64B' and
19302            'NDRPDR' and
19303            'ETH' and
19304            '2T2C' and
19305            ('L2BDMACLRN' or 'L2XCFWD') and
19306            'VHOST_1024' and
19307            not 'CFS_OPT' and
19308            not 'VXLAN' and
19309            not 'IP4FWD' and
19310            not 'DOT1Q'"
19311   parameters:
19312   - "latency"
19313   - "parent"
19314   - "tags"
19315   sort:
19316   - "1VM"
19317   - "L2XCFWD"
19318   - "1VM"
19319   - "L2BDMACLRN"
19320   layout:
19321     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
19322     layout: "plot-latency"
19323
19324 # Packet Latency - VPP vhost ip4 3n-hsw-x710
19325 -
19326   type: "plot"
19327   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19328   algorithm: "plot_latency_error_bars"
19329   output-file-type: ".html"
19330   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19331   data: "plot-vpp-throughput-latency-3n-hsw"
19332   filter: "'NIC_Intel-X710' and
19333            '64B' and
19334            'NDRPDR' and
19335            'ETH' and
19336            'IP4FWD' and
19337            '1T1C' and
19338            'VHOST_1024' and
19339            not 'VXLAN' and
19340            not 'DOT1Q'"
19341   parameters:
19342   - "latency"
19343   - "parent"
19344   - "tags"
19345   sort:
19346   - "not CFS_OPT"
19347   - "1VM"
19348   - "2VM"
19349   layout:
19350     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19351     layout: "plot-latency"
19352
19353 -
19354   type: "plot"
19355   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19356   algorithm: "plot_latency_error_bars"
19357   output-file-type: ".html"
19358   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19359   data: "plot-vpp-throughput-latency-3n-hsw"
19360   filter: "'NIC_Intel-X710' and
19361            '64B' and
19362            'NDRPDR' and
19363            'ETH' and
19364            'IP4FWD' and
19365            '2T2C' and
19366            'VHOST_1024' and
19367            not 'VXLAN' and
19368            not 'DOT1Q'"
19369   parameters:
19370   - "latency"
19371   - "parent"
19372   - "tags"
19373   sort:
19374   - "not CFS_OPT"
19375   - "1VM"
19376   - "2VM"
19377   layout:
19378     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19379     layout: "plot-latency"
19380
19381 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
19382 -
19383   type: "plot"
19384   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19385   algorithm: "plot_latency_error_bars"
19386   output-file-type: ".html"
19387   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19388   data: "plot-vpp-throughput-latency-3n-hsw"
19389   filter: "'NIC_Intel-X710' and
19390            '64B' and
19391            'NDRPDR' and
19392            'ETH' and
19393            '1T1C' and
19394            'L2BDMACLRN' and
19395            'VHOST_1024' and
19396            not 'VXLAN' and
19397            not 'IP4FWD' and
19398            not 'DOT1Q' and
19399            not '2VM'"
19400   parameters:
19401   - "latency"
19402   - "parent"
19403   - "tags"
19404   sort:
19405   - "VM"  # "not CFS_OPT"
19406   - "CFS_OPT"
19407   - "FIB_10K"
19408   - "FIB_100K"
19409   - "FIB_1M"
19410   layout:
19411     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19412     layout: "plot-latency"
19413
19414 -
19415   type: "plot"
19416   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19417   algorithm: "plot_latency_error_bars"
19418   output-file-type: ".html"
19419   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19420   data: "plot-vpp-throughput-latency-3n-hsw"
19421   filter: "'NIC_Intel-X710' and
19422            '64B' and
19423            'NDRPDR' and
19424            'ETH' and
19425            '2T2C' and
19426            'L2BDMACLRN' and
19427            'VHOST_1024' and
19428            not 'VXLAN' and
19429            not 'IP4FWD' and
19430            not 'DOT1Q' and
19431            not '2VM'"
19432   parameters:
19433   - "latency"
19434   - "parent"
19435   - "tags"
19436   sort:
19437   - "VM"  # "not CFS_OPT"
19438   - "CFS_OPT"
19439   - "FIB_10K"
19440   - "FIB_100K"
19441   - "FIB_1M"
19442   layout:
19443     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19444     layout: "plot-latency"
19445
19446 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
19447 -
19448   type: "plot"
19449   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19450   algorithm: "plot_latency_error_bars"
19451   output-file-type: ".html"
19452   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19453   data: "plot-vpp-throughput-latency-3n-hsw"
19454   filter: "'NIC_Intel-X710' and
19455            '64B' and
19456            'NDRPDR' and
19457            'ETH' and
19458            'BASE' and
19459            '1T1C' and
19460            ('L2BDMACLRN' or 'L2XCFWD') and
19461            'VHOST_1024' and
19462            not 'VXLAN' and
19463            not 'IP4FWD' and
19464            not 'DOT1Q' and
19465            not '2VM'"
19466   parameters:
19467   - "latency"
19468   - "parent"
19469   - "tags"
19470   sort:
19471   - "not CFS_OPT"
19472   - "L2XCFWD"
19473   - "not CFS_OPT"
19474   - "CFS_OPT"
19475   layout:
19476     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
19477     layout: "plot-latency"
19478
19479 -
19480   type: "plot"
19481   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19482   algorithm: "plot_latency_error_bars"
19483   output-file-type: ".html"
19484   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19485   data: "plot-vpp-throughput-latency-3n-hsw"
19486   filter: "'NIC_Intel-X710' and
19487            '64B' and
19488            'NDRPDR' and
19489            'ETH' and
19490            'BASE' and
19491            '2T2C' and
19492            ('L2BDMACLRN' or 'L2XCFWD') and
19493            'VHOST_1024' and
19494            not 'VXLAN' and
19495            not 'IP4FWD' and
19496            not 'DOT1Q' and
19497            not '2VM'"
19498   parameters:
19499   - "latency"
19500   - "parent"
19501   - "tags"
19502   sort:
19503   - "not CFS_OPT"
19504   - "L2XCFWD"
19505   - "not CFS_OPT"
19506   - "CFS_OPT"
19507   layout:
19508     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
19509     layout: "plot-latency"
19510
19511 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
19512 -
19513   type: "plot"
19514   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19515   algorithm: "plot_latency_error_bars"
19516   output-file-type: ".html"
19517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19518   data: "plot-vpp-throughput-latency-3n-hsw"
19519   filter: "'NIC_Intel-X710' and
19520            '64B' and
19521            'NDRPDR' and
19522            'ETH' and
19523            '1T1C' and
19524            ('L2BDMACLRN' or 'L2XCFWD') and
19525            'VHOST_1024' and
19526            not 'CFS_OPT' and
19527            not 'VXLAN' and
19528            not 'IP4FWD' and
19529            not 'DOT1Q'"
19530   parameters:
19531   - "latency"
19532   - "parent"
19533   - "tags"
19534   sort:
19535   - "1VM"
19536   - "L2XCFWD"
19537   - "1VM"
19538   - "L2BDMACLRN"
19539   layout:
19540     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
19541     layout: "plot-latency"
19542
19543 -
19544   type: "plot"
19545   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19546   algorithm: "plot_latency_error_bars"
19547   output-file-type: ".html"
19548   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19549   data: "plot-vpp-throughput-latency-3n-hsw"
19550   filter: "'NIC_Intel-X710' and
19551            '64B' and
19552            'NDRPDR' and
19553            'ETH' and
19554            '2T2C' and
19555            ('L2BDMACLRN' or 'L2XCFWD') and
19556            'VHOST_1024' and
19557            not 'CFS_OPT' and
19558            not 'VXLAN' and
19559            not 'IP4FWD' and
19560            not 'DOT1Q'"
19561   parameters:
19562   - "latency"
19563   - "parent"
19564   - "tags"
19565   sort:
19566   - "1VM"
19567   - "L2XCFWD"
19568   - "1VM"
19569   - "L2BDMACLRN"
19570   layout:
19571     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
19572     layout: "plot-latency"
19573
19574 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
19575 -
19576   type: "plot"
19577   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19578   algorithm: "plot_latency_error_bars"
19579   output-file-type: ".html"
19580   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19581   data: "plot-vpp-throughput-latency-3n-hsw"
19582   filter: "'NIC_Intel-XL710' and
19583            '64B' and
19584            'NDRPDR' and
19585            'ETH' and
19586            'IP4FWD' and
19587            '1T1C' and
19588            'VHOST_1024' and
19589            not 'VXLAN' and
19590            not 'DOT1Q'"
19591   parameters:
19592   - "latency"
19593   - "parent"
19594   - "tags"
19595   sort:
19596   - "not CFS_OPT"
19597   - "1VM"
19598   - "2VM"
19599   layout:
19600     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19601     layout: "plot-latency"
19602
19603 -
19604   type: "plot"
19605   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19606   algorithm: "plot_latency_error_bars"
19607   output-file-type: ".html"
19608   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19609   data: "plot-vpp-throughput-latency-3n-hsw"
19610   filter: "'NIC_Intel-XL710' and
19611            '64B' and
19612            'NDRPDR' and
19613            'ETH' and
19614            'IP4FWD' and
19615            '2T2C' and
19616            'VHOST_1024' and
19617            not 'VXLAN' and
19618            not 'DOT1Q'"
19619   parameters:
19620   - "latency"
19621   - "parent"
19622   - "tags"
19623   sort:
19624   - "not CFS_OPT"
19625   - "1VM"
19626   - "2VM"
19627   layout:
19628     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19629     layout: "plot-latency"
19630
19631 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
19632 -
19633   type: "plot"
19634   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19635   algorithm: "plot_latency_error_bars"
19636   output-file-type: ".html"
19637   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19638   data: "plot-vpp-throughput-latency-3n-hsw"
19639   filter: "'NIC_Intel-XL710' and
19640            '64B' and
19641            'NDRPDR' and
19642            'ETH' and
19643            '1T1C' and
19644            'L2BDMACLRN' and
19645            'VHOST_1024' and
19646            not 'VXLAN' and
19647            not 'IP4FWD' and
19648            not 'DOT1Q' and
19649            not '2VM'"
19650   parameters:
19651   - "latency"
19652   - "parent"
19653   - "tags"
19654   sort:
19655   - "VM"  # "not CFS_OPT"
19656   - "CFS_OPT"
19657   - "FIB_10K"
19658   - "FIB_100K"
19659   - "FIB_1M"
19660   layout:
19661     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19662     layout: "plot-latency"
19663
19664 -
19665   type: "plot"
19666   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19667   algorithm: "plot_latency_error_bars"
19668   output-file-type: ".html"
19669   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19670   data: "plot-vpp-throughput-latency-3n-hsw"
19671   filter: "'NIC_Intel-XL710' and
19672            '64B' and
19673            'NDRPDR' and
19674            'ETH' and
19675            '2T2C' and
19676            'L2BDMACLRN' and
19677            'VHOST_1024' and
19678            not 'VXLAN' and
19679            not 'IP4FWD' and
19680            not 'DOT1Q' and
19681            not '2VM'"
19682   parameters:
19683   - "latency"
19684   - "parent"
19685   - "tags"
19686   sort:
19687   - "VM"  # "not CFS_OPT"
19688   - "CFS_OPT"
19689   - "FIB_10K"
19690   - "FIB_100K"
19691   - "FIB_1M"
19692   layout:
19693     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19694     layout: "plot-latency"
19695
19696 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
19697 -
19698   type: "plot"
19699   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19700   algorithm: "plot_latency_error_bars"
19701   output-file-type: ".html"
19702   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19703   data: "plot-vpp-throughput-latency-3n-hsw"
19704   filter: "'NIC_Intel-XL710' and
19705            '64B' and
19706            'NDRPDR' and
19707            'ETH' and
19708            'BASE' and
19709            '1T1C' and
19710            ('L2BDMACLRN' or 'L2XCFWD') and
19711            'VHOST_1024' and
19712            not 'VXLAN' and
19713            not 'IP4FWD' and
19714            not 'DOT1Q' and
19715            not '2VM'"
19716   parameters:
19717   - "latency"
19718   - "parent"
19719   - "tags"
19720   sort:
19721   - "not CFS_OPT"
19722   - "L2XCFWD"
19723   - "not CFS_OPT"
19724   - "CFS_OPT"
19725   layout:
19726     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
19727     layout: "plot-latency"
19728
19729 -
19730   type: "plot"
19731   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19732   algorithm: "plot_latency_error_bars"
19733   output-file-type: ".html"
19734   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19735   data: "plot-vpp-throughput-latency-3n-hsw"
19736   filter: "'NIC_Intel-XL710' and
19737            '64B' and
19738            'NDRPDR' and
19739            'ETH' and
19740            'BASE' and
19741            '2T2C' and
19742            ('L2BDMACLRN' or 'L2XCFWD') and
19743            'VHOST_1024' and
19744            not 'VXLAN' and
19745            not 'IP4FWD' and
19746            not 'DOT1Q' and
19747            not '2VM'"
19748   parameters:
19749   - "latency"
19750   - "parent"
19751   - "tags"
19752   sort:
19753   - "not CFS_OPT"
19754   - "L2XCFWD"
19755   - "not CFS_OPT"
19756   - "CFS_OPT"
19757   layout:
19758     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
19759     layout: "plot-latency"
19760
19761 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
19762 -
19763   type: "plot"
19764   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19765   algorithm: "plot_latency_error_bars"
19766   output-file-type: ".html"
19767   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19768   data: "plot-vpp-throughput-latency-3n-hsw"
19769   filter: "'NIC_Intel-XL710' and
19770            '64B' and
19771            'NDRPDR' and
19772            'ETH' and
19773            '1T1C' and
19774            ('L2BDMACLRN' or 'L2XCFWD') and
19775            'VHOST_1024' and
19776            not 'CFS_OPT' and
19777            not 'VXLAN' and
19778            not 'IP4FWD' and
19779            not 'DOT1Q'"
19780   parameters:
19781   - "latency"
19782   - "parent"
19783   - "tags"
19784   sort:
19785   - "1VM"
19786   - "L2XCFWD"
19787   - "1VM"
19788   - "L2BDMACLRN"
19789   layout:
19790     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
19791     layout: "plot-latency"
19792
19793 -
19794   type: "plot"
19795   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19796   algorithm: "plot_latency_error_bars"
19797   output-file-type: ".html"
19798   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19799   data: "plot-vpp-throughput-latency-3n-hsw"
19800   filter: "'NIC_Intel-XL710' and
19801            '64B' and
19802            'NDRPDR' and
19803            'ETH' and
19804            '2T2C' and
19805            ('L2BDMACLRN' or 'L2XCFWD') and
19806            'VHOST_1024' and
19807            not 'CFS_OPT' and
19808            not 'VXLAN' and
19809            not 'IP4FWD' and
19810            not 'DOT1Q'"
19811   parameters:
19812   - "latency"
19813   - "parent"
19814   - "tags"
19815   sort:
19816   - "1VM"
19817   - "L2XCFWD"
19818   - "1VM"
19819   - "L2BDMACLRN"
19820   layout:
19821     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
19822     layout: "plot-latency"
19823
19824 # Packet Latency - VPP vhost ip4 3n-skx-x710
19825 -
19826   type: "plot"
19827   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19828   algorithm: "plot_latency_error_bars"
19829   output-file-type: ".html"
19830   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19831   data: "plot-vpp-throughput-latency-3n-skx"
19832   filter: "'NIC_Intel-X710' and
19833            '64B' and
19834            'NDRPDR' and
19835            'ETH' and
19836            'IP4FWD' and
19837            '2T1C' and
19838            'VHOST_1024' and
19839            not 'VXLAN' and
19840            not 'DOT1Q'"
19841   parameters:
19842   - "latency"
19843   - "parent"
19844   - "tags"
19845   sort:
19846   - "not CFS_OPT"
19847   - "1VM"
19848   - "2VM"
19849   layout:
19850     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19851     layout: "plot-latency"
19852
19853 -
19854   type: "plot"
19855   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19856   algorithm: "plot_latency_error_bars"
19857   output-file-type: ".html"
19858   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19859   data: "plot-vpp-throughput-latency-3n-skx"
19860   filter: "'NIC_Intel-X710' and
19861            '64B' and
19862            'NDRPDR' and
19863            'ETH' and
19864            'IP4FWD' and
19865            '4T2C' and
19866            'VHOST_1024' and
19867            not 'VXLAN' and
19868            not 'DOT1Q'"
19869   parameters:
19870   - "latency"
19871   - "parent"
19872   - "tags"
19873   sort:
19874   - "not CFS_OPT"
19875   - "1VM"
19876   - "2VM"
19877   layout:
19878     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19879     layout: "plot-latency"
19880
19881 # Packet Latency - VPP vhost l2sw 3n-skx-x710
19882 -
19883   type: "plot"
19884   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19885   algorithm: "plot_latency_error_bars"
19886   output-file-type: ".html"
19887   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19888   data: "plot-vpp-throughput-latency-3n-skx"
19889   filter: "'NIC_Intel-X710' and
19890            '64B' and
19891            'NDRPDR' and
19892            'ETH' and
19893            '2T1C' and
19894            'L2BDMACLRN' and
19895            'VHOST_1024' and
19896            not 'VXLAN' and
19897            not 'IP4FWD' and
19898            not 'DOT1Q' and
19899            not '2VM'"
19900   parameters:
19901   - "latency"
19902   - "parent"
19903   - "tags"
19904   sort:
19905   - "VM"  # "not CFS_OPT"
19906   - "CFS_OPT"
19907   - "FIB_10K"
19908   - "FIB_100K"
19909   - "FIB_1M"
19910   layout:
19911     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19912     layout: "plot-latency"
19913
19914 -
19915   type: "plot"
19916   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19917   algorithm: "plot_latency_error_bars"
19918   output-file-type: ".html"
19919   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19920   data: "plot-vpp-throughput-latency-3n-skx"
19921   filter: "'NIC_Intel-X710' and
19922            '64B' and
19923            'NDRPDR' and
19924            'ETH' and
19925            '4T2C' and
19926            'L2BDMACLRN' and
19927            'VHOST_1024' and
19928            not 'VXLAN' and
19929            not 'IP4FWD' and
19930            not 'DOT1Q' and
19931            not '2VM'"
19932   parameters:
19933   - "latency"
19934   - "parent"
19935   - "tags"
19936   sort:
19937   - "VM"  # "not CFS_OPT"
19938   - "CFS_OPT"
19939   - "FIB_10K"
19940   - "FIB_100K"
19941   - "FIB_1M"
19942   layout:
19943     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19944     layout: "plot-latency"
19945
19946 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
19947 -
19948   type: "plot"
19949   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19950   algorithm: "plot_latency_error_bars"
19951   output-file-type: ".html"
19952   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19953   data: "plot-vpp-throughput-latency-3n-skx"
19954   filter: "'NIC_Intel-X710' and
19955            '64B' and
19956            'NDRPDR' and
19957            'ETH' and
19958            'BASE' and
19959            '2T1C' and
19960            ('L2BDMACLRN' or 'L2XCFWD') and
19961            'VHOST_1024' and
19962            not 'VXLAN' and
19963            not 'IP4FWD' and
19964            not 'DOT1Q' and
19965            not '2VM'"
19966   parameters:
19967   - "latency"
19968   - "parent"
19969   - "tags"
19970   sort:
19971   - "not CFS_OPT"
19972   - "L2XCFWD"
19973   - "not CFS_OPT"
19974   - "CFS_OPT"
19975   layout:
19976     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
19977     layout: "plot-latency"
19978
19979 -
19980   type: "plot"
19981   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19982   algorithm: "plot_latency_error_bars"
19983   output-file-type: ".html"
19984   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19985   data: "plot-vpp-throughput-latency-3n-skx"
19986   filter: "'NIC_Intel-X710' and
19987            '64B' and
19988            'NDRPDR' and
19989            'ETH' and
19990            'BASE' and
19991            '4T2C' and
19992            ('L2BDMACLRN' or 'L2XCFWD') and
19993            'VHOST_1024' and
19994            not 'VXLAN' and
19995            not 'IP4FWD' and
19996            not 'DOT1Q' and
19997            not '2VM'"
19998   parameters:
19999   - "latency"
20000   - "parent"
20001   - "tags"
20002   sort:
20003   - "not CFS_OPT"
20004   - "L2XCFWD"
20005   - "not CFS_OPT"
20006   - "CFS_OPT"
20007   layout:
20008     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
20009     layout: "plot-latency"
20010
20011 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
20012 -
20013   type: "plot"
20014   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20015   algorithm: "plot_latency_error_bars"
20016   output-file-type: ".html"
20017   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20018   data: "plot-vpp-throughput-latency-3n-skx"
20019   filter: "'NIC_Intel-X710' and
20020            '64B' and
20021            'NDRPDR' and
20022            'ETH' and
20023            '2T1C' and
20024            ('L2BDMACLRN' or 'L2XCFWD') and
20025            'VHOST_1024' and
20026            not 'CFS_OPT' and
20027            not 'VXLAN' and
20028            not 'IP4FWD' and
20029            not 'DOT1Q'"
20030   parameters:
20031   - "latency"
20032   - "parent"
20033   - "tags"
20034   sort:
20035   - "1VM"
20036   - "L2XCFWD"
20037   - "1VM"
20038   - "L2BDMACLRN"
20039   layout:
20040     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
20041     layout: "plot-latency"
20042
20043 -
20044   type: "plot"
20045   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20046   algorithm: "plot_latency_error_bars"
20047   output-file-type: ".html"
20048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20049   data: "plot-vpp-throughput-latency-3n-skx"
20050   filter: "'NIC_Intel-X710' and
20051            '64B' and
20052            'NDRPDR' and
20053            'ETH' and
20054            '4T2C' and
20055            ('L2BDMACLRN' or 'L2XCFWD') and
20056            'VHOST_1024' and
20057            not 'CFS_OPT' and
20058            not 'VXLAN' and
20059            not 'IP4FWD' and
20060            not 'DOT1Q'"
20061   parameters:
20062   - "latency"
20063   - "parent"
20064   - "tags"
20065   sort:
20066   - "1VM"
20067   - "L2XCFWD"
20068   - "1VM"
20069   - "L2BDMACLRN"
20070   layout:
20071     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
20072     layout: "plot-latency"
20073
20074 # Packet Latency - VPP vhost ip4 2n-skx-x710
20075 -
20076   type: "plot"
20077   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20078   algorithm: "plot_latency_error_bars"
20079   output-file-type: ".html"
20080   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20081   data: "plot-vpp-throughput-latency-2n-skx"
20082   filter: "'NIC_Intel-X710' and
20083            '64B' and
20084            'NDRPDR' and
20085            'ETH' and
20086            'IP4FWD' and
20087            '2T1C' and
20088            'VHOST_1024' and
20089            not 'VXLAN' and
20090            not 'DOT1Q'"
20091   parameters:
20092   - "latency"
20093   - "parent"
20094   - "tags"
20095   sort:
20096   - "not CFS_OPT"
20097   - "1VM"
20098   - "2VM"
20099   layout:
20100     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20101     layout: "plot-latency"
20102
20103 -
20104   type: "plot"
20105   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20106   algorithm: "plot_latency_error_bars"
20107   output-file-type: ".html"
20108   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20109   data: "plot-vpp-throughput-latency-2n-skx"
20110   filter: "'NIC_Intel-X710' and
20111            '64B' and
20112            'NDRPDR' and
20113            'ETH' and
20114            'IP4FWD' and
20115            '4T2C' and
20116            'VHOST_1024' and
20117            not 'VXLAN' and
20118            not 'DOT1Q'"
20119   parameters:
20120   - "latency"
20121   - "parent"
20122   - "tags"
20123   sort:
20124   - "not CFS_OPT"
20125   - "1VM"
20126   - "2VM"
20127   layout:
20128     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20129     layout: "plot-latency"
20130
20131 # Packet Latency - VPP vhost l2sw 2n-skx-x710
20132 -
20133   type: "plot"
20134   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20135   algorithm: "plot_latency_error_bars"
20136   output-file-type: ".html"
20137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20138   data: "plot-vpp-throughput-latency-2n-skx"
20139   filter: "'NIC_Intel-X710' and
20140            '64B' and
20141            'NDRPDR' and
20142            'ETH' and
20143            '2T1C' and
20144            'L2BDMACLRN' and
20145            'VHOST_1024' and
20146            not 'VXLAN' and
20147            not 'IP4FWD' and
20148            not 'DOT1Q' and
20149            not '2VM'"
20150   parameters:
20151   - "latency"
20152   - "parent"
20153   - "tags"
20154   sort:
20155   - "VM"  # "not CFS_OPT"
20156   - "CFS_OPT"
20157   - "FIB_10K"
20158   - "FIB_100K"
20159   - "FIB_1M"
20160   layout:
20161     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20162     layout: "plot-latency"
20163
20164 -
20165   type: "plot"
20166   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20167   algorithm: "plot_latency_error_bars"
20168   output-file-type: ".html"
20169   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20170   data: "plot-vpp-throughput-latency-2n-skx"
20171   filter: "'NIC_Intel-X710' and
20172            '64B' and
20173            'NDRPDR' and
20174            'ETH' and
20175            '4T2C' and
20176            'L2BDMACLRN' and
20177            'VHOST_1024' and
20178            not 'VXLAN' and
20179            not 'IP4FWD' and
20180            not 'DOT1Q' and
20181            not '2VM'"
20182   parameters:
20183   - "latency"
20184   - "parent"
20185   - "tags"
20186   sort:
20187   - "VM"  # "not CFS_OPT"
20188   - "CFS_OPT"
20189   - "FIB_10K"
20190   - "FIB_100K"
20191   - "FIB_1M"
20192   layout:
20193     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20194     layout: "plot-latency"
20195
20196 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20197 -
20198   type: "plot"
20199   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20200   algorithm: "plot_latency_error_bars"
20201   output-file-type: ".html"
20202   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20203   data: "plot-vpp-throughput-latency-2n-skx"
20204   filter: "'NIC_Intel-X710' and
20205            '64B' and
20206            'NDRPDR' and
20207            'ETH' and
20208            'BASE' and
20209            '2T1C' and
20210            ('L2BDMACLRN' or 'L2XCFWD') and
20211            'VHOST_1024' and
20212            not 'VXLAN' and
20213            not 'IP4FWD' and
20214            not 'DOT1Q' and
20215            not '2VM'"
20216   parameters:
20217   - "latency"
20218   - "parent"
20219   - "tags"
20220   sort:
20221   - "not CFS_OPT"
20222   - "L2XCFWD"
20223   - "not CFS_OPT"
20224   - "CFS_OPT"
20225   layout:
20226     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
20227     layout: "plot-latency"
20228
20229 -
20230   type: "plot"
20231   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20232   algorithm: "plot_latency_error_bars"
20233   output-file-type: ".html"
20234   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20235   data: "plot-vpp-throughput-latency-2n-skx"
20236   filter: "'NIC_Intel-X710' and
20237            '64B' and
20238            'NDRPDR' and
20239            'ETH' and
20240            'BASE' and
20241            '4T2C' and
20242            ('L2BDMACLRN' or 'L2XCFWD') and
20243            'VHOST_1024' and
20244            not 'VXLAN' and
20245            not 'IP4FWD' and
20246            not 'DOT1Q' and
20247            not '2VM'"
20248   parameters:
20249   - "latency"
20250   - "parent"
20251   - "tags"
20252   sort:
20253   - "not CFS_OPT"
20254   - "L2XCFWD"
20255   - "not CFS_OPT"
20256   - "CFS_OPT"
20257   layout:
20258     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
20259     layout: "plot-latency"
20260
20261 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20262 -
20263   type: "plot"
20264   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20265   algorithm: "plot_latency_error_bars"
20266   output-file-type: ".html"
20267   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20268   data: "plot-vpp-throughput-latency-2n-skx"
20269   filter: "'NIC_Intel-X710' and
20270            '64B' and
20271            'NDRPDR' and
20272            'ETH' and
20273            '2T1C' and
20274            ('L2BDMACLRN' or 'L2XCFWD') and
20275            'VHOST_1024' and
20276            not 'CFS_OPT' and
20277            not 'VXLAN' and
20278            not 'IP4FWD' and
20279            not 'DOT1Q'"
20280   parameters:
20281   - "latency"
20282   - "parent"
20283   - "tags"
20284   sort:
20285   - "1VM"
20286   - "L2XCFWD"
20287   - "1VM"
20288   - "L2BDMACLRN"
20289   layout:
20290     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20291     layout: "plot-latency"
20292
20293 -
20294   type: "plot"
20295   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20296   algorithm: "plot_latency_error_bars"
20297   output-file-type: ".html"
20298   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20299   data: "plot-vpp-throughput-latency-2n-skx"
20300   filter: "'NIC_Intel-X710' and
20301            '64B' and
20302            'NDRPDR' and
20303            'ETH' and
20304            '4T2C' and
20305            ('L2BDMACLRN' or 'L2XCFWD') and
20306            'VHOST_1024' and
20307            not 'CFS_OPT' and
20308            not 'VXLAN' and
20309            not 'IP4FWD' and
20310            not 'DOT1Q'"
20311   parameters:
20312   - "latency"
20313   - "parent"
20314   - "tags"
20315   sort:
20316   - "1VM"
20317   - "L2XCFWD"
20318   - "1VM"
20319   - "L2BDMACLRN"
20320   layout:
20321     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
20322     layout: "plot-latency"
20323
20324 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
20325 -
20326   type: "plot"
20327   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20328   algorithm: "plot_latency_error_bars"
20329   output-file-type: ".html"
20330   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20331   data: "plot-vpp-throughput-latency-2n-skx"
20332   filter: "'NIC_Intel-XXV710' and
20333            '64B' and
20334            'NDRPDR' and
20335            'ETH' and
20336            'IP4FWD' and
20337            '2T1C' and
20338            'VHOST_1024' and
20339            not 'VXLAN' and
20340            not 'DOT1Q'"
20341   parameters:
20342   - "latency"
20343   - "parent"
20344   - "tags"
20345   sort:
20346   - "not CFS_OPT"
20347   - "1VM"
20348   - "2VM"
20349   layout:
20350     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20351     layout: "plot-latency"
20352
20353 -
20354   type: "plot"
20355   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20356   algorithm: "plot_latency_error_bars"
20357   output-file-type: ".html"
20358   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20359   data: "plot-vpp-throughput-latency-2n-skx"
20360   filter: "'NIC_Intel-XXV710' and
20361            '64B' and
20362            'NDRPDR' and
20363            'ETH' and
20364            'IP4FWD' and
20365            '4T2C' and
20366            'VHOST_1024' and
20367            not 'VXLAN' and
20368            not 'DOT1Q'"
20369   parameters:
20370   - "latency"
20371   - "parent"
20372   - "tags"
20373   sort:
20374   - "not CFS_OPT"
20375   - "1VM"
20376   - "2VM"
20377   layout:
20378     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20379     layout: "plot-latency"
20380
20381 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
20382 -
20383   type: "plot"
20384   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20385   algorithm: "plot_latency_error_bars"
20386   output-file-type: ".html"
20387   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20388   data: "plot-vpp-throughput-latency-2n-skx"
20389   filter: "'NIC_Intel-XXV710' and
20390            '64B' and
20391            'NDRPDR' and
20392            'ETH' and
20393            '2T1C' and
20394            'L2BDMACLRN' and
20395            'VHOST_1024' and
20396            not 'VXLAN' and
20397            not 'IP4FWD' and
20398            not 'DOT1Q' and
20399            not '2VM'"
20400   parameters:
20401   - "latency"
20402   - "parent"
20403   - "tags"
20404   sort:
20405   - "VM"  # "not CFS_OPT"
20406   - "CFS_OPT"
20407   - "FIB_10K"
20408   - "FIB_100K"
20409   - "FIB_1M"
20410   layout:
20411     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20412     layout: "plot-latency"
20413
20414 -
20415   type: "plot"
20416   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20417   algorithm: "plot_latency_error_bars"
20418   output-file-type: ".html"
20419   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20420   data: "plot-vpp-throughput-latency-2n-skx"
20421   filter: "'NIC_Intel-XXV710' and
20422            '64B' and
20423            'NDRPDR' and
20424            'ETH' and
20425            '4T2C' and
20426            'L2BDMACLRN' and
20427            'VHOST_1024' and
20428            not 'VXLAN' and
20429            not 'IP4FWD' and
20430            not 'DOT1Q' and
20431            not '2VM'"
20432   parameters:
20433   - "latency"
20434   - "parent"
20435   - "tags"
20436   sort:
20437   - "VM"  # "not CFS_OPT"
20438   - "CFS_OPT"
20439   - "FIB_10K"
20440   - "FIB_100K"
20441   - "FIB_1M"
20442   layout:
20443     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20444     layout: "plot-latency"
20445
20446 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
20447 -
20448   type: "plot"
20449   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20450   algorithm: "plot_latency_error_bars"
20451   output-file-type: ".html"
20452   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20453   data: "plot-vpp-throughput-latency-2n-skx"
20454   filter: "'NIC_Intel-XXV710' and
20455            '64B' and
20456            'NDRPDR' and
20457            'ETH' and
20458            'BASE' and
20459            '2T1C' and
20460            ('L2BDMACLRN' or 'L2XCFWD') and
20461            'VHOST_1024' and
20462            not 'VXLAN' and
20463            not 'IP4FWD' and
20464            not 'DOT1Q' and
20465            not '2VM'"
20466   parameters:
20467   - "latency"
20468   - "parent"
20469   - "tags"
20470   sort:
20471   - "not CFS_OPT"
20472   - "L2XCFWD"
20473   - "not CFS_OPT"
20474   - "CFS_OPT"
20475   layout:
20476     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
20477     layout: "plot-latency"
20478
20479 -
20480   type: "plot"
20481   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20482   algorithm: "plot_latency_error_bars"
20483   output-file-type: ".html"
20484   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20485   data: "plot-vpp-throughput-latency-2n-skx"
20486   filter: "'NIC_Intel-XXV710' and
20487            '64B' and
20488            'NDRPDR' and
20489            'ETH' and
20490            'BASE' and
20491            '4T2C' and
20492            ('L2BDMACLRN' or 'L2XCFWD') and
20493            'VHOST_1024' and
20494            not 'VXLAN' and
20495            not 'IP4FWD' and
20496            not 'DOT1Q' and
20497            not '2VM'"
20498   parameters:
20499   - "latency"
20500   - "parent"
20501   - "tags"
20502   sort:
20503   - "not CFS_OPT"
20504   - "L2XCFWD"
20505   - "not CFS_OPT"
20506   - "CFS_OPT"
20507   layout:
20508     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
20509     layout: "plot-latency"
20510
20511 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
20512 -
20513   type: "plot"
20514   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20515   algorithm: "plot_latency_error_bars"
20516   output-file-type: ".html"
20517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20518   data: "plot-vpp-throughput-latency-2n-skx"
20519   filter: "'NIC_Intel-XXV710' and
20520            '64B' and
20521            'NDRPDR' and
20522            'ETH' and
20523            '2T1C' and
20524            ('L2BDMACLRN' or 'L2XCFWD') and
20525            'VHOST_1024' and
20526            not 'CFS_OPT' and
20527            not 'VXLAN' and
20528            not 'IP4FWD' and
20529            not 'DOT1Q'"
20530   parameters:
20531   - "latency"
20532   - "parent"
20533   - "tags"
20534   sort:
20535   - "1VM"
20536   - "L2XCFWD"
20537   - "1VM"
20538   - "L2BDMACLRN"
20539   layout:
20540     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
20541     layout: "plot-latency"
20542
20543 -
20544   type: "plot"
20545   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20546   algorithm: "plot_latency_error_bars"
20547   output-file-type: ".html"
20548   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20549   data: "plot-vpp-throughput-latency-2n-skx"
20550   filter: "'NIC_Intel-XXV710' and
20551            '64B' and
20552            'NDRPDR' and
20553            'ETH' and
20554            '4T2C' and
20555            ('L2BDMACLRN' or 'L2XCFWD') and
20556            'VHOST_1024' and
20557            not 'CFS_OPT' and
20558            not 'VXLAN' and
20559            not 'IP4FWD' and
20560            not 'DOT1Q'"
20561   parameters:
20562   - "latency"
20563   - "parent"
20564   - "tags"
20565   sort:
20566   - "1VM"
20567   - "L2XCFWD"
20568   - "1VM"
20569   - "L2BDMACLRN"
20570   layout:
20571     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
20572     layout: "plot-latency"
20573
20574 ################################################################################
20575
20576 # Packet Latency - VPP VTS 3n-hsw-x520
20577 -
20578   type: "plot"
20579   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20580   algorithm: "plot_latency_error_bars"
20581   output-file-type: ".html"
20582   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20583   data: "plot-vpp-throughput-latency-3n-hsw"
20584   filter: "'NIC_Intel-X520-DA2' and
20585            '114B' and
20586            'NDRPDR' and
20587            '1T1C' and
20588            'VTS'"
20589   parameters:
20590   - "latency"
20591   - "parent"
20592   - "tags"
20593   layout:
20594     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
20595     layout: "plot-latency"
20596
20597 -
20598   type: "plot"
20599   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20600   algorithm: "plot_latency_error_bars"
20601   output-file-type: ".html"
20602   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20603   data: "plot-vpp-throughput-latency-3n-hsw"
20604   filter: "'NIC_Intel-X520-DA2' and
20605            '114B' and
20606            'NDRPDR' and
20607            '2T2C' and
20608            'VTS'"
20609   parameters:
20610   - "latency"
20611   - "parent"
20612   - "tags"
20613   layout:
20614     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
20615     layout: "plot-latency"
20616
20617 ################################################################################
20618
20619 # Packet Latency - DPDK l3fwd 3n-hsw-x520
20620 -
20621   type: "plot"
20622   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20623   algorithm: "plot_latency_error_bars"
20624   output-file-type: ".html"
20625   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20626   data: "plot-dpdk-throughput-latency-3n-hsw"
20627   filter: "'NIC_Intel-X520-DA2' and
20628            '64B' and
20629            'BASE' and
20630            'NDRPDR' and
20631            '1T1C' and
20632            'IP4FWD'"
20633   parameters:
20634   - "latency"
20635   - "parent"
20636   - "tags"
20637   layout:
20638     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
20639     layout: "plot-latency"
20640
20641 -
20642   type: "plot"
20643   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20644   algorithm: "plot_latency_error_bars"
20645   output-file-type: ".html"
20646   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20647   data: "plot-dpdk-throughput-latency-3n-hsw"
20648   filter: "'NIC_Intel-X520-DA2' and
20649            '64B' and
20650            'BASE' and
20651            'NDRPDR' and
20652            '2T2C' and
20653            'IP4FWD'"
20654   parameters:
20655   - "latency"
20656   - "parent"
20657   - "tags"
20658   layout:
20659     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
20660     layout: "plot-latency"
20661
20662 # Packet Latency - DPDK l3fwd 3n-hsw-x710
20663 -
20664   type: "plot"
20665   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20666   algorithm: "plot_latency_error_bars"
20667   output-file-type: ".html"
20668   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20669   data: "plot-dpdk-throughput-latency-3n-hsw"
20670   filter: "'NIC_Intel-X710' and
20671            '64B' and
20672            'BASE' and
20673            'NDRPDR' and
20674            '1T1C' and
20675            'IP4FWD'"
20676   parameters:
20677   - "latency"
20678   - "parent"
20679   - "tags"
20680   layout:
20681     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
20682     layout: "plot-latency"
20683
20684 -
20685   type: "plot"
20686   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20687   algorithm: "plot_latency_error_bars"
20688   output-file-type: ".html"
20689   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20690   data: "plot-dpdk-throughput-latency-3n-hsw"
20691   filter: "'NIC_Intel-X710' and
20692            '64B' and
20693            'BASE' and
20694            'NDRPDR' and
20695            '2T2C' and
20696            'IP4FWD'"
20697   parameters:
20698   - "latency"
20699   - "parent"
20700   - "tags"
20701   layout:
20702     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
20703     layout: "plot-latency"
20704
20705 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
20706 -
20707   type: "plot"
20708   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20709   algorithm: "plot_latency_error_bars"
20710   output-file-type: ".html"
20711   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20712   data: "plot-dpdk-throughput-latency-3n-hsw"
20713   filter: "'NIC_Intel-XL710' and
20714            '64B' and
20715            'BASE' and
20716            'NDRPDR' and
20717            '1T1C' and
20718            'IP4FWD'"
20719   parameters:
20720   - "latency"
20721   - "parent"
20722   - "tags"
20723   layout:
20724     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
20725     layout: "plot-latency"
20726
20727 -
20728   type: "plot"
20729   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20730   algorithm: "plot_latency_error_bars"
20731   output-file-type: ".html"
20732   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20733   data: "plot-dpdk-throughput-latency-3n-hsw"
20734   filter: "'NIC_Intel-XL710' and
20735            '64B' and
20736            'BASE' and
20737            'NDRPDR' and
20738            '2T2C' and
20739            'IP4FWD'"
20740   parameters:
20741   - "latency"
20742   - "parent"
20743   - "tags"
20744   layout:
20745     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
20746     layout: "plot-latency"
20747
20748 # Packet Latency - DPDK l3fwd 3n-skx-x710
20749 -
20750   type: "plot"
20751   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20752   algorithm: "plot_latency_error_bars"
20753   output-file-type: ".html"
20754   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20755   data: "plot-dpdk-throughput-latency-3n-skx"
20756   filter: "'NIC_Intel-X710' and
20757            '64B' and
20758            'BASE' and
20759            'NDRPDR' and
20760            '2T1C' and
20761            'IP4FWD'"
20762   parameters:
20763   - "latency"
20764   - "parent"
20765   - "tags"
20766   layout:
20767     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
20768     layout: "plot-latency"
20769
20770 -
20771   type: "plot"
20772   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20773   algorithm: "plot_latency_error_bars"
20774   output-file-type: ".html"
20775   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20776   data: "plot-dpdk-throughput-latency-3n-skx"
20777   filter: "'NIC_Intel-X710' and
20778            '64B' and
20779            'BASE' and
20780            'NDRPDR' and
20781            '4T2C' and
20782            'IP4FWD'"
20783   parameters:
20784   - "latency"
20785   - "parent"
20786   - "tags"
20787   layout:
20788     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
20789     layout: "plot-latency"
20790
20791 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
20792 -
20793   type: "plot"
20794   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20795   algorithm: "plot_latency_error_bars"
20796   output-file-type: ".html"
20797   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20798   data: "plot-dpdk-throughput-latency-3n-skx"
20799   filter: "'NIC_Intel-XXV710' and
20800            '64B' and
20801            'BASE' and
20802            'NDRPDR' and
20803            '2T1C' and
20804            'IP4FWD'"
20805   parameters:
20806   - "latency"
20807   - "parent"
20808   - "tags"
20809   layout:
20810     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
20811     layout: "plot-latency"
20812
20813 -
20814   type: "plot"
20815   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20816   algorithm: "plot_latency_error_bars"
20817   output-file-type: ".html"
20818   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20819   data: "plot-dpdk-throughput-latency-3n-skx"
20820   filter: "'NIC_Intel-XXV710' and
20821            '64B' and
20822            'BASE' and
20823            'NDRPDR' and
20824            '4T2C' and
20825            'IP4FWD'"
20826   parameters:
20827   - "latency"
20828   - "parent"
20829   - "tags"
20830   layout:
20831     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
20832     layout: "plot-latency"
20833
20834 # Packet Latency - DPDK l3fwd 2n-skx-x710
20835 -
20836   type: "plot"
20837   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20838   algorithm: "plot_latency_error_bars"
20839   output-file-type: ".html"
20840   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20841   data: "plot-dpdk-throughput-latency-2n-skx"
20842   filter: "'NIC_Intel-X710' and
20843            '64B' and
20844            'BASE' and
20845            'NDRPDR' and
20846            '2T1C' and
20847            'IP4FWD'"
20848   parameters:
20849   - "latency"
20850   - "parent"
20851   - "tags"
20852   layout:
20853     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
20854     layout: "plot-latency"
20855
20856 -
20857   type: "plot"
20858   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20859   algorithm: "plot_latency_error_bars"
20860   output-file-type: ".html"
20861   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20862   data: "plot-dpdk-throughput-latency-2n-skx"
20863   filter: "'NIC_Intel-X710' and
20864            '64B' and
20865            'BASE' and
20866            'NDRPDR' and
20867            '4T2C' and
20868            'IP4FWD'"
20869   parameters:
20870   - "latency"
20871   - "parent"
20872   - "tags"
20873   layout:
20874     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
20875     layout: "plot-latency"
20876
20877 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
20878 -
20879   type: "plot"
20880   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20881   algorithm: "plot_latency_error_bars"
20882   output-file-type: ".html"
20883   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20884   data: "plot-dpdk-throughput-latency-2n-skx"
20885   filter: "'NIC_Intel-XXV710' and
20886            '64B' and
20887            'BASE' and
20888            'NDRPDR' and
20889            '2T1C' and
20890            'IP4FWD'"
20891   parameters:
20892   - "latency"
20893   - "parent"
20894   - "tags"
20895   layout:
20896     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
20897     layout: "plot-latency"
20898
20899 -
20900   type: "plot"
20901   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20902   algorithm: "plot_latency_error_bars"
20903   output-file-type: ".html"
20904   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20905   data: "plot-dpdk-throughput-latency-2n-skx"
20906   filter: "'NIC_Intel-XXV710' and
20907            '64B' and
20908            'BASE' and
20909            'NDRPDR' and
20910            '4T2C' and
20911            'IP4FWD'"
20912   parameters:
20913   - "latency"
20914   - "parent"
20915   - "tags"
20916   layout:
20917     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
20918     layout: "plot-latency"
20919
20920 ################################################################################
20921
20922 # Packet Latency - DPDK testpmd 3n-hsw-x520
20923 -
20924   type: "plot"
20925   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20926   algorithm: "plot_latency_error_bars"
20927   output-file-type: ".html"
20928   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20929   data: "plot-dpdk-throughput-latency-3n-hsw"
20930   filter: "'NIC_Intel-X520-DA2' and
20931            '64B' and
20932            'BASE' and
20933            'NDRPDR' and
20934            '1T1C' and
20935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20936   parameters:
20937   - "latency"
20938   - "parent"
20939   - "tags"
20940   layout:
20941     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
20942     layout: "plot-latency"
20943
20944 -
20945   type: "plot"
20946   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20947   algorithm: "plot_latency_error_bars"
20948   output-file-type: ".html"
20949   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20950   data: "plot-dpdk-throughput-latency-3n-hsw"
20951   filter: "'NIC_Intel-X520-DA2' and
20952            '64B' and
20953            'BASE' and
20954            'NDRPDR' and
20955            '2T2C' and
20956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20957   parameters:
20958   - "latency"
20959   - "parent"
20960   - "tags"
20961   layout:
20962     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
20963     layout: "plot-latency"
20964
20965 # Packet Latency - DPDK testpmd 3n-hsw-x710
20966 -
20967   type: "plot"
20968   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20969   algorithm: "plot_latency_error_bars"
20970   output-file-type: ".html"
20971   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20972   data: "plot-dpdk-throughput-latency-3n-hsw"
20973   filter: "'NIC_Intel-X710' and
20974            '64B' and
20975            'BASE' and
20976            'NDRPDR' and
20977            '1T1C' and
20978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20979   parameters:
20980   - "latency"
20981   - "parent"
20982   - "tags"
20983   layout:
20984     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
20985     layout: "plot-latency"
20986
20987 -
20988   type: "plot"
20989   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20990   algorithm: "plot_latency_error_bars"
20991   output-file-type: ".html"
20992   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20993   data: "plot-dpdk-throughput-latency-3n-hsw"
20994   filter: "'NIC_Intel-X710' and
20995            '64B' and
20996            'BASE' and
20997            'NDRPDR' and
20998            '2T2C' and
20999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21000   parameters:
21001   - "latency"
21002   - "parent"
21003   - "tags"
21004   layout:
21005     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
21006     layout: "plot-latency"
21007
21008 # Packet Latency - DPDK testpmd 3n-hsw-xl710
21009 -
21010   type: "plot"
21011   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21012   algorithm: "plot_latency_error_bars"
21013   output-file-type: ".html"
21014   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21015   data: "plot-dpdk-throughput-latency-3n-hsw"
21016   filter: "'NIC_Intel-XL710' and
21017            '64B' and
21018            'BASE' and
21019            'NDRPDR' and
21020            '1T1C' and
21021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21022   parameters:
21023   - "latency"
21024   - "parent"
21025   - "tags"
21026   layout:
21027     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
21028     layout: "plot-latency"
21029
21030 -
21031   type: "plot"
21032   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21033   algorithm: "plot_latency_error_bars"
21034   output-file-type: ".html"
21035   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21036   data: "plot-dpdk-throughput-latency-3n-hsw"
21037   filter: "'NIC_Intel-XL710' and
21038            '64B' and
21039            'BASE' and
21040            'NDRPDR' and
21041            '2T2C' and
21042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21043   parameters:
21044   - "latency"
21045   - "parent"
21046   - "tags"
21047   layout:
21048     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
21049     layout: "plot-latency"
21050
21051 # Packet Latency - DPDK testpmd 3n-skx-x710
21052 -
21053   type: "plot"
21054   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21055   algorithm: "plot_latency_error_bars"
21056   output-file-type: ".html"
21057   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21058   data: "plot-dpdk-throughput-latency-3n-skx"
21059   filter: "'NIC_Intel-X710' and
21060            '64B' and
21061            'BASE' and
21062            'NDRPDR' and
21063            '2T1C' and
21064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21065   parameters:
21066   - "latency"
21067   - "parent"
21068   - "tags"
21069   layout:
21070     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
21071     layout: "plot-latency"
21072
21073 -
21074   type: "plot"
21075   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21076   algorithm: "plot_latency_error_bars"
21077   output-file-type: ".html"
21078   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21079   data: "plot-dpdk-throughput-latency-3n-skx"
21080   filter: "'NIC_Intel-X710' and
21081            '64B' and
21082            'BASE' and
21083            'NDRPDR' and
21084            '4T2C' and
21085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21086   parameters:
21087   - "latency"
21088   - "parent"
21089   - "tags"
21090   layout:
21091     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21092     layout: "plot-latency"
21093
21094 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21095 -
21096   type: "plot"
21097   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21098   algorithm: "plot_latency_error_bars"
21099   output-file-type: ".html"
21100   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21101   data: "plot-dpdk-throughput-latency-3n-skx"
21102   filter: "'NIC_Intel-XXV710' and
21103            '64B' and
21104            'BASE' and
21105            'NDRPDR' and
21106            '2T1C' and
21107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21108   parameters:
21109   - "latency"
21110   - "parent"
21111   - "tags"
21112   layout:
21113     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21114     layout: "plot-latency"
21115
21116 -
21117   type: "plot"
21118   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21119   algorithm: "plot_latency_error_bars"
21120   output-file-type: ".html"
21121   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21122   data: "plot-dpdk-throughput-latency-3n-skx"
21123   filter: "'NIC_Intel-XXV710' and
21124            '64B' and
21125            'BASE' and
21126            'NDRPDR' and
21127            '4T2C' and
21128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21129   parameters:
21130   - "latency"
21131   - "parent"
21132   - "tags"
21133   layout:
21134     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21135     layout: "plot-latency"
21136
21137 # Packet Latency - DPDK testpmd 2n-skx-x710
21138 -
21139   type: "plot"
21140   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21141   algorithm: "plot_latency_error_bars"
21142   output-file-type: ".html"
21143   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21144   data: "plot-dpdk-throughput-latency-2n-skx"
21145   filter: "'NIC_Intel-X710' and
21146            '64B' and
21147            'BASE' and
21148            'NDRPDR' and
21149            '2T1C' and
21150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21151   parameters:
21152   - "latency"
21153   - "parent"
21154   - "tags"
21155   layout:
21156     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21157     layout: "plot-latency"
21158
21159 -
21160   type: "plot"
21161   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21162   algorithm: "plot_latency_error_bars"
21163   output-file-type: ".html"
21164   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21165   data: "plot-dpdk-throughput-latency-2n-skx"
21166   filter: "'NIC_Intel-X710' and
21167            '64B' and
21168            'BASE' and
21169            'NDRPDR' and
21170            '4T2C' and
21171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21172   parameters:
21173   - "latency"
21174   - "parent"
21175   - "tags"
21176   layout:
21177     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21178     layout: "plot-latency"
21179
21180 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21181 -
21182   type: "plot"
21183   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21184   algorithm: "plot_latency_error_bars"
21185   output-file-type: ".html"
21186   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21187   data: "plot-dpdk-throughput-latency-2n-skx"
21188   filter: "'NIC_Intel-XXV710' and
21189            '64B' and
21190            'BASE' and
21191            'NDRPDR' and
21192            '2T1C' and
21193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21194   parameters:
21195   - "latency"
21196   - "parent"
21197   - "tags"
21198   layout:
21199     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21200     layout: "plot-latency"
21201
21202 -
21203   type: "plot"
21204   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21205   algorithm: "plot_latency_error_bars"
21206   output-file-type: ".html"
21207   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21208   data: "plot-dpdk-throughput-latency-2n-skx"
21209   filter: "'NIC_Intel-XXV710' and
21210            '64B' and
21211            'BASE' and
21212            'NDRPDR' and
21213            '4T2C' and
21214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21215   parameters:
21216   - "latency"
21217   - "parent"
21218   - "tags"
21219   layout:
21220     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21221     layout: "plot-latency"
21222
21223 ################################################################################
21224
21225 # Speedup - VPP Container Memif 3n-hsw-x520
21226 -
21227   type: "plot"
21228   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21229   algorithm: "plot_throughput_speedup_analysis"
21230   output-file-type: ".html"
21231   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21232   data: "plot-throughput-speedup-analysis-3n-hsw"
21233   filter: "'NIC_Intel-X520-DA2' and
21234            '64B' and
21235            ('BASE' or 'SCALE') and
21236            'NDRPDR' and
21237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21238            not 'VHOST' and
21239            'MEMIF'"
21240   parameters:
21241   - "throughput"
21242   - "parent"
21243   - "tags"
21244   sort:
21245   - "L2XCFWD"
21246   - "L2XCFWD"
21247   - "L2XCFWD"
21248   - "L2BDMACLRN"
21249   - "L2BDMACLRN"
21250   - "L2BDMACLRN"
21251   layout:
21252     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
21253     layout: "plot-throughput-speedup-analysis"
21254
21255 -
21256   type: "plot"
21257   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21258   algorithm: "plot_throughput_speedup_analysis"
21259   output-file-type: ".html"
21260   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21261   data: "plot-throughput-speedup-analysis-3n-hsw"
21262   filter: "'NIC_Intel-X520-DA2' and
21263            '64B' and
21264            ('BASE' or 'SCALE') and
21265            'NDRPDR' and
21266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21267            not 'VHOST' and
21268            'MEMIF'"
21269   parameters:
21270   - "throughput"
21271   - "parent"
21272   - "tags"
21273   sort:
21274   - "L2XCFWD"
21275   - "L2XCFWD"
21276   - "L2XCFWD"
21277   - "L2BDMACLRN"
21278   - "L2BDMACLRN"
21279   - "L2BDMACLRN"
21280   layout:
21281     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
21282     layout: "plot-throughput-speedup-analysis"
21283
21284 # Speedup - VPP Container Memif 3n-hsw-x710
21285 -
21286   type: "plot"
21287   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21288   algorithm: "plot_throughput_speedup_analysis"
21289   output-file-type: ".html"
21290   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21291   data: "plot-throughput-speedup-analysis-3n-hsw"
21292   filter: "'NIC_Intel-X710' and
21293            '64B' and
21294            ('BASE' or 'SCALE') and
21295            'NDRPDR' and
21296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21297            not 'VHOST' and
21298            'MEMIF'"
21299   parameters:
21300   - "throughput"
21301   - "parent"
21302   - "tags"
21303   sort:
21304   - "L2XCFWD"
21305   - "L2XCFWD"
21306   - "L2XCFWD"
21307   - "L2BDMACLRN"
21308   - "L2BDMACLRN"
21309   - "L2BDMACLRN"
21310   layout:
21311     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
21312     layout: "plot-throughput-speedup-analysis"
21313
21314 -
21315   type: "plot"
21316   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21317   algorithm: "plot_throughput_speedup_analysis"
21318   output-file-type: ".html"
21319   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21320   data: "plot-throughput-speedup-analysis-3n-hsw"
21321   filter: "'NIC_Intel-X710' and
21322            '64B' and
21323            ('BASE' or 'SCALE') and
21324            'NDRPDR' and
21325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21326            not 'VHOST' and
21327            'MEMIF'"
21328   parameters:
21329   - "throughput"
21330   - "parent"
21331   - "tags"
21332   sort:
21333   - "L2XCFWD"
21334   - "L2XCFWD"
21335   - "L2XCFWD"
21336   - "L2BDMACLRN"
21337   - "L2BDMACLRN"
21338   - "L2BDMACLRN"
21339   layout:
21340     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
21341     layout: "plot-throughput-speedup-analysis"
21342
21343 # Speedup - VPP Container Memif 3n-hsw-xl710
21344 -
21345   type: "plot"
21346   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21347   algorithm: "plot_throughput_speedup_analysis"
21348   output-file-type: ".html"
21349   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21350   data: "plot-throughput-speedup-analysis-3n-hsw"
21351   filter: "'NIC_Intel-XL710' and
21352            '64B' and
21353            ('BASE' or 'SCALE') and
21354            'NDRPDR' and
21355            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21356            not 'VHOST' and
21357            'MEMIF'"
21358   parameters:
21359   - "throughput"
21360   - "parent"
21361   - "tags"
21362   sort:
21363   - "L2XCFWD"
21364   - "L2XCFWD"
21365   - "L2XCFWD"
21366   - "L2BDMACLRN"
21367   - "L2BDMACLRN"
21368   - "L2BDMACLRN"
21369   layout:
21370     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
21371     layout: "plot-throughput-speedup-analysis"
21372
21373 -
21374   type: "plot"
21375   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21376   algorithm: "plot_throughput_speedup_analysis"
21377   output-file-type: ".html"
21378   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21379   data: "plot-throughput-speedup-analysis-3n-hsw"
21380   filter: "'NIC_Intel-XL710' and
21381            '64B' and
21382            ('BASE' or 'SCALE') and
21383            'NDRPDR' and
21384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21385            not 'VHOST' and
21386            'MEMIF'"
21387   parameters:
21388   - "throughput"
21389   - "parent"
21390   - "tags"
21391   sort:
21392   - "L2XCFWD"
21393   - "L2XCFWD"
21394   - "L2XCFWD"
21395   - "L2BDMACLRN"
21396   - "L2BDMACLRN"
21397   - "L2BDMACLRN"
21398   layout:
21399     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
21400     layout: "plot-throughput-speedup-analysis"
21401
21402 # Speedup - VPP Container Memif 3n-skx-x710
21403 -
21404   type: "plot"
21405   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21406   algorithm: "plot_throughput_speedup_analysis"
21407   output-file-type: ".html"
21408   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21409   data: "plot-throughput-speedup-analysis-3n-skx"
21410   filter: "'NIC_Intel-X710' and
21411            '64B' and
21412            ('BASE' or 'SCALE') and
21413            'NDRPDR' and
21414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21415            not 'VHOST' and
21416            'MEMIF'"
21417   parameters:
21418   - "throughput"
21419   - "parent"
21420   - "tags"
21421   sort:
21422   - "L2XCFWD"
21423   - "L2XCFWD"
21424   - "L2XCFWD"
21425   - "L2BDMACLRN"
21426   - "L2BDMACLRN"
21427   - "L2BDMACLRN"
21428   layout:
21429     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
21430     layout: "plot-throughput-speedup-analysis"
21431
21432 -
21433   type: "plot"
21434   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21435   algorithm: "plot_throughput_speedup_analysis"
21436   output-file-type: ".html"
21437   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21438   data: "plot-throughput-speedup-analysis-3n-skx"
21439   filter: "'NIC_Intel-X710' and
21440            '64B' and
21441            ('BASE' or 'SCALE') and
21442            'NDRPDR' and
21443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21444            not 'VHOST' and
21445             'MEMIF'"
21446   parameters:
21447   - "throughput"
21448   - "parent"
21449   - "tags"
21450   sort:
21451   - "L2XCFWD"
21452   - "L2XCFWD"
21453   - "L2XCFWD"
21454   - "L2BDMACLRN"
21455   - "L2BDMACLRN"
21456   - "L2BDMACLRN"
21457   layout:
21458     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
21459     layout: "plot-throughput-speedup-analysis"
21460
21461 # Speedup - VPP Container Memif 2n-skx-x710
21462 -
21463   type: "plot"
21464   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21465   algorithm: "plot_throughput_speedup_analysis"
21466   output-file-type: ".html"
21467   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21468   data: "plot-throughput-speedup-analysis-2n-skx"
21469   filter: "'NIC_Intel-X710' and
21470            '64B' and
21471            ('BASE' or 'SCALE') and
21472            'NDRPDR' and
21473            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21474            not 'VHOST' and
21475            'MEMIF'"
21476   parameters:
21477   - "throughput"
21478   - "parent"
21479   - "tags"
21480   sort:
21481   - "L2XCFWD"
21482   - "L2XCFWD"
21483   - "L2XCFWD"
21484   - "L2BDMACLRN"
21485   - "L2BDMACLRN"
21486   - "L2BDMACLRN"
21487   layout:
21488     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
21489     layout: "plot-throughput-speedup-analysis"
21490
21491 -
21492   type: "plot"
21493   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21494   algorithm: "plot_throughput_speedup_analysis"
21495   output-file-type: ".html"
21496   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21497   data: "plot-throughput-speedup-analysis-2n-skx"
21498   filter: "'NIC_Intel-X710' and
21499            '64B' and
21500            ('BASE' or 'SCALE') and
21501            'NDRPDR' and
21502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21503            not 'VHOST' and
21504             'MEMIF'"
21505   parameters:
21506   - "throughput"
21507   - "parent"
21508   - "tags"
21509   sort:
21510   - "L2XCFWD"
21511   - "L2XCFWD"
21512   - "L2XCFWD"
21513   - "L2BDMACLRN"
21514   - "L2BDMACLRN"
21515   - "L2BDMACLRN"
21516   layout:
21517     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
21518     layout: "plot-throughput-speedup-analysis"
21519
21520 # Speedup - VPP Container Memif 2n-skx-xxv710
21521 -
21522   type: "plot"
21523   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21524   algorithm: "plot_throughput_speedup_analysis"
21525   output-file-type: ".html"
21526   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21527   data: "plot-throughput-speedup-analysis-2n-skx"
21528   filter: "'NIC_Intel-XXV710' and
21529            '64B' and
21530            ('BASE' or 'SCALE') and
21531            'NDRPDR' and
21532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21533            not 'VHOST' and
21534            'MEMIF'"
21535   parameters:
21536   - "throughput"
21537   - "parent"
21538   - "tags"
21539   sort:
21540   - "L2XCFWD"
21541   - "L2XCFWD"
21542   - "L2XCFWD"
21543   - "L2BDMACLRN"
21544   - "L2BDMACLRN"
21545   - "L2BDMACLRN"
21546   layout:
21547     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
21548     layout: "plot-throughput-speedup-analysis"
21549
21550 -
21551   type: "plot"
21552   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21553   algorithm: "plot_throughput_speedup_analysis"
21554   output-file-type: ".html"
21555   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21556   data: "plot-throughput-speedup-analysis-2n-skx"
21557   filter: "'NIC_Intel-XXV710' and
21558            '64B' and
21559            ('BASE' or 'SCALE') and
21560            'NDRPDR' and
21561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21562            not 'VHOST' and
21563             'MEMIF'"
21564   parameters:
21565   - "throughput"
21566   - "parent"
21567   - "tags"
21568   sort:
21569   - "L2XCFWD"
21570   - "L2XCFWD"
21571   - "L2XCFWD"
21572   - "L2BDMACLRN"
21573   - "L2BDMACLRN"
21574   - "L2BDMACLRN"
21575   layout:
21576     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
21577     layout: "plot-throughput-speedup-analysis"
21578
21579 ################################################################################
21580
21581 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
21582 -
21583   type: "plot"
21584   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21585   algorithm: "plot_throughput_speedup_analysis"
21586   output-file-type: ".html"
21587   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21588   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21589   filter: "'NIC_Intel-X520-DA2' and
21590            '64B' and
21591            ('BASE' or 'SCALE') and
21592            'NDRPDR' and
21593            'L2XCFWD' and
21594            not 'VHOST' and
21595            'MEMIF'"
21596   parameters:
21597   - "throughput"
21598   - "parent"
21599   - "tags"
21600   sort:
21601   - "1VNF"
21602   - "2VNF"
21603   - "4VNF"
21604   - "2VNF"
21605   - "4VNF"
21606   layout:
21607     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
21608     layout: "plot-throughput-speedup-analysis"
21609
21610 -
21611   type: "plot"
21612   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21613   algorithm: "plot_throughput_speedup_analysis"
21614   output-file-type: ".html"
21615   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21616   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21617   filter: "'NIC_Intel-X520-DA2' and
21618            '64B' and
21619            ('BASE' or 'SCALE') and
21620            'NDRPDR' and
21621            'L2XCFWD' and
21622            not 'VHOST' and
21623            'MEMIF'"
21624   parameters:
21625   - "throughput"
21626   - "parent"
21627   - "tags"
21628   sort:
21629   - "1VNF"
21630   - "2VNF"
21631   - "4VNF"
21632   - "2VNF"
21633   - "4VNF"
21634   layout:
21635     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
21636     layout: "plot-throughput-speedup-analysis"
21637
21638 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
21639 -
21640   type: "plot"
21641   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21642   algorithm: "plot_throughput_speedup_analysis"
21643   output-file-type: ".html"
21644   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21645   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21646   filter: "'NIC_Intel-X520-DA2' and
21647            '64B' and
21648            ('BASE' or 'SCALE') and
21649            'NDRPDR' and
21650            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21651            not 'VHOST' and
21652            'MEMIF'"
21653   parameters:
21654   - "throughput"
21655   - "parent"
21656   - "tags"
21657   sort:
21658   - "1VNF"
21659   - "2VNF"
21660   - "4VNF"
21661   - "2VNF"
21662   - "4VNF"
21663   layout:
21664     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
21665     layout: "plot-throughput-speedup-analysis"
21666
21667 -
21668   type: "plot"
21669   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21670   algorithm: "plot_throughput_speedup_analysis"
21671   output-file-type: ".html"
21672   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21673   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21674   filter: "'NIC_Intel-X520-DA2' and
21675            '64B' and
21676            ('BASE' or 'SCALE') and
21677            'NDRPDR' and
21678            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21679            not 'VHOST' and
21680            'MEMIF'"
21681   parameters:
21682   - "throughput"
21683   - "parent"
21684   - "tags"
21685   sort:
21686   - "1VNF"
21687   - "2VNF"
21688   - "4VNF"
21689   - "2VNF"
21690   - "4VNF"
21691   layout:
21692     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
21693     layout: "plot-throughput-speedup-analysis"
21694
21695 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
21696 -
21697   type: "plot"
21698   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21699   algorithm: "plot_throughput_speedup_analysis"
21700   output-file-type: ".html"
21701   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21702   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21703   filter: "'NIC_Intel-X710' and
21704            '64B' and
21705            ('BASE' or 'SCALE') and
21706            'NDRPDR' and
21707            'L2XCFWD' and
21708            not 'VHOST' and
21709            'MEMIF'"
21710   parameters:
21711   - "throughput"
21712   - "parent"
21713   - "tags"
21714   sort:
21715   - "1VNF"
21716   - "2VNF"
21717   - "4VNF"
21718   - "2VNF"
21719   - "4VNF"
21720   layout:
21721     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
21722     layout: "plot-throughput-speedup-analysis"
21723
21724 -
21725   type: "plot"
21726   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21727   algorithm: "plot_throughput_speedup_analysis"
21728   output-file-type: ".html"
21729   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21730   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21731   filter: "'NIC_Intel-X710' and
21732            '64B' and
21733            ('BASE' or 'SCALE') and
21734            'NDRPDR' and
21735            'L2XCFWD' and
21736            not 'VHOST' and
21737            'MEMIF'"
21738   parameters:
21739   - "throughput"
21740   - "parent"
21741   - "tags"
21742   sort:
21743   - "1VNF"
21744   - "2VNF"
21745   - "4VNF"
21746   - "2VNF"
21747   - "4VNF"
21748   layout:
21749     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
21750     layout: "plot-throughput-speedup-analysis"
21751
21752 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
21753 -
21754   type: "plot"
21755   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21756   algorithm: "plot_throughput_speedup_analysis"
21757   output-file-type: ".html"
21758   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21759   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21760   filter: "'NIC_Intel-X710' and
21761            '64B' and
21762            ('BASE' or 'SCALE') and
21763            'NDRPDR' and
21764            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21765            not 'VHOST' and
21766            'MEMIF'"
21767   parameters:
21768   - "throughput"
21769   - "parent"
21770   - "tags"
21771   sort:
21772   - "1VNF"
21773   - "2VNF"
21774   - "4VNF"
21775   - "2VNF"
21776   - "4VNF"
21777   layout:
21778     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
21779     layout: "plot-throughput-speedup-analysis"
21780
21781 -
21782   type: "plot"
21783   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21784   algorithm: "plot_throughput_speedup_analysis"
21785   output-file-type: ".html"
21786   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21787   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21788   filter: "'NIC_Intel-X710' and
21789            '64B' and
21790            ('BASE' or 'SCALE') and
21791            'NDRPDR' and
21792            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21793            not 'VHOST' and
21794            'MEMIF'"
21795   parameters:
21796   - "throughput"
21797   - "parent"
21798   - "tags"
21799   sort:
21800   - "1VNF"
21801   - "2VNF"
21802   - "4VNF"
21803   - "2VNF"
21804   - "4VNF"
21805   layout:
21806     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
21807     layout: "plot-throughput-speedup-analysis"
21808
21809 ################################################################################
21810
21811 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
21812 -
21813   type: "plot"
21814   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21815   algorithm: "plot_throughput_speedup_analysis"
21816   output-file-type: ".html"
21817   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21818   data: "plot-throughput-speedup-analysis-3n-hsw"
21819   filter: "'NIC_Intel-X520-DA2' and
21820            '64B' and
21821            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21822            'NDRPDR' and
21823            'IP4FWD' and
21824            not 'IPSEC' and
21825            not 'VHOST'"
21826   parameters:
21827   - "throughput"
21828   - "parent"
21829   - "tags"
21830   sort:
21831   - "IP4BASE"
21832   - "FIB_20K"
21833   - "FIB_200K"
21834   - "FIB_2M"
21835   layout:
21836     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
21837     layout: "plot-throughput-speedup-analysis"
21838
21839 -
21840   type: "plot"
21841   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21842   algorithm: "plot_throughput_speedup_analysis"
21843   output-file-type: ".html"
21844   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21845   data: "plot-throughput-speedup-analysis-3n-hsw"
21846   filter: "'NIC_Intel-X520-DA2' and
21847            '64B' and
21848            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21849            'NDRPDR' and
21850            'IP4FWD' and
21851            not 'IPSEC' and
21852            not 'VHOST'"
21853   parameters:
21854   - "throughput"
21855   - "parent"
21856   - "tags"
21857   sort:
21858   - "IP4BASE"
21859   - "FIB_20K"
21860   - "FIB_200K"
21861   - "FIB_2M"
21862   layout:
21863     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
21864     layout: "plot-throughput-speedup-analysis"
21865
21866 # Speedup - VPP IPv4 3n-hsw-x520 features
21867 -
21868   type: "plot"
21869   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
21870   algorithm: "plot_throughput_speedup_analysis"
21871   output-file-type: ".html"
21872   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
21873   data: "plot-throughput-speedup-analysis-3n-hsw"
21874   filter: "'NIC_Intel-X520-DA2' and
21875            '64B' and
21876            ('IP4BASE' or
21877             'POLICE_MARK' or
21878             'COPWHLIST' or
21879             ('NAT44' and 'BASE') or
21880             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21881            'NDRPDR' and
21882            'IP4FWD' and
21883            not 'IPSEC' and
21884            not 'VHOST'"
21885   parameters:
21886   - "throughput"
21887   - "parent"
21888   - "tags"
21889   sort:
21890   - "IP4BASE"
21891   - "NAT44"
21892   - "POLICE_MARK"
21893   - "COPWHLIST"
21894   - "IACL"
21895   - "OACL"
21896   layout:
21897     title: "ip4-3n-hsw-x520-64b-features-ndr"
21898     layout: "plot-throughput-speedup-analysis"
21899
21900 -
21901   type: "plot"
21902   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
21903   algorithm: "plot_throughput_speedup_analysis"
21904   output-file-type: ".html"
21905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
21906   data: "plot-throughput-speedup-analysis-3n-hsw"
21907   filter: "'NIC_Intel-X520-DA2' and
21908            '64B' and
21909            ('IP4BASE' or
21910             'POLICE_MARK' or
21911             'COPWHLIST' or
21912             ('NAT44' and 'BASE') or
21913             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21914            'NDRPDR' and
21915            'IP4FWD' and
21916            not 'IPSEC' and
21917            not 'VHOST'"
21918   parameters:
21919   - "throughput"
21920   - "parent"
21921   - "tags"
21922   sort:
21923   - "IP4BASE"
21924   - "NAT44"
21925   - "POLICE_MARK"
21926   - "COPWHLIST"
21927   - "IACL"
21928   - "OACL"
21929   layout:
21930     title: "ip4-3n-hsw-x520-64b-features-pdr"
21931     layout: "plot-throughput-speedup-analysis"
21932
21933 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
21934 -
21935   type: "plot"
21936   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21937   algorithm: "plot_throughput_speedup_analysis"
21938   output-file-type: ".html"
21939   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21940   data: "plot-throughput-speedup-analysis-3n-hsw"
21941   filter: "'NIC_Intel-X520-DA2' and
21942            '64B' and
21943            'NDRPDR' and
21944            'IP4FWD' and
21945            'NAT44' and
21946            not 'IPSEC' and
21947            not 'VHOST'"
21948   parameters:
21949   - "throughput"
21950   - "parent"
21951   - "tags"
21952   sort:
21953   - "BASE"
21954   - "BASE"
21955   - "SRC_USER_10"
21956   - "SRC_USER_100"
21957   - "SRC_USER_1000"
21958   - "SRC_USER_2000"
21959   layout:
21960     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
21961     layout: "plot-throughput-speedup-analysis"
21962
21963 -
21964   type: "plot"
21965   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21966   algorithm: "plot_throughput_speedup_analysis"
21967   output-file-type: ".html"
21968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21969   data: "plot-throughput-speedup-analysis-3n-hsw"
21970   filter: "'NIC_Intel-X520-DA2' and
21971            '64B' and
21972            'NDRPDR' and
21973            'IP4FWD' and
21974            'NAT44' and
21975            not 'IPSEC' and
21976            not 'VHOST'"
21977   parameters:
21978   - "throughput"
21979   - "parent"
21980   - "tags"
21981   sort:
21982   - "BASE"
21983   - "BASE"
21984   - "SRC_USER_10"
21985   - "SRC_USER_100"
21986   - "SRC_USER_1000"
21987   - "SRC_USER_2000"
21988   layout:
21989     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
21990     layout: "plot-throughput-speedup-analysis"
21991
21992 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
21993 -
21994   type: "plot"
21995   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21996   algorithm: "plot_throughput_speedup_analysis"
21997   output-file-type: ".html"
21998   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21999   data: "plot-throughput-speedup-analysis-3n-hsw"
22000   filter: "'NIC_Intel-X520-DA2' and
22001            '64B' and
22002            'NDRPDR' and
22003            'IP4FWD' and
22004            'IACL' and
22005            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22006            not 'IPSEC' and
22007            not 'VHOST'"
22008   parameters:
22009   - "throughput"
22010   - "parent"
22011   - "tags"
22012   sort:
22013   - "ACL_STATELESS"
22014   - "ACL_STATEFUL"
22015   - "ACL_STATELESS"
22016   - "ACL_STATEFUL"
22017   layout:
22018     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
22019     layout: "plot-throughput-speedup-analysis"
22020
22021 -
22022   type: "plot"
22023   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22024   algorithm: "plot_throughput_speedup_analysis"
22025   output-file-type: ".html"
22026   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22027   data: "plot-throughput-speedup-analysis-3n-hsw"
22028   filter: "'NIC_Intel-X520-DA2' and
22029            '64B' and
22030            'NDRPDR' and
22031            'IP4FWD' and
22032            'IACL' and
22033            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22034            not 'IPSEC' and
22035            not 'VHOST'"
22036   parameters:
22037   - "throughput"
22038   - "parent"
22039   - "tags"
22040   sort:
22041   - "ACL_STATELESS"
22042   - "ACL_STATEFUL"
22043   - "ACL_STATELESS"
22044   - "ACL_STATEFUL"
22045   layout:
22046     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
22047     layout: "plot-throughput-speedup-analysis"
22048
22049 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
22050 -
22051   type: "plot"
22052   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22053   algorithm: "plot_throughput_speedup_analysis"
22054   output-file-type: ".html"
22055   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22056   data: "plot-throughput-speedup-analysis-3n-hsw"
22057   filter: "'NIC_Intel-X520-DA2' and
22058            '64B' and
22059            'NDRPDR' and
22060            'IP4FWD' and
22061            'OACL' and
22062            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22063            not 'IPSEC' and
22064            not 'VHOST'"
22065   parameters:
22066   - "throughput"
22067   - "parent"
22068   - "tags"
22069   sort:
22070   - "ACL_STATELESS"
22071   - "ACL_STATEFUL"
22072   - "ACL_STATELESS"
22073   - "ACL_STATEFUL"
22074   layout:
22075     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
22076     layout: "plot-throughput-speedup-analysis"
22077
22078 -
22079   type: "plot"
22080   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22081   algorithm: "plot_throughput_speedup_analysis"
22082   output-file-type: ".html"
22083   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22084   data: "plot-throughput-speedup-analysis-3n-hsw"
22085   filter: "'NIC_Intel-X520-DA2' and
22086            '64B' and
22087            'NDRPDR' and
22088            'IP4FWD' and
22089            'OACL' and
22090            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22091            not 'IPSEC' and
22092            not 'VHOST'"
22093   parameters:
22094   - "throughput"
22095   - "parent"
22096   - "tags"
22097   sort:
22098   - "ACL_STATELESS"
22099   - "ACL_STATEFUL"
22100   - "ACL_STATELESS"
22101   - "ACL_STATEFUL"
22102   layout:
22103     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
22104     layout: "plot-throughput-speedup-analysis"
22105
22106 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
22107 -
22108   type: "plot"
22109   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22110   algorithm: "plot_throughput_speedup_analysis"
22111   output-file-type: ".html"
22112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22113   data: "plot-throughput-speedup-analysis-3n-hsw"
22114   filter: "'NIC_Intel-X710' and
22115            '64B' and
22116            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22117            'NDRPDR' and
22118            'IP4FWD' and
22119            not 'IPSEC' and
22120            not 'VHOST'"
22121   parameters:
22122   - "throughput"
22123   - "parent"
22124   - "tags"
22125   sort:
22126   - "IP4BASE"
22127   - "FIB_20K"
22128   - "FIB_200K"
22129   - "FIB_2M"
22130   layout:
22131     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22132     layout: "plot-throughput-speedup-analysis"
22133
22134 -
22135   type: "plot"
22136   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22137   algorithm: "plot_throughput_speedup_analysis"
22138   output-file-type: ".html"
22139   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22140   data: "plot-throughput-speedup-analysis-3n-hsw"
22141   filter: "'NIC_Intel-X710' and
22142            '64B' and
22143            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22144            'NDRPDR' and
22145            'IP4FWD' and
22146            not 'IPSEC' and
22147            not 'VHOST'"
22148   parameters:
22149   - "throughput"
22150   - "parent"
22151   - "tags"
22152   sort:
22153   - "IP4BASE"
22154   - "FIB_20K"
22155   - "FIB_200K"
22156   - "FIB_2M"
22157   layout:
22158     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22159     layout: "plot-throughput-speedup-analysis"
22160
22161 # Speedup - VPP IPv4 3n-hsw-x710 features
22162 -
22163   type: "plot"
22164   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22165   algorithm: "plot_throughput_speedup_analysis"
22166   output-file-type: ".html"
22167   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22168   data: "plot-throughput-speedup-analysis-3n-hsw"
22169   filter: "'NIC_Intel-X710' and
22170            '64B' and
22171            ('IP4BASE' or
22172             'POLICE_MARK' or
22173             'COPWHLIST' or
22174             ('NAT44' and 'BASE') or
22175             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22176            'NDRPDR' and
22177            'IP4FWD' and
22178            not 'IPSEC' and
22179            not 'VHOST'"
22180   parameters:
22181   - "throughput"
22182   - "parent"
22183   - "tags"
22184   sort:
22185   - "IP4BASE"
22186   - "NAT44"
22187   - "POLICE_MARK"
22188   - "COPWHLIST"
22189   - "IACL"
22190   - "OACL"
22191   layout:
22192     title: "ip4-3n-hsw-x710-64b-features-ndr"
22193     layout: "plot-throughput-speedup-analysis"
22194
22195 -
22196   type: "plot"
22197   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22198   algorithm: "plot_throughput_speedup_analysis"
22199   output-file-type: ".html"
22200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22201   data: "plot-throughput-speedup-analysis-3n-hsw"
22202   filter: "'NIC_Intel-X710' and
22203            '64B' and
22204            ('IP4BASE' or
22205             'POLICE_MARK' or
22206             'COPWHLIST' or
22207             ('NAT44' and 'BASE') or
22208             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22209            'NDRPDR' and
22210            'IP4FWD' and
22211            not 'IPSEC' and
22212            not 'VHOST'"
22213   parameters:
22214   - "throughput"
22215   - "parent"
22216   - "tags"
22217   sort:
22218   - "IP4BASE"
22219   - "NAT44"
22220   - "POLICE_MARK"
22221   - "COPWHLIST"
22222   - "IACL"
22223   - "OACL"
22224   layout:
22225     title: "ip4-3n-hsw-x710-64b-features-pdr"
22226     layout: "plot-throughput-speedup-analysis"
22227
22228 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22229 -
22230   type: "plot"
22231   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22232   algorithm: "plot_throughput_speedup_analysis"
22233   output-file-type: ".html"
22234   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22235   data: "plot-throughput-speedup-analysis-3n-hsw"
22236   filter: "'NIC_Intel-X710' and
22237            '64B' and
22238            'NDRPDR' and
22239            'IP4FWD' and
22240            'NAT44' and
22241            not 'IPSEC' and
22242            not 'VHOST'"
22243   parameters:
22244   - "throughput"
22245   - "parent"
22246   - "tags"
22247   sort:
22248   - "BASE"
22249   - "BASE"
22250   - "SRC_USER_10"
22251   - "SRC_USER_100"
22252   - "SRC_USER_1000"
22253   - "SRC_USER_2000"
22254   layout:
22255     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22256     layout: "plot-throughput-speedup-analysis"
22257
22258 -
22259   type: "plot"
22260   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22261   algorithm: "plot_throughput_speedup_analysis"
22262   output-file-type: ".html"
22263   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22264   data: "plot-throughput-speedup-analysis-3n-hsw"
22265   filter: "'NIC_Intel-X710' and
22266            '64B' and
22267            'NDRPDR' and
22268            'IP4FWD' and
22269            'NAT44' and
22270            not 'IPSEC' and
22271            not 'VHOST'"
22272   parameters:
22273   - "throughput"
22274   - "parent"
22275   - "tags"
22276   sort:
22277   - "BASE"
22278   - "BASE"
22279   - "SRC_USER_10"
22280   - "SRC_USER_100"
22281   - "SRC_USER_1000"
22282   - "SRC_USER_2000"
22283   layout:
22284     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22285     layout: "plot-throughput-speedup-analysis"
22286
22287 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22288 -
22289   type: "plot"
22290   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22291   algorithm: "plot_throughput_speedup_analysis"
22292   output-file-type: ".html"
22293   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22294   data: "plot-throughput-speedup-analysis-3n-hsw"
22295   filter: "'NIC_Intel-X710' and
22296            '64B' and
22297            'NDRPDR' and
22298            'IP4FWD' and
22299            'IACL' and
22300            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22301            not 'IPSEC' and
22302            not 'VHOST'"
22303   parameters:
22304   - "throughput"
22305   - "parent"
22306   - "tags"
22307   sort:
22308   - "ACL_STATELESS"
22309   - "ACL_STATEFUL"
22310   - "ACL_STATELESS"
22311   - "ACL_STATEFUL"
22312   layout:
22313     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22314     layout: "plot-throughput-speedup-analysis"
22315
22316 -
22317   type: "plot"
22318   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22319   algorithm: "plot_throughput_speedup_analysis"
22320   output-file-type: ".html"
22321   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22322   data: "plot-throughput-speedup-analysis-3n-hsw"
22323   filter: "'NIC_Intel-X710' and
22324            '64B' and
22325            'NDRPDR' and
22326            'IP4FWD' and
22327            'IACL' and
22328            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22329            not 'IPSEC' and
22330            not 'VHOST'"
22331   parameters:
22332   - "throughput"
22333   - "parent"
22334   - "tags"
22335   sort:
22336   - "ACL_STATELESS"
22337   - "ACL_STATEFUL"
22338   - "ACL_STATELESS"
22339   - "ACL_STATEFUL"
22340   layout:
22341     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
22342     layout: "plot-throughput-speedup-analysis"
22343
22344 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
22345 -
22346   type: "plot"
22347   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22348   algorithm: "plot_throughput_speedup_analysis"
22349   output-file-type: ".html"
22350   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22351   data: "plot-throughput-speedup-analysis-3n-hsw"
22352   filter: "'NIC_Intel-X710' and
22353            '64B' and
22354            'NDRPDR' and
22355            'IP4FWD' and
22356            'OACL' and
22357            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22358            not 'IPSEC' and
22359            not 'VHOST'"
22360   parameters:
22361   - "throughput"
22362   - "parent"
22363   - "tags"
22364   sort:
22365   - "ACL_STATELESS"
22366   - "ACL_STATEFUL"
22367   - "ACL_STATELESS"
22368   - "ACL_STATEFUL"
22369   layout:
22370     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
22371     layout: "plot-throughput-speedup-analysis"
22372
22373 -
22374   type: "plot"
22375   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22376   algorithm: "plot_throughput_speedup_analysis"
22377   output-file-type: ".html"
22378   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22379   data: "plot-throughput-speedup-analysis-3n-hsw"
22380   filter: "'NIC_Intel-X710' and
22381            '64B' and
22382            'NDRPDR' and
22383            'IP4FWD' and
22384            'OACL' and
22385            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22386            not 'IPSEC' and
22387            not 'VHOST'"
22388   parameters:
22389   - "throughput"
22390   - "parent"
22391   - "tags"
22392   sort:
22393   - "ACL_STATELESS"
22394   - "ACL_STATEFUL"
22395   - "ACL_STATELESS"
22396   - "ACL_STATEFUL"
22397   layout:
22398     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
22399     layout: "plot-throughput-speedup-analysis"
22400
22401 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
22402 -
22403   type: "plot"
22404   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22405   algorithm: "plot_throughput_speedup_analysis"
22406   output-file-type: ".html"
22407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22408   data: "plot-throughput-speedup-analysis-3n-hsw"
22409   filter: "'NIC_Intel-XL710' and
22410            '64B' and
22411            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22412            'NDRPDR' and
22413            'IP4FWD' and
22414            not 'IPSEC' and
22415            not 'VHOST'"
22416   parameters:
22417   - "throughput"
22418   - "parent"
22419   - "tags"
22420   sort:
22421   - "IP4BASE"
22422   - "FIB_20K"
22423   - "FIB_200K"
22424   - "FIB_2M"
22425   layout:
22426     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
22427     layout: "plot-throughput-speedup-analysis"
22428
22429 -
22430   type: "plot"
22431   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22432   algorithm: "plot_throughput_speedup_analysis"
22433   output-file-type: ".html"
22434   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22435   data: "plot-throughput-speedup-analysis-3n-hsw"
22436   filter: "'NIC_Intel-XL710' and
22437            '64B' and
22438            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22439            'NDRPDR' and
22440            'IP4FWD' and
22441            not 'IPSEC' and
22442            not 'VHOST'"
22443   parameters:
22444   - "throughput"
22445   - "parent"
22446   - "tags"
22447   sort:
22448   - "IP4BASE"
22449   - "FIB_20K"
22450   - "FIB_200K"
22451   - "FIB_2M"
22452   layout:
22453     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
22454     layout: "plot-throughput-speedup-analysis"
22455
22456 # Speedup - VPP IPv4 3n-skx-x710 base and scale
22457 -
22458   type: "plot"
22459   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22460   algorithm: "plot_throughput_speedup_analysis"
22461   output-file-type: ".html"
22462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22463   data: "plot-throughput-speedup-analysis-3n-skx"
22464   filter: "'NIC_Intel-X710' and
22465            '64B' and
22466            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22467            'NDRPDR' and
22468            'IP4FWD' and
22469            not 'IPSEC' and
22470            not 'VHOST'"
22471   parameters:
22472   - "throughput"
22473   - "parent"
22474   - "tags"
22475   sort:
22476   - "IP4BASE"
22477   - "FIB_20K"
22478   - "FIB_200K"
22479   - "FIB_2M"
22480   layout:
22481     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
22482     layout: "plot-throughput-speedup-analysis"
22483
22484 -
22485   type: "plot"
22486   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22487   algorithm: "plot_throughput_speedup_analysis"
22488   output-file-type: ".html"
22489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22490   data: "plot-throughput-speedup-analysis-3n-skx"
22491   filter: "'NIC_Intel-X710' and
22492            '64B' and
22493            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22494            'NDRPDR' and
22495            'IP4FWD' and
22496            not 'IPSEC' and
22497            not 'VHOST'"
22498   parameters:
22499   - "throughput"
22500   - "parent"
22501   - "tags"
22502   sort:
22503   - "IP4BASE"
22504   - "FIB_20K"
22505   - "FIB_200K"
22506   - "FIB_2M"
22507   layout:
22508     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
22509     layout: "plot-throughput-speedup-analysis"
22510
22511 # Speedup - VPP IPv4 3n-skx-x710 features
22512 -
22513   type: "plot"
22514   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
22515   algorithm: "plot_throughput_speedup_analysis"
22516   output-file-type: ".html"
22517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
22518   data: "plot-throughput-speedup-analysis-3n-skx"
22519   filter: "'NIC_Intel-X710' and
22520            '64B' and
22521            ('IP4BASE' or
22522             'POLICE_MARK' or
22523             'COPWHLIST' or
22524             ('NAT44' and 'BASE') or
22525             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22526            'NDRPDR' and
22527            'IP4FWD' and
22528            not 'IPSEC' and
22529            not 'VHOST'"
22530   parameters:
22531   - "throughput"
22532   - "parent"
22533   - "tags"
22534   sort:
22535   - "IP4BASE"
22536   - "NAT44"
22537   - "POLICE_MARK"
22538   - "COPWHLIST"
22539   - "IACL"
22540   - "OACL"
22541   layout:
22542     title: "ip4-3n-skx-x710-64b-features-ndr"
22543     layout: "plot-throughput-speedup-analysis"
22544
22545 -
22546   type: "plot"
22547   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
22548   algorithm: "plot_throughput_speedup_analysis"
22549   output-file-type: ".html"
22550   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
22551   data: "plot-throughput-speedup-analysis-3n-skx"
22552   filter: "'NIC_Intel-X710' and
22553            '64B' and
22554            ('IP4BASE' or
22555             'POLICE_MARK' or
22556             'COPWHLIST' or
22557             ('NAT44' and 'BASE') or
22558             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22559            'NDRPDR' and
22560            'IP4FWD' and
22561            not 'IPSEC' and
22562            not 'VHOST'"
22563   parameters:
22564   - "throughput"
22565   - "parent"
22566   - "tags"
22567   sort:
22568   - "IP4BASE"
22569   - "NAT44"
22570   - "POLICE_MARK"
22571   - "COPWHLIST"
22572   - "IACL"
22573   - "OACL"
22574   layout:
22575     title: "ip4-3n-skx-x710-64b-features-pdr"
22576     layout: "plot-throughput-speedup-analysis"
22577
22578 # Speedup - VPP IPv4 3n-skx-x710 features nat44
22579 -
22580   type: "plot"
22581   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22582   algorithm: "plot_throughput_speedup_analysis"
22583   output-file-type: ".html"
22584   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22585   data: "plot-throughput-speedup-analysis-3n-skx"
22586   filter: "'NIC_Intel-X710' and
22587            '64B' and
22588            'NDRPDR' and
22589            'IP4FWD' and
22590            'NAT44' and
22591            not 'IPSEC' and
22592            not 'VHOST'"
22593   parameters:
22594   - "throughput"
22595   - "parent"
22596   - "tags"
22597   sort:
22598   - "BASE"
22599   - "BASE"
22600   - "SRC_USER_10"
22601   - "SRC_USER_100"
22602   - "SRC_USER_1000"
22603   - "SRC_USER_2000"
22604   layout:
22605     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
22606     layout: "plot-throughput-speedup-analysis"
22607
22608 -
22609   type: "plot"
22610   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22611   algorithm: "plot_throughput_speedup_analysis"
22612   output-file-type: ".html"
22613   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22614   data: "plot-throughput-speedup-analysis-3n-skx"
22615   filter: "'NIC_Intel-X710' and
22616            '64B' and
22617            'NDRPDR' and
22618            'IP4FWD' and
22619            'NAT44' and
22620            not 'IPSEC' and
22621            not 'VHOST'"
22622   parameters:
22623   - "throughput"
22624   - "parent"
22625   - "tags"
22626   sort:
22627   - "BASE"
22628   - "BASE"
22629   - "SRC_USER_10"
22630   - "SRC_USER_100"
22631   - "SRC_USER_1000"
22632   - "SRC_USER_2000"
22633   layout:
22634     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
22635     layout: "plot-throughput-speedup-analysis"
22636
22637 # Speedup - VPP IPv4 3n-skx-x710 features iacl
22638 -
22639   type: "plot"
22640   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22641   algorithm: "plot_throughput_speedup_analysis"
22642   output-file-type: ".html"
22643   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22644   data: "plot-throughput-speedup-analysis-3n-skx"
22645   filter: "'NIC_Intel-X710' and
22646            '64B' and
22647            'NDRPDR' and
22648            'IP4FWD' and
22649            'IACL' and
22650            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22651            not 'IPSEC' and
22652            not 'VHOST'"
22653   parameters:
22654   - "throughput"
22655   - "parent"
22656   - "tags"
22657   sort:
22658   - "ACL_STATELESS"
22659   - "ACL_STATEFUL"
22660   - "ACL_STATELESS"
22661   - "ACL_STATEFUL"
22662   layout:
22663     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
22664     layout: "plot-throughput-speedup-analysis"
22665
22666 -
22667   type: "plot"
22668   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22669   algorithm: "plot_throughput_speedup_analysis"
22670   output-file-type: ".html"
22671   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22672   data: "plot-throughput-speedup-analysis-3n-skx"
22673   filter: "'NIC_Intel-X710' and
22674            '64B' and
22675            'NDRPDR' and
22676            'IP4FWD' and
22677            'IACL' and
22678            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22679            not 'IPSEC' and
22680            not 'VHOST'"
22681   parameters:
22682   - "throughput"
22683   - "parent"
22684   - "tags"
22685   sort:
22686   - "ACL_STATELESS"
22687   - "ACL_STATEFUL"
22688   - "ACL_STATELESS"
22689   - "ACL_STATEFUL"
22690   layout:
22691     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
22692     layout: "plot-throughput-speedup-analysis"
22693
22694 # Speedup - VPP IPv4 3n-skx-x710 features oacl
22695 -
22696   type: "plot"
22697   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22698   algorithm: "plot_throughput_speedup_analysis"
22699   output-file-type: ".html"
22700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22701   data: "plot-throughput-speedup-analysis-3n-skx"
22702   filter: "'NIC_Intel-X710' and
22703            '64B' and
22704            'NDRPDR' and
22705            'IP4FWD' and
22706            'OACL' and
22707            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22708            not 'IPSEC' and
22709            not 'VHOST'"
22710   parameters:
22711   - "throughput"
22712   - "parent"
22713   - "tags"
22714   sort:
22715   - "ACL_STATELESS"
22716   - "ACL_STATEFUL"
22717   - "ACL_STATELESS"
22718   - "ACL_STATEFUL"
22719   layout:
22720     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
22721     layout: "plot-throughput-speedup-analysis"
22722
22723 -
22724   type: "plot"
22725   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22726   algorithm: "plot_throughput_speedup_analysis"
22727   output-file-type: ".html"
22728   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22729   data: "plot-throughput-speedup-analysis-3n-skx"
22730   filter: "'NIC_Intel-X710' and
22731            '64B' and
22732            'NDRPDR' and
22733            'IP4FWD' and
22734            'OACL' and
22735            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22736            not 'IPSEC' and
22737            not 'VHOST'"
22738   parameters:
22739   - "throughput"
22740   - "parent"
22741   - "tags"
22742   sort:
22743   - "ACL_STATELESS"
22744   - "ACL_STATEFUL"
22745   - "ACL_STATELESS"
22746   - "ACL_STATEFUL"
22747   layout:
22748     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
22749     layout: "plot-throughput-speedup-analysis"
22750
22751 # Speedup - VPP IPv4 2n-skx-x710 base and scale
22752 -
22753   type: "plot"
22754   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22755   algorithm: "plot_throughput_speedup_analysis"
22756   output-file-type: ".html"
22757   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22758   data: "plot-throughput-speedup-analysis-2n-skx"
22759   filter: "'NIC_Intel-X710' and
22760            '64B' and
22761            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22762            'NDRPDR' and
22763            'IP4FWD' and
22764            not 'IPSEC' and
22765            not 'VHOST'"
22766   parameters:
22767   - "throughput"
22768   - "parent"
22769   - "tags"
22770   sort:
22771   - "IP4BASE"
22772   - "FIB_20K"
22773   - "FIB_200K"
22774   - "FIB_2M"
22775   layout:
22776     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
22777     layout: "plot-throughput-speedup-analysis"
22778
22779 -
22780   type: "plot"
22781   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22782   algorithm: "plot_throughput_speedup_analysis"
22783   output-file-type: ".html"
22784   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22785   data: "plot-throughput-speedup-analysis-2n-skx"
22786   filter: "'NIC_Intel-X710' and
22787            '64B' and
22788            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22789            'NDRPDR' and
22790            'IP4FWD' and
22791            not 'IPSEC' and
22792            not 'VHOST'"
22793   parameters:
22794   - "throughput"
22795   - "parent"
22796   - "tags"
22797   sort:
22798   - "IP4BASE"
22799   - "FIB_20K"
22800   - "FIB_200K"
22801   - "FIB_2M"
22802   layout:
22803     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
22804     layout: "plot-throughput-speedup-analysis"
22805
22806 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
22807 -
22808   type: "plot"
22809   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22810   algorithm: "plot_throughput_speedup_analysis"
22811   output-file-type: ".html"
22812   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22813   data: "plot-throughput-speedup-analysis-2n-skx"
22814   filter: "'NIC_Intel-XXV710' and
22815            '64B' and
22816            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22817            'NDRPDR' and
22818            'IP4FWD' and
22819            not 'IPSEC' and
22820            not 'VHOST'"
22821   parameters:
22822   - "throughput"
22823   - "parent"
22824   - "tags"
22825   sort:
22826   - "IP4BASE"
22827   - "FIB_20K"
22828   - "FIB_200K"
22829   - "FIB_2M"
22830   layout:
22831     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
22832     layout: "plot-throughput-speedup-analysis"
22833
22834 -
22835   type: "plot"
22836   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22837   algorithm: "plot_throughput_speedup_analysis"
22838   output-file-type: ".html"
22839   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22840   data: "plot-throughput-speedup-analysis-2n-skx"
22841   filter: "'NIC_Intel-XXV710' and
22842            '64B' and
22843            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22844            'NDRPDR' and
22845            'IP4FWD' and
22846            not 'IPSEC' and
22847            not 'VHOST'"
22848   parameters:
22849   - "throughput"
22850   - "parent"
22851   - "tags"
22852   sort:
22853   - "IP4BASE"
22854   - "FIB_20K"
22855   - "FIB_200K"
22856   - "FIB_2M"
22857   layout:
22858     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
22859     layout: "plot-throughput-speedup-analysis"
22860
22861 ################################################################################
22862
22863 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
22864 -
22865   type: "plot"
22866   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22867   algorithm: "plot_throughput_speedup_analysis"
22868   output-file-type: ".html"
22869   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22870   data: "plot-throughput-speedup-analysis-3n-hsw"
22871   filter: "'NIC_Intel-X520_DA2' and
22872            '64B' and
22873            'ENCAP' and
22874            'NDRPDR' and
22875            'VXLAN' and
22876            'L2BDMACLRN' and
22877            not 'VHOST' and
22878            not 'IPSECHW'"
22879   parameters:
22880   - "throughput"
22881   - "parent"
22882   - "tags"
22883   sort:
22884   - "not DOT1Q"
22885   - "VXLAN_1"
22886   - "VXLAN_10"
22887   - "VXLAN_100"
22888   - "VXLAN_1000"
22889   layout:
22890     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
22891     layout: "plot-throughput-speedup-analysis"
22892
22893 -
22894   type: "plot"
22895   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22896   algorithm: "plot_throughput_speedup_analysis"
22897   output-file-type: ".html"
22898   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22899   data: "plot-throughput-speedup-analysis-3n-hsw"
22900   filter: "'NIC_Intel-X520_DA2' and
22901            '64B' and
22902            'ENCAP' and
22903            'NDRPDR' and
22904            'VXLAN' and
22905            'L2BDMACLRN' and
22906            not 'VHOST' and
22907            not 'IPSECHW'"
22908   parameters:
22909   - "throughput"
22910   - "parent"
22911   - "tags"
22912   sort:
22913   - "not DOT1Q"
22914   - "VXLAN_1"
22915   - "VXLAN_10"
22916   - "VXLAN_100"
22917   - "VXLAN_1000"
22918   layout:
22919     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
22920     layout: "plot-throughput-speedup-analysis"
22921
22922 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
22923 -
22924   type: "plot"
22925   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22926   algorithm: "plot_throughput_speedup_analysis"
22927   output-file-type: ".html"
22928   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22929   data: "plot-throughput-speedup-analysis-3n-hsw"
22930   filter: "'NIC_Intel-X520-DA2' and
22931            '64B' and
22932            'ENCAP' and
22933            'NDRPDR' and
22934            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22935            not 'DOT1Q' and
22936            not 'VHOST' and
22937            not 'IPSECHW'"
22938   parameters:
22939   - "throughput"
22940   - "parent"
22941   - "tags"
22942   sort:
22943   - "L2BDMACLRN"
22944   - "L2XCFWD"
22945   - "LISP"
22946   layout:
22947     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
22948     layout: "plot-throughput-speedup-analysis"
22949
22950 -
22951   type: "plot"
22952   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22953   algorithm: "plot_throughput_speedup_analysis"
22954   output-file-type: ".html"
22955   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22956   data: "plot-throughput-speedup-analysis-3n-hsw"
22957   filter: "'NIC_Intel-X520-DA2' and
22958            '64B' and
22959            'ENCAP' and
22960            'NDRPDR' and
22961            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22962            not 'DOT1Q' and
22963            not 'VHOST' and
22964            not 'IPSECHW'"
22965   parameters:
22966   - "throughput"
22967   - "parent"
22968   - "tags"
22969   sort:
22970   - "L2BDMACLRN"
22971   - "L2XCFWD"
22972   - "LISP"
22973   layout:
22974     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
22975     layout: "plot-throughput-speedup-analysis"
22976
22977 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
22978 -
22979   type: "plot"
22980   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22981   algorithm: "plot_throughput_speedup_analysis"
22982   output-file-type: ".html"
22983   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22984   data: "plot-throughput-speedup-analysis-3n-hsw"
22985   filter: "'NIC_Intel-X710' and
22986            '64B' and
22987            'ENCAP' and
22988            'NDRPDR' and
22989            'VXLAN' and
22990            'L2BDMACLRN' and
22991            not 'VHOST' and
22992            not 'IPSECHW'"
22993   parameters:
22994   - "throughput"
22995   - "parent"
22996   - "tags"
22997   sort:
22998   - "not DOT1Q"
22999   - "VXLAN_1"
23000   - "VXLAN_10"
23001   - "VXLAN_100"
23002   - "VXLAN_1000"
23003   layout:
23004     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23005     layout: "plot-throughput-speedup-analysis"
23006
23007 -
23008   type: "plot"
23009   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23010   algorithm: "plot_throughput_speedup_analysis"
23011   output-file-type: ".html"
23012   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23013   data: "plot-throughput-speedup-analysis-3n-hsw"
23014   filter: "'NIC_Intel-X710' and
23015            '64B' and
23016            'ENCAP' and
23017            'NDRPDR' and
23018            'VXLAN' and
23019            'L2BDMACLRN' and
23020            not 'VHOST' and
23021            not 'IPSECHW'"
23022   parameters:
23023   - "throughput"
23024   - "parent"
23025   - "tags"
23026   sort:
23027   - "not DOT1Q"
23028   - "VXLAN_1"
23029   - "VXLAN_10"
23030   - "VXLAN_100"
23031   - "VXLAN_1000"
23032   layout:
23033     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
23034     layout: "plot-throughput-speedup-analysis"
23035
23036 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
23037 -
23038   type: "plot"
23039   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23040   algorithm: "plot_throughput_speedup_analysis"
23041   output-file-type: ".html"
23042   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23043   data: "plot-throughput-speedup-analysis-3n-hsw"
23044   filter: "'NIC_Intel-X710' and
23045            '64B' and
23046            'ENCAP' and
23047            'NDRPDR' and
23048            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23049            not 'DOT1Q' and
23050            not 'VHOST' and
23051            not 'IPSECHW'"
23052   parameters:
23053   - "throughput"
23054   - "parent"
23055   - "tags"
23056   sort:
23057   - "L2BDMACLRN"
23058   - "L2XCFWD"
23059   - "LISP"
23060   layout:
23061     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
23062     layout: "plot-throughput-speedup-analysis"
23063
23064 -
23065   type: "plot"
23066   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23067   algorithm: "plot_throughput_speedup_analysis"
23068   output-file-type: ".html"
23069   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23070   data: "plot-throughput-speedup-analysis-3n-hsw"
23071   filter: "'NIC_Intel-X710' and
23072            '64B' and
23073            'ENCAP' and
23074            'NDRPDR' and
23075            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23076            not 'DOT1Q' and
23077            not 'VHOST' and
23078            not 'IPSECHW'"
23079   parameters:
23080   - "throughput"
23081   - "parent"
23082   - "tags"
23083   sort:
23084   - "L2BDMACLRN"
23085   - "L2XCFWD"
23086   - "LISP"
23087   layout:
23088     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23089     layout: "plot-throughput-speedup-analysis"
23090
23091 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23092 -
23093   type: "plot"
23094   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23095   algorithm: "plot_throughput_speedup_analysis"
23096   output-file-type: ".html"
23097   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23098   data: "plot-throughput-speedup-analysis-3n-skx"
23099   filter: "'NIC_Intel-X710' and
23100            '64B' and
23101            'ENCAP' and
23102            'NDRPDR' and
23103            'VXLAN' and
23104            'L2BDMACLRN' and
23105            not 'VHOST' and
23106            not 'IPSECHW'"
23107   parameters:
23108   - "throughput"
23109   - "parent"
23110   - "tags"
23111   sort:
23112   - "not DOT1Q"
23113   - "VXLAN_1"
23114   - "VXLAN_10"
23115   - "VXLAN_100"
23116   - "VXLAN_1000"
23117   layout:
23118     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23119     layout: "plot-throughput-speedup-analysis"
23120
23121 -
23122   type: "plot"
23123   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23124   algorithm: "plot_throughput_speedup_analysis"
23125   output-file-type: ".html"
23126   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23127   data: "plot-throughput-speedup-analysis-3n-skx"
23128   filter: "'NIC_Intel-X710' and
23129            '64B' and
23130            'ENCAP' and
23131            'NDRPDR' and
23132            'VXLAN' and
23133            'L2BDMACLRN' and
23134            not 'VHOST' and
23135            not 'IPSECHW'"
23136   parameters:
23137   - "throughput"
23138   - "parent"
23139   - "tags"
23140   sort:
23141   - "not DOT1Q"
23142   - "VXLAN_1"
23143   - "VXLAN_10"
23144   - "VXLAN_100"
23145   - "VXLAN_1000"
23146   layout:
23147     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23148     layout: "plot-throughput-speedup-analysis"
23149
23150 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23151 -
23152   type: "plot"
23153   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23154   algorithm: "plot_throughput_speedup_analysis"
23155   output-file-type: ".html"
23156   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23157   data: "plot-throughput-speedup-analysis-3n-skx"
23158   filter: "'NIC_Intel-X710' and
23159            '64B' and
23160            'ENCAP' and
23161            'NDRPDR' and
23162            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23163            not 'DOT1Q' and
23164            not 'VHOST' and
23165            not 'IPSECHW'"
23166   parameters:
23167   - "throughput"
23168   - "parent"
23169   - "tags"
23170   sort:
23171   - "L2BDMACLRN"
23172   - "L2XCFWD"
23173   - "LISP"
23174   layout:
23175     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23176     layout: "plot-throughput-speedup-analysis"
23177
23178 -
23179   type: "plot"
23180   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23181   algorithm: "plot_throughput_speedup_analysis"
23182   output-file-type: ".html"
23183   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23184   data: "plot-throughput-speedup-analysis-3n-skx"
23185   filter: "'NIC_Intel-X710' and
23186            '64B' and
23187            'ENCAP' and
23188            'NDRPDR' and
23189            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23190            not 'DOT1Q' and
23191            not 'VHOST' and
23192            not 'IPSECHW'"
23193   parameters:
23194   - "throughput"
23195   - "parent"
23196   - "tags"
23197   sort:
23198   - "L2BDMACLRN"
23199   - "L2XCFWD"
23200   - "LISP"
23201   layout:
23202     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23203     layout: "plot-throughput-speedup-analysis"
23204
23205 ################################################################################
23206
23207 # Speedup - VPP IPv6 3n-hsw-x520
23208 -
23209   type: "plot"
23210   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23211   algorithm: "plot_throughput_speedup_analysis"
23212   output-file-type: ".html"
23213   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23214   data: "plot-throughput-speedup-analysis-3n-hsw"
23215   filter: "'NIC_Intel-X520-DA2' and
23216            '78B' and
23217            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23218            'NDRPDR' and
23219            'IP6FWD' and
23220            not 'SRv6' and
23221            not 'IPSEC' and
23222            not 'VHOST'"
23223   parameters:
23224   - "throughput"
23225   - "parent"
23226   - "tags"
23227   sort:
23228   - "IP6BASE"
23229   - "FIB_20K"
23230   - "FIB_200K"
23231   - "FIB_2M"
23232   layout:
23233     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
23234     layout: "plot-throughput-speedup-analysis"
23235
23236 -
23237   type: "plot"
23238   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23239   algorithm: "plot_throughput_speedup_analysis"
23240   output-file-type: ".html"
23241   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23242   data: "plot-throughput-speedup-analysis-3n-hsw"
23243   filter: "'NIC_Intel-X520-DA2' and
23244            '78B' and
23245            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23246            'NDRPDR' and
23247            'IP6FWD' and
23248            not 'SRv6' and
23249            not 'IPSEC' and
23250            not 'VHOST'"
23251   parameters:
23252   - "throughput"
23253   - "parent"
23254   - "tags"
23255   sort:
23256   - "IP6BASE"
23257   - "FIB_20K"
23258   - "FIB_200K"
23259   - "FIB_2M"
23260   layout:
23261     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
23262     layout: "plot-throughput-speedup-analysis"
23263
23264 # Speedup - VPP IPv6 3n-hsw-x520 features
23265 -
23266   type: "plot"
23267   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23268   algorithm: "plot_throughput_speedup_analysis"
23269   output-file-type: ".html"
23270   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23271   data: "plot-throughput-speedup-analysis-3n-hsw"
23272   filter: "'NIC_Intel-X520-DA2' and
23273            '78B' and
23274            ('IP6BASE' or
23275             'POLICE_MARK' or
23276             'COPWHLIST' or
23277             'IACLDST') and
23278            'NDRPDR' and
23279            'IP6FWD' and
23280            not 'SRv6' and
23281            not 'IPSEC' and
23282            not 'VHOST'"
23283   parameters:
23284   - "throughput"
23285   - "parent"
23286   - "tags"
23287   sort:
23288   - "IP6BASE"
23289   - "POLICE_MARK"
23290   - "COPWHLIST"
23291   - "IACLDST"
23292   layout:
23293     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
23294     layout: "plot-throughput-speedup-analysis"
23295
23296 -
23297   type: "plot"
23298   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23299   algorithm: "plot_throughput_speedup_analysis"
23300   output-file-type: ".html"
23301   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23302   data: "plot-throughput-speedup-analysis-3n-hsw"
23303   filter: "'NIC_Intel-X520-DA2' and
23304            '78B' and
23305            ('IP6BASE' or
23306             'POLICE_MARK' or
23307             'COPWHLIST' or
23308             'IACLDST') and
23309            'NDRPDR' and
23310            'IP6FWD' and
23311            not 'SRv6' and
23312            not 'IPSEC' and
23313            not 'VHOST'"
23314   parameters:
23315   - "throughput"
23316   - "parent"
23317   - "tags"
23318   sort:
23319   - "IP6BASE"
23320   - "POLICE_MARK"
23321   - "COPWHLIST"
23322   - "IACLDST"
23323   layout:
23324     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
23325     layout: "plot-throughput-speedup-analysis"
23326
23327 # Speedup - VPP IPv6 3n-hsw-x710
23328 -
23329   type: "plot"
23330   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23331   algorithm: "plot_throughput_speedup_analysis"
23332   output-file-type: ".html"
23333   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23334   data: "plot-throughput-speedup-analysis-3n-hsw"
23335   filter: "'NIC_Intel-X710' and
23336            '78B' and
23337            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23338            'NDRPDR' and
23339            'IP6FWD' and
23340            not 'SRv6' and
23341            not 'IPSEC' and
23342            not 'VHOST'"
23343   parameters:
23344   - "throughput"
23345   - "parent"
23346   - "tags"
23347   sort:
23348   - "IP6BASE"
23349   - "FIB_20K"
23350   - "FIB_200K"
23351   - "FIB_2M"
23352   layout:
23353     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23354     layout: "plot-throughput-speedup-analysis"
23355
23356 -
23357   type: "plot"
23358   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23359   algorithm: "plot_throughput_speedup_analysis"
23360   output-file-type: ".html"
23361   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23362   data: "plot-throughput-speedup-analysis-3n-hsw"
23363   filter: "'NIC_Intel-X710' and
23364            '78B' and
23365            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23366            'NDRPDR' and
23367            'IP6FWD' and
23368            not 'SRv6' and
23369            not 'IPSEC' and
23370            not 'VHOST'"
23371   parameters:
23372   - "throughput"
23373   - "parent"
23374   - "tags"
23375   sort:
23376   - "IP6BASE"
23377   - "FIB_20K"
23378   - "FIB_200K"
23379   - "FIB_2M"
23380   layout:
23381     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23382     layout: "plot-throughput-speedup-analysis"
23383
23384 # Speedup - VPP IPv6 3n-hsw-x710 features
23385 -
23386   type: "plot"
23387   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23388   algorithm: "plot_throughput_speedup_analysis"
23389   output-file-type: ".html"
23390   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23391   data: "plot-throughput-speedup-analysis-3n-hsw"
23392   filter: "'NIC_Intel-X710' and
23393            '78B' and
23394            ('IP6BASE' or
23395             'POLICE_MARK' or
23396             'COPWHLIST' or
23397             'IACLDST') and
23398            'NDRPDR' and
23399            'IP6FWD' and
23400            not 'SRv6' and
23401            not 'IPSEC' and
23402            not 'VHOST'"
23403   parameters:
23404   - "throughput"
23405   - "parent"
23406   - "tags"
23407   sort:
23408   - "IP6BASE"
23409   - "POLICE_MARK"
23410   - "COPWHLIST"
23411   - "IACLDST"
23412   layout:
23413     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23414     layout: "plot-throughput-speedup-analysis"
23415
23416 -
23417   type: "plot"
23418   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23419   algorithm: "plot_throughput_speedup_analysis"
23420   output-file-type: ".html"
23421   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23422   data: "plot-throughput-speedup-analysis-3n-hsw"
23423   filter: "'NIC_Intel-X710' and
23424            '78B' and
23425            ('IP6BASE' or
23426             'POLICE_MARK' or
23427             'COPWHLIST' or
23428             'IACLDST') and
23429            'NDRPDR' and
23430            'IP6FWD' and
23431            not 'SRv6' and
23432            not 'IPSEC' and
23433            not 'VHOST'"
23434   parameters:
23435   - "throughput"
23436   - "parent"
23437   - "tags"
23438   sort:
23439   - "IP6BASE"
23440   - "POLICE_MARK"
23441   - "COPWHLIST"
23442   - "IACLDST"
23443   layout:
23444     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23445     layout: "plot-throughput-speedup-analysis"
23446
23447 # Speedup - VPP IPv6 3n-hsw-xl710
23448 -
23449   type: "plot"
23450   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23451   algorithm: "plot_throughput_speedup_analysis"
23452   output-file-type: ".html"
23453   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23454   data: "plot-throughput-speedup-analysis-3n-hsw"
23455   filter: "'NIC_Intel-XL710' and
23456            '78B' and
23457            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23458            'NDRPDR' and
23459            'IP6FWD' and
23460            not 'SRv6' and
23461            not 'IPSEC' and
23462            not 'VHOST'"
23463   parameters:
23464   - "throughput"
23465   - "parent"
23466   - "tags"
23467   sort:
23468   - "IP6BASE"
23469   - "FIB_20K"
23470   - "FIB_200K"
23471   - "FIB_2M"
23472   layout:
23473     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
23474     layout: "plot-throughput-speedup-analysis"
23475
23476 -
23477   type: "plot"
23478   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23479   algorithm: "plot_throughput_speedup_analysis"
23480   output-file-type: ".html"
23481   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23482   data: "plot-throughput-speedup-analysis-3n-hsw"
23483   filter: "'NIC_Intel-XL710' and
23484            '78B' and
23485            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23486            'NDRPDR' and
23487            'IP6FWD' and
23488            not 'SRv6' and
23489            not 'IPSEC' and
23490            not 'VHOST'"
23491   parameters:
23492   - "throughput"
23493   - "parent"
23494   - "tags"
23495   sort:
23496   - "IP6BASE"
23497   - "FIB_20K"
23498   - "FIB_200K"
23499   - "FIB_2M"
23500   layout:
23501     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
23502     layout: "plot-throughput-speedup-analysis"
23503
23504 # Speedup - VPP IPv6 3n-skx-x710
23505 -
23506   type: "plot"
23507   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23508   algorithm: "plot_throughput_speedup_analysis"
23509   output-file-type: ".html"
23510   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23511   data: "plot-throughput-speedup-analysis-3n-skx"
23512   filter: "'NIC_Intel-X710' and
23513            '78B' and
23514            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23515            'NDRPDR' and
23516            'IP6FWD' and
23517            not 'SRv6' and
23518            not 'IPSEC' and
23519            not 'VHOST'"
23520   parameters:
23521   - "throughput"
23522   - "parent"
23523   - "tags"
23524   sort:
23525   - "IP6BASE"
23526   - "FIB_20K"
23527   - "FIB_200K"
23528   - "FIB_2M"
23529   layout:
23530     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23531     layout: "plot-throughput-speedup-analysis"
23532
23533 -
23534   type: "plot"
23535   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23536   algorithm: "plot_throughput_speedup_analysis"
23537   output-file-type: ".html"
23538   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23539   data: "plot-throughput-speedup-analysis-3n-skx"
23540   filter: "'NIC_Intel-X710' and
23541            '78B' and
23542            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23543            'NDRPDR' and
23544            'IP6FWD' and
23545            not 'SRv6' and
23546            not 'IPSEC' and
23547            not 'VHOST'"
23548   parameters:
23549   - "throughput"
23550   - "parent"
23551   - "tags"
23552   sort:
23553   - "IP6BASE"
23554   - "FIB_20K"
23555   - "FIB_200K"
23556   - "FIB_2M"
23557   layout:
23558     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23559     layout: "plot-throughput-speedup-analysis"
23560
23561 # Speedup - VPP IPv6 3n-skx-x710 features
23562 -
23563   type: "plot"
23564   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23565   algorithm: "plot_throughput_speedup_analysis"
23566   output-file-type: ".html"
23567   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23568   data: "plot-throughput-speedup-analysis-3n-skx"
23569   filter: "'NIC_Intel-X710' and
23570            '78B' and
23571            ('IP6BASE' or
23572             'POLICE_MARK' or
23573             'COPWHLIST' or
23574             'IACLDST') and
23575            'NDRPDR' and
23576            'IP6FWD' and
23577            not 'SRv6' and
23578            not 'IPSEC' and
23579            not 'VHOST'"
23580   parameters:
23581   - "throughput"
23582   - "parent"
23583   - "tags"
23584   sort:
23585   - "IP6BASE"
23586   - "POLICE_MARK"
23587   - "COPWHLIST"
23588   - "IACLDST"
23589   layout:
23590     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23591     layout: "plot-throughput-speedup-analysis"
23592
23593 -
23594   type: "plot"
23595   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23596   algorithm: "plot_throughput_speedup_analysis"
23597   output-file-type: ".html"
23598   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23599   data: "plot-throughput-speedup-analysis-3n-skx"
23600   filter: "'NIC_Intel-X710' and
23601            '78B' and
23602            ('IP6BASE' or
23603             'POLICE_MARK' or
23604             'COPWHLIST' or
23605             'IACLDST') and
23606            'NDRPDR' and
23607            'IP6FWD' and
23608            not 'SRv6' and
23609            not 'IPSEC' and
23610            not 'VHOST'"
23611   parameters:
23612   - "throughput"
23613   - "parent"
23614   - "tags"
23615   sort:
23616   - "IP6BASE"
23617   - "POLICE_MARK"
23618   - "COPWHLIST"
23619   - "IACLDST"
23620   layout:
23621     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23622     layout: "plot-throughput-speedup-analysis"
23623
23624 # Speedup - VPP IPv6 2n-skx-x710
23625 -
23626   type: "plot"
23627   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23628   algorithm: "plot_throughput_speedup_analysis"
23629   output-file-type: ".html"
23630   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23631   data: "plot-throughput-speedup-analysis-2n-skx"
23632   filter: "'NIC_Intel-X710' and
23633            '78B' and
23634            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23635            'NDRPDR' and
23636            'IP6FWD' and
23637            not 'SRv6' and
23638            not 'IPSEC' and
23639            not 'VHOST'"
23640   parameters:
23641   - "throughput"
23642   - "parent"
23643   - "tags"
23644   sort:
23645   - "IP6BASE"
23646   - "FIB_20K"
23647   - "FIB_200K"
23648   - "FIB_2M"
23649   layout:
23650     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
23651     layout: "plot-throughput-speedup-analysis"
23652
23653 -
23654   type: "plot"
23655   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23656   algorithm: "plot_throughput_speedup_analysis"
23657   output-file-type: ".html"
23658   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23659   data: "plot-throughput-speedup-analysis-2n-skx"
23660   filter: "'NIC_Intel-X710' and
23661            '78B' and
23662            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23663            'NDRPDR' and
23664            'IP6FWD' and
23665            not 'SRv6' and
23666            not 'IPSEC' and
23667            not 'VHOST'"
23668   parameters:
23669   - "throughput"
23670   - "parent"
23671   - "tags"
23672   sort:
23673   - "IP6BASE"
23674   - "FIB_20K"
23675   - "FIB_200K"
23676   - "FIB_2M"
23677   layout:
23678     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
23679     layout: "plot-throughput-speedup-analysis"
23680
23681 # Speedup - VPP IPv6 2n-skx-xxv710
23682 -
23683   type: "plot"
23684   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23685   algorithm: "plot_throughput_speedup_analysis"
23686   output-file-type: ".html"
23687   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23688   data: "plot-throughput-speedup-analysis-2n-skx"
23689   filter: "'NIC_Intel-XXV710' and
23690            '78B' and
23691            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23692            'NDRPDR' and
23693            'IP6FWD' and
23694            not 'SRv6' and
23695            not 'IPSEC' and
23696            not 'VHOST'"
23697   parameters:
23698   - "throughput"
23699   - "parent"
23700   - "tags"
23701   sort:
23702   - "IP6BASE"
23703   - "FIB_20K"
23704   - "FIB_200K"
23705   - "FIB_2M"
23706   layout:
23707     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
23708     layout: "plot-throughput-speedup-analysis"
23709
23710 -
23711   type: "plot"
23712   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23713   algorithm: "plot_throughput_speedup_analysis"
23714   output-file-type: ".html"
23715   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23716   data: "plot-throughput-speedup-analysis-2n-skx"
23717   filter: "'NIC_Intel-XXV710' and
23718            '78B' and
23719            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23720            'NDRPDR' and
23721            'IP6FWD' and
23722            not 'SRv6' and
23723            not 'IPSEC' and
23724            not 'VHOST'"
23725   parameters:
23726   - "throughput"
23727   - "parent"
23728   - "tags"
23729   sort:
23730   - "IP6BASE"
23731   - "FIB_20K"
23732   - "FIB_200K"
23733   - "FIB_2M"
23734   layout:
23735     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
23736     layout: "plot-throughput-speedup-analysis"
23737
23738 ################################################################################
23739
23740 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
23741 -
23742   type: "plot"
23743   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23744   algorithm: "plot_throughput_speedup_analysis"
23745   output-file-type: ".html"
23746   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23747   data: "plot-throughput-speedup-analysis-3n-hsw"
23748   filter: "'NIC_Intel-X520-DA2' and
23749            '78B' and
23750            'ENCAP' and
23751            'NDRPDR' and
23752            'LISP' and
23753            not 'VHOST'"
23754   parameters:
23755   - "throughput"
23756   - "parent"
23757   - "tags"
23758   sort:
23759   - "IP4UNRLAY"
23760   - "IP6UNRLAY"
23761   layout:
23762     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
23763     layout: "plot-throughput-speedup-analysis"
23764
23765 -
23766   type: "plot"
23767   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23768   algorithm: "plot_throughput_speedup_analysis"
23769   output-file-type: ".html"
23770   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23771   data: "plot-throughput-speedup-analysis-3n-hsw"
23772   filter: "'NIC_Intel-X520-DA2' and
23773            '78B' and
23774            'ENCAP' and
23775            'NDRPDR' and
23776            'LISP' and
23777            not 'VHOST'"
23778   parameters:
23779   - "throughput"
23780   - "parent"
23781   - "tags"
23782   sort:
23783   - "IP4UNRLAY"
23784   - "IP6UNRLAY"
23785   layout:
23786     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
23787     layout: "plot-throughput-speedup-analysis"
23788
23789 ################################################################################
23790
23791 # Speedup - VPP IPSec 3n-hsw-xl710 base
23792 -
23793   type: "plot"
23794   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23795   algorithm: "plot_throughput_speedup_analysis"
23796   output-file-type: ".html"
23797   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23798   data: "plot-throughput-speedup-analysis-3n-hsw"
23799   filter: "'NIC_Intel-XL710' and
23800            '64B' and
23801            'IP4FWD' and
23802            'NDRPDR' and
23803            'BASE' and
23804            'IPSECHW' and
23805            ('IPSECTRAN' or 'IPSECTUN') and
23806            not 'VHOST'"
23807   parameters:
23808   - "throughput"
23809   - "parent"
23810   - "tags"
23811   layout:
23812     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
23813     layout: "plot-throughput-speedup-analysis"
23814
23815 -
23816   type: "plot"
23817   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23818   algorithm: "plot_throughput_speedup_analysis"
23819   output-file-type: ".html"
23820   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23821   data: "plot-throughput-speedup-analysis-3n-hsw"
23822   filter: "'NIC_Intel-XL710' and
23823            '64B' and
23824            'IP4FWD' and
23825            'NDRPDR' and
23826            'BASE' and
23827            'IPSECHW' and
23828            ('IPSECTRAN' or 'IPSECTUN') and
23829            not 'VHOST'"
23830   parameters:
23831   - "throughput"
23832   - "parent"
23833   - "tags"
23834   layout:
23835     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
23836     layout: "plot-throughput-speedup-analysis"
23837
23838 # Speedup - VPP IPSec 3n-hsw-xl710 scale
23839 -
23840   type: "plot"
23841   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23842   algorithm: "plot_throughput_speedup_analysis"
23843   output-file-type: ".html"
23844   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23845   data: "plot-throughput-speedup-analysis-3n-hsw"
23846   filter: "'NIC_Intel-XL710' and
23847            '64B' and
23848            'IP4FWD' and
23849            'NDRPDR' and
23850            'SCALE' and
23851            'IPSECHW' and
23852            ('IPSECTRAN' or 'IPSECTUN') and
23853            not 'VHOST'"
23854   parameters:
23855   - "throughput"
23856   - "parent"
23857   - "tags"
23858   layout:
23859     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
23860     layout: "plot-throughput-speedup-analysis"
23861
23862 -
23863   type: "plot"
23864   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23865   algorithm: "plot_throughput_speedup_analysis"
23866   output-file-type: ".html"
23867   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23868   data: "plot-throughput-speedup-analysis-3n-hsw"
23869   filter: "'NIC_Intel-XL710' and
23870            '64B' and
23871            'IP4FWD' and
23872            'NDRPDR' and
23873            'SCALE' and
23874            'IPSECHW' and
23875            ('IPSECTRAN' or 'IPSECTUN') and
23876            not 'VHOST'"
23877   parameters:
23878   - "throughput"
23879   - "parent"
23880   - "tags"
23881   layout:
23882     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
23883     layout: "plot-throughput-speedup-analysis"
23884
23885 # Speedup - VPP IPSec 3n-hsw-xl710 sw
23886 -
23887   type: "plot"
23888   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23889   algorithm: "plot_throughput_speedup_analysis"
23890   output-file-type: ".html"
23891   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23892   data: "plot-throughput-speedup-analysis-3n-hsw"
23893   filter: "'NIC_Intel-XL710' and
23894            '64B' and
23895            'IP4FWD' and
23896            'NDRPDR' and
23897            'IPSECSW' and
23898            ('IPSECTRAN' or 'IPSECTUN') and
23899            not 'VHOST'"
23900   parameters:
23901   - "throughput"
23902   - "parent"
23903   - "tags"
23904   layout:
23905     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
23906     layout: "plot-throughput-speedup-analysis"
23907
23908 -
23909   type: "plot"
23910   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23911   algorithm: "plot_throughput_speedup_analysis"
23912   output-file-type: ".html"
23913   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23914   data: "plot-throughput-speedup-analysis-3n-hsw"
23915   filter: "'NIC_Intel-XL710' and
23916            '64B' and
23917            'IP4FWD' and
23918            'NDRPDR' and
23919            'IPSECSW' and
23920            ('IPSECTRAN' or 'IPSECTUN') and
23921            not 'VHOST'"
23922   parameters:
23923   - "throughput"
23924   - "parent"
23925   - "tags"
23926   layout:
23927     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
23928     layout: "plot-throughput-speedup-analysis"
23929
23930 ################################################################################
23931
23932 # Speedup - VPP SRv6 3n-hsw-x520
23933 -
23934   type: "plot"
23935   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
23936   algorithm: "plot_throughput_speedup_analysis"
23937   output-file-type: ".html"
23938   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
23939   data: "plot-throughput-speedup-analysis-3n-hsw"
23940   filter: "'NIC_Intel-X520-DA2' and
23941            '78B' and
23942            'FEATURE' and
23943            'NDRPDR' and
23944            'IP6FWD' and
23945            'SRv6'"
23946   parameters:
23947   - "throughput"
23948   - "parent"
23949   - "tags"
23950   layout:
23951     title: "srv6-3n-hsw-x520-78b-features-ndr"
23952     layout: "plot-throughput-speedup-analysis"
23953
23954 -
23955   type: "plot"
23956   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
23957   algorithm: "plot_throughput_speedup_analysis"
23958   output-file-type: ".html"
23959   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
23960   data: "plot-throughput-speedup-analysis-3n-hsw"
23961   filter: "'NIC_Intel-X520-DA2' and
23962            '78B' and
23963            'FEATURE' and
23964            'NDRPDR' and
23965            'IP6FWD' and
23966            'SRv6'"
23967   parameters:
23968   - "throughput"
23969   - "parent"
23970   - "tags"
23971   layout:
23972     title: "srv6-3n-hsw-x520-78b-features-pdr"
23973     layout: "plot-throughput-speedup-analysis"
23974
23975 ################################################################################
23976
23977 # Speedup - VPP L2 3n-hsw-x520 base and scale
23978 -
23979   type: "plot"
23980   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23981   algorithm: "plot_throughput_speedup_analysis"
23982   output-file-type: ".html"
23983   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23984   data: "plot-throughput-speedup-analysis-3n-hsw"
23985   filter: "'NIC_Intel-X520-DA2' and
23986            '64B' and
23987            ('BASE' or 'SCALE') and
23988            'NDRPDR' and
23989            'ETH' and
23990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23991            not 'VHOST' and
23992            not 'MEMIF'"
23993   parameters:
23994   - "throughput"
23995   - "parent"
23996   - "tags"
23997   sort:
23998   - "L2PATCH"
23999   - "L2XCBASE"
24000   - "BASE"
24001   - "FIB_10K"
24002   - "FIB_100K"
24003   - "FIB_1M"
24004   layout:
24005     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24006     layout: "plot-throughput-speedup-analysis"
24007
24008 -
24009   type: "plot"
24010   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24011   algorithm: "plot_throughput_speedup_analysis"
24012   output-file-type: ".html"
24013   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24014   data: "plot-throughput-speedup-analysis-3n-hsw"
24015   filter: "'NIC_Intel-X520-DA2' and
24016            '64B' and
24017            ('BASE' or 'SCALE') and
24018            'NDRPDR' and
24019            'ETH' and
24020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24021            not 'VHOST' and
24022            not 'MEMIF'"
24023   parameters:
24024   - "throughput"
24025   - "parent"
24026   - "tags"
24027   sort:
24028   - "L2PATCH"
24029   - "L2XCBASE"
24030   - "BASE"
24031   - "FIB_10K"
24032   - "FIB_100K"
24033   - "FIB_1M"
24034   layout:
24035     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24036     layout: "plot-throughput-speedup-analysis"
24037
24038 # Speedup - VPP L2 3n-hsw-x520 features
24039 -
24040   type: "plot"
24041   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24042   algorithm: "plot_throughput_speedup_analysis"
24043   output-file-type: ".html"
24044   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24045   data: "plot-throughput-speedup-analysis-3n-hsw"
24046   filter: "'NIC_Intel-X520-DA2' and
24047            '64B' and
24048            'NDRPDR' and
24049            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24050            not 'ACL' and
24051            not 'VHOST' and
24052            not 'MEMIF'"
24053   parameters:
24054   - "throughput"
24055   - "parent"
24056   - "tags"
24057   sort:
24058   - "L2XCBASE"    # l2xcbase
24059   - "L2BDBASE"    # l2bdbase
24060   - "L2XCFWD"     # dot1q-l2xcbase
24061   - "L2BDMACLRN"  # dot1q-l2bdbase
24062   layout:
24063     title: "l2sw-3n-hsw-x520-64b-features-ndr"
24064     layout: "plot-throughput-speedup-analysis"
24065
24066 -
24067   type: "plot"
24068   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24069   algorithm: "plot_throughput_speedup_analysis"
24070   output-file-type: ".html"
24071   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24072   data: "plot-throughput-speedup-analysis-3n-hsw"
24073   filter: "'NIC_Intel-X520-DA2' and
24074            '64B' and
24075            'NDRPDR' and
24076            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24077            not 'ACL' and
24078            not 'VHOST' and
24079            not 'MEMIF'"
24080   parameters:
24081   - "throughput"
24082   - "parent"
24083   - "tags"
24084   sort:
24085   - "L2XCBASE"    # l2xcbase
24086   - "L2BDBASE"    # l2bdbase
24087   - "L2XCFWD"     # dot1q-l2xcbase
24088   - "L2BDMACLRN"  # dot1q-l2bdbase
24089   layout:
24090     title: "l2sw-3n-hsw-x520-64b-features-pdr"
24091     layout: "plot-throughput-speedup-analysis"
24092
24093 # Speedup - VPP L2 3n-hsw-x710 base and scale
24094 -
24095   type: "plot"
24096   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24097   algorithm: "plot_throughput_speedup_analysis"
24098   output-file-type: ".html"
24099   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24100   data: "plot-throughput-speedup-analysis-3n-hsw"
24101   filter: "'NIC_Intel-X710' and
24102            '64B' and
24103            ('BASE' or 'SCALE') and
24104            'NDRPDR' and
24105            'ETH' and
24106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24107            not 'VHOST' and
24108            not 'MEMIF'"
24109   parameters:
24110   - "throughput"
24111   - "parent"
24112   - "tags"
24113   sort:
24114   - "L2PATCH"
24115   - "L2XCBASE"
24116   - "BASE"
24117   - "FIB_10K"
24118   - "FIB_100K"
24119   - "FIB_1M"
24120   layout:
24121     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24122     layout: "plot-throughput-speedup-analysis"
24123
24124 -
24125   type: "plot"
24126   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24127   algorithm: "plot_throughput_speedup_analysis"
24128   output-file-type: ".html"
24129   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24130   data: "plot-throughput-speedup-analysis-3n-hsw"
24131   filter: "'NIC_Intel-X710' and
24132            '64B' and
24133            ('BASE' or 'SCALE') and
24134            'NDRPDR' and
24135            'ETH' and
24136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24137            not 'VHOST' and
24138            not 'MEMIF'"
24139   parameters:
24140   - "throughput"
24141   - "parent"
24142   - "tags"
24143   sort:
24144   - "L2PATCH"
24145   - "L2XCBASE"
24146   - "BASE"
24147   - "FIB_10K"
24148   - "FIB_100K"
24149   - "FIB_1M"
24150   layout:
24151     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24152     layout: "plot-throughput-speedup-analysis"
24153
24154 # Speedup - VPP L2 3n-hsw-x710 features
24155 -
24156   type: "plot"
24157   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24158   algorithm: "plot_throughput_speedup_analysis"
24159   output-file-type: ".html"
24160   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24161   data: "plot-throughput-speedup-analysis-3n-hsw"
24162   filter: "'NIC_Intel-X710' and
24163            '64B' and
24164            'NDRPDR' and
24165            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24166            not 'ACL' and
24167            not 'VHOST' and
24168            not 'MEMIF'"
24169   parameters:
24170   - "throughput"
24171   - "parent"
24172   - "tags"
24173   sort:
24174   - "L2XCBASE"    # l2xcbase
24175   - "L2BDBASE"    # l2bdbase
24176   - "L2XCFWD"     # dot1q-l2xcbase
24177   - "L2BDMACLRN"  # dot1q-l2bdbase
24178   layout:
24179     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24180     layout: "plot-throughput-speedup-analysis"
24181
24182 -
24183   type: "plot"
24184   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24185   algorithm: "plot_throughput_speedup_analysis"
24186   output-file-type: ".html"
24187   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24188   data: "plot-throughput-speedup-analysis-3n-hsw"
24189   filter: "'NIC_Intel-X710' and
24190            '64B' and
24191            'NDRPDR' and
24192            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24193            not 'ACL' and
24194            not 'VHOST' and
24195            not 'MEMIF'"
24196   parameters:
24197   - "throughput"
24198   - "parent"
24199   - "tags"
24200   sort:
24201   - "L2XCBASE"    # l2xcbase
24202   - "L2BDBASE"    # l2bdbase
24203   - "L2XCFWD"     # dot1q-l2xcbase
24204   - "L2BDMACLRN"  # dot1q-l2bdbase
24205   layout:
24206     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24207     layout: "plot-throughput-speedup-analysis"
24208
24209 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24210 -
24211   type: "plot"
24212   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24213   algorithm: "plot_throughput_speedup_analysis"
24214   output-file-type: ".html"
24215   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24216   data: "plot-throughput-speedup-analysis-3n-hsw"
24217   filter: "'NIC_Intel-XL710' and
24218            '64B' and
24219            ('BASE' or 'SCALE') and
24220            'NDRPDR' and
24221            'ETH' and
24222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24223            not 'VHOST' and
24224            not 'MEMIF'"
24225   parameters:
24226   - "throughput"
24227   - "parent"
24228   - "tags"
24229   sort:
24230   - "L2PATCH"
24231   - "L2XCBASE"
24232   - "BASE"
24233   - "FIB_10K"
24234   - "FIB_100K"
24235   - "FIB_1M"
24236   layout:
24237     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24238     layout: "plot-throughput-speedup-analysis"
24239
24240 -
24241   type: "plot"
24242   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24243   algorithm: "plot_throughput_speedup_analysis"
24244   output-file-type: ".html"
24245   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24246   data: "plot-throughput-speedup-analysis-3n-hsw"
24247   filter: "'NIC_Intel-XL710' and
24248            '64B' and
24249            ('BASE' or 'SCALE') and
24250            'NDRPDR' and
24251            'ETH' and
24252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24253            not 'VHOST' and
24254            not 'MEMIF'"
24255   parameters:
24256   - "throughput"
24257   - "parent"
24258   - "tags"
24259   sort:
24260   - "L2PATCH"
24261   - "L2XCBASE"
24262   - "BASE"
24263   - "FIB_10K"
24264   - "FIB_100K"
24265   - "FIB_1M"
24266   layout:
24267     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
24268     layout: "plot-throughput-speedup-analysis"
24269
24270 # Speedup - VPP L2 3n-skx-x710 base and scale
24271 -
24272   type: "plot"
24273   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24274   algorithm: "plot_throughput_speedup_analysis"
24275   output-file-type: ".html"
24276   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24277   data: "plot-throughput-speedup-analysis-3n-skx"
24278   filter: "'NIC_Intel-X710' and
24279            '64B' and
24280            ('BASE' or 'SCALE') and
24281            'NDRPDR' and
24282            'ETH' and
24283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24284            not 'VHOST' and
24285            not 'MEMIF'"
24286   parameters:
24287   - "throughput"
24288   - "parent"
24289   - "tags"
24290   sort:
24291   - "L2PATCH"
24292   - "L2XCBASE"
24293   - "BASE"
24294   - "FIB_10K"
24295   - "FIB_100K"
24296   - "FIB_1M"
24297   layout:
24298     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24299     layout: "plot-throughput-speedup-analysis"
24300
24301 -
24302   type: "plot"
24303   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24304   algorithm: "plot_throughput_speedup_analysis"
24305   output-file-type: ".html"
24306   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24307   data: "plot-throughput-speedup-analysis-3n-skx"
24308   filter: "'NIC_Intel-X710' and
24309            '64B' and
24310            ('BASE' or 'SCALE') and
24311            'NDRPDR' and
24312            'ETH' and
24313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24314            not 'VHOST' and
24315            not 'MEMIF'"
24316   parameters:
24317   - "throughput"
24318   - "parent"
24319   - "tags"
24320   sort:
24321   - "L2PATCH"
24322   - "L2XCBASE"
24323   - "BASE"
24324   - "FIB_10K"
24325   - "FIB_100K"
24326   - "FIB_1M"
24327   layout:
24328     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24329     layout: "plot-throughput-speedup-analysis"
24330
24331 # Speedup - VPP L2 3n-skx-x710 features
24332 -
24333   type: "plot"
24334   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24335   algorithm: "plot_throughput_speedup_analysis"
24336   output-file-type: ".html"
24337   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24338   data: "plot-throughput-speedup-analysis-3n-skx"
24339   filter: "'NIC_Intel-X710' and
24340            '64B' and
24341            'NDRPDR' and
24342            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24343            not 'ACL' and
24344            not 'VHOST' and
24345            not 'MEMIF'"
24346   parameters:
24347   - "throughput"
24348   - "parent"
24349   - "tags"
24350   sort:
24351   - "L2XCBASE"    # l2xcbase
24352   - "L2BDBASE"    # l2bdbase
24353   - "L2XCFWD"     # dot1q-l2xcbase
24354   - "L2BDMACLRN"  # dot1q-l2bdbase
24355   layout:
24356     title: "l2sw-3n-skx-x710-64b-features-ndr"
24357     layout: "plot-throughput-speedup-analysis"
24358
24359 -
24360   type: "plot"
24361   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24362   algorithm: "plot_throughput_speedup_analysis"
24363   output-file-type: ".html"
24364   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24365   data: "plot-throughput-speedup-analysis-3n-skx"
24366   filter: "'NIC_Intel-X710' and
24367            '64B' and
24368            'NDRPDR' and
24369            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24370            not 'ACL' and
24371            not 'VHOST' and
24372            not 'MEMIF'"
24373   parameters:
24374   - "throughput"
24375   - "parent"
24376   - "tags"
24377   sort:
24378   - "L2XCBASE"    # l2xcbase
24379   - "L2BDBASE"    # l2bdbase
24380   - "L2XCFWD"     # dot1q-l2xcbase
24381   - "L2BDMACLRN"  # dot1q-l2bdbase
24382   layout:
24383     title: "l2sw-3n-skx-x710-64b-features-pdr"
24384     layout: "plot-throughput-speedup-analysis"
24385
24386 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24387 -
24388   type: "plot"
24389   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24390   algorithm: "plot_throughput_speedup_analysis"
24391   output-file-type: ".html"
24392   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24393   data: "plot-throughput-speedup-analysis-3n-skx"
24394   filter: "'NIC_Intel-XXV710' and
24395            '64B' and
24396            ('BASE' or 'SCALE') and
24397            'NDRPDR' and
24398            'ETH' and
24399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24400            not 'VHOST' and
24401            not 'MEMIF'"
24402   parameters:
24403   - "throughput"
24404   - "parent"
24405   - "tags"
24406   sort:
24407   - "L2PATCH"
24408   - "L2XCBASE"
24409   - "BASE"
24410   - "FIB_10K"
24411   - "FIB_100K"
24412   - "FIB_1M"
24413   layout:
24414     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
24415     layout: "plot-throughput-speedup-analysis"
24416
24417 -
24418   type: "plot"
24419   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24420   algorithm: "plot_throughput_speedup_analysis"
24421   output-file-type: ".html"
24422   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24423   data: "plot-throughput-speedup-analysis-3n-skx"
24424   filter: "'NIC_Intel-XXV710' and
24425            '64B' and
24426            ('BASE' or 'SCALE') and
24427            'NDRPDR' and
24428            'ETH' and
24429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24430            not 'VHOST' and
24431            not 'MEMIF'"
24432   parameters:
24433   - "throughput"
24434   - "parent"
24435   - "tags"
24436   sort:
24437   - "L2PATCH"
24438   - "L2XCBASE"
24439   - "BASE"
24440   - "FIB_10K"
24441   - "FIB_100K"
24442   - "FIB_1M"
24443   layout:
24444     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
24445     layout: "plot-throughput-speedup-analysis"
24446
24447 # Speedup - VPP L2 2n-skx-x710 base and scale
24448 -
24449   type: "plot"
24450   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24451   algorithm: "plot_throughput_speedup_analysis"
24452   output-file-type: ".html"
24453   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24454   data: "plot-throughput-speedup-analysis-2n-skx"
24455   filter: "'NIC_Intel-X710' and
24456            '64B' and
24457            ('BASE' or 'SCALE') and
24458            'NDRPDR' and
24459            'ETH' and
24460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24461            not 'VHOST' and
24462            not 'MEMIF'"
24463   parameters:
24464   - "throughput"
24465   - "parent"
24466   - "tags"
24467   sort:
24468   - "L2PATCH"
24469   - "L2XCBASE"
24470   - "BASE"
24471   - "FIB_10K"
24472   - "FIB_100K"
24473   - "FIB_1M"
24474   layout:
24475     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
24476     layout: "plot-throughput-speedup-analysis"
24477
24478 -
24479   type: "plot"
24480   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24481   algorithm: "plot_throughput_speedup_analysis"
24482   output-file-type: ".html"
24483   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24484   data: "plot-throughput-speedup-analysis-2n-skx"
24485   filter: "'NIC_Intel-X710' and
24486            '64B' and
24487            ('BASE' or 'SCALE') and
24488            'NDRPDR' and
24489            'ETH' and
24490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24491            not 'VHOST' and
24492            not 'MEMIF'"
24493   parameters:
24494   - "throughput"
24495   - "parent"
24496   - "tags"
24497   sort:
24498   - "L2PATCH"
24499   - "L2XCBASE"
24500   - "BASE"
24501   - "FIB_10K"
24502   - "FIB_100K"
24503   - "FIB_1M"
24504   layout:
24505     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
24506     layout: "plot-throughput-speedup-analysis"
24507
24508 # Speedup - VPP L2 2n-skx-xxv710 base and scale
24509 -
24510   type: "plot"
24511   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24512   algorithm: "plot_throughput_speedup_analysis"
24513   output-file-type: ".html"
24514   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24515   data: "plot-throughput-speedup-analysis-2n-skx"
24516   filter: "'NIC_Intel-XXV710' and
24517            '64B' and
24518            ('BASE' or 'SCALE') and
24519            'NDRPDR' and
24520            'ETH' and
24521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24522            not 'VHOST' and
24523            not 'MEMIF'"
24524   parameters:
24525   - "throughput"
24526   - "parent"
24527   - "tags"
24528   sort:
24529   - "L2PATCH"
24530   - "L2XCBASE"
24531   - "BASE"
24532   - "FIB_10K"
24533   - "FIB_100K"
24534   - "FIB_1M"
24535   layout:
24536     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
24537     layout: "plot-throughput-speedup-analysis"
24538
24539 -
24540   type: "plot"
24541   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24542   algorithm: "plot_throughput_speedup_analysis"
24543   output-file-type: ".html"
24544   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24545   data: "plot-throughput-speedup-analysis-2n-skx"
24546   filter: "'NIC_Intel-XXV710' and
24547            '64B' and
24548            ('BASE' or 'SCALE') and
24549            'NDRPDR' and
24550            'ETH' and
24551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24552            not 'VHOST' and
24553            not 'MEMIF'"
24554   parameters:
24555   - "throughput"
24556   - "parent"
24557   - "tags"
24558   sort:
24559   - "L2PATCH"
24560   - "L2XCBASE"
24561   - "BASE"
24562   - "FIB_10K"
24563   - "FIB_100K"
24564   - "FIB_1M"
24565   layout:
24566     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
24567     layout: "plot-throughput-speedup-analysis"
24568
24569 ################################################################################
24570
24571 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
24572 -
24573   type: "plot"
24574   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24575   algorithm: "plot_throughput_speedup_analysis"
24576   output-file-type: ".html"
24577   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24578   data: "plot-throughput-speedup-analysis-3n-hsw"
24579   filter: "'NIC_Intel-X520-DA2' and
24580            '64B' and
24581            'NDRPDR' and
24582            'ETH' and
24583            'IP4FWD' and
24584            'VHOST_1024' and
24585            not 'VXLAN' and
24586            not 'DOT1Q'"
24587   parameters:
24588   - "throughput"
24589   - "parent"
24590   - "tags"
24591   sort:
24592   - "not CFS_OPT"
24593   - "1VM"
24594   - "2VM"
24595   layout:
24596     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24597     layout: "plot-throughput-speedup-analysis"
24598
24599 -
24600   type: "plot"
24601   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24602   algorithm: "plot_throughput_speedup_analysis"
24603   output-file-type: ".html"
24604   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24605   data: "plot-throughput-speedup-analysis-3n-hsw"
24606   filter: "'NIC_Intel-X520-DA2' and
24607            '64B' and
24608            'NDRPDR' and
24609            'ETH' and
24610            'IP4FWD' and
24611            'VHOST_1024' and
24612            not 'VXLAN' and
24613            not 'DOT1Q'"
24614   parameters:
24615   - "throughput"
24616   - "parent"
24617   - "tags"
24618   sort:
24619   - "not CFS_OPT"
24620   - "1VM"
24621   - "2VM"
24622   layout:
24623     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24624     layout: "plot-throughput-speedup-analysis"
24625
24626 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
24627 -
24628   type: "plot"
24629   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24630   algorithm: "plot_throughput_speedup_analysis"
24631   output-file-type: ".html"
24632   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24633   data: "plot-throughput-speedup-analysis-3n-hsw"
24634   filter: "'NIC_Intel-X520-DA2' and
24635            '64B' and
24636            'NDRPDR' and
24637            'ETH' and
24638            'L2BDMACLRN' and
24639            'VHOST_1024' and
24640            not 'VXLAN' and
24641            not 'IP4FWD' and
24642            not 'DOT1Q' and
24643            not '2VM'"
24644   parameters:
24645   - "throughput"
24646   - "parent"
24647   - "tags"
24648   sort:
24649   - "VM"  # "not CFS_OPT"
24650   - "CFS_OPT"
24651   - "FIB_10K"
24652   - "FIB_100K"
24653   - "FIB_1M"
24654   layout:
24655     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24656     layout: "plot-throughput-speedup-analysis"
24657
24658 -
24659   type: "plot"
24660   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24661   algorithm: "plot_throughput_speedup_analysis"
24662   output-file-type: ".html"
24663   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24664   data: "plot-throughput-speedup-analysis-3n-hsw"
24665   filter: "'NIC_Intel-X520-DA2' and
24666            '64B' and
24667            'NDRPDR' and
24668            'ETH' and
24669            'L2BDMACLRN' and
24670            'VHOST_1024' and
24671            not 'VXLAN' and
24672            not 'IP4FWD' and
24673            not 'DOT1Q' and
24674            not '2VM'"
24675   parameters:
24676   - "throughput"
24677   - "parent"
24678   - "tags"
24679   sort:
24680   - "VM"  # "not CFS_OPT"
24681   - "CFS_OPT"
24682   - "FIB_10K"
24683   - "FIB_100K"
24684   - "FIB_1M"
24685   layout:
24686     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24687     layout: "plot-throughput-speedup-analysis"
24688
24689 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
24690 -
24691   type: "plot"
24692   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24693   algorithm: "plot_throughput_speedup_analysis"
24694   output-file-type: ".html"
24695   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24696   data: "plot-throughput-speedup-analysis-3n-hsw"
24697   filter: "'NIC_Intel-X520-DA2' and
24698            '64B' and
24699            'NDRPDR' and
24700            'ETH' and
24701            'BASE' and
24702            ('L2BDMACLRN' or 'L2XCFWD') and
24703            'VHOST_1024' and
24704            not 'VXLAN' and
24705            not 'IP4FWD' and
24706            not 'DOT1Q' and
24707            not '2VM'"
24708   parameters:
24709   - "throughput"
24710   - "parent"
24711   - "tags"
24712   sort:
24713   - "not CFS_OPT"
24714   - "L2XCFWD"
24715   - "not CFS_OPT"
24716   - "CFS_OPT"
24717   layout:
24718     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
24719     layout: "plot-throughput-speedup-analysis"
24720
24721 -
24722   type: "plot"
24723   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24724   algorithm: "plot_throughput_speedup_analysis"
24725   output-file-type: ".html"
24726   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24727   data: "plot-throughput-speedup-analysis-3n-hsw"
24728   filter: "'NIC_Intel-X520-DA2' and
24729            '64B' and
24730            'NDRPDR' and
24731            'ETH' and
24732            'BASE' and
24733            ('L2BDMACLRN' or 'L2XCFWD') and
24734            'VHOST_1024' and
24735            not 'VXLAN' and
24736            not 'IP4FWD' and
24737            not 'DOT1Q' and
24738            not '2VM'"
24739   parameters:
24740   - "throughput"
24741   - "parent"
24742   - "tags"
24743   sort:
24744   - "not CFS_OPT"
24745   - "L2XCFWD"
24746   - "not CFS_OPT"
24747   - "CFS_OPT"
24748   layout:
24749     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
24750     layout: "plot-throughput-speedup-analysis"
24751
24752 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
24753 -
24754   type: "plot"
24755   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24756   algorithm: "plot_throughput_speedup_analysis"
24757   output-file-type: ".html"
24758   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24759   data: "plot-throughput-speedup-analysis-3n-hsw"
24760   filter: "'NIC_Intel-X520-DA2' and
24761            '64B' and
24762            'NDRPDR' and
24763            'ETH' and
24764            ('L2BDMACLRN' or 'L2XCFWD') and
24765            'VHOST_1024' and
24766            not 'CFS_OPT' and
24767            not 'VXLAN' and
24768            not 'IP4FWD' and
24769            not 'DOT1Q'"
24770   parameters:
24771   - "throughput"
24772   - "parent"
24773   - "tags"
24774   sort:
24775   - "1VM"
24776   - "L2XCFWD"
24777   - "1VM"
24778   - "L2BDMACLRN"
24779   layout:
24780     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
24781     layout: "plot-throughput-speedup-analysis"
24782
24783 -
24784   type: "plot"
24785   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24786   algorithm: "plot_throughput_speedup_analysis"
24787   output-file-type: ".html"
24788   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24789   data: "plot-throughput-speedup-analysis-3n-hsw"
24790   filter: "'NIC_Intel-X520-DA2' and
24791            '64B' and
24792            'NDRPDR' and
24793            'ETH' and
24794            ('L2BDMACLRN' or 'L2XCFWD') and
24795            'VHOST_1024' and
24796            not 'CFS_OPT' and
24797            not 'VXLAN' and
24798            not 'IP4FWD' and
24799            not 'DOT1Q'"
24800   parameters:
24801   - "throughput"
24802   - "parent"
24803   - "tags"
24804   sort:
24805   - "1VM"
24806   - "L2XCFWD"
24807   - "1VM"
24808   - "L2BDMACLRN"
24809   layout:
24810     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
24811     layout: "plot-throughput-speedup-analysis"
24812
24813 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
24814 -
24815   type: "plot"
24816   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24817   algorithm: "plot_throughput_speedup_analysis"
24818   output-file-type: ".html"
24819   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24820   data: "plot-throughput-speedup-analysis-3n-hsw"
24821   filter: "'NIC_Intel-X710' and
24822            '64B' and
24823            'NDRPDR' and
24824            'ETH' and
24825            'IP4FWD' and
24826            'VHOST_1024' and
24827            not 'VXLAN' and
24828            not 'DOT1Q'"
24829   parameters:
24830   - "throughput"
24831   - "parent"
24832   - "tags"
24833   sort:
24834   - "not CFS_OPT"
24835   - "1VM"
24836   - "2VM"
24837   layout:
24838     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24839     layout: "plot-throughput-speedup-analysis"
24840
24841 -
24842   type: "plot"
24843   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24844   algorithm: "plot_throughput_speedup_analysis"
24845   output-file-type: ".html"
24846   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24847   data: "plot-throughput-speedup-analysis-3n-hsw"
24848   filter: "'NIC_Intel-X710' and
24849            '64B' and
24850            'NDRPDR' and
24851            'ETH' and
24852            'IP4FWD' and
24853            'VHOST_1024' and
24854            not 'VXLAN' and
24855            not 'DOT1Q'"
24856   parameters:
24857   - "throughput"
24858   - "parent"
24859   - "tags"
24860   sort:
24861   - "not CFS_OPT"
24862   - "1VM"
24863   - "2VM"
24864   layout:
24865     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24866     layout: "plot-throughput-speedup-analysis"
24867
24868 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
24869 -
24870   type: "plot"
24871   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24872   algorithm: "plot_throughput_speedup_analysis"
24873   output-file-type: ".html"
24874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24875   data: "plot-throughput-speedup-analysis-3n-hsw"
24876   filter: "'NIC_Intel-X710' and
24877            '64B' and
24878            'NDRPDR' and
24879            'ETH' and
24880            'L2BDMACLRN' and
24881            'VHOST_1024' and
24882            not 'VXLAN' and
24883            not 'IP4FWD' and
24884            not 'DOT1Q' and
24885            not '2VM'"
24886   parameters:
24887   - "throughput"
24888   - "parent"
24889   - "tags"
24890   sort:
24891   - "VM"  # "not CFS_OPT"
24892   - "CFS_OPT"
24893   - "FIB_10K"
24894   - "FIB_100K"
24895   - "FIB_1M"
24896   layout:
24897     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24898     layout: "plot-throughput-speedup-analysis"
24899
24900 -
24901   type: "plot"
24902   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24903   algorithm: "plot_throughput_speedup_analysis"
24904   output-file-type: ".html"
24905   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24906   data: "plot-throughput-speedup-analysis-3n-hsw"
24907   filter: "'NIC_Intel-X710' and
24908            '64B' and
24909            'NDRPDR' and
24910            'ETH' and
24911            'L2BDMACLRN' and
24912            'VHOST_1024' and
24913            not 'VXLAN' and
24914            not 'IP4FWD' and
24915            not 'DOT1Q' and
24916            not '2VM'"
24917   parameters:
24918   - "throughput"
24919   - "parent"
24920   - "tags"
24921   sort:
24922   - "VM"  # "not CFS_OPT"
24923   - "CFS_OPT"
24924   - "FIB_10K"
24925   - "FIB_100K"
24926   - "FIB_1M"
24927   layout:
24928     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24929     layout: "plot-throughput-speedup-analysis"
24930
24931 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
24932 -
24933   type: "plot"
24934   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24935   algorithm: "plot_throughput_speedup_analysis"
24936   output-file-type: ".html"
24937   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24938   data: "plot-throughput-speedup-analysis-3n-hsw"
24939   filter: "'NIC_Intel-X710' and
24940            '64B' and
24941            'NDRPDR' and
24942            'ETH' and
24943            'BASE' and
24944            ('L2BDMACLRN' or 'L2XCFWD') and
24945            'VHOST_1024' and
24946            not 'VXLAN' and
24947            not 'IP4FWD' and
24948            not 'DOT1Q' and
24949            not '2VM'"
24950   parameters:
24951   - "throughput"
24952   - "parent"
24953   - "tags"
24954   sort:
24955   - "not CFS_OPT"
24956   - "L2XCFWD"
24957   - "not CFS_OPT"
24958   - "CFS_OPT"
24959   layout:
24960     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
24961     layout: "plot-throughput-speedup-analysis"
24962
24963 -
24964   type: "plot"
24965   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24966   algorithm: "plot_throughput_speedup_analysis"
24967   output-file-type: ".html"
24968   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24969   data: "plot-throughput-speedup-analysis-3n-hsw"
24970   filter: "'NIC_Intel-X710' and
24971            '64B' and
24972            'NDRPDR' and
24973            'ETH' and
24974            'BASE' and
24975            ('L2BDMACLRN' or 'L2XCFWD') and
24976            'VHOST_1024' and
24977            not 'VXLAN' and
24978            not 'IP4FWD' and
24979            not 'DOT1Q' and
24980            not '2VM'"
24981   parameters:
24982   - "throughput"
24983   - "parent"
24984   - "tags"
24985   sort:
24986   - "not CFS_OPT"
24987   - "L2XCFWD"
24988   - "not CFS_OPT"
24989   - "CFS_OPT"
24990   layout:
24991     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
24992     layout: "plot-throughput-speedup-analysis"
24993
24994 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
24995 -
24996   type: "plot"
24997   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24998   algorithm: "plot_throughput_speedup_analysis"
24999   output-file-type: ".html"
25000   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
25001   data: "plot-throughput-speedup-analysis-3n-hsw"
25002   filter: "'NIC_Intel-X710' and
25003            '64B' and
25004            'NDRPDR' and
25005            'ETH' and
25006            ('L2BDMACLRN' or 'L2XCFWD') and
25007            'VHOST_1024' and
25008            not 'CFS_OPT' and
25009            not 'VXLAN' and
25010            not 'IP4FWD' and
25011            not 'DOT1Q'"
25012   parameters:
25013   - "throughput"
25014   - "parent"
25015   - "tags"
25016   sort:
25017   - "1VM"
25018   - "L2XCFWD"
25019   - "1VM"
25020   - "L2BDMACLRN"
25021   layout:
25022     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
25023     layout: "plot-throughput-speedup-analysis"
25024
25025 -
25026   type: "plot"
25027   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
25028   algorithm: "plot_throughput_speedup_analysis"
25029   output-file-type: ".html"
25030   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
25031   data: "plot-throughput-speedup-analysis-3n-hsw"
25032   filter: "'NIC_Intel-X710' and
25033            '64B' and
25034            'NDRPDR' and
25035            'ETH' and
25036            ('L2BDMACLRN' or 'L2XCFWD') and
25037            'VHOST_1024' and
25038            not 'CFS_OPT' and
25039            not 'VXLAN' and
25040            not 'IP4FWD' and
25041            not 'DOT1Q'"
25042   parameters:
25043   - "throughput"
25044   - "parent"
25045   - "tags"
25046   sort:
25047   - "1VM"
25048   - "L2XCFWD"
25049   - "1VM"
25050   - "L2BDMACLRN"
25051   layout:
25052     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
25053     layout: "plot-throughput-speedup-analysis"
25054
25055 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
25056 -
25057   type: "plot"
25058   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25059   algorithm: "plot_throughput_speedup_analysis"
25060   output-file-type: ".html"
25061   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25062   data: "plot-throughput-speedup-analysis-3n-hsw"
25063   filter: "'NIC_Intel-XL710' and
25064            '64B' and
25065            'NDRPDR' and
25066            'ETH' and
25067            'IP4FWD' and
25068            'VHOST_1024' and
25069            not 'VXLAN' and
25070            not 'DOT1Q'"
25071   parameters:
25072   - "throughput"
25073   - "parent"
25074   - "tags"
25075   sort:
25076   - "not CFS_OPT"
25077   - "1VM"
25078   - "2VM"
25079   layout:
25080     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25081     layout: "plot-throughput-speedup-analysis"
25082
25083 -
25084   type: "plot"
25085   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25086   algorithm: "plot_throughput_speedup_analysis"
25087   output-file-type: ".html"
25088   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25089   data: "plot-throughput-speedup-analysis-3n-hsw"
25090   filter: "'NIC_Intel-XL710' and
25091            '64B' and
25092            'NDRPDR' and
25093            'ETH' and
25094            'IP4FWD' and
25095            'VHOST_1024' and
25096            not 'VXLAN' and
25097            not 'DOT1Q'"
25098   parameters:
25099   - "throughput"
25100   - "parent"
25101   - "tags"
25102   sort:
25103   - "not CFS_OPT"
25104   - "1VM"
25105   - "2VM"
25106   layout:
25107     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25108     layout: "plot-throughput-speedup-analysis"
25109
25110 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
25111 -
25112   type: "plot"
25113   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25114   algorithm: "plot_throughput_speedup_analysis"
25115   output-file-type: ".html"
25116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25117   data: "plot-throughput-speedup-analysis-3n-hsw"
25118   filter: "'NIC_Intel-XL710' and
25119            '64B' and
25120            'NDRPDR' and
25121            'ETH' and
25122            'L2BDMACLRN' and
25123            'VHOST_1024' and
25124            not 'VXLAN' and
25125            not 'IP4FWD' and
25126            not 'DOT1Q' and
25127            not '2VM'"
25128   parameters:
25129   - "throughput"
25130   - "parent"
25131   - "tags"
25132   sort:
25133   - "VM"  # "not CFS_OPT"
25134   - "CFS_OPT"
25135   - "FIB_10K"
25136   - "FIB_100K"
25137   - "FIB_1M"
25138   layout:
25139     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25140     layout: "plot-throughput-speedup-analysis"
25141
25142 -
25143   type: "plot"
25144   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25145   algorithm: "plot_throughput_speedup_analysis"
25146   output-file-type: ".html"
25147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25148   data: "plot-throughput-speedup-analysis-3n-hsw"
25149   filter: "'NIC_Intel-XL710' and
25150            '64B' and
25151            'NDRPDR' and
25152            'ETH' and
25153            'L2BDMACLRN' and
25154            'VHOST_1024' and
25155            not 'VXLAN' and
25156            not 'IP4FWD' and
25157            not 'DOT1Q' and
25158            not '2VM'"
25159   parameters:
25160   - "throughput"
25161   - "parent"
25162   - "tags"
25163   sort:
25164   - "VM"  # "not CFS_OPT"
25165   - "CFS_OPT"
25166   - "FIB_10K"
25167   - "FIB_100K"
25168   - "FIB_1M"
25169   layout:
25170     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25171     layout: "plot-throughput-speedup-analysis"
25172
25173 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
25174 -
25175   type: "plot"
25176   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25177   algorithm: "plot_throughput_speedup_analysis"
25178   output-file-type: ".html"
25179   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25180   data: "plot-throughput-speedup-analysis-3n-hsw"
25181   filter: "'NIC_Intel-XL710' and
25182            '64B' and
25183            'NDRPDR' and
25184            'ETH' and
25185            'BASE' and
25186            ('L2BDMACLRN' or 'L2XCFWD') and
25187            'VHOST_1024' and
25188            not 'VXLAN' and
25189            not 'IP4FWD' and
25190            not 'DOT1Q' and
25191            not '2VM'"
25192   parameters:
25193   - "throughput"
25194   - "parent"
25195   - "tags"
25196   sort:
25197   - "not CFS_OPT"
25198   - "L2XCFWD"
25199   - "not CFS_OPT"
25200   - "CFS_OPT"
25201   layout:
25202     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
25203     layout: "plot-throughput-speedup-analysis"
25204
25205 -
25206   type: "plot"
25207   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25208   algorithm: "plot_throughput_speedup_analysis"
25209   output-file-type: ".html"
25210   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25211   data: "plot-throughput-speedup-analysis-3n-hsw"
25212   filter: "'NIC_Intel-XL710' and
25213            '64B' and
25214            'NDRPDR' and
25215            'ETH' and
25216            'BASE' and
25217            ('L2BDMACLRN' or 'L2XCFWD') and
25218            'VHOST_1024' and
25219            not 'VXLAN' and
25220            not 'IP4FWD' and
25221            not 'DOT1Q' and
25222            not '2VM'"
25223   parameters:
25224   - "throughput"
25225   - "parent"
25226   - "tags"
25227   sort:
25228   - "not CFS_OPT"
25229   - "L2XCFWD"
25230   - "not CFS_OPT"
25231   - "CFS_OPT"
25232   layout:
25233     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
25234     layout: "plot-throughput-speedup-analysis"
25235
25236 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
25237 -
25238   type: "plot"
25239   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25240   algorithm: "plot_throughput_speedup_analysis"
25241   output-file-type: ".html"
25242   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25243   data: "plot-throughput-speedup-analysis-3n-hsw"
25244   filter: "'NIC_Intel-XL710' and
25245            '64B' and
25246            'NDRPDR' and
25247            'ETH' and
25248            ('L2BDMACLRN' or 'L2XCFWD') and
25249            'VHOST_1024' and
25250            not 'CFS_OPT' and
25251            not 'VXLAN' and
25252            not 'IP4FWD' and
25253            not 'DOT1Q'"
25254   parameters:
25255   - "throughput"
25256   - "parent"
25257   - "tags"
25258   sort:
25259   - "1VM"
25260   - "L2XCFWD"
25261   - "1VM"
25262   - "L2BDMACLRN"
25263   layout:
25264     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
25265     layout: "plot-throughput-speedup-analysis"
25266
25267 -
25268   type: "plot"
25269   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25270   algorithm: "plot_throughput_speedup_analysis"
25271   output-file-type: ".html"
25272   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25273   data: "plot-throughput-speedup-analysis-3n-hsw"
25274   filter: "'NIC_Intel-XL710' and
25275            '64B' and
25276            'NDRPDR' and
25277            'ETH' and
25278            ('L2BDMACLRN' or 'L2XCFWD') and
25279            'VHOST_1024' and
25280            not 'CFS_OPT' and
25281            not 'VXLAN' and
25282            not 'IP4FWD' and
25283            not 'DOT1Q'"
25284   parameters:
25285   - "throughput"
25286   - "parent"
25287   - "tags"
25288   sort:
25289   - "1VM"
25290   - "L2XCFWD"
25291   - "1VM"
25292   - "L2BDMACLRN"
25293   layout:
25294     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
25295     layout: "plot-throughput-speedup-analysis"
25296
25297 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25298 -
25299   type: "plot"
25300   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25301   algorithm: "plot_throughput_speedup_analysis"
25302   output-file-type: ".html"
25303   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25304   data: "plot-throughput-speedup-analysis-3n-skx"
25305   filter: "'NIC_Intel-X710' and
25306            '64B' and
25307            'NDRPDR' and
25308            'ETH' and
25309            'IP4FWD' and
25310            'VHOST_1024' and
25311            not 'VXLAN' and
25312            not 'DOT1Q'"
25313   parameters:
25314   - "throughput"
25315   - "parent"
25316   - "tags"
25317   sort:
25318   - "not CFS_OPT"
25319   - "1VM"
25320   - "2VM"
25321   layout:
25322     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25323     layout: "plot-throughput-speedup-analysis"
25324
25325 -
25326   type: "plot"
25327   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25328   algorithm: "plot_throughput_speedup_analysis"
25329   output-file-type: ".html"
25330   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25331   data: "plot-throughput-speedup-analysis-3n-skx"
25332   filter: "'NIC_Intel-X710' and
25333            '64B' and
25334            'NDRPDR' and
25335            'ETH' and
25336            'IP4FWD' and
25337            'VHOST_1024' and
25338            not 'VXLAN' and
25339            not 'DOT1Q'"
25340   parameters:
25341   - "throughput"
25342   - "parent"
25343   - "tags"
25344   sort:
25345   - "not CFS_OPT"
25346   - "1VM"
25347   - "2VM"
25348   layout:
25349     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25350     layout: "plot-throughput-speedup-analysis"
25351
25352 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
25353 -
25354   type: "plot"
25355   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25356   algorithm: "plot_throughput_speedup_analysis"
25357   output-file-type: ".html"
25358   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25359   data: "plot-throughput-speedup-analysis-3n-skx"
25360   filter: "'NIC_Intel-X710' and
25361            '64B' and
25362            'NDRPDR' and
25363            'ETH' and
25364            'L2BDMACLRN' and
25365            'VHOST_1024' and
25366            not 'VXLAN' and
25367            not 'IP4FWD' and
25368            not 'DOT1Q' and
25369            not '2VM'"
25370   parameters:
25371   - "throughput"
25372   - "parent"
25373   - "tags"
25374   sort:
25375   - "VM"  # "not CFS_OPT"
25376   - "CFS_OPT"
25377   - "FIB_10K"
25378   - "FIB_100K"
25379   - "FIB_1M"
25380   layout:
25381     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25382     layout: "plot-throughput-speedup-analysis"
25383
25384 -
25385   type: "plot"
25386   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25387   algorithm: "plot_throughput_speedup_analysis"
25388   output-file-type: ".html"
25389   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25390   data: "plot-throughput-speedup-analysis-3n-skx"
25391   filter: "'NIC_Intel-X710' and
25392            '64B' and
25393            'NDRPDR' and
25394            'ETH' and
25395            'L2BDMACLRN' and
25396            'VHOST_1024' and
25397            not 'VXLAN' and
25398            not 'IP4FWD' and
25399            not 'DOT1Q' and
25400            not '2VM'"
25401   parameters:
25402   - "throughput"
25403   - "parent"
25404   - "tags"
25405   sort:
25406   - "VM"  # "not CFS_OPT"
25407   - "CFS_OPT"
25408   - "FIB_10K"
25409   - "FIB_100K"
25410   - "FIB_1M"
25411   layout:
25412     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25413     layout: "plot-throughput-speedup-analysis"
25414
25415 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
25416 -
25417   type: "plot"
25418   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25419   algorithm: "plot_throughput_speedup_analysis"
25420   output-file-type: ".html"
25421   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25422   data: "plot-throughput-speedup-analysis-3n-skx"
25423   filter: "'NIC_Intel-X710' and
25424            '64B' and
25425            'NDRPDR' and
25426            'ETH' and
25427            'BASE' and
25428            ('L2BDMACLRN' or 'L2XCFWD') and
25429            'VHOST_1024' and
25430            not 'VXLAN' and
25431            not 'IP4FWD' and
25432            not 'DOT1Q' and
25433            not '2VM'"
25434   parameters:
25435   - "throughput"
25436   - "parent"
25437   - "tags"
25438   sort:
25439   - "not CFS_OPT"
25440   - "L2XCFWD"
25441   - "not CFS_OPT"
25442   - "CFS_OPT"
25443   layout:
25444     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
25445     layout: "plot-throughput-speedup-analysis"
25446
25447 -
25448   type: "plot"
25449   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25450   algorithm: "plot_throughput_speedup_analysis"
25451   output-file-type: ".html"
25452   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25453   data: "plot-throughput-speedup-analysis-3n-skx"
25454   filter: "'NIC_Intel-X710' and
25455            '64B' and
25456            'NDRPDR' and
25457            'ETH' and
25458            'BASE' and
25459            ('L2BDMACLRN' or 'L2XCFWD') and
25460            'VHOST_1024' and
25461            not 'VXLAN' and
25462            not 'IP4FWD' and
25463            not 'DOT1Q' and
25464            not '2VM'"
25465   parameters:
25466   - "throughput"
25467   - "parent"
25468   - "tags"
25469   sort:
25470   - "not CFS_OPT"
25471   - "L2XCFWD"
25472   - "not CFS_OPT"
25473   - "CFS_OPT"
25474   layout:
25475     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
25476     layout: "plot-throughput-speedup-analysis"
25477
25478 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
25479 -
25480   type: "plot"
25481   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25482   algorithm: "plot_throughput_speedup_analysis"
25483   output-file-type: ".html"
25484   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25485   data: "plot-throughput-speedup-analysis-3n-skx"
25486   filter: "'NIC_Intel-X710' and
25487            '64B' and
25488            'NDRPDR' and
25489            'ETH' and
25490            ('L2BDMACLRN' or 'L2XCFWD') and
25491            'VHOST_1024' and
25492            not 'CFS_OPT' and
25493            not 'VXLAN' and
25494            not 'IP4FWD' and
25495            not 'DOT1Q'"
25496   parameters:
25497   - "throughput"
25498   - "parent"
25499   - "tags"
25500   sort:
25501   - "1VM"
25502   - "L2XCFWD"
25503   - "1VM"
25504   - "L2BDMACLRN"
25505   layout:
25506     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
25507     layout: "plot-throughput-speedup-analysis"
25508
25509 -
25510   type: "plot"
25511   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25512   algorithm: "plot_throughput_speedup_analysis"
25513   output-file-type: ".html"
25514   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25515   data: "plot-throughput-speedup-analysis-3n-skx"
25516   filter: "'NIC_Intel-X710' and
25517            '64B' and
25518            'NDRPDR' and
25519            'ETH' and
25520            ('L2BDMACLRN' or 'L2XCFWD') and
25521            'VHOST_1024' and
25522            not 'CFS_OPT' and
25523            not 'VXLAN' and
25524            not 'IP4FWD' and
25525            not 'DOT1Q'"
25526   parameters:
25527   - "throughput"
25528   - "parent"
25529   - "tags"
25530   sort:
25531   - "1VM"
25532   - "L2XCFWD"
25533   - "1VM"
25534   - "L2BDMACLRN"
25535   layout:
25536     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
25537     layout: "plot-throughput-speedup-analysis"
25538
25539 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25540 -
25541   type: "plot"
25542   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25543   algorithm: "plot_throughput_speedup_analysis"
25544   output-file-type: ".html"
25545   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25546   data: "plot-throughput-speedup-analysis-2n-skx"
25547   filter: "'NIC_Intel-X710' and
25548            '64B' and
25549            'NDRPDR' and
25550            'ETH' and
25551            'IP4FWD' and
25552            'VHOST_1024' and
25553            not 'VXLAN' and
25554            not 'DOT1Q'"
25555   parameters:
25556   - "throughput"
25557   - "parent"
25558   - "tags"
25559   sort:
25560   - "not CFS_OPT"
25561   - "1VM"
25562   - "2VM"
25563   layout:
25564     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25565     layout: "plot-throughput-speedup-analysis"
25566
25567 -
25568   type: "plot"
25569   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25570   algorithm: "plot_throughput_speedup_analysis"
25571   output-file-type: ".html"
25572   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25573   data: "plot-throughput-speedup-analysis-2n-skx"
25574   filter: "'NIC_Intel-X710' and
25575            '64B' and
25576            'NDRPDR' and
25577            'ETH' and
25578            'IP4FWD' and
25579            'VHOST_1024' and
25580            not 'VXLAN' and
25581            not 'DOT1Q'"
25582   parameters:
25583   - "throughput"
25584   - "parent"
25585   - "tags"
25586   sort:
25587   - "not CFS_OPT"
25588   - "1VM"
25589   - "2VM"
25590   layout:
25591     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25592     layout: "plot-throughput-speedup-analysis"
25593
25594 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
25595 -
25596   type: "plot"
25597   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25598   algorithm: "plot_throughput_speedup_analysis"
25599   output-file-type: ".html"
25600   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25601   data: "plot-throughput-speedup-analysis-2n-skx"
25602   filter: "'NIC_Intel-X710' and
25603            '64B' and
25604            'NDRPDR' and
25605            'ETH' and
25606            'L2BDMACLRN' and
25607            'VHOST_1024' and
25608            not 'VXLAN' and
25609            not 'IP4FWD' and
25610            not 'DOT1Q' and
25611            not '2VM'"
25612   parameters:
25613   - "throughput"
25614   - "parent"
25615   - "tags"
25616   sort:
25617   - "VM"  # "not CFS_OPT"
25618   - "CFS_OPT"
25619   - "FIB_10K"
25620   - "FIB_100K"
25621   - "FIB_1M"
25622   layout:
25623     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25624     layout: "plot-throughput-speedup-analysis"
25625
25626 -
25627   type: "plot"
25628   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25629   algorithm: "plot_throughput_speedup_analysis"
25630   output-file-type: ".html"
25631   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25632   data: "plot-throughput-speedup-analysis-2n-skx"
25633   filter: "'NIC_Intel-X710' and
25634            '64B' and
25635            'NDRPDR' and
25636            'ETH' and
25637            'L2BDMACLRN' and
25638            'VHOST_1024' and
25639            not 'VXLAN' and
25640            not 'IP4FWD' and
25641            not 'DOT1Q' and
25642            not '2VM'"
25643   parameters:
25644   - "throughput"
25645   - "parent"
25646   - "tags"
25647   sort:
25648   - "VM"  # "not CFS_OPT"
25649   - "CFS_OPT"
25650   - "FIB_10K"
25651   - "FIB_100K"
25652   - "FIB_1M"
25653   layout:
25654     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25655     layout: "plot-throughput-speedup-analysis"
25656
25657 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25658 -
25659   type: "plot"
25660   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25661   algorithm: "plot_throughput_speedup_analysis"
25662   output-file-type: ".html"
25663   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25664   data: "plot-throughput-speedup-analysis-2n-skx"
25665   filter: "'NIC_Intel-X710' and
25666            '64B' and
25667            'NDRPDR' and
25668            'ETH' and
25669            'BASE' and
25670            ('L2BDMACLRN' or 'L2XCFWD') and
25671            'VHOST_1024' and
25672            not 'VXLAN' and
25673            not 'IP4FWD' and
25674            not 'DOT1Q' and
25675            not '2VM'"
25676   parameters:
25677   - "throughput"
25678   - "parent"
25679   - "tags"
25680   sort:
25681   - "not CFS_OPT"
25682   - "L2XCFWD"
25683   - "not CFS_OPT"
25684   - "CFS_OPT"
25685   layout:
25686     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
25687     layout: "plot-throughput-speedup-analysis"
25688
25689 -
25690   type: "plot"
25691   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25692   algorithm: "plot_throughput_speedup_analysis"
25693   output-file-type: ".html"
25694   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25695   data: "plot-throughput-speedup-analysis-2n-skx"
25696   filter: "'NIC_Intel-X710' and
25697            '64B' and
25698            'NDRPDR' and
25699            'ETH' and
25700            'BASE' and
25701            ('L2BDMACLRN' or 'L2XCFWD') and
25702            'VHOST_1024' and
25703            not 'VXLAN' and
25704            not 'IP4FWD' and
25705            not 'DOT1Q' and
25706            not '2VM'"
25707   parameters:
25708   - "throughput"
25709   - "parent"
25710   - "tags"
25711   sort:
25712   - "not CFS_OPT"
25713   - "L2XCFWD"
25714   - "not CFS_OPT"
25715   - "CFS_OPT"
25716   layout:
25717     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
25718     layout: "plot-throughput-speedup-analysis"
25719
25720 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25721 -
25722   type: "plot"
25723   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25724   algorithm: "plot_throughput_speedup_analysis"
25725   output-file-type: ".html"
25726   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25727   data: "plot-throughput-speedup-analysis-2n-skx"
25728   filter: "'NIC_Intel-X710' and
25729            '64B' and
25730            'NDRPDR' and
25731            'ETH' and
25732            ('L2BDMACLRN' or 'L2XCFWD') and
25733            'VHOST_1024' and
25734            not 'CFS_OPT' and
25735            not 'VXLAN' and
25736            not 'IP4FWD' and
25737            not 'DOT1Q'"
25738   parameters:
25739   - "throughput"
25740   - "parent"
25741   - "tags"
25742   sort:
25743   - "1VM"
25744   - "L2XCFWD"
25745   - "1VM"
25746   - "L2BDMACLRN"
25747   layout:
25748     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25749     layout: "plot-throughput-speedup-analysis"
25750
25751 -
25752   type: "plot"
25753   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25754   algorithm: "plot_throughput_speedup_analysis"
25755   output-file-type: ".html"
25756   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25757   data: "plot-throughput-speedup-analysis-2n-skx"
25758   filter: "'NIC_Intel-X710' and
25759            '64B' and
25760            'NDRPDR' and
25761            'ETH' and
25762            ('L2BDMACLRN' or 'L2XCFWD') and
25763            'VHOST_1024' and
25764            not 'CFS_OPT' and
25765            not 'VXLAN' and
25766            not 'IP4FWD' and
25767            not 'DOT1Q'"
25768   parameters:
25769   - "throughput"
25770   - "parent"
25771   - "tags"
25772   sort:
25773   - "1VM"
25774   - "L2XCFWD"
25775   - "1VM"
25776   - "L2BDMACLRN"
25777   layout:
25778     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25779     layout: "plot-throughput-speedup-analysis"
25780
25781 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25782 -
25783   type: "plot"
25784   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25785   algorithm: "plot_throughput_speedup_analysis"
25786   output-file-type: ".html"
25787   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25788   data: "plot-throughput-speedup-analysis-2n-skx"
25789   filter: "'NIC_Intel-XXV710' and
25790            '64B' and
25791            'NDRPDR' and
25792            'ETH' and
25793            'IP4FWD' and
25794            'VHOST_1024' and
25795            not 'VXLAN' and
25796            not 'DOT1Q'"
25797   parameters:
25798   - "throughput"
25799   - "parent"
25800   - "tags"
25801   sort:
25802   - "not CFS_OPT"
25803   - "1VM"
25804   - "2VM"
25805   layout:
25806     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25807     layout: "plot-throughput-speedup-analysis"
25808
25809 -
25810   type: "plot"
25811   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25812   algorithm: "plot_throughput_speedup_analysis"
25813   output-file-type: ".html"
25814   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25815   data: "plot-throughput-speedup-analysis-2n-skx"
25816   filter: "'NIC_Intel-XXV710' and
25817            '64B' and
25818            'NDRPDR' and
25819            'ETH' and
25820            'IP4FWD' and
25821            'VHOST_1024' and
25822            not 'VXLAN' and
25823            not 'DOT1Q'"
25824   parameters:
25825   - "throughput"
25826   - "parent"
25827   - "tags"
25828   sort:
25829   - "not CFS_OPT"
25830   - "1VM"
25831   - "2VM"
25832   layout:
25833     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25834     layout: "plot-throughput-speedup-analysis"
25835
25836 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
25837 -
25838   type: "plot"
25839   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25840   algorithm: "plot_throughput_speedup_analysis"
25841   output-file-type: ".html"
25842   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25843   data: "plot-throughput-speedup-analysis-2n-skx"
25844   filter: "'NIC_Intel-XXV710' and
25845            '64B' and
25846            'NDRPDR' and
25847            'ETH' and
25848            'L2BDMACLRN' and
25849            'VHOST_1024' and
25850            not 'VXLAN' and
25851            not 'IP4FWD' and
25852            not 'DOT1Q' and
25853            not '2VM'"
25854   parameters:
25855   - "throughput"
25856   - "parent"
25857   - "tags"
25858   sort:
25859   - "VM"  # "not CFS_OPT"
25860   - "CFS_OPT"
25861   - "FIB_10K"
25862   - "FIB_100K"
25863   - "FIB_1M"
25864   layout:
25865     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25866     layout: "plot-throughput-speedup-analysis"
25867
25868 -
25869   type: "plot"
25870   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25871   algorithm: "plot_throughput_speedup_analysis"
25872   output-file-type: ".html"
25873   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25874   data: "plot-throughput-speedup-analysis-2n-skx"
25875   filter: "'NIC_Intel-XXV710' and
25876            '64B' and
25877            'NDRPDR' and
25878            'ETH' and
25879            'L2BDMACLRN' and
25880            'VHOST_1024' and
25881            not 'VXLAN' and
25882            not 'IP4FWD' and
25883            not 'DOT1Q' and
25884            not '2VM'"
25885   parameters:
25886   - "throughput"
25887   - "parent"
25888   - "tags"
25889   sort:
25890   - "VM"  # "not CFS_OPT"
25891   - "CFS_OPT"
25892   - "FIB_10K"
25893   - "FIB_100K"
25894   - "FIB_1M"
25895   layout:
25896     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25897     layout: "plot-throughput-speedup-analysis"
25898
25899 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25900 -
25901   type: "plot"
25902   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25903   algorithm: "plot_throughput_speedup_analysis"
25904   output-file-type: ".html"
25905   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25906   data: "plot-throughput-speedup-analysis-2n-skx"
25907   filter: "'NIC_Intel-XXV710' and
25908            '64B' and
25909            'NDRPDR' and
25910            'ETH' and
25911            'BASE' and
25912            ('L2BDMACLRN' or 'L2XCFWD') and
25913            'VHOST_1024' and
25914            not 'VXLAN' and
25915            not 'IP4FWD' and
25916            not 'DOT1Q' and
25917            not '2VM'"
25918   parameters:
25919   - "throughput"
25920   - "parent"
25921   - "tags"
25922   sort:
25923   - "not CFS_OPT"
25924   - "L2XCFWD"
25925   - "not CFS_OPT"
25926   - "CFS_OPT"
25927   layout:
25928     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
25929     layout: "plot-throughput-speedup-analysis"
25930
25931 -
25932   type: "plot"
25933   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25934   algorithm: "plot_throughput_speedup_analysis"
25935   output-file-type: ".html"
25936   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25937   data: "plot-throughput-speedup-analysis-2n-skx"
25938   filter: "'NIC_Intel-XXV710' and
25939            '64B' and
25940            'NDRPDR' and
25941            'ETH' and
25942            'BASE' and
25943            ('L2BDMACLRN' or 'L2XCFWD') and
25944            'VHOST_1024' and
25945            not 'VXLAN' and
25946            not 'IP4FWD' and
25947            not 'DOT1Q' and
25948            not '2VM'"
25949   parameters:
25950   - "throughput"
25951   - "parent"
25952   - "tags"
25953   sort:
25954   - "not CFS_OPT"
25955   - "L2XCFWD"
25956   - "not CFS_OPT"
25957   - "CFS_OPT"
25958   layout:
25959     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
25960     layout: "plot-throughput-speedup-analysis"
25961
25962 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25963 -
25964   type: "plot"
25965   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25966   algorithm: "plot_throughput_speedup_analysis"
25967   output-file-type: ".html"
25968   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25969   data: "plot-throughput-speedup-analysis-2n-skx"
25970   filter: "'NIC_Intel-XXV710' and
25971            '64B' and
25972            'NDRPDR' and
25973            'ETH' and
25974            ('L2BDMACLRN' or 'L2XCFWD') and
25975            'VHOST_1024' and
25976            not 'CFS_OPT' and
25977            not 'VXLAN' and
25978            not 'IP4FWD' and
25979            not 'DOT1Q'"
25980   parameters:
25981   - "throughput"
25982   - "parent"
25983   - "tags"
25984   sort:
25985   - "1VM"
25986   - "L2XCFWD"
25987   - "1VM"
25988   - "L2BDMACLRN"
25989   layout:
25990     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
25991     layout: "plot-throughput-speedup-analysis"
25992
25993 -
25994   type: "plot"
25995   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25996   algorithm: "plot_throughput_speedup_analysis"
25997   output-file-type: ".html"
25998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25999   data: "plot-throughput-speedup-analysis-2n-skx"
26000   filter: "'NIC_Intel-XXV710' and
26001            '64B' and
26002            'NDRPDR' and
26003            'ETH' and
26004            ('L2BDMACLRN' or 'L2XCFWD') and
26005            'VHOST_1024' and
26006            not 'CFS_OPT' and
26007            not 'VXLAN' and
26008            not 'IP4FWD' and
26009            not 'DOT1Q'"
26010   parameters:
26011   - "throughput"
26012   - "parent"
26013   - "tags"
26014   sort:
26015   - "1VM"
26016   - "L2XCFWD"
26017   - "1VM"
26018   - "L2BDMACLRN"
26019   layout:
26020     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
26021     layout: "plot-throughput-speedup-analysis"
26022
26023 ################################################################################
26024
26025 # Speedup - VPP vts 3n-hsw-x520
26026 -
26027   type: "plot"
26028   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26029   algorithm: "plot_throughput_speedup_analysis"
26030   output-file-type: ".html"
26031   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26032   data: "plot-throughput-speedup-analysis-3n-hsw"
26033   filter: "'NIC_Intel-X520-DA2' and
26034            '114B' and
26035            'NDRPDR' and
26036            'VTS'"
26037   parameters:
26038   - "throughput"
26039   - "parent"
26040   - "tags"
26041   layout:
26042     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26043     layout: "plot-throughput-speedup-analysis"
26044
26045 -
26046   type: "plot"
26047   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26048   algorithm: "plot_throughput_speedup_analysis"
26049   output-file-type: ".html"
26050   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26051   data: "plot-throughput-speedup-analysis-3n-hsw"
26052   filter: "'NIC_Intel-X520-DA2' and
26053            '114B' and
26054            'NDRPDR' and
26055            'VTS'"
26056   parameters:
26057   - "throughput"
26058   - "parent"
26059   - "tags"
26060   layout:
26061     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26062     layout: "plot-throughput-speedup-analysis"