f3792189164fb3134d43f897cccec27a3e3c0158
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
43     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
44     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
45     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
46     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
47
48     # Detailed test configurations
49     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
50     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
51     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
52     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
53     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
54     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
55     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
56     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
57     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
58     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
59
60     # Detailed tests operational data
61     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
62     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
63     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
64     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
65
66     # .css patch file to fix tables generated by Sphinx
67     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
68     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
69
70   urls:
71     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
72     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
73     URL[NEXUS]: "https://docs.fd.io/csit"
74     DIR[NEXUS]: "report/_static/archive"
75
76   make-dirs:
77   # List the directories which are created while preparing the environment.
78   # All directories MUST be defined in "paths" section.
79   - "DIR[WORKING,DATA]"
80   - "DIR[STATIC,VPP]"
81   - "DIR[STATIC,DPDK]"
82   - "DIR[STATIC,ARCH]"
83   - "DIR[BUILD,LATEX]"
84   - "DIR[WORKING,SRC]"
85   - "DIR[WORKING,SRC,STATIC]"
86
87   remove-dirs:
88   # List the directories which are deleted while cleaning the environment.
89   # All directories MUST be defined in "paths" section.
90   #- "DIR[BUILD,HTML]"
91   - "DIR[WORKING,DATA]"
92
93   build-dirs:
94   # List the directories where the results (build) is stored.
95   # All directories MUST be defined in "paths" section.
96   - "DIR[BUILD,HTML]"
97   - "DIR[BUILD,LATEX]"
98
99 -
100   type: "configuration"
101
102   limits:
103     nic:
104       x520: 24460000
105       x710: 35800000
106       xxv710: 35800000
107       xl710: 35800000
108
109     link:
110       10ge: 14880952.38
111       25ge: 37202380.95
112       40ge: 59523809.52
113       100ge: 148809523.81
114
115     pci:
116       pci-g3-x8: 74404761.90
117       pci-g3-x16: 148809523.81
118
119   data-sets:
120
121     # VPP Performance
122     vpp-performance-changes:
123       csit-vpp-perf-1804-all:
124       - 21  # sel
125       - 22  # sel
126       - 23  # sel
127       - 24  # sel
128       - 27  # sel
129       - 28  # sel
130       - 29  # sel
131       - 30  # sel
132       - 31  # sel
133       - 35  # sel
134       csit-vpp-perf-verify-1807-3n-hsw:
135       - 11  # NDRPDR full 1
136       - 22  # NDRPDR full 2
137       - 45  # NDRPDR full 3
138       - 46  # NDRPDR full 4
139       - 15  # NDRPDR sel
140       - 16  # NDRPDR sel
141       - 19  # NDRPDR sel
142       - 18  # NDRPDR sel
143       - 20  # NDRPDR sel
144       - 38  # NDRPDR sel
145       - 40  # NDRPDR sel
146       - 44  # NDRPDR sel
147       - 47  # NDRPDR sel
148       csit-vpp-perf-verify-1810-3n-hsw:
149       # TODO: Add data
150       - 8   # NDRPDR sel
151       - 12  # NDRPDR sel
152       - 14  # NDRPDR sel
153       - 18  # NDRPDR sel
154       - 23  # NDRPDR sel
155       - 25  # NDRPDR sel
156
157     vpp-compare-testbeds:
158       csit-vpp-perf-verify-1810-3n-hsw:
159       # TODO: Add data
160       - 8   # NDRPDR sel
161       - 12  # NDRPDR sel
162       - 14  # NDRPDR sel
163       - 18  # NDRPDR sel
164       - 23  # NDRPDR sel
165       - 25  # NDRPDR sel
166       csit-vpp-perf-verify-1810-3n-skx:
167       - 24  # NDRPDR full
168       - 10  # NDRPDR sel
169       - 14  # NDRPDR sel
170       - 15  # NDRPDR sel
171       - 16  # NDRPDR sel
172       - 17  # NDRPDR sel
173       - 19  # NDRPDR sel
174       - 20  # NDRPDR sel
175       - 21  # NDRPDR sel
176       - 22  # NDRPDR sel
177       - 25  # NDRPDR sel
178
179     vpp-compare-testbeds-mrr:
180       csit-vpp-perf-verify-1810-3n-hsw:
181       # TODO: Add data
182       - 9   # MRR sel
183       csit-vpp-perf-verify-1810-3n-skx:
184       # TODO: Add data
185       - 9   # MRR sel
186       - 11  # MRR sel
187       - 12  # MRR sel
188       - 13  # MRR sel
189
190     vpp-performance-changes-mrr:
191       csit-vpp-perf-check-1804:
192       - 6   # mrr - sel
193       - 13  # mrr - sel
194       - 14  # mrr - sel
195       - 15  # mrr - sel
196       - 16  # mrr - sel
197       - 17  # mrr - sel
198       - 19  # mrr - sel
199       - 20  # mrr - sel
200       - 21  # mrr - sel
201       - 22  # mrr - sel
202       csit-vpp-perf-verify-1807-3n-hsw:
203       - 8   # MRR full
204       - 9   # MRR sel
205       - 21  # MRR sel
206       - 31  # MRR sel
207       - 33  # MRR sel
208       - 36  # MRR sel
209       - 41  # MRR sel
210       - 42  # MRR sel
211       - 48  # MRR sel
212       csit-vpp-perf-verify-1810-3n-hsw:
213       # TODO: Add data
214       - 9   # MRR sel
215
216     vpp-perf-results-3n-hsw:
217       csit-vpp-perf-verify-1810-3n-hsw:
218       # TODO: Add data
219       - 20  # NDRPDR full
220       - 21  # NDRPDR full
221       - 22  # NDRPDR full
222
223     vpp-perf-results-3n-skx:
224       csit-vpp-perf-verify-1810-3n-skx:
225       - 23  # NDRPDR full
226       - 24  # NDRPDR full
227
228     vpp-perf-results-2n-skx:
229       csit-vpp-perf-verify-1810-2n-skx:
230       - 25  # NDRPDR full
231       - 26  # NDRPDR full
232
233     vpp-mrr-results-3n-hsw:
234       csit-vpp-perf-verify-1810-3n-hsw:
235       # TODO: Replace with full
236       - 9   # MRR sel
237
238     vpp-mrr-results-3n-skx:
239       csit-vpp-perf-verify-1810-3n-skx:
240       # TODO: Replace with full
241       - 9   # MRR sel
242
243     vpp-mrr-results-2n-skx:
244       csit-vpp-perf-verify-1810-2n-skx:
245       # TODO: Replace with full
246       - 8   # MRR sel
247
248     plot-throughput-speedup-analysis-3n-hsw:
249       csit-vpp-perf-verify-1810-3n-hsw:
250       # TODO: Add data
251       - 8   # NDRPDR sel
252       - 12  # NDRPDR sel
253       - 14  # NDRPDR sel
254       - 18  # NDRPDR sel
255       - 23  # NDRPDR sel
256       - 25  # NDRPDR sel
257
258     plot-throughput-speedup-analysis-3n-skx:
259       csit-vpp-perf-verify-1810-3n-skx:
260       - 24  # NDRPDR full
261       - 10  # NDRPDR sel
262       - 14  # NDRPDR sel
263       - 15  # NDRPDR sel
264       - 16  # NDRPDR sel
265       - 17  # NDRPDR sel
266       - 19  # NDRPDR sel
267       - 20  # NDRPDR sel
268       - 21  # NDRPDR sel
269       - 22  # NDRPDR sel
270       - 25  # NDRPDR sel
271
272     plot-throughput-speedup-analysis-2n-skx:
273       csit-vpp-perf-verify-1810-2n-skx:
274       - 9   # NDRPDR sel
275       - 13  # NDRPDR sel
276       - 14  # NDRPDR sel
277       - 19  # NDRPDR sel
278       - 20  # NDRPDR sel
279       - 21  # NDRPDR sel
280       - 22  # NDRPDR sel
281       - 23  # NDRPDR sel
282       - 24  # NDRPDR sel
283       - 27  # NDRPDR sel
284
285     plot-vpp-throughput-latency-3n-hsw:
286       csit-vpp-perf-verify-1810-3n-hsw:
287       # TODO: Add data
288       - 8   # NDRPDR sel
289       - 12  # NDRPDR sel
290       - 14  # NDRPDR sel
291       - 18  # NDRPDR sel
292       - 23  # NDRPDR sel
293       - 25  # NDRPDR sel
294
295     plot-vpp-throughput-latency-3n-skx:
296       csit-vpp-perf-verify-1810-3n-skx:
297       - 24  # NDRPDR full
298       - 10  # NDRPDR sel
299       - 14  # NDRPDR sel
300       - 15  # NDRPDR sel
301       - 16  # NDRPDR sel
302       - 17  # NDRPDR sel
303       - 19  # NDRPDR sel
304       - 20  # NDRPDR sel
305       - 21  # NDRPDR sel
306       - 22  # NDRPDR sel
307       - 25  # NDRPDR sel
308
309     plot-vpp-throughput-latency-2n-skx:
310       csit-vpp-perf-verify-1810-2n-skx:
311       - 9   # NDRPDR sel
312       - 13  # NDRPDR sel
313       - 14  # NDRPDR sel
314       - 19  # NDRPDR sel
315       - 20  # NDRPDR sel
316       - 21  # NDRPDR sel
317       - 22  # NDRPDR sel
318       - 23  # NDRPDR sel
319       - 24  # NDRPDR sel
320       - 27  # NDRPDR sel
321
322     plot-vpp-http-server-performance:
323       csit-vpp-perf-verify-1810-3n-hsw:
324       - 28  # WRK
325       - 29  # WRK
326       - 30  # WRK
327       - 31  # WRK
328       - 32  # WRK
329       - 33  # WRK
330       - 34  # WRK
331       - 35  # WRK
332       - 36  # WRK
333       - 37  # WRK
334
335     # VPP Functional
336     vpp-func-results-ubuntu:
337       csit-vpp-functional-1810-ubuntu1604-virl:
338       - 44
339
340     vpp-func-results-centos:
341       csit-vpp-functional-1810-centos7-virl:
342       - 44
343
344     vpp-device-results-ubuntu:
345       csit-vpp-device-1810-ubuntu1804-1n-skx:
346       - 2
347
348     # VPP Ligato
349     ligato-perf-results-3n-hsw:
350       # TODO: Replace with 1810 data:
351       csit-ligato-perf-1807-all:
352       - 3   # full ?
353
354     plot-ligato-throughput-speedup-analysis-3n-hsw:
355       # TODO: Replace with 1810 data:
356       csit-ligato-perf-1807-all:
357       - 3   # full ?
358       - 4   # sel
359
360     plot-ligato-throughput-latency-3n-hsw:
361       # TODO: Replace with 1810 data:
362       csit-ligato-perf-1807-all:
363       - 3   # full ?
364       - 4   # sel
365
366     # DPDK Performance
367     dpdk-performance-changes:
368       csit-dpdk-perf-1804-all:
369       - 4
370       - 5
371       - 6
372       - 7
373       - 8
374       - 9
375       - 10
376       - 11
377       - 12
378       - 13
379       csit-dpdk-perf-verify-1807-3n-hsw:
380       - 11
381       - 12  # full
382       - 14
383       - 15
384       - 16
385       - 17
386       - 20
387       - 21
388       - 22
389       - 23
390       csit-dpdk-perf-verify-1810-3n-hsw:
391       - 1   # NDRPDR sel
392       - 2   # NDRPDR sel
393       - 3   # NDRPDR sel
394       - 4   # NDRPDR sel
395       - 5   # NDRPDR sel
396       - 6   # NDRPDR sel
397       - 7   # NDRPDR sel
398       - 8   # NDRPDR sel
399       - 9   # NDRPDR sel
400       - 10  # NDRPDR sel
401
402     dpdk-compare-testbeds:
403       csit-dpdk-perf-verify-1810-3n-skx:
404       - 3   # NDRPDR sel
405       - 4   # NDRPDR sel
406       - 6   # NDRPDR sel
407       - 7   # NDRPDR sel
408       - 8   # NDRPDR sel
409       - 9   # NDRPDR sel
410       - 10  # NDRPDR sel
411       - 11  # NDRPDR sel
412       - 12  # NDRPDR sel
413       - 13  # NDRPDR sel
414       csit-dpdk-perf-verify-1810-3n-hsw:
415       - 1   # NDRPDR sel
416       - 2   # NDRPDR sel
417       - 3   # NDRPDR sel
418       - 4   # NDRPDR sel
419       - 5   # NDRPDR sel
420       - 6   # NDRPDR sel
421       - 7   # NDRPDR sel
422       - 8   # NDRPDR sel
423       - 9   # NDRPDR sel
424       - 10  # NDRPDR sel
425
426     dpdk-perf-results-3n-hsw:
427       csit-dpdk-perf-verify-1810-3n-hsw:
428       - 1
429
430     dpdk-perf-results-3n-skx:
431       csit-dpdk-perf-verify-1810-3n-skx:
432       - 3   # NDRPDR sel
433
434     dpdk-perf-results-2n-skx:
435       csit-dpdk-perf-verify-1810-2n-skx:
436       - 3
437
438     plot-dpdk-throughput-latency-3n-hsw:
439       csit-dpdk-perf-verify-1810-3n-hsw:
440       - 1   # NDRPDR sel
441       - 2   # NDRPDR sel
442       - 3   # NDRPDR sel
443       - 4   # NDRPDR sel
444       - 5   # NDRPDR sel
445       - 6   # NDRPDR sel
446       - 7   # NDRPDR sel
447       - 8   # NDRPDR sel
448       - 9   # NDRPDR sel
449       - 10  # NDRPDR sel
450
451     plot-dpdk-throughput-latency-3n-skx:
452       csit-dpdk-perf-verify-1810-3n-skx:
453       - 3   # NDRPDR sel
454       - 4   # NDRPDR sel
455       - 6   # NDRPDR sel
456       - 7   # NDRPDR sel
457       - 8   # NDRPDR sel
458       - 9   # NDRPDR sel
459       - 10  # NDRPDR sel
460       - 11  # NDRPDR sel
461       - 12  # NDRPDR sel
462       - 13  # NDRPDR sel
463
464     plot-dpdk-throughput-latency-2n-skx:
465       csit-dpdk-perf-verify-1810-2n-skx:
466       - 3   # NDRPDR sel
467       - 4   # NDRPDR sel
468       - 5   # NDRPDR sel
469       - 7   # NDRPDR sel
470       - 8   # NDRPDR sel
471       - 9   # NDRPDR sel
472       - 10  # NDRPDR sel
473       - 11  # NDRPDR sel
474       - 12  # NDRPDR sel
475       - 13  # NDRPDR sel
476
477     # HoneyComb Functional
478     hc-func-results:
479       csit-hc2vpp-verify-func-1810-ubuntu1604:
480       - 1
481
482     # NSH SFC Functional
483     nsh-func-results:
484       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
485       - 1
486
487     # DMM Functional
488     dmm-func-results:
489       csit-dmm-functional-1810-ubuntu1604-virl:
490       - 1
491
492   plot-layouts:
493
494     plot-cps:
495       titlefont:
496         size: 18
497       xaxis:
498         title: "<b>Test Cases [Index]</b>"
499         titlefont:
500           size: 16
501         autorange: True
502         fixedrange: False
503         gridcolor: "rgb(230, 230, 230)"
504         linecolor: "rgb(220, 220, 220)"
505         linewidth: 1
506         showgrid: True
507         showline: True
508         showticklabels: True
509         tickcolor: "rgb(220, 220, 220)"
510         tickmode: "linear"
511         tickfont:
512           size: 16
513         zeroline: False
514       yaxis:
515         title: "<b>Connections Per Second [cps]</b>"
516         titlefont:
517           size: 16
518         gridcolor: "rgb(230, 230, 230)"
519         hoverformat: ".4s"
520         linecolor: "rgb(220, 220, 220)"
521         linewidth: 1
522         rangemode: "tozero"
523         showgrid: True
524         showline: True
525         showticklabels: True
526         tickcolor: "rgb(220, 220, 220)"
527         tickformat: ".3s"
528         tickfont:
529           size: 16
530         zeroline: False
531       boxmode: "group"
532       boxgroupgap: 0.5
533       autosize: False
534       margin:
535         t: 50
536         b: 20
537         l: 80
538         r: 20
539       showlegend: True
540       legend:
541         orientation: "h"
542         font:
543           size: 16
544       width: 700
545       height: 800
546
547     plot-rps:
548       titlefont:
549         size: 18
550       xaxis:
551         title: "<b>Test Cases [Index]</b>"
552         titlefont:
553           size: 16
554         autorange: True
555         fixedrange: False
556         gridcolor: "rgb(230, 230, 230)"
557         linecolor: "rgb(220, 220, 220)"
558         linewidth: 1
559         showgrid: True
560         showline: True
561         showticklabels: True
562         tickcolor: "rgb(220, 220, 220)"
563         tickmode: "linear"
564         tickfont:
565           size: 16
566         zeroline: False
567       yaxis:
568         title: "<b>Requests Per Second [rps]</b>"
569         titlefont:
570           size: 16
571         gridcolor: "rgb(230, 230, 230)"
572         hoverformat: ".4s"
573         linecolor: "rgb(220, 220, 220)"
574         linewidth: 1
575         rangemode: "tozero"
576         showgrid: True
577         showline: True
578         showticklabels: True
579         tickcolor: "rgb(230, 230, 230)"
580         tickformat: ".3s"
581         tickfont:
582           size: 16
583         zeroline: False
584       boxmode: "group"
585       boxgroupgap: 0.5
586       autosize: False
587       margin:
588         t: 50
589         b: 20
590         l: 80
591         r: 20
592       showlegend: True
593       legend:
594         orientation: "h"
595         font:
596           size: 16
597       width: 700
598       height: 800
599
600     plot-throughput:
601       titlefont:
602         size: 18
603       xaxis:
604         title: "<b>Test Cases [Index]</b>"
605         titlefont:
606           size: 16
607         autorange: True
608         fixedrange: False
609         gridcolor: "rgb(230, 230, 230)"
610         linecolor: "rgb(220, 220, 220)"
611         linewidth: 1
612         showgrid: True
613         showline: True
614         showticklabels: True
615         tickcolor: "rgb(220, 220, 220)"
616         tickmode: "linear"
617         tickfont:
618           size: 16
619         zeroline: False
620       yaxis:
621         title: "<b>Packet Throughput [Mpps]</b>"
622         titlefont:
623           size: 16
624         gridcolor: "rgb(230, 230, 230)"
625         hoverformat: ".4s"
626         tickformat: ".3s"
627         linecolor: "rgb(220, 220, 220)"
628         linewidth: 1
629         showgrid: True
630         showline: True
631         showticklabels: True
632         tickcolor: "rgb(220, 220, 220)"
633         tickfont:
634           size: 16
635         zeroline: False
636         range: [0,50]
637       boxmode: "group"
638       boxgroupgap: 0.5
639       autosize: False
640       margin:
641         t: 50
642         b: 20
643         l: 80
644         r: 20
645       showlegend: True
646       legend:
647         orientation: "h"
648         font:
649           size: 16
650       width: 700
651       height: 800
652
653     plot-throughput-speedup-analysis:
654       titlefont:
655         size: 18
656       xaxis:
657         title: "<b>Number of Cores [Qty]</b>"
658         titlefont:
659           size: 16
660         autorange: True
661         fixedrange: False
662         gridcolor: "rgb(230, 230, 230)"
663         linecolor: "rgb(220, 220, 220)"
664         linewidth: 1
665         showgrid: True
666         showline: True
667         showticklabels: True
668         tickcolor: "rgb(238, 238, 238)"
669         tickmode: "linear"
670         tickfont:
671           size: 16
672         zeroline: False
673       yaxis:
674         title: "<b>Packet Throughput [Mpps]</b>"
675         titlefont:
676           size: 16
677         type: "linear"
678         gridcolor: "rgb(230, 230, 230)"
679         hoverformat: ".4s"
680         linecolor: "rgb(220, 220, 220)"
681         linewidth: 1
682         showgrid: True
683         showline: True
684         showticklabels: True
685         tickcolor: "rgb(220, 220, 220)"
686         tickformat: ".4s"
687         tickfont:
688           size: 16
689         zeroline: True
690         rangemode: "tozero"
691         # range: [0,100]
692       legend:
693         orientation: "h"
694         font:
695           size: 16
696         xanchor: "left"
697         yanchor: "top"
698         x: 0
699         y: -0.2
700         bgcolor: "rgba(255, 255, 255, 0)"
701         bordercolor: "rgba(255, 255, 255, 0)"
702         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
703       autosize: False
704       margin:
705           't': 50
706           'b': 150
707           'l': 85
708           'r': 10
709       showlegend: True
710       width: 700
711       height: 700
712       hoverlabel:
713         namelength: -1
714       annotations: [
715         {
716           text: "_ _          __          ...",
717           align: "left",
718           showarrow: False,
719           xref: "paper",
720           yref: "paper",
721           xanchor: "left",
722           yanchor: "top",
723           x: 0,
724           y: -0.125,
725           font: {
726             family: "Consolas, Courier New",
727             size: 15
728           },
729         },
730         {
731           text: "    perfect     measured     limit",
732           align: "left",
733           showarrow: False,
734           xref: "paper",
735           yref: "paper",
736           xanchor: "left",
737           yanchor: "top",
738           x: 0,
739           y: -0.14,
740           font: {
741             family: "Consolas, Courier New",
742             size: 15
743           },
744         },
745       ]
746
747     plot-latency:
748       titlefont:
749         size: 18
750       xaxis:
751         title: "<b>Direction</b>"
752         titlefont:
753           size: 16
754         autorange: True
755         fixedrange: False
756         gridcolor: "rgb(230, 230, 230)"
757         linecolor: "rgb(220, 220, 220)"
758         linewidth: 1
759         showgrid: True
760         showline: True
761         showticklabels: False
762         tickcolor: "rgb(220, 220, 220)"
763         tickmode: "linear"
764         tickfont:
765           size: 16
766         zeroline: False
767       yaxis:
768         title: "<b>Packet Latency [uSec]</b>"
769         titlefont:
770           size: 16
771         type: "linear"
772         gridcolor: "rgb(230, 230, 230)"
773         hoverformat: ".4s"
774         linecolor: "rgb(220, 220, 220)"
775         linewidth: 1
776         showgrid: True
777         showline: True
778         showticklabels: True
779         tickcolor: "rgb(220, 220, 220)"
780         tickformat: ".4s"
781         tickfont:
782           size: 16
783         zeroline: True
784         rangemode: "tozero"
785       legend:
786         orientation: "h"
787         font:
788           size: 16
789         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
790       autosize: False
791       margin:
792           't': 50
793           'b': 150
794           'l': 80
795           'r': 10
796       showlegend: True
797       width: 700
798       height: 700
799       hoverlabel:
800         namelength: -1
801
802 -
803   type: "static"
804   src-path: "{DIR[RST]}"
805   dst-path: "{DIR[WORKING,SRC]}"
806
807 -
808   type: "input"
809   general:
810     file-name: "robot-plugin.zip"
811     file-format: ".zip"
812     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
813     extract: "robot-plugin/output.xml"
814
815   builds:
816
817     csit-vpp-perf-1804-all:
818     - 21  # sel
819     - 22  # sel
820     - 23  # sel
821     - 24  # sel
822     - 27  # sel
823     - 28  # sel
824     - 29  # sel
825     - 30  # sel
826     - 31  # sel
827     - 35  # sel
828     csit-vpp-perf-verify-1807-3n-hsw:
829     - 8   # MRR full
830     - 9   # MRR sel
831     - 21  # MRR sel
832     - 31  # MRR sel
833     - 33  # MRR sel
834     - 36  # MRR sel
835     - 41  # MRR sel
836     - 42  # MRR sel
837     - 48  # MRR sel
838     - 11  # NDRPDR full 1
839     - 22  # NDRPDR full 2
840     - 45  # NDRPDR full 3
841     - 46  # NDRPDR full 4
842     - 15  # NDRPDR sel
843     - 16  # NDRPDR sel
844     - 19  # NDRPDR sel
845     - 18  # NDRPDR sel
846     - 20  # NDRPDR sel
847     - 38  # NDRPDR sel
848     - 40  # NDRPDR sel
849     - 44  # NDRPDR sel
850     - 47  # NDRPDR sel
851     - 24  # WRK
852     - 25  # WRK
853     - 23  # WRK
854     - 26  # WRK
855     - 27  # WRK
856     - 28  # WRK
857     - 29  # WRK
858     - 30  # WRK
859     - 32  # WRK
860     - 35  # WRK
861     # TODO: Add data:
862     csit-vpp-perf-verify-1810-3n-hsw:
863     - 9   # MRR sel
864     - 20  # NDRPDR full
865     - 21  # NDRPDR full
866     - 22  # NDRPDR full
867     - 8   # NDRPDR sel
868     - 12  # NDRPDR sel
869     - 14  # NDRPDR sel
870     - 18  # NDRPDR sel
871     - 23  # NDRPDR sel
872     - 25  # NDRPDR sel
873     - 28  # WRK
874     - 29  # WRK
875     - 30  # WRK
876     - 31  # WRK
877     - 32  # WRK
878     - 33  # WRK
879     - 34  # WRK
880     - 35  # WRK
881     - 36  # WRK
882     - 37  # WRK
883     csit-vpp-perf-verify-1807-3n-skx:
884     - 31  # MRR full
885     - 28  # MRR sel
886     - 32  # MRR sel
887     - 36  # MRR sel
888     - 42  # MRR sel
889     - 47  # MRR sel
890     - 48  # MRR sel
891     - 51  # MRR sel
892     - 52  # MRR sel
893     - 53  # MRR sel
894     - 54  # MRR sel
895     - 40  # NDRPDR full 1
896     - 41  # NDRPDR full 2
897     - 33  # NDRPDR sel
898     - 35  # NDRPDR sel
899     - 37  # NDRPDR sel
900     - 38  # NDRPDR sel
901     - 39  # NDRPDR sel
902     - 43  # NDRPDR sel
903     - 44  # NDRPDR sel
904     - 49  # NDRPDR sel
905     - 50  # NDRPDR sel
906     - 56  # NDRPDR sel
907     # TODO: Add data:
908     csit-vpp-perf-verify-1810-3n-skx:
909     - 9   # MRR sel
910     - 11  # MRR sel
911     - 12  # MRR sel
912     - 13  # MRR sel
913     - 23  # NDRPDR full
914     - 24  # NDRPDR full
915     - 10  # NDRPDR sel
916     - 14  # NDRPDR sel
917     - 15  # NDRPDR sel
918     - 16  # NDRPDR sel
919     - 17  # NDRPDR sel
920     - 19  # NDRPDR sel
921     - 20  # NDRPDR sel
922     - 21  # NDRPDR sel
923     - 22  # NDRPDR sel
924     - 25  # NDRPDR sel
925     csit-vpp-perf-verify-1807-2n-skx:
926     - 27  # MRR full
927     - 31  # MRR sel
928     - 33  # MRR sel
929     - 37  # MRR sel
930     - 38  # MRR sel
931     - 41  # MRR sel
932     - 43  # MRR sel
933     - 44  # MRR sel
934     - 45  # MRR sel
935     - 46  # MRR sel
936     - 47  # MRR sel
937     - 32  # NDRPDR full
938     - 26  # NDRPDR sel
939     - 28  # NDRPDR sel
940     - 29  # NDRPDR sel
941     - 30  # NDRPDR sel
942     - 34  # NDRPDR sel
943     - 35  # NDRPDR sel
944     - 36  # NDRPDR sel
945     - 39  # NDRPDR sel
946     - 40  # NDRPDR sel
947     - 42  # NDRPDR sel
948     # TODO: Add data:
949     csit-vpp-perf-verify-1810-2n-skx:
950     - 8   # MRR sel
951     - 10  # MRR sel
952     - 11  # MRR sel
953     - 12  # MRR sel
954     - 25  # NDRPDR full
955     - 26  # NDRPDR full
956     - 9   # NDRPDR sel
957     - 13  # NDRPDR sel
958     - 14  # NDRPDR sel
959     - 19  # NDRPDR sel
960     - 20  # NDRPDR sel
961     - 21  # NDRPDR sel
962     - 22  # NDRPDR sel
963     - 23  # NDRPDR sel
964     - 24  # NDRPDR sel
965     - 27  # NDRPDR sel
966     csit-vpp-perf-check-1804:
967     - 5   # mrr - full
968     - 6   # mrr - sel
969     - 13  # mrr - sel
970     - 14  # mrr - sel
971     - 15  # mrr - sel
972     - 16  # mrr - sel
973     - 17  # mrr - sel
974     - 19  # mrr - sel
975     - 20  # mrr - sel
976     - 21  # mrr - sel
977     - 22  # mrr - sel
978     csit-ligato-perf-1804-all:
979     - 4   # full
980     - 5   # sel
981     - 6   # sel
982     - 7   # sel
983     - 8   # sel
984     - 9   # sel
985     - 10  # sel
986     - 11  # sel
987     - 12  # sel
988     - 13  # sel
989     - 14  # sel
990     csit-ligato-perf-1807-all:
991     - 3   # full ?
992     - 4   # sel
993     csit-dpdk-perf-1804-all:
994     - 4
995     - 5
996     - 6
997     - 7
998     - 8
999     - 9
1000     - 10
1001     - 11
1002     - 12
1003     - 13
1004     csit-dpdk-perf-verify-1807-3n-hsw:
1005     - 11
1006     - 12  # full
1007     - 14
1008     - 15
1009     - 16
1010     - 17
1011     - 20
1012     - 21
1013     - 22
1014     - 23
1015     csit-dpdk-perf-verify-1810-3n-hsw:
1016     - 1   # NDRPDR sel
1017     - 2   # NDRPDR sel
1018     - 3   # NDRPDR sel
1019     - 4   # NDRPDR sel
1020     - 5   # NDRPDR sel
1021     - 6   # NDRPDR sel
1022     - 7   # NDRPDR sel
1023     - 8   # NDRPDR sel
1024     - 9   # NDRPDR sel
1025     - 10  # NDRPDR sel
1026     csit-dpdk-perf-verify-1807-3n-skx:
1027     - 1
1028     - 2
1029     - 3
1030     - 6
1031     - 7
1032     - 8
1033     - 9
1034     - 10
1035     - 11
1036     - 12
1037     csit-dpdk-perf-verify-1810-3n-skx:
1038     - 3   # NDRPDR sel
1039     - 4   # NDRPDR sel
1040     - 6   # NDRPDR sel
1041     - 7   # NDRPDR sel
1042     - 8   # NDRPDR sel
1043     - 9   # NDRPDR sel
1044     - 10  # NDRPDR sel
1045     - 11  # NDRPDR sel
1046     - 12  # NDRPDR sel
1047     - 13  # NDRPDR sel
1048     csit-dpdk-perf-verify-1810-2n-skx:
1049     - 3   # NDRPDR sel
1050     - 4   # NDRPDR sel
1051     - 5   # NDRPDR sel
1052     - 7   # NDRPDR sel
1053     - 8   # NDRPDR sel
1054     - 9   # NDRPDR sel
1055     - 10  # NDRPDR sel
1056     - 11  # NDRPDR sel
1057     - 12  # NDRPDR sel
1058     - 13  # NDRPDR sel
1059
1060     csit-vpp-functional-1810-ubuntu1604-virl:
1061     - 44
1062     csit-vpp-functional-1810-centos7-virl:
1063     - 44
1064     csit-vpp-device-1810-ubuntu1804-1n-skx:
1065     - 2
1066     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1067     - 1
1068     csit-dmm-functional-1810-ubuntu1604-virl:
1069     - 1
1070     csit-hc2vpp-verify-func-1810-ubuntu1604:
1071     - 1
1072
1073 -
1074   type: "output"
1075   output: "report"
1076   format:
1077     html:
1078     - full
1079     pdf:
1080     - minimal
1081
1082 ################################################################################
1083 ###                               T A B L E S                                ###
1084 ################################################################################
1085
1086 ################################################################################
1087 # VPP
1088
1089 # VPP Performance Changes 1t1c pdr
1090 -
1091   type: "table"
1092   title: "VPP Performance Changes 1t1c pdr"
1093   algorithm: "table_performance_comparison"
1094   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
1095   history:
1096     -
1097       title: "rls1804"
1098       data:
1099         csit-vpp-perf-1804-all:
1100         - 21  # sel
1101         - 22  # sel
1102         - 23  # sel
1103         - 24  # sel
1104         - 27  # sel
1105         - 28  # sel
1106         - 29  # sel
1107         - 30  # sel
1108         - 31  # sel
1109         - 35  # sel
1110   reference:
1111     title: "rls1807"
1112     data:
1113       csit-vpp-perf-verify-1807-3n-hsw:
1114       - 11  # NDRPDR full 1
1115       - 22  # NDRPDR full 2
1116       - 45  # NDRPDR full 3
1117       - 46  # NDRPDR full 4
1118       - 15  # NDRPDR sel
1119       - 16  # NDRPDR sel
1120       - 19  # NDRPDR sel
1121       - 18  # NDRPDR sel
1122       - 20  # NDRPDR sel
1123       - 38  # NDRPDR sel
1124       - 40  # NDRPDR sel
1125       - 44  # NDRPDR sel
1126       - 47  # NDRPDR sel
1127   compare:
1128     title: "rls1810"
1129     data:
1130       csit-vpp-perf-verify-1810-3n-hsw:
1131       - 8   # NDRPDR sel
1132       - 12  # NDRPDR sel
1133       - 14  # NDRPDR sel
1134       - 18  # NDRPDR sel
1135       - 23  # NDRPDR sel
1136       - 25  # NDRPDR sel
1137   data: "vpp-performance-changes"
1138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1139   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1140   parameters:
1141   - "name"
1142   - "parent"
1143   - "throughput"
1144
1145 # VPP Performance Changes 2t2c pdr
1146 -
1147   type: "table"
1148   title: "VPP Performance Changes 2t2c pdr"
1149   algorithm: "table_performance_comparison"
1150   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
1151   history:
1152     -
1153       title: "rls1804"
1154       data:
1155         csit-vpp-perf-1804-all:
1156         - 21  # sel
1157         - 22  # sel
1158         - 23  # sel
1159         - 24  # sel
1160         - 27  # sel
1161         - 28  # sel
1162         - 29  # sel
1163         - 30  # sel
1164         - 31  # sel
1165         - 35  # sel
1166   reference:
1167     title: "rls1807"
1168     data:
1169       csit-vpp-perf-verify-1807-3n-hsw:
1170       - 11  # NDRPDR full 1
1171       - 22  # NDRPDR full 2
1172       - 45  # NDRPDR full 3
1173       - 46  # NDRPDR full 4
1174       - 15  # NDRPDR sel
1175       - 16  # NDRPDR sel
1176       - 19  # NDRPDR sel
1177       - 18  # NDRPDR sel
1178       - 20  # NDRPDR sel
1179       - 38  # NDRPDR sel
1180       - 40  # NDRPDR sel
1181       - 44  # NDRPDR sel
1182       - 47  # NDRPDR sel
1183   compare:
1184     title: "rls1810"
1185     data:
1186       csit-vpp-perf-verify-1810-3n-hsw:
1187       - 8   # NDRPDR sel
1188       - 12  # NDRPDR sel
1189       - 14  # NDRPDR sel
1190       - 18  # NDRPDR sel
1191       - 23  # NDRPDR sel
1192       - 25  # NDRPDR sel
1193   data: "vpp-performance-changes"
1194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1195   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1196   parameters:
1197   - "name"
1198   - "parent"
1199   - "throughput"
1200
1201 # VPP Performance Changes 1t1c ndr
1202 -
1203   type: "table"
1204   title: "VPP Performance Changes 1t1c ndr"
1205   algorithm: "table_performance_comparison"
1206   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1207   history:
1208     -
1209       title: "rls1804"
1210       data:
1211         csit-vpp-perf-1804-all:
1212         - 21  # sel
1213         - 22  # sel
1214         - 23  # sel
1215         - 24  # sel
1216         - 27  # sel
1217         - 28  # sel
1218         - 29  # sel
1219         - 30  # sel
1220         - 31  # sel
1221         - 35  # sel
1222   reference:
1223     title: "rls1807"
1224     data:
1225       csit-vpp-perf-verify-1807-3n-hsw:
1226       - 11  # NDRPDR full 1
1227       - 22  # NDRPDR full 2
1228       - 45  # NDRPDR full 3
1229       - 46  # NDRPDR full 4
1230       - 15  # NDRPDR sel
1231       - 16  # NDRPDR sel
1232       - 19  # NDRPDR sel
1233       - 18  # NDRPDR sel
1234       - 20  # NDRPDR sel
1235       - 38  # NDRPDR sel
1236       - 40  # NDRPDR sel
1237       - 44  # NDRPDR sel
1238       - 47  # NDRPDR sel
1239   compare:
1240     title: "rls1810"
1241     data:
1242       csit-vpp-perf-verify-1810-3n-hsw:
1243       - 8   # NDRPDR sel
1244       - 12  # NDRPDR sel
1245       - 14  # NDRPDR sel
1246       - 18  # NDRPDR sel
1247       - 23  # NDRPDR sel
1248       - 25  # NDRPDR sel
1249   data: "vpp-performance-changes"
1250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1251   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1252   parameters:
1253   - "name"
1254   - "parent"
1255   - "throughput"
1256
1257 # VPP Performance Changes 2t2c ndr
1258 -
1259   type: "table"
1260   title: "VPP Performance Changes 2t2c ndr"
1261   algorithm: "table_performance_comparison"
1262   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1263   history:
1264     -
1265       title: "rls1804"
1266       data:
1267         csit-vpp-perf-1804-all:
1268         - 21  # sel
1269         - 22  # sel
1270         - 23  # sel
1271         - 24  # sel
1272         - 27  # sel
1273         - 28  # sel
1274         - 29  # sel
1275         - 30  # sel
1276         - 31  # sel
1277         - 35  # sel
1278   reference:
1279     title: "rls1807"
1280     data:
1281       csit-vpp-perf-verify-1807-3n-hsw:
1282       - 11  # NDRPDR full 1
1283       - 22  # NDRPDR full 2
1284       - 45  # NDRPDR full 3
1285       - 46  # NDRPDR full 4
1286       - 15  # NDRPDR sel
1287       - 16  # NDRPDR sel
1288       - 19  # NDRPDR sel
1289       - 18  # NDRPDR sel
1290       - 20  # NDRPDR sel
1291       - 38  # NDRPDR sel
1292       - 40  # NDRPDR sel
1293       - 44  # NDRPDR sel
1294       - 47  # NDRPDR sel
1295   compare:
1296     title: "rls1810"
1297     data:
1298       csit-vpp-perf-verify-1810-3n-hsw:
1299       - 8   # NDRPDR sel
1300       - 12  # NDRPDR sel
1301       - 14  # NDRPDR sel
1302       - 18  # NDRPDR sel
1303       - 23  # NDRPDR sel
1304       - 25  # NDRPDR sel
1305   data: "vpp-performance-changes"
1306   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1307   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1308   parameters:
1309   - "name"
1310   - "parent"
1311   - "throughput"
1312
1313 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1314 -
1315   type: "table"
1316   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1317   algorithm: "table_performance_comparison"
1318   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1319   reference:
1320     title: "3-Node Hsw"
1321     data:
1322       csit-vpp-perf-verify-1810-3n-hsw:
1323       - 8   # NDRPDR sel
1324       - 12  # NDRPDR sel
1325       - 14  # NDRPDR sel
1326       - 18  # NDRPDR sel
1327       - 23  # NDRPDR sel
1328       - 25  # NDRPDR sel
1329   compare:
1330     title: "3-Node Skx"
1331     data:
1332       csit-vpp-perf-verify-1810-3n-skx:
1333       - 10  # NDRPDR sel
1334       - 14  # NDRPDR sel
1335       - 15  # NDRPDR sel
1336       - 16  # NDRPDR sel
1337       - 17  # NDRPDR sel
1338       - 19  # NDRPDR sel
1339       - 20  # NDRPDR sel
1340       - 21  # NDRPDR sel
1341       - 22  # NDRPDR sel
1342       - 25  # NDRPDR sel
1343   data: "vpp-compare-testbeds"
1344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1345   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1346   parameters:
1347   - "name"
1348   - "parent"
1349   - "throughput"
1350
1351 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1352 -
1353   type: "table"
1354   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1355   algorithm: "table_performance_comparison"
1356   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1357   reference:
1358     title: "3-Node Hsw"
1359     data:
1360       csit-vpp-perf-verify-1810-3n-hsw:
1361       - 8   # NDRPDR sel
1362       - 12  # NDRPDR sel
1363       - 14  # NDRPDR sel
1364       - 18  # NDRPDR sel
1365       - 23  # NDRPDR sel
1366       - 25  # NDRPDR sel
1367   compare:
1368     title: "3-Node Skx"
1369     data:
1370       csit-vpp-perf-verify-1810-3n-skx:
1371       - 10  # NDRPDR sel
1372       - 14  # NDRPDR sel
1373       - 15  # NDRPDR sel
1374       - 16  # NDRPDR sel
1375       - 17  # NDRPDR sel
1376       - 19  # NDRPDR sel
1377       - 20  # NDRPDR sel
1378       - 21  # NDRPDR sel
1379       - 22  # NDRPDR sel
1380       - 25  # NDRPDR sel
1381   data: "vpp-compare-testbeds"
1382   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1383   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1384   parameters:
1385   - "name"
1386   - "parent"
1387   - "throughput"
1388
1389 # VPP Performance Changes - 1t1c MRR
1390 -
1391   type: "table"
1392   title: "VPP Performance Changes - 1t1c MRR"
1393   algorithm: "table_performance_comparison"
1394   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1395   history:
1396     -
1397       title: "rls1804"
1398       data:
1399         csit-vpp-perf-check-1804:
1400         - 6   # mrr - sel
1401         - 13  # mrr - sel
1402         - 14  # mrr - sel
1403         - 15  # mrr - sel
1404         - 16  # mrr - sel
1405         - 17  # mrr - sel
1406         - 19  # mrr - sel
1407         - 20  # mrr - sel
1408         - 21  # mrr - sel
1409         - 22  # mrr - sel
1410   reference:
1411     title: "rls1807"
1412     data:
1413       csit-vpp-perf-verify-1807-3n-hsw:
1414       - 8   # MRR full
1415       - 9   # MRR sel
1416       - 21  # MRR sel
1417       - 31  # MRR sel
1418       - 33  # MRR sel
1419       - 36  # MRR sel
1420       - 41  # MRR sel
1421       - 42  # MRR sel
1422       - 48  # MRR sel
1423   compare:
1424     title: "rls1810"
1425     data:
1426       csit-vpp-perf-verify-1810-3n-hsw:
1427       - 9   # MRR sel
1428   data: "vpp-performance-changes-mrr"
1429   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1430   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1431   parameters:
1432   - "name"
1433   - "parent"
1434   - "result"
1435
1436 # VPP Performance Changes - 2t2c MRR
1437 -
1438   type: "table"
1439   title: "VPP Performance Changes - 2t2c MRR"
1440   algorithm: "table_performance_comparison"
1441   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1442   history:
1443     -
1444       title: "rls1804"
1445       data:
1446         csit-vpp-perf-check-1804:
1447         - 6   # mrr - sel
1448         - 13  # mrr - sel
1449         - 14  # mrr - sel
1450         - 15  # mrr - sel
1451         - 16  # mrr - sel
1452         - 17  # mrr - sel
1453         - 19  # mrr - sel
1454         - 20  # mrr - sel
1455         - 21  # mrr - sel
1456         - 22  # mrr - sel
1457   reference:
1458     title: "rls1807"
1459     data:
1460       csit-vpp-perf-verify-1807-3n-hsw:
1461       - 8   # MRR full
1462       - 9   # MRR sel
1463       - 21  # MRR sel
1464       - 31  # MRR sel
1465       - 33  # MRR sel
1466       - 36  # MRR sel
1467       - 41  # MRR sel
1468       - 42  # MRR sel
1469       - 48  # MRR sel
1470   compare:
1471     title: "rls1810"
1472     data:
1473       csit-vpp-perf-verify-1810-3n-hsw:
1474       - 9   # MRR sel
1475   data: "vpp-performance-changes-mrr"
1476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1477   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1478   parameters:
1479   - "name"
1480   - "parent"
1481   - "result"
1482
1483 # VPP Performance Changes - 4t4c MRR
1484 -
1485   type: "table"
1486   title: "VPP Performance Changes - 4t4c MRR"
1487   algorithm: "table_performance_comparison"
1488   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1489   history:
1490     -
1491       title: "rls1804"
1492       data:
1493         csit-vpp-perf-check-1804:
1494         - 6   # mrr - sel
1495         - 13  # mrr - sel
1496         - 14  # mrr - sel
1497         - 15  # mrr - sel
1498         - 16  # mrr - sel
1499         - 17  # mrr - sel
1500         - 19  # mrr - sel
1501         - 20  # mrr - sel
1502         - 21  # mrr - sel
1503         - 22  # mrr - sel
1504   reference:
1505     title: "rls1807"
1506     data:
1507       csit-vpp-perf-verify-1807-3n-hsw:
1508       - 8   # MRR full
1509       - 9   # MRR sel
1510       - 21  # MRR sel
1511       - 31  # MRR sel
1512       - 33  # MRR sel
1513       - 36  # MRR sel
1514       - 41  # MRR sel
1515       - 42  # MRR sel
1516       - 48  # MRR sel
1517   compare:
1518     title: "rls1810"
1519     data:
1520       csit-vpp-perf-verify-1810-3n-hsw:
1521       - 9   # MRR sel
1522   data: "vpp-performance-changes-mrr"
1523   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1524   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1525   parameters:
1526   - "name"
1527   - "parent"
1528   - "result"
1529
1530 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
1531 -
1532   type: "table"
1533   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1534   algorithm: "table_performance_comparison"
1535   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1536   reference:
1537     title: "3-Node Hsw"
1538     data:
1539       csit-vpp-perf-verify-1810-3n-hsw:
1540       - 9   # MRR sel
1541   compare:
1542     title: "3-Node Skx"
1543     data:
1544       csit-vpp-perf-verify-1810-3n-skx:
1545       - 9   # MRR sel
1546       - 11  # MRR sel
1547       - 12  # MRR sel
1548       - 13  # MRR sel
1549   data: "vpp-compare-testbeds-mrr"
1550   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1551   filter: "'NIC_Intel-X710' and 'MRR'"
1552   parameters:
1553   - "name"
1554   - "parent"
1555   - "result"
1556
1557 # Detailed Test Results - VPP Performance Results 3n-hsw
1558 -
1559   type: "table"
1560   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1561   algorithm: "table_merged_details"
1562   output-file-ext: ".csv"
1563   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1564   columns:
1565   -
1566     title: "Name"
1567     data: "data name"
1568   -
1569     title: "Status"
1570     data: "data msg"
1571   rows: "generated"
1572   data: "vpp-perf-results-3n-hsw"
1573   filter: "not 'NDRCHK' and not 'PDRCHK'"
1574   parameters:
1575   - "name"
1576   - "parent"
1577   - "msg"
1578
1579 # Detailed Test Results - VPP Performance Results 3n-skx
1580 -
1581   type: "table"
1582   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1583   algorithm: "table_merged_details"
1584   output-file-ext: ".csv"
1585   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1586   columns:
1587   -
1588     title: "Name"
1589     data: "data name"
1590   -
1591     title: "Status"
1592     data: "data msg"
1593   rows: "generated"
1594   data: "vpp-perf-results-3n-skx"
1595   filter: "not 'NDRCHK' and not 'PDRCHK'"
1596   parameters:
1597   - "name"
1598   - "parent"
1599   - "msg"
1600
1601 # Detailed Test Results - VPP Performance Results 2n-skx
1602 -
1603   type: "table"
1604   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1605   algorithm: "table_merged_details"
1606   output-file-ext: ".csv"
1607   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1608   columns:
1609   -
1610     title: "Name"
1611     data: "data name"
1612   -
1613     title: "Status"
1614     data: "data msg"
1615   rows: "generated"
1616   data: "vpp-perf-results-2n-skx"
1617   filter: "not 'NDRCHK' and not 'PDRCHK'"
1618   parameters:
1619   - "name"
1620   - "parent"
1621   - "msg"
1622
1623 # Test configuration - VPP Performance Test Configs 3n-hsw
1624 -
1625   type: "table"
1626   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1627   algorithm: "table_merged_details"
1628   output-file-ext: ".csv"
1629   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1630   columns:
1631   -
1632     title: "Name"
1633     data: "data name"
1634   -
1635     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1636     data: "data vat-history"
1637   rows: "generated"
1638   data: "vpp-perf-results-3n-hsw"
1639   filter: "not 'NDRCHK' and not 'PDRCHK'"
1640   parameters:
1641   - "parent"
1642   - "name"
1643   - "vat-history"
1644
1645 # Test configuration - VPP Performance Test Configs 3n-skx
1646 -
1647   type: "table"
1648   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1649   algorithm: "table_merged_details"
1650   output-file-ext: ".csv"
1651   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1652   columns:
1653   -
1654     title: "Name"
1655     data: "data name"
1656   -
1657     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1658     data: "data vat-history"
1659   rows: "generated"
1660   data: "vpp-perf-results-3n-skx"
1661   filter: "not 'NDRCHK' and not 'PDRCHK'"
1662   parameters:
1663   - "parent"
1664   - "name"
1665   - "vat-history"
1666
1667 # Test configuration - VPP Performance Test Configs 2n-skx
1668 -
1669   type: "table"
1670   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1671   algorithm: "table_merged_details"
1672   output-file-ext: ".csv"
1673   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1674   columns:
1675   -
1676     title: "Name"
1677     data: "data name"
1678   -
1679     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1680     data: "data vat-history"
1681   rows: "generated"
1682   data: "vpp-perf-results-2n-skx"
1683   filter: "not 'NDRCHK' and not 'PDRCHK'"
1684   parameters:
1685   - "parent"
1686   - "name"
1687   - "vat-history"
1688
1689 # Test Operational Data - VPP Performance Operational Data 3n-hsw
1690 -
1691   type: "table"
1692   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1693   algorithm: "table_merged_details"
1694   output-file-ext: ".csv"
1695   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1696   columns:
1697   -
1698     title: "Name"
1699     data: "data name"
1700   -
1701     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1702     data: "data show-run"
1703   rows: "generated"
1704   data: "vpp-perf-results-3n-hsw"
1705   filter: "not 'NDRCHK' and not 'PDRCHK'"
1706   parameters:
1707   - "parent"
1708   - "name"
1709   - "show-run"
1710
1711 # Test Operational Data - VPP Performance Operational Data 3n-skx
1712 -
1713   type: "table"
1714   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1715   algorithm: "table_merged_details"
1716   output-file-ext: ".csv"
1717   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1718   columns:
1719   -
1720     title: "Name"
1721     data: "data name"
1722   -
1723     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1724     data: "data show-run"
1725   rows: "generated"
1726   data: "vpp-perf-results-3n-skx"
1727   filter: "not 'NDRCHK' and not 'PDRCHK'"
1728   parameters:
1729   - "parent"
1730   - "name"
1731   - "show-run"
1732
1733 # Test Operational Data - VPP Performance Operational Data 2n-skx
1734 -
1735   type: "table"
1736   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1737   algorithm: "table_merged_details"
1738   output-file-ext: ".csv"
1739   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1740   columns:
1741   -
1742     title: "Name"
1743     data: "data name"
1744   -
1745     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1746     data: "data show-run"
1747   rows: "generated"
1748   data: "vpp-perf-results-2n-skx"
1749   filter: "not 'NDRCHK' and not 'PDRCHK'"
1750   parameters:
1751   - "parent"
1752   - "name"
1753   - "show-run"
1754
1755 # Detailed Test Results - VPP MRR Results 3n-hsw
1756 -
1757   type: "table"
1758   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1759   algorithm: "table_details"
1760   output-file-ext: ".csv"
1761   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1762   columns:
1763   -
1764     title: "Name"
1765     data: "data name"
1766   -
1767     title: "Status"
1768     data: "data msg"
1769   rows: "generated"
1770   data: "vpp-mrr-results-3n-hsw"
1771   filter: "'MRR'"
1772   parameters:
1773   - "name"
1774   - "parent"
1775   - "msg"
1776
1777 # Detailed Test Results - VPP MRR Results 3n-skx
1778 -
1779   type: "table"
1780   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1781   algorithm: "table_details"
1782   output-file-ext: ".csv"
1783   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1784   columns:
1785   -
1786     title: "Name"
1787     data: "data name"
1788   -
1789     title: "Status"
1790     data: "data msg"
1791   rows: "generated"
1792   data: "vpp-mrr-results-3n-skx"
1793   filter: "'MRR'"
1794   parameters:
1795   - "name"
1796   - "parent"
1797   - "msg"
1798
1799 # Detailed Test Results - VPP MRR Results 2n-skx
1800 -
1801   type: "table"
1802   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1803   algorithm: "table_details"
1804   output-file-ext: ".csv"
1805   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1806   columns:
1807   -
1808     title: "Name"
1809     data: "data name"
1810   -
1811     title: "Status"
1812     data: "data msg"
1813   rows: "generated"
1814   data: "vpp-mrr-results-2n-skx"
1815   filter: "'MRR'"
1816   parameters:
1817   - "name"
1818   - "parent"
1819   - "msg"
1820
1821 # Test configuration - VPP MRR Test Configs 3n-hsw
1822 -
1823   type: "table"
1824   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1825   algorithm: "table_details"
1826   output-file-ext: ".csv"
1827   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1828   columns:
1829   -
1830     title: "Name"
1831     data: "data name"
1832   -
1833     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1834     data: "data vat-history"
1835   rows: "generated"
1836   data: "vpp-mrr-results-3n-hsw"
1837   filter: "'MRR'"
1838   parameters:
1839   - "parent"
1840   - "name"
1841   - "vat-history"
1842
1843 # Test configuration - VPP MRR Test Configs 3n-skx
1844 -
1845   type: "table"
1846   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1847   algorithm: "table_details"
1848   output-file-ext: ".csv"
1849   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1850   columns:
1851   -
1852     title: "Name"
1853     data: "data name"
1854   -
1855     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1856     data: "data vat-history"
1857   rows: "generated"
1858   data: "vpp-mrr-results-3n-skx"
1859   filter: "'MRR'"
1860   parameters:
1861   - "parent"
1862   - "name"
1863   - "vat-history"
1864
1865 # Test configuration - VPP MRR Test Configs 2n-skx
1866 -
1867   type: "table"
1868   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1869   algorithm: "table_details"
1870   output-file-ext: ".csv"
1871   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1872   columns:
1873   -
1874     title: "Name"
1875     data: "data name"
1876   -
1877     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1878     data: "data vat-history"
1879   rows: "generated"
1880   data: "vpp-mrr-results-2n-skx"
1881   filter: "'MRR'"
1882   parameters:
1883   - "parent"
1884   - "name"
1885   - "vat-history"
1886
1887 # Detailed Test Results - VPP Functional Results - Ubuntu
1888 -
1889   type: "table"
1890   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1891   algorithm: "table_details"
1892   output-file-ext: ".csv"
1893   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1894   columns:
1895   -
1896     title: "Name"
1897     data: "data name"
1898   -
1899     title: "Documentation"
1900     data: "data doc"
1901   -
1902     title: "Status"
1903     data: "data status"
1904   rows: "generated"
1905   data: "vpp-func-results-ubuntu"
1906   filter: "all"
1907   parameters:
1908   - "name"
1909   - "parent"
1910   - "doc"
1911   - "status"
1912
1913 # Detailed Test Results - VPP Functional Results - CentOS
1914 -
1915   type: "table"
1916   title: "Detailed Test Results - VPP Functional Results - CentOS"
1917   algorithm: "table_details"
1918   output-file-ext: ".csv"
1919   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1920   columns:
1921   -
1922     title: "Name"
1923     data: "data name"
1924   -
1925     title: "Documentation"
1926     data: "data doc"
1927   -
1928     title: "Status"
1929     data: "data status"
1930   rows: "generated"
1931   data:
1932     "vpp-func-results-centos"
1933   filter: "all"
1934   parameters:
1935   - "name"
1936   - "parent"
1937   - "doc"
1938   - "status"
1939
1940 # Test configuration - VPP Functional Test Configs - Ubuntu
1941 -
1942   type: "table"
1943   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1944   algorithm: "table_details"
1945   output-file-ext: ".csv"
1946   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1947   columns:
1948   -
1949     title: "Name"
1950     data: "data name"
1951   -
1952     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1953     data: "data vat-history"
1954   rows: "generated"
1955   data: "vpp-func-results-ubuntu"
1956   filter: "all"
1957   parameters:
1958   - "parent"
1959   - "name"
1960   - "vat-history"
1961
1962 # Test configuration - VPP Functional Test Configs - CentOS
1963 -
1964   type: "table"
1965   title: "Test configuration - VPP Functional Test Configs - CentOS"
1966   algorithm: "table_details"
1967   output-file-ext: ".csv"
1968   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1969   columns:
1970   -
1971     title: "Name"
1972     data: "data name"
1973   -
1974     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1975     data: "data vat-history"
1976   rows: "generated"
1977   data: "vpp-func-results-centos"
1978   filter: "all"
1979   parameters:
1980   - "parent"
1981   - "name"
1982   - "vat-history"
1983
1984 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
1985 -
1986   type: "table"
1987   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1988   algorithm: "table_details"
1989   output-file-ext: ".csv"
1990   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1991   columns:
1992   -
1993     title: "Name"
1994     data: "data name"
1995   -
1996     title: "Status"
1997     data: "data msg"
1998   rows: "generated"
1999   data: "ligato-perf-results-3n-hsw"
2000   filter: "all"
2001   parameters:
2002   - "name"
2003   - "parent"
2004   - "msg"
2005
2006 # Detailed Test Results - VPP Device Results - Ubuntu
2007 -
2008   type: "table"
2009   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2010   algorithm: "table_details"
2011   output-file-ext: ".csv"
2012   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2013   columns:
2014   -
2015     title: "Name"
2016     data: "data name"
2017   -
2018     title: "Documentation"
2019     data: "data doc"
2020   -
2021     title: "Status"
2022     data: "data status"
2023   rows: "generated"
2024   data: "vpp-device-results-ubuntu"
2025   filter: "all"
2026   parameters:
2027   - "name"
2028   - "parent"
2029   - "doc"
2030   - "status"
2031
2032 # Test configuration - VPP Device Test Configs - Ubuntu
2033 -
2034   type: "table"
2035   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2036   algorithm: "table_details"
2037   output-file-ext: ".csv"
2038   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2039   columns:
2040   -
2041     title: "Name"
2042     data: "data name"
2043   -
2044     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2045     data: "data vat-history"
2046   rows: "generated"
2047   data: "vpp-device-results-ubuntu"
2048   filter: "all"
2049   parameters:
2050   - "parent"
2051   - "name"
2052   - "vat-history"
2053
2054 ################################################################################
2055
2056 # DPDK Performance Changes 1t1c pdr
2057 -
2058   type: "table"
2059   title: "DPDK Performance Changes 1t1c pdr"
2060   algorithm: "table_performance_comparison"
2061   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
2062   history:
2063     -
2064       title: "rls1804"
2065       data:
2066         csit-dpdk-perf-1804-all:
2067         - 4
2068         - 5
2069         - 6
2070         - 7
2071         - 8
2072         - 9
2073         - 10
2074         - 11
2075         - 12
2076         - 13
2077   reference:
2078     title: "rls1807"
2079     data:
2080       csit-dpdk-perf-verify-1807-3n-hsw:
2081       - 11
2082       - 12  # full
2083       - 14
2084       - 15
2085       - 16
2086       - 17
2087       - 20
2088       - 21
2089       - 22
2090       - 23
2091   compare:
2092     title: "rls1810"
2093     data:
2094       csit-dpdk-perf-verify-1810-3n-hsw:
2095       - 1   # NDRPDR sel
2096       - 2   # NDRPDR sel
2097       - 3   # NDRPDR sel
2098       - 4   # NDRPDR sel
2099       - 5   # NDRPDR sel
2100       - 6   # NDRPDR sel
2101       - 7   # NDRPDR sel
2102       - 8   # NDRPDR sel
2103       - 9   # NDRPDR sel
2104       - 10  # NDRPDR sel
2105   data: "dpdk-performance-changes"
2106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2107   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2108   parameters:
2109   - "name"
2110   - "parent"
2111   - "throughput"
2112
2113 # DPDK Performance Changes 2t2c pdr
2114 -
2115   type: "table"
2116   title: "DPDK Performance Changes 2t2c pdr"
2117   algorithm: "table_performance_comparison"
2118   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
2119   history:
2120     -
2121       title: "rls1804"
2122       data:
2123         csit-dpdk-perf-1804-all:
2124         - 4
2125         - 5
2126         - 6
2127         - 7
2128         - 8
2129         - 9
2130         - 10
2131         - 11
2132         - 12
2133         - 13
2134   reference:
2135     title: "rls1807"
2136     data:
2137       csit-dpdk-perf-verify-1807-3n-hsw:
2138       - 11
2139       - 12  # full
2140       - 14
2141       - 15
2142       - 16
2143       - 17
2144       - 20
2145       - 21
2146       - 22
2147       - 23
2148   compare:
2149     title: "rls1810"
2150     data:
2151       csit-dpdk-perf-verify-1810-3n-hsw:
2152       - 1   # NDRPDR sel
2153       - 2   # NDRPDR sel
2154       - 3   # NDRPDR sel
2155       - 4   # NDRPDR sel
2156       - 5   # NDRPDR sel
2157       - 6   # NDRPDR sel
2158       - 7   # NDRPDR sel
2159       - 8   # NDRPDR sel
2160       - 9   # NDRPDR sel
2161       - 10  # NDRPDR sel
2162   data: "dpdk-performance-changes"
2163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2164   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2165   parameters:
2166   - "name"
2167   - "parent"
2168   - "throughput"
2169
2170 # DPDK Performance Changes 1t1c ndr
2171 -
2172   type: "table"
2173   title: "DPDK Performance Changes 1t1c ndr"
2174   algorithm: "table_performance_comparison"
2175   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
2176   history:
2177     -
2178       title: "rls1804"
2179       data:
2180         csit-dpdk-perf-1804-all:
2181         - 4
2182         - 5
2183         - 6
2184         - 7
2185         - 8
2186         - 9
2187         - 10
2188         - 11
2189         - 12
2190         - 13
2191   reference:
2192     title: "rls1807"
2193     data:
2194       csit-dpdk-perf-verify-1807-3n-hsw:
2195       - 11
2196       - 12  # full
2197       - 14
2198       - 15
2199       - 16
2200       - 17
2201       - 20
2202       - 21
2203       - 22
2204       - 23
2205   compare:
2206     title: "rls1810"
2207     data:
2208       csit-dpdk-perf-verify-1810-3n-hsw:
2209       - 1   # NDRPDR sel
2210       - 2   # NDRPDR sel
2211       - 3   # NDRPDR sel
2212       - 4   # NDRPDR sel
2213       - 5   # NDRPDR sel
2214       - 6   # NDRPDR sel
2215       - 7   # NDRPDR sel
2216       - 8   # NDRPDR sel
2217       - 9   # NDRPDR sel
2218       - 10  # NDRPDR sel
2219   data: "dpdk-performance-changes"
2220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2221   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2222   parameters:
2223   - "name"
2224   - "parent"
2225   - "throughput"
2226
2227 # DPDK Performance Changes 2t2c ndr
2228 -
2229   type: "table"
2230   title: "DPDK Performance Changes 2t2c ndr"
2231   algorithm: "table_performance_comparison"
2232   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2233   history:
2234     -
2235       title: "rls1804"
2236       data:
2237         csit-dpdk-perf-1804-all:
2238         - 4
2239         - 5
2240         - 6
2241         - 7
2242         - 8
2243         - 9
2244         - 10
2245         - 11
2246         - 12
2247         - 13
2248   reference:
2249     title: "rls1807"
2250     data:
2251       csit-dpdk-perf-verify-1807-3n-hsw:
2252       - 11
2253       - 12  # full
2254       - 14
2255       - 15
2256       - 16
2257       - 17
2258       - 20
2259       - 21
2260       - 22
2261       - 23
2262   compare:
2263     title: "rls1810"
2264     data:
2265       csit-dpdk-perf-verify-1810-3n-hsw:
2266       - 1   # NDRPDR sel
2267       - 2   # NDRPDR sel
2268       - 3   # NDRPDR sel
2269       - 4   # NDRPDR sel
2270       - 5   # NDRPDR sel
2271       - 6   # NDRPDR sel
2272       - 7   # NDRPDR sel
2273       - 8   # NDRPDR sel
2274       - 9   # NDRPDR sel
2275       - 10  # NDRPDR sel
2276   data: "dpdk-performance-changes"
2277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2278   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2279   parameters:
2280   - "name"
2281   - "parent"
2282   - "throughput"
2283
2284 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
2285 -
2286   type: "table"
2287   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2288   algorithm: "table_performance_comparison"
2289   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2290   reference:
2291     title: "3-Node Hsw"
2292     data:
2293       csit-dpdk-perf-verify-1810-3n-hsw:
2294       - 1   # NDRPDR sel
2295       - 2   # NDRPDR sel
2296       - 3   # NDRPDR sel
2297       - 4   # NDRPDR sel
2298       - 5   # NDRPDR sel
2299       - 6   # NDRPDR sel
2300       - 7   # NDRPDR sel
2301       - 8   # NDRPDR sel
2302       - 9   # NDRPDR sel
2303       - 10  # NDRPDR sel
2304   compare:
2305     title: "3-Node Skx"
2306     data:
2307       csit-dpdk-perf-verify-1810-3n-skx:
2308       - 3   # NDRPDR sel
2309       - 4   # NDRPDR sel
2310       - 6   # NDRPDR sel
2311       - 7   # NDRPDR sel
2312       - 8   # NDRPDR sel
2313       - 9   # NDRPDR sel
2314       - 10  # NDRPDR sel
2315       - 11  # NDRPDR sel
2316       - 12  # NDRPDR sel
2317       - 13  # NDRPDR sel
2318   data: "dpdk-compare-testbeds"
2319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2320   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2321   parameters:
2322   - "name"
2323   - "parent"
2324   - "throughput"
2325
2326 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
2327 -
2328   type: "table"
2329   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2330   algorithm: "table_performance_comparison"
2331   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2332   reference:
2333     title: "3-Node Hsw"
2334     data:
2335       csit-dpdk-perf-verify-1810-3n-hsw:
2336       - 1   # NDRPDR sel
2337       - 2   # NDRPDR sel
2338       - 3   # NDRPDR sel
2339       - 4   # NDRPDR sel
2340       - 5   # NDRPDR sel
2341       - 6   # NDRPDR sel
2342       - 7   # NDRPDR sel
2343       - 8   # NDRPDR sel
2344       - 9   # NDRPDR sel
2345       - 10  # NDRPDR sel
2346   compare:
2347     title: "3-Node Skx"
2348     data:
2349       csit-dpdk-perf-verify-1810-3n-skx:
2350       - 3   # NDRPDR sel
2351       - 4   # NDRPDR sel
2352       - 6   # NDRPDR sel
2353       - 7   # NDRPDR sel
2354       - 8   # NDRPDR sel
2355       - 9   # NDRPDR sel
2356       - 10  # NDRPDR sel
2357       - 11  # NDRPDR sel
2358       - 12  # NDRPDR sel
2359       - 13  # NDRPDR sel
2360   data: "dpdk-compare-testbeds"
2361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2362   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2363   parameters:
2364   - "name"
2365   - "parent"
2366   - "throughput"
2367
2368 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2369 -
2370   type: "table"
2371   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2372   algorithm: "table_performance_comparison"
2373   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2374   reference:
2375     title: "3-Node Hsw"
2376     data:
2377       # TODO: Replace with 1810 data
2378       csit-dpdk-perf-verify-1807-3n-hsw:
2379       - 11
2380       - 12  # full
2381       - 14
2382       - 15
2383       - 16
2384       - 17
2385       - 20
2386       - 21
2387       - 22
2388       - 23
2389   compare:
2390     title: "3-Node Skx"
2391     data:
2392       # TODO: Replace with 1810 data
2393       csit-dpdk-perf-verify-1807-3n-skx:
2394       - 1
2395       - 2
2396       - 3
2397       - 6
2398       - 7
2399       - 8
2400       - 9
2401       - 10
2402       - 11
2403       - 12
2404   data: "dpdk-compare-testbeds"
2405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2406   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2407   parameters:
2408   - "name"
2409   - "parent"
2410   - "result"
2411
2412 # Detailed Test Results - DPDK Performance Results 3n-hsw
2413 -
2414   type: "table"
2415   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2416   algorithm: "table_details"
2417   output-file-ext: ".csv"
2418   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2419   columns:
2420   -
2421     title: "Name"
2422     data: "data name"
2423   -
2424     title: "Status"
2425     data: "data msg"
2426   rows: "generated"
2427   data: "dpdk-perf-results-3n-hsw"
2428   filter: "all"
2429   parameters:
2430   - "name"
2431   - "parent"
2432   - "msg"
2433
2434 # Detailed Test Results - DPDK Performance Results 3n-skx
2435 -
2436   type: "table"
2437   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2438   algorithm: "table_details"
2439   output-file-ext: ".csv"
2440   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2441   columns:
2442   -
2443     title: "Name"
2444     data: "data name"
2445   -
2446     title: "Status"
2447     data: "data msg"
2448   rows: "generated"
2449   data: "dpdk-perf-results-3n-skx"
2450   filter: "all"
2451   parameters:
2452   - "name"
2453   - "parent"
2454   - "msg"
2455
2456 # Detailed Test Results - DPDK Performance Results 2n-skx
2457 -
2458   type: "table"
2459   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2460   algorithm: "table_details"
2461   output-file-ext: ".csv"
2462   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2463   columns:
2464   -
2465     title: "Name"
2466     data: "data name"
2467   -
2468     title: "Status"
2469     data: "data msg"
2470   rows: "generated"
2471   data: "dpdk-perf-results-2n-skx"
2472   filter: "all"
2473   parameters:
2474   - "name"
2475   - "parent"
2476   - "msg"
2477
2478 ################################################################################
2479 # HoneyComb
2480 -
2481   type: "table"
2482   title: "Detailed Test Results - Honeycomb Functional Results"
2483   algorithm: "table_details"
2484   output-file-ext: ".csv"
2485   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2486   columns:
2487   -
2488     title: "Name"
2489     data: "data name"
2490   -
2491     title: "Documentation"
2492     data: "data doc"
2493   -
2494     title: "Status"
2495     data: "data status"
2496   rows: "generated"
2497   data:
2498     "hc-func-results"
2499   filter: "all"
2500   parameters:
2501   - "name"
2502   - "parent"
2503   - "doc"
2504   - "status"
2505
2506 ################################################################################
2507 # NSH SFC
2508 -
2509   type: "table"
2510   title: "Detailed Test Results - NSH SFC Functional Results"
2511   algorithm: "table_details"
2512   output-file-ext: ".csv"
2513   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2514   columns:
2515   -
2516     title: "Name"
2517     data: "data name"
2518   -
2519     title: "Documentation"
2520     data: "data doc"
2521   -
2522     title: "Status"
2523     data: "data status"
2524   rows: "generated"
2525   data:
2526     "nsh-func-results"
2527   filter: "all"
2528   parameters:
2529   - "name"
2530   - "parent"
2531   - "doc"
2532   - "status"
2533
2534 ################################################################################
2535 # DMM
2536 -
2537   type: "table"
2538   title: "Detailed Test Results - DMM Functional Results"
2539   algorithm: "table_details"
2540   output-file-ext: ".csv"
2541   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2542   columns:
2543   -
2544     title: "Name"
2545     data: "data name"
2546   -
2547     title: "Documentation"
2548     data: "data doc"
2549   -
2550     title: "Status"
2551     data: "data status"
2552   rows: "generated"
2553   data:
2554     "dmm-func-results"
2555   filter: "all"
2556   parameters:
2557   - "name"
2558   - "parent"
2559   - "doc"
2560   - "status"
2561
2562 ################################################################################
2563 ###                                F I L E S                                 ###
2564 ################################################################################
2565
2566 # VPP Performance Results 3n-hsw
2567 -
2568   type: "file"
2569   title: "VPP Performance Results 3n-hsw"
2570   algorithm: "file_test_results"
2571   output-file-ext: ".rst"
2572   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2573   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"
2574   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2575   data: "vpp-perf-results-3n-hsw"
2576   filter: "not 'NDRCHK' and not 'PDRCHK'"
2577   parameters:
2578   - "name"
2579   - "doc"
2580   - "level"
2581   - "parent"
2582   data-start-level: 3
2583
2584 # VPP Performance Results 3n-skx
2585 -
2586   type: "file"
2587   title: "VPP Performance Results 3n-skx"
2588   algorithm: "file_test_results"
2589   output-file-ext: ".rst"
2590   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2591   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"
2592   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2593   data: "vpp-perf-results-3n-skx"
2594   filter: "not 'NDRCHK' and not 'PDRCHK'"
2595   parameters:
2596   - "name"
2597   - "doc"
2598   - "level"
2599   - "parent"
2600   data-start-level: 3
2601
2602 # VPP Performance Results 2n-skx
2603 -
2604   type: "file"
2605   title: "VPP Performance Results 2n-skx"
2606   algorithm: "file_test_results"
2607   output-file-ext: ".rst"
2608   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2609   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"
2610   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2611   data: "vpp-perf-results-2n-skx"
2612   filter: "not 'NDRCHK' and not 'PDRCHK'"
2613   parameters:
2614   - "name"
2615   - "doc"
2616   - "level"
2617   - "parent"
2618   data-start-level: 3
2619
2620 # VPP Performance Configuration 3n-hsw
2621 -
2622   type: "file"
2623   title: "VPP Performance Configuration 3n-hsw"
2624   algorithm: "file_test_results"
2625   output-file-ext: ".rst"
2626   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2627   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"
2628   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2629   data: "vpp-perf-results-3n-hsw"
2630   filter: "not 'NDRCHK' and not 'PDRCHK'"
2631   parameters:
2632   - "name"
2633   - "doc"
2634   - "level"
2635   - "parent"
2636   data-start-level: 3
2637
2638 # VPP Performance Configuration 3n-skx
2639 -
2640   type: "file"
2641   title: "VPP Performance Configuration 3n-skx"
2642   algorithm: "file_test_results"
2643   output-file-ext: ".rst"
2644   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2645   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"
2646   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2647   data: "vpp-perf-results-3n-skx"
2648   filter: "not 'NDRCHK' and not 'PDRCHK'"
2649   parameters:
2650   - "name"
2651   - "doc"
2652   - "level"
2653   - "parent"
2654   data-start-level: 3
2655
2656 # VPP Performance Configuration 2n-skx
2657 -
2658   type: "file"
2659   title: "VPP Performance Configuration 2n-skx"
2660   algorithm: "file_test_results"
2661   output-file-ext: ".rst"
2662   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2663   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"
2664   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2665   data: "vpp-perf-results-2n-skx"
2666   filter: "not 'NDRCHK' and not 'PDRCHK'"
2667   parameters:
2668   - "name"
2669   - "doc"
2670   - "level"
2671   - "parent"
2672   data-start-level: 3
2673
2674 # VPP Performance Operational Data 3n-hsw
2675 -
2676   type: "file"
2677   title: "VPP Performance Operational Data 3n-hsw"
2678   algorithm: "file_test_results"
2679   output-file-ext: ".rst"
2680   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2681   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"
2682   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2683   data: "vpp-perf-results-3n-hsw"
2684   filter: "not 'NDRCHK' and not 'PDRCHK'"
2685   parameters:
2686   - "name"
2687   - "doc"
2688   - "level"
2689   - "parent"
2690   data-start-level: 3
2691
2692 # VPP Performance Operational Data 3n-skx
2693 -
2694   type: "file"
2695   title: "VPP Performance Operational Data 3n-skx"
2696   algorithm: "file_test_results"
2697   output-file-ext: ".rst"
2698   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2699   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"
2700   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2701   data: "vpp-perf-results-3n-skx"
2702   filter: "not 'NDRCHK' and not 'PDRCHK'"
2703   parameters:
2704   - "name"
2705   - "doc"
2706   - "level"
2707   - "parent"
2708   data-start-level: 3
2709
2710 # VPP Performance Operational Data 2n-skx
2711 -
2712   type: "file"
2713   title: "VPP Performance Operational Data 2n-skx"
2714   algorithm: "file_test_results"
2715   output-file-ext: ".rst"
2716   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2717   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"
2718   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2719   data: "vpp-perf-results-2n-skx"
2720   filter: "not 'NDRCHK' and not 'PDRCHK'"
2721   parameters:
2722   - "name"
2723   - "doc"
2724   - "level"
2725   - "parent"
2726   data-start-level: 3
2727
2728 # VPP MRR Results 3n-hsw
2729 -
2730   type: "file"
2731   title: "VPP MRR Results 3n-hsw"
2732   algorithm: "file_test_results"
2733   output-file-ext: ".rst"
2734   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2735   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"
2736   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2737   data: "vpp-mrr-results-3n-hsw"
2738   filter: "'MRR'"
2739   parameters:
2740   - "name"
2741   - "doc"
2742   - "level"
2743   - "parent"
2744   data-start-level: 3
2745
2746 # VPP MRR Results 3n-skx
2747 -
2748   type: "file"
2749   title: "VPP MRR Results 3n-skx"
2750   algorithm: "file_test_results"
2751   output-file-ext: ".rst"
2752   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2753   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"
2754   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2755   data: "vpp-mrr-results-3n-skx"
2756   filter: "'MRR'"
2757   parameters:
2758   - "name"
2759   - "doc"
2760   - "level"
2761   - "parent"
2762   data-start-level: 3
2763
2764 # VPP MRR Results 2n-skx
2765 -
2766   type: "file"
2767   title: "VPP MRR Results 2n-skx"
2768   algorithm: "file_test_results"
2769   output-file-ext: ".rst"
2770   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2771   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"
2772   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2773   data: "vpp-mrr-results-2n-skx"
2774   filter: "all"
2775   parameters:
2776   - "name"
2777   - "doc"
2778   - "level"
2779   - "parent"
2780   data-start-level: 3
2781
2782 # VPP MRR Configuration 3n-hsw
2783 -
2784   type: "file"
2785   title: "VPP MRR Configuration 3n-hsw"
2786   algorithm: "file_test_results"
2787   output-file-ext: ".rst"
2788   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2789   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"
2790   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2791   data: "vpp-mrr-results-3n-hsw"
2792   filter: "'MRR'"
2793   parameters:
2794   - "name"
2795   - "doc"
2796   - "level"
2797   - "parent"
2798   data-start-level: 3
2799
2800 # VPP MRR Configuration 3n-skx
2801 -
2802   type: "file"
2803   title: "VPP MRR Configuration 3n-skx"
2804   algorithm: "file_test_results"
2805   output-file-ext: ".rst"
2806   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2807   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"
2808   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2809   data: "vpp-mrr-results-3n-skx"
2810   filter: "'MRR'"
2811   parameters:
2812   - "name"
2813   - "doc"
2814   - "level"
2815   - "parent"
2816   data-start-level: 3
2817
2818 # VPP MRR Configuration 2n-skx
2819 -
2820   type: "file"
2821   title: "VPP MRR Configuration 2n-skx"
2822   algorithm: "file_test_results"
2823   output-file-ext: ".rst"
2824   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2825   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"
2826   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2827   data: "vpp-mrr-results-2n-skx"
2828   filter: "'MRR'"
2829   parameters:
2830   - "name"
2831   - "doc"
2832   - "level"
2833   - "parent"
2834   data-start-level: 3
2835
2836 # VPP Functional Results - Ubuntu
2837 -
2838   type: "file"
2839   title: "VPP Functional Results - Ubuntu"
2840   algorithm: "file_test_results"
2841   output-file-ext: ".rst"
2842   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2843   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"
2844   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2845   data: "vpp-func-results-ubuntu"
2846   filter: "all"
2847   parameters:
2848   - "name"
2849   - "doc"
2850   - "level"
2851   - "parent"
2852   data-start-level: 3
2853
2854 # VPP Functional Results - CentOS
2855 -
2856   type: "file"
2857   title: "VPP Functional Results - CentOS"
2858   algorithm: "file_test_results"
2859   output-file-ext: ".rst"
2860   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2861   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"
2862   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2863   data:
2864     "vpp-func-results-centos"
2865   filter: "all"
2866   parameters:
2867   - "name"
2868   - "doc"
2869   - "level"
2870   - "parent"
2871   data-start-level: 3
2872
2873 # VPP Functional Configuration - Ubuntu
2874 -
2875   type: "file"
2876   title: "VPP Functional Configuration - Ubuntu"
2877   algorithm: "file_test_results"
2878   output-file-ext: ".rst"
2879   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2880   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2881   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2882   data: "vpp-func-results-ubuntu"
2883   filter: "all"
2884   parameters:
2885   - "name"
2886   - "doc"
2887   - "level"
2888   - "parent"
2889   data-start-level: 3
2890
2891 # VPP Functional Configuration - CentOS
2892 -
2893   type: "file"
2894   title: "VPP Functional Configuration - CentOS"
2895   algorithm: "file_test_results"
2896   output-file-ext: ".rst"
2897   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2898   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2899   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2900   data:
2901     "vpp-func-results-centos"
2902   filter: "all"
2903   parameters:
2904   - "name"
2905   - "doc"
2906   - "level"
2907   - "parent"
2908   data-start-level: 3
2909
2910 # VPP Device Results - Ubuntu
2911 -
2912   type: "file"
2913   title: "VPP Device Results - Ubuntu"
2914   algorithm: "file_test_results"
2915   output-file-ext: ".rst"
2916   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2917   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2918   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
2919   data: "vpp-device-results-ubuntu"
2920   filter: "all"
2921   parameters:
2922   - "name"
2923   - "doc"
2924   - "level"
2925   - "parent"
2926   data-start-level: 2
2927
2928 # VPP Device Configuration - Ubuntu
2929 -
2930   type: "file"
2931   title: "VPP Device Configuration - Ubuntu"
2932   algorithm: "file_test_results"
2933   output-file-ext: ".rst"
2934   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2935   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2936   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
2937   data: "vpp-device-results-ubuntu"
2938   filter: "all"
2939   parameters:
2940   - "name"
2941   - "doc"
2942   - "level"
2943   - "parent"
2944   data-start-level: 2
2945
2946 # Container Orchestrated Performance Results 3n-hsw
2947 -
2948   type: "file"
2949   title: "Container Orchestrated Performance Results 3n-hsw"
2950   algorithm: "file_test_results"
2951   output-file-ext: ".rst"
2952   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2953   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"
2954   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2955   data: "ligato-perf-results-3n-hsw"
2956   filter: "all"
2957   parameters:
2958   - "name"
2959   - "doc"
2960   - "level"
2961   - "parent"
2962   data-start-level: 3
2963
2964 # DPDK Performance Results 3n-hsw
2965 -
2966   type: "file"
2967   title: "DPDK Performance Results 3n-hsw"
2968   algorithm: "file_test_results"
2969   output-file-ext: ".rst"
2970   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2971   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"
2972   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2973   data: "dpdk-perf-results-3n-hsw"
2974   filter: "all"
2975   parameters:
2976   - "name"
2977   - "doc"
2978   - "level"
2979   - "parent"
2980   data-start-level: 3
2981
2982 # DPDK Performance Results 3n-skx
2983 -
2984   type: "file"
2985   title: "DPDK Performance Results 3n-skx"
2986   algorithm: "file_test_results"
2987   output-file-ext: ".rst"
2988   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2989   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"
2990   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2991   data: "dpdk-perf-results-3n-skx"
2992   filter: "all"
2993   parameters:
2994   - "name"
2995   - "doc"
2996   - "level"
2997   - "parent"
2998   data-start-level: 3
2999
3000 # DPDK Performance Results 2n-skx
3001 -
3002   type: "file"
3003   title: "DPDK Performance Results 2n-skx"
3004   algorithm: "file_test_results"
3005   output-file-ext: ".rst"
3006   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3007   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"
3008   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
3009   data: "dpdk-perf-results-2n-skx"
3010   filter: "all"
3011   parameters:
3012   - "name"
3013   - "doc"
3014   - "level"
3015   - "parent"
3016   data-start-level: 3
3017
3018 # Honeycomb Functional Results
3019 -
3020   type: "file"
3021   title: "Honeycomb Functional Results"
3022   algorithm: "file_test_results"
3023   output-file-ext: ".rst"
3024   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
3025   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"
3026   dir-tables: "{DIR[DTR,FUNC,HC]}"
3027   data:
3028     "hc-func-results"
3029   filter: "all"
3030   parameters:
3031   - "name"
3032   - "doc"
3033   - "level"
3034   - "parent"
3035   data-start-level: 3
3036
3037 # NSH SFC Functional Results
3038 -
3039   type: "file"
3040   title: "NSH SFC Functional Results"
3041   algorithm: "file_test_results"
3042   output-file-ext: ".rst"
3043   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
3044   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3045   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
3046   data:
3047     "nsh-func-results"
3048   filter: "all"
3049   parameters:
3050   - "name"
3051   - "doc"
3052   - "level"
3053   - "parent"
3054   data-start-level: 3
3055
3056 # DMM Functional Results
3057 -
3058   type: "file"
3059   title: "DMM Functional Results"
3060   algorithm: "file_test_results"
3061   output-file-ext: ".rst"
3062   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3063   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"
3064   dir-tables: "{DIR[DTR,FUNC,DMM]}"
3065   data:
3066     "dmm-func-results"
3067   filter: "all"
3068   parameters:
3069   - "name"
3070   - "doc"
3071   - "level"
3072   - "parent"
3073   data-start-level: 3
3074
3075 ################################################################################
3076 ###                                P L O T S                                 ###
3077 ################################################################################
3078
3079 ################################################################################
3080 # Plots VPP HTTP Server Performance
3081 -
3082   type: "plot"
3083   title: "VPP HTTP Server Performance"
3084   algorithm: "plot_http_server_performance_box"
3085   output-file-type: ".html"
3086   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
3087   data:
3088     "plot-vpp-http-server-performance"
3089   # Keep this formatting, the filter is enclosed with " (quotation mark) and
3090   # each tag is enclosed with ' (apostrophe).
3091   filter: "'HTTP' and 'TCP_CPS'"
3092   parameters:
3093   - "result"
3094   - "name"
3095   traces:
3096     hoverinfo: "x+y"
3097     boxpoints: "outliers"
3098     whiskerwidth: 0
3099   layout:
3100     title: "VPP HTTP Server Performance"
3101     layout:
3102       "plot-cps"
3103
3104 -
3105   type: "plot"
3106   title: "VPP HTTP Server Performance"
3107   algorithm: "plot_http_server_performance_box"
3108   output-file-type: ".html"
3109   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
3110   data:
3111     "plot-vpp-http-server-performance"
3112   filter: "'HTTP' and 'TCP_RPS'"
3113   parameters:
3114   - "result"
3115   - "name"
3116   traces:
3117     hoverinfo: "x+y"
3118     boxpoints: "outliers"
3119     whiskerwidth: 0
3120   layout:
3121     title: "VPP HTTP Server Performance"
3122     layout:
3123       "plot-rps"
3124
3125 ################################################################################
3126
3127 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
3128 -
3129   type: "plot"
3130   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3131   algorithm: "plot_performance_box"
3132   output-file-type: ".html"
3133   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3134   data: "plot-vpp-throughput-latency-3n-hsw"
3135   filter: "'NIC_Intel-X520-DA2' and
3136            '64B' and
3137            ('BASE' or 'SCALE') and
3138            'NDRPDR' and
3139            'ETH' and
3140            '1T1C' and
3141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3142            not 'VHOST' and
3143            not 'MEMIF'"
3144   parameters:
3145   - "throughput"
3146   - "parent"
3147   - "tags"
3148   sort:
3149   - "L2PATCH"
3150   - "L2XCBASE"
3151   - "BASE"
3152   - "FIB_10K"
3153   - "FIB_100K"
3154   - "FIB_1M"
3155   traces:
3156     hoverinfo: "x+y"
3157     boxpoints: "outliers"
3158     whiskerwidth: 0
3159   layout:
3160     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3161     layout: "plot-throughput"
3162
3163 -
3164   type: "plot"
3165   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3166   algorithm: "plot_performance_box"
3167   output-file-type: ".html"
3168   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3169   data: "plot-vpp-throughput-latency-3n-hsw"
3170   filter: "'NIC_Intel-X520-DA2' and
3171            '64B' and
3172            ('BASE' or 'SCALE') and
3173            'NDRPDR' and
3174            'ETH' and
3175            '1T1C' and
3176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3177            not 'VHOST' and
3178            not 'MEMIF'"
3179   parameters:
3180   - "throughput"
3181   - "parent"
3182   - "tags"
3183   sort:
3184   - "L2PATCH"
3185   - "L2XCBASE"
3186   - "BASE"
3187   - "FIB_10K"
3188   - "FIB_100K"
3189   - "FIB_1M"
3190   traces:
3191     hoverinfo: "x+y"
3192     boxpoints: "outliers"
3193     whiskerwidth: 0
3194   layout:
3195     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3196     layout: "plot-throughput"
3197
3198 -
3199   type: "plot"
3200   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3201   algorithm: "plot_performance_box"
3202   output-file-type: ".html"
3203   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3204   data: "plot-vpp-throughput-latency-3n-hsw"
3205   filter: "'NIC_Intel-X520-DA2' and
3206            '64B' and
3207            ('BASE' or 'SCALE') and
3208            'NDRPDR' and
3209            'ETH' and
3210            '2T2C' and
3211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3212            not 'VHOST' and
3213            not 'MEMIF'"
3214   parameters:
3215   - "throughput"
3216   - "parent"
3217   - "tags"
3218   sort:
3219   - "L2PATCH"
3220   - "L2XCBASE"
3221   - "BASE"
3222   - "FIB_10K"
3223   - "FIB_100K"
3224   - "FIB_1M"
3225   traces:
3226     hoverinfo: "x+y"
3227     boxpoints: "outliers"
3228     whiskerwidth: 0
3229   layout:
3230     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3231     layout: "plot-throughput"
3232
3233 -
3234   type: "plot"
3235   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3236   algorithm: "plot_performance_box"
3237   output-file-type: ".html"
3238   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3239   data: "plot-vpp-throughput-latency-3n-hsw"
3240   filter: "'NIC_Intel-X520-DA2' and
3241            '64B' and
3242            ('BASE' or 'SCALE') and
3243            'NDRPDR' and
3244            'ETH' and
3245            '2T2C' and
3246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3247            not 'VHOST' and
3248            not 'MEMIF'"
3249   parameters:
3250   - "throughput"
3251   - "parent"
3252   - "tags"
3253   sort:
3254   - "L2PATCH"
3255   - "L2XCBASE"
3256   - "BASE"
3257   - "FIB_10K"
3258   - "FIB_100K"
3259   - "FIB_1M"
3260   traces:
3261     hoverinfo: "x+y"
3262     boxpoints: "outliers"
3263     whiskerwidth: 0
3264   layout:
3265     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3266     layout: "plot-throughput"
3267
3268 # Packet Throughput - VPP L2 3n-hsw-x520 features
3269 -
3270   type: "plot"
3271   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3272   algorithm: "plot_performance_box"
3273   output-file-type: ".html"
3274   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3275   data: "plot-vpp-throughput-latency-3n-hsw"
3276   filter: "'NIC_Intel-X520-DA2' and
3277            '64B' and
3278            'NDRPDR' and
3279            '1T1C' and
3280            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3281            not 'ACL' and
3282            not 'VHOST' and
3283            not 'MEMIF'"
3284   parameters:
3285   - "throughput"
3286   - "parent"
3287   - "tags"
3288   sort:
3289   - "L2XCBASE"    # l2xcbase
3290   - "L2BDBASE"    # l2bdbase
3291   - "L2XCFWD"     # dot1q-l2xcbase
3292   - "L2BDMACLRN"  # dot1q-l2bdbase
3293   traces:
3294     hoverinfo: "x+y"
3295     boxpoints: "outliers"
3296     whiskerwidth: 0
3297   layout:
3298     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3299     layout: "plot-throughput"
3300
3301 -
3302   type: "plot"
3303   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3304   algorithm: "plot_performance_box"
3305   output-file-type: ".html"
3306   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3307   data: "plot-vpp-throughput-latency-3n-hsw"
3308   filter: "'NIC_Intel-X520-DA2' and
3309            '64B' and
3310            'NDRPDR' and
3311            '1T1C' and
3312            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3313            not 'ACL' and
3314            not 'VHOST' and
3315            not 'MEMIF'"
3316   parameters:
3317   - "throughput"
3318   - "parent"
3319   - "tags"
3320   sort:
3321   - "L2XCBASE"    # l2xcbase
3322   - "L2BDBASE"    # l2bdbase
3323   - "L2XCFWD"     # dot1q-l2xcbase
3324   - "L2BDMACLRN"  # dot1q-l2bdbase
3325   traces:
3326     hoverinfo: "x+y"
3327     boxpoints: "outliers"
3328     whiskerwidth: 0
3329   layout:
3330     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3331     layout: "plot-throughput"
3332
3333 -
3334   type: "plot"
3335   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3336   algorithm: "plot_performance_box"
3337   output-file-type: ".html"
3338   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3339   data: "plot-vpp-throughput-latency-3n-hsw"
3340   filter: "'NIC_Intel-X520-DA2' and
3341            '64B' and
3342            'NDRPDR' and
3343            '2T2C' and
3344            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3345            not 'ACL' and
3346            not 'VHOST' and
3347            not 'MEMIF'"
3348   parameters:
3349   - "throughput"
3350   - "parent"
3351   - "tags"
3352   sort:
3353   - "L2XCBASE"    # l2xcbase
3354   - "L2BDBASE"    # l2bdbase
3355   - "L2XCFWD"     # dot1q-l2xcbase
3356   - "L2BDMACLRN"  # dot1q-l2bdbase
3357   traces:
3358     hoverinfo: "x+y"
3359     boxpoints: "outliers"
3360     whiskerwidth: 0
3361   layout:
3362     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3363     layout: "plot-throughput"
3364
3365 -
3366   type: "plot"
3367   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3368   algorithm: "plot_performance_box"
3369   output-file-type: ".html"
3370   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3371   data: "plot-vpp-throughput-latency-3n-hsw"
3372   filter: "'NIC_Intel-X520-DA2' and
3373            '64B' and
3374            'NDRPDR' and
3375            '2T2C' and
3376            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3377            not 'ACL' and
3378            not 'VHOST' and
3379            not 'MEMIF'"
3380   parameters:
3381   - "throughput"
3382   - "parent"
3383   - "tags"
3384   sort:
3385   - "L2XCBASE"    # l2xcbase
3386   - "L2BDBASE"    # l2bdbase
3387   - "L2XCFWD"     # dot1q-l2xcbase
3388   - "L2BDMACLRN"  # dot1q-l2bdbase
3389   traces:
3390     hoverinfo: "x+y"
3391     boxpoints: "outliers"
3392     whiskerwidth: 0
3393   layout:
3394     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3395     layout: "plot-throughput"
3396
3397 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
3398 -
3399   type: "plot"
3400   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3401   algorithm: "plot_performance_box"
3402   output-file-type: ".html"
3403   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3404   data: "plot-vpp-throughput-latency-3n-hsw"
3405   filter: "'NIC_Intel-X710' and
3406            '64B' and
3407            ('BASE' or 'SCALE') and
3408            'NDRPDR' and
3409            'ETH' and
3410            '1T1C' and
3411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3412            not 'VHOST' and
3413            not 'MEMIF'"
3414   parameters:
3415   - "throughput"
3416   - "parent"
3417   - "tags"
3418   sort:
3419   - "L2PATCH"
3420   - "L2XCBASE"
3421   - "BASE"
3422   - "FIB_10K"
3423   - "FIB_100K"
3424   - "FIB_1M"
3425   traces:
3426     hoverinfo: "x+y"
3427     boxpoints: "outliers"
3428     whiskerwidth: 0
3429   layout:
3430     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3431     layout: "plot-throughput"
3432
3433 -
3434   type: "plot"
3435   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3436   algorithm: "plot_performance_box"
3437   output-file-type: ".html"
3438   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3439   data: "plot-vpp-throughput-latency-3n-hsw"
3440   filter: "'NIC_Intel-X710' and
3441            '64B' and
3442            ('BASE' or 'SCALE') and
3443            'NDRPDR' and
3444            'ETH' and
3445            '1T1C' and
3446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3447            not 'VHOST' and
3448            not 'MEMIF'"
3449   parameters:
3450   - "throughput"
3451   - "parent"
3452   - "tags"
3453   sort:
3454   - "L2PATCH"
3455   - "L2XCBASE"
3456   - "BASE"
3457   - "FIB_10K"
3458   - "FIB_100K"
3459   - "FIB_1M"
3460   traces:
3461     hoverinfo: "x+y"
3462     boxpoints: "outliers"
3463     whiskerwidth: 0
3464   layout:
3465     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3466     layout: "plot-throughput"
3467
3468 -
3469   type: "plot"
3470   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3471   algorithm: "plot_performance_box"
3472   output-file-type: ".html"
3473   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3474   data: "plot-vpp-throughput-latency-3n-hsw"
3475   filter: "'NIC_Intel-X710' and
3476            '64B' and
3477            ('BASE' or 'SCALE') and
3478            'NDRPDR' and
3479            'ETH' and
3480            '2T2C' and
3481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3482            not 'VHOST' and
3483            not 'MEMIF'"
3484   parameters:
3485   - "throughput"
3486   - "parent"
3487   - "tags"
3488   sort:
3489   - "L2PATCH"
3490   - "L2XCBASE"
3491   - "BASE"
3492   - "FIB_10K"
3493   - "FIB_100K"
3494   - "FIB_1M"
3495   traces:
3496     hoverinfo: "x+y"
3497     boxpoints: "outliers"
3498     whiskerwidth: 0
3499   layout:
3500     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3501     layout: "plot-throughput"
3502
3503 -
3504   type: "plot"
3505   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3506   algorithm: "plot_performance_box"
3507   output-file-type: ".html"
3508   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3509   data: "plot-vpp-throughput-latency-3n-hsw"
3510   filter: "'NIC_Intel-X710' and
3511            '64B' and
3512            ('BASE' or 'SCALE') and
3513            'NDRPDR' and
3514            'ETH' and
3515            '2T2C' and
3516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3517            not 'VHOST' and
3518            not 'MEMIF'"
3519   parameters:
3520   - "throughput"
3521   - "parent"
3522   - "tags"
3523   sort:
3524   - "L2PATCH"
3525   - "L2XCBASE"
3526   - "BASE"
3527   - "FIB_10K"
3528   - "FIB_100K"
3529   - "FIB_1M"
3530   traces:
3531     hoverinfo: "x+y"
3532     boxpoints: "outliers"
3533     whiskerwidth: 0
3534   layout:
3535     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3536     layout: "plot-throughput"
3537
3538 # Packet Throughput - VPP L2 3n-hsw-x710 features
3539 -
3540   type: "plot"
3541   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3542   algorithm: "plot_performance_box"
3543   output-file-type: ".html"
3544   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3545   data: "plot-vpp-throughput-latency-3n-hsw"
3546   filter: "'NIC_Intel-X710' and
3547            '64B' and
3548            'NDRPDR' and
3549            '1T1C' and
3550            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3551            not 'ACL' and
3552            not 'VHOST' and
3553            not 'MEMIF'"
3554   parameters:
3555   - "throughput"
3556   - "parent"
3557   - "tags"
3558   sort:
3559   - "L2XCBASE"    # l2xcbase
3560   - "L2BDBASE"    # l2bdbase
3561   - "L2XCFWD"     # dot1q-l2xcbase
3562   - "L2BDMACLRN"  # dot1q-l2bdbase
3563   traces:
3564     hoverinfo: "x+y"
3565     boxpoints: "outliers"
3566     whiskerwidth: 0
3567   layout:
3568     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3569     layout: "plot-throughput"
3570
3571 -
3572   type: "plot"
3573   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3574   algorithm: "plot_performance_box"
3575   output-file-type: ".html"
3576   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3577   data: "plot-vpp-throughput-latency-3n-hsw"
3578   filter: "'NIC_Intel-X710' and
3579            '64B' and
3580            'NDRPDR' and
3581            '1T1C' and
3582            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3583            not 'ACL' and
3584            not 'VHOST' and
3585            not 'MEMIF'"
3586   parameters:
3587   - "throughput"
3588   - "parent"
3589   - "tags"
3590   sort:
3591   - "L2XCBASE"    # l2xcbase
3592   - "L2BDBASE"    # l2bdbase
3593   - "L2XCFWD"     # dot1q-l2xcbase
3594   - "L2BDMACLRN"  # dot1q-l2bdbase
3595   traces:
3596     hoverinfo: "x+y"
3597     boxpoints: "outliers"
3598     whiskerwidth: 0
3599   layout:
3600     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3601     layout: "plot-throughput"
3602
3603 -
3604   type: "plot"
3605   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3606   algorithm: "plot_performance_box"
3607   output-file-type: ".html"
3608   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3609   data: "plot-vpp-throughput-latency-3n-hsw"
3610   filter: "'NIC_Intel-X710' and
3611            '64B' and
3612            'NDRPDR' and
3613            '2T2C' and
3614            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3615            not 'ACL' and
3616            not 'VHOST' and
3617            not 'MEMIF'"
3618   parameters:
3619   - "throughput"
3620   - "parent"
3621   - "tags"
3622   sort:
3623   - "L2XCBASE"    # l2xcbase
3624   - "L2BDBASE"    # l2bdbase
3625   - "L2XCFWD"     # dot1q-l2xcbase
3626   - "L2BDMACLRN"  # dot1q-l2bdbase
3627   traces:
3628     hoverinfo: "x+y"
3629     boxpoints: "outliers"
3630     whiskerwidth: 0
3631   layout:
3632     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3633     layout: "plot-throughput"
3634
3635 -
3636   type: "plot"
3637   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3638   algorithm: "plot_performance_box"
3639   output-file-type: ".html"
3640   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3641   data: "plot-vpp-throughput-latency-3n-hsw"
3642   filter: "'NIC_Intel-X710' and
3643            '64B' and
3644            'NDRPDR' and
3645            '2T2C' and
3646            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3647            not 'ACL' and
3648            not 'VHOST' and
3649            not 'MEMIF'"
3650   parameters:
3651   - "throughput"
3652   - "parent"
3653   - "tags"
3654   sort:
3655   - "L2XCBASE"    # l2xcbase
3656   - "L2BDBASE"    # l2bdbase
3657   - "L2XCFWD"     # dot1q-l2xcbase
3658   - "L2BDMACLRN"  # dot1q-l2bdbase
3659   traces:
3660     hoverinfo: "x+y"
3661     boxpoints: "outliers"
3662     whiskerwidth: 0
3663   layout:
3664     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3665     layout: "plot-throughput"
3666
3667 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
3668 -
3669   type: "plot"
3670   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3671   algorithm: "plot_performance_box"
3672   output-file-type: ".html"
3673   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3674   data: "plot-vpp-throughput-latency-3n-hsw"
3675   filter: "'NIC_Intel-XL710' and
3676            '64B' and
3677            ('BASE' or 'SCALE') and
3678            'NDRPDR' and
3679            'ETH' and
3680            '1T1C' and
3681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3682            not 'VHOST' and
3683            not 'MEMIF'"
3684   parameters:
3685   - "throughput"
3686   - "parent"
3687   - "tags"
3688   sort:
3689   - "L2PATCH"
3690   - "L2XCBASE"
3691   - "BASE"
3692   - "FIB_10K"
3693   - "FIB_100K"
3694   - "FIB_1M"
3695   traces:
3696     hoverinfo: "x+y"
3697     boxpoints: "outliers"
3698     whiskerwidth: 0
3699   layout:
3700     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3701     layout: "plot-throughput"
3702
3703 -
3704   type: "plot"
3705   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3706   algorithm: "plot_performance_box"
3707   output-file-type: ".html"
3708   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3709   data: "plot-vpp-throughput-latency-3n-hsw"
3710   filter: "'NIC_Intel-XL710' and
3711            '64B' and
3712            ('BASE' or 'SCALE') and
3713            'NDRPDR' and
3714            'ETH' and
3715            '1T1C' and
3716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3717            not 'VHOST' and
3718            not 'MEMIF'"
3719   parameters:
3720   - "throughput"
3721   - "parent"
3722   - "tags"
3723   sort:
3724   - "L2PATCH"
3725   - "L2XCBASE"
3726   - "BASE"
3727   - "FIB_10K"
3728   - "FIB_100K"
3729   - "FIB_1M"
3730   traces:
3731     hoverinfo: "x+y"
3732     boxpoints: "outliers"
3733     whiskerwidth: 0
3734   layout:
3735     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3736     layout: "plot-throughput"
3737
3738 -
3739   type: "plot"
3740   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3741   algorithm: "plot_performance_box"
3742   output-file-type: ".html"
3743   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3744   data: "plot-vpp-throughput-latency-3n-hsw"
3745   filter: "'NIC_Intel-XL710' and
3746            '64B' and
3747            ('BASE' or 'SCALE') and
3748            'NDRPDR' and
3749            'ETH' and
3750            '2T2C' and
3751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3752            not 'VHOST' and
3753            not 'MEMIF'"
3754   parameters:
3755   - "throughput"
3756   - "parent"
3757   - "tags"
3758   sort:
3759   - "L2PATCH"
3760   - "L2XCBASE"
3761   - "BASE"
3762   - "FIB_10K"
3763   - "FIB_100K"
3764   - "FIB_1M"
3765   traces:
3766     hoverinfo: "x+y"
3767     boxpoints: "outliers"
3768     whiskerwidth: 0
3769   layout:
3770     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3771     layout: "plot-throughput"
3772
3773 -
3774   type: "plot"
3775   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3776   algorithm: "plot_performance_box"
3777   output-file-type: ".html"
3778   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3779   data: "plot-vpp-throughput-latency-3n-hsw"
3780   filter: "'NIC_Intel-XL710' and
3781            '64B' and
3782            ('BASE' or 'SCALE') and
3783            'NDRPDR' and
3784            'ETH' and
3785            '2T2C' and
3786            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3787            not 'VHOST' and
3788            not 'MEMIF'"
3789   parameters:
3790   - "throughput"
3791   - "parent"
3792   - "tags"
3793   sort:
3794   - "L2PATCH"
3795   - "L2XCBASE"
3796   - "BASE"
3797   - "FIB_10K"
3798   - "FIB_100K"
3799   - "FIB_1M"
3800   traces:
3801     hoverinfo: "x+y"
3802     boxpoints: "outliers"
3803     whiskerwidth: 0
3804   layout:
3805     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3806     layout: "plot-throughput"
3807
3808 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
3809 -
3810   type: "plot"
3811   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3812   algorithm: "plot_performance_box"
3813   output-file-type: ".html"
3814   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3815   data: "plot-vpp-throughput-latency-3n-skx"
3816   filter: "'NIC_Intel-X710' and
3817            '64B' and
3818            ('BASE' or 'SCALE') and
3819            'NDRPDR' and
3820            'ETH' and
3821            '2T1C' and
3822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3823            not 'VHOST' and
3824            not 'MEMIF'"
3825   parameters:
3826   - "throughput"
3827   - "parent"
3828   - "tags"
3829   sort:
3830   - "L2PATCH"
3831   - "L2XCBASE"
3832   - "BASE"
3833   - "FIB_10K"
3834   - "FIB_100K"
3835   - "FIB_1M"
3836   traces:
3837     hoverinfo: "x+y"
3838     boxpoints: "outliers"
3839     whiskerwidth: 0
3840   layout:
3841     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3842     layout: "plot-throughput"
3843
3844 -
3845   type: "plot"
3846   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3847   algorithm: "plot_performance_box"
3848   output-file-type: ".html"
3849   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3850   data: "plot-vpp-throughput-latency-3n-skx"
3851   filter: "'NIC_Intel-X710' and
3852            '64B' and
3853            ('BASE' or 'SCALE') and
3854            'NDRPDR' and
3855            'ETH' and
3856            '2T1C' and
3857            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3858            not 'VHOST' and
3859            not 'MEMIF'"
3860   parameters:
3861   - "throughput"
3862   - "parent"
3863   - "tags"
3864   sort:
3865   - "L2PATCH"
3866   - "L2XCBASE"
3867   - "BASE"
3868   - "FIB_10K"
3869   - "FIB_100K"
3870   - "FIB_1M"
3871   traces:
3872     hoverinfo: "x+y"
3873     boxpoints: "outliers"
3874     whiskerwidth: 0
3875   layout:
3876     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3877     layout: "plot-throughput"
3878
3879 -
3880   type: "plot"
3881   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3882   algorithm: "plot_performance_box"
3883   output-file-type: ".html"
3884   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3885   data: "plot-vpp-throughput-latency-3n-skx"
3886   filter: "'NIC_Intel-X710' and
3887            '64B' and
3888            ('BASE' or 'SCALE') and
3889            'NDRPDR' and
3890            'ETH' and
3891            '4T2C' and
3892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3893            not 'VHOST' and
3894            not 'MEMIF'"
3895   parameters:
3896   - "throughput"
3897   - "parent"
3898   - "tags"
3899   sort:
3900   - "L2PATCH"
3901   - "L2XCBASE"
3902   - "BASE"
3903   - "FIB_10K"
3904   - "FIB_100K"
3905   - "FIB_1M"
3906   traces:
3907     hoverinfo: "x+y"
3908     boxpoints: "outliers"
3909     whiskerwidth: 0
3910   layout:
3911     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3912     layout: "plot-throughput"
3913
3914 -
3915   type: "plot"
3916   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3917   algorithm: "plot_performance_box"
3918   output-file-type: ".html"
3919   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3920   data: "plot-vpp-throughput-latency-3n-skx"
3921   filter: "'NIC_Intel-X710' and
3922            '64B' and
3923            ('BASE' or 'SCALE') and
3924            'NDRPDR' and
3925            'ETH' and
3926            '4T2C' and
3927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3928            not 'VHOST' and
3929            not 'MEMIF'"
3930   parameters:
3931   - "throughput"
3932   - "parent"
3933   - "tags"
3934   sort:
3935   - "L2PATCH"
3936   - "L2XCBASE"
3937   - "BASE"
3938   - "FIB_10K"
3939   - "FIB_100K"
3940   - "FIB_1M"
3941   traces:
3942     hoverinfo: "x+y"
3943     boxpoints: "outliers"
3944     whiskerwidth: 0
3945   layout:
3946     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3947     layout: "plot-throughput"
3948
3949 # Packet Throughput - VPP L2 3n-skx-x710 features
3950 -
3951   type: "plot"
3952   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3953   algorithm: "plot_performance_box"
3954   output-file-type: ".html"
3955   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3956   data: "plot-vpp-throughput-latency-3n-skx"
3957   filter: "'NIC_Intel-X710' and
3958            '64B' and
3959            'NDRPDR' and
3960            '2T1C' and
3961            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3962            not 'ACL' and
3963            not 'VHOST' and
3964            not 'MEMIF'"
3965   parameters:
3966   - "throughput"
3967   - "parent"
3968   - "tags"
3969   sort:
3970   - "L2XCBASE"    # l2xcbase
3971   - "L2BDBASE"    # l2bdbase
3972   - "L2XCFWD"     # dot1q-l2xcbase
3973   - "L2BDMACLRN"  # dot1q-l2bdbase
3974   traces:
3975     hoverinfo: "x+y"
3976     boxpoints: "outliers"
3977     whiskerwidth: 0
3978   layout:
3979     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3980     layout: "plot-throughput"
3981
3982 -
3983   type: "plot"
3984   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3985   algorithm: "plot_performance_box"
3986   output-file-type: ".html"
3987   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3988   data: "plot-vpp-throughput-latency-3n-skx"
3989   filter: "'NIC_Intel-X710' and
3990            '64B' and
3991            'NDRPDR' and
3992            '2T1C' and
3993            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3994            not 'ACL' and
3995            not 'VHOST' and
3996            not 'MEMIF'"
3997   parameters:
3998   - "throughput"
3999   - "parent"
4000   - "tags"
4001   sort:
4002   - "L2XCBASE"    # l2xcbase
4003   - "L2BDBASE"    # l2bdbase
4004   - "L2XCFWD"     # dot1q-l2xcbase
4005   - "L2BDMACLRN"  # dot1q-l2bdbase
4006   traces:
4007     hoverinfo: "x+y"
4008     boxpoints: "outliers"
4009     whiskerwidth: 0
4010   layout:
4011     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4012     layout: "plot-throughput"
4013
4014 -
4015   type: "plot"
4016   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4017   algorithm: "plot_performance_box"
4018   output-file-type: ".html"
4019   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4020   data: "plot-vpp-throughput-latency-3n-skx"
4021   filter: "'NIC_Intel-X710' and
4022            '64B' and
4023            'NDRPDR' and
4024            '4T2C' and
4025            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4026            not 'ACL' and
4027            not 'VHOST' and
4028            not 'MEMIF'"
4029   parameters:
4030   - "throughput"
4031   - "parent"
4032   - "tags"
4033   sort:
4034   - "L2XCBASE"    # l2xcbase
4035   - "L2BDBASE"    # l2bdbase
4036   - "L2XCFWD"     # dot1q-l2xcbase
4037   - "L2BDMACLRN"  # dot1q-l2bdbase
4038   traces:
4039     hoverinfo: "x+y"
4040     boxpoints: "outliers"
4041     whiskerwidth: 0
4042   layout:
4043     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4044     layout: "plot-throughput"
4045
4046 -
4047   type: "plot"
4048   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4049   algorithm: "plot_performance_box"
4050   output-file-type: ".html"
4051   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4052   data: "plot-vpp-throughput-latency-3n-skx"
4053   filter: "'NIC_Intel-X710' and
4054            '64B' and
4055            'NDRPDR' and
4056            '4T2C' and
4057            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4058            not 'ACL' and
4059            not 'VHOST' and
4060            not 'MEMIF'"
4061   parameters:
4062   - "throughput"
4063   - "parent"
4064   - "tags"
4065   sort:
4066   - "L2XCBASE"    # l2xcbase
4067   - "L2BDBASE"    # l2bdbase
4068   - "L2XCFWD"     # dot1q-l2xcbase
4069   - "L2BDMACLRN"  # dot1q-l2bdbase
4070   traces:
4071     hoverinfo: "x+y"
4072     boxpoints: "outliers"
4073     whiskerwidth: 0
4074   layout:
4075     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4076     layout: "plot-throughput"
4077
4078 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
4079 -
4080   type: "plot"
4081   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4082   algorithm: "plot_performance_box"
4083   output-file-type: ".html"
4084   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4085   data: "plot-vpp-throughput-latency-3n-skx"
4086   filter: "'NIC_Intel-XXV710' and
4087            '64B' and
4088            ('BASE' or 'SCALE') and
4089            'NDRPDR' and
4090            'ETH' and
4091            '2T1C' and
4092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4093            not 'VHOST' and
4094            not 'MEMIF'"
4095   parameters:
4096   - "throughput"
4097   - "parent"
4098   - "tags"
4099   sort:
4100   - "L2PATCH"
4101   - "L2XCBASE"
4102   - "BASE"
4103   - "FIB_10K"
4104   - "FIB_100K"
4105   - "FIB_1M"
4106   traces:
4107     hoverinfo: "x+y"
4108     boxpoints: "outliers"
4109     whiskerwidth: 0
4110   layout:
4111     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4112     layout: "plot-throughput"
4113
4114 -
4115   type: "plot"
4116   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4117   algorithm: "plot_performance_box"
4118   output-file-type: ".html"
4119   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4120   data: "plot-vpp-throughput-latency-3n-skx"
4121   filter: "'NIC_Intel-XXV710' and
4122            '64B' and
4123            ('BASE' or 'SCALE') and
4124            'NDRPDR' and
4125            'ETH' and
4126            '2T1C' and
4127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4128            not 'VHOST' and
4129            not 'MEMIF'"
4130   parameters:
4131   - "throughput"
4132   - "parent"
4133   - "tags"
4134   sort:
4135   - "L2PATCH"
4136   - "L2XCBASE"
4137   - "BASE"
4138   - "FIB_10K"
4139   - "FIB_100K"
4140   - "FIB_1M"
4141   traces:
4142     hoverinfo: "x+y"
4143     boxpoints: "outliers"
4144     whiskerwidth: 0
4145   layout:
4146     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4147     layout: "plot-throughput"
4148
4149 -
4150   type: "plot"
4151   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4152   algorithm: "plot_performance_box"
4153   output-file-type: ".html"
4154   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4155   data: "plot-vpp-throughput-latency-3n-skx"
4156   filter: "'NIC_Intel-XXV710' and
4157            '64B' and
4158            ('BASE' or 'SCALE') and
4159            'NDRPDR' and
4160            'ETH' and
4161            '4T2C' and
4162            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4163            not 'VHOST' and
4164            not 'MEMIF'"
4165   parameters:
4166   - "throughput"
4167   - "parent"
4168   - "tags"
4169   sort:
4170   - "L2PATCH"
4171   - "L2XCBASE"
4172   - "BASE"
4173   - "FIB_10K"
4174   - "FIB_100K"
4175   - "FIB_1M"
4176   traces:
4177     hoverinfo: "x+y"
4178     boxpoints: "outliers"
4179     whiskerwidth: 0
4180   layout:
4181     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4182     layout: "plot-throughput"
4183
4184 -
4185   type: "plot"
4186   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4187   algorithm: "plot_performance_box"
4188   output-file-type: ".html"
4189   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4190   data: "plot-vpp-throughput-latency-3n-skx"
4191   filter: "'NIC_Intel-XXV710' and
4192            '64B' and
4193            ('BASE' or 'SCALE') and
4194            'NDRPDR' and
4195            'ETH' and
4196            '4T2C' and
4197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4198            not 'VHOST' and
4199            not 'MEMIF'"
4200   parameters:
4201   - "throughput"
4202   - "parent"
4203   - "tags"
4204   sort:
4205   - "L2PATCH"
4206   - "L2XCBASE"
4207   - "BASE"
4208   - "FIB_10K"
4209   - "FIB_100K"
4210   - "FIB_1M"
4211   traces:
4212     hoverinfo: "x+y"
4213     boxpoints: "outliers"
4214     whiskerwidth: 0
4215   layout:
4216     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4217     layout: "plot-throughput"
4218
4219 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
4220 -
4221   type: "plot"
4222   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4223   algorithm: "plot_performance_box"
4224   output-file-type: ".html"
4225   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4226   data: "plot-vpp-throughput-latency-2n-skx"
4227   filter: "'NIC_Intel-X710' and
4228            '64B' and
4229            ('BASE' or 'SCALE') and
4230            'NDRPDR' and
4231            'ETH' and
4232            '2T1C' and
4233            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4234            not 'VHOST' and
4235            not 'MEMIF'"
4236   parameters:
4237   - "throughput"
4238   - "parent"
4239   - "tags"
4240   sort:
4241   - "L2PATCH"
4242   - "L2XCBASE"
4243   - "BASE"
4244   - "FIB_10K"
4245   - "FIB_100K"
4246   - "FIB_1M"
4247   traces:
4248     hoverinfo: "x+y"
4249     boxpoints: "outliers"
4250     whiskerwidth: 0
4251   layout:
4252     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4253     layout: "plot-throughput"
4254
4255 -
4256   type: "plot"
4257   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4258   algorithm: "plot_performance_box"
4259   output-file-type: ".html"
4260   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4261   data: "plot-vpp-throughput-latency-2n-skx"
4262   filter: "'NIC_Intel-X710' and
4263            '64B' and
4264            ('BASE' or 'SCALE') and
4265            'NDRPDR' and
4266            'ETH' and
4267            '2T1C' and
4268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4269            not 'VHOST' and
4270            not 'MEMIF'"
4271   parameters:
4272   - "throughput"
4273   - "parent"
4274   - "tags"
4275   sort:
4276   - "L2PATCH"
4277   - "L2XCBASE"
4278   - "BASE"
4279   - "FIB_10K"
4280   - "FIB_100K"
4281   - "FIB_1M"
4282   traces:
4283     hoverinfo: "x+y"
4284     boxpoints: "outliers"
4285     whiskerwidth: 0
4286   layout:
4287     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4288     layout: "plot-throughput"
4289
4290 -
4291   type: "plot"
4292   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4293   algorithm: "plot_performance_box"
4294   output-file-type: ".html"
4295   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4296   data: "plot-vpp-throughput-latency-2n-skx"
4297   filter: "'NIC_Intel-X710' and
4298            '64B' and
4299            ('BASE' or 'SCALE') and
4300            'NDRPDR' and
4301            'ETH' and
4302            '4T2C' and
4303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4304            not 'VHOST' and
4305            not 'MEMIF'"
4306   parameters:
4307   - "throughput"
4308   - "parent"
4309   - "tags"
4310   sort:
4311   - "L2PATCH"
4312   - "L2XCBASE"
4313   - "BASE"
4314   - "FIB_10K"
4315   - "FIB_100K"
4316   - "FIB_1M"
4317   traces:
4318     hoverinfo: "x+y"
4319     boxpoints: "outliers"
4320     whiskerwidth: 0
4321   layout:
4322     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4323     layout: "plot-throughput"
4324
4325 -
4326   type: "plot"
4327   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4328   algorithm: "plot_performance_box"
4329   output-file-type: ".html"
4330   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4331   data: "plot-vpp-throughput-latency-2n-skx"
4332   filter: "'NIC_Intel-X710' and
4333            '64B' and
4334            ('BASE' or 'SCALE') and
4335            'NDRPDR' and
4336            'ETH' and
4337            '4T2C' and
4338            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4339            not 'VHOST' and
4340            not 'MEMIF'"
4341   parameters:
4342   - "throughput"
4343   - "parent"
4344   - "tags"
4345   sort:
4346   - "L2PATCH"
4347   - "L2XCBASE"
4348   - "BASE"
4349   - "FIB_10K"
4350   - "FIB_100K"
4351   - "FIB_1M"
4352   traces:
4353     hoverinfo: "x+y"
4354     boxpoints: "outliers"
4355     whiskerwidth: 0
4356   layout:
4357     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4358     layout: "plot-throughput"
4359
4360 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
4361 -
4362   type: "plot"
4363   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4364   algorithm: "plot_performance_box"
4365   output-file-type: ".html"
4366   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4367   data: "plot-vpp-throughput-latency-2n-skx"
4368   filter: "'NIC_Intel-XXV710' and
4369            '64B' and
4370            ('BASE' or 'SCALE') and
4371            'NDRPDR' and
4372            'ETH' and
4373            '2T1C' and
4374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4375            not 'VHOST' and
4376            not 'MEMIF'"
4377   parameters:
4378   - "throughput"
4379   - "parent"
4380   - "tags"
4381   sort:
4382   - "L2PATCH"
4383   - "L2XCBASE"
4384   - "BASE"
4385   - "FIB_10K"
4386   - "FIB_100K"
4387   - "FIB_1M"
4388   traces:
4389     hoverinfo: "x+y"
4390     boxpoints: "outliers"
4391     whiskerwidth: 0
4392   layout:
4393     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4394     layout: "plot-throughput"
4395
4396 -
4397   type: "plot"
4398   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4399   algorithm: "plot_performance_box"
4400   output-file-type: ".html"
4401   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4402   data: "plot-vpp-throughput-latency-2n-skx"
4403   filter: "'NIC_Intel-XXV710' and
4404            '64B' and
4405            ('BASE' or 'SCALE') and
4406            'NDRPDR' and
4407            'ETH' and
4408            '2T1C' and
4409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4410            not 'VHOST' and
4411            not 'MEMIF'"
4412   parameters:
4413   - "throughput"
4414   - "parent"
4415   - "tags"
4416   sort:
4417   - "L2PATCH"
4418   - "L2XCBASE"
4419   - "BASE"
4420   - "FIB_10K"
4421   - "FIB_100K"
4422   - "FIB_1M"
4423   traces:
4424     hoverinfo: "x+y"
4425     boxpoints: "outliers"
4426     whiskerwidth: 0
4427   layout:
4428     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4429     layout: "plot-throughput"
4430
4431 -
4432   type: "plot"
4433   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4434   algorithm: "plot_performance_box"
4435   output-file-type: ".html"
4436   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4437   data: "plot-vpp-throughput-latency-2n-skx"
4438   filter: "'NIC_Intel-XXV710' and
4439            '64B' and
4440            ('BASE' or 'SCALE') and
4441            'NDRPDR' and
4442            'ETH' and
4443            '4T2C' and
4444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4445            not 'VHOST' and
4446            not 'MEMIF'"
4447   parameters:
4448   - "throughput"
4449   - "parent"
4450   - "tags"
4451   sort:
4452   - "L2PATCH"
4453   - "L2XCBASE"
4454   - "BASE"
4455   - "FIB_10K"
4456   - "FIB_100K"
4457   - "FIB_1M"
4458   traces:
4459     hoverinfo: "x+y"
4460     boxpoints: "outliers"
4461     whiskerwidth: 0
4462   layout:
4463     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4464     layout: "plot-throughput"
4465
4466 -
4467   type: "plot"
4468   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4469   algorithm: "plot_performance_box"
4470   output-file-type: ".html"
4471   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4472   data: "plot-vpp-throughput-latency-2n-skx"
4473   filter: "'NIC_Intel-XXV710' and
4474            '64B' and
4475            ('BASE' or 'SCALE') and
4476            'NDRPDR' and
4477            'ETH' and
4478            '4T2C' and
4479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4480            not 'VHOST' and
4481            not 'MEMIF'"
4482   parameters:
4483   - "throughput"
4484   - "parent"
4485   - "tags"
4486   sort:
4487   - "L2PATCH"
4488   - "L2XCBASE"
4489   - "BASE"
4490   - "FIB_10K"
4491   - "FIB_100K"
4492   - "FIB_1M"
4493   traces:
4494     hoverinfo: "x+y"
4495     boxpoints: "outliers"
4496     whiskerwidth: 0
4497   layout:
4498     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4499     layout: "plot-throughput"
4500
4501 ################################################################################
4502
4503 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4504 -
4505   type: "plot"
4506   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4507   algorithm: "plot_performance_box"
4508   output-file-type: ".html"
4509   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4510   data: "plot-vpp-throughput-latency-3n-hsw"
4511   filter: "'NIC_Intel-X520-DA2' and
4512            '64B' and
4513            ('BASE' or 'SCALE') and
4514            'NDRPDR' and
4515            '1T1C' and
4516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4517            not 'VHOST' and
4518            'MEMIF'"
4519   parameters:
4520   - "throughput"
4521   - "parent"
4522   - "tags"
4523   sort:
4524   - "L2XCFWD"
4525   - "L2XCFWD"
4526   - "L2XCFWD"
4527   - "L2BDMACLRN"
4528   - "L2BDMACLRN"
4529   - "L2BDMACLRN"
4530   traces:
4531     hoverinfo: "x+y"
4532     boxpoints: "outliers"
4533     whiskerwidth: 0
4534   layout:
4535     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4536     layout: "plot-throughput"
4537
4538 -
4539   type: "plot"
4540   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4541   algorithm: "plot_performance_box"
4542   output-file-type: ".html"
4543   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4544   data: "plot-vpp-throughput-latency-3n-hsw"
4545   filter: "'NIC_Intel-X520-DA2' and
4546            '64B' and
4547            ('BASE' or 'SCALE') and
4548            'NDRPDR' and
4549            '1T1C' and
4550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4551            not 'VHOST' and
4552            'MEMIF'"
4553   parameters:
4554   - "throughput"
4555   - "parent"
4556   - "tags"
4557   sort:
4558   - "L2XCFWD"
4559   - "L2XCFWD"
4560   - "L2XCFWD"
4561   - "L2BDMACLRN"
4562   - "L2BDMACLRN"
4563   - "L2BDMACLRN"
4564   traces:
4565     hoverinfo: "x+y"
4566     boxpoints: "outliers"
4567     whiskerwidth: 0
4568   layout:
4569     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4570     layout: "plot-throughput"
4571
4572 -
4573   type: "plot"
4574   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4575   algorithm: "plot_performance_box"
4576   output-file-type: ".html"
4577   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4578   data: "plot-vpp-throughput-latency-3n-hsw"
4579   filter: "'NIC_Intel-X520-DA2' and
4580            '64B' and
4581            ('BASE' or 'SCALE') and
4582            'NDRPDR' and
4583            '2T2C' and
4584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4585            not 'VHOST' and
4586            'MEMIF'"
4587   parameters:
4588   - "throughput"
4589   - "parent"
4590   - "tags"
4591   sort:
4592   - "L2XCFWD"
4593   - "L2XCFWD"
4594   - "L2XCFWD"
4595   - "L2BDMACLRN"
4596   - "L2BDMACLRN"
4597   - "L2BDMACLRN"
4598   traces:
4599     hoverinfo: "x+y"
4600     boxpoints: "outliers"
4601     whiskerwidth: 0
4602   layout:
4603     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4604     layout: "plot-throughput"
4605
4606 -
4607   type: "plot"
4608   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4609   algorithm: "plot_performance_box"
4610   output-file-type: ".html"
4611   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4612   data: "plot-vpp-throughput-latency-3n-hsw"
4613   filter: "'NIC_Intel-X520-DA2' and
4614            '64B' and
4615            ('BASE' or 'SCALE') and
4616            'NDRPDR' and
4617            '2T2C' and
4618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4619            not 'VHOST' and
4620            'MEMIF'"
4621   parameters:
4622   - "throughput"
4623   - "parent"
4624   - "tags"
4625   sort:
4626   - "L2XCFWD"
4627   - "L2XCFWD"
4628   - "L2XCFWD"
4629   - "L2BDMACLRN"
4630   - "L2BDMACLRN"
4631   - "L2BDMACLRN"
4632   traces:
4633     hoverinfo: "x+y"
4634     boxpoints: "outliers"
4635     whiskerwidth: 0
4636   layout:
4637     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4638     layout: "plot-throughput"
4639
4640 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4641 -
4642   type: "plot"
4643   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4644   algorithm: "plot_performance_box"
4645   output-file-type: ".html"
4646   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4647   data: "plot-vpp-throughput-latency-3n-hsw"
4648   filter: "'NIC_Intel-X710' and
4649            '64B' and
4650            ('BASE' or 'SCALE') and
4651            'NDRPDR' and
4652            '1T1C' and
4653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4654            not 'VHOST' and
4655            'MEMIF'"
4656   parameters:
4657   - "throughput"
4658   - "parent"
4659   - "tags"
4660   sort:
4661   - "L2XCFWD"
4662   - "L2XCFWD"
4663   - "L2XCFWD"
4664   - "L2BDMACLRN"
4665   - "L2BDMACLRN"
4666   - "L2BDMACLRN"
4667   traces:
4668     hoverinfo: "x+y"
4669     boxpoints: "outliers"
4670     whiskerwidth: 0
4671   layout:
4672     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4673     layout: "plot-throughput"
4674
4675 -
4676   type: "plot"
4677   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4678   algorithm: "plot_performance_box"
4679   output-file-type: ".html"
4680   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4681   data: "plot-vpp-throughput-latency-3n-hsw"
4682   filter: "'NIC_Intel-X710' and
4683            '64B' and
4684            ('BASE' or 'SCALE') and
4685            'NDRPDR' and
4686            '1T1C' and
4687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4688            not 'VHOST' and
4689            'MEMIF'"
4690   parameters:
4691   - "throughput"
4692   - "parent"
4693   - "tags"
4694   sort:
4695   - "L2XCFWD"
4696   - "L2XCFWD"
4697   - "L2XCFWD"
4698   - "L2BDMACLRN"
4699   - "L2BDMACLRN"
4700   - "L2BDMACLRN"
4701   traces:
4702     hoverinfo: "x+y"
4703     boxpoints: "outliers"
4704     whiskerwidth: 0
4705   layout:
4706     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4707     layout: "plot-throughput"
4708
4709 -
4710   type: "plot"
4711   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4712   algorithm: "plot_performance_box"
4713   output-file-type: ".html"
4714   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4715   data: "plot-vpp-throughput-latency-3n-hsw"
4716   filter: "'NIC_Intel-X710' and
4717            '64B' and
4718            ('BASE' or 'SCALE') and
4719            'NDRPDR' and
4720            '2T2C' and
4721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4722            not 'VHOST' and
4723            'MEMIF'"
4724   parameters:
4725   - "throughput"
4726   - "parent"
4727   - "tags"
4728   sort:
4729   - "L2XCFWD"
4730   - "L2XCFWD"
4731   - "L2XCFWD"
4732   - "L2BDMACLRN"
4733   - "L2BDMACLRN"
4734   - "L2BDMACLRN"
4735   traces:
4736     hoverinfo: "x+y"
4737     boxpoints: "outliers"
4738     whiskerwidth: 0
4739   layout:
4740     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4741     layout: "plot-throughput"
4742
4743 -
4744   type: "plot"
4745   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4746   algorithm: "plot_performance_box"
4747   output-file-type: ".html"
4748   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4749   data: "plot-vpp-throughput-latency-3n-hsw"
4750   filter: "'NIC_Intel-X710' and
4751            '64B' and
4752            ('BASE' or 'SCALE') and
4753            'NDRPDR' and
4754            '2T2C' and
4755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4756            not 'VHOST' and
4757            'MEMIF'"
4758   parameters:
4759   - "throughput"
4760   - "parent"
4761   - "tags"
4762   sort:
4763   - "L2XCFWD"
4764   - "L2XCFWD"
4765   - "L2XCFWD"
4766   - "L2BDMACLRN"
4767   - "L2BDMACLRN"
4768   - "L2BDMACLRN"
4769   traces:
4770     hoverinfo: "x+y"
4771     boxpoints: "outliers"
4772     whiskerwidth: 0
4773   layout:
4774     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4775     layout: "plot-throughput"
4776
4777 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4778 -
4779   type: "plot"
4780   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4781   algorithm: "plot_performance_box"
4782   output-file-type: ".html"
4783   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4784   data: "plot-vpp-throughput-latency-3n-hsw"
4785   filter: "'NIC_Intel-XL710' and
4786            '64B' and
4787            ('BASE' or 'SCALE') and
4788            'NDRPDR' and
4789            '1T1C' and
4790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4791            not 'VHOST' and
4792            'MEMIF'"
4793   parameters:
4794   - "throughput"
4795   - "parent"
4796   - "tags"
4797   sort:
4798   - "L2XCFWD"
4799   - "L2XCFWD"
4800   - "L2XCFWD"
4801   - "L2BDMACLRN"
4802   - "L2BDMACLRN"
4803   - "L2BDMACLRN"
4804   traces:
4805     hoverinfo: "x+y"
4806     boxpoints: "outliers"
4807     whiskerwidth: 0
4808   layout:
4809     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4810     layout: "plot-throughput"
4811
4812 -
4813   type: "plot"
4814   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4815   algorithm: "plot_performance_box"
4816   output-file-type: ".html"
4817   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4818   data: "plot-vpp-throughput-latency-3n-hsw"
4819   filter: "'NIC_Intel-XL710' and
4820            '64B' and
4821            ('BASE' or 'SCALE') and
4822            'NDRPDR' and
4823            '1T1C' and
4824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4825            not 'VHOST' and
4826            'MEMIF'"
4827   parameters:
4828   - "throughput"
4829   - "parent"
4830   - "tags"
4831   sort:
4832   - "L2XCFWD"
4833   - "L2XCFWD"
4834   - "L2XCFWD"
4835   - "L2BDMACLRN"
4836   - "L2BDMACLRN"
4837   - "L2BDMACLRN"
4838   traces:
4839     hoverinfo: "x+y"
4840     boxpoints: "outliers"
4841     whiskerwidth: 0
4842   layout:
4843     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4844     layout: "plot-throughput"
4845
4846 -
4847   type: "plot"
4848   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4849   algorithm: "plot_performance_box"
4850   output-file-type: ".html"
4851   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4852   data: "plot-vpp-throughput-latency-3n-hsw"
4853   filter: "'NIC_Intel-XL710' and
4854            '64B' and
4855            ('BASE' or 'SCALE') and
4856            'NDRPDR' and
4857            '2T2C' and
4858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4859            not 'VHOST' and
4860            'MEMIF'"
4861   parameters:
4862   - "throughput"
4863   - "parent"
4864   - "tags"
4865   sort:
4866   - "L2XCFWD"
4867   - "L2XCFWD"
4868   - "L2XCFWD"
4869   - "L2BDMACLRN"
4870   - "L2BDMACLRN"
4871   - "L2BDMACLRN"
4872   traces:
4873     hoverinfo: "x+y"
4874     boxpoints: "outliers"
4875     whiskerwidth: 0
4876   layout:
4877     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4878     layout: "plot-throughput"
4879
4880 -
4881   type: "plot"
4882   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4883   algorithm: "plot_performance_box"
4884   output-file-type: ".html"
4885   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4886   data: "plot-vpp-throughput-latency-3n-hsw"
4887   filter: "'NIC_Intel-XL710' and
4888            '64B' and
4889            ('BASE' or 'SCALE') and
4890            'NDRPDR' and
4891            '2T2C' and
4892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4893            not 'VHOST' and
4894            'MEMIF'"
4895   parameters:
4896   - "throughput"
4897   - "parent"
4898   - "tags"
4899   sort:
4900   - "L2XCFWD"
4901   - "L2XCFWD"
4902   - "L2XCFWD"
4903   - "L2BDMACLRN"
4904   - "L2BDMACLRN"
4905   - "L2BDMACLRN"
4906   traces:
4907     hoverinfo: "x+y"
4908     boxpoints: "outliers"
4909     whiskerwidth: 0
4910   layout:
4911     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4912     layout: "plot-throughput"
4913
4914 # Packet Throughput - VPP Container Memif 3n-skx-x710
4915 -
4916   type: "plot"
4917   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4918   algorithm: "plot_performance_box"
4919   output-file-type: ".html"
4920   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4921   data: "plot-vpp-throughput-latency-3n-skx"
4922   filter: "'NIC_Intel-X710' and
4923            '64B' and
4924            ('BASE' or 'SCALE') and
4925            'NDRPDR' and
4926            '2T1C' and
4927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4928            not 'VHOST' and
4929            'MEMIF'"
4930   parameters:
4931   - "throughput"
4932   - "parent"
4933   - "tags"
4934   sort:
4935   - "L2XCFWD"
4936   - "L2XCFWD"
4937   - "L2XCFWD"
4938   - "L2BDMACLRN"
4939   - "L2BDMACLRN"
4940   - "L2BDMACLRN"
4941   traces:
4942     hoverinfo: "x+y"
4943     boxpoints: "outliers"
4944     whiskerwidth: 0
4945   layout:
4946     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4947     layout: "plot-throughput"
4948
4949 -
4950   type: "plot"
4951   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4952   algorithm: "plot_performance_box"
4953   output-file-type: ".html"
4954   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4955   data: "plot-vpp-throughput-latency-3n-skx"
4956   filter: "'NIC_Intel-X710' and
4957            '64B' and
4958            ('BASE' or 'SCALE') and
4959            'NDRPDR' and
4960            '2T1C' and
4961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4962            not 'VHOST' and
4963            'MEMIF'"
4964   parameters:
4965   - "throughput"
4966   - "parent"
4967   - "tags"
4968   sort:
4969   - "L2XCFWD"
4970   - "L2XCFWD"
4971   - "L2XCFWD"
4972   - "L2BDMACLRN"
4973   - "L2BDMACLRN"
4974   - "L2BDMACLRN"
4975   traces:
4976     hoverinfo: "x+y"
4977     boxpoints: "outliers"
4978     whiskerwidth: 0
4979   layout:
4980     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4981     layout: "plot-throughput"
4982
4983 -
4984   type: "plot"
4985   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4986   algorithm: "plot_performance_box"
4987   output-file-type: ".html"
4988   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4989   data: "plot-vpp-throughput-latency-3n-skx"
4990   filter: "'NIC_Intel-X710' and
4991            '64B' and
4992            ('BASE' or 'SCALE') and
4993            'NDRPDR' and
4994            '4T2C' and
4995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4996            not 'VHOST' and
4997            'MEMIF'"
4998   parameters:
4999   - "throughput"
5000   - "parent"
5001   - "tags"
5002   sort:
5003   - "L2XCFWD"
5004   - "L2XCFWD"
5005   - "L2XCFWD"
5006   - "L2BDMACLRN"
5007   - "L2BDMACLRN"
5008   - "L2BDMACLRN"
5009   traces:
5010     hoverinfo: "x+y"
5011     boxpoints: "outliers"
5012     whiskerwidth: 0
5013   layout:
5014     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5015     layout: "plot-throughput"
5016
5017 -
5018   type: "plot"
5019   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5020   algorithm: "plot_performance_box"
5021   output-file-type: ".html"
5022   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5023   data: "plot-vpp-throughput-latency-3n-skx"
5024   filter: "'NIC_Intel-X710' and
5025            '64B' and
5026            ('BASE' or 'SCALE') and
5027            'NDRPDR' and
5028            '4T2C' and
5029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5030            not 'VHOST' and
5031            'MEMIF'"
5032   parameters:
5033   - "throughput"
5034   - "parent"
5035   - "tags"
5036   sort:
5037   - "L2XCFWD"
5038   - "L2XCFWD"
5039   - "L2XCFWD"
5040   - "L2BDMACLRN"
5041   - "L2BDMACLRN"
5042   - "L2BDMACLRN"
5043   traces:
5044     hoverinfo: "x+y"
5045     boxpoints: "outliers"
5046     whiskerwidth: 0
5047   layout:
5048     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5049     layout: "plot-throughput"
5050
5051 # Packet Throughput - VPP Container Memif 2n-skx-x710
5052 -
5053   type: "plot"
5054   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5055   algorithm: "plot_performance_box"
5056   output-file-type: ".html"
5057   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5058   data: "plot-vpp-throughput-latency-2n-skx"
5059   filter: "'NIC_Intel-X710' and
5060            '64B' and
5061            ('BASE' or 'SCALE') and
5062            'NDRPDR' and
5063            '2T1C' and
5064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5065            not 'VHOST' and
5066            'MEMIF'"
5067   parameters:
5068   - "throughput"
5069   - "parent"
5070   - "tags"
5071   sort:
5072   - "L2XCFWD"
5073   - "L2XCFWD"
5074   - "L2XCFWD"
5075   - "L2BDMACLRN"
5076   - "L2BDMACLRN"
5077   - "L2BDMACLRN"
5078   traces:
5079     hoverinfo: "x+y"
5080     boxpoints: "outliers"
5081     whiskerwidth: 0
5082   layout:
5083     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5084     layout: "plot-throughput"
5085
5086 -
5087   type: "plot"
5088   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5089   algorithm: "plot_performance_box"
5090   output-file-type: ".html"
5091   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5092   data: "plot-vpp-throughput-latency-2n-skx"
5093   filter: "'NIC_Intel-X710' and
5094            '64B' and
5095            ('BASE' or 'SCALE') and
5096            'NDRPDR' and
5097            '2T1C' and
5098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5099            not 'VHOST' and
5100            'MEMIF'"
5101   parameters:
5102   - "throughput"
5103   - "parent"
5104   - "tags"
5105   sort:
5106   - "L2XCFWD"
5107   - "L2XCFWD"
5108   - "L2XCFWD"
5109   - "L2BDMACLRN"
5110   - "L2BDMACLRN"
5111   - "L2BDMACLRN"
5112   traces:
5113     hoverinfo: "x+y"
5114     boxpoints: "outliers"
5115     whiskerwidth: 0
5116   layout:
5117     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5118     layout: "plot-throughput"
5119
5120 -
5121   type: "plot"
5122   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5123   algorithm: "plot_performance_box"
5124   output-file-type: ".html"
5125   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5126   data: "plot-vpp-throughput-latency-2n-skx"
5127   filter: "'NIC_Intel-X710' and
5128            '64B' and
5129            ('BASE' or 'SCALE') and
5130            'NDRPDR' and
5131            '4T2C' and
5132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5133            not 'VHOST' and
5134            'MEMIF'"
5135   parameters:
5136   - "throughput"
5137   - "parent"
5138   - "tags"
5139   sort:
5140   - "L2XCFWD"
5141   - "L2XCFWD"
5142   - "L2XCFWD"
5143   - "L2BDMACLRN"
5144   - "L2BDMACLRN"
5145   - "L2BDMACLRN"
5146   traces:
5147     hoverinfo: "x+y"
5148     boxpoints: "outliers"
5149     whiskerwidth: 0
5150   layout:
5151     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5152     layout: "plot-throughput"
5153
5154 -
5155   type: "plot"
5156   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5157   algorithm: "plot_performance_box"
5158   output-file-type: ".html"
5159   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5160   data: "plot-vpp-throughput-latency-2n-skx"
5161   filter: "'NIC_Intel-X710' and
5162            '64B' and
5163            ('BASE' or 'SCALE') and
5164            'NDRPDR' and
5165            '4T2C' and
5166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5167            not 'VHOST' and
5168            'MEMIF'"
5169   parameters:
5170   - "throughput"
5171   - "parent"
5172   - "tags"
5173   sort:
5174   - "L2XCFWD"
5175   - "L2XCFWD"
5176   - "L2XCFWD"
5177   - "L2BDMACLRN"
5178   - "L2BDMACLRN"
5179   - "L2BDMACLRN"
5180   traces:
5181     hoverinfo: "x+y"
5182     boxpoints: "outliers"
5183     whiskerwidth: 0
5184   layout:
5185     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5186     layout: "plot-throughput"
5187
5188 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
5189 -
5190   type: "plot"
5191   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5192   algorithm: "plot_performance_box"
5193   output-file-type: ".html"
5194   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5195   data: "plot-vpp-throughput-latency-2n-skx"
5196   filter: "'NIC_Intel-XXV710' and
5197            '64B' and
5198            ('BASE' or 'SCALE') and
5199            'NDRPDR' and
5200            '2T1C' and
5201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5202            not 'VHOST' and
5203            'MEMIF'"
5204   parameters:
5205   - "throughput"
5206   - "parent"
5207   - "tags"
5208   sort:
5209   - "L2XCFWD"
5210   - "L2XCFWD"
5211   - "L2XCFWD"
5212   - "L2BDMACLRN"
5213   - "L2BDMACLRN"
5214   - "L2BDMACLRN"
5215   traces:
5216     hoverinfo: "x+y"
5217     boxpoints: "outliers"
5218     whiskerwidth: 0
5219   layout:
5220     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5221     layout: "plot-throughput"
5222
5223 -
5224   type: "plot"
5225   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5226   algorithm: "plot_performance_box"
5227   output-file-type: ".html"
5228   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5229   data: "plot-vpp-throughput-latency-2n-skx"
5230   filter: "'NIC_Intel-XXV710' and
5231            '64B' and
5232            ('BASE' or 'SCALE') and
5233            'NDRPDR' and
5234            '2T1C' and
5235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5236            not 'VHOST' and
5237            'MEMIF'"
5238   parameters:
5239   - "throughput"
5240   - "parent"
5241   - "tags"
5242   sort:
5243   - "L2XCFWD"
5244   - "L2XCFWD"
5245   - "L2XCFWD"
5246   - "L2BDMACLRN"
5247   - "L2BDMACLRN"
5248   - "L2BDMACLRN"
5249   traces:
5250     hoverinfo: "x+y"
5251     boxpoints: "outliers"
5252     whiskerwidth: 0
5253   layout:
5254     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5255     layout: "plot-throughput"
5256
5257 -
5258   type: "plot"
5259   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5260   algorithm: "plot_performance_box"
5261   output-file-type: ".html"
5262   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5263   data: "plot-vpp-throughput-latency-2n-skx"
5264   filter: "'NIC_Intel-XXV710' and
5265            '64B' and
5266            ('BASE' or 'SCALE') and
5267            'NDRPDR' and
5268            '4T2C' and
5269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5270            not 'VHOST' and
5271            'MEMIF'"
5272   parameters:
5273   - "throughput"
5274   - "parent"
5275   - "tags"
5276   sort:
5277   - "L2XCFWD"
5278   - "L2XCFWD"
5279   - "L2XCFWD"
5280   - "L2BDMACLRN"
5281   - "L2BDMACLRN"
5282   - "L2BDMACLRN"
5283   traces:
5284     hoverinfo: "x+y"
5285     boxpoints: "outliers"
5286     whiskerwidth: 0
5287   layout:
5288     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5289     layout: "plot-throughput"
5290
5291 -
5292   type: "plot"
5293   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5294   algorithm: "plot_performance_box"
5295   output-file-type: ".html"
5296   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5297   data: "plot-vpp-throughput-latency-2n-skx"
5298   filter: "'NIC_Intel-XXV710' and
5299            '64B' and
5300            ('BASE' or 'SCALE') and
5301            'NDRPDR' and
5302            '4T2C' and
5303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5304            not 'VHOST' and
5305            'MEMIF'"
5306   parameters:
5307   - "throughput"
5308   - "parent"
5309   - "tags"
5310   sort:
5311   - "L2XCFWD"
5312   - "L2XCFWD"
5313   - "L2XCFWD"
5314   - "L2BDMACLRN"
5315   - "L2BDMACLRN"
5316   - "L2BDMACLRN"
5317   traces:
5318     hoverinfo: "x+y"
5319     boxpoints: "outliers"
5320     whiskerwidth: 0
5321   layout:
5322     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5323     layout: "plot-throughput"
5324
5325 ################################################################################
5326
5327 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
5328 -
5329   type: "plot"
5330   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5331   algorithm: "plot_performance_box"
5332   output-file-type: ".html"
5333   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5334   data: "plot-ligato-throughput-latency-3n-hsw"
5335   filter: "'NIC_Intel-X520-DA2' and
5336            '64B' and
5337            ('BASE' or 'SCALE') and
5338            'NDRPDR' and
5339            '1T1C' and
5340            'L2XCFWD' and
5341            not 'VHOST' and
5342            'MEMIF'"
5343   parameters:
5344   - "throughput"
5345   - "parent"
5346   - "tags"
5347   sort:
5348   - "1VNF"
5349   - "2VNF"
5350   - "4VNF"
5351   - "2VNF"
5352   - "4VNF"
5353   traces:
5354     hoverinfo: "x+y"
5355     boxpoints: "outliers"
5356     whiskerwidth: 0
5357   layout:
5358     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5359     layout: "plot-throughput"
5360
5361 -
5362   type: "plot"
5363   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5364   algorithm: "plot_performance_box"
5365   output-file-type: ".html"
5366   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5367   data: "plot-ligato-throughput-latency-3n-hsw"
5368   filter: "'NIC_Intel-X520-DA2' and
5369            '64B' and
5370            ('BASE' or 'SCALE') and
5371            'NDRPDR' and
5372            '1T1C' and
5373            'L2XCFWD' and
5374            not 'VHOST' and
5375            'MEMIF'"
5376   parameters:
5377   - "throughput"
5378   - "parent"
5379   - "tags"
5380   sort:
5381   - "1VNF"
5382   - "2VNF"
5383   - "4VNF"
5384   - "2VNF"
5385   - "4VNF"
5386   traces:
5387     hoverinfo: "x+y"
5388     boxpoints: "outliers"
5389     whiskerwidth: 0
5390   layout:
5391     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5392     layout: "plot-throughput"
5393
5394 -
5395   type: "plot"
5396   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5397   algorithm: "plot_performance_box"
5398   output-file-type: ".html"
5399   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5400   data: "plot-ligato-throughput-latency-3n-hsw"
5401   filter: "'NIC_Intel-X520-DA2' and
5402            '64B' and
5403            ('BASE' or 'SCALE') and
5404            'NDRPDR' and
5405            '2T2C' and
5406            'L2XCFWD' and
5407            not 'VHOST' and
5408            'MEMIF'"
5409   parameters:
5410   - "throughput"
5411   - "parent"
5412   - "tags"
5413   sort:
5414   - "1VNF"
5415   - "2VNF"
5416   - "4VNF"
5417   - "2VNF"
5418   - "4VNF"
5419   traces:
5420     hoverinfo: "x+y"
5421     boxpoints: "outliers"
5422     whiskerwidth: 0
5423   layout:
5424     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5425     layout: "plot-throughput"
5426
5427 -
5428   type: "plot"
5429   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5430   algorithm: "plot_performance_box"
5431   output-file-type: ".html"
5432   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5433   data: "plot-ligato-throughput-latency-3n-hsw"
5434   filter: "'NIC_Intel-X520-DA2' and
5435            '64B' and
5436            ('BASE' or 'SCALE') and
5437            'NDRPDR' and
5438            '2T2C' and
5439            'L2XCFWD' and
5440            not 'VHOST' and
5441            'MEMIF'"
5442   parameters:
5443   - "throughput"
5444   - "parent"
5445   - "tags"
5446   sort:
5447   - "1VNF"
5448   - "2VNF"
5449   - "4VNF"
5450   - "2VNF"
5451   - "4VNF"
5452   traces:
5453     hoverinfo: "x+y"
5454     boxpoints: "outliers"
5455     whiskerwidth: 0
5456   layout:
5457     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5458     layout: "plot-throughput"
5459
5460 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
5461 -
5462   type: "plot"
5463   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5464   algorithm: "plot_performance_box"
5465   output-file-type: ".html"
5466   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5467   data: "plot-ligato-throughput-latency-3n-hsw"
5468   filter: "'NIC_Intel-X520-DA2' and
5469            '64B' and
5470            ('BASE' or 'SCALE') and
5471            'NDRPDR' and
5472            '1T1C' and
5473            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5474            not 'VHOST' and
5475            'MEMIF'"
5476   parameters:
5477   - "throughput"
5478   - "parent"
5479   - "tags"
5480   sort:
5481   - "1VNF"
5482   - "2VNF"
5483   - "4VNF"
5484   - "2VNF"
5485   - "4VNF"
5486   traces:
5487     hoverinfo: "x+y"
5488     boxpoints: "outliers"
5489     whiskerwidth: 0
5490   layout:
5491     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5492     layout: "plot-throughput"
5493
5494 -
5495   type: "plot"
5496   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5497   algorithm: "plot_performance_box"
5498   output-file-type: ".html"
5499   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5500   data: "plot-ligato-throughput-latency-3n-hsw"
5501   filter: "'NIC_Intel-X520-DA2' and
5502            '64B' and
5503            ('BASE' or 'SCALE') and
5504            'NDRPDR' and
5505            '1T1C' and
5506            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5507            not 'VHOST' and
5508            'MEMIF'"
5509   parameters:
5510   - "throughput"
5511   - "parent"
5512   - "tags"
5513   sort:
5514   - "1VNF"
5515   - "2VNF"
5516   - "4VNF"
5517   - "2VNF"
5518   - "4VNF"
5519   traces:
5520     hoverinfo: "x+y"
5521     boxpoints: "outliers"
5522     whiskerwidth: 0
5523   layout:
5524     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5525     layout: "plot-throughput"
5526
5527 -
5528   type: "plot"
5529   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5530   algorithm: "plot_performance_box"
5531   output-file-type: ".html"
5532   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5533   data: "plot-ligato-throughput-latency-3n-hsw"
5534   filter: "'NIC_Intel-X520-DA2' and
5535            '64B' and
5536            ('BASE' or 'SCALE') and
5537            'NDRPDR' and
5538            '2T2C' and
5539            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5540            not 'VHOST' and
5541            'MEMIF'"
5542   parameters:
5543   - "throughput"
5544   - "parent"
5545   - "tags"
5546   sort:
5547   - "1VNF"
5548   - "2VNF"
5549   - "4VNF"
5550   - "2VNF"
5551   - "4VNF"
5552   traces:
5553     hoverinfo: "x+y"
5554     boxpoints: "outliers"
5555     whiskerwidth: 0
5556   layout:
5557     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5558     layout: "plot-throughput"
5559
5560 -
5561   type: "plot"
5562   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5563   algorithm: "plot_performance_box"
5564   output-file-type: ".html"
5565   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5566   data: "plot-ligato-throughput-latency-3n-hsw"
5567   filter: "'NIC_Intel-X520-DA2' and
5568            '64B' and
5569            ('BASE' or 'SCALE') and
5570            'NDRPDR' and
5571            '2T2C' and
5572            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5573            not 'VHOST' and
5574            'MEMIF'"
5575   parameters:
5576   - "throughput"
5577   - "parent"
5578   - "tags"
5579   sort:
5580   - "1VNF"
5581   - "2VNF"
5582   - "4VNF"
5583   - "2VNF"
5584   - "4VNF"
5585   traces:
5586     hoverinfo: "x+y"
5587     boxpoints: "outliers"
5588     whiskerwidth: 0
5589   layout:
5590     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5591     layout: "plot-throughput"
5592
5593 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
5594 -
5595   type: "plot"
5596   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5597   algorithm: "plot_performance_box"
5598   output-file-type: ".html"
5599   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5600   data: "plot-ligato-throughput-latency-3n-hsw"
5601   filter: "'NIC_Intel-X710' and
5602            '64B' and
5603            ('BASE' or 'SCALE') and
5604            'NDRPDR' and
5605            '1T1C' and
5606            'L2XCFWD' and
5607            not 'VHOST' and
5608            'MEMIF'"
5609   parameters:
5610   - "throughput"
5611   - "parent"
5612   - "tags"
5613   sort:
5614   - "1VNF"
5615   - "2VNF"
5616   - "4VNF"
5617   - "2VNF"
5618   - "4VNF"
5619   traces:
5620     hoverinfo: "x+y"
5621     boxpoints: "outliers"
5622     whiskerwidth: 0
5623   layout:
5624     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5625     layout: "plot-throughput"
5626
5627 -
5628   type: "plot"
5629   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5630   algorithm: "plot_performance_box"
5631   output-file-type: ".html"
5632   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5633   data: "plot-ligato-throughput-latency-3n-hsw"
5634   filter: "'NIC_Intel-X710' and
5635            '64B' and
5636            ('BASE' or 'SCALE') and
5637            'NDRPDR' and
5638            '1T1C' and
5639            'L2XCFWD' and
5640            not 'VHOST' and
5641            'MEMIF'"
5642   parameters:
5643   - "throughput"
5644   - "parent"
5645   - "tags"
5646   sort:
5647   - "1VNF"
5648   - "2VNF"
5649   - "4VNF"
5650   - "2VNF"
5651   - "4VNF"
5652   traces:
5653     hoverinfo: "x+y"
5654     boxpoints: "outliers"
5655     whiskerwidth: 0
5656   layout:
5657     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5658     layout: "plot-throughput"
5659
5660 -
5661   type: "plot"
5662   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5663   algorithm: "plot_performance_box"
5664   output-file-type: ".html"
5665   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5666   data: "plot-ligato-throughput-latency-3n-hsw"
5667   filter: "'NIC_Intel-X710' and
5668            '64B' and
5669            ('BASE' or 'SCALE') and
5670            'NDRPDR' and
5671            '2T2C' and
5672            'L2XCFWD' and
5673            not 'VHOST' and
5674            'MEMIF'"
5675   parameters:
5676   - "throughput"
5677   - "parent"
5678   - "tags"
5679   sort:
5680   - "1VNF"
5681   - "2VNF"
5682   - "4VNF"
5683   - "2VNF"
5684   - "4VNF"
5685   traces:
5686     hoverinfo: "x+y"
5687     boxpoints: "outliers"
5688     whiskerwidth: 0
5689   layout:
5690     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5691     layout: "plot-throughput"
5692
5693 -
5694   type: "plot"
5695   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5696   algorithm: "plot_performance_box"
5697   output-file-type: ".html"
5698   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5699   data: "plot-ligato-throughput-latency-3n-hsw"
5700   filter: "'NIC_Intel-X710' and
5701            '64B' and
5702            ('BASE' or 'SCALE') and
5703            'NDRPDR' and
5704            '2T2C' and
5705            'L2XCFWD' and
5706            not 'VHOST' and
5707            'MEMIF'"
5708   parameters:
5709   - "throughput"
5710   - "parent"
5711   - "tags"
5712   sort:
5713   - "1VNF"
5714   - "2VNF"
5715   - "4VNF"
5716   - "2VNF"
5717   - "4VNF"
5718   traces:
5719     hoverinfo: "x+y"
5720     boxpoints: "outliers"
5721     whiskerwidth: 0
5722   layout:
5723     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5724     layout: "plot-throughput"
5725
5726 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
5727 -
5728   type: "plot"
5729   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5730   algorithm: "plot_performance_box"
5731   output-file-type: ".html"
5732   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5733   data: "plot-ligato-throughput-latency-3n-hsw"
5734   filter: "'NIC_Intel-X710' and
5735            '64B' and
5736            ('BASE' or 'SCALE') and
5737            'NDRPDR' and
5738            '1T1C' and
5739            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5740            not 'VHOST' and
5741            'MEMIF'"
5742   parameters:
5743   - "throughput"
5744   - "parent"
5745   - "tags"
5746   sort:
5747   - "1VNF"
5748   - "2VNF"
5749   - "4VNF"
5750   - "2VNF"
5751   - "4VNF"
5752   traces:
5753     hoverinfo: "x+y"
5754     boxpoints: "outliers"
5755     whiskerwidth: 0
5756   layout:
5757     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5758     layout: "plot-throughput"
5759
5760 -
5761   type: "plot"
5762   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5763   algorithm: "plot_performance_box"
5764   output-file-type: ".html"
5765   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5766   data: "plot-ligato-throughput-latency-3n-hsw"
5767   filter: "'NIC_Intel-X710' and
5768            '64B' and
5769            ('BASE' or 'SCALE') and
5770            'NDRPDR' and
5771            '1T1C' and
5772            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5773            not 'VHOST' and
5774            'MEMIF'"
5775   parameters:
5776   - "throughput"
5777   - "parent"
5778   - "tags"
5779   sort:
5780   - "1VNF"
5781   - "2VNF"
5782   - "4VNF"
5783   - "2VNF"
5784   - "4VNF"
5785   traces:
5786     hoverinfo: "x+y"
5787     boxpoints: "outliers"
5788     whiskerwidth: 0
5789   layout:
5790     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5791     layout: "plot-throughput"
5792
5793 -
5794   type: "plot"
5795   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5796   algorithm: "plot_performance_box"
5797   output-file-type: ".html"
5798   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5799   data: "plot-ligato-throughput-latency-3n-hsw"
5800   filter: "'NIC_Intel-X710' and
5801            '64B' and
5802            ('BASE' or 'SCALE') and
5803            'NDRPDR' and
5804            '2T2C' and
5805            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5806            not 'VHOST' and
5807            'MEMIF'"
5808   parameters:
5809   - "throughput"
5810   - "parent"
5811   - "tags"
5812   sort:
5813   - "1VNF"
5814   - "2VNF"
5815   - "4VNF"
5816   - "2VNF"
5817   - "4VNF"
5818   traces:
5819     hoverinfo: "x+y"
5820     boxpoints: "outliers"
5821     whiskerwidth: 0
5822   layout:
5823     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5824     layout: "plot-throughput"
5825
5826 -
5827   type: "plot"
5828   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5829   algorithm: "plot_performance_box"
5830   output-file-type: ".html"
5831   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5832   data: "plot-ligato-throughput-latency-3n-hsw"
5833   filter: "'NIC_Intel-X710' and
5834            '64B' and
5835            ('BASE' or 'SCALE') and
5836            'NDRPDR' and
5837            '2T2C' and
5838            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5839            not 'VHOST' and
5840            'MEMIF'"
5841   parameters:
5842   - "throughput"
5843   - "parent"
5844   - "tags"
5845   sort:
5846   - "1VNF"
5847   - "2VNF"
5848   - "4VNF"
5849   - "2VNF"
5850   - "4VNF"
5851   traces:
5852     hoverinfo: "x+y"
5853     boxpoints: "outliers"
5854     whiskerwidth: 0
5855   layout:
5856     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5857     layout: "plot-throughput"
5858
5859 ################################################################################
5860
5861 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
5862 -
5863   type: "plot"
5864   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5865   algorithm: "plot_performance_box"
5866   output-file-type: ".html"
5867   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5868   data: "plot-vpp-throughput-latency-3n-hsw"
5869   filter: "'NIC_Intel-X520-DA2' and
5870            '64B' and
5871            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5872            'NDRPDR' and
5873            '1T1C' and
5874            'IP4FWD' and
5875            not 'IPSEC' and
5876            not 'VHOST'"
5877   parameters:
5878   - "throughput"
5879   - "parent"
5880   - "tags"
5881   sort:
5882   - "IP4BASE"
5883   - "FIB_20K"
5884   - "FIB_200K"
5885   - "FIB_2M"
5886   traces:
5887     hoverinfo: "x+y"
5888     boxpoints: "outliers"
5889     whiskerwidth: 0
5890   layout:
5891     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5892     layout: "plot-throughput"
5893
5894 -
5895   type: "plot"
5896   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5897   algorithm: "plot_performance_box"
5898   output-file-type: ".html"
5899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5900   data: "plot-vpp-throughput-latency-3n-hsw"
5901   filter: "'NIC_Intel-X520-DA2' and
5902            '64B' and
5903            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5904            'NDRPDR' and
5905            '1T1C' and
5906            'IP4FWD' and
5907            not 'IPSEC' and
5908            not 'VHOST'"
5909   parameters:
5910   - "throughput"
5911   - "parent"
5912   - "tags"
5913   sort:
5914   - "IP4BASE"
5915   - "FIB_20K"
5916   - "FIB_200K"
5917   - "FIB_2M"
5918   traces:
5919     hoverinfo: "x+y"
5920     boxpoints: "outliers"
5921     whiskerwidth: 0
5922   layout:
5923     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5924     layout: "plot-throughput"
5925
5926 -
5927   type: "plot"
5928   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5929   algorithm: "plot_performance_box"
5930   output-file-type: ".html"
5931   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5932   data: "plot-vpp-throughput-latency-3n-hsw"
5933   filter: "'NIC_Intel-X520-DA2' and
5934            '64B' and
5935            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5936            'NDRPDR' and
5937            '2T2C' and
5938            'IP4FWD' and
5939            not 'IPSEC' and
5940            not 'VHOST'"
5941   parameters:
5942   - "throughput"
5943   - "parent"
5944   - "tags"
5945   sort:
5946   - "IP4BASE"
5947   - "FIB_20K"
5948   - "FIB_200K"
5949   - "FIB_2M"
5950   traces:
5951     hoverinfo: "x+y"
5952     boxpoints: "outliers"
5953     whiskerwidth: 0
5954   layout:
5955     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5956     layout: "plot-throughput"
5957
5958 -
5959   type: "plot"
5960   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5961   algorithm: "plot_performance_box"
5962   output-file-type: ".html"
5963   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5964   data: "plot-vpp-throughput-latency-3n-hsw"
5965   filter: "'NIC_Intel-X520-DA2' and
5966            '64B' and
5967            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5968            'NDRPDR' and
5969            '2T2C' and
5970            'IP4FWD' and
5971            not 'IPSEC' and
5972            not 'VHOST'"
5973   parameters:
5974   - "throughput"
5975   - "parent"
5976   - "tags"
5977   sort:
5978   - "IP4BASE"
5979   - "FIB_20K"
5980   - "FIB_200K"
5981   - "FIB_2M"
5982   traces:
5983     hoverinfo: "x+y"
5984     boxpoints: "outliers"
5985     whiskerwidth: 0
5986   layout:
5987     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5988     layout: "plot-throughput"
5989
5990 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
5991 -
5992   type: "plot"
5993   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5994   algorithm: "plot_performance_box"
5995   output-file-type: ".html"
5996   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5997   data: "plot-vpp-throughput-latency-3n-hsw"
5998   filter: "'NIC_Intel-X520-DA2' and
5999            '64B' and
6000            ('IP4BASE' or
6001             'POLICE_MARK' or
6002             'COPWHLIST' or
6003             ('NAT44' and 'BASE') or
6004             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6005            'NDRPDR' and
6006            '1T1C' and
6007            'IP4FWD' and
6008            not 'IPSEC' and
6009            not 'VHOST'"
6010   parameters:
6011   - "throughput"
6012   - "parent"
6013   - "tags"
6014   sort:
6015   - "IP4BASE"
6016   - "NAT44"
6017   - "POLICE_MARK"
6018   - "COPWHLIST"
6019   - "IACL"
6020   - "OACL"
6021   traces:
6022     hoverinfo: "x+y"
6023     boxpoints: "outliers"
6024     whiskerwidth: 0
6025   layout:
6026     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6027     layout: "plot-throughput"
6028
6029 -
6030   type: "plot"
6031   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6032   algorithm: "plot_performance_box"
6033   output-file-type: ".html"
6034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6035   data: "plot-vpp-throughput-latency-3n-hsw"
6036   filter: "'NIC_Intel-X520-DA2' and
6037            '64B' and
6038            ('IP4BASE' or
6039             'POLICE_MARK' or
6040             'COPWHLIST' or
6041             ('NAT44' and 'BASE') or
6042             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6043            'NDRPDR' and
6044            '1T1C' and
6045            'IP4FWD' and
6046            not 'IPSEC' and
6047            not 'VHOST'"
6048   parameters:
6049   - "throughput"
6050   - "parent"
6051   - "tags"
6052   sort:
6053   - "IP4BASE"
6054   - "NAT44"
6055   - "POLICE_MARK"
6056   - "COPWHLIST"
6057   - "IACL"
6058   - "OACL"
6059   traces:
6060     hoverinfo: "x+y"
6061     boxpoints: "outliers"
6062     whiskerwidth: 0
6063   layout:
6064     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6065     layout: "plot-throughput"
6066
6067 -
6068   type: "plot"
6069   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6070   algorithm: "plot_performance_box"
6071   output-file-type: ".html"
6072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6073   data: "plot-vpp-throughput-latency-3n-hsw"
6074   filter: "'NIC_Intel-X520-DA2' and
6075            '64B' and
6076            ('IP4BASE' or
6077             'POLICE_MARK' or
6078             'COPWHLIST' or
6079             ('NAT44' and 'BASE') or
6080             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6081            'NDRPDR' and
6082            '2T2C' and
6083            'IP4FWD' and
6084            not 'IPSEC' and
6085            not 'VHOST'"
6086   parameters:
6087   - "throughput"
6088   - "parent"
6089   - "tags"
6090   sort:
6091   - "IP4BASE"
6092   - "NAT44"
6093   - "POLICE_MARK"
6094   - "COPWHLIST"
6095   - "IACL"
6096   - "OACL"
6097   traces:
6098     hoverinfo: "x+y"
6099     boxpoints: "outliers"
6100     whiskerwidth: 0
6101   layout:
6102     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6103     layout: "plot-throughput"
6104
6105 -
6106   type: "plot"
6107   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6108   algorithm: "plot_performance_box"
6109   output-file-type: ".html"
6110   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6111   data: "plot-vpp-throughput-latency-3n-hsw"
6112   filter: "'NIC_Intel-X520-DA2' and
6113            '64B' and
6114            ('IP4BASE' or
6115             'POLICE_MARK' or
6116             'COPWHLIST' or
6117             ('NAT44' and 'BASE') or
6118             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6119            'NDRPDR' and
6120            '2T2C' and
6121            'IP4FWD' and
6122            not 'IPSEC' and
6123            not 'VHOST'"
6124   parameters:
6125   - "throughput"
6126   - "parent"
6127   - "tags"
6128   sort:
6129   - "IP4BASE"
6130   - "NAT44"
6131   - "POLICE_MARK"
6132   - "COPWHLIST"
6133   - "IACL"
6134   - "OACL"
6135   traces:
6136     hoverinfo: "x+y"
6137     boxpoints: "outliers"
6138     whiskerwidth: 0
6139   layout:
6140     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6141     layout: "plot-throughput"
6142
6143 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
6144 -
6145   type: "plot"
6146   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6147   algorithm: "plot_performance_box"
6148   output-file-type: ".html"
6149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6150   data: "plot-vpp-throughput-latency-3n-hsw"
6151   filter: "'NIC_Intel-X520-DA2' and
6152            '64B' and
6153            'NDRPDR' and
6154            '1T1C' and
6155            'IP4FWD' and
6156            'NAT44' and
6157            not 'IPSEC' and
6158            not 'VHOST'"
6159   parameters:
6160   - "throughput"
6161   - "parent"
6162   - "tags"
6163   sort:
6164   - "BASE"
6165   - "BASE"
6166   - "SRC_USER_10"
6167   - "SRC_USER_100"
6168   - "SRC_USER_1000"
6169   - "SRC_USER_2000"
6170   traces:
6171     hoverinfo: "x+y"
6172     boxpoints: "outliers"
6173     whiskerwidth: 0
6174   layout:
6175     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6176     layout: "plot-throughput"
6177
6178 -
6179   type: "plot"
6180   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6181   algorithm: "plot_performance_box"
6182   output-file-type: ".html"
6183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6184   data: "plot-vpp-throughput-latency-3n-hsw"
6185   filter: "'NIC_Intel-X520-DA2' and
6186            '64B' and
6187            'NDRPDR' and
6188            '1T1C' and
6189            'IP4FWD' and
6190            'NAT44' and
6191            not 'IPSEC' and
6192            not 'VHOST'"
6193   parameters:
6194   - "throughput"
6195   - "parent"
6196   - "tags"
6197   sort:
6198   - "BASE"
6199   - "BASE"
6200   - "SRC_USER_10"
6201   - "SRC_USER_100"
6202   - "SRC_USER_1000"
6203   - "SRC_USER_2000"
6204   traces:
6205     hoverinfo: "x+y"
6206     boxpoints: "outliers"
6207     whiskerwidth: 0
6208   layout:
6209     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6210     layout: "plot-throughput"
6211
6212 -
6213   type: "plot"
6214   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6215   algorithm: "plot_performance_box"
6216   output-file-type: ".html"
6217   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6218   data: "plot-vpp-throughput-latency-3n-hsw"
6219   filter: "'NIC_Intel-X520-DA2' and
6220            '64B' and
6221            'NDRPDR' and
6222            '2T2C' and
6223            'IP4FWD' and
6224            'NAT44' and
6225            not 'IPSEC' and
6226            not 'VHOST'"
6227   parameters:
6228   - "throughput"
6229   - "parent"
6230   - "tags"
6231   sort:
6232   - "BASE"
6233   - "BASE"
6234   - "SRC_USER_10"
6235   - "SRC_USER_100"
6236   - "SRC_USER_1000"
6237   - "SRC_USER_2000"
6238   traces:
6239     hoverinfo: "x+y"
6240     boxpoints: "outliers"
6241     whiskerwidth: 0
6242   layout:
6243     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6244     layout: "plot-throughput"
6245
6246 -
6247   type: "plot"
6248   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6249   algorithm: "plot_performance_box"
6250   output-file-type: ".html"
6251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6252   data: "plot-vpp-throughput-latency-3n-hsw"
6253   filter: "'NIC_Intel-X520-DA2' and
6254            '64B' and
6255            'NDRPDR' and
6256            '2T2C' and
6257            'IP4FWD' and
6258            'NAT44' and
6259            not 'IPSEC' and
6260            not 'VHOST'"
6261   parameters:
6262   - "throughput"
6263   - "parent"
6264   - "tags"
6265   sort:
6266   - "BASE"
6267   - "BASE"
6268   - "SRC_USER_10"
6269   - "SRC_USER_100"
6270   - "SRC_USER_1000"
6271   - "SRC_USER_2000"
6272   traces:
6273     hoverinfo: "x+y"
6274     boxpoints: "outliers"
6275     whiskerwidth: 0
6276   layout:
6277     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6278     layout: "plot-throughput"
6279
6280 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
6281 -
6282   type: "plot"
6283   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6284   algorithm: "plot_performance_box"
6285   output-file-type: ".html"
6286   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6287   data: "plot-vpp-throughput-latency-3n-hsw"
6288   filter: "'NIC_Intel-X520-DA2' and
6289            '64B' and
6290            'NDRPDR' and
6291            '1T1C' and
6292            'IP4FWD' and
6293            'IACL' and
6294            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6295            not 'IPSEC' and
6296            not 'VHOST'"
6297   parameters:
6298   - "throughput"
6299   - "parent"
6300   - "tags"
6301   sort:
6302   - "ACL_STATELESS"
6303   - "ACL_STATEFUL"
6304   - "ACL_STATELESS"
6305   - "ACL_STATEFUL"
6306   traces:
6307     hoverinfo: "x+y"
6308     boxpoints: "outliers"
6309     whiskerwidth: 0
6310   layout:
6311     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6312     layout: "plot-throughput"
6313
6314 -
6315   type: "plot"
6316   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6317   algorithm: "plot_performance_box"
6318   output-file-type: ".html"
6319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6320   data: "plot-vpp-throughput-latency-3n-hsw"
6321   filter: "'NIC_Intel-X520-DA2' and
6322            '64B' and
6323            'NDRPDR' and
6324            '1T1C' and
6325            'IP4FWD' and
6326            'IACL' and
6327            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6328            not 'IPSEC' and
6329            not 'VHOST'"
6330   parameters:
6331   - "throughput"
6332   - "parent"
6333   - "tags"
6334   sort:
6335   - "ACL_STATELESS"
6336   - "ACL_STATEFUL"
6337   - "ACL_STATELESS"
6338   - "ACL_STATEFUL"
6339   traces:
6340     hoverinfo: "x+y"
6341     boxpoints: "outliers"
6342     whiskerwidth: 0
6343   layout:
6344     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6345     layout: "plot-throughput"
6346
6347 -
6348   type: "plot"
6349   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6350   algorithm: "plot_performance_box"
6351   output-file-type: ".html"
6352   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6353   data: "plot-vpp-throughput-latency-3n-hsw"
6354   filter: "'NIC_Intel-X520-DA2' and
6355            '64B' and
6356            'NDRPDR' and
6357            '2T2C' and
6358            'IP4FWD' and
6359            'IACL' and
6360            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6361            not 'IPSEC' and
6362            not 'VHOST'"
6363   parameters:
6364   - "throughput"
6365   - "parent"
6366   - "tags"
6367   sort:
6368   - "ACL_STATELESS"
6369   - "ACL_STATEFUL"
6370   - "ACL_STATELESS"
6371   - "ACL_STATEFUL"
6372   traces:
6373     hoverinfo: "x+y"
6374     boxpoints: "outliers"
6375     whiskerwidth: 0
6376   layout:
6377     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6378     layout: "plot-throughput"
6379
6380 -
6381   type: "plot"
6382   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6383   algorithm: "plot_performance_box"
6384   output-file-type: ".html"
6385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6386   data: "plot-vpp-throughput-latency-3n-hsw"
6387   filter: "'NIC_Intel-X520-DA2' and
6388            '64B' and
6389            'NDRPDR' and
6390            '2T2C' and
6391            'IP4FWD' and
6392            'IACL' and
6393            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6394            not 'IPSEC' and
6395            not 'VHOST'"
6396   parameters:
6397   - "throughput"
6398   - "parent"
6399   - "tags"
6400   sort:
6401   - "ACL_STATELESS"
6402   - "ACL_STATEFUL"
6403   - "ACL_STATELESS"
6404   - "ACL_STATEFUL"
6405   traces:
6406     hoverinfo: "x+y"
6407     boxpoints: "outliers"
6408     whiskerwidth: 0
6409   layout:
6410     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6411     layout: "plot-throughput"
6412
6413 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
6414 -
6415   type: "plot"
6416   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6417   algorithm: "plot_performance_box"
6418   output-file-type: ".html"
6419   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6420   data: "plot-vpp-throughput-latency-3n-hsw"
6421   filter: "'NIC_Intel-X520-DA2' and
6422            '64B' and
6423            'NDRPDR' and
6424            '1T1C' and
6425            'IP4FWD' and
6426            'OACL' and
6427            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6428            not 'IPSEC' and
6429            not 'VHOST'"
6430   parameters:
6431   - "throughput"
6432   - "parent"
6433   - "tags"
6434   sort:
6435   - "ACL_STATELESS"
6436   - "ACL_STATEFUL"
6437   - "ACL_STATELESS"
6438   - "ACL_STATEFUL"
6439   traces:
6440     hoverinfo: "x+y"
6441     boxpoints: "outliers"
6442     whiskerwidth: 0
6443   layout:
6444     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6445     layout: "plot-throughput"
6446
6447 -
6448   type: "plot"
6449   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6450   algorithm: "plot_performance_box"
6451   output-file-type: ".html"
6452   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6453   data: "plot-vpp-throughput-latency-3n-hsw"
6454   filter: "'NIC_Intel-X520-DA2' and
6455            '64B' and
6456            'NDRPDR' and
6457            '1T1C' and
6458            'IP4FWD' and
6459            'OACL' and
6460            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6461            not 'IPSEC' and
6462            not 'VHOST'"
6463   parameters:
6464   - "throughput"
6465   - "parent"
6466   - "tags"
6467   sort:
6468   - "ACL_STATELESS"
6469   - "ACL_STATEFUL"
6470   - "ACL_STATELESS"
6471   - "ACL_STATEFUL"
6472   traces:
6473     hoverinfo: "x+y"
6474     boxpoints: "outliers"
6475     whiskerwidth: 0
6476   layout:
6477     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6478     layout: "plot-throughput"
6479
6480 -
6481   type: "plot"
6482   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6483   algorithm: "plot_performance_box"
6484   output-file-type: ".html"
6485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6486   data: "plot-vpp-throughput-latency-3n-hsw"
6487   filter: "'NIC_Intel-X520-DA2' and
6488            '64B' and
6489            'NDRPDR' and
6490            '2T2C' and
6491            'IP4FWD' and
6492            'OACL' and
6493            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6494            not 'IPSEC' and
6495            not 'VHOST'"
6496   parameters:
6497   - "throughput"
6498   - "parent"
6499   - "tags"
6500   sort:
6501   - "ACL_STATELESS"
6502   - "ACL_STATEFUL"
6503   - "ACL_STATELESS"
6504   - "ACL_STATEFUL"
6505   traces:
6506     hoverinfo: "x+y"
6507     boxpoints: "outliers"
6508     whiskerwidth: 0
6509   layout:
6510     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6511     layout: "plot-throughput"
6512
6513 -
6514   type: "plot"
6515   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6516   algorithm: "plot_performance_box"
6517   output-file-type: ".html"
6518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6519   data: "plot-vpp-throughput-latency-3n-hsw"
6520   filter: "'NIC_Intel-X520-DA2' and
6521            '64B' and
6522            'NDRPDR' and
6523            '2T2C' and
6524            'IP4FWD' and
6525            'OACL' and
6526            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6527            not 'IPSEC' and
6528            not 'VHOST'"
6529   parameters:
6530   - "throughput"
6531   - "parent"
6532   - "tags"
6533   sort:
6534   - "ACL_STATELESS"
6535   - "ACL_STATEFUL"
6536   - "ACL_STATELESS"
6537   - "ACL_STATEFUL"
6538   traces:
6539     hoverinfo: "x+y"
6540     boxpoints: "outliers"
6541     whiskerwidth: 0
6542   layout:
6543     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6544     layout: "plot-throughput"
6545
6546 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
6547 -
6548   type: "plot"
6549   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6550   algorithm: "plot_performance_box"
6551   output-file-type: ".html"
6552   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6553   data: "plot-vpp-throughput-latency-3n-hsw"
6554   filter: "'NIC_Intel-X710' and
6555            '64B' and
6556            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6557            'NDRPDR' and
6558            '1T1C' and
6559            'IP4FWD' and
6560            not 'IPSEC' and
6561            not 'VHOST'"
6562   parameters:
6563   - "throughput"
6564   - "parent"
6565   - "tags"
6566   sort:
6567   - "IP4BASE"
6568   - "FIB_20K"
6569   - "FIB_200K"
6570   - "FIB_2M"
6571   traces:
6572     hoverinfo: "x+y"
6573     boxpoints: "outliers"
6574     whiskerwidth: 0
6575   layout:
6576     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6577     layout: "plot-throughput"
6578
6579 -
6580   type: "plot"
6581   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6582   algorithm: "plot_performance_box"
6583   output-file-type: ".html"
6584   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6585   data: "plot-vpp-throughput-latency-3n-hsw"
6586   filter: "'NIC_Intel-X710' and
6587            '64B' and
6588            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6589            'NDRPDR' and
6590            '1T1C' and
6591            'IP4FWD' and
6592            not 'IPSEC' and
6593            not 'VHOST'"
6594   parameters:
6595   - "throughput"
6596   - "parent"
6597   - "tags"
6598   sort:
6599   - "IP4BASE"
6600   - "FIB_20K"
6601   - "FIB_200K"
6602   - "FIB_2M"
6603   traces:
6604     hoverinfo: "x+y"
6605     boxpoints: "outliers"
6606     whiskerwidth: 0
6607   layout:
6608     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6609     layout: "plot-throughput"
6610
6611 -
6612   type: "plot"
6613   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6614   algorithm: "plot_performance_box"
6615   output-file-type: ".html"
6616   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6617   data: "plot-vpp-throughput-latency-3n-hsw"
6618   filter: "'NIC_Intel-X710' and
6619            '64B' and
6620            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6621            'NDRPDR' and
6622            '2T2C' and
6623            'IP4FWD' and
6624            not 'IPSEC' and
6625            not 'VHOST'"
6626   parameters:
6627   - "throughput"
6628   - "parent"
6629   - "tags"
6630   sort:
6631   - "IP4BASE"
6632   - "FIB_20K"
6633   - "FIB_200K"
6634   - "FIB_2M"
6635   traces:
6636     hoverinfo: "x+y"
6637     boxpoints: "outliers"
6638     whiskerwidth: 0
6639   layout:
6640     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6641     layout: "plot-throughput"
6642
6643 -
6644   type: "plot"
6645   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6646   algorithm: "plot_performance_box"
6647   output-file-type: ".html"
6648   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6649   data: "plot-vpp-throughput-latency-3n-hsw"
6650   filter: "'NIC_Intel-X710' and
6651            '64B' and
6652            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6653            'NDRPDR' and
6654            '2T2C' and
6655            'IP4FWD' and
6656            not 'IPSEC' and
6657            not 'VHOST'"
6658   parameters:
6659   - "throughput"
6660   - "parent"
6661   - "tags"
6662   sort:
6663   - "IP4BASE"
6664   - "FIB_20K"
6665   - "FIB_200K"
6666   - "FIB_2M"
6667   traces:
6668     hoverinfo: "x+y"
6669     boxpoints: "outliers"
6670     whiskerwidth: 0
6671   layout:
6672     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6673     layout: "plot-throughput"
6674
6675 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
6676 -
6677   type: "plot"
6678   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6679   algorithm: "plot_performance_box"
6680   output-file-type: ".html"
6681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6682   data: "plot-vpp-throughput-latency-3n-hsw"
6683   filter: "'NIC_Intel-X710' and
6684            '64B' and
6685            ('IP4BASE' or
6686             'POLICE_MARK' or
6687             'COPWHLIST' or
6688             ('NAT44' and 'BASE') or
6689             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6690            'NDRPDR' and
6691            '1T1C' and
6692            'IP4FWD' and
6693            not 'IPSEC' and
6694            not 'VHOST'"
6695   parameters:
6696   - "throughput"
6697   - "parent"
6698   - "tags"
6699   sort:
6700   - "IP4BASE"
6701   - "NAT44"
6702   - "POLICE_MARK"
6703   - "COPWHLIST"
6704   - "IACL"
6705   - "OACL"
6706   traces:
6707     hoverinfo: "x+y"
6708     boxpoints: "outliers"
6709     whiskerwidth: 0
6710   layout:
6711     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6712     layout: "plot-throughput"
6713
6714 -
6715   type: "plot"
6716   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6717   algorithm: "plot_performance_box"
6718   output-file-type: ".html"
6719   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6720   data: "plot-vpp-throughput-latency-3n-hsw"
6721   filter: "'NIC_Intel-X710' and
6722            '64B' and
6723            ('IP4BASE' or
6724             'POLICE_MARK' or
6725             'COPWHLIST' or
6726             ('NAT44' and 'BASE') or
6727             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6728            'NDRPDR' and
6729            '1T1C' and
6730            'IP4FWD' and
6731            not 'IPSEC' and
6732            not 'VHOST'"
6733   parameters:
6734   - "throughput"
6735   - "parent"
6736   - "tags"
6737   sort:
6738   - "IP4BASE"
6739   - "NAT44"
6740   - "POLICE_MARK"
6741   - "COPWHLIST"
6742   - "IACL"
6743   - "OACL"
6744   traces:
6745     hoverinfo: "x+y"
6746     boxpoints: "outliers"
6747     whiskerwidth: 0
6748   layout:
6749     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6750     layout: "plot-throughput"
6751
6752 -
6753   type: "plot"
6754   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6755   algorithm: "plot_performance_box"
6756   output-file-type: ".html"
6757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6758   data: "plot-vpp-throughput-latency-3n-hsw"
6759   filter: "'NIC_Intel-X710' and
6760            '64B' and
6761            ('IP4BASE' or
6762             'POLICE_MARK' or
6763             'COPWHLIST' or
6764             ('NAT44' and 'BASE') or
6765             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6766            'NDRPDR' and
6767            '2T2C' and
6768            'IP4FWD' and
6769            not 'IPSEC' and
6770            not 'VHOST'"
6771   parameters:
6772   - "throughput"
6773   - "parent"
6774   - "tags"
6775   sort:
6776   - "IP4BASE"
6777   - "NAT44"
6778   - "POLICE_MARK"
6779   - "COPWHLIST"
6780   - "IACL"
6781   - "OACL"
6782   traces:
6783     hoverinfo: "x+y"
6784     boxpoints: "outliers"
6785     whiskerwidth: 0
6786   layout:
6787     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6788     layout: "plot-throughput"
6789
6790 -
6791   type: "plot"
6792   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6793   algorithm: "plot_performance_box"
6794   output-file-type: ".html"
6795   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6796   data: "plot-vpp-throughput-latency-3n-hsw"
6797   filter: "'NIC_Intel-X710' and
6798            '64B' and
6799            ('IP4BASE' or
6800             'POLICE_MARK' or
6801             'COPWHLIST' or
6802             ('NAT44' and 'BASE') or
6803             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6804            'NDRPDR' and
6805            '2T2C' and
6806            'IP4FWD' and
6807            not 'IPSEC' and
6808            not 'VHOST'"
6809   parameters:
6810   - "throughput"
6811   - "parent"
6812   - "tags"
6813   sort:
6814   - "IP4BASE"
6815   - "NAT44"
6816   - "POLICE_MARK"
6817   - "COPWHLIST"
6818   - "IACL"
6819   - "OACL"
6820   traces:
6821     hoverinfo: "x+y"
6822     boxpoints: "outliers"
6823     whiskerwidth: 0
6824   layout:
6825     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6826     layout: "plot-throughput"
6827
6828 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
6829 -
6830   type: "plot"
6831   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6832   algorithm: "plot_performance_box"
6833   output-file-type: ".html"
6834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6835   data: "plot-vpp-throughput-latency-3n-skx"
6836   filter: "'NIC_Intel-X710' and
6837            '64B' and
6838            'NDRPDR' and
6839            '2T1C' and
6840            'IP4FWD' and
6841            'NAT44' and
6842            not 'IPSEC' and
6843            not 'VHOST'"
6844   parameters:
6845   - "throughput"
6846   - "parent"
6847   - "tags"
6848   sort:
6849   - "BASE"
6850   - "BASE"
6851   - "SRC_USER_10"
6852   - "SRC_USER_100"
6853   - "SRC_USER_1000"
6854   - "SRC_USER_2000"
6855   traces:
6856     hoverinfo: "x+y"
6857     boxpoints: "outliers"
6858     whiskerwidth: 0
6859   layout:
6860     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6861     layout: "plot-throughput"
6862
6863 -
6864   type: "plot"
6865   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6866   algorithm: "plot_performance_box"
6867   output-file-type: ".html"
6868   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6869   data: "plot-vpp-throughput-latency-3n-skx"
6870   filter: "'NIC_Intel-X710' and
6871            '64B' and
6872            'NDRPDR' and
6873            '2T1C' and
6874            'IP4FWD' and
6875            'NAT44' and
6876            not 'IPSEC' and
6877            not 'VHOST'"
6878   parameters:
6879   - "throughput"
6880   - "parent"
6881   - "tags"
6882   sort:
6883   - "BASE"
6884   - "BASE"
6885   - "SRC_USER_10"
6886   - "SRC_USER_100"
6887   - "SRC_USER_1000"
6888   - "SRC_USER_2000"
6889   traces:
6890     hoverinfo: "x+y"
6891     boxpoints: "outliers"
6892     whiskerwidth: 0
6893   layout:
6894     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6895     layout: "plot-throughput"
6896
6897 -
6898   type: "plot"
6899   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6900   algorithm: "plot_performance_box"
6901   output-file-type: ".html"
6902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6903   data: "plot-vpp-throughput-latency-3n-skx"
6904   filter: "'NIC_Intel-X710' and
6905            '64B' and
6906            'NDRPDR' and
6907            '4T2C' and
6908            'IP4FWD' and
6909            'NAT44' and
6910            not 'IPSEC' and
6911            not 'VHOST'"
6912   parameters:
6913   - "throughput"
6914   - "parent"
6915   - "tags"
6916   sort:
6917   - "BASE"
6918   - "BASE"
6919   - "SRC_USER_10"
6920   - "SRC_USER_100"
6921   - "SRC_USER_1000"
6922   - "SRC_USER_2000"
6923   traces:
6924     hoverinfo: "x+y"
6925     boxpoints: "outliers"
6926     whiskerwidth: 0
6927   layout:
6928     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6929     layout: "plot-throughput"
6930
6931 -
6932   type: "plot"
6933   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6934   algorithm: "plot_performance_box"
6935   output-file-type: ".html"
6936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6937   data: "plot-vpp-throughput-latency-3n-skx"
6938   filter: "'NIC_Intel-X710' and
6939            '64B' and
6940            'NDRPDR' and
6941            '4T2C' and
6942            'IP4FWD' and
6943            'NAT44' and
6944            not 'IPSEC' and
6945            not 'VHOST'"
6946   parameters:
6947   - "throughput"
6948   - "parent"
6949   - "tags"
6950   sort:
6951   - "BASE"
6952   - "BASE"
6953   - "SRC_USER_10"
6954   - "SRC_USER_100"
6955   - "SRC_USER_1000"
6956   - "SRC_USER_2000"
6957   traces:
6958     hoverinfo: "x+y"
6959     boxpoints: "outliers"
6960     whiskerwidth: 0
6961   layout:
6962     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6963     layout: "plot-throughput"
6964
6965 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
6966 -
6967   type: "plot"
6968   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6969   algorithm: "plot_performance_box"
6970   output-file-type: ".html"
6971   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6972   data: "plot-vpp-throughput-latency-3n-skx"
6973   filter: "'NIC_Intel-X710' and
6974            '64B' and
6975            'NDRPDR' and
6976            '2T1C' and
6977            'IP4FWD' and
6978            'IACL' and
6979            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6980            not 'IPSEC' and
6981            not 'VHOST'"
6982   parameters:
6983   - "throughput"
6984   - "parent"
6985   - "tags"
6986   sort:
6987   - "ACL_STATELESS"
6988   - "ACL_STATEFUL"
6989   - "ACL_STATELESS"
6990   - "ACL_STATEFUL"
6991   traces:
6992     hoverinfo: "x+y"
6993     boxpoints: "outliers"
6994     whiskerwidth: 0
6995   layout:
6996     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6997     layout: "plot-throughput"
6998
6999 -
7000   type: "plot"
7001   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7002   algorithm: "plot_performance_box"
7003   output-file-type: ".html"
7004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7005   data: "plot-vpp-throughput-latency-3n-skx"
7006   filter: "'NIC_Intel-X710' and
7007            '64B' and
7008            'NDRPDR' and
7009            '2T1C' and
7010            'IP4FWD' and
7011            'IACL' and
7012            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7013            not 'IPSEC' and
7014            not 'VHOST'"
7015   parameters:
7016   - "throughput"
7017   - "parent"
7018   - "tags"
7019   sort:
7020   - "ACL_STATELESS"
7021   - "ACL_STATEFUL"
7022   - "ACL_STATELESS"
7023   - "ACL_STATEFUL"
7024   traces:
7025     hoverinfo: "x+y"
7026     boxpoints: "outliers"
7027     whiskerwidth: 0
7028   layout:
7029     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7030     layout: "plot-throughput"
7031
7032 -
7033   type: "plot"
7034   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7035   algorithm: "plot_performance_box"
7036   output-file-type: ".html"
7037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7038   data: "plot-vpp-throughput-latency-3n-skx"
7039   filter: "'NIC_Intel-X710' and
7040            '64B' and
7041            'NDRPDR' and
7042            '4T2C' and
7043            'IP4FWD' and
7044            'IACL' and
7045            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7046            not 'IPSEC' and
7047            not 'VHOST'"
7048   parameters:
7049   - "throughput"
7050   - "parent"
7051   - "tags"
7052   sort:
7053   - "ACL_STATELESS"
7054   - "ACL_STATEFUL"
7055   - "ACL_STATELESS"
7056   - "ACL_STATEFUL"
7057   traces:
7058     hoverinfo: "x+y"
7059     boxpoints: "outliers"
7060     whiskerwidth: 0
7061   layout:
7062     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7063     layout: "plot-throughput"
7064
7065 -
7066   type: "plot"
7067   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7068   algorithm: "plot_performance_box"
7069   output-file-type: ".html"
7070   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7071   data: "plot-vpp-throughput-latency-3n-skx"
7072   filter: "'NIC_Intel-X710' and
7073            '64B' and
7074            'NDRPDR' and
7075            '4T2C' and
7076            'IP4FWD' and
7077            'IACL' and
7078            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7079            not 'IPSEC' and
7080            not 'VHOST'"
7081   parameters:
7082   - "throughput"
7083   - "parent"
7084   - "tags"
7085   sort:
7086   - "ACL_STATELESS"
7087   - "ACL_STATEFUL"
7088   - "ACL_STATELESS"
7089   - "ACL_STATEFUL"
7090   traces:
7091     hoverinfo: "x+y"
7092     boxpoints: "outliers"
7093     whiskerwidth: 0
7094   layout:
7095     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7096     layout: "plot-throughput"
7097
7098 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
7099 -
7100   type: "plot"
7101   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7102   algorithm: "plot_performance_box"
7103   output-file-type: ".html"
7104   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7105   data: "plot-vpp-throughput-latency-3n-skx"
7106   filter: "'NIC_Intel-X710' and
7107            '64B' and
7108            'NDRPDR' and
7109            '2T1C' and
7110            'IP4FWD' and
7111            'OACL' and
7112            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7113            not 'IPSEC' and
7114            not 'VHOST'"
7115   parameters:
7116   - "throughput"
7117   - "parent"
7118   - "tags"
7119   sort:
7120   - "ACL_STATELESS"
7121   - "ACL_STATEFUL"
7122   - "ACL_STATELESS"
7123   - "ACL_STATEFUL"
7124   traces:
7125     hoverinfo: "x+y"
7126     boxpoints: "outliers"
7127     whiskerwidth: 0
7128   layout:
7129     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7130     layout: "plot-throughput"
7131
7132 -
7133   type: "plot"
7134   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7135   algorithm: "plot_performance_box"
7136   output-file-type: ".html"
7137   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7138   data: "plot-vpp-throughput-latency-3n-skx"
7139   filter: "'NIC_Intel-X710' and
7140            '64B' and
7141            'NDRPDR' and
7142            '2T1C' and
7143            'IP4FWD' and
7144            'OACL' and
7145            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7146            not 'IPSEC' and
7147            not 'VHOST'"
7148   parameters:
7149   - "throughput"
7150   - "parent"
7151   - "tags"
7152   sort:
7153   - "ACL_STATELESS"
7154   - "ACL_STATEFUL"
7155   - "ACL_STATELESS"
7156   - "ACL_STATEFUL"
7157   traces:
7158     hoverinfo: "x+y"
7159     boxpoints: "outliers"
7160     whiskerwidth: 0
7161   layout:
7162     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7163     layout: "plot-throughput"
7164
7165 -
7166   type: "plot"
7167   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7168   algorithm: "plot_performance_box"
7169   output-file-type: ".html"
7170   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7171   data: "plot-vpp-throughput-latency-3n-skx"
7172   filter: "'NIC_Intel-X710' and
7173            '64B' and
7174            'NDRPDR' and
7175            '4T2C' and
7176            'IP4FWD' and
7177            'OACL' and
7178            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7179            not 'IPSEC' and
7180            not 'VHOST'"
7181   parameters:
7182   - "throughput"
7183   - "parent"
7184   - "tags"
7185   sort:
7186   - "ACL_STATELESS"
7187   - "ACL_STATEFUL"
7188   - "ACL_STATELESS"
7189   - "ACL_STATEFUL"
7190   traces:
7191     hoverinfo: "x+y"
7192     boxpoints: "outliers"
7193     whiskerwidth: 0
7194   layout:
7195     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7196     layout: "plot-throughput"
7197
7198 -
7199   type: "plot"
7200   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7201   algorithm: "plot_performance_box"
7202   output-file-type: ".html"
7203   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7204   data: "plot-vpp-throughput-latency-3n-skx"
7205   filter: "'NIC_Intel-X710' and
7206            '64B' and
7207            'NDRPDR' and
7208            '4T2C' and
7209            'IP4FWD' and
7210            'OACL' and
7211            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7212            not 'IPSEC' and
7213            not 'VHOST'"
7214   parameters:
7215   - "throughput"
7216   - "parent"
7217   - "tags"
7218   sort:
7219   - "ACL_STATELESS"
7220   - "ACL_STATEFUL"
7221   - "ACL_STATELESS"
7222   - "ACL_STATEFUL"
7223   traces:
7224     hoverinfo: "x+y"
7225     boxpoints: "outliers"
7226     whiskerwidth: 0
7227   layout:
7228     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7229     layout: "plot-throughput"
7230
7231 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
7232 -
7233   type: "plot"
7234   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7235   algorithm: "plot_performance_box"
7236   output-file-type: ".html"
7237   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7238   data: "plot-vpp-throughput-latency-3n-hsw"
7239   filter: "'NIC_Intel-XL710' and
7240            '64B' and
7241            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7242            'NDRPDR' and
7243            '1T1C' and
7244            'IP4FWD' and
7245            not 'IPSEC' and
7246            not 'VHOST'"
7247   parameters:
7248   - "throughput"
7249   - "parent"
7250   - "tags"
7251   sort:
7252   - "IP4BASE"
7253   - "FIB_20K"
7254   - "FIB_200K"
7255   - "FIB_2M"
7256   traces:
7257     hoverinfo: "x+y"
7258     boxpoints: "outliers"
7259     whiskerwidth: 0
7260   layout:
7261     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7262     layout: "plot-throughput"
7263
7264 -
7265   type: "plot"
7266   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7267   algorithm: "plot_performance_box"
7268   output-file-type: ".html"
7269   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7270   data: "plot-vpp-throughput-latency-3n-hsw"
7271   filter: "'NIC_Intel-XL710' and
7272            '64B' and
7273            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7274            'NDRPDR' and
7275            '1T1C' and
7276            'IP4FWD' and
7277            not 'IPSEC' and
7278            not 'VHOST'"
7279   parameters:
7280   - "throughput"
7281   - "parent"
7282   - "tags"
7283   sort:
7284   - "IP4BASE"
7285   - "FIB_20K"
7286   - "FIB_200K"
7287   - "FIB_2M"
7288   traces:
7289     hoverinfo: "x+y"
7290     boxpoints: "outliers"
7291     whiskerwidth: 0
7292   layout:
7293     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7294     layout: "plot-throughput"
7295
7296 -
7297   type: "plot"
7298   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7299   algorithm: "plot_performance_box"
7300   output-file-type: ".html"
7301   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7302   data: "plot-vpp-throughput-latency-3n-hsw"
7303   filter: "'NIC_Intel-XL710' and
7304            '64B' and
7305            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7306            'NDRPDR' and
7307            '2T2C' and
7308            'IP4FWD' and
7309            not 'IPSEC' and
7310            not 'VHOST'"
7311   parameters:
7312   - "throughput"
7313   - "parent"
7314   - "tags"
7315   sort:
7316   - "IP4BASE"
7317   - "FIB_20K"
7318   - "FIB_200K"
7319   - "FIB_2M"
7320   traces:
7321     hoverinfo: "x+y"
7322     boxpoints: "outliers"
7323     whiskerwidth: 0
7324   layout:
7325     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7326     layout: "plot-throughput"
7327
7328 -
7329   type: "plot"
7330   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7331   algorithm: "plot_performance_box"
7332   output-file-type: ".html"
7333   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7334   data: "plot-vpp-throughput-latency-3n-hsw"
7335   filter: "'NIC_Intel-XL710' and
7336            '64B' and
7337            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7338            'NDRPDR' and
7339            '2T2C' and
7340            'IP4FWD' and
7341            not 'IPSEC' and
7342            not 'VHOST'"
7343   parameters:
7344   - "throughput"
7345   - "parent"
7346   - "tags"
7347   sort:
7348   - "IP4BASE"
7349   - "FIB_20K"
7350   - "FIB_200K"
7351   - "FIB_2M"
7352   traces:
7353     hoverinfo: "x+y"
7354     boxpoints: "outliers"
7355     whiskerwidth: 0
7356   layout:
7357     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7358     layout: "plot-throughput"
7359
7360 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
7361 -
7362   type: "plot"
7363   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7364   algorithm: "plot_performance_box"
7365   output-file-type: ".html"
7366   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7367   data: "plot-vpp-throughput-latency-3n-skx"
7368   filter: "'NIC_Intel-X710' and
7369            '64B' and
7370            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7371            'NDRPDR' and
7372            '2T1C' and
7373            'IP4FWD' and
7374            not 'IPSEC' and
7375            not 'VHOST'"
7376   parameters:
7377   - "throughput"
7378   - "parent"
7379   - "tags"
7380   sort:
7381   - "IP4BASE"
7382   - "FIB_20K"
7383   - "FIB_200K"
7384   - "FIB_2M"
7385   traces:
7386     hoverinfo: "x+y"
7387     boxpoints: "outliers"
7388     whiskerwidth: 0
7389   layout:
7390     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7391     layout: "plot-throughput"
7392
7393 -
7394   type: "plot"
7395   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7396   algorithm: "plot_performance_box"
7397   output-file-type: ".html"
7398   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7399   data: "plot-vpp-throughput-latency-3n-skx"
7400   filter: "'NIC_Intel-X710' and
7401            '64B' and
7402            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7403            'NDRPDR' and
7404            '2T1C' and
7405            'IP4FWD' and
7406            not 'IPSEC' and
7407            not 'VHOST'"
7408   parameters:
7409   - "throughput"
7410   - "parent"
7411   - "tags"
7412   sort:
7413   - "IP4BASE"
7414   - "FIB_20K"
7415   - "FIB_200K"
7416   - "FIB_2M"
7417   traces:
7418     hoverinfo: "x+y"
7419     boxpoints: "outliers"
7420     whiskerwidth: 0
7421   layout:
7422     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7423     layout: "plot-throughput"
7424
7425 -
7426   type: "plot"
7427   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7428   algorithm: "plot_performance_box"
7429   output-file-type: ".html"
7430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7431   data: "plot-vpp-throughput-latency-3n-skx"
7432   filter: "'NIC_Intel-X710' and
7433            '64B' and
7434            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7435            'NDRPDR' and
7436            '4T2C' and
7437            'IP4FWD' and
7438            not 'IPSEC' and
7439            not 'VHOST'"
7440   parameters:
7441   - "throughput"
7442   - "parent"
7443   - "tags"
7444   sort:
7445   - "IP4BASE"
7446   - "FIB_20K"
7447   - "FIB_200K"
7448   - "FIB_2M"
7449   traces:
7450     hoverinfo: "x+y"
7451     boxpoints: "outliers"
7452     whiskerwidth: 0
7453   layout:
7454     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7455     layout: "plot-throughput"
7456
7457 -
7458   type: "plot"
7459   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7460   algorithm: "plot_performance_box"
7461   output-file-type: ".html"
7462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7463   data: "plot-vpp-throughput-latency-3n-skx"
7464   filter: "'NIC_Intel-X710' and
7465            '64B' and
7466            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7467            'NDRPDR' and
7468            '4T2C' and
7469            'IP4FWD' and
7470            not 'IPSEC' and
7471            not 'VHOST'"
7472   parameters:
7473   - "throughput"
7474   - "parent"
7475   - "tags"
7476   sort:
7477   - "IP4BASE"
7478   - "FIB_20K"
7479   - "FIB_200K"
7480   - "FIB_2M"
7481   traces:
7482     hoverinfo: "x+y"
7483     boxpoints: "outliers"
7484     whiskerwidth: 0
7485   layout:
7486     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7487     layout: "plot-throughput"
7488
7489 # Packet Throughput - VPP IPv4 3n-skx-x710 features
7490 -
7491   type: "plot"
7492   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
7493   algorithm: "plot_performance_box"
7494   output-file-type: ".html"
7495   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
7496   data: "plot-vpp-throughput-latency-3n-skx"
7497   filter: "'NIC_Intel-X710' and
7498            '64B' and
7499            ('IP4BASE' or
7500             'POLICE_MARK' or
7501             'COPWHLIST' or
7502             ('NAT44' and 'BASE') or
7503             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7504            'NDRPDR' and
7505            '2T1C' and
7506            'IP4FWD' and
7507            not 'IPSEC' and
7508            not 'VHOST'"
7509   parameters:
7510   - "throughput"
7511   - "parent"
7512   - "tags"
7513   sort:
7514   - "IP4BASE"
7515   - "NAT44"
7516   - "POLICE_MARK"
7517   - "COPWHLIST"
7518   - "IACL"
7519   - "OACL"
7520   traces:
7521     hoverinfo: "x+y"
7522     boxpoints: "outliers"
7523     whiskerwidth: 0
7524   layout:
7525     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
7526     layout: "plot-throughput"
7527
7528 -
7529   type: "plot"
7530   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
7531   algorithm: "plot_performance_box"
7532   output-file-type: ".html"
7533   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
7534   data: "plot-vpp-throughput-latency-3n-skx"
7535   filter: "'NIC_Intel-X710' and
7536            '64B' and
7537            ('IP4BASE' or
7538             'POLICE_MARK' or
7539             'COPWHLIST' or
7540             ('NAT44' and 'BASE') or
7541             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7542            'NDRPDR' and
7543            '2T1C' and
7544            'IP4FWD' and
7545            not 'IPSEC' and
7546            not 'VHOST'"
7547   parameters:
7548   - "throughput"
7549   - "parent"
7550   - "tags"
7551   sort:
7552   - "IP4BASE"
7553   - "NAT44"
7554   - "POLICE_MARK"
7555   - "COPWHLIST"
7556   - "IACL"
7557   - "OACL"
7558   traces:
7559     hoverinfo: "x+y"
7560     boxpoints: "outliers"
7561     whiskerwidth: 0
7562   layout:
7563     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
7564     layout: "plot-throughput"
7565
7566 -
7567   type: "plot"
7568   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
7569   algorithm: "plot_performance_box"
7570   output-file-type: ".html"
7571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
7572   data: "plot-vpp-throughput-latency-3n-skx"
7573   filter: "'NIC_Intel-X710' and
7574            '64B' and
7575            ('IP4BASE' or
7576             'POLICE_MARK' or
7577             'COPWHLIST' or
7578             ('NAT44' and 'BASE') or
7579             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7580            'NDRPDR' and
7581            '4T2C' and
7582            'IP4FWD' and
7583            not 'IPSEC' and
7584            not 'VHOST'"
7585   parameters:
7586   - "throughput"
7587   - "parent"
7588   - "tags"
7589   sort:
7590   - "IP4BASE"
7591   - "NAT44"
7592   - "POLICE_MARK"
7593   - "COPWHLIST"
7594   - "IACL"
7595   - "OACL"
7596   traces:
7597     hoverinfo: "x+y"
7598     boxpoints: "outliers"
7599     whiskerwidth: 0
7600   layout:
7601     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
7602     layout: "plot-throughput"
7603
7604 -
7605   type: "plot"
7606   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
7607   algorithm: "plot_performance_box"
7608   output-file-type: ".html"
7609   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
7610   data: "plot-vpp-throughput-latency-3n-skx"
7611   filter: "'NIC_Intel-X710' and
7612            '64B' and
7613            ('IP4BASE' or
7614             'POLICE_MARK' or
7615             'COPWHLIST' or
7616             ('NAT44' and 'BASE') or
7617             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7618            'NDRPDR' and
7619            '4T2C' and
7620            'IP4FWD' and
7621            not 'IPSEC' and
7622            not 'VHOST'"
7623   parameters:
7624   - "throughput"
7625   - "parent"
7626   - "tags"
7627   sort:
7628   - "IP4BASE"
7629   - "NAT44"
7630   - "POLICE_MARK"
7631   - "COPWHLIST"
7632   - "IACL"
7633   - "OACL"
7634   traces:
7635     hoverinfo: "x+y"
7636     boxpoints: "outliers"
7637     whiskerwidth: 0
7638   layout:
7639     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
7640     layout: "plot-throughput"
7641
7642 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
7643 -
7644   type: "plot"
7645   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7646   algorithm: "plot_performance_box"
7647   output-file-type: ".html"
7648   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7649   data: "plot-vpp-throughput-latency-3n-hsw"
7650   filter: "'NIC_Intel-X710' and
7651            '64B' and
7652            'NDRPDR' and
7653            '1T1C' and
7654            'IP4FWD' and
7655            'NAT44' and
7656            not 'IPSEC' and
7657            not 'VHOST'"
7658   parameters:
7659   - "throughput"
7660   - "parent"
7661   - "tags"
7662   sort:
7663   - "BASE"
7664   - "BASE"
7665   - "SRC_USER_10"
7666   - "SRC_USER_100"
7667   - "SRC_USER_1000"
7668   - "SRC_USER_2000"
7669   traces:
7670     hoverinfo: "x+y"
7671     boxpoints: "outliers"
7672     whiskerwidth: 0
7673   layout:
7674     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7675     layout: "plot-throughput"
7676
7677 -
7678   type: "plot"
7679   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7680   algorithm: "plot_performance_box"
7681   output-file-type: ".html"
7682   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7683   data: "plot-vpp-throughput-latency-3n-hsw"
7684   filter: "'NIC_Intel-X710' and
7685            '64B' and
7686            'NDRPDR' and
7687            '1T1C' and
7688            'IP4FWD' and
7689            'NAT44' and
7690            not 'IPSEC' and
7691            not 'VHOST'"
7692   parameters:
7693   - "throughput"
7694   - "parent"
7695   - "tags"
7696   sort:
7697   - "BASE"
7698   - "BASE"
7699   - "SRC_USER_10"
7700   - "SRC_USER_100"
7701   - "SRC_USER_1000"
7702   - "SRC_USER_2000"
7703   traces:
7704     hoverinfo: "x+y"
7705     boxpoints: "outliers"
7706     whiskerwidth: 0
7707   layout:
7708     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7709     layout: "plot-throughput"
7710
7711 -
7712   type: "plot"
7713   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7714   algorithm: "plot_performance_box"
7715   output-file-type: ".html"
7716   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7717   data: "plot-vpp-throughput-latency-3n-hsw"
7718   filter: "'NIC_Intel-X710' and
7719            '64B' and
7720            'NDRPDR' and
7721            '2T2C' and
7722            'IP4FWD' and
7723            'NAT44' and
7724            not 'IPSEC' and
7725            not 'VHOST'"
7726   parameters:
7727   - "throughput"
7728   - "parent"
7729   - "tags"
7730   sort:
7731   - "BASE"
7732   - "BASE"
7733   - "SRC_USER_10"
7734   - "SRC_USER_100"
7735   - "SRC_USER_1000"
7736   - "SRC_USER_2000"
7737   traces:
7738     hoverinfo: "x+y"
7739     boxpoints: "outliers"
7740     whiskerwidth: 0
7741   layout:
7742     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7743     layout: "plot-throughput"
7744
7745 -
7746   type: "plot"
7747   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7748   algorithm: "plot_performance_box"
7749   output-file-type: ".html"
7750   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7751   data: "plot-vpp-throughput-latency-3n-hsw"
7752   filter: "'NIC_Intel-X710' and
7753            '64B' and
7754            'NDRPDR' and
7755            '2T2C' and
7756            'IP4FWD' and
7757            'NAT44' and
7758            not 'IPSEC' and
7759            not 'VHOST'"
7760   parameters:
7761   - "throughput"
7762   - "parent"
7763   - "tags"
7764   sort:
7765   - "BASE"
7766   - "BASE"
7767   - "SRC_USER_10"
7768   - "SRC_USER_100"
7769   - "SRC_USER_1000"
7770   - "SRC_USER_2000"
7771   traces:
7772     hoverinfo: "x+y"
7773     boxpoints: "outliers"
7774     whiskerwidth: 0
7775   layout:
7776     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7777     layout: "plot-throughput"
7778
7779 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
7780 -
7781   type: "plot"
7782   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7783   algorithm: "plot_performance_box"
7784   output-file-type: ".html"
7785   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7786   data: "plot-vpp-throughput-latency-3n-hsw"
7787   filter: "'NIC_Intel-X710' and
7788            '64B' and
7789            'NDRPDR' and
7790            '1T1C' and
7791            'IP4FWD' and
7792            'IACL' and
7793            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7794            not 'IPSEC' and
7795            not 'VHOST'"
7796   parameters:
7797   - "throughput"
7798   - "parent"
7799   - "tags"
7800   sort:
7801   - "ACL_STATELESS"
7802   - "ACL_STATEFUL"
7803   - "ACL_STATELESS"
7804   - "ACL_STATEFUL"
7805   traces:
7806     hoverinfo: "x+y"
7807     boxpoints: "outliers"
7808     whiskerwidth: 0
7809   layout:
7810     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7811     layout: "plot-throughput"
7812
7813 -
7814   type: "plot"
7815   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7816   algorithm: "plot_performance_box"
7817   output-file-type: ".html"
7818   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7819   data: "plot-vpp-throughput-latency-3n-hsw"
7820   filter: "'NIC_Intel-X710' and
7821            '64B' and
7822            'NDRPDR' and
7823            '1T1C' and
7824            'IP4FWD' and
7825            'IACL' and
7826            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7827            not 'IPSEC' and
7828            not 'VHOST'"
7829   parameters:
7830   - "throughput"
7831   - "parent"
7832   - "tags"
7833   sort:
7834   - "ACL_STATELESS"
7835   - "ACL_STATEFUL"
7836   - "ACL_STATELESS"
7837   - "ACL_STATEFUL"
7838   traces:
7839     hoverinfo: "x+y"
7840     boxpoints: "outliers"
7841     whiskerwidth: 0
7842   layout:
7843     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7844     layout: "plot-throughput"
7845
7846 -
7847   type: "plot"
7848   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7849   algorithm: "plot_performance_box"
7850   output-file-type: ".html"
7851   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7852   data: "plot-vpp-throughput-latency-3n-hsw"
7853   filter: "'NIC_Intel-X710' and
7854            '64B' and
7855            'NDRPDR' and
7856            '2T2C' and
7857            'IP4FWD' and
7858            'IACL' and
7859            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7860            not 'IPSEC' and
7861            not 'VHOST'"
7862   parameters:
7863   - "throughput"
7864   - "parent"
7865   - "tags"
7866   sort:
7867   - "ACL_STATELESS"
7868   - "ACL_STATEFUL"
7869   - "ACL_STATELESS"
7870   - "ACL_STATEFUL"
7871   traces:
7872     hoverinfo: "x+y"
7873     boxpoints: "outliers"
7874     whiskerwidth: 0
7875   layout:
7876     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7877     layout: "plot-throughput"
7878
7879 -
7880   type: "plot"
7881   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7882   algorithm: "plot_performance_box"
7883   output-file-type: ".html"
7884   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7885   data: "plot-vpp-throughput-latency-3n-hsw"
7886   filter: "'NIC_Intel-X710' and
7887            '64B' and
7888            'NDRPDR' and
7889            '2T2C' and
7890            'IP4FWD' and
7891            'IACL' and
7892            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7893            not 'IPSEC' and
7894            not 'VHOST'"
7895   parameters:
7896   - "throughput"
7897   - "parent"
7898   - "tags"
7899   sort:
7900   - "ACL_STATELESS"
7901   - "ACL_STATEFUL"
7902   - "ACL_STATELESS"
7903   - "ACL_STATEFUL"
7904   traces:
7905     hoverinfo: "x+y"
7906     boxpoints: "outliers"
7907     whiskerwidth: 0
7908   layout:
7909     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7910     layout: "plot-throughput"
7911
7912 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
7913 -
7914   type: "plot"
7915   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7916   algorithm: "plot_performance_box"
7917   output-file-type: ".html"
7918   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7919   data: "plot-vpp-throughput-latency-3n-hsw"
7920   filter: "'NIC_Intel-X710' and
7921            '64B' and
7922            'NDRPDR' and
7923            '1T1C' and
7924            'IP4FWD' and
7925            'OACL' and
7926            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7927            not 'IPSEC' and
7928            not 'VHOST'"
7929   parameters:
7930   - "throughput"
7931   - "parent"
7932   - "tags"
7933   sort:
7934   - "ACL_STATELESS"
7935   - "ACL_STATEFUL"
7936   - "ACL_STATELESS"
7937   - "ACL_STATEFUL"
7938   traces:
7939     hoverinfo: "x+y"
7940     boxpoints: "outliers"
7941     whiskerwidth: 0
7942   layout:
7943     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7944     layout: "plot-throughput"
7945
7946 -
7947   type: "plot"
7948   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7949   algorithm: "plot_performance_box"
7950   output-file-type: ".html"
7951   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7952   data: "plot-vpp-throughput-latency-3n-hsw"
7953   filter: "'NIC_Intel-X710' and
7954            '64B' and
7955            'NDRPDR' and
7956            '1T1C' and
7957            'IP4FWD' and
7958            'OACL' and
7959            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7960            not 'IPSEC' and
7961            not 'VHOST'"
7962   parameters:
7963   - "throughput"
7964   - "parent"
7965   - "tags"
7966   sort:
7967   - "ACL_STATELESS"
7968   - "ACL_STATEFUL"
7969   - "ACL_STATELESS"
7970   - "ACL_STATEFUL"
7971   traces:
7972     hoverinfo: "x+y"
7973     boxpoints: "outliers"
7974     whiskerwidth: 0
7975   layout:
7976     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7977     layout: "plot-throughput"
7978
7979 -
7980   type: "plot"
7981   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7982   algorithm: "plot_performance_box"
7983   output-file-type: ".html"
7984   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7985   data: "plot-vpp-throughput-latency-3n-hsw"
7986   filter: "'NIC_Intel-X710' and
7987            '64B' and
7988            'NDRPDR' and
7989            '2T2C' and
7990            'IP4FWD' and
7991            'OACL' and
7992            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7993            not 'IPSEC' and
7994            not 'VHOST'"
7995   parameters:
7996   - "throughput"
7997   - "parent"
7998   - "tags"
7999   sort:
8000   - "ACL_STATELESS"
8001   - "ACL_STATEFUL"
8002   - "ACL_STATELESS"
8003   - "ACL_STATEFUL"
8004   traces:
8005     hoverinfo: "x+y"
8006     boxpoints: "outliers"
8007     whiskerwidth: 0
8008   layout:
8009     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8010     layout: "plot-throughput"
8011
8012 -
8013   type: "plot"
8014   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8015   algorithm: "plot_performance_box"
8016   output-file-type: ".html"
8017   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8018   data: "plot-vpp-throughput-latency-3n-hsw"
8019   filter: "'NIC_Intel-X710' and
8020            '64B' and
8021            'NDRPDR' and
8022            '2T2C' and
8023            'IP4FWD' and
8024            'OACL' and
8025            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8026            not 'IPSEC' and
8027            not 'VHOST'"
8028   parameters:
8029   - "throughput"
8030   - "parent"
8031   - "tags"
8032   sort:
8033   - "ACL_STATELESS"
8034   - "ACL_STATEFUL"
8035   - "ACL_STATELESS"
8036   - "ACL_STATEFUL"
8037   traces:
8038     hoverinfo: "x+y"
8039     boxpoints: "outliers"
8040     whiskerwidth: 0
8041   layout:
8042     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8043     layout: "plot-throughput"
8044
8045 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
8046 -
8047   type: "plot"
8048   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8049   algorithm: "plot_performance_box"
8050   output-file-type: ".html"
8051   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8052   data: "plot-vpp-throughput-latency-2n-skx"
8053   filter: "'NIC_Intel-X710' and
8054            '64B' and
8055            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8056            'NDRPDR' and
8057            '2T1C' and
8058            'IP4FWD' and
8059            not 'IPSEC' and
8060            not 'VHOST'"
8061   parameters:
8062   - "throughput"
8063   - "parent"
8064   - "tags"
8065   sort:
8066   - "IP4BASE"
8067   - "FIB_20K"
8068   - "FIB_200K"
8069   - "FIB_2M"
8070   traces:
8071     hoverinfo: "x+y"
8072     boxpoints: "outliers"
8073     whiskerwidth: 0
8074   layout:
8075     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8076     layout: "plot-throughput"
8077
8078 -
8079   type: "plot"
8080   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8081   algorithm: "plot_performance_box"
8082   output-file-type: ".html"
8083   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8084   data: "plot-vpp-throughput-latency-2n-skx"
8085   filter: "'NIC_Intel-X710' and
8086            '64B' and
8087            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8088            'NDRPDR' and
8089            '2T1C' and
8090            'IP4FWD' and
8091            not 'IPSEC' and
8092            not 'VHOST'"
8093   parameters:
8094   - "throughput"
8095   - "parent"
8096   - "tags"
8097   sort:
8098   - "IP4BASE"
8099   - "FIB_20K"
8100   - "FIB_200K"
8101   - "FIB_2M"
8102   traces:
8103     hoverinfo: "x+y"
8104     boxpoints: "outliers"
8105     whiskerwidth: 0
8106   layout:
8107     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8108     layout: "plot-throughput"
8109
8110 -
8111   type: "plot"
8112   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8113   algorithm: "plot_performance_box"
8114   output-file-type: ".html"
8115   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8116   data: "plot-vpp-throughput-latency-2n-skx"
8117   filter: "'NIC_Intel-X710' and
8118            '64B' and
8119            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8120            'NDRPDR' and
8121            '4T2C' and
8122            'IP4FWD' and
8123            not 'IPSEC' and
8124            not 'VHOST'"
8125   parameters:
8126   - "throughput"
8127   - "parent"
8128   - "tags"
8129   sort:
8130   - "IP4BASE"
8131   - "FIB_20K"
8132   - "FIB_200K"
8133   - "FIB_2M"
8134   traces:
8135     hoverinfo: "x+y"
8136     boxpoints: "outliers"
8137     whiskerwidth: 0
8138   layout:
8139     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8140     layout: "plot-throughput"
8141
8142 -
8143   type: "plot"
8144   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8145   algorithm: "plot_performance_box"
8146   output-file-type: ".html"
8147   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8148   data: "plot-vpp-throughput-latency-2n-skx"
8149   filter: "'NIC_Intel-X710' and
8150            '64B' and
8151            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8152            'NDRPDR' and
8153            '4T2C' and
8154            'IP4FWD' and
8155            not 'IPSEC' and
8156            not 'VHOST'"
8157   parameters:
8158   - "throughput"
8159   - "parent"
8160   - "tags"
8161   sort:
8162   - "IP4BASE"
8163   - "FIB_20K"
8164   - "FIB_200K"
8165   - "FIB_2M"
8166   traces:
8167     hoverinfo: "x+y"
8168     boxpoints: "outliers"
8169     whiskerwidth: 0
8170   layout:
8171     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8172     layout: "plot-throughput"
8173
8174 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
8175 -
8176   type: "plot"
8177   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8178   algorithm: "plot_performance_box"
8179   output-file-type: ".html"
8180   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8181   data: "plot-vpp-throughput-latency-2n-skx"
8182   filter: "'NIC_Intel-XXV710' and
8183            '64B' and
8184            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8185            'NDRPDR' and
8186            '2T1C' and
8187            'IP4FWD' and
8188            not 'IPSEC' and
8189            not 'VHOST'"
8190   parameters:
8191   - "throughput"
8192   - "parent"
8193   - "tags"
8194   sort:
8195   - "IP4BASE"
8196   - "FIB_20K"
8197   - "FIB_200K"
8198   - "FIB_2M"
8199   traces:
8200     hoverinfo: "x+y"
8201     boxpoints: "outliers"
8202     whiskerwidth: 0
8203   layout:
8204     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8205     layout: "plot-throughput"
8206
8207 -
8208   type: "plot"
8209   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8210   algorithm: "plot_performance_box"
8211   output-file-type: ".html"
8212   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8213   data: "plot-vpp-throughput-latency-2n-skx"
8214   filter: "'NIC_Intel-XXV710' and
8215            '64B' and
8216            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8217            'NDRPDR' and
8218            '2T1C' and
8219            'IP4FWD' and
8220            not 'IPSEC' and
8221            not 'VHOST'"
8222   parameters:
8223   - "throughput"
8224   - "parent"
8225   - "tags"
8226   sort:
8227   - "IP4BASE"
8228   - "FIB_20K"
8229   - "FIB_200K"
8230   - "FIB_2M"
8231   traces:
8232     hoverinfo: "x+y"
8233     boxpoints: "outliers"
8234     whiskerwidth: 0
8235   layout:
8236     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8237     layout: "plot-throughput"
8238
8239 -
8240   type: "plot"
8241   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8242   algorithm: "plot_performance_box"
8243   output-file-type: ".html"
8244   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8245   data: "plot-vpp-throughput-latency-2n-skx"
8246   filter: "'NIC_Intel-XXV710' and
8247            '64B' and
8248            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8249            'NDRPDR' and
8250            '4T2C' and
8251            'IP4FWD' and
8252            not 'IPSEC' and
8253            not 'VHOST'"
8254   parameters:
8255   - "throughput"
8256   - "parent"
8257   - "tags"
8258   sort:
8259   - "IP4BASE"
8260   - "FIB_20K"
8261   - "FIB_200K"
8262   - "FIB_2M"
8263   traces:
8264     hoverinfo: "x+y"
8265     boxpoints: "outliers"
8266     whiskerwidth: 0
8267   layout:
8268     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8269     layout: "plot-throughput"
8270
8271 -
8272   type: "plot"
8273   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8274   algorithm: "plot_performance_box"
8275   output-file-type: ".html"
8276   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8277   data: "plot-vpp-throughput-latency-2n-skx"
8278   filter: "'NIC_Intel-XXV710' and
8279            '64B' and
8280            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8281            'NDRPDR' and
8282            '4T2C' and
8283            'IP4FWD' and
8284            not 'IPSEC' and
8285            not 'VHOST'"
8286   parameters:
8287   - "throughput"
8288   - "parent"
8289   - "tags"
8290   sort:
8291   - "IP4BASE"
8292   - "FIB_20K"
8293   - "FIB_200K"
8294   - "FIB_2M"
8295   traces:
8296     hoverinfo: "x+y"
8297     boxpoints: "outliers"
8298     whiskerwidth: 0
8299   layout:
8300     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8301     layout: "plot-throughput"
8302
8303 ################################################################################
8304
8305 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
8306 -
8307   type: "plot"
8308   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8309   algorithm: "plot_performance_box"
8310   output-file-type: ".html"
8311   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8312   data: "plot-vpp-throughput-latency-3n-hsw"
8313   filter: "'NIC_Intel-X520-DA2' and
8314            '64B' and
8315            'ENCAP' and
8316            'NDRPDR' and
8317            '1T1C' and
8318            'VXLAN' and
8319            'L2BDMACLRN' and
8320            not 'VHOST' and
8321            not 'IPSECHW'"
8322   parameters:
8323   - "throughput"
8324   - "parent"
8325   - "tags"
8326   sort:
8327   - "not DOT1Q"
8328   - "VXLAN_1"
8329   - "VXLAN_10"
8330   - "VXLAN_100"
8331   - "VXLAN_1000"
8332   traces:
8333     hoverinfo: "x+y"
8334     boxpoints: "outliers"
8335     whiskerwidth: 0
8336   layout:
8337     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8338     layout: "plot-throughput"
8339
8340 -
8341   type: "plot"
8342   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8343   algorithm: "plot_performance_box"
8344   output-file-type: ".html"
8345   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8346   data: "plot-vpp-throughput-latency-3n-hsw"
8347   filter: "'NIC_Intel-X520-DA2' and
8348            '64B' and
8349            'ENCAP' and
8350            'NDRPDR' and
8351            '1T1C' and
8352            'VXLAN' and
8353            'L2BDMACLRN' and
8354            not 'VHOST' and
8355            not 'IPSECHW'"
8356   parameters:
8357   - "throughput"
8358   - "parent"
8359   - "tags"
8360   sort:
8361   - "not DOT1Q"
8362   - "VXLAN_1"
8363   - "VXLAN_10"
8364   - "VXLAN_100"
8365   - "VXLAN_1000"
8366   traces:
8367     hoverinfo: "x+y"
8368     boxpoints: "outliers"
8369     whiskerwidth: 0
8370   layout:
8371     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8372     layout: "plot-throughput"
8373
8374 -
8375   type: "plot"
8376   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8377   algorithm: "plot_performance_box"
8378   output-file-type: ".html"
8379   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8380   data: "plot-vpp-throughput-latency-3n-hsw"
8381   filter: "'NIC_Intel-X520-DA2' and
8382            '64B' and
8383            'ENCAP' and
8384            'NDRPDR' and
8385            '2T2C' and
8386            'VXLAN' and
8387            'L2BDMACLRN' and
8388            not 'VHOST' and
8389            not 'IPSECHW'"
8390   parameters:
8391   - "throughput"
8392   - "parent"
8393   - "tags"
8394   sort:
8395   - "not DOT1Q"
8396   - "VXLAN_1"
8397   - "VXLAN_10"
8398   - "VXLAN_100"
8399   - "VXLAN_1000"
8400   traces:
8401     hoverinfo: "x+y"
8402     boxpoints: "outliers"
8403     whiskerwidth: 0
8404   layout:
8405     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8406     layout: "plot-throughput"
8407
8408 -
8409   type: "plot"
8410   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8411   algorithm: "plot_performance_box"
8412   output-file-type: ".html"
8413   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8414   data: "plot-vpp-throughput-latency-3n-hsw"
8415   filter: "'NIC_Intel-X520-DA2' and
8416            '64B' and
8417            'ENCAP' and
8418            'NDRPDR' and
8419            '2T2C' and
8420            'VXLAN' and
8421            'L2BDMACLRN' and
8422            not 'VHOST' and
8423            not 'IPSECHW'"
8424   parameters:
8425   - "throughput"
8426   - "parent"
8427   - "tags"
8428   sort:
8429   - "not DOT1Q"
8430   - "VXLAN_1"
8431   - "VXLAN_10"
8432   - "VXLAN_100"
8433   - "VXLAN_1000"
8434   traces:
8435     hoverinfo: "x+y"
8436     boxpoints: "outliers"
8437     whiskerwidth: 0
8438   layout:
8439     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8440     layout: "plot-throughput"
8441
8442 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
8443 -
8444   type: "plot"
8445   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8446   algorithm: "plot_performance_box"
8447   output-file-type: ".html"
8448   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8449   data: "plot-vpp-throughput-latency-3n-hsw"
8450   filter: "'NIC_Intel-X520-DA2' and
8451            '64B' and
8452            'ENCAP' and
8453            'NDRPDR' and
8454            '1T1C' and
8455            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8456            not 'DOT1Q' and
8457            not 'VHOST' and
8458            not 'IPSECHW'"
8459   parameters:
8460   - "throughput"
8461   - "parent"
8462   - "tags"
8463   sort:
8464   - "L2BDMACLRN"
8465   - "L2XCFWD"
8466   - "LISP"
8467   traces:
8468     hoverinfo: "x+y"
8469     boxpoints: "outliers"
8470     whiskerwidth: 0
8471   layout:
8472     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8473     layout: "plot-throughput"
8474
8475 -
8476   type: "plot"
8477   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8478   algorithm: "plot_performance_box"
8479   output-file-type: ".html"
8480   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8481   data: "plot-vpp-throughput-latency-3n-hsw"
8482   filter: "'NIC_Intel-X520-DA2' and
8483            '64B' and
8484            'ENCAP' and
8485            'NDRPDR' and
8486            '2T2C' and
8487            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8488            not 'DOT1Q' and
8489            not 'VHOST' and
8490            not 'IPSECHW'"
8491   parameters:
8492   - "throughput"
8493   - "parent"
8494   - "tags"
8495   sort:
8496   - "L2BDMACLRN"
8497   - "L2XCFWD"
8498   - "LISP"
8499   traces:
8500     hoverinfo: "x+y"
8501     boxpoints: "outliers"
8502     whiskerwidth: 0
8503   layout:
8504     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8505     layout: "plot-throughput"
8506
8507 -
8508   type: "plot"
8509   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8510   algorithm: "plot_performance_box"
8511   output-file-type: ".html"
8512   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8513   data: "plot-vpp-throughput-latency-3n-hsw"
8514   filter: "'NIC_Intel-X520-DA2' and
8515            '64B' and
8516            'ENCAP' and
8517            'NDRPDR' and
8518            '1T1C' and
8519            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8520            not 'DOT1Q' and
8521            not 'VHOST' and
8522            not 'IPSECHW'"
8523   parameters:
8524   - "throughput"
8525   - "parent"
8526   - "tags"
8527   sort:
8528   - "L2BDMACLRN"
8529   - "L2XCFWD"
8530   - "LISP"
8531   traces:
8532     hoverinfo: "x+y"
8533     boxpoints: "outliers"
8534     whiskerwidth: 0
8535   layout:
8536     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8537     layout: "plot-throughput"
8538
8539 -
8540   type: "plot"
8541   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8542   algorithm: "plot_performance_box"
8543   output-file-type: ".html"
8544   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8545   data: "plot-vpp-throughput-latency-3n-hsw"
8546   filter: "'NIC_Intel-X520-DA2' and
8547            '64B' and
8548            'ENCAP' and
8549            'NDRPDR' and
8550            '2T2C' and
8551            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8552            not 'DOT1Q' and
8553            not 'VHOST' and
8554            not 'IPSECHW'"
8555   parameters:
8556   - "throughput"
8557   - "parent"
8558   - "tags"
8559   sort:
8560   - "L2BDMACLRN"
8561   - "L2XCFWD"
8562   - "LISP"
8563   traces:
8564     hoverinfo: "x+y"
8565     boxpoints: "outliers"
8566     whiskerwidth: 0
8567   layout:
8568     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8569     layout: "plot-throughput"
8570
8571 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
8572 -
8573   type: "plot"
8574   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8575   algorithm: "plot_performance_box"
8576   output-file-type: ".html"
8577   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8578   data: "plot-vpp-throughput-latency-3n-hsw"
8579   filter: "'NIC_Intel-X710' and
8580            '64B' and
8581            'ENCAP' and
8582            'NDRPDR' and
8583            '1T1C' and
8584            'VXLAN' and
8585            'L2BDMACLRN' and
8586            not 'VHOST' and
8587            not 'IPSECHW'"
8588   parameters:
8589   - "throughput"
8590   - "parent"
8591   - "tags"
8592   sort:
8593   - "not DOT1Q"
8594   - "VXLAN_1"
8595   - "VXLAN_10"
8596   - "VXLAN_100"
8597   - "VXLAN_1000"
8598   traces:
8599     hoverinfo: "x+y"
8600     boxpoints: "outliers"
8601     whiskerwidth: 0
8602   layout:
8603     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8604     layout: "plot-throughput"
8605
8606 -
8607   type: "plot"
8608   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8609   algorithm: "plot_performance_box"
8610   output-file-type: ".html"
8611   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8612   data: "plot-vpp-throughput-latency-3n-hsw"
8613   filter: "'NIC_Intel-X710' and
8614            '64B' and
8615            'ENCAP' and
8616            'NDRPDR' and
8617            '1T1C' and
8618            'VXLAN' and
8619            'L2BDMACLRN' and
8620            not 'VHOST' and
8621            not 'IPSECHW'"
8622   parameters:
8623   - "throughput"
8624   - "parent"
8625   - "tags"
8626   sort:
8627   - "not DOT1Q"
8628   - "VXLAN_1"
8629   - "VXLAN_10"
8630   - "VXLAN_100"
8631   - "VXLAN_1000"
8632   traces:
8633     hoverinfo: "x+y"
8634     boxpoints: "outliers"
8635     whiskerwidth: 0
8636   layout:
8637     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8638     layout: "plot-throughput"
8639
8640 -
8641   type: "plot"
8642   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8643   algorithm: "plot_performance_box"
8644   output-file-type: ".html"
8645   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8646   data: "plot-vpp-throughput-latency-3n-hsw"
8647   filter: "'NIC_Intel-X710' and
8648            '64B' and
8649            'ENCAP' and
8650            'NDRPDR' and
8651            '2T2C' and
8652            'VXLAN' and
8653            'L2BDMACLRN' and
8654            not 'VHOST' and
8655            not 'IPSECHW'"
8656   parameters:
8657   - "throughput"
8658   - "parent"
8659   - "tags"
8660   sort:
8661   - "not DOT1Q"
8662   - "VXLAN_1"
8663   - "VXLAN_10"
8664   - "VXLAN_100"
8665   - "VXLAN_1000"
8666   traces:
8667     hoverinfo: "x+y"
8668     boxpoints: "outliers"
8669     whiskerwidth: 0
8670   layout:
8671     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8672     layout: "plot-throughput"
8673
8674 -
8675   type: "plot"
8676   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8677   algorithm: "plot_performance_box"
8678   output-file-type: ".html"
8679   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8680   data: "plot-vpp-throughput-latency-3n-hsw"
8681   filter: "'NIC_Intel-X710' and
8682            '64B' and
8683            'ENCAP' and
8684            'NDRPDR' and
8685            '2T2C' and
8686            'VXLAN' and
8687            'L2BDMACLRN' and
8688            not 'VHOST' and
8689            not 'IPSECHW'"
8690   parameters:
8691   - "throughput"
8692   - "parent"
8693   - "tags"
8694   sort:
8695   - "not DOT1Q"
8696   - "VXLAN_1"
8697   - "VXLAN_10"
8698   - "VXLAN_100"
8699   - "VXLAN_1000"
8700   traces:
8701     hoverinfo: "x+y"
8702     boxpoints: "outliers"
8703     whiskerwidth: 0
8704   layout:
8705     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8706     layout: "plot-throughput"
8707
8708 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
8709 -
8710   type: "plot"
8711   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8712   algorithm: "plot_performance_box"
8713   output-file-type: ".html"
8714   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8715   data: "plot-vpp-throughput-latency-3n-hsw"
8716   filter: "'NIC_Intel-X710' and
8717            '64B' and
8718            'ENCAP' and
8719            'NDRPDR' and
8720            '1T1C' and
8721            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8722            not 'DOT1Q' and
8723            not 'VHOST' and
8724            not 'IPSECHW'"
8725   parameters:
8726   - "throughput"
8727   - "parent"
8728   - "tags"
8729   sort:
8730   - "L2BDMACLRN"
8731   - "L2XCFWD"
8732   - "LISP"
8733   traces:
8734     hoverinfo: "x+y"
8735     boxpoints: "outliers"
8736     whiskerwidth: 0
8737   layout:
8738     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8739     layout: "plot-throughput"
8740
8741 -
8742   type: "plot"
8743   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8744   algorithm: "plot_performance_box"
8745   output-file-type: ".html"
8746   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8747   data: "plot-vpp-throughput-latency-3n-hsw"
8748   filter: "'NIC_Intel-X710' and
8749            '64B' and
8750            'ENCAP' and
8751            'NDRPDR' and
8752            '2T2C' and
8753            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8754            not 'DOT1Q' and
8755            not 'VHOST' and
8756            not 'IPSECHW'"
8757   parameters:
8758   - "throughput"
8759   - "parent"
8760   - "tags"
8761   sort:
8762   - "L2BDMACLRN"
8763   - "L2XCFWD"
8764   - "LISP"
8765   traces:
8766     hoverinfo: "x+y"
8767     boxpoints: "outliers"
8768     whiskerwidth: 0
8769   layout:
8770     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8771     layout: "plot-throughput"
8772
8773 -
8774   type: "plot"
8775   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8776   algorithm: "plot_performance_box"
8777   output-file-type: ".html"
8778   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8779   data: "plot-vpp-throughput-latency-3n-hsw"
8780   filter: "'NIC_Intel-X710' and
8781            '64B' and
8782            'ENCAP' and
8783            'NDRPDR' and
8784            '1T1C' and
8785            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8786            not 'DOT1Q' and
8787            not 'VHOST' and
8788            not 'IPSECHW'"
8789   parameters:
8790   - "throughput"
8791   - "parent"
8792   - "tags"
8793   sort:
8794   - "L2BDMACLRN"
8795   - "L2XCFWD"
8796   - "LISP"
8797   traces:
8798     hoverinfo: "x+y"
8799     boxpoints: "outliers"
8800     whiskerwidth: 0
8801   layout:
8802     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8803     layout: "plot-throughput"
8804
8805 -
8806   type: "plot"
8807   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8808   algorithm: "plot_performance_box"
8809   output-file-type: ".html"
8810   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8811   data: "plot-vpp-throughput-latency-3n-hsw"
8812   filter: "'NIC_Intel-X710' and
8813            '64B' and
8814            'ENCAP' and
8815            'NDRPDR' and
8816            '2T2C' and
8817            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8818            not 'DOT1Q' and
8819            not 'VHOST' and
8820            not 'IPSECHW'"
8821   parameters:
8822   - "throughput"
8823   - "parent"
8824   - "tags"
8825   sort:
8826   - "L2BDMACLRN"
8827   - "L2XCFWD"
8828   - "LISP"
8829   traces:
8830     hoverinfo: "x+y"
8831     boxpoints: "outliers"
8832     whiskerwidth: 0
8833   layout:
8834     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8835     layout: "plot-throughput"
8836
8837 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
8838 -
8839   type: "plot"
8840   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8841   algorithm: "plot_performance_box"
8842   output-file-type: ".html"
8843   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8844   data: "plot-vpp-throughput-latency-3n-skx"
8845   filter: "'NIC_Intel-X710' and
8846            '64B' and
8847            'ENCAP' and
8848            'NDRPDR' and
8849            '2T1C' and
8850            'VXLAN' and
8851            'L2BDMACLRN' and
8852            not 'VHOST' and
8853            not 'IPSECHW'"
8854   parameters:
8855   - "throughput"
8856   - "parent"
8857   - "tags"
8858   sort:
8859   - "not DOT1Q"
8860   - "VXLAN_1"
8861   - "VXLAN_10"
8862   - "VXLAN_100"
8863   - "VXLAN_1000"
8864   traces:
8865     hoverinfo: "x+y"
8866     boxpoints: "outliers"
8867     whiskerwidth: 0
8868   layout:
8869     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8870     layout: "plot-throughput"
8871
8872 -
8873   type: "plot"
8874   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8875   algorithm: "plot_performance_box"
8876   output-file-type: ".html"
8877   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8878   data: "plot-vpp-throughput-latency-3n-skx"
8879   filter: "'NIC_Intel-X710' and
8880            '64B' and
8881            'ENCAP' and
8882            'NDRPDR' and
8883            '2T1C' and
8884            'VXLAN' and
8885            'L2BDMACLRN' and
8886            not 'VHOST' and
8887            not 'IPSECHW'"
8888   parameters:
8889   - "throughput"
8890   - "parent"
8891   - "tags"
8892   sort:
8893   - "not DOT1Q"
8894   - "VXLAN_1"
8895   - "VXLAN_10"
8896   - "VXLAN_100"
8897   - "VXLAN_1000"
8898   traces:
8899     hoverinfo: "x+y"
8900     boxpoints: "outliers"
8901     whiskerwidth: 0
8902   layout:
8903     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8904     layout: "plot-throughput"
8905
8906 -
8907   type: "plot"
8908   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8909   algorithm: "plot_performance_box"
8910   output-file-type: ".html"
8911   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8912   data: "plot-vpp-throughput-latency-3n-skx"
8913   filter: "'NIC_Intel-X710' and
8914            '64B' and
8915            'ENCAP' and
8916            'NDRPDR' and
8917            '4T2C' and
8918            'VXLAN' and
8919            'L2BDMACLRN' and
8920            not 'VHOST' and
8921            not 'IPSECHW'"
8922   parameters:
8923   - "throughput"
8924   - "parent"
8925   - "tags"
8926   sort:
8927   - "not DOT1Q"
8928   - "VXLAN_1"
8929   - "VXLAN_10"
8930   - "VXLAN_100"
8931   - "VXLAN_1000"
8932   traces:
8933     hoverinfo: "x+y"
8934     boxpoints: "outliers"
8935     whiskerwidth: 0
8936   layout:
8937     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8938     layout: "plot-throughput"
8939
8940 -
8941   type: "plot"
8942   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8943   algorithm: "plot_performance_box"
8944   output-file-type: ".html"
8945   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8946   data: "plot-vpp-throughput-latency-3n-skx"
8947   filter: "'NIC_Intel-X710' and
8948            '64B' and
8949            'ENCAP' and
8950            'NDRPDR' and
8951            '4T2C' and
8952            'VXLAN' and
8953            'L2BDMACLRN' and
8954            not 'VHOST' and
8955            not 'IPSECHW'"
8956   parameters:
8957   - "throughput"
8958   - "parent"
8959   - "tags"
8960   sort:
8961   - "not DOT1Q"
8962   - "VXLAN_1"
8963   - "VXLAN_10"
8964   - "VXLAN_100"
8965   - "VXLAN_1000"
8966   traces:
8967     hoverinfo: "x+y"
8968     boxpoints: "outliers"
8969     whiskerwidth: 0
8970   layout:
8971     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8972     layout: "plot-throughput"
8973
8974 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
8975 -
8976   type: "plot"
8977   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8978   algorithm: "plot_performance_box"
8979   output-file-type: ".html"
8980   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8981   data: "plot-vpp-throughput-latency-3n-skx"
8982   filter: "'NIC_Intel-X710' and
8983            '64B' and
8984            'ENCAP' and
8985            'NDRPDR' and
8986            '2T1C' and
8987            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8988            not 'DOT1Q' and
8989            not 'VHOST' and
8990            not 'IPSECHW'"
8991   parameters:
8992   - "throughput"
8993   - "parent"
8994   - "tags"
8995   sort:
8996   - "L2BDMACLRN"
8997   - "L2XCFWD"
8998   - "LISP"
8999   traces:
9000     hoverinfo: "x+y"
9001     boxpoints: "outliers"
9002     whiskerwidth: 0
9003   layout:
9004     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9005     layout: "plot-throughput"
9006
9007 -
9008   type: "plot"
9009   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9010   algorithm: "plot_performance_box"
9011   output-file-type: ".html"
9012   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9013   data: "plot-vpp-throughput-latency-3n-skx"
9014   filter: "'NIC_Intel-X710' and
9015            '64B' and
9016            'ENCAP' and
9017            'NDRPDR' and
9018            '4T2C' and
9019            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9020            not 'DOT1Q' and
9021            not 'VHOST' and
9022            not 'IPSECHW'"
9023   parameters:
9024   - "throughput"
9025   - "parent"
9026   - "tags"
9027   sort:
9028   - "L2BDMACLRN"
9029   - "L2XCFWD"
9030   - "LISP"
9031   traces:
9032     hoverinfo: "x+y"
9033     boxpoints: "outliers"
9034     whiskerwidth: 0
9035   layout:
9036     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9037     layout: "plot-throughput"
9038
9039 -
9040   type: "plot"
9041   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9042   algorithm: "plot_performance_box"
9043   output-file-type: ".html"
9044   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9045   data: "plot-vpp-throughput-latency-3n-skx"
9046   filter: "'NIC_Intel-X710' and
9047            '64B' and
9048            'ENCAP' and
9049            'NDRPDR' and
9050            '2T1C' and
9051            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9052            not 'DOT1Q' and
9053            not 'VHOST' and
9054            not 'IPSECHW'"
9055   parameters:
9056   - "throughput"
9057   - "parent"
9058   - "tags"
9059   sort:
9060   - "L2BDMACLRN"
9061   - "L2XCFWD"
9062   - "LISP"
9063   traces:
9064     hoverinfo: "x+y"
9065     boxpoints: "outliers"
9066     whiskerwidth: 0
9067   layout:
9068     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9069     layout: "plot-throughput"
9070
9071 -
9072   type: "plot"
9073   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9074   algorithm: "plot_performance_box"
9075   output-file-type: ".html"
9076   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9077   data: "plot-vpp-throughput-latency-3n-skx"
9078   filter: "'NIC_Intel-X710' and
9079            '64B' and
9080            'ENCAP' and
9081            'NDRPDR' and
9082            '4T2C' and
9083            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9084            not 'DOT1Q' and
9085            not 'VHOST' and
9086            not 'IPSECHW'"
9087   parameters:
9088   - "throughput"
9089   - "parent"
9090   - "tags"
9091   sort:
9092   - "L2BDMACLRN"
9093   - "L2XCFWD"
9094   - "LISP"
9095   traces:
9096     hoverinfo: "x+y"
9097     boxpoints: "outliers"
9098     whiskerwidth: 0
9099   layout:
9100     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9101     layout: "plot-throughput"
9102
9103 ################################################################################
9104
9105 # Packet Throughput - VPP IPv6 3n-hsw-x520
9106 -
9107   type: "plot"
9108   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9109   algorithm: "plot_performance_box"
9110   output-file-type: ".html"
9111   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9112   data: "plot-vpp-throughput-latency-3n-hsw"
9113   filter: "'NIC_Intel-X520-DA2' and
9114            '78B' and
9115            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9116            'NDRPDR' and
9117            '1T1C' and
9118            'IP6FWD' and
9119            not 'SRv6' and
9120            not 'IPSEC' and
9121            not 'VHOST'"
9122   parameters:
9123   - "throughput"
9124   - "parent"
9125   - "tags"
9126   sort:
9127   - "IP6BASE"
9128   - "FIB_20K"
9129   - "FIB_200K"
9130   - "FIB_2M"
9131   traces:
9132     hoverinfo: "x+y"
9133     boxpoints: "outliers"
9134     whiskerwidth: 0
9135   layout:
9136     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9137     layout: "plot-throughput"
9138
9139 -
9140   type: "plot"
9141   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9142   algorithm: "plot_performance_box"
9143   output-file-type: ".html"
9144   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9145   data: "plot-vpp-throughput-latency-3n-hsw"
9146   filter: "'NIC_Intel-X520-DA2' and
9147            '78B' and
9148            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9149            'NDRPDR' and
9150            '1T1C' and
9151            'IP6FWD' and
9152            not 'SRv6' and
9153            not 'IPSEC' and
9154            not 'VHOST'"
9155   parameters:
9156   - "throughput"
9157   - "parent"
9158   - "tags"
9159   sort:
9160   - "IP6BASE"
9161   - "FIB_20K"
9162   - "FIB_200K"
9163   - "FIB_2M"
9164   traces:
9165     hoverinfo: "x+y"
9166     boxpoints: "outliers"
9167     whiskerwidth: 0
9168   layout:
9169     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9170     layout: "plot-throughput"
9171
9172 -
9173   type: "plot"
9174   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9175   algorithm: "plot_performance_box"
9176   output-file-type: ".html"
9177   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9178   data: "plot-vpp-throughput-latency-3n-hsw"
9179   filter: "'NIC_Intel-X520-DA2' and
9180            '78B' and
9181            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9182            'NDRPDR' and
9183            '2T2C' and
9184            'IP6FWD' and
9185            not 'SRv6' and
9186            not 'IPSEC' and
9187            not 'VHOST'"
9188   parameters:
9189   - "throughput"
9190   - "parent"
9191   - "tags"
9192   sort:
9193   - "IP6BASE"
9194   - "FIB_20K"
9195   - "FIB_200K"
9196   - "FIB_2M"
9197   traces:
9198     hoverinfo: "x+y"
9199     boxpoints: "outliers"
9200     whiskerwidth: 0
9201   layout:
9202     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9203     layout: "plot-throughput"
9204
9205 -
9206   type: "plot"
9207   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9208   algorithm: "plot_performance_box"
9209   output-file-type: ".html"
9210   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9211   data: "plot-vpp-throughput-latency-3n-hsw"
9212   filter: "'NIC_Intel-X520-DA2' and
9213            '78B' and
9214            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9215            'NDRPDR' and
9216            '2T2C' and
9217            'IP6FWD' and
9218            not 'SRv6' and
9219            not 'IPSEC' and
9220            not 'VHOST'"
9221   parameters:
9222   - "throughput"
9223   - "parent"
9224   - "tags"
9225   sort:
9226   - "IP6BASE"
9227   - "FIB_20K"
9228   - "FIB_200K"
9229   - "FIB_2M"
9230   traces:
9231     hoverinfo: "x+y"
9232     boxpoints: "outliers"
9233     whiskerwidth: 0
9234   layout:
9235     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9236     layout: "plot-throughput"
9237
9238 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
9239 -
9240   type: "plot"
9241   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9242   algorithm: "plot_performance_box"
9243   output-file-type: ".html"
9244   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9245   data: "plot-vpp-throughput-latency-3n-hsw"
9246   filter: "'NIC_Intel-X520-DA2' and
9247            '78B' and
9248            ('IP6BASE' or
9249             'POLICE_MARK' or
9250             'COPWHLIST' or
9251             'IACLDST') and
9252            'NDRPDR' and
9253            '1T1C' and
9254            'IP6FWD' and
9255            not 'SRv6' and
9256            not 'IPSEC' and
9257            not 'VHOST'"
9258   parameters:
9259   - "throughput"
9260   - "parent"
9261   - "tags"
9262   sort:
9263   - "IP6BASE"
9264   - "POLICE_MARK"
9265   - "COPWHLIST"
9266   - "IACLDST"
9267   traces:
9268     hoverinfo: "x+y"
9269     boxpoints: "outliers"
9270     whiskerwidth: 0
9271   layout:
9272     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9273     layout: "plot-throughput"
9274
9275 -
9276   type: "plot"
9277   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9278   algorithm: "plot_performance_box"
9279   output-file-type: ".html"
9280   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9281   data: "plot-vpp-throughput-latency-3n-hsw"
9282   filter: "'NIC_Intel-X520-DA2' and
9283            '78B' and
9284            ('IP6BASE' or
9285             'POLICE_MARK' or
9286             'COPWHLIST' or
9287             'IACLDST') and
9288            'NDRPDR' and
9289            '2T2C' and
9290            'IP6FWD' and
9291            not 'SRv6' and
9292            not 'IPSEC' and
9293            not 'VHOST'"
9294   parameters:
9295   - "throughput"
9296   - "parent"
9297   - "tags"
9298   sort:
9299   - "IP6BASE"
9300   - "POLICE_MARK"
9301   - "COPWHLIST"
9302   - "IACLDST"
9303   traces:
9304     hoverinfo: "x+y"
9305     boxpoints: "outliers"
9306     whiskerwidth: 0
9307   layout:
9308     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9309     layout: "plot-throughput"
9310
9311 -
9312   type: "plot"
9313   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9314   algorithm: "plot_performance_box"
9315   output-file-type: ".html"
9316   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9317   data: "plot-vpp-throughput-latency-3n-hsw"
9318   filter: "'NIC_Intel-X520-DA2' and
9319            '78B' and
9320            ('IP6BASE' or
9321             'POLICE_MARK' or
9322             'COPWHLIST' or
9323             'IACLDST') and
9324            'NDRPDR' and
9325            '1T1C' and
9326            'IP6FWD' and
9327            not 'SRv6' and
9328            not 'IPSEC' and
9329            not 'VHOST'"
9330   parameters:
9331   - "throughput"
9332   - "parent"
9333   - "tags"
9334   sort:
9335   - "IP6BASE"
9336   - "POLICE_MARK"
9337   - "COPWHLIST"
9338   - "IACLDST"
9339   traces:
9340     hoverinfo: "x+y"
9341     boxpoints: "outliers"
9342     whiskerwidth: 0
9343   layout:
9344     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9345     layout: "plot-throughput"
9346
9347 -
9348   type: "plot"
9349   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9350   algorithm: "plot_performance_box"
9351   output-file-type: ".html"
9352   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9353   data: "plot-vpp-throughput-latency-3n-hsw"
9354   filter: "'NIC_Intel-X520-DA2' and
9355            '78B' and
9356            ('IP6BASE' or
9357             'POLICE_MARK' or
9358             'COPWHLIST' or
9359             'IACLDST') and
9360            'NDRPDR' and
9361            '2T2C' and
9362            'IP6FWD' and
9363            not 'SRv6' and
9364            not 'IPSEC' and
9365            not 'VHOST'"
9366   parameters:
9367   - "throughput"
9368   - "parent"
9369   - "tags"
9370   sort:
9371   - "IP6BASE"
9372   - "POLICE_MARK"
9373   - "COPWHLIST"
9374   - "IACLDST"
9375   traces:
9376     hoverinfo: "x+y"
9377     boxpoints: "outliers"
9378     whiskerwidth: 0
9379   layout:
9380     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9381     layout: "plot-throughput"
9382
9383 # Packet Throughput - VPP IPv6 3n-hsw-x710
9384 -
9385   type: "plot"
9386   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9387   algorithm: "plot_performance_box"
9388   output-file-type: ".html"
9389   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9390   data: "plot-vpp-throughput-latency-3n-hsw"
9391   filter: "'NIC_Intel-X710' and
9392            '78B' and
9393            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9394            'NDRPDR' and
9395            '1T1C' and
9396            'IP6FWD' and
9397            not 'SRv6' and
9398            not 'IPSEC' and
9399            not 'VHOST'"
9400   parameters:
9401   - "throughput"
9402   - "parent"
9403   - "tags"
9404   sort:
9405   - "IP6BASE"
9406   - "FIB_20K"
9407   - "FIB_200K"
9408   - "FIB_2M"
9409   traces:
9410     hoverinfo: "x+y"
9411     boxpoints: "outliers"
9412     whiskerwidth: 0
9413   layout:
9414     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9415     layout: "plot-throughput"
9416
9417 -
9418   type: "plot"
9419   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9420   algorithm: "plot_performance_box"
9421   output-file-type: ".html"
9422   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9423   data: "plot-vpp-throughput-latency-3n-hsw"
9424   filter: "'NIC_Intel-X710' and
9425            '78B' and
9426            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9427            'NDRPDR' and
9428            '1T1C' and
9429            'IP6FWD' and
9430            not 'SRv6' and
9431            not 'IPSEC' and
9432            not 'VHOST'"
9433   parameters:
9434   - "throughput"
9435   - "parent"
9436   - "tags"
9437   sort:
9438   - "IP6BASE"
9439   - "FIB_20K"
9440   - "FIB_200K"
9441   - "FIB_2M"
9442   traces:
9443     hoverinfo: "x+y"
9444     boxpoints: "outliers"
9445     whiskerwidth: 0
9446   layout:
9447     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9448     layout: "plot-throughput"
9449
9450 -
9451   type: "plot"
9452   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9453   algorithm: "plot_performance_box"
9454   output-file-type: ".html"
9455   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9456   data: "plot-vpp-throughput-latency-3n-hsw"
9457   filter: "'NIC_Intel-X710' and
9458            '78B' and
9459            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9460            'NDRPDR' and
9461            '2T2C' and
9462            'IP6FWD' and
9463            not 'SRv6' and
9464            not 'IPSEC' and
9465            not 'VHOST'"
9466   parameters:
9467   - "throughput"
9468   - "parent"
9469   - "tags"
9470   sort:
9471   - "IP6BASE"
9472   - "FIB_20K"
9473   - "FIB_200K"
9474   - "FIB_2M"
9475   traces:
9476     hoverinfo: "x+y"
9477     boxpoints: "outliers"
9478     whiskerwidth: 0
9479   layout:
9480     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9481     layout: "plot-throughput"
9482
9483 -
9484   type: "plot"
9485   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9486   algorithm: "plot_performance_box"
9487   output-file-type: ".html"
9488   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9489   data: "plot-vpp-throughput-latency-3n-hsw"
9490   filter: "'NIC_Intel-X710' and
9491            '78B' and
9492            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9493            'NDRPDR' and
9494            '2T2C' and
9495            'IP6FWD' and
9496            not 'SRv6' and
9497            not 'IPSEC' and
9498            not 'VHOST'"
9499   parameters:
9500   - "throughput"
9501   - "parent"
9502   - "tags"
9503   sort:
9504   - "IP6BASE"
9505   - "FIB_20K"
9506   - "FIB_200K"
9507   - "FIB_2M"
9508   traces:
9509     hoverinfo: "x+y"
9510     boxpoints: "outliers"
9511     whiskerwidth: 0
9512   layout:
9513     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9514     layout: "plot-throughput"
9515
9516 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
9517 -
9518   type: "plot"
9519   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9520   algorithm: "plot_performance_box"
9521   output-file-type: ".html"
9522   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9523   data: "plot-vpp-throughput-latency-3n-hsw"
9524   filter: "'NIC_Intel-X710' and
9525            '78B' and
9526            ('IP6BASE' or
9527             'POLICE_MARK' or
9528             'COPWHLIST' or
9529             'IACLDST') and
9530            'NDRPDR' and
9531            '1T1C' and
9532            'IP6FWD' and
9533            not 'SRv6' and
9534            not 'IPSEC' and
9535            not 'VHOST'"
9536   parameters:
9537   - "throughput"
9538   - "parent"
9539   - "tags"
9540   sort:
9541   - "IP6BASE"
9542   - "POLICE_MARK"
9543   - "COPWHLIST"
9544   - "IACLDST"
9545   traces:
9546     hoverinfo: "x+y"
9547     boxpoints: "outliers"
9548     whiskerwidth: 0
9549   layout:
9550     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9551     layout: "plot-throughput"
9552
9553 -
9554   type: "plot"
9555   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9556   algorithm: "plot_performance_box"
9557   output-file-type: ".html"
9558   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9559   data: "plot-vpp-throughput-latency-3n-hsw"
9560   filter: "'NIC_Intel-X710' and
9561            '78B' and
9562            ('IP6BASE' or
9563             'POLICE_MARK' or
9564             'COPWHLIST' or
9565             'IACLDST') and
9566            'NDRPDR' and
9567            '2T2C' and
9568            'IP6FWD' and
9569            not 'SRv6' and
9570            not 'IPSEC' and
9571            not 'VHOST'"
9572   parameters:
9573   - "throughput"
9574   - "parent"
9575   - "tags"
9576   sort:
9577   - "IP6BASE"
9578   - "POLICE_MARK"
9579   - "COPWHLIST"
9580   - "IACLDST"
9581   traces:
9582     hoverinfo: "x+y"
9583     boxpoints: "outliers"
9584     whiskerwidth: 0
9585   layout:
9586     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9587     layout: "plot-throughput"
9588
9589 -
9590   type: "plot"
9591   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9592   algorithm: "plot_performance_box"
9593   output-file-type: ".html"
9594   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9595   data: "plot-vpp-throughput-latency-3n-hsw"
9596   filter: "'NIC_Intel-X710' and
9597            '78B' and
9598            ('IP6BASE' or
9599             'POLICE_MARK' or
9600             'COPWHLIST' or
9601             'IACLDST') and
9602            'NDRPDR' and
9603            '1T1C' and
9604            'IP6FWD' and
9605            not 'SRv6' and
9606            not 'IPSEC' and
9607            not 'VHOST'"
9608   parameters:
9609   - "throughput"
9610   - "parent"
9611   - "tags"
9612   sort:
9613   - "IP6BASE"
9614   - "POLICE_MARK"
9615   - "COPWHLIST"
9616   - "IACLDST"
9617   traces:
9618     hoverinfo: "x+y"
9619     boxpoints: "outliers"
9620     whiskerwidth: 0
9621   layout:
9622     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9623     layout: "plot-throughput"
9624
9625 -
9626   type: "plot"
9627   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9628   algorithm: "plot_performance_box"
9629   output-file-type: ".html"
9630   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9631   data: "plot-vpp-throughput-latency-3n-hsw"
9632   filter: "'NIC_Intel-X710' and
9633            '78B' and
9634            ('IP6BASE' or
9635             'POLICE_MARK' or
9636             'COPWHLIST' or
9637             'IACLDST') and
9638            'NDRPDR' and
9639            '2T2C' and
9640            'IP6FWD' and
9641            not 'SRv6' and
9642            not 'IPSEC' and
9643            not 'VHOST'"
9644   parameters:
9645   - "throughput"
9646   - "parent"
9647   - "tags"
9648   sort:
9649   - "IP6BASE"
9650   - "POLICE_MARK"
9651   - "COPWHLIST"
9652   - "IACLDST"
9653   traces:
9654     hoverinfo: "x+y"
9655     boxpoints: "outliers"
9656     whiskerwidth: 0
9657   layout:
9658     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9659     layout: "plot-throughput"
9660
9661 # Packet Throughput - VPP IPv6 3n-hsw-xl710
9662 -
9663   type: "plot"
9664   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9665   algorithm: "plot_performance_box"
9666   output-file-type: ".html"
9667   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9668   data: "plot-vpp-throughput-latency-3n-hsw"
9669   filter: "'NIC_Intel-XL710' and
9670            '78B' and
9671            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9672            'NDRPDR' and
9673            '1T1C' and
9674            'IP6FWD' and
9675            not 'SRv6' and
9676            not 'IPSEC' and
9677            not 'VHOST'"
9678   parameters:
9679   - "throughput"
9680   - "parent"
9681   - "tags"
9682   sort:
9683   - "IP6BASE"
9684   - "FIB_20K"
9685   - "FIB_200K"
9686   - "FIB_2M"
9687   traces:
9688     hoverinfo: "x+y"
9689     boxpoints: "outliers"
9690     whiskerwidth: 0
9691   layout:
9692     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9693     layout: "plot-throughput"
9694
9695 -
9696   type: "plot"
9697   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9698   algorithm: "plot_performance_box"
9699   output-file-type: ".html"
9700   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9701   data: "plot-vpp-throughput-latency-3n-hsw"
9702   filter: "'NIC_Intel-XL710' and
9703            '78B' and
9704            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9705            'NDRPDR' and
9706            '1T1C' and
9707            'IP6FWD' and
9708            not 'SRv6' and
9709            not 'IPSEC' and
9710            not 'VHOST'"
9711   parameters:
9712   - "throughput"
9713   - "parent"
9714   - "tags"
9715   sort:
9716   - "IP6BASE"
9717   - "FIB_20K"
9718   - "FIB_200K"
9719   - "FIB_2M"
9720   traces:
9721     hoverinfo: "x+y"
9722     boxpoints: "outliers"
9723     whiskerwidth: 0
9724   layout:
9725     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9726     layout: "plot-throughput"
9727
9728 -
9729   type: "plot"
9730   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9731   algorithm: "plot_performance_box"
9732   output-file-type: ".html"
9733   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9734   data: "plot-vpp-throughput-latency-3n-hsw"
9735   filter: "'NIC_Intel-XL710' and
9736            '78B' and
9737            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9738            'NDRPDR' and
9739            '2T2C' and
9740            'IP6FWD' and
9741            not 'SRv6' and
9742            not 'IPSEC' and
9743            not 'VHOST'"
9744   parameters:
9745   - "throughput"
9746   - "parent"
9747   - "tags"
9748   sort:
9749   - "IP6BASE"
9750   - "FIB_20K"
9751   - "FIB_200K"
9752   - "FIB_2M"
9753   traces:
9754     hoverinfo: "x+y"
9755     boxpoints: "outliers"
9756     whiskerwidth: 0
9757   layout:
9758     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9759     layout: "plot-throughput"
9760
9761 -
9762   type: "plot"
9763   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9764   algorithm: "plot_performance_box"
9765   output-file-type: ".html"
9766   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9767   data: "plot-vpp-throughput-latency-3n-hsw"
9768   filter: "'NIC_Intel-XL710' and
9769            '78B' and
9770            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9771            'NDRPDR' and
9772            '2T2C' and
9773            'IP6FWD' and
9774            not 'SRv6' and
9775            not 'IPSEC' and
9776            not 'VHOST'"
9777   parameters:
9778   - "throughput"
9779   - "parent"
9780   - "tags"
9781   sort:
9782   - "IP6BASE"
9783   - "FIB_20K"
9784   - "FIB_200K"
9785   - "FIB_2M"
9786   traces:
9787     hoverinfo: "x+y"
9788     boxpoints: "outliers"
9789     whiskerwidth: 0
9790   layout:
9791     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9792     layout: "plot-throughput"
9793
9794 # Packet Throughput - VPP IPv6 3n-skx-x710
9795 -
9796   type: "plot"
9797   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9798   algorithm: "plot_performance_box"
9799   output-file-type: ".html"
9800   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9801   data: "plot-vpp-throughput-latency-3n-skx"
9802   filter: "'NIC_Intel-X710' and
9803            '78B' and
9804            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9805            'NDRPDR' and
9806            '2T1C' and
9807            'IP6FWD' and
9808            not 'SRv6' and
9809            not 'IPSEC' and
9810            not 'VHOST'"
9811   parameters:
9812   - "throughput"
9813   - "parent"
9814   - "tags"
9815   sort:
9816   - "IP6BASE"
9817   - "FIB_20K"
9818   - "FIB_200K"
9819   - "FIB_2M"
9820   traces:
9821     hoverinfo: "x+y"
9822     boxpoints: "outliers"
9823     whiskerwidth: 0
9824   layout:
9825     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9826     layout: "plot-throughput"
9827
9828 -
9829   type: "plot"
9830   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9831   algorithm: "plot_performance_box"
9832   output-file-type: ".html"
9833   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9834   data: "plot-vpp-throughput-latency-3n-skx"
9835   filter: "'NIC_Intel-X710' and
9836            '78B' and
9837            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9838            'NDRPDR' and
9839            '2T1C' and
9840            'IP6FWD' and
9841            not 'SRv6' and
9842            not 'IPSEC' and
9843            not 'VHOST'"
9844   parameters:
9845   - "throughput"
9846   - "parent"
9847   - "tags"
9848   sort:
9849   - "IP6BASE"
9850   - "FIB_20K"
9851   - "FIB_200K"
9852   - "FIB_2M"
9853   traces:
9854     hoverinfo: "x+y"
9855     boxpoints: "outliers"
9856     whiskerwidth: 0
9857   layout:
9858     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9859     layout: "plot-throughput"
9860
9861 -
9862   type: "plot"
9863   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9864   algorithm: "plot_performance_box"
9865   output-file-type: ".html"
9866   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9867   data: "plot-vpp-throughput-latency-3n-skx"
9868   filter: "'NIC_Intel-X710' and
9869            '78B' and
9870            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9871            'NDRPDR' and
9872            '4T2C' and
9873            'IP6FWD' and
9874            not 'SRv6' and
9875            not 'IPSEC' and
9876            not 'VHOST'"
9877   parameters:
9878   - "throughput"
9879   - "parent"
9880   - "tags"
9881   sort:
9882   - "IP6BASE"
9883   - "FIB_20K"
9884   - "FIB_200K"
9885   - "FIB_2M"
9886   traces:
9887     hoverinfo: "x+y"
9888     boxpoints: "outliers"
9889     whiskerwidth: 0
9890   layout:
9891     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9892     layout: "plot-throughput"
9893
9894 -
9895   type: "plot"
9896   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9897   algorithm: "plot_performance_box"
9898   output-file-type: ".html"
9899   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9900   data: "plot-vpp-throughput-latency-3n-skx"
9901   filter: "'NIC_Intel-X710' and
9902            '78B' and
9903            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9904            'NDRPDR' and
9905            '4T2C' and
9906            'IP6FWD' and
9907            not 'SRv6' and
9908            not 'IPSEC' and
9909            not 'VHOST'"
9910   parameters:
9911   - "throughput"
9912   - "parent"
9913   - "tags"
9914   sort:
9915   - "IP6BASE"
9916   - "FIB_20K"
9917   - "FIB_200K"
9918   - "FIB_2M"
9919   traces:
9920     hoverinfo: "x+y"
9921     boxpoints: "outliers"
9922     whiskerwidth: 0
9923   layout:
9924     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9925     layout: "plot-throughput"
9926
9927 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
9928 -
9929   type: "plot"
9930   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9931   algorithm: "plot_performance_box"
9932   output-file-type: ".html"
9933   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9934   data: "plot-vpp-throughput-latency-3n-skx"
9935   filter: "'NIC_Intel-X710' and
9936            '78B' and
9937            ('IP6BASE' or
9938             'POLICE_MARK' or
9939             'COPWHLIST' or
9940             'IACLDST') and
9941            'NDRPDR' and
9942            '2T1C' and
9943            'IP6FWD' and
9944            not 'SRv6' and
9945            not 'IPSEC' and
9946            not 'VHOST'"
9947   parameters:
9948   - "throughput"
9949   - "parent"
9950   - "tags"
9951   sort:
9952   - "IP6BASE"
9953   - "POLICE_MARK"
9954   - "COPWHLIST"
9955   - "IACLDST"
9956   traces:
9957     hoverinfo: "x+y"
9958     boxpoints: "outliers"
9959     whiskerwidth: 0
9960   layout:
9961     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9962     layout: "plot-throughput"
9963
9964 -
9965   type: "plot"
9966   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9967   algorithm: "plot_performance_box"
9968   output-file-type: ".html"
9969   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9970   data: "plot-vpp-throughput-latency-3n-hsw"
9971   filter: "'NIC_Intel-X710' and
9972            '78B' and
9973            ('IP6BASE' or
9974             'POLICE_MARK' or
9975             'COPWHLIST' or
9976             'IACLDST') and
9977            'NDRPDR' and
9978            '4T2C' and
9979            'IP6FWD' and
9980            not 'SRv6' and
9981            not 'IPSEC' and
9982            not 'VHOST'"
9983   parameters:
9984   - "throughput"
9985   - "parent"
9986   - "tags"
9987   sort:
9988   - "IP6BASE"
9989   - "POLICE_MARK"
9990   - "COPWHLIST"
9991   - "IACLDST"
9992   traces:
9993     hoverinfo: "x+y"
9994     boxpoints: "outliers"
9995     whiskerwidth: 0
9996   layout:
9997     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9998     layout: "plot-throughput"
9999
10000 -
10001   type: "plot"
10002   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10003   algorithm: "plot_performance_box"
10004   output-file-type: ".html"
10005   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10006   data: "plot-vpp-throughput-latency-3n-skx"
10007   filter: "'NIC_Intel-X710' and
10008            '78B' and
10009            ('IP6BASE' or
10010             'POLICE_MARK' or
10011             'COPWHLIST' or
10012             'IACLDST') and
10013            'NDRPDR' and
10014            '2T1C' and
10015            'IP6FWD' and
10016            not 'SRv6' and
10017            not 'IPSEC' and
10018            not 'VHOST'"
10019   parameters:
10020   - "throughput"
10021   - "parent"
10022   - "tags"
10023   sort:
10024   - "IP6BASE"
10025   - "POLICE_MARK"
10026   - "COPWHLIST"
10027   - "IACLDST"
10028   traces:
10029     hoverinfo: "x+y"
10030     boxpoints: "outliers"
10031     whiskerwidth: 0
10032   layout:
10033     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10034     layout: "plot-throughput"
10035
10036 -
10037   type: "plot"
10038   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10039   algorithm: "plot_performance_box"
10040   output-file-type: ".html"
10041   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10042   data: "plot-vpp-throughput-latency-3n-skx"
10043   filter: "'NIC_Intel-X710' and
10044            '78B' and
10045            ('IP6BASE' or
10046             'POLICE_MARK' or
10047             'COPWHLIST' or
10048             'IACLDST') and
10049            'NDRPDR' and
10050            '4T2C' and
10051            'IP6FWD' and
10052            not 'SRv6' and
10053            not 'IPSEC' and
10054            not 'VHOST'"
10055   parameters:
10056   - "throughput"
10057   - "parent"
10058   - "tags"
10059   sort:
10060   - "IP6BASE"
10061   - "POLICE_MARK"
10062   - "COPWHLIST"
10063   - "IACLDST"
10064   traces:
10065     hoverinfo: "x+y"
10066     boxpoints: "outliers"
10067     whiskerwidth: 0
10068   layout:
10069     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10070     layout: "plot-throughput"
10071
10072 # Packet Throughput - VPP IPv6 2n-skx-x710
10073 -
10074   type: "plot"
10075   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10076   algorithm: "plot_performance_box"
10077   output-file-type: ".html"
10078   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10079   data: "plot-vpp-throughput-latency-2n-skx"
10080   filter: "'NIC_Intel-X710' and
10081            '78B' and
10082            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10083            'NDRPDR' and
10084            '2T1C' and
10085            'IP6FWD' and
10086            not 'SRv6' and
10087            not 'IPSEC' and
10088            not 'VHOST'"
10089   parameters:
10090   - "throughput"
10091   - "parent"
10092   - "tags"
10093   sort:
10094   - "IP6BASE"
10095   - "FIB_20K"
10096   - "FIB_200K"
10097   - "FIB_2M"
10098   traces:
10099     hoverinfo: "x+y"
10100     boxpoints: "outliers"
10101     whiskerwidth: 0
10102   layout:
10103     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10104     layout: "plot-throughput"
10105
10106 -
10107   type: "plot"
10108   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10109   algorithm: "plot_performance_box"
10110   output-file-type: ".html"
10111   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10112   data: "plot-vpp-throughput-latency-2n-skx"
10113   filter: "'NIC_Intel-X710' and
10114            '78B' and
10115            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10116            'NDRPDR' and
10117            '2T1C' and
10118            'IP6FWD' and
10119            not 'SRv6' and
10120            not 'IPSEC' and
10121            not 'VHOST'"
10122   parameters:
10123   - "throughput"
10124   - "parent"
10125   - "tags"
10126   sort:
10127   - "IP6BASE"
10128   - "FIB_20K"
10129   - "FIB_200K"
10130   - "FIB_2M"
10131   traces:
10132     hoverinfo: "x+y"
10133     boxpoints: "outliers"
10134     whiskerwidth: 0
10135   layout:
10136     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10137     layout: "plot-throughput"
10138
10139 -
10140   type: "plot"
10141   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10142   algorithm: "plot_performance_box"
10143   output-file-type: ".html"
10144   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10145   data: "plot-vpp-throughput-latency-2n-skx"
10146   filter: "'NIC_Intel-X710' and
10147            '78B' and
10148            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10149            'NDRPDR' and
10150            '4T2C' and
10151            'IP6FWD' and
10152            not 'SRv6' and
10153            not 'IPSEC' and
10154            not 'VHOST'"
10155   parameters:
10156   - "throughput"
10157   - "parent"
10158   - "tags"
10159   sort:
10160   - "IP6BASE"
10161   - "FIB_20K"
10162   - "FIB_200K"
10163   - "FIB_2M"
10164   traces:
10165     hoverinfo: "x+y"
10166     boxpoints: "outliers"
10167     whiskerwidth: 0
10168   layout:
10169     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10170     layout: "plot-throughput"
10171
10172 -
10173   type: "plot"
10174   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10175   algorithm: "plot_performance_box"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10178   data: "plot-vpp-throughput-latency-2n-skx"
10179   filter: "'NIC_Intel-X710' and
10180            '78B' and
10181            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10182            'NDRPDR' and
10183            '4T2C' and
10184            'IP6FWD' and
10185            not 'SRv6' and
10186            not 'IPSEC' and
10187            not 'VHOST'"
10188   parameters:
10189   - "throughput"
10190   - "parent"
10191   - "tags"
10192   sort:
10193   - "IP6BASE"
10194   - "FIB_20K"
10195   - "FIB_200K"
10196   - "FIB_2M"
10197   traces:
10198     hoverinfo: "x+y"
10199     boxpoints: "outliers"
10200     whiskerwidth: 0
10201   layout:
10202     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10203     layout: "plot-throughput"
10204
10205 # Packet Throughput - VPP IPv6 2n-skx-xxv710
10206 -
10207   type: "plot"
10208   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10209   algorithm: "plot_performance_box"
10210   output-file-type: ".html"
10211   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10212   data: "plot-vpp-throughput-latency-2n-skx"
10213   filter: "'NIC_Intel-XXV710' and
10214            '78B' and
10215            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10216            'NDRPDR' and
10217            '2T1C' and
10218            'IP6FWD' and
10219            not 'SRv6' and
10220            not 'IPSEC' and
10221            not 'VHOST'"
10222   parameters:
10223   - "throughput"
10224   - "parent"
10225   - "tags"
10226   sort:
10227   - "IP6BASE"
10228   - "FIB_20K"
10229   - "FIB_200K"
10230   - "FIB_2M"
10231   traces:
10232     hoverinfo: "x+y"
10233     boxpoints: "outliers"
10234     whiskerwidth: 0
10235   layout:
10236     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10237     layout: "plot-throughput"
10238
10239 -
10240   type: "plot"
10241   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10242   algorithm: "plot_performance_box"
10243   output-file-type: ".html"
10244   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10245   data: "plot-vpp-throughput-latency-2n-skx"
10246   filter: "'NIC_Intel-XXV710' and
10247            '78B' and
10248            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10249            'NDRPDR' and
10250            '2T1C' and
10251            'IP6FWD' and
10252            not 'SRv6' and
10253            not 'IPSEC' and
10254            not 'VHOST'"
10255   parameters:
10256   - "throughput"
10257   - "parent"
10258   - "tags"
10259   sort:
10260   - "IP6BASE"
10261   - "FIB_20K"
10262   - "FIB_200K"
10263   - "FIB_2M"
10264   traces:
10265     hoverinfo: "x+y"
10266     boxpoints: "outliers"
10267     whiskerwidth: 0
10268   layout:
10269     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10270     layout: "plot-throughput"
10271
10272 -
10273   type: "plot"
10274   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10275   algorithm: "plot_performance_box"
10276   output-file-type: ".html"
10277   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10278   data: "plot-vpp-throughput-latency-2n-skx"
10279   filter: "'NIC_Intel-XXV710' and
10280            '78B' and
10281            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10282            'NDRPDR' and
10283            '4T2C' and
10284            'IP6FWD' and
10285            not 'SRv6' and
10286            not 'IPSEC' and
10287            not 'VHOST'"
10288   parameters:
10289   - "throughput"
10290   - "parent"
10291   - "tags"
10292   sort:
10293   - "IP6BASE"
10294   - "FIB_20K"
10295   - "FIB_200K"
10296   - "FIB_2M"
10297   traces:
10298     hoverinfo: "x+y"
10299     boxpoints: "outliers"
10300     whiskerwidth: 0
10301   layout:
10302     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10303     layout: "plot-throughput"
10304
10305 -
10306   type: "plot"
10307   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10308   algorithm: "plot_performance_box"
10309   output-file-type: ".html"
10310   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10311   data: "plot-vpp-throughput-latency-2n-skx"
10312   filter: "'NIC_Intel-XXV710' and
10313            '78B' and
10314            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10315            'NDRPDR' and
10316            '4T2C' and
10317            'IP6FWD' and
10318            not 'SRv6' and
10319            not 'IPSEC' and
10320            not 'VHOST'"
10321   parameters:
10322   - "throughput"
10323   - "parent"
10324   - "tags"
10325   sort:
10326   - "IP6BASE"
10327   - "FIB_20K"
10328   - "FIB_200K"
10329   - "FIB_2M"
10330   traces:
10331     hoverinfo: "x+y"
10332     boxpoints: "outliers"
10333     whiskerwidth: 0
10334   layout:
10335     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10336     layout: "plot-throughput"
10337
10338 ################################################################################
10339
10340 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
10341 -
10342   type: "plot"
10343   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10344   algorithm: "plot_performance_box"
10345   output-file-type: ".html"
10346   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10347   data: "plot-vpp-throughput-latency-3n-hsw"
10348   filter: "'NIC_Intel-X520-DA2' and
10349            '78B' and
10350            'ENCAP' and
10351            'NDRPDR' and
10352            '1T1C' and
10353            'LISP' and
10354            not 'VHOST'"
10355   parameters:
10356   - "throughput"
10357   - "parent"
10358   - "tags"
10359   sort:
10360   - "IP4UNRLAY"
10361   - "IP6UNRLAY"
10362   traces:
10363     hoverinfo: "x+y"
10364     boxpoints: "outliers"
10365     whiskerwidth: 0
10366   layout:
10367     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10368     layout: "plot-throughput"
10369
10370 -
10371   type: "plot"
10372   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10373   algorithm: "plot_performance_box"
10374   output-file-type: ".html"
10375   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10376   data: "plot-vpp-throughput-latency-3n-hsw"
10377   filter: "'NIC_Intel-X520-DA2' and
10378            '78B' and
10379            'ENCAP' and
10380            'NDRPDR' and
10381            '1T1C' and
10382            'LISP' and
10383            not 'VHOST'"
10384   parameters:
10385   - "throughput"
10386   - "parent"
10387   - "tags"
10388   sort:
10389   - "IP4UNRLAY"
10390   - "IP6UNRLAY"
10391   traces:
10392     hoverinfo: "x+y"
10393     boxpoints: "outliers"
10394     whiskerwidth: 0
10395   layout:
10396     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10397     layout: "plot-throughput"
10398
10399 -
10400   type: "plot"
10401   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10402   algorithm: "plot_performance_box"
10403   output-file-type: ".html"
10404   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10405   data: "plot-vpp-throughput-latency-3n-hsw"
10406   filter: "'NIC_Intel-X520-DA2' and
10407            '78B' and
10408            'ENCAP' and
10409            'NDRPDR' and
10410            '2T2C' and
10411            'LISP' and
10412            not 'VHOST'"
10413   parameters:
10414   - "throughput"
10415   - "parent"
10416   - "tags"
10417   sort:
10418   - "IP4UNRLAY"
10419   - "IP6UNRLAY"
10420   traces:
10421     hoverinfo: "x+y"
10422     boxpoints: "outliers"
10423     whiskerwidth: 0
10424   layout:
10425     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10426     layout: "plot-throughput"
10427
10428 -
10429   type: "plot"
10430   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10431   algorithm: "plot_performance_box"
10432   output-file-type: ".html"
10433   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10434   data: "plot-vpp-throughput-latency-3n-hsw"
10435   filter: "'NIC_Intel-X520-DA2' and
10436            '78B' and
10437            'ENCAP' and
10438            'NDRPDR' and
10439            '2T2C' and
10440            'LISP' and
10441            not 'VHOST'"
10442   parameters:
10443   - "throughput"
10444   - "parent"
10445   - "tags"
10446   sort:
10447   - "IP4UNRLAY"
10448   - "IP6UNRLAY"
10449   traces:
10450     hoverinfo: "x+y"
10451     boxpoints: "outliers"
10452     whiskerwidth: 0
10453   layout:
10454     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10455     layout: "plot-throughput"
10456
10457 ################################################################################
10458
10459 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
10460 -
10461   type: "plot"
10462   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10463   algorithm: "plot_performance_box"
10464   output-file-type: ".html"
10465   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10466   data: "plot-vpp-throughput-latency-3n-hsw"
10467   filter: "'NIC_Intel-XL710' and
10468            '64B' and
10469            'IP4FWD' and
10470            'NDRPDR' and
10471            'BASE' and
10472            '1T1C' and
10473            'IPSECHW' and
10474            ('IPSECTRAN' or 'IPSECTUN') and
10475            not 'VHOST'"
10476   parameters:
10477   - "throughput"
10478   - "parent"
10479   - "tags"
10480   traces:
10481     hoverinfo: "x+y"
10482     boxpoints: "outliers"
10483     whiskerwidth: 0
10484   layout:
10485     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10486     layout: "plot-throughput"
10487
10488 -
10489   type: "plot"
10490   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10491   algorithm: "plot_performance_box"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10494   data: "plot-vpp-throughput-latency-3n-hsw"
10495   filter: "'NIC_Intel-XL710' and
10496            '64B' and
10497            'IP4FWD' and
10498            'NDRPDR' and
10499            'BASE' and
10500            '1T1C' and
10501            'IPSECHW' and
10502            ('IPSECTRAN' or 'IPSECTUN') and
10503            not 'VHOST'"
10504   parameters:
10505   - "throughput"
10506   - "parent"
10507   - "tags"
10508   traces:
10509     hoverinfo: "x+y"
10510     boxpoints: "outliers"
10511     whiskerwidth: 0
10512   layout:
10513     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10514     layout: "plot-throughput"
10515
10516 -
10517   type: "plot"
10518   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10519   algorithm: "plot_performance_box"
10520   output-file-type: ".html"
10521   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10522   data: "plot-vpp-throughput-latency-3n-hsw"
10523   filter: "'NIC_Intel-XL710' and
10524            '64B' and
10525            'IP4FWD' and
10526            'NDRPDR' and
10527            'BASE' and
10528            '2T2C' and
10529            'IPSECHW' and
10530            ('IPSECTRAN' or 'IPSECTUN') and
10531            not 'VHOST'"
10532   parameters:
10533   - "throughput"
10534   - "parent"
10535   - "tags"
10536   traces:
10537     hoverinfo: "x+y"
10538     boxpoints: "outliers"
10539     whiskerwidth: 0
10540   layout:
10541     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10542     layout: "plot-throughput"
10543
10544 -
10545   type: "plot"
10546   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10547   algorithm: "plot_performance_box"
10548   output-file-type: ".html"
10549   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10550   data: "plot-vpp-throughput-latency-3n-hsw"
10551   filter: "'NIC_Intel-XL710' and
10552            '64B' and
10553            'IP4FWD' and
10554            'NDRPDR' and
10555            'BASE' and
10556            '2T2C' and
10557            'IPSECHW' and
10558            ('IPSECTRAN' or 'IPSECTUN') and
10559            not 'VHOST'"
10560   parameters:
10561   - "throughput"
10562   - "parent"
10563   - "tags"
10564   traces:
10565     hoverinfo: "x+y"
10566     boxpoints: "outliers"
10567     whiskerwidth: 0
10568   layout:
10569     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10570     layout: "plot-throughput"
10571
10572 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
10573 -
10574   type: "plot"
10575   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10576   algorithm: "plot_performance_box"
10577   output-file-type: ".html"
10578   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10579   data: "plot-vpp-throughput-latency-3n-hsw"
10580   filter: "'NIC_Intel-XL710' and
10581            '64B' and
10582            'IP4FWD' and
10583            'NDRPDR' and
10584            'SCALE' and
10585            '1T1C' and
10586            'IPSECHW' and
10587            ('IPSECTRAN' or 'IPSECTUN') and
10588            not 'VHOST'"
10589   parameters:
10590   - "throughput"
10591   - "parent"
10592   - "tags"
10593   traces:
10594     hoverinfo: "x+y"
10595     boxpoints: "outliers"
10596     whiskerwidth: 0
10597   layout:
10598     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10599     layout: "plot-throughput"
10600
10601 -
10602   type: "plot"
10603   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10604   algorithm: "plot_performance_box"
10605   output-file-type: ".html"
10606   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10607   data: "plot-vpp-throughput-latency-3n-hsw"
10608   filter: "'NIC_Intel-XL710' and
10609            '64B' and
10610            'IP4FWD' and
10611            'NDRPDR' and
10612            'SCALE' and
10613            '1T1C' and
10614            'IPSECHW' and
10615            ('IPSECTRAN' or 'IPSECTUN') and
10616            not 'VHOST'"
10617   parameters:
10618   - "throughput"
10619   - "parent"
10620   - "tags"
10621   traces:
10622     hoverinfo: "x+y"
10623     boxpoints: "outliers"
10624     whiskerwidth: 0
10625   layout:
10626     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10627     layout: "plot-throughput"
10628
10629 -
10630   type: "plot"
10631   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10632   algorithm: "plot_performance_box"
10633   output-file-type: ".html"
10634   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10635   data: "plot-vpp-throughput-latency-3n-hsw"
10636   filter: "'NIC_Intel-XL710' and
10637            '64B' and
10638            'IP4FWD' and
10639            'NDRPDR' and
10640            'SCALE' and
10641            '2T2C' and
10642            'IPSECHW' and
10643            ('IPSECTRAN' or 'IPSECTUN') and
10644            not 'VHOST'"
10645   parameters:
10646   - "throughput"
10647   - "parent"
10648   - "tags"
10649   traces:
10650     hoverinfo: "x+y"
10651     boxpoints: "outliers"
10652     whiskerwidth: 0
10653   layout:
10654     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10655     layout: "plot-throughput"
10656
10657 -
10658   type: "plot"
10659   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10660   algorithm: "plot_performance_box"
10661   output-file-type: ".html"
10662   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10663   data: "plot-vpp-throughput-latency-3n-hsw"
10664   filter: "'NIC_Intel-XL710' and
10665            '64B' and
10666            'IP4FWD' and
10667            'NDRPDR' and
10668            'SCALE' and
10669            '2T2C' and
10670            'IPSECHW' and
10671            ('IPSECTRAN' or 'IPSECTUN') and
10672            not 'VHOST'"
10673   parameters:
10674   - "throughput"
10675   - "parent"
10676   - "tags"
10677   traces:
10678     hoverinfo: "x+y"
10679     boxpoints: "outliers"
10680     whiskerwidth: 0
10681   layout:
10682     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10683     layout: "plot-throughput"
10684
10685 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
10686 -
10687   type: "plot"
10688   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10689   algorithm: "plot_performance_box"
10690   output-file-type: ".html"
10691   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10692   data: "plot-vpp-throughput-latency-3n-hsw"
10693   filter: "'NIC_Intel-XL710' and
10694            '64B' and
10695            'IP4FWD' and
10696            'NDRPDR' and
10697            '1T1C' and
10698            'IPSECSW' and
10699            ('IPSECTRAN' or 'IPSECTUN') and
10700            not 'VHOST'"
10701   parameters:
10702   - "throughput"
10703   - "parent"
10704   - "tags"
10705   traces:
10706     hoverinfo: "x+y"
10707     boxpoints: "outliers"
10708     whiskerwidth: 0
10709   layout:
10710     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10711     layout: "plot-throughput"
10712
10713 -
10714   type: "plot"
10715   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10716   algorithm: "plot_performance_box"
10717   output-file-type: ".html"
10718   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10719   data: "plot-vpp-throughput-latency-3n-hsw"
10720   filter: "'NIC_Intel-XL710' and
10721            '64B' and
10722            'IP4FWD' and
10723            'NDRPDR' and
10724            '1T1C' and
10725            'IPSECSW' and
10726            ('IPSECTRAN' or 'IPSECTUN') and
10727            not 'VHOST'"
10728   parameters:
10729   - "throughput"
10730   - "parent"
10731   - "tags"
10732   traces:
10733     hoverinfo: "x+y"
10734     boxpoints: "outliers"
10735     whiskerwidth: 0
10736   layout:
10737     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10738     layout: "plot-throughput"
10739
10740 -
10741   type: "plot"
10742   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10743   algorithm: "plot_performance_box"
10744   output-file-type: ".html"
10745   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10746   data: "plot-vpp-throughput-latency-3n-hsw"
10747   filter: "'NIC_Intel-XL710' and
10748            '64B' and
10749            'IP4FWD' and
10750            'NDRPDR' and
10751            '2T2C' and
10752            'IPSECSW' and
10753            ('IPSECTRAN' or 'IPSECTUN') and
10754            not 'VHOST'"
10755   parameters:
10756   - "throughput"
10757   - "parent"
10758   - "tags"
10759   traces:
10760     hoverinfo: "x+y"
10761     boxpoints: "outliers"
10762     whiskerwidth: 0
10763   layout:
10764     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10765     layout: "plot-throughput"
10766
10767 -
10768   type: "plot"
10769   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10770   algorithm: "plot_performance_box"
10771   output-file-type: ".html"
10772   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10773   data: "plot-vpp-throughput-latency-3n-hsw"
10774   filter: "'NIC_Intel-XL710' and
10775            '64B' and
10776            'IP4FWD' and
10777            'NDRPDR' and
10778            '2T2C' and
10779            'IPSECSW' and
10780            ('IPSECTRAN' or 'IPSECTUN') and
10781            not 'VHOST'"
10782   parameters:
10783   - "throughput"
10784   - "parent"
10785   - "tags"
10786   traces:
10787     hoverinfo: "x+y"
10788     boxpoints: "outliers"
10789     whiskerwidth: 0
10790   layout:
10791     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10792     layout: "plot-throughput"
10793
10794 ################################################################################
10795
10796 # Packet Throughput - VPP SRv6 3n-hsw-x520
10797 -
10798   type: "plot"
10799   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10800   algorithm: "plot_performance_box"
10801   output-file-type: ".html"
10802   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10803   data: "plot-vpp-throughput-latency-3n-hsw"
10804   filter: "'NIC_Intel-X520-DA2' and
10805            '78B' and
10806            'FEATURE' and
10807            'NDRPDR' and
10808            '1T1C' and
10809            'IP6FWD' and
10810            'SRv6'"
10811   parameters:
10812   - "throughput"
10813   - "parent"
10814   - "tags"
10815   traces:
10816     hoverinfo: "x+y"
10817     boxpoints: "outliers"
10818     whiskerwidth: 0
10819   layout:
10820     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10821     layout: "plot-throughput"
10822
10823 -
10824   type: "plot"
10825   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10826   algorithm: "plot_performance_box"
10827   output-file-type: ".html"
10828   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10829   data: "plot-vpp-throughput-latency-3n-hsw"
10830   filter: "'NIC_Intel-X520-DA2' and
10831            '78B' and
10832            'FEATURE' and
10833            'NDRPDR' and
10834            '1T1C' and
10835            'IP6FWD' and
10836            'SRv6'"
10837   parameters:
10838   - "throughput"
10839   - "parent"
10840   - "tags"
10841   traces:
10842     hoverinfo: "x+y"
10843     boxpoints: "outliers"
10844     whiskerwidth: 0
10845   layout:
10846     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10847     layout: "plot-throughput"
10848
10849 -
10850   type: "plot"
10851   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10852   algorithm: "plot_performance_box"
10853   output-file-type: ".html"
10854   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10855   data: "plot-vpp-throughput-latency-3n-hsw"
10856   filter: "'NIC_Intel-X520-DA2' and
10857            '78B' and
10858            'FEATURE' and
10859            'NDRPDR' and
10860            '2T2C' and
10861            'IP6FWD' and
10862            'SRv6'"
10863   parameters:
10864   - "throughput"
10865   - "parent"
10866   - "tags"
10867   traces:
10868     hoverinfo: "x+y"
10869     boxpoints: "outliers"
10870     whiskerwidth: 0
10871   layout:
10872     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10873     layout: "plot-throughput"
10874
10875 -
10876   type: "plot"
10877   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10878   algorithm: "plot_performance_box"
10879   output-file-type: ".html"
10880   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10881   data: "plot-vpp-throughput-latency-3n-hsw"
10882   filter: "'NIC_Intel-X520-DA2' and
10883            '78B' and
10884            'FEATURE' and
10885            'NDRPDR' and
10886            '2T2C' and
10887            'IP6FWD' and
10888            'SRv6'"
10889   parameters:
10890   - "throughput"
10891   - "parent"
10892   - "tags"
10893   traces:
10894     hoverinfo: "x+y"
10895     boxpoints: "outliers"
10896     whiskerwidth: 0
10897   layout:
10898     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10899     layout: "plot-throughput"
10900
10901 ################################################################################
10902
10903 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
10904 -
10905   type: "plot"
10906   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10907   algorithm: "plot_performance_box"
10908   output-file-type: ".html"
10909   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10910   data: "plot-vpp-throughput-latency-3n-hsw"
10911   filter: "'NIC_Intel-X520-DA2' and
10912            '64B' and
10913            'NDRPDR' and
10914            'ETH' and
10915            'IP4FWD' and
10916            '1T1C' and
10917            'VHOST_1024' and
10918            not 'VXLAN' and
10919            not 'DOT1Q'"
10920   parameters:
10921   - "throughput"
10922   - "parent"
10923   - "tags"
10924   sort:
10925   - "not CFS_OPT"
10926   - "1VM"
10927   - "2VM"
10928   traces:
10929     hoverinfo: "x+y"
10930     boxpoints: "outliers"
10931     whiskerwidth: 0
10932   layout:
10933     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10934     layout: "plot-throughput"
10935
10936 -
10937   type: "plot"
10938   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10939   algorithm: "plot_performance_box"
10940   output-file-type: ".html"
10941   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10942   data: "plot-vpp-throughput-latency-3n-hsw"
10943   filter: "'NIC_Intel-X520-DA2' and
10944            '64B' and
10945            'NDRPDR' and
10946            'ETH' and
10947            'IP4FWD' and
10948            '2T2C' and
10949            'VHOST_1024' and
10950            not 'VXLAN' and
10951            not 'DOT1Q'"
10952   parameters:
10953   - "throughput"
10954   - "parent"
10955   - "tags"
10956   sort:
10957   - "not CFS_OPT"
10958   - "1VM"
10959   - "2VM"
10960   traces:
10961     hoverinfo: "x+y"
10962     boxpoints: "outliers"
10963     whiskerwidth: 0
10964   layout:
10965     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10966     layout: "plot-throughput"
10967
10968 -
10969   type: "plot"
10970   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10971   algorithm: "plot_performance_box"
10972   output-file-type: ".html"
10973   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10974   data: "plot-vpp-throughput-latency-3n-hsw"
10975   filter: "'NIC_Intel-X520-DA2' and
10976            '64B' and
10977            'NDRPDR' and
10978            'ETH' and
10979            'IP4FWD' and
10980            '1T1C' and
10981            'VHOST_1024' and
10982            not 'VXLAN' and
10983            not 'DOT1Q'"
10984   parameters:
10985   - "throughput"
10986   - "parent"
10987   - "tags"
10988   sort:
10989   - "not CFS_OPT"
10990   - "1VM"
10991   - "2VM"
10992   traces:
10993     hoverinfo: "x+y"
10994     boxpoints: "outliers"
10995     whiskerwidth: 0
10996   layout:
10997     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10998     layout: "plot-throughput"
10999
11000 -
11001   type: "plot"
11002   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11003   algorithm: "plot_performance_box"
11004   output-file-type: ".html"
11005   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11006   data: "plot-vpp-throughput-latency-3n-hsw"
11007   filter: "'NIC_Intel-X520-DA2' and
11008            '64B' and
11009            'NDRPDR' and
11010            'ETH' and
11011            'IP4FWD' and
11012            '2T2C' and
11013            'VHOST_1024' and
11014            not 'VXLAN' and
11015            not 'DOT1Q'"
11016   parameters:
11017   - "throughput"
11018   - "parent"
11019   - "tags"
11020   sort:
11021   - "not CFS_OPT"
11022   - "1VM"
11023   - "2VM"
11024   traces:
11025     hoverinfo: "x+y"
11026     boxpoints: "outliers"
11027     whiskerwidth: 0
11028   layout:
11029     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11030     layout: "plot-throughput"
11031
11032 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
11033 -
11034   type: "plot"
11035   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11036   algorithm: "plot_performance_box"
11037   output-file-type: ".html"
11038   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11039   data: "plot-vpp-throughput-latency-3n-hsw"
11040   filter: "'NIC_Intel-X520-DA2' and
11041            '64B' and
11042            'NDRPDR' and
11043            'ETH' and
11044            '1T1C' and
11045            'L2BDMACLRN' and
11046            'VHOST_1024' and
11047            not 'VXLAN' and
11048            not 'IP4FWD' and
11049            not 'DOT1Q' and
11050            not '2VM'"
11051   parameters:
11052   - "throughput"
11053   - "parent"
11054   - "tags"
11055   sort:
11056   - "VM"  # "not CFS_OPT"
11057   - "CFS_OPT"
11058   - "FIB_10K"
11059   - "FIB_100K"
11060   - "FIB_1M"
11061   traces:
11062     hoverinfo: "x+y"
11063     boxpoints: "outliers"
11064     whiskerwidth: 0
11065   layout:
11066     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11067     layout: "plot-throughput"
11068
11069 -
11070   type: "plot"
11071   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11072   algorithm: "plot_performance_box"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11075   data: "plot-vpp-throughput-latency-3n-hsw"
11076   filter: "'NIC_Intel-X520-DA2' and
11077            '64B' and
11078            'NDRPDR' and
11079            'ETH' and
11080            '2T2C' and
11081            'L2BDMACLRN' and
11082            'VHOST_1024' and
11083            not 'VXLAN' and
11084            not 'IP4FWD' and
11085            not 'DOT1Q' and
11086            not '2VM'"
11087   parameters:
11088   - "throughput"
11089   - "parent"
11090   - "tags"
11091   sort:
11092   - "VM"  # "not CFS_OPT"
11093   - "CFS_OPT"
11094   - "FIB_10K"
11095   - "FIB_100K"
11096   - "FIB_1M"
11097   traces:
11098     hoverinfo: "x+y"
11099     boxpoints: "outliers"
11100     whiskerwidth: 0
11101   layout:
11102     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11103     layout: "plot-throughput"
11104
11105 -
11106   type: "plot"
11107   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11108   algorithm: "plot_performance_box"
11109   output-file-type: ".html"
11110   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11111   data: "plot-vpp-throughput-latency-3n-hsw"
11112   filter: "'NIC_Intel-X520-DA2' and
11113            '64B' and
11114            'NDRPDR' and
11115            'ETH' and
11116            '1T1C' and
11117            'L2BDMACLRN' and
11118            'VHOST_1024' and
11119            not 'VXLAN' and
11120            not 'IP4FWD' and
11121            not 'DOT1Q' and
11122            not '2VM'"
11123   parameters:
11124   - "throughput"
11125   - "parent"
11126   - "tags"
11127   sort:
11128   - "VM"  # "not CFS_OPT"
11129   - "CFS_OPT"
11130   - "FIB_10K"
11131   - "FIB_100K"
11132   - "FIB_1M"
11133   traces:
11134     hoverinfo: "x+y"
11135     boxpoints: "outliers"
11136     whiskerwidth: 0
11137   layout:
11138     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11139     layout: "plot-throughput"
11140
11141 -
11142   type: "plot"
11143   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11144   algorithm: "plot_performance_box"
11145   output-file-type: ".html"
11146   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11147   data: "plot-vpp-throughput-latency-3n-hsw"
11148   filter: "'NIC_Intel-X520-DA2' and
11149            '64B' and
11150            'NDRPDR' and
11151            'ETH' and
11152            '2T2C' and
11153            'L2BDMACLRN' and
11154            'VHOST_1024' and
11155            not 'VXLAN' and
11156            not 'IP4FWD' and
11157            not 'DOT1Q' and
11158            not '2VM'"
11159   parameters:
11160   - "throughput"
11161   - "parent"
11162   - "tags"
11163   sort:
11164   - "VM"  # "not CFS_OPT"
11165   - "CFS_OPT"
11166   - "FIB_10K"
11167   - "FIB_100K"
11168   - "FIB_1M"
11169   traces:
11170     hoverinfo: "x+y"
11171     boxpoints: "outliers"
11172     whiskerwidth: 0
11173   layout:
11174     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11175     layout: "plot-throughput"
11176
11177 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
11178 -
11179   type: "plot"
11180   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11181   algorithm: "plot_performance_box"
11182   output-file-type: ".html"
11183   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11184   data: "plot-vpp-throughput-latency-3n-hsw"
11185   filter: "'NIC_Intel-X520-DA2' and
11186            '64B' and
11187            'NDRPDR' and
11188            'ETH' and
11189            'BASE' and
11190            '1T1C' and
11191            ('L2BDMACLRN' or 'L2XCFWD') and
11192            'VHOST_1024' and
11193            not 'VXLAN' and
11194            not 'IP4FWD' and
11195            not 'DOT1Q' and
11196            not '2VM'"
11197   parameters:
11198   - "throughput"
11199   - "parent"
11200   - "tags"
11201   sort:
11202   - "not CFS_OPT"
11203   - "L2XCFWD"
11204   - "not CFS_OPT"
11205   - "CFS_OPT"
11206   traces:
11207     hoverinfo: "x+y"
11208     boxpoints: "outliers"
11209     whiskerwidth: 0
11210   layout:
11211     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11212     layout: "plot-throughput"
11213
11214 -
11215   type: "plot"
11216   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11217   algorithm: "plot_performance_box"
11218   output-file-type: ".html"
11219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11220   data: "plot-vpp-throughput-latency-3n-hsw"
11221   filter: "'NIC_Intel-X520-DA2' and
11222            '64B' and
11223            'NDRPDR' and
11224            'ETH' and
11225            'BASE' and
11226            '1T1C' and
11227            ('L2BDMACLRN' or 'L2XCFWD') and
11228            'VHOST_1024' and
11229            not 'VXLAN' and
11230            not 'IP4FWD' and
11231            not 'DOT1Q' and
11232            not '2VM'"
11233   parameters:
11234   - "throughput"
11235   - "parent"
11236   - "tags"
11237   sort:
11238   - "not CFS_OPT"
11239   - "L2XCFWD"
11240   - "not CFS_OPT"
11241   - "CFS_OPT"
11242   traces:
11243     hoverinfo: "x+y"
11244     boxpoints: "outliers"
11245     whiskerwidth: 0
11246   layout:
11247     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11248     layout: "plot-throughput"
11249
11250 -
11251   type: "plot"
11252   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11253   algorithm: "plot_performance_box"
11254   output-file-type: ".html"
11255   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11256   data: "plot-vpp-throughput-latency-3n-hsw"
11257   filter: "'NIC_Intel-X520-DA2' and
11258            '64B' and
11259            'NDRPDR' and
11260            'ETH' and
11261            'BASE' and
11262            '2T2C' and
11263            ('L2BDMACLRN' or 'L2XCFWD') and
11264            'VHOST_1024' and
11265            not 'VXLAN' and
11266            not 'IP4FWD' and
11267            not 'DOT1Q' and
11268            not '2VM'"
11269   parameters:
11270   - "throughput"
11271   - "parent"
11272   - "tags"
11273   sort:
11274   - "not CFS_OPT"
11275   - "L2XCFWD"
11276   - "not CFS_OPT"
11277   - "CFS_OPT"
11278   traces:
11279     hoverinfo: "x+y"
11280     boxpoints: "outliers"
11281     whiskerwidth: 0
11282   layout:
11283     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11284     layout: "plot-throughput"
11285
11286 -
11287   type: "plot"
11288   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11289   algorithm: "plot_performance_box"
11290   output-file-type: ".html"
11291   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11292   data: "plot-vpp-throughput-latency-3n-hsw"
11293   filter: "'NIC_Intel-X520-DA2' and
11294            '64B' and
11295            'NDRPDR' and
11296            'ETH' and
11297            'BASE' and
11298            '2T2C' and
11299            ('L2BDMACLRN' or 'L2XCFWD') and
11300            'VHOST_1024' and
11301            not 'VXLAN' and
11302            not 'IP4FWD' and
11303            not 'DOT1Q' and
11304            not '2VM'"
11305   parameters:
11306   - "throughput"
11307   - "parent"
11308   - "tags"
11309   sort:
11310   - "not CFS_OPT"
11311   - "L2XCFWD"
11312   - "not CFS_OPT"
11313   - "CFS_OPT"
11314   traces:
11315     hoverinfo: "x+y"
11316     boxpoints: "outliers"
11317     whiskerwidth: 0
11318   layout:
11319     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11320     layout: "plot-throughput"
11321
11322 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
11323 -
11324   type: "plot"
11325   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11326   algorithm: "plot_performance_box"
11327   output-file-type: ".html"
11328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11329   data: "plot-vpp-throughput-latency-3n-hsw"
11330   filter: "'NIC_Intel-X520-DA2' and
11331            '64B' and
11332            'NDRPDR' and
11333            'ETH' and
11334            '1T1C' and
11335            ('L2BDMACLRN' or 'L2XCFWD') and
11336            'VHOST_1024' and
11337            not 'CFS_OPT' and
11338            not 'VXLAN' and
11339            not 'IP4FWD' and
11340            not 'DOT1Q'"
11341   parameters:
11342   - "throughput"
11343   - "parent"
11344   - "tags"
11345   sort:
11346   - "1VM"
11347   - "L2XCFWD"
11348   - "1VM"
11349   - "L2BDMACLRN"
11350   traces:
11351     hoverinfo: "x+y"
11352     boxpoints: "outliers"
11353     whiskerwidth: 0
11354   layout:
11355     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11356     layout: "plot-throughput"
11357
11358 -
11359   type: "plot"
11360   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11361   algorithm: "plot_performance_box"
11362   output-file-type: ".html"
11363   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11364   data: "plot-vpp-throughput-latency-3n-hsw"
11365   filter: "'NIC_Intel-X520-DA2' and
11366            '64B' and
11367            'NDRPDR' and
11368            'ETH' and
11369            '1T1C' and
11370            ('L2BDMACLRN' or 'L2XCFWD') and
11371            'VHOST_1024' and
11372            not 'CFS_OPT' and
11373            not 'VXLAN' and
11374            not 'IP4FWD' and
11375            not 'DOT1Q'"
11376   parameters:
11377   - "throughput"
11378   - "parent"
11379   - "tags"
11380   sort:
11381   - "1VM"
11382   - "L2XCFWD"
11383   - "1VM"
11384   - "L2BDMACLRN"
11385   traces:
11386     hoverinfo: "x+y"
11387     boxpoints: "outliers"
11388     whiskerwidth: 0
11389   layout:
11390     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11391     layout: "plot-throughput"
11392
11393 -
11394   type: "plot"
11395   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11396   algorithm: "plot_performance_box"
11397   output-file-type: ".html"
11398   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11399   data: "plot-vpp-throughput-latency-3n-hsw"
11400   filter: "'NIC_Intel-X520-DA2' and
11401            '64B' and
11402            'NDRPDR' and
11403            'ETH' and
11404            '2T2C' and
11405            ('L2BDMACLRN' or 'L2XCFWD') and
11406            'VHOST_1024' and
11407            not 'CFS_OPT' and
11408            not 'VXLAN' and
11409            not 'IP4FWD' and
11410            not 'DOT1Q'"
11411   parameters:
11412   - "throughput"
11413   - "parent"
11414   - "tags"
11415   sort:
11416   - "1VM"
11417   - "L2XCFWD"
11418   - "1VM"
11419   - "L2BDMACLRN"
11420   traces:
11421     hoverinfo: "x+y"
11422     boxpoints: "outliers"
11423     whiskerwidth: 0
11424   layout:
11425     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11426     layout: "plot-throughput"
11427
11428 -
11429   type: "plot"
11430   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11431   algorithm: "plot_performance_box"
11432   output-file-type: ".html"
11433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11434   data: "plot-vpp-throughput-latency-3n-hsw"
11435   filter: "'NIC_Intel-X520-DA2' and
11436            '64B' and
11437            'NDRPDR' and
11438            'ETH' and
11439            '2T2C' and
11440            ('L2BDMACLRN' or 'L2XCFWD') and
11441            'VHOST_1024' and
11442            not 'CFS_OPT' and
11443            not 'VXLAN' and
11444            not 'IP4FWD' and
11445            not 'DOT1Q'"
11446   parameters:
11447   - "throughput"
11448   - "parent"
11449   - "tags"
11450   sort:
11451   - "1VM"
11452   - "L2XCFWD"
11453   - "1VM"
11454   - "L2BDMACLRN"
11455   traces:
11456     hoverinfo: "x+y"
11457     boxpoints: "outliers"
11458     whiskerwidth: 0
11459   layout:
11460     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11461     layout: "plot-throughput"
11462
11463 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
11464 -
11465   type: "plot"
11466   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11467   algorithm: "plot_performance_box"
11468   output-file-type: ".html"
11469   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11470   data: "plot-vpp-throughput-latency-3n-hsw"
11471   filter: "'NIC_Intel-X710' and
11472            '64B' and
11473            'NDRPDR' and
11474            'ETH' and
11475            'IP4FWD' and
11476            '1T1C' and
11477            'VHOST_1024' and
11478            not 'VXLAN' and
11479            not 'DOT1Q'"
11480   parameters:
11481   - "throughput"
11482   - "parent"
11483   - "tags"
11484   sort:
11485   - "not CFS_OPT"
11486   - "1VM"
11487   - "2VM"
11488   traces:
11489     hoverinfo: "x+y"
11490     boxpoints: "outliers"
11491     whiskerwidth: 0
11492   layout:
11493     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11494     layout: "plot-throughput"
11495
11496 -
11497   type: "plot"
11498   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11499   algorithm: "plot_performance_box"
11500   output-file-type: ".html"
11501   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11502   data: "plot-vpp-throughput-latency-3n-hsw"
11503   filter: "'NIC_Intel-X710' and
11504            '64B' and
11505            'NDRPDR' and
11506            'ETH' and
11507            'IP4FWD' and
11508            '2T2C' and
11509            'VHOST_1024' and
11510            not 'VXLAN' and
11511            not 'DOT1Q'"
11512   parameters:
11513   - "throughput"
11514   - "parent"
11515   - "tags"
11516   sort:
11517   - "not CFS_OPT"
11518   - "1VM"
11519   - "2VM"
11520   traces:
11521     hoverinfo: "x+y"
11522     boxpoints: "outliers"
11523     whiskerwidth: 0
11524   layout:
11525     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11526     layout: "plot-throughput"
11527
11528 -
11529   type: "plot"
11530   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11531   algorithm: "plot_performance_box"
11532   output-file-type: ".html"
11533   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11534   data: "plot-vpp-throughput-latency-3n-hsw"
11535   filter: "'NIC_Intel-X710' and
11536            '64B' and
11537            'NDRPDR' and
11538            'ETH' and
11539            'IP4FWD' and
11540            '1T1C' and
11541            'VHOST_1024' and
11542            not 'VXLAN' and
11543            not 'DOT1Q'"
11544   parameters:
11545   - "throughput"
11546   - "parent"
11547   - "tags"
11548   sort:
11549   - "not CFS_OPT"
11550   - "1VM"
11551   - "2VM"
11552   traces:
11553     hoverinfo: "x+y"
11554     boxpoints: "outliers"
11555     whiskerwidth: 0
11556   layout:
11557     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11558     layout: "plot-throughput"
11559
11560 -
11561   type: "plot"
11562   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11563   algorithm: "plot_performance_box"
11564   output-file-type: ".html"
11565   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11566   data: "plot-vpp-throughput-latency-3n-hsw"
11567   filter: "'NIC_Intel-X710' and
11568            '64B' and
11569            'NDRPDR' and
11570            'ETH' and
11571            'IP4FWD' and
11572            '2T2C' and
11573            'VHOST_1024' and
11574            not 'VXLAN' and
11575            not 'DOT1Q'"
11576   parameters:
11577   - "throughput"
11578   - "parent"
11579   - "tags"
11580   sort:
11581   - "not CFS_OPT"
11582   - "1VM"
11583   - "2VM"
11584   traces:
11585     hoverinfo: "x+y"
11586     boxpoints: "outliers"
11587     whiskerwidth: 0
11588   layout:
11589     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11590     layout: "plot-throughput"
11591
11592 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
11593 -
11594   type: "plot"
11595   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11596   algorithm: "plot_performance_box"
11597   output-file-type: ".html"
11598   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11599   data: "plot-vpp-throughput-latency-3n-hsw"
11600   filter: "'NIC_Intel-X710' and
11601            '64B' and
11602            'NDRPDR' and
11603            'ETH' and
11604            '1T1C' and
11605            'L2BDMACLRN' and
11606            'VHOST_1024' and
11607            not 'VXLAN' and
11608            not 'IP4FWD' and
11609            not 'DOT1Q' and
11610            not '2VM'"
11611   parameters:
11612   - "throughput"
11613   - "parent"
11614   - "tags"
11615   sort:
11616   - "VM"  # "not CFS_OPT"
11617   - "CFS_OPT"
11618   - "FIB_10K"
11619   - "FIB_100K"
11620   - "FIB_1M"
11621   traces:
11622     hoverinfo: "x+y"
11623     boxpoints: "outliers"
11624     whiskerwidth: 0
11625   layout:
11626     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11627     layout: "plot-throughput"
11628
11629 -
11630   type: "plot"
11631   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11632   algorithm: "plot_performance_box"
11633   output-file-type: ".html"
11634   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11635   data: "plot-vpp-throughput-latency-3n-hsw"
11636   filter: "'NIC_Intel-X710' and
11637            '64B' and
11638            'NDRPDR' and
11639            'ETH' and
11640            '2T2C' and
11641            'L2BDMACLRN' and
11642            'VHOST_1024' and
11643            not 'VXLAN' and
11644            not 'IP4FWD' and
11645            not 'DOT1Q' and
11646            not '2VM'"
11647   parameters:
11648   - "throughput"
11649   - "parent"
11650   - "tags"
11651   sort:
11652   - "VM"  # "not CFS_OPT"
11653   - "CFS_OPT"
11654   - "FIB_10K"
11655   - "FIB_100K"
11656   - "FIB_1M"
11657   traces:
11658     hoverinfo: "x+y"
11659     boxpoints: "outliers"
11660     whiskerwidth: 0
11661   layout:
11662     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11663     layout: "plot-throughput"
11664
11665 -
11666   type: "plot"
11667   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11668   algorithm: "plot_performance_box"
11669   output-file-type: ".html"
11670   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11671   data: "plot-vpp-throughput-latency-3n-hsw"
11672   filter: "'NIC_Intel-X710' and
11673            '64B' and
11674            'NDRPDR' and
11675            'ETH' and
11676            '1T1C' and
11677            'L2BDMACLRN' and
11678            'VHOST_1024' and
11679            not 'VXLAN' and
11680            not 'IP4FWD' and
11681            not 'DOT1Q' and
11682            not '2VM'"
11683   parameters:
11684   - "throughput"
11685   - "parent"
11686   - "tags"
11687   sort:
11688   - "VM"  # "not CFS_OPT"
11689   - "CFS_OPT"
11690   - "FIB_10K"
11691   - "FIB_100K"
11692   - "FIB_1M"
11693   traces:
11694     hoverinfo: "x+y"
11695     boxpoints: "outliers"
11696     whiskerwidth: 0
11697   layout:
11698     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11699     layout: "plot-throughput"
11700
11701 -
11702   type: "plot"
11703   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11704   algorithm: "plot_performance_box"
11705   output-file-type: ".html"
11706   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11707   data: "plot-vpp-throughput-latency-3n-hsw"
11708   filter: "'NIC_Intel-X710' and
11709            '64B' and
11710            'NDRPDR' and
11711            'ETH' and
11712            '2T2C' and
11713            'L2BDMACLRN' and
11714            'VHOST_1024' and
11715            not 'VXLAN' and
11716            not 'IP4FWD' and
11717            not 'DOT1Q' and
11718            not '2VM'"
11719   parameters:
11720   - "throughput"
11721   - "parent"
11722   - "tags"
11723   sort:
11724   - "VM"  # "not CFS_OPT"
11725   - "CFS_OPT"
11726   - "FIB_10K"
11727   - "FIB_100K"
11728   - "FIB_1M"
11729   traces:
11730     hoverinfo: "x+y"
11731     boxpoints: "outliers"
11732     whiskerwidth: 0
11733   layout:
11734     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11735     layout: "plot-throughput"
11736
11737 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
11738 -
11739   type: "plot"
11740   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11741   algorithm: "plot_performance_box"
11742   output-file-type: ".html"
11743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11744   data: "plot-vpp-throughput-latency-3n-hsw"
11745   filter: "'NIC_Intel-X710' and
11746            '64B' and
11747            'NDRPDR' and
11748            'ETH' and
11749            'BASE' and
11750            '1T1C' and
11751            ('L2BDMACLRN' or 'L2XCFWD') and
11752            'VHOST_1024' and
11753            not 'VXLAN' and
11754            not 'IP4FWD' and
11755            not 'DOT1Q' and
11756            not '2VM'"
11757   parameters:
11758   - "throughput"
11759   - "parent"
11760   - "tags"
11761   sort:
11762   - "not CFS_OPT"
11763   - "L2XCFWD"
11764   - "not CFS_OPT"
11765   - "CFS_OPT"
11766   traces:
11767     hoverinfo: "x+y"
11768     boxpoints: "outliers"
11769     whiskerwidth: 0
11770   layout:
11771     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11772     layout: "plot-throughput"
11773
11774 -
11775   type: "plot"
11776   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11777   algorithm: "plot_performance_box"
11778   output-file-type: ".html"
11779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11780   data: "plot-vpp-throughput-latency-3n-hsw"
11781   filter: "'NIC_Intel-X710' and
11782            '64B' and
11783            'NDRPDR' and
11784            'ETH' and
11785            'BASE' and
11786            '1T1C' and
11787            ('L2BDMACLRN' or 'L2XCFWD') and
11788            'VHOST_1024' and
11789            not 'VXLAN' and
11790            not 'IP4FWD' and
11791            not 'DOT1Q' and
11792            not '2VM'"
11793   parameters:
11794   - "throughput"
11795   - "parent"
11796   - "tags"
11797   sort:
11798   - "not CFS_OPT"
11799   - "L2XCFWD"
11800   - "not CFS_OPT"
11801   - "CFS_OPT"
11802   traces:
11803     hoverinfo: "x+y"
11804     boxpoints: "outliers"
11805     whiskerwidth: 0
11806   layout:
11807     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11808     layout: "plot-throughput"
11809
11810 -
11811   type: "plot"
11812   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11813   algorithm: "plot_performance_box"
11814   output-file-type: ".html"
11815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11816   data: "plot-vpp-throughput-latency-3n-hsw"
11817   filter: "'NIC_Intel-X710' and
11818            '64B' and
11819            'NDRPDR' and
11820            'ETH' and
11821            'BASE' and
11822            '2T2C' and
11823            ('L2BDMACLRN' or 'L2XCFWD') and
11824            'VHOST_1024' and
11825            not 'VXLAN' and
11826            not 'IP4FWD' and
11827            not 'DOT1Q' and
11828            not '2VM'"
11829   parameters:
11830   - "throughput"
11831   - "parent"
11832   - "tags"
11833   sort:
11834   - "not CFS_OPT"
11835   - "L2XCFWD"
11836   - "not CFS_OPT"
11837   - "CFS_OPT"
11838   traces:
11839     hoverinfo: "x+y"
11840     boxpoints: "outliers"
11841     whiskerwidth: 0
11842   layout:
11843     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11844     layout: "plot-throughput"
11845
11846 -
11847   type: "plot"
11848   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11849   algorithm: "plot_performance_box"
11850   output-file-type: ".html"
11851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11852   data: "plot-vpp-throughput-latency-3n-hsw"
11853   filter: "'NIC_Intel-X710' and
11854            '64B' and
11855            'NDRPDR' and
11856            'ETH' and
11857            'BASE' and
11858            '2T2C' and
11859            ('L2BDMACLRN' or 'L2XCFWD') and
11860            'VHOST_1024' and
11861            not 'VXLAN' and
11862            not 'IP4FWD' and
11863            not 'DOT1Q' and
11864            not '2VM'"
11865   parameters:
11866   - "throughput"
11867   - "parent"
11868   - "tags"
11869   sort:
11870   - "not CFS_OPT"
11871   - "L2XCFWD"
11872   - "not CFS_OPT"
11873   - "CFS_OPT"
11874   traces:
11875     hoverinfo: "x+y"
11876     boxpoints: "outliers"
11877     whiskerwidth: 0
11878   layout:
11879     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11880     layout: "plot-throughput"
11881
11882 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
11883 -
11884   type: "plot"
11885   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11886   algorithm: "plot_performance_box"
11887   output-file-type: ".html"
11888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11889   data: "plot-vpp-throughput-latency-3n-hsw"
11890   filter: "'NIC_Intel-X710' and
11891            '64B' and
11892            'NDRPDR' and
11893            'ETH' and
11894            '1T1C' and
11895            ('L2BDMACLRN' or 'L2XCFWD') and
11896            'VHOST_1024' and
11897            not 'CFS_OPT' and
11898            not 'VXLAN' and
11899            not 'IP4FWD' and
11900            not 'DOT1Q'"
11901   parameters:
11902   - "throughput"
11903   - "parent"
11904   - "tags"
11905   sort:
11906   - "1VM"
11907   - "L2XCFWD"
11908   - "1VM"
11909   - "L2BDMACLRN"
11910   traces:
11911     hoverinfo: "x+y"
11912     boxpoints: "outliers"
11913     whiskerwidth: 0
11914   layout:
11915     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11916     layout: "plot-throughput"
11917
11918 -
11919   type: "plot"
11920   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11921   algorithm: "plot_performance_box"
11922   output-file-type: ".html"
11923   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11924   data: "plot-vpp-throughput-latency-3n-hsw"
11925   filter: "'NIC_Intel-X710' and
11926            '64B' and
11927            'NDRPDR' and
11928            'ETH' and
11929            '1T1C' and
11930            ('L2BDMACLRN' or 'L2XCFWD') and
11931            'VHOST_1024' and
11932            not 'CFS_OPT' and
11933            not 'VXLAN' and
11934            not 'IP4FWD' and
11935            not 'DOT1Q'"
11936   parameters:
11937   - "throughput"
11938   - "parent"
11939   - "tags"
11940   sort:
11941   - "1VM"
11942   - "L2XCFWD"
11943   - "1VM"
11944   - "L2BDMACLRN"
11945   traces:
11946     hoverinfo: "x+y"
11947     boxpoints: "outliers"
11948     whiskerwidth: 0
11949   layout:
11950     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11951     layout: "plot-throughput"
11952
11953 -
11954   type: "plot"
11955   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11956   algorithm: "plot_performance_box"
11957   output-file-type: ".html"
11958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11959   data: "plot-vpp-throughput-latency-3n-hsw"
11960   filter: "'NIC_Intel-X710' and
11961            '64B' and
11962            'NDRPDR' and
11963            'ETH' and
11964            '2T2C' and
11965            ('L2BDMACLRN' or 'L2XCFWD') and
11966            'VHOST_1024' and
11967            not 'CFS_OPT' and
11968            not 'VXLAN' and
11969            not 'IP4FWD' and
11970            not 'DOT1Q'"
11971   parameters:
11972   - "throughput"
11973   - "parent"
11974   - "tags"
11975   sort:
11976   - "1VM"
11977   - "L2XCFWD"
11978   - "1VM"
11979   - "L2BDMACLRN"
11980   traces:
11981     hoverinfo: "x+y"
11982     boxpoints: "outliers"
11983     whiskerwidth: 0
11984   layout:
11985     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11986     layout: "plot-throughput"
11987
11988 -
11989   type: "plot"
11990   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11991   algorithm: "plot_performance_box"
11992   output-file-type: ".html"
11993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11994   data: "plot-vpp-throughput-latency-3n-hsw"
11995   filter: "'NIC_Intel-X710' and
11996            '64B' and
11997            'NDRPDR' and
11998            'ETH' and
11999            '2T2C' and
12000            ('L2BDMACLRN' or 'L2XCFWD') and
12001            'VHOST_1024' and
12002            not 'CFS_OPT' and
12003            not 'VXLAN' and
12004            not 'IP4FWD' and
12005            not 'DOT1Q'"
12006   parameters:
12007   - "throughput"
12008   - "parent"
12009   - "tags"
12010   sort:
12011   - "1VM"
12012   - "L2XCFWD"
12013   - "1VM"
12014   - "L2BDMACLRN"
12015   traces:
12016     hoverinfo: "x+y"
12017     boxpoints: "outliers"
12018     whiskerwidth: 0
12019   layout:
12020     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12021     layout: "plot-throughput"
12022
12023 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
12024 -
12025   type: "plot"
12026   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12027   algorithm: "plot_performance_box"
12028   output-file-type: ".html"
12029   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12030   data: "plot-vpp-throughput-latency-3n-hsw"
12031   filter: "'NIC_Intel-XL710' and
12032            '64B' and
12033            'NDRPDR' and
12034            'ETH' and
12035            'IP4FWD' and
12036            '1T1C' and
12037            'VHOST_1024' and
12038            not 'VXLAN' and
12039            not 'DOT1Q'"
12040   parameters:
12041   - "throughput"
12042   - "parent"
12043   - "tags"
12044   sort:
12045   - "not CFS_OPT"
12046   - "1VM"
12047   - "2VM"
12048   traces:
12049     hoverinfo: "x+y"
12050     boxpoints: "outliers"
12051     whiskerwidth: 0
12052   layout:
12053     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12054     layout: "plot-throughput"
12055
12056 -
12057   type: "plot"
12058   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12059   algorithm: "plot_performance_box"
12060   output-file-type: ".html"
12061   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12062   data: "plot-vpp-throughput-latency-3n-hsw"
12063   filter: "'NIC_Intel-XL710' and
12064            '64B' and
12065            'NDRPDR' and
12066            'ETH' and
12067            'IP4FWD' and
12068            '2T2C' and
12069            'VHOST_1024' and
12070            not 'VXLAN' and
12071            not 'DOT1Q'"
12072   parameters:
12073   - "throughput"
12074   - "parent"
12075   - "tags"
12076   sort:
12077   - "not CFS_OPT"
12078   - "1VM"
12079   - "2VM"
12080   traces:
12081     hoverinfo: "x+y"
12082     boxpoints: "outliers"
12083     whiskerwidth: 0
12084   layout:
12085     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12086     layout: "plot-throughput"
12087
12088 -
12089   type: "plot"
12090   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12091   algorithm: "plot_performance_box"
12092   output-file-type: ".html"
12093   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12094   data: "plot-vpp-throughput-latency-3n-hsw"
12095   filter: "'NIC_Intel-XL710' and
12096            '64B' and
12097            'NDRPDR' and
12098            'ETH' and
12099            'IP4FWD' and
12100            '1T1C' and
12101            'VHOST_1024' and
12102            not 'VXLAN' and
12103            not 'DOT1Q'"
12104   parameters:
12105   - "throughput"
12106   - "parent"
12107   - "tags"
12108   sort:
12109   - "not CFS_OPT"
12110   - "1VM"
12111   - "2VM"
12112   traces:
12113     hoverinfo: "x+y"
12114     boxpoints: "outliers"
12115     whiskerwidth: 0
12116   layout:
12117     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12118     layout: "plot-throughput"
12119
12120 -
12121   type: "plot"
12122   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12123   algorithm: "plot_performance_box"
12124   output-file-type: ".html"
12125   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12126   data: "plot-vpp-throughput-latency-3n-hsw"
12127   filter: "'NIC_Intel-XL710' and
12128            '64B' and
12129            'NDRPDR' and
12130            'ETH' and
12131            'IP4FWD' and
12132            '2T2C' and
12133            'VHOST_1024' and
12134            not 'VXLAN' and
12135            not 'DOT1Q'"
12136   parameters:
12137   - "throughput"
12138   - "parent"
12139   - "tags"
12140   sort:
12141   - "not CFS_OPT"
12142   - "1VM"
12143   - "2VM"
12144   traces:
12145     hoverinfo: "x+y"
12146     boxpoints: "outliers"
12147     whiskerwidth: 0
12148   layout:
12149     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12150     layout: "plot-throughput"
12151
12152 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
12153 -
12154   type: "plot"
12155   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12156   algorithm: "plot_performance_box"
12157   output-file-type: ".html"
12158   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12159   data: "plot-vpp-throughput-latency-3n-hsw"
12160   filter: "'NIC_Intel-XL710' and
12161            '64B' and
12162            'NDRPDR' and
12163            'ETH' and
12164            '1T1C' and
12165            'L2BDMACLRN' and
12166            'VHOST_1024' and
12167            not 'VXLAN' and
12168            not 'IP4FWD' and
12169            not 'DOT1Q' and
12170            not '2VM'"
12171   parameters:
12172   - "throughput"
12173   - "parent"
12174   - "tags"
12175   sort:
12176   - "VM"  # "not CFS_OPT"
12177   - "CFS_OPT"
12178   - "FIB_10K"
12179   - "FIB_100K"
12180   - "FIB_1M"
12181   traces:
12182     hoverinfo: "x+y"
12183     boxpoints: "outliers"
12184     whiskerwidth: 0
12185   layout:
12186     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12187     layout: "plot-throughput"
12188
12189 -
12190   type: "plot"
12191   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12192   algorithm: "plot_performance_box"
12193   output-file-type: ".html"
12194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12195   data: "plot-vpp-throughput-latency-3n-hsw"
12196   filter: "'NIC_Intel-XL710' and
12197            '64B' and
12198            'NDRPDR' and
12199            'ETH' and
12200            '2T2C' and
12201            'L2BDMACLRN' and
12202            'VHOST_1024' and
12203            not 'VXLAN' and
12204            not 'IP4FWD' and
12205            not 'DOT1Q' and
12206            not '2VM'"
12207   parameters:
12208   - "throughput"
12209   - "parent"
12210   - "tags"
12211   sort:
12212   - "VM"  # "not CFS_OPT"
12213   - "CFS_OPT"
12214   - "FIB_10K"
12215   - "FIB_100K"
12216   - "FIB_1M"
12217   traces:
12218     hoverinfo: "x+y"
12219     boxpoints: "outliers"
12220     whiskerwidth: 0
12221   layout:
12222     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12223     layout: "plot-throughput"
12224
12225 -
12226   type: "plot"
12227   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12228   algorithm: "plot_performance_box"
12229   output-file-type: ".html"
12230   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12231   data: "plot-vpp-throughput-latency-3n-hsw"
12232   filter: "'NIC_Intel-XL710' and
12233            '64B' and
12234            'NDRPDR' and
12235            'ETH' and
12236            '1T1C' and
12237            'L2BDMACLRN' and
12238            'VHOST_1024' and
12239            not 'VXLAN' and
12240            not 'IP4FWD' and
12241            not 'DOT1Q' and
12242            not '2VM'"
12243   parameters:
12244   - "throughput"
12245   - "parent"
12246   - "tags"
12247   sort:
12248   - "VM"  # "not CFS_OPT"
12249   - "CFS_OPT"
12250   - "FIB_10K"
12251   - "FIB_100K"
12252   - "FIB_1M"
12253   traces:
12254     hoverinfo: "x+y"
12255     boxpoints: "outliers"
12256     whiskerwidth: 0
12257   layout:
12258     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12259     layout: "plot-throughput"
12260
12261 -
12262   type: "plot"
12263   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12264   algorithm: "plot_performance_box"
12265   output-file-type: ".html"
12266   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12267   data: "plot-vpp-throughput-latency-3n-hsw"
12268   filter: "'NIC_Intel-XL710' and
12269            '64B' and
12270            'NDRPDR' and
12271            'ETH' and
12272            '2T2C' and
12273            'L2BDMACLRN' and
12274            'VHOST_1024' and
12275            not 'VXLAN' and
12276            not 'IP4FWD' and
12277            not 'DOT1Q' and
12278            not '2VM'"
12279   parameters:
12280   - "throughput"
12281   - "parent"
12282   - "tags"
12283   sort:
12284   - "VM"  # "not CFS_OPT"
12285   - "CFS_OPT"
12286   - "FIB_10K"
12287   - "FIB_100K"
12288   - "FIB_1M"
12289   traces:
12290     hoverinfo: "x+y"
12291     boxpoints: "outliers"
12292     whiskerwidth: 0
12293   layout:
12294     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12295     layout: "plot-throughput"
12296
12297 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
12298 -
12299   type: "plot"
12300   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12301   algorithm: "plot_performance_box"
12302   output-file-type: ".html"
12303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12304   data: "plot-vpp-throughput-latency-3n-hsw"
12305   filter: "'NIC_Intel-XL710' and
12306            '64B' and
12307            'NDRPDR' and
12308            'ETH' and
12309            'BASE' and
12310            '1T1C' and
12311            ('L2BDMACLRN' or 'L2XCFWD') and
12312            'VHOST_1024' and
12313            not 'VXLAN' and
12314            not 'IP4FWD' and
12315            not 'DOT1Q' and
12316            not '2VM'"
12317   parameters:
12318   - "throughput"
12319   - "parent"
12320   - "tags"
12321   sort:
12322   - "not CFS_OPT"
12323   - "L2XCFWD"
12324   - "not CFS_OPT"
12325   - "CFS_OPT"
12326   traces:
12327     hoverinfo: "x+y"
12328     boxpoints: "outliers"
12329     whiskerwidth: 0
12330   layout:
12331     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12332     layout: "plot-throughput"
12333
12334 -
12335   type: "plot"
12336   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12337   algorithm: "plot_performance_box"
12338   output-file-type: ".html"
12339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12340   data: "plot-vpp-throughput-latency-3n-hsw"
12341   filter: "'NIC_Intel-XL710' and
12342            '64B' and
12343            'NDRPDR' and
12344            'ETH' and
12345            'BASE' and
12346            '1T1C' and
12347            ('L2BDMACLRN' or 'L2XCFWD') and
12348            'VHOST_1024' and
12349            not 'VXLAN' and
12350            not 'IP4FWD' and
12351            not 'DOT1Q' and
12352            not '2VM'"
12353   parameters:
12354   - "throughput"
12355   - "parent"
12356   - "tags"
12357   sort:
12358   - "not CFS_OPT"
12359   - "L2XCFWD"
12360   - "not CFS_OPT"
12361   - "CFS_OPT"
12362   traces:
12363     hoverinfo: "x+y"
12364     boxpoints: "outliers"
12365     whiskerwidth: 0
12366   layout:
12367     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12368     layout: "plot-throughput"
12369
12370 -
12371   type: "plot"
12372   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12373   algorithm: "plot_performance_box"
12374   output-file-type: ".html"
12375   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12376   data: "plot-vpp-throughput-latency-3n-hsw"
12377   filter: "'NIC_Intel-XL710' and
12378            '64B' and
12379            'NDRPDR' and
12380            'ETH' and
12381            'BASE' and
12382            '2T2C' and
12383            ('L2BDMACLRN' or 'L2XCFWD') and
12384            'VHOST_1024' and
12385            not 'VXLAN' and
12386            not 'IP4FWD' and
12387            not 'DOT1Q' and
12388            not '2VM'"
12389   parameters:
12390   - "throughput"
12391   - "parent"
12392   - "tags"
12393   sort:
12394   - "not CFS_OPT"
12395   - "L2XCFWD"
12396   - "not CFS_OPT"
12397   - "CFS_OPT"
12398   traces:
12399     hoverinfo: "x+y"
12400     boxpoints: "outliers"
12401     whiskerwidth: 0
12402   layout:
12403     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12404     layout: "plot-throughput"
12405
12406 -
12407   type: "plot"
12408   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12409   algorithm: "plot_performance_box"
12410   output-file-type: ".html"
12411   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12412   data: "plot-vpp-throughput-latency-3n-hsw"
12413   filter: "'NIC_Intel-XL710' and
12414            '64B' and
12415            'NDRPDR' and
12416            'ETH' and
12417            'BASE' and
12418            '2T2C' and
12419            ('L2BDMACLRN' or 'L2XCFWD') and
12420            'VHOST_1024' and
12421            not 'VXLAN' and
12422            not 'IP4FWD' and
12423            not 'DOT1Q' and
12424            not '2VM'"
12425   parameters:
12426   - "throughput"
12427   - "parent"
12428   - "tags"
12429   sort:
12430   - "not CFS_OPT"
12431   - "L2XCFWD"
12432   - "not CFS_OPT"
12433   - "CFS_OPT"
12434   traces:
12435     hoverinfo: "x+y"
12436     boxpoints: "outliers"
12437     whiskerwidth: 0
12438   layout:
12439     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12440     layout: "plot-throughput"
12441
12442 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
12443 -
12444   type: "plot"
12445   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12446   algorithm: "plot_performance_box"
12447   output-file-type: ".html"
12448   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12449   data: "plot-vpp-throughput-latency-3n-hsw"
12450   filter: "'NIC_Intel-XL710' and
12451            '64B' and
12452            'NDRPDR' and
12453            'ETH' and
12454            '1T1C' and
12455            ('L2BDMACLRN' or 'L2XCFWD') and
12456            'VHOST_1024' and
12457            not 'CFS_OPT' and
12458            not 'VXLAN' and
12459            not 'IP4FWD' and
12460            not 'DOT1Q'"
12461   parameters:
12462   - "throughput"
12463   - "parent"
12464   - "tags"
12465   sort:
12466   - "1VM"
12467   - "L2XCFWD"
12468   - "1VM"
12469   - "L2BDMACLRN"
12470   traces:
12471     hoverinfo: "x+y"
12472     boxpoints: "outliers"
12473     whiskerwidth: 0
12474   layout:
12475     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12476     layout: "plot-throughput"
12477
12478 -
12479   type: "plot"
12480   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12481   algorithm: "plot_performance_box"
12482   output-file-type: ".html"
12483   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12484   data: "plot-vpp-throughput-latency-3n-hsw"
12485   filter: "'NIC_Intel-XL710' and
12486            '64B' and
12487            'NDRPDR' and
12488            'ETH' and
12489            '1T1C' and
12490            ('L2BDMACLRN' or 'L2XCFWD') and
12491            'VHOST_1024' and
12492            not 'CFS_OPT' and
12493            not 'VXLAN' and
12494            not 'IP4FWD' and
12495            not 'DOT1Q'"
12496   parameters:
12497   - "throughput"
12498   - "parent"
12499   - "tags"
12500   sort:
12501   - "1VM"
12502   - "L2XCFWD"
12503   - "1VM"
12504   - "L2BDMACLRN"
12505   traces:
12506     hoverinfo: "x+y"
12507     boxpoints: "outliers"
12508     whiskerwidth: 0
12509   layout:
12510     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12511     layout: "plot-throughput"
12512
12513 -
12514   type: "plot"
12515   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12516   algorithm: "plot_performance_box"
12517   output-file-type: ".html"
12518   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12519   data: "plot-vpp-throughput-latency-3n-hsw"
12520   filter: "'NIC_Intel-XL710' and
12521            '64B' and
12522            'NDRPDR' and
12523            'ETH' and
12524            '2T2C' and
12525            ('L2BDMACLRN' or 'L2XCFWD') and
12526            'VHOST_1024' and
12527            not 'CFS_OPT' and
12528            not 'VXLAN' and
12529            not 'IP4FWD' and
12530            not 'DOT1Q'"
12531   parameters:
12532   - "throughput"
12533   - "parent"
12534   - "tags"
12535   sort:
12536   - "1VM"
12537   - "L2XCFWD"
12538   - "1VM"
12539   - "L2BDMACLRN"
12540   traces:
12541     hoverinfo: "x+y"
12542     boxpoints: "outliers"
12543     whiskerwidth: 0
12544   layout:
12545     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12546     layout: "plot-throughput"
12547
12548 -
12549   type: "plot"
12550   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12551   algorithm: "plot_performance_box"
12552   output-file-type: ".html"
12553   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12554   data: "plot-vpp-throughput-latency-3n-hsw"
12555   filter: "'NIC_Intel-XL710' and
12556            '64B' and
12557            'NDRPDR' and
12558            'ETH' and
12559            '2T2C' and
12560            ('L2BDMACLRN' or 'L2XCFWD') and
12561            'VHOST_1024' and
12562            not 'CFS_OPT' and
12563            not 'VXLAN' and
12564            not 'IP4FWD' and
12565            not 'DOT1Q'"
12566   parameters:
12567   - "throughput"
12568   - "parent"
12569   - "tags"
12570   sort:
12571   - "1VM"
12572   - "L2XCFWD"
12573   - "1VM"
12574   - "L2BDMACLRN"
12575   traces:
12576     hoverinfo: "x+y"
12577     boxpoints: "outliers"
12578     whiskerwidth: 0
12579   layout:
12580     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12581     layout: "plot-throughput"
12582
12583 # Packet Throughput - VPP vhost ip4 3n-skx-x710
12584 -
12585   type: "plot"
12586   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12587   algorithm: "plot_performance_box"
12588   output-file-type: ".html"
12589   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12590   data: "plot-vpp-throughput-latency-3n-skx"
12591   filter: "'NIC_Intel-X710' and
12592            '64B' and
12593            'NDRPDR' and
12594            'ETH' and
12595            'IP4FWD' and
12596            '2T1C' and
12597            'VHOST_1024' and
12598            not 'VXLAN' and
12599            not 'DOT1Q'"
12600   parameters:
12601   - "throughput"
12602   - "parent"
12603   - "tags"
12604   sort:
12605   - "not CFS_OPT"
12606   - "1VM"
12607   - "2VM"
12608   traces:
12609     hoverinfo: "x+y"
12610     boxpoints: "outliers"
12611     whiskerwidth: 0
12612   layout:
12613     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12614     layout: "plot-throughput"
12615
12616 -
12617   type: "plot"
12618   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12619   algorithm: "plot_performance_box"
12620   output-file-type: ".html"
12621   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12622   data: "plot-vpp-throughput-latency-3n-skx"
12623   filter: "'NIC_Intel-X710' and
12624            '64B' and
12625            'NDRPDR' and
12626            'ETH' and
12627            'IP4FWD' and
12628            '4T2C' and
12629            'VHOST_1024' and
12630            not 'VXLAN' and
12631            not 'DOT1Q'"
12632   parameters:
12633   - "throughput"
12634   - "parent"
12635   - "tags"
12636   sort:
12637   - "not CFS_OPT"
12638   - "1VM"
12639   - "2VM"
12640   traces:
12641     hoverinfo: "x+y"
12642     boxpoints: "outliers"
12643     whiskerwidth: 0
12644   layout:
12645     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12646     layout: "plot-throughput"
12647
12648 -
12649   type: "plot"
12650   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12651   algorithm: "plot_performance_box"
12652   output-file-type: ".html"
12653   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12654   data: "plot-vpp-throughput-latency-3n-skx"
12655   filter: "'NIC_Intel-X710' and
12656            '64B' and
12657            'NDRPDR' and
12658            'ETH' and
12659            'IP4FWD' and
12660            '2T1C' and
12661            'VHOST_1024' and
12662            not 'VXLAN' and
12663            not 'DOT1Q'"
12664   parameters:
12665   - "throughput"
12666   - "parent"
12667   - "tags"
12668   sort:
12669   - "not CFS_OPT"
12670   - "1VM"
12671   - "2VM"
12672   traces:
12673     hoverinfo: "x+y"
12674     boxpoints: "outliers"
12675     whiskerwidth: 0
12676   layout:
12677     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12678     layout: "plot-throughput"
12679
12680 -
12681   type: "plot"
12682   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12683   algorithm: "plot_performance_box"
12684   output-file-type: ".html"
12685   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12686   data: "plot-vpp-throughput-latency-3n-skx"
12687   filter: "'NIC_Intel-X710' and
12688            '64B' and
12689            'NDRPDR' and
12690            'ETH' and
12691            'IP4FWD' and
12692            '4T2C' and
12693            'VHOST_1024' and
12694            not 'VXLAN' and
12695            not 'DOT1Q'"
12696   parameters:
12697   - "throughput"
12698   - "parent"
12699   - "tags"
12700   sort:
12701   - "not CFS_OPT"
12702   - "1VM"
12703   - "2VM"
12704   traces:
12705     hoverinfo: "x+y"
12706     boxpoints: "outliers"
12707     whiskerwidth: 0
12708   layout:
12709     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12710     layout: "plot-throughput"
12711
12712 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
12713 -
12714   type: "plot"
12715   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12716   algorithm: "plot_performance_box"
12717   output-file-type: ".html"
12718   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12719   data: "plot-vpp-throughput-latency-3n-skx"
12720   filter: "'NIC_Intel-X710' and
12721            '64B' and
12722            'NDRPDR' and
12723            'ETH' and
12724            '2T1C' and
12725            'L2BDMACLRN' and
12726            'VHOST_1024' and
12727            not 'VXLAN' and
12728            not 'IP4FWD' and
12729            not 'DOT1Q' and
12730            not '2VM'"
12731   parameters:
12732   - "throughput"
12733   - "parent"
12734   - "tags"
12735   sort:
12736   - "VM"  # "not CFS_OPT"
12737   - "CFS_OPT"
12738   - "FIB_10K"
12739   - "FIB_100K"
12740   - "FIB_1M"
12741   traces:
12742     hoverinfo: "x+y"
12743     boxpoints: "outliers"
12744     whiskerwidth: 0
12745   layout:
12746     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12747     layout: "plot-throughput"
12748
12749 -
12750   type: "plot"
12751   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12752   algorithm: "plot_performance_box"
12753   output-file-type: ".html"
12754   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12755   data: "plot-vpp-throughput-latency-3n-skx"
12756   filter: "'NIC_Intel-X710' and
12757            '64B' and
12758            'NDRPDR' and
12759            'ETH' and
12760            '4T2C' and
12761            'L2BDMACLRN' and
12762            'VHOST_1024' and
12763            not 'VXLAN' and
12764            not 'IP4FWD' and
12765            not 'DOT1Q' and
12766            not '2VM'"
12767   parameters:
12768   - "throughput"
12769   - "parent"
12770   - "tags"
12771   sort:
12772   - "VM"  # "not CFS_OPT"
12773   - "CFS_OPT"
12774   - "FIB_10K"
12775   - "FIB_100K"
12776   - "FIB_1M"
12777   traces:
12778     hoverinfo: "x+y"
12779     boxpoints: "outliers"
12780     whiskerwidth: 0
12781   layout:
12782     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12783     layout: "plot-throughput"
12784
12785 -
12786   type: "plot"
12787   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12788   algorithm: "plot_performance_box"
12789   output-file-type: ".html"
12790   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12791   data: "plot-vpp-throughput-latency-3n-skx"
12792   filter: "'NIC_Intel-X710' and
12793            '64B' and
12794            'NDRPDR' and
12795            'ETH' and
12796            '2T1C' and
12797            'L2BDMACLRN' and
12798            'VHOST_1024' and
12799            not 'VXLAN' and
12800            not 'IP4FWD' and
12801            not 'DOT1Q' and
12802            not '2VM'"
12803   parameters:
12804   - "throughput"
12805   - "parent"
12806   - "tags"
12807   sort:
12808   - "VM"  # "not CFS_OPT"
12809   - "CFS_OPT"
12810   - "FIB_10K"
12811   - "FIB_100K"
12812   - "FIB_1M"
12813   traces:
12814     hoverinfo: "x+y"
12815     boxpoints: "outliers"
12816     whiskerwidth: 0
12817   layout:
12818     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12819     layout: "plot-throughput"
12820
12821 -
12822   type: "plot"
12823   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12824   algorithm: "plot_performance_box"
12825   output-file-type: ".html"
12826   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12827   data: "plot-vpp-throughput-latency-3n-skx"
12828   filter: "'NIC_Intel-X710' and
12829            '64B' and
12830            'NDRPDR' and
12831            'ETH' and
12832            '4T2C' and
12833            'L2BDMACLRN' and
12834            'VHOST_1024' and
12835            not 'VXLAN' and
12836            not 'IP4FWD' and
12837            not 'DOT1Q' and
12838            not '2VM'"
12839   parameters:
12840   - "throughput"
12841   - "parent"
12842   - "tags"
12843   sort:
12844   - "VM"  # "not CFS_OPT"
12845   - "CFS_OPT"
12846   - "FIB_10K"
12847   - "FIB_100K"
12848   - "FIB_1M"
12849   traces:
12850     hoverinfo: "x+y"
12851     boxpoints: "outliers"
12852     whiskerwidth: 0
12853   layout:
12854     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12855     layout: "plot-throughput"
12856
12857 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
12858 -
12859   type: "plot"
12860   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12861   algorithm: "plot_performance_box"
12862   output-file-type: ".html"
12863   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12864   data: "plot-vpp-throughput-latency-3n-skx"
12865   filter: "'NIC_Intel-X710' and
12866            '64B' and
12867            'NDRPDR' and
12868            'ETH' and
12869            'BASE' and
12870            '2T1C' and
12871            ('L2BDMACLRN' or 'L2XCFWD') and
12872            'VHOST_1024' and
12873            not 'VXLAN' and
12874            not 'IP4FWD' and
12875            not 'DOT1Q' and
12876            not '2VM'"
12877   parameters:
12878   - "throughput"
12879   - "parent"
12880   - "tags"
12881   sort:
12882   - "not CFS_OPT"
12883   - "L2XCFWD"
12884   - "not CFS_OPT"
12885   - "CFS_OPT"
12886   traces:
12887     hoverinfo: "x+y"
12888     boxpoints: "outliers"
12889     whiskerwidth: 0
12890   layout:
12891     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12892     layout: "plot-throughput"
12893
12894 -
12895   type: "plot"
12896   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12897   algorithm: "plot_performance_box"
12898   output-file-type: ".html"
12899   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12900   data: "plot-vpp-throughput-latency-3n-skx"
12901   filter: "'NIC_Intel-X710' and
12902            '64B' and
12903            'NDRPDR' and
12904            'ETH' and
12905            'BASE' and
12906            '2T1C' and
12907            ('L2BDMACLRN' or 'L2XCFWD') and
12908            'VHOST_1024' and
12909            not 'VXLAN' and
12910            not 'IP4FWD' and
12911            not 'DOT1Q' and
12912            not '2VM'"
12913   parameters:
12914   - "throughput"
12915   - "parent"
12916   - "tags"
12917   sort:
12918   - "not CFS_OPT"
12919   - "L2XCFWD"
12920   - "not CFS_OPT"
12921   - "CFS_OPT"
12922   traces:
12923     hoverinfo: "x+y"
12924     boxpoints: "outliers"
12925     whiskerwidth: 0
12926   layout:
12927     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12928     layout: "plot-throughput"
12929
12930 -
12931   type: "plot"
12932   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12933   algorithm: "plot_performance_box"
12934   output-file-type: ".html"
12935   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12936   data: "plot-vpp-throughput-latency-3n-skx"
12937   filter: "'NIC_Intel-X710' and
12938            '64B' and
12939            'NDRPDR' and
12940            'ETH' and
12941            'BASE' and
12942            '4T2C' and
12943            ('L2BDMACLRN' or 'L2XCFWD') and
12944            'VHOST_1024' and
12945            not 'VXLAN' and
12946            not 'IP4FWD' and
12947            not 'DOT1Q' and
12948            not '2VM'"
12949   parameters:
12950   - "throughput"
12951   - "parent"
12952   - "tags"
12953   sort:
12954   - "not CFS_OPT"
12955   - "L2XCFWD"
12956   - "not CFS_OPT"
12957   - "CFS_OPT"
12958   traces:
12959     hoverinfo: "x+y"
12960     boxpoints: "outliers"
12961     whiskerwidth: 0
12962   layout:
12963     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12964     layout: "plot-throughput"
12965
12966 -
12967   type: "plot"
12968   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12969   algorithm: "plot_performance_box"
12970   output-file-type: ".html"
12971   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12972   data: "plot-vpp-throughput-latency-3n-skx"
12973   filter: "'NIC_Intel-X710' and
12974            '64B' and
12975            'NDRPDR' and
12976            'ETH' and
12977            'BASE' and
12978            '4T2C' and
12979            ('L2BDMACLRN' or 'L2XCFWD') and
12980            'VHOST_1024' and
12981            not 'VXLAN' and
12982            not 'IP4FWD' and
12983            not 'DOT1Q' and
12984            not '2VM'"
12985   parameters:
12986   - "throughput"
12987   - "parent"
12988   - "tags"
12989   sort:
12990   - "not CFS_OPT"
12991   - "L2XCFWD"
12992   - "not CFS_OPT"
12993   - "CFS_OPT"
12994   traces:
12995     hoverinfo: "x+y"
12996     boxpoints: "outliers"
12997     whiskerwidth: 0
12998   layout:
12999     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
13000     layout: "plot-throughput"
13001
13002 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
13003 -
13004   type: "plot"
13005   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13006   algorithm: "plot_performance_box"
13007   output-file-type: ".html"
13008   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13009   data: "plot-vpp-throughput-latency-3n-skx"
13010   filter: "'NIC_Intel-X710' and
13011            '64B' and
13012            'NDRPDR' and
13013            'ETH' and
13014            '2T1C' and
13015            ('L2BDMACLRN' or 'L2XCFWD') and
13016            'VHOST_1024' and
13017            not 'CFS_OPT' and
13018            not 'VXLAN' and
13019            not 'IP4FWD' and
13020            not 'DOT1Q'"
13021   parameters:
13022   - "throughput"
13023   - "parent"
13024   - "tags"
13025   sort:
13026   - "1VM"
13027   - "L2XCFWD"
13028   - "1VM"
13029   - "L2BDMACLRN"
13030   traces:
13031     hoverinfo: "x+y"
13032     boxpoints: "outliers"
13033     whiskerwidth: 0
13034   layout:
13035     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13036     layout: "plot-throughput"
13037
13038 -
13039   type: "plot"
13040   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13041   algorithm: "plot_performance_box"
13042   output-file-type: ".html"
13043   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13044   data: "plot-vpp-throughput-latency-3n-skx"
13045   filter: "'NIC_Intel-X710' and
13046            '64B' and
13047            'NDRPDR' and
13048            'ETH' and
13049            '2T1C' and
13050            ('L2BDMACLRN' or 'L2XCFWD') and
13051            'VHOST_1024' and
13052            not 'CFS_OPT' and
13053            not 'VXLAN' and
13054            not 'IP4FWD' and
13055            not 'DOT1Q'"
13056   parameters:
13057   - "throughput"
13058   - "parent"
13059   - "tags"
13060   sort:
13061   - "1VM"
13062   - "L2XCFWD"
13063   - "1VM"
13064   - "L2BDMACLRN"
13065   traces:
13066     hoverinfo: "x+y"
13067     boxpoints: "outliers"
13068     whiskerwidth: 0
13069   layout:
13070     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13071     layout: "plot-throughput"
13072
13073 -
13074   type: "plot"
13075   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13076   algorithm: "plot_performance_box"
13077   output-file-type: ".html"
13078   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13079   data: "plot-vpp-throughput-latency-3n-skx"
13080   filter: "'NIC_Intel-X710' and
13081            '64B' and
13082            'NDRPDR' and
13083            'ETH' and
13084            '4T2C' and
13085            ('L2BDMACLRN' or 'L2XCFWD') and
13086            'VHOST_1024' and
13087            not 'CFS_OPT' and
13088            not 'VXLAN' and
13089            not 'IP4FWD' and
13090            not 'DOT1Q'"
13091   parameters:
13092   - "throughput"
13093   - "parent"
13094   - "tags"
13095   sort:
13096   - "1VM"
13097   - "L2XCFWD"
13098   - "1VM"
13099   - "L2BDMACLRN"
13100   traces:
13101     hoverinfo: "x+y"
13102     boxpoints: "outliers"
13103     whiskerwidth: 0
13104   layout:
13105     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13106     layout: "plot-throughput"
13107
13108 -
13109   type: "plot"
13110   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13111   algorithm: "plot_performance_box"
13112   output-file-type: ".html"
13113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13114   data: "plot-vpp-throughput-latency-3n-skx"
13115   filter: "'NIC_Intel-X710' and
13116            '64B' and
13117            'NDRPDR' and
13118            'ETH' and
13119            '4T2C' and
13120            ('L2BDMACLRN' or 'L2XCFWD') and
13121            'VHOST_1024' and
13122            not 'CFS_OPT' and
13123            not 'VXLAN' and
13124            not 'IP4FWD' and
13125            not 'DOT1Q'"
13126   parameters:
13127   - "throughput"
13128   - "parent"
13129   - "tags"
13130   sort:
13131   - "1VM"
13132   - "L2XCFWD"
13133   - "1VM"
13134   - "L2BDMACLRN"
13135   traces:
13136     hoverinfo: "x+y"
13137     boxpoints: "outliers"
13138     whiskerwidth: 0
13139   layout:
13140     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13141     layout: "plot-throughput"
13142
13143 # Packet Throughput - VPP vhost ip4 2n-skx-x710
13144 -
13145   type: "plot"
13146   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13147   algorithm: "plot_performance_box"
13148   output-file-type: ".html"
13149   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13150   data: "plot-vpp-throughput-latency-2n-skx"
13151   filter: "'NIC_Intel-X710' and
13152            '64B' and
13153            'NDRPDR' and
13154            'ETH' and
13155            'IP4FWD' and
13156            '2T1C' and
13157            'VHOST_1024' and
13158            not 'VXLAN' and
13159            not 'DOT1Q'"
13160   parameters:
13161   - "throughput"
13162   - "parent"
13163   - "tags"
13164   sort:
13165   - "not CFS_OPT"
13166   - "1VM"
13167   - "2VM"
13168   traces:
13169     hoverinfo: "x+y"
13170     boxpoints: "outliers"
13171     whiskerwidth: 0
13172   layout:
13173     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13174     layout: "plot-throughput"
13175
13176 -
13177   type: "plot"
13178   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13179   algorithm: "plot_performance_box"
13180   output-file-type: ".html"
13181   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13182   data: "plot-vpp-throughput-latency-2n-skx"
13183   filter: "'NIC_Intel-X710' and
13184            '64B' and
13185            'NDRPDR' and
13186            'ETH' and
13187            'IP4FWD' and
13188            '4T2C' and
13189            'VHOST_1024' and
13190            not 'VXLAN' and
13191            not 'DOT1Q'"
13192   parameters:
13193   - "throughput"
13194   - "parent"
13195   - "tags"
13196   sort:
13197   - "not CFS_OPT"
13198   - "1VM"
13199   - "2VM"
13200   traces:
13201     hoverinfo: "x+y"
13202     boxpoints: "outliers"
13203     whiskerwidth: 0
13204   layout:
13205     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13206     layout: "plot-throughput"
13207
13208 -
13209   type: "plot"
13210   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13211   algorithm: "plot_performance_box"
13212   output-file-type: ".html"
13213   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13214   data: "plot-vpp-throughput-latency-2n-skx"
13215   filter: "'NIC_Intel-X710' and
13216            '64B' and
13217            'NDRPDR' and
13218            'ETH' and
13219            'IP4FWD' and
13220            '2T1C' and
13221            'VHOST_1024' and
13222            not 'VXLAN' and
13223            not 'DOT1Q'"
13224   parameters:
13225   - "throughput"
13226   - "parent"
13227   - "tags"
13228   sort:
13229   - "not CFS_OPT"
13230   - "1VM"
13231   - "2VM"
13232   traces:
13233     hoverinfo: "x+y"
13234     boxpoints: "outliers"
13235     whiskerwidth: 0
13236   layout:
13237     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13238     layout: "plot-throughput"
13239
13240 -
13241   type: "plot"
13242   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13243   algorithm: "plot_performance_box"
13244   output-file-type: ".html"
13245   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13246   data: "plot-vpp-throughput-latency-2n-skx"
13247   filter: "'NIC_Intel-X710' and
13248            '64B' and
13249            'NDRPDR' and
13250            'ETH' and
13251            'IP4FWD' and
13252            '4T2C' and
13253            'VHOST_1024' and
13254            not 'VXLAN' and
13255            not 'DOT1Q'"
13256   parameters:
13257   - "throughput"
13258   - "parent"
13259   - "tags"
13260   sort:
13261   - "not CFS_OPT"
13262   - "1VM"
13263   - "2VM"
13264   traces:
13265     hoverinfo: "x+y"
13266     boxpoints: "outliers"
13267     whiskerwidth: 0
13268   layout:
13269     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13270     layout: "plot-throughput"
13271
13272 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
13273 -
13274   type: "plot"
13275   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13276   algorithm: "plot_performance_box"
13277   output-file-type: ".html"
13278   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13279   data: "plot-vpp-throughput-latency-2n-skx"
13280   filter: "'NIC_Intel-X710' and
13281            '64B' and
13282            'NDRPDR' and
13283            'ETH' and
13284            '2T1C' and
13285            'L2BDMACLRN' and
13286            'VHOST_1024' and
13287            not 'VXLAN' and
13288            not 'IP4FWD' and
13289            not 'DOT1Q' and
13290            not '2VM'"
13291   parameters:
13292   - "throughput"
13293   - "parent"
13294   - "tags"
13295   sort:
13296   - "VM"  # "not CFS_OPT"
13297   - "CFS_OPT"
13298   - "FIB_10K"
13299   - "FIB_100K"
13300   - "FIB_1M"
13301   traces:
13302     hoverinfo: "x+y"
13303     boxpoints: "outliers"
13304     whiskerwidth: 0
13305   layout:
13306     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13307     layout: "plot-throughput"
13308
13309 -
13310   type: "plot"
13311   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13312   algorithm: "plot_performance_box"
13313   output-file-type: ".html"
13314   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13315   data: "plot-vpp-throughput-latency-2n-skx"
13316   filter: "'NIC_Intel-X710' and
13317            '64B' and
13318            'NDRPDR' and
13319            'ETH' and
13320            '4T2C' and
13321            'L2BDMACLRN' and
13322            'VHOST_1024' and
13323            not 'VXLAN' and
13324            not 'IP4FWD' and
13325            not 'DOT1Q' and
13326            not '2VM'"
13327   parameters:
13328   - "throughput"
13329   - "parent"
13330   - "tags"
13331   sort:
13332   - "VM"  # "not CFS_OPT"
13333   - "CFS_OPT"
13334   - "FIB_10K"
13335   - "FIB_100K"
13336   - "FIB_1M"
13337   traces:
13338     hoverinfo: "x+y"
13339     boxpoints: "outliers"
13340     whiskerwidth: 0
13341   layout:
13342     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13343     layout: "plot-throughput"
13344
13345 -
13346   type: "plot"
13347   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13348   algorithm: "plot_performance_box"
13349   output-file-type: ".html"
13350   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13351   data: "plot-vpp-throughput-latency-2n-skx"
13352   filter: "'NIC_Intel-X710' and
13353            '64B' and
13354            'NDRPDR' and
13355            'ETH' and
13356            '2T1C' and
13357            'L2BDMACLRN' and
13358            'VHOST_1024' and
13359            not 'VXLAN' and
13360            not 'IP4FWD' and
13361            not 'DOT1Q' and
13362            not '2VM'"
13363   parameters:
13364   - "throughput"
13365   - "parent"
13366   - "tags"
13367   sort:
13368   - "VM"  # "not CFS_OPT"
13369   - "CFS_OPT"
13370   - "FIB_10K"
13371   - "FIB_100K"
13372   - "FIB_1M"
13373   traces:
13374     hoverinfo: "x+y"
13375     boxpoints: "outliers"
13376     whiskerwidth: 0
13377   layout:
13378     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13379     layout: "plot-throughput"
13380
13381 -
13382   type: "plot"
13383   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13384   algorithm: "plot_performance_box"
13385   output-file-type: ".html"
13386   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13387   data: "plot-vpp-throughput-latency-2n-skx"
13388   filter: "'NIC_Intel-X710' and
13389            '64B' and
13390            'NDRPDR' and
13391            'ETH' and
13392            '4T2C' and
13393            'L2BDMACLRN' and
13394            'VHOST_1024' and
13395            not 'VXLAN' and
13396            not 'IP4FWD' and
13397            not 'DOT1Q' and
13398            not '2VM'"
13399   parameters:
13400   - "throughput"
13401   - "parent"
13402   - "tags"
13403   sort:
13404   - "VM"  # "not CFS_OPT"
13405   - "CFS_OPT"
13406   - "FIB_10K"
13407   - "FIB_100K"
13408   - "FIB_1M"
13409   traces:
13410     hoverinfo: "x+y"
13411     boxpoints: "outliers"
13412     whiskerwidth: 0
13413   layout:
13414     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13415     layout: "plot-throughput"
13416
13417 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
13418 -
13419   type: "plot"
13420   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13421   algorithm: "plot_performance_box"
13422   output-file-type: ".html"
13423   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13424   data: "plot-vpp-throughput-latency-2n-skx"
13425   filter: "'NIC_Intel-X710' and
13426            '64B' and
13427            'NDRPDR' and
13428            'ETH' and
13429            'BASE' and
13430            '2T1C' and
13431            ('L2BDMACLRN' or 'L2XCFWD') and
13432            'VHOST_1024' and
13433            not 'VXLAN' and
13434            not 'IP4FWD' and
13435            not 'DOT1Q' and
13436            not '2VM'"
13437   parameters:
13438   - "throughput"
13439   - "parent"
13440   - "tags"
13441   sort:
13442   - "not CFS_OPT"
13443   - "L2XCFWD"
13444   - "not CFS_OPT"
13445   - "CFS_OPT"
13446   traces:
13447     hoverinfo: "x+y"
13448     boxpoints: "outliers"
13449     whiskerwidth: 0
13450   layout:
13451     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13452     layout: "plot-throughput"
13453
13454 -
13455   type: "plot"
13456   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13457   algorithm: "plot_performance_box"
13458   output-file-type: ".html"
13459   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13460   data: "plot-vpp-throughput-latency-2n-skx"
13461   filter: "'NIC_Intel-X710' and
13462            '64B' and
13463            'NDRPDR' and
13464            'ETH' and
13465            'BASE' and
13466            '2T1C' and
13467            ('L2BDMACLRN' or 'L2XCFWD') and
13468            'VHOST_1024' and
13469            not 'VXLAN' and
13470            not 'IP4FWD' and
13471            not 'DOT1Q' and
13472            not '2VM'"
13473   parameters:
13474   - "throughput"
13475   - "parent"
13476   - "tags"
13477   sort:
13478   - "not CFS_OPT"
13479   - "L2XCFWD"
13480   - "not CFS_OPT"
13481   - "CFS_OPT"
13482   traces:
13483     hoverinfo: "x+y"
13484     boxpoints: "outliers"
13485     whiskerwidth: 0
13486   layout:
13487     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13488     layout: "plot-throughput"
13489
13490 -
13491   type: "plot"
13492   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13493   algorithm: "plot_performance_box"
13494   output-file-type: ".html"
13495   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13496   data: "plot-vpp-throughput-latency-2n-skx"
13497   filter: "'NIC_Intel-X710' and
13498            '64B' and
13499            'NDRPDR' and
13500            'ETH' and
13501            'BASE' and
13502            '4T2C' and
13503            ('L2BDMACLRN' or 'L2XCFWD') and
13504            'VHOST_1024' and
13505            not 'VXLAN' and
13506            not 'IP4FWD' and
13507            not 'DOT1Q' and
13508            not '2VM'"
13509   parameters:
13510   - "throughput"
13511   - "parent"
13512   - "tags"
13513   sort:
13514   - "not CFS_OPT"
13515   - "L2XCFWD"
13516   - "not CFS_OPT"
13517   - "CFS_OPT"
13518   traces:
13519     hoverinfo: "x+y"
13520     boxpoints: "outliers"
13521     whiskerwidth: 0
13522   layout:
13523     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13524     layout: "plot-throughput"
13525
13526 -
13527   type: "plot"
13528   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13529   algorithm: "plot_performance_box"
13530   output-file-type: ".html"
13531   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13532   data: "plot-vpp-throughput-latency-2n-skx"
13533   filter: "'NIC_Intel-X710' and
13534            '64B' and
13535            'NDRPDR' and
13536            'ETH' and
13537            'BASE' and
13538            '4T2C' and
13539            ('L2BDMACLRN' or 'L2XCFWD') and
13540            'VHOST_1024' and
13541            not 'VXLAN' and
13542            not 'IP4FWD' and
13543            not 'DOT1Q' and
13544            not '2VM'"
13545   parameters:
13546   - "throughput"
13547   - "parent"
13548   - "tags"
13549   sort:
13550   - "not CFS_OPT"
13551   - "L2XCFWD"
13552   - "not CFS_OPT"
13553   - "CFS_OPT"
13554   traces:
13555     hoverinfo: "x+y"
13556     boxpoints: "outliers"
13557     whiskerwidth: 0
13558   layout:
13559     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13560     layout: "plot-throughput"
13561
13562 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
13563 -
13564   type: "plot"
13565   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13566   algorithm: "plot_performance_box"
13567   output-file-type: ".html"
13568   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13569   data: "plot-vpp-throughput-latency-2n-skx"
13570   filter: "'NIC_Intel-X710' and
13571            '64B' and
13572            'NDRPDR' and
13573            'ETH' and
13574            '2T1C' and
13575            ('L2BDMACLRN' or 'L2XCFWD') and
13576            'VHOST_1024' and
13577            not 'CFS_OPT' and
13578            not 'VXLAN' and
13579            not 'IP4FWD' and
13580            not 'DOT1Q'"
13581   parameters:
13582   - "throughput"
13583   - "parent"
13584   - "tags"
13585   sort:
13586   - "1VM"
13587   - "L2XCFWD"
13588   - "1VM"
13589   - "L2BDMACLRN"
13590   traces:
13591     hoverinfo: "x+y"
13592     boxpoints: "outliers"
13593     whiskerwidth: 0
13594   layout:
13595     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13596     layout: "plot-throughput"
13597
13598 -
13599   type: "plot"
13600   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13601   algorithm: "plot_performance_box"
13602   output-file-type: ".html"
13603   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13604   data: "plot-vpp-throughput-latency-2n-skx"
13605   filter: "'NIC_Intel-X710' and
13606            '64B' and
13607            'NDRPDR' and
13608            'ETH' and
13609            '2T1C' and
13610            ('L2BDMACLRN' or 'L2XCFWD') and
13611            'VHOST_1024' and
13612            not 'CFS_OPT' and
13613            not 'VXLAN' and
13614            not 'IP4FWD' and
13615            not 'DOT1Q'"
13616   parameters:
13617   - "throughput"
13618   - "parent"
13619   - "tags"
13620   sort:
13621   - "1VM"
13622   - "L2XCFWD"
13623   - "1VM"
13624   - "L2BDMACLRN"
13625   traces:
13626     hoverinfo: "x+y"
13627     boxpoints: "outliers"
13628     whiskerwidth: 0
13629   layout:
13630     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13631     layout: "plot-throughput"
13632
13633 -
13634   type: "plot"
13635   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13636   algorithm: "plot_performance_box"
13637   output-file-type: ".html"
13638   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13639   data: "plot-vpp-throughput-latency-2n-skx"
13640   filter: "'NIC_Intel-X710' and
13641            '64B' and
13642            'NDRPDR' and
13643            'ETH' and
13644            '4T2C' and
13645            ('L2BDMACLRN' or 'L2XCFWD') and
13646            'VHOST_1024' and
13647            not 'CFS_OPT' and
13648            not 'VXLAN' and
13649            not 'IP4FWD' and
13650            not 'DOT1Q'"
13651   parameters:
13652   - "throughput"
13653   - "parent"
13654   - "tags"
13655   sort:
13656   - "1VM"
13657   - "L2XCFWD"
13658   - "1VM"
13659   - "L2BDMACLRN"
13660   traces:
13661     hoverinfo: "x+y"
13662     boxpoints: "outliers"
13663     whiskerwidth: 0
13664   layout:
13665     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13666     layout: "plot-throughput"
13667
13668 -
13669   type: "plot"
13670   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13671   algorithm: "plot_performance_box"
13672   output-file-type: ".html"
13673   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13674   data: "plot-vpp-throughput-latency-2n-skx"
13675   filter: "'NIC_Intel-X710' and
13676            '64B' and
13677            'NDRPDR' and
13678            'ETH' and
13679            '4T2C' and
13680            ('L2BDMACLRN' or 'L2XCFWD') and
13681            'VHOST_1024' and
13682            not 'CFS_OPT' and
13683            not 'VXLAN' and
13684            not 'IP4FWD' and
13685            not 'DOT1Q'"
13686   parameters:
13687   - "throughput"
13688   - "parent"
13689   - "tags"
13690   sort:
13691   - "1VM"
13692   - "L2XCFWD"
13693   - "1VM"
13694   - "L2BDMACLRN"
13695   traces:
13696     hoverinfo: "x+y"
13697     boxpoints: "outliers"
13698     whiskerwidth: 0
13699   layout:
13700     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13701     layout: "plot-throughput"
13702
13703 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
13704 -
13705   type: "plot"
13706   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13707   algorithm: "plot_performance_box"
13708   output-file-type: ".html"
13709   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13710   data: "plot-vpp-throughput-latency-2n-skx"
13711   filter: "'NIC_Intel-XXV710' and
13712            '64B' and
13713            'NDRPDR' and
13714            'ETH' and
13715            'IP4FWD' and
13716            '2T1C' and
13717            'VHOST_1024' and
13718            not 'VXLAN' and
13719            not 'DOT1Q'"
13720   parameters:
13721   - "throughput"
13722   - "parent"
13723   - "tags"
13724   sort:
13725   - "not CFS_OPT"
13726   - "1VM"
13727   - "2VM"
13728   traces:
13729     hoverinfo: "x+y"
13730     boxpoints: "outliers"
13731     whiskerwidth: 0
13732   layout:
13733     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13734     layout: "plot-throughput"
13735
13736 -
13737   type: "plot"
13738   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13739   algorithm: "plot_performance_box"
13740   output-file-type: ".html"
13741   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13742   data: "plot-vpp-throughput-latency-2n-skx"
13743   filter: "'NIC_Intel-XXV710' and
13744            '64B' and
13745            'NDRPDR' and
13746            'ETH' and
13747            'IP4FWD' and
13748            '4T2C' and
13749            'VHOST_1024' and
13750            not 'VXLAN' and
13751            not 'DOT1Q'"
13752   parameters:
13753   - "throughput"
13754   - "parent"
13755   - "tags"
13756   sort:
13757   - "not CFS_OPT"
13758   - "1VM"
13759   - "2VM"
13760   traces:
13761     hoverinfo: "x+y"
13762     boxpoints: "outliers"
13763     whiskerwidth: 0
13764   layout:
13765     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13766     layout: "plot-throughput"
13767
13768 -
13769   type: "plot"
13770   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13771   algorithm: "plot_performance_box"
13772   output-file-type: ".html"
13773   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13774   data: "plot-vpp-throughput-latency-2n-skx"
13775   filter: "'NIC_Intel-XXV710' and
13776            '64B' and
13777            'NDRPDR' and
13778            'ETH' and
13779            'IP4FWD' and
13780            '2T1C' and
13781            'VHOST_1024' and
13782            not 'VXLAN' and
13783            not 'DOT1Q'"
13784   parameters:
13785   - "throughput"
13786   - "parent"
13787   - "tags"
13788   sort:
13789   - "not CFS_OPT"
13790   - "1VM"
13791   - "2VM"
13792   traces:
13793     hoverinfo: "x+y"
13794     boxpoints: "outliers"
13795     whiskerwidth: 0
13796   layout:
13797     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13798     layout: "plot-throughput"
13799
13800 -
13801   type: "plot"
13802   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13803   algorithm: "plot_performance_box"
13804   output-file-type: ".html"
13805   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13806   data: "plot-vpp-throughput-latency-2n-skx"
13807   filter: "'NIC_Intel-XXV710' and
13808            '64B' and
13809            'NDRPDR' and
13810            'ETH' and
13811            'IP4FWD' and
13812            '4T2C' and
13813            'VHOST_1024' and
13814            not 'VXLAN' and
13815            not 'DOT1Q'"
13816   parameters:
13817   - "throughput"
13818   - "parent"
13819   - "tags"
13820   sort:
13821   - "not CFS_OPT"
13822   - "1VM"
13823   - "2VM"
13824   traces:
13825     hoverinfo: "x+y"
13826     boxpoints: "outliers"
13827     whiskerwidth: 0
13828   layout:
13829     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13830     layout: "plot-throughput"
13831
13832 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
13833 -
13834   type: "plot"
13835   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13836   algorithm: "plot_performance_box"
13837   output-file-type: ".html"
13838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13839   data: "plot-vpp-throughput-latency-2n-skx"
13840   filter: "'NIC_Intel-XXV710' and
13841            '64B' and
13842            'NDRPDR' and
13843            'ETH' and
13844            '2T1C' and
13845            'L2BDMACLRN' and
13846            'VHOST_1024' and
13847            not 'VXLAN' and
13848            not 'IP4FWD' and
13849            not 'DOT1Q' and
13850            not '2VM'"
13851   parameters:
13852   - "throughput"
13853   - "parent"
13854   - "tags"
13855   sort:
13856   - "VM"  # "not CFS_OPT"
13857   - "CFS_OPT"
13858   - "FIB_10K"
13859   - "FIB_100K"
13860   - "FIB_1M"
13861   traces:
13862     hoverinfo: "x+y"
13863     boxpoints: "outliers"
13864     whiskerwidth: 0
13865   layout:
13866     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13867     layout: "plot-throughput"
13868
13869 -
13870   type: "plot"
13871   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13872   algorithm: "plot_performance_box"
13873   output-file-type: ".html"
13874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13875   data: "plot-vpp-throughput-latency-2n-skx"
13876   filter: "'NIC_Intel-XXV710' and
13877            '64B' and
13878            'NDRPDR' and
13879            'ETH' and
13880            '4T2C' and
13881            'L2BDMACLRN' and
13882            'VHOST_1024' and
13883            not 'VXLAN' and
13884            not 'IP4FWD' and
13885            not 'DOT1Q' and
13886            not '2VM'"
13887   parameters:
13888   - "throughput"
13889   - "parent"
13890   - "tags"
13891   sort:
13892   - "VM"  # "not CFS_OPT"
13893   - "CFS_OPT"
13894   - "FIB_10K"
13895   - "FIB_100K"
13896   - "FIB_1M"
13897   traces:
13898     hoverinfo: "x+y"
13899     boxpoints: "outliers"
13900     whiskerwidth: 0
13901   layout:
13902     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13903     layout: "plot-throughput"
13904
13905 -
13906   type: "plot"
13907   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13908   algorithm: "plot_performance_box"
13909   output-file-type: ".html"
13910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13911   data: "plot-vpp-throughput-latency-2n-skx"
13912   filter: "'NIC_Intel-XXV710' and
13913            '64B' and
13914            'NDRPDR' and
13915            'ETH' and
13916            '2T1C' and
13917            'L2BDMACLRN' and
13918            'VHOST_1024' and
13919            not 'VXLAN' and
13920            not 'IP4FWD' and
13921            not 'DOT1Q' and
13922            not '2VM'"
13923   parameters:
13924   - "throughput"
13925   - "parent"
13926   - "tags"
13927   sort:
13928   - "VM"  # "not CFS_OPT"
13929   - "CFS_OPT"
13930   - "FIB_10K"
13931   - "FIB_100K"
13932   - "FIB_1M"
13933   traces:
13934     hoverinfo: "x+y"
13935     boxpoints: "outliers"
13936     whiskerwidth: 0
13937   layout:
13938     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13939     layout: "plot-throughput"
13940
13941 -
13942   type: "plot"
13943   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13944   algorithm: "plot_performance_box"
13945   output-file-type: ".html"
13946   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13947   data: "plot-vpp-throughput-latency-2n-skx"
13948   filter: "'NIC_Intel-XXV710' and
13949            '64B' and
13950            'NDRPDR' and
13951            'ETH' and
13952            '4T2C' and
13953            'L2BDMACLRN' and
13954            'VHOST_1024' and
13955            not 'VXLAN' and
13956            not 'IP4FWD' and
13957            not 'DOT1Q' and
13958            not '2VM'"
13959   parameters:
13960   - "throughput"
13961   - "parent"
13962   - "tags"
13963   sort:
13964   - "VM"  # "not CFS_OPT"
13965   - "CFS_OPT"
13966   - "FIB_10K"
13967   - "FIB_100K"
13968   - "FIB_1M"
13969   traces:
13970     hoverinfo: "x+y"
13971     boxpoints: "outliers"
13972     whiskerwidth: 0
13973   layout:
13974     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13975     layout: "plot-throughput"
13976
13977 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
13978 -
13979   type: "plot"
13980   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13981   algorithm: "plot_performance_box"
13982   output-file-type: ".html"
13983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13984   data: "plot-vpp-throughput-latency-2n-skx"
13985   filter: "'NIC_Intel-XXV710' and
13986            '64B' and
13987            'NDRPDR' and
13988            'ETH' and
13989            'BASE' and
13990            '2T1C' and
13991            ('L2BDMACLRN' or 'L2XCFWD') and
13992            'VHOST_1024' and
13993            not 'VXLAN' and
13994            not 'IP4FWD' and
13995            not 'DOT1Q' and
13996            not '2VM'"
13997   parameters:
13998   - "throughput"
13999   - "parent"
14000   - "tags"
14001   sort:
14002   - "not CFS_OPT"
14003   - "L2XCFWD"
14004   - "not CFS_OPT"
14005   - "CFS_OPT"
14006   traces:
14007     hoverinfo: "x+y"
14008     boxpoints: "outliers"
14009     whiskerwidth: 0
14010   layout:
14011     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14012     layout: "plot-throughput"
14013
14014 -
14015   type: "plot"
14016   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14017   algorithm: "plot_performance_box"
14018   output-file-type: ".html"
14019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14020   data: "plot-vpp-throughput-latency-2n-skx"
14021   filter: "'NIC_Intel-XXV710' and
14022            '64B' and
14023            'NDRPDR' and
14024            'ETH' and
14025            'BASE' and
14026            '2T1C' and
14027            ('L2BDMACLRN' or 'L2XCFWD') and
14028            'VHOST_1024' and
14029            not 'VXLAN' and
14030            not 'IP4FWD' and
14031            not 'DOT1Q' and
14032            not '2VM'"
14033   parameters:
14034   - "throughput"
14035   - "parent"
14036   - "tags"
14037   sort:
14038   - "not CFS_OPT"
14039   - "L2XCFWD"
14040   - "not CFS_OPT"
14041   - "CFS_OPT"
14042   traces:
14043     hoverinfo: "x+y"
14044     boxpoints: "outliers"
14045     whiskerwidth: 0
14046   layout:
14047     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14048     layout: "plot-throughput"
14049
14050 -
14051   type: "plot"
14052   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14053   algorithm: "plot_performance_box"
14054   output-file-type: ".html"
14055   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14056   data: "plot-vpp-throughput-latency-2n-skx"
14057   filter: "'NIC_Intel-XXV710' and
14058            '64B' and
14059            'NDRPDR' and
14060            'ETH' and
14061            'BASE' and
14062            '4T2C' and
14063            ('L2BDMACLRN' or 'L2XCFWD') and
14064            'VHOST_1024' and
14065            not 'VXLAN' and
14066            not 'IP4FWD' and
14067            not 'DOT1Q' and
14068            not '2VM'"
14069   parameters:
14070   - "throughput"
14071   - "parent"
14072   - "tags"
14073   sort:
14074   - "not CFS_OPT"
14075   - "L2XCFWD"
14076   - "not CFS_OPT"
14077   - "CFS_OPT"
14078   traces:
14079     hoverinfo: "x+y"
14080     boxpoints: "outliers"
14081     whiskerwidth: 0
14082   layout:
14083     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14084     layout: "plot-throughput"
14085
14086 -
14087   type: "plot"
14088   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14089   algorithm: "plot_performance_box"
14090   output-file-type: ".html"
14091   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14092   data: "plot-vpp-throughput-latency-2n-skx"
14093   filter: "'NIC_Intel-XXV710' and
14094            '64B' and
14095            'NDRPDR' and
14096            'ETH' and
14097            'BASE' and
14098            '4T2C' and
14099            ('L2BDMACLRN' or 'L2XCFWD') and
14100            'VHOST_1024' and
14101            not 'VXLAN' and
14102            not 'IP4FWD' and
14103            not 'DOT1Q' and
14104            not '2VM'"
14105   parameters:
14106   - "throughput"
14107   - "parent"
14108   - "tags"
14109   sort:
14110   - "not CFS_OPT"
14111   - "L2XCFWD"
14112   - "not CFS_OPT"
14113   - "CFS_OPT"
14114   traces:
14115     hoverinfo: "x+y"
14116     boxpoints: "outliers"
14117     whiskerwidth: 0
14118   layout:
14119     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14120     layout: "plot-throughput"
14121
14122 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
14123 -
14124   type: "plot"
14125   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14126   algorithm: "plot_performance_box"
14127   output-file-type: ".html"
14128   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14129   data: "plot-vpp-throughput-latency-2n-skx"
14130   filter: "'NIC_Intel-XXV710' and
14131            '64B' and
14132            'NDRPDR' and
14133            'ETH' and
14134            '2T1C' and
14135            ('L2BDMACLRN' or 'L2XCFWD') and
14136            'VHOST_1024' and
14137            not 'CFS_OPT' and
14138            not 'VXLAN' and
14139            not 'IP4FWD' and
14140            not 'DOT1Q'"
14141   parameters:
14142   - "throughput"
14143   - "parent"
14144   - "tags"
14145   sort:
14146   - "1VM"
14147   - "L2XCFWD"
14148   - "1VM"
14149   - "L2BDMACLRN"
14150   traces:
14151     hoverinfo: "x+y"
14152     boxpoints: "outliers"
14153     whiskerwidth: 0
14154   layout:
14155     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14156     layout: "plot-throughput"
14157
14158 -
14159   type: "plot"
14160   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14161   algorithm: "plot_performance_box"
14162   output-file-type: ".html"
14163   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14164   data: "plot-vpp-throughput-latency-2n-skx"
14165   filter: "'NIC_Intel-XXV710' and
14166            '64B' and
14167            'NDRPDR' and
14168            'ETH' and
14169            '2T1C' and
14170            ('L2BDMACLRN' or 'L2XCFWD') and
14171            'VHOST_1024' and
14172            not 'CFS_OPT' and
14173            not 'VXLAN' and
14174            not 'IP4FWD' and
14175            not 'DOT1Q'"
14176   parameters:
14177   - "throughput"
14178   - "parent"
14179   - "tags"
14180   sort:
14181   - "1VM"
14182   - "L2XCFWD"
14183   - "1VM"
14184   - "L2BDMACLRN"
14185   traces:
14186     hoverinfo: "x+y"
14187     boxpoints: "outliers"
14188     whiskerwidth: 0
14189   layout:
14190     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14191     layout: "plot-throughput"
14192
14193 -
14194   type: "plot"
14195   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14196   algorithm: "plot_performance_box"
14197   output-file-type: ".html"
14198   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14199   data: "plot-vpp-throughput-latency-2n-skx"
14200   filter: "'NIC_Intel-XXV710' and
14201            '64B' and
14202            'NDRPDR' and
14203            'ETH' and
14204            '4T2C' and
14205            ('L2BDMACLRN' or 'L2XCFWD') and
14206            'VHOST_1024' and
14207            not 'CFS_OPT' and
14208            not 'VXLAN' and
14209            not 'IP4FWD' and
14210            not 'DOT1Q'"
14211   parameters:
14212   - "throughput"
14213   - "parent"
14214   - "tags"
14215   sort:
14216   - "1VM"
14217   - "L2XCFWD"
14218   - "1VM"
14219   - "L2BDMACLRN"
14220   traces:
14221     hoverinfo: "x+y"
14222     boxpoints: "outliers"
14223     whiskerwidth: 0
14224   layout:
14225     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14226     layout: "plot-throughput"
14227
14228 -
14229   type: "plot"
14230   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14231   algorithm: "plot_performance_box"
14232   output-file-type: ".html"
14233   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14234   data: "plot-vpp-throughput-latency-2n-skx"
14235   filter: "'NIC_Intel-XXV710' and
14236            '64B' and
14237            'NDRPDR' and
14238            'ETH' and
14239            '4T2C' and
14240            ('L2BDMACLRN' or 'L2XCFWD') and
14241            'VHOST_1024' and
14242            not 'CFS_OPT' and
14243            not 'VXLAN' and
14244            not 'IP4FWD' and
14245            not 'DOT1Q'"
14246   parameters:
14247   - "throughput"
14248   - "parent"
14249   - "tags"
14250   sort:
14251   - "1VM"
14252   - "L2XCFWD"
14253   - "1VM"
14254   - "L2BDMACLRN"
14255   traces:
14256     hoverinfo: "x+y"
14257     boxpoints: "outliers"
14258     whiskerwidth: 0
14259   layout:
14260     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14261     layout: "plot-throughput"
14262
14263 ################################################################################
14264
14265 # Packet Throughput - VPP VTS 3n-hsw-x520
14266 -
14267   type: "plot"
14268   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
14269   algorithm: "plot_performance_box"
14270   output-file-type: ".html"
14271   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
14272   data: "plot-vpp-throughput-latency-3n-hsw"
14273   filter: "'NIC_Intel-X520-DA2' and
14274            '114B' and
14275            'NDRPDR' and
14276            '1T1C' and
14277            'VTS'"
14278   parameters:
14279   - "throughput"
14280   - "parent"
14281   - "tags"
14282   traces:
14283     hoverinfo: "x+y"
14284     boxpoints: "outliers"
14285     whiskerwidth: 0
14286   layout:
14287     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
14288     layout: "plot-throughput"
14289
14290 -
14291   type: "plot"
14292   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
14293   algorithm: "plot_performance_box"
14294   output-file-type: ".html"
14295   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
14296   data: "plot-vpp-throughput-latency-3n-hsw"
14297   filter: "'NIC_Intel-X520-DA2' and
14298            '114B' and
14299            'NDRPDR' and
14300            '2T2C' and
14301            'VTS'"
14302   parameters:
14303   - "throughput"
14304   - "parent"
14305   - "tags"
14306   traces:
14307     hoverinfo: "x+y"
14308     boxpoints: "outliers"
14309     whiskerwidth: 0
14310   layout:
14311     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
14312     layout: "plot-throughput"
14313
14314 -
14315   type: "plot"
14316   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
14317   algorithm: "plot_performance_box"
14318   output-file-type: ".html"
14319   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
14320   data: "plot-vpp-throughput-latency-3n-hsw"
14321   filter: "'NIC_Intel-X520-DA2' and
14322            '114B' and
14323            'NDRPDR' and
14324            '1T1C' and
14325            'VTS'"
14326   parameters:
14327   - "throughput"
14328   - "parent"
14329   - "tags"
14330   traces:
14331     hoverinfo: "x+y"
14332     boxpoints: "outliers"
14333     whiskerwidth: 0
14334   layout:
14335     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
14336     layout: "plot-throughput"
14337
14338 -
14339   type: "plot"
14340   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
14341   algorithm: "plot_performance_box"
14342   output-file-type: ".html"
14343   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
14344   data: "plot-vpp-throughput-latency-3n-hsw"
14345   filter: "'NIC_Intel-X520-DA2' and
14346            '114B' and
14347            'NDRPDR' and
14348            '2T2C' and
14349            'VTS'"
14350   parameters:
14351   - "throughput"
14352   - "parent"
14353   - "tags"
14354   traces:
14355     hoverinfo: "x+y"
14356     boxpoints: "outliers"
14357     whiskerwidth: 0
14358   layout:
14359     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
14360     layout: "plot-throughput"
14361
14362 ################################################################################
14363
14364 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
14365 -
14366   type: "plot"
14367   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14368   algorithm: "plot_performance_box"
14369   output-file-type: ".html"
14370   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14371   data: "plot-dpdk-throughput-latency-3n-hsw"
14372   filter: "'NIC_Intel-X520-DA2' and
14373            '64B' and
14374            'BASE' and
14375            'NDRPDR' and
14376            '1T1C' and
14377            'IP4FWD'"
14378   parameters:
14379   - "throughput"
14380   - "parent"
14381   - "tags"
14382   traces:
14383     hoverinfo: "x+y"
14384     boxpoints: "outliers"
14385     whiskerwidth: 0
14386   layout:
14387     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14388     layout: "plot-throughput"
14389
14390 -
14391   type: "plot"
14392   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14393   algorithm: "plot_performance_box"
14394   output-file-type: ".html"
14395   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-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            '2T2C' 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-2t2c-base-ndr"
14413     layout: "plot-throughput"
14414
14415 -
14416   type: "plot"
14417   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14418   algorithm: "plot_performance_box"
14419   output-file-type: ".html"
14420   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
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            '1T1C' 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-1t1c-base-pdr"
14438     layout: "plot-throughput"
14439
14440 -
14441   type: "plot"
14442   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14443   algorithm: "plot_performance_box"
14444   output-file-type: ".html"
14445   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-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            '2T2C' 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-2t2c-base-pdr"
14463     layout: "plot-throughput"
14464
14465 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
14466 -
14467   type: "plot"
14468   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14469   algorithm: "plot_performance_box"
14470   output-file-type: ".html"
14471   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14472   data: "plot-dpdk-throughput-latency-3n-hsw"
14473   filter: "'NIC_Intel-X710' and
14474            '64B' and
14475            'BASE' and
14476            'NDRPDR' and
14477            '1T1C' and
14478            'IP4FWD'"
14479   parameters:
14480   - "throughput"
14481   - "parent"
14482   - "tags"
14483   traces:
14484     hoverinfo: "x+y"
14485     boxpoints: "outliers"
14486     whiskerwidth: 0
14487   layout:
14488     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14489     layout: "plot-throughput"
14490
14491 -
14492   type: "plot"
14493   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14494   algorithm: "plot_performance_box"
14495   output-file-type: ".html"
14496   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-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            '2T2C' 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-2t2c-base-ndr"
14514     layout: "plot-throughput"
14515
14516 -
14517   type: "plot"
14518   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14519   algorithm: "plot_performance_box"
14520   output-file-type: ".html"
14521   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14522   data: "plot-dpdk-throughput-latency-3n-hsw"
14523   filter: "'NIC_Intel-X710' and
14524            '64B' and
14525            'BASE' and
14526            'NDRPDR' and
14527            '1T1C' 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-1t1c-base-pdr"
14539     layout: "plot-throughput"
14540
14541 -
14542   type: "plot"
14543   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14544   algorithm: "plot_performance_box"
14545   output-file-type: ".html"
14546   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-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            '2T2C' 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-2t2c-base-pdr"
14564     layout: "plot-throughput"
14565
14566 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
14567 -
14568   type: "plot"
14569   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14570   algorithm: "plot_performance_box"
14571   output-file-type: ".html"
14572   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14573   data: "plot-dpdk-throughput-latency-3n-hsw"
14574   filter: "'NIC_Intel-XL710' and
14575            '64B' and
14576            'BASE' and
14577            'NDRPDR' and
14578            '1T1C' and
14579            'IP4FWD'"
14580   parameters:
14581   - "throughput"
14582   - "parent"
14583   - "tags"
14584   traces:
14585     hoverinfo: "x+y"
14586     boxpoints: "outliers"
14587     whiskerwidth: 0
14588   layout:
14589     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14590     layout: "plot-throughput"
14591
14592 -
14593   type: "plot"
14594   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14595   algorithm: "plot_performance_box"
14596   output-file-type: ".html"
14597   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-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            '2T2C' 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-2t2c-base-ndr"
14615     layout: "plot-throughput"
14616
14617 -
14618   type: "plot"
14619   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14620   algorithm: "plot_performance_box"
14621   output-file-type: ".html"
14622   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14623   data: "plot-dpdk-throughput-latency-3n-hsw"
14624   filter: "'NIC_Intel-XL710' and
14625            '64B' and
14626            'BASE' and
14627            'NDRPDR' and
14628            '1T1C' 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-1t1c-base-pdr"
14640     layout: "plot-throughput"
14641
14642 -
14643   type: "plot"
14644   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14645   algorithm: "plot_performance_box"
14646   output-file-type: ".html"
14647   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-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            '2T2C' 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-2t2c-base-pdr"
14665     layout: "plot-throughput"
14666
14667 # Packet Throughput - DPDK l3fwd 3n-skx-x710
14668 -
14669   type: "plot"
14670   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14671   algorithm: "plot_performance_box"
14672   output-file-type: ".html"
14673   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14674   data: "plot-dpdk-throughput-latency-3n-skx"
14675   filter: "'NIC_Intel-X710' and
14676            '64B' and
14677            'BASE' and
14678            'NDRPDR' and
14679            '2T1C' and
14680            'IP4FWD'"
14681   parameters:
14682   - "throughput"
14683   - "parent"
14684   - "tags"
14685   traces:
14686     hoverinfo: "x+y"
14687     boxpoints: "outliers"
14688     whiskerwidth: 0
14689   layout:
14690     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14691     layout: "plot-throughput"
14692
14693 -
14694   type: "plot"
14695   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14696   algorithm: "plot_performance_box"
14697   output-file-type: ".html"
14698   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-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            '4T2C' 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-4t2c-base-ndr"
14716     layout: "plot-throughput"
14717
14718 -
14719   type: "plot"
14720   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14721   algorithm: "plot_performance_box"
14722   output-file-type: ".html"
14723   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14724   data: "plot-dpdk-throughput-latency-3n-skx"
14725   filter: "'NIC_Intel-X710' and
14726            '64B' and
14727            'BASE' and
14728            'NDRPDR' and
14729            '2T1C' 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-2t1c-base-pdr"
14741     layout: "plot-throughput"
14742
14743 -
14744   type: "plot"
14745   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14746   algorithm: "plot_performance_box"
14747   output-file-type: ".html"
14748   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-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            '4T2C' 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-4t2c-base-pdr"
14766     layout: "plot-throughput"
14767
14768 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
14769 -
14770   type: "plot"
14771   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14772   algorithm: "plot_performance_box"
14773   output-file-type: ".html"
14774   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14775   data: "plot-dpdk-throughput-latency-3n-skx"
14776   filter: "'NIC_Intel-XXV710' and
14777            '64B' and
14778            'BASE' and
14779            'NDRPDR' and
14780            '2T1C' and
14781            'IP4FWD'"
14782   parameters:
14783   - "throughput"
14784   - "parent"
14785   - "tags"
14786   traces:
14787     hoverinfo: "x+y"
14788     boxpoints: "outliers"
14789     whiskerwidth: 0
14790   layout:
14791     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14792     layout: "plot-throughput"
14793
14794 -
14795   type: "plot"
14796   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14797   algorithm: "plot_performance_box"
14798   output-file-type: ".html"
14799   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-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            '4T2C' 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-4t2c-base-ndr"
14817     layout: "plot-throughput"
14818
14819 -
14820   type: "plot"
14821   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14822   algorithm: "plot_performance_box"
14823   output-file-type: ".html"
14824   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14825   data: "plot-dpdk-throughput-latency-3n-skx"
14826   filter: "'NIC_Intel-XXV710' and
14827            '64B' and
14828            'BASE' and
14829            'NDRPDR' and
14830            '2T1C' 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-2t1c-base-pdr"
14842     layout: "plot-throughput"
14843
14844 -
14845   type: "plot"
14846   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14847   algorithm: "plot_performance_box"
14848   output-file-type: ".html"
14849   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-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            '4T2C' 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-4t2c-base-pdr"
14867     layout: "plot-throughput"
14868
14869 # Packet Throughput - DPDK l3fwd 2n-skx-x710
14870 -
14871   type: "plot"
14872   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14873   algorithm: "plot_performance_box"
14874   output-file-type: ".html"
14875   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14876   data: "plot-dpdk-throughput-latency-2n-skx"
14877   filter: "'NIC_Intel-X710' and
14878            '64B' and
14879            'BASE' and
14880            'NDRPDR' and
14881            '2T1C' and
14882            'IP4FWD'"
14883   parameters:
14884   - "throughput"
14885   - "parent"
14886   - "tags"
14887   traces:
14888     hoverinfo: "x+y"
14889     boxpoints: "outliers"
14890     whiskerwidth: 0
14891   layout:
14892     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14893     layout: "plot-throughput"
14894
14895 -
14896   type: "plot"
14897   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14898   algorithm: "plot_performance_box"
14899   output-file-type: ".html"
14900   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-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            '4T2C' 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-4t2c-base-ndr"
14918     layout: "plot-throughput"
14919
14920 -
14921   type: "plot"
14922   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14923   algorithm: "plot_performance_box"
14924   output-file-type: ".html"
14925   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14926   data: "plot-dpdk-throughput-latency-2n-skx"
14927   filter: "'NIC_Intel-X710' and
14928            '64B' and
14929            'BASE' and
14930            'NDRPDR' and
14931            '2T1C' 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-2t1c-base-pdr"
14943     layout: "plot-throughput"
14944
14945 -
14946   type: "plot"
14947   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14948   algorithm: "plot_performance_box"
14949   output-file-type: ".html"
14950   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-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            '4T2C' 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-4t2c-base-pdr"
14968     layout: "plot-throughput"
14969
14970 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
14971 -
14972   type: "plot"
14973   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14974   algorithm: "plot_performance_box"
14975   output-file-type: ".html"
14976   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14977   data: "plot-dpdk-throughput-latency-2n-skx"
14978   filter: "'NIC_Intel-XXV710' and
14979            '64B' and
14980            'BASE' and
14981            'NDRPDR' and
14982            '2T1C' and
14983            'IP4FWD'"
14984   parameters:
14985   - "throughput"
14986   - "parent"
14987   - "tags"
14988   traces:
14989     hoverinfo: "x+y"
14990     boxpoints: "outliers"
14991     whiskerwidth: 0
14992   layout:
14993     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14994     layout: "plot-throughput"
14995
14996 -
14997   type: "plot"
14998   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14999   algorithm: "plot_performance_box"
15000   output-file-type: ".html"
15001   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-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            '4T2C' 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-4t2c-base-ndr"
15019     layout: "plot-throughput"
15020
15021 -
15022   type: "plot"
15023   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15024   algorithm: "plot_performance_box"
15025   output-file-type: ".html"
15026   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15027   data: "plot-dpdk-throughput-latency-2n-skx"
15028   filter: "'NIC_Intel-XXV710' and
15029            '64B' and
15030            'BASE' and
15031            'NDRPDR' and
15032            '2T1C' 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-2t1c-base-pdr"
15044     layout: "plot-throughput"
15045
15046 -
15047   type: "plot"
15048   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15049   algorithm: "plot_performance_box"
15050   output-file-type: ".html"
15051   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-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            '4T2C' 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-4t2c-base-pdr"
15069     layout: "plot-throughput"
15070
15071 ################################################################################
15072
15073 # Packet Throughput - DPDK testpmd 3n-hsw-x520
15074 -
15075   type: "plot"
15076   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15077   algorithm: "plot_performance_box"
15078   output-file-type: ".html"
15079   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15080   data: "plot-dpdk-throughput-latency-3n-hsw"
15081   filter: "'NIC_Intel-X520-DA2' and
15082            '64B' and
15083            'BASE' and
15084            'NDRPDR' and
15085            '1T1C' and
15086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15087   parameters:
15088   - "throughput"
15089   - "parent"
15090   - "tags"
15091   traces:
15092     hoverinfo: "x+y"
15093     boxpoints: "outliers"
15094     whiskerwidth: 0
15095   layout:
15096     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15097     layout: "plot-throughput"
15098
15099 -
15100   type: "plot"
15101   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15102   algorithm: "plot_performance_box"
15103   output-file-type: ".html"
15104   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-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            '2T2C' 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-2t2c-base-ndr"
15122     layout: "plot-throughput"
15123
15124 -
15125   type: "plot"
15126   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15127   algorithm: "plot_performance_box"
15128   output-file-type: ".html"
15129   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
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            '1T1C' 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-1t1c-base-pdr"
15147     layout: "plot-throughput"
15148
15149 -
15150   type: "plot"
15151   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15152   algorithm: "plot_performance_box"
15153   output-file-type: ".html"
15154   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-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            '2T2C' 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-2t2c-base-pdr"
15172     layout: "plot-throughput"
15173
15174 # Packet Throughput - DPDK testpmd 3n-hsw-x710
15175 -
15176   type: "plot"
15177   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15178   algorithm: "plot_performance_box"
15179   output-file-type: ".html"
15180   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15181   data: "plot-dpdk-throughput-latency-3n-hsw"
15182   filter: "'NIC_Intel-X710' and
15183            '64B' and
15184            'BASE' and
15185            'NDRPDR' and
15186            '1T1C' and
15187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15188   parameters:
15189   - "throughput"
15190   - "parent"
15191   - "tags"
15192   traces:
15193     hoverinfo: "x+y"
15194     boxpoints: "outliers"
15195     whiskerwidth: 0
15196   layout:
15197     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15198     layout: "plot-throughput"
15199
15200 -
15201   type: "plot"
15202   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15203   algorithm: "plot_performance_box"
15204   output-file-type: ".html"
15205   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-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            '2T2C' 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-2t2c-base-ndr"
15223     layout: "plot-throughput"
15224
15225 -
15226   type: "plot"
15227   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15228   algorithm: "plot_performance_box"
15229   output-file-type: ".html"
15230   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15231   data: "plot-dpdk-throughput-latency-3n-hsw"
15232   filter: "'NIC_Intel-X710' and
15233            '64B' and
15234            'BASE' and
15235            'NDRPDR' and
15236            '1T1C' 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-1t1c-base-pdr"
15248     layout: "plot-throughput"
15249
15250 -
15251   type: "plot"
15252   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15253   algorithm: "plot_performance_box"
15254   output-file-type: ".html"
15255   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-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            '2T2C' 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-2t2c-base-pdr"
15273     layout: "plot-throughput"
15274
15275 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
15276 -
15277   type: "plot"
15278   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15279   algorithm: "plot_performance_box"
15280   output-file-type: ".html"
15281   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15282   data: "plot-dpdk-throughput-latency-3n-hsw"
15283   filter: "'NIC_Intel-XL710' and
15284            '64B' and
15285            'BASE' and
15286            'NDRPDR' and
15287            '1T1C' and
15288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15289   parameters:
15290   - "throughput"
15291   - "parent"
15292   - "tags"
15293   traces:
15294     hoverinfo: "x+y"
15295     boxpoints: "outliers"
15296     whiskerwidth: 0
15297   layout:
15298     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15299     layout: "plot-throughput"
15300
15301 -
15302   type: "plot"
15303   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15304   algorithm: "plot_performance_box"
15305   output-file-type: ".html"
15306   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-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            '2T2C' 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-2t2c-base-ndr"
15324     layout: "plot-throughput"
15325
15326 -
15327   type: "plot"
15328   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15329   algorithm: "plot_performance_box"
15330   output-file-type: ".html"
15331   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15332   data: "plot-dpdk-throughput-latency-3n-hsw"
15333   filter: "'NIC_Intel-XL710' and
15334            '64B' and
15335            'BASE' and
15336            'NDRPDR' and
15337            '1T1C' 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-1t1c-base-pdr"
15349     layout: "plot-throughput"
15350
15351 -
15352   type: "plot"
15353   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15354   algorithm: "plot_performance_box"
15355   output-file-type: ".html"
15356   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-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            '2T2C' 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-2t2c-base-pdr"
15374     layout: "plot-throughput"
15375
15376 # Packet Throughput - DPDK testpmd 3n-skx-x710
15377 -
15378   type: "plot"
15379   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15380   algorithm: "plot_performance_box"
15381   output-file-type: ".html"
15382   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15383   data: "plot-dpdk-throughput-latency-3n-skx"
15384   filter: "'NIC_Intel-X710' and
15385            '64B' and
15386            'BASE' and
15387            'NDRPDR' and
15388            '2T1C' and
15389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15390   parameters:
15391   - "throughput"
15392   - "parent"
15393   - "tags"
15394   traces:
15395     hoverinfo: "x+y"
15396     boxpoints: "outliers"
15397     whiskerwidth: 0
15398   layout:
15399     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15400     layout: "plot-throughput"
15401
15402 -
15403   type: "plot"
15404   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15405   algorithm: "plot_performance_box"
15406   output-file-type: ".html"
15407   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-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            '4T2C' 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-4t2c-base-ndr"
15425     layout: "plot-throughput"
15426
15427 -
15428   type: "plot"
15429   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15430   algorithm: "plot_performance_box"
15431   output-file-type: ".html"
15432   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15433   data: "plot-dpdk-throughput-latency-3n-skx"
15434   filter: "'NIC_Intel-X710' and
15435            '64B' and
15436            'BASE' and
15437            'NDRPDR' and
15438            '2T1C' 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-2t1c-base-pdr"
15450     layout: "plot-throughput"
15451
15452 -
15453   type: "plot"
15454   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15455   algorithm: "plot_performance_box"
15456   output-file-type: ".html"
15457   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-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            '4T2C' 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-4t2c-base-pdr"
15475     layout: "plot-throughput"
15476
15477 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
15478 -
15479   type: "plot"
15480   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15481   algorithm: "plot_performance_box"
15482   output-file-type: ".html"
15483   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15484   data: "plot-dpdk-throughput-latency-3n-skx"
15485   filter: "'NIC_Intel-XXV710' and
15486            '64B' and
15487            'BASE' and
15488            'NDRPDR' and
15489            '2T1C' and
15490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15491   parameters:
15492   - "throughput"
15493   - "parent"
15494   - "tags"
15495   traces:
15496     hoverinfo: "x+y"
15497     boxpoints: "outliers"
15498     whiskerwidth: 0
15499   layout:
15500     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15501     layout: "plot-throughput"
15502
15503 -
15504   type: "plot"
15505   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15506   algorithm: "plot_performance_box"
15507   output-file-type: ".html"
15508   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-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            '4T2C' 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-4t2c-base-ndr"
15526     layout: "plot-throughput"
15527
15528 -
15529   type: "plot"
15530   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15531   algorithm: "plot_performance_box"
15532   output-file-type: ".html"
15533   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15534   data: "plot-dpdk-throughput-latency-3n-skx"
15535   filter: "'NIC_Intel-XXV710' and
15536            '64B' and
15537            'BASE' and
15538            'NDRPDR' and
15539            '2T1C' 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-2t1c-base-pdr"
15551     layout: "plot-throughput"
15552
15553 -
15554   type: "plot"
15555   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15556   algorithm: "plot_performance_box"
15557   output-file-type: ".html"
15558   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-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            '4T2C' 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-4t2c-base-pdr"
15576     layout: "plot-throughput"
15577
15578 # Packet Throughput - DPDK testpmd 2n-skx-x710
15579 -
15580   type: "plot"
15581   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15582   algorithm: "plot_performance_box"
15583   output-file-type: ".html"
15584   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15585   data: "plot-dpdk-throughput-latency-2n-skx"
15586   filter: "'NIC_Intel-X710' and
15587            '64B' and
15588            'BASE' and
15589            'NDRPDR' and
15590            '2T1C' and
15591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15592   parameters:
15593   - "throughput"
15594   - "parent"
15595   - "tags"
15596   traces:
15597     hoverinfo: "x+y"
15598     boxpoints: "outliers"
15599     whiskerwidth: 0
15600   layout:
15601     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15602     layout: "plot-throughput"
15603
15604 -
15605   type: "plot"
15606   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15607   algorithm: "plot_performance_box"
15608   output-file-type: ".html"
15609   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-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            '4T2C' 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-4t2c-base-ndr"
15627     layout: "plot-throughput"
15628
15629 -
15630   type: "plot"
15631   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15632   algorithm: "plot_performance_box"
15633   output-file-type: ".html"
15634   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15635   data: "plot-dpdk-throughput-latency-2n-skx"
15636   filter: "'NIC_Intel-X710' and
15637            '64B' and
15638            'BASE' and
15639            'NDRPDR' and
15640            '2T1C' 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-2t1c-base-pdr"
15652     layout: "plot-throughput"
15653
15654 -
15655   type: "plot"
15656   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15657   algorithm: "plot_performance_box"
15658   output-file-type: ".html"
15659   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-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            '4T2C' 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-4t2c-base-pdr"
15677     layout: "plot-throughput"
15678
15679 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
15680 -
15681   type: "plot"
15682   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15683   algorithm: "plot_performance_box"
15684   output-file-type: ".html"
15685   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15686   data: "plot-dpdk-throughput-latency-2n-skx"
15687   filter: "'NIC_Intel-XXV710' and
15688            '64B' and
15689            'BASE' and
15690            'NDRPDR' and
15691            '2T1C' and
15692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15693   parameters:
15694   - "throughput"
15695   - "parent"
15696   - "tags"
15697   traces:
15698     hoverinfo: "x+y"
15699     boxpoints: "outliers"
15700     whiskerwidth: 0
15701   layout:
15702     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15703     layout: "plot-throughput"
15704
15705 -
15706   type: "plot"
15707   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15708   algorithm: "plot_performance_box"
15709   output-file-type: ".html"
15710   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-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            '4T2C' 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-4t2c-base-ndr"
15728     layout: "plot-throughput"
15729
15730 -
15731   type: "plot"
15732   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15733   algorithm: "plot_performance_box"
15734   output-file-type: ".html"
15735   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15736   data: "plot-dpdk-throughput-latency-2n-skx"
15737   filter: "'NIC_Intel-XXV710' and
15738            '64B' and
15739            'BASE' and
15740            'NDRPDR' and
15741            '2T1C' 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-2t1c-base-pdr"
15753     layout: "plot-throughput"
15754
15755 -
15756   type: "plot"
15757   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15758   algorithm: "plot_performance_box"
15759   output-file-type: ".html"
15760   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-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            '4T2C' 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-4t2c-base-pdr"
15778     layout: "plot-throughput"
15779
15780 ################################################################################
15781
15782 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
15783 -
15784   type: "plot"
15785   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15786   algorithm: "plot_latency_error_bars"
15787   output-file-type: ".html"
15788   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15789   data: "plot-vpp-throughput-latency-3n-hsw"
15790   filter: "'NIC_Intel-X520-DA2' and
15791            '64B' and
15792            ('BASE' or 'SCALE') and
15793            'NDRPDR' and
15794            'ETH' and
15795            '1T1C' and
15796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15797            not 'VHOST' and
15798            not 'MEMIF'"
15799   parameters:
15800   - "latency"
15801   - "parent"
15802   - "tags"
15803   sort:
15804   - "L2PATCH"
15805   - "L2XCBASE"
15806   - "BASE"
15807   - "FIB_10K"
15808   - "FIB_100K"
15809   - "FIB_1M"
15810   layout:
15811     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15812     layout: "plot-latency"
15813
15814 -
15815   type: "plot"
15816   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15817   algorithm: "plot_latency_error_bars"
15818   output-file-type: ".html"
15819   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15820   data: "plot-vpp-throughput-latency-3n-hsw"
15821   filter: "'NIC_Intel-X520-DA2' and
15822            '64B' and
15823            ('BASE' or 'SCALE') and
15824            'NDRPDR' and
15825            'ETH' and
15826            '2T2C' and
15827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15828            not 'VHOST' and
15829            not 'MEMIF'"
15830   parameters:
15831   - "latency"
15832   - "parent"
15833   - "tags"
15834   sort:
15835   - "L2PATCH"
15836   - "L2XCBASE"
15837   - "BASE"
15838   - "FIB_10K"
15839   - "FIB_100K"
15840   - "FIB_1M"
15841   layout:
15842     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15843     layout: "plot-latency"
15844
15845 # Packet Latency - VPP L2 3n-hsw-x520 features
15846 -
15847   type: "plot"
15848   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15849   algorithm: "plot_latency_error_bars"
15850   output-file-type: ".html"
15851   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15852   data: "plot-vpp-throughput-latency-3n-hsw"
15853   filter: "'NIC_Intel-X520-DA2' and
15854            '64B' and
15855            'NDRPDR' and
15856            '1T1C' and
15857            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15858            not 'ACL' and
15859            not 'VHOST' and
15860            not 'MEMIF'"
15861   parameters:
15862   - "latency"
15863   - "parent"
15864   - "tags"
15865   sort:
15866   - "L2XCBASE"    # l2xcbase
15867   - "L2BDBASE"    # l2bdbase
15868   - "L2XCFWD"     # dot1q-l2xcbase
15869   - "L2BDMACLRN"  # dot1q-l2bdbase
15870   layout:
15871     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
15872     layout: "plot-latency"
15873
15874 -
15875   type: "plot"
15876   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15877   algorithm: "plot_latency_error_bars"
15878   output-file-type: ".html"
15879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15880   data: "plot-vpp-throughput-latency-3n-hsw"
15881   filter: "'NIC_Intel-X520-DA2' and
15882            '64B' and
15883            'NDRPDR' and
15884            '2T2C' and
15885            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15886            not 'ACL' and
15887            not 'VHOST' and
15888            not 'MEMIF'"
15889   parameters:
15890   - "latency"
15891   - "parent"
15892   - "tags"
15893   sort:
15894   - "L2XCBASE"    # l2xcbase
15895   - "L2BDBASE"    # l2bdbase
15896   - "L2XCFWD"     # dot1q-l2xcbase
15897   - "L2BDMACLRN"  # dot1q-l2bdbase
15898   layout:
15899     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
15900     layout: "plot-latency"
15901
15902 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
15903 -
15904   type: "plot"
15905   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15906   algorithm: "plot_latency_error_bars"
15907   output-file-type: ".html"
15908   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15909   data: "plot-vpp-throughput-latency-3n-hsw"
15910   filter: "'NIC_Intel-X710' and
15911            '64B' and
15912            ('BASE' or 'SCALE') and
15913            'NDRPDR' and
15914            'ETH' and
15915            '1T1C' and
15916            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15917            not 'VHOST' and
15918            not 'MEMIF'"
15919   parameters:
15920   - "latency"
15921   - "parent"
15922   - "tags"
15923   sort:
15924   - "L2PATCH"
15925   - "L2XCBASE"
15926   - "BASE"
15927   - "FIB_10K"
15928   - "FIB_100K"
15929   - "FIB_1M"
15930   layout:
15931     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15932     layout: "plot-latency"
15933
15934 -
15935   type: "plot"
15936   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15937   algorithm: "plot_latency_error_bars"
15938   output-file-type: ".html"
15939   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15940   data: "plot-vpp-throughput-latency-3n-hsw"
15941   filter: "'NIC_Intel-X710' and
15942            '64B' and
15943            ('BASE' or 'SCALE') and
15944            'NDRPDR' and
15945            'ETH' and
15946            '2T2C' and
15947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15948            not 'VHOST' and
15949            not 'MEMIF'"
15950   parameters:
15951   - "latency"
15952   - "parent"
15953   - "tags"
15954   sort:
15955   - "L2PATCH"
15956   - "L2XCBASE"
15957   - "BASE"
15958   - "FIB_10K"
15959   - "FIB_100K"
15960   - "FIB_1M"
15961   layout:
15962     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15963     layout: "plot-latency"
15964
15965 # Packet Latency - VPP L2 3n-hsw-x710 features
15966 -
15967   type: "plot"
15968   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15969   algorithm: "plot_latency_error_bars"
15970   output-file-type: ".html"
15971   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15972   data: "plot-vpp-throughput-latency-3n-hsw"
15973   filter: "'NIC_Intel-X710' and
15974            '64B' and
15975            'NDRPDR' and
15976            '1T1C' and
15977            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15978            not 'ACL' and
15979            not 'VHOST' and
15980            not 'MEMIF'"
15981   parameters:
15982   - "latency"
15983   - "parent"
15984   - "tags"
15985   sort:
15986   - "L2XCBASE"    # l2xcbase
15987   - "L2BDBASE"    # l2bdbase
15988   - "L2XCFWD"     # dot1q-l2xcbase
15989   - "L2BDMACLRN"  # dot1q-l2bdbase
15990   layout:
15991     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
15992     layout: "plot-latency"
15993
15994 -
15995   type: "plot"
15996   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15997   algorithm: "plot_latency_error_bars"
15998   output-file-type: ".html"
15999   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
16000   data: "plot-vpp-throughput-latency-3n-hsw"
16001   filter: "'NIC_Intel-X710' and
16002            '64B' and
16003            'NDRPDR' and
16004            '2T2C' and
16005            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16006            not 'ACL' and
16007            not 'VHOST' and
16008            not 'MEMIF'"
16009   parameters:
16010   - "latency"
16011   - "parent"
16012   - "tags"
16013   sort:
16014   - "L2XCBASE"    # l2xcbase
16015   - "L2BDBASE"    # l2bdbase
16016   - "L2XCFWD"     # dot1q-l2xcbase
16017   - "L2BDMACLRN"  # dot1q-l2bdbase
16018   layout:
16019     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
16020     layout: "plot-latency"
16021
16022 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
16023 -
16024   type: "plot"
16025   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16026   algorithm: "plot_latency_error_bars"
16027   output-file-type: ".html"
16028   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16029   data: "plot-vpp-throughput-latency-3n-hsw"
16030   filter: "'NIC_Intel-XL710' and
16031            '64B' and
16032            ('BASE' or 'SCALE') and
16033            'NDRPDR' and
16034            'ETH' and
16035            '1T1C' and
16036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16037            not 'VHOST' and
16038            not 'MEMIF'"
16039   parameters:
16040   - "latency"
16041   - "parent"
16042   - "tags"
16043   sort:
16044   - "L2PATCH"
16045   - "L2XCBASE"
16046   - "BASE"
16047   - "FIB_10K"
16048   - "FIB_100K"
16049   - "FIB_1M"
16050   layout:
16051     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16052     layout: "plot-latency"
16053
16054 -
16055   type: "plot"
16056   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16057   algorithm: "plot_latency_error_bars"
16058   output-file-type: ".html"
16059   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16060   data: "plot-vpp-throughput-latency-3n-hsw"
16061   filter: "'NIC_Intel-XL710' and
16062            '64B' and
16063            ('BASE' or 'SCALE') and
16064            'NDRPDR' and
16065            'ETH' and
16066            '2T2C' and
16067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16068            not 'VHOST' and
16069            not 'MEMIF'"
16070   parameters:
16071   - "latency"
16072   - "parent"
16073   - "tags"
16074   sort:
16075   - "L2PATCH"
16076   - "L2XCBASE"
16077   - "BASE"
16078   - "FIB_10K"
16079   - "FIB_100K"
16080   - "FIB_1M"
16081   layout:
16082     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16083     layout: "plot-latency"
16084
16085 # Packet Latency - VPP L2 3n-skx-x710 base and scale
16086 -
16087   type: "plot"
16088   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16089   algorithm: "plot_latency_error_bars"
16090   output-file-type: ".html"
16091   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16092   data: "plot-vpp-throughput-latency-3n-skx"
16093   filter: "'NIC_Intel-X710' and
16094            '64B' and
16095            ('BASE' or 'SCALE') and
16096            'NDRPDR' and
16097            'ETH' and
16098            '2T1C' and
16099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16100            not 'VHOST' and
16101            not 'MEMIF'"
16102   parameters:
16103   - "latency"
16104   - "parent"
16105   - "tags"
16106   sort:
16107   - "L2PATCH"
16108   - "L2XCBASE"
16109   - "BASE"
16110   - "FIB_10K"
16111   - "FIB_100K"
16112   - "FIB_1M"
16113   layout:
16114     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16115     layout: "plot-latency"
16116
16117 -
16118   type: "plot"
16119   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16120   algorithm: "plot_latency_error_bars"
16121   output-file-type: ".html"
16122   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16123   data: "plot-vpp-throughput-latency-3n-skx"
16124   filter: "'NIC_Intel-X710' and
16125            '64B' and
16126            ('BASE' or 'SCALE') and
16127            'NDRPDR' and
16128            'ETH' and
16129            '4T2C' and
16130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16131            not 'VHOST' and
16132            not 'MEMIF'"
16133   parameters:
16134   - "latency"
16135   - "parent"
16136   - "tags"
16137   sort:
16138   - "L2PATCH"
16139   - "L2XCBASE"
16140   - "BASE"
16141   - "FIB_10K"
16142   - "FIB_100K"
16143   - "FIB_1M"
16144   layout:
16145     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16146     layout: "plot-latency"
16147
16148 # Packet Latency - VPP L2 3n-skx-x710 features
16149 -
16150   type: "plot"
16151   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16152   algorithm: "plot_latency_error_bars"
16153   output-file-type: ".html"
16154   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16155   data: "plot-vpp-throughput-latency-3n-skx"
16156   filter: "'NIC_Intel-X710' and
16157            '64B' and
16158            'NDRPDR' and
16159            '2T1C' and
16160            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16161            not 'ACL' and
16162            not 'VHOST' and
16163            not 'MEMIF'"
16164   parameters:
16165   - "latency"
16166   - "parent"
16167   - "tags"
16168   sort:
16169   - "L2XCBASE"    # l2xcbase
16170   - "L2BDBASE"    # l2bdbase
16171   - "L2XCFWD"     # dot1q-l2xcbase
16172   - "L2BDMACLRN"  # dot1q-l2bdbase
16173   layout:
16174     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
16175     layout: "plot-latency"
16176
16177 -
16178   type: "plot"
16179   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16180   algorithm: "plot_latency_error_bars"
16181   output-file-type: ".html"
16182   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16183   data: "plot-vpp-throughput-latency-3n-skx"
16184   filter: "'NIC_Intel-X710' and
16185            '64B' and
16186            'NDRPDR' and
16187            '4T2C' and
16188            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16189            not 'ACL' and
16190            not 'VHOST' and
16191            not 'MEMIF'"
16192   parameters:
16193   - "latency"
16194   - "parent"
16195   - "tags"
16196   sort:
16197   - "L2XCBASE"    # l2xcbase
16198   - "L2BDBASE"    # l2bdbase
16199   - "L2XCFWD"     # dot1q-l2xcbase
16200   - "L2BDMACLRN"  # dot1q-l2bdbase
16201   layout:
16202     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
16203     layout: "plot-latency"
16204
16205 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
16206 -
16207   type: "plot"
16208   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16209   algorithm: "plot_latency_error_bars"
16210   output-file-type: ".html"
16211   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16212   data: "plot-vpp-throughput-latency-3n-skx"
16213   filter: "'NIC_Intel-XXV710' and
16214            '64B' and
16215            ('BASE' or 'SCALE') and
16216            'NDRPDR' and
16217            'ETH' and
16218            '2T1C' and
16219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16220            not 'VHOST' and
16221            not 'MEMIF'"
16222   parameters:
16223   - "latency"
16224   - "parent"
16225   - "tags"
16226   sort:
16227   - "L2PATCH"
16228   - "L2XCBASE"
16229   - "BASE"
16230   - "FIB_10K"
16231   - "FIB_100K"
16232   - "FIB_1M"
16233   layout:
16234     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16235     layout: "plot-latency"
16236
16237 -
16238   type: "plot"
16239   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16240   algorithm: "plot_latency_error_bars"
16241   output-file-type: ".html"
16242   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16243   data: "plot-vpp-throughput-latency-3n-skx"
16244   filter: "'NIC_Intel-XXV710' and
16245            '64B' and
16246            ('BASE' or 'SCALE') and
16247            'NDRPDR' and
16248            'ETH' and
16249            '4T2C' and
16250            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16251            not 'VHOST' and
16252            not 'MEMIF'"
16253   parameters:
16254   - "latency"
16255   - "parent"
16256   - "tags"
16257   sort:
16258   - "L2PATCH"
16259   - "L2XCBASE"
16260   - "BASE"
16261   - "FIB_10K"
16262   - "FIB_100K"
16263   - "FIB_1M"
16264   layout:
16265     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16266     layout: "plot-latency"
16267
16268 # Packet Latency - VPP L2 2n-skx-x710 base and scale
16269 -
16270   type: "plot"
16271   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16272   algorithm: "plot_latency_error_bars"
16273   output-file-type: ".html"
16274   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16275   data: "plot-vpp-throughput-latency-2n-skx"
16276   filter: "'NIC_Intel-X710' and
16277            '64B' and
16278            'ETH' and
16279            ('BASE' or 'SCALE') and
16280            'NDRPDR' and
16281            '2T1C' and
16282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16283            not 'VHOST' and
16284            not 'MEMIF'"
16285   parameters:
16286   - "latency"
16287   - "parent"
16288   - "tags"
16289   sort:
16290   - "L2PATCH"
16291   - "L2XCBASE"
16292   - "BASE"
16293   - "FIB_10K"
16294   - "FIB_100K"
16295   - "FIB_1M"
16296   layout:
16297     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16298     layout: "plot-latency"
16299
16300 -
16301   type: "plot"
16302   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16303   algorithm: "plot_latency_error_bars"
16304   output-file-type: ".html"
16305   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16306   data: "plot-vpp-throughput-latency-2n-skx"
16307   filter: "'NIC_Intel-X710' and
16308            '64B' and
16309            ('BASE' or 'SCALE') and
16310            'NDRPDR' and
16311            'ETH' and
16312            '4T2C' and
16313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16314            not 'VHOST' and
16315            not 'MEMIF'"
16316   parameters:
16317   - "latency"
16318   - "parent"
16319   - "tags"
16320   sort:
16321   - "L2PATCH"
16322   - "L2XCBASE"
16323   - "BASE"
16324   - "FIB_10K"
16325   - "FIB_100K"
16326   - "FIB_1M"
16327   layout:
16328     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16329     layout: "plot-latency"
16330
16331 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
16332 -
16333   type: "plot"
16334   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16335   algorithm: "plot_latency_error_bars"
16336   output-file-type: ".html"
16337   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16338   data: "plot-vpp-throughput-latency-2n-skx"
16339   filter: "'NIC_Intel-XXV710' and
16340            '64B' and
16341            ('BASE' or 'SCALE') and
16342            'NDRPDR' and
16343            'ETH' and
16344            '2T1C' and
16345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16346            not 'VHOST' and
16347            not 'MEMIF'"
16348   parameters:
16349   - "latency"
16350   - "parent"
16351   - "tags"
16352   sort:
16353   - "L2PATCH"
16354   - "L2XCBASE"
16355   - "BASE"
16356   - "FIB_10K"
16357   - "FIB_100K"
16358   - "FIB_1M"
16359   layout:
16360     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16361     layout: "plot-latency"
16362
16363 -
16364   type: "plot"
16365   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16366   algorithm: "plot_latency_error_bars"
16367   output-file-type: ".html"
16368   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16369   data: "plot-vpp-throughput-latency-2n-skx"
16370   filter: "'NIC_Intel-XXV710' and
16371            '64B' and
16372            ('BASE' or 'SCALE') and
16373            'NDRPDR' and
16374            'ETH' and
16375            '4T2C' and
16376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16377            not 'VHOST' and
16378            not 'MEMIF'"
16379   parameters:
16380   - "latency"
16381   - "parent"
16382   - "tags"
16383   sort:
16384   - "L2PATCH"
16385   - "L2XCBASE"
16386   - "BASE"
16387   - "FIB_10K"
16388   - "FIB_100K"
16389   - "FIB_1M"
16390   layout:
16391     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16392     layout: "plot-latency"
16393
16394 ################################################################################
16395
16396 # Packet Latency - VPP Container Memif 3n-hsw-x520
16397 -
16398   type: "plot"
16399   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16400   algorithm: "plot_latency_error_bars"
16401   output-file-type: ".html"
16402   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16403   data: "plot-vpp-throughput-latency-3n-hsw"
16404   filter: "'NIC_Intel-X520-DA2' and
16405            '64B' and
16406            ('BASE' or 'SCALE') and
16407            'NDRPDR' and
16408            '1T1C' and
16409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16410            not 'VHOST' and
16411            'MEMIF'"
16412   parameters:
16413   - "latency"
16414   - "parent"
16415   - "tags"
16416   sort:
16417   - "L2XCFWD"
16418   - "L2XCFWD"
16419   - "L2XCFWD"
16420   - "L2BDMACLRN"
16421   - "L2BDMACLRN"
16422   - "L2BDMACLRN"
16423   layout:
16424     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16425     layout: "plot-latency"
16426
16427 -
16428   type: "plot"
16429   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16430   algorithm: "plot_latency_error_bars"
16431   output-file-type: ".html"
16432   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16433   data: "plot-vpp-throughput-latency-3n-hsw"
16434   filter: "'NIC_Intel-X520-DA2' and
16435            '64B' and
16436            ('BASE' or 'SCALE') and
16437            'NDRPDR' and
16438            '2T2C' and
16439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16440            not 'VHOST' and
16441            'MEMIF'"
16442   parameters:
16443   - "latency"
16444   - "parent"
16445   - "tags"
16446   sort:
16447   - "L2XCFWD"
16448   - "L2XCFWD"
16449   - "L2XCFWD"
16450   - "L2BDMACLRN"
16451   - "L2BDMACLRN"
16452   - "L2BDMACLRN"
16453   layout:
16454     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16455     layout: "plot-latency"
16456
16457 # Packet Latency - VPP Container Memif 3n-hsw-x710
16458 -
16459   type: "plot"
16460   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16461   algorithm: "plot_latency_error_bars"
16462   output-file-type: ".html"
16463   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16464   data: "plot-vpp-throughput-latency-3n-hsw"
16465   filter: "'NIC_Intel-X710' and
16466            '64B' and
16467            ('BASE' or 'SCALE') and
16468            'NDRPDR' and
16469            '1T1C' and
16470            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16471            not 'VHOST' and
16472            'MEMIF'"
16473   parameters:
16474   - "latency"
16475   - "parent"
16476   - "tags"
16477   sort:
16478   - "L2XCFWD"
16479   - "L2XCFWD"
16480   - "L2XCFWD"
16481   - "L2BDMACLRN"
16482   - "L2BDMACLRN"
16483   - "L2BDMACLRN"
16484   layout:
16485     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
16486     layout: "plot-latency"
16487
16488 -
16489   type: "plot"
16490   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16491   algorithm: "plot_latency_error_bars"
16492   output-file-type: ".html"
16493   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16494   data: "plot-vpp-throughput-latency-3n-hsw"
16495   filter: "'NIC_Intel-X710' and
16496            '64B' and
16497            ('BASE' or 'SCALE') and
16498            'NDRPDR' and
16499            '2T2C' and
16500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16501            not 'VHOST' and
16502            'MEMIF'"
16503   parameters:
16504   - "latency"
16505   - "parent"
16506   - "tags"
16507   sort:
16508   - "L2XCFWD"
16509   - "L2XCFWD"
16510   - "L2XCFWD"
16511   - "L2BDMACLRN"
16512   - "L2BDMACLRN"
16513   - "L2BDMACLRN"
16514   layout:
16515     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16516     layout: "plot-latency"
16517
16518 # Packet Latency - VPP Container Memif 3n-hsw-xl710
16519 -
16520   type: "plot"
16521   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16522   algorithm: "plot_latency_error_bars"
16523   output-file-type: ".html"
16524   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16525   data: "plot-vpp-throughput-latency-3n-hsw"
16526   filter: "'NIC_Intel-XL710' and
16527            '64B' and
16528            ('BASE' or 'SCALE') and
16529            'NDRPDR' and
16530            '1T1C' and
16531            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16532            not 'VHOST' and
16533            'MEMIF'"
16534   parameters:
16535   - "latency"
16536   - "parent"
16537   - "tags"
16538   sort:
16539   - "L2XCFWD"
16540   - "L2XCFWD"
16541   - "L2XCFWD"
16542   - "L2BDMACLRN"
16543   - "L2BDMACLRN"
16544   - "L2BDMACLRN"
16545   layout:
16546     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16547     layout: "plot-latency"
16548
16549 -
16550   type: "plot"
16551   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16552   algorithm: "plot_latency_error_bars"
16553   output-file-type: ".html"
16554   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16555   data: "plot-vpp-throughput-latency-3n-hsw"
16556   filter: "'NIC_Intel-XL710' and
16557            '64B' and
16558            ('BASE' or 'SCALE') and
16559            'NDRPDR' and
16560            '2T2C' and
16561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16562            not 'VHOST' and
16563            'MEMIF'"
16564   parameters:
16565   - "latency"
16566   - "parent"
16567   - "tags"
16568   sort:
16569   - "L2XCFWD"
16570   - "L2XCFWD"
16571   - "L2XCFWD"
16572   - "L2BDMACLRN"
16573   - "L2BDMACLRN"
16574   - "L2BDMACLRN"
16575   layout:
16576     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16577     layout: "plot-latency"
16578
16579 # Packet Latency - VPP Container Memif 3n-skx-x710
16580 -
16581   type: "plot"
16582   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16583   algorithm: "plot_latency_error_bars"
16584   output-file-type: ".html"
16585   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16586   data: "plot-vpp-throughput-latency-3n-skx"
16587   filter: "'NIC_Intel-X710' and
16588            '64B' and
16589            ('BASE' or 'SCALE') and
16590            'NDRPDR' and
16591            '2T1C' and
16592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16593            not 'VHOST' and
16594            'MEMIF'"
16595   parameters:
16596   - "latency"
16597   - "parent"
16598   - "tags"
16599   sort:
16600   - "L2XCFWD"
16601   - "L2XCFWD"
16602   - "L2XCFWD"
16603   - "L2BDMACLRN"
16604   - "L2BDMACLRN"
16605   - "L2BDMACLRN"
16606   layout:
16607     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16608     layout: "plot-latency"
16609
16610 -
16611   type: "plot"
16612   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16613   algorithm: "plot_latency_error_bars"
16614   output-file-type: ".html"
16615   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16616   data: "plot-vpp-throughput-latency-3n-skx"
16617   filter: "'NIC_Intel-X710' and
16618            '64B' and
16619            ('BASE' or 'SCALE') and
16620            'NDRPDR' and
16621            '4T2C' and
16622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16623            not 'VHOST' and
16624            'MEMIF'"
16625   parameters:
16626   - "latency"
16627   - "parent"
16628   - "tags"
16629   sort:
16630   - "L2XCFWD"
16631   - "L2XCFWD"
16632   - "L2XCFWD"
16633   - "L2BDMACLRN"
16634   - "L2BDMACLRN"
16635   - "L2BDMACLRN"
16636   layout:
16637     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16638     layout: "plot-latency"
16639
16640 # Packet Latency - VPP Container Memif 2n-skx-x710
16641 -
16642   type: "plot"
16643   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16644   algorithm: "plot_latency_error_bars"
16645   output-file-type: ".html"
16646   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16647   data: "plot-vpp-throughput-latency-2n-skx"
16648   filter: "'NIC_Intel-X710' and
16649            '64B' and
16650            ('BASE' or 'SCALE') and
16651            'NDRPDR' and
16652            '2T1C' and
16653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16654            not 'VHOST' and
16655            'MEMIF'"
16656   parameters:
16657   - "latency"
16658   - "parent"
16659   - "tags"
16660   sort:
16661   - "L2XCFWD"
16662   - "L2XCFWD"
16663   - "L2XCFWD"
16664   - "L2BDMACLRN"
16665   - "L2BDMACLRN"
16666   - "L2BDMACLRN"
16667   layout:
16668     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16669     layout: "plot-latency"
16670
16671 -
16672   type: "plot"
16673   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16674   algorithm: "plot_latency_error_bars"
16675   output-file-type: ".html"
16676   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16677   data: "plot-vpp-throughput-latency-2n-skx"
16678   filter: "'NIC_Intel-X710' and
16679            '64B' and
16680            ('BASE' or 'SCALE') and
16681            'NDRPDR' and
16682            '4T2C' and
16683            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16684            not 'VHOST' and
16685            'MEMIF'"
16686   parameters:
16687   - "latency"
16688   - "parent"
16689   - "tags"
16690   sort:
16691   - "L2XCFWD"
16692   - "L2XCFWD"
16693   - "L2XCFWD"
16694   - "L2BDMACLRN"
16695   - "L2BDMACLRN"
16696   - "L2BDMACLRN"
16697   layout:
16698     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16699     layout: "plot-latency"
16700
16701 # Packet Latency - VPP Container Memif 2n-skx-xxv710
16702 -
16703   type: "plot"
16704   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16705   algorithm: "plot_latency_error_bars"
16706   output-file-type: ".html"
16707   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16708   data: "plot-vpp-throughput-latency-2n-skx"
16709   filter: "'NIC_Intel-XXV710' and
16710            '64B' and
16711            ('BASE' or 'SCALE') and
16712            'NDRPDR' and
16713            '2T1C' and
16714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16715            not 'VHOST' and
16716            'MEMIF'"
16717   parameters:
16718   - "latency"
16719   - "parent"
16720   - "tags"
16721   sort:
16722   - "L2XCFWD"
16723   - "L2XCFWD"
16724   - "L2XCFWD"
16725   - "L2BDMACLRN"
16726   - "L2BDMACLRN"
16727   - "L2BDMACLRN"
16728   layout:
16729     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16730     layout: "plot-latency"
16731
16732 -
16733   type: "plot"
16734   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16735   algorithm: "plot_latency_error_bars"
16736   output-file-type: ".html"
16737   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16738   data: "plot-vpp-throughput-latency-2n-skx"
16739   filter: "'NIC_Intel-XXV710' and
16740            '64B' and
16741            ('BASE' or 'SCALE') and
16742            'NDRPDR' and
16743            '4T2C' and
16744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16745            not 'VHOST' and
16746            'MEMIF'"
16747   parameters:
16748   - "latency"
16749   - "parent"
16750   - "tags"
16751   sort:
16752   - "L2XCFWD"
16753   - "L2XCFWD"
16754   - "L2XCFWD"
16755   - "L2BDMACLRN"
16756   - "L2BDMACLRN"
16757   - "L2BDMACLRN"
16758   layout:
16759     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16760     layout: "plot-latency"
16761
16762 ################################################################################
16763
16764 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
16765 -
16766   type: "plot"
16767   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16768   algorithm: "plot_latency_error_bars"
16769   output-file-type: ".html"
16770   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16771   data: "plot-ligato-throughput-latency-3n-hsw"
16772   filter: "'NIC_Intel-X520-DA2' and
16773            '64B' and
16774            ('BASE' or 'SCALE') and
16775            'NDRPDR' and
16776            '1T1C' and
16777            'L2XCFWD' and
16778            not 'VHOST' and
16779            'MEMIF'"
16780   parameters:
16781   - "latency"
16782   - "parent"
16783   - "tags"
16784   sort:
16785   - "1VNF"
16786   - "2VNF"
16787   - "4VNF"
16788   - "2VNF"
16789   - "4VNF"
16790   layout:
16791     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
16792     layout: "plot-latency"
16793
16794 -
16795   type: "plot"
16796   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16797   algorithm: "plot_latency_error_bars"
16798   output-file-type: ".html"
16799   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16800   data: "plot-ligato-throughput-latency-3n-hsw"
16801   filter: "'NIC_Intel-X520-DA2' and
16802            '64B' and
16803            ('BASE' or 'SCALE') and
16804            'NDRPDR' and
16805            '2T2C' and
16806            'L2XCFWD' and
16807            not 'VHOST' and
16808            'MEMIF'"
16809   parameters:
16810   - "latency"
16811   - "parent"
16812   - "tags"
16813   sort:
16814   - "1VNF"
16815   - "2VNF"
16816   - "4VNF"
16817   - "2VNF"
16818   - "4VNF"
16819   layout:
16820     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
16821     layout: "plot-latency"
16822
16823 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
16824 -
16825   type: "plot"
16826   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16827   algorithm: "plot_latency_error_bars"
16828   output-file-type: ".html"
16829   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16830   data: "plot-ligato-throughput-latency-3n-hsw"
16831   filter: "'NIC_Intel-X520-DA2' and
16832            '64B' and
16833            ('BASE' or 'SCALE') and
16834            'NDRPDR' and
16835            '1T1C' and
16836            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16837            not 'VHOST' and
16838            'MEMIF'"
16839   parameters:
16840   - "latency"
16841   - "parent"
16842   - "tags"
16843   sort:
16844   - "1VNF"
16845   - "2VNF"
16846   - "4VNF"
16847   - "2VNF"
16848   - "4VNF"
16849   layout:
16850     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
16851     layout: "plot-latency"
16852
16853 -
16854   type: "plot"
16855   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16856   algorithm: "plot_latency_error_bars"
16857   output-file-type: ".html"
16858   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16859   data: "plot-ligato-throughput-latency-3n-hsw"
16860   filter: "'NIC_Intel-X520-DA2' and
16861            '64B' and
16862            ('BASE' or 'SCALE') and
16863            'NDRPDR' and
16864            '2T2C' and
16865            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16866            not 'VHOST' and
16867            'MEMIF'"
16868   parameters:
16869   - "latency"
16870   - "parent"
16871   - "tags"
16872   sort:
16873   - "1VNF"
16874   - "2VNF"
16875   - "4VNF"
16876   - "2VNF"
16877   - "4VNF"
16878   layout:
16879     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
16880     layout: "plot-latency"
16881
16882 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
16883 -
16884   type: "plot"
16885   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16886   algorithm: "plot_latency_error_bars"
16887   output-file-type: ".html"
16888   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16889   data: "plot-ligato-throughput-latency-3n-hsw"
16890   filter: "'NIC_Intel-X710' and
16891            '64B' and
16892            ('BASE' or 'SCALE') and
16893            'NDRPDR' and
16894            '1T1C' and
16895            'L2XCFWD' and
16896            not 'VHOST' and
16897            'MEMIF'"
16898   parameters:
16899   - "latency"
16900   - "parent"
16901   - "tags"
16902   sort:
16903   - "1VNF"
16904   - "2VNF"
16905   - "4VNF"
16906   - "2VNF"
16907   - "4VNF"
16908   layout:
16909     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
16910     layout: "plot-latency"
16911
16912 -
16913   type: "plot"
16914   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16915   algorithm: "plot_latency_error_bars"
16916   output-file-type: ".html"
16917   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16918   data: "plot-ligato-throughput-latency-3n-hsw"
16919   filter: "'NIC_Intel-X710' and
16920            '64B' and
16921            ('BASE' or 'SCALE') and
16922            'NDRPDR' and
16923            '2T2C' and
16924            'L2XCFWD' and
16925            not 'VHOST' and
16926            'MEMIF'"
16927   parameters:
16928   - "latency"
16929   - "parent"
16930   - "tags"
16931   sort:
16932   - "1VNF"
16933   - "2VNF"
16934   - "4VNF"
16935   - "2VNF"
16936   - "4VNF"
16937   layout:
16938     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
16939     layout: "plot-latency"
16940
16941 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
16942 -
16943   type: "plot"
16944   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16945   algorithm: "plot_latency_error_bars"
16946   output-file-type: ".html"
16947   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16948   data: "plot-ligato-throughput-latency-3n-hsw"
16949   filter: "'NIC_Intel-X710' and
16950            '64B' and
16951            ('BASE' or 'SCALE') and
16952            'NDRPDR' and
16953            '1T1C' and
16954            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16955            not 'VHOST' and
16956            'MEMIF'"
16957   parameters:
16958   - "latency"
16959   - "parent"
16960   - "tags"
16961   sort:
16962   - "1VNF"
16963   - "2VNF"
16964   - "4VNF"
16965   - "2VNF"
16966   - "4VNF"
16967   layout:
16968     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
16969     layout: "plot-latency"
16970
16971 -
16972   type: "plot"
16973   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16974   algorithm: "plot_latency_error_bars"
16975   output-file-type: ".html"
16976   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16977   data: "plot-ligato-throughput-latency-3n-hsw"
16978   filter: "'NIC_Intel-X710' and
16979            '64B' and
16980            ('BASE' or 'SCALE') and
16981            'NDRPDR' and
16982            '2T2C' and
16983            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16984            not 'VHOST' and
16985            'MEMIF'"
16986   parameters:
16987   - "latency"
16988   - "parent"
16989   - "tags"
16990   sort:
16991   - "1VNF"
16992   - "2VNF"
16993   - "4VNF"
16994   - "2VNF"
16995   - "4VNF"
16996   layout:
16997     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
16998     layout: "plot-latency"
16999
17000 ################################################################################
17001
17002 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
17003 -
17004   type: "plot"
17005   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17006   algorithm: "plot_latency_error_bars"
17007   output-file-type: ".html"
17008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17009   data: "plot-vpp-throughput-latency-3n-hsw"
17010   filter: "'NIC_Intel-X520-DA2' and
17011            '64B' and
17012            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17013            'NDRPDR' and
17014            '1T1C' and
17015            'IP4FWD' and
17016            not 'IPSEC' and
17017            not 'VHOST'"
17018   parameters:
17019   - "latency"
17020   - "parent"
17021   - "tags"
17022   sort:
17023   - "IP4BASE"
17024   - "FIB_20K"
17025   - "FIB_200K"
17026   - "FIB_2M"
17027   layout:
17028     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17029     layout: "plot-latency"
17030
17031 -
17032   type: "plot"
17033   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17034   algorithm: "plot_latency_error_bars"
17035   output-file-type: ".html"
17036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17037   data: "plot-vpp-throughput-latency-3n-hsw"
17038   filter: "'NIC_Intel-X520-DA2' and
17039            '64B' and
17040            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17041            'NDRPDR' and
17042            '2T2C' and
17043            'IP4FWD' and
17044            not 'IPSEC' and
17045            not 'VHOST'"
17046   parameters:
17047   - "latency"
17048   - "parent"
17049   - "tags"
17050   sort:
17051   - "IP4BASE"
17052   - "FIB_20K"
17053   - "FIB_200K"
17054   - "FIB_2M"
17055   layout:
17056     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17057     layout: "plot-latency"
17058
17059 # Packet Latency - VPP IPv4 3n-hsw-x520 features
17060 -
17061   type: "plot"
17062   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17063   algorithm: "plot_latency_error_bars"
17064   output-file-type: ".html"
17065   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17066   data: "plot-vpp-throughput-latency-3n-hsw"
17067   filter: "'NIC_Intel-X520-DA2' and
17068            '64B' and
17069            ('IP4BASE' or
17070             'POLICE_MARK' or
17071             'COPWHLIST' or
17072             ('NAT44' and 'BASE') or
17073             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17074            'NDRPDR' and
17075            '1T1C' and
17076            'IP4FWD' and
17077            not 'IPSEC' and
17078            not 'VHOST'"
17079   parameters:
17080   - "latency"
17081   - "parent"
17082   - "tags"
17083   sort:
17084   - "IP4BASE"
17085   - "NAT44"
17086   - "POLICE_MARK"
17087   - "COPWHLIST"
17088   - "IACL"
17089   - "OACL"
17090   layout:
17091     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
17092     layout: "plot-latency"
17093
17094 -
17095   type: "plot"
17096   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17097   algorithm: "plot_latency_error_bars"
17098   output-file-type: ".html"
17099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17100   data: "plot-vpp-throughput-latency-3n-hsw"
17101   filter: "'NIC_Intel-X520-DA2' and
17102            '64B' and
17103            ('IP4BASE' or
17104             'POLICE_MARK' or
17105             'COPWHLIST' or
17106             ('NAT44' and 'BASE') or
17107             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17108            'NDRPDR' and
17109            '2T2C' and
17110            'IP4FWD' and
17111            not 'IPSEC' and
17112            not 'VHOST'"
17113   parameters:
17114   - "latency"
17115   - "parent"
17116   - "tags"
17117   sort:
17118   - "IP4BASE"
17119   - "NAT44"
17120   - "POLICE_MARK"
17121   - "COPWHLIST"
17122   - "IACL"
17123   - "OACL"
17124   layout:
17125     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
17126     layout: "plot-latency"
17127
17128 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
17129 -
17130   type: "plot"
17131   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17132   algorithm: "plot_latency_error_bars"
17133   output-file-type: ".html"
17134   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17135   data: "plot-vpp-throughput-latency-3n-hsw"
17136   filter: "'NIC_Intel-X520-DA2' and
17137            '64B' and
17138            'NDRPDR' and
17139            '1T1C' and
17140            'IP4FWD' and
17141            'NAT44' and
17142            not 'IPSEC' and
17143            not 'VHOST'"
17144   parameters:
17145   - "latency"
17146   - "parent"
17147   - "tags"
17148   sort:
17149   - "BASE"
17150   - "BASE"
17151   - "SRC_USER_10"
17152   - "SRC_USER_100"
17153   - "SRC_USER_1000"
17154   - "SRC_USER_2000"
17155   layout:
17156     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
17157     layout: "plot-latency"
17158
17159 -
17160   type: "plot"
17161   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17162   algorithm: "plot_latency_error_bars"
17163   output-file-type: ".html"
17164   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17165   data: "plot-vpp-throughput-latency-3n-hsw"
17166   filter: "'NIC_Intel-X520-DA2' and
17167            '64B' and
17168            'NDRPDR' and
17169            '2T2C' and
17170            'IP4FWD' and
17171            'NAT44' and
17172            not 'IPSEC' and
17173            not 'VHOST'"
17174   parameters:
17175   - "latency"
17176   - "parent"
17177   - "tags"
17178   sort:
17179   - "BASE"
17180   - "BASE"
17181   - "SRC_USER_10"
17182   - "SRC_USER_100"
17183   - "SRC_USER_1000"
17184   - "SRC_USER_2000"
17185   layout:
17186     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
17187     layout: "plot-latency"
17188
17189 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
17190 -
17191   type: "plot"
17192   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17193   algorithm: "plot_latency_error_bars"
17194   output-file-type: ".html"
17195   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17196   data: "plot-vpp-throughput-latency-3n-hsw"
17197   filter: "'NIC_Intel-X520-DA2' and
17198            '64B' and
17199            'NDRPDR' and
17200            '1T1C' and
17201            'IP4FWD' and
17202            'IACL' and
17203            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17204            not 'IPSEC' and
17205            not 'VHOST'"
17206   parameters:
17207   - "latency"
17208   - "parent"
17209   - "tags"
17210   sort:
17211   - "ACL_STATELESS"
17212   - "ACL_STATEFUL"
17213   - "ACL_STATELESS"
17214   - "ACL_STATEFUL"
17215   layout:
17216     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17217     layout: "plot-latency"
17218
17219 -
17220   type: "plot"
17221   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17222   algorithm: "plot_latency_error_bars"
17223   output-file-type: ".html"
17224   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17225   data: "plot-vpp-throughput-latency-3n-hsw"
17226   filter: "'NIC_Intel-X520-DA2' and
17227            '64B' and
17228            'NDRPDR' and
17229            '2T2C' and
17230            'IP4FWD' and
17231            'IACL' and
17232            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17233            not 'IPSEC' and
17234            not 'VHOST'"
17235   parameters:
17236   - "latency"
17237   - "parent"
17238   - "tags"
17239   sort:
17240   - "ACL_STATELESS"
17241   - "ACL_STATEFUL"
17242   - "ACL_STATELESS"
17243   - "ACL_STATEFUL"
17244   layout:
17245     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17246     layout: "plot-latency"
17247
17248 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
17249 -
17250   type: "plot"
17251   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17252   algorithm: "plot_latency_error_bars"
17253   output-file-type: ".html"
17254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17255   data: "plot-vpp-throughput-latency-3n-hsw"
17256   filter: "'NIC_Intel-X520-DA2' and
17257            '64B' and
17258            'NDRPDR' and
17259            '1T1C' and
17260            'IP4FWD' and
17261            'OACL' and
17262            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17263            not 'IPSEC' and
17264            not 'VHOST'"
17265   parameters:
17266   - "latency"
17267   - "parent"
17268   - "tags"
17269   sort:
17270   - "ACL_STATELESS"
17271   - "ACL_STATEFUL"
17272   - "ACL_STATELESS"
17273   - "ACL_STATEFUL"
17274   layout:
17275     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17276     layout: "plot-latency"
17277
17278 -
17279   type: "plot"
17280   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17281   algorithm: "plot_latency_error_bars"
17282   output-file-type: ".html"
17283   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17284   data: "plot-vpp-throughput-latency-3n-hsw"
17285   filter: "'NIC_Intel-X520-DA2' and
17286            '64B' and
17287            'NDRPDR' and
17288            '2T2C' and
17289            'IP4FWD' and
17290            'OACL' and
17291            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17292            not 'IPSEC' and
17293            not 'VHOST'"
17294   parameters:
17295   - "latency"
17296   - "parent"
17297   - "tags"
17298   sort:
17299   - "ACL_STATELESS"
17300   - "ACL_STATEFUL"
17301   - "ACL_STATELESS"
17302   - "ACL_STATEFUL"
17303   layout:
17304     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17305     layout: "plot-latency"
17306
17307 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
17308 -
17309   type: "plot"
17310   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17311   algorithm: "plot_latency_error_bars"
17312   output-file-type: ".html"
17313   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17314   data: "plot-vpp-throughput-latency-3n-hsw"
17315   filter: "'NIC_Intel-X710' and
17316            '64B' and
17317            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17318            'NDRPDR' and
17319            '1T1C' and
17320            'IP4FWD' and
17321            not 'IPSEC' and
17322            not 'VHOST'"
17323   parameters:
17324   - "latency"
17325   - "parent"
17326   - "tags"
17327   sort:
17328   - "IP4BASE"
17329   - "FIB_20K"
17330   - "FIB_200K"
17331   - "FIB_2M"
17332   layout:
17333     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17334     layout: "plot-latency"
17335
17336 -
17337   type: "plot"
17338   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17339   algorithm: "plot_latency_error_bars"
17340   output-file-type: ".html"
17341   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17342   data: "plot-vpp-throughput-latency-3n-hsw"
17343   filter: "'NIC_Intel-X710' and
17344            '64B' and
17345            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17346            'NDRPDR' and
17347            '2T2C' and
17348            'IP4FWD' and
17349            not 'IPSEC' and
17350            not 'VHOST'"
17351   parameters:
17352   - "latency"
17353   - "parent"
17354   - "tags"
17355   sort:
17356   - "IP4BASE"
17357   - "FIB_20K"
17358   - "FIB_200K"
17359   - "FIB_2M"
17360   layout:
17361     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17362     layout: "plot-latency"
17363
17364 # Packet Latency - VPP IPv4 3n-hsw-x710 features
17365 -
17366   type: "plot"
17367   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17368   algorithm: "plot_latency_error_bars"
17369   output-file-type: ".html"
17370   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17371   data: "plot-vpp-throughput-latency-3n-hsw"
17372   filter: "'NIC_Intel-X710' and
17373            '64B' and
17374            ('IP4BASE' or
17375             'POLICE_MARK' or
17376             'COPWHLIST' or
17377             ('NAT44' and 'BASE') or
17378             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17379            'NDRPDR' and
17380            '1T1C' and
17381            'IP4FWD' and
17382            not 'IPSEC' and
17383            not 'VHOST'"
17384   parameters:
17385   - "latency"
17386   - "parent"
17387   - "tags"
17388   sort:
17389   - "IP4BASE"
17390   - "NAT44"
17391   - "POLICE_MARK"
17392   - "COPWHLIST"
17393   - "IACL"
17394   - "OACL"
17395   layout:
17396     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
17397     layout: "plot-latency"
17398
17399 -
17400   type: "plot"
17401   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17402   algorithm: "plot_latency_error_bars"
17403   output-file-type: ".html"
17404   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17405   data: "plot-vpp-throughput-latency-3n-hsw"
17406   filter: "'NIC_Intel-X710' and
17407            '64B' and
17408            ('IP4BASE' or
17409             'POLICE_MARK' or
17410             'COPWHLIST' or
17411             ('NAT44' and 'BASE') or
17412             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17413            'NDRPDR' and
17414            '2T2C' and
17415            'IP4FWD' and
17416            not 'IPSEC' and
17417            not 'VHOST'"
17418   parameters:
17419   - "latency"
17420   - "parent"
17421   - "tags"
17422   sort:
17423   - "IP4BASE"
17424   - "NAT44"
17425   - "POLICE_MARK"
17426   - "COPWHLIST"
17427   - "IACL"
17428   - "OACL"
17429   layout:
17430     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
17431     layout: "plot-latency"
17432
17433 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
17434 -
17435   type: "plot"
17436   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17437   algorithm: "plot_latency_error_bars"
17438   output-file-type: ".html"
17439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17440   data: "plot-vpp-throughput-latency-3n-hsw"
17441   filter: "'NIC_Intel-X710' and
17442            '64B' and
17443            'NDRPDR' and
17444            '1T1C' and
17445            'IP4FWD' and
17446            'NAT44' and
17447            not 'IPSEC' and
17448            not 'VHOST'"
17449   parameters:
17450   - "latency"
17451   - "parent"
17452   - "tags"
17453   sort:
17454   - "BASE"
17455   - "BASE"
17456   - "SRC_USER_10"
17457   - "SRC_USER_100"
17458   - "SRC_USER_1000"
17459   - "SRC_USER_2000"
17460   layout:
17461     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
17462     layout: "plot-latency"
17463
17464 -
17465   type: "plot"
17466   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17467   algorithm: "plot_latency_error_bars"
17468   output-file-type: ".html"
17469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17470   data: "plot-vpp-throughput-latency-3n-hsw"
17471   filter: "'NIC_Intel-X710' and
17472            '64B' and
17473            'NDRPDR' and
17474            '2T2C' and
17475            'IP4FWD' and
17476            'NAT44' and
17477            not 'IPSEC' and
17478            not 'VHOST'"
17479   parameters:
17480   - "latency"
17481   - "parent"
17482   - "tags"
17483   sort:
17484   - "BASE"
17485   - "BASE"
17486   - "SRC_USER_10"
17487   - "SRC_USER_100"
17488   - "SRC_USER_1000"
17489   - "SRC_USER_2000"
17490   layout:
17491     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
17492     layout: "plot-latency"
17493
17494 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
17495 -
17496   type: "plot"
17497   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17498   algorithm: "plot_latency_error_bars"
17499   output-file-type: ".html"
17500   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17501   data: "plot-vpp-throughput-latency-3n-hsw"
17502   filter: "'NIC_Intel-X710' and
17503            '64B' and
17504            'NDRPDR' and
17505            '1T1C' and
17506            'IP4FWD' and
17507            'IACL' and
17508            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17509            not 'IPSEC' and
17510            not 'VHOST'"
17511   parameters:
17512   - "latency"
17513   - "parent"
17514   - "tags"
17515   sort:
17516   - "ACL_STATELESS"
17517   - "ACL_STATEFUL"
17518   - "ACL_STATELESS"
17519   - "ACL_STATEFUL"
17520   layout:
17521     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17522     layout: "plot-latency"
17523
17524 -
17525   type: "plot"
17526   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17527   algorithm: "plot_latency_error_bars"
17528   output-file-type: ".html"
17529   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17530   data: "plot-vpp-throughput-latency-3n-hsw"
17531   filter: "'NIC_Intel-X710' and
17532            '64B' and
17533            'NDRPDR' and
17534            '2T2C' and
17535            'IP4FWD' and
17536            'IACL' and
17537            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17538            not 'IPSEC' and
17539            not 'VHOST'"
17540   parameters:
17541   - "latency"
17542   - "parent"
17543   - "tags"
17544   sort:
17545   - "ACL_STATELESS"
17546   - "ACL_STATEFUL"
17547   - "ACL_STATELESS"
17548   - "ACL_STATEFUL"
17549   layout:
17550     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17551     layout: "plot-latency"
17552
17553 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
17554 -
17555   type: "plot"
17556   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17557   algorithm: "plot_latency_error_bars"
17558   output-file-type: ".html"
17559   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17560   data: "plot-vpp-throughput-latency-3n-hsw"
17561   filter: "'NIC_Intel-X710' and
17562            '64B' and
17563            'NDRPDR' and
17564            '1T1C' and
17565            'IP4FWD' and
17566            'OACL' and
17567            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17568            not 'IPSEC' and
17569            not 'VHOST'"
17570   parameters:
17571   - "latency"
17572   - "parent"
17573   - "tags"
17574   sort:
17575   - "ACL_STATELESS"
17576   - "ACL_STATEFUL"
17577   - "ACL_STATELESS"
17578   - "ACL_STATEFUL"
17579   layout:
17580     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
17581     layout: "plot-latency"
17582
17583 -
17584   type: "plot"
17585   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17586   algorithm: "plot_latency_error_bars"
17587   output-file-type: ".html"
17588   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17589   data: "plot-vpp-throughput-latency-3n-hsw"
17590   filter: "'NIC_Intel-X710' and
17591            '64B' and
17592            'NDRPDR' and
17593            '2T2C' and
17594            'IP4FWD' and
17595            'OACL' and
17596            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17597            not 'IPSEC' and
17598            not 'VHOST'"
17599   parameters:
17600   - "latency"
17601   - "parent"
17602   - "tags"
17603   sort:
17604   - "ACL_STATELESS"
17605   - "ACL_STATEFUL"
17606   - "ACL_STATELESS"
17607   - "ACL_STATEFUL"
17608   layout:
17609     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
17610     layout: "plot-latency"
17611
17612 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
17613 -
17614   type: "plot"
17615   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17616   algorithm: "plot_latency_error_bars"
17617   output-file-type: ".html"
17618   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17619   data: "plot-vpp-throughput-latency-3n-hsw"
17620   filter: "'NIC_Intel-XL710' and
17621            '64B' and
17622            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17623            'NDRPDR' and
17624            '1T1C' and
17625            'IP4FWD' and
17626            not 'IPSEC' and
17627            not 'VHOST'"
17628   parameters:
17629   - "latency"
17630   - "parent"
17631   - "tags"
17632   sort:
17633   - "IP4BASE"
17634   - "FIB_20K"
17635   - "FIB_200K"
17636   - "FIB_2M"
17637   layout:
17638     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17639     layout: "plot-latency"
17640
17641 -
17642   type: "plot"
17643   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17644   algorithm: "plot_latency_error_bars"
17645   output-file-type: ".html"
17646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17647   data: "plot-vpp-throughput-latency-3n-hsw"
17648   filter: "'NIC_Intel-XL710' and
17649            '64B' and
17650            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17651            'NDRPDR' and
17652            '2T2C' and
17653            'IP4FWD' and
17654            not 'IPSEC' and
17655            not 'VHOST'"
17656   parameters:
17657   - "latency"
17658   - "parent"
17659   - "tags"
17660   sort:
17661   - "IP4BASE"
17662   - "FIB_20K"
17663   - "FIB_200K"
17664   - "FIB_2M"
17665   layout:
17666     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17667     layout: "plot-latency"
17668
17669 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
17670 -
17671   type: "plot"
17672   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17673   algorithm: "plot_latency_error_bars"
17674   output-file-type: ".html"
17675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17676   data: "plot-vpp-throughput-latency-3n-skx"
17677   filter: "'NIC_Intel-X710' and
17678            '64B' and
17679            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17680            'NDRPDR' and
17681            '2T1C' and
17682            'IP4FWD' and
17683            not 'IPSEC' and
17684            not 'VHOST'"
17685   parameters:
17686   - "latency"
17687   - "parent"
17688   - "tags"
17689   sort:
17690   - "IP4BASE"
17691   - "FIB_20K"
17692   - "FIB_200K"
17693   - "FIB_2M"
17694   layout:
17695     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17696     layout: "plot-latency"
17697
17698 -
17699   type: "plot"
17700   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17701   algorithm: "plot_latency_error_bars"
17702   output-file-type: ".html"
17703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17704   data: "plot-vpp-throughput-latency-3n-skx"
17705   filter: "'NIC_Intel-X710' and
17706            '64B' and
17707            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17708            'NDRPDR' and
17709            '4T2C' and
17710            'IP4FWD' and
17711            not 'IPSEC' and
17712            not 'VHOST'"
17713   parameters:
17714   - "latency"
17715   - "parent"
17716   - "tags"
17717   sort:
17718   - "IP4BASE"
17719   - "FIB_20K"
17720   - "FIB_200K"
17721   - "FIB_2M"
17722   layout:
17723     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17724     layout: "plot-latency"
17725
17726 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17727 -
17728   type: "plot"
17729   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17730   algorithm: "plot_latency_error_bars"
17731   output-file-type: ".html"
17732   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17733   data: "plot-vpp-throughput-latency-3n-skx"
17734   filter: "'NIC_Intel-X710' and
17735            '64B' and
17736            ('IP4BASE' or
17737             'POLICE_MARK' or
17738             'COPWHLIST' or
17739             ('NAT44' and 'BASE') or
17740             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17741            'NDRPDR' and
17742            '2T1C' and
17743            'IP4FWD' and
17744            not 'IPSEC' and
17745            not 'VHOST'"
17746   parameters:
17747   - "latency"
17748   - "parent"
17749   - "tags"
17750   sort:
17751   - "IP4BASE"
17752   - "NAT44"
17753   - "POLICE_MARK"
17754   - "COPWHLIST"
17755   - "IACL"
17756   - "OACL"
17757   layout:
17758     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
17759     layout: "plot-latency"
17760
17761 -
17762   type: "plot"
17763   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17764   algorithm: "plot_latency_error_bars"
17765   output-file-type: ".html"
17766   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17767   data: "plot-vpp-throughput-latency-3n-skx"
17768   filter: "'NIC_Intel-X710' and
17769            '64B' and
17770            ('IP4BASE' or
17771             'POLICE_MARK' or
17772             'COPWHLIST' or
17773             ('NAT44' and 'BASE') or
17774             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17775            'NDRPDR' and
17776            '4T2C' and
17777            'IP4FWD' and
17778            not 'IPSEC' and
17779            not 'VHOST'"
17780   parameters:
17781   - "latency"
17782   - "parent"
17783   - "tags"
17784   sort:
17785   - "IP4BASE"
17786   - "NAT44"
17787   - "POLICE_MARK"
17788   - "COPWHLIST"
17789   - "IACL"
17790   - "OACL"
17791   layout:
17792     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
17793     layout: "plot-latency"
17794
17795 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
17796 -
17797   type: "plot"
17798   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17799   algorithm: "plot_latency_error_bars"
17800   output-file-type: ".html"
17801   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17802   data: "plot-vpp-throughput-latency-3n-skx"
17803   filter: "'NIC_Intel-X710' and
17804            '64B' and
17805            'NDRPDR' and
17806            '2T1C' and
17807            'IP4FWD' and
17808            'NAT44' and
17809            not 'IPSEC' and
17810            not 'VHOST'"
17811   parameters:
17812   - "latency"
17813   - "parent"
17814   - "tags"
17815   sort:
17816   - "BASE"
17817   - "BASE"
17818   - "SRC_USER_10"
17819   - "SRC_USER_100"
17820   - "SRC_USER_1000"
17821   - "SRC_USER_2000"
17822   layout:
17823     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
17824     layout: "plot-latency"
17825
17826 -
17827   type: "plot"
17828   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17829   algorithm: "plot_latency_error_bars"
17830   output-file-type: ".html"
17831   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17832   data: "plot-vpp-throughput-latency-3n-skx"
17833   filter: "'NIC_Intel-X710' and
17834            '64B' and
17835            'NDRPDR' and
17836            '4T2C' and
17837            'IP4FWD' and
17838            'NAT44' and
17839            not 'IPSEC' and
17840            not 'VHOST'"
17841   parameters:
17842   - "latency"
17843   - "parent"
17844   - "tags"
17845   sort:
17846   - "BASE"
17847   - "BASE"
17848   - "SRC_USER_10"
17849   - "SRC_USER_100"
17850   - "SRC_USER_1000"
17851   - "SRC_USER_2000"
17852   layout:
17853     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
17854     layout: "plot-latency"
17855
17856 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
17857 -
17858   type: "plot"
17859   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17860   algorithm: "plot_latency_error_bars"
17861   output-file-type: ".html"
17862   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17863   data: "plot-vpp-throughput-latency-3n-skx"
17864   filter: "'NIC_Intel-X710' and
17865            '64B' and
17866            'NDRPDR' and
17867            '2T1C' and
17868            'IP4FWD' and
17869            'IACL' and
17870            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17871            not 'IPSEC' and
17872            not 'VHOST'"
17873   parameters:
17874   - "latency"
17875   - "parent"
17876   - "tags"
17877   sort:
17878   - "ACL_STATELESS"
17879   - "ACL_STATEFUL"
17880   - "ACL_STATELESS"
17881   - "ACL_STATEFUL"
17882   layout:
17883     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17884     layout: "plot-latency"
17885
17886 -
17887   type: "plot"
17888   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17889   algorithm: "plot_latency_error_bars"
17890   output-file-type: ".html"
17891   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17892   data: "plot-vpp-throughput-latency-3n-skx"
17893   filter: "'NIC_Intel-X710' and
17894            '64B' and
17895            'NDRPDR' and
17896            '4T2C' and
17897            'IP4FWD' and
17898            'IACL' and
17899            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17900            not 'IPSEC' and
17901            not 'VHOST'"
17902   parameters:
17903   - "latency"
17904   - "parent"
17905   - "tags"
17906   sort:
17907   - "ACL_STATELESS"
17908   - "ACL_STATEFUL"
17909   - "ACL_STATELESS"
17910   - "ACL_STATEFUL"
17911   layout:
17912     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17913     layout: "plot-latency"
17914
17915 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17916 -
17917   type: "plot"
17918   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17919   algorithm: "plot_latency_error_bars"
17920   output-file-type: ".html"
17921   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17922   data: "plot-vpp-throughput-latency-3n-skx"
17923   filter: "'NIC_Intel-X710' and
17924            '64B' and
17925            'NDRPDR' and
17926            '2T1C' and
17927            'IP4FWD' and
17928            'OACL' and
17929            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17930            not 'IPSEC' and
17931            not 'VHOST'"
17932   parameters:
17933   - "latency"
17934   - "parent"
17935   - "tags"
17936   sort:
17937   - "ACL_STATELESS"
17938   - "ACL_STATEFUL"
17939   - "ACL_STATELESS"
17940   - "ACL_STATEFUL"
17941   layout:
17942     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
17943     layout: "plot-latency"
17944
17945 -
17946   type: "plot"
17947   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
17948   algorithm: "plot_latency_error_bars"
17949   output-file-type: ".html"
17950   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
17951   data: "plot-vpp-throughput-latency-3n-skx"
17952   filter: "'NIC_Intel-X710' and
17953            '64B' and
17954            'NDRPDR' and
17955            '4T2C' and
17956            'IP4FWD' and
17957            'OACL' and
17958            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17959            not 'IPSEC' and
17960            not 'VHOST'"
17961   parameters:
17962   - "latency"
17963   - "parent"
17964   - "tags"
17965   sort:
17966   - "ACL_STATELESS"
17967   - "ACL_STATEFUL"
17968   - "ACL_STATELESS"
17969   - "ACL_STATEFUL"
17970   layout:
17971     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
17972     layout: "plot-latency"
17973
17974 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
17975 -
17976   type: "plot"
17977   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17978   algorithm: "plot_latency_error_bars"
17979   output-file-type: ".html"
17980   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17981   data: "plot-vpp-throughput-latency-2n-skx"
17982   filter: "'NIC_Intel-X710' and
17983            '64B' and
17984            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17985            'NDRPDR' and
17986            '2T1C' and
17987            'IP4FWD' and
17988            not 'IPSEC' and
17989            not 'VHOST'"
17990   parameters:
17991   - "latency"
17992   - "parent"
17993   - "tags"
17994   sort:
17995   - "IP4BASE"
17996   - "FIB_20K"
17997   - "FIB_200K"
17998   - "FIB_2M"
17999   layout:
18000     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18001     layout: "plot-latency"
18002
18003 -
18004   type: "plot"
18005   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18006   algorithm: "plot_latency_error_bars"
18007   output-file-type: ".html"
18008   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18009   data: "plot-vpp-throughput-latency-2n-skx"
18010   filter: "'NIC_Intel-X710' and
18011            '64B' and
18012            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18013            'NDRPDR' and
18014            '4T2C' and
18015            'IP4FWD' and
18016            not 'IPSEC' and
18017            not 'VHOST'"
18018   parameters:
18019   - "latency"
18020   - "parent"
18021   - "tags"
18022   sort:
18023   - "IP4BASE"
18024   - "FIB_20K"
18025   - "FIB_200K"
18026   - "FIB_2M"
18027   layout:
18028     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18029     layout: "plot-latency"
18030
18031 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
18032 -
18033   type: "plot"
18034   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18035   algorithm: "plot_latency_error_bars"
18036   output-file-type: ".html"
18037   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18038   data: "plot-vpp-throughput-latency-2n-skx"
18039   filter: "'NIC_Intel-XXV710' and
18040            '64B' and
18041            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18042            'NDRPDR' and
18043            '2T1C' and
18044            'IP4FWD' and
18045            not 'IPSEC' and
18046            not 'VHOST'"
18047   parameters:
18048   - "latency"
18049   - "parent"
18050   - "tags"
18051   sort:
18052   - "IP4BASE"
18053   - "FIB_20K"
18054   - "FIB_200K"
18055   - "FIB_2M"
18056   layout:
18057     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18058     layout: "plot-latency"
18059
18060 -
18061   type: "plot"
18062   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18063   algorithm: "plot_latency_error_bars"
18064   output-file-type: ".html"
18065   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18066   data: "plot-vpp-throughput-latency-2n-skx"
18067   filter: "'NIC_Intel-XXV710' and
18068            '64B' and
18069            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18070            'NDRPDR' and
18071            '4T2C' and
18072            'IP4FWD' and
18073            not 'IPSEC' and
18074            not 'VHOST'"
18075   parameters:
18076   - "latency"
18077   - "parent"
18078   - "tags"
18079   sort:
18080   - "IP4BASE"
18081   - "FIB_20K"
18082   - "FIB_200K"
18083   - "FIB_2M"
18084   layout:
18085     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18086     layout: "plot-latency"
18087
18088 ################################################################################
18089
18090 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
18091 -
18092   type: "plot"
18093   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18094   algorithm: "plot_latency_error_bars"
18095   output-file-type: ".html"
18096   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18097   data: "plot-vpp-throughput-latency-3n-hsw"
18098   filter: "'NIC_Intel-X520-DA2' and
18099            '64B' and
18100            'ENCAP' and
18101            'NDRPDR' and
18102            '1T1C' and
18103            'VXLAN' and
18104            'L2BDMACLRN' and
18105            not 'VHOST' and
18106            not 'IPSECHW'"
18107   parameters:
18108   - "latency"
18109   - "parent"
18110   - "tags"
18111   sort:
18112   - "not DOT1Q"
18113   - "VXLAN_1"
18114   - "VXLAN_10"
18115   - "VXLAN_100"
18116   - "VXLAN_1000"
18117   layout:
18118     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18119     layout: "plot-latency"
18120
18121 -
18122   type: "plot"
18123   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18124   algorithm: "plot_latency_error_bars"
18125   output-file-type: ".html"
18126   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18127   data: "plot-vpp-throughput-latency-3n-hsw"
18128   filter: "'NIC_Intel-X520-DA2' and
18129            '64B' and
18130            'ENCAP' and
18131            'NDRPDR' and
18132            '2T2C' and
18133            'VXLAN' and
18134            'L2BDMACLRN' and
18135            not 'VHOST' and
18136            not 'IPSECHW'"
18137   parameters:
18138   - "latency"
18139   - "parent"
18140   - "tags"
18141   sort:
18142   - "not DOT1Q"
18143   - "VXLAN_1"
18144   - "VXLAN_10"
18145   - "VXLAN_100"
18146   - "VXLAN_1000"
18147   layout:
18148     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18149     layout: "plot-latency"
18150
18151 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
18152 -
18153   type: "plot"
18154   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18155   algorithm: "plot_latency_error_bars"
18156   output-file-type: ".html"
18157   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18158   data: "plot-vpp-throughput-latency-3n-hsw"
18159   filter: "'NIC_Intel-X520-DA2' and
18160            '64B' and
18161            'ENCAP' and
18162            'NDRPDR' and
18163            '1T1C' and
18164            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18165            not 'DOT1Q' and
18166            not 'VHOST' and
18167            not 'IPSECHW'"
18168   parameters:
18169   - "latency"
18170   - "parent"
18171   - "tags"
18172   sort:
18173   - "L2BDMACLRN"
18174   - "L2XCFWD"
18175   - "LISP"
18176   layout:
18177     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18178     layout: "plot-latency"
18179
18180 -
18181   type: "plot"
18182   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18183   algorithm: "plot_latency_error_bars"
18184   output-file-type: ".html"
18185   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18186   data: "plot-vpp-throughput-latency-3n-hsw"
18187   filter: "'NIC_Intel-X520-DA2' and
18188            '64B' and
18189            'ENCAP' and
18190            'NDRPDR' and
18191            '2T2C' and
18192            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18193            not 'DOT1Q' and
18194            not 'VHOST' and
18195            not 'IPSECHW'"
18196   parameters:
18197   - "latency"
18198   - "parent"
18199   - "tags"
18200   sort:
18201   - "L2BDMACLRN"
18202   - "L2XCFWD"
18203   - "LISP"
18204   layout:
18205     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18206     layout: "plot-latency"
18207
18208 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
18209 -
18210   type: "plot"
18211   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18212   algorithm: "plot_latency_error_bars"
18213   output-file-type: ".html"
18214   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18215   data: "plot-vpp-throughput-latency-3n-hsw"
18216   filter: "'NIC_Intel-X710' and
18217            '64B' and
18218            'ENCAP' and
18219            'NDRPDR' and
18220            '1T1C' and
18221            'VXLAN' and
18222            'L2BDMACLRN' and
18223            not 'VHOST' and
18224            not 'IPSECHW'"
18225   parameters:
18226   - "latency"
18227   - "parent"
18228   - "tags"
18229   sort:
18230   - "not DOT1Q"
18231   - "VXLAN_1"
18232   - "VXLAN_10"
18233   - "VXLAN_100"
18234   - "VXLAN_1000"
18235   layout:
18236     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18237     layout: "plot-latency"
18238
18239 -
18240   type: "plot"
18241   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18242   algorithm: "plot_latency_error_bars"
18243   output-file-type: ".html"
18244   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18245   data: "plot-vpp-throughput-latency-3n-hsw"
18246   filter: "'NIC_Intel-X710' and
18247            '64B' and
18248            'ENCAP' and
18249            'NDRPDR' and
18250            '2T2C' and
18251            'VXLAN' and
18252            'L2BDMACLRN' and
18253            not 'VHOST' and
18254            not 'IPSECHW'"
18255   parameters:
18256   - "latency"
18257   - "parent"
18258   - "tags"
18259   sort:
18260   - "not DOT1Q"
18261   - "VXLAN_1"
18262   - "VXLAN_10"
18263   - "VXLAN_100"
18264   - "VXLAN_1000"
18265   layout:
18266     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18267     layout: "plot-latency"
18268
18269 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
18270 -
18271   type: "plot"
18272   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18273   algorithm: "plot_latency_error_bars"
18274   output-file-type: ".html"
18275   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18276   data: "plot-vpp-throughput-latency-3n-hsw"
18277   filter: "'NIC_Intel-X710' and
18278            '64B' and
18279            'ENCAP' and
18280            'NDRPDR' and
18281            '1T1C' and
18282            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18283            not 'DOT1Q' and
18284            not 'VHOST' and
18285            not 'IPSECHW'"
18286   parameters:
18287   - "latency"
18288   - "parent"
18289   - "tags"
18290   sort:
18291   - "L2BDMACLRN"
18292   - "L2XCFWD"
18293   - "LISP"
18294   layout:
18295     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18296     layout: "plot-latency"
18297
18298 -
18299   type: "plot"
18300   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18301   algorithm: "plot_latency_error_bars"
18302   output-file-type: ".html"
18303   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18304   data: "plot-vpp-throughput-latency-3n-hsw"
18305   filter: "'NIC_Intel-X710' and
18306            '64B' and
18307            'ENCAP' and
18308            'NDRPDR' and
18309            '2T2C' and
18310            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18311            not 'DOT1Q' and
18312            not 'VHOST' and
18313            not 'IPSECHW'"
18314   parameters:
18315   - "latency"
18316   - "parent"
18317   - "tags"
18318   sort:
18319   - "L2BDMACLRN"
18320   - "L2XCFWD"
18321   - "LISP"
18322   layout:
18323     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18324     layout: "plot-latency"
18325
18326 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
18327 -
18328   type: "plot"
18329   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18330   algorithm: "plot_latency_error_bars"
18331   output-file-type: ".html"
18332   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18333   data: "plot-vpp-throughput-latency-3n-skx"
18334   filter: "'NIC_Intel-X710' and
18335            '64B' and
18336            'ENCAP' and
18337            'NDRPDR' and
18338            '2T1C' and
18339            'VXLAN' and
18340            'L2BDMACLRN' and
18341            not 'VHOST' and
18342            not 'IPSECHW'"
18343   parameters:
18344   - "latency"
18345   - "parent"
18346   - "tags"
18347   sort:
18348   - "not DOT1Q"
18349   - "VXLAN_1"
18350   - "VXLAN_10"
18351   - "VXLAN_100"
18352   - "VXLAN_1000"
18353   layout:
18354     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18355     layout: "plot-latency"
18356
18357 -
18358   type: "plot"
18359   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18360   algorithm: "plot_latency_error_bars"
18361   output-file-type: ".html"
18362   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18363   data: "plot-vpp-throughput-latency-3n-skx"
18364   filter: "'NIC_Intel-X710' and
18365            '64B' and
18366            'ENCAP' and
18367            'NDRPDR' and
18368            '4T2C' and
18369            'VXLAN' and
18370            'L2BDMACLRN' and
18371            not 'VHOST' and
18372            not 'IPSECHW'"
18373   parameters:
18374   - "latency"
18375   - "parent"
18376   - "tags"
18377   sort:
18378   - "not DOT1Q"
18379   - "VXLAN_1"
18380   - "VXLAN_10"
18381   - "VXLAN_100"
18382   - "VXLAN_1000"
18383   layout:
18384     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18385     layout: "plot-latency"
18386
18387 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
18388 -
18389   type: "plot"
18390   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18391   algorithm: "plot_latency_error_bars"
18392   output-file-type: ".html"
18393   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18394   data: "plot-vpp-throughput-latency-3n-skx"
18395   filter: "'NIC_Intel-X710' and
18396            '64B' and
18397            'ENCAP' and
18398            'NDRPDR' and
18399            '2T1C' and
18400            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18401            not 'DOT1Q' and
18402            not 'VHOST' and
18403            not 'IPSECHW'"
18404   parameters:
18405   - "latency"
18406   - "parent"
18407   - "tags"
18408   sort:
18409   - "L2BDMACLRN"
18410   - "L2XCFWD"
18411   - "LISP"
18412   layout:
18413     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18414     layout: "plot-latency"
18415
18416 -
18417   type: "plot"
18418   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18419   algorithm: "plot_latency_error_bars"
18420   output-file-type: ".html"
18421   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18422   data: "plot-vpp-throughput-latency-3n-skx"
18423   filter: "'NIC_Intel-X710' and
18424            '64B' and
18425            'ENCAP' and
18426            'NDRPDR' and
18427            '4T2C' and
18428            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18429            not 'DOT1Q' and
18430            not 'VHOST' and
18431            not 'IPSECHW'"
18432   parameters:
18433   - "latency"
18434   - "parent"
18435   - "tags"
18436   sort:
18437   - "L2BDMACLRN"
18438   - "L2XCFWD"
18439   - "LISP"
18440   layout:
18441     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18442     layout: "plot-latency"
18443
18444 ################################################################################
18445
18446 # Packet Latency - VPP IPv6 3n-hsw-x520
18447 -
18448   type: "plot"
18449   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18450   algorithm: "plot_latency_error_bars"
18451   output-file-type: ".html"
18452   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18453   data: "plot-vpp-throughput-latency-3n-hsw"
18454   filter: "'NIC_Intel-X520-DA2' and
18455            '78B' and
18456            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18457            'NDRPDR' and
18458            '1T1C' and
18459            'IP6FWD' and
18460            not 'SRv6' and
18461            not 'IPSEC' and
18462            not 'VHOST'"
18463   parameters:
18464   - "latency"
18465   - "parent"
18466   - "tags"
18467   sort:
18468   - "IP6BASE"
18469   - "FIB_20K"
18470   - "FIB_200K"
18471   - "FIB_2M"
18472   layout:
18473     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18474     layout: "plot-latency"
18475
18476 -
18477   type: "plot"
18478   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18479   algorithm: "plot_latency_error_bars"
18480   output-file-type: ".html"
18481   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18482   data: "plot-vpp-throughput-latency-3n-hsw"
18483   filter: "'NIC_Intel-X520-DA2' and
18484            '78B' and
18485            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18486            'NDRPDR' and
18487            '2T2C' and
18488            'IP6FWD' and
18489            not 'SRv6' and
18490            not 'IPSEC' and
18491            not 'VHOST'"
18492   parameters:
18493   - "latency"
18494   - "parent"
18495   - "tags"
18496   sort:
18497   - "IP6BASE"
18498   - "FIB_20K"
18499   - "FIB_200K"
18500   - "FIB_2M"
18501   layout:
18502     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18503     layout: "plot-latency"
18504
18505 # Packet Latency - VPP IPv6 3n-hsw-x710
18506 -
18507   type: "plot"
18508   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18509   algorithm: "plot_latency_error_bars"
18510   output-file-type: ".html"
18511   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18512   data: "plot-vpp-throughput-latency-3n-hsw"
18513   filter: "'NIC_Intel-X710' and
18514            '78B' and
18515            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18516            'NDRPDR' and
18517            '1T1C' and
18518            'IP6FWD' and
18519            not 'SRv6' and
18520            not 'IPSEC' and
18521            not 'VHOST'"
18522   parameters:
18523   - "latency"
18524   - "parent"
18525   - "tags"
18526   sort:
18527   - "IP6BASE"
18528   - "FIB_20K"
18529   - "FIB_200K"
18530   - "FIB_2M"
18531   layout:
18532     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
18533     layout: "plot-latency"
18534
18535 -
18536   type: "plot"
18537   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18538   algorithm: "plot_latency_error_bars"
18539   output-file-type: ".html"
18540   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18541   data: "plot-vpp-throughput-latency-3n-hsw"
18542   filter: "'NIC_Intel-X710' and
18543            '78B' and
18544            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18545            'NDRPDR' and
18546            '2T2C' and
18547            'IP6FWD' and
18548            not 'SRv6' and
18549            not 'IPSEC' and
18550            not 'VHOST'"
18551   parameters:
18552   - "latency"
18553   - "parent"
18554   - "tags"
18555   sort:
18556   - "IP6BASE"
18557   - "FIB_20K"
18558   - "FIB_200K"
18559   - "FIB_2M"
18560   layout:
18561     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
18562     layout: "plot-latency"
18563
18564 # Packet Latency - VPP IPv6 3n-hsw-xl710
18565 -
18566   type: "plot"
18567   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18568   algorithm: "plot_latency_error_bars"
18569   output-file-type: ".html"
18570   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18571   data: "plot-vpp-throughput-latency-3n-hsw"
18572   filter: "'NIC_Intel-XL710' and
18573            '78B' and
18574            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18575            'NDRPDR' and
18576            '1T1C' and
18577            'IP6FWD' and
18578            not 'SRv6' and
18579            not 'IPSEC' and
18580            not 'VHOST'"
18581   parameters:
18582   - "latency"
18583   - "parent"
18584   - "tags"
18585   sort:
18586   - "IP6BASE"
18587   - "FIB_20K"
18588   - "FIB_200K"
18589   - "FIB_2M"
18590   layout:
18591     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
18592     layout: "plot-latency"
18593
18594 -
18595   type: "plot"
18596   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18597   algorithm: "plot_latency_error_bars"
18598   output-file-type: ".html"
18599   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18600   data: "plot-vpp-throughput-latency-3n-hsw"
18601   filter: "'NIC_Intel-XL710' and
18602            '78B' and
18603            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18604            'NDRPDR' and
18605            '2T2C' and
18606            'IP6FWD' and
18607            not 'SRv6' and
18608            not 'IPSEC' and
18609            not 'VHOST'"
18610   parameters:
18611   - "latency"
18612   - "parent"
18613   - "tags"
18614   sort:
18615   - "IP6BASE"
18616   - "FIB_20K"
18617   - "FIB_200K"
18618   - "FIB_2M"
18619   layout:
18620     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
18621     layout: "plot-latency"
18622
18623 # Packet Latency - VPP IPv6 3n-skx-x710
18624 -
18625   type: "plot"
18626   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18627   algorithm: "plot_latency_error_bars"
18628   output-file-type: ".html"
18629   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18630   data: "plot-vpp-throughput-latency-3n-skx"
18631   filter: "'NIC_Intel-X710' and
18632            '78B' and
18633            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18634            'NDRPDR' and
18635            '2T1C' and
18636            'IP6FWD' and
18637            not 'SRv6' and
18638            not 'IPSEC' and
18639            not 'VHOST'"
18640   parameters:
18641   - "latency"
18642   - "parent"
18643   - "tags"
18644   sort:
18645   - "IP6BASE"
18646   - "FIB_20K"
18647   - "FIB_200K"
18648   - "FIB_2M"
18649   layout:
18650     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
18651     layout: "plot-latency"
18652
18653 -
18654   type: "plot"
18655   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18656   algorithm: "plot_latency_error_bars"
18657   output-file-type: ".html"
18658   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18659   data: "plot-vpp-throughput-latency-3n-skx"
18660   filter: "'NIC_Intel-X710' and
18661            '78B' and
18662            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18663            'NDRPDR' and
18664            '4T2C' and
18665            'IP6FWD' and
18666            not 'SRv6' and
18667            not 'IPSEC' and
18668            not 'VHOST'"
18669   parameters:
18670   - "latency"
18671   - "parent"
18672   - "tags"
18673   sort:
18674   - "IP6BASE"
18675   - "FIB_20K"
18676   - "FIB_200K"
18677   - "FIB_2M"
18678   layout:
18679     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
18680     layout: "plot-latency"
18681
18682 # Packet Latency - VPP IPv6 2n-skx-x710
18683 -
18684   type: "plot"
18685   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18686   algorithm: "plot_latency_error_bars"
18687   output-file-type: ".html"
18688   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18689   data: "plot-vpp-throughput-latency-2n-skx"
18690   filter: "'NIC_Intel-X710' and
18691            '78B' and
18692            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18693            'NDRPDR' and
18694            '2T1C' and
18695            'IP6FWD' and
18696            not 'SRv6' and
18697            not 'IPSEC' and
18698            not 'VHOST'"
18699   parameters:
18700   - "latency"
18701   - "parent"
18702   - "tags"
18703   sort:
18704   - "IP6BASE"
18705   - "FIB_20K"
18706   - "FIB_200K"
18707   - "FIB_2M"
18708   layout:
18709     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
18710     layout: "plot-latency"
18711
18712 -
18713   type: "plot"
18714   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18715   algorithm: "plot_latency_error_bars"
18716   output-file-type: ".html"
18717   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18718   data: "plot-vpp-throughput-latency-2n-skx"
18719   filter: "'NIC_Intel-X710' and
18720            '78B' and
18721            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18722            'NDRPDR' and
18723            '4T2C' and
18724            'IP6FWD' and
18725            not 'SRv6' and
18726            not 'IPSEC' and
18727            not 'VHOST'"
18728   parameters:
18729   - "latency"
18730   - "parent"
18731   - "tags"
18732   sort:
18733   - "IP6BASE"
18734   - "FIB_20K"
18735   - "FIB_200K"
18736   - "FIB_2M"
18737   layout:
18738     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
18739     layout: "plot-latency"
18740
18741 # Packet Latency - VPP IPv6 2n-skx-xxv710
18742 -
18743   type: "plot"
18744   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18745   algorithm: "plot_latency_error_bars"
18746   output-file-type: ".html"
18747   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18748   data: "plot-vpp-throughput-latency-2n-skx"
18749   filter: "'NIC_Intel-XXV710' and
18750            '78B' and
18751            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18752            'NDRPDR' and
18753            '2T1C' and
18754            'IP6FWD' and
18755            not 'SRv6' and
18756            not 'IPSEC' and
18757            not 'VHOST'"
18758   parameters:
18759   - "latency"
18760   - "parent"
18761   - "tags"
18762   sort:
18763   - "IP6BASE"
18764   - "FIB_20K"
18765   - "FIB_200K"
18766   - "FIB_2M"
18767   layout:
18768     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
18769     layout: "plot-latency"
18770
18771 -
18772   type: "plot"
18773   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18774   algorithm: "plot_latency_error_bars"
18775   output-file-type: ".html"
18776   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18777   data: "plot-vpp-throughput-latency-2n-skx"
18778   filter: "'NIC_Intel-XXV710' and
18779            '78B' and
18780            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18781            'NDRPDR' and
18782            '4T2C' and
18783            'IP6FWD' and
18784            not 'SRv6' and
18785            not 'IPSEC' and
18786            not 'VHOST'"
18787   parameters:
18788   - "latency"
18789   - "parent"
18790   - "tags"
18791   sort:
18792   - "IP6BASE"
18793   - "FIB_20K"
18794   - "FIB_200K"
18795   - "FIB_2M"
18796   layout:
18797     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
18798     layout: "plot-latency"
18799
18800 ################################################################################
18801
18802 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
18803 -
18804   type: "plot"
18805   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18806   algorithm: "plot_latency_error_bars"
18807   output-file-type: ".html"
18808   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18809   data: "plot-vpp-throughput-latency-3n-hsw"
18810   filter: "'NIC_Intel-X520-DA2' and
18811            '78B' and
18812            'ENCAP' and
18813            'NDRPDR' and
18814            '1T1C' and
18815            'LISP' and
18816            not 'VHOST'"
18817   parameters:
18818   - "latency"
18819   - "parent"
18820   - "tags"
18821   sort:
18822   - "IP4UNRLAY"
18823   - "IP6UNRLAY"
18824   layout:
18825     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18826     layout: "plot-latency"
18827
18828 -
18829   type: "plot"
18830   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-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-2t2c-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            '2T2C' 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-2t2c-base_and_scale-ndr"
18851     layout: "plot-latency"
18852
18853 ################################################################################
18854
18855 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
18856 -
18857   type: "plot"
18858   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18859   algorithm: "plot_latency_error_bars"
18860   output-file-type: ".html"
18861   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18862   data: "plot-vpp-throughput-latency-3n-hsw"
18863   filter: "'NIC_Intel-XL710' and
18864            '64B' and
18865            'IP4FWD' and
18866            'NDRPDR' and
18867            'BASE' and
18868            '1T1C' and
18869            'IPSECHW' and
18870            ('IPSECTRAN' or 'IPSECTUN') and
18871            not 'VHOST'"
18872   parameters:
18873   - "latency"
18874   - "parent"
18875   - "tags"
18876   layout:
18877     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
18878     layout: "plot-latency"
18879
18880 -
18881   type: "plot"
18882   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18883   algorithm: "plot_latency_error_bars"
18884   output-file-type: ".html"
18885   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18886   data: "plot-vpp-throughput-latency-3n-hsw"
18887   filter: "'NIC_Intel-XL710' and
18888            '64B' and
18889            'IP4FWD' and
18890            'NDRPDR' and
18891            'BASE' and
18892            '2T2C' and
18893            'IPSECHW' and
18894            ('IPSECTRAN' or 'IPSECTUN') and
18895            not 'VHOST'"
18896   parameters:
18897   - "latency"
18898   - "parent"
18899   - "tags"
18900   layout:
18901     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
18902     layout: "plot-latency"
18903
18904 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
18905 -
18906   type: "plot"
18907   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18908   algorithm: "plot_latency_error_bars"
18909   output-file-type: ".html"
18910   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-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            'SCALE' and
18917            '1T1C' 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-1t1c-scale-ndr"
18927     layout: "plot-latency"
18928
18929 -
18930   type: "plot"
18931   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18932   algorithm: "plot_latency_error_bars"
18933   output-file-type: ".html"
18934   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18935   data: "plot-vpp-throughput-latency-3n-hsw"
18936   filter: "'NIC_Intel-XL710' and
18937            '64B' and
18938            'IP4FWD' and
18939            'NDRPDR' and
18940            'SCALE' and
18941            '2T2C' and
18942            'IPSECHW' and
18943            ('IPSECTRAN' or 'IPSECTUN') and
18944            not 'VHOST'"
18945   parameters:
18946   - "latency"
18947   - "parent"
18948   - "tags"
18949   layout:
18950     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
18951     layout: "plot-latency"
18952
18953 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
18954 -
18955   type: "plot"
18956   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18957   algorithm: "plot_latency_error_bars"
18958   output-file-type: ".html"
18959   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-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            '1T1C' and
18966            'IPSECSW' and
18967            ('IPSECTRAN' or 'IPSECTUN') and
18968            not 'VHOST'"
18969   parameters:
18970   - "latency"
18971   - "parent"
18972   - "tags"
18973   layout:
18974     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
18975     layout: "plot-latency"
18976
18977 -
18978   type: "plot"
18979   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18980   algorithm: "plot_latency_error_bars"
18981   output-file-type: ".html"
18982   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18983   data: "plot-vpp-throughput-latency-3n-hsw"
18984   filter: "'NIC_Intel-XL710' and
18985            '64B' and
18986            'IP4FWD' and
18987            'NDRPDR' and
18988            '2T2C' and
18989            'IPSECSW' and
18990            ('IPSECTRAN' or 'IPSECTUN') and
18991            not 'VHOST'"
18992   parameters:
18993   - "latency"
18994   - "parent"
18995   - "tags"
18996   layout:
18997     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
18998     layout: "plot-latency"
18999
19000 ################################################################################
19001
19002 # Packet Latency - VPP SRv6 3n-hsw-x520
19003 -
19004   type: "plot"
19005   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
19006   algorithm: "plot_latency_error_bars"
19007   output-file-type: ".html"
19008   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
19009   data: "plot-vpp-throughput-latency-3n-hsw"
19010   filter: "'NIC_Intel-X520-DA2' and
19011            '78B' and
19012            'FEATURE' and
19013            'NDRPDR' and
19014            '1T1C' and
19015            'IP6FWD' and
19016            'SRv6'"
19017   parameters:
19018   - "latency"
19019   - "parent"
19020   - "tags"
19021   layout:
19022     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
19023     layout: "plot-latency"
19024
19025 -
19026   type: "plot"
19027   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19028   algorithm: "plot_latency_error_bars"
19029   output-file-type: ".html"
19030   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19031   data: "plot-vpp-throughput-latency-3n-hsw"
19032   filter: "'NIC_Intel-X520-DA2' and
19033            '78B' and
19034            'FEATURE' and
19035            'NDRPDR' and
19036            '2T2C' and
19037            'IP6FWD' and
19038            'SRv6'"
19039   parameters:
19040   - "latency"
19041   - "parent"
19042   - "tags"
19043   layout:
19044     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
19045     layout: "plot-latency"
19046
19047 ################################################################################
19048
19049 # Packet Latency - VPP vhost ip4 3n-hsw-x520
19050 -
19051   type: "plot"
19052   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19053   algorithm: "plot_latency_error_bars"
19054   output-file-type: ".html"
19055   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19056   data: "plot-vpp-throughput-latency-3n-hsw"
19057   filter: "'NIC_Intel-X520-DA2' and
19058            '64B' and
19059            'NDRPDR' and
19060            'ETH' and
19061            'IP4FWD' and
19062            '1T1C' and
19063            'VHOST_1024' and
19064            not 'VXLAN' and
19065            not 'DOT1Q'"
19066   parameters:
19067   - "latency"
19068   - "parent"
19069   - "tags"
19070   sort:
19071   - "not CFS_OPT"
19072   - "1VM"
19073   - "2VM"
19074   layout:
19075     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19076     layout: "plot-latency"
19077
19078 -
19079   type: "plot"
19080   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19081   algorithm: "plot_latency_error_bars"
19082   output-file-type: ".html"
19083   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19084   data: "plot-vpp-throughput-latency-3n-hsw"
19085   filter: "'NIC_Intel-X520-DA2' and
19086            '64B' and
19087            'NDRPDR' and
19088            'ETH' and
19089            'IP4FWD' and
19090            '2T2C' and
19091            'VHOST_1024' and
19092            not 'VXLAN' and
19093            not 'DOT1Q'"
19094   parameters:
19095   - "latency"
19096   - "parent"
19097   - "tags"
19098   sort:
19099   - "not CFS_OPT"
19100   - "1VM"
19101   - "2VM"
19102   layout:
19103     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19104     layout: "plot-latency"
19105
19106 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
19107 -
19108   type: "plot"
19109   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19110   algorithm: "plot_latency_error_bars"
19111   output-file-type: ".html"
19112   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19113   data: "plot-vpp-throughput-latency-3n-hsw"
19114   filter: "'NIC_Intel-X520-DA2' and
19115            '64B' and
19116            'NDRPDR' and
19117            'ETH' and
19118            '1T1C' and
19119            'L2BDMACLRN' and
19120            'VHOST_1024' and
19121            not 'VXLAN' and
19122            not 'IP4FWD' and
19123            not 'DOT1Q' and
19124            not '2VM'"
19125   parameters:
19126   - "latency"
19127   - "parent"
19128   - "tags"
19129   sort:
19130   - "VM"  # "not CFS_OPT"
19131   - "CFS_OPT"
19132   - "FIB_10K"
19133   - "FIB_100K"
19134   - "FIB_1M"
19135   layout:
19136     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19137     layout: "plot-latency"
19138
19139 -
19140   type: "plot"
19141   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19142   algorithm: "plot_latency_error_bars"
19143   output-file-type: ".html"
19144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19145   data: "plot-vpp-throughput-latency-3n-hsw"
19146   filter: "'NIC_Intel-X520-DA2' and
19147            '64B' and
19148            'NDRPDR' and
19149            'ETH' and
19150            '2T2C' and
19151            'L2BDMACLRN' and
19152            'VHOST_1024' and
19153            not 'VXLAN' and
19154            not 'IP4FWD' and
19155            not 'DOT1Q' and
19156            not '2VM'"
19157   parameters:
19158   - "latency"
19159   - "parent"
19160   - "tags"
19161   sort:
19162   - "VM"  # "not CFS_OPT"
19163   - "CFS_OPT"
19164   - "FIB_10K"
19165   - "FIB_100K"
19166   - "FIB_1M"
19167   layout:
19168     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19169     layout: "plot-latency"
19170
19171 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
19172 -
19173   type: "plot"
19174   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19175   algorithm: "plot_latency_error_bars"
19176   output-file-type: ".html"
19177   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19178   data: "plot-vpp-throughput-latency-3n-hsw"
19179   filter: "'NIC_Intel-X520-DA2' and
19180            '64B' and
19181            'NDRPDR' and
19182            'ETH' and
19183            'BASE' and
19184            '1T1C' and
19185            ('L2BDMACLRN' or 'L2XCFWD') and
19186            'VHOST_1024' and
19187            not 'VXLAN' and
19188            not 'IP4FWD' and
19189            not 'DOT1Q' and
19190            not '2VM'"
19191   parameters:
19192   - "latency"
19193   - "parent"
19194   - "tags"
19195   sort:
19196   - "not CFS_OPT"
19197   - "L2XCFWD"
19198   - "not CFS_OPT"
19199   - "CFS_OPT"
19200   layout:
19201     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
19202     layout: "plot-latency"
19203
19204 -
19205   type: "plot"
19206   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19207   algorithm: "plot_latency_error_bars"
19208   output-file-type: ".html"
19209   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19210   data: "plot-vpp-throughput-latency-3n-hsw"
19211   filter: "'NIC_Intel-X520-DA2' and
19212            '64B' and
19213            'NDRPDR' and
19214            'ETH' and
19215            'BASE' and
19216            '2T2C' and
19217            ('L2BDMACLRN' or 'L2XCFWD') and
19218            'VHOST_1024' and
19219            not 'VXLAN' and
19220            not 'IP4FWD' and
19221            not 'DOT1Q' and
19222            not '2VM'"
19223   parameters:
19224   - "latency"
19225   - "parent"
19226   - "tags"
19227   sort:
19228   - "not CFS_OPT"
19229   - "L2XCFWD"
19230   - "not CFS_OPT"
19231   - "CFS_OPT"
19232   layout:
19233     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
19234     layout: "plot-latency"
19235
19236 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
19237 -
19238   type: "plot"
19239   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19240   algorithm: "plot_latency_error_bars"
19241   output-file-type: ".html"
19242   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19243   data: "plot-vpp-throughput-latency-3n-hsw"
19244   filter: "'NIC_Intel-X520-DA2' and
19245            '64B' and
19246            'NDRPDR' and
19247            'ETH' and
19248            '1T1C' and
19249            ('L2BDMACLRN' or 'L2XCFWD') and
19250            'VHOST_1024' and
19251            not 'CFS_OPT' and
19252            not 'VXLAN' and
19253            not 'IP4FWD' and
19254            not 'DOT1Q'"
19255   parameters:
19256   - "latency"
19257   - "parent"
19258   - "tags"
19259   sort:
19260   - "1VM"
19261   - "L2XCFWD"
19262   - "1VM"
19263   - "L2BDMACLRN"
19264   layout:
19265     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
19266     layout: "plot-latency"
19267
19268 -
19269   type: "plot"
19270   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19271   algorithm: "plot_latency_error_bars"
19272   output-file-type: ".html"
19273   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19274   data: "plot-vpp-throughput-latency-3n-hsw"
19275   filter: "'NIC_Intel-X520-DA2' and
19276            '64B' and
19277            'NDRPDR' and
19278            'ETH' and
19279            '2T2C' and
19280            ('L2BDMACLRN' or 'L2XCFWD') and
19281            'VHOST_1024' and
19282            not 'CFS_OPT' and
19283            not 'VXLAN' and
19284            not 'IP4FWD' and
19285            not 'DOT1Q'"
19286   parameters:
19287   - "latency"
19288   - "parent"
19289   - "tags"
19290   sort:
19291   - "1VM"
19292   - "L2XCFWD"
19293   - "1VM"
19294   - "L2BDMACLRN"
19295   layout:
19296     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
19297     layout: "plot-latency"
19298
19299 # Packet Latency - VPP vhost ip4 3n-hsw-x710
19300 -
19301   type: "plot"
19302   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19303   algorithm: "plot_latency_error_bars"
19304   output-file-type: ".html"
19305   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19306   data: "plot-vpp-throughput-latency-3n-hsw"
19307   filter: "'NIC_Intel-X710' and
19308            '64B' and
19309            'NDRPDR' and
19310            'ETH' and
19311            'IP4FWD' and
19312            '1T1C' and
19313            'VHOST_1024' and
19314            not 'VXLAN' and
19315            not 'DOT1Q'"
19316   parameters:
19317   - "latency"
19318   - "parent"
19319   - "tags"
19320   sort:
19321   - "not CFS_OPT"
19322   - "1VM"
19323   - "2VM"
19324   layout:
19325     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19326     layout: "plot-latency"
19327
19328 -
19329   type: "plot"
19330   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19331   algorithm: "plot_latency_error_bars"
19332   output-file-type: ".html"
19333   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19334   data: "plot-vpp-throughput-latency-3n-hsw"
19335   filter: "'NIC_Intel-X710' and
19336            '64B' and
19337            'NDRPDR' and
19338            'ETH' and
19339            'IP4FWD' and
19340            '2T2C' and
19341            'VHOST_1024' and
19342            not 'VXLAN' and
19343            not 'DOT1Q'"
19344   parameters:
19345   - "latency"
19346   - "parent"
19347   - "tags"
19348   sort:
19349   - "not CFS_OPT"
19350   - "1VM"
19351   - "2VM"
19352   layout:
19353     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19354     layout: "plot-latency"
19355
19356 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
19357 -
19358   type: "plot"
19359   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19360   algorithm: "plot_latency_error_bars"
19361   output-file-type: ".html"
19362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19363   data: "plot-vpp-throughput-latency-3n-hsw"
19364   filter: "'NIC_Intel-X710' and
19365            '64B' and
19366            'NDRPDR' and
19367            'ETH' and
19368            '1T1C' and
19369            'L2BDMACLRN' and
19370            'VHOST_1024' and
19371            not 'VXLAN' and
19372            not 'IP4FWD' and
19373            not 'DOT1Q' and
19374            not '2VM'"
19375   parameters:
19376   - "latency"
19377   - "parent"
19378   - "tags"
19379   sort:
19380   - "VM"  # "not CFS_OPT"
19381   - "CFS_OPT"
19382   - "FIB_10K"
19383   - "FIB_100K"
19384   - "FIB_1M"
19385   layout:
19386     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19387     layout: "plot-latency"
19388
19389 -
19390   type: "plot"
19391   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19392   algorithm: "plot_latency_error_bars"
19393   output-file-type: ".html"
19394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19395   data: "plot-vpp-throughput-latency-3n-hsw"
19396   filter: "'NIC_Intel-X710' and
19397            '64B' and
19398            'NDRPDR' and
19399            'ETH' and
19400            '2T2C' and
19401            'L2BDMACLRN' and
19402            'VHOST_1024' and
19403            not 'VXLAN' and
19404            not 'IP4FWD' and
19405            not 'DOT1Q' and
19406            not '2VM'"
19407   parameters:
19408   - "latency"
19409   - "parent"
19410   - "tags"
19411   sort:
19412   - "VM"  # "not CFS_OPT"
19413   - "CFS_OPT"
19414   - "FIB_10K"
19415   - "FIB_100K"
19416   - "FIB_1M"
19417   layout:
19418     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19419     layout: "plot-latency"
19420
19421 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
19422 -
19423   type: "plot"
19424   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19425   algorithm: "plot_latency_error_bars"
19426   output-file-type: ".html"
19427   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19428   data: "plot-vpp-throughput-latency-3n-hsw"
19429   filter: "'NIC_Intel-X710' and
19430            '64B' and
19431            'NDRPDR' and
19432            'ETH' and
19433            'BASE' and
19434            '1T1C' and
19435            ('L2BDMACLRN' or 'L2XCFWD') and
19436            'VHOST_1024' and
19437            not 'VXLAN' and
19438            not 'IP4FWD' and
19439            not 'DOT1Q' and
19440            not '2VM'"
19441   parameters:
19442   - "latency"
19443   - "parent"
19444   - "tags"
19445   sort:
19446   - "not CFS_OPT"
19447   - "L2XCFWD"
19448   - "not CFS_OPT"
19449   - "CFS_OPT"
19450   layout:
19451     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
19452     layout: "plot-latency"
19453
19454 -
19455   type: "plot"
19456   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19457   algorithm: "plot_latency_error_bars"
19458   output-file-type: ".html"
19459   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19460   data: "plot-vpp-throughput-latency-3n-hsw"
19461   filter: "'NIC_Intel-X710' and
19462            '64B' and
19463            'NDRPDR' and
19464            'ETH' and
19465            'BASE' and
19466            '2T2C' and
19467            ('L2BDMACLRN' or 'L2XCFWD') and
19468            'VHOST_1024' and
19469            not 'VXLAN' and
19470            not 'IP4FWD' and
19471            not 'DOT1Q' and
19472            not '2VM'"
19473   parameters:
19474   - "latency"
19475   - "parent"
19476   - "tags"
19477   sort:
19478   - "not CFS_OPT"
19479   - "L2XCFWD"
19480   - "not CFS_OPT"
19481   - "CFS_OPT"
19482   layout:
19483     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
19484     layout: "plot-latency"
19485
19486 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
19487 -
19488   type: "plot"
19489   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19490   algorithm: "plot_latency_error_bars"
19491   output-file-type: ".html"
19492   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19493   data: "plot-vpp-throughput-latency-3n-hsw"
19494   filter: "'NIC_Intel-X710' and
19495            '64B' and
19496            'NDRPDR' and
19497            'ETH' and
19498            '1T1C' and
19499            ('L2BDMACLRN' or 'L2XCFWD') and
19500            'VHOST_1024' and
19501            not 'CFS_OPT' and
19502            not 'VXLAN' and
19503            not 'IP4FWD' and
19504            not 'DOT1Q'"
19505   parameters:
19506   - "latency"
19507   - "parent"
19508   - "tags"
19509   sort:
19510   - "1VM"
19511   - "L2XCFWD"
19512   - "1VM"
19513   - "L2BDMACLRN"
19514   layout:
19515     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
19516     layout: "plot-latency"
19517
19518 -
19519   type: "plot"
19520   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19521   algorithm: "plot_latency_error_bars"
19522   output-file-type: ".html"
19523   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19524   data: "plot-vpp-throughput-latency-3n-hsw"
19525   filter: "'NIC_Intel-X710' and
19526            '64B' and
19527            'NDRPDR' and
19528            'ETH' and
19529            '2T2C' and
19530            ('L2BDMACLRN' or 'L2XCFWD') and
19531            'VHOST_1024' and
19532            not 'CFS_OPT' and
19533            not 'VXLAN' and
19534            not 'IP4FWD' and
19535            not 'DOT1Q'"
19536   parameters:
19537   - "latency"
19538   - "parent"
19539   - "tags"
19540   sort:
19541   - "1VM"
19542   - "L2XCFWD"
19543   - "1VM"
19544   - "L2BDMACLRN"
19545   layout:
19546     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
19547     layout: "plot-latency"
19548
19549 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
19550 -
19551   type: "plot"
19552   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19553   algorithm: "plot_latency_error_bars"
19554   output-file-type: ".html"
19555   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19556   data: "plot-vpp-throughput-latency-3n-hsw"
19557   filter: "'NIC_Intel-XL710' and
19558            '64B' and
19559            'NDRPDR' and
19560            'ETH' and
19561            'IP4FWD' and
19562            '1T1C' and
19563            'VHOST_1024' and
19564            not 'VXLAN' and
19565            not 'DOT1Q'"
19566   parameters:
19567   - "latency"
19568   - "parent"
19569   - "tags"
19570   sort:
19571   - "not CFS_OPT"
19572   - "1VM"
19573   - "2VM"
19574   layout:
19575     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19576     layout: "plot-latency"
19577
19578 -
19579   type: "plot"
19580   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19581   algorithm: "plot_latency_error_bars"
19582   output-file-type: ".html"
19583   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19584   data: "plot-vpp-throughput-latency-3n-hsw"
19585   filter: "'NIC_Intel-XL710' and
19586            '64B' and
19587            'NDRPDR' and
19588            'ETH' and
19589            'IP4FWD' and
19590            '2T2C' and
19591            'VHOST_1024' and
19592            not 'VXLAN' and
19593            not 'DOT1Q'"
19594   parameters:
19595   - "latency"
19596   - "parent"
19597   - "tags"
19598   sort:
19599   - "not CFS_OPT"
19600   - "1VM"
19601   - "2VM"
19602   layout:
19603     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19604     layout: "plot-latency"
19605
19606 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
19607 -
19608   type: "plot"
19609   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19610   algorithm: "plot_latency_error_bars"
19611   output-file-type: ".html"
19612   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19613   data: "plot-vpp-throughput-latency-3n-hsw"
19614   filter: "'NIC_Intel-XL710' and
19615            '64B' and
19616            'NDRPDR' and
19617            'ETH' and
19618            '1T1C' and
19619            'L2BDMACLRN' and
19620            'VHOST_1024' and
19621            not 'VXLAN' and
19622            not 'IP4FWD' and
19623            not 'DOT1Q' and
19624            not '2VM'"
19625   parameters:
19626   - "latency"
19627   - "parent"
19628   - "tags"
19629   sort:
19630   - "VM"  # "not CFS_OPT"
19631   - "CFS_OPT"
19632   - "FIB_10K"
19633   - "FIB_100K"
19634   - "FIB_1M"
19635   layout:
19636     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19637     layout: "plot-latency"
19638
19639 -
19640   type: "plot"
19641   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19642   algorithm: "plot_latency_error_bars"
19643   output-file-type: ".html"
19644   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19645   data: "plot-vpp-throughput-latency-3n-hsw"
19646   filter: "'NIC_Intel-XL710' and
19647            '64B' and
19648            'NDRPDR' and
19649            'ETH' and
19650            '2T2C' and
19651            'L2BDMACLRN' and
19652            'VHOST_1024' and
19653            not 'VXLAN' and
19654            not 'IP4FWD' and
19655            not 'DOT1Q' and
19656            not '2VM'"
19657   parameters:
19658   - "latency"
19659   - "parent"
19660   - "tags"
19661   sort:
19662   - "VM"  # "not CFS_OPT"
19663   - "CFS_OPT"
19664   - "FIB_10K"
19665   - "FIB_100K"
19666   - "FIB_1M"
19667   layout:
19668     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19669     layout: "plot-latency"
19670
19671 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
19672 -
19673   type: "plot"
19674   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19675   algorithm: "plot_latency_error_bars"
19676   output-file-type: ".html"
19677   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19678   data: "plot-vpp-throughput-latency-3n-hsw"
19679   filter: "'NIC_Intel-XL710' and
19680            '64B' and
19681            'NDRPDR' and
19682            'ETH' and
19683            'BASE' and
19684            '1T1C' and
19685            ('L2BDMACLRN' or 'L2XCFWD') and
19686            'VHOST_1024' and
19687            not 'VXLAN' and
19688            not 'IP4FWD' and
19689            not 'DOT1Q' and
19690            not '2VM'"
19691   parameters:
19692   - "latency"
19693   - "parent"
19694   - "tags"
19695   sort:
19696   - "not CFS_OPT"
19697   - "L2XCFWD"
19698   - "not CFS_OPT"
19699   - "CFS_OPT"
19700   layout:
19701     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
19702     layout: "plot-latency"
19703
19704 -
19705   type: "plot"
19706   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19707   algorithm: "plot_latency_error_bars"
19708   output-file-type: ".html"
19709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19710   data: "plot-vpp-throughput-latency-3n-hsw"
19711   filter: "'NIC_Intel-XL710' and
19712            '64B' and
19713            'NDRPDR' and
19714            'ETH' and
19715            'BASE' and
19716            '2T2C' and
19717            ('L2BDMACLRN' or 'L2XCFWD') and
19718            'VHOST_1024' and
19719            not 'VXLAN' and
19720            not 'IP4FWD' and
19721            not 'DOT1Q' and
19722            not '2VM'"
19723   parameters:
19724   - "latency"
19725   - "parent"
19726   - "tags"
19727   sort:
19728   - "not CFS_OPT"
19729   - "L2XCFWD"
19730   - "not CFS_OPT"
19731   - "CFS_OPT"
19732   layout:
19733     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
19734     layout: "plot-latency"
19735
19736 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
19737 -
19738   type: "plot"
19739   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19740   algorithm: "plot_latency_error_bars"
19741   output-file-type: ".html"
19742   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19743   data: "plot-vpp-throughput-latency-3n-hsw"
19744   filter: "'NIC_Intel-XL710' and
19745            '64B' and
19746            'NDRPDR' and
19747            'ETH' and
19748            '1T1C' and
19749            ('L2BDMACLRN' or 'L2XCFWD') and
19750            'VHOST_1024' and
19751            not 'CFS_OPT' and
19752            not 'VXLAN' and
19753            not 'IP4FWD' and
19754            not 'DOT1Q'"
19755   parameters:
19756   - "latency"
19757   - "parent"
19758   - "tags"
19759   sort:
19760   - "1VM"
19761   - "L2XCFWD"
19762   - "1VM"
19763   - "L2BDMACLRN"
19764   layout:
19765     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
19766     layout: "plot-latency"
19767
19768 -
19769   type: "plot"
19770   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19771   algorithm: "plot_latency_error_bars"
19772   output-file-type: ".html"
19773   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19774   data: "plot-vpp-throughput-latency-3n-hsw"
19775   filter: "'NIC_Intel-XL710' and
19776            '64B' and
19777            'NDRPDR' and
19778            'ETH' and
19779            '2T2C' and
19780            ('L2BDMACLRN' or 'L2XCFWD') and
19781            'VHOST_1024' and
19782            not 'CFS_OPT' and
19783            not 'VXLAN' and
19784            not 'IP4FWD' and
19785            not 'DOT1Q'"
19786   parameters:
19787   - "latency"
19788   - "parent"
19789   - "tags"
19790   sort:
19791   - "1VM"
19792   - "L2XCFWD"
19793   - "1VM"
19794   - "L2BDMACLRN"
19795   layout:
19796     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
19797     layout: "plot-latency"
19798
19799 # Packet Latency - VPP vhost ip4 3n-skx-x710
19800 -
19801   type: "plot"
19802   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19803   algorithm: "plot_latency_error_bars"
19804   output-file-type: ".html"
19805   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19806   data: "plot-vpp-throughput-latency-3n-skx"
19807   filter: "'NIC_Intel-X710' and
19808            '64B' and
19809            'NDRPDR' and
19810            'ETH' and
19811            'IP4FWD' and
19812            '2T1C' and
19813            'VHOST_1024' and
19814            not 'VXLAN' and
19815            not 'DOT1Q'"
19816   parameters:
19817   - "latency"
19818   - "parent"
19819   - "tags"
19820   sort:
19821   - "not CFS_OPT"
19822   - "1VM"
19823   - "2VM"
19824   layout:
19825     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19826     layout: "plot-latency"
19827
19828 -
19829   type: "plot"
19830   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19831   algorithm: "plot_latency_error_bars"
19832   output-file-type: ".html"
19833   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19834   data: "plot-vpp-throughput-latency-3n-skx"
19835   filter: "'NIC_Intel-X710' and
19836            '64B' and
19837            'NDRPDR' and
19838            'ETH' and
19839            'IP4FWD' and
19840            '4T2C' and
19841            'VHOST_1024' and
19842            not 'VXLAN' and
19843            not 'DOT1Q'"
19844   parameters:
19845   - "latency"
19846   - "parent"
19847   - "tags"
19848   sort:
19849   - "not CFS_OPT"
19850   - "1VM"
19851   - "2VM"
19852   layout:
19853     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19854     layout: "plot-latency"
19855
19856 # Packet Latency - VPP vhost l2sw 3n-skx-x710
19857 -
19858   type: "plot"
19859   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19860   algorithm: "plot_latency_error_bars"
19861   output-file-type: ".html"
19862   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19863   data: "plot-vpp-throughput-latency-3n-skx"
19864   filter: "'NIC_Intel-X710' and
19865            '64B' and
19866            'NDRPDR' and
19867            'ETH' and
19868            '2T1C' and
19869            'L2BDMACLRN' and
19870            'VHOST_1024' and
19871            not 'VXLAN' and
19872            not 'IP4FWD' and
19873            not 'DOT1Q' and
19874            not '2VM'"
19875   parameters:
19876   - "latency"
19877   - "parent"
19878   - "tags"
19879   sort:
19880   - "VM"  # "not CFS_OPT"
19881   - "CFS_OPT"
19882   - "FIB_10K"
19883   - "FIB_100K"
19884   - "FIB_1M"
19885   layout:
19886     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19887     layout: "plot-latency"
19888
19889 -
19890   type: "plot"
19891   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19892   algorithm: "plot_latency_error_bars"
19893   output-file-type: ".html"
19894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19895   data: "plot-vpp-throughput-latency-3n-skx"
19896   filter: "'NIC_Intel-X710' and
19897            '64B' and
19898            'NDRPDR' and
19899            'ETH' and
19900            '4T2C' and
19901            'L2BDMACLRN' and
19902            'VHOST_1024' and
19903            not 'VXLAN' and
19904            not 'IP4FWD' and
19905            not 'DOT1Q' and
19906            not '2VM'"
19907   parameters:
19908   - "latency"
19909   - "parent"
19910   - "tags"
19911   sort:
19912   - "VM"  # "not CFS_OPT"
19913   - "CFS_OPT"
19914   - "FIB_10K"
19915   - "FIB_100K"
19916   - "FIB_1M"
19917   layout:
19918     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19919     layout: "plot-latency"
19920
19921 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
19922 -
19923   type: "plot"
19924   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19925   algorithm: "plot_latency_error_bars"
19926   output-file-type: ".html"
19927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19928   data: "plot-vpp-throughput-latency-3n-skx"
19929   filter: "'NIC_Intel-X710' and
19930            '64B' and
19931            'NDRPDR' and
19932            'ETH' and
19933            'BASE' and
19934            '2T1C' and
19935            ('L2BDMACLRN' or 'L2XCFWD') and
19936            'VHOST_1024' and
19937            not 'VXLAN' and
19938            not 'IP4FWD' and
19939            not 'DOT1Q' and
19940            not '2VM'"
19941   parameters:
19942   - "latency"
19943   - "parent"
19944   - "tags"
19945   sort:
19946   - "not CFS_OPT"
19947   - "L2XCFWD"
19948   - "not CFS_OPT"
19949   - "CFS_OPT"
19950   layout:
19951     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
19952     layout: "plot-latency"
19953
19954 -
19955   type: "plot"
19956   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19957   algorithm: "plot_latency_error_bars"
19958   output-file-type: ".html"
19959   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19960   data: "plot-vpp-throughput-latency-3n-skx"
19961   filter: "'NIC_Intel-X710' and
19962            '64B' and
19963            'NDRPDR' and
19964            'ETH' and
19965            'BASE' and
19966            '4T2C' and
19967            ('L2BDMACLRN' or 'L2XCFWD') and
19968            'VHOST_1024' and
19969            not 'VXLAN' and
19970            not 'IP4FWD' and
19971            not 'DOT1Q' and
19972            not '2VM'"
19973   parameters:
19974   - "latency"
19975   - "parent"
19976   - "tags"
19977   sort:
19978   - "not CFS_OPT"
19979   - "L2XCFWD"
19980   - "not CFS_OPT"
19981   - "CFS_OPT"
19982   layout:
19983     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
19984     layout: "plot-latency"
19985
19986 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
19987 -
19988   type: "plot"
19989   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19990   algorithm: "plot_latency_error_bars"
19991   output-file-type: ".html"
19992   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19993   data: "plot-vpp-throughput-latency-3n-skx"
19994   filter: "'NIC_Intel-X710' and
19995            '64B' and
19996            'NDRPDR' and
19997            'ETH' and
19998            '2T1C' and
19999            ('L2BDMACLRN' or 'L2XCFWD') and
20000            'VHOST_1024' and
20001            not 'CFS_OPT' and
20002            not 'VXLAN' and
20003            not 'IP4FWD' and
20004            not 'DOT1Q'"
20005   parameters:
20006   - "latency"
20007   - "parent"
20008   - "tags"
20009   sort:
20010   - "1VM"
20011   - "L2XCFWD"
20012   - "1VM"
20013   - "L2BDMACLRN"
20014   layout:
20015     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
20016     layout: "plot-latency"
20017
20018 -
20019   type: "plot"
20020   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20021   algorithm: "plot_latency_error_bars"
20022   output-file-type: ".html"
20023   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20024   data: "plot-vpp-throughput-latency-3n-skx"
20025   filter: "'NIC_Intel-X710' and
20026            '64B' and
20027            'NDRPDR' and
20028            'ETH' and
20029            '4T2C' and
20030            ('L2BDMACLRN' or 'L2XCFWD') and
20031            'VHOST_1024' and
20032            not 'CFS_OPT' and
20033            not 'VXLAN' and
20034            not 'IP4FWD' and
20035            not 'DOT1Q'"
20036   parameters:
20037   - "latency"
20038   - "parent"
20039   - "tags"
20040   sort:
20041   - "1VM"
20042   - "L2XCFWD"
20043   - "1VM"
20044   - "L2BDMACLRN"
20045   layout:
20046     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
20047     layout: "plot-latency"
20048
20049 # Packet Latency - VPP vhost ip4 2n-skx-x710
20050 -
20051   type: "plot"
20052   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20053   algorithm: "plot_latency_error_bars"
20054   output-file-type: ".html"
20055   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20056   data: "plot-vpp-throughput-latency-2n-skx"
20057   filter: "'NIC_Intel-X710' and
20058            '64B' and
20059            'NDRPDR' and
20060            'ETH' and
20061            'IP4FWD' and
20062            '2T1C' and
20063            'VHOST_1024' and
20064            not 'VXLAN' and
20065            not 'DOT1Q'"
20066   parameters:
20067   - "latency"
20068   - "parent"
20069   - "tags"
20070   sort:
20071   - "not CFS_OPT"
20072   - "1VM"
20073   - "2VM"
20074   layout:
20075     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20076     layout: "plot-latency"
20077
20078 -
20079   type: "plot"
20080   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20081   algorithm: "plot_latency_error_bars"
20082   output-file-type: ".html"
20083   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20084   data: "plot-vpp-throughput-latency-2n-skx"
20085   filter: "'NIC_Intel-X710' and
20086            '64B' and
20087            'NDRPDR' and
20088            'ETH' and
20089            'IP4FWD' and
20090            '4T2C' and
20091            'VHOST_1024' and
20092            not 'VXLAN' and
20093            not 'DOT1Q'"
20094   parameters:
20095   - "latency"
20096   - "parent"
20097   - "tags"
20098   sort:
20099   - "not CFS_OPT"
20100   - "1VM"
20101   - "2VM"
20102   layout:
20103     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20104     layout: "plot-latency"
20105
20106 # Packet Latency - VPP vhost l2sw 2n-skx-x710
20107 -
20108   type: "plot"
20109   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20110   algorithm: "plot_latency_error_bars"
20111   output-file-type: ".html"
20112   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20113   data: "plot-vpp-throughput-latency-2n-skx"
20114   filter: "'NIC_Intel-X710' and
20115            '64B' and
20116            'NDRPDR' and
20117            'ETH' and
20118            '2T1C' and
20119            'L2BDMACLRN' and
20120            'VHOST_1024' and
20121            not 'VXLAN' and
20122            not 'IP4FWD' and
20123            not 'DOT1Q' and
20124            not '2VM'"
20125   parameters:
20126   - "latency"
20127   - "parent"
20128   - "tags"
20129   sort:
20130   - "VM"  # "not CFS_OPT"
20131   - "CFS_OPT"
20132   - "FIB_10K"
20133   - "FIB_100K"
20134   - "FIB_1M"
20135   layout:
20136     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20137     layout: "plot-latency"
20138
20139 -
20140   type: "plot"
20141   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20142   algorithm: "plot_latency_error_bars"
20143   output-file-type: ".html"
20144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20145   data: "plot-vpp-throughput-latency-2n-skx"
20146   filter: "'NIC_Intel-X710' and
20147            '64B' and
20148            'NDRPDR' and
20149            'ETH' and
20150            '4T2C' and
20151            'L2BDMACLRN' and
20152            'VHOST_1024' and
20153            not 'VXLAN' and
20154            not 'IP4FWD' and
20155            not 'DOT1Q' and
20156            not '2VM'"
20157   parameters:
20158   - "latency"
20159   - "parent"
20160   - "tags"
20161   sort:
20162   - "VM"  # "not CFS_OPT"
20163   - "CFS_OPT"
20164   - "FIB_10K"
20165   - "FIB_100K"
20166   - "FIB_1M"
20167   layout:
20168     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20169     layout: "plot-latency"
20170
20171 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20172 -
20173   type: "plot"
20174   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20175   algorithm: "plot_latency_error_bars"
20176   output-file-type: ".html"
20177   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20178   data: "plot-vpp-throughput-latency-2n-skx"
20179   filter: "'NIC_Intel-X710' and
20180            '64B' and
20181            'NDRPDR' and
20182            'ETH' and
20183            'BASE' and
20184            '2T1C' and
20185            ('L2BDMACLRN' or 'L2XCFWD') and
20186            'VHOST_1024' and
20187            not 'VXLAN' and
20188            not 'IP4FWD' and
20189            not 'DOT1Q' and
20190            not '2VM'"
20191   parameters:
20192   - "latency"
20193   - "parent"
20194   - "tags"
20195   sort:
20196   - "not CFS_OPT"
20197   - "L2XCFWD"
20198   - "not CFS_OPT"
20199   - "CFS_OPT"
20200   layout:
20201     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
20202     layout: "plot-latency"
20203
20204 -
20205   type: "plot"
20206   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20207   algorithm: "plot_latency_error_bars"
20208   output-file-type: ".html"
20209   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20210   data: "plot-vpp-throughput-latency-2n-skx"
20211   filter: "'NIC_Intel-X710' and
20212            '64B' and
20213            'NDRPDR' and
20214            'ETH' and
20215            'BASE' and
20216            '4T2C' and
20217            ('L2BDMACLRN' or 'L2XCFWD') and
20218            'VHOST_1024' and
20219            not 'VXLAN' and
20220            not 'IP4FWD' and
20221            not 'DOT1Q' and
20222            not '2VM'"
20223   parameters:
20224   - "latency"
20225   - "parent"
20226   - "tags"
20227   sort:
20228   - "not CFS_OPT"
20229   - "L2XCFWD"
20230   - "not CFS_OPT"
20231   - "CFS_OPT"
20232   layout:
20233     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
20234     layout: "plot-latency"
20235
20236 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20237 -
20238   type: "plot"
20239   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20240   algorithm: "plot_latency_error_bars"
20241   output-file-type: ".html"
20242   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20243   data: "plot-vpp-throughput-latency-2n-skx"
20244   filter: "'NIC_Intel-X710' and
20245            '64B' and
20246            'NDRPDR' and
20247            'ETH' and
20248            '2T1C' and
20249            ('L2BDMACLRN' or 'L2XCFWD') and
20250            'VHOST_1024' and
20251            not 'CFS_OPT' and
20252            not 'VXLAN' and
20253            not 'IP4FWD' and
20254            not 'DOT1Q'"
20255   parameters:
20256   - "latency"
20257   - "parent"
20258   - "tags"
20259   sort:
20260   - "1VM"
20261   - "L2XCFWD"
20262   - "1VM"
20263   - "L2BDMACLRN"
20264   layout:
20265     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20266     layout: "plot-latency"
20267
20268 -
20269   type: "plot"
20270   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20271   algorithm: "plot_latency_error_bars"
20272   output-file-type: ".html"
20273   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20274   data: "plot-vpp-throughput-latency-2n-skx"
20275   filter: "'NIC_Intel-X710' and
20276            '64B' and
20277            'NDRPDR' and
20278            'ETH' and
20279            '4T2C' and
20280            ('L2BDMACLRN' or 'L2XCFWD') and
20281            'VHOST_1024' and
20282            not 'CFS_OPT' and
20283            not 'VXLAN' and
20284            not 'IP4FWD' and
20285            not 'DOT1Q'"
20286   parameters:
20287   - "latency"
20288   - "parent"
20289   - "tags"
20290   sort:
20291   - "1VM"
20292   - "L2XCFWD"
20293   - "1VM"
20294   - "L2BDMACLRN"
20295   layout:
20296     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
20297     layout: "plot-latency"
20298
20299 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
20300 -
20301   type: "plot"
20302   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20303   algorithm: "plot_latency_error_bars"
20304   output-file-type: ".html"
20305   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20306   data: "plot-vpp-throughput-latency-2n-skx"
20307   filter: "'NIC_Intel-XXV710' and
20308            '64B' and
20309            'NDRPDR' and
20310            'ETH' and
20311            'IP4FWD' and
20312            '2T1C' and
20313            'VHOST_1024' and
20314            not 'VXLAN' and
20315            not 'DOT1Q'"
20316   parameters:
20317   - "latency"
20318   - "parent"
20319   - "tags"
20320   sort:
20321   - "not CFS_OPT"
20322   - "1VM"
20323   - "2VM"
20324   layout:
20325     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20326     layout: "plot-latency"
20327
20328 -
20329   type: "plot"
20330   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20331   algorithm: "plot_latency_error_bars"
20332   output-file-type: ".html"
20333   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20334   data: "plot-vpp-throughput-latency-2n-skx"
20335   filter: "'NIC_Intel-XXV710' and
20336            '64B' and
20337            'NDRPDR' and
20338            'ETH' and
20339            'IP4FWD' and
20340            '4T2C' and
20341            'VHOST_1024' and
20342            not 'VXLAN' and
20343            not 'DOT1Q'"
20344   parameters:
20345   - "latency"
20346   - "parent"
20347   - "tags"
20348   sort:
20349   - "not CFS_OPT"
20350   - "1VM"
20351   - "2VM"
20352   layout:
20353     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20354     layout: "plot-latency"
20355
20356 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
20357 -
20358   type: "plot"
20359   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20360   algorithm: "plot_latency_error_bars"
20361   output-file-type: ".html"
20362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20363   data: "plot-vpp-throughput-latency-2n-skx"
20364   filter: "'NIC_Intel-XXV710' and
20365            '64B' and
20366            'NDRPDR' and
20367            'ETH' and
20368            '2T1C' and
20369            'L2BDMACLRN' and
20370            'VHOST_1024' and
20371            not 'VXLAN' and
20372            not 'IP4FWD' and
20373            not 'DOT1Q' and
20374            not '2VM'"
20375   parameters:
20376   - "latency"
20377   - "parent"
20378   - "tags"
20379   sort:
20380   - "VM"  # "not CFS_OPT"
20381   - "CFS_OPT"
20382   - "FIB_10K"
20383   - "FIB_100K"
20384   - "FIB_1M"
20385   layout:
20386     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20387     layout: "plot-latency"
20388
20389 -
20390   type: "plot"
20391   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20392   algorithm: "plot_latency_error_bars"
20393   output-file-type: ".html"
20394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20395   data: "plot-vpp-throughput-latency-2n-skx"
20396   filter: "'NIC_Intel-XXV710' and
20397            '64B' and
20398            'NDRPDR' and
20399            'ETH' and
20400            '4T2C' and
20401            'L2BDMACLRN' and
20402            'VHOST_1024' and
20403            not 'VXLAN' and
20404            not 'IP4FWD' and
20405            not 'DOT1Q' and
20406            not '2VM'"
20407   parameters:
20408   - "latency"
20409   - "parent"
20410   - "tags"
20411   sort:
20412   - "VM"  # "not CFS_OPT"
20413   - "CFS_OPT"
20414   - "FIB_10K"
20415   - "FIB_100K"
20416   - "FIB_1M"
20417   layout:
20418     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20419     layout: "plot-latency"
20420
20421 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
20422 -
20423   type: "plot"
20424   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20425   algorithm: "plot_latency_error_bars"
20426   output-file-type: ".html"
20427   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20428   data: "plot-vpp-throughput-latency-2n-skx"
20429   filter: "'NIC_Intel-XXV710' and
20430            '64B' and
20431            'NDRPDR' and
20432            'ETH' and
20433            'BASE' and
20434            '2T1C' and
20435            ('L2BDMACLRN' or 'L2XCFWD') and
20436            'VHOST_1024' and
20437            not 'VXLAN' and
20438            not 'IP4FWD' and
20439            not 'DOT1Q' and
20440            not '2VM'"
20441   parameters:
20442   - "latency"
20443   - "parent"
20444   - "tags"
20445   sort:
20446   - "not CFS_OPT"
20447   - "L2XCFWD"
20448   - "not CFS_OPT"
20449   - "CFS_OPT"
20450   layout:
20451     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
20452     layout: "plot-latency"
20453
20454 -
20455   type: "plot"
20456   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20457   algorithm: "plot_latency_error_bars"
20458   output-file-type: ".html"
20459   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20460   data: "plot-vpp-throughput-latency-2n-skx"
20461   filter: "'NIC_Intel-XXV710' and
20462            '64B' and
20463            'NDRPDR' and
20464            'ETH' and
20465            'BASE' and
20466            '4T2C' and
20467            ('L2BDMACLRN' or 'L2XCFWD') and
20468            'VHOST_1024' and
20469            not 'VXLAN' and
20470            not 'IP4FWD' and
20471            not 'DOT1Q' and
20472            not '2VM'"
20473   parameters:
20474   - "latency"
20475   - "parent"
20476   - "tags"
20477   sort:
20478   - "not CFS_OPT"
20479   - "L2XCFWD"
20480   - "not CFS_OPT"
20481   - "CFS_OPT"
20482   layout:
20483     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
20484     layout: "plot-latency"
20485
20486 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
20487 -
20488   type: "plot"
20489   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20490   algorithm: "plot_latency_error_bars"
20491   output-file-type: ".html"
20492   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20493   data: "plot-vpp-throughput-latency-2n-skx"
20494   filter: "'NIC_Intel-XXV710' and
20495            '64B' and
20496            'NDRPDR' and
20497            'ETH' and
20498            '2T1C' and
20499            ('L2BDMACLRN' or 'L2XCFWD') and
20500            'VHOST_1024' and
20501            not 'CFS_OPT' and
20502            not 'VXLAN' and
20503            not 'IP4FWD' and
20504            not 'DOT1Q'"
20505   parameters:
20506   - "latency"
20507   - "parent"
20508   - "tags"
20509   sort:
20510   - "1VM"
20511   - "L2XCFWD"
20512   - "1VM"
20513   - "L2BDMACLRN"
20514   layout:
20515     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
20516     layout: "plot-latency"
20517
20518 -
20519   type: "plot"
20520   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20521   algorithm: "plot_latency_error_bars"
20522   output-file-type: ".html"
20523   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20524   data: "plot-vpp-throughput-latency-2n-skx"
20525   filter: "'NIC_Intel-XXV710' and
20526            '64B' and
20527            'NDRPDR' and
20528            'ETH' and
20529            '4T2C' and
20530            ('L2BDMACLRN' or 'L2XCFWD') and
20531            'VHOST_1024' and
20532            not 'CFS_OPT' and
20533            not 'VXLAN' and
20534            not 'IP4FWD' and
20535            not 'DOT1Q'"
20536   parameters:
20537   - "latency"
20538   - "parent"
20539   - "tags"
20540   sort:
20541   - "1VM"
20542   - "L2XCFWD"
20543   - "1VM"
20544   - "L2BDMACLRN"
20545   layout:
20546     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
20547     layout: "plot-latency"
20548
20549 ################################################################################
20550
20551 # Packet Latency - VPP VTS 3n-hsw-x520
20552 -
20553   type: "plot"
20554   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20555   algorithm: "plot_latency_error_bars"
20556   output-file-type: ".html"
20557   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20558   data: "plot-vpp-throughput-latency-3n-hsw"
20559   filter: "'NIC_Intel-X520-DA2' and
20560            '114B' and
20561            'NDRPDR' and
20562            '1T1C' and
20563            'VTS'"
20564   parameters:
20565   - "latency"
20566   - "parent"
20567   - "tags"
20568   layout:
20569     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
20570     layout: "plot-latency"
20571
20572 -
20573   type: "plot"
20574   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20575   algorithm: "plot_latency_error_bars"
20576   output-file-type: ".html"
20577   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20578   data: "plot-vpp-throughput-latency-3n-hsw"
20579   filter: "'NIC_Intel-X520-DA2' and
20580            '114B' and
20581            'NDRPDR' and
20582            '2T2C' and
20583            'VTS'"
20584   parameters:
20585   - "latency"
20586   - "parent"
20587   - "tags"
20588   layout:
20589     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
20590     layout: "plot-latency"
20591
20592 ################################################################################
20593
20594 # Packet Latency - DPDK l3fwd 3n-hsw-x520
20595 -
20596   type: "plot"
20597   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20598   algorithm: "plot_latency_error_bars"
20599   output-file-type: ".html"
20600   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20601   data: "plot-dpdk-throughput-latency-3n-hsw"
20602   filter: "'NIC_Intel-X520-DA2' and
20603            '64B' and
20604            'BASE' and
20605            'NDRPDR' and
20606            '1T1C' and
20607            'IP4FWD'"
20608   parameters:
20609   - "latency"
20610   - "parent"
20611   - "tags"
20612   layout:
20613     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
20614     layout: "plot-latency"
20615
20616 -
20617   type: "plot"
20618   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20619   algorithm: "plot_latency_error_bars"
20620   output-file-type: ".html"
20621   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20622   data: "plot-dpdk-throughput-latency-3n-hsw"
20623   filter: "'NIC_Intel-X520-DA2' and
20624            '64B' and
20625            'BASE' and
20626            'NDRPDR' and
20627            '2T2C' and
20628            'IP4FWD'"
20629   parameters:
20630   - "latency"
20631   - "parent"
20632   - "tags"
20633   layout:
20634     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
20635     layout: "plot-latency"
20636
20637 # Packet Latency - DPDK l3fwd 3n-hsw-x710
20638 -
20639   type: "plot"
20640   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20641   algorithm: "plot_latency_error_bars"
20642   output-file-type: ".html"
20643   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20644   data: "plot-dpdk-throughput-latency-3n-hsw"
20645   filter: "'NIC_Intel-X710' and
20646            '64B' and
20647            'BASE' and
20648            'NDRPDR' and
20649            '1T1C' and
20650            'IP4FWD'"
20651   parameters:
20652   - "latency"
20653   - "parent"
20654   - "tags"
20655   layout:
20656     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
20657     layout: "plot-latency"
20658
20659 -
20660   type: "plot"
20661   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20662   algorithm: "plot_latency_error_bars"
20663   output-file-type: ".html"
20664   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20665   data: "plot-dpdk-throughput-latency-3n-hsw"
20666   filter: "'NIC_Intel-X710' and
20667            '64B' and
20668            'BASE' and
20669            'NDRPDR' and
20670            '2T2C' and
20671            'IP4FWD'"
20672   parameters:
20673   - "latency"
20674   - "parent"
20675   - "tags"
20676   layout:
20677     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
20678     layout: "plot-latency"
20679
20680 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
20681 -
20682   type: "plot"
20683   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20684   algorithm: "plot_latency_error_bars"
20685   output-file-type: ".html"
20686   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20687   data: "plot-dpdk-throughput-latency-3n-hsw"
20688   filter: "'NIC_Intel-XL710' and
20689            '64B' and
20690            'BASE' and
20691            'NDRPDR' and
20692            '1T1C' and
20693            'IP4FWD'"
20694   parameters:
20695   - "latency"
20696   - "parent"
20697   - "tags"
20698   layout:
20699     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
20700     layout: "plot-latency"
20701
20702 -
20703   type: "plot"
20704   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20705   algorithm: "plot_latency_error_bars"
20706   output-file-type: ".html"
20707   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20708   data: "plot-dpdk-throughput-latency-3n-hsw"
20709   filter: "'NIC_Intel-XL710' and
20710            '64B' and
20711            'BASE' and
20712            'NDRPDR' and
20713            '2T2C' and
20714            'IP4FWD'"
20715   parameters:
20716   - "latency"
20717   - "parent"
20718   - "tags"
20719   layout:
20720     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
20721     layout: "plot-latency"
20722
20723 # Packet Latency - DPDK l3fwd 3n-skx-x710
20724 -
20725   type: "plot"
20726   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20727   algorithm: "plot_latency_error_bars"
20728   output-file-type: ".html"
20729   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20730   data: "plot-dpdk-throughput-latency-3n-skx"
20731   filter: "'NIC_Intel-X710' and
20732            '64B' and
20733            'BASE' and
20734            'NDRPDR' and
20735            '2T1C' and
20736            'IP4FWD'"
20737   parameters:
20738   - "latency"
20739   - "parent"
20740   - "tags"
20741   layout:
20742     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
20743     layout: "plot-latency"
20744
20745 -
20746   type: "plot"
20747   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20748   algorithm: "plot_latency_error_bars"
20749   output-file-type: ".html"
20750   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20751   data: "plot-dpdk-throughput-latency-3n-skx"
20752   filter: "'NIC_Intel-X710' and
20753            '64B' and
20754            'BASE' and
20755            'NDRPDR' and
20756            '4T2C' and
20757            'IP4FWD'"
20758   parameters:
20759   - "latency"
20760   - "parent"
20761   - "tags"
20762   layout:
20763     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
20764     layout: "plot-latency"
20765
20766 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
20767 -
20768   type: "plot"
20769   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20770   algorithm: "plot_latency_error_bars"
20771   output-file-type: ".html"
20772   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20773   data: "plot-dpdk-throughput-latency-3n-skx"
20774   filter: "'NIC_Intel-XXV710' and
20775            '64B' and
20776            'BASE' and
20777            'NDRPDR' and
20778            '2T1C' and
20779            'IP4FWD'"
20780   parameters:
20781   - "latency"
20782   - "parent"
20783   - "tags"
20784   layout:
20785     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
20786     layout: "plot-latency"
20787
20788 -
20789   type: "plot"
20790   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20791   algorithm: "plot_latency_error_bars"
20792   output-file-type: ".html"
20793   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20794   data: "plot-dpdk-throughput-latency-3n-skx"
20795   filter: "'NIC_Intel-XXV710' and
20796            '64B' and
20797            'BASE' and
20798            'NDRPDR' and
20799            '4T2C' and
20800            'IP4FWD'"
20801   parameters:
20802   - "latency"
20803   - "parent"
20804   - "tags"
20805   layout:
20806     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
20807     layout: "plot-latency"
20808
20809 # Packet Latency - DPDK l3fwd 2n-skx-x710
20810 -
20811   type: "plot"
20812   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20813   algorithm: "plot_latency_error_bars"
20814   output-file-type: ".html"
20815   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20816   data: "plot-dpdk-throughput-latency-2n-skx"
20817   filter: "'NIC_Intel-X710' and
20818            '64B' and
20819            'BASE' and
20820            'NDRPDR' and
20821            '2T1C' and
20822            'IP4FWD'"
20823   parameters:
20824   - "latency"
20825   - "parent"
20826   - "tags"
20827   layout:
20828     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
20829     layout: "plot-latency"
20830
20831 -
20832   type: "plot"
20833   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20834   algorithm: "plot_latency_error_bars"
20835   output-file-type: ".html"
20836   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20837   data: "plot-dpdk-throughput-latency-2n-skx"
20838   filter: "'NIC_Intel-X710' and
20839            '64B' and
20840            'BASE' and
20841            'NDRPDR' and
20842            '4T2C' and
20843            'IP4FWD'"
20844   parameters:
20845   - "latency"
20846   - "parent"
20847   - "tags"
20848   layout:
20849     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
20850     layout: "plot-latency"
20851
20852 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
20853 -
20854   type: "plot"
20855   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20856   algorithm: "plot_latency_error_bars"
20857   output-file-type: ".html"
20858   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20859   data: "plot-dpdk-throughput-latency-2n-skx"
20860   filter: "'NIC_Intel-XXV710' and
20861            '64B' and
20862            'BASE' and
20863            'NDRPDR' and
20864            '2T1C' and
20865            'IP4FWD'"
20866   parameters:
20867   - "latency"
20868   - "parent"
20869   - "tags"
20870   layout:
20871     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
20872     layout: "plot-latency"
20873
20874 -
20875   type: "plot"
20876   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20877   algorithm: "plot_latency_error_bars"
20878   output-file-type: ".html"
20879   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20880   data: "plot-dpdk-throughput-latency-2n-skx"
20881   filter: "'NIC_Intel-XXV710' and
20882            '64B' and
20883            'BASE' and
20884            'NDRPDR' and
20885            '4T2C' and
20886            'IP4FWD'"
20887   parameters:
20888   - "latency"
20889   - "parent"
20890   - "tags"
20891   layout:
20892     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
20893     layout: "plot-latency"
20894
20895 ################################################################################
20896
20897 # Packet Latency - DPDK testpmd 3n-hsw-x520
20898 -
20899   type: "plot"
20900   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20901   algorithm: "plot_latency_error_bars"
20902   output-file-type: ".html"
20903   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20904   data: "plot-dpdk-throughput-latency-3n-hsw"
20905   filter: "'NIC_Intel-X520-DA2' and
20906            '64B' and
20907            'BASE' and
20908            'NDRPDR' and
20909            '1T1C' and
20910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20911   parameters:
20912   - "latency"
20913   - "parent"
20914   - "tags"
20915   layout:
20916     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
20917     layout: "plot-latency"
20918
20919 -
20920   type: "plot"
20921   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20922   algorithm: "plot_latency_error_bars"
20923   output-file-type: ".html"
20924   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20925   data: "plot-dpdk-throughput-latency-3n-hsw"
20926   filter: "'NIC_Intel-X520-DA2' and
20927            '64B' and
20928            'BASE' and
20929            'NDRPDR' and
20930            '2T2C' and
20931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20932   parameters:
20933   - "latency"
20934   - "parent"
20935   - "tags"
20936   layout:
20937     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
20938     layout: "plot-latency"
20939
20940 # Packet Latency - DPDK testpmd 3n-hsw-x710
20941 -
20942   type: "plot"
20943   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20944   algorithm: "plot_latency_error_bars"
20945   output-file-type: ".html"
20946   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20947   data: "plot-dpdk-throughput-latency-3n-hsw"
20948   filter: "'NIC_Intel-X710' and
20949            '64B' and
20950            'BASE' and
20951            'NDRPDR' and
20952            '1T1C' and
20953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20954   parameters:
20955   - "latency"
20956   - "parent"
20957   - "tags"
20958   layout:
20959     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
20960     layout: "plot-latency"
20961
20962 -
20963   type: "plot"
20964   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20965   algorithm: "plot_latency_error_bars"
20966   output-file-type: ".html"
20967   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20968   data: "plot-dpdk-throughput-latency-3n-hsw"
20969   filter: "'NIC_Intel-X710' and
20970            '64B' and
20971            'BASE' and
20972            'NDRPDR' and
20973            '2T2C' and
20974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20975   parameters:
20976   - "latency"
20977   - "parent"
20978   - "tags"
20979   layout:
20980     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
20981     layout: "plot-latency"
20982
20983 # Packet Latency - DPDK testpmd 3n-hsw-xl710
20984 -
20985   type: "plot"
20986   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20987   algorithm: "plot_latency_error_bars"
20988   output-file-type: ".html"
20989   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20990   data: "plot-dpdk-throughput-latency-3n-hsw"
20991   filter: "'NIC_Intel-XL710' and
20992            '64B' and
20993            'BASE' and
20994            'NDRPDR' and
20995            '1T1C' and
20996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20997   parameters:
20998   - "latency"
20999   - "parent"
21000   - "tags"
21001   layout:
21002     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
21003     layout: "plot-latency"
21004
21005 -
21006   type: "plot"
21007   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21008   algorithm: "plot_latency_error_bars"
21009   output-file-type: ".html"
21010   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21011   data: "plot-dpdk-throughput-latency-3n-hsw"
21012   filter: "'NIC_Intel-XL710' and
21013            '64B' and
21014            'BASE' and
21015            'NDRPDR' and
21016            '2T2C' and
21017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21018   parameters:
21019   - "latency"
21020   - "parent"
21021   - "tags"
21022   layout:
21023     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
21024     layout: "plot-latency"
21025
21026 # Packet Latency - DPDK testpmd 3n-skx-x710
21027 -
21028   type: "plot"
21029   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21030   algorithm: "plot_latency_error_bars"
21031   output-file-type: ".html"
21032   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21033   data: "plot-dpdk-throughput-latency-3n-skx"
21034   filter: "'NIC_Intel-X710' and
21035            '64B' and
21036            'BASE' and
21037            'NDRPDR' and
21038            '2T1C' and
21039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21040   parameters:
21041   - "latency"
21042   - "parent"
21043   - "tags"
21044   layout:
21045     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
21046     layout: "plot-latency"
21047
21048 -
21049   type: "plot"
21050   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21051   algorithm: "plot_latency_error_bars"
21052   output-file-type: ".html"
21053   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21054   data: "plot-dpdk-throughput-latency-3n-skx"
21055   filter: "'NIC_Intel-X710' and
21056            '64B' and
21057            'BASE' and
21058            'NDRPDR' and
21059            '4T2C' and
21060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21061   parameters:
21062   - "latency"
21063   - "parent"
21064   - "tags"
21065   layout:
21066     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21067     layout: "plot-latency"
21068
21069 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21070 -
21071   type: "plot"
21072   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21073   algorithm: "plot_latency_error_bars"
21074   output-file-type: ".html"
21075   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21076   data: "plot-dpdk-throughput-latency-3n-skx"
21077   filter: "'NIC_Intel-XXV710' and
21078            '64B' and
21079            'BASE' and
21080            'NDRPDR' and
21081            '2T1C' and
21082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21083   parameters:
21084   - "latency"
21085   - "parent"
21086   - "tags"
21087   layout:
21088     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21089     layout: "plot-latency"
21090
21091 -
21092   type: "plot"
21093   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21094   algorithm: "plot_latency_error_bars"
21095   output-file-type: ".html"
21096   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21097   data: "plot-dpdk-throughput-latency-3n-skx"
21098   filter: "'NIC_Intel-XXV710' and
21099            '64B' and
21100            'BASE' and
21101            'NDRPDR' and
21102            '4T2C' and
21103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21104   parameters:
21105   - "latency"
21106   - "parent"
21107   - "tags"
21108   layout:
21109     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21110     layout: "plot-latency"
21111
21112 # Packet Latency - DPDK testpmd 2n-skx-x710
21113 -
21114   type: "plot"
21115   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21116   algorithm: "plot_latency_error_bars"
21117   output-file-type: ".html"
21118   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21119   data: "plot-dpdk-throughput-latency-2n-skx"
21120   filter: "'NIC_Intel-X710' and
21121            '64B' and
21122            'BASE' and
21123            'NDRPDR' and
21124            '2T1C' and
21125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21126   parameters:
21127   - "latency"
21128   - "parent"
21129   - "tags"
21130   layout:
21131     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21132     layout: "plot-latency"
21133
21134 -
21135   type: "plot"
21136   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21137   algorithm: "plot_latency_error_bars"
21138   output-file-type: ".html"
21139   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21140   data: "plot-dpdk-throughput-latency-2n-skx"
21141   filter: "'NIC_Intel-X710' and
21142            '64B' and
21143            'BASE' and
21144            'NDRPDR' and
21145            '4T2C' and
21146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21147   parameters:
21148   - "latency"
21149   - "parent"
21150   - "tags"
21151   layout:
21152     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21153     layout: "plot-latency"
21154
21155 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21156 -
21157   type: "plot"
21158   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21159   algorithm: "plot_latency_error_bars"
21160   output-file-type: ".html"
21161   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21162   data: "plot-dpdk-throughput-latency-2n-skx"
21163   filter: "'NIC_Intel-XXV710' and
21164            '64B' and
21165            'BASE' and
21166            'NDRPDR' and
21167            '2T1C' and
21168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21169   parameters:
21170   - "latency"
21171   - "parent"
21172   - "tags"
21173   layout:
21174     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21175     layout: "plot-latency"
21176
21177 -
21178   type: "plot"
21179   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21180   algorithm: "plot_latency_error_bars"
21181   output-file-type: ".html"
21182   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21183   data: "plot-dpdk-throughput-latency-2n-skx"
21184   filter: "'NIC_Intel-XXV710' and
21185            '64B' and
21186            'BASE' and
21187            'NDRPDR' and
21188            '4T2C' and
21189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21190   parameters:
21191   - "latency"
21192   - "parent"
21193   - "tags"
21194   layout:
21195     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21196     layout: "plot-latency"
21197
21198 ################################################################################
21199
21200 # Speedup - VPP Container Memif 3n-hsw-x520
21201 -
21202   type: "plot"
21203   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21204   algorithm: "plot_throughput_speedup_analysis"
21205   output-file-type: ".html"
21206   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21207   data: "plot-throughput-speedup-analysis-3n-hsw"
21208   filter: "'NIC_Intel-X520-DA2' and
21209            '64B' and
21210            ('BASE' or 'SCALE') and
21211            'NDRPDR' and
21212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21213            not 'VHOST' and
21214            'MEMIF'"
21215   parameters:
21216   - "throughput"
21217   - "parent"
21218   - "tags"
21219   sort:
21220   - "L2XCFWD"
21221   - "L2XCFWD"
21222   - "L2XCFWD"
21223   - "L2BDMACLRN"
21224   - "L2BDMACLRN"
21225   - "L2BDMACLRN"
21226   layout:
21227     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
21228     layout: "plot-throughput-speedup-analysis"
21229
21230 -
21231   type: "plot"
21232   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21233   algorithm: "plot_throughput_speedup_analysis"
21234   output-file-type: ".html"
21235   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21236   data: "plot-throughput-speedup-analysis-3n-hsw"
21237   filter: "'NIC_Intel-X520-DA2' and
21238            '64B' and
21239            ('BASE' or 'SCALE') and
21240            'NDRPDR' and
21241            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21242            not 'VHOST' and
21243            'MEMIF'"
21244   parameters:
21245   - "throughput"
21246   - "parent"
21247   - "tags"
21248   sort:
21249   - "L2XCFWD"
21250   - "L2XCFWD"
21251   - "L2XCFWD"
21252   - "L2BDMACLRN"
21253   - "L2BDMACLRN"
21254   - "L2BDMACLRN"
21255   layout:
21256     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
21257     layout: "plot-throughput-speedup-analysis"
21258
21259 # Speedup - VPP Container Memif 3n-hsw-x710
21260 -
21261   type: "plot"
21262   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21263   algorithm: "plot_throughput_speedup_analysis"
21264   output-file-type: ".html"
21265   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21266   data: "plot-throughput-speedup-analysis-3n-hsw"
21267   filter: "'NIC_Intel-X710' and
21268            '64B' and
21269            ('BASE' or 'SCALE') and
21270            'NDRPDR' and
21271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21272            not 'VHOST' and
21273            'MEMIF'"
21274   parameters:
21275   - "throughput"
21276   - "parent"
21277   - "tags"
21278   sort:
21279   - "L2XCFWD"
21280   - "L2XCFWD"
21281   - "L2XCFWD"
21282   - "L2BDMACLRN"
21283   - "L2BDMACLRN"
21284   - "L2BDMACLRN"
21285   layout:
21286     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
21287     layout: "plot-throughput-speedup-analysis"
21288
21289 -
21290   type: "plot"
21291   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21292   algorithm: "plot_throughput_speedup_analysis"
21293   output-file-type: ".html"
21294   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21295   data: "plot-throughput-speedup-analysis-3n-hsw"
21296   filter: "'NIC_Intel-X710' and
21297            '64B' and
21298            ('BASE' or 'SCALE') and
21299            'NDRPDR' and
21300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21301            not 'VHOST' and
21302            'MEMIF'"
21303   parameters:
21304   - "throughput"
21305   - "parent"
21306   - "tags"
21307   sort:
21308   - "L2XCFWD"
21309   - "L2XCFWD"
21310   - "L2XCFWD"
21311   - "L2BDMACLRN"
21312   - "L2BDMACLRN"
21313   - "L2BDMACLRN"
21314   layout:
21315     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
21316     layout: "plot-throughput-speedup-analysis"
21317
21318 # Speedup - VPP Container Memif 3n-hsw-xl710
21319 -
21320   type: "plot"
21321   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21322   algorithm: "plot_throughput_speedup_analysis"
21323   output-file-type: ".html"
21324   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21325   data: "plot-throughput-speedup-analysis-3n-hsw"
21326   filter: "'NIC_Intel-XL710' and
21327            '64B' and
21328            ('BASE' or 'SCALE') and
21329            'NDRPDR' and
21330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21331            not 'VHOST' and
21332            'MEMIF'"
21333   parameters:
21334   - "throughput"
21335   - "parent"
21336   - "tags"
21337   sort:
21338   - "L2XCFWD"
21339   - "L2XCFWD"
21340   - "L2XCFWD"
21341   - "L2BDMACLRN"
21342   - "L2BDMACLRN"
21343   - "L2BDMACLRN"
21344   layout:
21345     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
21346     layout: "plot-throughput-speedup-analysis"
21347
21348 -
21349   type: "plot"
21350   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21351   algorithm: "plot_throughput_speedup_analysis"
21352   output-file-type: ".html"
21353   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21354   data: "plot-throughput-speedup-analysis-3n-hsw"
21355   filter: "'NIC_Intel-XL710' and
21356            '64B' and
21357            ('BASE' or 'SCALE') and
21358            'NDRPDR' and
21359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21360            not 'VHOST' and
21361            'MEMIF'"
21362   parameters:
21363   - "throughput"
21364   - "parent"
21365   - "tags"
21366   sort:
21367   - "L2XCFWD"
21368   - "L2XCFWD"
21369   - "L2XCFWD"
21370   - "L2BDMACLRN"
21371   - "L2BDMACLRN"
21372   - "L2BDMACLRN"
21373   layout:
21374     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
21375     layout: "plot-throughput-speedup-analysis"
21376
21377 # Speedup - VPP Container Memif 3n-skx-x710
21378 -
21379   type: "plot"
21380   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21381   algorithm: "plot_throughput_speedup_analysis"
21382   output-file-type: ".html"
21383   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21384   data: "plot-throughput-speedup-analysis-3n-skx"
21385   filter: "'NIC_Intel-X710' and
21386            '64B' and
21387            ('BASE' or 'SCALE') and
21388            'NDRPDR' and
21389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21390            not 'VHOST' and
21391            'MEMIF'"
21392   parameters:
21393   - "throughput"
21394   - "parent"
21395   - "tags"
21396   sort:
21397   - "L2XCFWD"
21398   - "L2XCFWD"
21399   - "L2XCFWD"
21400   - "L2BDMACLRN"
21401   - "L2BDMACLRN"
21402   - "L2BDMACLRN"
21403   layout:
21404     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
21405     layout: "plot-throughput-speedup-analysis"
21406
21407 -
21408   type: "plot"
21409   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21410   algorithm: "plot_throughput_speedup_analysis"
21411   output-file-type: ".html"
21412   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21413   data: "plot-throughput-speedup-analysis-3n-skx"
21414   filter: "'NIC_Intel-X710' and
21415            '64B' and
21416            ('BASE' or 'SCALE') and
21417            'NDRPDR' and
21418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21419            not 'VHOST' and
21420             'MEMIF'"
21421   parameters:
21422   - "throughput"
21423   - "parent"
21424   - "tags"
21425   sort:
21426   - "L2XCFWD"
21427   - "L2XCFWD"
21428   - "L2XCFWD"
21429   - "L2BDMACLRN"
21430   - "L2BDMACLRN"
21431   - "L2BDMACLRN"
21432   layout:
21433     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
21434     layout: "plot-throughput-speedup-analysis"
21435
21436 # Speedup - VPP Container Memif 2n-skx-x710
21437 -
21438   type: "plot"
21439   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21440   algorithm: "plot_throughput_speedup_analysis"
21441   output-file-type: ".html"
21442   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21443   data: "plot-throughput-speedup-analysis-2n-skx"
21444   filter: "'NIC_Intel-X710' and
21445            '64B' and
21446            ('BASE' or 'SCALE') and
21447            'NDRPDR' and
21448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21449            not 'VHOST' and
21450            'MEMIF'"
21451   parameters:
21452   - "throughput"
21453   - "parent"
21454   - "tags"
21455   sort:
21456   - "L2XCFWD"
21457   - "L2XCFWD"
21458   - "L2XCFWD"
21459   - "L2BDMACLRN"
21460   - "L2BDMACLRN"
21461   - "L2BDMACLRN"
21462   layout:
21463     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
21464     layout: "plot-throughput-speedup-analysis"
21465
21466 -
21467   type: "plot"
21468   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21469   algorithm: "plot_throughput_speedup_analysis"
21470   output-file-type: ".html"
21471   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21472   data: "plot-throughput-speedup-analysis-2n-skx"
21473   filter: "'NIC_Intel-X710' and
21474            '64B' and
21475            ('BASE' or 'SCALE') and
21476            'NDRPDR' and
21477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21478            not 'VHOST' and
21479             'MEMIF'"
21480   parameters:
21481   - "throughput"
21482   - "parent"
21483   - "tags"
21484   sort:
21485   - "L2XCFWD"
21486   - "L2XCFWD"
21487   - "L2XCFWD"
21488   - "L2BDMACLRN"
21489   - "L2BDMACLRN"
21490   - "L2BDMACLRN"
21491   layout:
21492     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
21493     layout: "plot-throughput-speedup-analysis"
21494
21495 # Speedup - VPP Container Memif 2n-skx-xxv710
21496 -
21497   type: "plot"
21498   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21499   algorithm: "plot_throughput_speedup_analysis"
21500   output-file-type: ".html"
21501   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21502   data: "plot-throughput-speedup-analysis-2n-skx"
21503   filter: "'NIC_Intel-XXV710' and
21504            '64B' and
21505            ('BASE' or 'SCALE') and
21506            'NDRPDR' and
21507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21508            not 'VHOST' and
21509            'MEMIF'"
21510   parameters:
21511   - "throughput"
21512   - "parent"
21513   - "tags"
21514   sort:
21515   - "L2XCFWD"
21516   - "L2XCFWD"
21517   - "L2XCFWD"
21518   - "L2BDMACLRN"
21519   - "L2BDMACLRN"
21520   - "L2BDMACLRN"
21521   layout:
21522     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
21523     layout: "plot-throughput-speedup-analysis"
21524
21525 -
21526   type: "plot"
21527   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21528   algorithm: "plot_throughput_speedup_analysis"
21529   output-file-type: ".html"
21530   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21531   data: "plot-throughput-speedup-analysis-2n-skx"
21532   filter: "'NIC_Intel-XXV710' and
21533            '64B' and
21534            ('BASE' or 'SCALE') and
21535            'NDRPDR' and
21536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21537            not 'VHOST' and
21538             'MEMIF'"
21539   parameters:
21540   - "throughput"
21541   - "parent"
21542   - "tags"
21543   sort:
21544   - "L2XCFWD"
21545   - "L2XCFWD"
21546   - "L2XCFWD"
21547   - "L2BDMACLRN"
21548   - "L2BDMACLRN"
21549   - "L2BDMACLRN"
21550   layout:
21551     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
21552     layout: "plot-throughput-speedup-analysis"
21553
21554 ################################################################################
21555
21556 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
21557 -
21558   type: "plot"
21559   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21560   algorithm: "plot_throughput_speedup_analysis"
21561   output-file-type: ".html"
21562   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21563   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21564   filter: "'NIC_Intel-X520-DA2' and
21565            '64B' and
21566            ('BASE' or 'SCALE') and
21567            'NDRPDR' and
21568            'L2XCFWD' and
21569            not 'VHOST' and
21570            'MEMIF'"
21571   parameters:
21572   - "throughput"
21573   - "parent"
21574   - "tags"
21575   sort:
21576   - "1VNF"
21577   - "2VNF"
21578   - "4VNF"
21579   - "2VNF"
21580   - "4VNF"
21581   layout:
21582     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
21583     layout: "plot-throughput-speedup-analysis"
21584
21585 -
21586   type: "plot"
21587   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21588   algorithm: "plot_throughput_speedup_analysis"
21589   output-file-type: ".html"
21590   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21591   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21592   filter: "'NIC_Intel-X520-DA2' and
21593            '64B' and
21594            ('BASE' or 'SCALE') and
21595            'NDRPDR' and
21596            'L2XCFWD' and
21597            not 'VHOST' and
21598            'MEMIF'"
21599   parameters:
21600   - "throughput"
21601   - "parent"
21602   - "tags"
21603   sort:
21604   - "1VNF"
21605   - "2VNF"
21606   - "4VNF"
21607   - "2VNF"
21608   - "4VNF"
21609   layout:
21610     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
21611     layout: "plot-throughput-speedup-analysis"
21612
21613 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
21614 -
21615   type: "plot"
21616   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21617   algorithm: "plot_throughput_speedup_analysis"
21618   output-file-type: ".html"
21619   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21620   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21621   filter: "'NIC_Intel-X520-DA2' and
21622            '64B' and
21623            ('BASE' or 'SCALE') and
21624            'NDRPDR' and
21625            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21626            not 'VHOST' and
21627            'MEMIF'"
21628   parameters:
21629   - "throughput"
21630   - "parent"
21631   - "tags"
21632   sort:
21633   - "1VNF"
21634   - "2VNF"
21635   - "4VNF"
21636   - "2VNF"
21637   - "4VNF"
21638   layout:
21639     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
21640     layout: "plot-throughput-speedup-analysis"
21641
21642 -
21643   type: "plot"
21644   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21645   algorithm: "plot_throughput_speedup_analysis"
21646   output-file-type: ".html"
21647   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21648   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21649   filter: "'NIC_Intel-X520-DA2' and
21650            '64B' and
21651            ('BASE' or 'SCALE') and
21652            'NDRPDR' and
21653            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21654            not 'VHOST' and
21655            'MEMIF'"
21656   parameters:
21657   - "throughput"
21658   - "parent"
21659   - "tags"
21660   sort:
21661   - "1VNF"
21662   - "2VNF"
21663   - "4VNF"
21664   - "2VNF"
21665   - "4VNF"
21666   layout:
21667     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
21668     layout: "plot-throughput-speedup-analysis"
21669
21670 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
21671 -
21672   type: "plot"
21673   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21674   algorithm: "plot_throughput_speedup_analysis"
21675   output-file-type: ".html"
21676   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21677   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21678   filter: "'NIC_Intel-X710' and
21679            '64B' and
21680            ('BASE' or 'SCALE') and
21681            'NDRPDR' and
21682            'L2XCFWD' and
21683            not 'VHOST' and
21684            'MEMIF'"
21685   parameters:
21686   - "throughput"
21687   - "parent"
21688   - "tags"
21689   sort:
21690   - "1VNF"
21691   - "2VNF"
21692   - "4VNF"
21693   - "2VNF"
21694   - "4VNF"
21695   layout:
21696     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
21697     layout: "plot-throughput-speedup-analysis"
21698
21699 -
21700   type: "plot"
21701   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21702   algorithm: "plot_throughput_speedup_analysis"
21703   output-file-type: ".html"
21704   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21705   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21706   filter: "'NIC_Intel-X710' and
21707            '64B' and
21708            ('BASE' or 'SCALE') and
21709            'NDRPDR' and
21710            'L2XCFWD' and
21711            not 'VHOST' and
21712            'MEMIF'"
21713   parameters:
21714   - "throughput"
21715   - "parent"
21716   - "tags"
21717   sort:
21718   - "1VNF"
21719   - "2VNF"
21720   - "4VNF"
21721   - "2VNF"
21722   - "4VNF"
21723   layout:
21724     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
21725     layout: "plot-throughput-speedup-analysis"
21726
21727 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
21728 -
21729   type: "plot"
21730   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21731   algorithm: "plot_throughput_speedup_analysis"
21732   output-file-type: ".html"
21733   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21734   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21735   filter: "'NIC_Intel-X710' and
21736            '64B' and
21737            ('BASE' or 'SCALE') and
21738            'NDRPDR' and
21739            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21740            not 'VHOST' and
21741            'MEMIF'"
21742   parameters:
21743   - "throughput"
21744   - "parent"
21745   - "tags"
21746   sort:
21747   - "1VNF"
21748   - "2VNF"
21749   - "4VNF"
21750   - "2VNF"
21751   - "4VNF"
21752   layout:
21753     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
21754     layout: "plot-throughput-speedup-analysis"
21755
21756 -
21757   type: "plot"
21758   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21759   algorithm: "plot_throughput_speedup_analysis"
21760   output-file-type: ".html"
21761   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21762   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21763   filter: "'NIC_Intel-X710' and
21764            '64B' and
21765            ('BASE' or 'SCALE') and
21766            'NDRPDR' and
21767            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21768            not 'VHOST' and
21769            'MEMIF'"
21770   parameters:
21771   - "throughput"
21772   - "parent"
21773   - "tags"
21774   sort:
21775   - "1VNF"
21776   - "2VNF"
21777   - "4VNF"
21778   - "2VNF"
21779   - "4VNF"
21780   layout:
21781     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
21782     layout: "plot-throughput-speedup-analysis"
21783
21784 ################################################################################
21785
21786 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
21787 -
21788   type: "plot"
21789   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21790   algorithm: "plot_throughput_speedup_analysis"
21791   output-file-type: ".html"
21792   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21793   data: "plot-throughput-speedup-analysis-3n-hsw"
21794   filter: "'NIC_Intel-X520-DA2' and
21795            '64B' and
21796            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21797            'NDRPDR' and
21798            'IP4FWD' and
21799            not 'IPSEC' and
21800            not 'VHOST'"
21801   parameters:
21802   - "throughput"
21803   - "parent"
21804   - "tags"
21805   sort:
21806   - "IP4BASE"
21807   - "FIB_20K"
21808   - "FIB_200K"
21809   - "FIB_2M"
21810   layout:
21811     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
21812     layout: "plot-throughput-speedup-analysis"
21813
21814 -
21815   type: "plot"
21816   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21817   algorithm: "plot_throughput_speedup_analysis"
21818   output-file-type: ".html"
21819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21820   data: "plot-throughput-speedup-analysis-3n-hsw"
21821   filter: "'NIC_Intel-X520-DA2' and
21822            '64B' and
21823            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21824            'NDRPDR' and
21825            'IP4FWD' and
21826            not 'IPSEC' and
21827            not 'VHOST'"
21828   parameters:
21829   - "throughput"
21830   - "parent"
21831   - "tags"
21832   sort:
21833   - "IP4BASE"
21834   - "FIB_20K"
21835   - "FIB_200K"
21836   - "FIB_2M"
21837   layout:
21838     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
21839     layout: "plot-throughput-speedup-analysis"
21840
21841 # Speedup - VPP IPv4 3n-hsw-x520 features
21842 -
21843   type: "plot"
21844   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
21845   algorithm: "plot_throughput_speedup_analysis"
21846   output-file-type: ".html"
21847   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
21848   data: "plot-throughput-speedup-analysis-3n-hsw"
21849   filter: "'NIC_Intel-X520-DA2' and
21850            '64B' and
21851            ('IP4BASE' or
21852             'POLICE_MARK' or
21853             'COPWHLIST' or
21854             ('NAT44' and 'BASE') or
21855             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21856            'NDRPDR' and
21857            'IP4FWD' and
21858            not 'IPSEC' and
21859            not 'VHOST'"
21860   parameters:
21861   - "throughput"
21862   - "parent"
21863   - "tags"
21864   sort:
21865   - "IP4BASE"
21866   - "NAT44"
21867   - "POLICE_MARK"
21868   - "COPWHLIST"
21869   - "IACL"
21870   - "OACL"
21871   layout:
21872     title: "ip4-3n-hsw-x520-64b-features-ndr"
21873     layout: "plot-throughput-speedup-analysis"
21874
21875 -
21876   type: "plot"
21877   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
21878   algorithm: "plot_throughput_speedup_analysis"
21879   output-file-type: ".html"
21880   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
21881   data: "plot-throughput-speedup-analysis-3n-hsw"
21882   filter: "'NIC_Intel-X520-DA2' and
21883            '64B' and
21884            ('IP4BASE' or
21885             'POLICE_MARK' or
21886             'COPWHLIST' or
21887             ('NAT44' and 'BASE') or
21888             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21889            'NDRPDR' and
21890            'IP4FWD' and
21891            not 'IPSEC' and
21892            not 'VHOST'"
21893   parameters:
21894   - "throughput"
21895   - "parent"
21896   - "tags"
21897   sort:
21898   - "IP4BASE"
21899   - "NAT44"
21900   - "POLICE_MARK"
21901   - "COPWHLIST"
21902   - "IACL"
21903   - "OACL"
21904   layout:
21905     title: "ip4-3n-hsw-x520-64b-features-pdr"
21906     layout: "plot-throughput-speedup-analysis"
21907
21908 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
21909 -
21910   type: "plot"
21911   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21912   algorithm: "plot_throughput_speedup_analysis"
21913   output-file-type: ".html"
21914   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21915   data: "plot-throughput-speedup-analysis-3n-hsw"
21916   filter: "'NIC_Intel-X520-DA2' and
21917            '64B' and
21918            'NDRPDR' and
21919            'IP4FWD' and
21920            'NAT44' and
21921            not 'IPSEC' and
21922            not 'VHOST'"
21923   parameters:
21924   - "throughput"
21925   - "parent"
21926   - "tags"
21927   sort:
21928   - "BASE"
21929   - "BASE"
21930   - "SRC_USER_10"
21931   - "SRC_USER_100"
21932   - "SRC_USER_1000"
21933   - "SRC_USER_2000"
21934   layout:
21935     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
21936     layout: "plot-throughput-speedup-analysis"
21937
21938 -
21939   type: "plot"
21940   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21941   algorithm: "plot_throughput_speedup_analysis"
21942   output-file-type: ".html"
21943   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21944   data: "plot-throughput-speedup-analysis-3n-hsw"
21945   filter: "'NIC_Intel-X520-DA2' and
21946            '64B' and
21947            'NDRPDR' and
21948            'IP4FWD' and
21949            'NAT44' and
21950            not 'IPSEC' and
21951            not 'VHOST'"
21952   parameters:
21953   - "throughput"
21954   - "parent"
21955   - "tags"
21956   sort:
21957   - "BASE"
21958   - "BASE"
21959   - "SRC_USER_10"
21960   - "SRC_USER_100"
21961   - "SRC_USER_1000"
21962   - "SRC_USER_2000"
21963   layout:
21964     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
21965     layout: "plot-throughput-speedup-analysis"
21966
21967 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
21968 -
21969   type: "plot"
21970   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21971   algorithm: "plot_throughput_speedup_analysis"
21972   output-file-type: ".html"
21973   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21974   data: "plot-throughput-speedup-analysis-3n-hsw"
21975   filter: "'NIC_Intel-X520-DA2' and
21976            '64B' and
21977            'NDRPDR' and
21978            'IP4FWD' and
21979            'IACL' and
21980            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21981            not 'IPSEC' and
21982            not 'VHOST'"
21983   parameters:
21984   - "throughput"
21985   - "parent"
21986   - "tags"
21987   sort:
21988   - "ACL_STATELESS"
21989   - "ACL_STATEFUL"
21990   - "ACL_STATELESS"
21991   - "ACL_STATEFUL"
21992   layout:
21993     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
21994     layout: "plot-throughput-speedup-analysis"
21995
21996 -
21997   type: "plot"
21998   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21999   algorithm: "plot_throughput_speedup_analysis"
22000   output-file-type: ".html"
22001   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22002   data: "plot-throughput-speedup-analysis-3n-hsw"
22003   filter: "'NIC_Intel-X520-DA2' and
22004            '64B' and
22005            'NDRPDR' and
22006            'IP4FWD' and
22007            'IACL' and
22008            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22009            not 'IPSEC' and
22010            not 'VHOST'"
22011   parameters:
22012   - "throughput"
22013   - "parent"
22014   - "tags"
22015   sort:
22016   - "ACL_STATELESS"
22017   - "ACL_STATEFUL"
22018   - "ACL_STATELESS"
22019   - "ACL_STATEFUL"
22020   layout:
22021     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
22022     layout: "plot-throughput-speedup-analysis"
22023
22024 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
22025 -
22026   type: "plot"
22027   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22028   algorithm: "plot_throughput_speedup_analysis"
22029   output-file-type: ".html"
22030   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22031   data: "plot-throughput-speedup-analysis-3n-hsw"
22032   filter: "'NIC_Intel-X520-DA2' and
22033            '64B' and
22034            'NDRPDR' and
22035            'IP4FWD' and
22036            'OACL' and
22037            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22038            not 'IPSEC' and
22039            not 'VHOST'"
22040   parameters:
22041   - "throughput"
22042   - "parent"
22043   - "tags"
22044   sort:
22045   - "ACL_STATELESS"
22046   - "ACL_STATEFUL"
22047   - "ACL_STATELESS"
22048   - "ACL_STATEFUL"
22049   layout:
22050     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
22051     layout: "plot-throughput-speedup-analysis"
22052
22053 -
22054   type: "plot"
22055   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22056   algorithm: "plot_throughput_speedup_analysis"
22057   output-file-type: ".html"
22058   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22059   data: "plot-throughput-speedup-analysis-3n-hsw"
22060   filter: "'NIC_Intel-X520-DA2' and
22061            '64B' and
22062            'NDRPDR' and
22063            'IP4FWD' and
22064            'OACL' and
22065            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22066            not 'IPSEC' and
22067            not 'VHOST'"
22068   parameters:
22069   - "throughput"
22070   - "parent"
22071   - "tags"
22072   sort:
22073   - "ACL_STATELESS"
22074   - "ACL_STATEFUL"
22075   - "ACL_STATELESS"
22076   - "ACL_STATEFUL"
22077   layout:
22078     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
22079     layout: "plot-throughput-speedup-analysis"
22080
22081 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
22082 -
22083   type: "plot"
22084   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22085   algorithm: "plot_throughput_speedup_analysis"
22086   output-file-type: ".html"
22087   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22088   data: "plot-throughput-speedup-analysis-3n-hsw"
22089   filter: "'NIC_Intel-X710' and
22090            '64B' and
22091            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22092            'NDRPDR' and
22093            'IP4FWD' and
22094            not 'IPSEC' and
22095            not 'VHOST'"
22096   parameters:
22097   - "throughput"
22098   - "parent"
22099   - "tags"
22100   sort:
22101   - "IP4BASE"
22102   - "FIB_20K"
22103   - "FIB_200K"
22104   - "FIB_2M"
22105   layout:
22106     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22107     layout: "plot-throughput-speedup-analysis"
22108
22109 -
22110   type: "plot"
22111   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22112   algorithm: "plot_throughput_speedup_analysis"
22113   output-file-type: ".html"
22114   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22115   data: "plot-throughput-speedup-analysis-3n-hsw"
22116   filter: "'NIC_Intel-X710' and
22117            '64B' and
22118            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22119            'NDRPDR' and
22120            'IP4FWD' and
22121            not 'IPSEC' and
22122            not 'VHOST'"
22123   parameters:
22124   - "throughput"
22125   - "parent"
22126   - "tags"
22127   sort:
22128   - "IP4BASE"
22129   - "FIB_20K"
22130   - "FIB_200K"
22131   - "FIB_2M"
22132   layout:
22133     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22134     layout: "plot-throughput-speedup-analysis"
22135
22136 # Speedup - VPP IPv4 3n-hsw-x710 features
22137 -
22138   type: "plot"
22139   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22140   algorithm: "plot_throughput_speedup_analysis"
22141   output-file-type: ".html"
22142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22143   data: "plot-throughput-speedup-analysis-3n-hsw"
22144   filter: "'NIC_Intel-X710' and
22145            '64B' and
22146            ('IP4BASE' or
22147             'POLICE_MARK' or
22148             'COPWHLIST' or
22149             ('NAT44' and 'BASE') or
22150             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22151            'NDRPDR' and
22152            'IP4FWD' and
22153            not 'IPSEC' and
22154            not 'VHOST'"
22155   parameters:
22156   - "throughput"
22157   - "parent"
22158   - "tags"
22159   sort:
22160   - "IP4BASE"
22161   - "NAT44"
22162   - "POLICE_MARK"
22163   - "COPWHLIST"
22164   - "IACL"
22165   - "OACL"
22166   layout:
22167     title: "ip4-3n-hsw-x710-64b-features-ndr"
22168     layout: "plot-throughput-speedup-analysis"
22169
22170 -
22171   type: "plot"
22172   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22173   algorithm: "plot_throughput_speedup_analysis"
22174   output-file-type: ".html"
22175   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22176   data: "plot-throughput-speedup-analysis-3n-hsw"
22177   filter: "'NIC_Intel-X710' and
22178            '64B' and
22179            ('IP4BASE' or
22180             'POLICE_MARK' or
22181             'COPWHLIST' or
22182             ('NAT44' and 'BASE') or
22183             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22184            'NDRPDR' and
22185            'IP4FWD' and
22186            not 'IPSEC' and
22187            not 'VHOST'"
22188   parameters:
22189   - "throughput"
22190   - "parent"
22191   - "tags"
22192   sort:
22193   - "IP4BASE"
22194   - "NAT44"
22195   - "POLICE_MARK"
22196   - "COPWHLIST"
22197   - "IACL"
22198   - "OACL"
22199   layout:
22200     title: "ip4-3n-hsw-x710-64b-features-pdr"
22201     layout: "plot-throughput-speedup-analysis"
22202
22203 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22204 -
22205   type: "plot"
22206   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22207   algorithm: "plot_throughput_speedup_analysis"
22208   output-file-type: ".html"
22209   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22210   data: "plot-throughput-speedup-analysis-3n-hsw"
22211   filter: "'NIC_Intel-X710' and
22212            '64B' and
22213            'NDRPDR' and
22214            'IP4FWD' and
22215            'NAT44' and
22216            not 'IPSEC' and
22217            not 'VHOST'"
22218   parameters:
22219   - "throughput"
22220   - "parent"
22221   - "tags"
22222   sort:
22223   - "BASE"
22224   - "BASE"
22225   - "SRC_USER_10"
22226   - "SRC_USER_100"
22227   - "SRC_USER_1000"
22228   - "SRC_USER_2000"
22229   layout:
22230     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22231     layout: "plot-throughput-speedup-analysis"
22232
22233 -
22234   type: "plot"
22235   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22236   algorithm: "plot_throughput_speedup_analysis"
22237   output-file-type: ".html"
22238   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22239   data: "plot-throughput-speedup-analysis-3n-hsw"
22240   filter: "'NIC_Intel-X710' and
22241            '64B' and
22242            'NDRPDR' and
22243            'IP4FWD' and
22244            'NAT44' and
22245            not 'IPSEC' and
22246            not 'VHOST'"
22247   parameters:
22248   - "throughput"
22249   - "parent"
22250   - "tags"
22251   sort:
22252   - "BASE"
22253   - "BASE"
22254   - "SRC_USER_10"
22255   - "SRC_USER_100"
22256   - "SRC_USER_1000"
22257   - "SRC_USER_2000"
22258   layout:
22259     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22260     layout: "plot-throughput-speedup-analysis"
22261
22262 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22263 -
22264   type: "plot"
22265   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22266   algorithm: "plot_throughput_speedup_analysis"
22267   output-file-type: ".html"
22268   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22269   data: "plot-throughput-speedup-analysis-3n-hsw"
22270   filter: "'NIC_Intel-X710' and
22271            '64B' and
22272            'NDRPDR' and
22273            'IP4FWD' and
22274            'IACL' and
22275            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22276            not 'IPSEC' and
22277            not 'VHOST'"
22278   parameters:
22279   - "throughput"
22280   - "parent"
22281   - "tags"
22282   sort:
22283   - "ACL_STATELESS"
22284   - "ACL_STATEFUL"
22285   - "ACL_STATELESS"
22286   - "ACL_STATEFUL"
22287   layout:
22288     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22289     layout: "plot-throughput-speedup-analysis"
22290
22291 -
22292   type: "plot"
22293   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22294   algorithm: "plot_throughput_speedup_analysis"
22295   output-file-type: ".html"
22296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22297   data: "plot-throughput-speedup-analysis-3n-hsw"
22298   filter: "'NIC_Intel-X710' and
22299            '64B' and
22300            'NDRPDR' and
22301            'IP4FWD' and
22302            'IACL' and
22303            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22304            not 'IPSEC' and
22305            not 'VHOST'"
22306   parameters:
22307   - "throughput"
22308   - "parent"
22309   - "tags"
22310   sort:
22311   - "ACL_STATELESS"
22312   - "ACL_STATEFUL"
22313   - "ACL_STATELESS"
22314   - "ACL_STATEFUL"
22315   layout:
22316     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
22317     layout: "plot-throughput-speedup-analysis"
22318
22319 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
22320 -
22321   type: "plot"
22322   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22323   algorithm: "plot_throughput_speedup_analysis"
22324   output-file-type: ".html"
22325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22326   data: "plot-throughput-speedup-analysis-3n-hsw"
22327   filter: "'NIC_Intel-X710' and
22328            '64B' and
22329            'NDRPDR' and
22330            'IP4FWD' and
22331            'OACL' and
22332            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22333            not 'IPSEC' and
22334            not 'VHOST'"
22335   parameters:
22336   - "throughput"
22337   - "parent"
22338   - "tags"
22339   sort:
22340   - "ACL_STATELESS"
22341   - "ACL_STATEFUL"
22342   - "ACL_STATELESS"
22343   - "ACL_STATEFUL"
22344   layout:
22345     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
22346     layout: "plot-throughput-speedup-analysis"
22347
22348 -
22349   type: "plot"
22350   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22351   algorithm: "plot_throughput_speedup_analysis"
22352   output-file-type: ".html"
22353   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22354   data: "plot-throughput-speedup-analysis-3n-hsw"
22355   filter: "'NIC_Intel-X710' and
22356            '64B' and
22357            'NDRPDR' and
22358            'IP4FWD' and
22359            'OACL' and
22360            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22361            not 'IPSEC' and
22362            not 'VHOST'"
22363   parameters:
22364   - "throughput"
22365   - "parent"
22366   - "tags"
22367   sort:
22368   - "ACL_STATELESS"
22369   - "ACL_STATEFUL"
22370   - "ACL_STATELESS"
22371   - "ACL_STATEFUL"
22372   layout:
22373     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
22374     layout: "plot-throughput-speedup-analysis"
22375
22376 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
22377 -
22378   type: "plot"
22379   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22380   algorithm: "plot_throughput_speedup_analysis"
22381   output-file-type: ".html"
22382   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22383   data: "plot-throughput-speedup-analysis-3n-hsw"
22384   filter: "'NIC_Intel-XL710' and
22385            '64B' and
22386            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22387            'NDRPDR' and
22388            'IP4FWD' and
22389            not 'IPSEC' and
22390            not 'VHOST'"
22391   parameters:
22392   - "throughput"
22393   - "parent"
22394   - "tags"
22395   sort:
22396   - "IP4BASE"
22397   - "FIB_20K"
22398   - "FIB_200K"
22399   - "FIB_2M"
22400   layout:
22401     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
22402     layout: "plot-throughput-speedup-analysis"
22403
22404 -
22405   type: "plot"
22406   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22407   algorithm: "plot_throughput_speedup_analysis"
22408   output-file-type: ".html"
22409   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22410   data: "plot-throughput-speedup-analysis-3n-hsw"
22411   filter: "'NIC_Intel-XL710' and
22412            '64B' and
22413            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22414            'NDRPDR' and
22415            'IP4FWD' and
22416            not 'IPSEC' and
22417            not 'VHOST'"
22418   parameters:
22419   - "throughput"
22420   - "parent"
22421   - "tags"
22422   sort:
22423   - "IP4BASE"
22424   - "FIB_20K"
22425   - "FIB_200K"
22426   - "FIB_2M"
22427   layout:
22428     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
22429     layout: "plot-throughput-speedup-analysis"
22430
22431 # Speedup - VPP IPv4 3n-skx-x710 base and scale
22432 -
22433   type: "plot"
22434   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22435   algorithm: "plot_throughput_speedup_analysis"
22436   output-file-type: ".html"
22437   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22438   data: "plot-throughput-speedup-analysis-3n-skx"
22439   filter: "'NIC_Intel-X710' and
22440            '64B' and
22441            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22442            'NDRPDR' and
22443            'IP4FWD' and
22444            not 'IPSEC' and
22445            not 'VHOST'"
22446   parameters:
22447   - "throughput"
22448   - "parent"
22449   - "tags"
22450   sort:
22451   - "IP4BASE"
22452   - "FIB_20K"
22453   - "FIB_200K"
22454   - "FIB_2M"
22455   layout:
22456     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
22457     layout: "plot-throughput-speedup-analysis"
22458
22459 -
22460   type: "plot"
22461   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22462   algorithm: "plot_throughput_speedup_analysis"
22463   output-file-type: ".html"
22464   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22465   data: "plot-throughput-speedup-analysis-3n-skx"
22466   filter: "'NIC_Intel-X710' and
22467            '64B' and
22468            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22469            'NDRPDR' and
22470            'IP4FWD' and
22471            not 'IPSEC' and
22472            not 'VHOST'"
22473   parameters:
22474   - "throughput"
22475   - "parent"
22476   - "tags"
22477   sort:
22478   - "IP4BASE"
22479   - "FIB_20K"
22480   - "FIB_200K"
22481   - "FIB_2M"
22482   layout:
22483     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
22484     layout: "plot-throughput-speedup-analysis"
22485
22486 # Speedup - VPP IPv4 3n-skx-x710 features
22487 -
22488   type: "plot"
22489   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
22490   algorithm: "plot_throughput_speedup_analysis"
22491   output-file-type: ".html"
22492   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
22493   data: "plot-throughput-speedup-analysis-3n-skx"
22494   filter: "'NIC_Intel-X710' and
22495            '64B' and
22496            ('IP4BASE' or
22497             'POLICE_MARK' or
22498             'COPWHLIST' or
22499             ('NAT44' and 'BASE') or
22500             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22501            'NDRPDR' and
22502            'IP4FWD' and
22503            not 'IPSEC' and
22504            not 'VHOST'"
22505   parameters:
22506   - "throughput"
22507   - "parent"
22508   - "tags"
22509   sort:
22510   - "IP4BASE"
22511   - "NAT44"
22512   - "POLICE_MARK"
22513   - "COPWHLIST"
22514   - "IACL"
22515   - "OACL"
22516   layout:
22517     title: "ip4-3n-skx-x710-64b-features-ndr"
22518     layout: "plot-throughput-speedup-analysis"
22519
22520 -
22521   type: "plot"
22522   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
22523   algorithm: "plot_throughput_speedup_analysis"
22524   output-file-type: ".html"
22525   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
22526   data: "plot-throughput-speedup-analysis-3n-skx"
22527   filter: "'NIC_Intel-X710' and
22528            '64B' and
22529            ('IP4BASE' or
22530             'POLICE_MARK' or
22531             'COPWHLIST' or
22532             ('NAT44' and 'BASE') or
22533             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22534            'NDRPDR' and
22535            'IP4FWD' and
22536            not 'IPSEC' and
22537            not 'VHOST'"
22538   parameters:
22539   - "throughput"
22540   - "parent"
22541   - "tags"
22542   sort:
22543   - "IP4BASE"
22544   - "NAT44"
22545   - "POLICE_MARK"
22546   - "COPWHLIST"
22547   - "IACL"
22548   - "OACL"
22549   layout:
22550     title: "ip4-3n-skx-x710-64b-features-pdr"
22551     layout: "plot-throughput-speedup-analysis"
22552
22553 # Speedup - VPP IPv4 3n-skx-x710 features nat44
22554 -
22555   type: "plot"
22556   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22557   algorithm: "plot_throughput_speedup_analysis"
22558   output-file-type: ".html"
22559   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22560   data: "plot-throughput-speedup-analysis-3n-skx"
22561   filter: "'NIC_Intel-X710' and
22562            '64B' and
22563            'NDRPDR' and
22564            'IP4FWD' and
22565            'NAT44' and
22566            not 'IPSEC' and
22567            not 'VHOST'"
22568   parameters:
22569   - "throughput"
22570   - "parent"
22571   - "tags"
22572   sort:
22573   - "BASE"
22574   - "BASE"
22575   - "SRC_USER_10"
22576   - "SRC_USER_100"
22577   - "SRC_USER_1000"
22578   - "SRC_USER_2000"
22579   layout:
22580     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
22581     layout: "plot-throughput-speedup-analysis"
22582
22583 -
22584   type: "plot"
22585   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22586   algorithm: "plot_throughput_speedup_analysis"
22587   output-file-type: ".html"
22588   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22589   data: "plot-throughput-speedup-analysis-3n-skx"
22590   filter: "'NIC_Intel-X710' and
22591            '64B' and
22592            'NDRPDR' and
22593            'IP4FWD' and
22594            'NAT44' and
22595            not 'IPSEC' and
22596            not 'VHOST'"
22597   parameters:
22598   - "throughput"
22599   - "parent"
22600   - "tags"
22601   sort:
22602   - "BASE"
22603   - "BASE"
22604   - "SRC_USER_10"
22605   - "SRC_USER_100"
22606   - "SRC_USER_1000"
22607   - "SRC_USER_2000"
22608   layout:
22609     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
22610     layout: "plot-throughput-speedup-analysis"
22611
22612 # Speedup - VPP IPv4 3n-skx-x710 features iacl
22613 -
22614   type: "plot"
22615   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22616   algorithm: "plot_throughput_speedup_analysis"
22617   output-file-type: ".html"
22618   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22619   data: "plot-throughput-speedup-analysis-3n-skx"
22620   filter: "'NIC_Intel-X710' and
22621            '64B' and
22622            'NDRPDR' and
22623            'IP4FWD' and
22624            'IACL' and
22625            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22626            not 'IPSEC' and
22627            not 'VHOST'"
22628   parameters:
22629   - "throughput"
22630   - "parent"
22631   - "tags"
22632   sort:
22633   - "ACL_STATELESS"
22634   - "ACL_STATEFUL"
22635   - "ACL_STATELESS"
22636   - "ACL_STATEFUL"
22637   layout:
22638     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
22639     layout: "plot-throughput-speedup-analysis"
22640
22641 -
22642   type: "plot"
22643   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22644   algorithm: "plot_throughput_speedup_analysis"
22645   output-file-type: ".html"
22646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22647   data: "plot-throughput-speedup-analysis-3n-skx"
22648   filter: "'NIC_Intel-X710' and
22649            '64B' and
22650            'NDRPDR' and
22651            'IP4FWD' and
22652            'IACL' and
22653            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22654            not 'IPSEC' and
22655            not 'VHOST'"
22656   parameters:
22657   - "throughput"
22658   - "parent"
22659   - "tags"
22660   sort:
22661   - "ACL_STATELESS"
22662   - "ACL_STATEFUL"
22663   - "ACL_STATELESS"
22664   - "ACL_STATEFUL"
22665   layout:
22666     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
22667     layout: "plot-throughput-speedup-analysis"
22668
22669 # Speedup - VPP IPv4 3n-skx-x710 features oacl
22670 -
22671   type: "plot"
22672   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22673   algorithm: "plot_throughput_speedup_analysis"
22674   output-file-type: ".html"
22675   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22676   data: "plot-throughput-speedup-analysis-3n-skx"
22677   filter: "'NIC_Intel-X710' and
22678            '64B' and
22679            'NDRPDR' and
22680            'IP4FWD' and
22681            'OACL' and
22682            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22683            not 'IPSEC' and
22684            not 'VHOST'"
22685   parameters:
22686   - "throughput"
22687   - "parent"
22688   - "tags"
22689   sort:
22690   - "ACL_STATELESS"
22691   - "ACL_STATEFUL"
22692   - "ACL_STATELESS"
22693   - "ACL_STATEFUL"
22694   layout:
22695     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
22696     layout: "plot-throughput-speedup-analysis"
22697
22698 -
22699   type: "plot"
22700   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22701   algorithm: "plot_throughput_speedup_analysis"
22702   output-file-type: ".html"
22703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22704   data: "plot-throughput-speedup-analysis-3n-skx"
22705   filter: "'NIC_Intel-X710' and
22706            '64B' and
22707            'NDRPDR' and
22708            'IP4FWD' and
22709            'OACL' and
22710            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22711            not 'IPSEC' and
22712            not 'VHOST'"
22713   parameters:
22714   - "throughput"
22715   - "parent"
22716   - "tags"
22717   sort:
22718   - "ACL_STATELESS"
22719   - "ACL_STATEFUL"
22720   - "ACL_STATELESS"
22721   - "ACL_STATEFUL"
22722   layout:
22723     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
22724     layout: "plot-throughput-speedup-analysis"
22725
22726 # Speedup - VPP IPv4 2n-skx-x710 base and scale
22727 -
22728   type: "plot"
22729   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22730   algorithm: "plot_throughput_speedup_analysis"
22731   output-file-type: ".html"
22732   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22733   data: "plot-throughput-speedup-analysis-2n-skx"
22734   filter: "'NIC_Intel-X710' and
22735            '64B' and
22736            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22737            'NDRPDR' and
22738            'IP4FWD' and
22739            not 'IPSEC' and
22740            not 'VHOST'"
22741   parameters:
22742   - "throughput"
22743   - "parent"
22744   - "tags"
22745   sort:
22746   - "IP4BASE"
22747   - "FIB_20K"
22748   - "FIB_200K"
22749   - "FIB_2M"
22750   layout:
22751     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
22752     layout: "plot-throughput-speedup-analysis"
22753
22754 -
22755   type: "plot"
22756   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22757   algorithm: "plot_throughput_speedup_analysis"
22758   output-file-type: ".html"
22759   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22760   data: "plot-throughput-speedup-analysis-2n-skx"
22761   filter: "'NIC_Intel-X710' and
22762            '64B' and
22763            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22764            'NDRPDR' and
22765            'IP4FWD' and
22766            not 'IPSEC' and
22767            not 'VHOST'"
22768   parameters:
22769   - "throughput"
22770   - "parent"
22771   - "tags"
22772   sort:
22773   - "IP4BASE"
22774   - "FIB_20K"
22775   - "FIB_200K"
22776   - "FIB_2M"
22777   layout:
22778     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
22779     layout: "plot-throughput-speedup-analysis"
22780
22781 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
22782 -
22783   type: "plot"
22784   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22785   algorithm: "plot_throughput_speedup_analysis"
22786   output-file-type: ".html"
22787   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22788   data: "plot-throughput-speedup-analysis-2n-skx"
22789   filter: "'NIC_Intel-XXV710' and
22790            '64B' and
22791            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22792            'NDRPDR' and
22793            'IP4FWD' and
22794            not 'IPSEC' and
22795            not 'VHOST'"
22796   parameters:
22797   - "throughput"
22798   - "parent"
22799   - "tags"
22800   sort:
22801   - "IP4BASE"
22802   - "FIB_20K"
22803   - "FIB_200K"
22804   - "FIB_2M"
22805   layout:
22806     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
22807     layout: "plot-throughput-speedup-analysis"
22808
22809 -
22810   type: "plot"
22811   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22812   algorithm: "plot_throughput_speedup_analysis"
22813   output-file-type: ".html"
22814   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22815   data: "plot-throughput-speedup-analysis-2n-skx"
22816   filter: "'NIC_Intel-XXV710' and
22817            '64B' and
22818            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22819            'NDRPDR' and
22820            'IP4FWD' and
22821            not 'IPSEC' and
22822            not 'VHOST'"
22823   parameters:
22824   - "throughput"
22825   - "parent"
22826   - "tags"
22827   sort:
22828   - "IP4BASE"
22829   - "FIB_20K"
22830   - "FIB_200K"
22831   - "FIB_2M"
22832   layout:
22833     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
22834     layout: "plot-throughput-speedup-analysis"
22835
22836 ################################################################################
22837
22838 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
22839 -
22840   type: "plot"
22841   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22842   algorithm: "plot_throughput_speedup_analysis"
22843   output-file-type: ".html"
22844   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22845   data: "plot-throughput-speedup-analysis-3n-hsw"
22846   filter: "'NIC_Intel-X520_DA2' and
22847            '64B' and
22848            'ENCAP' and
22849            'NDRPDR' and
22850            'VXLAN' and
22851            'L2BDMACLRN' and
22852            not 'VHOST' and
22853            not 'IPSECHW'"
22854   parameters:
22855   - "throughput"
22856   - "parent"
22857   - "tags"
22858   sort:
22859   - "not DOT1Q"
22860   - "VXLAN_1"
22861   - "VXLAN_10"
22862   - "VXLAN_100"
22863   - "VXLAN_1000"
22864   layout:
22865     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
22866     layout: "plot-throughput-speedup-analysis"
22867
22868 -
22869   type: "plot"
22870   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22871   algorithm: "plot_throughput_speedup_analysis"
22872   output-file-type: ".html"
22873   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22874   data: "plot-throughput-speedup-analysis-3n-hsw"
22875   filter: "'NIC_Intel-X520_DA2' and
22876            '64B' and
22877            'ENCAP' and
22878            'NDRPDR' and
22879            'VXLAN' and
22880            'L2BDMACLRN' and
22881            not 'VHOST' and
22882            not 'IPSECHW'"
22883   parameters:
22884   - "throughput"
22885   - "parent"
22886   - "tags"
22887   sort:
22888   - "not DOT1Q"
22889   - "VXLAN_1"
22890   - "VXLAN_10"
22891   - "VXLAN_100"
22892   - "VXLAN_1000"
22893   layout:
22894     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
22895     layout: "plot-throughput-speedup-analysis"
22896
22897 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
22898 -
22899   type: "plot"
22900   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22901   algorithm: "plot_throughput_speedup_analysis"
22902   output-file-type: ".html"
22903   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22904   data: "plot-throughput-speedup-analysis-3n-hsw"
22905   filter: "'NIC_Intel-X520-DA2' and
22906            '64B' and
22907            'ENCAP' and
22908            'NDRPDR' and
22909            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22910            not 'DOT1Q' and
22911            not 'VHOST' and
22912            not 'IPSECHW'"
22913   parameters:
22914   - "throughput"
22915   - "parent"
22916   - "tags"
22917   sort:
22918   - "L2BDMACLRN"
22919   - "L2XCFWD"
22920   - "LISP"
22921   layout:
22922     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
22923     layout: "plot-throughput-speedup-analysis"
22924
22925 -
22926   type: "plot"
22927   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22928   algorithm: "plot_throughput_speedup_analysis"
22929   output-file-type: ".html"
22930   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22931   data: "plot-throughput-speedup-analysis-3n-hsw"
22932   filter: "'NIC_Intel-X520-DA2' and
22933            '64B' and
22934            'ENCAP' and
22935            'NDRPDR' and
22936            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22937            not 'DOT1Q' and
22938            not 'VHOST' and
22939            not 'IPSECHW'"
22940   parameters:
22941   - "throughput"
22942   - "parent"
22943   - "tags"
22944   sort:
22945   - "L2BDMACLRN"
22946   - "L2XCFWD"
22947   - "LISP"
22948   layout:
22949     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
22950     layout: "plot-throughput-speedup-analysis"
22951
22952 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
22953 -
22954   type: "plot"
22955   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22956   algorithm: "plot_throughput_speedup_analysis"
22957   output-file-type: ".html"
22958   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22959   data: "plot-throughput-speedup-analysis-3n-hsw"
22960   filter: "'NIC_Intel-X710' and
22961            '64B' and
22962            'ENCAP' and
22963            'NDRPDR' and
22964            'VXLAN' and
22965            'L2BDMACLRN' and
22966            not 'VHOST' and
22967            not 'IPSECHW'"
22968   parameters:
22969   - "throughput"
22970   - "parent"
22971   - "tags"
22972   sort:
22973   - "not DOT1Q"
22974   - "VXLAN_1"
22975   - "VXLAN_10"
22976   - "VXLAN_100"
22977   - "VXLAN_1000"
22978   layout:
22979     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
22980     layout: "plot-throughput-speedup-analysis"
22981
22982 -
22983   type: "plot"
22984   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22985   algorithm: "plot_throughput_speedup_analysis"
22986   output-file-type: ".html"
22987   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22988   data: "plot-throughput-speedup-analysis-3n-hsw"
22989   filter: "'NIC_Intel-X710' and
22990            '64B' and
22991            'ENCAP' and
22992            'NDRPDR' and
22993            'VXLAN' and
22994            'L2BDMACLRN' and
22995            not 'VHOST' and
22996            not 'IPSECHW'"
22997   parameters:
22998   - "throughput"
22999   - "parent"
23000   - "tags"
23001   sort:
23002   - "not DOT1Q"
23003   - "VXLAN_1"
23004   - "VXLAN_10"
23005   - "VXLAN_100"
23006   - "VXLAN_1000"
23007   layout:
23008     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
23009     layout: "plot-throughput-speedup-analysis"
23010
23011 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
23012 -
23013   type: "plot"
23014   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23015   algorithm: "plot_throughput_speedup_analysis"
23016   output-file-type: ".html"
23017   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23018   data: "plot-throughput-speedup-analysis-3n-hsw"
23019   filter: "'NIC_Intel-X710' and
23020            '64B' and
23021            'ENCAP' and
23022            'NDRPDR' and
23023            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23024            not 'DOT1Q' and
23025            not 'VHOST' and
23026            not 'IPSECHW'"
23027   parameters:
23028   - "throughput"
23029   - "parent"
23030   - "tags"
23031   sort:
23032   - "L2BDMACLRN"
23033   - "L2XCFWD"
23034   - "LISP"
23035   layout:
23036     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
23037     layout: "plot-throughput-speedup-analysis"
23038
23039 -
23040   type: "plot"
23041   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23042   algorithm: "plot_throughput_speedup_analysis"
23043   output-file-type: ".html"
23044   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23045   data: "plot-throughput-speedup-analysis-3n-hsw"
23046   filter: "'NIC_Intel-X710' and
23047            '64B' and
23048            'ENCAP' and
23049            'NDRPDR' and
23050            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23051            not 'DOT1Q' and
23052            not 'VHOST' and
23053            not 'IPSECHW'"
23054   parameters:
23055   - "throughput"
23056   - "parent"
23057   - "tags"
23058   sort:
23059   - "L2BDMACLRN"
23060   - "L2XCFWD"
23061   - "LISP"
23062   layout:
23063     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23064     layout: "plot-throughput-speedup-analysis"
23065
23066 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23067 -
23068   type: "plot"
23069   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23070   algorithm: "plot_throughput_speedup_analysis"
23071   output-file-type: ".html"
23072   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23073   data: "plot-throughput-speedup-analysis-3n-skx"
23074   filter: "'NIC_Intel-X710' and
23075            '64B' and
23076            'ENCAP' and
23077            'NDRPDR' and
23078            'VXLAN' and
23079            'L2BDMACLRN' and
23080            not 'VHOST' and
23081            not 'IPSECHW'"
23082   parameters:
23083   - "throughput"
23084   - "parent"
23085   - "tags"
23086   sort:
23087   - "not DOT1Q"
23088   - "VXLAN_1"
23089   - "VXLAN_10"
23090   - "VXLAN_100"
23091   - "VXLAN_1000"
23092   layout:
23093     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23094     layout: "plot-throughput-speedup-analysis"
23095
23096 -
23097   type: "plot"
23098   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23099   algorithm: "plot_throughput_speedup_analysis"
23100   output-file-type: ".html"
23101   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23102   data: "plot-throughput-speedup-analysis-3n-skx"
23103   filter: "'NIC_Intel-X710' and
23104            '64B' and
23105            'ENCAP' and
23106            'NDRPDR' and
23107            'VXLAN' and
23108            'L2BDMACLRN' and
23109            not 'VHOST' and
23110            not 'IPSECHW'"
23111   parameters:
23112   - "throughput"
23113   - "parent"
23114   - "tags"
23115   sort:
23116   - "not DOT1Q"
23117   - "VXLAN_1"
23118   - "VXLAN_10"
23119   - "VXLAN_100"
23120   - "VXLAN_1000"
23121   layout:
23122     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23123     layout: "plot-throughput-speedup-analysis"
23124
23125 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23126 -
23127   type: "plot"
23128   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23129   algorithm: "plot_throughput_speedup_analysis"
23130   output-file-type: ".html"
23131   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23132   data: "plot-throughput-speedup-analysis-3n-skx"
23133   filter: "'NIC_Intel-X710' and
23134            '64B' and
23135            'ENCAP' and
23136            'NDRPDR' and
23137            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23138            not 'DOT1Q' and
23139            not 'VHOST' and
23140            not 'IPSECHW'"
23141   parameters:
23142   - "throughput"
23143   - "parent"
23144   - "tags"
23145   sort:
23146   - "L2BDMACLRN"
23147   - "L2XCFWD"
23148   - "LISP"
23149   layout:
23150     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23151     layout: "plot-throughput-speedup-analysis"
23152
23153 -
23154   type: "plot"
23155   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23156   algorithm: "plot_throughput_speedup_analysis"
23157   output-file-type: ".html"
23158   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23159   data: "plot-throughput-speedup-analysis-3n-skx"
23160   filter: "'NIC_Intel-X710' and
23161            '64B' and
23162            'ENCAP' and
23163            'NDRPDR' and
23164            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23165            not 'DOT1Q' and
23166            not 'VHOST' and
23167            not 'IPSECHW'"
23168   parameters:
23169   - "throughput"
23170   - "parent"
23171   - "tags"
23172   sort:
23173   - "L2BDMACLRN"
23174   - "L2XCFWD"
23175   - "LISP"
23176   layout:
23177     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23178     layout: "plot-throughput-speedup-analysis"
23179
23180 ################################################################################
23181
23182 # Speedup - VPP IPv6 3n-hsw-x520
23183 -
23184   type: "plot"
23185   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23186   algorithm: "plot_throughput_speedup_analysis"
23187   output-file-type: ".html"
23188   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23189   data: "plot-throughput-speedup-analysis-3n-hsw"
23190   filter: "'NIC_Intel-X520-DA2' and
23191            '78B' and
23192            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23193            'NDRPDR' and
23194            'IP6FWD' and
23195            not 'SRv6' and
23196            not 'IPSEC' and
23197            not 'VHOST'"
23198   parameters:
23199   - "throughput"
23200   - "parent"
23201   - "tags"
23202   sort:
23203   - "IP6BASE"
23204   - "FIB_20K"
23205   - "FIB_200K"
23206   - "FIB_2M"
23207   layout:
23208     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
23209     layout: "plot-throughput-speedup-analysis"
23210
23211 -
23212   type: "plot"
23213   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23214   algorithm: "plot_throughput_speedup_analysis"
23215   output-file-type: ".html"
23216   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23217   data: "plot-throughput-speedup-analysis-3n-hsw"
23218   filter: "'NIC_Intel-X520-DA2' and
23219            '78B' and
23220            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23221            'NDRPDR' and
23222            'IP6FWD' and
23223            not 'SRv6' and
23224            not 'IPSEC' and
23225            not 'VHOST'"
23226   parameters:
23227   - "throughput"
23228   - "parent"
23229   - "tags"
23230   sort:
23231   - "IP6BASE"
23232   - "FIB_20K"
23233   - "FIB_200K"
23234   - "FIB_2M"
23235   layout:
23236     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
23237     layout: "plot-throughput-speedup-analysis"
23238
23239 # Speedup - VPP IPv6 3n-hsw-x520 features
23240 -
23241   type: "plot"
23242   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23243   algorithm: "plot_throughput_speedup_analysis"
23244   output-file-type: ".html"
23245   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23246   data: "plot-throughput-speedup-analysis-3n-hsw"
23247   filter: "'NIC_Intel-X520-DA2' and
23248            '78B' and
23249            ('IP6BASE' or
23250             'POLICE_MARK' or
23251             'COPWHLIST' or
23252             'IACLDST') and
23253            'NDRPDR' and
23254            'IP6FWD' and
23255            not 'SRv6' and
23256            not 'IPSEC' and
23257            not 'VHOST'"
23258   parameters:
23259   - "throughput"
23260   - "parent"
23261   - "tags"
23262   sort:
23263   - "IP6BASE"
23264   - "POLICE_MARK"
23265   - "COPWHLIST"
23266   - "IACLDST"
23267   layout:
23268     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
23269     layout: "plot-throughput-speedup-analysis"
23270
23271 -
23272   type: "plot"
23273   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23274   algorithm: "plot_throughput_speedup_analysis"
23275   output-file-type: ".html"
23276   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23277   data: "plot-throughput-speedup-analysis-3n-hsw"
23278   filter: "'NIC_Intel-X520-DA2' and
23279            '78B' and
23280            ('IP6BASE' or
23281             'POLICE_MARK' or
23282             'COPWHLIST' or
23283             'IACLDST') and
23284            'NDRPDR' and
23285            'IP6FWD' and
23286            not 'SRv6' and
23287            not 'IPSEC' and
23288            not 'VHOST'"
23289   parameters:
23290   - "throughput"
23291   - "parent"
23292   - "tags"
23293   sort:
23294   - "IP6BASE"
23295   - "POLICE_MARK"
23296   - "COPWHLIST"
23297   - "IACLDST"
23298   layout:
23299     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
23300     layout: "plot-throughput-speedup-analysis"
23301
23302 # Speedup - VPP IPv6 3n-hsw-x710
23303 -
23304   type: "plot"
23305   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23306   algorithm: "plot_throughput_speedup_analysis"
23307   output-file-type: ".html"
23308   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23309   data: "plot-throughput-speedup-analysis-3n-hsw"
23310   filter: "'NIC_Intel-X710' and
23311            '78B' and
23312            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23313            'NDRPDR' and
23314            'IP6FWD' and
23315            not 'SRv6' and
23316            not 'IPSEC' and
23317            not 'VHOST'"
23318   parameters:
23319   - "throughput"
23320   - "parent"
23321   - "tags"
23322   sort:
23323   - "IP6BASE"
23324   - "FIB_20K"
23325   - "FIB_200K"
23326   - "FIB_2M"
23327   layout:
23328     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23329     layout: "plot-throughput-speedup-analysis"
23330
23331 -
23332   type: "plot"
23333   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23334   algorithm: "plot_throughput_speedup_analysis"
23335   output-file-type: ".html"
23336   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23337   data: "plot-throughput-speedup-analysis-3n-hsw"
23338   filter: "'NIC_Intel-X710' and
23339            '78B' and
23340            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23341            'NDRPDR' and
23342            'IP6FWD' and
23343            not 'SRv6' and
23344            not 'IPSEC' and
23345            not 'VHOST'"
23346   parameters:
23347   - "throughput"
23348   - "parent"
23349   - "tags"
23350   sort:
23351   - "IP6BASE"
23352   - "FIB_20K"
23353   - "FIB_200K"
23354   - "FIB_2M"
23355   layout:
23356     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23357     layout: "plot-throughput-speedup-analysis"
23358
23359 # Speedup - VPP IPv6 3n-hsw-x710 features
23360 -
23361   type: "plot"
23362   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23363   algorithm: "plot_throughput_speedup_analysis"
23364   output-file-type: ".html"
23365   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23366   data: "plot-throughput-speedup-analysis-3n-hsw"
23367   filter: "'NIC_Intel-X710' and
23368            '78B' and
23369            ('IP6BASE' or
23370             'POLICE_MARK' or
23371             'COPWHLIST' or
23372             'IACLDST') and
23373            'NDRPDR' and
23374            'IP6FWD' and
23375            not 'SRv6' and
23376            not 'IPSEC' and
23377            not 'VHOST'"
23378   parameters:
23379   - "throughput"
23380   - "parent"
23381   - "tags"
23382   sort:
23383   - "IP6BASE"
23384   - "POLICE_MARK"
23385   - "COPWHLIST"
23386   - "IACLDST"
23387   layout:
23388     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23389     layout: "plot-throughput-speedup-analysis"
23390
23391 -
23392   type: "plot"
23393   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23394   algorithm: "plot_throughput_speedup_analysis"
23395   output-file-type: ".html"
23396   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23397   data: "plot-throughput-speedup-analysis-3n-hsw"
23398   filter: "'NIC_Intel-X710' and
23399            '78B' and
23400            ('IP6BASE' or
23401             'POLICE_MARK' or
23402             'COPWHLIST' or
23403             'IACLDST') and
23404            'NDRPDR' and
23405            'IP6FWD' and
23406            not 'SRv6' and
23407            not 'IPSEC' and
23408            not 'VHOST'"
23409   parameters:
23410   - "throughput"
23411   - "parent"
23412   - "tags"
23413   sort:
23414   - "IP6BASE"
23415   - "POLICE_MARK"
23416   - "COPWHLIST"
23417   - "IACLDST"
23418   layout:
23419     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23420     layout: "plot-throughput-speedup-analysis"
23421
23422 # Speedup - VPP IPv6 3n-hsw-xl710
23423 -
23424   type: "plot"
23425   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23426   algorithm: "plot_throughput_speedup_analysis"
23427   output-file-type: ".html"
23428   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23429   data: "plot-throughput-speedup-analysis-3n-hsw"
23430   filter: "'NIC_Intel-XL710' and
23431            '78B' and
23432            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23433            'NDRPDR' and
23434            'IP6FWD' and
23435            not 'SRv6' and
23436            not 'IPSEC' and
23437            not 'VHOST'"
23438   parameters:
23439   - "throughput"
23440   - "parent"
23441   - "tags"
23442   sort:
23443   - "IP6BASE"
23444   - "FIB_20K"
23445   - "FIB_200K"
23446   - "FIB_2M"
23447   layout:
23448     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
23449     layout: "plot-throughput-speedup-analysis"
23450
23451 -
23452   type: "plot"
23453   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23454   algorithm: "plot_throughput_speedup_analysis"
23455   output-file-type: ".html"
23456   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23457   data: "plot-throughput-speedup-analysis-3n-hsw"
23458   filter: "'NIC_Intel-XL710' and
23459            '78B' and
23460            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23461            'NDRPDR' and
23462            'IP6FWD' and
23463            not 'SRv6' and
23464            not 'IPSEC' and
23465            not 'VHOST'"
23466   parameters:
23467   - "throughput"
23468   - "parent"
23469   - "tags"
23470   sort:
23471   - "IP6BASE"
23472   - "FIB_20K"
23473   - "FIB_200K"
23474   - "FIB_2M"
23475   layout:
23476     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
23477     layout: "plot-throughput-speedup-analysis"
23478
23479 # Speedup - VPP IPv6 3n-skx-x710
23480 -
23481   type: "plot"
23482   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23483   algorithm: "plot_throughput_speedup_analysis"
23484   output-file-type: ".html"
23485   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23486   data: "plot-throughput-speedup-analysis-3n-skx"
23487   filter: "'NIC_Intel-X710' and
23488            '78B' and
23489            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23490            'NDRPDR' and
23491            'IP6FWD' and
23492            not 'SRv6' and
23493            not 'IPSEC' and
23494            not 'VHOST'"
23495   parameters:
23496   - "throughput"
23497   - "parent"
23498   - "tags"
23499   sort:
23500   - "IP6BASE"
23501   - "FIB_20K"
23502   - "FIB_200K"
23503   - "FIB_2M"
23504   layout:
23505     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23506     layout: "plot-throughput-speedup-analysis"
23507
23508 -
23509   type: "plot"
23510   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23511   algorithm: "plot_throughput_speedup_analysis"
23512   output-file-type: ".html"
23513   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23514   data: "plot-throughput-speedup-analysis-3n-skx"
23515   filter: "'NIC_Intel-X710' and
23516            '78B' and
23517            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23518            'NDRPDR' and
23519            'IP6FWD' and
23520            not 'SRv6' and
23521            not 'IPSEC' and
23522            not 'VHOST'"
23523   parameters:
23524   - "throughput"
23525   - "parent"
23526   - "tags"
23527   sort:
23528   - "IP6BASE"
23529   - "FIB_20K"
23530   - "FIB_200K"
23531   - "FIB_2M"
23532   layout:
23533     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23534     layout: "plot-throughput-speedup-analysis"
23535
23536 # Speedup - VPP IPv6 3n-skx-x710 features
23537 -
23538   type: "plot"
23539   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23540   algorithm: "plot_throughput_speedup_analysis"
23541   output-file-type: ".html"
23542   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23543   data: "plot-throughput-speedup-analysis-3n-skx"
23544   filter: "'NIC_Intel-X710' and
23545            '78B' and
23546            ('IP6BASE' or
23547             'POLICE_MARK' or
23548             'COPWHLIST' or
23549             'IACLDST') and
23550            'NDRPDR' and
23551            'IP6FWD' and
23552            not 'SRv6' and
23553            not 'IPSEC' and
23554            not 'VHOST'"
23555   parameters:
23556   - "throughput"
23557   - "parent"
23558   - "tags"
23559   sort:
23560   - "IP6BASE"
23561   - "POLICE_MARK"
23562   - "COPWHLIST"
23563   - "IACLDST"
23564   layout:
23565     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23566     layout: "plot-throughput-speedup-analysis"
23567
23568 -
23569   type: "plot"
23570   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23571   algorithm: "plot_throughput_speedup_analysis"
23572   output-file-type: ".html"
23573   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23574   data: "plot-throughput-speedup-analysis-3n-skx"
23575   filter: "'NIC_Intel-X710' and
23576            '78B' and
23577            ('IP6BASE' or
23578             'POLICE_MARK' or
23579             'COPWHLIST' or
23580             'IACLDST') and
23581            'NDRPDR' and
23582            'IP6FWD' and
23583            not 'SRv6' and
23584            not 'IPSEC' and
23585            not 'VHOST'"
23586   parameters:
23587   - "throughput"
23588   - "parent"
23589   - "tags"
23590   sort:
23591   - "IP6BASE"
23592   - "POLICE_MARK"
23593   - "COPWHLIST"
23594   - "IACLDST"
23595   layout:
23596     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23597     layout: "plot-throughput-speedup-analysis"
23598
23599 # Speedup - VPP IPv6 2n-skx-x710
23600 -
23601   type: "plot"
23602   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23603   algorithm: "plot_throughput_speedup_analysis"
23604   output-file-type: ".html"
23605   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23606   data: "plot-throughput-speedup-analysis-2n-skx"
23607   filter: "'NIC_Intel-X710' and
23608            '78B' and
23609            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23610            'NDRPDR' and
23611            'IP6FWD' and
23612            not 'SRv6' and
23613            not 'IPSEC' and
23614            not 'VHOST'"
23615   parameters:
23616   - "throughput"
23617   - "parent"
23618   - "tags"
23619   sort:
23620   - "IP6BASE"
23621   - "FIB_20K"
23622   - "FIB_200K"
23623   - "FIB_2M"
23624   layout:
23625     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
23626     layout: "plot-throughput-speedup-analysis"
23627
23628 -
23629   type: "plot"
23630   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23631   algorithm: "plot_throughput_speedup_analysis"
23632   output-file-type: ".html"
23633   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23634   data: "plot-throughput-speedup-analysis-2n-skx"
23635   filter: "'NIC_Intel-X710' and
23636            '78B' and
23637            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23638            'NDRPDR' and
23639            'IP6FWD' and
23640            not 'SRv6' and
23641            not 'IPSEC' and
23642            not 'VHOST'"
23643   parameters:
23644   - "throughput"
23645   - "parent"
23646   - "tags"
23647   sort:
23648   - "IP6BASE"
23649   - "FIB_20K"
23650   - "FIB_200K"
23651   - "FIB_2M"
23652   layout:
23653     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
23654     layout: "plot-throughput-speedup-analysis"
23655
23656 # Speedup - VPP IPv6 2n-skx-xxv710
23657 -
23658   type: "plot"
23659   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23660   algorithm: "plot_throughput_speedup_analysis"
23661   output-file-type: ".html"
23662   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23663   data: "plot-throughput-speedup-analysis-2n-skx"
23664   filter: "'NIC_Intel-XXV710' and
23665            '78B' and
23666            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23667            'NDRPDR' and
23668            'IP6FWD' and
23669            not 'SRv6' and
23670            not 'IPSEC' and
23671            not 'VHOST'"
23672   parameters:
23673   - "throughput"
23674   - "parent"
23675   - "tags"
23676   sort:
23677   - "IP6BASE"
23678   - "FIB_20K"
23679   - "FIB_200K"
23680   - "FIB_2M"
23681   layout:
23682     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
23683     layout: "plot-throughput-speedup-analysis"
23684
23685 -
23686   type: "plot"
23687   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23688   algorithm: "plot_throughput_speedup_analysis"
23689   output-file-type: ".html"
23690   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23691   data: "plot-throughput-speedup-analysis-2n-skx"
23692   filter: "'NIC_Intel-XXV710' and
23693            '78B' and
23694            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23695            'NDRPDR' and
23696            'IP6FWD' and
23697            not 'SRv6' and
23698            not 'IPSEC' and
23699            not 'VHOST'"
23700   parameters:
23701   - "throughput"
23702   - "parent"
23703   - "tags"
23704   sort:
23705   - "IP6BASE"
23706   - "FIB_20K"
23707   - "FIB_200K"
23708   - "FIB_2M"
23709   layout:
23710     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
23711     layout: "plot-throughput-speedup-analysis"
23712
23713 ################################################################################
23714
23715 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
23716 -
23717   type: "plot"
23718   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23719   algorithm: "plot_throughput_speedup_analysis"
23720   output-file-type: ".html"
23721   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23722   data: "plot-throughput-speedup-analysis-3n-hsw"
23723   filter: "'NIC_Intel-X520-DA2' and
23724            '78B' and
23725            'ENCAP' and
23726            'NDRPDR' and
23727            'LISP' and
23728            not 'VHOST'"
23729   parameters:
23730   - "throughput"
23731   - "parent"
23732   - "tags"
23733   sort:
23734   - "IP4UNRLAY"
23735   - "IP6UNRLAY"
23736   layout:
23737     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
23738     layout: "plot-throughput-speedup-analysis"
23739
23740 -
23741   type: "plot"
23742   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23743   algorithm: "plot_throughput_speedup_analysis"
23744   output-file-type: ".html"
23745   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23746   data: "plot-throughput-speedup-analysis-3n-hsw"
23747   filter: "'NIC_Intel-X520-DA2' and
23748            '78B' and
23749            'ENCAP' and
23750            'NDRPDR' and
23751            'LISP' and
23752            not 'VHOST'"
23753   parameters:
23754   - "throughput"
23755   - "parent"
23756   - "tags"
23757   sort:
23758   - "IP4UNRLAY"
23759   - "IP6UNRLAY"
23760   layout:
23761     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
23762     layout: "plot-throughput-speedup-analysis"
23763
23764 ################################################################################
23765
23766 # Speedup - VPP IPSec 3n-hsw-xl710 base
23767 -
23768   type: "plot"
23769   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23770   algorithm: "plot_throughput_speedup_analysis"
23771   output-file-type: ".html"
23772   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23773   data: "plot-throughput-speedup-analysis-3n-hsw"
23774   filter: "'NIC_Intel-XL710' and
23775            '64B' and
23776            'IP4FWD' and
23777            'NDRPDR' and
23778            'BASE' and
23779            'IPSECHW' and
23780            ('IPSECTRAN' or 'IPSECTUN') and
23781            not 'VHOST'"
23782   parameters:
23783   - "throughput"
23784   - "parent"
23785   - "tags"
23786   layout:
23787     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
23788     layout: "plot-throughput-speedup-analysis"
23789
23790 -
23791   type: "plot"
23792   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23793   algorithm: "plot_throughput_speedup_analysis"
23794   output-file-type: ".html"
23795   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23796   data: "plot-throughput-speedup-analysis-3n-hsw"
23797   filter: "'NIC_Intel-XL710' and
23798            '64B' and
23799            'IP4FWD' and
23800            'NDRPDR' and
23801            'BASE' and
23802            'IPSECHW' and
23803            ('IPSECTRAN' or 'IPSECTUN') and
23804            not 'VHOST'"
23805   parameters:
23806   - "throughput"
23807   - "parent"
23808   - "tags"
23809   layout:
23810     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
23811     layout: "plot-throughput-speedup-analysis"
23812
23813 # Speedup - VPP IPSec 3n-hsw-xl710 scale
23814 -
23815   type: "plot"
23816   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23817   algorithm: "plot_throughput_speedup_analysis"
23818   output-file-type: ".html"
23819   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23820   data: "plot-throughput-speedup-analysis-3n-hsw"
23821   filter: "'NIC_Intel-XL710' and
23822            '64B' and
23823            'IP4FWD' and
23824            'NDRPDR' and
23825            'SCALE' and
23826            'IPSECHW' and
23827            ('IPSECTRAN' or 'IPSECTUN') and
23828            not 'VHOST'"
23829   parameters:
23830   - "throughput"
23831   - "parent"
23832   - "tags"
23833   layout:
23834     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
23835     layout: "plot-throughput-speedup-analysis"
23836
23837 -
23838   type: "plot"
23839   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23840   algorithm: "plot_throughput_speedup_analysis"
23841   output-file-type: ".html"
23842   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23843   data: "plot-throughput-speedup-analysis-3n-hsw"
23844   filter: "'NIC_Intel-XL710' and
23845            '64B' and
23846            'IP4FWD' and
23847            'NDRPDR' and
23848            'SCALE' and
23849            'IPSECHW' and
23850            ('IPSECTRAN' or 'IPSECTUN') and
23851            not 'VHOST'"
23852   parameters:
23853   - "throughput"
23854   - "parent"
23855   - "tags"
23856   layout:
23857     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
23858     layout: "plot-throughput-speedup-analysis"
23859
23860 # Speedup - VPP IPSec 3n-hsw-xl710 sw
23861 -
23862   type: "plot"
23863   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23864   algorithm: "plot_throughput_speedup_analysis"
23865   output-file-type: ".html"
23866   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23867   data: "plot-throughput-speedup-analysis-3n-hsw"
23868   filter: "'NIC_Intel-XL710' and
23869            '64B' and
23870            'IP4FWD' and
23871            'NDRPDR' and
23872            'IPSECSW' and
23873            ('IPSECTRAN' or 'IPSECTUN') and
23874            not 'VHOST'"
23875   parameters:
23876   - "throughput"
23877   - "parent"
23878   - "tags"
23879   layout:
23880     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
23881     layout: "plot-throughput-speedup-analysis"
23882
23883 -
23884   type: "plot"
23885   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23886   algorithm: "plot_throughput_speedup_analysis"
23887   output-file-type: ".html"
23888   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23889   data: "plot-throughput-speedup-analysis-3n-hsw"
23890   filter: "'NIC_Intel-XL710' and
23891            '64B' and
23892            'IP4FWD' and
23893            'NDRPDR' and
23894            'IPSECSW' and
23895            ('IPSECTRAN' or 'IPSECTUN') and
23896            not 'VHOST'"
23897   parameters:
23898   - "throughput"
23899   - "parent"
23900   - "tags"
23901   layout:
23902     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
23903     layout: "plot-throughput-speedup-analysis"
23904
23905 ################################################################################
23906
23907 # Speedup - VPP SRv6 3n-hsw-x520
23908 -
23909   type: "plot"
23910   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
23911   algorithm: "plot_throughput_speedup_analysis"
23912   output-file-type: ".html"
23913   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
23914   data: "plot-throughput-speedup-analysis-3n-hsw"
23915   filter: "'NIC_Intel-X520-DA2' and
23916            '78B' and
23917            'FEATURE' and
23918            'NDRPDR' and
23919            'IP6FWD' and
23920            'SRv6'"
23921   parameters:
23922   - "throughput"
23923   - "parent"
23924   - "tags"
23925   layout:
23926     title: "srv6-3n-hsw-x520-78b-features-ndr"
23927     layout: "plot-throughput-speedup-analysis"
23928
23929 -
23930   type: "plot"
23931   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
23932   algorithm: "plot_throughput_speedup_analysis"
23933   output-file-type: ".html"
23934   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
23935   data: "plot-throughput-speedup-analysis-3n-hsw"
23936   filter: "'NIC_Intel-X520-DA2' and
23937            '78B' and
23938            'FEATURE' and
23939            'NDRPDR' and
23940            'IP6FWD' and
23941            'SRv6'"
23942   parameters:
23943   - "throughput"
23944   - "parent"
23945   - "tags"
23946   layout:
23947     title: "srv6-3n-hsw-x520-78b-features-pdr"
23948     layout: "plot-throughput-speedup-analysis"
23949
23950 ################################################################################
23951
23952 # Speedup - VPP L2 3n-hsw-x520 base and scale
23953 -
23954   type: "plot"
23955   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23956   algorithm: "plot_throughput_speedup_analysis"
23957   output-file-type: ".html"
23958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23959   data: "plot-throughput-speedup-analysis-3n-hsw"
23960   filter: "'NIC_Intel-X520-DA2' and
23961            '64B' and
23962            ('BASE' or 'SCALE') and
23963            'NDRPDR' and
23964            'ETH' and
23965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23966            not 'VHOST' and
23967            not 'MEMIF'"
23968   parameters:
23969   - "throughput"
23970   - "parent"
23971   - "tags"
23972   sort:
23973   - "L2PATCH"
23974   - "L2XCBASE"
23975   - "BASE"
23976   - "FIB_10K"
23977   - "FIB_100K"
23978   - "FIB_1M"
23979   layout:
23980     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
23981     layout: "plot-throughput-speedup-analysis"
23982
23983 -
23984   type: "plot"
23985   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23986   algorithm: "plot_throughput_speedup_analysis"
23987   output-file-type: ".html"
23988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23989   data: "plot-throughput-speedup-analysis-3n-hsw"
23990   filter: "'NIC_Intel-X520-DA2' and
23991            '64B' and
23992            ('BASE' or 'SCALE') and
23993            'NDRPDR' and
23994            'ETH' and
23995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23996            not 'VHOST' and
23997            not 'MEMIF'"
23998   parameters:
23999   - "throughput"
24000   - "parent"
24001   - "tags"
24002   sort:
24003   - "L2PATCH"
24004   - "L2XCBASE"
24005   - "BASE"
24006   - "FIB_10K"
24007   - "FIB_100K"
24008   - "FIB_1M"
24009   layout:
24010     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24011     layout: "plot-throughput-speedup-analysis"
24012
24013 # Speedup - VPP L2 3n-hsw-x520 features
24014 -
24015   type: "plot"
24016   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24017   algorithm: "plot_throughput_speedup_analysis"
24018   output-file-type: ".html"
24019   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24020   data: "plot-throughput-speedup-analysis-3n-hsw"
24021   filter: "'NIC_Intel-X520-DA2' and
24022            '64B' and
24023            'NDRPDR' and
24024            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24025            not 'ACL' and
24026            not 'VHOST' and
24027            not 'MEMIF'"
24028   parameters:
24029   - "throughput"
24030   - "parent"
24031   - "tags"
24032   sort:
24033   - "L2XCBASE"    # l2xcbase
24034   - "L2BDBASE"    # l2bdbase
24035   - "L2XCFWD"     # dot1q-l2xcbase
24036   - "L2BDMACLRN"  # dot1q-l2bdbase
24037   layout:
24038     title: "l2sw-3n-hsw-x520-64b-features-ndr"
24039     layout: "plot-throughput-speedup-analysis"
24040
24041 -
24042   type: "plot"
24043   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24044   algorithm: "plot_throughput_speedup_analysis"
24045   output-file-type: ".html"
24046   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24047   data: "plot-throughput-speedup-analysis-3n-hsw"
24048   filter: "'NIC_Intel-X520-DA2' and
24049            '64B' and
24050            'NDRPDR' and
24051            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24052            not 'ACL' and
24053            not 'VHOST' and
24054            not 'MEMIF'"
24055   parameters:
24056   - "throughput"
24057   - "parent"
24058   - "tags"
24059   sort:
24060   - "L2XCBASE"    # l2xcbase
24061   - "L2BDBASE"    # l2bdbase
24062   - "L2XCFWD"     # dot1q-l2xcbase
24063   - "L2BDMACLRN"  # dot1q-l2bdbase
24064   layout:
24065     title: "l2sw-3n-hsw-x520-64b-features-pdr"
24066     layout: "plot-throughput-speedup-analysis"
24067
24068 # Speedup - VPP L2 3n-hsw-x710 base and scale
24069 -
24070   type: "plot"
24071   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24072   algorithm: "plot_throughput_speedup_analysis"
24073   output-file-type: ".html"
24074   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24075   data: "plot-throughput-speedup-analysis-3n-hsw"
24076   filter: "'NIC_Intel-X710' and
24077            '64B' and
24078            ('BASE' or 'SCALE') and
24079            'NDRPDR' and
24080            'ETH' and
24081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24082            not 'VHOST' and
24083            not 'MEMIF'"
24084   parameters:
24085   - "throughput"
24086   - "parent"
24087   - "tags"
24088   sort:
24089   - "L2PATCH"
24090   - "L2XCBASE"
24091   - "BASE"
24092   - "FIB_10K"
24093   - "FIB_100K"
24094   - "FIB_1M"
24095   layout:
24096     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24097     layout: "plot-throughput-speedup-analysis"
24098
24099 -
24100   type: "plot"
24101   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24102   algorithm: "plot_throughput_speedup_analysis"
24103   output-file-type: ".html"
24104   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24105   data: "plot-throughput-speedup-analysis-3n-hsw"
24106   filter: "'NIC_Intel-X710' and
24107            '64B' and
24108            ('BASE' or 'SCALE') and
24109            'NDRPDR' and
24110            'ETH' and
24111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24112            not 'VHOST' and
24113            not 'MEMIF'"
24114   parameters:
24115   - "throughput"
24116   - "parent"
24117   - "tags"
24118   sort:
24119   - "L2PATCH"
24120   - "L2XCBASE"
24121   - "BASE"
24122   - "FIB_10K"
24123   - "FIB_100K"
24124   - "FIB_1M"
24125   layout:
24126     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24127     layout: "plot-throughput-speedup-analysis"
24128
24129 # Speedup - VPP L2 3n-hsw-x710 features
24130 -
24131   type: "plot"
24132   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24133   algorithm: "plot_throughput_speedup_analysis"
24134   output-file-type: ".html"
24135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24136   data: "plot-throughput-speedup-analysis-3n-hsw"
24137   filter: "'NIC_Intel-X710' and
24138            '64B' and
24139            'NDRPDR' and
24140            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24141            not 'ACL' and
24142            not 'VHOST' and
24143            not 'MEMIF'"
24144   parameters:
24145   - "throughput"
24146   - "parent"
24147   - "tags"
24148   sort:
24149   - "L2XCBASE"    # l2xcbase
24150   - "L2BDBASE"    # l2bdbase
24151   - "L2XCFWD"     # dot1q-l2xcbase
24152   - "L2BDMACLRN"  # dot1q-l2bdbase
24153   layout:
24154     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24155     layout: "plot-throughput-speedup-analysis"
24156
24157 -
24158   type: "plot"
24159   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24160   algorithm: "plot_throughput_speedup_analysis"
24161   output-file-type: ".html"
24162   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24163   data: "plot-throughput-speedup-analysis-3n-hsw"
24164   filter: "'NIC_Intel-X710' and
24165            '64B' and
24166            'NDRPDR' and
24167            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24168            not 'ACL' and
24169            not 'VHOST' and
24170            not 'MEMIF'"
24171   parameters:
24172   - "throughput"
24173   - "parent"
24174   - "tags"
24175   sort:
24176   - "L2XCBASE"    # l2xcbase
24177   - "L2BDBASE"    # l2bdbase
24178   - "L2XCFWD"     # dot1q-l2xcbase
24179   - "L2BDMACLRN"  # dot1q-l2bdbase
24180   layout:
24181     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24182     layout: "plot-throughput-speedup-analysis"
24183
24184 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24185 -
24186   type: "plot"
24187   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24188   algorithm: "plot_throughput_speedup_analysis"
24189   output-file-type: ".html"
24190   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24191   data: "plot-throughput-speedup-analysis-3n-hsw"
24192   filter: "'NIC_Intel-XL710' and
24193            '64B' and
24194            ('BASE' or 'SCALE') and
24195            'NDRPDR' and
24196            'ETH' and
24197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24198            not 'VHOST' and
24199            not 'MEMIF'"
24200   parameters:
24201   - "throughput"
24202   - "parent"
24203   - "tags"
24204   sort:
24205   - "L2PATCH"
24206   - "L2XCBASE"
24207   - "BASE"
24208   - "FIB_10K"
24209   - "FIB_100K"
24210   - "FIB_1M"
24211   layout:
24212     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24213     layout: "plot-throughput-speedup-analysis"
24214
24215 -
24216   type: "plot"
24217   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24218   algorithm: "plot_throughput_speedup_analysis"
24219   output-file-type: ".html"
24220   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24221   data: "plot-throughput-speedup-analysis-3n-hsw"
24222   filter: "'NIC_Intel-XL710' and
24223            '64B' and
24224            ('BASE' or 'SCALE') and
24225            'NDRPDR' and
24226            'ETH' and
24227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24228            not 'VHOST' and
24229            not 'MEMIF'"
24230   parameters:
24231   - "throughput"
24232   - "parent"
24233   - "tags"
24234   sort:
24235   - "L2PATCH"
24236   - "L2XCBASE"
24237   - "BASE"
24238   - "FIB_10K"
24239   - "FIB_100K"
24240   - "FIB_1M"
24241   layout:
24242     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
24243     layout: "plot-throughput-speedup-analysis"
24244
24245 # Speedup - VPP L2 3n-skx-x710 base and scale
24246 -
24247   type: "plot"
24248   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24249   algorithm: "plot_throughput_speedup_analysis"
24250   output-file-type: ".html"
24251   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24252   data: "plot-throughput-speedup-analysis-3n-skx"
24253   filter: "'NIC_Intel-X710' and
24254            '64B' and
24255            ('BASE' or 'SCALE') and
24256            'NDRPDR' and
24257            'ETH' and
24258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24259            not 'VHOST' and
24260            not 'MEMIF'"
24261   parameters:
24262   - "throughput"
24263   - "parent"
24264   - "tags"
24265   sort:
24266   - "L2PATCH"
24267   - "L2XCBASE"
24268   - "BASE"
24269   - "FIB_10K"
24270   - "FIB_100K"
24271   - "FIB_1M"
24272   layout:
24273     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24274     layout: "plot-throughput-speedup-analysis"
24275
24276 -
24277   type: "plot"
24278   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24279   algorithm: "plot_throughput_speedup_analysis"
24280   output-file-type: ".html"
24281   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24282   data: "plot-throughput-speedup-analysis-3n-skx"
24283   filter: "'NIC_Intel-X710' and
24284            '64B' and
24285            ('BASE' or 'SCALE') and
24286            'NDRPDR' and
24287            'ETH' and
24288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24289            not 'VHOST' and
24290            not 'MEMIF'"
24291   parameters:
24292   - "throughput"
24293   - "parent"
24294   - "tags"
24295   sort:
24296   - "L2PATCH"
24297   - "L2XCBASE"
24298   - "BASE"
24299   - "FIB_10K"
24300   - "FIB_100K"
24301   - "FIB_1M"
24302   layout:
24303     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24304     layout: "plot-throughput-speedup-analysis"
24305
24306 # Speedup - VPP L2 3n-skx-x710 features
24307 -
24308   type: "plot"
24309   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24310   algorithm: "plot_throughput_speedup_analysis"
24311   output-file-type: ".html"
24312   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24313   data: "plot-throughput-speedup-analysis-3n-skx"
24314   filter: "'NIC_Intel-X710' and
24315            '64B' and
24316            'NDRPDR' and
24317            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24318            not 'ACL' and
24319            not 'VHOST' and
24320            not 'MEMIF'"
24321   parameters:
24322   - "throughput"
24323   - "parent"
24324   - "tags"
24325   sort:
24326   - "L2XCBASE"    # l2xcbase
24327   - "L2BDBASE"    # l2bdbase
24328   - "L2XCFWD"     # dot1q-l2xcbase
24329   - "L2BDMACLRN"  # dot1q-l2bdbase
24330   layout:
24331     title: "l2sw-3n-skx-x710-64b-features-ndr"
24332     layout: "plot-throughput-speedup-analysis"
24333
24334 -
24335   type: "plot"
24336   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24337   algorithm: "plot_throughput_speedup_analysis"
24338   output-file-type: ".html"
24339   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24340   data: "plot-throughput-speedup-analysis-3n-skx"
24341   filter: "'NIC_Intel-X710' and
24342            '64B' and
24343            'NDRPDR' and
24344            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24345            not 'ACL' and
24346            not 'VHOST' and
24347            not 'MEMIF'"
24348   parameters:
24349   - "throughput"
24350   - "parent"
24351   - "tags"
24352   sort:
24353   - "L2XCBASE"    # l2xcbase
24354   - "L2BDBASE"    # l2bdbase
24355   - "L2XCFWD"     # dot1q-l2xcbase
24356   - "L2BDMACLRN"  # dot1q-l2bdbase
24357   layout:
24358     title: "l2sw-3n-skx-x710-64b-features-pdr"
24359     layout: "plot-throughput-speedup-analysis"
24360
24361 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24362 -
24363   type: "plot"
24364   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24365   algorithm: "plot_throughput_speedup_analysis"
24366   output-file-type: ".html"
24367   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24368   data: "plot-throughput-speedup-analysis-3n-skx"
24369   filter: "'NIC_Intel-XXV710' and
24370            '64B' and
24371            ('BASE' or 'SCALE') and
24372            'NDRPDR' and
24373            'ETH' and
24374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24375            not 'VHOST' and
24376            not 'MEMIF'"
24377   parameters:
24378   - "throughput"
24379   - "parent"
24380   - "tags"
24381   sort:
24382   - "L2PATCH"
24383   - "L2XCBASE"
24384   - "BASE"
24385   - "FIB_10K"
24386   - "FIB_100K"
24387   - "FIB_1M"
24388   layout:
24389     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
24390     layout: "plot-throughput-speedup-analysis"
24391
24392 -
24393   type: "plot"
24394   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24395   algorithm: "plot_throughput_speedup_analysis"
24396   output-file-type: ".html"
24397   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24398   data: "plot-throughput-speedup-analysis-3n-skx"
24399   filter: "'NIC_Intel-XXV710' and
24400            '64B' and
24401            ('BASE' or 'SCALE') and
24402            'NDRPDR' and
24403            'ETH' and
24404            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24405            not 'VHOST' and
24406            not 'MEMIF'"
24407   parameters:
24408   - "throughput"
24409   - "parent"
24410   - "tags"
24411   sort:
24412   - "L2PATCH"
24413   - "L2XCBASE"
24414   - "BASE"
24415   - "FIB_10K"
24416   - "FIB_100K"
24417   - "FIB_1M"
24418   layout:
24419     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
24420     layout: "plot-throughput-speedup-analysis"
24421
24422 # Speedup - VPP L2 2n-skx-x710 base and scale
24423 -
24424   type: "plot"
24425   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24426   algorithm: "plot_throughput_speedup_analysis"
24427   output-file-type: ".html"
24428   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24429   data: "plot-throughput-speedup-analysis-2n-skx"
24430   filter: "'NIC_Intel-X710' and
24431            '64B' and
24432            ('BASE' or 'SCALE') and
24433            'NDRPDR' and
24434            'ETH' and
24435            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24436            not 'VHOST' and
24437            not 'MEMIF'"
24438   parameters:
24439   - "throughput"
24440   - "parent"
24441   - "tags"
24442   sort:
24443   - "L2PATCH"
24444   - "L2XCBASE"
24445   - "BASE"
24446   - "FIB_10K"
24447   - "FIB_100K"
24448   - "FIB_1M"
24449   layout:
24450     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
24451     layout: "plot-throughput-speedup-analysis"
24452
24453 -
24454   type: "plot"
24455   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24456   algorithm: "plot_throughput_speedup_analysis"
24457   output-file-type: ".html"
24458   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24459   data: "plot-throughput-speedup-analysis-2n-skx"
24460   filter: "'NIC_Intel-X710' and
24461            '64B' and
24462            ('BASE' or 'SCALE') and
24463            'NDRPDR' and
24464            'ETH' and
24465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24466            not 'VHOST' and
24467            not 'MEMIF'"
24468   parameters:
24469   - "throughput"
24470   - "parent"
24471   - "tags"
24472   sort:
24473   - "L2PATCH"
24474   - "L2XCBASE"
24475   - "BASE"
24476   - "FIB_10K"
24477   - "FIB_100K"
24478   - "FIB_1M"
24479   layout:
24480     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
24481     layout: "plot-throughput-speedup-analysis"
24482
24483 # Speedup - VPP L2 2n-skx-xxv710 base and scale
24484 -
24485   type: "plot"
24486   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24487   algorithm: "plot_throughput_speedup_analysis"
24488   output-file-type: ".html"
24489   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24490   data: "plot-throughput-speedup-analysis-2n-skx"
24491   filter: "'NIC_Intel-XXV710' and
24492            '64B' and
24493            ('BASE' or 'SCALE') and
24494            'NDRPDR' and
24495            'ETH' and
24496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24497            not 'VHOST' and
24498            not 'MEMIF'"
24499   parameters:
24500   - "throughput"
24501   - "parent"
24502   - "tags"
24503   sort:
24504   - "L2PATCH"
24505   - "L2XCBASE"
24506   - "BASE"
24507   - "FIB_10K"
24508   - "FIB_100K"
24509   - "FIB_1M"
24510   layout:
24511     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
24512     layout: "plot-throughput-speedup-analysis"
24513
24514 -
24515   type: "plot"
24516   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24517   algorithm: "plot_throughput_speedup_analysis"
24518   output-file-type: ".html"
24519   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24520   data: "plot-throughput-speedup-analysis-2n-skx"
24521   filter: "'NIC_Intel-XXV710' and
24522            '64B' and
24523            ('BASE' or 'SCALE') and
24524            'NDRPDR' and
24525            'ETH' and
24526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24527            not 'VHOST' and
24528            not 'MEMIF'"
24529   parameters:
24530   - "throughput"
24531   - "parent"
24532   - "tags"
24533   sort:
24534   - "L2PATCH"
24535   - "L2XCBASE"
24536   - "BASE"
24537   - "FIB_10K"
24538   - "FIB_100K"
24539   - "FIB_1M"
24540   layout:
24541     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
24542     layout: "plot-throughput-speedup-analysis"
24543
24544 ################################################################################
24545
24546 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
24547 -
24548   type: "plot"
24549   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24550   algorithm: "plot_throughput_speedup_analysis"
24551   output-file-type: ".html"
24552   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24553   data: "plot-throughput-speedup-analysis-3n-hsw"
24554   filter: "'NIC_Intel-X520-DA2' and
24555            '64B' and
24556            'NDRPDR' and
24557            'ETH' and
24558            'IP4FWD' and
24559            'VHOST_1024' and
24560            not 'VXLAN' and
24561            not 'DOT1Q'"
24562   parameters:
24563   - "throughput"
24564   - "parent"
24565   - "tags"
24566   sort:
24567   - "not CFS_OPT"
24568   - "1VM"
24569   - "2VM"
24570   layout:
24571     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24572     layout: "plot-throughput-speedup-analysis"
24573
24574 -
24575   type: "plot"
24576   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24577   algorithm: "plot_throughput_speedup_analysis"
24578   output-file-type: ".html"
24579   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24580   data: "plot-throughput-speedup-analysis-3n-hsw"
24581   filter: "'NIC_Intel-X520-DA2' and
24582            '64B' and
24583            'NDRPDR' and
24584            'ETH' and
24585            'IP4FWD' and
24586            'VHOST_1024' and
24587            not 'VXLAN' and
24588            not 'DOT1Q'"
24589   parameters:
24590   - "throughput"
24591   - "parent"
24592   - "tags"
24593   sort:
24594   - "not CFS_OPT"
24595   - "1VM"
24596   - "2VM"
24597   layout:
24598     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24599     layout: "plot-throughput-speedup-analysis"
24600
24601 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
24602 -
24603   type: "plot"
24604   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24605   algorithm: "plot_throughput_speedup_analysis"
24606   output-file-type: ".html"
24607   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24608   data: "plot-throughput-speedup-analysis-3n-hsw"
24609   filter: "'NIC_Intel-X520-DA2' and
24610            '64B' and
24611            'NDRPDR' and
24612            'ETH' and
24613            'L2BDMACLRN' and
24614            'VHOST_1024' and
24615            not 'VXLAN' and
24616            not 'IP4FWD' and
24617            not 'DOT1Q' and
24618            not '2VM'"
24619   parameters:
24620   - "throughput"
24621   - "parent"
24622   - "tags"
24623   sort:
24624   - "VM"  # "not CFS_OPT"
24625   - "CFS_OPT"
24626   - "FIB_10K"
24627   - "FIB_100K"
24628   - "FIB_1M"
24629   layout:
24630     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24631     layout: "plot-throughput-speedup-analysis"
24632
24633 -
24634   type: "plot"
24635   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24636   algorithm: "plot_throughput_speedup_analysis"
24637   output-file-type: ".html"
24638   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24639   data: "plot-throughput-speedup-analysis-3n-hsw"
24640   filter: "'NIC_Intel-X520-DA2' and
24641            '64B' and
24642            'NDRPDR' and
24643            'ETH' and
24644            'L2BDMACLRN' and
24645            'VHOST_1024' and
24646            not 'VXLAN' and
24647            not 'IP4FWD' and
24648            not 'DOT1Q' and
24649            not '2VM'"
24650   parameters:
24651   - "throughput"
24652   - "parent"
24653   - "tags"
24654   sort:
24655   - "VM"  # "not CFS_OPT"
24656   - "CFS_OPT"
24657   - "FIB_10K"
24658   - "FIB_100K"
24659   - "FIB_1M"
24660   layout:
24661     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24662     layout: "plot-throughput-speedup-analysis"
24663
24664 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
24665 -
24666   type: "plot"
24667   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24668   algorithm: "plot_throughput_speedup_analysis"
24669   output-file-type: ".html"
24670   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24671   data: "plot-throughput-speedup-analysis-3n-hsw"
24672   filter: "'NIC_Intel-X520-DA2' and
24673            '64B' and
24674            'NDRPDR' and
24675            'ETH' and
24676            'BASE' and
24677            ('L2BDMACLRN' or 'L2XCFWD') and
24678            'VHOST_1024' and
24679            not 'VXLAN' and
24680            not 'IP4FWD' and
24681            not 'DOT1Q' and
24682            not '2VM'"
24683   parameters:
24684   - "throughput"
24685   - "parent"
24686   - "tags"
24687   sort:
24688   - "not CFS_OPT"
24689   - "L2XCFWD"
24690   - "not CFS_OPT"
24691   - "CFS_OPT"
24692   layout:
24693     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
24694     layout: "plot-throughput-speedup-analysis"
24695
24696 -
24697   type: "plot"
24698   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24699   algorithm: "plot_throughput_speedup_analysis"
24700   output-file-type: ".html"
24701   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24702   data: "plot-throughput-speedup-analysis-3n-hsw"
24703   filter: "'NIC_Intel-X520-DA2' and
24704            '64B' and
24705            'NDRPDR' and
24706            'ETH' and
24707            'BASE' and
24708            ('L2BDMACLRN' or 'L2XCFWD') and
24709            'VHOST_1024' and
24710            not 'VXLAN' and
24711            not 'IP4FWD' and
24712            not 'DOT1Q' and
24713            not '2VM'"
24714   parameters:
24715   - "throughput"
24716   - "parent"
24717   - "tags"
24718   sort:
24719   - "not CFS_OPT"
24720   - "L2XCFWD"
24721   - "not CFS_OPT"
24722   - "CFS_OPT"
24723   layout:
24724     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
24725     layout: "plot-throughput-speedup-analysis"
24726
24727 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
24728 -
24729   type: "plot"
24730   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24731   algorithm: "plot_throughput_speedup_analysis"
24732   output-file-type: ".html"
24733   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24734   data: "plot-throughput-speedup-analysis-3n-hsw"
24735   filter: "'NIC_Intel-X520-DA2' and
24736            '64B' and
24737            'NDRPDR' and
24738            'ETH' and
24739            ('L2BDMACLRN' or 'L2XCFWD') and
24740            'VHOST_1024' and
24741            not 'CFS_OPT' and
24742            not 'VXLAN' and
24743            not 'IP4FWD' and
24744            not 'DOT1Q'"
24745   parameters:
24746   - "throughput"
24747   - "parent"
24748   - "tags"
24749   sort:
24750   - "1VM"
24751   - "L2XCFWD"
24752   - "1VM"
24753   - "L2BDMACLRN"
24754   layout:
24755     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
24756     layout: "plot-throughput-speedup-analysis"
24757
24758 -
24759   type: "plot"
24760   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24761   algorithm: "plot_throughput_speedup_analysis"
24762   output-file-type: ".html"
24763   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24764   data: "plot-throughput-speedup-analysis-3n-hsw"
24765   filter: "'NIC_Intel-X520-DA2' and
24766            '64B' and
24767            'NDRPDR' and
24768            'ETH' and
24769            ('L2BDMACLRN' or 'L2XCFWD') and
24770            'VHOST_1024' and
24771            not 'CFS_OPT' and
24772            not 'VXLAN' and
24773            not 'IP4FWD' and
24774            not 'DOT1Q'"
24775   parameters:
24776   - "throughput"
24777   - "parent"
24778   - "tags"
24779   sort:
24780   - "1VM"
24781   - "L2XCFWD"
24782   - "1VM"
24783   - "L2BDMACLRN"
24784   layout:
24785     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
24786     layout: "plot-throughput-speedup-analysis"
24787
24788 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
24789 -
24790   type: "plot"
24791   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24792   algorithm: "plot_throughput_speedup_analysis"
24793   output-file-type: ".html"
24794   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24795   data: "plot-throughput-speedup-analysis-3n-hsw"
24796   filter: "'NIC_Intel-X710' and
24797            '64B' and
24798            'NDRPDR' and
24799            'ETH' and
24800            'IP4FWD' and
24801            'VHOST_1024' and
24802            not 'VXLAN' and
24803            not 'DOT1Q'"
24804   parameters:
24805   - "throughput"
24806   - "parent"
24807   - "tags"
24808   sort:
24809   - "not CFS_OPT"
24810   - "1VM"
24811   - "2VM"
24812   layout:
24813     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24814     layout: "plot-throughput-speedup-analysis"
24815
24816 -
24817   type: "plot"
24818   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24819   algorithm: "plot_throughput_speedup_analysis"
24820   output-file-type: ".html"
24821   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24822   data: "plot-throughput-speedup-analysis-3n-hsw"
24823   filter: "'NIC_Intel-X710' and
24824            '64B' and
24825            'NDRPDR' and
24826            'ETH' and
24827            'IP4FWD' and
24828            'VHOST_1024' and
24829            not 'VXLAN' and
24830            not 'DOT1Q'"
24831   parameters:
24832   - "throughput"
24833   - "parent"
24834   - "tags"
24835   sort:
24836   - "not CFS_OPT"
24837   - "1VM"
24838   - "2VM"
24839   layout:
24840     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24841     layout: "plot-throughput-speedup-analysis"
24842
24843 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
24844 -
24845   type: "plot"
24846   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24847   algorithm: "plot_throughput_speedup_analysis"
24848   output-file-type: ".html"
24849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24850   data: "plot-throughput-speedup-analysis-3n-hsw"
24851   filter: "'NIC_Intel-X710' and
24852            '64B' and
24853            'NDRPDR' and
24854            'ETH' and
24855            'L2BDMACLRN' and
24856            'VHOST_1024' and
24857            not 'VXLAN' and
24858            not 'IP4FWD' and
24859            not 'DOT1Q' and
24860            not '2VM'"
24861   parameters:
24862   - "throughput"
24863   - "parent"
24864   - "tags"
24865   sort:
24866   - "VM"  # "not CFS_OPT"
24867   - "CFS_OPT"
24868   - "FIB_10K"
24869   - "FIB_100K"
24870   - "FIB_1M"
24871   layout:
24872     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24873     layout: "plot-throughput-speedup-analysis"
24874
24875 -
24876   type: "plot"
24877   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24878   algorithm: "plot_throughput_speedup_analysis"
24879   output-file-type: ".html"
24880   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24881   data: "plot-throughput-speedup-analysis-3n-hsw"
24882   filter: "'NIC_Intel-X710' and
24883            '64B' and
24884            'NDRPDR' and
24885            'ETH' and
24886            'L2BDMACLRN' and
24887            'VHOST_1024' and
24888            not 'VXLAN' and
24889            not 'IP4FWD' and
24890            not 'DOT1Q' and
24891            not '2VM'"
24892   parameters:
24893   - "throughput"
24894   - "parent"
24895   - "tags"
24896   sort:
24897   - "VM"  # "not CFS_OPT"
24898   - "CFS_OPT"
24899   - "FIB_10K"
24900   - "FIB_100K"
24901   - "FIB_1M"
24902   layout:
24903     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24904     layout: "plot-throughput-speedup-analysis"
24905
24906 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
24907 -
24908   type: "plot"
24909   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24910   algorithm: "plot_throughput_speedup_analysis"
24911   output-file-type: ".html"
24912   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24913   data: "plot-throughput-speedup-analysis-3n-hsw"
24914   filter: "'NIC_Intel-X710' and
24915            '64B' and
24916            'NDRPDR' and
24917            'ETH' and
24918            'BASE' and
24919            ('L2BDMACLRN' or 'L2XCFWD') and
24920            'VHOST_1024' and
24921            not 'VXLAN' and
24922            not 'IP4FWD' and
24923            not 'DOT1Q' and
24924            not '2VM'"
24925   parameters:
24926   - "throughput"
24927   - "parent"
24928   - "tags"
24929   sort:
24930   - "not CFS_OPT"
24931   - "L2XCFWD"
24932   - "not CFS_OPT"
24933   - "CFS_OPT"
24934   layout:
24935     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
24936     layout: "plot-throughput-speedup-analysis"
24937
24938 -
24939   type: "plot"
24940   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24941   algorithm: "plot_throughput_speedup_analysis"
24942   output-file-type: ".html"
24943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24944   data: "plot-throughput-speedup-analysis-3n-hsw"
24945   filter: "'NIC_Intel-X710' and
24946            '64B' and
24947            'NDRPDR' and
24948            'ETH' and
24949            'BASE' and
24950            ('L2BDMACLRN' or 'L2XCFWD') and
24951            'VHOST_1024' and
24952            not 'VXLAN' and
24953            not 'IP4FWD' and
24954            not 'DOT1Q' and
24955            not '2VM'"
24956   parameters:
24957   - "throughput"
24958   - "parent"
24959   - "tags"
24960   sort:
24961   - "not CFS_OPT"
24962   - "L2XCFWD"
24963   - "not CFS_OPT"
24964   - "CFS_OPT"
24965   layout:
24966     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
24967     layout: "plot-throughput-speedup-analysis"
24968
24969 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
24970 -
24971   type: "plot"
24972   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24973   algorithm: "plot_throughput_speedup_analysis"
24974   output-file-type: ".html"
24975   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24976   data: "plot-throughput-speedup-analysis-3n-hsw"
24977   filter: "'NIC_Intel-X710' and
24978            '64B' and
24979            'NDRPDR' and
24980            'ETH' and
24981            ('L2BDMACLRN' or 'L2XCFWD') and
24982            'VHOST_1024' and
24983            not 'CFS_OPT' and
24984            not 'VXLAN' and
24985            not 'IP4FWD' and
24986            not 'DOT1Q'"
24987   parameters:
24988   - "throughput"
24989   - "parent"
24990   - "tags"
24991   sort:
24992   - "1VM"
24993   - "L2XCFWD"
24994   - "1VM"
24995   - "L2BDMACLRN"
24996   layout:
24997     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
24998     layout: "plot-throughput-speedup-analysis"
24999
25000 -
25001   type: "plot"
25002   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
25003   algorithm: "plot_throughput_speedup_analysis"
25004   output-file-type: ".html"
25005   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
25006   data: "plot-throughput-speedup-analysis-3n-hsw"
25007   filter: "'NIC_Intel-X710' and
25008            '64B' and
25009            'NDRPDR' and
25010            'ETH' and
25011            ('L2BDMACLRN' or 'L2XCFWD') and
25012            'VHOST_1024' and
25013            not 'CFS_OPT' and
25014            not 'VXLAN' and
25015            not 'IP4FWD' and
25016            not 'DOT1Q'"
25017   parameters:
25018   - "throughput"
25019   - "parent"
25020   - "tags"
25021   sort:
25022   - "1VM"
25023   - "L2XCFWD"
25024   - "1VM"
25025   - "L2BDMACLRN"
25026   layout:
25027     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
25028     layout: "plot-throughput-speedup-analysis"
25029
25030 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
25031 -
25032   type: "plot"
25033   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25034   algorithm: "plot_throughput_speedup_analysis"
25035   output-file-type: ".html"
25036   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25037   data: "plot-throughput-speedup-analysis-3n-hsw"
25038   filter: "'NIC_Intel-XL710' and
25039            '64B' and
25040            'NDRPDR' and
25041            'ETH' and
25042            'IP4FWD' and
25043            'VHOST_1024' and
25044            not 'VXLAN' and
25045            not 'DOT1Q'"
25046   parameters:
25047   - "throughput"
25048   - "parent"
25049   - "tags"
25050   sort:
25051   - "not CFS_OPT"
25052   - "1VM"
25053   - "2VM"
25054   layout:
25055     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25056     layout: "plot-throughput-speedup-analysis"
25057
25058 -
25059   type: "plot"
25060   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25061   algorithm: "plot_throughput_speedup_analysis"
25062   output-file-type: ".html"
25063   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25064   data: "plot-throughput-speedup-analysis-3n-hsw"
25065   filter: "'NIC_Intel-XL710' and
25066            '64B' and
25067            'NDRPDR' and
25068            'ETH' and
25069            'IP4FWD' and
25070            'VHOST_1024' and
25071            not 'VXLAN' and
25072            not 'DOT1Q'"
25073   parameters:
25074   - "throughput"
25075   - "parent"
25076   - "tags"
25077   sort:
25078   - "not CFS_OPT"
25079   - "1VM"
25080   - "2VM"
25081   layout:
25082     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25083     layout: "plot-throughput-speedup-analysis"
25084
25085 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
25086 -
25087   type: "plot"
25088   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25089   algorithm: "plot_throughput_speedup_analysis"
25090   output-file-type: ".html"
25091   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25092   data: "plot-throughput-speedup-analysis-3n-hsw"
25093   filter: "'NIC_Intel-XL710' and
25094            '64B' and
25095            'NDRPDR' and
25096            'ETH' and
25097            'L2BDMACLRN' and
25098            'VHOST_1024' and
25099            not 'VXLAN' and
25100            not 'IP4FWD' and
25101            not 'DOT1Q' and
25102            not '2VM'"
25103   parameters:
25104   - "throughput"
25105   - "parent"
25106   - "tags"
25107   sort:
25108   - "VM"  # "not CFS_OPT"
25109   - "CFS_OPT"
25110   - "FIB_10K"
25111   - "FIB_100K"
25112   - "FIB_1M"
25113   layout:
25114     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25115     layout: "plot-throughput-speedup-analysis"
25116
25117 -
25118   type: "plot"
25119   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25120   algorithm: "plot_throughput_speedup_analysis"
25121   output-file-type: ".html"
25122   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25123   data: "plot-throughput-speedup-analysis-3n-hsw"
25124   filter: "'NIC_Intel-XL710' and
25125            '64B' and
25126            'NDRPDR' and
25127            'ETH' and
25128            'L2BDMACLRN' and
25129            'VHOST_1024' and
25130            not 'VXLAN' and
25131            not 'IP4FWD' and
25132            not 'DOT1Q' and
25133            not '2VM'"
25134   parameters:
25135   - "throughput"
25136   - "parent"
25137   - "tags"
25138   sort:
25139   - "VM"  # "not CFS_OPT"
25140   - "CFS_OPT"
25141   - "FIB_10K"
25142   - "FIB_100K"
25143   - "FIB_1M"
25144   layout:
25145     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25146     layout: "plot-throughput-speedup-analysis"
25147
25148 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
25149 -
25150   type: "plot"
25151   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25152   algorithm: "plot_throughput_speedup_analysis"
25153   output-file-type: ".html"
25154   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25155   data: "plot-throughput-speedup-analysis-3n-hsw"
25156   filter: "'NIC_Intel-XL710' and
25157            '64B' and
25158            'NDRPDR' and
25159            'ETH' and
25160            'BASE' and
25161            ('L2BDMACLRN' or 'L2XCFWD') and
25162            'VHOST_1024' and
25163            not 'VXLAN' and
25164            not 'IP4FWD' and
25165            not 'DOT1Q' and
25166            not '2VM'"
25167   parameters:
25168   - "throughput"
25169   - "parent"
25170   - "tags"
25171   sort:
25172   - "not CFS_OPT"
25173   - "L2XCFWD"
25174   - "not CFS_OPT"
25175   - "CFS_OPT"
25176   layout:
25177     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
25178     layout: "plot-throughput-speedup-analysis"
25179
25180 -
25181   type: "plot"
25182   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25183   algorithm: "plot_throughput_speedup_analysis"
25184   output-file-type: ".html"
25185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25186   data: "plot-throughput-speedup-analysis-3n-hsw"
25187   filter: "'NIC_Intel-XL710' and
25188            '64B' and
25189            'NDRPDR' and
25190            'ETH' and
25191            'BASE' and
25192            ('L2BDMACLRN' or 'L2XCFWD') and
25193            'VHOST_1024' and
25194            not 'VXLAN' and
25195            not 'IP4FWD' and
25196            not 'DOT1Q' and
25197            not '2VM'"
25198   parameters:
25199   - "throughput"
25200   - "parent"
25201   - "tags"
25202   sort:
25203   - "not CFS_OPT"
25204   - "L2XCFWD"
25205   - "not CFS_OPT"
25206   - "CFS_OPT"
25207   layout:
25208     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
25209     layout: "plot-throughput-speedup-analysis"
25210
25211 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
25212 -
25213   type: "plot"
25214   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25215   algorithm: "plot_throughput_speedup_analysis"
25216   output-file-type: ".html"
25217   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25218   data: "plot-throughput-speedup-analysis-3n-hsw"
25219   filter: "'NIC_Intel-XL710' and
25220            '64B' and
25221            'NDRPDR' and
25222            'ETH' and
25223            ('L2BDMACLRN' or 'L2XCFWD') and
25224            'VHOST_1024' and
25225            not 'CFS_OPT' and
25226            not 'VXLAN' and
25227            not 'IP4FWD' and
25228            not 'DOT1Q'"
25229   parameters:
25230   - "throughput"
25231   - "parent"
25232   - "tags"
25233   sort:
25234   - "1VM"
25235   - "L2XCFWD"
25236   - "1VM"
25237   - "L2BDMACLRN"
25238   layout:
25239     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
25240     layout: "plot-throughput-speedup-analysis"
25241
25242 -
25243   type: "plot"
25244   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25245   algorithm: "plot_throughput_speedup_analysis"
25246   output-file-type: ".html"
25247   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25248   data: "plot-throughput-speedup-analysis-3n-hsw"
25249   filter: "'NIC_Intel-XL710' and
25250            '64B' and
25251            'NDRPDR' and
25252            'ETH' and
25253            ('L2BDMACLRN' or 'L2XCFWD') and
25254            'VHOST_1024' and
25255            not 'CFS_OPT' and
25256            not 'VXLAN' and
25257            not 'IP4FWD' and
25258            not 'DOT1Q'"
25259   parameters:
25260   - "throughput"
25261   - "parent"
25262   - "tags"
25263   sort:
25264   - "1VM"
25265   - "L2XCFWD"
25266   - "1VM"
25267   - "L2BDMACLRN"
25268   layout:
25269     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
25270     layout: "plot-throughput-speedup-analysis"
25271
25272 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25273 -
25274   type: "plot"
25275   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25276   algorithm: "plot_throughput_speedup_analysis"
25277   output-file-type: ".html"
25278   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25279   data: "plot-throughput-speedup-analysis-3n-skx"
25280   filter: "'NIC_Intel-X710' and
25281            '64B' and
25282            'NDRPDR' and
25283            'ETH' and
25284            'IP4FWD' and
25285            'VHOST_1024' and
25286            not 'VXLAN' and
25287            not 'DOT1Q'"
25288   parameters:
25289   - "throughput"
25290   - "parent"
25291   - "tags"
25292   sort:
25293   - "not CFS_OPT"
25294   - "1VM"
25295   - "2VM"
25296   layout:
25297     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25298     layout: "plot-throughput-speedup-analysis"
25299
25300 -
25301   type: "plot"
25302   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25303   algorithm: "plot_throughput_speedup_analysis"
25304   output-file-type: ".html"
25305   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25306   data: "plot-throughput-speedup-analysis-3n-skx"
25307   filter: "'NIC_Intel-X710' and
25308            '64B' and
25309            'NDRPDR' and
25310            'ETH' and
25311            'IP4FWD' and
25312            'VHOST_1024' and
25313            not 'VXLAN' and
25314            not 'DOT1Q'"
25315   parameters:
25316   - "throughput"
25317   - "parent"
25318   - "tags"
25319   sort:
25320   - "not CFS_OPT"
25321   - "1VM"
25322   - "2VM"
25323   layout:
25324     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25325     layout: "plot-throughput-speedup-analysis"
25326
25327 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
25328 -
25329   type: "plot"
25330   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25331   algorithm: "plot_throughput_speedup_analysis"
25332   output-file-type: ".html"
25333   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25334   data: "plot-throughput-speedup-analysis-3n-skx"
25335   filter: "'NIC_Intel-X710' and
25336            '64B' and
25337            'NDRPDR' and
25338            'ETH' and
25339            'L2BDMACLRN' and
25340            'VHOST_1024' and
25341            not 'VXLAN' and
25342            not 'IP4FWD' and
25343            not 'DOT1Q' and
25344            not '2VM'"
25345   parameters:
25346   - "throughput"
25347   - "parent"
25348   - "tags"
25349   sort:
25350   - "VM"  # "not CFS_OPT"
25351   - "CFS_OPT"
25352   - "FIB_10K"
25353   - "FIB_100K"
25354   - "FIB_1M"
25355   layout:
25356     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25357     layout: "plot-throughput-speedup-analysis"
25358
25359 -
25360   type: "plot"
25361   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25362   algorithm: "plot_throughput_speedup_analysis"
25363   output-file-type: ".html"
25364   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25365   data: "plot-throughput-speedup-analysis-3n-skx"
25366   filter: "'NIC_Intel-X710' and
25367            '64B' and
25368            'NDRPDR' and
25369            'ETH' and
25370            'L2BDMACLRN' and
25371            'VHOST_1024' and
25372            not 'VXLAN' and
25373            not 'IP4FWD' and
25374            not 'DOT1Q' and
25375            not '2VM'"
25376   parameters:
25377   - "throughput"
25378   - "parent"
25379   - "tags"
25380   sort:
25381   - "VM"  # "not CFS_OPT"
25382   - "CFS_OPT"
25383   - "FIB_10K"
25384   - "FIB_100K"
25385   - "FIB_1M"
25386   layout:
25387     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25388     layout: "plot-throughput-speedup-analysis"
25389
25390 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
25391 -
25392   type: "plot"
25393   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25394   algorithm: "plot_throughput_speedup_analysis"
25395   output-file-type: ".html"
25396   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25397   data: "plot-throughput-speedup-analysis-3n-skx"
25398   filter: "'NIC_Intel-X710' and
25399            '64B' and
25400            'NDRPDR' and
25401            'ETH' and
25402            'BASE' and
25403            ('L2BDMACLRN' or 'L2XCFWD') and
25404            'VHOST_1024' and
25405            not 'VXLAN' and
25406            not 'IP4FWD' and
25407            not 'DOT1Q' and
25408            not '2VM'"
25409   parameters:
25410   - "throughput"
25411   - "parent"
25412   - "tags"
25413   sort:
25414   - "not CFS_OPT"
25415   - "L2XCFWD"
25416   - "not CFS_OPT"
25417   - "CFS_OPT"
25418   layout:
25419     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
25420     layout: "plot-throughput-speedup-analysis"
25421
25422 -
25423   type: "plot"
25424   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25425   algorithm: "plot_throughput_speedup_analysis"
25426   output-file-type: ".html"
25427   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25428   data: "plot-throughput-speedup-analysis-3n-skx"
25429   filter: "'NIC_Intel-X710' and
25430            '64B' and
25431            'NDRPDR' and
25432            'ETH' and
25433            'BASE' and
25434            ('L2BDMACLRN' or 'L2XCFWD') and
25435            'VHOST_1024' and
25436            not 'VXLAN' and
25437            not 'IP4FWD' and
25438            not 'DOT1Q' and
25439            not '2VM'"
25440   parameters:
25441   - "throughput"
25442   - "parent"
25443   - "tags"
25444   sort:
25445   - "not CFS_OPT"
25446   - "L2XCFWD"
25447   - "not CFS_OPT"
25448   - "CFS_OPT"
25449   layout:
25450     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
25451     layout: "plot-throughput-speedup-analysis"
25452
25453 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
25454 -
25455   type: "plot"
25456   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25457   algorithm: "plot_throughput_speedup_analysis"
25458   output-file-type: ".html"
25459   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25460   data: "plot-throughput-speedup-analysis-3n-skx"
25461   filter: "'NIC_Intel-X710' and
25462            '64B' and
25463            'NDRPDR' and
25464            'ETH' and
25465            ('L2BDMACLRN' or 'L2XCFWD') and
25466            'VHOST_1024' and
25467            not 'CFS_OPT' and
25468            not 'VXLAN' and
25469            not 'IP4FWD' and
25470            not 'DOT1Q'"
25471   parameters:
25472   - "throughput"
25473   - "parent"
25474   - "tags"
25475   sort:
25476   - "1VM"
25477   - "L2XCFWD"
25478   - "1VM"
25479   - "L2BDMACLRN"
25480   layout:
25481     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
25482     layout: "plot-throughput-speedup-analysis"
25483
25484 -
25485   type: "plot"
25486   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25487   algorithm: "plot_throughput_speedup_analysis"
25488   output-file-type: ".html"
25489   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25490   data: "plot-throughput-speedup-analysis-3n-skx"
25491   filter: "'NIC_Intel-X710' and
25492            '64B' and
25493            'NDRPDR' and
25494            'ETH' and
25495            ('L2BDMACLRN' or 'L2XCFWD') and
25496            'VHOST_1024' and
25497            not 'CFS_OPT' and
25498            not 'VXLAN' and
25499            not 'IP4FWD' and
25500            not 'DOT1Q'"
25501   parameters:
25502   - "throughput"
25503   - "parent"
25504   - "tags"
25505   sort:
25506   - "1VM"
25507   - "L2XCFWD"
25508   - "1VM"
25509   - "L2BDMACLRN"
25510   layout:
25511     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
25512     layout: "plot-throughput-speedup-analysis"
25513
25514 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25515 -
25516   type: "plot"
25517   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25518   algorithm: "plot_throughput_speedup_analysis"
25519   output-file-type: ".html"
25520   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25521   data: "plot-throughput-speedup-analysis-2n-skx"
25522   filter: "'NIC_Intel-X710' and
25523            '64B' and
25524            'NDRPDR' and
25525            'ETH' and
25526            'IP4FWD' and
25527            'VHOST_1024' and
25528            not 'VXLAN' and
25529            not 'DOT1Q'"
25530   parameters:
25531   - "throughput"
25532   - "parent"
25533   - "tags"
25534   sort:
25535   - "not CFS_OPT"
25536   - "1VM"
25537   - "2VM"
25538   layout:
25539     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25540     layout: "plot-throughput-speedup-analysis"
25541
25542 -
25543   type: "plot"
25544   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25545   algorithm: "plot_throughput_speedup_analysis"
25546   output-file-type: ".html"
25547   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25548   data: "plot-throughput-speedup-analysis-2n-skx"
25549   filter: "'NIC_Intel-X710' and
25550            '64B' and
25551            'NDRPDR' and
25552            'ETH' and
25553            'IP4FWD' and
25554            'VHOST_1024' and
25555            not 'VXLAN' and
25556            not 'DOT1Q'"
25557   parameters:
25558   - "throughput"
25559   - "parent"
25560   - "tags"
25561   sort:
25562   - "not CFS_OPT"
25563   - "1VM"
25564   - "2VM"
25565   layout:
25566     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25567     layout: "plot-throughput-speedup-analysis"
25568
25569 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
25570 -
25571   type: "plot"
25572   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25573   algorithm: "plot_throughput_speedup_analysis"
25574   output-file-type: ".html"
25575   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25576   data: "plot-throughput-speedup-analysis-2n-skx"
25577   filter: "'NIC_Intel-X710' and
25578            '64B' and
25579            'NDRPDR' and
25580            'ETH' and
25581            'L2BDMACLRN' and
25582            'VHOST_1024' and
25583            not 'VXLAN' and
25584            not 'IP4FWD' and
25585            not 'DOT1Q' and
25586            not '2VM'"
25587   parameters:
25588   - "throughput"
25589   - "parent"
25590   - "tags"
25591   sort:
25592   - "VM"  # "not CFS_OPT"
25593   - "CFS_OPT"
25594   - "FIB_10K"
25595   - "FIB_100K"
25596   - "FIB_1M"
25597   layout:
25598     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25599     layout: "plot-throughput-speedup-analysis"
25600
25601 -
25602   type: "plot"
25603   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25604   algorithm: "plot_throughput_speedup_analysis"
25605   output-file-type: ".html"
25606   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25607   data: "plot-throughput-speedup-analysis-2n-skx"
25608   filter: "'NIC_Intel-X710' and
25609            '64B' and
25610            'NDRPDR' and
25611            'ETH' and
25612            'L2BDMACLRN' and
25613            'VHOST_1024' and
25614            not 'VXLAN' and
25615            not 'IP4FWD' and
25616            not 'DOT1Q' and
25617            not '2VM'"
25618   parameters:
25619   - "throughput"
25620   - "parent"
25621   - "tags"
25622   sort:
25623   - "VM"  # "not CFS_OPT"
25624   - "CFS_OPT"
25625   - "FIB_10K"
25626   - "FIB_100K"
25627   - "FIB_1M"
25628   layout:
25629     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25630     layout: "plot-throughput-speedup-analysis"
25631
25632 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25633 -
25634   type: "plot"
25635   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25636   algorithm: "plot_throughput_speedup_analysis"
25637   output-file-type: ".html"
25638   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25639   data: "plot-throughput-speedup-analysis-2n-skx"
25640   filter: "'NIC_Intel-X710' and
25641            '64B' and
25642            'NDRPDR' and
25643            'ETH' and
25644            'BASE' and
25645            ('L2BDMACLRN' or 'L2XCFWD') and
25646            'VHOST_1024' and
25647            not 'VXLAN' and
25648            not 'IP4FWD' and
25649            not 'DOT1Q' and
25650            not '2VM'"
25651   parameters:
25652   - "throughput"
25653   - "parent"
25654   - "tags"
25655   sort:
25656   - "not CFS_OPT"
25657   - "L2XCFWD"
25658   - "not CFS_OPT"
25659   - "CFS_OPT"
25660   layout:
25661     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
25662     layout: "plot-throughput-speedup-analysis"
25663
25664 -
25665   type: "plot"
25666   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25667   algorithm: "plot_throughput_speedup_analysis"
25668   output-file-type: ".html"
25669   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25670   data: "plot-throughput-speedup-analysis-2n-skx"
25671   filter: "'NIC_Intel-X710' and
25672            '64B' and
25673            'NDRPDR' and
25674            'ETH' and
25675            'BASE' and
25676            ('L2BDMACLRN' or 'L2XCFWD') and
25677            'VHOST_1024' and
25678            not 'VXLAN' and
25679            not 'IP4FWD' and
25680            not 'DOT1Q' and
25681            not '2VM'"
25682   parameters:
25683   - "throughput"
25684   - "parent"
25685   - "tags"
25686   sort:
25687   - "not CFS_OPT"
25688   - "L2XCFWD"
25689   - "not CFS_OPT"
25690   - "CFS_OPT"
25691   layout:
25692     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
25693     layout: "plot-throughput-speedup-analysis"
25694
25695 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25696 -
25697   type: "plot"
25698   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25699   algorithm: "plot_throughput_speedup_analysis"
25700   output-file-type: ".html"
25701   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25702   data: "plot-throughput-speedup-analysis-2n-skx"
25703   filter: "'NIC_Intel-X710' and
25704            '64B' and
25705            'NDRPDR' and
25706            'ETH' and
25707            ('L2BDMACLRN' or 'L2XCFWD') and
25708            'VHOST_1024' and
25709            not 'CFS_OPT' and
25710            not 'VXLAN' and
25711            not 'IP4FWD' and
25712            not 'DOT1Q'"
25713   parameters:
25714   - "throughput"
25715   - "parent"
25716   - "tags"
25717   sort:
25718   - "1VM"
25719   - "L2XCFWD"
25720   - "1VM"
25721   - "L2BDMACLRN"
25722   layout:
25723     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25724     layout: "plot-throughput-speedup-analysis"
25725
25726 -
25727   type: "plot"
25728   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25729   algorithm: "plot_throughput_speedup_analysis"
25730   output-file-type: ".html"
25731   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25732   data: "plot-throughput-speedup-analysis-2n-skx"
25733   filter: "'NIC_Intel-X710' and
25734            '64B' and
25735            'NDRPDR' and
25736            'ETH' and
25737            ('L2BDMACLRN' or 'L2XCFWD') and
25738            'VHOST_1024' and
25739            not 'CFS_OPT' and
25740            not 'VXLAN' and
25741            not 'IP4FWD' and
25742            not 'DOT1Q'"
25743   parameters:
25744   - "throughput"
25745   - "parent"
25746   - "tags"
25747   sort:
25748   - "1VM"
25749   - "L2XCFWD"
25750   - "1VM"
25751   - "L2BDMACLRN"
25752   layout:
25753     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25754     layout: "plot-throughput-speedup-analysis"
25755
25756 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25757 -
25758   type: "plot"
25759   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25760   algorithm: "plot_throughput_speedup_analysis"
25761   output-file-type: ".html"
25762   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25763   data: "plot-throughput-speedup-analysis-2n-skx"
25764   filter: "'NIC_Intel-XXV710' and
25765            '64B' and
25766            'NDRPDR' and
25767            'ETH' and
25768            'IP4FWD' and
25769            'VHOST_1024' and
25770            not 'VXLAN' and
25771            not 'DOT1Q'"
25772   parameters:
25773   - "throughput"
25774   - "parent"
25775   - "tags"
25776   sort:
25777   - "not CFS_OPT"
25778   - "1VM"
25779   - "2VM"
25780   layout:
25781     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25782     layout: "plot-throughput-speedup-analysis"
25783
25784 -
25785   type: "plot"
25786   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25787   algorithm: "plot_throughput_speedup_analysis"
25788   output-file-type: ".html"
25789   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25790   data: "plot-throughput-speedup-analysis-2n-skx"
25791   filter: "'NIC_Intel-XXV710' and
25792            '64B' and
25793            'NDRPDR' and
25794            'ETH' and
25795            'IP4FWD' and
25796            'VHOST_1024' and
25797            not 'VXLAN' and
25798            not 'DOT1Q'"
25799   parameters:
25800   - "throughput"
25801   - "parent"
25802   - "tags"
25803   sort:
25804   - "not CFS_OPT"
25805   - "1VM"
25806   - "2VM"
25807   layout:
25808     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25809     layout: "plot-throughput-speedup-analysis"
25810
25811 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
25812 -
25813   type: "plot"
25814   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25815   algorithm: "plot_throughput_speedup_analysis"
25816   output-file-type: ".html"
25817   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25818   data: "plot-throughput-speedup-analysis-2n-skx"
25819   filter: "'NIC_Intel-XXV710' and
25820            '64B' and
25821            'NDRPDR' and
25822            'ETH' and
25823            'L2BDMACLRN' and
25824            'VHOST_1024' and
25825            not 'VXLAN' and
25826            not 'IP4FWD' and
25827            not 'DOT1Q' and
25828            not '2VM'"
25829   parameters:
25830   - "throughput"
25831   - "parent"
25832   - "tags"
25833   sort:
25834   - "VM"  # "not CFS_OPT"
25835   - "CFS_OPT"
25836   - "FIB_10K"
25837   - "FIB_100K"
25838   - "FIB_1M"
25839   layout:
25840     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25841     layout: "plot-throughput-speedup-analysis"
25842
25843 -
25844   type: "plot"
25845   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25846   algorithm: "plot_throughput_speedup_analysis"
25847   output-file-type: ".html"
25848   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25849   data: "plot-throughput-speedup-analysis-2n-skx"
25850   filter: "'NIC_Intel-XXV710' and
25851            '64B' and
25852            'NDRPDR' and
25853            'ETH' and
25854            'L2BDMACLRN' and
25855            'VHOST_1024' and
25856            not 'VXLAN' and
25857            not 'IP4FWD' and
25858            not 'DOT1Q' and
25859            not '2VM'"
25860   parameters:
25861   - "throughput"
25862   - "parent"
25863   - "tags"
25864   sort:
25865   - "VM"  # "not CFS_OPT"
25866   - "CFS_OPT"
25867   - "FIB_10K"
25868   - "FIB_100K"
25869   - "FIB_1M"
25870   layout:
25871     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25872     layout: "plot-throughput-speedup-analysis"
25873
25874 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25875 -
25876   type: "plot"
25877   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25878   algorithm: "plot_throughput_speedup_analysis"
25879   output-file-type: ".html"
25880   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25881   data: "plot-throughput-speedup-analysis-2n-skx"
25882   filter: "'NIC_Intel-XXV710' and
25883            '64B' and
25884            'NDRPDR' and
25885            'ETH' and
25886            'BASE' and
25887            ('L2BDMACLRN' or 'L2XCFWD') and
25888            'VHOST_1024' and
25889            not 'VXLAN' and
25890            not 'IP4FWD' and
25891            not 'DOT1Q' and
25892            not '2VM'"
25893   parameters:
25894   - "throughput"
25895   - "parent"
25896   - "tags"
25897   sort:
25898   - "not CFS_OPT"
25899   - "L2XCFWD"
25900   - "not CFS_OPT"
25901   - "CFS_OPT"
25902   layout:
25903     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
25904     layout: "plot-throughput-speedup-analysis"
25905
25906 -
25907   type: "plot"
25908   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25909   algorithm: "plot_throughput_speedup_analysis"
25910   output-file-type: ".html"
25911   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25912   data: "plot-throughput-speedup-analysis-2n-skx"
25913   filter: "'NIC_Intel-XXV710' and
25914            '64B' and
25915            'NDRPDR' and
25916            'ETH' and
25917            'BASE' and
25918            ('L2BDMACLRN' or 'L2XCFWD') and
25919            'VHOST_1024' and
25920            not 'VXLAN' and
25921            not 'IP4FWD' and
25922            not 'DOT1Q' and
25923            not '2VM'"
25924   parameters:
25925   - "throughput"
25926   - "parent"
25927   - "tags"
25928   sort:
25929   - "not CFS_OPT"
25930   - "L2XCFWD"
25931   - "not CFS_OPT"
25932   - "CFS_OPT"
25933   layout:
25934     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
25935     layout: "plot-throughput-speedup-analysis"
25936
25937 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25938 -
25939   type: "plot"
25940   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25941   algorithm: "plot_throughput_speedup_analysis"
25942   output-file-type: ".html"
25943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25944   data: "plot-throughput-speedup-analysis-2n-skx"
25945   filter: "'NIC_Intel-XXV710' and
25946            '64B' and
25947            'NDRPDR' and
25948            'ETH' and
25949            ('L2BDMACLRN' or 'L2XCFWD') and
25950            'VHOST_1024' and
25951            not 'CFS_OPT' and
25952            not 'VXLAN' and
25953            not 'IP4FWD' and
25954            not 'DOT1Q'"
25955   parameters:
25956   - "throughput"
25957   - "parent"
25958   - "tags"
25959   sort:
25960   - "1VM"
25961   - "L2XCFWD"
25962   - "1VM"
25963   - "L2BDMACLRN"
25964   layout:
25965     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
25966     layout: "plot-throughput-speedup-analysis"
25967
25968 -
25969   type: "plot"
25970   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25971   algorithm: "plot_throughput_speedup_analysis"
25972   output-file-type: ".html"
25973   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25974   data: "plot-throughput-speedup-analysis-2n-skx"
25975   filter: "'NIC_Intel-XXV710' and
25976            '64B' and
25977            'NDRPDR' and
25978            'ETH' and
25979            ('L2BDMACLRN' or 'L2XCFWD') and
25980            'VHOST_1024' and
25981            not 'CFS_OPT' and
25982            not 'VXLAN' and
25983            not 'IP4FWD' and
25984            not 'DOT1Q'"
25985   parameters:
25986   - "throughput"
25987   - "parent"
25988   - "tags"
25989   sort:
25990   - "1VM"
25991   - "L2XCFWD"
25992   - "1VM"
25993   - "L2BDMACLRN"
25994   layout:
25995     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
25996     layout: "plot-throughput-speedup-analysis"
25997
25998 ################################################################################
25999
26000 # Speedup - VPP vts 3n-hsw-x520
26001 -
26002   type: "plot"
26003   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26004   algorithm: "plot_throughput_speedup_analysis"
26005   output-file-type: ".html"
26006   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26007   data: "plot-throughput-speedup-analysis-3n-hsw"
26008   filter: "'NIC_Intel-X520-DA2' and
26009            '114B' and
26010            'NDRPDR' and
26011            'VTS'"
26012   parameters:
26013   - "throughput"
26014   - "parent"
26015   - "tags"
26016   layout:
26017     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26018     layout: "plot-throughput-speedup-analysis"
26019
26020 -
26021   type: "plot"
26022   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26023   algorithm: "plot_throughput_speedup_analysis"
26024   output-file-type: ".html"
26025   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26026   data: "plot-throughput-speedup-analysis-3n-hsw"
26027   filter: "'NIC_Intel-X520-DA2' and
26028            '114B' and
26029            'NDRPDR' and
26030            'VTS'"
26031   parameters:
26032   - "throughput"
26033   - "parent"
26034   - "tags"
26035   layout:
26036     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26037     layout: "plot-throughput-speedup-analysis"