CSIT-1350: Add new data to 1810 report
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
43     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
44     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
45     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
46     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
47
48     # Detailed test configurations
49     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
50     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
51     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
52     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
53     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
54     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
55     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
56     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
57     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
58     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
59
60     # Detailed tests operational data
61     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
62     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
63     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
64     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
65
66     # .css patch file to fix tables generated by Sphinx
67     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
68     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
69
70   urls:
71     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
72     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
73     URL[NEXUS]: "https://docs.fd.io/csit"
74     DIR[NEXUS]: "report/_static/archive"
75
76   make-dirs:
77   # List the directories which are created while preparing the environment.
78   # All directories MUST be defined in "paths" section.
79   - "DIR[WORKING,DATA]"
80   - "DIR[STATIC,VPP]"
81   - "DIR[STATIC,DPDK]"
82   - "DIR[STATIC,ARCH]"
83   - "DIR[BUILD,LATEX]"
84   - "DIR[WORKING,SRC]"
85   - "DIR[WORKING,SRC,STATIC]"
86
87   remove-dirs:
88   # List the directories which are deleted while cleaning the environment.
89   # All directories MUST be defined in "paths" section.
90   #- "DIR[BUILD,HTML]"
91   - "DIR[WORKING,DATA]"
92
93   build-dirs:
94   # List the directories where the results (build) is stored.
95   # All directories MUST be defined in "paths" section.
96   - "DIR[BUILD,HTML]"
97   - "DIR[BUILD,LATEX]"
98
99 -
100   type: "configuration"
101
102   limits:
103     nic:
104       x520: 24460000
105       x710: 35800000
106       xxv710: 35800000
107       xl710: 35800000
108
109     link:
110       10ge: 14880952.38
111       25ge: 37202380.95
112       40ge: 59523809.52
113       100ge: 148809523.81
114
115     pci:
116       pci-g3-x8: 74404761.90
117       pci-g3-x16: 148809523.81
118
119   data-sets:
120
121     # VPP Performance
122     vpp-performance-changes:
123       csit-vpp-perf-1804-all:
124       - 21  # sel
125       - 22  # sel
126       - 23  # sel
127       - 24  # sel
128       - 27  # sel
129       - 28  # sel
130       - 29  # sel
131       - 30  # sel
132       - 31  # sel
133       - 35  # sel
134       csit-vpp-perf-verify-1807-3n-hsw:
135       - 11  # NDRPDR full 1
136       - 22  # NDRPDR full 2
137       - 45  # NDRPDR full 3
138       - 46  # NDRPDR full 4
139       - 15  # NDRPDR sel
140       - 16  # NDRPDR sel
141       - 19  # NDRPDR sel
142       - 18  # NDRPDR sel
143       - 20  # NDRPDR sel
144       - 38  # NDRPDR sel
145       - 40  # NDRPDR sel
146       - 44  # NDRPDR sel
147       - 47  # NDRPDR sel
148       csit-vpp-perf-verify-1810-3n-hsw:
149       # TODO: Add data
150       - 8   # NDRPDR sel
151       - 12  # NDRPDR sel
152       - 14  # NDRPDR sel
153       - 18  # NDRPDR sel
154       - 23  # NDRPDR sel
155       - 25  # NDRPDR sel
156
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       # TODO: Add data:
324       csit-vpp-perf-verify-1810-3n-hsw:
325       - 28  # WRK
326       - 29  # WRK
327       - 30  # WRK
328       - 31  # WRK
329       - 32  # WRK
330       - 33  # WRK
331       - 34  # WRK
332       - 35  # WRK
333
334     # VPP Functional
335     vpp-func-results-ubuntu:
336       csit-vpp-functional-1810-ubuntu1604-virl:
337       - 44
338
339     vpp-func-results-centos:
340       # TODO: Replace with 1810 data:
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
396     dpdk-compare-testbeds:
397       # TODO: Add data
398       csit-dpdk-perf-verify-1810-3n-skx:
399       - 3   # NDRPDR sel
400       - 4   # NDRPDR sel
401       - 6   # NDRPDR sel
402       - 7   # NDRPDR sel
403       - 8   # NDRPDR sel
404       - 9   # NDRPDR sel
405       - 10  # NDRPDR sel
406       - 11  # NDRPDR sel
407       csit-dpdk-perf-verify-1810-3n-hsw:
408       - 1   # NDRPDR sel
409       - 2   # NDRPDR sel
410       - 3   # NDRPDR sel
411       - 4   # NDRPDR sel
412
413     dpdk-perf-results-3n-hsw:
414       csit-dpdk-perf-verify-1810-3n-hsw:
415       - 1
416
417     dpdk-perf-results-3n-skx:
418       csit-dpdk-perf-verify-1810-3n-skx:
419       - 3   # NDRPDR sel
420
421     dpdk-perf-results-2n-skx:
422       csit-dpdk-perf-verify-1810-2n-skx:
423       - 3
424
425     plot-dpdk-throughput-latency-3n-hsw:
426       # TODO: Add data:
427       csit-dpdk-perf-verify-1810-3n-hsw:
428       - 1   # NDRPDR sel
429       - 2   # NDRPDR sel
430       - 3   # NDRPDR sel
431       - 4   # NDRPDR sel
432
433     plot-dpdk-throughput-latency-3n-skx:
434       # TODO: Add data:
435       csit-dpdk-perf-verify-1810-3n-skx:
436       - 3   # NDRPDR sel
437       - 4   # NDRPDR sel
438       - 6   # NDRPDR sel
439       - 7   # NDRPDR sel
440       - 8   # NDRPDR sel
441       - 9   # NDRPDR sel
442       - 10  # NDRPDR sel
443       - 11  # NDRPDR sel
444
445     plot-dpdk-throughput-latency-2n-skx:
446       # TODO: Add data:
447       csit-dpdk-perf-verify-1810-2n-skx:
448       - 3   # NDRPDR sel
449       - 4   # NDRPDR sel
450       - 5   # NDRPDR sel
451       - 7   # NDRPDR sel
452       - 8   # NDRPDR sel
453       - 9   # NDRPDR sel
454       - 10  # NDRPDR sel
455       - 11  # NDRPDR sel
456       - 12  # NDRPDR sel
457       - 13  # NDRPDR sel
458
459     # HoneyComb Functional
460     hc-func-results:
461       csit-hc2vpp-verify-func-1810-ubuntu1604:
462       - 1
463
464     # NSH SFC Functional
465     nsh-func-results:
466       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
467       - 1
468
469     # DMM Functional
470     dmm-func-results:
471       csit-dmm-functional-1810-ubuntu1604-virl:
472       - 1
473
474   plot-layouts:
475
476     plot-cps:
477       titlefont:
478         size: 18
479       xaxis:
480         title: "<b>Test Cases [Index]</b>"
481         titlefont:
482           size: 16
483         autorange: True
484         fixedrange: False
485         gridcolor: "rgb(230, 230, 230)"
486         linecolor: "rgb(220, 220, 220)"
487         linewidth: 1
488         showgrid: True
489         showline: True
490         showticklabels: True
491         tickcolor: "rgb(220, 220, 220)"
492         tickmode: "linear"
493         tickfont:
494           size: 16
495         zeroline: False
496       yaxis:
497         title: "<b>Connections Per Second [cps]</b>"
498         titlefont:
499           size: 16
500         gridcolor: "rgb(230, 230, 230)"
501         hoverformat: ".4s"
502         linecolor: "rgb(220, 220, 220)"
503         linewidth: 1
504         rangemode: "tozero"
505         showgrid: True
506         showline: True
507         showticklabels: True
508         tickcolor: "rgb(220, 220, 220)"
509         tickformat: ".3s"
510         tickfont:
511           size: 16
512         zeroline: False
513       boxmode: "group"
514       boxgroupgap: 0.5
515       autosize: False
516       margin:
517         t: 50
518         b: 20
519         l: 80
520         r: 20
521       showlegend: True
522       legend:
523         orientation: "h"
524         font:
525           size: 16
526       width: 700
527       height: 800
528
529     plot-rps:
530       titlefont:
531         size: 18
532       xaxis:
533         title: "<b>Test Cases [Index]</b>"
534         titlefont:
535           size: 16
536         autorange: True
537         fixedrange: False
538         gridcolor: "rgb(230, 230, 230)"
539         linecolor: "rgb(220, 220, 220)"
540         linewidth: 1
541         showgrid: True
542         showline: True
543         showticklabels: True
544         tickcolor: "rgb(220, 220, 220)"
545         tickmode: "linear"
546         tickfont:
547           size: 16
548         zeroline: False
549       yaxis:
550         title: "<b>Requests Per Second [rps]</b>"
551         titlefont:
552           size: 16
553         gridcolor: "rgb(230, 230, 230)"
554         hoverformat: ".4s"
555         linecolor: "rgb(220, 220, 220)"
556         linewidth: 1
557         rangemode: "tozero"
558         showgrid: True
559         showline: True
560         showticklabels: True
561         tickcolor: "rgb(230, 230, 230)"
562         tickformat: ".3s"
563         tickfont:
564           size: 16
565         zeroline: False
566       boxmode: "group"
567       boxgroupgap: 0.5
568       autosize: False
569       margin:
570         t: 50
571         b: 20
572         l: 80
573         r: 20
574       showlegend: True
575       legend:
576         orientation: "h"
577         font:
578           size: 16
579       width: 700
580       height: 800
581
582     plot-throughput:
583       titlefont:
584         size: 18
585       xaxis:
586         title: "<b>Test Cases [Index]</b>"
587         titlefont:
588           size: 16
589         autorange: True
590         fixedrange: False
591         gridcolor: "rgb(230, 230, 230)"
592         linecolor: "rgb(220, 220, 220)"
593         linewidth: 1
594         showgrid: True
595         showline: True
596         showticklabels: True
597         tickcolor: "rgb(220, 220, 220)"
598         tickmode: "linear"
599         tickfont:
600           size: 16
601         zeroline: False
602       yaxis:
603         title: "<b>Packet Throughput [Mpps]</b>"
604         titlefont:
605           size: 16
606         gridcolor: "rgb(230, 230, 230)"
607         hoverformat: ".4s"
608         tickformat: ".3s"
609         linecolor: "rgb(220, 220, 220)"
610         linewidth: 1
611         showgrid: True
612         showline: True
613         showticklabels: True
614         tickcolor: "rgb(220, 220, 220)"
615         tickfont:
616           size: 16
617         zeroline: False
618         range: [0,50]
619       boxmode: "group"
620       boxgroupgap: 0.5
621       autosize: False
622       margin:
623         t: 50
624         b: 20
625         l: 80
626         r: 20
627       showlegend: True
628       legend:
629         orientation: "h"
630         font:
631           size: 16
632       width: 700
633       height: 800
634
635     plot-throughput-speedup-analysis:
636       titlefont:
637         size: 18
638       xaxis:
639         title: "<b>Number of Cores [Qty]</b>"
640         titlefont:
641           size: 16
642         autorange: True
643         fixedrange: False
644         gridcolor: "rgb(230, 230, 230)"
645         linecolor: "rgb(220, 220, 220)"
646         linewidth: 1
647         showgrid: True
648         showline: True
649         showticklabels: True
650         tickcolor: "rgb(238, 238, 238)"
651         tickmode: "linear"
652         tickfont:
653           size: 16
654         zeroline: False
655       yaxis:
656         title: "<b>Packet Throughput [Mpps]</b>"
657         titlefont:
658           size: 16
659         type: "linear"
660         gridcolor: "rgb(230, 230, 230)"
661         hoverformat: ".4s"
662         linecolor: "rgb(220, 220, 220)"
663         linewidth: 1
664         showgrid: True
665         showline: True
666         showticklabels: True
667         tickcolor: "rgb(220, 220, 220)"
668         tickformat: ".4s"
669         tickfont:
670           size: 16
671         zeroline: True
672         rangemode: "tozero"
673         # range: [0,100]
674       legend:
675         orientation: "h"
676         font:
677           size: 16
678         xanchor: "left"
679         yanchor: "top"
680         x: 0
681         y: -0.2
682         bgcolor: "rgba(255, 255, 255, 0)"
683         bordercolor: "rgba(255, 255, 255, 0)"
684         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
685       autosize: False
686       margin:
687           't': 50
688           'b': 150
689           'l': 85
690           'r': 10
691       showlegend: True
692       width: 700
693       height: 700
694       hoverlabel:
695         namelength: -1
696       annotations: [
697         {
698           text: "_ _          __          ...",
699           align: "left",
700           showarrow: False,
701           xref: "paper",
702           yref: "paper",
703           xanchor: "left",
704           yanchor: "top",
705           x: 0,
706           y: -0.125,
707           font: {
708             family: "Consolas, Courier New",
709             size: 15
710           },
711         },
712         {
713           text: "    perfect     measured     limit",
714           align: "left",
715           showarrow: False,
716           xref: "paper",
717           yref: "paper",
718           xanchor: "left",
719           yanchor: "top",
720           x: 0,
721           y: -0.14,
722           font: {
723             family: "Consolas, Courier New",
724             size: 15
725           },
726         },
727       ]
728
729     plot-latency:
730       titlefont:
731         size: 18
732       xaxis:
733         title: "<b>Direction</b>"
734         titlefont:
735           size: 16
736         autorange: True
737         fixedrange: False
738         gridcolor: "rgb(230, 230, 230)"
739         linecolor: "rgb(220, 220, 220)"
740         linewidth: 1
741         showgrid: True
742         showline: True
743         showticklabels: False
744         tickcolor: "rgb(220, 220, 220)"
745         tickmode: "linear"
746         tickfont:
747           size: 16
748         zeroline: False
749       yaxis:
750         title: "<b>Packet Latency [uSec]</b>"
751         titlefont:
752           size: 16
753         type: "linear"
754         gridcolor: "rgb(230, 230, 230)"
755         hoverformat: ".4s"
756         linecolor: "rgb(220, 220, 220)"
757         linewidth: 1
758         showgrid: True
759         showline: True
760         showticklabels: True
761         tickcolor: "rgb(220, 220, 220)"
762         tickformat: ".4s"
763         tickfont:
764           size: 16
765         zeroline: True
766         rangemode: "tozero"
767       legend:
768         orientation: "h"
769         font:
770           size: 16
771         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
772       autosize: False
773       margin:
774           't': 50
775           'b': 150
776           'l': 80
777           'r': 10
778       showlegend: True
779       width: 700
780       height: 700
781       hoverlabel:
782         namelength: -1
783
784 -
785   type: "static"
786   src-path: "{DIR[RST]}"
787   dst-path: "{DIR[WORKING,SRC]}"
788
789 -
790   type: "input"
791   general:
792     file-name: "robot-plugin.zip"
793     file-format: ".zip"
794     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
795     extract: "robot-plugin/output.xml"
796
797   builds:
798
799     csit-vpp-perf-1804-all:
800     - 21  # sel
801     - 22  # sel
802     - 23  # sel
803     - 24  # sel
804     - 27  # sel
805     - 28  # sel
806     - 29  # sel
807     - 30  # sel
808     - 31  # sel
809     - 35  # sel
810     csit-vpp-perf-verify-1807-3n-hsw:
811     - 8   # MRR full
812     - 9   # MRR sel
813     - 21  # MRR sel
814     - 31  # MRR sel
815     - 33  # MRR sel
816     - 36  # MRR sel
817     - 41  # MRR sel
818     - 42  # MRR sel
819     - 48  # MRR sel
820     - 11  # NDRPDR full 1
821     - 22  # NDRPDR full 2
822     - 45  # NDRPDR full 3
823     - 46  # NDRPDR full 4
824     - 15  # NDRPDR sel
825     - 16  # NDRPDR sel
826     - 19  # NDRPDR sel
827     - 18  # NDRPDR sel
828     - 20  # NDRPDR sel
829     - 38  # NDRPDR sel
830     - 40  # NDRPDR sel
831     - 44  # NDRPDR sel
832     - 47  # NDRPDR sel
833     - 24  # WRK
834     - 25  # WRK
835     - 23  # WRK
836     - 26  # WRK
837     - 27  # WRK
838     - 28  # WRK
839     - 29  # WRK
840     - 30  # WRK
841     - 32  # WRK
842     - 35  # WRK
843     # TODO: Add data:
844     csit-vpp-perf-verify-1810-3n-hsw:
845     - 9   # MRR sel
846     - 20  # NDRPDR full
847     - 21  # NDRPDR full
848     - 22  # NDRPDR full
849     - 8   # NDRPDR sel
850     - 12  # NDRPDR sel
851     - 14  # NDRPDR sel
852     - 18  # NDRPDR sel
853     - 23  # NDRPDR sel
854     - 25  # NDRPDR sel
855     - 28  # WRK
856     - 29  # WRK
857     - 30  # WRK
858     - 31  # WRK
859     - 32  # WRK
860     - 33  # WRK
861     - 34  # WRK
862     - 35  # WRK
863     csit-vpp-perf-verify-1807-3n-skx:
864     - 31  # MRR full
865     - 28  # MRR sel
866     - 32  # MRR sel
867     - 36  # MRR sel
868     - 42  # MRR sel
869     - 47  # MRR sel
870     - 48  # MRR sel
871     - 51  # MRR sel
872     - 52  # MRR sel
873     - 53  # MRR sel
874     - 54  # MRR sel
875     - 40  # NDRPDR full 1
876     - 41  # NDRPDR full 2
877     - 33  # NDRPDR sel
878     - 35  # NDRPDR sel
879     - 37  # NDRPDR sel
880     - 38  # NDRPDR sel
881     - 39  # NDRPDR sel
882     - 43  # NDRPDR sel
883     - 44  # NDRPDR sel
884     - 49  # NDRPDR sel
885     - 50  # NDRPDR sel
886     - 56  # NDRPDR sel
887     # TODO: Add data:
888     csit-vpp-perf-verify-1810-3n-skx:
889     - 9   # MRR sel
890     - 11  # MRR sel
891     - 12  # MRR sel
892     - 13  # MRR sel
893     - 23  # NDRPDR full
894     - 24  # NDRPDR full
895     - 10  # NDRPDR sel
896     - 14  # NDRPDR sel
897     - 15  # NDRPDR sel
898     - 16  # NDRPDR sel
899     - 17  # NDRPDR sel
900     - 19  # NDRPDR sel
901     - 20  # NDRPDR sel
902     - 21  # NDRPDR sel
903     - 22  # NDRPDR sel
904     - 25  # NDRPDR sel
905     csit-vpp-perf-verify-1807-2n-skx:
906     - 27  # MRR full
907     - 31  # MRR sel
908     - 33  # MRR sel
909     - 37  # MRR sel
910     - 38  # MRR sel
911     - 41  # MRR sel
912     - 43  # MRR sel
913     - 44  # MRR sel
914     - 45  # MRR sel
915     - 46  # MRR sel
916     - 47  # MRR sel
917     - 32  # NDRPDR full
918     - 26  # NDRPDR sel
919     - 28  # NDRPDR sel
920     - 29  # NDRPDR sel
921     - 30  # NDRPDR sel
922     - 34  # NDRPDR sel
923     - 35  # NDRPDR sel
924     - 36  # NDRPDR sel
925     - 39  # NDRPDR sel
926     - 40  # NDRPDR sel
927     - 42  # NDRPDR sel
928     # TODO: Add data:
929     csit-vpp-perf-verify-1810-2n-skx:
930     - 8   # MRR sel
931     - 10  # MRR sel
932     - 11  # MRR sel
933     - 12  # MRR sel
934     - 25  # NDRPDR full
935     - 26  # NDRPDR full
936     - 9   # NDRPDR sel
937     - 13  # NDRPDR sel
938     - 14  # NDRPDR sel
939     - 19  # NDRPDR sel
940     - 20  # NDRPDR sel
941     - 21  # NDRPDR sel
942     - 22  # NDRPDR sel
943     - 23  # NDRPDR sel
944     - 24  # NDRPDR sel
945     - 27  # NDRPDR sel
946     csit-vpp-perf-check-1804:
947     - 5   # mrr - full
948     - 6   # mrr - sel
949     - 13  # mrr - sel
950     - 14  # mrr - sel
951     - 15  # mrr - sel
952     - 16  # mrr - sel
953     - 17  # mrr - sel
954     - 19  # mrr - sel
955     - 20  # mrr - sel
956     - 21  # mrr - sel
957     - 22  # mrr - sel
958     csit-ligato-perf-1804-all:
959     - 4   # full
960     - 5   # sel
961     - 6   # sel
962     - 7   # sel
963     - 8   # sel
964     - 9   # sel
965     - 10  # sel
966     - 11  # sel
967     - 12  # sel
968     - 13  # sel
969     - 14  # sel
970     csit-ligato-perf-1807-all:
971     - 3   # full ?
972     - 4   # sel
973     csit-dpdk-perf-1804-all:
974     - 4
975     - 5
976     - 6
977     - 7
978     - 8
979     - 9
980     - 10
981     - 11
982     - 12
983     - 13
984     csit-dpdk-perf-verify-1807-3n-hsw:
985     - 11
986     - 12  # full
987     - 14
988     - 15
989     - 16
990     - 17
991     - 20
992     - 21
993     - 22
994     - 23
995     # TODO: Add data:
996     csit-dpdk-perf-verify-1810-3n-hsw:
997     - 1   # NDRPDR sel
998     - 2   # NDRPDR sel
999     - 3   # NDRPDR sel
1000     - 4   # NDRPDR sel
1001     csit-dpdk-perf-verify-1807-3n-skx:
1002     - 1
1003     - 2
1004     - 3
1005     - 6
1006     - 7
1007     - 8
1008     - 9
1009     - 10
1010     - 11
1011     - 12
1012     # TODO: Add data:
1013     csit-dpdk-perf-verify-1810-3n-skx:
1014     - 3   # NDRPDR sel
1015     - 4   # NDRPDR sel
1016     - 6   # NDRPDR sel
1017     - 7   # NDRPDR sel
1018     - 8   # NDRPDR sel
1019     - 9   # NDRPDR sel
1020     - 10  # NDRPDR sel
1021     - 11  # NDRPDR sel
1022     # TODO: Add data:
1023     csit-dpdk-perf-verify-1810-2n-skx:
1024     - 3   # NDRPDR sel
1025     - 4   # NDRPDR sel
1026     - 5   # NDRPDR sel
1027     - 7   # NDRPDR sel
1028     - 8   # NDRPDR sel
1029     - 9   # NDRPDR sel
1030     - 10  # NDRPDR sel
1031     - 11  # NDRPDR sel
1032     - 12  # NDRPDR sel
1033     - 13  # NDRPDR sel
1034
1035     csit-vpp-functional-1810-ubuntu1604-virl:
1036     - 44
1037     csit-vpp-functional-1810-centos7-virl:
1038     - 44
1039     csit-vpp-device-1810-ubuntu1804-1n-skx:
1040     - 2
1041     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1042     - 1
1043     csit-dmm-functional-1810-ubuntu1604-virl:
1044     - 1
1045     csit-hc2vpp-verify-func-1810-ubuntu1604:
1046     - 1
1047
1048 -
1049   type: "output"
1050   output: "report"
1051   format:
1052     html:
1053     - full
1054     pdf:
1055     - minimal
1056
1057 ################################################################################
1058 ###                               T A B L E S                                ###
1059 ################################################################################
1060
1061 ################################################################################
1062 # VPP
1063
1064 # VPP Performance Changes 1t1c pdr
1065 -
1066   type: "table"
1067   title: "VPP Performance Changes 1t1c pdr"
1068   algorithm: "table_performance_comparison"
1069   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
1070   history:
1071     -
1072       title: "rls1804"
1073       data:
1074         csit-vpp-perf-1804-all:
1075         - 21  # sel
1076         - 22  # sel
1077         - 23  # sel
1078         - 24  # sel
1079         - 27  # sel
1080         - 28  # sel
1081         - 29  # sel
1082         - 30  # sel
1083         - 31  # sel
1084         - 35  # sel
1085   reference:
1086     title: "rls1807"
1087     data:
1088       csit-vpp-perf-verify-1807-3n-hsw:
1089       - 11  # NDRPDR full 1
1090       - 22  # NDRPDR full 2
1091       - 45  # NDRPDR full 3
1092       - 46  # NDRPDR full 4
1093       - 15  # NDRPDR sel
1094       - 16  # NDRPDR sel
1095       - 19  # NDRPDR sel
1096       - 18  # NDRPDR sel
1097       - 20  # NDRPDR sel
1098       - 38  # NDRPDR sel
1099       - 40  # NDRPDR sel
1100       - 44  # NDRPDR sel
1101       - 47  # NDRPDR sel
1102   compare:
1103     title: "rls1810"
1104     data:
1105       csit-vpp-perf-verify-1810-3n-hsw:
1106       - 8   # NDRPDR sel
1107       - 12  # NDRPDR sel
1108       - 14  # NDRPDR sel
1109       - 18  # NDRPDR sel
1110       - 23  # NDRPDR sel
1111       - 25  # NDRPDR sel
1112   data: "vpp-performance-changes"
1113   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1114   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1115   parameters:
1116   - "name"
1117   - "parent"
1118   - "throughput"
1119
1120 # VPP Performance Changes 2t2c pdr
1121 -
1122   type: "table"
1123   title: "VPP Performance Changes 2t2c pdr"
1124   algorithm: "table_performance_comparison"
1125   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
1126   history:
1127     -
1128       title: "rls1804"
1129       data:
1130         csit-vpp-perf-1804-all:
1131         - 21  # sel
1132         - 22  # sel
1133         - 23  # sel
1134         - 24  # sel
1135         - 27  # sel
1136         - 28  # sel
1137         - 29  # sel
1138         - 30  # sel
1139         - 31  # sel
1140         - 35  # sel
1141   reference:
1142     title: "rls1807"
1143     data:
1144       csit-vpp-perf-verify-1807-3n-hsw:
1145       - 11  # NDRPDR full 1
1146       - 22  # NDRPDR full 2
1147       - 45  # NDRPDR full 3
1148       - 46  # NDRPDR full 4
1149       - 15  # NDRPDR sel
1150       - 16  # NDRPDR sel
1151       - 19  # NDRPDR sel
1152       - 18  # NDRPDR sel
1153       - 20  # NDRPDR sel
1154       - 38  # NDRPDR sel
1155       - 40  # NDRPDR sel
1156       - 44  # NDRPDR sel
1157       - 47  # NDRPDR sel
1158   compare:
1159     title: "rls1810"
1160     data:
1161       csit-vpp-perf-verify-1810-3n-hsw:
1162       - 8   # NDRPDR sel
1163       - 12  # NDRPDR sel
1164       - 14  # NDRPDR sel
1165       - 18  # NDRPDR sel
1166       - 23  # NDRPDR sel
1167       - 25  # NDRPDR sel
1168   data: "vpp-performance-changes"
1169   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1170   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1171   parameters:
1172   - "name"
1173   - "parent"
1174   - "throughput"
1175
1176 # VPP Performance Changes 1t1c ndr
1177 -
1178   type: "table"
1179   title: "VPP Performance Changes 1t1c ndr"
1180   algorithm: "table_performance_comparison"
1181   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1182   history:
1183     -
1184       title: "rls1804"
1185       data:
1186         csit-vpp-perf-1804-all:
1187         - 21  # sel
1188         - 22  # sel
1189         - 23  # sel
1190         - 24  # sel
1191         - 27  # sel
1192         - 28  # sel
1193         - 29  # sel
1194         - 30  # sel
1195         - 31  # sel
1196         - 35  # sel
1197   reference:
1198     title: "rls1807"
1199     data:
1200       csit-vpp-perf-verify-1807-3n-hsw:
1201       - 11  # NDRPDR full 1
1202       - 22  # NDRPDR full 2
1203       - 45  # NDRPDR full 3
1204       - 46  # NDRPDR full 4
1205       - 15  # NDRPDR sel
1206       - 16  # NDRPDR sel
1207       - 19  # NDRPDR sel
1208       - 18  # NDRPDR sel
1209       - 20  # NDRPDR sel
1210       - 38  # NDRPDR sel
1211       - 40  # NDRPDR sel
1212       - 44  # NDRPDR sel
1213       - 47  # NDRPDR sel
1214   compare:
1215     title: "rls1810"
1216     data:
1217       csit-vpp-perf-verify-1810-3n-hsw:
1218       - 8   # NDRPDR sel
1219       - 12  # NDRPDR sel
1220       - 14  # NDRPDR sel
1221       - 18  # NDRPDR sel
1222       - 23  # NDRPDR sel
1223       - 25  # NDRPDR sel
1224   data: "vpp-performance-changes"
1225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1226   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1227   parameters:
1228   - "name"
1229   - "parent"
1230   - "throughput"
1231
1232 # VPP Performance Changes 2t2c ndr
1233 -
1234   type: "table"
1235   title: "VPP Performance Changes 2t2c ndr"
1236   algorithm: "table_performance_comparison"
1237   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1238   history:
1239     -
1240       title: "rls1804"
1241       data:
1242         csit-vpp-perf-1804-all:
1243         - 21  # sel
1244         - 22  # sel
1245         - 23  # sel
1246         - 24  # sel
1247         - 27  # sel
1248         - 28  # sel
1249         - 29  # sel
1250         - 30  # sel
1251         - 31  # sel
1252         - 35  # sel
1253   reference:
1254     title: "rls1807"
1255     data:
1256       csit-vpp-perf-verify-1807-3n-hsw:
1257       - 11  # NDRPDR full 1
1258       - 22  # NDRPDR full 2
1259       - 45  # NDRPDR full 3
1260       - 46  # NDRPDR full 4
1261       - 15  # NDRPDR sel
1262       - 16  # NDRPDR sel
1263       - 19  # NDRPDR sel
1264       - 18  # NDRPDR sel
1265       - 20  # NDRPDR sel
1266       - 38  # NDRPDR sel
1267       - 40  # NDRPDR sel
1268       - 44  # NDRPDR sel
1269       - 47  # NDRPDR sel
1270   compare:
1271     title: "rls1810"
1272     data:
1273       csit-vpp-perf-verify-1810-3n-hsw:
1274       - 8   # NDRPDR sel
1275       - 12  # NDRPDR sel
1276       - 14  # NDRPDR sel
1277       - 18  # NDRPDR sel
1278       - 23  # NDRPDR sel
1279       - 25  # NDRPDR sel
1280   data: "vpp-performance-changes"
1281   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1282   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1283   parameters:
1284   - "name"
1285   - "parent"
1286   - "throughput"
1287
1288 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1289 -
1290   type: "table"
1291   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1292   algorithm: "table_performance_comparison"
1293   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1294   reference:
1295     title: "3-Node Hsw"
1296     data:
1297       csit-vpp-perf-verify-1810-3n-hsw:
1298       - 8   # NDRPDR sel
1299       - 12  # NDRPDR sel
1300       - 14  # NDRPDR sel
1301       - 18  # NDRPDR sel
1302       - 23  # NDRPDR sel
1303       - 25  # NDRPDR sel
1304   compare:
1305     title: "3-Node Skx"
1306     data:
1307       csit-vpp-perf-verify-1810-3n-skx:
1308       - 10  # NDRPDR sel
1309       - 14  # NDRPDR sel
1310       - 15  # NDRPDR sel
1311       - 16  # NDRPDR sel
1312       - 17  # NDRPDR sel
1313       - 19  # NDRPDR sel
1314       - 20  # NDRPDR sel
1315       - 21  # NDRPDR sel
1316       - 22  # NDRPDR sel
1317       - 25  # NDRPDR sel
1318   data: "vpp-compare-testbeds"
1319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1320   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1321   parameters:
1322   - "name"
1323   - "parent"
1324   - "throughput"
1325
1326 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1327 -
1328   type: "table"
1329   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1330   algorithm: "table_performance_comparison"
1331   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1332   reference:
1333     title: "3-Node Hsw"
1334     data:
1335       csit-vpp-perf-verify-1810-3n-hsw:
1336       - 8   # NDRPDR sel
1337       - 12  # NDRPDR sel
1338       - 14  # NDRPDR sel
1339       - 18  # NDRPDR sel
1340       - 23  # NDRPDR sel
1341       - 25  # NDRPDR sel
1342   compare:
1343     title: "3-Node Skx"
1344     data:
1345       csit-vpp-perf-verify-1810-3n-skx:
1346       - 10  # NDRPDR sel
1347       - 14  # NDRPDR sel
1348       - 15  # NDRPDR sel
1349       - 16  # NDRPDR sel
1350       - 17  # NDRPDR sel
1351       - 19  # NDRPDR sel
1352       - 20  # NDRPDR sel
1353       - 21  # NDRPDR sel
1354       - 22  # NDRPDR sel
1355       - 25  # NDRPDR sel
1356   data: "vpp-compare-testbeds"
1357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1358   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1359   parameters:
1360   - "name"
1361   - "parent"
1362   - "throughput"
1363
1364 # VPP Performance Changes - 1t1c MRR
1365 -
1366   type: "table"
1367   title: "VPP Performance Changes - 1t1c MRR"
1368   algorithm: "table_performance_comparison"
1369   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1370   history:
1371     -
1372       title: "rls1804"
1373       data:
1374         csit-vpp-perf-check-1804:
1375         - 6   # mrr - sel
1376         - 13  # mrr - sel
1377         - 14  # mrr - sel
1378         - 15  # mrr - sel
1379         - 16  # mrr - sel
1380         - 17  # mrr - sel
1381         - 19  # mrr - sel
1382         - 20  # mrr - sel
1383         - 21  # mrr - sel
1384         - 22  # mrr - sel
1385   reference:
1386     title: "rls1807"
1387     data:
1388       csit-vpp-perf-verify-1807-3n-hsw:
1389       - 8   # MRR full
1390       - 9   # MRR sel
1391       - 21  # MRR sel
1392       - 31  # MRR sel
1393       - 33  # MRR sel
1394       - 36  # MRR sel
1395       - 41  # MRR sel
1396       - 42  # MRR sel
1397       - 48  # MRR sel
1398   compare:
1399     title: "rls1810"
1400     data:
1401       csit-vpp-perf-verify-1810-3n-hsw:
1402       - 9   # MRR sel
1403   data: "vpp-performance-changes-mrr"
1404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1405   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1406   parameters:
1407   - "name"
1408   - "parent"
1409   - "result"
1410
1411 # VPP Performance Changes - 2t2c MRR
1412 -
1413   type: "table"
1414   title: "VPP Performance Changes - 2t2c MRR"
1415   algorithm: "table_performance_comparison"
1416   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1417   history:
1418     -
1419       title: "rls1804"
1420       data:
1421         csit-vpp-perf-check-1804:
1422         - 6   # mrr - sel
1423         - 13  # mrr - sel
1424         - 14  # mrr - sel
1425         - 15  # mrr - sel
1426         - 16  # mrr - sel
1427         - 17  # mrr - sel
1428         - 19  # mrr - sel
1429         - 20  # mrr - sel
1430         - 21  # mrr - sel
1431         - 22  # mrr - sel
1432   reference:
1433     title: "rls1807"
1434     data:
1435       csit-vpp-perf-verify-1807-3n-hsw:
1436       - 8   # MRR full
1437       - 9   # MRR sel
1438       - 21  # MRR sel
1439       - 31  # MRR sel
1440       - 33  # MRR sel
1441       - 36  # MRR sel
1442       - 41  # MRR sel
1443       - 42  # MRR sel
1444       - 48  # MRR sel
1445   compare:
1446     title: "rls1810"
1447     data:
1448       csit-vpp-perf-verify-1810-3n-hsw:
1449       - 9   # MRR sel
1450   data: "vpp-performance-changes-mrr"
1451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1452   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1453   parameters:
1454   - "name"
1455   - "parent"
1456   - "result"
1457
1458 # VPP Performance Changes - 4t4c MRR
1459 -
1460   type: "table"
1461   title: "VPP Performance Changes - 4t4c MRR"
1462   algorithm: "table_performance_comparison"
1463   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1464   history:
1465     -
1466       title: "rls1804"
1467       data:
1468         csit-vpp-perf-check-1804:
1469         - 6   # mrr - sel
1470         - 13  # mrr - sel
1471         - 14  # mrr - sel
1472         - 15  # mrr - sel
1473         - 16  # mrr - sel
1474         - 17  # mrr - sel
1475         - 19  # mrr - sel
1476         - 20  # mrr - sel
1477         - 21  # mrr - sel
1478         - 22  # mrr - sel
1479   reference:
1480     title: "rls1807"
1481     data:
1482       csit-vpp-perf-verify-1807-3n-hsw:
1483       - 8   # MRR full
1484       - 9   # MRR sel
1485       - 21  # MRR sel
1486       - 31  # MRR sel
1487       - 33  # MRR sel
1488       - 36  # MRR sel
1489       - 41  # MRR sel
1490       - 42  # MRR sel
1491       - 48  # MRR sel
1492   compare:
1493     title: "rls1810"
1494     data:
1495       csit-vpp-perf-verify-1810-3n-hsw:
1496       - 9   # MRR sel
1497   data: "vpp-performance-changes-mrr"
1498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1499   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1500   parameters:
1501   - "name"
1502   - "parent"
1503   - "result"
1504
1505 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
1506 -
1507   type: "table"
1508   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1509   algorithm: "table_performance_comparison"
1510   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1511   reference:
1512     title: "3-Node Hsw"
1513     data:
1514       csit-vpp-perf-verify-1810-3n-hsw:
1515       - 9   # MRR sel
1516   compare:
1517     title: "3-Node Skx"
1518     data:
1519       csit-vpp-perf-verify-1810-3n-skx:
1520       - 9   # MRR sel
1521       - 11  # MRR sel
1522       - 12  # MRR sel
1523       - 13  # MRR sel
1524   data: "vpp-compare-testbeds-mrr"
1525   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1526   filter: "'NIC_Intel-X710' and 'MRR'"
1527   parameters:
1528   - "name"
1529   - "parent"
1530   - "result"
1531
1532 # Detailed Test Results - VPP Performance Results 3n-hsw
1533 -
1534   type: "table"
1535   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1536   algorithm: "table_merged_details"
1537   output-file-ext: ".csv"
1538   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1539   columns:
1540   -
1541     title: "Name"
1542     data: "data name"
1543   -
1544     title: "Status"
1545     data: "data msg"
1546   rows: "generated"
1547   data: "vpp-perf-results-3n-hsw"
1548   filter: "not 'NDRCHK' and not 'PDRCHK'"
1549   parameters:
1550   - "name"
1551   - "parent"
1552   - "msg"
1553
1554 # Detailed Test Results - VPP Performance Results 3n-skx
1555 -
1556   type: "table"
1557   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1558   algorithm: "table_merged_details"
1559   output-file-ext: ".csv"
1560   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1561   columns:
1562   -
1563     title: "Name"
1564     data: "data name"
1565   -
1566     title: "Status"
1567     data: "data msg"
1568   rows: "generated"
1569   data: "vpp-perf-results-3n-skx"
1570   filter: "not 'NDRCHK' and not 'PDRCHK'"
1571   parameters:
1572   - "name"
1573   - "parent"
1574   - "msg"
1575
1576 # Detailed Test Results - VPP Performance Results 2n-skx
1577 -
1578   type: "table"
1579   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1580   algorithm: "table_merged_details"
1581   output-file-ext: ".csv"
1582   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1583   columns:
1584   -
1585     title: "Name"
1586     data: "data name"
1587   -
1588     title: "Status"
1589     data: "data msg"
1590   rows: "generated"
1591   data: "vpp-perf-results-2n-skx"
1592   filter: "not 'NDRCHK' and not 'PDRCHK'"
1593   parameters:
1594   - "name"
1595   - "parent"
1596   - "msg"
1597
1598 # Test configuration - VPP Performance Test Configs 3n-hsw
1599 -
1600   type: "table"
1601   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1602   algorithm: "table_merged_details"
1603   output-file-ext: ".csv"
1604   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1605   columns:
1606   -
1607     title: "Name"
1608     data: "data name"
1609   -
1610     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1611     data: "data vat-history"
1612   rows: "generated"
1613   data: "vpp-perf-results-3n-hsw"
1614   filter: "not 'NDRCHK' and not 'PDRCHK'"
1615   parameters:
1616   - "parent"
1617   - "name"
1618   - "vat-history"
1619
1620 # Test configuration - VPP Performance Test Configs 3n-skx
1621 -
1622   type: "table"
1623   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1624   algorithm: "table_merged_details"
1625   output-file-ext: ".csv"
1626   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1627   columns:
1628   -
1629     title: "Name"
1630     data: "data name"
1631   -
1632     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1633     data: "data vat-history"
1634   rows: "generated"
1635   data: "vpp-perf-results-3n-skx"
1636   filter: "not 'NDRCHK' and not 'PDRCHK'"
1637   parameters:
1638   - "parent"
1639   - "name"
1640   - "vat-history"
1641
1642 # Test configuration - VPP Performance Test Configs 2n-skx
1643 -
1644   type: "table"
1645   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1646   algorithm: "table_merged_details"
1647   output-file-ext: ".csv"
1648   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1649   columns:
1650   -
1651     title: "Name"
1652     data: "data name"
1653   -
1654     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1655     data: "data vat-history"
1656   rows: "generated"
1657   data: "vpp-perf-results-2n-skx"
1658   filter: "not 'NDRCHK' and not 'PDRCHK'"
1659   parameters:
1660   - "parent"
1661   - "name"
1662   - "vat-history"
1663
1664 # Test Operational Data - VPP Performance Operational Data 3n-hsw
1665 -
1666   type: "table"
1667   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1668   algorithm: "table_merged_details"
1669   output-file-ext: ".csv"
1670   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1671   columns:
1672   -
1673     title: "Name"
1674     data: "data name"
1675   -
1676     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1677     data: "data show-run"
1678   rows: "generated"
1679   data: "vpp-perf-results-3n-hsw"
1680   filter: "not 'NDRCHK' and not 'PDRCHK'"
1681   parameters:
1682   - "parent"
1683   - "name"
1684   - "show-run"
1685
1686 # Test Operational Data - VPP Performance Operational Data 3n-skx
1687 -
1688   type: "table"
1689   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1690   algorithm: "table_merged_details"
1691   output-file-ext: ".csv"
1692   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1693   columns:
1694   -
1695     title: "Name"
1696     data: "data name"
1697   -
1698     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1699     data: "data show-run"
1700   rows: "generated"
1701   data: "vpp-perf-results-3n-skx"
1702   filter: "not 'NDRCHK' and not 'PDRCHK'"
1703   parameters:
1704   - "parent"
1705   - "name"
1706   - "show-run"
1707
1708 # Test Operational Data - VPP Performance Operational Data 2n-skx
1709 -
1710   type: "table"
1711   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1712   algorithm: "table_merged_details"
1713   output-file-ext: ".csv"
1714   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1715   columns:
1716   -
1717     title: "Name"
1718     data: "data name"
1719   -
1720     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1721     data: "data show-run"
1722   rows: "generated"
1723   data: "vpp-perf-results-2n-skx"
1724   filter: "not 'NDRCHK' and not 'PDRCHK'"
1725   parameters:
1726   - "parent"
1727   - "name"
1728   - "show-run"
1729
1730 # Detailed Test Results - VPP MRR Results 3n-hsw
1731 -
1732   type: "table"
1733   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1734   algorithm: "table_details"
1735   output-file-ext: ".csv"
1736   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1737   columns:
1738   -
1739     title: "Name"
1740     data: "data name"
1741   -
1742     title: "Status"
1743     data: "data msg"
1744   rows: "generated"
1745   data: "vpp-mrr-results-3n-hsw"
1746   filter: "'MRR'"
1747   parameters:
1748   - "name"
1749   - "parent"
1750   - "msg"
1751
1752 # Detailed Test Results - VPP MRR Results 3n-skx
1753 -
1754   type: "table"
1755   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1756   algorithm: "table_details"
1757   output-file-ext: ".csv"
1758   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1759   columns:
1760   -
1761     title: "Name"
1762     data: "data name"
1763   -
1764     title: "Status"
1765     data: "data msg"
1766   rows: "generated"
1767   data: "vpp-mrr-results-3n-skx"
1768   filter: "'MRR'"
1769   parameters:
1770   - "name"
1771   - "parent"
1772   - "msg"
1773
1774 # Detailed Test Results - VPP MRR Results 2n-skx
1775 -
1776   type: "table"
1777   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1778   algorithm: "table_details"
1779   output-file-ext: ".csv"
1780   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1781   columns:
1782   -
1783     title: "Name"
1784     data: "data name"
1785   -
1786     title: "Status"
1787     data: "data msg"
1788   rows: "generated"
1789   data: "vpp-mrr-results-2n-skx"
1790   filter: "'MRR'"
1791   parameters:
1792   - "name"
1793   - "parent"
1794   - "msg"
1795
1796 # Test configuration - VPP MRR Test Configs 3n-hsw
1797 -
1798   type: "table"
1799   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1800   algorithm: "table_details"
1801   output-file-ext: ".csv"
1802   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1803   columns:
1804   -
1805     title: "Name"
1806     data: "data name"
1807   -
1808     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1809     data: "data vat-history"
1810   rows: "generated"
1811   data: "vpp-mrr-results-3n-hsw"
1812   filter: "'MRR'"
1813   parameters:
1814   - "parent"
1815   - "name"
1816   - "vat-history"
1817
1818 # Test configuration - VPP MRR Test Configs 3n-skx
1819 -
1820   type: "table"
1821   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1822   algorithm: "table_details"
1823   output-file-ext: ".csv"
1824   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1825   columns:
1826   -
1827     title: "Name"
1828     data: "data name"
1829   -
1830     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1831     data: "data vat-history"
1832   rows: "generated"
1833   data: "vpp-mrr-results-3n-skx"
1834   filter: "'MRR'"
1835   parameters:
1836   - "parent"
1837   - "name"
1838   - "vat-history"
1839
1840 # Test configuration - VPP MRR Test Configs 2n-skx
1841 -
1842   type: "table"
1843   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1844   algorithm: "table_details"
1845   output-file-ext: ".csv"
1846   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1847   columns:
1848   -
1849     title: "Name"
1850     data: "data name"
1851   -
1852     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1853     data: "data vat-history"
1854   rows: "generated"
1855   data: "vpp-mrr-results-2n-skx"
1856   filter: "'MRR'"
1857   parameters:
1858   - "parent"
1859   - "name"
1860   - "vat-history"
1861
1862 # Detailed Test Results - VPP Functional Results - Ubuntu
1863 -
1864   type: "table"
1865   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1866   algorithm: "table_details"
1867   output-file-ext: ".csv"
1868   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1869   columns:
1870   -
1871     title: "Name"
1872     data: "data name"
1873   -
1874     title: "Documentation"
1875     data: "data doc"
1876   -
1877     title: "Status"
1878     data: "data status"
1879   rows: "generated"
1880   data: "vpp-func-results-ubuntu"
1881   filter: "all"
1882   parameters:
1883   - "name"
1884   - "parent"
1885   - "doc"
1886   - "status"
1887
1888 # Detailed Test Results - VPP Functional Results - CentOS
1889 -
1890   type: "table"
1891   title: "Detailed Test Results - VPP Functional Results - CentOS"
1892   algorithm: "table_details"
1893   output-file-ext: ".csv"
1894   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1895   columns:
1896   -
1897     title: "Name"
1898     data: "data name"
1899   -
1900     title: "Documentation"
1901     data: "data doc"
1902   -
1903     title: "Status"
1904     data: "data status"
1905   rows: "generated"
1906   data:
1907     "vpp-func-results-centos"
1908   filter: "all"
1909   parameters:
1910   - "name"
1911   - "parent"
1912   - "doc"
1913   - "status"
1914
1915 # Test configuration - VPP Functional Test Configs - Ubuntu
1916 -
1917   type: "table"
1918   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1919   algorithm: "table_details"
1920   output-file-ext: ".csv"
1921   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1922   columns:
1923   -
1924     title: "Name"
1925     data: "data name"
1926   -
1927     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1928     data: "data vat-history"
1929   rows: "generated"
1930   data: "vpp-func-results-ubuntu"
1931   filter: "all"
1932   parameters:
1933   - "parent"
1934   - "name"
1935   - "vat-history"
1936
1937 # Test configuration - VPP Functional Test Configs - CentOS
1938 -
1939   type: "table"
1940   title: "Test configuration - VPP Functional Test Configs - CentOS"
1941   algorithm: "table_details"
1942   output-file-ext: ".csv"
1943   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1944   columns:
1945   -
1946     title: "Name"
1947     data: "data name"
1948   -
1949     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1950     data: "data vat-history"
1951   rows: "generated"
1952   data: "vpp-func-results-centos"
1953   filter: "all"
1954   parameters:
1955   - "parent"
1956   - "name"
1957   - "vat-history"
1958
1959 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
1960 -
1961   type: "table"
1962   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1963   algorithm: "table_details"
1964   output-file-ext: ".csv"
1965   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1966   columns:
1967   -
1968     title: "Name"
1969     data: "data name"
1970   -
1971     title: "Status"
1972     data: "data msg"
1973   rows: "generated"
1974   data: "ligato-perf-results-3n-hsw"
1975   filter: "all"
1976   parameters:
1977   - "name"
1978   - "parent"
1979   - "msg"
1980
1981 # Detailed Test Results - VPP Device Results - Ubuntu
1982 -
1983   type: "table"
1984   title: "Detailed Test Results - VPP Device Results - Ubuntu"
1985   algorithm: "table_details"
1986   output-file-ext: ".csv"
1987   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
1988   columns:
1989   -
1990     title: "Name"
1991     data: "data name"
1992   -
1993     title: "Documentation"
1994     data: "data doc"
1995   -
1996     title: "Status"
1997     data: "data status"
1998   rows: "generated"
1999   data: "vpp-device-results-ubuntu"
2000   filter: "all"
2001   parameters:
2002   - "name"
2003   - "parent"
2004   - "doc"
2005   - "status"
2006
2007 # Test configuration - VPP Device Test Configs - Ubuntu
2008 -
2009   type: "table"
2010   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2011   algorithm: "table_details"
2012   output-file-ext: ".csv"
2013   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2014   columns:
2015   -
2016     title: "Name"
2017     data: "data name"
2018   -
2019     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2020     data: "data vat-history"
2021   rows: "generated"
2022   data: "vpp-device-results-ubuntu"
2023   filter: "all"
2024   parameters:
2025   - "parent"
2026   - "name"
2027   - "vat-history"
2028
2029 ################################################################################
2030
2031 # DPDK Performance Changes 1t1c pdr
2032 -
2033   type: "table"
2034   title: "DPDK Performance Changes 1t1c pdr"
2035   algorithm: "table_performance_comparison"
2036   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
2037   history:
2038     -
2039       title: "rls1804"
2040       data:
2041         csit-dpdk-perf-1804-all:
2042         - 4
2043         - 5
2044         - 6
2045         - 7
2046         - 8
2047         - 9
2048         - 10
2049         - 11
2050         - 12
2051         - 13
2052   reference:
2053     title: "rls1807"
2054     data:
2055       csit-dpdk-perf-verify-1807-3n-hsw:
2056       - 11
2057       - 12  # full
2058       - 14
2059       - 15
2060       - 16
2061       - 17
2062       - 20
2063       - 21
2064       - 22
2065       - 23
2066   compare:
2067     title: "rls1810"
2068     data:
2069       # TODO: Add data
2070       csit-dpdk-perf-verify-1810-3n-hsw:
2071       - 1   # NDRPDR sel
2072       - 2   # NDRPDR sel
2073       - 3   # NDRPDR sel
2074       - 4   # NDRPDR sel
2075   data: "dpdk-performance-changes"
2076   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2077   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2078   parameters:
2079   - "name"
2080   - "parent"
2081   - "throughput"
2082
2083 # DPDK Performance Changes 2t2c pdr
2084 -
2085   type: "table"
2086   title: "DPDK Performance Changes 2t2c pdr"
2087   algorithm: "table_performance_comparison"
2088   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
2089   history:
2090     -
2091       title: "rls1804"
2092       data:
2093         csit-dpdk-perf-1804-all:
2094         - 4
2095         - 5
2096         - 6
2097         - 7
2098         - 8
2099         - 9
2100         - 10
2101         - 11
2102         - 12
2103         - 13
2104   reference:
2105     title: "rls1807"
2106     data:
2107       csit-dpdk-perf-verify-1807-3n-hsw:
2108       - 11
2109       - 12  # full
2110       - 14
2111       - 15
2112       - 16
2113       - 17
2114       - 20
2115       - 21
2116       - 22
2117       - 23
2118   compare:
2119     title: "rls1810"
2120     data:
2121       # TODO: Add data
2122       csit-dpdk-perf-verify-1810-3n-hsw:
2123       - 1   # NDRPDR sel
2124       - 2   # NDRPDR sel
2125       - 3   # NDRPDR sel
2126       - 4   # NDRPDR sel
2127   data: "dpdk-performance-changes"
2128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2129   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2130   parameters:
2131   - "name"
2132   - "parent"
2133   - "throughput"
2134
2135 # DPDK Performance Changes 1t1c ndr
2136 -
2137   type: "table"
2138   title: "DPDK Performance Changes 1t1c ndr"
2139   algorithm: "table_performance_comparison"
2140   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
2141   history:
2142     -
2143       title: "rls1804"
2144       data:
2145         csit-dpdk-perf-1804-all:
2146         - 4
2147         - 5
2148         - 6
2149         - 7
2150         - 8
2151         - 9
2152         - 10
2153         - 11
2154         - 12
2155         - 13
2156   reference:
2157     title: "rls1807"
2158     data:
2159       csit-dpdk-perf-verify-1807-3n-hsw:
2160       - 11
2161       - 12  # full
2162       - 14
2163       - 15
2164       - 16
2165       - 17
2166       - 20
2167       - 21
2168       - 22
2169       - 23
2170   compare:
2171     title: "rls1810"
2172     data:
2173       # TODO: Add data
2174       csit-dpdk-perf-verify-1810-3n-hsw:
2175       - 1   # NDRPDR sel
2176       - 2   # NDRPDR sel
2177       - 3   # NDRPDR sel
2178       - 4   # NDRPDR sel
2179   data: "dpdk-performance-changes"
2180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2181   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2182   parameters:
2183   - "name"
2184   - "parent"
2185   - "throughput"
2186
2187 # DPDK Performance Changes 2t2c ndr
2188 -
2189   type: "table"
2190   title: "DPDK Performance Changes 2t2c ndr"
2191   algorithm: "table_performance_comparison"
2192   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2193   history:
2194     -
2195       title: "rls1804"
2196       data:
2197         csit-dpdk-perf-1804-all:
2198         - 4
2199         - 5
2200         - 6
2201         - 7
2202         - 8
2203         - 9
2204         - 10
2205         - 11
2206         - 12
2207         - 13
2208   reference:
2209     title: "rls1807"
2210     data:
2211       csit-dpdk-perf-verify-1807-3n-hsw:
2212       - 11
2213       - 12  # full
2214       - 14
2215       - 15
2216       - 16
2217       - 17
2218       - 20
2219       - 21
2220       - 22
2221       - 23
2222   compare:
2223     title: "rls1810"
2224     data:
2225       # TODO: Add data
2226       csit-dpdk-perf-verify-1810-3n-hsw:
2227       - 1   # NDRPDR sel
2228       - 2   # NDRPDR sel
2229       - 3   # NDRPDR sel
2230       - 4   # NDRPDR sel
2231   data: "dpdk-performance-changes"
2232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2233   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2234   parameters:
2235   - "name"
2236   - "parent"
2237   - "throughput"
2238
2239 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
2240 -
2241   type: "table"
2242   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2243   algorithm: "table_performance_comparison"
2244   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2245   reference:
2246     title: "3-Node Hsw"
2247     data:
2248       # TODO: Add data
2249       csit-dpdk-perf-verify-1810-3n-hsw:
2250       - 1   # NDRPDR sel
2251       - 2   # NDRPDR sel
2252       - 3   # NDRPDR sel
2253       - 4   # NDRPDR sel
2254   compare:
2255     title: "3-Node Skx"
2256     data:
2257       # TODO: Add data
2258       csit-dpdk-perf-verify-1810-3n-skx:
2259       - 3   # NDRPDR sel
2260       - 4   # NDRPDR sel
2261       - 6   # NDRPDR sel
2262       - 7   # NDRPDR sel
2263       - 8   # NDRPDR sel
2264       - 9   # NDRPDR sel
2265       - 10  # NDRPDR sel
2266       - 11  # NDRPDR sel
2267   data: "dpdk-compare-testbeds"
2268   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2269   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2270   parameters:
2271   - "name"
2272   - "parent"
2273   - "throughput"
2274
2275 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
2276 -
2277   type: "table"
2278   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2279   algorithm: "table_performance_comparison"
2280   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2281   reference:
2282     title: "3-Node Hsw"
2283     data:
2284       # TODO: Add data
2285       csit-dpdk-perf-verify-1810-3n-hsw:
2286       - 1   # NDRPDR sel
2287       - 2   # NDRPDR sel
2288       - 3   # NDRPDR sel
2289       - 4   # NDRPDR sel
2290   compare:
2291     title: "3-Node Skx"
2292     data:
2293       # TODO: Add data
2294       csit-dpdk-perf-verify-1810-3n-skx:
2295       - 3   # NDRPDR sel
2296       - 4   # NDRPDR sel
2297       - 6   # NDRPDR sel
2298       - 7   # NDRPDR sel
2299       - 8   # NDRPDR sel
2300       - 9   # NDRPDR sel
2301       - 10  # NDRPDR sel
2302       - 11  # NDRPDR sel
2303   data: "dpdk-compare-testbeds"
2304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2305   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2306   parameters:
2307   - "name"
2308   - "parent"
2309   - "throughput"
2310
2311 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2312 -
2313   type: "table"
2314   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2315   algorithm: "table_performance_comparison"
2316   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2317   reference:
2318     title: "3-Node Hsw"
2319     data:
2320       # TODO: Replace with 1810 data
2321       csit-dpdk-perf-verify-1807-3n-hsw:
2322       - 11
2323       - 12  # full
2324       - 14
2325       - 15
2326       - 16
2327       - 17
2328       - 20
2329       - 21
2330       - 22
2331       - 23
2332   compare:
2333     title: "3-Node Skx"
2334     data:
2335       # TODO: Replace with 1810 data
2336       csit-dpdk-perf-verify-1807-3n-skx:
2337       - 1
2338       - 2
2339       - 3
2340       - 6
2341       - 7
2342       - 8
2343       - 9
2344       - 10
2345       - 11
2346       - 12
2347   data: "dpdk-compare-testbeds"
2348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2349   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2350   parameters:
2351   - "name"
2352   - "parent"
2353   - "result"
2354
2355 # Detailed Test Results - DPDK Performance Results 3n-hsw
2356 -
2357   type: "table"
2358   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2359   algorithm: "table_details"
2360   output-file-ext: ".csv"
2361   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2362   columns:
2363   -
2364     title: "Name"
2365     data: "data name"
2366   -
2367     title: "Status"
2368     data: "data msg"
2369   rows: "generated"
2370   data: "dpdk-perf-results-3n-hsw"
2371   filter: "all"
2372   parameters:
2373   - "name"
2374   - "parent"
2375   - "msg"
2376
2377 # Detailed Test Results - DPDK Performance Results 3n-skx
2378 -
2379   type: "table"
2380   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2381   algorithm: "table_details"
2382   output-file-ext: ".csv"
2383   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2384   columns:
2385   -
2386     title: "Name"
2387     data: "data name"
2388   -
2389     title: "Status"
2390     data: "data msg"
2391   rows: "generated"
2392   data: "dpdk-perf-results-3n-skx"
2393   filter: "all"
2394   parameters:
2395   - "name"
2396   - "parent"
2397   - "msg"
2398
2399 # Detailed Test Results - DPDK Performance Results 2n-skx
2400 -
2401   type: "table"
2402   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2403   algorithm: "table_details"
2404   output-file-ext: ".csv"
2405   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2406   columns:
2407   -
2408     title: "Name"
2409     data: "data name"
2410   -
2411     title: "Status"
2412     data: "data msg"
2413   rows: "generated"
2414   data: "dpdk-perf-results-2n-skx"
2415   filter: "all"
2416   parameters:
2417   - "name"
2418   - "parent"
2419   - "msg"
2420
2421 ################################################################################
2422 # HoneyComb
2423 -
2424   type: "table"
2425   title: "Detailed Test Results - Honeycomb Functional Results"
2426   algorithm: "table_details"
2427   output-file-ext: ".csv"
2428   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2429   columns:
2430   -
2431     title: "Name"
2432     data: "data name"
2433   -
2434     title: "Documentation"
2435     data: "data doc"
2436   -
2437     title: "Status"
2438     data: "data status"
2439   rows: "generated"
2440   data:
2441     "hc-func-results"
2442   filter: "all"
2443   parameters:
2444   - "name"
2445   - "parent"
2446   - "doc"
2447   - "status"
2448
2449 ################################################################################
2450 # NSH SFC
2451 -
2452   type: "table"
2453   title: "Detailed Test Results - NSH SFC Functional Results"
2454   algorithm: "table_details"
2455   output-file-ext: ".csv"
2456   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2457   columns:
2458   -
2459     title: "Name"
2460     data: "data name"
2461   -
2462     title: "Documentation"
2463     data: "data doc"
2464   -
2465     title: "Status"
2466     data: "data status"
2467   rows: "generated"
2468   data:
2469     "nsh-func-results"
2470   filter: "all"
2471   parameters:
2472   - "name"
2473   - "parent"
2474   - "doc"
2475   - "status"
2476
2477 ################################################################################
2478 # DMM
2479 -
2480   type: "table"
2481   title: "Detailed Test Results - DMM Functional Results"
2482   algorithm: "table_details"
2483   output-file-ext: ".csv"
2484   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2485   columns:
2486   -
2487     title: "Name"
2488     data: "data name"
2489   -
2490     title: "Documentation"
2491     data: "data doc"
2492   -
2493     title: "Status"
2494     data: "data status"
2495   rows: "generated"
2496   data:
2497     "dmm-func-results"
2498   filter: "all"
2499   parameters:
2500   - "name"
2501   - "parent"
2502   - "doc"
2503   - "status"
2504
2505 ################################################################################
2506 ###                                F I L E S                                 ###
2507 ################################################################################
2508
2509 # VPP Performance Results 3n-hsw
2510 -
2511   type: "file"
2512   title: "VPP Performance Results 3n-hsw"
2513   algorithm: "file_test_results"
2514   output-file-ext: ".rst"
2515   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2516   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"
2517   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2518   data: "vpp-perf-results-3n-hsw"
2519   filter: "not 'NDRCHK' and not 'PDRCHK'"
2520   parameters:
2521   - "name"
2522   - "doc"
2523   - "level"
2524   - "parent"
2525   data-start-level: 3
2526
2527 # VPP Performance Results 3n-skx
2528 -
2529   type: "file"
2530   title: "VPP Performance Results 3n-skx"
2531   algorithm: "file_test_results"
2532   output-file-ext: ".rst"
2533   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2534   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"
2535   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2536   data: "vpp-perf-results-3n-skx"
2537   filter: "not 'NDRCHK' and not 'PDRCHK'"
2538   parameters:
2539   - "name"
2540   - "doc"
2541   - "level"
2542   - "parent"
2543   data-start-level: 3
2544
2545 # VPP Performance Results 2n-skx
2546 -
2547   type: "file"
2548   title: "VPP Performance Results 2n-skx"
2549   algorithm: "file_test_results"
2550   output-file-ext: ".rst"
2551   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2552   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"
2553   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2554   data: "vpp-perf-results-2n-skx"
2555   filter: "not 'NDRCHK' and not 'PDRCHK'"
2556   parameters:
2557   - "name"
2558   - "doc"
2559   - "level"
2560   - "parent"
2561   data-start-level: 3
2562
2563 # VPP Performance Configuration 3n-hsw
2564 -
2565   type: "file"
2566   title: "VPP Performance Configuration 3n-hsw"
2567   algorithm: "file_test_results"
2568   output-file-ext: ".rst"
2569   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2570   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"
2571   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2572   data: "vpp-perf-results-3n-hsw"
2573   filter: "not 'NDRCHK' and not 'PDRCHK'"
2574   parameters:
2575   - "name"
2576   - "doc"
2577   - "level"
2578   - "parent"
2579   data-start-level: 3
2580
2581 # VPP Performance Configuration 3n-skx
2582 -
2583   type: "file"
2584   title: "VPP Performance Configuration 3n-skx"
2585   algorithm: "file_test_results"
2586   output-file-ext: ".rst"
2587   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2588   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"
2589   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2590   data: "vpp-perf-results-3n-skx"
2591   filter: "not 'NDRCHK' and not 'PDRCHK'"
2592   parameters:
2593   - "name"
2594   - "doc"
2595   - "level"
2596   - "parent"
2597   data-start-level: 3
2598
2599 # VPP Performance Configuration 2n-skx
2600 -
2601   type: "file"
2602   title: "VPP Performance Configuration 2n-skx"
2603   algorithm: "file_test_results"
2604   output-file-ext: ".rst"
2605   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2606   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"
2607   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2608   data: "vpp-perf-results-2n-skx"
2609   filter: "not 'NDRCHK' and not 'PDRCHK'"
2610   parameters:
2611   - "name"
2612   - "doc"
2613   - "level"
2614   - "parent"
2615   data-start-level: 3
2616
2617 # VPP Performance Operational Data 3n-hsw
2618 -
2619   type: "file"
2620   title: "VPP Performance Operational Data 3n-hsw"
2621   algorithm: "file_test_results"
2622   output-file-ext: ".rst"
2623   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2624   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"
2625   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2626   data: "vpp-perf-results-3n-hsw"
2627   filter: "not 'NDRCHK' and not 'PDRCHK'"
2628   parameters:
2629   - "name"
2630   - "doc"
2631   - "level"
2632   - "parent"
2633   data-start-level: 3
2634
2635 # VPP Performance Operational Data 3n-skx
2636 -
2637   type: "file"
2638   title: "VPP Performance Operational Data 3n-skx"
2639   algorithm: "file_test_results"
2640   output-file-ext: ".rst"
2641   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2642   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"
2643   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2644   data: "vpp-perf-results-3n-skx"
2645   filter: "not 'NDRCHK' and not 'PDRCHK'"
2646   parameters:
2647   - "name"
2648   - "doc"
2649   - "level"
2650   - "parent"
2651   data-start-level: 3
2652
2653 # VPP Performance Operational Data 2n-skx
2654 -
2655   type: "file"
2656   title: "VPP Performance Operational Data 2n-skx"
2657   algorithm: "file_test_results"
2658   output-file-ext: ".rst"
2659   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2660   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"
2661   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2662   data: "vpp-perf-results-2n-skx"
2663   filter: "not 'NDRCHK' and not 'PDRCHK'"
2664   parameters:
2665   - "name"
2666   - "doc"
2667   - "level"
2668   - "parent"
2669   data-start-level: 3
2670
2671 # VPP MRR Results 3n-hsw
2672 -
2673   type: "file"
2674   title: "VPP MRR Results 3n-hsw"
2675   algorithm: "file_test_results"
2676   output-file-ext: ".rst"
2677   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2678   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"
2679   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2680   data: "vpp-mrr-results-3n-hsw"
2681   filter: "'MRR'"
2682   parameters:
2683   - "name"
2684   - "doc"
2685   - "level"
2686   - "parent"
2687   data-start-level: 3
2688
2689 # VPP MRR Results 3n-skx
2690 -
2691   type: "file"
2692   title: "VPP MRR Results 3n-skx"
2693   algorithm: "file_test_results"
2694   output-file-ext: ".rst"
2695   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2696   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"
2697   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2698   data: "vpp-mrr-results-3n-skx"
2699   filter: "'MRR'"
2700   parameters:
2701   - "name"
2702   - "doc"
2703   - "level"
2704   - "parent"
2705   data-start-level: 3
2706
2707 # VPP MRR Results 2n-skx
2708 -
2709   type: "file"
2710   title: "VPP MRR Results 2n-skx"
2711   algorithm: "file_test_results"
2712   output-file-ext: ".rst"
2713   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2714   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"
2715   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2716   data: "vpp-mrr-results-2n-skx"
2717   filter: "all"
2718   parameters:
2719   - "name"
2720   - "doc"
2721   - "level"
2722   - "parent"
2723   data-start-level: 3
2724
2725 # VPP MRR Configuration 3n-hsw
2726 -
2727   type: "file"
2728   title: "VPP MRR Configuration 3n-hsw"
2729   algorithm: "file_test_results"
2730   output-file-ext: ".rst"
2731   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2732   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"
2733   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2734   data: "vpp-mrr-results-3n-hsw"
2735   filter: "'MRR'"
2736   parameters:
2737   - "name"
2738   - "doc"
2739   - "level"
2740   - "parent"
2741   data-start-level: 3
2742
2743 # VPP MRR Configuration 3n-skx
2744 -
2745   type: "file"
2746   title: "VPP MRR Configuration 3n-skx"
2747   algorithm: "file_test_results"
2748   output-file-ext: ".rst"
2749   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2750   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"
2751   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2752   data: "vpp-mrr-results-3n-skx"
2753   filter: "'MRR'"
2754   parameters:
2755   - "name"
2756   - "doc"
2757   - "level"
2758   - "parent"
2759   data-start-level: 3
2760
2761 # VPP MRR Configuration 2n-skx
2762 -
2763   type: "file"
2764   title: "VPP MRR Configuration 2n-skx"
2765   algorithm: "file_test_results"
2766   output-file-ext: ".rst"
2767   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2768   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"
2769   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2770   data: "vpp-mrr-results-2n-skx"
2771   filter: "'MRR'"
2772   parameters:
2773   - "name"
2774   - "doc"
2775   - "level"
2776   - "parent"
2777   data-start-level: 3
2778
2779 # VPP Functional Results - Ubuntu
2780 -
2781   type: "file"
2782   title: "VPP Functional Results - Ubuntu"
2783   algorithm: "file_test_results"
2784   output-file-ext: ".rst"
2785   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2786   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"
2787   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2788   data: "vpp-func-results-ubuntu"
2789   filter: "all"
2790   parameters:
2791   - "name"
2792   - "doc"
2793   - "level"
2794   - "parent"
2795   data-start-level: 3
2796
2797 # VPP Functional Results - CentOS
2798 -
2799   type: "file"
2800   title: "VPP Functional Results - CentOS"
2801   algorithm: "file_test_results"
2802   output-file-ext: ".rst"
2803   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2804   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"
2805   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2806   data:
2807     "vpp-func-results-centos"
2808   filter: "all"
2809   parameters:
2810   - "name"
2811   - "doc"
2812   - "level"
2813   - "parent"
2814   data-start-level: 3
2815
2816 # VPP Functional Configuration - Ubuntu
2817 -
2818   type: "file"
2819   title: "VPP Functional Configuration - Ubuntu"
2820   algorithm: "file_test_results"
2821   output-file-ext: ".rst"
2822   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2823   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"
2824   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2825   data: "vpp-func-results-ubuntu"
2826   filter: "all"
2827   parameters:
2828   - "name"
2829   - "doc"
2830   - "level"
2831   - "parent"
2832   data-start-level: 3
2833
2834 # VPP Functional Configuration - CentOS
2835 -
2836   type: "file"
2837   title: "VPP Functional Configuration - CentOS"
2838   algorithm: "file_test_results"
2839   output-file-ext: ".rst"
2840   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2841   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"
2842   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2843   data:
2844     "vpp-func-results-centos"
2845   filter: "all"
2846   parameters:
2847   - "name"
2848   - "doc"
2849   - "level"
2850   - "parent"
2851   data-start-level: 3
2852
2853 # VPP Device Results - Ubuntu
2854 -
2855   type: "file"
2856   title: "VPP Device Results - Ubuntu"
2857   algorithm: "file_test_results"
2858   output-file-ext: ".rst"
2859   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2860   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"
2861   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
2862   data: "vpp-device-results-ubuntu"
2863   filter: "all"
2864   parameters:
2865   - "name"
2866   - "doc"
2867   - "level"
2868   - "parent"
2869   data-start-level: 2
2870
2871 # VPP Device Configuration - Ubuntu
2872 -
2873   type: "file"
2874   title: "VPP Device Configuration - Ubuntu"
2875   algorithm: "file_test_results"
2876   output-file-ext: ".rst"
2877   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2878   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"
2879   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
2880   data: "vpp-device-results-ubuntu"
2881   filter: "all"
2882   parameters:
2883   - "name"
2884   - "doc"
2885   - "level"
2886   - "parent"
2887   data-start-level: 2
2888
2889 # Container Orchestrated Performance Results 3n-hsw
2890 -
2891   type: "file"
2892   title: "Container Orchestrated Performance Results 3n-hsw"
2893   algorithm: "file_test_results"
2894   output-file-ext: ".rst"
2895   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2896   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"
2897   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2898   data: "ligato-perf-results-3n-hsw"
2899   filter: "all"
2900   parameters:
2901   - "name"
2902   - "doc"
2903   - "level"
2904   - "parent"
2905   data-start-level: 3
2906
2907 # DPDK Performance Results 3n-hsw
2908 -
2909   type: "file"
2910   title: "DPDK Performance Results 3n-hsw"
2911   algorithm: "file_test_results"
2912   output-file-ext: ".rst"
2913   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2914   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"
2915   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2916   data: "dpdk-perf-results-3n-hsw"
2917   filter: "all"
2918   parameters:
2919   - "name"
2920   - "doc"
2921   - "level"
2922   - "parent"
2923   data-start-level: 3
2924
2925 # DPDK Performance Results 3n-skx
2926 -
2927   type: "file"
2928   title: "DPDK Performance Results 3n-skx"
2929   algorithm: "file_test_results"
2930   output-file-ext: ".rst"
2931   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2932   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"
2933   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2934   data: "dpdk-perf-results-3n-skx"
2935   filter: "all"
2936   parameters:
2937   - "name"
2938   - "doc"
2939   - "level"
2940   - "parent"
2941   data-start-level: 3
2942
2943 # DPDK Performance Results 2n-skx
2944 -
2945   type: "file"
2946   title: "DPDK Performance Results 2n-skx"
2947   algorithm: "file_test_results"
2948   output-file-ext: ".rst"
2949   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2950   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"
2951   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2952   data: "dpdk-perf-results-2n-skx"
2953   filter: "all"
2954   parameters:
2955   - "name"
2956   - "doc"
2957   - "level"
2958   - "parent"
2959   data-start-level: 3
2960
2961 # Honeycomb Functional Results
2962 -
2963   type: "file"
2964   title: "Honeycomb Functional Results"
2965   algorithm: "file_test_results"
2966   output-file-ext: ".rst"
2967   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2968   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"
2969   dir-tables: "{DIR[DTR,FUNC,HC]}"
2970   data:
2971     "hc-func-results"
2972   filter: "all"
2973   parameters:
2974   - "name"
2975   - "doc"
2976   - "level"
2977   - "parent"
2978   data-start-level: 3
2979
2980 # NSH SFC Functional Results
2981 -
2982   type: "file"
2983   title: "NSH SFC Functional Results"
2984   algorithm: "file_test_results"
2985   output-file-ext: ".rst"
2986   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2987   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"
2988   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2989   data:
2990     "nsh-func-results"
2991   filter: "all"
2992   parameters:
2993   - "name"
2994   - "doc"
2995   - "level"
2996   - "parent"
2997   data-start-level: 3
2998
2999 # DMM Functional Results
3000 -
3001   type: "file"
3002   title: "DMM Functional Results"
3003   algorithm: "file_test_results"
3004   output-file-ext: ".rst"
3005   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3006   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"
3007   dir-tables: "{DIR[DTR,FUNC,DMM]}"
3008   data:
3009     "dmm-func-results"
3010   filter: "all"
3011   parameters:
3012   - "name"
3013   - "doc"
3014   - "level"
3015   - "parent"
3016   data-start-level: 3
3017
3018 ################################################################################
3019 ###                                P L O T S                                 ###
3020 ################################################################################
3021
3022 ################################################################################
3023 # Plots VPP HTTP Server Performance
3024 -
3025   type: "plot"
3026   title: "VPP HTTP Server Performance"
3027   algorithm: "plot_http_server_performance_box"
3028   output-file-type: ".html"
3029   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
3030   data:
3031     "plot-vpp-http-server-performance"
3032   # Keep this formatting, the filter is enclosed with " (quotation mark) and
3033   # each tag is enclosed with ' (apostrophe).
3034   filter: "'HTTP' and 'TCP_CPS'"
3035   parameters:
3036   - "result"
3037   - "name"
3038   traces:
3039     hoverinfo: "x+y"
3040     boxpoints: "outliers"
3041     whiskerwidth: 0
3042   layout:
3043     title: "VPP HTTP Server Performance"
3044     layout:
3045       "plot-cps"
3046
3047 -
3048   type: "plot"
3049   title: "VPP HTTP Server Performance"
3050   algorithm: "plot_http_server_performance_box"
3051   output-file-type: ".html"
3052   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
3053   data:
3054     "plot-vpp-http-server-performance"
3055   filter: "'HTTP' and 'TCP_RPS'"
3056   parameters:
3057   - "result"
3058   - "name"
3059   traces:
3060     hoverinfo: "x+y"
3061     boxpoints: "outliers"
3062     whiskerwidth: 0
3063   layout:
3064     title: "VPP HTTP Server Performance"
3065     layout:
3066       "plot-rps"
3067
3068 ################################################################################
3069
3070 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
3071 -
3072   type: "plot"
3073   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3074   algorithm: "plot_performance_box"
3075   output-file-type: ".html"
3076   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3077   data: "plot-vpp-throughput-latency-3n-hsw"
3078   filter: "'NIC_Intel-X520-DA2' and
3079            '64B' and
3080            ('BASE' or 'SCALE') and
3081            'NDRPDR' and
3082            'ETH' and
3083            '1T1C' and
3084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3085            not 'VHOST' and
3086            not 'MEMIF'"
3087   parameters:
3088   - "throughput"
3089   - "parent"
3090   - "tags"
3091   sort:
3092   - "L2PATCH"
3093   - "L2XCBASE"
3094   - "BASE"
3095   - "FIB_10K"
3096   - "FIB_100K"
3097   - "FIB_1M"
3098   traces:
3099     hoverinfo: "x+y"
3100     boxpoints: "outliers"
3101     whiskerwidth: 0
3102   layout:
3103     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3104     layout: "plot-throughput"
3105
3106 -
3107   type: "plot"
3108   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3109   algorithm: "plot_performance_box"
3110   output-file-type: ".html"
3111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3112   data: "plot-vpp-throughput-latency-3n-hsw"
3113   filter: "'NIC_Intel-X520-DA2' and
3114            '64B' and
3115            ('BASE' or 'SCALE') and
3116            'NDRPDR' and
3117            'ETH' and
3118            '1T1C' and
3119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3120            not 'VHOST' and
3121            not 'MEMIF'"
3122   parameters:
3123   - "throughput"
3124   - "parent"
3125   - "tags"
3126   sort:
3127   - "L2PATCH"
3128   - "L2XCBASE"
3129   - "BASE"
3130   - "FIB_10K"
3131   - "FIB_100K"
3132   - "FIB_1M"
3133   traces:
3134     hoverinfo: "x+y"
3135     boxpoints: "outliers"
3136     whiskerwidth: 0
3137   layout:
3138     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3139     layout: "plot-throughput"
3140
3141 -
3142   type: "plot"
3143   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3144   algorithm: "plot_performance_box"
3145   output-file-type: ".html"
3146   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3147   data: "plot-vpp-throughput-latency-3n-hsw"
3148   filter: "'NIC_Intel-X520-DA2' and
3149            '64B' and
3150            ('BASE' or 'SCALE') and
3151            'NDRPDR' and
3152            'ETH' and
3153            '2T2C' and
3154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3155            not 'VHOST' and
3156            not 'MEMIF'"
3157   parameters:
3158   - "throughput"
3159   - "parent"
3160   - "tags"
3161   sort:
3162   - "L2PATCH"
3163   - "L2XCBASE"
3164   - "BASE"
3165   - "FIB_10K"
3166   - "FIB_100K"
3167   - "FIB_1M"
3168   traces:
3169     hoverinfo: "x+y"
3170     boxpoints: "outliers"
3171     whiskerwidth: 0
3172   layout:
3173     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3174     layout: "plot-throughput"
3175
3176 -
3177   type: "plot"
3178   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3179   algorithm: "plot_performance_box"
3180   output-file-type: ".html"
3181   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3182   data: "plot-vpp-throughput-latency-3n-hsw"
3183   filter: "'NIC_Intel-X520-DA2' and
3184            '64B' and
3185            ('BASE' or 'SCALE') and
3186            'NDRPDR' and
3187            'ETH' and
3188            '2T2C' and
3189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3190            not 'VHOST' and
3191            not 'MEMIF'"
3192   parameters:
3193   - "throughput"
3194   - "parent"
3195   - "tags"
3196   sort:
3197   - "L2PATCH"
3198   - "L2XCBASE"
3199   - "BASE"
3200   - "FIB_10K"
3201   - "FIB_100K"
3202   - "FIB_1M"
3203   traces:
3204     hoverinfo: "x+y"
3205     boxpoints: "outliers"
3206     whiskerwidth: 0
3207   layout:
3208     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3209     layout: "plot-throughput"
3210
3211 # Packet Throughput - VPP L2 3n-hsw-x520 features
3212 -
3213   type: "plot"
3214   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3215   algorithm: "plot_performance_box"
3216   output-file-type: ".html"
3217   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3218   data: "plot-vpp-throughput-latency-3n-hsw"
3219   filter: "'NIC_Intel-X520-DA2' and
3220            '64B' and
3221            'NDRPDR' and
3222            '1T1C' and
3223            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3224            not 'ACL' and
3225            not 'VHOST' and
3226            not 'MEMIF'"
3227   parameters:
3228   - "throughput"
3229   - "parent"
3230   - "tags"
3231   sort:
3232   - "L2XCBASE"    # l2xcbase
3233   - "L2BDBASE"    # l2bdbase
3234   - "L2XCFWD"     # dot1q-l2xcbase
3235   - "L2BDMACLRN"  # dot1q-l2bdbase
3236   traces:
3237     hoverinfo: "x+y"
3238     boxpoints: "outliers"
3239     whiskerwidth: 0
3240   layout:
3241     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3242     layout: "plot-throughput"
3243
3244 -
3245   type: "plot"
3246   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3247   algorithm: "plot_performance_box"
3248   output-file-type: ".html"
3249   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3250   data: "plot-vpp-throughput-latency-3n-hsw"
3251   filter: "'NIC_Intel-X520-DA2' and
3252            '64B' and
3253            'NDRPDR' and
3254            '1T1C' and
3255            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3256            not 'ACL' and
3257            not 'VHOST' and
3258            not 'MEMIF'"
3259   parameters:
3260   - "throughput"
3261   - "parent"
3262   - "tags"
3263   sort:
3264   - "L2XCBASE"    # l2xcbase
3265   - "L2BDBASE"    # l2bdbase
3266   - "L2XCFWD"     # dot1q-l2xcbase
3267   - "L2BDMACLRN"  # dot1q-l2bdbase
3268   traces:
3269     hoverinfo: "x+y"
3270     boxpoints: "outliers"
3271     whiskerwidth: 0
3272   layout:
3273     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3274     layout: "plot-throughput"
3275
3276 -
3277   type: "plot"
3278   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3279   algorithm: "plot_performance_box"
3280   output-file-type: ".html"
3281   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3282   data: "plot-vpp-throughput-latency-3n-hsw"
3283   filter: "'NIC_Intel-X520-DA2' and
3284            '64B' and
3285            'NDRPDR' and
3286            '2T2C' and
3287            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3288            not 'ACL' and
3289            not 'VHOST' and
3290            not 'MEMIF'"
3291   parameters:
3292   - "throughput"
3293   - "parent"
3294   - "tags"
3295   sort:
3296   - "L2XCBASE"    # l2xcbase
3297   - "L2BDBASE"    # l2bdbase
3298   - "L2XCFWD"     # dot1q-l2xcbase
3299   - "L2BDMACLRN"  # dot1q-l2bdbase
3300   traces:
3301     hoverinfo: "x+y"
3302     boxpoints: "outliers"
3303     whiskerwidth: 0
3304   layout:
3305     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3306     layout: "plot-throughput"
3307
3308 -
3309   type: "plot"
3310   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3311   algorithm: "plot_performance_box"
3312   output-file-type: ".html"
3313   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3314   data: "plot-vpp-throughput-latency-3n-hsw"
3315   filter: "'NIC_Intel-X520-DA2' and
3316            '64B' and
3317            'NDRPDR' and
3318            '2T2C' and
3319            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3320            not 'ACL' and
3321            not 'VHOST' and
3322            not 'MEMIF'"
3323   parameters:
3324   - "throughput"
3325   - "parent"
3326   - "tags"
3327   sort:
3328   - "L2XCBASE"    # l2xcbase
3329   - "L2BDBASE"    # l2bdbase
3330   - "L2XCFWD"     # dot1q-l2xcbase
3331   - "L2BDMACLRN"  # dot1q-l2bdbase
3332   traces:
3333     hoverinfo: "x+y"
3334     boxpoints: "outliers"
3335     whiskerwidth: 0
3336   layout:
3337     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3338     layout: "plot-throughput"
3339
3340 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
3341 -
3342   type: "plot"
3343   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3344   algorithm: "plot_performance_box"
3345   output-file-type: ".html"
3346   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3347   data: "plot-vpp-throughput-latency-3n-hsw"
3348   filter: "'NIC_Intel-X710' and
3349            '64B' and
3350            ('BASE' or 'SCALE') and
3351            'NDRPDR' and
3352            'ETH' and
3353            '1T1C' and
3354            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3355            not 'VHOST' and
3356            not 'MEMIF'"
3357   parameters:
3358   - "throughput"
3359   - "parent"
3360   - "tags"
3361   sort:
3362   - "L2PATCH"
3363   - "L2XCBASE"
3364   - "BASE"
3365   - "FIB_10K"
3366   - "FIB_100K"
3367   - "FIB_1M"
3368   traces:
3369     hoverinfo: "x+y"
3370     boxpoints: "outliers"
3371     whiskerwidth: 0
3372   layout:
3373     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3374     layout: "plot-throughput"
3375
3376 -
3377   type: "plot"
3378   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3379   algorithm: "plot_performance_box"
3380   output-file-type: ".html"
3381   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3382   data: "plot-vpp-throughput-latency-3n-hsw"
3383   filter: "'NIC_Intel-X710' and
3384            '64B' and
3385            ('BASE' or 'SCALE') and
3386            'NDRPDR' and
3387            'ETH' and
3388            '1T1C' and
3389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3390            not 'VHOST' and
3391            not 'MEMIF'"
3392   parameters:
3393   - "throughput"
3394   - "parent"
3395   - "tags"
3396   sort:
3397   - "L2PATCH"
3398   - "L2XCBASE"
3399   - "BASE"
3400   - "FIB_10K"
3401   - "FIB_100K"
3402   - "FIB_1M"
3403   traces:
3404     hoverinfo: "x+y"
3405     boxpoints: "outliers"
3406     whiskerwidth: 0
3407   layout:
3408     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3409     layout: "plot-throughput"
3410
3411 -
3412   type: "plot"
3413   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3414   algorithm: "plot_performance_box"
3415   output-file-type: ".html"
3416   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3417   data: "plot-vpp-throughput-latency-3n-hsw"
3418   filter: "'NIC_Intel-X710' and
3419            '64B' and
3420            ('BASE' or 'SCALE') and
3421            'NDRPDR' and
3422            'ETH' and
3423            '2T2C' and
3424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3425            not 'VHOST' and
3426            not 'MEMIF'"
3427   parameters:
3428   - "throughput"
3429   - "parent"
3430   - "tags"
3431   sort:
3432   - "L2PATCH"
3433   - "L2XCBASE"
3434   - "BASE"
3435   - "FIB_10K"
3436   - "FIB_100K"
3437   - "FIB_1M"
3438   traces:
3439     hoverinfo: "x+y"
3440     boxpoints: "outliers"
3441     whiskerwidth: 0
3442   layout:
3443     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3444     layout: "plot-throughput"
3445
3446 -
3447   type: "plot"
3448   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3449   algorithm: "plot_performance_box"
3450   output-file-type: ".html"
3451   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3452   data: "plot-vpp-throughput-latency-3n-hsw"
3453   filter: "'NIC_Intel-X710' and
3454            '64B' and
3455            ('BASE' or 'SCALE') and
3456            'NDRPDR' and
3457            'ETH' and
3458            '2T2C' and
3459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3460            not 'VHOST' and
3461            not 'MEMIF'"
3462   parameters:
3463   - "throughput"
3464   - "parent"
3465   - "tags"
3466   sort:
3467   - "L2PATCH"
3468   - "L2XCBASE"
3469   - "BASE"
3470   - "FIB_10K"
3471   - "FIB_100K"
3472   - "FIB_1M"
3473   traces:
3474     hoverinfo: "x+y"
3475     boxpoints: "outliers"
3476     whiskerwidth: 0
3477   layout:
3478     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3479     layout: "plot-throughput"
3480
3481 # Packet Throughput - VPP L2 3n-hsw-x710 features
3482 -
3483   type: "plot"
3484   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3485   algorithm: "plot_performance_box"
3486   output-file-type: ".html"
3487   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3488   data: "plot-vpp-throughput-latency-3n-hsw"
3489   filter: "'NIC_Intel-X710' and
3490            '64B' and
3491            'NDRPDR' and
3492            '1T1C' and
3493            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3494            not 'ACL' and
3495            not 'VHOST' and
3496            not 'MEMIF'"
3497   parameters:
3498   - "throughput"
3499   - "parent"
3500   - "tags"
3501   sort:
3502   - "L2XCBASE"    # l2xcbase
3503   - "L2BDBASE"    # l2bdbase
3504   - "L2XCFWD"     # dot1q-l2xcbase
3505   - "L2BDMACLRN"  # dot1q-l2bdbase
3506   traces:
3507     hoverinfo: "x+y"
3508     boxpoints: "outliers"
3509     whiskerwidth: 0
3510   layout:
3511     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3512     layout: "plot-throughput"
3513
3514 -
3515   type: "plot"
3516   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3517   algorithm: "plot_performance_box"
3518   output-file-type: ".html"
3519   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3520   data: "plot-vpp-throughput-latency-3n-hsw"
3521   filter: "'NIC_Intel-X710' and
3522            '64B' and
3523            'NDRPDR' and
3524            '1T1C' and
3525            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3526            not 'ACL' and
3527            not 'VHOST' and
3528            not 'MEMIF'"
3529   parameters:
3530   - "throughput"
3531   - "parent"
3532   - "tags"
3533   sort:
3534   - "L2XCBASE"    # l2xcbase
3535   - "L2BDBASE"    # l2bdbase
3536   - "L2XCFWD"     # dot1q-l2xcbase
3537   - "L2BDMACLRN"  # dot1q-l2bdbase
3538   traces:
3539     hoverinfo: "x+y"
3540     boxpoints: "outliers"
3541     whiskerwidth: 0
3542   layout:
3543     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3544     layout: "plot-throughput"
3545
3546 -
3547   type: "plot"
3548   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3549   algorithm: "plot_performance_box"
3550   output-file-type: ".html"
3551   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3552   data: "plot-vpp-throughput-latency-3n-hsw"
3553   filter: "'NIC_Intel-X710' and
3554            '64B' and
3555            'NDRPDR' and
3556            '2T2C' and
3557            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3558            not 'ACL' and
3559            not 'VHOST' and
3560            not 'MEMIF'"
3561   parameters:
3562   - "throughput"
3563   - "parent"
3564   - "tags"
3565   sort:
3566   - "L2XCBASE"    # l2xcbase
3567   - "L2BDBASE"    # l2bdbase
3568   - "L2XCFWD"     # dot1q-l2xcbase
3569   - "L2BDMACLRN"  # dot1q-l2bdbase
3570   traces:
3571     hoverinfo: "x+y"
3572     boxpoints: "outliers"
3573     whiskerwidth: 0
3574   layout:
3575     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3576     layout: "plot-throughput"
3577
3578 -
3579   type: "plot"
3580   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3581   algorithm: "plot_performance_box"
3582   output-file-type: ".html"
3583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3584   data: "plot-vpp-throughput-latency-3n-hsw"
3585   filter: "'NIC_Intel-X710' and
3586            '64B' and
3587            'NDRPDR' and
3588            '2T2C' and
3589            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3590            not 'ACL' and
3591            not 'VHOST' and
3592            not 'MEMIF'"
3593   parameters:
3594   - "throughput"
3595   - "parent"
3596   - "tags"
3597   sort:
3598   - "L2XCBASE"    # l2xcbase
3599   - "L2BDBASE"    # l2bdbase
3600   - "L2XCFWD"     # dot1q-l2xcbase
3601   - "L2BDMACLRN"  # dot1q-l2bdbase
3602   traces:
3603     hoverinfo: "x+y"
3604     boxpoints: "outliers"
3605     whiskerwidth: 0
3606   layout:
3607     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3608     layout: "plot-throughput"
3609
3610 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
3611 -
3612   type: "plot"
3613   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3614   algorithm: "plot_performance_box"
3615   output-file-type: ".html"
3616   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3617   data: "plot-vpp-throughput-latency-3n-hsw"
3618   filter: "'NIC_Intel-XL710' and
3619            '64B' and
3620            ('BASE' or 'SCALE') and
3621            'NDRPDR' and
3622            'ETH' and
3623            '1T1C' and
3624            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3625            not 'VHOST' and
3626            not 'MEMIF'"
3627   parameters:
3628   - "throughput"
3629   - "parent"
3630   - "tags"
3631   sort:
3632   - "L2PATCH"
3633   - "L2XCBASE"
3634   - "BASE"
3635   - "FIB_10K"
3636   - "FIB_100K"
3637   - "FIB_1M"
3638   traces:
3639     hoverinfo: "x+y"
3640     boxpoints: "outliers"
3641     whiskerwidth: 0
3642   layout:
3643     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3644     layout: "plot-throughput"
3645
3646 -
3647   type: "plot"
3648   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3649   algorithm: "plot_performance_box"
3650   output-file-type: ".html"
3651   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3652   data: "plot-vpp-throughput-latency-3n-hsw"
3653   filter: "'NIC_Intel-XL710' and
3654            '64B' and
3655            ('BASE' or 'SCALE') and
3656            'NDRPDR' and
3657            'ETH' and
3658            '1T1C' and
3659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3660            not 'VHOST' and
3661            not 'MEMIF'"
3662   parameters:
3663   - "throughput"
3664   - "parent"
3665   - "tags"
3666   sort:
3667   - "L2PATCH"
3668   - "L2XCBASE"
3669   - "BASE"
3670   - "FIB_10K"
3671   - "FIB_100K"
3672   - "FIB_1M"
3673   traces:
3674     hoverinfo: "x+y"
3675     boxpoints: "outliers"
3676     whiskerwidth: 0
3677   layout:
3678     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3679     layout: "plot-throughput"
3680
3681 -
3682   type: "plot"
3683   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3684   algorithm: "plot_performance_box"
3685   output-file-type: ".html"
3686   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3687   data: "plot-vpp-throughput-latency-3n-hsw"
3688   filter: "'NIC_Intel-XL710' and
3689            '64B' and
3690            ('BASE' or 'SCALE') and
3691            'NDRPDR' and
3692            'ETH' and
3693            '2T2C' and
3694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3695            not 'VHOST' and
3696            not 'MEMIF'"
3697   parameters:
3698   - "throughput"
3699   - "parent"
3700   - "tags"
3701   sort:
3702   - "L2PATCH"
3703   - "L2XCBASE"
3704   - "BASE"
3705   - "FIB_10K"
3706   - "FIB_100K"
3707   - "FIB_1M"
3708   traces:
3709     hoverinfo: "x+y"
3710     boxpoints: "outliers"
3711     whiskerwidth: 0
3712   layout:
3713     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3714     layout: "plot-throughput"
3715
3716 -
3717   type: "plot"
3718   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3719   algorithm: "plot_performance_box"
3720   output-file-type: ".html"
3721   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3722   data: "plot-vpp-throughput-latency-3n-hsw"
3723   filter: "'NIC_Intel-XL710' and
3724            '64B' and
3725            ('BASE' or 'SCALE') and
3726            'NDRPDR' and
3727            'ETH' and
3728            '2T2C' and
3729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3730            not 'VHOST' and
3731            not 'MEMIF'"
3732   parameters:
3733   - "throughput"
3734   - "parent"
3735   - "tags"
3736   sort:
3737   - "L2PATCH"
3738   - "L2XCBASE"
3739   - "BASE"
3740   - "FIB_10K"
3741   - "FIB_100K"
3742   - "FIB_1M"
3743   traces:
3744     hoverinfo: "x+y"
3745     boxpoints: "outliers"
3746     whiskerwidth: 0
3747   layout:
3748     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3749     layout: "plot-throughput"
3750
3751 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
3752 -
3753   type: "plot"
3754   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3755   algorithm: "plot_performance_box"
3756   output-file-type: ".html"
3757   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3758   data: "plot-vpp-throughput-latency-3n-skx"
3759   filter: "'NIC_Intel-X710' and
3760            '64B' and
3761            ('BASE' or 'SCALE') and
3762            'NDRPDR' and
3763            'ETH' and
3764            '2T1C' and
3765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3766            not 'VHOST' and
3767            not 'MEMIF'"
3768   parameters:
3769   - "throughput"
3770   - "parent"
3771   - "tags"
3772   sort:
3773   - "L2PATCH"
3774   - "L2XCBASE"
3775   - "BASE"
3776   - "FIB_10K"
3777   - "FIB_100K"
3778   - "FIB_1M"
3779   traces:
3780     hoverinfo: "x+y"
3781     boxpoints: "outliers"
3782     whiskerwidth: 0
3783   layout:
3784     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3785     layout: "plot-throughput"
3786
3787 -
3788   type: "plot"
3789   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3790   algorithm: "plot_performance_box"
3791   output-file-type: ".html"
3792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3793   data: "plot-vpp-throughput-latency-3n-skx"
3794   filter: "'NIC_Intel-X710' and
3795            '64B' and
3796            ('BASE' or 'SCALE') and
3797            'NDRPDR' and
3798            'ETH' and
3799            '2T1C' and
3800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3801            not 'VHOST' and
3802            not 'MEMIF'"
3803   parameters:
3804   - "throughput"
3805   - "parent"
3806   - "tags"
3807   sort:
3808   - "L2PATCH"
3809   - "L2XCBASE"
3810   - "BASE"
3811   - "FIB_10K"
3812   - "FIB_100K"
3813   - "FIB_1M"
3814   traces:
3815     hoverinfo: "x+y"
3816     boxpoints: "outliers"
3817     whiskerwidth: 0
3818   layout:
3819     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3820     layout: "plot-throughput"
3821
3822 -
3823   type: "plot"
3824   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3825   algorithm: "plot_performance_box"
3826   output-file-type: ".html"
3827   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3828   data: "plot-vpp-throughput-latency-3n-skx"
3829   filter: "'NIC_Intel-X710' and
3830            '64B' and
3831            ('BASE' or 'SCALE') and
3832            'NDRPDR' and
3833            'ETH' and
3834            '4T2C' and
3835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3836            not 'VHOST' and
3837            not 'MEMIF'"
3838   parameters:
3839   - "throughput"
3840   - "parent"
3841   - "tags"
3842   sort:
3843   - "L2PATCH"
3844   - "L2XCBASE"
3845   - "BASE"
3846   - "FIB_10K"
3847   - "FIB_100K"
3848   - "FIB_1M"
3849   traces:
3850     hoverinfo: "x+y"
3851     boxpoints: "outliers"
3852     whiskerwidth: 0
3853   layout:
3854     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3855     layout: "plot-throughput"
3856
3857 -
3858   type: "plot"
3859   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3860   algorithm: "plot_performance_box"
3861   output-file-type: ".html"
3862   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3863   data: "plot-vpp-throughput-latency-3n-skx"
3864   filter: "'NIC_Intel-X710' and
3865            '64B' and
3866            ('BASE' or 'SCALE') and
3867            'NDRPDR' and
3868            'ETH' and
3869            '4T2C' and
3870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3871            not 'VHOST' and
3872            not 'MEMIF'"
3873   parameters:
3874   - "throughput"
3875   - "parent"
3876   - "tags"
3877   sort:
3878   - "L2PATCH"
3879   - "L2XCBASE"
3880   - "BASE"
3881   - "FIB_10K"
3882   - "FIB_100K"
3883   - "FIB_1M"
3884   traces:
3885     hoverinfo: "x+y"
3886     boxpoints: "outliers"
3887     whiskerwidth: 0
3888   layout:
3889     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3890     layout: "plot-throughput"
3891
3892 # Packet Throughput - VPP L2 3n-skx-x710 features
3893 -
3894   type: "plot"
3895   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3896   algorithm: "plot_performance_box"
3897   output-file-type: ".html"
3898   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3899   data: "plot-vpp-throughput-latency-3n-skx"
3900   filter: "'NIC_Intel-X710' and
3901            '64B' and
3902            'NDRPDR' and
3903            '2T1C' and
3904            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3905            not 'ACL' and
3906            not 'VHOST' and
3907            not 'MEMIF'"
3908   parameters:
3909   - "throughput"
3910   - "parent"
3911   - "tags"
3912   sort:
3913   - "L2XCBASE"    # l2xcbase
3914   - "L2BDBASE"    # l2bdbase
3915   - "L2XCFWD"     # dot1q-l2xcbase
3916   - "L2BDMACLRN"  # dot1q-l2bdbase
3917   traces:
3918     hoverinfo: "x+y"
3919     boxpoints: "outliers"
3920     whiskerwidth: 0
3921   layout:
3922     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3923     layout: "plot-throughput"
3924
3925 -
3926   type: "plot"
3927   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3928   algorithm: "plot_performance_box"
3929   output-file-type: ".html"
3930   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3931   data: "plot-vpp-throughput-latency-3n-skx"
3932   filter: "'NIC_Intel-X710' and
3933            '64B' and
3934            'NDRPDR' and
3935            '2T1C' and
3936            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3937            not 'ACL' and
3938            not 'VHOST' and
3939            not 'MEMIF'"
3940   parameters:
3941   - "throughput"
3942   - "parent"
3943   - "tags"
3944   sort:
3945   - "L2XCBASE"    # l2xcbase
3946   - "L2BDBASE"    # l2bdbase
3947   - "L2XCFWD"     # dot1q-l2xcbase
3948   - "L2BDMACLRN"  # dot1q-l2bdbase
3949   traces:
3950     hoverinfo: "x+y"
3951     boxpoints: "outliers"
3952     whiskerwidth: 0
3953   layout:
3954     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3955     layout: "plot-throughput"
3956
3957 -
3958   type: "plot"
3959   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3960   algorithm: "plot_performance_box"
3961   output-file-type: ".html"
3962   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3963   data: "plot-vpp-throughput-latency-3n-skx"
3964   filter: "'NIC_Intel-X710' and
3965            '64B' and
3966            'NDRPDR' and
3967            '4T2C' and
3968            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3969            not 'ACL' and
3970            not 'VHOST' and
3971            not 'MEMIF'"
3972   parameters:
3973   - "throughput"
3974   - "parent"
3975   - "tags"
3976   sort:
3977   - "L2XCBASE"    # l2xcbase
3978   - "L2BDBASE"    # l2bdbase
3979   - "L2XCFWD"     # dot1q-l2xcbase
3980   - "L2BDMACLRN"  # dot1q-l2bdbase
3981   traces:
3982     hoverinfo: "x+y"
3983     boxpoints: "outliers"
3984     whiskerwidth: 0
3985   layout:
3986     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3987     layout: "plot-throughput"
3988
3989 -
3990   type: "plot"
3991   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3992   algorithm: "plot_performance_box"
3993   output-file-type: ".html"
3994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3995   data: "plot-vpp-throughput-latency-3n-skx"
3996   filter: "'NIC_Intel-X710' and
3997            '64B' and
3998            'NDRPDR' and
3999            '4T2C' and
4000            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4001            not 'ACL' and
4002            not 'VHOST' and
4003            not 'MEMIF'"
4004   parameters:
4005   - "throughput"
4006   - "parent"
4007   - "tags"
4008   sort:
4009   - "L2XCBASE"    # l2xcbase
4010   - "L2BDBASE"    # l2bdbase
4011   - "L2XCFWD"     # dot1q-l2xcbase
4012   - "L2BDMACLRN"  # dot1q-l2bdbase
4013   traces:
4014     hoverinfo: "x+y"
4015     boxpoints: "outliers"
4016     whiskerwidth: 0
4017   layout:
4018     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4019     layout: "plot-throughput"
4020
4021 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
4022 -
4023   type: "plot"
4024   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4025   algorithm: "plot_performance_box"
4026   output-file-type: ".html"
4027   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4028   data: "plot-vpp-throughput-latency-3n-skx"
4029   filter: "'NIC_Intel-XXV710' and
4030            '64B' and
4031            ('BASE' or 'SCALE') and
4032            'NDRPDR' and
4033            'ETH' and
4034            '2T1C' and
4035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4036            not 'VHOST' and
4037            not 'MEMIF'"
4038   parameters:
4039   - "throughput"
4040   - "parent"
4041   - "tags"
4042   sort:
4043   - "L2PATCH"
4044   - "L2XCBASE"
4045   - "BASE"
4046   - "FIB_10K"
4047   - "FIB_100K"
4048   - "FIB_1M"
4049   traces:
4050     hoverinfo: "x+y"
4051     boxpoints: "outliers"
4052     whiskerwidth: 0
4053   layout:
4054     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4055     layout: "plot-throughput"
4056
4057 -
4058   type: "plot"
4059   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4060   algorithm: "plot_performance_box"
4061   output-file-type: ".html"
4062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4063   data: "plot-vpp-throughput-latency-3n-skx"
4064   filter: "'NIC_Intel-XXV710' and
4065            '64B' and
4066            ('BASE' or 'SCALE') and
4067            'NDRPDR' and
4068            'ETH' and
4069            '2T1C' and
4070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4071            not 'VHOST' and
4072            not 'MEMIF'"
4073   parameters:
4074   - "throughput"
4075   - "parent"
4076   - "tags"
4077   sort:
4078   - "L2PATCH"
4079   - "L2XCBASE"
4080   - "BASE"
4081   - "FIB_10K"
4082   - "FIB_100K"
4083   - "FIB_1M"
4084   traces:
4085     hoverinfo: "x+y"
4086     boxpoints: "outliers"
4087     whiskerwidth: 0
4088   layout:
4089     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4090     layout: "plot-throughput"
4091
4092 -
4093   type: "plot"
4094   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4095   algorithm: "plot_performance_box"
4096   output-file-type: ".html"
4097   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4098   data: "plot-vpp-throughput-latency-3n-skx"
4099   filter: "'NIC_Intel-XXV710' and
4100            '64B' and
4101            ('BASE' or 'SCALE') and
4102            'NDRPDR' and
4103            'ETH' and
4104            '4T2C' and
4105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4106            not 'VHOST' and
4107            not 'MEMIF'"
4108   parameters:
4109   - "throughput"
4110   - "parent"
4111   - "tags"
4112   sort:
4113   - "L2PATCH"
4114   - "L2XCBASE"
4115   - "BASE"
4116   - "FIB_10K"
4117   - "FIB_100K"
4118   - "FIB_1M"
4119   traces:
4120     hoverinfo: "x+y"
4121     boxpoints: "outliers"
4122     whiskerwidth: 0
4123   layout:
4124     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4125     layout: "plot-throughput"
4126
4127 -
4128   type: "plot"
4129   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4130   algorithm: "plot_performance_box"
4131   output-file-type: ".html"
4132   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4133   data: "plot-vpp-throughput-latency-3n-skx"
4134   filter: "'NIC_Intel-XXV710' and
4135            '64B' and
4136            ('BASE' or 'SCALE') and
4137            'NDRPDR' and
4138            'ETH' and
4139            '4T2C' and
4140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4141            not 'VHOST' and
4142            not 'MEMIF'"
4143   parameters:
4144   - "throughput"
4145   - "parent"
4146   - "tags"
4147   sort:
4148   - "L2PATCH"
4149   - "L2XCBASE"
4150   - "BASE"
4151   - "FIB_10K"
4152   - "FIB_100K"
4153   - "FIB_1M"
4154   traces:
4155     hoverinfo: "x+y"
4156     boxpoints: "outliers"
4157     whiskerwidth: 0
4158   layout:
4159     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4160     layout: "plot-throughput"
4161
4162 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
4163 -
4164   type: "plot"
4165   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4166   algorithm: "plot_performance_box"
4167   output-file-type: ".html"
4168   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4169   data: "plot-vpp-throughput-latency-2n-skx"
4170   filter: "'NIC_Intel-X710' and
4171            '64B' and
4172            ('BASE' or 'SCALE') and
4173            'NDRPDR' and
4174            'ETH' and
4175            '2T1C' and
4176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4177            not 'VHOST' and
4178            not 'MEMIF'"
4179   parameters:
4180   - "throughput"
4181   - "parent"
4182   - "tags"
4183   sort:
4184   - "L2PATCH"
4185   - "L2XCBASE"
4186   - "BASE"
4187   - "FIB_10K"
4188   - "FIB_100K"
4189   - "FIB_1M"
4190   traces:
4191     hoverinfo: "x+y"
4192     boxpoints: "outliers"
4193     whiskerwidth: 0
4194   layout:
4195     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4196     layout: "plot-throughput"
4197
4198 -
4199   type: "plot"
4200   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4201   algorithm: "plot_performance_box"
4202   output-file-type: ".html"
4203   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4204   data: "plot-vpp-throughput-latency-2n-skx"
4205   filter: "'NIC_Intel-X710' and
4206            '64B' and
4207            ('BASE' or 'SCALE') and
4208            'NDRPDR' and
4209            'ETH' and
4210            '2T1C' and
4211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4212            not 'VHOST' and
4213            not 'MEMIF'"
4214   parameters:
4215   - "throughput"
4216   - "parent"
4217   - "tags"
4218   sort:
4219   - "L2PATCH"
4220   - "L2XCBASE"
4221   - "BASE"
4222   - "FIB_10K"
4223   - "FIB_100K"
4224   - "FIB_1M"
4225   traces:
4226     hoverinfo: "x+y"
4227     boxpoints: "outliers"
4228     whiskerwidth: 0
4229   layout:
4230     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4231     layout: "plot-throughput"
4232
4233 -
4234   type: "plot"
4235   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4236   algorithm: "plot_performance_box"
4237   output-file-type: ".html"
4238   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4239   data: "plot-vpp-throughput-latency-2n-skx"
4240   filter: "'NIC_Intel-X710' and
4241            '64B' and
4242            ('BASE' or 'SCALE') and
4243            'NDRPDR' and
4244            'ETH' and
4245            '4T2C' and
4246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4247            not 'VHOST' and
4248            not 'MEMIF'"
4249   parameters:
4250   - "throughput"
4251   - "parent"
4252   - "tags"
4253   sort:
4254   - "L2PATCH"
4255   - "L2XCBASE"
4256   - "BASE"
4257   - "FIB_10K"
4258   - "FIB_100K"
4259   - "FIB_1M"
4260   traces:
4261     hoverinfo: "x+y"
4262     boxpoints: "outliers"
4263     whiskerwidth: 0
4264   layout:
4265     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4266     layout: "plot-throughput"
4267
4268 -
4269   type: "plot"
4270   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4271   algorithm: "plot_performance_box"
4272   output-file-type: ".html"
4273   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4274   data: "plot-vpp-throughput-latency-2n-skx"
4275   filter: "'NIC_Intel-X710' and
4276            '64B' and
4277            ('BASE' or 'SCALE') and
4278            'NDRPDR' and
4279            'ETH' and
4280            '4T2C' and
4281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4282            not 'VHOST' and
4283            not 'MEMIF'"
4284   parameters:
4285   - "throughput"
4286   - "parent"
4287   - "tags"
4288   sort:
4289   - "L2PATCH"
4290   - "L2XCBASE"
4291   - "BASE"
4292   - "FIB_10K"
4293   - "FIB_100K"
4294   - "FIB_1M"
4295   traces:
4296     hoverinfo: "x+y"
4297     boxpoints: "outliers"
4298     whiskerwidth: 0
4299   layout:
4300     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4301     layout: "plot-throughput"
4302
4303 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
4304 -
4305   type: "plot"
4306   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4307   algorithm: "plot_performance_box"
4308   output-file-type: ".html"
4309   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4310   data: "plot-vpp-throughput-latency-2n-skx"
4311   filter: "'NIC_Intel-XXV710' and
4312            '64B' and
4313            ('BASE' or 'SCALE') and
4314            'NDRPDR' and
4315            'ETH' and
4316            '2T1C' and
4317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4318            not 'VHOST' and
4319            not 'MEMIF'"
4320   parameters:
4321   - "throughput"
4322   - "parent"
4323   - "tags"
4324   sort:
4325   - "L2PATCH"
4326   - "L2XCBASE"
4327   - "BASE"
4328   - "FIB_10K"
4329   - "FIB_100K"
4330   - "FIB_1M"
4331   traces:
4332     hoverinfo: "x+y"
4333     boxpoints: "outliers"
4334     whiskerwidth: 0
4335   layout:
4336     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4337     layout: "plot-throughput"
4338
4339 -
4340   type: "plot"
4341   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4342   algorithm: "plot_performance_box"
4343   output-file-type: ".html"
4344   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4345   data: "plot-vpp-throughput-latency-2n-skx"
4346   filter: "'NIC_Intel-XXV710' and
4347            '64B' and
4348            ('BASE' or 'SCALE') and
4349            'NDRPDR' and
4350            'ETH' and
4351            '2T1C' and
4352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4353            not 'VHOST' and
4354            not 'MEMIF'"
4355   parameters:
4356   - "throughput"
4357   - "parent"
4358   - "tags"
4359   sort:
4360   - "L2PATCH"
4361   - "L2XCBASE"
4362   - "BASE"
4363   - "FIB_10K"
4364   - "FIB_100K"
4365   - "FIB_1M"
4366   traces:
4367     hoverinfo: "x+y"
4368     boxpoints: "outliers"
4369     whiskerwidth: 0
4370   layout:
4371     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4372     layout: "plot-throughput"
4373
4374 -
4375   type: "plot"
4376   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4377   algorithm: "plot_performance_box"
4378   output-file-type: ".html"
4379   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4380   data: "plot-vpp-throughput-latency-2n-skx"
4381   filter: "'NIC_Intel-XXV710' and
4382            '64B' and
4383            ('BASE' or 'SCALE') and
4384            'NDRPDR' and
4385            'ETH' and
4386            '4T2C' and
4387            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4388            not 'VHOST' and
4389            not 'MEMIF'"
4390   parameters:
4391   - "throughput"
4392   - "parent"
4393   - "tags"
4394   sort:
4395   - "L2PATCH"
4396   - "L2XCBASE"
4397   - "BASE"
4398   - "FIB_10K"
4399   - "FIB_100K"
4400   - "FIB_1M"
4401   traces:
4402     hoverinfo: "x+y"
4403     boxpoints: "outliers"
4404     whiskerwidth: 0
4405   layout:
4406     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4407     layout: "plot-throughput"
4408
4409 -
4410   type: "plot"
4411   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4412   algorithm: "plot_performance_box"
4413   output-file-type: ".html"
4414   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4415   data: "plot-vpp-throughput-latency-2n-skx"
4416   filter: "'NIC_Intel-XXV710' and
4417            '64B' and
4418            ('BASE' or 'SCALE') and
4419            'NDRPDR' and
4420            'ETH' and
4421            '4T2C' and
4422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4423            not 'VHOST' and
4424            not 'MEMIF'"
4425   parameters:
4426   - "throughput"
4427   - "parent"
4428   - "tags"
4429   sort:
4430   - "L2PATCH"
4431   - "L2XCBASE"
4432   - "BASE"
4433   - "FIB_10K"
4434   - "FIB_100K"
4435   - "FIB_1M"
4436   traces:
4437     hoverinfo: "x+y"
4438     boxpoints: "outliers"
4439     whiskerwidth: 0
4440   layout:
4441     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4442     layout: "plot-throughput"
4443
4444 ################################################################################
4445
4446 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4447 -
4448   type: "plot"
4449   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4450   algorithm: "plot_performance_box"
4451   output-file-type: ".html"
4452   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4453   data: "plot-vpp-throughput-latency-3n-hsw"
4454   filter: "'NIC_Intel-X520-DA2' and
4455            '64B' and
4456            ('BASE' or 'SCALE') and
4457            'NDRPDR' and
4458            '1T1C' and
4459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4460            not 'VHOST' and
4461            'MEMIF'"
4462   parameters:
4463   - "throughput"
4464   - "parent"
4465   - "tags"
4466   sort:
4467   - "L2XCFWD"
4468   - "L2XCFWD"
4469   - "L2XCFWD"
4470   - "L2BDMACLRN"
4471   - "L2BDMACLRN"
4472   - "L2BDMACLRN"
4473   traces:
4474     hoverinfo: "x+y"
4475     boxpoints: "outliers"
4476     whiskerwidth: 0
4477   layout:
4478     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4479     layout: "plot-throughput"
4480
4481 -
4482   type: "plot"
4483   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4484   algorithm: "plot_performance_box"
4485   output-file-type: ".html"
4486   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4487   data: "plot-vpp-throughput-latency-3n-hsw"
4488   filter: "'NIC_Intel-X520-DA2' and
4489            '64B' and
4490            ('BASE' or 'SCALE') and
4491            'NDRPDR' and
4492            '1T1C' and
4493            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4494            not 'VHOST' and
4495            'MEMIF'"
4496   parameters:
4497   - "throughput"
4498   - "parent"
4499   - "tags"
4500   sort:
4501   - "L2XCFWD"
4502   - "L2XCFWD"
4503   - "L2XCFWD"
4504   - "L2BDMACLRN"
4505   - "L2BDMACLRN"
4506   - "L2BDMACLRN"
4507   traces:
4508     hoverinfo: "x+y"
4509     boxpoints: "outliers"
4510     whiskerwidth: 0
4511   layout:
4512     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4513     layout: "plot-throughput"
4514
4515 -
4516   type: "plot"
4517   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4518   algorithm: "plot_performance_box"
4519   output-file-type: ".html"
4520   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4521   data: "plot-vpp-throughput-latency-3n-hsw"
4522   filter: "'NIC_Intel-X520-DA2' and
4523            '64B' and
4524            ('BASE' or 'SCALE') and
4525            'NDRPDR' and
4526            '2T2C' and
4527            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4528            not 'VHOST' and
4529            'MEMIF'"
4530   parameters:
4531   - "throughput"
4532   - "parent"
4533   - "tags"
4534   sort:
4535   - "L2XCFWD"
4536   - "L2XCFWD"
4537   - "L2XCFWD"
4538   - "L2BDMACLRN"
4539   - "L2BDMACLRN"
4540   - "L2BDMACLRN"
4541   traces:
4542     hoverinfo: "x+y"
4543     boxpoints: "outliers"
4544     whiskerwidth: 0
4545   layout:
4546     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4547     layout: "plot-throughput"
4548
4549 -
4550   type: "plot"
4551   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4552   algorithm: "plot_performance_box"
4553   output-file-type: ".html"
4554   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4555   data: "plot-vpp-throughput-latency-3n-hsw"
4556   filter: "'NIC_Intel-X520-DA2' and
4557            '64B' and
4558            ('BASE' or 'SCALE') and
4559            'NDRPDR' and
4560            '2T2C' and
4561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4562            not 'VHOST' and
4563            'MEMIF'"
4564   parameters:
4565   - "throughput"
4566   - "parent"
4567   - "tags"
4568   sort:
4569   - "L2XCFWD"
4570   - "L2XCFWD"
4571   - "L2XCFWD"
4572   - "L2BDMACLRN"
4573   - "L2BDMACLRN"
4574   - "L2BDMACLRN"
4575   traces:
4576     hoverinfo: "x+y"
4577     boxpoints: "outliers"
4578     whiskerwidth: 0
4579   layout:
4580     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4581     layout: "plot-throughput"
4582
4583 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4584 -
4585   type: "plot"
4586   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4587   algorithm: "plot_performance_box"
4588   output-file-type: ".html"
4589   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4590   data: "plot-vpp-throughput-latency-3n-hsw"
4591   filter: "'NIC_Intel-X710' and
4592            '64B' and
4593            ('BASE' or 'SCALE') and
4594            'NDRPDR' and
4595            '1T1C' and
4596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4597            not 'VHOST' and
4598            'MEMIF'"
4599   parameters:
4600   - "throughput"
4601   - "parent"
4602   - "tags"
4603   sort:
4604   - "L2XCFWD"
4605   - "L2XCFWD"
4606   - "L2XCFWD"
4607   - "L2BDMACLRN"
4608   - "L2BDMACLRN"
4609   - "L2BDMACLRN"
4610   traces:
4611     hoverinfo: "x+y"
4612     boxpoints: "outliers"
4613     whiskerwidth: 0
4614   layout:
4615     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4616     layout: "plot-throughput"
4617
4618 -
4619   type: "plot"
4620   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4621   algorithm: "plot_performance_box"
4622   output-file-type: ".html"
4623   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4624   data: "plot-vpp-throughput-latency-3n-hsw"
4625   filter: "'NIC_Intel-X710' and
4626            '64B' and
4627            ('BASE' or 'SCALE') and
4628            'NDRPDR' and
4629            '1T1C' and
4630            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4631            not 'VHOST' and
4632            'MEMIF'"
4633   parameters:
4634   - "throughput"
4635   - "parent"
4636   - "tags"
4637   sort:
4638   - "L2XCFWD"
4639   - "L2XCFWD"
4640   - "L2XCFWD"
4641   - "L2BDMACLRN"
4642   - "L2BDMACLRN"
4643   - "L2BDMACLRN"
4644   traces:
4645     hoverinfo: "x+y"
4646     boxpoints: "outliers"
4647     whiskerwidth: 0
4648   layout:
4649     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4650     layout: "plot-throughput"
4651
4652 -
4653   type: "plot"
4654   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4655   algorithm: "plot_performance_box"
4656   output-file-type: ".html"
4657   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4658   data: "plot-vpp-throughput-latency-3n-hsw"
4659   filter: "'NIC_Intel-X710' and
4660            '64B' and
4661            ('BASE' or 'SCALE') and
4662            'NDRPDR' and
4663            '2T2C' and
4664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4665            not 'VHOST' and
4666            'MEMIF'"
4667   parameters:
4668   - "throughput"
4669   - "parent"
4670   - "tags"
4671   sort:
4672   - "L2XCFWD"
4673   - "L2XCFWD"
4674   - "L2XCFWD"
4675   - "L2BDMACLRN"
4676   - "L2BDMACLRN"
4677   - "L2BDMACLRN"
4678   traces:
4679     hoverinfo: "x+y"
4680     boxpoints: "outliers"
4681     whiskerwidth: 0
4682   layout:
4683     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4684     layout: "plot-throughput"
4685
4686 -
4687   type: "plot"
4688   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4689   algorithm: "plot_performance_box"
4690   output-file-type: ".html"
4691   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4692   data: "plot-vpp-throughput-latency-3n-hsw"
4693   filter: "'NIC_Intel-X710' and
4694            '64B' and
4695            ('BASE' or 'SCALE') and
4696            'NDRPDR' and
4697            '2T2C' and
4698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4699            not 'VHOST' and
4700            'MEMIF'"
4701   parameters:
4702   - "throughput"
4703   - "parent"
4704   - "tags"
4705   sort:
4706   - "L2XCFWD"
4707   - "L2XCFWD"
4708   - "L2XCFWD"
4709   - "L2BDMACLRN"
4710   - "L2BDMACLRN"
4711   - "L2BDMACLRN"
4712   traces:
4713     hoverinfo: "x+y"
4714     boxpoints: "outliers"
4715     whiskerwidth: 0
4716   layout:
4717     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4718     layout: "plot-throughput"
4719
4720 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4721 -
4722   type: "plot"
4723   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4724   algorithm: "plot_performance_box"
4725   output-file-type: ".html"
4726   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4727   data: "plot-vpp-throughput-latency-3n-hsw"
4728   filter: "'NIC_Intel-XL710' and
4729            '64B' and
4730            ('BASE' or 'SCALE') and
4731            'NDRPDR' and
4732            '1T1C' and
4733            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4734            not 'VHOST' and
4735            'MEMIF'"
4736   parameters:
4737   - "throughput"
4738   - "parent"
4739   - "tags"
4740   sort:
4741   - "L2XCFWD"
4742   - "L2XCFWD"
4743   - "L2XCFWD"
4744   - "L2BDMACLRN"
4745   - "L2BDMACLRN"
4746   - "L2BDMACLRN"
4747   traces:
4748     hoverinfo: "x+y"
4749     boxpoints: "outliers"
4750     whiskerwidth: 0
4751   layout:
4752     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4753     layout: "plot-throughput"
4754
4755 -
4756   type: "plot"
4757   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4758   algorithm: "plot_performance_box"
4759   output-file-type: ".html"
4760   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4761   data: "plot-vpp-throughput-latency-3n-hsw"
4762   filter: "'NIC_Intel-XL710' and
4763            '64B' and
4764            ('BASE' or 'SCALE') and
4765            'NDRPDR' and
4766            '1T1C' and
4767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4768            not 'VHOST' and
4769            'MEMIF'"
4770   parameters:
4771   - "throughput"
4772   - "parent"
4773   - "tags"
4774   sort:
4775   - "L2XCFWD"
4776   - "L2XCFWD"
4777   - "L2XCFWD"
4778   - "L2BDMACLRN"
4779   - "L2BDMACLRN"
4780   - "L2BDMACLRN"
4781   traces:
4782     hoverinfo: "x+y"
4783     boxpoints: "outliers"
4784     whiskerwidth: 0
4785   layout:
4786     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4787     layout: "plot-throughput"
4788
4789 -
4790   type: "plot"
4791   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4792   algorithm: "plot_performance_box"
4793   output-file-type: ".html"
4794   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4795   data: "plot-vpp-throughput-latency-3n-hsw"
4796   filter: "'NIC_Intel-XL710' and
4797            '64B' and
4798            ('BASE' or 'SCALE') and
4799            'NDRPDR' and
4800            '2T2C' and
4801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4802            not 'VHOST' and
4803            'MEMIF'"
4804   parameters:
4805   - "throughput"
4806   - "parent"
4807   - "tags"
4808   sort:
4809   - "L2XCFWD"
4810   - "L2XCFWD"
4811   - "L2XCFWD"
4812   - "L2BDMACLRN"
4813   - "L2BDMACLRN"
4814   - "L2BDMACLRN"
4815   traces:
4816     hoverinfo: "x+y"
4817     boxpoints: "outliers"
4818     whiskerwidth: 0
4819   layout:
4820     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4821     layout: "plot-throughput"
4822
4823 -
4824   type: "plot"
4825   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4826   algorithm: "plot_performance_box"
4827   output-file-type: ".html"
4828   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4829   data: "plot-vpp-throughput-latency-3n-hsw"
4830   filter: "'NIC_Intel-XL710' and
4831            '64B' and
4832            ('BASE' or 'SCALE') and
4833            'NDRPDR' and
4834            '2T2C' and
4835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4836            not 'VHOST' and
4837            'MEMIF'"
4838   parameters:
4839   - "throughput"
4840   - "parent"
4841   - "tags"
4842   sort:
4843   - "L2XCFWD"
4844   - "L2XCFWD"
4845   - "L2XCFWD"
4846   - "L2BDMACLRN"
4847   - "L2BDMACLRN"
4848   - "L2BDMACLRN"
4849   traces:
4850     hoverinfo: "x+y"
4851     boxpoints: "outliers"
4852     whiskerwidth: 0
4853   layout:
4854     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4855     layout: "plot-throughput"
4856
4857 # Packet Throughput - VPP Container Memif 3n-skx-x710
4858 -
4859   type: "plot"
4860   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4861   algorithm: "plot_performance_box"
4862   output-file-type: ".html"
4863   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4864   data: "plot-vpp-throughput-latency-3n-skx"
4865   filter: "'NIC_Intel-X710' and
4866            '64B' and
4867            ('BASE' or 'SCALE') and
4868            'NDRPDR' and
4869            '2T1C' and
4870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4871            not 'VHOST' and
4872            'MEMIF'"
4873   parameters:
4874   - "throughput"
4875   - "parent"
4876   - "tags"
4877   sort:
4878   - "L2XCFWD"
4879   - "L2XCFWD"
4880   - "L2XCFWD"
4881   - "L2BDMACLRN"
4882   - "L2BDMACLRN"
4883   - "L2BDMACLRN"
4884   traces:
4885     hoverinfo: "x+y"
4886     boxpoints: "outliers"
4887     whiskerwidth: 0
4888   layout:
4889     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4890     layout: "plot-throughput"
4891
4892 -
4893   type: "plot"
4894   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4895   algorithm: "plot_performance_box"
4896   output-file-type: ".html"
4897   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4898   data: "plot-vpp-throughput-latency-3n-skx"
4899   filter: "'NIC_Intel-X710' and
4900            '64B' and
4901            ('BASE' or 'SCALE') and
4902            'NDRPDR' and
4903            '2T1C' and
4904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4905            not 'VHOST' and
4906            'MEMIF'"
4907   parameters:
4908   - "throughput"
4909   - "parent"
4910   - "tags"
4911   sort:
4912   - "L2XCFWD"
4913   - "L2XCFWD"
4914   - "L2XCFWD"
4915   - "L2BDMACLRN"
4916   - "L2BDMACLRN"
4917   - "L2BDMACLRN"
4918   traces:
4919     hoverinfo: "x+y"
4920     boxpoints: "outliers"
4921     whiskerwidth: 0
4922   layout:
4923     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4924     layout: "plot-throughput"
4925
4926 -
4927   type: "plot"
4928   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4929   algorithm: "plot_performance_box"
4930   output-file-type: ".html"
4931   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4932   data: "plot-vpp-throughput-latency-3n-skx"
4933   filter: "'NIC_Intel-X710' and
4934            '64B' and
4935            ('BASE' or 'SCALE') and
4936            'NDRPDR' and
4937            '4T2C' and
4938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4939            not 'VHOST' and
4940            'MEMIF'"
4941   parameters:
4942   - "throughput"
4943   - "parent"
4944   - "tags"
4945   sort:
4946   - "L2XCFWD"
4947   - "L2XCFWD"
4948   - "L2XCFWD"
4949   - "L2BDMACLRN"
4950   - "L2BDMACLRN"
4951   - "L2BDMACLRN"
4952   traces:
4953     hoverinfo: "x+y"
4954     boxpoints: "outliers"
4955     whiskerwidth: 0
4956   layout:
4957     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4958     layout: "plot-throughput"
4959
4960 -
4961   type: "plot"
4962   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4963   algorithm: "plot_performance_box"
4964   output-file-type: ".html"
4965   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4966   data: "plot-vpp-throughput-latency-3n-skx"
4967   filter: "'NIC_Intel-X710' and
4968            '64B' and
4969            ('BASE' or 'SCALE') and
4970            'NDRPDR' and
4971            '4T2C' and
4972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4973            not 'VHOST' and
4974            'MEMIF'"
4975   parameters:
4976   - "throughput"
4977   - "parent"
4978   - "tags"
4979   sort:
4980   - "L2XCFWD"
4981   - "L2XCFWD"
4982   - "L2XCFWD"
4983   - "L2BDMACLRN"
4984   - "L2BDMACLRN"
4985   - "L2BDMACLRN"
4986   traces:
4987     hoverinfo: "x+y"
4988     boxpoints: "outliers"
4989     whiskerwidth: 0
4990   layout:
4991     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4992     layout: "plot-throughput"
4993
4994 # Packet Throughput - VPP Container Memif 2n-skx-x710
4995 -
4996   type: "plot"
4997   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4998   algorithm: "plot_performance_box"
4999   output-file-type: ".html"
5000   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5001   data: "plot-vpp-throughput-latency-2n-skx"
5002   filter: "'NIC_Intel-X710' and
5003            '64B' and
5004            ('BASE' or 'SCALE') and
5005            'NDRPDR' and
5006            '2T1C' and
5007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5008            not 'VHOST' and
5009            'MEMIF'"
5010   parameters:
5011   - "throughput"
5012   - "parent"
5013   - "tags"
5014   sort:
5015   - "L2XCFWD"
5016   - "L2XCFWD"
5017   - "L2XCFWD"
5018   - "L2BDMACLRN"
5019   - "L2BDMACLRN"
5020   - "L2BDMACLRN"
5021   traces:
5022     hoverinfo: "x+y"
5023     boxpoints: "outliers"
5024     whiskerwidth: 0
5025   layout:
5026     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5027     layout: "plot-throughput"
5028
5029 -
5030   type: "plot"
5031   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5032   algorithm: "plot_performance_box"
5033   output-file-type: ".html"
5034   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5035   data: "plot-vpp-throughput-latency-2n-skx"
5036   filter: "'NIC_Intel-X710' and
5037            '64B' and
5038            ('BASE' or 'SCALE') and
5039            'NDRPDR' and
5040            '2T1C' and
5041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5042            not 'VHOST' and
5043            'MEMIF'"
5044   parameters:
5045   - "throughput"
5046   - "parent"
5047   - "tags"
5048   sort:
5049   - "L2XCFWD"
5050   - "L2XCFWD"
5051   - "L2XCFWD"
5052   - "L2BDMACLRN"
5053   - "L2BDMACLRN"
5054   - "L2BDMACLRN"
5055   traces:
5056     hoverinfo: "x+y"
5057     boxpoints: "outliers"
5058     whiskerwidth: 0
5059   layout:
5060     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5061     layout: "plot-throughput"
5062
5063 -
5064   type: "plot"
5065   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5066   algorithm: "plot_performance_box"
5067   output-file-type: ".html"
5068   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5069   data: "plot-vpp-throughput-latency-2n-skx"
5070   filter: "'NIC_Intel-X710' and
5071            '64B' and
5072            ('BASE' or 'SCALE') and
5073            'NDRPDR' and
5074            '4T2C' and
5075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5076            not 'VHOST' and
5077            'MEMIF'"
5078   parameters:
5079   - "throughput"
5080   - "parent"
5081   - "tags"
5082   sort:
5083   - "L2XCFWD"
5084   - "L2XCFWD"
5085   - "L2XCFWD"
5086   - "L2BDMACLRN"
5087   - "L2BDMACLRN"
5088   - "L2BDMACLRN"
5089   traces:
5090     hoverinfo: "x+y"
5091     boxpoints: "outliers"
5092     whiskerwidth: 0
5093   layout:
5094     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5095     layout: "plot-throughput"
5096
5097 -
5098   type: "plot"
5099   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5100   algorithm: "plot_performance_box"
5101   output-file-type: ".html"
5102   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5103   data: "plot-vpp-throughput-latency-2n-skx"
5104   filter: "'NIC_Intel-X710' and
5105            '64B' and
5106            ('BASE' or 'SCALE') and
5107            'NDRPDR' and
5108            '4T2C' and
5109            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5110            not 'VHOST' and
5111            'MEMIF'"
5112   parameters:
5113   - "throughput"
5114   - "parent"
5115   - "tags"
5116   sort:
5117   - "L2XCFWD"
5118   - "L2XCFWD"
5119   - "L2XCFWD"
5120   - "L2BDMACLRN"
5121   - "L2BDMACLRN"
5122   - "L2BDMACLRN"
5123   traces:
5124     hoverinfo: "x+y"
5125     boxpoints: "outliers"
5126     whiskerwidth: 0
5127   layout:
5128     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5129     layout: "plot-throughput"
5130
5131 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
5132 -
5133   type: "plot"
5134   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5135   algorithm: "plot_performance_box"
5136   output-file-type: ".html"
5137   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5138   data: "plot-vpp-throughput-latency-2n-skx"
5139   filter: "'NIC_Intel-XXV710' and
5140            '64B' and
5141            ('BASE' or 'SCALE') and
5142            'NDRPDR' and
5143            '2T1C' and
5144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5145            not 'VHOST' and
5146            'MEMIF'"
5147   parameters:
5148   - "throughput"
5149   - "parent"
5150   - "tags"
5151   sort:
5152   - "L2XCFWD"
5153   - "L2XCFWD"
5154   - "L2XCFWD"
5155   - "L2BDMACLRN"
5156   - "L2BDMACLRN"
5157   - "L2BDMACLRN"
5158   traces:
5159     hoverinfo: "x+y"
5160     boxpoints: "outliers"
5161     whiskerwidth: 0
5162   layout:
5163     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5164     layout: "plot-throughput"
5165
5166 -
5167   type: "plot"
5168   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5169   algorithm: "plot_performance_box"
5170   output-file-type: ".html"
5171   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5172   data: "plot-vpp-throughput-latency-2n-skx"
5173   filter: "'NIC_Intel-XXV710' and
5174            '64B' and
5175            ('BASE' or 'SCALE') and
5176            'NDRPDR' and
5177            '2T1C' and
5178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5179            not 'VHOST' and
5180            'MEMIF'"
5181   parameters:
5182   - "throughput"
5183   - "parent"
5184   - "tags"
5185   sort:
5186   - "L2XCFWD"
5187   - "L2XCFWD"
5188   - "L2XCFWD"
5189   - "L2BDMACLRN"
5190   - "L2BDMACLRN"
5191   - "L2BDMACLRN"
5192   traces:
5193     hoverinfo: "x+y"
5194     boxpoints: "outliers"
5195     whiskerwidth: 0
5196   layout:
5197     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5198     layout: "plot-throughput"
5199
5200 -
5201   type: "plot"
5202   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5203   algorithm: "plot_performance_box"
5204   output-file-type: ".html"
5205   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5206   data: "plot-vpp-throughput-latency-2n-skx"
5207   filter: "'NIC_Intel-XXV710' and
5208            '64B' and
5209            ('BASE' or 'SCALE') and
5210            'NDRPDR' and
5211            '4T2C' and
5212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5213            not 'VHOST' and
5214            'MEMIF'"
5215   parameters:
5216   - "throughput"
5217   - "parent"
5218   - "tags"
5219   sort:
5220   - "L2XCFWD"
5221   - "L2XCFWD"
5222   - "L2XCFWD"
5223   - "L2BDMACLRN"
5224   - "L2BDMACLRN"
5225   - "L2BDMACLRN"
5226   traces:
5227     hoverinfo: "x+y"
5228     boxpoints: "outliers"
5229     whiskerwidth: 0
5230   layout:
5231     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5232     layout: "plot-throughput"
5233
5234 -
5235   type: "plot"
5236   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5237   algorithm: "plot_performance_box"
5238   output-file-type: ".html"
5239   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5240   data: "plot-vpp-throughput-latency-2n-skx"
5241   filter: "'NIC_Intel-XXV710' and
5242            '64B' and
5243            ('BASE' or 'SCALE') and
5244            'NDRPDR' and
5245            '4T2C' and
5246            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5247            not 'VHOST' and
5248            'MEMIF'"
5249   parameters:
5250   - "throughput"
5251   - "parent"
5252   - "tags"
5253   sort:
5254   - "L2XCFWD"
5255   - "L2XCFWD"
5256   - "L2XCFWD"
5257   - "L2BDMACLRN"
5258   - "L2BDMACLRN"
5259   - "L2BDMACLRN"
5260   traces:
5261     hoverinfo: "x+y"
5262     boxpoints: "outliers"
5263     whiskerwidth: 0
5264   layout:
5265     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5266     layout: "plot-throughput"
5267
5268 ################################################################################
5269
5270 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
5271 -
5272   type: "plot"
5273   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5274   algorithm: "plot_performance_box"
5275   output-file-type: ".html"
5276   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5277   data: "plot-ligato-throughput-latency-3n-hsw"
5278   filter: "'NIC_Intel-X520-DA2' and
5279            '64B' and
5280            ('BASE' or 'SCALE') and
5281            'NDRPDR' and
5282            '1T1C' and
5283            'L2XCFWD' and
5284            not 'VHOST' and
5285            'MEMIF'"
5286   parameters:
5287   - "throughput"
5288   - "parent"
5289   - "tags"
5290   sort:
5291   - "1VNF"
5292   - "2VNF"
5293   - "4VNF"
5294   - "2VNF"
5295   - "4VNF"
5296   traces:
5297     hoverinfo: "x+y"
5298     boxpoints: "outliers"
5299     whiskerwidth: 0
5300   layout:
5301     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5302     layout: "plot-throughput"
5303
5304 -
5305   type: "plot"
5306   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5307   algorithm: "plot_performance_box"
5308   output-file-type: ".html"
5309   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5310   data: "plot-ligato-throughput-latency-3n-hsw"
5311   filter: "'NIC_Intel-X520-DA2' and
5312            '64B' and
5313            ('BASE' or 'SCALE') and
5314            'NDRPDR' and
5315            '1T1C' and
5316            'L2XCFWD' and
5317            not 'VHOST' and
5318            'MEMIF'"
5319   parameters:
5320   - "throughput"
5321   - "parent"
5322   - "tags"
5323   sort:
5324   - "1VNF"
5325   - "2VNF"
5326   - "4VNF"
5327   - "2VNF"
5328   - "4VNF"
5329   traces:
5330     hoverinfo: "x+y"
5331     boxpoints: "outliers"
5332     whiskerwidth: 0
5333   layout:
5334     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5335     layout: "plot-throughput"
5336
5337 -
5338   type: "plot"
5339   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5340   algorithm: "plot_performance_box"
5341   output-file-type: ".html"
5342   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5343   data: "plot-ligato-throughput-latency-3n-hsw"
5344   filter: "'NIC_Intel-X520-DA2' and
5345            '64B' and
5346            ('BASE' or 'SCALE') and
5347            'NDRPDR' and
5348            '2T2C' and
5349            'L2XCFWD' and
5350            not 'VHOST' and
5351            'MEMIF'"
5352   parameters:
5353   - "throughput"
5354   - "parent"
5355   - "tags"
5356   sort:
5357   - "1VNF"
5358   - "2VNF"
5359   - "4VNF"
5360   - "2VNF"
5361   - "4VNF"
5362   traces:
5363     hoverinfo: "x+y"
5364     boxpoints: "outliers"
5365     whiskerwidth: 0
5366   layout:
5367     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5368     layout: "plot-throughput"
5369
5370 -
5371   type: "plot"
5372   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5373   algorithm: "plot_performance_box"
5374   output-file-type: ".html"
5375   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5376   data: "plot-ligato-throughput-latency-3n-hsw"
5377   filter: "'NIC_Intel-X520-DA2' and
5378            '64B' and
5379            ('BASE' or 'SCALE') and
5380            'NDRPDR' and
5381            '2T2C' and
5382            'L2XCFWD' and
5383            not 'VHOST' and
5384            'MEMIF'"
5385   parameters:
5386   - "throughput"
5387   - "parent"
5388   - "tags"
5389   sort:
5390   - "1VNF"
5391   - "2VNF"
5392   - "4VNF"
5393   - "2VNF"
5394   - "4VNF"
5395   traces:
5396     hoverinfo: "x+y"
5397     boxpoints: "outliers"
5398     whiskerwidth: 0
5399   layout:
5400     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5401     layout: "plot-throughput"
5402
5403 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
5404 -
5405   type: "plot"
5406   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5407   algorithm: "plot_performance_box"
5408   output-file-type: ".html"
5409   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5410   data: "plot-ligato-throughput-latency-3n-hsw"
5411   filter: "'NIC_Intel-X520-DA2' and
5412            '64B' and
5413            ('BASE' or 'SCALE') and
5414            'NDRPDR' and
5415            '1T1C' and
5416            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5417            not 'VHOST' and
5418            'MEMIF'"
5419   parameters:
5420   - "throughput"
5421   - "parent"
5422   - "tags"
5423   sort:
5424   - "1VNF"
5425   - "2VNF"
5426   - "4VNF"
5427   - "2VNF"
5428   - "4VNF"
5429   traces:
5430     hoverinfo: "x+y"
5431     boxpoints: "outliers"
5432     whiskerwidth: 0
5433   layout:
5434     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5435     layout: "plot-throughput"
5436
5437 -
5438   type: "plot"
5439   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5440   algorithm: "plot_performance_box"
5441   output-file-type: ".html"
5442   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5443   data: "plot-ligato-throughput-latency-3n-hsw"
5444   filter: "'NIC_Intel-X520-DA2' and
5445            '64B' and
5446            ('BASE' or 'SCALE') and
5447            'NDRPDR' and
5448            '1T1C' and
5449            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5450            not 'VHOST' and
5451            'MEMIF'"
5452   parameters:
5453   - "throughput"
5454   - "parent"
5455   - "tags"
5456   sort:
5457   - "1VNF"
5458   - "2VNF"
5459   - "4VNF"
5460   - "2VNF"
5461   - "4VNF"
5462   traces:
5463     hoverinfo: "x+y"
5464     boxpoints: "outliers"
5465     whiskerwidth: 0
5466   layout:
5467     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5468     layout: "plot-throughput"
5469
5470 -
5471   type: "plot"
5472   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5473   algorithm: "plot_performance_box"
5474   output-file-type: ".html"
5475   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5476   data: "plot-ligato-throughput-latency-3n-hsw"
5477   filter: "'NIC_Intel-X520-DA2' and
5478            '64B' and
5479            ('BASE' or 'SCALE') and
5480            'NDRPDR' and
5481            '2T2C' and
5482            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5483            not 'VHOST' and
5484            'MEMIF'"
5485   parameters:
5486   - "throughput"
5487   - "parent"
5488   - "tags"
5489   sort:
5490   - "1VNF"
5491   - "2VNF"
5492   - "4VNF"
5493   - "2VNF"
5494   - "4VNF"
5495   traces:
5496     hoverinfo: "x+y"
5497     boxpoints: "outliers"
5498     whiskerwidth: 0
5499   layout:
5500     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5501     layout: "plot-throughput"
5502
5503 -
5504   type: "plot"
5505   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5506   algorithm: "plot_performance_box"
5507   output-file-type: ".html"
5508   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5509   data: "plot-ligato-throughput-latency-3n-hsw"
5510   filter: "'NIC_Intel-X520-DA2' and
5511            '64B' and
5512            ('BASE' or 'SCALE') and
5513            'NDRPDR' and
5514            '2T2C' and
5515            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5516            not 'VHOST' and
5517            'MEMIF'"
5518   parameters:
5519   - "throughput"
5520   - "parent"
5521   - "tags"
5522   sort:
5523   - "1VNF"
5524   - "2VNF"
5525   - "4VNF"
5526   - "2VNF"
5527   - "4VNF"
5528   traces:
5529     hoverinfo: "x+y"
5530     boxpoints: "outliers"
5531     whiskerwidth: 0
5532   layout:
5533     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5534     layout: "plot-throughput"
5535
5536 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
5537 -
5538   type: "plot"
5539   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5540   algorithm: "plot_performance_box"
5541   output-file-type: ".html"
5542   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5543   data: "plot-ligato-throughput-latency-3n-hsw"
5544   filter: "'NIC_Intel-X710' and
5545            '64B' and
5546            ('BASE' or 'SCALE') and
5547            'NDRPDR' and
5548            '1T1C' and
5549            'L2XCFWD' and
5550            not 'VHOST' and
5551            'MEMIF'"
5552   parameters:
5553   - "throughput"
5554   - "parent"
5555   - "tags"
5556   sort:
5557   - "1VNF"
5558   - "2VNF"
5559   - "4VNF"
5560   - "2VNF"
5561   - "4VNF"
5562   traces:
5563     hoverinfo: "x+y"
5564     boxpoints: "outliers"
5565     whiskerwidth: 0
5566   layout:
5567     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5568     layout: "plot-throughput"
5569
5570 -
5571   type: "plot"
5572   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5573   algorithm: "plot_performance_box"
5574   output-file-type: ".html"
5575   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5576   data: "plot-ligato-throughput-latency-3n-hsw"
5577   filter: "'NIC_Intel-X710' and
5578            '64B' and
5579            ('BASE' or 'SCALE') and
5580            'NDRPDR' and
5581            '1T1C' and
5582            'L2XCFWD' and
5583            not 'VHOST' and
5584            'MEMIF'"
5585   parameters:
5586   - "throughput"
5587   - "parent"
5588   - "tags"
5589   sort:
5590   - "1VNF"
5591   - "2VNF"
5592   - "4VNF"
5593   - "2VNF"
5594   - "4VNF"
5595   traces:
5596     hoverinfo: "x+y"
5597     boxpoints: "outliers"
5598     whiskerwidth: 0
5599   layout:
5600     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5601     layout: "plot-throughput"
5602
5603 -
5604   type: "plot"
5605   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5606   algorithm: "plot_performance_box"
5607   output-file-type: ".html"
5608   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5609   data: "plot-ligato-throughput-latency-3n-hsw"
5610   filter: "'NIC_Intel-X710' and
5611            '64B' and
5612            ('BASE' or 'SCALE') and
5613            'NDRPDR' and
5614            '2T2C' and
5615            'L2XCFWD' and
5616            not 'VHOST' and
5617            'MEMIF'"
5618   parameters:
5619   - "throughput"
5620   - "parent"
5621   - "tags"
5622   sort:
5623   - "1VNF"
5624   - "2VNF"
5625   - "4VNF"
5626   - "2VNF"
5627   - "4VNF"
5628   traces:
5629     hoverinfo: "x+y"
5630     boxpoints: "outliers"
5631     whiskerwidth: 0
5632   layout:
5633     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5634     layout: "plot-throughput"
5635
5636 -
5637   type: "plot"
5638   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5639   algorithm: "plot_performance_box"
5640   output-file-type: ".html"
5641   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5642   data: "plot-ligato-throughput-latency-3n-hsw"
5643   filter: "'NIC_Intel-X710' and
5644            '64B' and
5645            ('BASE' or 'SCALE') and
5646            'NDRPDR' and
5647            '2T2C' and
5648            'L2XCFWD' and
5649            not 'VHOST' and
5650            'MEMIF'"
5651   parameters:
5652   - "throughput"
5653   - "parent"
5654   - "tags"
5655   sort:
5656   - "1VNF"
5657   - "2VNF"
5658   - "4VNF"
5659   - "2VNF"
5660   - "4VNF"
5661   traces:
5662     hoverinfo: "x+y"
5663     boxpoints: "outliers"
5664     whiskerwidth: 0
5665   layout:
5666     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5667     layout: "plot-throughput"
5668
5669 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
5670 -
5671   type: "plot"
5672   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5673   algorithm: "plot_performance_box"
5674   output-file-type: ".html"
5675   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5676   data: "plot-ligato-throughput-latency-3n-hsw"
5677   filter: "'NIC_Intel-X710' and
5678            '64B' and
5679            ('BASE' or 'SCALE') and
5680            'NDRPDR' and
5681            '1T1C' and
5682            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5683            not 'VHOST' and
5684            'MEMIF'"
5685   parameters:
5686   - "throughput"
5687   - "parent"
5688   - "tags"
5689   sort:
5690   - "1VNF"
5691   - "2VNF"
5692   - "4VNF"
5693   - "2VNF"
5694   - "4VNF"
5695   traces:
5696     hoverinfo: "x+y"
5697     boxpoints: "outliers"
5698     whiskerwidth: 0
5699   layout:
5700     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5701     layout: "plot-throughput"
5702
5703 -
5704   type: "plot"
5705   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5706   algorithm: "plot_performance_box"
5707   output-file-type: ".html"
5708   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5709   data: "plot-ligato-throughput-latency-3n-hsw"
5710   filter: "'NIC_Intel-X710' and
5711            '64B' and
5712            ('BASE' or 'SCALE') and
5713            'NDRPDR' and
5714            '1T1C' and
5715            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5716            not 'VHOST' and
5717            'MEMIF'"
5718   parameters:
5719   - "throughput"
5720   - "parent"
5721   - "tags"
5722   sort:
5723   - "1VNF"
5724   - "2VNF"
5725   - "4VNF"
5726   - "2VNF"
5727   - "4VNF"
5728   traces:
5729     hoverinfo: "x+y"
5730     boxpoints: "outliers"
5731     whiskerwidth: 0
5732   layout:
5733     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5734     layout: "plot-throughput"
5735
5736 -
5737   type: "plot"
5738   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5739   algorithm: "plot_performance_box"
5740   output-file-type: ".html"
5741   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5742   data: "plot-ligato-throughput-latency-3n-hsw"
5743   filter: "'NIC_Intel-X710' and
5744            '64B' and
5745            ('BASE' or 'SCALE') and
5746            'NDRPDR' and
5747            '2T2C' and
5748            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5749            not 'VHOST' and
5750            'MEMIF'"
5751   parameters:
5752   - "throughput"
5753   - "parent"
5754   - "tags"
5755   sort:
5756   - "1VNF"
5757   - "2VNF"
5758   - "4VNF"
5759   - "2VNF"
5760   - "4VNF"
5761   traces:
5762     hoverinfo: "x+y"
5763     boxpoints: "outliers"
5764     whiskerwidth: 0
5765   layout:
5766     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5767     layout: "plot-throughput"
5768
5769 -
5770   type: "plot"
5771   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5772   algorithm: "plot_performance_box"
5773   output-file-type: ".html"
5774   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5775   data: "plot-ligato-throughput-latency-3n-hsw"
5776   filter: "'NIC_Intel-X710' and
5777            '64B' and
5778            ('BASE' or 'SCALE') and
5779            'NDRPDR' and
5780            '2T2C' and
5781            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5782            not 'VHOST' and
5783            'MEMIF'"
5784   parameters:
5785   - "throughput"
5786   - "parent"
5787   - "tags"
5788   sort:
5789   - "1VNF"
5790   - "2VNF"
5791   - "4VNF"
5792   - "2VNF"
5793   - "4VNF"
5794   traces:
5795     hoverinfo: "x+y"
5796     boxpoints: "outliers"
5797     whiskerwidth: 0
5798   layout:
5799     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5800     layout: "plot-throughput"
5801
5802 ################################################################################
5803
5804 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
5805 -
5806   type: "plot"
5807   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5808   algorithm: "plot_performance_box"
5809   output-file-type: ".html"
5810   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5811   data: "plot-vpp-throughput-latency-3n-hsw"
5812   filter: "'NIC_Intel-X520-DA2' and
5813            '64B' and
5814            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5815            'NDRPDR' and
5816            '1T1C' and
5817            'IP4FWD' and
5818            not 'IPSEC' and
5819            not 'VHOST'"
5820   parameters:
5821   - "throughput"
5822   - "parent"
5823   - "tags"
5824   sort:
5825   - "IP4BASE"
5826   - "FIB_20K"
5827   - "FIB_200K"
5828   - "FIB_2M"
5829   traces:
5830     hoverinfo: "x+y"
5831     boxpoints: "outliers"
5832     whiskerwidth: 0
5833   layout:
5834     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5835     layout: "plot-throughput"
5836
5837 -
5838   type: "plot"
5839   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5840   algorithm: "plot_performance_box"
5841   output-file-type: ".html"
5842   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5843   data: "plot-vpp-throughput-latency-3n-hsw"
5844   filter: "'NIC_Intel-X520-DA2' and
5845            '64B' and
5846            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5847            'NDRPDR' and
5848            '1T1C' and
5849            'IP4FWD' and
5850            not 'IPSEC' and
5851            not 'VHOST'"
5852   parameters:
5853   - "throughput"
5854   - "parent"
5855   - "tags"
5856   sort:
5857   - "IP4BASE"
5858   - "FIB_20K"
5859   - "FIB_200K"
5860   - "FIB_2M"
5861   traces:
5862     hoverinfo: "x+y"
5863     boxpoints: "outliers"
5864     whiskerwidth: 0
5865   layout:
5866     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5867     layout: "plot-throughput"
5868
5869 -
5870   type: "plot"
5871   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5872   algorithm: "plot_performance_box"
5873   output-file-type: ".html"
5874   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5875   data: "plot-vpp-throughput-latency-3n-hsw"
5876   filter: "'NIC_Intel-X520-DA2' and
5877            '64B' and
5878            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5879            'NDRPDR' and
5880            '2T2C' and
5881            'IP4FWD' and
5882            not 'IPSEC' and
5883            not 'VHOST'"
5884   parameters:
5885   - "throughput"
5886   - "parent"
5887   - "tags"
5888   sort:
5889   - "IP4BASE"
5890   - "FIB_20K"
5891   - "FIB_200K"
5892   - "FIB_2M"
5893   traces:
5894     hoverinfo: "x+y"
5895     boxpoints: "outliers"
5896     whiskerwidth: 0
5897   layout:
5898     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5899     layout: "plot-throughput"
5900
5901 -
5902   type: "plot"
5903   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5904   algorithm: "plot_performance_box"
5905   output-file-type: ".html"
5906   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5907   data: "plot-vpp-throughput-latency-3n-hsw"
5908   filter: "'NIC_Intel-X520-DA2' and
5909            '64B' and
5910            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5911            'NDRPDR' and
5912            '2T2C' and
5913            'IP4FWD' and
5914            not 'IPSEC' and
5915            not 'VHOST'"
5916   parameters:
5917   - "throughput"
5918   - "parent"
5919   - "tags"
5920   sort:
5921   - "IP4BASE"
5922   - "FIB_20K"
5923   - "FIB_200K"
5924   - "FIB_2M"
5925   traces:
5926     hoverinfo: "x+y"
5927     boxpoints: "outliers"
5928     whiskerwidth: 0
5929   layout:
5930     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5931     layout: "plot-throughput"
5932
5933 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
5934 -
5935   type: "plot"
5936   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5937   algorithm: "plot_performance_box"
5938   output-file-type: ".html"
5939   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5940   data: "plot-vpp-throughput-latency-3n-hsw"
5941   filter: "'NIC_Intel-X520-DA2' and
5942            '64B' and
5943            ('IP4BASE' or
5944             'POLICE_MARK' or
5945             'COPWHLIST' or
5946             ('NAT44' and 'BASE') or
5947             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5948            'NDRPDR' and
5949            '1T1C' and
5950            'IP4FWD' and
5951            not 'IPSEC' and
5952            not 'VHOST'"
5953   parameters:
5954   - "throughput"
5955   - "parent"
5956   - "tags"
5957   sort:
5958   - "IP4BASE"
5959   - "NAT44"
5960   - "POLICE_MARK"
5961   - "COPWHLIST"
5962   - "IACL"
5963   - "OACL"
5964   traces:
5965     hoverinfo: "x+y"
5966     boxpoints: "outliers"
5967     whiskerwidth: 0
5968   layout:
5969     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5970     layout: "plot-throughput"
5971
5972 -
5973   type: "plot"
5974   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5975   algorithm: "plot_performance_box"
5976   output-file-type: ".html"
5977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5978   data: "plot-vpp-throughput-latency-3n-hsw"
5979   filter: "'NIC_Intel-X520-DA2' and
5980            '64B' and
5981            ('IP4BASE' or
5982             'POLICE_MARK' or
5983             'COPWHLIST' or
5984             ('NAT44' and 'BASE') or
5985             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5986            'NDRPDR' and
5987            '1T1C' and
5988            'IP4FWD' and
5989            not 'IPSEC' and
5990            not 'VHOST'"
5991   parameters:
5992   - "throughput"
5993   - "parent"
5994   - "tags"
5995   sort:
5996   - "IP4BASE"
5997   - "NAT44"
5998   - "POLICE_MARK"
5999   - "COPWHLIST"
6000   - "IACL"
6001   - "OACL"
6002   traces:
6003     hoverinfo: "x+y"
6004     boxpoints: "outliers"
6005     whiskerwidth: 0
6006   layout:
6007     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6008     layout: "plot-throughput"
6009
6010 -
6011   type: "plot"
6012   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6013   algorithm: "plot_performance_box"
6014   output-file-type: ".html"
6015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6016   data: "plot-vpp-throughput-latency-3n-hsw"
6017   filter: "'NIC_Intel-X520-DA2' and
6018            '64B' and
6019            ('IP4BASE' or
6020             'POLICE_MARK' or
6021             'COPWHLIST' or
6022             ('NAT44' and 'BASE') or
6023             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6024            'NDRPDR' and
6025            '2T2C' and
6026            'IP4FWD' and
6027            not 'IPSEC' and
6028            not 'VHOST'"
6029   parameters:
6030   - "throughput"
6031   - "parent"
6032   - "tags"
6033   sort:
6034   - "IP4BASE"
6035   - "NAT44"
6036   - "POLICE_MARK"
6037   - "COPWHLIST"
6038   - "IACL"
6039   - "OACL"
6040   traces:
6041     hoverinfo: "x+y"
6042     boxpoints: "outliers"
6043     whiskerwidth: 0
6044   layout:
6045     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6046     layout: "plot-throughput"
6047
6048 -
6049   type: "plot"
6050   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6051   algorithm: "plot_performance_box"
6052   output-file-type: ".html"
6053   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6054   data: "plot-vpp-throughput-latency-3n-hsw"
6055   filter: "'NIC_Intel-X520-DA2' and
6056            '64B' and
6057            ('IP4BASE' or
6058             'POLICE_MARK' or
6059             'COPWHLIST' or
6060             ('NAT44' and 'BASE') or
6061             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6062            'NDRPDR' and
6063            '2T2C' and
6064            'IP4FWD' and
6065            not 'IPSEC' and
6066            not 'VHOST'"
6067   parameters:
6068   - "throughput"
6069   - "parent"
6070   - "tags"
6071   sort:
6072   - "IP4BASE"
6073   - "NAT44"
6074   - "POLICE_MARK"
6075   - "COPWHLIST"
6076   - "IACL"
6077   - "OACL"
6078   traces:
6079     hoverinfo: "x+y"
6080     boxpoints: "outliers"
6081     whiskerwidth: 0
6082   layout:
6083     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6084     layout: "plot-throughput"
6085
6086 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
6087 -
6088   type: "plot"
6089   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6090   algorithm: "plot_performance_box"
6091   output-file-type: ".html"
6092   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6093   data: "plot-vpp-throughput-latency-3n-hsw"
6094   filter: "'NIC_Intel-X520-DA2' and
6095            '64B' and
6096            'NDRPDR' and
6097            '1T1C' and
6098            'IP4FWD' and
6099            'NAT44' and
6100            not 'IPSEC' and
6101            not 'VHOST'"
6102   parameters:
6103   - "throughput"
6104   - "parent"
6105   - "tags"
6106   sort:
6107   - "BASE"
6108   - "BASE"
6109   - "SRC_USER_10"
6110   - "SRC_USER_100"
6111   - "SRC_USER_1000"
6112   - "SRC_USER_2000"
6113   traces:
6114     hoverinfo: "x+y"
6115     boxpoints: "outliers"
6116     whiskerwidth: 0
6117   layout:
6118     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6119     layout: "plot-throughput"
6120
6121 -
6122   type: "plot"
6123   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6124   algorithm: "plot_performance_box"
6125   output-file-type: ".html"
6126   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6127   data: "plot-vpp-throughput-latency-3n-hsw"
6128   filter: "'NIC_Intel-X520-DA2' and
6129            '64B' and
6130            'NDRPDR' and
6131            '1T1C' and
6132            'IP4FWD' and
6133            'NAT44' and
6134            not 'IPSEC' and
6135            not 'VHOST'"
6136   parameters:
6137   - "throughput"
6138   - "parent"
6139   - "tags"
6140   sort:
6141   - "BASE"
6142   - "BASE"
6143   - "SRC_USER_10"
6144   - "SRC_USER_100"
6145   - "SRC_USER_1000"
6146   - "SRC_USER_2000"
6147   traces:
6148     hoverinfo: "x+y"
6149     boxpoints: "outliers"
6150     whiskerwidth: 0
6151   layout:
6152     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6153     layout: "plot-throughput"
6154
6155 -
6156   type: "plot"
6157   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6158   algorithm: "plot_performance_box"
6159   output-file-type: ".html"
6160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6161   data: "plot-vpp-throughput-latency-3n-hsw"
6162   filter: "'NIC_Intel-X520-DA2' and
6163            '64B' and
6164            'NDRPDR' and
6165            '2T2C' and
6166            'IP4FWD' and
6167            'NAT44' and
6168            not 'IPSEC' and
6169            not 'VHOST'"
6170   parameters:
6171   - "throughput"
6172   - "parent"
6173   - "tags"
6174   sort:
6175   - "BASE"
6176   - "BASE"
6177   - "SRC_USER_10"
6178   - "SRC_USER_100"
6179   - "SRC_USER_1000"
6180   - "SRC_USER_2000"
6181   traces:
6182     hoverinfo: "x+y"
6183     boxpoints: "outliers"
6184     whiskerwidth: 0
6185   layout:
6186     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6187     layout: "plot-throughput"
6188
6189 -
6190   type: "plot"
6191   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6192   algorithm: "plot_performance_box"
6193   output-file-type: ".html"
6194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6195   data: "plot-vpp-throughput-latency-3n-hsw"
6196   filter: "'NIC_Intel-X520-DA2' and
6197            '64B' and
6198            'NDRPDR' and
6199            '2T2C' and
6200            'IP4FWD' and
6201            'NAT44' and
6202            not 'IPSEC' and
6203            not 'VHOST'"
6204   parameters:
6205   - "throughput"
6206   - "parent"
6207   - "tags"
6208   sort:
6209   - "BASE"
6210   - "BASE"
6211   - "SRC_USER_10"
6212   - "SRC_USER_100"
6213   - "SRC_USER_1000"
6214   - "SRC_USER_2000"
6215   traces:
6216     hoverinfo: "x+y"
6217     boxpoints: "outliers"
6218     whiskerwidth: 0
6219   layout:
6220     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6221     layout: "plot-throughput"
6222
6223 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
6224 -
6225   type: "plot"
6226   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6227   algorithm: "plot_performance_box"
6228   output-file-type: ".html"
6229   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6230   data: "plot-vpp-throughput-latency-3n-hsw"
6231   filter: "'NIC_Intel-X520-DA2' and
6232            '64B' and
6233            'NDRPDR' and
6234            '1T1C' and
6235            'IP4FWD' and
6236            'IACL' and
6237            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6238            not 'IPSEC' and
6239            not 'VHOST'"
6240   parameters:
6241   - "throughput"
6242   - "parent"
6243   - "tags"
6244   sort:
6245   - "ACL_STATELESS"
6246   - "ACL_STATEFUL"
6247   - "ACL_STATELESS"
6248   - "ACL_STATEFUL"
6249   traces:
6250     hoverinfo: "x+y"
6251     boxpoints: "outliers"
6252     whiskerwidth: 0
6253   layout:
6254     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6255     layout: "plot-throughput"
6256
6257 -
6258   type: "plot"
6259   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6260   algorithm: "plot_performance_box"
6261   output-file-type: ".html"
6262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6263   data: "plot-vpp-throughput-latency-3n-hsw"
6264   filter: "'NIC_Intel-X520-DA2' and
6265            '64B' and
6266            'NDRPDR' and
6267            '1T1C' and
6268            'IP4FWD' and
6269            'IACL' and
6270            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6271            not 'IPSEC' and
6272            not 'VHOST'"
6273   parameters:
6274   - "throughput"
6275   - "parent"
6276   - "tags"
6277   sort:
6278   - "ACL_STATELESS"
6279   - "ACL_STATEFUL"
6280   - "ACL_STATELESS"
6281   - "ACL_STATEFUL"
6282   traces:
6283     hoverinfo: "x+y"
6284     boxpoints: "outliers"
6285     whiskerwidth: 0
6286   layout:
6287     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6288     layout: "plot-throughput"
6289
6290 -
6291   type: "plot"
6292   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6293   algorithm: "plot_performance_box"
6294   output-file-type: ".html"
6295   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6296   data: "plot-vpp-throughput-latency-3n-hsw"
6297   filter: "'NIC_Intel-X520-DA2' and
6298            '64B' and
6299            'NDRPDR' and
6300            '2T2C' and
6301            'IP4FWD' and
6302            'IACL' and
6303            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6304            not 'IPSEC' and
6305            not 'VHOST'"
6306   parameters:
6307   - "throughput"
6308   - "parent"
6309   - "tags"
6310   sort:
6311   - "ACL_STATELESS"
6312   - "ACL_STATEFUL"
6313   - "ACL_STATELESS"
6314   - "ACL_STATEFUL"
6315   traces:
6316     hoverinfo: "x+y"
6317     boxpoints: "outliers"
6318     whiskerwidth: 0
6319   layout:
6320     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6321     layout: "plot-throughput"
6322
6323 -
6324   type: "plot"
6325   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6326   algorithm: "plot_performance_box"
6327   output-file-type: ".html"
6328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6329   data: "plot-vpp-throughput-latency-3n-hsw"
6330   filter: "'NIC_Intel-X520-DA2' and
6331            '64B' and
6332            'NDRPDR' and
6333            '2T2C' and
6334            'IP4FWD' and
6335            'IACL' and
6336            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6337            not 'IPSEC' and
6338            not 'VHOST'"
6339   parameters:
6340   - "throughput"
6341   - "parent"
6342   - "tags"
6343   sort:
6344   - "ACL_STATELESS"
6345   - "ACL_STATEFUL"
6346   - "ACL_STATELESS"
6347   - "ACL_STATEFUL"
6348   traces:
6349     hoverinfo: "x+y"
6350     boxpoints: "outliers"
6351     whiskerwidth: 0
6352   layout:
6353     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6354     layout: "plot-throughput"
6355
6356 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
6357 -
6358   type: "plot"
6359   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6360   algorithm: "plot_performance_box"
6361   output-file-type: ".html"
6362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6363   data: "plot-vpp-throughput-latency-3n-hsw"
6364   filter: "'NIC_Intel-X520-DA2' and
6365            '64B' and
6366            'NDRPDR' and
6367            '1T1C' and
6368            'IP4FWD' and
6369            'OACL' and
6370            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6371            not 'IPSEC' and
6372            not 'VHOST'"
6373   parameters:
6374   - "throughput"
6375   - "parent"
6376   - "tags"
6377   sort:
6378   - "ACL_STATELESS"
6379   - "ACL_STATEFUL"
6380   - "ACL_STATELESS"
6381   - "ACL_STATEFUL"
6382   traces:
6383     hoverinfo: "x+y"
6384     boxpoints: "outliers"
6385     whiskerwidth: 0
6386   layout:
6387     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6388     layout: "plot-throughput"
6389
6390 -
6391   type: "plot"
6392   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6393   algorithm: "plot_performance_box"
6394   output-file-type: ".html"
6395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6396   data: "plot-vpp-throughput-latency-3n-hsw"
6397   filter: "'NIC_Intel-X520-DA2' and
6398            '64B' and
6399            'NDRPDR' and
6400            '1T1C' and
6401            'IP4FWD' and
6402            'OACL' and
6403            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6404            not 'IPSEC' and
6405            not 'VHOST'"
6406   parameters:
6407   - "throughput"
6408   - "parent"
6409   - "tags"
6410   sort:
6411   - "ACL_STATELESS"
6412   - "ACL_STATEFUL"
6413   - "ACL_STATELESS"
6414   - "ACL_STATEFUL"
6415   traces:
6416     hoverinfo: "x+y"
6417     boxpoints: "outliers"
6418     whiskerwidth: 0
6419   layout:
6420     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6421     layout: "plot-throughput"
6422
6423 -
6424   type: "plot"
6425   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6426   algorithm: "plot_performance_box"
6427   output-file-type: ".html"
6428   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6429   data: "plot-vpp-throughput-latency-3n-hsw"
6430   filter: "'NIC_Intel-X520-DA2' and
6431            '64B' and
6432            'NDRPDR' and
6433            '2T2C' and
6434            'IP4FWD' and
6435            'OACL' and
6436            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6437            not 'IPSEC' and
6438            not 'VHOST'"
6439   parameters:
6440   - "throughput"
6441   - "parent"
6442   - "tags"
6443   sort:
6444   - "ACL_STATELESS"
6445   - "ACL_STATEFUL"
6446   - "ACL_STATELESS"
6447   - "ACL_STATEFUL"
6448   traces:
6449     hoverinfo: "x+y"
6450     boxpoints: "outliers"
6451     whiskerwidth: 0
6452   layout:
6453     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6454     layout: "plot-throughput"
6455
6456 -
6457   type: "plot"
6458   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6459   algorithm: "plot_performance_box"
6460   output-file-type: ".html"
6461   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6462   data: "plot-vpp-throughput-latency-3n-hsw"
6463   filter: "'NIC_Intel-X520-DA2' and
6464            '64B' and
6465            'NDRPDR' and
6466            '2T2C' and
6467            'IP4FWD' and
6468            'OACL' and
6469            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6470            not 'IPSEC' and
6471            not 'VHOST'"
6472   parameters:
6473   - "throughput"
6474   - "parent"
6475   - "tags"
6476   sort:
6477   - "ACL_STATELESS"
6478   - "ACL_STATEFUL"
6479   - "ACL_STATELESS"
6480   - "ACL_STATEFUL"
6481   traces:
6482     hoverinfo: "x+y"
6483     boxpoints: "outliers"
6484     whiskerwidth: 0
6485   layout:
6486     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6487     layout: "plot-throughput"
6488
6489 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
6490 -
6491   type: "plot"
6492   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6493   algorithm: "plot_performance_box"
6494   output-file-type: ".html"
6495   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6496   data: "plot-vpp-throughput-latency-3n-hsw"
6497   filter: "'NIC_Intel-X710' and
6498            '64B' and
6499            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6500            'NDRPDR' and
6501            '1T1C' and
6502            'IP4FWD' and
6503            not 'IPSEC' and
6504            not 'VHOST'"
6505   parameters:
6506   - "throughput"
6507   - "parent"
6508   - "tags"
6509   sort:
6510   - "IP4BASE"
6511   - "FIB_20K"
6512   - "FIB_200K"
6513   - "FIB_2M"
6514   traces:
6515     hoverinfo: "x+y"
6516     boxpoints: "outliers"
6517     whiskerwidth: 0
6518   layout:
6519     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6520     layout: "plot-throughput"
6521
6522 -
6523   type: "plot"
6524   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6525   algorithm: "plot_performance_box"
6526   output-file-type: ".html"
6527   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6528   data: "plot-vpp-throughput-latency-3n-hsw"
6529   filter: "'NIC_Intel-X710' and
6530            '64B' and
6531            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6532            'NDRPDR' and
6533            '1T1C' and
6534            'IP4FWD' and
6535            not 'IPSEC' and
6536            not 'VHOST'"
6537   parameters:
6538   - "throughput"
6539   - "parent"
6540   - "tags"
6541   sort:
6542   - "IP4BASE"
6543   - "FIB_20K"
6544   - "FIB_200K"
6545   - "FIB_2M"
6546   traces:
6547     hoverinfo: "x+y"
6548     boxpoints: "outliers"
6549     whiskerwidth: 0
6550   layout:
6551     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6552     layout: "plot-throughput"
6553
6554 -
6555   type: "plot"
6556   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6557   algorithm: "plot_performance_box"
6558   output-file-type: ".html"
6559   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6560   data: "plot-vpp-throughput-latency-3n-hsw"
6561   filter: "'NIC_Intel-X710' and
6562            '64B' and
6563            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6564            'NDRPDR' and
6565            '2T2C' and
6566            'IP4FWD' and
6567            not 'IPSEC' and
6568            not 'VHOST'"
6569   parameters:
6570   - "throughput"
6571   - "parent"
6572   - "tags"
6573   sort:
6574   - "IP4BASE"
6575   - "FIB_20K"
6576   - "FIB_200K"
6577   - "FIB_2M"
6578   traces:
6579     hoverinfo: "x+y"
6580     boxpoints: "outliers"
6581     whiskerwidth: 0
6582   layout:
6583     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6584     layout: "plot-throughput"
6585
6586 -
6587   type: "plot"
6588   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6589   algorithm: "plot_performance_box"
6590   output-file-type: ".html"
6591   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6592   data: "plot-vpp-throughput-latency-3n-hsw"
6593   filter: "'NIC_Intel-X710' and
6594            '64B' and
6595            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6596            'NDRPDR' and
6597            '2T2C' and
6598            'IP4FWD' and
6599            not 'IPSEC' and
6600            not 'VHOST'"
6601   parameters:
6602   - "throughput"
6603   - "parent"
6604   - "tags"
6605   sort:
6606   - "IP4BASE"
6607   - "FIB_20K"
6608   - "FIB_200K"
6609   - "FIB_2M"
6610   traces:
6611     hoverinfo: "x+y"
6612     boxpoints: "outliers"
6613     whiskerwidth: 0
6614   layout:
6615     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6616     layout: "plot-throughput"
6617
6618 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
6619 -
6620   type: "plot"
6621   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6622   algorithm: "plot_performance_box"
6623   output-file-type: ".html"
6624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6625   data: "plot-vpp-throughput-latency-3n-hsw"
6626   filter: "'NIC_Intel-X710' and
6627            '64B' and
6628            ('IP4BASE' or
6629             'POLICE_MARK' or
6630             'COPWHLIST' or
6631             ('NAT44' and 'BASE') or
6632             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6633            'NDRPDR' and
6634            '1T1C' and
6635            'IP4FWD' and
6636            not 'IPSEC' and
6637            not 'VHOST'"
6638   parameters:
6639   - "throughput"
6640   - "parent"
6641   - "tags"
6642   sort:
6643   - "IP4BASE"
6644   - "NAT44"
6645   - "POLICE_MARK"
6646   - "COPWHLIST"
6647   - "IACL"
6648   - "OACL"
6649   traces:
6650     hoverinfo: "x+y"
6651     boxpoints: "outliers"
6652     whiskerwidth: 0
6653   layout:
6654     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6655     layout: "plot-throughput"
6656
6657 -
6658   type: "plot"
6659   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6660   algorithm: "plot_performance_box"
6661   output-file-type: ".html"
6662   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6663   data: "plot-vpp-throughput-latency-3n-hsw"
6664   filter: "'NIC_Intel-X710' and
6665            '64B' and
6666            ('IP4BASE' or
6667             'POLICE_MARK' or
6668             'COPWHLIST' or
6669             ('NAT44' and 'BASE') or
6670             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6671            'NDRPDR' and
6672            '1T1C' and
6673            'IP4FWD' and
6674            not 'IPSEC' and
6675            not 'VHOST'"
6676   parameters:
6677   - "throughput"
6678   - "parent"
6679   - "tags"
6680   sort:
6681   - "IP4BASE"
6682   - "NAT44"
6683   - "POLICE_MARK"
6684   - "COPWHLIST"
6685   - "IACL"
6686   - "OACL"
6687   traces:
6688     hoverinfo: "x+y"
6689     boxpoints: "outliers"
6690     whiskerwidth: 0
6691   layout:
6692     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6693     layout: "plot-throughput"
6694
6695 -
6696   type: "plot"
6697   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6698   algorithm: "plot_performance_box"
6699   output-file-type: ".html"
6700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6701   data: "plot-vpp-throughput-latency-3n-hsw"
6702   filter: "'NIC_Intel-X710' and
6703            '64B' and
6704            ('IP4BASE' or
6705             'POLICE_MARK' or
6706             'COPWHLIST' or
6707             ('NAT44' and 'BASE') or
6708             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6709            'NDRPDR' and
6710            '2T2C' and
6711            'IP4FWD' and
6712            not 'IPSEC' and
6713            not 'VHOST'"
6714   parameters:
6715   - "throughput"
6716   - "parent"
6717   - "tags"
6718   sort:
6719   - "IP4BASE"
6720   - "NAT44"
6721   - "POLICE_MARK"
6722   - "COPWHLIST"
6723   - "IACL"
6724   - "OACL"
6725   traces:
6726     hoverinfo: "x+y"
6727     boxpoints: "outliers"
6728     whiskerwidth: 0
6729   layout:
6730     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6731     layout: "plot-throughput"
6732
6733 -
6734   type: "plot"
6735   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6736   algorithm: "plot_performance_box"
6737   output-file-type: ".html"
6738   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6739   data: "plot-vpp-throughput-latency-3n-hsw"
6740   filter: "'NIC_Intel-X710' and
6741            '64B' and
6742            ('IP4BASE' or
6743             'POLICE_MARK' or
6744             'COPWHLIST' or
6745             ('NAT44' and 'BASE') or
6746             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6747            'NDRPDR' and
6748            '2T2C' and
6749            'IP4FWD' and
6750            not 'IPSEC' and
6751            not 'VHOST'"
6752   parameters:
6753   - "throughput"
6754   - "parent"
6755   - "tags"
6756   sort:
6757   - "IP4BASE"
6758   - "NAT44"
6759   - "POLICE_MARK"
6760   - "COPWHLIST"
6761   - "IACL"
6762   - "OACL"
6763   traces:
6764     hoverinfo: "x+y"
6765     boxpoints: "outliers"
6766     whiskerwidth: 0
6767   layout:
6768     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6769     layout: "plot-throughput"
6770
6771 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
6772 -
6773   type: "plot"
6774   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6775   algorithm: "plot_performance_box"
6776   output-file-type: ".html"
6777   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6778   data: "plot-vpp-throughput-latency-3n-skx"
6779   filter: "'NIC_Intel-X710' and
6780            '64B' and
6781            'NDRPDR' and
6782            '2T1C' and
6783            'IP4FWD' and
6784            'NAT44' and
6785            not 'IPSEC' and
6786            not 'VHOST'"
6787   parameters:
6788   - "throughput"
6789   - "parent"
6790   - "tags"
6791   sort:
6792   - "BASE"
6793   - "BASE"
6794   - "SRC_USER_10"
6795   - "SRC_USER_100"
6796   - "SRC_USER_1000"
6797   - "SRC_USER_2000"
6798   traces:
6799     hoverinfo: "x+y"
6800     boxpoints: "outliers"
6801     whiskerwidth: 0
6802   layout:
6803     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6804     layout: "plot-throughput"
6805
6806 -
6807   type: "plot"
6808   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6809   algorithm: "plot_performance_box"
6810   output-file-type: ".html"
6811   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6812   data: "plot-vpp-throughput-latency-3n-skx"
6813   filter: "'NIC_Intel-X710' and
6814            '64B' and
6815            'NDRPDR' and
6816            '2T1C' and
6817            'IP4FWD' and
6818            'NAT44' and
6819            not 'IPSEC' and
6820            not 'VHOST'"
6821   parameters:
6822   - "throughput"
6823   - "parent"
6824   - "tags"
6825   sort:
6826   - "BASE"
6827   - "BASE"
6828   - "SRC_USER_10"
6829   - "SRC_USER_100"
6830   - "SRC_USER_1000"
6831   - "SRC_USER_2000"
6832   traces:
6833     hoverinfo: "x+y"
6834     boxpoints: "outliers"
6835     whiskerwidth: 0
6836   layout:
6837     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6838     layout: "plot-throughput"
6839
6840 -
6841   type: "plot"
6842   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6843   algorithm: "plot_performance_box"
6844   output-file-type: ".html"
6845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6846   data: "plot-vpp-throughput-latency-3n-skx"
6847   filter: "'NIC_Intel-X710' and
6848            '64B' and
6849            'NDRPDR' and
6850            '4T2C' and
6851            'IP4FWD' and
6852            'NAT44' and
6853            not 'IPSEC' and
6854            not 'VHOST'"
6855   parameters:
6856   - "throughput"
6857   - "parent"
6858   - "tags"
6859   sort:
6860   - "BASE"
6861   - "BASE"
6862   - "SRC_USER_10"
6863   - "SRC_USER_100"
6864   - "SRC_USER_1000"
6865   - "SRC_USER_2000"
6866   traces:
6867     hoverinfo: "x+y"
6868     boxpoints: "outliers"
6869     whiskerwidth: 0
6870   layout:
6871     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6872     layout: "plot-throughput"
6873
6874 -
6875   type: "plot"
6876   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6877   algorithm: "plot_performance_box"
6878   output-file-type: ".html"
6879   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6880   data: "plot-vpp-throughput-latency-3n-skx"
6881   filter: "'NIC_Intel-X710' and
6882            '64B' and
6883            'NDRPDR' and
6884            '4T2C' and
6885            'IP4FWD' and
6886            'NAT44' and
6887            not 'IPSEC' and
6888            not 'VHOST'"
6889   parameters:
6890   - "throughput"
6891   - "parent"
6892   - "tags"
6893   sort:
6894   - "BASE"
6895   - "BASE"
6896   - "SRC_USER_10"
6897   - "SRC_USER_100"
6898   - "SRC_USER_1000"
6899   - "SRC_USER_2000"
6900   traces:
6901     hoverinfo: "x+y"
6902     boxpoints: "outliers"
6903     whiskerwidth: 0
6904   layout:
6905     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6906     layout: "plot-throughput"
6907
6908 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
6909 -
6910   type: "plot"
6911   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6912   algorithm: "plot_performance_box"
6913   output-file-type: ".html"
6914   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6915   data: "plot-vpp-throughput-latency-3n-skx"
6916   filter: "'NIC_Intel-X710' and
6917            '64B' and
6918            'NDRPDR' and
6919            '2T1C' and
6920            'IP4FWD' and
6921            'IACL' and
6922            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6923            not 'IPSEC' and
6924            not 'VHOST'"
6925   parameters:
6926   - "throughput"
6927   - "parent"
6928   - "tags"
6929   sort:
6930   - "ACL_STATELESS"
6931   - "ACL_STATEFUL"
6932   - "ACL_STATELESS"
6933   - "ACL_STATEFUL"
6934   traces:
6935     hoverinfo: "x+y"
6936     boxpoints: "outliers"
6937     whiskerwidth: 0
6938   layout:
6939     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6940     layout: "plot-throughput"
6941
6942 -
6943   type: "plot"
6944   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6945   algorithm: "plot_performance_box"
6946   output-file-type: ".html"
6947   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6948   data: "plot-vpp-throughput-latency-3n-skx"
6949   filter: "'NIC_Intel-X710' and
6950            '64B' and
6951            'NDRPDR' and
6952            '2T1C' and
6953            'IP4FWD' and
6954            'IACL' and
6955            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6956            not 'IPSEC' and
6957            not 'VHOST'"
6958   parameters:
6959   - "throughput"
6960   - "parent"
6961   - "tags"
6962   sort:
6963   - "ACL_STATELESS"
6964   - "ACL_STATEFUL"
6965   - "ACL_STATELESS"
6966   - "ACL_STATEFUL"
6967   traces:
6968     hoverinfo: "x+y"
6969     boxpoints: "outliers"
6970     whiskerwidth: 0
6971   layout:
6972     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6973     layout: "plot-throughput"
6974
6975 -
6976   type: "plot"
6977   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6978   algorithm: "plot_performance_box"
6979   output-file-type: ".html"
6980   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6981   data: "plot-vpp-throughput-latency-3n-skx"
6982   filter: "'NIC_Intel-X710' and
6983            '64B' and
6984            'NDRPDR' and
6985            '4T2C' and
6986            'IP4FWD' and
6987            'IACL' and
6988            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6989            not 'IPSEC' and
6990            not 'VHOST'"
6991   parameters:
6992   - "throughput"
6993   - "parent"
6994   - "tags"
6995   sort:
6996   - "ACL_STATELESS"
6997   - "ACL_STATEFUL"
6998   - "ACL_STATELESS"
6999   - "ACL_STATEFUL"
7000   traces:
7001     hoverinfo: "x+y"
7002     boxpoints: "outliers"
7003     whiskerwidth: 0
7004   layout:
7005     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7006     layout: "plot-throughput"
7007
7008 -
7009   type: "plot"
7010   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7011   algorithm: "plot_performance_box"
7012   output-file-type: ".html"
7013   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7014   data: "plot-vpp-throughput-latency-3n-skx"
7015   filter: "'NIC_Intel-X710' and
7016            '64B' and
7017            'NDRPDR' and
7018            '4T2C' and
7019            'IP4FWD' and
7020            'IACL' and
7021            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7022            not 'IPSEC' and
7023            not 'VHOST'"
7024   parameters:
7025   - "throughput"
7026   - "parent"
7027   - "tags"
7028   sort:
7029   - "ACL_STATELESS"
7030   - "ACL_STATEFUL"
7031   - "ACL_STATELESS"
7032   - "ACL_STATEFUL"
7033   traces:
7034     hoverinfo: "x+y"
7035     boxpoints: "outliers"
7036     whiskerwidth: 0
7037   layout:
7038     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7039     layout: "plot-throughput"
7040
7041 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
7042 -
7043   type: "plot"
7044   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7045   algorithm: "plot_performance_box"
7046   output-file-type: ".html"
7047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7048   data: "plot-vpp-throughput-latency-3n-skx"
7049   filter: "'NIC_Intel-X710' and
7050            '64B' and
7051            'NDRPDR' and
7052            '2T1C' and
7053            'IP4FWD' and
7054            'OACL' and
7055            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7056            not 'IPSEC' and
7057            not 'VHOST'"
7058   parameters:
7059   - "throughput"
7060   - "parent"
7061   - "tags"
7062   sort:
7063   - "ACL_STATELESS"
7064   - "ACL_STATEFUL"
7065   - "ACL_STATELESS"
7066   - "ACL_STATEFUL"
7067   traces:
7068     hoverinfo: "x+y"
7069     boxpoints: "outliers"
7070     whiskerwidth: 0
7071   layout:
7072     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7073     layout: "plot-throughput"
7074
7075 -
7076   type: "plot"
7077   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7078   algorithm: "plot_performance_box"
7079   output-file-type: ".html"
7080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7081   data: "plot-vpp-throughput-latency-3n-skx"
7082   filter: "'NIC_Intel-X710' and
7083            '64B' and
7084            'NDRPDR' and
7085            '2T1C' and
7086            'IP4FWD' and
7087            'OACL' and
7088            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7089            not 'IPSEC' and
7090            not 'VHOST'"
7091   parameters:
7092   - "throughput"
7093   - "parent"
7094   - "tags"
7095   sort:
7096   - "ACL_STATELESS"
7097   - "ACL_STATEFUL"
7098   - "ACL_STATELESS"
7099   - "ACL_STATEFUL"
7100   traces:
7101     hoverinfo: "x+y"
7102     boxpoints: "outliers"
7103     whiskerwidth: 0
7104   layout:
7105     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7106     layout: "plot-throughput"
7107
7108 -
7109   type: "plot"
7110   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7111   algorithm: "plot_performance_box"
7112   output-file-type: ".html"
7113   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7114   data: "plot-vpp-throughput-latency-3n-skx"
7115   filter: "'NIC_Intel-X710' and
7116            '64B' and
7117            'NDRPDR' and
7118            '4T2C' and
7119            'IP4FWD' and
7120            'OACL' and
7121            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7122            not 'IPSEC' and
7123            not 'VHOST'"
7124   parameters:
7125   - "throughput"
7126   - "parent"
7127   - "tags"
7128   sort:
7129   - "ACL_STATELESS"
7130   - "ACL_STATEFUL"
7131   - "ACL_STATELESS"
7132   - "ACL_STATEFUL"
7133   traces:
7134     hoverinfo: "x+y"
7135     boxpoints: "outliers"
7136     whiskerwidth: 0
7137   layout:
7138     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7139     layout: "plot-throughput"
7140
7141 -
7142   type: "plot"
7143   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7144   algorithm: "plot_performance_box"
7145   output-file-type: ".html"
7146   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7147   data: "plot-vpp-throughput-latency-3n-skx"
7148   filter: "'NIC_Intel-X710' and
7149            '64B' and
7150            'NDRPDR' and
7151            '4T2C' and
7152            'IP4FWD' and
7153            'OACL' and
7154            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7155            not 'IPSEC' and
7156            not 'VHOST'"
7157   parameters:
7158   - "throughput"
7159   - "parent"
7160   - "tags"
7161   sort:
7162   - "ACL_STATELESS"
7163   - "ACL_STATEFUL"
7164   - "ACL_STATELESS"
7165   - "ACL_STATEFUL"
7166   traces:
7167     hoverinfo: "x+y"
7168     boxpoints: "outliers"
7169     whiskerwidth: 0
7170   layout:
7171     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7172     layout: "plot-throughput"
7173
7174 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
7175 -
7176   type: "plot"
7177   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7178   algorithm: "plot_performance_box"
7179   output-file-type: ".html"
7180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7181   data: "plot-vpp-throughput-latency-3n-hsw"
7182   filter: "'NIC_Intel-XL710' and
7183            '64B' and
7184            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7185            'NDRPDR' and
7186            '1T1C' and
7187            'IP4FWD' and
7188            not 'IPSEC' and
7189            not 'VHOST'"
7190   parameters:
7191   - "throughput"
7192   - "parent"
7193   - "tags"
7194   sort:
7195   - "IP4BASE"
7196   - "FIB_20K"
7197   - "FIB_200K"
7198   - "FIB_2M"
7199   traces:
7200     hoverinfo: "x+y"
7201     boxpoints: "outliers"
7202     whiskerwidth: 0
7203   layout:
7204     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7205     layout: "plot-throughput"
7206
7207 -
7208   type: "plot"
7209   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7210   algorithm: "plot_performance_box"
7211   output-file-type: ".html"
7212   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7213   data: "plot-vpp-throughput-latency-3n-hsw"
7214   filter: "'NIC_Intel-XL710' and
7215            '64B' and
7216            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7217            'NDRPDR' and
7218            '1T1C' and
7219            'IP4FWD' and
7220            not 'IPSEC' and
7221            not 'VHOST'"
7222   parameters:
7223   - "throughput"
7224   - "parent"
7225   - "tags"
7226   sort:
7227   - "IP4BASE"
7228   - "FIB_20K"
7229   - "FIB_200K"
7230   - "FIB_2M"
7231   traces:
7232     hoverinfo: "x+y"
7233     boxpoints: "outliers"
7234     whiskerwidth: 0
7235   layout:
7236     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7237     layout: "plot-throughput"
7238
7239 -
7240   type: "plot"
7241   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7242   algorithm: "plot_performance_box"
7243   output-file-type: ".html"
7244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7245   data: "plot-vpp-throughput-latency-3n-hsw"
7246   filter: "'NIC_Intel-XL710' and
7247            '64B' and
7248            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7249            'NDRPDR' and
7250            '2T2C' and
7251            'IP4FWD' and
7252            not 'IPSEC' and
7253            not 'VHOST'"
7254   parameters:
7255   - "throughput"
7256   - "parent"
7257   - "tags"
7258   sort:
7259   - "IP4BASE"
7260   - "FIB_20K"
7261   - "FIB_200K"
7262   - "FIB_2M"
7263   traces:
7264     hoverinfo: "x+y"
7265     boxpoints: "outliers"
7266     whiskerwidth: 0
7267   layout:
7268     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7269     layout: "plot-throughput"
7270
7271 -
7272   type: "plot"
7273   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7274   algorithm: "plot_performance_box"
7275   output-file-type: ".html"
7276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7277   data: "plot-vpp-throughput-latency-3n-hsw"
7278   filter: "'NIC_Intel-XL710' and
7279            '64B' and
7280            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7281            'NDRPDR' and
7282            '2T2C' and
7283            'IP4FWD' and
7284            not 'IPSEC' and
7285            not 'VHOST'"
7286   parameters:
7287   - "throughput"
7288   - "parent"
7289   - "tags"
7290   sort:
7291   - "IP4BASE"
7292   - "FIB_20K"
7293   - "FIB_200K"
7294   - "FIB_2M"
7295   traces:
7296     hoverinfo: "x+y"
7297     boxpoints: "outliers"
7298     whiskerwidth: 0
7299   layout:
7300     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7301     layout: "plot-throughput"
7302
7303 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
7304 -
7305   type: "plot"
7306   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7307   algorithm: "plot_performance_box"
7308   output-file-type: ".html"
7309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7310   data: "plot-vpp-throughput-latency-3n-skx"
7311   filter: "'NIC_Intel-X710' and
7312            '64B' and
7313            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7314            'NDRPDR' and
7315            '2T1C' and
7316            'IP4FWD' and
7317            not 'IPSEC' and
7318            not 'VHOST'"
7319   parameters:
7320   - "throughput"
7321   - "parent"
7322   - "tags"
7323   sort:
7324   - "IP4BASE"
7325   - "FIB_20K"
7326   - "FIB_200K"
7327   - "FIB_2M"
7328   traces:
7329     hoverinfo: "x+y"
7330     boxpoints: "outliers"
7331     whiskerwidth: 0
7332   layout:
7333     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7334     layout: "plot-throughput"
7335
7336 -
7337   type: "plot"
7338   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7339   algorithm: "plot_performance_box"
7340   output-file-type: ".html"
7341   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7342   data: "plot-vpp-throughput-latency-3n-skx"
7343   filter: "'NIC_Intel-X710' and
7344            '64B' and
7345            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7346            'NDRPDR' and
7347            '2T1C' and
7348            'IP4FWD' and
7349            not 'IPSEC' and
7350            not 'VHOST'"
7351   parameters:
7352   - "throughput"
7353   - "parent"
7354   - "tags"
7355   sort:
7356   - "IP4BASE"
7357   - "FIB_20K"
7358   - "FIB_200K"
7359   - "FIB_2M"
7360   traces:
7361     hoverinfo: "x+y"
7362     boxpoints: "outliers"
7363     whiskerwidth: 0
7364   layout:
7365     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7366     layout: "plot-throughput"
7367
7368 -
7369   type: "plot"
7370   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7371   algorithm: "plot_performance_box"
7372   output-file-type: ".html"
7373   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7374   data: "plot-vpp-throughput-latency-3n-skx"
7375   filter: "'NIC_Intel-X710' and
7376            '64B' and
7377            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7378            'NDRPDR' and
7379            '4T2C' and
7380            'IP4FWD' and
7381            not 'IPSEC' and
7382            not 'VHOST'"
7383   parameters:
7384   - "throughput"
7385   - "parent"
7386   - "tags"
7387   sort:
7388   - "IP4BASE"
7389   - "FIB_20K"
7390   - "FIB_200K"
7391   - "FIB_2M"
7392   traces:
7393     hoverinfo: "x+y"
7394     boxpoints: "outliers"
7395     whiskerwidth: 0
7396   layout:
7397     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7398     layout: "plot-throughput"
7399
7400 -
7401   type: "plot"
7402   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7403   algorithm: "plot_performance_box"
7404   output-file-type: ".html"
7405   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7406   data: "plot-vpp-throughput-latency-3n-skx"
7407   filter: "'NIC_Intel-X710' and
7408            '64B' and
7409            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7410            'NDRPDR' and
7411            '4T2C' and
7412            'IP4FWD' and
7413            not 'IPSEC' and
7414            not 'VHOST'"
7415   parameters:
7416   - "throughput"
7417   - "parent"
7418   - "tags"
7419   sort:
7420   - "IP4BASE"
7421   - "FIB_20K"
7422   - "FIB_200K"
7423   - "FIB_2M"
7424   traces:
7425     hoverinfo: "x+y"
7426     boxpoints: "outliers"
7427     whiskerwidth: 0
7428   layout:
7429     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7430     layout: "plot-throughput"
7431
7432 # Packet Throughput - VPP IPv4 3n-skx-x710 features
7433 -
7434   type: "plot"
7435   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
7436   algorithm: "plot_performance_box"
7437   output-file-type: ".html"
7438   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
7439   data: "plot-vpp-throughput-latency-3n-skx"
7440   filter: "'NIC_Intel-X710' and
7441            '64B' and
7442            ('IP4BASE' or
7443             'POLICE_MARK' or
7444             'COPWHLIST' or
7445             ('NAT44' and 'BASE') or
7446             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7447            'NDRPDR' and
7448            '2T1C' and
7449            'IP4FWD' and
7450            not 'IPSEC' and
7451            not 'VHOST'"
7452   parameters:
7453   - "throughput"
7454   - "parent"
7455   - "tags"
7456   sort:
7457   - "IP4BASE"
7458   - "NAT44"
7459   - "POLICE_MARK"
7460   - "COPWHLIST"
7461   - "IACL"
7462   - "OACL"
7463   traces:
7464     hoverinfo: "x+y"
7465     boxpoints: "outliers"
7466     whiskerwidth: 0
7467   layout:
7468     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
7469     layout: "plot-throughput"
7470
7471 -
7472   type: "plot"
7473   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
7474   algorithm: "plot_performance_box"
7475   output-file-type: ".html"
7476   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
7477   data: "plot-vpp-throughput-latency-3n-skx"
7478   filter: "'NIC_Intel-X710' and
7479            '64B' and
7480            ('IP4BASE' or
7481             'POLICE_MARK' or
7482             'COPWHLIST' or
7483             ('NAT44' and 'BASE') or
7484             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7485            'NDRPDR' and
7486            '2T1C' and
7487            'IP4FWD' and
7488            not 'IPSEC' and
7489            not 'VHOST'"
7490   parameters:
7491   - "throughput"
7492   - "parent"
7493   - "tags"
7494   sort:
7495   - "IP4BASE"
7496   - "NAT44"
7497   - "POLICE_MARK"
7498   - "COPWHLIST"
7499   - "IACL"
7500   - "OACL"
7501   traces:
7502     hoverinfo: "x+y"
7503     boxpoints: "outliers"
7504     whiskerwidth: 0
7505   layout:
7506     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
7507     layout: "plot-throughput"
7508
7509 -
7510   type: "plot"
7511   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
7512   algorithm: "plot_performance_box"
7513   output-file-type: ".html"
7514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
7515   data: "plot-vpp-throughput-latency-3n-skx"
7516   filter: "'NIC_Intel-X710' and
7517            '64B' and
7518            ('IP4BASE' or
7519             'POLICE_MARK' or
7520             'COPWHLIST' or
7521             ('NAT44' and 'BASE') or
7522             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7523            'NDRPDR' and
7524            '4T2C' and
7525            'IP4FWD' and
7526            not 'IPSEC' and
7527            not 'VHOST'"
7528   parameters:
7529   - "throughput"
7530   - "parent"
7531   - "tags"
7532   sort:
7533   - "IP4BASE"
7534   - "NAT44"
7535   - "POLICE_MARK"
7536   - "COPWHLIST"
7537   - "IACL"
7538   - "OACL"
7539   traces:
7540     hoverinfo: "x+y"
7541     boxpoints: "outliers"
7542     whiskerwidth: 0
7543   layout:
7544     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
7545     layout: "plot-throughput"
7546
7547 -
7548   type: "plot"
7549   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
7550   algorithm: "plot_performance_box"
7551   output-file-type: ".html"
7552   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
7553   data: "plot-vpp-throughput-latency-3n-skx"
7554   filter: "'NIC_Intel-X710' and
7555            '64B' and
7556            ('IP4BASE' or
7557             'POLICE_MARK' or
7558             'COPWHLIST' or
7559             ('NAT44' and 'BASE') or
7560             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7561            'NDRPDR' and
7562            '4T2C' and
7563            'IP4FWD' and
7564            not 'IPSEC' and
7565            not 'VHOST'"
7566   parameters:
7567   - "throughput"
7568   - "parent"
7569   - "tags"
7570   sort:
7571   - "IP4BASE"
7572   - "NAT44"
7573   - "POLICE_MARK"
7574   - "COPWHLIST"
7575   - "IACL"
7576   - "OACL"
7577   traces:
7578     hoverinfo: "x+y"
7579     boxpoints: "outliers"
7580     whiskerwidth: 0
7581   layout:
7582     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
7583     layout: "plot-throughput"
7584
7585 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
7586 -
7587   type: "plot"
7588   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7589   algorithm: "plot_performance_box"
7590   output-file-type: ".html"
7591   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7592   data: "plot-vpp-throughput-latency-3n-hsw"
7593   filter: "'NIC_Intel-X710' and
7594            '64B' and
7595            'NDRPDR' and
7596            '1T1C' and
7597            'IP4FWD' and
7598            'NAT44' and
7599            not 'IPSEC' and
7600            not 'VHOST'"
7601   parameters:
7602   - "throughput"
7603   - "parent"
7604   - "tags"
7605   sort:
7606   - "BASE"
7607   - "BASE"
7608   - "SRC_USER_10"
7609   - "SRC_USER_100"
7610   - "SRC_USER_1000"
7611   - "SRC_USER_2000"
7612   traces:
7613     hoverinfo: "x+y"
7614     boxpoints: "outliers"
7615     whiskerwidth: 0
7616   layout:
7617     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7618     layout: "plot-throughput"
7619
7620 -
7621   type: "plot"
7622   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7623   algorithm: "plot_performance_box"
7624   output-file-type: ".html"
7625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7626   data: "plot-vpp-throughput-latency-3n-hsw"
7627   filter: "'NIC_Intel-X710' and
7628            '64B' and
7629            'NDRPDR' and
7630            '1T1C' and
7631            'IP4FWD' and
7632            'NAT44' and
7633            not 'IPSEC' and
7634            not 'VHOST'"
7635   parameters:
7636   - "throughput"
7637   - "parent"
7638   - "tags"
7639   sort:
7640   - "BASE"
7641   - "BASE"
7642   - "SRC_USER_10"
7643   - "SRC_USER_100"
7644   - "SRC_USER_1000"
7645   - "SRC_USER_2000"
7646   traces:
7647     hoverinfo: "x+y"
7648     boxpoints: "outliers"
7649     whiskerwidth: 0
7650   layout:
7651     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7652     layout: "plot-throughput"
7653
7654 -
7655   type: "plot"
7656   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7657   algorithm: "plot_performance_box"
7658   output-file-type: ".html"
7659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7660   data: "plot-vpp-throughput-latency-3n-hsw"
7661   filter: "'NIC_Intel-X710' and
7662            '64B' and
7663            'NDRPDR' and
7664            '2T2C' and
7665            'IP4FWD' and
7666            'NAT44' and
7667            not 'IPSEC' and
7668            not 'VHOST'"
7669   parameters:
7670   - "throughput"
7671   - "parent"
7672   - "tags"
7673   sort:
7674   - "BASE"
7675   - "BASE"
7676   - "SRC_USER_10"
7677   - "SRC_USER_100"
7678   - "SRC_USER_1000"
7679   - "SRC_USER_2000"
7680   traces:
7681     hoverinfo: "x+y"
7682     boxpoints: "outliers"
7683     whiskerwidth: 0
7684   layout:
7685     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7686     layout: "plot-throughput"
7687
7688 -
7689   type: "plot"
7690   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7691   algorithm: "plot_performance_box"
7692   output-file-type: ".html"
7693   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7694   data: "plot-vpp-throughput-latency-3n-hsw"
7695   filter: "'NIC_Intel-X710' and
7696            '64B' and
7697            'NDRPDR' and
7698            '2T2C' and
7699            'IP4FWD' and
7700            'NAT44' and
7701            not 'IPSEC' and
7702            not 'VHOST'"
7703   parameters:
7704   - "throughput"
7705   - "parent"
7706   - "tags"
7707   sort:
7708   - "BASE"
7709   - "BASE"
7710   - "SRC_USER_10"
7711   - "SRC_USER_100"
7712   - "SRC_USER_1000"
7713   - "SRC_USER_2000"
7714   traces:
7715     hoverinfo: "x+y"
7716     boxpoints: "outliers"
7717     whiskerwidth: 0
7718   layout:
7719     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7720     layout: "plot-throughput"
7721
7722 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
7723 -
7724   type: "plot"
7725   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7726   algorithm: "plot_performance_box"
7727   output-file-type: ".html"
7728   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7729   data: "plot-vpp-throughput-latency-3n-hsw"
7730   filter: "'NIC_Intel-X710' and
7731            '64B' and
7732            'NDRPDR' and
7733            '1T1C' and
7734            'IP4FWD' and
7735            'IACL' and
7736            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7737            not 'IPSEC' and
7738            not 'VHOST'"
7739   parameters:
7740   - "throughput"
7741   - "parent"
7742   - "tags"
7743   sort:
7744   - "ACL_STATELESS"
7745   - "ACL_STATEFUL"
7746   - "ACL_STATELESS"
7747   - "ACL_STATEFUL"
7748   traces:
7749     hoverinfo: "x+y"
7750     boxpoints: "outliers"
7751     whiskerwidth: 0
7752   layout:
7753     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7754     layout: "plot-throughput"
7755
7756 -
7757   type: "plot"
7758   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7759   algorithm: "plot_performance_box"
7760   output-file-type: ".html"
7761   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7762   data: "plot-vpp-throughput-latency-3n-hsw"
7763   filter: "'NIC_Intel-X710' and
7764            '64B' and
7765            'NDRPDR' and
7766            '1T1C' and
7767            'IP4FWD' and
7768            'IACL' and
7769            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7770            not 'IPSEC' and
7771            not 'VHOST'"
7772   parameters:
7773   - "throughput"
7774   - "parent"
7775   - "tags"
7776   sort:
7777   - "ACL_STATELESS"
7778   - "ACL_STATEFUL"
7779   - "ACL_STATELESS"
7780   - "ACL_STATEFUL"
7781   traces:
7782     hoverinfo: "x+y"
7783     boxpoints: "outliers"
7784     whiskerwidth: 0
7785   layout:
7786     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7787     layout: "plot-throughput"
7788
7789 -
7790   type: "plot"
7791   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7792   algorithm: "plot_performance_box"
7793   output-file-type: ".html"
7794   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7795   data: "plot-vpp-throughput-latency-3n-hsw"
7796   filter: "'NIC_Intel-X710' and
7797            '64B' and
7798            'NDRPDR' and
7799            '2T2C' and
7800            'IP4FWD' and
7801            'IACL' and
7802            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7803            not 'IPSEC' and
7804            not 'VHOST'"
7805   parameters:
7806   - "throughput"
7807   - "parent"
7808   - "tags"
7809   sort:
7810   - "ACL_STATELESS"
7811   - "ACL_STATEFUL"
7812   - "ACL_STATELESS"
7813   - "ACL_STATEFUL"
7814   traces:
7815     hoverinfo: "x+y"
7816     boxpoints: "outliers"
7817     whiskerwidth: 0
7818   layout:
7819     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7820     layout: "plot-throughput"
7821
7822 -
7823   type: "plot"
7824   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7825   algorithm: "plot_performance_box"
7826   output-file-type: ".html"
7827   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7828   data: "plot-vpp-throughput-latency-3n-hsw"
7829   filter: "'NIC_Intel-X710' and
7830            '64B' and
7831            'NDRPDR' and
7832            '2T2C' and
7833            'IP4FWD' and
7834            'IACL' and
7835            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7836            not 'IPSEC' and
7837            not 'VHOST'"
7838   parameters:
7839   - "throughput"
7840   - "parent"
7841   - "tags"
7842   sort:
7843   - "ACL_STATELESS"
7844   - "ACL_STATEFUL"
7845   - "ACL_STATELESS"
7846   - "ACL_STATEFUL"
7847   traces:
7848     hoverinfo: "x+y"
7849     boxpoints: "outliers"
7850     whiskerwidth: 0
7851   layout:
7852     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7853     layout: "plot-throughput"
7854
7855 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
7856 -
7857   type: "plot"
7858   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7859   algorithm: "plot_performance_box"
7860   output-file-type: ".html"
7861   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7862   data: "plot-vpp-throughput-latency-3n-hsw"
7863   filter: "'NIC_Intel-X710' and
7864            '64B' and
7865            'NDRPDR' and
7866            '1T1C' and
7867            'IP4FWD' and
7868            'OACL' and
7869            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7870            not 'IPSEC' and
7871            not 'VHOST'"
7872   parameters:
7873   - "throughput"
7874   - "parent"
7875   - "tags"
7876   sort:
7877   - "ACL_STATELESS"
7878   - "ACL_STATEFUL"
7879   - "ACL_STATELESS"
7880   - "ACL_STATEFUL"
7881   traces:
7882     hoverinfo: "x+y"
7883     boxpoints: "outliers"
7884     whiskerwidth: 0
7885   layout:
7886     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7887     layout: "plot-throughput"
7888
7889 -
7890   type: "plot"
7891   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7892   algorithm: "plot_performance_box"
7893   output-file-type: ".html"
7894   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7895   data: "plot-vpp-throughput-latency-3n-hsw"
7896   filter: "'NIC_Intel-X710' and
7897            '64B' and
7898            'NDRPDR' and
7899            '1T1C' and
7900            'IP4FWD' and
7901            'OACL' and
7902            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7903            not 'IPSEC' and
7904            not 'VHOST'"
7905   parameters:
7906   - "throughput"
7907   - "parent"
7908   - "tags"
7909   sort:
7910   - "ACL_STATELESS"
7911   - "ACL_STATEFUL"
7912   - "ACL_STATELESS"
7913   - "ACL_STATEFUL"
7914   traces:
7915     hoverinfo: "x+y"
7916     boxpoints: "outliers"
7917     whiskerwidth: 0
7918   layout:
7919     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7920     layout: "plot-throughput"
7921
7922 -
7923   type: "plot"
7924   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7925   algorithm: "plot_performance_box"
7926   output-file-type: ".html"
7927   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7928   data: "plot-vpp-throughput-latency-3n-hsw"
7929   filter: "'NIC_Intel-X710' and
7930            '64B' and
7931            'NDRPDR' and
7932            '2T2C' and
7933            'IP4FWD' and
7934            'OACL' and
7935            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7936            not 'IPSEC' and
7937            not 'VHOST'"
7938   parameters:
7939   - "throughput"
7940   - "parent"
7941   - "tags"
7942   sort:
7943   - "ACL_STATELESS"
7944   - "ACL_STATEFUL"
7945   - "ACL_STATELESS"
7946   - "ACL_STATEFUL"
7947   traces:
7948     hoverinfo: "x+y"
7949     boxpoints: "outliers"
7950     whiskerwidth: 0
7951   layout:
7952     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7953     layout: "plot-throughput"
7954
7955 -
7956   type: "plot"
7957   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7958   algorithm: "plot_performance_box"
7959   output-file-type: ".html"
7960   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7961   data: "plot-vpp-throughput-latency-3n-hsw"
7962   filter: "'NIC_Intel-X710' and
7963            '64B' and
7964            'NDRPDR' and
7965            '2T2C' and
7966            'IP4FWD' and
7967            'OACL' and
7968            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7969            not 'IPSEC' and
7970            not 'VHOST'"
7971   parameters:
7972   - "throughput"
7973   - "parent"
7974   - "tags"
7975   sort:
7976   - "ACL_STATELESS"
7977   - "ACL_STATEFUL"
7978   - "ACL_STATELESS"
7979   - "ACL_STATEFUL"
7980   traces:
7981     hoverinfo: "x+y"
7982     boxpoints: "outliers"
7983     whiskerwidth: 0
7984   layout:
7985     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7986     layout: "plot-throughput"
7987
7988 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
7989 -
7990   type: "plot"
7991   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7992   algorithm: "plot_performance_box"
7993   output-file-type: ".html"
7994   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7995   data: "plot-vpp-throughput-latency-2n-skx"
7996   filter: "'NIC_Intel-X710' and
7997            '64B' and
7998            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7999            'NDRPDR' and
8000            '2T1C' and
8001            'IP4FWD' and
8002            not 'IPSEC' and
8003            not 'VHOST'"
8004   parameters:
8005   - "throughput"
8006   - "parent"
8007   - "tags"
8008   sort:
8009   - "IP4BASE"
8010   - "FIB_20K"
8011   - "FIB_200K"
8012   - "FIB_2M"
8013   traces:
8014     hoverinfo: "x+y"
8015     boxpoints: "outliers"
8016     whiskerwidth: 0
8017   layout:
8018     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8019     layout: "plot-throughput"
8020
8021 -
8022   type: "plot"
8023   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8024   algorithm: "plot_performance_box"
8025   output-file-type: ".html"
8026   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8027   data: "plot-vpp-throughput-latency-2n-skx"
8028   filter: "'NIC_Intel-X710' and
8029            '64B' and
8030            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8031            'NDRPDR' and
8032            '2T1C' and
8033            'IP4FWD' and
8034            not 'IPSEC' and
8035            not 'VHOST'"
8036   parameters:
8037   - "throughput"
8038   - "parent"
8039   - "tags"
8040   sort:
8041   - "IP4BASE"
8042   - "FIB_20K"
8043   - "FIB_200K"
8044   - "FIB_2M"
8045   traces:
8046     hoverinfo: "x+y"
8047     boxpoints: "outliers"
8048     whiskerwidth: 0
8049   layout:
8050     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8051     layout: "plot-throughput"
8052
8053 -
8054   type: "plot"
8055   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8056   algorithm: "plot_performance_box"
8057   output-file-type: ".html"
8058   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8059   data: "plot-vpp-throughput-latency-2n-skx"
8060   filter: "'NIC_Intel-X710' and
8061            '64B' and
8062            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8063            'NDRPDR' and
8064            '4T2C' and
8065            'IP4FWD' and
8066            not 'IPSEC' and
8067            not 'VHOST'"
8068   parameters:
8069   - "throughput"
8070   - "parent"
8071   - "tags"
8072   sort:
8073   - "IP4BASE"
8074   - "FIB_20K"
8075   - "FIB_200K"
8076   - "FIB_2M"
8077   traces:
8078     hoverinfo: "x+y"
8079     boxpoints: "outliers"
8080     whiskerwidth: 0
8081   layout:
8082     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8083     layout: "plot-throughput"
8084
8085 -
8086   type: "plot"
8087   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8088   algorithm: "plot_performance_box"
8089   output-file-type: ".html"
8090   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8091   data: "plot-vpp-throughput-latency-2n-skx"
8092   filter: "'NIC_Intel-X710' and
8093            '64B' and
8094            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8095            'NDRPDR' and
8096            '4T2C' and
8097            'IP4FWD' and
8098            not 'IPSEC' and
8099            not 'VHOST'"
8100   parameters:
8101   - "throughput"
8102   - "parent"
8103   - "tags"
8104   sort:
8105   - "IP4BASE"
8106   - "FIB_20K"
8107   - "FIB_200K"
8108   - "FIB_2M"
8109   traces:
8110     hoverinfo: "x+y"
8111     boxpoints: "outliers"
8112     whiskerwidth: 0
8113   layout:
8114     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8115     layout: "plot-throughput"
8116
8117 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
8118 -
8119   type: "plot"
8120   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8121   algorithm: "plot_performance_box"
8122   output-file-type: ".html"
8123   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8124   data: "plot-vpp-throughput-latency-2n-skx"
8125   filter: "'NIC_Intel-XXV710' and
8126            '64B' and
8127            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8128            'NDRPDR' and
8129            '2T1C' and
8130            'IP4FWD' and
8131            not 'IPSEC' and
8132            not 'VHOST'"
8133   parameters:
8134   - "throughput"
8135   - "parent"
8136   - "tags"
8137   sort:
8138   - "IP4BASE"
8139   - "FIB_20K"
8140   - "FIB_200K"
8141   - "FIB_2M"
8142   traces:
8143     hoverinfo: "x+y"
8144     boxpoints: "outliers"
8145     whiskerwidth: 0
8146   layout:
8147     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8148     layout: "plot-throughput"
8149
8150 -
8151   type: "plot"
8152   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8153   algorithm: "plot_performance_box"
8154   output-file-type: ".html"
8155   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8156   data: "plot-vpp-throughput-latency-2n-skx"
8157   filter: "'NIC_Intel-XXV710' and
8158            '64B' and
8159            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8160            'NDRPDR' and
8161            '2T1C' and
8162            'IP4FWD' and
8163            not 'IPSEC' and
8164            not 'VHOST'"
8165   parameters:
8166   - "throughput"
8167   - "parent"
8168   - "tags"
8169   sort:
8170   - "IP4BASE"
8171   - "FIB_20K"
8172   - "FIB_200K"
8173   - "FIB_2M"
8174   traces:
8175     hoverinfo: "x+y"
8176     boxpoints: "outliers"
8177     whiskerwidth: 0
8178   layout:
8179     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8180     layout: "plot-throughput"
8181
8182 -
8183   type: "plot"
8184   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8185   algorithm: "plot_performance_box"
8186   output-file-type: ".html"
8187   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8188   data: "plot-vpp-throughput-latency-2n-skx"
8189   filter: "'NIC_Intel-XXV710' and
8190            '64B' and
8191            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8192            'NDRPDR' and
8193            '4T2C' and
8194            'IP4FWD' and
8195            not 'IPSEC' and
8196            not 'VHOST'"
8197   parameters:
8198   - "throughput"
8199   - "parent"
8200   - "tags"
8201   sort:
8202   - "IP4BASE"
8203   - "FIB_20K"
8204   - "FIB_200K"
8205   - "FIB_2M"
8206   traces:
8207     hoverinfo: "x+y"
8208     boxpoints: "outliers"
8209     whiskerwidth: 0
8210   layout:
8211     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8212     layout: "plot-throughput"
8213
8214 -
8215   type: "plot"
8216   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8217   algorithm: "plot_performance_box"
8218   output-file-type: ".html"
8219   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8220   data: "plot-vpp-throughput-latency-2n-skx"
8221   filter: "'NIC_Intel-XXV710' and
8222            '64B' and
8223            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8224            'NDRPDR' and
8225            '4T2C' and
8226            'IP4FWD' and
8227            not 'IPSEC' and
8228            not 'VHOST'"
8229   parameters:
8230   - "throughput"
8231   - "parent"
8232   - "tags"
8233   sort:
8234   - "IP4BASE"
8235   - "FIB_20K"
8236   - "FIB_200K"
8237   - "FIB_2M"
8238   traces:
8239     hoverinfo: "x+y"
8240     boxpoints: "outliers"
8241     whiskerwidth: 0
8242   layout:
8243     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8244     layout: "plot-throughput"
8245
8246 ################################################################################
8247
8248 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
8249 -
8250   type: "plot"
8251   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8252   algorithm: "plot_performance_box"
8253   output-file-type: ".html"
8254   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8255   data: "plot-vpp-throughput-latency-3n-hsw"
8256   filter: "'NIC_Intel-X520-DA2' and
8257            '64B' and
8258            'ENCAP' and
8259            'NDRPDR' and
8260            '1T1C' and
8261            'VXLAN' and
8262            'L2BDMACLRN' and
8263            not 'VHOST' and
8264            not 'IPSECHW'"
8265   parameters:
8266   - "throughput"
8267   - "parent"
8268   - "tags"
8269   sort:
8270   - "not DOT1Q"
8271   - "VXLAN_1"
8272   - "VXLAN_10"
8273   - "VXLAN_100"
8274   - "VXLAN_1000"
8275   traces:
8276     hoverinfo: "x+y"
8277     boxpoints: "outliers"
8278     whiskerwidth: 0
8279   layout:
8280     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8281     layout: "plot-throughput"
8282
8283 -
8284   type: "plot"
8285   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8286   algorithm: "plot_performance_box"
8287   output-file-type: ".html"
8288   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8289   data: "plot-vpp-throughput-latency-3n-hsw"
8290   filter: "'NIC_Intel-X520-DA2' and
8291            '64B' and
8292            'ENCAP' and
8293            'NDRPDR' and
8294            '1T1C' and
8295            'VXLAN' and
8296            'L2BDMACLRN' and
8297            not 'VHOST' and
8298            not 'IPSECHW'"
8299   parameters:
8300   - "throughput"
8301   - "parent"
8302   - "tags"
8303   sort:
8304   - "not DOT1Q"
8305   - "VXLAN_1"
8306   - "VXLAN_10"
8307   - "VXLAN_100"
8308   - "VXLAN_1000"
8309   traces:
8310     hoverinfo: "x+y"
8311     boxpoints: "outliers"
8312     whiskerwidth: 0
8313   layout:
8314     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8315     layout: "plot-throughput"
8316
8317 -
8318   type: "plot"
8319   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8320   algorithm: "plot_performance_box"
8321   output-file-type: ".html"
8322   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8323   data: "plot-vpp-throughput-latency-3n-hsw"
8324   filter: "'NIC_Intel-X520-DA2' and
8325            '64B' and
8326            'ENCAP' and
8327            'NDRPDR' and
8328            '2T2C' and
8329            'VXLAN' and
8330            'L2BDMACLRN' and
8331            not 'VHOST' and
8332            not 'IPSECHW'"
8333   parameters:
8334   - "throughput"
8335   - "parent"
8336   - "tags"
8337   sort:
8338   - "not DOT1Q"
8339   - "VXLAN_1"
8340   - "VXLAN_10"
8341   - "VXLAN_100"
8342   - "VXLAN_1000"
8343   traces:
8344     hoverinfo: "x+y"
8345     boxpoints: "outliers"
8346     whiskerwidth: 0
8347   layout:
8348     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8349     layout: "plot-throughput"
8350
8351 -
8352   type: "plot"
8353   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8354   algorithm: "plot_performance_box"
8355   output-file-type: ".html"
8356   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8357   data: "plot-vpp-throughput-latency-3n-hsw"
8358   filter: "'NIC_Intel-X520-DA2' and
8359            '64B' and
8360            'ENCAP' and
8361            'NDRPDR' and
8362            '2T2C' and
8363            'VXLAN' and
8364            'L2BDMACLRN' and
8365            not 'VHOST' and
8366            not 'IPSECHW'"
8367   parameters:
8368   - "throughput"
8369   - "parent"
8370   - "tags"
8371   sort:
8372   - "not DOT1Q"
8373   - "VXLAN_1"
8374   - "VXLAN_10"
8375   - "VXLAN_100"
8376   - "VXLAN_1000"
8377   traces:
8378     hoverinfo: "x+y"
8379     boxpoints: "outliers"
8380     whiskerwidth: 0
8381   layout:
8382     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8383     layout: "plot-throughput"
8384
8385 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
8386 -
8387   type: "plot"
8388   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8389   algorithm: "plot_performance_box"
8390   output-file-type: ".html"
8391   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8392   data: "plot-vpp-throughput-latency-3n-hsw"
8393   filter: "'NIC_Intel-X520-DA2' and
8394            '64B' and
8395            'ENCAP' and
8396            'NDRPDR' and
8397            '1T1C' and
8398            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8399            not 'DOT1Q' and
8400            not 'VHOST' and
8401            not 'IPSECHW'"
8402   parameters:
8403   - "throughput"
8404   - "parent"
8405   - "tags"
8406   sort:
8407   - "L2BDMACLRN"
8408   - "L2XCFWD"
8409   - "LISP"
8410   traces:
8411     hoverinfo: "x+y"
8412     boxpoints: "outliers"
8413     whiskerwidth: 0
8414   layout:
8415     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8416     layout: "plot-throughput"
8417
8418 -
8419   type: "plot"
8420   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8421   algorithm: "plot_performance_box"
8422   output-file-type: ".html"
8423   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8424   data: "plot-vpp-throughput-latency-3n-hsw"
8425   filter: "'NIC_Intel-X520-DA2' and
8426            '64B' and
8427            'ENCAP' and
8428            'NDRPDR' and
8429            '2T2C' and
8430            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8431            not 'DOT1Q' and
8432            not 'VHOST' and
8433            not 'IPSECHW'"
8434   parameters:
8435   - "throughput"
8436   - "parent"
8437   - "tags"
8438   sort:
8439   - "L2BDMACLRN"
8440   - "L2XCFWD"
8441   - "LISP"
8442   traces:
8443     hoverinfo: "x+y"
8444     boxpoints: "outliers"
8445     whiskerwidth: 0
8446   layout:
8447     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8448     layout: "plot-throughput"
8449
8450 -
8451   type: "plot"
8452   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8453   algorithm: "plot_performance_box"
8454   output-file-type: ".html"
8455   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8456   data: "plot-vpp-throughput-latency-3n-hsw"
8457   filter: "'NIC_Intel-X520-DA2' and
8458            '64B' and
8459            'ENCAP' and
8460            'NDRPDR' and
8461            '1T1C' and
8462            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8463            not 'DOT1Q' and
8464            not 'VHOST' and
8465            not 'IPSECHW'"
8466   parameters:
8467   - "throughput"
8468   - "parent"
8469   - "tags"
8470   sort:
8471   - "L2BDMACLRN"
8472   - "L2XCFWD"
8473   - "LISP"
8474   traces:
8475     hoverinfo: "x+y"
8476     boxpoints: "outliers"
8477     whiskerwidth: 0
8478   layout:
8479     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8480     layout: "plot-throughput"
8481
8482 -
8483   type: "plot"
8484   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8485   algorithm: "plot_performance_box"
8486   output-file-type: ".html"
8487   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8488   data: "plot-vpp-throughput-latency-3n-hsw"
8489   filter: "'NIC_Intel-X520-DA2' and
8490            '64B' and
8491            'ENCAP' and
8492            'NDRPDR' and
8493            '2T2C' and
8494            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8495            not 'DOT1Q' and
8496            not 'VHOST' and
8497            not 'IPSECHW'"
8498   parameters:
8499   - "throughput"
8500   - "parent"
8501   - "tags"
8502   sort:
8503   - "L2BDMACLRN"
8504   - "L2XCFWD"
8505   - "LISP"
8506   traces:
8507     hoverinfo: "x+y"
8508     boxpoints: "outliers"
8509     whiskerwidth: 0
8510   layout:
8511     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8512     layout: "plot-throughput"
8513
8514 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
8515 -
8516   type: "plot"
8517   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8518   algorithm: "plot_performance_box"
8519   output-file-type: ".html"
8520   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8521   data: "plot-vpp-throughput-latency-3n-hsw"
8522   filter: "'NIC_Intel-X710' and
8523            '64B' and
8524            'ENCAP' and
8525            'NDRPDR' and
8526            '1T1C' and
8527            'VXLAN' and
8528            'L2BDMACLRN' and
8529            not 'VHOST' and
8530            not 'IPSECHW'"
8531   parameters:
8532   - "throughput"
8533   - "parent"
8534   - "tags"
8535   sort:
8536   - "not DOT1Q"
8537   - "VXLAN_1"
8538   - "VXLAN_10"
8539   - "VXLAN_100"
8540   - "VXLAN_1000"
8541   traces:
8542     hoverinfo: "x+y"
8543     boxpoints: "outliers"
8544     whiskerwidth: 0
8545   layout:
8546     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8547     layout: "plot-throughput"
8548
8549 -
8550   type: "plot"
8551   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8552   algorithm: "plot_performance_box"
8553   output-file-type: ".html"
8554   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8555   data: "plot-vpp-throughput-latency-3n-hsw"
8556   filter: "'NIC_Intel-X710' and
8557            '64B' and
8558            'ENCAP' and
8559            'NDRPDR' and
8560            '1T1C' and
8561            'VXLAN' and
8562            'L2BDMACLRN' and
8563            not 'VHOST' and
8564            not 'IPSECHW'"
8565   parameters:
8566   - "throughput"
8567   - "parent"
8568   - "tags"
8569   sort:
8570   - "not DOT1Q"
8571   - "VXLAN_1"
8572   - "VXLAN_10"
8573   - "VXLAN_100"
8574   - "VXLAN_1000"
8575   traces:
8576     hoverinfo: "x+y"
8577     boxpoints: "outliers"
8578     whiskerwidth: 0
8579   layout:
8580     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8581     layout: "plot-throughput"
8582
8583 -
8584   type: "plot"
8585   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8586   algorithm: "plot_performance_box"
8587   output-file-type: ".html"
8588   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8589   data: "plot-vpp-throughput-latency-3n-hsw"
8590   filter: "'NIC_Intel-X710' and
8591            '64B' and
8592            'ENCAP' and
8593            'NDRPDR' and
8594            '2T2C' and
8595            'VXLAN' and
8596            'L2BDMACLRN' and
8597            not 'VHOST' and
8598            not 'IPSECHW'"
8599   parameters:
8600   - "throughput"
8601   - "parent"
8602   - "tags"
8603   sort:
8604   - "not DOT1Q"
8605   - "VXLAN_1"
8606   - "VXLAN_10"
8607   - "VXLAN_100"
8608   - "VXLAN_1000"
8609   traces:
8610     hoverinfo: "x+y"
8611     boxpoints: "outliers"
8612     whiskerwidth: 0
8613   layout:
8614     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8615     layout: "plot-throughput"
8616
8617 -
8618   type: "plot"
8619   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8620   algorithm: "plot_performance_box"
8621   output-file-type: ".html"
8622   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8623   data: "plot-vpp-throughput-latency-3n-hsw"
8624   filter: "'NIC_Intel-X710' and
8625            '64B' and
8626            'ENCAP' and
8627            'NDRPDR' and
8628            '2T2C' and
8629            'VXLAN' and
8630            'L2BDMACLRN' and
8631            not 'VHOST' and
8632            not 'IPSECHW'"
8633   parameters:
8634   - "throughput"
8635   - "parent"
8636   - "tags"
8637   sort:
8638   - "not DOT1Q"
8639   - "VXLAN_1"
8640   - "VXLAN_10"
8641   - "VXLAN_100"
8642   - "VXLAN_1000"
8643   traces:
8644     hoverinfo: "x+y"
8645     boxpoints: "outliers"
8646     whiskerwidth: 0
8647   layout:
8648     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8649     layout: "plot-throughput"
8650
8651 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
8652 -
8653   type: "plot"
8654   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8655   algorithm: "plot_performance_box"
8656   output-file-type: ".html"
8657   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8658   data: "plot-vpp-throughput-latency-3n-hsw"
8659   filter: "'NIC_Intel-X710' and
8660            '64B' and
8661            'ENCAP' and
8662            'NDRPDR' and
8663            '1T1C' and
8664            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8665            not 'DOT1Q' and
8666            not 'VHOST' and
8667            not 'IPSECHW'"
8668   parameters:
8669   - "throughput"
8670   - "parent"
8671   - "tags"
8672   sort:
8673   - "L2BDMACLRN"
8674   - "L2XCFWD"
8675   - "LISP"
8676   traces:
8677     hoverinfo: "x+y"
8678     boxpoints: "outliers"
8679     whiskerwidth: 0
8680   layout:
8681     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8682     layout: "plot-throughput"
8683
8684 -
8685   type: "plot"
8686   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8687   algorithm: "plot_performance_box"
8688   output-file-type: ".html"
8689   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8690   data: "plot-vpp-throughput-latency-3n-hsw"
8691   filter: "'NIC_Intel-X710' and
8692            '64B' and
8693            'ENCAP' and
8694            'NDRPDR' and
8695            '2T2C' and
8696            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8697            not 'DOT1Q' and
8698            not 'VHOST' and
8699            not 'IPSECHW'"
8700   parameters:
8701   - "throughput"
8702   - "parent"
8703   - "tags"
8704   sort:
8705   - "L2BDMACLRN"
8706   - "L2XCFWD"
8707   - "LISP"
8708   traces:
8709     hoverinfo: "x+y"
8710     boxpoints: "outliers"
8711     whiskerwidth: 0
8712   layout:
8713     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8714     layout: "plot-throughput"
8715
8716 -
8717   type: "plot"
8718   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8719   algorithm: "plot_performance_box"
8720   output-file-type: ".html"
8721   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8722   data: "plot-vpp-throughput-latency-3n-hsw"
8723   filter: "'NIC_Intel-X710' and
8724            '64B' and
8725            'ENCAP' and
8726            'NDRPDR' and
8727            '1T1C' and
8728            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8729            not 'DOT1Q' and
8730            not 'VHOST' and
8731            not 'IPSECHW'"
8732   parameters:
8733   - "throughput"
8734   - "parent"
8735   - "tags"
8736   sort:
8737   - "L2BDMACLRN"
8738   - "L2XCFWD"
8739   - "LISP"
8740   traces:
8741     hoverinfo: "x+y"
8742     boxpoints: "outliers"
8743     whiskerwidth: 0
8744   layout:
8745     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8746     layout: "plot-throughput"
8747
8748 -
8749   type: "plot"
8750   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8751   algorithm: "plot_performance_box"
8752   output-file-type: ".html"
8753   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8754   data: "plot-vpp-throughput-latency-3n-hsw"
8755   filter: "'NIC_Intel-X710' and
8756            '64B' and
8757            'ENCAP' and
8758            'NDRPDR' and
8759            '2T2C' and
8760            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8761            not 'DOT1Q' and
8762            not 'VHOST' and
8763            not 'IPSECHW'"
8764   parameters:
8765   - "throughput"
8766   - "parent"
8767   - "tags"
8768   sort:
8769   - "L2BDMACLRN"
8770   - "L2XCFWD"
8771   - "LISP"
8772   traces:
8773     hoverinfo: "x+y"
8774     boxpoints: "outliers"
8775     whiskerwidth: 0
8776   layout:
8777     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8778     layout: "plot-throughput"
8779
8780 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
8781 -
8782   type: "plot"
8783   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8784   algorithm: "plot_performance_box"
8785   output-file-type: ".html"
8786   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8787   data: "plot-vpp-throughput-latency-3n-skx"
8788   filter: "'NIC_Intel-X710' and
8789            '64B' and
8790            'ENCAP' and
8791            'NDRPDR' and
8792            '2T1C' and
8793            'VXLAN' and
8794            'L2BDMACLRN' and
8795            not 'VHOST' and
8796            not 'IPSECHW'"
8797   parameters:
8798   - "throughput"
8799   - "parent"
8800   - "tags"
8801   sort:
8802   - "not DOT1Q"
8803   - "VXLAN_1"
8804   - "VXLAN_10"
8805   - "VXLAN_100"
8806   - "VXLAN_1000"
8807   traces:
8808     hoverinfo: "x+y"
8809     boxpoints: "outliers"
8810     whiskerwidth: 0
8811   layout:
8812     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8813     layout: "plot-throughput"
8814
8815 -
8816   type: "plot"
8817   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8818   algorithm: "plot_performance_box"
8819   output-file-type: ".html"
8820   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8821   data: "plot-vpp-throughput-latency-3n-skx"
8822   filter: "'NIC_Intel-X710' and
8823            '64B' and
8824            'ENCAP' and
8825            'NDRPDR' and
8826            '2T1C' and
8827            'VXLAN' and
8828            'L2BDMACLRN' and
8829            not 'VHOST' and
8830            not 'IPSECHW'"
8831   parameters:
8832   - "throughput"
8833   - "parent"
8834   - "tags"
8835   sort:
8836   - "not DOT1Q"
8837   - "VXLAN_1"
8838   - "VXLAN_10"
8839   - "VXLAN_100"
8840   - "VXLAN_1000"
8841   traces:
8842     hoverinfo: "x+y"
8843     boxpoints: "outliers"
8844     whiskerwidth: 0
8845   layout:
8846     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8847     layout: "plot-throughput"
8848
8849 -
8850   type: "plot"
8851   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8852   algorithm: "plot_performance_box"
8853   output-file-type: ".html"
8854   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8855   data: "plot-vpp-throughput-latency-3n-skx"
8856   filter: "'NIC_Intel-X710' and
8857            '64B' and
8858            'ENCAP' and
8859            'NDRPDR' and
8860            '4T2C' and
8861            'VXLAN' and
8862            'L2BDMACLRN' and
8863            not 'VHOST' and
8864            not 'IPSECHW'"
8865   parameters:
8866   - "throughput"
8867   - "parent"
8868   - "tags"
8869   sort:
8870   - "not DOT1Q"
8871   - "VXLAN_1"
8872   - "VXLAN_10"
8873   - "VXLAN_100"
8874   - "VXLAN_1000"
8875   traces:
8876     hoverinfo: "x+y"
8877     boxpoints: "outliers"
8878     whiskerwidth: 0
8879   layout:
8880     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8881     layout: "plot-throughput"
8882
8883 -
8884   type: "plot"
8885   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8886   algorithm: "plot_performance_box"
8887   output-file-type: ".html"
8888   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8889   data: "plot-vpp-throughput-latency-3n-skx"
8890   filter: "'NIC_Intel-X710' and
8891            '64B' and
8892            'ENCAP' and
8893            'NDRPDR' and
8894            '4T2C' and
8895            'VXLAN' and
8896            'L2BDMACLRN' and
8897            not 'VHOST' and
8898            not 'IPSECHW'"
8899   parameters:
8900   - "throughput"
8901   - "parent"
8902   - "tags"
8903   sort:
8904   - "not DOT1Q"
8905   - "VXLAN_1"
8906   - "VXLAN_10"
8907   - "VXLAN_100"
8908   - "VXLAN_1000"
8909   traces:
8910     hoverinfo: "x+y"
8911     boxpoints: "outliers"
8912     whiskerwidth: 0
8913   layout:
8914     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8915     layout: "plot-throughput"
8916
8917 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
8918 -
8919   type: "plot"
8920   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8921   algorithm: "plot_performance_box"
8922   output-file-type: ".html"
8923   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8924   data: "plot-vpp-throughput-latency-3n-skx"
8925   filter: "'NIC_Intel-X710' and
8926            '64B' and
8927            'ENCAP' and
8928            'NDRPDR' and
8929            '2T1C' and
8930            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8931            not 'DOT1Q' and
8932            not 'VHOST' and
8933            not 'IPSECHW'"
8934   parameters:
8935   - "throughput"
8936   - "parent"
8937   - "tags"
8938   sort:
8939   - "L2BDMACLRN"
8940   - "L2XCFWD"
8941   - "LISP"
8942   traces:
8943     hoverinfo: "x+y"
8944     boxpoints: "outliers"
8945     whiskerwidth: 0
8946   layout:
8947     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8948     layout: "plot-throughput"
8949
8950 -
8951   type: "plot"
8952   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8953   algorithm: "plot_performance_box"
8954   output-file-type: ".html"
8955   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8956   data: "plot-vpp-throughput-latency-3n-skx"
8957   filter: "'NIC_Intel-X710' and
8958            '64B' and
8959            'ENCAP' and
8960            'NDRPDR' and
8961            '4T2C' and
8962            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8963            not 'DOT1Q' and
8964            not 'VHOST' and
8965            not 'IPSECHW'"
8966   parameters:
8967   - "throughput"
8968   - "parent"
8969   - "tags"
8970   sort:
8971   - "L2BDMACLRN"
8972   - "L2XCFWD"
8973   - "LISP"
8974   traces:
8975     hoverinfo: "x+y"
8976     boxpoints: "outliers"
8977     whiskerwidth: 0
8978   layout:
8979     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8980     layout: "plot-throughput"
8981
8982 -
8983   type: "plot"
8984   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8985   algorithm: "plot_performance_box"
8986   output-file-type: ".html"
8987   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8988   data: "plot-vpp-throughput-latency-3n-skx"
8989   filter: "'NIC_Intel-X710' and
8990            '64B' and
8991            'ENCAP' and
8992            'NDRPDR' and
8993            '2T1C' and
8994            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8995            not 'DOT1Q' and
8996            not 'VHOST' and
8997            not 'IPSECHW'"
8998   parameters:
8999   - "throughput"
9000   - "parent"
9001   - "tags"
9002   sort:
9003   - "L2BDMACLRN"
9004   - "L2XCFWD"
9005   - "LISP"
9006   traces:
9007     hoverinfo: "x+y"
9008     boxpoints: "outliers"
9009     whiskerwidth: 0
9010   layout:
9011     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9012     layout: "plot-throughput"
9013
9014 -
9015   type: "plot"
9016   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9017   algorithm: "plot_performance_box"
9018   output-file-type: ".html"
9019   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9020   data: "plot-vpp-throughput-latency-3n-skx"
9021   filter: "'NIC_Intel-X710' and
9022            '64B' and
9023            'ENCAP' and
9024            'NDRPDR' and
9025            '4T2C' and
9026            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9027            not 'DOT1Q' and
9028            not 'VHOST' and
9029            not 'IPSECHW'"
9030   parameters:
9031   - "throughput"
9032   - "parent"
9033   - "tags"
9034   sort:
9035   - "L2BDMACLRN"
9036   - "L2XCFWD"
9037   - "LISP"
9038   traces:
9039     hoverinfo: "x+y"
9040     boxpoints: "outliers"
9041     whiskerwidth: 0
9042   layout:
9043     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9044     layout: "plot-throughput"
9045
9046 ################################################################################
9047
9048 # Packet Throughput - VPP IPv6 3n-hsw-x520
9049 -
9050   type: "plot"
9051   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9052   algorithm: "plot_performance_box"
9053   output-file-type: ".html"
9054   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9055   data: "plot-vpp-throughput-latency-3n-hsw"
9056   filter: "'NIC_Intel-X520-DA2' and
9057            '78B' and
9058            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9059            'NDRPDR' and
9060            '1T1C' and
9061            'IP6FWD' and
9062            not 'SRv6' and
9063            not 'IPSEC' and
9064            not 'VHOST'"
9065   parameters:
9066   - "throughput"
9067   - "parent"
9068   - "tags"
9069   sort:
9070   - "IP6BASE"
9071   - "FIB_20K"
9072   - "FIB_200K"
9073   - "FIB_2M"
9074   traces:
9075     hoverinfo: "x+y"
9076     boxpoints: "outliers"
9077     whiskerwidth: 0
9078   layout:
9079     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9080     layout: "plot-throughput"
9081
9082 -
9083   type: "plot"
9084   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9085   algorithm: "plot_performance_box"
9086   output-file-type: ".html"
9087   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9088   data: "plot-vpp-throughput-latency-3n-hsw"
9089   filter: "'NIC_Intel-X520-DA2' and
9090            '78B' and
9091            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9092            'NDRPDR' and
9093            '1T1C' and
9094            'IP6FWD' and
9095            not 'SRv6' and
9096            not 'IPSEC' and
9097            not 'VHOST'"
9098   parameters:
9099   - "throughput"
9100   - "parent"
9101   - "tags"
9102   sort:
9103   - "IP6BASE"
9104   - "FIB_20K"
9105   - "FIB_200K"
9106   - "FIB_2M"
9107   traces:
9108     hoverinfo: "x+y"
9109     boxpoints: "outliers"
9110     whiskerwidth: 0
9111   layout:
9112     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9113     layout: "plot-throughput"
9114
9115 -
9116   type: "plot"
9117   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9118   algorithm: "plot_performance_box"
9119   output-file-type: ".html"
9120   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9121   data: "plot-vpp-throughput-latency-3n-hsw"
9122   filter: "'NIC_Intel-X520-DA2' and
9123            '78B' and
9124            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9125            'NDRPDR' and
9126            '2T2C' and
9127            'IP6FWD' and
9128            not 'SRv6' and
9129            not 'IPSEC' and
9130            not 'VHOST'"
9131   parameters:
9132   - "throughput"
9133   - "parent"
9134   - "tags"
9135   sort:
9136   - "IP6BASE"
9137   - "FIB_20K"
9138   - "FIB_200K"
9139   - "FIB_2M"
9140   traces:
9141     hoverinfo: "x+y"
9142     boxpoints: "outliers"
9143     whiskerwidth: 0
9144   layout:
9145     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9146     layout: "plot-throughput"
9147
9148 -
9149   type: "plot"
9150   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9151   algorithm: "plot_performance_box"
9152   output-file-type: ".html"
9153   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9154   data: "plot-vpp-throughput-latency-3n-hsw"
9155   filter: "'NIC_Intel-X520-DA2' and
9156            '78B' and
9157            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9158            'NDRPDR' and
9159            '2T2C' and
9160            'IP6FWD' and
9161            not 'SRv6' and
9162            not 'IPSEC' and
9163            not 'VHOST'"
9164   parameters:
9165   - "throughput"
9166   - "parent"
9167   - "tags"
9168   sort:
9169   - "IP6BASE"
9170   - "FIB_20K"
9171   - "FIB_200K"
9172   - "FIB_2M"
9173   traces:
9174     hoverinfo: "x+y"
9175     boxpoints: "outliers"
9176     whiskerwidth: 0
9177   layout:
9178     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9179     layout: "plot-throughput"
9180
9181 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
9182 -
9183   type: "plot"
9184   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9185   algorithm: "plot_performance_box"
9186   output-file-type: ".html"
9187   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9188   data: "plot-vpp-throughput-latency-3n-hsw"
9189   filter: "'NIC_Intel-X520-DA2' and
9190            '78B' and
9191            ('IP6BASE' or
9192             'POLICE_MARK' or
9193             'COPWHLIST' or
9194             'IACLDST') and
9195            'NDRPDR' and
9196            '1T1C' and
9197            'IP6FWD' and
9198            not 'SRv6' and
9199            not 'IPSEC' and
9200            not 'VHOST'"
9201   parameters:
9202   - "throughput"
9203   - "parent"
9204   - "tags"
9205   sort:
9206   - "IP6BASE"
9207   - "POLICE_MARK"
9208   - "COPWHLIST"
9209   - "IACLDST"
9210   traces:
9211     hoverinfo: "x+y"
9212     boxpoints: "outliers"
9213     whiskerwidth: 0
9214   layout:
9215     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9216     layout: "plot-throughput"
9217
9218 -
9219   type: "plot"
9220   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9221   algorithm: "plot_performance_box"
9222   output-file-type: ".html"
9223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9224   data: "plot-vpp-throughput-latency-3n-hsw"
9225   filter: "'NIC_Intel-X520-DA2' and
9226            '78B' and
9227            ('IP6BASE' or
9228             'POLICE_MARK' or
9229             'COPWHLIST' or
9230             'IACLDST') and
9231            'NDRPDR' and
9232            '2T2C' and
9233            'IP6FWD' and
9234            not 'SRv6' and
9235            not 'IPSEC' and
9236            not 'VHOST'"
9237   parameters:
9238   - "throughput"
9239   - "parent"
9240   - "tags"
9241   sort:
9242   - "IP6BASE"
9243   - "POLICE_MARK"
9244   - "COPWHLIST"
9245   - "IACLDST"
9246   traces:
9247     hoverinfo: "x+y"
9248     boxpoints: "outliers"
9249     whiskerwidth: 0
9250   layout:
9251     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9252     layout: "plot-throughput"
9253
9254 -
9255   type: "plot"
9256   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9257   algorithm: "plot_performance_box"
9258   output-file-type: ".html"
9259   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9260   data: "plot-vpp-throughput-latency-3n-hsw"
9261   filter: "'NIC_Intel-X520-DA2' and
9262            '78B' and
9263            ('IP6BASE' or
9264             'POLICE_MARK' or
9265             'COPWHLIST' or
9266             'IACLDST') and
9267            'NDRPDR' and
9268            '1T1C' and
9269            'IP6FWD' and
9270            not 'SRv6' and
9271            not 'IPSEC' and
9272            not 'VHOST'"
9273   parameters:
9274   - "throughput"
9275   - "parent"
9276   - "tags"
9277   sort:
9278   - "IP6BASE"
9279   - "POLICE_MARK"
9280   - "COPWHLIST"
9281   - "IACLDST"
9282   traces:
9283     hoverinfo: "x+y"
9284     boxpoints: "outliers"
9285     whiskerwidth: 0
9286   layout:
9287     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9288     layout: "plot-throughput"
9289
9290 -
9291   type: "plot"
9292   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9293   algorithm: "plot_performance_box"
9294   output-file-type: ".html"
9295   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9296   data: "plot-vpp-throughput-latency-3n-hsw"
9297   filter: "'NIC_Intel-X520-DA2' and
9298            '78B' and
9299            ('IP6BASE' or
9300             'POLICE_MARK' or
9301             'COPWHLIST' or
9302             'IACLDST') and
9303            'NDRPDR' and
9304            '2T2C' and
9305            'IP6FWD' and
9306            not 'SRv6' and
9307            not 'IPSEC' and
9308            not 'VHOST'"
9309   parameters:
9310   - "throughput"
9311   - "parent"
9312   - "tags"
9313   sort:
9314   - "IP6BASE"
9315   - "POLICE_MARK"
9316   - "COPWHLIST"
9317   - "IACLDST"
9318   traces:
9319     hoverinfo: "x+y"
9320     boxpoints: "outliers"
9321     whiskerwidth: 0
9322   layout:
9323     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9324     layout: "plot-throughput"
9325
9326 # Packet Throughput - VPP IPv6 3n-hsw-x710
9327 -
9328   type: "plot"
9329   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9330   algorithm: "plot_performance_box"
9331   output-file-type: ".html"
9332   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9333   data: "plot-vpp-throughput-latency-3n-hsw"
9334   filter: "'NIC_Intel-X710' and
9335            '78B' and
9336            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9337            'NDRPDR' and
9338            '1T1C' and
9339            'IP6FWD' and
9340            not 'SRv6' and
9341            not 'IPSEC' and
9342            not 'VHOST'"
9343   parameters:
9344   - "throughput"
9345   - "parent"
9346   - "tags"
9347   sort:
9348   - "IP6BASE"
9349   - "FIB_20K"
9350   - "FIB_200K"
9351   - "FIB_2M"
9352   traces:
9353     hoverinfo: "x+y"
9354     boxpoints: "outliers"
9355     whiskerwidth: 0
9356   layout:
9357     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9358     layout: "plot-throughput"
9359
9360 -
9361   type: "plot"
9362   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9363   algorithm: "plot_performance_box"
9364   output-file-type: ".html"
9365   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9366   data: "plot-vpp-throughput-latency-3n-hsw"
9367   filter: "'NIC_Intel-X710' and
9368            '78B' and
9369            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9370            'NDRPDR' and
9371            '1T1C' and
9372            'IP6FWD' and
9373            not 'SRv6' and
9374            not 'IPSEC' and
9375            not 'VHOST'"
9376   parameters:
9377   - "throughput"
9378   - "parent"
9379   - "tags"
9380   sort:
9381   - "IP6BASE"
9382   - "FIB_20K"
9383   - "FIB_200K"
9384   - "FIB_2M"
9385   traces:
9386     hoverinfo: "x+y"
9387     boxpoints: "outliers"
9388     whiskerwidth: 0
9389   layout:
9390     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9391     layout: "plot-throughput"
9392
9393 -
9394   type: "plot"
9395   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9396   algorithm: "plot_performance_box"
9397   output-file-type: ".html"
9398   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9399   data: "plot-vpp-throughput-latency-3n-hsw"
9400   filter: "'NIC_Intel-X710' and
9401            '78B' and
9402            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9403            'NDRPDR' and
9404            '2T2C' and
9405            'IP6FWD' and
9406            not 'SRv6' and
9407            not 'IPSEC' and
9408            not 'VHOST'"
9409   parameters:
9410   - "throughput"
9411   - "parent"
9412   - "tags"
9413   sort:
9414   - "IP6BASE"
9415   - "FIB_20K"
9416   - "FIB_200K"
9417   - "FIB_2M"
9418   traces:
9419     hoverinfo: "x+y"
9420     boxpoints: "outliers"
9421     whiskerwidth: 0
9422   layout:
9423     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9424     layout: "plot-throughput"
9425
9426 -
9427   type: "plot"
9428   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9429   algorithm: "plot_performance_box"
9430   output-file-type: ".html"
9431   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9432   data: "plot-vpp-throughput-latency-3n-hsw"
9433   filter: "'NIC_Intel-X710' and
9434            '78B' and
9435            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9436            'NDRPDR' and
9437            '2T2C' and
9438            'IP6FWD' and
9439            not 'SRv6' and
9440            not 'IPSEC' and
9441            not 'VHOST'"
9442   parameters:
9443   - "throughput"
9444   - "parent"
9445   - "tags"
9446   sort:
9447   - "IP6BASE"
9448   - "FIB_20K"
9449   - "FIB_200K"
9450   - "FIB_2M"
9451   traces:
9452     hoverinfo: "x+y"
9453     boxpoints: "outliers"
9454     whiskerwidth: 0
9455   layout:
9456     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9457     layout: "plot-throughput"
9458
9459 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
9460 -
9461   type: "plot"
9462   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9463   algorithm: "plot_performance_box"
9464   output-file-type: ".html"
9465   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9466   data: "plot-vpp-throughput-latency-3n-hsw"
9467   filter: "'NIC_Intel-X710' and
9468            '78B' and
9469            ('IP6BASE' or
9470             'POLICE_MARK' or
9471             'COPWHLIST' or
9472             'IACLDST') and
9473            'NDRPDR' and
9474            '1T1C' and
9475            'IP6FWD' and
9476            not 'SRv6' and
9477            not 'IPSEC' and
9478            not 'VHOST'"
9479   parameters:
9480   - "throughput"
9481   - "parent"
9482   - "tags"
9483   sort:
9484   - "IP6BASE"
9485   - "POLICE_MARK"
9486   - "COPWHLIST"
9487   - "IACLDST"
9488   traces:
9489     hoverinfo: "x+y"
9490     boxpoints: "outliers"
9491     whiskerwidth: 0
9492   layout:
9493     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9494     layout: "plot-throughput"
9495
9496 -
9497   type: "plot"
9498   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9499   algorithm: "plot_performance_box"
9500   output-file-type: ".html"
9501   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9502   data: "plot-vpp-throughput-latency-3n-hsw"
9503   filter: "'NIC_Intel-X710' and
9504            '78B' and
9505            ('IP6BASE' or
9506             'POLICE_MARK' or
9507             'COPWHLIST' or
9508             'IACLDST') and
9509            'NDRPDR' and
9510            '2T2C' and
9511            'IP6FWD' and
9512            not 'SRv6' and
9513            not 'IPSEC' and
9514            not 'VHOST'"
9515   parameters:
9516   - "throughput"
9517   - "parent"
9518   - "tags"
9519   sort:
9520   - "IP6BASE"
9521   - "POLICE_MARK"
9522   - "COPWHLIST"
9523   - "IACLDST"
9524   traces:
9525     hoverinfo: "x+y"
9526     boxpoints: "outliers"
9527     whiskerwidth: 0
9528   layout:
9529     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9530     layout: "plot-throughput"
9531
9532 -
9533   type: "plot"
9534   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9535   algorithm: "plot_performance_box"
9536   output-file-type: ".html"
9537   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9538   data: "plot-vpp-throughput-latency-3n-hsw"
9539   filter: "'NIC_Intel-X710' and
9540            '78B' and
9541            ('IP6BASE' or
9542             'POLICE_MARK' or
9543             'COPWHLIST' or
9544             'IACLDST') and
9545            'NDRPDR' and
9546            '1T1C' and
9547            'IP6FWD' and
9548            not 'SRv6' and
9549            not 'IPSEC' and
9550            not 'VHOST'"
9551   parameters:
9552   - "throughput"
9553   - "parent"
9554   - "tags"
9555   sort:
9556   - "IP6BASE"
9557   - "POLICE_MARK"
9558   - "COPWHLIST"
9559   - "IACLDST"
9560   traces:
9561     hoverinfo: "x+y"
9562     boxpoints: "outliers"
9563     whiskerwidth: 0
9564   layout:
9565     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9566     layout: "plot-throughput"
9567
9568 -
9569   type: "plot"
9570   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9571   algorithm: "plot_performance_box"
9572   output-file-type: ".html"
9573   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9574   data: "plot-vpp-throughput-latency-3n-hsw"
9575   filter: "'NIC_Intel-X710' and
9576            '78B' and
9577            ('IP6BASE' or
9578             'POLICE_MARK' or
9579             'COPWHLIST' or
9580             'IACLDST') and
9581            'NDRPDR' and
9582            '2T2C' and
9583            'IP6FWD' and
9584            not 'SRv6' and
9585            not 'IPSEC' and
9586            not 'VHOST'"
9587   parameters:
9588   - "throughput"
9589   - "parent"
9590   - "tags"
9591   sort:
9592   - "IP6BASE"
9593   - "POLICE_MARK"
9594   - "COPWHLIST"
9595   - "IACLDST"
9596   traces:
9597     hoverinfo: "x+y"
9598     boxpoints: "outliers"
9599     whiskerwidth: 0
9600   layout:
9601     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9602     layout: "plot-throughput"
9603
9604 # Packet Throughput - VPP IPv6 3n-hsw-xl710
9605 -
9606   type: "plot"
9607   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9608   algorithm: "plot_performance_box"
9609   output-file-type: ".html"
9610   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9611   data: "plot-vpp-throughput-latency-3n-hsw"
9612   filter: "'NIC_Intel-XL710' and
9613            '78B' and
9614            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9615            'NDRPDR' and
9616            '1T1C' and
9617            'IP6FWD' and
9618            not 'SRv6' and
9619            not 'IPSEC' and
9620            not 'VHOST'"
9621   parameters:
9622   - "throughput"
9623   - "parent"
9624   - "tags"
9625   sort:
9626   - "IP6BASE"
9627   - "FIB_20K"
9628   - "FIB_200K"
9629   - "FIB_2M"
9630   traces:
9631     hoverinfo: "x+y"
9632     boxpoints: "outliers"
9633     whiskerwidth: 0
9634   layout:
9635     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9636     layout: "plot-throughput"
9637
9638 -
9639   type: "plot"
9640   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9641   algorithm: "plot_performance_box"
9642   output-file-type: ".html"
9643   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9644   data: "plot-vpp-throughput-latency-3n-hsw"
9645   filter: "'NIC_Intel-XL710' and
9646            '78B' and
9647            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9648            'NDRPDR' and
9649            '1T1C' and
9650            'IP6FWD' and
9651            not 'SRv6' and
9652            not 'IPSEC' and
9653            not 'VHOST'"
9654   parameters:
9655   - "throughput"
9656   - "parent"
9657   - "tags"
9658   sort:
9659   - "IP6BASE"
9660   - "FIB_20K"
9661   - "FIB_200K"
9662   - "FIB_2M"
9663   traces:
9664     hoverinfo: "x+y"
9665     boxpoints: "outliers"
9666     whiskerwidth: 0
9667   layout:
9668     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9669     layout: "plot-throughput"
9670
9671 -
9672   type: "plot"
9673   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9674   algorithm: "plot_performance_box"
9675   output-file-type: ".html"
9676   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9677   data: "plot-vpp-throughput-latency-3n-hsw"
9678   filter: "'NIC_Intel-XL710' and
9679            '78B' and
9680            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9681            'NDRPDR' and
9682            '2T2C' and
9683            'IP6FWD' and
9684            not 'SRv6' and
9685            not 'IPSEC' and
9686            not 'VHOST'"
9687   parameters:
9688   - "throughput"
9689   - "parent"
9690   - "tags"
9691   sort:
9692   - "IP6BASE"
9693   - "FIB_20K"
9694   - "FIB_200K"
9695   - "FIB_2M"
9696   traces:
9697     hoverinfo: "x+y"
9698     boxpoints: "outliers"
9699     whiskerwidth: 0
9700   layout:
9701     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9702     layout: "plot-throughput"
9703
9704 -
9705   type: "plot"
9706   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9707   algorithm: "plot_performance_box"
9708   output-file-type: ".html"
9709   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9710   data: "plot-vpp-throughput-latency-3n-hsw"
9711   filter: "'NIC_Intel-XL710' and
9712            '78B' and
9713            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9714            'NDRPDR' and
9715            '2T2C' and
9716            'IP6FWD' and
9717            not 'SRv6' and
9718            not 'IPSEC' and
9719            not 'VHOST'"
9720   parameters:
9721   - "throughput"
9722   - "parent"
9723   - "tags"
9724   sort:
9725   - "IP6BASE"
9726   - "FIB_20K"
9727   - "FIB_200K"
9728   - "FIB_2M"
9729   traces:
9730     hoverinfo: "x+y"
9731     boxpoints: "outliers"
9732     whiskerwidth: 0
9733   layout:
9734     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9735     layout: "plot-throughput"
9736
9737 # Packet Throughput - VPP IPv6 3n-skx-x710
9738 -
9739   type: "plot"
9740   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9741   algorithm: "plot_performance_box"
9742   output-file-type: ".html"
9743   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9744   data: "plot-vpp-throughput-latency-3n-skx"
9745   filter: "'NIC_Intel-X710' and
9746            '78B' and
9747            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9748            'NDRPDR' and
9749            '2T1C' and
9750            'IP6FWD' and
9751            not 'SRv6' and
9752            not 'IPSEC' and
9753            not 'VHOST'"
9754   parameters:
9755   - "throughput"
9756   - "parent"
9757   - "tags"
9758   sort:
9759   - "IP6BASE"
9760   - "FIB_20K"
9761   - "FIB_200K"
9762   - "FIB_2M"
9763   traces:
9764     hoverinfo: "x+y"
9765     boxpoints: "outliers"
9766     whiskerwidth: 0
9767   layout:
9768     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9769     layout: "plot-throughput"
9770
9771 -
9772   type: "plot"
9773   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9774   algorithm: "plot_performance_box"
9775   output-file-type: ".html"
9776   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9777   data: "plot-vpp-throughput-latency-3n-skx"
9778   filter: "'NIC_Intel-X710' and
9779            '78B' and
9780            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9781            'NDRPDR' and
9782            '2T1C' and
9783            'IP6FWD' and
9784            not 'SRv6' and
9785            not 'IPSEC' and
9786            not 'VHOST'"
9787   parameters:
9788   - "throughput"
9789   - "parent"
9790   - "tags"
9791   sort:
9792   - "IP6BASE"
9793   - "FIB_20K"
9794   - "FIB_200K"
9795   - "FIB_2M"
9796   traces:
9797     hoverinfo: "x+y"
9798     boxpoints: "outliers"
9799     whiskerwidth: 0
9800   layout:
9801     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9802     layout: "plot-throughput"
9803
9804 -
9805   type: "plot"
9806   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9807   algorithm: "plot_performance_box"
9808   output-file-type: ".html"
9809   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9810   data: "plot-vpp-throughput-latency-3n-skx"
9811   filter: "'NIC_Intel-X710' and
9812            '78B' and
9813            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9814            'NDRPDR' and
9815            '4T2C' and
9816            'IP6FWD' and
9817            not 'SRv6' and
9818            not 'IPSEC' and
9819            not 'VHOST'"
9820   parameters:
9821   - "throughput"
9822   - "parent"
9823   - "tags"
9824   sort:
9825   - "IP6BASE"
9826   - "FIB_20K"
9827   - "FIB_200K"
9828   - "FIB_2M"
9829   traces:
9830     hoverinfo: "x+y"
9831     boxpoints: "outliers"
9832     whiskerwidth: 0
9833   layout:
9834     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9835     layout: "plot-throughput"
9836
9837 -
9838   type: "plot"
9839   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9840   algorithm: "plot_performance_box"
9841   output-file-type: ".html"
9842   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9843   data: "plot-vpp-throughput-latency-3n-skx"
9844   filter: "'NIC_Intel-X710' and
9845            '78B' and
9846            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9847            'NDRPDR' and
9848            '4T2C' and
9849            'IP6FWD' and
9850            not 'SRv6' and
9851            not 'IPSEC' and
9852            not 'VHOST'"
9853   parameters:
9854   - "throughput"
9855   - "parent"
9856   - "tags"
9857   sort:
9858   - "IP6BASE"
9859   - "FIB_20K"
9860   - "FIB_200K"
9861   - "FIB_2M"
9862   traces:
9863     hoverinfo: "x+y"
9864     boxpoints: "outliers"
9865     whiskerwidth: 0
9866   layout:
9867     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9868     layout: "plot-throughput"
9869
9870 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
9871 -
9872   type: "plot"
9873   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9874   algorithm: "plot_performance_box"
9875   output-file-type: ".html"
9876   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9877   data: "plot-vpp-throughput-latency-3n-skx"
9878   filter: "'NIC_Intel-X710' and
9879            '78B' and
9880            ('IP6BASE' or
9881             'POLICE_MARK' or
9882             'COPWHLIST' or
9883             'IACLDST') and
9884            'NDRPDR' and
9885            '2T1C' and
9886            'IP6FWD' and
9887            not 'SRv6' and
9888            not 'IPSEC' and
9889            not 'VHOST'"
9890   parameters:
9891   - "throughput"
9892   - "parent"
9893   - "tags"
9894   sort:
9895   - "IP6BASE"
9896   - "POLICE_MARK"
9897   - "COPWHLIST"
9898   - "IACLDST"
9899   traces:
9900     hoverinfo: "x+y"
9901     boxpoints: "outliers"
9902     whiskerwidth: 0
9903   layout:
9904     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9905     layout: "plot-throughput"
9906
9907 -
9908   type: "plot"
9909   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9910   algorithm: "plot_performance_box"
9911   output-file-type: ".html"
9912   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9913   data: "plot-vpp-throughput-latency-3n-hsw"
9914   filter: "'NIC_Intel-X710' and
9915            '78B' and
9916            ('IP6BASE' or
9917             'POLICE_MARK' or
9918             'COPWHLIST' or
9919             'IACLDST') and
9920            'NDRPDR' and
9921            '4T2C' and
9922            'IP6FWD' and
9923            not 'SRv6' and
9924            not 'IPSEC' and
9925            not 'VHOST'"
9926   parameters:
9927   - "throughput"
9928   - "parent"
9929   - "tags"
9930   sort:
9931   - "IP6BASE"
9932   - "POLICE_MARK"
9933   - "COPWHLIST"
9934   - "IACLDST"
9935   traces:
9936     hoverinfo: "x+y"
9937     boxpoints: "outliers"
9938     whiskerwidth: 0
9939   layout:
9940     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9941     layout: "plot-throughput"
9942
9943 -
9944   type: "plot"
9945   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9946   algorithm: "plot_performance_box"
9947   output-file-type: ".html"
9948   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9949   data: "plot-vpp-throughput-latency-3n-skx"
9950   filter: "'NIC_Intel-X710' and
9951            '78B' and
9952            ('IP6BASE' or
9953             'POLICE_MARK' or
9954             'COPWHLIST' or
9955             'IACLDST') and
9956            'NDRPDR' and
9957            '2T1C' and
9958            'IP6FWD' and
9959            not 'SRv6' and
9960            not 'IPSEC' and
9961            not 'VHOST'"
9962   parameters:
9963   - "throughput"
9964   - "parent"
9965   - "tags"
9966   sort:
9967   - "IP6BASE"
9968   - "POLICE_MARK"
9969   - "COPWHLIST"
9970   - "IACLDST"
9971   traces:
9972     hoverinfo: "x+y"
9973     boxpoints: "outliers"
9974     whiskerwidth: 0
9975   layout:
9976     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9977     layout: "plot-throughput"
9978
9979 -
9980   type: "plot"
9981   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9982   algorithm: "plot_performance_box"
9983   output-file-type: ".html"
9984   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9985   data: "plot-vpp-throughput-latency-3n-skx"
9986   filter: "'NIC_Intel-X710' and
9987            '78B' and
9988            ('IP6BASE' or
9989             'POLICE_MARK' or
9990             'COPWHLIST' or
9991             'IACLDST') and
9992            'NDRPDR' and
9993            '4T2C' and
9994            'IP6FWD' and
9995            not 'SRv6' and
9996            not 'IPSEC' and
9997            not 'VHOST'"
9998   parameters:
9999   - "throughput"
10000   - "parent"
10001   - "tags"
10002   sort:
10003   - "IP6BASE"
10004   - "POLICE_MARK"
10005   - "COPWHLIST"
10006   - "IACLDST"
10007   traces:
10008     hoverinfo: "x+y"
10009     boxpoints: "outliers"
10010     whiskerwidth: 0
10011   layout:
10012     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10013     layout: "plot-throughput"
10014
10015 # Packet Throughput - VPP IPv6 2n-skx-x710
10016 -
10017   type: "plot"
10018   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10019   algorithm: "plot_performance_box"
10020   output-file-type: ".html"
10021   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10022   data: "plot-vpp-throughput-latency-2n-skx"
10023   filter: "'NIC_Intel-X710' and
10024            '78B' and
10025            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10026            'NDRPDR' and
10027            '2T1C' and
10028            'IP6FWD' and
10029            not 'SRv6' and
10030            not 'IPSEC' and
10031            not 'VHOST'"
10032   parameters:
10033   - "throughput"
10034   - "parent"
10035   - "tags"
10036   sort:
10037   - "IP6BASE"
10038   - "FIB_20K"
10039   - "FIB_200K"
10040   - "FIB_2M"
10041   traces:
10042     hoverinfo: "x+y"
10043     boxpoints: "outliers"
10044     whiskerwidth: 0
10045   layout:
10046     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10047     layout: "plot-throughput"
10048
10049 -
10050   type: "plot"
10051   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10052   algorithm: "plot_performance_box"
10053   output-file-type: ".html"
10054   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10055   data: "plot-vpp-throughput-latency-2n-skx"
10056   filter: "'NIC_Intel-X710' and
10057            '78B' and
10058            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10059            'NDRPDR' and
10060            '2T1C' and
10061            'IP6FWD' and
10062            not 'SRv6' and
10063            not 'IPSEC' and
10064            not 'VHOST'"
10065   parameters:
10066   - "throughput"
10067   - "parent"
10068   - "tags"
10069   sort:
10070   - "IP6BASE"
10071   - "FIB_20K"
10072   - "FIB_200K"
10073   - "FIB_2M"
10074   traces:
10075     hoverinfo: "x+y"
10076     boxpoints: "outliers"
10077     whiskerwidth: 0
10078   layout:
10079     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10080     layout: "plot-throughput"
10081
10082 -
10083   type: "plot"
10084   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10085   algorithm: "plot_performance_box"
10086   output-file-type: ".html"
10087   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10088   data: "plot-vpp-throughput-latency-2n-skx"
10089   filter: "'NIC_Intel-X710' and
10090            '78B' and
10091            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10092            'NDRPDR' and
10093            '4T2C' and
10094            'IP6FWD' and
10095            not 'SRv6' and
10096            not 'IPSEC' and
10097            not 'VHOST'"
10098   parameters:
10099   - "throughput"
10100   - "parent"
10101   - "tags"
10102   sort:
10103   - "IP6BASE"
10104   - "FIB_20K"
10105   - "FIB_200K"
10106   - "FIB_2M"
10107   traces:
10108     hoverinfo: "x+y"
10109     boxpoints: "outliers"
10110     whiskerwidth: 0
10111   layout:
10112     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10113     layout: "plot-throughput"
10114
10115 -
10116   type: "plot"
10117   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10118   algorithm: "plot_performance_box"
10119   output-file-type: ".html"
10120   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10121   data: "plot-vpp-throughput-latency-2n-skx"
10122   filter: "'NIC_Intel-X710' and
10123            '78B' and
10124            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10125            'NDRPDR' and
10126            '4T2C' and
10127            'IP6FWD' and
10128            not 'SRv6' and
10129            not 'IPSEC' and
10130            not 'VHOST'"
10131   parameters:
10132   - "throughput"
10133   - "parent"
10134   - "tags"
10135   sort:
10136   - "IP6BASE"
10137   - "FIB_20K"
10138   - "FIB_200K"
10139   - "FIB_2M"
10140   traces:
10141     hoverinfo: "x+y"
10142     boxpoints: "outliers"
10143     whiskerwidth: 0
10144   layout:
10145     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10146     layout: "plot-throughput"
10147
10148 # Packet Throughput - VPP IPv6 2n-skx-xxv710
10149 -
10150   type: "plot"
10151   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10152   algorithm: "plot_performance_box"
10153   output-file-type: ".html"
10154   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10155   data: "plot-vpp-throughput-latency-2n-skx"
10156   filter: "'NIC_Intel-XXV710' and
10157            '78B' and
10158            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10159            'NDRPDR' and
10160            '2T1C' and
10161            'IP6FWD' and
10162            not 'SRv6' and
10163            not 'IPSEC' and
10164            not 'VHOST'"
10165   parameters:
10166   - "throughput"
10167   - "parent"
10168   - "tags"
10169   sort:
10170   - "IP6BASE"
10171   - "FIB_20K"
10172   - "FIB_200K"
10173   - "FIB_2M"
10174   traces:
10175     hoverinfo: "x+y"
10176     boxpoints: "outliers"
10177     whiskerwidth: 0
10178   layout:
10179     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10180     layout: "plot-throughput"
10181
10182 -
10183   type: "plot"
10184   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10185   algorithm: "plot_performance_box"
10186   output-file-type: ".html"
10187   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10188   data: "plot-vpp-throughput-latency-2n-skx"
10189   filter: "'NIC_Intel-XXV710' and
10190            '78B' and
10191            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10192            'NDRPDR' and
10193            '2T1C' and
10194            'IP6FWD' and
10195            not 'SRv6' and
10196            not 'IPSEC' and
10197            not 'VHOST'"
10198   parameters:
10199   - "throughput"
10200   - "parent"
10201   - "tags"
10202   sort:
10203   - "IP6BASE"
10204   - "FIB_20K"
10205   - "FIB_200K"
10206   - "FIB_2M"
10207   traces:
10208     hoverinfo: "x+y"
10209     boxpoints: "outliers"
10210     whiskerwidth: 0
10211   layout:
10212     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10213     layout: "plot-throughput"
10214
10215 -
10216   type: "plot"
10217   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10218   algorithm: "plot_performance_box"
10219   output-file-type: ".html"
10220   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10221   data: "plot-vpp-throughput-latency-2n-skx"
10222   filter: "'NIC_Intel-XXV710' and
10223            '78B' and
10224            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10225            'NDRPDR' and
10226            '4T2C' and
10227            'IP6FWD' and
10228            not 'SRv6' and
10229            not 'IPSEC' and
10230            not 'VHOST'"
10231   parameters:
10232   - "throughput"
10233   - "parent"
10234   - "tags"
10235   sort:
10236   - "IP6BASE"
10237   - "FIB_20K"
10238   - "FIB_200K"
10239   - "FIB_2M"
10240   traces:
10241     hoverinfo: "x+y"
10242     boxpoints: "outliers"
10243     whiskerwidth: 0
10244   layout:
10245     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10246     layout: "plot-throughput"
10247
10248 -
10249   type: "plot"
10250   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10251   algorithm: "plot_performance_box"
10252   output-file-type: ".html"
10253   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10254   data: "plot-vpp-throughput-latency-2n-skx"
10255   filter: "'NIC_Intel-XXV710' and
10256            '78B' and
10257            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10258            'NDRPDR' and
10259            '4T2C' and
10260            'IP6FWD' and
10261            not 'SRv6' and
10262            not 'IPSEC' and
10263            not 'VHOST'"
10264   parameters:
10265   - "throughput"
10266   - "parent"
10267   - "tags"
10268   sort:
10269   - "IP6BASE"
10270   - "FIB_20K"
10271   - "FIB_200K"
10272   - "FIB_2M"
10273   traces:
10274     hoverinfo: "x+y"
10275     boxpoints: "outliers"
10276     whiskerwidth: 0
10277   layout:
10278     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10279     layout: "plot-throughput"
10280
10281 ################################################################################
10282
10283 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
10284 -
10285   type: "plot"
10286   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10287   algorithm: "plot_performance_box"
10288   output-file-type: ".html"
10289   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10290   data: "plot-vpp-throughput-latency-3n-hsw"
10291   filter: "'NIC_Intel-X520-DA2' and
10292            '78B' and
10293            'ENCAP' and
10294            'NDRPDR' and
10295            '1T1C' and
10296            'LISP' and
10297            not 'VHOST'"
10298   parameters:
10299   - "throughput"
10300   - "parent"
10301   - "tags"
10302   sort:
10303   - "IP4UNRLAY"
10304   - "IP6UNRLAY"
10305   traces:
10306     hoverinfo: "x+y"
10307     boxpoints: "outliers"
10308     whiskerwidth: 0
10309   layout:
10310     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10311     layout: "plot-throughput"
10312
10313 -
10314   type: "plot"
10315   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10316   algorithm: "plot_performance_box"
10317   output-file-type: ".html"
10318   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10319   data: "plot-vpp-throughput-latency-3n-hsw"
10320   filter: "'NIC_Intel-X520-DA2' and
10321            '78B' and
10322            'ENCAP' and
10323            'NDRPDR' and
10324            '1T1C' and
10325            'LISP' and
10326            not 'VHOST'"
10327   parameters:
10328   - "throughput"
10329   - "parent"
10330   - "tags"
10331   sort:
10332   - "IP4UNRLAY"
10333   - "IP6UNRLAY"
10334   traces:
10335     hoverinfo: "x+y"
10336     boxpoints: "outliers"
10337     whiskerwidth: 0
10338   layout:
10339     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10340     layout: "plot-throughput"
10341
10342 -
10343   type: "plot"
10344   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10345   algorithm: "plot_performance_box"
10346   output-file-type: ".html"
10347   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10348   data: "plot-vpp-throughput-latency-3n-hsw"
10349   filter: "'NIC_Intel-X520-DA2' and
10350            '78B' and
10351            'ENCAP' and
10352            'NDRPDR' and
10353            '2T2C' and
10354            'LISP' and
10355            not 'VHOST'"
10356   parameters:
10357   - "throughput"
10358   - "parent"
10359   - "tags"
10360   sort:
10361   - "IP4UNRLAY"
10362   - "IP6UNRLAY"
10363   traces:
10364     hoverinfo: "x+y"
10365     boxpoints: "outliers"
10366     whiskerwidth: 0
10367   layout:
10368     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10369     layout: "plot-throughput"
10370
10371 -
10372   type: "plot"
10373   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10374   algorithm: "plot_performance_box"
10375   output-file-type: ".html"
10376   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10377   data: "plot-vpp-throughput-latency-3n-hsw"
10378   filter: "'NIC_Intel-X520-DA2' and
10379            '78B' and
10380            'ENCAP' and
10381            'NDRPDR' and
10382            '2T2C' and
10383            'LISP' and
10384            not 'VHOST'"
10385   parameters:
10386   - "throughput"
10387   - "parent"
10388   - "tags"
10389   sort:
10390   - "IP4UNRLAY"
10391   - "IP6UNRLAY"
10392   traces:
10393     hoverinfo: "x+y"
10394     boxpoints: "outliers"
10395     whiskerwidth: 0
10396   layout:
10397     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10398     layout: "plot-throughput"
10399
10400 ################################################################################
10401
10402 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
10403 -
10404   type: "plot"
10405   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10406   algorithm: "plot_performance_box"
10407   output-file-type: ".html"
10408   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10409   data: "plot-vpp-throughput-latency-3n-hsw"
10410   filter: "'NIC_Intel-XL710' and
10411            '64B' and
10412            'IP4FWD' and
10413            'NDRPDR' and
10414            'BASE' and
10415            '1T1C' and
10416            'IPSECHW' and
10417            ('IPSECTRAN' or 'IPSECTUN') and
10418            not 'VHOST'"
10419   parameters:
10420   - "throughput"
10421   - "parent"
10422   - "tags"
10423   traces:
10424     hoverinfo: "x+y"
10425     boxpoints: "outliers"
10426     whiskerwidth: 0
10427   layout:
10428     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10429     layout: "plot-throughput"
10430
10431 -
10432   type: "plot"
10433   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10434   algorithm: "plot_performance_box"
10435   output-file-type: ".html"
10436   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10437   data: "plot-vpp-throughput-latency-3n-hsw"
10438   filter: "'NIC_Intel-XL710' and
10439            '64B' and
10440            'IP4FWD' and
10441            'NDRPDR' and
10442            'BASE' and
10443            '1T1C' and
10444            'IPSECHW' and
10445            ('IPSECTRAN' or 'IPSECTUN') and
10446            not 'VHOST'"
10447   parameters:
10448   - "throughput"
10449   - "parent"
10450   - "tags"
10451   traces:
10452     hoverinfo: "x+y"
10453     boxpoints: "outliers"
10454     whiskerwidth: 0
10455   layout:
10456     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10457     layout: "plot-throughput"
10458
10459 -
10460   type: "plot"
10461   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10462   algorithm: "plot_performance_box"
10463   output-file-type: ".html"
10464   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10465   data: "plot-vpp-throughput-latency-3n-hsw"
10466   filter: "'NIC_Intel-XL710' and
10467            '64B' and
10468            'IP4FWD' and
10469            'NDRPDR' and
10470            'BASE' and
10471            '2T2C' and
10472            'IPSECHW' and
10473            ('IPSECTRAN' or 'IPSECTUN') and
10474            not 'VHOST'"
10475   parameters:
10476   - "throughput"
10477   - "parent"
10478   - "tags"
10479   traces:
10480     hoverinfo: "x+y"
10481     boxpoints: "outliers"
10482     whiskerwidth: 0
10483   layout:
10484     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10485     layout: "plot-throughput"
10486
10487 -
10488   type: "plot"
10489   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10490   algorithm: "plot_performance_box"
10491   output-file-type: ".html"
10492   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10493   data: "plot-vpp-throughput-latency-3n-hsw"
10494   filter: "'NIC_Intel-XL710' and
10495            '64B' and
10496            'IP4FWD' and
10497            'NDRPDR' and
10498            'BASE' and
10499            '2T2C' and
10500            'IPSECHW' and
10501            ('IPSECTRAN' or 'IPSECTUN') and
10502            not 'VHOST'"
10503   parameters:
10504   - "throughput"
10505   - "parent"
10506   - "tags"
10507   traces:
10508     hoverinfo: "x+y"
10509     boxpoints: "outliers"
10510     whiskerwidth: 0
10511   layout:
10512     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10513     layout: "plot-throughput"
10514
10515 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
10516 -
10517   type: "plot"
10518   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10519   algorithm: "plot_performance_box"
10520   output-file-type: ".html"
10521   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-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            'SCALE' and
10528            '1T1C' 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-1t1c-scale-ndr"
10542     layout: "plot-throughput"
10543
10544 -
10545   type: "plot"
10546   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10547   algorithm: "plot_performance_box"
10548   output-file-type: ".html"
10549   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-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            'SCALE' and
10556            '1T1C' 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-1t1c-scale-pdr"
10570     layout: "plot-throughput"
10571
10572 -
10573   type: "plot"
10574   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10575   algorithm: "plot_performance_box"
10576   output-file-type: ".html"
10577   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10578   data: "plot-vpp-throughput-latency-3n-hsw"
10579   filter: "'NIC_Intel-XL710' and
10580            '64B' and
10581            'IP4FWD' and
10582            'NDRPDR' and
10583            'SCALE' and
10584            '2T2C' and
10585            'IPSECHW' and
10586            ('IPSECTRAN' or 'IPSECTUN') and
10587            not 'VHOST'"
10588   parameters:
10589   - "throughput"
10590   - "parent"
10591   - "tags"
10592   traces:
10593     hoverinfo: "x+y"
10594     boxpoints: "outliers"
10595     whiskerwidth: 0
10596   layout:
10597     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10598     layout: "plot-throughput"
10599
10600 -
10601   type: "plot"
10602   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10603   algorithm: "plot_performance_box"
10604   output-file-type: ".html"
10605   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10606   data: "plot-vpp-throughput-latency-3n-hsw"
10607   filter: "'NIC_Intel-XL710' and
10608            '64B' and
10609            'IP4FWD' and
10610            'NDRPDR' and
10611            'SCALE' and
10612            '2T2C' and
10613            'IPSECHW' and
10614            ('IPSECTRAN' or 'IPSECTUN') and
10615            not 'VHOST'"
10616   parameters:
10617   - "throughput"
10618   - "parent"
10619   - "tags"
10620   traces:
10621     hoverinfo: "x+y"
10622     boxpoints: "outliers"
10623     whiskerwidth: 0
10624   layout:
10625     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10626     layout: "plot-throughput"
10627
10628 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
10629 -
10630   type: "plot"
10631   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10632   algorithm: "plot_performance_box"
10633   output-file-type: ".html"
10634   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-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            '1T1C' and
10641            'IPSECSW' and
10642            ('IPSECTRAN' or 'IPSECTUN') and
10643            not 'VHOST'"
10644   parameters:
10645   - "throughput"
10646   - "parent"
10647   - "tags"
10648   traces:
10649     hoverinfo: "x+y"
10650     boxpoints: "outliers"
10651     whiskerwidth: 0
10652   layout:
10653     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10654     layout: "plot-throughput"
10655
10656 -
10657   type: "plot"
10658   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10659   algorithm: "plot_performance_box"
10660   output-file-type: ".html"
10661   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10662   data: "plot-vpp-throughput-latency-3n-hsw"
10663   filter: "'NIC_Intel-XL710' and
10664            '64B' and
10665            'IP4FWD' and
10666            'NDRPDR' and
10667            '1T1C' and
10668            'IPSECSW' and
10669            ('IPSECTRAN' or 'IPSECTUN') and
10670            not 'VHOST'"
10671   parameters:
10672   - "throughput"
10673   - "parent"
10674   - "tags"
10675   traces:
10676     hoverinfo: "x+y"
10677     boxpoints: "outliers"
10678     whiskerwidth: 0
10679   layout:
10680     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10681     layout: "plot-throughput"
10682
10683 -
10684   type: "plot"
10685   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10686   algorithm: "plot_performance_box"
10687   output-file-type: ".html"
10688   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10689   data: "plot-vpp-throughput-latency-3n-hsw"
10690   filter: "'NIC_Intel-XL710' and
10691            '64B' and
10692            'IP4FWD' and
10693            'NDRPDR' and
10694            '2T2C' and
10695            'IPSECSW' and
10696            ('IPSECTRAN' or 'IPSECTUN') and
10697            not 'VHOST'"
10698   parameters:
10699   - "throughput"
10700   - "parent"
10701   - "tags"
10702   traces:
10703     hoverinfo: "x+y"
10704     boxpoints: "outliers"
10705     whiskerwidth: 0
10706   layout:
10707     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10708     layout: "plot-throughput"
10709
10710 -
10711   type: "plot"
10712   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10713   algorithm: "plot_performance_box"
10714   output-file-type: ".html"
10715   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10716   data: "plot-vpp-throughput-latency-3n-hsw"
10717   filter: "'NIC_Intel-XL710' and
10718            '64B' and
10719            'IP4FWD' and
10720            'NDRPDR' and
10721            '2T2C' and
10722            'IPSECSW' and
10723            ('IPSECTRAN' or 'IPSECTUN') and
10724            not 'VHOST'"
10725   parameters:
10726   - "throughput"
10727   - "parent"
10728   - "tags"
10729   traces:
10730     hoverinfo: "x+y"
10731     boxpoints: "outliers"
10732     whiskerwidth: 0
10733   layout:
10734     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10735     layout: "plot-throughput"
10736
10737 ################################################################################
10738
10739 # Packet Throughput - VPP SRv6 3n-hsw-x520
10740 -
10741   type: "plot"
10742   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10743   algorithm: "plot_performance_box"
10744   output-file-type: ".html"
10745   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10746   data: "plot-vpp-throughput-latency-3n-hsw"
10747   filter: "'NIC_Intel-X520-DA2' and
10748            '78B' and
10749            'FEATURE' and
10750            'NDRPDR' and
10751            '1T1C' and
10752            'IP6FWD' and
10753            'SRv6'"
10754   parameters:
10755   - "throughput"
10756   - "parent"
10757   - "tags"
10758   traces:
10759     hoverinfo: "x+y"
10760     boxpoints: "outliers"
10761     whiskerwidth: 0
10762   layout:
10763     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10764     layout: "plot-throughput"
10765
10766 -
10767   type: "plot"
10768   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10769   algorithm: "plot_performance_box"
10770   output-file-type: ".html"
10771   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10772   data: "plot-vpp-throughput-latency-3n-hsw"
10773   filter: "'NIC_Intel-X520-DA2' and
10774            '78B' and
10775            'FEATURE' and
10776            'NDRPDR' and
10777            '1T1C' and
10778            'IP6FWD' and
10779            'SRv6'"
10780   parameters:
10781   - "throughput"
10782   - "parent"
10783   - "tags"
10784   traces:
10785     hoverinfo: "x+y"
10786     boxpoints: "outliers"
10787     whiskerwidth: 0
10788   layout:
10789     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10790     layout: "plot-throughput"
10791
10792 -
10793   type: "plot"
10794   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10795   algorithm: "plot_performance_box"
10796   output-file-type: ".html"
10797   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10798   data: "plot-vpp-throughput-latency-3n-hsw"
10799   filter: "'NIC_Intel-X520-DA2' and
10800            '78B' and
10801            'FEATURE' and
10802            'NDRPDR' and
10803            '2T2C' and
10804            'IP6FWD' and
10805            'SRv6'"
10806   parameters:
10807   - "throughput"
10808   - "parent"
10809   - "tags"
10810   traces:
10811     hoverinfo: "x+y"
10812     boxpoints: "outliers"
10813     whiskerwidth: 0
10814   layout:
10815     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10816     layout: "plot-throughput"
10817
10818 -
10819   type: "plot"
10820   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10821   algorithm: "plot_performance_box"
10822   output-file-type: ".html"
10823   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10824   data: "plot-vpp-throughput-latency-3n-hsw"
10825   filter: "'NIC_Intel-X520-DA2' and
10826            '78B' and
10827            'FEATURE' and
10828            'NDRPDR' and
10829            '2T2C' and
10830            'IP6FWD' and
10831            'SRv6'"
10832   parameters:
10833   - "throughput"
10834   - "parent"
10835   - "tags"
10836   traces:
10837     hoverinfo: "x+y"
10838     boxpoints: "outliers"
10839     whiskerwidth: 0
10840   layout:
10841     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10842     layout: "plot-throughput"
10843
10844 ################################################################################
10845
10846 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
10847 -
10848   type: "plot"
10849   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10850   algorithm: "plot_performance_box"
10851   output-file-type: ".html"
10852   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10853   data: "plot-vpp-throughput-latency-3n-hsw"
10854   filter: "'NIC_Intel-X520-DA2' and
10855            '64B' and
10856            'NDRPDR' and
10857            'ETH' and
10858            'IP4FWD' and
10859            '1T1C' and
10860            'VHOST_1024' and
10861            not 'VXLAN' and
10862            not 'DOT1Q'"
10863   parameters:
10864   - "throughput"
10865   - "parent"
10866   - "tags"
10867   sort:
10868   - "not CFS_OPT"
10869   - "1VM"
10870   - "2VM"
10871   traces:
10872     hoverinfo: "x+y"
10873     boxpoints: "outliers"
10874     whiskerwidth: 0
10875   layout:
10876     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10877     layout: "plot-throughput"
10878
10879 -
10880   type: "plot"
10881   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10882   algorithm: "plot_performance_box"
10883   output-file-type: ".html"
10884   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10885   data: "plot-vpp-throughput-latency-3n-hsw"
10886   filter: "'NIC_Intel-X520-DA2' and
10887            '64B' and
10888            'NDRPDR' and
10889            'ETH' and
10890            'IP4FWD' and
10891            '2T2C' and
10892            'VHOST_1024' and
10893            not 'VXLAN' and
10894            not 'DOT1Q'"
10895   parameters:
10896   - "throughput"
10897   - "parent"
10898   - "tags"
10899   sort:
10900   - "not CFS_OPT"
10901   - "1VM"
10902   - "2VM"
10903   traces:
10904     hoverinfo: "x+y"
10905     boxpoints: "outliers"
10906     whiskerwidth: 0
10907   layout:
10908     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10909     layout: "plot-throughput"
10910
10911 -
10912   type: "plot"
10913   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10914   algorithm: "plot_performance_box"
10915   output-file-type: ".html"
10916   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10917   data: "plot-vpp-throughput-latency-3n-hsw"
10918   filter: "'NIC_Intel-X520-DA2' and
10919            '64B' and
10920            'NDRPDR' and
10921            'ETH' and
10922            'IP4FWD' and
10923            '1T1C' and
10924            'VHOST_1024' and
10925            not 'VXLAN' and
10926            not 'DOT1Q'"
10927   parameters:
10928   - "throughput"
10929   - "parent"
10930   - "tags"
10931   sort:
10932   - "not CFS_OPT"
10933   - "1VM"
10934   - "2VM"
10935   traces:
10936     hoverinfo: "x+y"
10937     boxpoints: "outliers"
10938     whiskerwidth: 0
10939   layout:
10940     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10941     layout: "plot-throughput"
10942
10943 -
10944   type: "plot"
10945   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10946   algorithm: "plot_performance_box"
10947   output-file-type: ".html"
10948   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10949   data: "plot-vpp-throughput-latency-3n-hsw"
10950   filter: "'NIC_Intel-X520-DA2' and
10951            '64B' and
10952            'NDRPDR' and
10953            'ETH' and
10954            'IP4FWD' and
10955            '2T2C' and
10956            'VHOST_1024' and
10957            not 'VXLAN' and
10958            not 'DOT1Q'"
10959   parameters:
10960   - "throughput"
10961   - "parent"
10962   - "tags"
10963   sort:
10964   - "not CFS_OPT"
10965   - "1VM"
10966   - "2VM"
10967   traces:
10968     hoverinfo: "x+y"
10969     boxpoints: "outliers"
10970     whiskerwidth: 0
10971   layout:
10972     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10973     layout: "plot-throughput"
10974
10975 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
10976 -
10977   type: "plot"
10978   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10979   algorithm: "plot_performance_box"
10980   output-file-type: ".html"
10981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10982   data: "plot-vpp-throughput-latency-3n-hsw"
10983   filter: "'NIC_Intel-X520-DA2' and
10984            '64B' and
10985            'NDRPDR' and
10986            'ETH' and
10987            '1T1C' and
10988            'L2BDMACLRN' and
10989            'VHOST_1024' and
10990            not 'VXLAN' and
10991            not 'IP4FWD' and
10992            not 'DOT1Q' and
10993            not '2VM'"
10994   parameters:
10995   - "throughput"
10996   - "parent"
10997   - "tags"
10998   sort:
10999   - "VM"  # "not CFS_OPT"
11000   - "CFS_OPT"
11001   - "FIB_10K"
11002   - "FIB_100K"
11003   - "FIB_1M"
11004   traces:
11005     hoverinfo: "x+y"
11006     boxpoints: "outliers"
11007     whiskerwidth: 0
11008   layout:
11009     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11010     layout: "plot-throughput"
11011
11012 -
11013   type: "plot"
11014   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11015   algorithm: "plot_performance_box"
11016   output-file-type: ".html"
11017   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11018   data: "plot-vpp-throughput-latency-3n-hsw"
11019   filter: "'NIC_Intel-X520-DA2' and
11020            '64B' and
11021            'NDRPDR' and
11022            'ETH' and
11023            '2T2C' and
11024            'L2BDMACLRN' and
11025            'VHOST_1024' and
11026            not 'VXLAN' and
11027            not 'IP4FWD' and
11028            not 'DOT1Q' and
11029            not '2VM'"
11030   parameters:
11031   - "throughput"
11032   - "parent"
11033   - "tags"
11034   sort:
11035   - "VM"  # "not CFS_OPT"
11036   - "CFS_OPT"
11037   - "FIB_10K"
11038   - "FIB_100K"
11039   - "FIB_1M"
11040   traces:
11041     hoverinfo: "x+y"
11042     boxpoints: "outliers"
11043     whiskerwidth: 0
11044   layout:
11045     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11046     layout: "plot-throughput"
11047
11048 -
11049   type: "plot"
11050   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11051   algorithm: "plot_performance_box"
11052   output-file-type: ".html"
11053   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11054   data: "plot-vpp-throughput-latency-3n-hsw"
11055   filter: "'NIC_Intel-X520-DA2' and
11056            '64B' and
11057            'NDRPDR' and
11058            'ETH' and
11059            '1T1C' and
11060            'L2BDMACLRN' and
11061            'VHOST_1024' and
11062            not 'VXLAN' and
11063            not 'IP4FWD' and
11064            not 'DOT1Q' and
11065            not '2VM'"
11066   parameters:
11067   - "throughput"
11068   - "parent"
11069   - "tags"
11070   sort:
11071   - "VM"  # "not CFS_OPT"
11072   - "CFS_OPT"
11073   - "FIB_10K"
11074   - "FIB_100K"
11075   - "FIB_1M"
11076   traces:
11077     hoverinfo: "x+y"
11078     boxpoints: "outliers"
11079     whiskerwidth: 0
11080   layout:
11081     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11082     layout: "plot-throughput"
11083
11084 -
11085   type: "plot"
11086   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11087   algorithm: "plot_performance_box"
11088   output-file-type: ".html"
11089   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11090   data: "plot-vpp-throughput-latency-3n-hsw"
11091   filter: "'NIC_Intel-X520-DA2' and
11092            '64B' and
11093            'NDRPDR' and
11094            'ETH' and
11095            '2T2C' and
11096            'L2BDMACLRN' and
11097            'VHOST_1024' and
11098            not 'VXLAN' and
11099            not 'IP4FWD' and
11100            not 'DOT1Q' and
11101            not '2VM'"
11102   parameters:
11103   - "throughput"
11104   - "parent"
11105   - "tags"
11106   sort:
11107   - "VM"  # "not CFS_OPT"
11108   - "CFS_OPT"
11109   - "FIB_10K"
11110   - "FIB_100K"
11111   - "FIB_1M"
11112   traces:
11113     hoverinfo: "x+y"
11114     boxpoints: "outliers"
11115     whiskerwidth: 0
11116   layout:
11117     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11118     layout: "plot-throughput"
11119
11120 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
11121 -
11122   type: "plot"
11123   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11124   algorithm: "plot_performance_box"
11125   output-file-type: ".html"
11126   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11127   data: "plot-vpp-throughput-latency-3n-hsw"
11128   filter: "'NIC_Intel-X520-DA2' and
11129            '64B' and
11130            'NDRPDR' and
11131            'ETH' and
11132            'BASE' and
11133            '1T1C' and
11134            ('L2BDMACLRN' or 'L2XCFWD') and
11135            'VHOST_1024' and
11136            not 'VXLAN' and
11137            not 'IP4FWD' and
11138            not 'DOT1Q' and
11139            not '2VM'"
11140   parameters:
11141   - "throughput"
11142   - "parent"
11143   - "tags"
11144   sort:
11145   - "not CFS_OPT"
11146   - "L2XCFWD"
11147   - "not CFS_OPT"
11148   - "CFS_OPT"
11149   traces:
11150     hoverinfo: "x+y"
11151     boxpoints: "outliers"
11152     whiskerwidth: 0
11153   layout:
11154     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11155     layout: "plot-throughput"
11156
11157 -
11158   type: "plot"
11159   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11160   algorithm: "plot_performance_box"
11161   output-file-type: ".html"
11162   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11163   data: "plot-vpp-throughput-latency-3n-hsw"
11164   filter: "'NIC_Intel-X520-DA2' and
11165            '64B' and
11166            'NDRPDR' and
11167            'ETH' and
11168            'BASE' and
11169            '1T1C' and
11170            ('L2BDMACLRN' or 'L2XCFWD') and
11171            'VHOST_1024' and
11172            not 'VXLAN' and
11173            not 'IP4FWD' and
11174            not 'DOT1Q' and
11175            not '2VM'"
11176   parameters:
11177   - "throughput"
11178   - "parent"
11179   - "tags"
11180   sort:
11181   - "not CFS_OPT"
11182   - "L2XCFWD"
11183   - "not CFS_OPT"
11184   - "CFS_OPT"
11185   traces:
11186     hoverinfo: "x+y"
11187     boxpoints: "outliers"
11188     whiskerwidth: 0
11189   layout:
11190     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11191     layout: "plot-throughput"
11192
11193 -
11194   type: "plot"
11195   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11196   algorithm: "plot_performance_box"
11197   output-file-type: ".html"
11198   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11199   data: "plot-vpp-throughput-latency-3n-hsw"
11200   filter: "'NIC_Intel-X520-DA2' and
11201            '64B' and
11202            'NDRPDR' and
11203            'ETH' and
11204            'BASE' and
11205            '2T2C' and
11206            ('L2BDMACLRN' or 'L2XCFWD') and
11207            'VHOST_1024' and
11208            not 'VXLAN' and
11209            not 'IP4FWD' and
11210            not 'DOT1Q' and
11211            not '2VM'"
11212   parameters:
11213   - "throughput"
11214   - "parent"
11215   - "tags"
11216   sort:
11217   - "not CFS_OPT"
11218   - "L2XCFWD"
11219   - "not CFS_OPT"
11220   - "CFS_OPT"
11221   traces:
11222     hoverinfo: "x+y"
11223     boxpoints: "outliers"
11224     whiskerwidth: 0
11225   layout:
11226     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11227     layout: "plot-throughput"
11228
11229 -
11230   type: "plot"
11231   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11232   algorithm: "plot_performance_box"
11233   output-file-type: ".html"
11234   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11235   data: "plot-vpp-throughput-latency-3n-hsw"
11236   filter: "'NIC_Intel-X520-DA2' and
11237            '64B' and
11238            'NDRPDR' and
11239            'ETH' and
11240            'BASE' and
11241            '2T2C' and
11242            ('L2BDMACLRN' or 'L2XCFWD') and
11243            'VHOST_1024' and
11244            not 'VXLAN' and
11245            not 'IP4FWD' and
11246            not 'DOT1Q' and
11247            not '2VM'"
11248   parameters:
11249   - "throughput"
11250   - "parent"
11251   - "tags"
11252   sort:
11253   - "not CFS_OPT"
11254   - "L2XCFWD"
11255   - "not CFS_OPT"
11256   - "CFS_OPT"
11257   traces:
11258     hoverinfo: "x+y"
11259     boxpoints: "outliers"
11260     whiskerwidth: 0
11261   layout:
11262     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11263     layout: "plot-throughput"
11264
11265 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
11266 -
11267   type: "plot"
11268   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11269   algorithm: "plot_performance_box"
11270   output-file-type: ".html"
11271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11272   data: "plot-vpp-throughput-latency-3n-hsw"
11273   filter: "'NIC_Intel-X520-DA2' and
11274            '64B' and
11275            'NDRPDR' and
11276            'ETH' and
11277            '1T1C' and
11278            ('L2BDMACLRN' or 'L2XCFWD') and
11279            'VHOST_1024' and
11280            not 'CFS_OPT' and
11281            not 'VXLAN' and
11282            not 'IP4FWD' and
11283            not 'DOT1Q'"
11284   parameters:
11285   - "throughput"
11286   - "parent"
11287   - "tags"
11288   sort:
11289   - "1VM"
11290   - "L2XCFWD"
11291   - "1VM"
11292   - "L2BDMACLRN"
11293   traces:
11294     hoverinfo: "x+y"
11295     boxpoints: "outliers"
11296     whiskerwidth: 0
11297   layout:
11298     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11299     layout: "plot-throughput"
11300
11301 -
11302   type: "plot"
11303   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11304   algorithm: "plot_performance_box"
11305   output-file-type: ".html"
11306   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11307   data: "plot-vpp-throughput-latency-3n-hsw"
11308   filter: "'NIC_Intel-X520-DA2' and
11309            '64B' and
11310            'NDRPDR' and
11311            'ETH' and
11312            '1T1C' and
11313            ('L2BDMACLRN' or 'L2XCFWD') and
11314            'VHOST_1024' and
11315            not 'CFS_OPT' and
11316            not 'VXLAN' and
11317            not 'IP4FWD' and
11318            not 'DOT1Q'"
11319   parameters:
11320   - "throughput"
11321   - "parent"
11322   - "tags"
11323   sort:
11324   - "1VM"
11325   - "L2XCFWD"
11326   - "1VM"
11327   - "L2BDMACLRN"
11328   traces:
11329     hoverinfo: "x+y"
11330     boxpoints: "outliers"
11331     whiskerwidth: 0
11332   layout:
11333     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11334     layout: "plot-throughput"
11335
11336 -
11337   type: "plot"
11338   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11339   algorithm: "plot_performance_box"
11340   output-file-type: ".html"
11341   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11342   data: "plot-vpp-throughput-latency-3n-hsw"
11343   filter: "'NIC_Intel-X520-DA2' and
11344            '64B' and
11345            'NDRPDR' and
11346            'ETH' and
11347            '2T2C' and
11348            ('L2BDMACLRN' or 'L2XCFWD') and
11349            'VHOST_1024' and
11350            not 'CFS_OPT' and
11351            not 'VXLAN' and
11352            not 'IP4FWD' and
11353            not 'DOT1Q'"
11354   parameters:
11355   - "throughput"
11356   - "parent"
11357   - "tags"
11358   sort:
11359   - "1VM"
11360   - "L2XCFWD"
11361   - "1VM"
11362   - "L2BDMACLRN"
11363   traces:
11364     hoverinfo: "x+y"
11365     boxpoints: "outliers"
11366     whiskerwidth: 0
11367   layout:
11368     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11369     layout: "plot-throughput"
11370
11371 -
11372   type: "plot"
11373   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11374   algorithm: "plot_performance_box"
11375   output-file-type: ".html"
11376   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11377   data: "plot-vpp-throughput-latency-3n-hsw"
11378   filter: "'NIC_Intel-X520-DA2' and
11379            '64B' and
11380            'NDRPDR' and
11381            'ETH' and
11382            '2T2C' and
11383            ('L2BDMACLRN' or 'L2XCFWD') and
11384            'VHOST_1024' and
11385            not 'CFS_OPT' and
11386            not 'VXLAN' and
11387            not 'IP4FWD' and
11388            not 'DOT1Q'"
11389   parameters:
11390   - "throughput"
11391   - "parent"
11392   - "tags"
11393   sort:
11394   - "1VM"
11395   - "L2XCFWD"
11396   - "1VM"
11397   - "L2BDMACLRN"
11398   traces:
11399     hoverinfo: "x+y"
11400     boxpoints: "outliers"
11401     whiskerwidth: 0
11402   layout:
11403     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11404     layout: "plot-throughput"
11405
11406 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
11407 -
11408   type: "plot"
11409   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11410   algorithm: "plot_performance_box"
11411   output-file-type: ".html"
11412   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11413   data: "plot-vpp-throughput-latency-3n-hsw"
11414   filter: "'NIC_Intel-X710' and
11415            '64B' and
11416            'NDRPDR' and
11417            'ETH' and
11418            'IP4FWD' and
11419            '1T1C' and
11420            'VHOST_1024' and
11421            not 'VXLAN' and
11422            not 'DOT1Q'"
11423   parameters:
11424   - "throughput"
11425   - "parent"
11426   - "tags"
11427   sort:
11428   - "not CFS_OPT"
11429   - "1VM"
11430   - "2VM"
11431   traces:
11432     hoverinfo: "x+y"
11433     boxpoints: "outliers"
11434     whiskerwidth: 0
11435   layout:
11436     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11437     layout: "plot-throughput"
11438
11439 -
11440   type: "plot"
11441   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11442   algorithm: "plot_performance_box"
11443   output-file-type: ".html"
11444   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11445   data: "plot-vpp-throughput-latency-3n-hsw"
11446   filter: "'NIC_Intel-X710' and
11447            '64B' and
11448            'NDRPDR' and
11449            'ETH' and
11450            'IP4FWD' and
11451            '2T2C' and
11452            'VHOST_1024' and
11453            not 'VXLAN' and
11454            not 'DOT1Q'"
11455   parameters:
11456   - "throughput"
11457   - "parent"
11458   - "tags"
11459   sort:
11460   - "not CFS_OPT"
11461   - "1VM"
11462   - "2VM"
11463   traces:
11464     hoverinfo: "x+y"
11465     boxpoints: "outliers"
11466     whiskerwidth: 0
11467   layout:
11468     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11469     layout: "plot-throughput"
11470
11471 -
11472   type: "plot"
11473   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11474   algorithm: "plot_performance_box"
11475   output-file-type: ".html"
11476   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11477   data: "plot-vpp-throughput-latency-3n-hsw"
11478   filter: "'NIC_Intel-X710' and
11479            '64B' and
11480            'NDRPDR' and
11481            'ETH' and
11482            'IP4FWD' and
11483            '1T1C' and
11484            'VHOST_1024' and
11485            not 'VXLAN' and
11486            not 'DOT1Q'"
11487   parameters:
11488   - "throughput"
11489   - "parent"
11490   - "tags"
11491   sort:
11492   - "not CFS_OPT"
11493   - "1VM"
11494   - "2VM"
11495   traces:
11496     hoverinfo: "x+y"
11497     boxpoints: "outliers"
11498     whiskerwidth: 0
11499   layout:
11500     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11501     layout: "plot-throughput"
11502
11503 -
11504   type: "plot"
11505   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11506   algorithm: "plot_performance_box"
11507   output-file-type: ".html"
11508   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11509   data: "plot-vpp-throughput-latency-3n-hsw"
11510   filter: "'NIC_Intel-X710' and
11511            '64B' and
11512            'NDRPDR' and
11513            'ETH' and
11514            'IP4FWD' and
11515            '2T2C' and
11516            'VHOST_1024' and
11517            not 'VXLAN' and
11518            not 'DOT1Q'"
11519   parameters:
11520   - "throughput"
11521   - "parent"
11522   - "tags"
11523   sort:
11524   - "not CFS_OPT"
11525   - "1VM"
11526   - "2VM"
11527   traces:
11528     hoverinfo: "x+y"
11529     boxpoints: "outliers"
11530     whiskerwidth: 0
11531   layout:
11532     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11533     layout: "plot-throughput"
11534
11535 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
11536 -
11537   type: "plot"
11538   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11539   algorithm: "plot_performance_box"
11540   output-file-type: ".html"
11541   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11542   data: "plot-vpp-throughput-latency-3n-hsw"
11543   filter: "'NIC_Intel-X710' and
11544            '64B' and
11545            'NDRPDR' and
11546            'ETH' and
11547            '1T1C' and
11548            'L2BDMACLRN' and
11549            'VHOST_1024' and
11550            not 'VXLAN' and
11551            not 'IP4FWD' and
11552            not 'DOT1Q' and
11553            not '2VM'"
11554   parameters:
11555   - "throughput"
11556   - "parent"
11557   - "tags"
11558   sort:
11559   - "VM"  # "not CFS_OPT"
11560   - "CFS_OPT"
11561   - "FIB_10K"
11562   - "FIB_100K"
11563   - "FIB_1M"
11564   traces:
11565     hoverinfo: "x+y"
11566     boxpoints: "outliers"
11567     whiskerwidth: 0
11568   layout:
11569     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11570     layout: "plot-throughput"
11571
11572 -
11573   type: "plot"
11574   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11575   algorithm: "plot_performance_box"
11576   output-file-type: ".html"
11577   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11578   data: "plot-vpp-throughput-latency-3n-hsw"
11579   filter: "'NIC_Intel-X710' and
11580            '64B' and
11581            'NDRPDR' and
11582            'ETH' and
11583            '2T2C' and
11584            'L2BDMACLRN' and
11585            'VHOST_1024' and
11586            not 'VXLAN' and
11587            not 'IP4FWD' and
11588            not 'DOT1Q' and
11589            not '2VM'"
11590   parameters:
11591   - "throughput"
11592   - "parent"
11593   - "tags"
11594   sort:
11595   - "VM"  # "not CFS_OPT"
11596   - "CFS_OPT"
11597   - "FIB_10K"
11598   - "FIB_100K"
11599   - "FIB_1M"
11600   traces:
11601     hoverinfo: "x+y"
11602     boxpoints: "outliers"
11603     whiskerwidth: 0
11604   layout:
11605     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11606     layout: "plot-throughput"
11607
11608 -
11609   type: "plot"
11610   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11611   algorithm: "plot_performance_box"
11612   output-file-type: ".html"
11613   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11614   data: "plot-vpp-throughput-latency-3n-hsw"
11615   filter: "'NIC_Intel-X710' and
11616            '64B' and
11617            'NDRPDR' and
11618            'ETH' and
11619            '1T1C' and
11620            'L2BDMACLRN' and
11621            'VHOST_1024' and
11622            not 'VXLAN' and
11623            not 'IP4FWD' and
11624            not 'DOT1Q' and
11625            not '2VM'"
11626   parameters:
11627   - "throughput"
11628   - "parent"
11629   - "tags"
11630   sort:
11631   - "VM"  # "not CFS_OPT"
11632   - "CFS_OPT"
11633   - "FIB_10K"
11634   - "FIB_100K"
11635   - "FIB_1M"
11636   traces:
11637     hoverinfo: "x+y"
11638     boxpoints: "outliers"
11639     whiskerwidth: 0
11640   layout:
11641     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11642     layout: "plot-throughput"
11643
11644 -
11645   type: "plot"
11646   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11647   algorithm: "plot_performance_box"
11648   output-file-type: ".html"
11649   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11650   data: "plot-vpp-throughput-latency-3n-hsw"
11651   filter: "'NIC_Intel-X710' and
11652            '64B' and
11653            'NDRPDR' and
11654            'ETH' and
11655            '2T2C' and
11656            'L2BDMACLRN' and
11657            'VHOST_1024' and
11658            not 'VXLAN' and
11659            not 'IP4FWD' and
11660            not 'DOT1Q' and
11661            not '2VM'"
11662   parameters:
11663   - "throughput"
11664   - "parent"
11665   - "tags"
11666   sort:
11667   - "VM"  # "not CFS_OPT"
11668   - "CFS_OPT"
11669   - "FIB_10K"
11670   - "FIB_100K"
11671   - "FIB_1M"
11672   traces:
11673     hoverinfo: "x+y"
11674     boxpoints: "outliers"
11675     whiskerwidth: 0
11676   layout:
11677     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11678     layout: "plot-throughput"
11679
11680 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
11681 -
11682   type: "plot"
11683   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11684   algorithm: "plot_performance_box"
11685   output-file-type: ".html"
11686   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11687   data: "plot-vpp-throughput-latency-3n-hsw"
11688   filter: "'NIC_Intel-X710' and
11689            '64B' and
11690            'NDRPDR' and
11691            'ETH' and
11692            'BASE' and
11693            '1T1C' and
11694            ('L2BDMACLRN' or 'L2XCFWD') and
11695            'VHOST_1024' and
11696            not 'VXLAN' and
11697            not 'IP4FWD' and
11698            not 'DOT1Q' and
11699            not '2VM'"
11700   parameters:
11701   - "throughput"
11702   - "parent"
11703   - "tags"
11704   sort:
11705   - "not CFS_OPT"
11706   - "L2XCFWD"
11707   - "not CFS_OPT"
11708   - "CFS_OPT"
11709   traces:
11710     hoverinfo: "x+y"
11711     boxpoints: "outliers"
11712     whiskerwidth: 0
11713   layout:
11714     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11715     layout: "plot-throughput"
11716
11717 -
11718   type: "plot"
11719   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11720   algorithm: "plot_performance_box"
11721   output-file-type: ".html"
11722   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11723   data: "plot-vpp-throughput-latency-3n-hsw"
11724   filter: "'NIC_Intel-X710' and
11725            '64B' and
11726            'NDRPDR' and
11727            'ETH' and
11728            'BASE' and
11729            '1T1C' and
11730            ('L2BDMACLRN' or 'L2XCFWD') and
11731            'VHOST_1024' and
11732            not 'VXLAN' and
11733            not 'IP4FWD' and
11734            not 'DOT1Q' and
11735            not '2VM'"
11736   parameters:
11737   - "throughput"
11738   - "parent"
11739   - "tags"
11740   sort:
11741   - "not CFS_OPT"
11742   - "L2XCFWD"
11743   - "not CFS_OPT"
11744   - "CFS_OPT"
11745   traces:
11746     hoverinfo: "x+y"
11747     boxpoints: "outliers"
11748     whiskerwidth: 0
11749   layout:
11750     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11751     layout: "plot-throughput"
11752
11753 -
11754   type: "plot"
11755   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11756   algorithm: "plot_performance_box"
11757   output-file-type: ".html"
11758   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11759   data: "plot-vpp-throughput-latency-3n-hsw"
11760   filter: "'NIC_Intel-X710' and
11761            '64B' and
11762            'NDRPDR' and
11763            'ETH' and
11764            'BASE' and
11765            '2T2C' and
11766            ('L2BDMACLRN' or 'L2XCFWD') and
11767            'VHOST_1024' and
11768            not 'VXLAN' and
11769            not 'IP4FWD' and
11770            not 'DOT1Q' and
11771            not '2VM'"
11772   parameters:
11773   - "throughput"
11774   - "parent"
11775   - "tags"
11776   sort:
11777   - "not CFS_OPT"
11778   - "L2XCFWD"
11779   - "not CFS_OPT"
11780   - "CFS_OPT"
11781   traces:
11782     hoverinfo: "x+y"
11783     boxpoints: "outliers"
11784     whiskerwidth: 0
11785   layout:
11786     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11787     layout: "plot-throughput"
11788
11789 -
11790   type: "plot"
11791   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11792   algorithm: "plot_performance_box"
11793   output-file-type: ".html"
11794   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11795   data: "plot-vpp-throughput-latency-3n-hsw"
11796   filter: "'NIC_Intel-X710' and
11797            '64B' and
11798            'NDRPDR' and
11799            'ETH' and
11800            'BASE' and
11801            '2T2C' and
11802            ('L2BDMACLRN' or 'L2XCFWD') and
11803            'VHOST_1024' and
11804            not 'VXLAN' and
11805            not 'IP4FWD' and
11806            not 'DOT1Q' and
11807            not '2VM'"
11808   parameters:
11809   - "throughput"
11810   - "parent"
11811   - "tags"
11812   sort:
11813   - "not CFS_OPT"
11814   - "L2XCFWD"
11815   - "not CFS_OPT"
11816   - "CFS_OPT"
11817   traces:
11818     hoverinfo: "x+y"
11819     boxpoints: "outliers"
11820     whiskerwidth: 0
11821   layout:
11822     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11823     layout: "plot-throughput"
11824
11825 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
11826 -
11827   type: "plot"
11828   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11829   algorithm: "plot_performance_box"
11830   output-file-type: ".html"
11831   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11832   data: "plot-vpp-throughput-latency-3n-hsw"
11833   filter: "'NIC_Intel-X710' and
11834            '64B' and
11835            'NDRPDR' and
11836            'ETH' and
11837            '1T1C' and
11838            ('L2BDMACLRN' or 'L2XCFWD') and
11839            'VHOST_1024' and
11840            not 'CFS_OPT' and
11841            not 'VXLAN' and
11842            not 'IP4FWD' and
11843            not 'DOT1Q'"
11844   parameters:
11845   - "throughput"
11846   - "parent"
11847   - "tags"
11848   sort:
11849   - "1VM"
11850   - "L2XCFWD"
11851   - "1VM"
11852   - "L2BDMACLRN"
11853   traces:
11854     hoverinfo: "x+y"
11855     boxpoints: "outliers"
11856     whiskerwidth: 0
11857   layout:
11858     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11859     layout: "plot-throughput"
11860
11861 -
11862   type: "plot"
11863   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11864   algorithm: "plot_performance_box"
11865   output-file-type: ".html"
11866   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11867   data: "plot-vpp-throughput-latency-3n-hsw"
11868   filter: "'NIC_Intel-X710' and
11869            '64B' and
11870            'NDRPDR' and
11871            'ETH' and
11872            '1T1C' and
11873            ('L2BDMACLRN' or 'L2XCFWD') and
11874            'VHOST_1024' and
11875            not 'CFS_OPT' and
11876            not 'VXLAN' and
11877            not 'IP4FWD' and
11878            not 'DOT1Q'"
11879   parameters:
11880   - "throughput"
11881   - "parent"
11882   - "tags"
11883   sort:
11884   - "1VM"
11885   - "L2XCFWD"
11886   - "1VM"
11887   - "L2BDMACLRN"
11888   traces:
11889     hoverinfo: "x+y"
11890     boxpoints: "outliers"
11891     whiskerwidth: 0
11892   layout:
11893     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11894     layout: "plot-throughput"
11895
11896 -
11897   type: "plot"
11898   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11899   algorithm: "plot_performance_box"
11900   output-file-type: ".html"
11901   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11902   data: "plot-vpp-throughput-latency-3n-hsw"
11903   filter: "'NIC_Intel-X710' and
11904            '64B' and
11905            'NDRPDR' and
11906            'ETH' and
11907            '2T2C' and
11908            ('L2BDMACLRN' or 'L2XCFWD') and
11909            'VHOST_1024' and
11910            not 'CFS_OPT' and
11911            not 'VXLAN' and
11912            not 'IP4FWD' and
11913            not 'DOT1Q'"
11914   parameters:
11915   - "throughput"
11916   - "parent"
11917   - "tags"
11918   sort:
11919   - "1VM"
11920   - "L2XCFWD"
11921   - "1VM"
11922   - "L2BDMACLRN"
11923   traces:
11924     hoverinfo: "x+y"
11925     boxpoints: "outliers"
11926     whiskerwidth: 0
11927   layout:
11928     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11929     layout: "plot-throughput"
11930
11931 -
11932   type: "plot"
11933   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11934   algorithm: "plot_performance_box"
11935   output-file-type: ".html"
11936   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11937   data: "plot-vpp-throughput-latency-3n-hsw"
11938   filter: "'NIC_Intel-X710' and
11939            '64B' and
11940            'NDRPDR' and
11941            'ETH' and
11942            '2T2C' and
11943            ('L2BDMACLRN' or 'L2XCFWD') and
11944            'VHOST_1024' and
11945            not 'CFS_OPT' and
11946            not 'VXLAN' and
11947            not 'IP4FWD' and
11948            not 'DOT1Q'"
11949   parameters:
11950   - "throughput"
11951   - "parent"
11952   - "tags"
11953   sort:
11954   - "1VM"
11955   - "L2XCFWD"
11956   - "1VM"
11957   - "L2BDMACLRN"
11958   traces:
11959     hoverinfo: "x+y"
11960     boxpoints: "outliers"
11961     whiskerwidth: 0
11962   layout:
11963     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11964     layout: "plot-throughput"
11965
11966 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
11967 -
11968   type: "plot"
11969   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11970   algorithm: "plot_performance_box"
11971   output-file-type: ".html"
11972   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11973   data: "plot-vpp-throughput-latency-3n-hsw"
11974   filter: "'NIC_Intel-XL710' and
11975            '64B' and
11976            'NDRPDR' and
11977            'ETH' and
11978            'IP4FWD' and
11979            '1T1C' and
11980            'VHOST_1024' and
11981            not 'VXLAN' and
11982            not 'DOT1Q'"
11983   parameters:
11984   - "throughput"
11985   - "parent"
11986   - "tags"
11987   sort:
11988   - "not CFS_OPT"
11989   - "1VM"
11990   - "2VM"
11991   traces:
11992     hoverinfo: "x+y"
11993     boxpoints: "outliers"
11994     whiskerwidth: 0
11995   layout:
11996     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11997     layout: "plot-throughput"
11998
11999 -
12000   type: "plot"
12001   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12002   algorithm: "plot_performance_box"
12003   output-file-type: ".html"
12004   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12005   data: "plot-vpp-throughput-latency-3n-hsw"
12006   filter: "'NIC_Intel-XL710' and
12007            '64B' and
12008            'NDRPDR' and
12009            'ETH' and
12010            'IP4FWD' and
12011            '2T2C' and
12012            'VHOST_1024' and
12013            not 'VXLAN' and
12014            not 'DOT1Q'"
12015   parameters:
12016   - "throughput"
12017   - "parent"
12018   - "tags"
12019   sort:
12020   - "not CFS_OPT"
12021   - "1VM"
12022   - "2VM"
12023   traces:
12024     hoverinfo: "x+y"
12025     boxpoints: "outliers"
12026     whiskerwidth: 0
12027   layout:
12028     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12029     layout: "plot-throughput"
12030
12031 -
12032   type: "plot"
12033   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12034   algorithm: "plot_performance_box"
12035   output-file-type: ".html"
12036   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12037   data: "plot-vpp-throughput-latency-3n-hsw"
12038   filter: "'NIC_Intel-XL710' and
12039            '64B' and
12040            'NDRPDR' and
12041            'ETH' and
12042            'IP4FWD' and
12043            '1T1C' and
12044            'VHOST_1024' and
12045            not 'VXLAN' and
12046            not 'DOT1Q'"
12047   parameters:
12048   - "throughput"
12049   - "parent"
12050   - "tags"
12051   sort:
12052   - "not CFS_OPT"
12053   - "1VM"
12054   - "2VM"
12055   traces:
12056     hoverinfo: "x+y"
12057     boxpoints: "outliers"
12058     whiskerwidth: 0
12059   layout:
12060     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12061     layout: "plot-throughput"
12062
12063 -
12064   type: "plot"
12065   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12066   algorithm: "plot_performance_box"
12067   output-file-type: ".html"
12068   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12069   data: "plot-vpp-throughput-latency-3n-hsw"
12070   filter: "'NIC_Intel-XL710' and
12071            '64B' and
12072            'NDRPDR' and
12073            'ETH' and
12074            'IP4FWD' and
12075            '2T2C' and
12076            'VHOST_1024' and
12077            not 'VXLAN' and
12078            not 'DOT1Q'"
12079   parameters:
12080   - "throughput"
12081   - "parent"
12082   - "tags"
12083   sort:
12084   - "not CFS_OPT"
12085   - "1VM"
12086   - "2VM"
12087   traces:
12088     hoverinfo: "x+y"
12089     boxpoints: "outliers"
12090     whiskerwidth: 0
12091   layout:
12092     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12093     layout: "plot-throughput"
12094
12095 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
12096 -
12097   type: "plot"
12098   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12099   algorithm: "plot_performance_box"
12100   output-file-type: ".html"
12101   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12102   data: "plot-vpp-throughput-latency-3n-hsw"
12103   filter: "'NIC_Intel-XL710' and
12104            '64B' and
12105            'NDRPDR' and
12106            'ETH' and
12107            '1T1C' and
12108            'L2BDMACLRN' and
12109            'VHOST_1024' and
12110            not 'VXLAN' and
12111            not 'IP4FWD' and
12112            not 'DOT1Q' and
12113            not '2VM'"
12114   parameters:
12115   - "throughput"
12116   - "parent"
12117   - "tags"
12118   sort:
12119   - "VM"  # "not CFS_OPT"
12120   - "CFS_OPT"
12121   - "FIB_10K"
12122   - "FIB_100K"
12123   - "FIB_1M"
12124   traces:
12125     hoverinfo: "x+y"
12126     boxpoints: "outliers"
12127     whiskerwidth: 0
12128   layout:
12129     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12130     layout: "plot-throughput"
12131
12132 -
12133   type: "plot"
12134   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12135   algorithm: "plot_performance_box"
12136   output-file-type: ".html"
12137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12138   data: "plot-vpp-throughput-latency-3n-hsw"
12139   filter: "'NIC_Intel-XL710' and
12140            '64B' and
12141            'NDRPDR' and
12142            'ETH' and
12143            '2T2C' and
12144            'L2BDMACLRN' and
12145            'VHOST_1024' and
12146            not 'VXLAN' and
12147            not 'IP4FWD' and
12148            not 'DOT1Q' and
12149            not '2VM'"
12150   parameters:
12151   - "throughput"
12152   - "parent"
12153   - "tags"
12154   sort:
12155   - "VM"  # "not CFS_OPT"
12156   - "CFS_OPT"
12157   - "FIB_10K"
12158   - "FIB_100K"
12159   - "FIB_1M"
12160   traces:
12161     hoverinfo: "x+y"
12162     boxpoints: "outliers"
12163     whiskerwidth: 0
12164   layout:
12165     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12166     layout: "plot-throughput"
12167
12168 -
12169   type: "plot"
12170   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12171   algorithm: "plot_performance_box"
12172   output-file-type: ".html"
12173   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12174   data: "plot-vpp-throughput-latency-3n-hsw"
12175   filter: "'NIC_Intel-XL710' and
12176            '64B' and
12177            'NDRPDR' and
12178            'ETH' and
12179            '1T1C' and
12180            'L2BDMACLRN' and
12181            'VHOST_1024' and
12182            not 'VXLAN' and
12183            not 'IP4FWD' and
12184            not 'DOT1Q' and
12185            not '2VM'"
12186   parameters:
12187   - "throughput"
12188   - "parent"
12189   - "tags"
12190   sort:
12191   - "VM"  # "not CFS_OPT"
12192   - "CFS_OPT"
12193   - "FIB_10K"
12194   - "FIB_100K"
12195   - "FIB_1M"
12196   traces:
12197     hoverinfo: "x+y"
12198     boxpoints: "outliers"
12199     whiskerwidth: 0
12200   layout:
12201     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12202     layout: "plot-throughput"
12203
12204 -
12205   type: "plot"
12206   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12207   algorithm: "plot_performance_box"
12208   output-file-type: ".html"
12209   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12210   data: "plot-vpp-throughput-latency-3n-hsw"
12211   filter: "'NIC_Intel-XL710' and
12212            '64B' and
12213            'NDRPDR' and
12214            'ETH' and
12215            '2T2C' and
12216            'L2BDMACLRN' and
12217            'VHOST_1024' and
12218            not 'VXLAN' and
12219            not 'IP4FWD' and
12220            not 'DOT1Q' and
12221            not '2VM'"
12222   parameters:
12223   - "throughput"
12224   - "parent"
12225   - "tags"
12226   sort:
12227   - "VM"  # "not CFS_OPT"
12228   - "CFS_OPT"
12229   - "FIB_10K"
12230   - "FIB_100K"
12231   - "FIB_1M"
12232   traces:
12233     hoverinfo: "x+y"
12234     boxpoints: "outliers"
12235     whiskerwidth: 0
12236   layout:
12237     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12238     layout: "plot-throughput"
12239
12240 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
12241 -
12242   type: "plot"
12243   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12244   algorithm: "plot_performance_box"
12245   output-file-type: ".html"
12246   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12247   data: "plot-vpp-throughput-latency-3n-hsw"
12248   filter: "'NIC_Intel-XL710' and
12249            '64B' and
12250            'NDRPDR' and
12251            'ETH' and
12252            'BASE' and
12253            '1T1C' and
12254            ('L2BDMACLRN' or 'L2XCFWD') and
12255            'VHOST_1024' and
12256            not 'VXLAN' and
12257            not 'IP4FWD' and
12258            not 'DOT1Q' and
12259            not '2VM'"
12260   parameters:
12261   - "throughput"
12262   - "parent"
12263   - "tags"
12264   sort:
12265   - "not CFS_OPT"
12266   - "L2XCFWD"
12267   - "not CFS_OPT"
12268   - "CFS_OPT"
12269   traces:
12270     hoverinfo: "x+y"
12271     boxpoints: "outliers"
12272     whiskerwidth: 0
12273   layout:
12274     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12275     layout: "plot-throughput"
12276
12277 -
12278   type: "plot"
12279   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12280   algorithm: "plot_performance_box"
12281   output-file-type: ".html"
12282   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12283   data: "plot-vpp-throughput-latency-3n-hsw"
12284   filter: "'NIC_Intel-XL710' and
12285            '64B' and
12286            'NDRPDR' and
12287            'ETH' and
12288            'BASE' and
12289            '1T1C' and
12290            ('L2BDMACLRN' or 'L2XCFWD') and
12291            'VHOST_1024' and
12292            not 'VXLAN' and
12293            not 'IP4FWD' and
12294            not 'DOT1Q' and
12295            not '2VM'"
12296   parameters:
12297   - "throughput"
12298   - "parent"
12299   - "tags"
12300   sort:
12301   - "not CFS_OPT"
12302   - "L2XCFWD"
12303   - "not CFS_OPT"
12304   - "CFS_OPT"
12305   traces:
12306     hoverinfo: "x+y"
12307     boxpoints: "outliers"
12308     whiskerwidth: 0
12309   layout:
12310     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12311     layout: "plot-throughput"
12312
12313 -
12314   type: "plot"
12315   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12316   algorithm: "plot_performance_box"
12317   output-file-type: ".html"
12318   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12319   data: "plot-vpp-throughput-latency-3n-hsw"
12320   filter: "'NIC_Intel-XL710' and
12321            '64B' and
12322            'NDRPDR' and
12323            'ETH' and
12324            'BASE' and
12325            '2T2C' and
12326            ('L2BDMACLRN' or 'L2XCFWD') and
12327            'VHOST_1024' and
12328            not 'VXLAN' and
12329            not 'IP4FWD' and
12330            not 'DOT1Q' and
12331            not '2VM'"
12332   parameters:
12333   - "throughput"
12334   - "parent"
12335   - "tags"
12336   sort:
12337   - "not CFS_OPT"
12338   - "L2XCFWD"
12339   - "not CFS_OPT"
12340   - "CFS_OPT"
12341   traces:
12342     hoverinfo: "x+y"
12343     boxpoints: "outliers"
12344     whiskerwidth: 0
12345   layout:
12346     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12347     layout: "plot-throughput"
12348
12349 -
12350   type: "plot"
12351   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12352   algorithm: "plot_performance_box"
12353   output-file-type: ".html"
12354   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12355   data: "plot-vpp-throughput-latency-3n-hsw"
12356   filter: "'NIC_Intel-XL710' and
12357            '64B' and
12358            'NDRPDR' and
12359            'ETH' and
12360            'BASE' and
12361            '2T2C' and
12362            ('L2BDMACLRN' or 'L2XCFWD') and
12363            'VHOST_1024' and
12364            not 'VXLAN' and
12365            not 'IP4FWD' and
12366            not 'DOT1Q' and
12367            not '2VM'"
12368   parameters:
12369   - "throughput"
12370   - "parent"
12371   - "tags"
12372   sort:
12373   - "not CFS_OPT"
12374   - "L2XCFWD"
12375   - "not CFS_OPT"
12376   - "CFS_OPT"
12377   traces:
12378     hoverinfo: "x+y"
12379     boxpoints: "outliers"
12380     whiskerwidth: 0
12381   layout:
12382     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12383     layout: "plot-throughput"
12384
12385 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
12386 -
12387   type: "plot"
12388   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12389   algorithm: "plot_performance_box"
12390   output-file-type: ".html"
12391   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12392   data: "plot-vpp-throughput-latency-3n-hsw"
12393   filter: "'NIC_Intel-XL710' and
12394            '64B' and
12395            'NDRPDR' and
12396            'ETH' and
12397            '1T1C' and
12398            ('L2BDMACLRN' or 'L2XCFWD') and
12399            'VHOST_1024' and
12400            not 'CFS_OPT' and
12401            not 'VXLAN' and
12402            not 'IP4FWD' and
12403            not 'DOT1Q'"
12404   parameters:
12405   - "throughput"
12406   - "parent"
12407   - "tags"
12408   sort:
12409   - "1VM"
12410   - "L2XCFWD"
12411   - "1VM"
12412   - "L2BDMACLRN"
12413   traces:
12414     hoverinfo: "x+y"
12415     boxpoints: "outliers"
12416     whiskerwidth: 0
12417   layout:
12418     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12419     layout: "plot-throughput"
12420
12421 -
12422   type: "plot"
12423   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12424   algorithm: "plot_performance_box"
12425   output-file-type: ".html"
12426   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12427   data: "plot-vpp-throughput-latency-3n-hsw"
12428   filter: "'NIC_Intel-XL710' and
12429            '64B' and
12430            'NDRPDR' and
12431            'ETH' and
12432            '1T1C' and
12433            ('L2BDMACLRN' or 'L2XCFWD') and
12434            'VHOST_1024' and
12435            not 'CFS_OPT' and
12436            not 'VXLAN' and
12437            not 'IP4FWD' and
12438            not 'DOT1Q'"
12439   parameters:
12440   - "throughput"
12441   - "parent"
12442   - "tags"
12443   sort:
12444   - "1VM"
12445   - "L2XCFWD"
12446   - "1VM"
12447   - "L2BDMACLRN"
12448   traces:
12449     hoverinfo: "x+y"
12450     boxpoints: "outliers"
12451     whiskerwidth: 0
12452   layout:
12453     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12454     layout: "plot-throughput"
12455
12456 -
12457   type: "plot"
12458   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12459   algorithm: "plot_performance_box"
12460   output-file-type: ".html"
12461   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12462   data: "plot-vpp-throughput-latency-3n-hsw"
12463   filter: "'NIC_Intel-XL710' and
12464            '64B' and
12465            'NDRPDR' and
12466            'ETH' and
12467            '2T2C' and
12468            ('L2BDMACLRN' or 'L2XCFWD') and
12469            'VHOST_1024' and
12470            not 'CFS_OPT' and
12471            not 'VXLAN' and
12472            not 'IP4FWD' and
12473            not 'DOT1Q'"
12474   parameters:
12475   - "throughput"
12476   - "parent"
12477   - "tags"
12478   sort:
12479   - "1VM"
12480   - "L2XCFWD"
12481   - "1VM"
12482   - "L2BDMACLRN"
12483   traces:
12484     hoverinfo: "x+y"
12485     boxpoints: "outliers"
12486     whiskerwidth: 0
12487   layout:
12488     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12489     layout: "plot-throughput"
12490
12491 -
12492   type: "plot"
12493   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12494   algorithm: "plot_performance_box"
12495   output-file-type: ".html"
12496   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12497   data: "plot-vpp-throughput-latency-3n-hsw"
12498   filter: "'NIC_Intel-XL710' and
12499            '64B' and
12500            'NDRPDR' and
12501            'ETH' and
12502            '2T2C' and
12503            ('L2BDMACLRN' or 'L2XCFWD') and
12504            'VHOST_1024' and
12505            not 'CFS_OPT' and
12506            not 'VXLAN' and
12507            not 'IP4FWD' and
12508            not 'DOT1Q'"
12509   parameters:
12510   - "throughput"
12511   - "parent"
12512   - "tags"
12513   sort:
12514   - "1VM"
12515   - "L2XCFWD"
12516   - "1VM"
12517   - "L2BDMACLRN"
12518   traces:
12519     hoverinfo: "x+y"
12520     boxpoints: "outliers"
12521     whiskerwidth: 0
12522   layout:
12523     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12524     layout: "plot-throughput"
12525
12526 # Packet Throughput - VPP vhost ip4 3n-skx-x710
12527 -
12528   type: "plot"
12529   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12530   algorithm: "plot_performance_box"
12531   output-file-type: ".html"
12532   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12533   data: "plot-vpp-throughput-latency-3n-skx"
12534   filter: "'NIC_Intel-X710' and
12535            '64B' and
12536            'NDRPDR' and
12537            'ETH' and
12538            'IP4FWD' and
12539            '2T1C' and
12540            'VHOST_1024' and
12541            not 'VXLAN' and
12542            not 'DOT1Q'"
12543   parameters:
12544   - "throughput"
12545   - "parent"
12546   - "tags"
12547   sort:
12548   - "not CFS_OPT"
12549   - "1VM"
12550   - "2VM"
12551   traces:
12552     hoverinfo: "x+y"
12553     boxpoints: "outliers"
12554     whiskerwidth: 0
12555   layout:
12556     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12557     layout: "plot-throughput"
12558
12559 -
12560   type: "plot"
12561   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12562   algorithm: "plot_performance_box"
12563   output-file-type: ".html"
12564   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12565   data: "plot-vpp-throughput-latency-3n-skx"
12566   filter: "'NIC_Intel-X710' and
12567            '64B' and
12568            'NDRPDR' and
12569            'ETH' and
12570            'IP4FWD' and
12571            '4T2C' and
12572            'VHOST_1024' and
12573            not 'VXLAN' and
12574            not 'DOT1Q'"
12575   parameters:
12576   - "throughput"
12577   - "parent"
12578   - "tags"
12579   sort:
12580   - "not CFS_OPT"
12581   - "1VM"
12582   - "2VM"
12583   traces:
12584     hoverinfo: "x+y"
12585     boxpoints: "outliers"
12586     whiskerwidth: 0
12587   layout:
12588     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12589     layout: "plot-throughput"
12590
12591 -
12592   type: "plot"
12593   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12594   algorithm: "plot_performance_box"
12595   output-file-type: ".html"
12596   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12597   data: "plot-vpp-throughput-latency-3n-skx"
12598   filter: "'NIC_Intel-X710' and
12599            '64B' and
12600            'NDRPDR' and
12601            'ETH' and
12602            'IP4FWD' and
12603            '2T1C' and
12604            'VHOST_1024' and
12605            not 'VXLAN' and
12606            not 'DOT1Q'"
12607   parameters:
12608   - "throughput"
12609   - "parent"
12610   - "tags"
12611   sort:
12612   - "not CFS_OPT"
12613   - "1VM"
12614   - "2VM"
12615   traces:
12616     hoverinfo: "x+y"
12617     boxpoints: "outliers"
12618     whiskerwidth: 0
12619   layout:
12620     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12621     layout: "plot-throughput"
12622
12623 -
12624   type: "plot"
12625   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12626   algorithm: "plot_performance_box"
12627   output-file-type: ".html"
12628   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12629   data: "plot-vpp-throughput-latency-3n-skx"
12630   filter: "'NIC_Intel-X710' and
12631            '64B' and
12632            'NDRPDR' and
12633            'ETH' and
12634            'IP4FWD' and
12635            '4T2C' and
12636            'VHOST_1024' and
12637            not 'VXLAN' and
12638            not 'DOT1Q'"
12639   parameters:
12640   - "throughput"
12641   - "parent"
12642   - "tags"
12643   sort:
12644   - "not CFS_OPT"
12645   - "1VM"
12646   - "2VM"
12647   traces:
12648     hoverinfo: "x+y"
12649     boxpoints: "outliers"
12650     whiskerwidth: 0
12651   layout:
12652     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12653     layout: "plot-throughput"
12654
12655 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
12656 -
12657   type: "plot"
12658   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12659   algorithm: "plot_performance_box"
12660   output-file-type: ".html"
12661   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12662   data: "plot-vpp-throughput-latency-3n-skx"
12663   filter: "'NIC_Intel-X710' and
12664            '64B' and
12665            'NDRPDR' and
12666            'ETH' and
12667            '2T1C' and
12668            'L2BDMACLRN' and
12669            'VHOST_1024' and
12670            not 'VXLAN' and
12671            not 'IP4FWD' and
12672            not 'DOT1Q' and
12673            not '2VM'"
12674   parameters:
12675   - "throughput"
12676   - "parent"
12677   - "tags"
12678   sort:
12679   - "VM"  # "not CFS_OPT"
12680   - "CFS_OPT"
12681   - "FIB_10K"
12682   - "FIB_100K"
12683   - "FIB_1M"
12684   traces:
12685     hoverinfo: "x+y"
12686     boxpoints: "outliers"
12687     whiskerwidth: 0
12688   layout:
12689     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12690     layout: "plot-throughput"
12691
12692 -
12693   type: "plot"
12694   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12695   algorithm: "plot_performance_box"
12696   output-file-type: ".html"
12697   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12698   data: "plot-vpp-throughput-latency-3n-skx"
12699   filter: "'NIC_Intel-X710' and
12700            '64B' and
12701            'NDRPDR' and
12702            'ETH' and
12703            '4T2C' and
12704            'L2BDMACLRN' and
12705            'VHOST_1024' and
12706            not 'VXLAN' and
12707            not 'IP4FWD' and
12708            not 'DOT1Q' and
12709            not '2VM'"
12710   parameters:
12711   - "throughput"
12712   - "parent"
12713   - "tags"
12714   sort:
12715   - "VM"  # "not CFS_OPT"
12716   - "CFS_OPT"
12717   - "FIB_10K"
12718   - "FIB_100K"
12719   - "FIB_1M"
12720   traces:
12721     hoverinfo: "x+y"
12722     boxpoints: "outliers"
12723     whiskerwidth: 0
12724   layout:
12725     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12726     layout: "plot-throughput"
12727
12728 -
12729   type: "plot"
12730   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12731   algorithm: "plot_performance_box"
12732   output-file-type: ".html"
12733   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12734   data: "plot-vpp-throughput-latency-3n-skx"
12735   filter: "'NIC_Intel-X710' and
12736            '64B' and
12737            'NDRPDR' and
12738            'ETH' and
12739            '2T1C' and
12740            'L2BDMACLRN' and
12741            'VHOST_1024' and
12742            not 'VXLAN' and
12743            not 'IP4FWD' and
12744            not 'DOT1Q' and
12745            not '2VM'"
12746   parameters:
12747   - "throughput"
12748   - "parent"
12749   - "tags"
12750   sort:
12751   - "VM"  # "not CFS_OPT"
12752   - "CFS_OPT"
12753   - "FIB_10K"
12754   - "FIB_100K"
12755   - "FIB_1M"
12756   traces:
12757     hoverinfo: "x+y"
12758     boxpoints: "outliers"
12759     whiskerwidth: 0
12760   layout:
12761     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12762     layout: "plot-throughput"
12763
12764 -
12765   type: "plot"
12766   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12767   algorithm: "plot_performance_box"
12768   output-file-type: ".html"
12769   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12770   data: "plot-vpp-throughput-latency-3n-skx"
12771   filter: "'NIC_Intel-X710' and
12772            '64B' and
12773            'NDRPDR' and
12774            'ETH' and
12775            '4T2C' and
12776            'L2BDMACLRN' and
12777            'VHOST_1024' and
12778            not 'VXLAN' and
12779            not 'IP4FWD' and
12780            not 'DOT1Q' and
12781            not '2VM'"
12782   parameters:
12783   - "throughput"
12784   - "parent"
12785   - "tags"
12786   sort:
12787   - "VM"  # "not CFS_OPT"
12788   - "CFS_OPT"
12789   - "FIB_10K"
12790   - "FIB_100K"
12791   - "FIB_1M"
12792   traces:
12793     hoverinfo: "x+y"
12794     boxpoints: "outliers"
12795     whiskerwidth: 0
12796   layout:
12797     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12798     layout: "plot-throughput"
12799
12800 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
12801 -
12802   type: "plot"
12803   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12804   algorithm: "plot_performance_box"
12805   output-file-type: ".html"
12806   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12807   data: "plot-vpp-throughput-latency-3n-skx"
12808   filter: "'NIC_Intel-X710' and
12809            '64B' and
12810            'NDRPDR' and
12811            'ETH' and
12812            'BASE' and
12813            '2T1C' and
12814            ('L2BDMACLRN' or 'L2XCFWD') and
12815            'VHOST_1024' and
12816            not 'VXLAN' and
12817            not 'IP4FWD' and
12818            not 'DOT1Q' and
12819            not '2VM'"
12820   parameters:
12821   - "throughput"
12822   - "parent"
12823   - "tags"
12824   sort:
12825   - "not CFS_OPT"
12826   - "L2XCFWD"
12827   - "not CFS_OPT"
12828   - "CFS_OPT"
12829   traces:
12830     hoverinfo: "x+y"
12831     boxpoints: "outliers"
12832     whiskerwidth: 0
12833   layout:
12834     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12835     layout: "plot-throughput"
12836
12837 -
12838   type: "plot"
12839   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12840   algorithm: "plot_performance_box"
12841   output-file-type: ".html"
12842   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12843   data: "plot-vpp-throughput-latency-3n-skx"
12844   filter: "'NIC_Intel-X710' and
12845            '64B' and
12846            'NDRPDR' and
12847            'ETH' and
12848            'BASE' and
12849            '2T1C' and
12850            ('L2BDMACLRN' or 'L2XCFWD') and
12851            'VHOST_1024' and
12852            not 'VXLAN' and
12853            not 'IP4FWD' and
12854            not 'DOT1Q' and
12855            not '2VM'"
12856   parameters:
12857   - "throughput"
12858   - "parent"
12859   - "tags"
12860   sort:
12861   - "not CFS_OPT"
12862   - "L2XCFWD"
12863   - "not CFS_OPT"
12864   - "CFS_OPT"
12865   traces:
12866     hoverinfo: "x+y"
12867     boxpoints: "outliers"
12868     whiskerwidth: 0
12869   layout:
12870     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12871     layout: "plot-throughput"
12872
12873 -
12874   type: "plot"
12875   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12876   algorithm: "plot_performance_box"
12877   output-file-type: ".html"
12878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12879   data: "plot-vpp-throughput-latency-3n-skx"
12880   filter: "'NIC_Intel-X710' and
12881            '64B' and
12882            'NDRPDR' and
12883            'ETH' and
12884            'BASE' and
12885            '4T2C' and
12886            ('L2BDMACLRN' or 'L2XCFWD') and
12887            'VHOST_1024' and
12888            not 'VXLAN' and
12889            not 'IP4FWD' and
12890            not 'DOT1Q' and
12891            not '2VM'"
12892   parameters:
12893   - "throughput"
12894   - "parent"
12895   - "tags"
12896   sort:
12897   - "not CFS_OPT"
12898   - "L2XCFWD"
12899   - "not CFS_OPT"
12900   - "CFS_OPT"
12901   traces:
12902     hoverinfo: "x+y"
12903     boxpoints: "outliers"
12904     whiskerwidth: 0
12905   layout:
12906     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12907     layout: "plot-throughput"
12908
12909 -
12910   type: "plot"
12911   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12912   algorithm: "plot_performance_box"
12913   output-file-type: ".html"
12914   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12915   data: "plot-vpp-throughput-latency-3n-skx"
12916   filter: "'NIC_Intel-X710' and
12917            '64B' and
12918            'NDRPDR' and
12919            'ETH' and
12920            'BASE' and
12921            '4T2C' and
12922            ('L2BDMACLRN' or 'L2XCFWD') and
12923            'VHOST_1024' and
12924            not 'VXLAN' and
12925            not 'IP4FWD' and
12926            not 'DOT1Q' and
12927            not '2VM'"
12928   parameters:
12929   - "throughput"
12930   - "parent"
12931   - "tags"
12932   sort:
12933   - "not CFS_OPT"
12934   - "L2XCFWD"
12935   - "not CFS_OPT"
12936   - "CFS_OPT"
12937   traces:
12938     hoverinfo: "x+y"
12939     boxpoints: "outliers"
12940     whiskerwidth: 0
12941   layout:
12942     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12943     layout: "plot-throughput"
12944
12945 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
12946 -
12947   type: "plot"
12948   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12949   algorithm: "plot_performance_box"
12950   output-file-type: ".html"
12951   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12952   data: "plot-vpp-throughput-latency-3n-skx"
12953   filter: "'NIC_Intel-X710' and
12954            '64B' and
12955            'NDRPDR' and
12956            'ETH' and
12957            '2T1C' and
12958            ('L2BDMACLRN' or 'L2XCFWD') and
12959            'VHOST_1024' and
12960            not 'CFS_OPT' and
12961            not 'VXLAN' and
12962            not 'IP4FWD' and
12963            not 'DOT1Q'"
12964   parameters:
12965   - "throughput"
12966   - "parent"
12967   - "tags"
12968   sort:
12969   - "1VM"
12970   - "L2XCFWD"
12971   - "1VM"
12972   - "L2BDMACLRN"
12973   traces:
12974     hoverinfo: "x+y"
12975     boxpoints: "outliers"
12976     whiskerwidth: 0
12977   layout:
12978     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12979     layout: "plot-throughput"
12980
12981 -
12982   type: "plot"
12983   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12984   algorithm: "plot_performance_box"
12985   output-file-type: ".html"
12986   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12987   data: "plot-vpp-throughput-latency-3n-skx"
12988   filter: "'NIC_Intel-X710' and
12989            '64B' and
12990            'NDRPDR' and
12991            'ETH' and
12992            '2T1C' and
12993            ('L2BDMACLRN' or 'L2XCFWD') and
12994            'VHOST_1024' and
12995            not 'CFS_OPT' and
12996            not 'VXLAN' and
12997            not 'IP4FWD' and
12998            not 'DOT1Q'"
12999   parameters:
13000   - "throughput"
13001   - "parent"
13002   - "tags"
13003   sort:
13004   - "1VM"
13005   - "L2XCFWD"
13006   - "1VM"
13007   - "L2BDMACLRN"
13008   traces:
13009     hoverinfo: "x+y"
13010     boxpoints: "outliers"
13011     whiskerwidth: 0
13012   layout:
13013     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13014     layout: "plot-throughput"
13015
13016 -
13017   type: "plot"
13018   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13019   algorithm: "plot_performance_box"
13020   output-file-type: ".html"
13021   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13022   data: "plot-vpp-throughput-latency-3n-skx"
13023   filter: "'NIC_Intel-X710' and
13024            '64B' and
13025            'NDRPDR' and
13026            'ETH' and
13027            '4T2C' and
13028            ('L2BDMACLRN' or 'L2XCFWD') and
13029            'VHOST_1024' and
13030            not 'CFS_OPT' and
13031            not 'VXLAN' and
13032            not 'IP4FWD' and
13033            not 'DOT1Q'"
13034   parameters:
13035   - "throughput"
13036   - "parent"
13037   - "tags"
13038   sort:
13039   - "1VM"
13040   - "L2XCFWD"
13041   - "1VM"
13042   - "L2BDMACLRN"
13043   traces:
13044     hoverinfo: "x+y"
13045     boxpoints: "outliers"
13046     whiskerwidth: 0
13047   layout:
13048     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13049     layout: "plot-throughput"
13050
13051 -
13052   type: "plot"
13053   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13054   algorithm: "plot_performance_box"
13055   output-file-type: ".html"
13056   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13057   data: "plot-vpp-throughput-latency-3n-skx"
13058   filter: "'NIC_Intel-X710' and
13059            '64B' and
13060            'NDRPDR' and
13061            'ETH' and
13062            '4T2C' and
13063            ('L2BDMACLRN' or 'L2XCFWD') and
13064            'VHOST_1024' and
13065            not 'CFS_OPT' and
13066            not 'VXLAN' and
13067            not 'IP4FWD' and
13068            not 'DOT1Q'"
13069   parameters:
13070   - "throughput"
13071   - "parent"
13072   - "tags"
13073   sort:
13074   - "1VM"
13075   - "L2XCFWD"
13076   - "1VM"
13077   - "L2BDMACLRN"
13078   traces:
13079     hoverinfo: "x+y"
13080     boxpoints: "outliers"
13081     whiskerwidth: 0
13082   layout:
13083     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13084     layout: "plot-throughput"
13085
13086 # Packet Throughput - VPP vhost ip4 2n-skx-x710
13087 -
13088   type: "plot"
13089   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13090   algorithm: "plot_performance_box"
13091   output-file-type: ".html"
13092   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13093   data: "plot-vpp-throughput-latency-2n-skx"
13094   filter: "'NIC_Intel-X710' and
13095            '64B' and
13096            'NDRPDR' and
13097            'ETH' and
13098            'IP4FWD' and
13099            '2T1C' and
13100            'VHOST_1024' and
13101            not 'VXLAN' and
13102            not 'DOT1Q'"
13103   parameters:
13104   - "throughput"
13105   - "parent"
13106   - "tags"
13107   sort:
13108   - "not CFS_OPT"
13109   - "1VM"
13110   - "2VM"
13111   traces:
13112     hoverinfo: "x+y"
13113     boxpoints: "outliers"
13114     whiskerwidth: 0
13115   layout:
13116     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13117     layout: "plot-throughput"
13118
13119 -
13120   type: "plot"
13121   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13122   algorithm: "plot_performance_box"
13123   output-file-type: ".html"
13124   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13125   data: "plot-vpp-throughput-latency-2n-skx"
13126   filter: "'NIC_Intel-X710' and
13127            '64B' and
13128            'NDRPDR' and
13129            'ETH' and
13130            'IP4FWD' and
13131            '4T2C' and
13132            'VHOST_1024' and
13133            not 'VXLAN' and
13134            not 'DOT1Q'"
13135   parameters:
13136   - "throughput"
13137   - "parent"
13138   - "tags"
13139   sort:
13140   - "not CFS_OPT"
13141   - "1VM"
13142   - "2VM"
13143   traces:
13144     hoverinfo: "x+y"
13145     boxpoints: "outliers"
13146     whiskerwidth: 0
13147   layout:
13148     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13149     layout: "plot-throughput"
13150
13151 -
13152   type: "plot"
13153   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13154   algorithm: "plot_performance_box"
13155   output-file-type: ".html"
13156   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13157   data: "plot-vpp-throughput-latency-2n-skx"
13158   filter: "'NIC_Intel-X710' and
13159            '64B' and
13160            'NDRPDR' and
13161            'ETH' and
13162            'IP4FWD' and
13163            '2T1C' and
13164            'VHOST_1024' and
13165            not 'VXLAN' and
13166            not 'DOT1Q'"
13167   parameters:
13168   - "throughput"
13169   - "parent"
13170   - "tags"
13171   sort:
13172   - "not CFS_OPT"
13173   - "1VM"
13174   - "2VM"
13175   traces:
13176     hoverinfo: "x+y"
13177     boxpoints: "outliers"
13178     whiskerwidth: 0
13179   layout:
13180     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13181     layout: "plot-throughput"
13182
13183 -
13184   type: "plot"
13185   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13186   algorithm: "plot_performance_box"
13187   output-file-type: ".html"
13188   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13189   data: "plot-vpp-throughput-latency-2n-skx"
13190   filter: "'NIC_Intel-X710' and
13191            '64B' and
13192            'NDRPDR' and
13193            'ETH' and
13194            'IP4FWD' and
13195            '4T2C' and
13196            'VHOST_1024' and
13197            not 'VXLAN' and
13198            not 'DOT1Q'"
13199   parameters:
13200   - "throughput"
13201   - "parent"
13202   - "tags"
13203   sort:
13204   - "not CFS_OPT"
13205   - "1VM"
13206   - "2VM"
13207   traces:
13208     hoverinfo: "x+y"
13209     boxpoints: "outliers"
13210     whiskerwidth: 0
13211   layout:
13212     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13213     layout: "plot-throughput"
13214
13215 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
13216 -
13217   type: "plot"
13218   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13219   algorithm: "plot_performance_box"
13220   output-file-type: ".html"
13221   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13222   data: "plot-vpp-throughput-latency-2n-skx"
13223   filter: "'NIC_Intel-X710' and
13224            '64B' and
13225            'NDRPDR' and
13226            'ETH' and
13227            '2T1C' and
13228            'L2BDMACLRN' and
13229            'VHOST_1024' and
13230            not 'VXLAN' and
13231            not 'IP4FWD' and
13232            not 'DOT1Q' and
13233            not '2VM'"
13234   parameters:
13235   - "throughput"
13236   - "parent"
13237   - "tags"
13238   sort:
13239   - "VM"  # "not CFS_OPT"
13240   - "CFS_OPT"
13241   - "FIB_10K"
13242   - "FIB_100K"
13243   - "FIB_1M"
13244   traces:
13245     hoverinfo: "x+y"
13246     boxpoints: "outliers"
13247     whiskerwidth: 0
13248   layout:
13249     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13250     layout: "plot-throughput"
13251
13252 -
13253   type: "plot"
13254   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13255   algorithm: "plot_performance_box"
13256   output-file-type: ".html"
13257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13258   data: "plot-vpp-throughput-latency-2n-skx"
13259   filter: "'NIC_Intel-X710' and
13260            '64B' and
13261            'NDRPDR' and
13262            'ETH' and
13263            '4T2C' and
13264            'L2BDMACLRN' and
13265            'VHOST_1024' and
13266            not 'VXLAN' and
13267            not 'IP4FWD' and
13268            not 'DOT1Q' and
13269            not '2VM'"
13270   parameters:
13271   - "throughput"
13272   - "parent"
13273   - "tags"
13274   sort:
13275   - "VM"  # "not CFS_OPT"
13276   - "CFS_OPT"
13277   - "FIB_10K"
13278   - "FIB_100K"
13279   - "FIB_1M"
13280   traces:
13281     hoverinfo: "x+y"
13282     boxpoints: "outliers"
13283     whiskerwidth: 0
13284   layout:
13285     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13286     layout: "plot-throughput"
13287
13288 -
13289   type: "plot"
13290   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13291   algorithm: "plot_performance_box"
13292   output-file-type: ".html"
13293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13294   data: "plot-vpp-throughput-latency-2n-skx"
13295   filter: "'NIC_Intel-X710' and
13296            '64B' and
13297            'NDRPDR' and
13298            'ETH' and
13299            '2T1C' and
13300            'L2BDMACLRN' and
13301            'VHOST_1024' and
13302            not 'VXLAN' and
13303            not 'IP4FWD' and
13304            not 'DOT1Q' and
13305            not '2VM'"
13306   parameters:
13307   - "throughput"
13308   - "parent"
13309   - "tags"
13310   sort:
13311   - "VM"  # "not CFS_OPT"
13312   - "CFS_OPT"
13313   - "FIB_10K"
13314   - "FIB_100K"
13315   - "FIB_1M"
13316   traces:
13317     hoverinfo: "x+y"
13318     boxpoints: "outliers"
13319     whiskerwidth: 0
13320   layout:
13321     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13322     layout: "plot-throughput"
13323
13324 -
13325   type: "plot"
13326   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13327   algorithm: "plot_performance_box"
13328   output-file-type: ".html"
13329   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13330   data: "plot-vpp-throughput-latency-2n-skx"
13331   filter: "'NIC_Intel-X710' and
13332            '64B' and
13333            'NDRPDR' and
13334            'ETH' and
13335            '4T2C' and
13336            'L2BDMACLRN' and
13337            'VHOST_1024' and
13338            not 'VXLAN' and
13339            not 'IP4FWD' and
13340            not 'DOT1Q' and
13341            not '2VM'"
13342   parameters:
13343   - "throughput"
13344   - "parent"
13345   - "tags"
13346   sort:
13347   - "VM"  # "not CFS_OPT"
13348   - "CFS_OPT"
13349   - "FIB_10K"
13350   - "FIB_100K"
13351   - "FIB_1M"
13352   traces:
13353     hoverinfo: "x+y"
13354     boxpoints: "outliers"
13355     whiskerwidth: 0
13356   layout:
13357     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13358     layout: "plot-throughput"
13359
13360 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
13361 -
13362   type: "plot"
13363   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13364   algorithm: "plot_performance_box"
13365   output-file-type: ".html"
13366   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13367   data: "plot-vpp-throughput-latency-2n-skx"
13368   filter: "'NIC_Intel-X710' and
13369            '64B' and
13370            'NDRPDR' and
13371            'ETH' and
13372            'BASE' and
13373            '2T1C' and
13374            ('L2BDMACLRN' or 'L2XCFWD') and
13375            'VHOST_1024' and
13376            not 'VXLAN' and
13377            not 'IP4FWD' and
13378            not 'DOT1Q' and
13379            not '2VM'"
13380   parameters:
13381   - "throughput"
13382   - "parent"
13383   - "tags"
13384   sort:
13385   - "not CFS_OPT"
13386   - "L2XCFWD"
13387   - "not CFS_OPT"
13388   - "CFS_OPT"
13389   traces:
13390     hoverinfo: "x+y"
13391     boxpoints: "outliers"
13392     whiskerwidth: 0
13393   layout:
13394     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13395     layout: "plot-throughput"
13396
13397 -
13398   type: "plot"
13399   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13400   algorithm: "plot_performance_box"
13401   output-file-type: ".html"
13402   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13403   data: "plot-vpp-throughput-latency-2n-skx"
13404   filter: "'NIC_Intel-X710' and
13405            '64B' and
13406            'NDRPDR' and
13407            'ETH' and
13408            'BASE' and
13409            '2T1C' and
13410            ('L2BDMACLRN' or 'L2XCFWD') and
13411            'VHOST_1024' and
13412            not 'VXLAN' and
13413            not 'IP4FWD' and
13414            not 'DOT1Q' and
13415            not '2VM'"
13416   parameters:
13417   - "throughput"
13418   - "parent"
13419   - "tags"
13420   sort:
13421   - "not CFS_OPT"
13422   - "L2XCFWD"
13423   - "not CFS_OPT"
13424   - "CFS_OPT"
13425   traces:
13426     hoverinfo: "x+y"
13427     boxpoints: "outliers"
13428     whiskerwidth: 0
13429   layout:
13430     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13431     layout: "plot-throughput"
13432
13433 -
13434   type: "plot"
13435   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13436   algorithm: "plot_performance_box"
13437   output-file-type: ".html"
13438   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13439   data: "plot-vpp-throughput-latency-2n-skx"
13440   filter: "'NIC_Intel-X710' and
13441            '64B' and
13442            'NDRPDR' and
13443            'ETH' and
13444            'BASE' and
13445            '4T2C' and
13446            ('L2BDMACLRN' or 'L2XCFWD') and
13447            'VHOST_1024' and
13448            not 'VXLAN' and
13449            not 'IP4FWD' and
13450            not 'DOT1Q' and
13451            not '2VM'"
13452   parameters:
13453   - "throughput"
13454   - "parent"
13455   - "tags"
13456   sort:
13457   - "not CFS_OPT"
13458   - "L2XCFWD"
13459   - "not CFS_OPT"
13460   - "CFS_OPT"
13461   traces:
13462     hoverinfo: "x+y"
13463     boxpoints: "outliers"
13464     whiskerwidth: 0
13465   layout:
13466     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13467     layout: "plot-throughput"
13468
13469 -
13470   type: "plot"
13471   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13472   algorithm: "plot_performance_box"
13473   output-file-type: ".html"
13474   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13475   data: "plot-vpp-throughput-latency-2n-skx"
13476   filter: "'NIC_Intel-X710' and
13477            '64B' and
13478            'NDRPDR' and
13479            'ETH' and
13480            'BASE' and
13481            '4T2C' and
13482            ('L2BDMACLRN' or 'L2XCFWD') and
13483            'VHOST_1024' and
13484            not 'VXLAN' and
13485            not 'IP4FWD' and
13486            not 'DOT1Q' and
13487            not '2VM'"
13488   parameters:
13489   - "throughput"
13490   - "parent"
13491   - "tags"
13492   sort:
13493   - "not CFS_OPT"
13494   - "L2XCFWD"
13495   - "not CFS_OPT"
13496   - "CFS_OPT"
13497   traces:
13498     hoverinfo: "x+y"
13499     boxpoints: "outliers"
13500     whiskerwidth: 0
13501   layout:
13502     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13503     layout: "plot-throughput"
13504
13505 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
13506 -
13507   type: "plot"
13508   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13509   algorithm: "plot_performance_box"
13510   output-file-type: ".html"
13511   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13512   data: "plot-vpp-throughput-latency-2n-skx"
13513   filter: "'NIC_Intel-X710' and
13514            '64B' and
13515            'NDRPDR' and
13516            'ETH' and
13517            '2T1C' and
13518            ('L2BDMACLRN' or 'L2XCFWD') and
13519            'VHOST_1024' and
13520            not 'CFS_OPT' and
13521            not 'VXLAN' and
13522            not 'IP4FWD' and
13523            not 'DOT1Q'"
13524   parameters:
13525   - "throughput"
13526   - "parent"
13527   - "tags"
13528   sort:
13529   - "1VM"
13530   - "L2XCFWD"
13531   - "1VM"
13532   - "L2BDMACLRN"
13533   traces:
13534     hoverinfo: "x+y"
13535     boxpoints: "outliers"
13536     whiskerwidth: 0
13537   layout:
13538     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13539     layout: "plot-throughput"
13540
13541 -
13542   type: "plot"
13543   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13544   algorithm: "plot_performance_box"
13545   output-file-type: ".html"
13546   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13547   data: "plot-vpp-throughput-latency-2n-skx"
13548   filter: "'NIC_Intel-X710' and
13549            '64B' and
13550            'NDRPDR' and
13551            'ETH' and
13552            '2T1C' and
13553            ('L2BDMACLRN' or 'L2XCFWD') and
13554            'VHOST_1024' and
13555            not 'CFS_OPT' and
13556            not 'VXLAN' and
13557            not 'IP4FWD' and
13558            not 'DOT1Q'"
13559   parameters:
13560   - "throughput"
13561   - "parent"
13562   - "tags"
13563   sort:
13564   - "1VM"
13565   - "L2XCFWD"
13566   - "1VM"
13567   - "L2BDMACLRN"
13568   traces:
13569     hoverinfo: "x+y"
13570     boxpoints: "outliers"
13571     whiskerwidth: 0
13572   layout:
13573     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13574     layout: "plot-throughput"
13575
13576 -
13577   type: "plot"
13578   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13579   algorithm: "plot_performance_box"
13580   output-file-type: ".html"
13581   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13582   data: "plot-vpp-throughput-latency-2n-skx"
13583   filter: "'NIC_Intel-X710' and
13584            '64B' and
13585            'NDRPDR' and
13586            'ETH' and
13587            '4T2C' and
13588            ('L2BDMACLRN' or 'L2XCFWD') and
13589            'VHOST_1024' and
13590            not 'CFS_OPT' and
13591            not 'VXLAN' and
13592            not 'IP4FWD' and
13593            not 'DOT1Q'"
13594   parameters:
13595   - "throughput"
13596   - "parent"
13597   - "tags"
13598   sort:
13599   - "1VM"
13600   - "L2XCFWD"
13601   - "1VM"
13602   - "L2BDMACLRN"
13603   traces:
13604     hoverinfo: "x+y"
13605     boxpoints: "outliers"
13606     whiskerwidth: 0
13607   layout:
13608     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13609     layout: "plot-throughput"
13610
13611 -
13612   type: "plot"
13613   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13614   algorithm: "plot_performance_box"
13615   output-file-type: ".html"
13616   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13617   data: "plot-vpp-throughput-latency-2n-skx"
13618   filter: "'NIC_Intel-X710' and
13619            '64B' and
13620            'NDRPDR' and
13621            'ETH' and
13622            '4T2C' and
13623            ('L2BDMACLRN' or 'L2XCFWD') and
13624            'VHOST_1024' and
13625            not 'CFS_OPT' and
13626            not 'VXLAN' and
13627            not 'IP4FWD' and
13628            not 'DOT1Q'"
13629   parameters:
13630   - "throughput"
13631   - "parent"
13632   - "tags"
13633   sort:
13634   - "1VM"
13635   - "L2XCFWD"
13636   - "1VM"
13637   - "L2BDMACLRN"
13638   traces:
13639     hoverinfo: "x+y"
13640     boxpoints: "outliers"
13641     whiskerwidth: 0
13642   layout:
13643     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13644     layout: "plot-throughput"
13645
13646 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
13647 -
13648   type: "plot"
13649   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13650   algorithm: "plot_performance_box"
13651   output-file-type: ".html"
13652   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13653   data: "plot-vpp-throughput-latency-2n-skx"
13654   filter: "'NIC_Intel-XXV710' and
13655            '64B' and
13656            'NDRPDR' and
13657            'ETH' and
13658            'IP4FWD' and
13659            '2T1C' and
13660            'VHOST_1024' and
13661            not 'VXLAN' and
13662            not 'DOT1Q'"
13663   parameters:
13664   - "throughput"
13665   - "parent"
13666   - "tags"
13667   sort:
13668   - "not CFS_OPT"
13669   - "1VM"
13670   - "2VM"
13671   traces:
13672     hoverinfo: "x+y"
13673     boxpoints: "outliers"
13674     whiskerwidth: 0
13675   layout:
13676     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13677     layout: "plot-throughput"
13678
13679 -
13680   type: "plot"
13681   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13682   algorithm: "plot_performance_box"
13683   output-file-type: ".html"
13684   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13685   data: "plot-vpp-throughput-latency-2n-skx"
13686   filter: "'NIC_Intel-XXV710' and
13687            '64B' and
13688            'NDRPDR' and
13689            'ETH' and
13690            'IP4FWD' and
13691            '4T2C' and
13692            'VHOST_1024' and
13693            not 'VXLAN' and
13694            not 'DOT1Q'"
13695   parameters:
13696   - "throughput"
13697   - "parent"
13698   - "tags"
13699   sort:
13700   - "not CFS_OPT"
13701   - "1VM"
13702   - "2VM"
13703   traces:
13704     hoverinfo: "x+y"
13705     boxpoints: "outliers"
13706     whiskerwidth: 0
13707   layout:
13708     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13709     layout: "plot-throughput"
13710
13711 -
13712   type: "plot"
13713   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13714   algorithm: "plot_performance_box"
13715   output-file-type: ".html"
13716   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13717   data: "plot-vpp-throughput-latency-2n-skx"
13718   filter: "'NIC_Intel-XXV710' and
13719            '64B' and
13720            'NDRPDR' and
13721            'ETH' and
13722            'IP4FWD' and
13723            '2T1C' and
13724            'VHOST_1024' and
13725            not 'VXLAN' and
13726            not 'DOT1Q'"
13727   parameters:
13728   - "throughput"
13729   - "parent"
13730   - "tags"
13731   sort:
13732   - "not CFS_OPT"
13733   - "1VM"
13734   - "2VM"
13735   traces:
13736     hoverinfo: "x+y"
13737     boxpoints: "outliers"
13738     whiskerwidth: 0
13739   layout:
13740     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13741     layout: "plot-throughput"
13742
13743 -
13744   type: "plot"
13745   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13746   algorithm: "plot_performance_box"
13747   output-file-type: ".html"
13748   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13749   data: "plot-vpp-throughput-latency-2n-skx"
13750   filter: "'NIC_Intel-XXV710' and
13751            '64B' and
13752            'NDRPDR' and
13753            'ETH' and
13754            'IP4FWD' and
13755            '4T2C' and
13756            'VHOST_1024' and
13757            not 'VXLAN' and
13758            not 'DOT1Q'"
13759   parameters:
13760   - "throughput"
13761   - "parent"
13762   - "tags"
13763   sort:
13764   - "not CFS_OPT"
13765   - "1VM"
13766   - "2VM"
13767   traces:
13768     hoverinfo: "x+y"
13769     boxpoints: "outliers"
13770     whiskerwidth: 0
13771   layout:
13772     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13773     layout: "plot-throughput"
13774
13775 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
13776 -
13777   type: "plot"
13778   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13779   algorithm: "plot_performance_box"
13780   output-file-type: ".html"
13781   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13782   data: "plot-vpp-throughput-latency-2n-skx"
13783   filter: "'NIC_Intel-XXV710' and
13784            '64B' and
13785            'NDRPDR' and
13786            'ETH' and
13787            '2T1C' and
13788            'L2BDMACLRN' and
13789            'VHOST_1024' and
13790            not 'VXLAN' and
13791            not 'IP4FWD' and
13792            not 'DOT1Q' and
13793            not '2VM'"
13794   parameters:
13795   - "throughput"
13796   - "parent"
13797   - "tags"
13798   sort:
13799   - "VM"  # "not CFS_OPT"
13800   - "CFS_OPT"
13801   - "FIB_10K"
13802   - "FIB_100K"
13803   - "FIB_1M"
13804   traces:
13805     hoverinfo: "x+y"
13806     boxpoints: "outliers"
13807     whiskerwidth: 0
13808   layout:
13809     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13810     layout: "plot-throughput"
13811
13812 -
13813   type: "plot"
13814   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13815   algorithm: "plot_performance_box"
13816   output-file-type: ".html"
13817   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13818   data: "plot-vpp-throughput-latency-2n-skx"
13819   filter: "'NIC_Intel-XXV710' and
13820            '64B' and
13821            'NDRPDR' and
13822            'ETH' and
13823            '4T2C' and
13824            'L2BDMACLRN' and
13825            'VHOST_1024' and
13826            not 'VXLAN' and
13827            not 'IP4FWD' and
13828            not 'DOT1Q' and
13829            not '2VM'"
13830   parameters:
13831   - "throughput"
13832   - "parent"
13833   - "tags"
13834   sort:
13835   - "VM"  # "not CFS_OPT"
13836   - "CFS_OPT"
13837   - "FIB_10K"
13838   - "FIB_100K"
13839   - "FIB_1M"
13840   traces:
13841     hoverinfo: "x+y"
13842     boxpoints: "outliers"
13843     whiskerwidth: 0
13844   layout:
13845     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13846     layout: "plot-throughput"
13847
13848 -
13849   type: "plot"
13850   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13851   algorithm: "plot_performance_box"
13852   output-file-type: ".html"
13853   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13854   data: "plot-vpp-throughput-latency-2n-skx"
13855   filter: "'NIC_Intel-XXV710' and
13856            '64B' and
13857            'NDRPDR' and
13858            'ETH' and
13859            '2T1C' and
13860            'L2BDMACLRN' and
13861            'VHOST_1024' and
13862            not 'VXLAN' and
13863            not 'IP4FWD' and
13864            not 'DOT1Q' and
13865            not '2VM'"
13866   parameters:
13867   - "throughput"
13868   - "parent"
13869   - "tags"
13870   sort:
13871   - "VM"  # "not CFS_OPT"
13872   - "CFS_OPT"
13873   - "FIB_10K"
13874   - "FIB_100K"
13875   - "FIB_1M"
13876   traces:
13877     hoverinfo: "x+y"
13878     boxpoints: "outliers"
13879     whiskerwidth: 0
13880   layout:
13881     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13882     layout: "plot-throughput"
13883
13884 -
13885   type: "plot"
13886   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13887   algorithm: "plot_performance_box"
13888   output-file-type: ".html"
13889   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13890   data: "plot-vpp-throughput-latency-2n-skx"
13891   filter: "'NIC_Intel-XXV710' and
13892            '64B' and
13893            'NDRPDR' and
13894            'ETH' and
13895            '4T2C' and
13896            'L2BDMACLRN' and
13897            'VHOST_1024' and
13898            not 'VXLAN' and
13899            not 'IP4FWD' and
13900            not 'DOT1Q' and
13901            not '2VM'"
13902   parameters:
13903   - "throughput"
13904   - "parent"
13905   - "tags"
13906   sort:
13907   - "VM"  # "not CFS_OPT"
13908   - "CFS_OPT"
13909   - "FIB_10K"
13910   - "FIB_100K"
13911   - "FIB_1M"
13912   traces:
13913     hoverinfo: "x+y"
13914     boxpoints: "outliers"
13915     whiskerwidth: 0
13916   layout:
13917     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13918     layout: "plot-throughput"
13919
13920 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
13921 -
13922   type: "plot"
13923   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13924   algorithm: "plot_performance_box"
13925   output-file-type: ".html"
13926   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13927   data: "plot-vpp-throughput-latency-2n-skx"
13928   filter: "'NIC_Intel-XXV710' and
13929            '64B' and
13930            'NDRPDR' and
13931            'ETH' and
13932            'BASE' and
13933            '2T1C' and
13934            ('L2BDMACLRN' or 'L2XCFWD') and
13935            'VHOST_1024' and
13936            not 'VXLAN' and
13937            not 'IP4FWD' and
13938            not 'DOT1Q' and
13939            not '2VM'"
13940   parameters:
13941   - "throughput"
13942   - "parent"
13943   - "tags"
13944   sort:
13945   - "not CFS_OPT"
13946   - "L2XCFWD"
13947   - "not CFS_OPT"
13948   - "CFS_OPT"
13949   traces:
13950     hoverinfo: "x+y"
13951     boxpoints: "outliers"
13952     whiskerwidth: 0
13953   layout:
13954     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13955     layout: "plot-throughput"
13956
13957 -
13958   type: "plot"
13959   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13960   algorithm: "plot_performance_box"
13961   output-file-type: ".html"
13962   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13963   data: "plot-vpp-throughput-latency-2n-skx"
13964   filter: "'NIC_Intel-XXV710' and
13965            '64B' and
13966            'NDRPDR' and
13967            'ETH' and
13968            'BASE' and
13969            '2T1C' and
13970            ('L2BDMACLRN' or 'L2XCFWD') and
13971            'VHOST_1024' and
13972            not 'VXLAN' and
13973            not 'IP4FWD' and
13974            not 'DOT1Q' and
13975            not '2VM'"
13976   parameters:
13977   - "throughput"
13978   - "parent"
13979   - "tags"
13980   sort:
13981   - "not CFS_OPT"
13982   - "L2XCFWD"
13983   - "not CFS_OPT"
13984   - "CFS_OPT"
13985   traces:
13986     hoverinfo: "x+y"
13987     boxpoints: "outliers"
13988     whiskerwidth: 0
13989   layout:
13990     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13991     layout: "plot-throughput"
13992
13993 -
13994   type: "plot"
13995   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13996   algorithm: "plot_performance_box"
13997   output-file-type: ".html"
13998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13999   data: "plot-vpp-throughput-latency-2n-skx"
14000   filter: "'NIC_Intel-XXV710' and
14001            '64B' and
14002            'NDRPDR' and
14003            'ETH' and
14004            'BASE' and
14005            '4T2C' and
14006            ('L2BDMACLRN' or 'L2XCFWD') and
14007            'VHOST_1024' and
14008            not 'VXLAN' and
14009            not 'IP4FWD' and
14010            not 'DOT1Q' and
14011            not '2VM'"
14012   parameters:
14013   - "throughput"
14014   - "parent"
14015   - "tags"
14016   sort:
14017   - "not CFS_OPT"
14018   - "L2XCFWD"
14019   - "not CFS_OPT"
14020   - "CFS_OPT"
14021   traces:
14022     hoverinfo: "x+y"
14023     boxpoints: "outliers"
14024     whiskerwidth: 0
14025   layout:
14026     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14027     layout: "plot-throughput"
14028
14029 -
14030   type: "plot"
14031   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14032   algorithm: "plot_performance_box"
14033   output-file-type: ".html"
14034   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14035   data: "plot-vpp-throughput-latency-2n-skx"
14036   filter: "'NIC_Intel-XXV710' and
14037            '64B' and
14038            'NDRPDR' and
14039            'ETH' and
14040            'BASE' and
14041            '4T2C' and
14042            ('L2BDMACLRN' or 'L2XCFWD') and
14043            'VHOST_1024' and
14044            not 'VXLAN' and
14045            not 'IP4FWD' and
14046            not 'DOT1Q' and
14047            not '2VM'"
14048   parameters:
14049   - "throughput"
14050   - "parent"
14051   - "tags"
14052   sort:
14053   - "not CFS_OPT"
14054   - "L2XCFWD"
14055   - "not CFS_OPT"
14056   - "CFS_OPT"
14057   traces:
14058     hoverinfo: "x+y"
14059     boxpoints: "outliers"
14060     whiskerwidth: 0
14061   layout:
14062     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14063     layout: "plot-throughput"
14064
14065 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
14066 -
14067   type: "plot"
14068   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14069   algorithm: "plot_performance_box"
14070   output-file-type: ".html"
14071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14072   data: "plot-vpp-throughput-latency-2n-skx"
14073   filter: "'NIC_Intel-XXV710' and
14074            '64B' and
14075            'NDRPDR' and
14076            'ETH' and
14077            '2T1C' and
14078            ('L2BDMACLRN' or 'L2XCFWD') and
14079            'VHOST_1024' and
14080            not 'CFS_OPT' and
14081            not 'VXLAN' and
14082            not 'IP4FWD' and
14083            not 'DOT1Q'"
14084   parameters:
14085   - "throughput"
14086   - "parent"
14087   - "tags"
14088   sort:
14089   - "1VM"
14090   - "L2XCFWD"
14091   - "1VM"
14092   - "L2BDMACLRN"
14093   traces:
14094     hoverinfo: "x+y"
14095     boxpoints: "outliers"
14096     whiskerwidth: 0
14097   layout:
14098     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14099     layout: "plot-throughput"
14100
14101 -
14102   type: "plot"
14103   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14104   algorithm: "plot_performance_box"
14105   output-file-type: ".html"
14106   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14107   data: "plot-vpp-throughput-latency-2n-skx"
14108   filter: "'NIC_Intel-XXV710' and
14109            '64B' and
14110            'NDRPDR' and
14111            'ETH' and
14112            '2T1C' and
14113            ('L2BDMACLRN' or 'L2XCFWD') and
14114            'VHOST_1024' and
14115            not 'CFS_OPT' and
14116            not 'VXLAN' and
14117            not 'IP4FWD' and
14118            not 'DOT1Q'"
14119   parameters:
14120   - "throughput"
14121   - "parent"
14122   - "tags"
14123   sort:
14124   - "1VM"
14125   - "L2XCFWD"
14126   - "1VM"
14127   - "L2BDMACLRN"
14128   traces:
14129     hoverinfo: "x+y"
14130     boxpoints: "outliers"
14131     whiskerwidth: 0
14132   layout:
14133     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14134     layout: "plot-throughput"
14135
14136 -
14137   type: "plot"
14138   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14139   algorithm: "plot_performance_box"
14140   output-file-type: ".html"
14141   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14142   data: "plot-vpp-throughput-latency-2n-skx"
14143   filter: "'NIC_Intel-XXV710' and
14144            '64B' and
14145            'NDRPDR' and
14146            'ETH' and
14147            '4T2C' and
14148            ('L2BDMACLRN' or 'L2XCFWD') and
14149            'VHOST_1024' and
14150            not 'CFS_OPT' and
14151            not 'VXLAN' and
14152            not 'IP4FWD' and
14153            not 'DOT1Q'"
14154   parameters:
14155   - "throughput"
14156   - "parent"
14157   - "tags"
14158   sort:
14159   - "1VM"
14160   - "L2XCFWD"
14161   - "1VM"
14162   - "L2BDMACLRN"
14163   traces:
14164     hoverinfo: "x+y"
14165     boxpoints: "outliers"
14166     whiskerwidth: 0
14167   layout:
14168     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14169     layout: "plot-throughput"
14170
14171 -
14172   type: "plot"
14173   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14174   algorithm: "plot_performance_box"
14175   output-file-type: ".html"
14176   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14177   data: "plot-vpp-throughput-latency-2n-skx"
14178   filter: "'NIC_Intel-XXV710' and
14179            '64B' and
14180            'NDRPDR' and
14181            'ETH' and
14182            '4T2C' and
14183            ('L2BDMACLRN' or 'L2XCFWD') and
14184            'VHOST_1024' and
14185            not 'CFS_OPT' and
14186            not 'VXLAN' and
14187            not 'IP4FWD' and
14188            not 'DOT1Q'"
14189   parameters:
14190   - "throughput"
14191   - "parent"
14192   - "tags"
14193   sort:
14194   - "1VM"
14195   - "L2XCFWD"
14196   - "1VM"
14197   - "L2BDMACLRN"
14198   traces:
14199     hoverinfo: "x+y"
14200     boxpoints: "outliers"
14201     whiskerwidth: 0
14202   layout:
14203     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14204     layout: "plot-throughput"
14205
14206 ################################################################################
14207
14208 # Packet Throughput - VPP VTS 3n-hsw-x520
14209 -
14210   type: "plot"
14211   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
14212   algorithm: "plot_performance_box"
14213   output-file-type: ".html"
14214   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
14215   data: "plot-vpp-throughput-latency-3n-hsw"
14216   filter: "'NIC_Intel-X520-DA2' and
14217            '114B' and
14218            'NDRPDR' and
14219            '1T1C' and
14220            'VTS'"
14221   parameters:
14222   - "throughput"
14223   - "parent"
14224   - "tags"
14225   traces:
14226     hoverinfo: "x+y"
14227     boxpoints: "outliers"
14228     whiskerwidth: 0
14229   layout:
14230     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
14231     layout: "plot-throughput"
14232
14233 -
14234   type: "plot"
14235   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
14236   algorithm: "plot_performance_box"
14237   output-file-type: ".html"
14238   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
14239   data: "plot-vpp-throughput-latency-3n-hsw"
14240   filter: "'NIC_Intel-X520-DA2' and
14241            '114B' and
14242            'NDRPDR' and
14243            '2T2C' and
14244            'VTS'"
14245   parameters:
14246   - "throughput"
14247   - "parent"
14248   - "tags"
14249   traces:
14250     hoverinfo: "x+y"
14251     boxpoints: "outliers"
14252     whiskerwidth: 0
14253   layout:
14254     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
14255     layout: "plot-throughput"
14256
14257 -
14258   type: "plot"
14259   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
14260   algorithm: "plot_performance_box"
14261   output-file-type: ".html"
14262   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
14263   data: "plot-vpp-throughput-latency-3n-hsw"
14264   filter: "'NIC_Intel-X520-DA2' and
14265            '114B' and
14266            'NDRPDR' and
14267            '1T1C' and
14268            'VTS'"
14269   parameters:
14270   - "throughput"
14271   - "parent"
14272   - "tags"
14273   traces:
14274     hoverinfo: "x+y"
14275     boxpoints: "outliers"
14276     whiskerwidth: 0
14277   layout:
14278     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
14279     layout: "plot-throughput"
14280
14281 -
14282   type: "plot"
14283   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
14284   algorithm: "plot_performance_box"
14285   output-file-type: ".html"
14286   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
14287   data: "plot-vpp-throughput-latency-3n-hsw"
14288   filter: "'NIC_Intel-X520-DA2' and
14289            '114B' and
14290            'NDRPDR' and
14291            '2T2C' and
14292            'VTS'"
14293   parameters:
14294   - "throughput"
14295   - "parent"
14296   - "tags"
14297   traces:
14298     hoverinfo: "x+y"
14299     boxpoints: "outliers"
14300     whiskerwidth: 0
14301   layout:
14302     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
14303     layout: "plot-throughput"
14304
14305 ################################################################################
14306
14307 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
14308 -
14309   type: "plot"
14310   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14311   algorithm: "plot_performance_box"
14312   output-file-type: ".html"
14313   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14314   data: "plot-dpdk-throughput-latency-3n-hsw"
14315   filter: "'NIC_Intel-X520-DA2' and
14316            '64B' and
14317            'BASE' and
14318            'NDRPDR' and
14319            '1T1C' and
14320            'IP4FWD'"
14321   parameters:
14322   - "throughput"
14323   - "parent"
14324   - "tags"
14325   traces:
14326     hoverinfo: "x+y"
14327     boxpoints: "outliers"
14328     whiskerwidth: 0
14329   layout:
14330     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14331     layout: "plot-throughput"
14332
14333 -
14334   type: "plot"
14335   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14336   algorithm: "plot_performance_box"
14337   output-file-type: ".html"
14338   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14339   data: "plot-dpdk-throughput-latency-3n-hsw"
14340   filter: "'NIC_Intel-X520-DA2' and
14341            '64B' and
14342            'BASE' and
14343            'NDRPDR' and
14344            '2T2C' and
14345            'IP4FWD'"
14346   parameters:
14347   - "throughput"
14348   - "parent"
14349   - "tags"
14350   traces:
14351     hoverinfo: "x+y"
14352     boxpoints: "outliers"
14353     whiskerwidth: 0
14354   layout:
14355     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14356     layout: "plot-throughput"
14357
14358 -
14359   type: "plot"
14360   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14361   algorithm: "plot_performance_box"
14362   output-file-type: ".html"
14363   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14364   data: "plot-dpdk-throughput-latency-3n-hsw"
14365   filter: "'NIC_Intel-X520-DA2' and
14366            '64B' and
14367            'BASE' and
14368            'NDRPDR' and
14369            '1T1C' and
14370            'IP4FWD'"
14371   parameters:
14372   - "throughput"
14373   - "parent"
14374   - "tags"
14375   traces:
14376     hoverinfo: "x+y"
14377     boxpoints: "outliers"
14378     whiskerwidth: 0
14379   layout:
14380     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14381     layout: "plot-throughput"
14382
14383 -
14384   type: "plot"
14385   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14386   algorithm: "plot_performance_box"
14387   output-file-type: ".html"
14388   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14389   data: "plot-dpdk-throughput-latency-3n-hsw"
14390   filter: "'NIC_Intel-X520-DA2' and
14391            '64B' and
14392            'BASE' and
14393            'NDRPDR' and
14394            '2T2C' and
14395            'IP4FWD'"
14396   parameters:
14397   - "throughput"
14398   - "parent"
14399   - "tags"
14400   traces:
14401     hoverinfo: "x+y"
14402     boxpoints: "outliers"
14403     whiskerwidth: 0
14404   layout:
14405     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14406     layout: "plot-throughput"
14407
14408 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
14409 -
14410   type: "plot"
14411   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14412   algorithm: "plot_performance_box"
14413   output-file-type: ".html"
14414   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14415   data: "plot-dpdk-throughput-latency-3n-hsw"
14416   filter: "'NIC_Intel-X710' and
14417            '64B' and
14418            'BASE' and
14419            'NDRPDR' and
14420            '1T1C' and
14421            'IP4FWD'"
14422   parameters:
14423   - "throughput"
14424   - "parent"
14425   - "tags"
14426   traces:
14427     hoverinfo: "x+y"
14428     boxpoints: "outliers"
14429     whiskerwidth: 0
14430   layout:
14431     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14432     layout: "plot-throughput"
14433
14434 -
14435   type: "plot"
14436   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14437   algorithm: "plot_performance_box"
14438   output-file-type: ".html"
14439   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14440   data: "plot-dpdk-throughput-latency-3n-hsw"
14441   filter: "'NIC_Intel-X710' and
14442            '64B' and
14443            'BASE' and
14444            'NDRPDR' and
14445            '2T2C' and
14446            'IP4FWD'"
14447   parameters:
14448   - "throughput"
14449   - "parent"
14450   - "tags"
14451   traces:
14452     hoverinfo: "x+y"
14453     boxpoints: "outliers"
14454     whiskerwidth: 0
14455   layout:
14456     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14457     layout: "plot-throughput"
14458
14459 -
14460   type: "plot"
14461   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14462   algorithm: "plot_performance_box"
14463   output-file-type: ".html"
14464   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14465   data: "plot-dpdk-throughput-latency-3n-hsw"
14466   filter: "'NIC_Intel-X710' and
14467            '64B' and
14468            'BASE' and
14469            'NDRPDR' and
14470            '1T1C' and
14471            'IP4FWD'"
14472   parameters:
14473   - "throughput"
14474   - "parent"
14475   - "tags"
14476   traces:
14477     hoverinfo: "x+y"
14478     boxpoints: "outliers"
14479     whiskerwidth: 0
14480   layout:
14481     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14482     layout: "plot-throughput"
14483
14484 -
14485   type: "plot"
14486   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14487   algorithm: "plot_performance_box"
14488   output-file-type: ".html"
14489   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14490   data: "plot-dpdk-throughput-latency-3n-hsw"
14491   filter: "'NIC_Intel-X710' and
14492            '64B' and
14493            'BASE' and
14494            'NDRPDR' and
14495            '2T2C' and
14496            'IP4FWD'"
14497   parameters:
14498   - "throughput"
14499   - "parent"
14500   - "tags"
14501   traces:
14502     hoverinfo: "x+y"
14503     boxpoints: "outliers"
14504     whiskerwidth: 0
14505   layout:
14506     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14507     layout: "plot-throughput"
14508
14509 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
14510 -
14511   type: "plot"
14512   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14513   algorithm: "plot_performance_box"
14514   output-file-type: ".html"
14515   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14516   data: "plot-dpdk-throughput-latency-3n-hsw"
14517   filter: "'NIC_Intel-XL710' and
14518            '64B' and
14519            'BASE' and
14520            'NDRPDR' and
14521            '1T1C' and
14522            'IP4FWD'"
14523   parameters:
14524   - "throughput"
14525   - "parent"
14526   - "tags"
14527   traces:
14528     hoverinfo: "x+y"
14529     boxpoints: "outliers"
14530     whiskerwidth: 0
14531   layout:
14532     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14533     layout: "plot-throughput"
14534
14535 -
14536   type: "plot"
14537   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14538   algorithm: "plot_performance_box"
14539   output-file-type: ".html"
14540   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14541   data: "plot-dpdk-throughput-latency-3n-hsw"
14542   filter: "'NIC_Intel-XL710' and
14543            '64B' and
14544            'BASE' and
14545            'NDRPDR' and
14546            '2T2C' and
14547            'IP4FWD'"
14548   parameters:
14549   - "throughput"
14550   - "parent"
14551   - "tags"
14552   traces:
14553     hoverinfo: "x+y"
14554     boxpoints: "outliers"
14555     whiskerwidth: 0
14556   layout:
14557     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14558     layout: "plot-throughput"
14559
14560 -
14561   type: "plot"
14562   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14563   algorithm: "plot_performance_box"
14564   output-file-type: ".html"
14565   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14566   data: "plot-dpdk-throughput-latency-3n-hsw"
14567   filter: "'NIC_Intel-XL710' and
14568            '64B' and
14569            'BASE' and
14570            'NDRPDR' and
14571            '1T1C' and
14572            'IP4FWD'"
14573   parameters:
14574   - "throughput"
14575   - "parent"
14576   - "tags"
14577   traces:
14578     hoverinfo: "x+y"
14579     boxpoints: "outliers"
14580     whiskerwidth: 0
14581   layout:
14582     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14583     layout: "plot-throughput"
14584
14585 -
14586   type: "plot"
14587   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14588   algorithm: "plot_performance_box"
14589   output-file-type: ".html"
14590   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14591   data: "plot-dpdk-throughput-latency-3n-hsw"
14592   filter: "'NIC_Intel-XL710' and
14593            '64B' and
14594            'BASE' and
14595            'NDRPDR' and
14596            '2T2C' and
14597            'IP4FWD'"
14598   parameters:
14599   - "throughput"
14600   - "parent"
14601   - "tags"
14602   traces:
14603     hoverinfo: "x+y"
14604     boxpoints: "outliers"
14605     whiskerwidth: 0
14606   layout:
14607     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14608     layout: "plot-throughput"
14609
14610 # Packet Throughput - DPDK l3fwd 3n-skx-x710
14611 -
14612   type: "plot"
14613   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14614   algorithm: "plot_performance_box"
14615   output-file-type: ".html"
14616   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14617   data: "plot-dpdk-throughput-latency-3n-skx"
14618   filter: "'NIC_Intel-X710' and
14619            '64B' and
14620            'BASE' and
14621            'NDRPDR' and
14622            '2T1C' and
14623            'IP4FWD'"
14624   parameters:
14625   - "throughput"
14626   - "parent"
14627   - "tags"
14628   traces:
14629     hoverinfo: "x+y"
14630     boxpoints: "outliers"
14631     whiskerwidth: 0
14632   layout:
14633     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14634     layout: "plot-throughput"
14635
14636 -
14637   type: "plot"
14638   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14639   algorithm: "plot_performance_box"
14640   output-file-type: ".html"
14641   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14642   data: "plot-dpdk-throughput-latency-3n-skx"
14643   filter: "'NIC_Intel-X710' and
14644            '64B' and
14645            'BASE' and
14646            'NDRPDR' and
14647            '4T2C' and
14648            'IP4FWD'"
14649   parameters:
14650   - "throughput"
14651   - "parent"
14652   - "tags"
14653   traces:
14654     hoverinfo: "x+y"
14655     boxpoints: "outliers"
14656     whiskerwidth: 0
14657   layout:
14658     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14659     layout: "plot-throughput"
14660
14661 -
14662   type: "plot"
14663   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14664   algorithm: "plot_performance_box"
14665   output-file-type: ".html"
14666   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14667   data: "plot-dpdk-throughput-latency-3n-skx"
14668   filter: "'NIC_Intel-X710' and
14669            '64B' and
14670            'BASE' and
14671            'NDRPDR' and
14672            '2T1C' and
14673            'IP4FWD'"
14674   parameters:
14675   - "throughput"
14676   - "parent"
14677   - "tags"
14678   traces:
14679     hoverinfo: "x+y"
14680     boxpoints: "outliers"
14681     whiskerwidth: 0
14682   layout:
14683     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14684     layout: "plot-throughput"
14685
14686 -
14687   type: "plot"
14688   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14689   algorithm: "plot_performance_box"
14690   output-file-type: ".html"
14691   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14692   data: "plot-dpdk-throughput-latency-3n-skx"
14693   filter: "'NIC_Intel-X710' and
14694            '64B' and
14695            'BASE' and
14696            'NDRPDR' and
14697            '4T2C' and
14698            'IP4FWD'"
14699   parameters:
14700   - "throughput"
14701   - "parent"
14702   - "tags"
14703   traces:
14704     hoverinfo: "x+y"
14705     boxpoints: "outliers"
14706     whiskerwidth: 0
14707   layout:
14708     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14709     layout: "plot-throughput"
14710
14711 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
14712 -
14713   type: "plot"
14714   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14715   algorithm: "plot_performance_box"
14716   output-file-type: ".html"
14717   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14718   data: "plot-dpdk-throughput-latency-3n-skx"
14719   filter: "'NIC_Intel-XXV710' and
14720            '64B' and
14721            'BASE' and
14722            'NDRPDR' and
14723            '2T1C' and
14724            'IP4FWD'"
14725   parameters:
14726   - "throughput"
14727   - "parent"
14728   - "tags"
14729   traces:
14730     hoverinfo: "x+y"
14731     boxpoints: "outliers"
14732     whiskerwidth: 0
14733   layout:
14734     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14735     layout: "plot-throughput"
14736
14737 -
14738   type: "plot"
14739   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14740   algorithm: "plot_performance_box"
14741   output-file-type: ".html"
14742   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14743   data: "plot-dpdk-throughput-latency-3n-skx"
14744   filter: "'NIC_Intel-XXV710' and
14745            '64B' and
14746            'BASE' and
14747            'NDRPDR' and
14748            '4T2C' and
14749            'IP4FWD'"
14750   parameters:
14751   - "throughput"
14752   - "parent"
14753   - "tags"
14754   traces:
14755     hoverinfo: "x+y"
14756     boxpoints: "outliers"
14757     whiskerwidth: 0
14758   layout:
14759     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14760     layout: "plot-throughput"
14761
14762 -
14763   type: "plot"
14764   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14765   algorithm: "plot_performance_box"
14766   output-file-type: ".html"
14767   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14768   data: "plot-dpdk-throughput-latency-3n-skx"
14769   filter: "'NIC_Intel-XXV710' and
14770            '64B' and
14771            'BASE' and
14772            'NDRPDR' and
14773            '2T1C' and
14774            'IP4FWD'"
14775   parameters:
14776   - "throughput"
14777   - "parent"
14778   - "tags"
14779   traces:
14780     hoverinfo: "x+y"
14781     boxpoints: "outliers"
14782     whiskerwidth: 0
14783   layout:
14784     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14785     layout: "plot-throughput"
14786
14787 -
14788   type: "plot"
14789   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14790   algorithm: "plot_performance_box"
14791   output-file-type: ".html"
14792   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14793   data: "plot-dpdk-throughput-latency-3n-skx"
14794   filter: "'NIC_Intel-XXV710' and
14795            '64B' and
14796            'BASE' and
14797            'NDRPDR' and
14798            '4T2C' and
14799            'IP4FWD'"
14800   parameters:
14801   - "throughput"
14802   - "parent"
14803   - "tags"
14804   traces:
14805     hoverinfo: "x+y"
14806     boxpoints: "outliers"
14807     whiskerwidth: 0
14808   layout:
14809     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14810     layout: "plot-throughput"
14811
14812 # Packet Throughput - DPDK l3fwd 2n-skx-x710
14813 -
14814   type: "plot"
14815   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14816   algorithm: "plot_performance_box"
14817   output-file-type: ".html"
14818   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14819   data: "plot-dpdk-throughput-latency-2n-skx"
14820   filter: "'NIC_Intel-X710' and
14821            '64B' and
14822            'BASE' and
14823            'NDRPDR' and
14824            '2T1C' and
14825            'IP4FWD'"
14826   parameters:
14827   - "throughput"
14828   - "parent"
14829   - "tags"
14830   traces:
14831     hoverinfo: "x+y"
14832     boxpoints: "outliers"
14833     whiskerwidth: 0
14834   layout:
14835     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14836     layout: "plot-throughput"
14837
14838 -
14839   type: "plot"
14840   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14841   algorithm: "plot_performance_box"
14842   output-file-type: ".html"
14843   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14844   data: "plot-dpdk-throughput-latency-2n-skx"
14845   filter: "'NIC_Intel-X710' and
14846            '64B' and
14847            'BASE' and
14848            'NDRPDR' and
14849            '4T2C' and
14850            'IP4FWD'"
14851   parameters:
14852   - "throughput"
14853   - "parent"
14854   - "tags"
14855   traces:
14856     hoverinfo: "x+y"
14857     boxpoints: "outliers"
14858     whiskerwidth: 0
14859   layout:
14860     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14861     layout: "plot-throughput"
14862
14863 -
14864   type: "plot"
14865   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14866   algorithm: "plot_performance_box"
14867   output-file-type: ".html"
14868   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14869   data: "plot-dpdk-throughput-latency-2n-skx"
14870   filter: "'NIC_Intel-X710' and
14871            '64B' and
14872            'BASE' and
14873            'NDRPDR' and
14874            '2T1C' and
14875            'IP4FWD'"
14876   parameters:
14877   - "throughput"
14878   - "parent"
14879   - "tags"
14880   traces:
14881     hoverinfo: "x+y"
14882     boxpoints: "outliers"
14883     whiskerwidth: 0
14884   layout:
14885     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14886     layout: "plot-throughput"
14887
14888 -
14889   type: "plot"
14890   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14891   algorithm: "plot_performance_box"
14892   output-file-type: ".html"
14893   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14894   data: "plot-dpdk-throughput-latency-2n-skx"
14895   filter: "'NIC_Intel-X710' and
14896            '64B' and
14897            'BASE' and
14898            'NDRPDR' and
14899            '4T2C' and
14900            'IP4FWD'"
14901   parameters:
14902   - "throughput"
14903   - "parent"
14904   - "tags"
14905   traces:
14906     hoverinfo: "x+y"
14907     boxpoints: "outliers"
14908     whiskerwidth: 0
14909   layout:
14910     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14911     layout: "plot-throughput"
14912
14913 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
14914 -
14915   type: "plot"
14916   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14917   algorithm: "plot_performance_box"
14918   output-file-type: ".html"
14919   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14920   data: "plot-dpdk-throughput-latency-2n-skx"
14921   filter: "'NIC_Intel-XXV710' and
14922            '64B' and
14923            'BASE' and
14924            'NDRPDR' and
14925            '2T1C' and
14926            'IP4FWD'"
14927   parameters:
14928   - "throughput"
14929   - "parent"
14930   - "tags"
14931   traces:
14932     hoverinfo: "x+y"
14933     boxpoints: "outliers"
14934     whiskerwidth: 0
14935   layout:
14936     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14937     layout: "plot-throughput"
14938
14939 -
14940   type: "plot"
14941   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14942   algorithm: "plot_performance_box"
14943   output-file-type: ".html"
14944   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14945   data: "plot-dpdk-throughput-latency-2n-skx"
14946   filter: "'NIC_Intel-XXV710' and
14947            '64B' and
14948            'BASE' and
14949            'NDRPDR' and
14950            '4T2C' and
14951            'IP4FWD'"
14952   parameters:
14953   - "throughput"
14954   - "parent"
14955   - "tags"
14956   traces:
14957     hoverinfo: "x+y"
14958     boxpoints: "outliers"
14959     whiskerwidth: 0
14960   layout:
14961     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14962     layout: "plot-throughput"
14963
14964 -
14965   type: "plot"
14966   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14967   algorithm: "plot_performance_box"
14968   output-file-type: ".html"
14969   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14970   data: "plot-dpdk-throughput-latency-2n-skx"
14971   filter: "'NIC_Intel-XXV710' and
14972            '64B' and
14973            'BASE' and
14974            'NDRPDR' and
14975            '2T1C' and
14976            'IP4FWD'"
14977   parameters:
14978   - "throughput"
14979   - "parent"
14980   - "tags"
14981   traces:
14982     hoverinfo: "x+y"
14983     boxpoints: "outliers"
14984     whiskerwidth: 0
14985   layout:
14986     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14987     layout: "plot-throughput"
14988
14989 -
14990   type: "plot"
14991   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14992   algorithm: "plot_performance_box"
14993   output-file-type: ".html"
14994   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14995   data: "plot-dpdk-throughput-latency-2n-skx"
14996   filter: "'NIC_Intel-XXV710' and
14997            '64B' and
14998            'BASE' and
14999            'NDRPDR' and
15000            '4T2C' and
15001            'IP4FWD'"
15002   parameters:
15003   - "throughput"
15004   - "parent"
15005   - "tags"
15006   traces:
15007     hoverinfo: "x+y"
15008     boxpoints: "outliers"
15009     whiskerwidth: 0
15010   layout:
15011     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15012     layout: "plot-throughput"
15013
15014 ################################################################################
15015
15016 # Packet Throughput - DPDK testpmd 3n-hsw-x520
15017 -
15018   type: "plot"
15019   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15020   algorithm: "plot_performance_box"
15021   output-file-type: ".html"
15022   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15023   data: "plot-dpdk-throughput-latency-3n-hsw"
15024   filter: "'NIC_Intel-X520-DA2' and
15025            '64B' and
15026            'BASE' and
15027            'NDRPDR' and
15028            '1T1C' and
15029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15030   parameters:
15031   - "throughput"
15032   - "parent"
15033   - "tags"
15034   traces:
15035     hoverinfo: "x+y"
15036     boxpoints: "outliers"
15037     whiskerwidth: 0
15038   layout:
15039     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15040     layout: "plot-throughput"
15041
15042 -
15043   type: "plot"
15044   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15045   algorithm: "plot_performance_box"
15046   output-file-type: ".html"
15047   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15048   data: "plot-dpdk-throughput-latency-3n-hsw"
15049   filter: "'NIC_Intel-X520-DA2' and
15050            '64B' and
15051            'BASE' and
15052            'NDRPDR' and
15053            '2T2C' and
15054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15055   parameters:
15056   - "throughput"
15057   - "parent"
15058   - "tags"
15059   traces:
15060     hoverinfo: "x+y"
15061     boxpoints: "outliers"
15062     whiskerwidth: 0
15063   layout:
15064     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15065     layout: "plot-throughput"
15066
15067 -
15068   type: "plot"
15069   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15070   algorithm: "plot_performance_box"
15071   output-file-type: ".html"
15072   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15073   data: "plot-dpdk-throughput-latency-3n-hsw"
15074   filter: "'NIC_Intel-X520-DA2' and
15075            '64B' and
15076            'BASE' and
15077            'NDRPDR' and
15078            '1T1C' and
15079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15080   parameters:
15081   - "throughput"
15082   - "parent"
15083   - "tags"
15084   traces:
15085     hoverinfo: "x+y"
15086     boxpoints: "outliers"
15087     whiskerwidth: 0
15088   layout:
15089     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15090     layout: "plot-throughput"
15091
15092 -
15093   type: "plot"
15094   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15095   algorithm: "plot_performance_box"
15096   output-file-type: ".html"
15097   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15098   data: "plot-dpdk-throughput-latency-3n-hsw"
15099   filter: "'NIC_Intel-X520-DA2' and
15100            '64B' and
15101            'BASE' and
15102            'NDRPDR' and
15103            '2T2C' and
15104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15105   parameters:
15106   - "throughput"
15107   - "parent"
15108   - "tags"
15109   traces:
15110     hoverinfo: "x+y"
15111     boxpoints: "outliers"
15112     whiskerwidth: 0
15113   layout:
15114     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15115     layout: "plot-throughput"
15116
15117 # Packet Throughput - DPDK testpmd 3n-hsw-x710
15118 -
15119   type: "plot"
15120   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15121   algorithm: "plot_performance_box"
15122   output-file-type: ".html"
15123   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15124   data: "plot-dpdk-throughput-latency-3n-hsw"
15125   filter: "'NIC_Intel-X710' and
15126            '64B' and
15127            'BASE' and
15128            'NDRPDR' and
15129            '1T1C' and
15130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15131   parameters:
15132   - "throughput"
15133   - "parent"
15134   - "tags"
15135   traces:
15136     hoverinfo: "x+y"
15137     boxpoints: "outliers"
15138     whiskerwidth: 0
15139   layout:
15140     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15141     layout: "plot-throughput"
15142
15143 -
15144   type: "plot"
15145   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15146   algorithm: "plot_performance_box"
15147   output-file-type: ".html"
15148   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15149   data: "plot-dpdk-throughput-latency-3n-hsw"
15150   filter: "'NIC_Intel-X710' and
15151            '64B' and
15152            'BASE' and
15153            'NDRPDR' and
15154            '2T2C' and
15155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15156   parameters:
15157   - "throughput"
15158   - "parent"
15159   - "tags"
15160   traces:
15161     hoverinfo: "x+y"
15162     boxpoints: "outliers"
15163     whiskerwidth: 0
15164   layout:
15165     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15166     layout: "plot-throughput"
15167
15168 -
15169   type: "plot"
15170   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15171   algorithm: "plot_performance_box"
15172   output-file-type: ".html"
15173   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15174   data: "plot-dpdk-throughput-latency-3n-hsw"
15175   filter: "'NIC_Intel-X710' and
15176            '64B' and
15177            'BASE' and
15178            'NDRPDR' and
15179            '1T1C' and
15180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15181   parameters:
15182   - "throughput"
15183   - "parent"
15184   - "tags"
15185   traces:
15186     hoverinfo: "x+y"
15187     boxpoints: "outliers"
15188     whiskerwidth: 0
15189   layout:
15190     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15191     layout: "plot-throughput"
15192
15193 -
15194   type: "plot"
15195   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15196   algorithm: "plot_performance_box"
15197   output-file-type: ".html"
15198   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15199   data: "plot-dpdk-throughput-latency-3n-hsw"
15200   filter: "'NIC_Intel-X710' and
15201            '64B' and
15202            'BASE' and
15203            'NDRPDR' and
15204            '2T2C' and
15205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15206   parameters:
15207   - "throughput"
15208   - "parent"
15209   - "tags"
15210   traces:
15211     hoverinfo: "x+y"
15212     boxpoints: "outliers"
15213     whiskerwidth: 0
15214   layout:
15215     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15216     layout: "plot-throughput"
15217
15218 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
15219 -
15220   type: "plot"
15221   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15222   algorithm: "plot_performance_box"
15223   output-file-type: ".html"
15224   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15225   data: "plot-dpdk-throughput-latency-3n-hsw"
15226   filter: "'NIC_Intel-XL710' and
15227            '64B' and
15228            'BASE' and
15229            'NDRPDR' and
15230            '1T1C' and
15231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15232   parameters:
15233   - "throughput"
15234   - "parent"
15235   - "tags"
15236   traces:
15237     hoverinfo: "x+y"
15238     boxpoints: "outliers"
15239     whiskerwidth: 0
15240   layout:
15241     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15242     layout: "plot-throughput"
15243
15244 -
15245   type: "plot"
15246   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15247   algorithm: "plot_performance_box"
15248   output-file-type: ".html"
15249   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15250   data: "plot-dpdk-throughput-latency-3n-hsw"
15251   filter: "'NIC_Intel-XL710' and
15252            '64B' and
15253            'BASE' and
15254            'NDRPDR' and
15255            '2T2C' and
15256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15257   parameters:
15258   - "throughput"
15259   - "parent"
15260   - "tags"
15261   traces:
15262     hoverinfo: "x+y"
15263     boxpoints: "outliers"
15264     whiskerwidth: 0
15265   layout:
15266     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15267     layout: "plot-throughput"
15268
15269 -
15270   type: "plot"
15271   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15272   algorithm: "plot_performance_box"
15273   output-file-type: ".html"
15274   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15275   data: "plot-dpdk-throughput-latency-3n-hsw"
15276   filter: "'NIC_Intel-XL710' and
15277            '64B' and
15278            'BASE' and
15279            'NDRPDR' and
15280            '1T1C' and
15281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15282   parameters:
15283   - "throughput"
15284   - "parent"
15285   - "tags"
15286   traces:
15287     hoverinfo: "x+y"
15288     boxpoints: "outliers"
15289     whiskerwidth: 0
15290   layout:
15291     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15292     layout: "plot-throughput"
15293
15294 -
15295   type: "plot"
15296   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15297   algorithm: "plot_performance_box"
15298   output-file-type: ".html"
15299   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15300   data: "plot-dpdk-throughput-latency-3n-hsw"
15301   filter: "'NIC_Intel-XL710' and
15302            '64B' and
15303            'BASE' and
15304            'NDRPDR' and
15305            '2T2C' and
15306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15307   parameters:
15308   - "throughput"
15309   - "parent"
15310   - "tags"
15311   traces:
15312     hoverinfo: "x+y"
15313     boxpoints: "outliers"
15314     whiskerwidth: 0
15315   layout:
15316     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15317     layout: "plot-throughput"
15318
15319 # Packet Throughput - DPDK testpmd 3n-skx-x710
15320 -
15321   type: "plot"
15322   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15323   algorithm: "plot_performance_box"
15324   output-file-type: ".html"
15325   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15326   data: "plot-dpdk-throughput-latency-3n-skx"
15327   filter: "'NIC_Intel-X710' and
15328            '64B' and
15329            'BASE' and
15330            'NDRPDR' and
15331            '2T1C' and
15332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15333   parameters:
15334   - "throughput"
15335   - "parent"
15336   - "tags"
15337   traces:
15338     hoverinfo: "x+y"
15339     boxpoints: "outliers"
15340     whiskerwidth: 0
15341   layout:
15342     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15343     layout: "plot-throughput"
15344
15345 -
15346   type: "plot"
15347   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15348   algorithm: "plot_performance_box"
15349   output-file-type: ".html"
15350   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15351   data: "plot-dpdk-throughput-latency-3n-skx"
15352   filter: "'NIC_Intel-X710' and
15353            '64B' and
15354            'BASE' and
15355            'NDRPDR' and
15356            '4T2C' and
15357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15358   parameters:
15359   - "throughput"
15360   - "parent"
15361   - "tags"
15362   traces:
15363     hoverinfo: "x+y"
15364     boxpoints: "outliers"
15365     whiskerwidth: 0
15366   layout:
15367     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15368     layout: "plot-throughput"
15369
15370 -
15371   type: "plot"
15372   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15373   algorithm: "plot_performance_box"
15374   output-file-type: ".html"
15375   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15376   data: "plot-dpdk-throughput-latency-3n-skx"
15377   filter: "'NIC_Intel-X710' and
15378            '64B' and
15379            'BASE' and
15380            'NDRPDR' and
15381            '2T1C' and
15382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15383   parameters:
15384   - "throughput"
15385   - "parent"
15386   - "tags"
15387   traces:
15388     hoverinfo: "x+y"
15389     boxpoints: "outliers"
15390     whiskerwidth: 0
15391   layout:
15392     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15393     layout: "plot-throughput"
15394
15395 -
15396   type: "plot"
15397   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15398   algorithm: "plot_performance_box"
15399   output-file-type: ".html"
15400   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15401   data: "plot-dpdk-throughput-latency-3n-skx"
15402   filter: "'NIC_Intel-X710' and
15403            '64B' and
15404            'BASE' and
15405            'NDRPDR' and
15406            '4T2C' and
15407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15408   parameters:
15409   - "throughput"
15410   - "parent"
15411   - "tags"
15412   traces:
15413     hoverinfo: "x+y"
15414     boxpoints: "outliers"
15415     whiskerwidth: 0
15416   layout:
15417     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15418     layout: "plot-throughput"
15419
15420 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
15421 -
15422   type: "plot"
15423   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15424   algorithm: "plot_performance_box"
15425   output-file-type: ".html"
15426   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15427   data: "plot-dpdk-throughput-latency-3n-skx"
15428   filter: "'NIC_Intel-XXV710' and
15429            '64B' and
15430            'BASE' and
15431            'NDRPDR' and
15432            '2T1C' and
15433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15434   parameters:
15435   - "throughput"
15436   - "parent"
15437   - "tags"
15438   traces:
15439     hoverinfo: "x+y"
15440     boxpoints: "outliers"
15441     whiskerwidth: 0
15442   layout:
15443     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15444     layout: "plot-throughput"
15445
15446 -
15447   type: "plot"
15448   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15449   algorithm: "plot_performance_box"
15450   output-file-type: ".html"
15451   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15452   data: "plot-dpdk-throughput-latency-3n-skx"
15453   filter: "'NIC_Intel-XXV710' and
15454            '64B' and
15455            'BASE' and
15456            'NDRPDR' and
15457            '4T2C' and
15458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15459   parameters:
15460   - "throughput"
15461   - "parent"
15462   - "tags"
15463   traces:
15464     hoverinfo: "x+y"
15465     boxpoints: "outliers"
15466     whiskerwidth: 0
15467   layout:
15468     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15469     layout: "plot-throughput"
15470
15471 -
15472   type: "plot"
15473   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15474   algorithm: "plot_performance_box"
15475   output-file-type: ".html"
15476   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15477   data: "plot-dpdk-throughput-latency-3n-skx"
15478   filter: "'NIC_Intel-XXV710' and
15479            '64B' and
15480            'BASE' and
15481            'NDRPDR' and
15482            '2T1C' and
15483            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15484   parameters:
15485   - "throughput"
15486   - "parent"
15487   - "tags"
15488   traces:
15489     hoverinfo: "x+y"
15490     boxpoints: "outliers"
15491     whiskerwidth: 0
15492   layout:
15493     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15494     layout: "plot-throughput"
15495
15496 -
15497   type: "plot"
15498   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15499   algorithm: "plot_performance_box"
15500   output-file-type: ".html"
15501   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15502   data: "plot-dpdk-throughput-latency-3n-skx"
15503   filter: "'NIC_Intel-XXV710' and
15504            '64B' and
15505            'BASE' and
15506            'NDRPDR' and
15507            '4T2C' and
15508            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15509   parameters:
15510   - "throughput"
15511   - "parent"
15512   - "tags"
15513   traces:
15514     hoverinfo: "x+y"
15515     boxpoints: "outliers"
15516     whiskerwidth: 0
15517   layout:
15518     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15519     layout: "plot-throughput"
15520
15521 # Packet Throughput - DPDK testpmd 2n-skx-x710
15522 -
15523   type: "plot"
15524   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15525   algorithm: "plot_performance_box"
15526   output-file-type: ".html"
15527   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15528   data: "plot-dpdk-throughput-latency-2n-skx"
15529   filter: "'NIC_Intel-X710' and
15530            '64B' and
15531            'BASE' and
15532            'NDRPDR' and
15533            '2T1C' and
15534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15535   parameters:
15536   - "throughput"
15537   - "parent"
15538   - "tags"
15539   traces:
15540     hoverinfo: "x+y"
15541     boxpoints: "outliers"
15542     whiskerwidth: 0
15543   layout:
15544     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15545     layout: "plot-throughput"
15546
15547 -
15548   type: "plot"
15549   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15550   algorithm: "plot_performance_box"
15551   output-file-type: ".html"
15552   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15553   data: "plot-dpdk-throughput-latency-2n-skx"
15554   filter: "'NIC_Intel-X710' and
15555            '64B' and
15556            'BASE' and
15557            'NDRPDR' and
15558            '4T2C' and
15559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15560   parameters:
15561   - "throughput"
15562   - "parent"
15563   - "tags"
15564   traces:
15565     hoverinfo: "x+y"
15566     boxpoints: "outliers"
15567     whiskerwidth: 0
15568   layout:
15569     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15570     layout: "plot-throughput"
15571
15572 -
15573   type: "plot"
15574   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15575   algorithm: "plot_performance_box"
15576   output-file-type: ".html"
15577   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15578   data: "plot-dpdk-throughput-latency-2n-skx"
15579   filter: "'NIC_Intel-X710' and
15580            '64B' and
15581            'BASE' and
15582            'NDRPDR' and
15583            '2T1C' and
15584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15585   parameters:
15586   - "throughput"
15587   - "parent"
15588   - "tags"
15589   traces:
15590     hoverinfo: "x+y"
15591     boxpoints: "outliers"
15592     whiskerwidth: 0
15593   layout:
15594     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15595     layout: "plot-throughput"
15596
15597 -
15598   type: "plot"
15599   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15600   algorithm: "plot_performance_box"
15601   output-file-type: ".html"
15602   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15603   data: "plot-dpdk-throughput-latency-2n-skx"
15604   filter: "'NIC_Intel-X710' and
15605            '64B' and
15606            'BASE' and
15607            'NDRPDR' and
15608            '4T2C' and
15609            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15610   parameters:
15611   - "throughput"
15612   - "parent"
15613   - "tags"
15614   traces:
15615     hoverinfo: "x+y"
15616     boxpoints: "outliers"
15617     whiskerwidth: 0
15618   layout:
15619     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15620     layout: "plot-throughput"
15621
15622 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
15623 -
15624   type: "plot"
15625   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15626   algorithm: "plot_performance_box"
15627   output-file-type: ".html"
15628   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15629   data: "plot-dpdk-throughput-latency-2n-skx"
15630   filter: "'NIC_Intel-XXV710' and
15631            '64B' and
15632            'BASE' and
15633            'NDRPDR' and
15634            '2T1C' and
15635            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15636   parameters:
15637   - "throughput"
15638   - "parent"
15639   - "tags"
15640   traces:
15641     hoverinfo: "x+y"
15642     boxpoints: "outliers"
15643     whiskerwidth: 0
15644   layout:
15645     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15646     layout: "plot-throughput"
15647
15648 -
15649   type: "plot"
15650   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15651   algorithm: "plot_performance_box"
15652   output-file-type: ".html"
15653   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15654   data: "plot-dpdk-throughput-latency-2n-skx"
15655   filter: "'NIC_Intel-XXV710' and
15656            '64B' and
15657            'BASE' and
15658            'NDRPDR' and
15659            '4T2C' and
15660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15661   parameters:
15662   - "throughput"
15663   - "parent"
15664   - "tags"
15665   traces:
15666     hoverinfo: "x+y"
15667     boxpoints: "outliers"
15668     whiskerwidth: 0
15669   layout:
15670     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15671     layout: "plot-throughput"
15672
15673 -
15674   type: "plot"
15675   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15676   algorithm: "plot_performance_box"
15677   output-file-type: ".html"
15678   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15679   data: "plot-dpdk-throughput-latency-2n-skx"
15680   filter: "'NIC_Intel-XXV710' and
15681            '64B' and
15682            'BASE' and
15683            'NDRPDR' and
15684            '2T1C' and
15685            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15686   parameters:
15687   - "throughput"
15688   - "parent"
15689   - "tags"
15690   traces:
15691     hoverinfo: "x+y"
15692     boxpoints: "outliers"
15693     whiskerwidth: 0
15694   layout:
15695     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15696     layout: "plot-throughput"
15697
15698 -
15699   type: "plot"
15700   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15701   algorithm: "plot_performance_box"
15702   output-file-type: ".html"
15703   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15704   data: "plot-dpdk-throughput-latency-2n-skx"
15705   filter: "'NIC_Intel-XXV710' and
15706            '64B' and
15707            'BASE' and
15708            'NDRPDR' and
15709            '4T2C' and
15710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15711   parameters:
15712   - "throughput"
15713   - "parent"
15714   - "tags"
15715   traces:
15716     hoverinfo: "x+y"
15717     boxpoints: "outliers"
15718     whiskerwidth: 0
15719   layout:
15720     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15721     layout: "plot-throughput"
15722
15723 ################################################################################
15724
15725 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
15726 -
15727   type: "plot"
15728   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15729   algorithm: "plot_latency_error_bars"
15730   output-file-type: ".html"
15731   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15732   data: "plot-vpp-throughput-latency-3n-hsw"
15733   filter: "'NIC_Intel-X520-DA2' and
15734            '64B' and
15735            ('BASE' or 'SCALE') and
15736            'NDRPDR' and
15737            'ETH' and
15738            '1T1C' and
15739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15740            not 'VHOST' and
15741            not 'MEMIF'"
15742   parameters:
15743   - "latency"
15744   - "parent"
15745   - "tags"
15746   sort:
15747   - "L2PATCH"
15748   - "L2XCBASE"
15749   - "BASE"
15750   - "FIB_10K"
15751   - "FIB_100K"
15752   - "FIB_1M"
15753   layout:
15754     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15755     layout: "plot-latency"
15756
15757 -
15758   type: "plot"
15759   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15760   algorithm: "plot_latency_error_bars"
15761   output-file-type: ".html"
15762   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15763   data: "plot-vpp-throughput-latency-3n-hsw"
15764   filter: "'NIC_Intel-X520-DA2' and
15765            '64B' and
15766            ('BASE' or 'SCALE') and
15767            'NDRPDR' and
15768            'ETH' and
15769            '2T2C' and
15770            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15771            not 'VHOST' and
15772            not 'MEMIF'"
15773   parameters:
15774   - "latency"
15775   - "parent"
15776   - "tags"
15777   sort:
15778   - "L2PATCH"
15779   - "L2XCBASE"
15780   - "BASE"
15781   - "FIB_10K"
15782   - "FIB_100K"
15783   - "FIB_1M"
15784   layout:
15785     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15786     layout: "plot-latency"
15787
15788 # Packet Latency - VPP L2 3n-hsw-x520 features
15789 -
15790   type: "plot"
15791   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15792   algorithm: "plot_latency_error_bars"
15793   output-file-type: ".html"
15794   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15795   data: "plot-vpp-throughput-latency-3n-hsw"
15796   filter: "'NIC_Intel-X520-DA2' and
15797            '64B' and
15798            'NDRPDR' and
15799            '1T1C' and
15800            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15801            not 'ACL' and
15802            not 'VHOST' and
15803            not 'MEMIF'"
15804   parameters:
15805   - "latency"
15806   - "parent"
15807   - "tags"
15808   sort:
15809   - "L2XCBASE"    # l2xcbase
15810   - "L2BDBASE"    # l2bdbase
15811   - "L2XCFWD"     # dot1q-l2xcbase
15812   - "L2BDMACLRN"  # dot1q-l2bdbase
15813   layout:
15814     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
15815     layout: "plot-latency"
15816
15817 -
15818   type: "plot"
15819   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15820   algorithm: "plot_latency_error_bars"
15821   output-file-type: ".html"
15822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15823   data: "plot-vpp-throughput-latency-3n-hsw"
15824   filter: "'NIC_Intel-X520-DA2' and
15825            '64B' and
15826            'NDRPDR' and
15827            '2T2C' and
15828            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15829            not 'ACL' and
15830            not 'VHOST' and
15831            not 'MEMIF'"
15832   parameters:
15833   - "latency"
15834   - "parent"
15835   - "tags"
15836   sort:
15837   - "L2XCBASE"    # l2xcbase
15838   - "L2BDBASE"    # l2bdbase
15839   - "L2XCFWD"     # dot1q-l2xcbase
15840   - "L2BDMACLRN"  # dot1q-l2bdbase
15841   layout:
15842     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
15843     layout: "plot-latency"
15844
15845 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
15846 -
15847   type: "plot"
15848   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15849   algorithm: "plot_latency_error_bars"
15850   output-file-type: ".html"
15851   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15852   data: "plot-vpp-throughput-latency-3n-hsw"
15853   filter: "'NIC_Intel-X710' and
15854            '64B' and
15855            ('BASE' or 'SCALE') and
15856            'NDRPDR' and
15857            'ETH' and
15858            '1T1C' and
15859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15860            not 'VHOST' and
15861            not 'MEMIF'"
15862   parameters:
15863   - "latency"
15864   - "parent"
15865   - "tags"
15866   sort:
15867   - "L2PATCH"
15868   - "L2XCBASE"
15869   - "BASE"
15870   - "FIB_10K"
15871   - "FIB_100K"
15872   - "FIB_1M"
15873   layout:
15874     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15875     layout: "plot-latency"
15876
15877 -
15878   type: "plot"
15879   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15880   algorithm: "plot_latency_error_bars"
15881   output-file-type: ".html"
15882   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15883   data: "plot-vpp-throughput-latency-3n-hsw"
15884   filter: "'NIC_Intel-X710' and
15885            '64B' and
15886            ('BASE' or 'SCALE') and
15887            'NDRPDR' and
15888            'ETH' and
15889            '2T2C' and
15890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15891            not 'VHOST' and
15892            not 'MEMIF'"
15893   parameters:
15894   - "latency"
15895   - "parent"
15896   - "tags"
15897   sort:
15898   - "L2PATCH"
15899   - "L2XCBASE"
15900   - "BASE"
15901   - "FIB_10K"
15902   - "FIB_100K"
15903   - "FIB_1M"
15904   layout:
15905     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15906     layout: "plot-latency"
15907
15908 # Packet Latency - VPP L2 3n-hsw-x710 features
15909 -
15910   type: "plot"
15911   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15912   algorithm: "plot_latency_error_bars"
15913   output-file-type: ".html"
15914   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15915   data: "plot-vpp-throughput-latency-3n-hsw"
15916   filter: "'NIC_Intel-X710' and
15917            '64B' and
15918            'NDRPDR' and
15919            '1T1C' and
15920            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15921            not 'ACL' and
15922            not 'VHOST' and
15923            not 'MEMIF'"
15924   parameters:
15925   - "latency"
15926   - "parent"
15927   - "tags"
15928   sort:
15929   - "L2XCBASE"    # l2xcbase
15930   - "L2BDBASE"    # l2bdbase
15931   - "L2XCFWD"     # dot1q-l2xcbase
15932   - "L2BDMACLRN"  # dot1q-l2bdbase
15933   layout:
15934     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
15935     layout: "plot-latency"
15936
15937 -
15938   type: "plot"
15939   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15940   algorithm: "plot_latency_error_bars"
15941   output-file-type: ".html"
15942   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15943   data: "plot-vpp-throughput-latency-3n-hsw"
15944   filter: "'NIC_Intel-X710' and
15945            '64B' and
15946            'NDRPDR' and
15947            '2T2C' and
15948            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15949            not 'ACL' and
15950            not 'VHOST' and
15951            not 'MEMIF'"
15952   parameters:
15953   - "latency"
15954   - "parent"
15955   - "tags"
15956   sort:
15957   - "L2XCBASE"    # l2xcbase
15958   - "L2BDBASE"    # l2bdbase
15959   - "L2XCFWD"     # dot1q-l2xcbase
15960   - "L2BDMACLRN"  # dot1q-l2bdbase
15961   layout:
15962     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
15963     layout: "plot-latency"
15964
15965 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
15966 -
15967   type: "plot"
15968   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
15969   algorithm: "plot_latency_error_bars"
15970   output-file-type: ".html"
15971   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
15972   data: "plot-vpp-throughput-latency-3n-hsw"
15973   filter: "'NIC_Intel-XL710' and
15974            '64B' and
15975            ('BASE' or 'SCALE') and
15976            'NDRPDR' and
15977            'ETH' and
15978            '1T1C' and
15979            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15980            not 'VHOST' and
15981            not 'MEMIF'"
15982   parameters:
15983   - "latency"
15984   - "parent"
15985   - "tags"
15986   sort:
15987   - "L2PATCH"
15988   - "L2XCBASE"
15989   - "BASE"
15990   - "FIB_10K"
15991   - "FIB_100K"
15992   - "FIB_1M"
15993   layout:
15994     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15995     layout: "plot-latency"
15996
15997 -
15998   type: "plot"
15999   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16000   algorithm: "plot_latency_error_bars"
16001   output-file-type: ".html"
16002   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16003   data: "plot-vpp-throughput-latency-3n-hsw"
16004   filter: "'NIC_Intel-XL710' and
16005            '64B' and
16006            ('BASE' or 'SCALE') and
16007            'NDRPDR' and
16008            'ETH' and
16009            '2T2C' and
16010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16011            not 'VHOST' and
16012            not 'MEMIF'"
16013   parameters:
16014   - "latency"
16015   - "parent"
16016   - "tags"
16017   sort:
16018   - "L2PATCH"
16019   - "L2XCBASE"
16020   - "BASE"
16021   - "FIB_10K"
16022   - "FIB_100K"
16023   - "FIB_1M"
16024   layout:
16025     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16026     layout: "plot-latency"
16027
16028 # Packet Latency - VPP L2 3n-skx-x710 base and scale
16029 -
16030   type: "plot"
16031   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16032   algorithm: "plot_latency_error_bars"
16033   output-file-type: ".html"
16034   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16035   data: "plot-vpp-throughput-latency-3n-skx"
16036   filter: "'NIC_Intel-X710' and
16037            '64B' and
16038            ('BASE' or 'SCALE') and
16039            'NDRPDR' and
16040            'ETH' and
16041            '2T1C' and
16042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16043            not 'VHOST' and
16044            not 'MEMIF'"
16045   parameters:
16046   - "latency"
16047   - "parent"
16048   - "tags"
16049   sort:
16050   - "L2PATCH"
16051   - "L2XCBASE"
16052   - "BASE"
16053   - "FIB_10K"
16054   - "FIB_100K"
16055   - "FIB_1M"
16056   layout:
16057     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16058     layout: "plot-latency"
16059
16060 -
16061   type: "plot"
16062   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16063   algorithm: "plot_latency_error_bars"
16064   output-file-type: ".html"
16065   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16066   data: "plot-vpp-throughput-latency-3n-skx"
16067   filter: "'NIC_Intel-X710' and
16068            '64B' and
16069            ('BASE' or 'SCALE') and
16070            'NDRPDR' and
16071            'ETH' and
16072            '4T2C' and
16073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16074            not 'VHOST' and
16075            not 'MEMIF'"
16076   parameters:
16077   - "latency"
16078   - "parent"
16079   - "tags"
16080   sort:
16081   - "L2PATCH"
16082   - "L2XCBASE"
16083   - "BASE"
16084   - "FIB_10K"
16085   - "FIB_100K"
16086   - "FIB_1M"
16087   layout:
16088     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16089     layout: "plot-latency"
16090
16091 # Packet Latency - VPP L2 3n-skx-x710 features
16092 -
16093   type: "plot"
16094   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16095   algorithm: "plot_latency_error_bars"
16096   output-file-type: ".html"
16097   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16098   data: "plot-vpp-throughput-latency-3n-skx"
16099   filter: "'NIC_Intel-X710' and
16100            '64B' and
16101            'NDRPDR' and
16102            '2T1C' and
16103            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16104            not 'ACL' and
16105            not 'VHOST' and
16106            not 'MEMIF'"
16107   parameters:
16108   - "latency"
16109   - "parent"
16110   - "tags"
16111   sort:
16112   - "L2XCBASE"    # l2xcbase
16113   - "L2BDBASE"    # l2bdbase
16114   - "L2XCFWD"     # dot1q-l2xcbase
16115   - "L2BDMACLRN"  # dot1q-l2bdbase
16116   layout:
16117     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
16118     layout: "plot-latency"
16119
16120 -
16121   type: "plot"
16122   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16123   algorithm: "plot_latency_error_bars"
16124   output-file-type: ".html"
16125   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16126   data: "plot-vpp-throughput-latency-3n-skx"
16127   filter: "'NIC_Intel-X710' and
16128            '64B' and
16129            'NDRPDR' and
16130            '4T2C' and
16131            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16132            not 'ACL' and
16133            not 'VHOST' and
16134            not 'MEMIF'"
16135   parameters:
16136   - "latency"
16137   - "parent"
16138   - "tags"
16139   sort:
16140   - "L2XCBASE"    # l2xcbase
16141   - "L2BDBASE"    # l2bdbase
16142   - "L2XCFWD"     # dot1q-l2xcbase
16143   - "L2BDMACLRN"  # dot1q-l2bdbase
16144   layout:
16145     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
16146     layout: "plot-latency"
16147
16148 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
16149 -
16150   type: "plot"
16151   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16152   algorithm: "plot_latency_error_bars"
16153   output-file-type: ".html"
16154   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16155   data: "plot-vpp-throughput-latency-3n-skx"
16156   filter: "'NIC_Intel-XXV710' and
16157            '64B' and
16158            ('BASE' or 'SCALE') and
16159            'NDRPDR' and
16160            'ETH' and
16161            '2T1C' and
16162            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16163            not 'VHOST' and
16164            not 'MEMIF'"
16165   parameters:
16166   - "latency"
16167   - "parent"
16168   - "tags"
16169   sort:
16170   - "L2PATCH"
16171   - "L2XCBASE"
16172   - "BASE"
16173   - "FIB_10K"
16174   - "FIB_100K"
16175   - "FIB_1M"
16176   layout:
16177     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16178     layout: "plot-latency"
16179
16180 -
16181   type: "plot"
16182   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16183   algorithm: "plot_latency_error_bars"
16184   output-file-type: ".html"
16185   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16186   data: "plot-vpp-throughput-latency-3n-skx"
16187   filter: "'NIC_Intel-XXV710' and
16188            '64B' and
16189            ('BASE' or 'SCALE') and
16190            'NDRPDR' and
16191            'ETH' and
16192            '4T2C' and
16193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16194            not 'VHOST' and
16195            not 'MEMIF'"
16196   parameters:
16197   - "latency"
16198   - "parent"
16199   - "tags"
16200   sort:
16201   - "L2PATCH"
16202   - "L2XCBASE"
16203   - "BASE"
16204   - "FIB_10K"
16205   - "FIB_100K"
16206   - "FIB_1M"
16207   layout:
16208     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16209     layout: "plot-latency"
16210
16211 # Packet Latency - VPP L2 2n-skx-x710 base and scale
16212 -
16213   type: "plot"
16214   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16215   algorithm: "plot_latency_error_bars"
16216   output-file-type: ".html"
16217   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16218   data: "plot-vpp-throughput-latency-2n-skx"
16219   filter: "'NIC_Intel-X710' and
16220            '64B' and
16221            'ETH' and
16222            ('BASE' or 'SCALE') and
16223            'NDRPDR' and
16224            '2T1C' and
16225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16226            not 'VHOST' and
16227            not 'MEMIF'"
16228   parameters:
16229   - "latency"
16230   - "parent"
16231   - "tags"
16232   sort:
16233   - "L2PATCH"
16234   - "L2XCBASE"
16235   - "BASE"
16236   - "FIB_10K"
16237   - "FIB_100K"
16238   - "FIB_1M"
16239   layout:
16240     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16241     layout: "plot-latency"
16242
16243 -
16244   type: "plot"
16245   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16246   algorithm: "plot_latency_error_bars"
16247   output-file-type: ".html"
16248   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16249   data: "plot-vpp-throughput-latency-2n-skx"
16250   filter: "'NIC_Intel-X710' and
16251            '64B' and
16252            ('BASE' or 'SCALE') and
16253            'NDRPDR' and
16254            'ETH' and
16255            '4T2C' and
16256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16257            not 'VHOST' and
16258            not 'MEMIF'"
16259   parameters:
16260   - "latency"
16261   - "parent"
16262   - "tags"
16263   sort:
16264   - "L2PATCH"
16265   - "L2XCBASE"
16266   - "BASE"
16267   - "FIB_10K"
16268   - "FIB_100K"
16269   - "FIB_1M"
16270   layout:
16271     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16272     layout: "plot-latency"
16273
16274 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
16275 -
16276   type: "plot"
16277   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16278   algorithm: "plot_latency_error_bars"
16279   output-file-type: ".html"
16280   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16281   data: "plot-vpp-throughput-latency-2n-skx"
16282   filter: "'NIC_Intel-XXV710' and
16283            '64B' and
16284            ('BASE' or 'SCALE') and
16285            'NDRPDR' and
16286            'ETH' and
16287            '2T1C' and
16288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16289            not 'VHOST' and
16290            not 'MEMIF'"
16291   parameters:
16292   - "latency"
16293   - "parent"
16294   - "tags"
16295   sort:
16296   - "L2PATCH"
16297   - "L2XCBASE"
16298   - "BASE"
16299   - "FIB_10K"
16300   - "FIB_100K"
16301   - "FIB_1M"
16302   layout:
16303     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16304     layout: "plot-latency"
16305
16306 -
16307   type: "plot"
16308   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16309   algorithm: "plot_latency_error_bars"
16310   output-file-type: ".html"
16311   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16312   data: "plot-vpp-throughput-latency-2n-skx"
16313   filter: "'NIC_Intel-XXV710' and
16314            '64B' and
16315            ('BASE' or 'SCALE') and
16316            'NDRPDR' and
16317            'ETH' and
16318            '4T2C' and
16319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16320            not 'VHOST' and
16321            not 'MEMIF'"
16322   parameters:
16323   - "latency"
16324   - "parent"
16325   - "tags"
16326   sort:
16327   - "L2PATCH"
16328   - "L2XCBASE"
16329   - "BASE"
16330   - "FIB_10K"
16331   - "FIB_100K"
16332   - "FIB_1M"
16333   layout:
16334     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16335     layout: "plot-latency"
16336
16337 ################################################################################
16338
16339 # Packet Latency - VPP Container Memif 3n-hsw-x520
16340 -
16341   type: "plot"
16342   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16343   algorithm: "plot_latency_error_bars"
16344   output-file-type: ".html"
16345   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16346   data: "plot-vpp-throughput-latency-3n-hsw"
16347   filter: "'NIC_Intel-X520-DA2' and
16348            '64B' and
16349            ('BASE' or 'SCALE') and
16350            'NDRPDR' and
16351            '1T1C' and
16352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16353            not 'VHOST' and
16354            'MEMIF'"
16355   parameters:
16356   - "latency"
16357   - "parent"
16358   - "tags"
16359   sort:
16360   - "L2XCFWD"
16361   - "L2XCFWD"
16362   - "L2XCFWD"
16363   - "L2BDMACLRN"
16364   - "L2BDMACLRN"
16365   - "L2BDMACLRN"
16366   layout:
16367     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16368     layout: "plot-latency"
16369
16370 -
16371   type: "plot"
16372   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16373   algorithm: "plot_latency_error_bars"
16374   output-file-type: ".html"
16375   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16376   data: "plot-vpp-throughput-latency-3n-hsw"
16377   filter: "'NIC_Intel-X520-DA2' and
16378            '64B' and
16379            ('BASE' or 'SCALE') and
16380            'NDRPDR' and
16381            '2T2C' and
16382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16383            not 'VHOST' and
16384            'MEMIF'"
16385   parameters:
16386   - "latency"
16387   - "parent"
16388   - "tags"
16389   sort:
16390   - "L2XCFWD"
16391   - "L2XCFWD"
16392   - "L2XCFWD"
16393   - "L2BDMACLRN"
16394   - "L2BDMACLRN"
16395   - "L2BDMACLRN"
16396   layout:
16397     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16398     layout: "plot-latency"
16399
16400 # Packet Latency - VPP Container Memif 3n-hsw-x710
16401 -
16402   type: "plot"
16403   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16404   algorithm: "plot_latency_error_bars"
16405   output-file-type: ".html"
16406   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16407   data: "plot-vpp-throughput-latency-3n-hsw"
16408   filter: "'NIC_Intel-X710' and
16409            '64B' and
16410            ('BASE' or 'SCALE') and
16411            'NDRPDR' and
16412            '1T1C' and
16413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16414            not 'VHOST' and
16415            'MEMIF'"
16416   parameters:
16417   - "latency"
16418   - "parent"
16419   - "tags"
16420   sort:
16421   - "L2XCFWD"
16422   - "L2XCFWD"
16423   - "L2XCFWD"
16424   - "L2BDMACLRN"
16425   - "L2BDMACLRN"
16426   - "L2BDMACLRN"
16427   layout:
16428     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
16429     layout: "plot-latency"
16430
16431 -
16432   type: "plot"
16433   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16434   algorithm: "plot_latency_error_bars"
16435   output-file-type: ".html"
16436   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16437   data: "plot-vpp-throughput-latency-3n-hsw"
16438   filter: "'NIC_Intel-X710' and
16439            '64B' and
16440            ('BASE' or 'SCALE') and
16441            'NDRPDR' and
16442            '2T2C' and
16443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16444            not 'VHOST' and
16445            'MEMIF'"
16446   parameters:
16447   - "latency"
16448   - "parent"
16449   - "tags"
16450   sort:
16451   - "L2XCFWD"
16452   - "L2XCFWD"
16453   - "L2XCFWD"
16454   - "L2BDMACLRN"
16455   - "L2BDMACLRN"
16456   - "L2BDMACLRN"
16457   layout:
16458     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16459     layout: "plot-latency"
16460
16461 # Packet Latency - VPP Container Memif 3n-hsw-xl710
16462 -
16463   type: "plot"
16464   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16465   algorithm: "plot_latency_error_bars"
16466   output-file-type: ".html"
16467   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16468   data: "plot-vpp-throughput-latency-3n-hsw"
16469   filter: "'NIC_Intel-XL710' and
16470            '64B' and
16471            ('BASE' or 'SCALE') and
16472            'NDRPDR' and
16473            '1T1C' and
16474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16475            not 'VHOST' and
16476            'MEMIF'"
16477   parameters:
16478   - "latency"
16479   - "parent"
16480   - "tags"
16481   sort:
16482   - "L2XCFWD"
16483   - "L2XCFWD"
16484   - "L2XCFWD"
16485   - "L2BDMACLRN"
16486   - "L2BDMACLRN"
16487   - "L2BDMACLRN"
16488   layout:
16489     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16490     layout: "plot-latency"
16491
16492 -
16493   type: "plot"
16494   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16495   algorithm: "plot_latency_error_bars"
16496   output-file-type: ".html"
16497   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16498   data: "plot-vpp-throughput-latency-3n-hsw"
16499   filter: "'NIC_Intel-XL710' and
16500            '64B' and
16501            ('BASE' or 'SCALE') and
16502            'NDRPDR' and
16503            '2T2C' and
16504            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16505            not 'VHOST' and
16506            'MEMIF'"
16507   parameters:
16508   - "latency"
16509   - "parent"
16510   - "tags"
16511   sort:
16512   - "L2XCFWD"
16513   - "L2XCFWD"
16514   - "L2XCFWD"
16515   - "L2BDMACLRN"
16516   - "L2BDMACLRN"
16517   - "L2BDMACLRN"
16518   layout:
16519     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16520     layout: "plot-latency"
16521
16522 # Packet Latency - VPP Container Memif 3n-skx-x710
16523 -
16524   type: "plot"
16525   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16526   algorithm: "plot_latency_error_bars"
16527   output-file-type: ".html"
16528   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16529   data: "plot-vpp-throughput-latency-3n-skx"
16530   filter: "'NIC_Intel-X710' and
16531            '64B' and
16532            ('BASE' or 'SCALE') and
16533            'NDRPDR' and
16534            '2T1C' and
16535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16536            not 'VHOST' and
16537            'MEMIF'"
16538   parameters:
16539   - "latency"
16540   - "parent"
16541   - "tags"
16542   sort:
16543   - "L2XCFWD"
16544   - "L2XCFWD"
16545   - "L2XCFWD"
16546   - "L2BDMACLRN"
16547   - "L2BDMACLRN"
16548   - "L2BDMACLRN"
16549   layout:
16550     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16551     layout: "plot-latency"
16552
16553 -
16554   type: "plot"
16555   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16556   algorithm: "plot_latency_error_bars"
16557   output-file-type: ".html"
16558   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16559   data: "plot-vpp-throughput-latency-3n-skx"
16560   filter: "'NIC_Intel-X710' and
16561            '64B' and
16562            ('BASE' or 'SCALE') and
16563            'NDRPDR' and
16564            '4T2C' and
16565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16566            not 'VHOST' and
16567            'MEMIF'"
16568   parameters:
16569   - "latency"
16570   - "parent"
16571   - "tags"
16572   sort:
16573   - "L2XCFWD"
16574   - "L2XCFWD"
16575   - "L2XCFWD"
16576   - "L2BDMACLRN"
16577   - "L2BDMACLRN"
16578   - "L2BDMACLRN"
16579   layout:
16580     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16581     layout: "plot-latency"
16582
16583 # Packet Latency - VPP Container Memif 2n-skx-x710
16584 -
16585   type: "plot"
16586   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16587   algorithm: "plot_latency_error_bars"
16588   output-file-type: ".html"
16589   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16590   data: "plot-vpp-throughput-latency-2n-skx"
16591   filter: "'NIC_Intel-X710' and
16592            '64B' and
16593            ('BASE' or 'SCALE') and
16594            'NDRPDR' and
16595            '2T1C' and
16596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16597            not 'VHOST' and
16598            'MEMIF'"
16599   parameters:
16600   - "latency"
16601   - "parent"
16602   - "tags"
16603   sort:
16604   - "L2XCFWD"
16605   - "L2XCFWD"
16606   - "L2XCFWD"
16607   - "L2BDMACLRN"
16608   - "L2BDMACLRN"
16609   - "L2BDMACLRN"
16610   layout:
16611     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16612     layout: "plot-latency"
16613
16614 -
16615   type: "plot"
16616   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16617   algorithm: "plot_latency_error_bars"
16618   output-file-type: ".html"
16619   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16620   data: "plot-vpp-throughput-latency-2n-skx"
16621   filter: "'NIC_Intel-X710' and
16622            '64B' and
16623            ('BASE' or 'SCALE') and
16624            'NDRPDR' and
16625            '4T2C' and
16626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16627            not 'VHOST' and
16628            'MEMIF'"
16629   parameters:
16630   - "latency"
16631   - "parent"
16632   - "tags"
16633   sort:
16634   - "L2XCFWD"
16635   - "L2XCFWD"
16636   - "L2XCFWD"
16637   - "L2BDMACLRN"
16638   - "L2BDMACLRN"
16639   - "L2BDMACLRN"
16640   layout:
16641     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16642     layout: "plot-latency"
16643
16644 # Packet Latency - VPP Container Memif 2n-skx-xxv710
16645 -
16646   type: "plot"
16647   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16648   algorithm: "plot_latency_error_bars"
16649   output-file-type: ".html"
16650   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16651   data: "plot-vpp-throughput-latency-2n-skx"
16652   filter: "'NIC_Intel-XXV710' and
16653            '64B' and
16654            ('BASE' or 'SCALE') and
16655            'NDRPDR' and
16656            '2T1C' and
16657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16658            not 'VHOST' and
16659            'MEMIF'"
16660   parameters:
16661   - "latency"
16662   - "parent"
16663   - "tags"
16664   sort:
16665   - "L2XCFWD"
16666   - "L2XCFWD"
16667   - "L2XCFWD"
16668   - "L2BDMACLRN"
16669   - "L2BDMACLRN"
16670   - "L2BDMACLRN"
16671   layout:
16672     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16673     layout: "plot-latency"
16674
16675 -
16676   type: "plot"
16677   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16678   algorithm: "plot_latency_error_bars"
16679   output-file-type: ".html"
16680   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16681   data: "plot-vpp-throughput-latency-2n-skx"
16682   filter: "'NIC_Intel-XXV710' and
16683            '64B' and
16684            ('BASE' or 'SCALE') and
16685            'NDRPDR' and
16686            '4T2C' and
16687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16688            not 'VHOST' and
16689            'MEMIF'"
16690   parameters:
16691   - "latency"
16692   - "parent"
16693   - "tags"
16694   sort:
16695   - "L2XCFWD"
16696   - "L2XCFWD"
16697   - "L2XCFWD"
16698   - "L2BDMACLRN"
16699   - "L2BDMACLRN"
16700   - "L2BDMACLRN"
16701   layout:
16702     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16703     layout: "plot-latency"
16704
16705 ################################################################################
16706
16707 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
16708 -
16709   type: "plot"
16710   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16711   algorithm: "plot_latency_error_bars"
16712   output-file-type: ".html"
16713   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16714   data: "plot-ligato-throughput-latency-3n-hsw"
16715   filter: "'NIC_Intel-X520-DA2' and
16716            '64B' and
16717            ('BASE' or 'SCALE') and
16718            'NDRPDR' and
16719            '1T1C' and
16720            'L2XCFWD' and
16721            not 'VHOST' and
16722            'MEMIF'"
16723   parameters:
16724   - "latency"
16725   - "parent"
16726   - "tags"
16727   sort:
16728   - "1VNF"
16729   - "2VNF"
16730   - "4VNF"
16731   - "2VNF"
16732   - "4VNF"
16733   layout:
16734     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
16735     layout: "plot-latency"
16736
16737 -
16738   type: "plot"
16739   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16740   algorithm: "plot_latency_error_bars"
16741   output-file-type: ".html"
16742   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16743   data: "plot-ligato-throughput-latency-3n-hsw"
16744   filter: "'NIC_Intel-X520-DA2' and
16745            '64B' and
16746            ('BASE' or 'SCALE') and
16747            'NDRPDR' and
16748            '2T2C' and
16749            'L2XCFWD' and
16750            not 'VHOST' and
16751            'MEMIF'"
16752   parameters:
16753   - "latency"
16754   - "parent"
16755   - "tags"
16756   sort:
16757   - "1VNF"
16758   - "2VNF"
16759   - "4VNF"
16760   - "2VNF"
16761   - "4VNF"
16762   layout:
16763     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
16764     layout: "plot-latency"
16765
16766 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
16767 -
16768   type: "plot"
16769   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16770   algorithm: "plot_latency_error_bars"
16771   output-file-type: ".html"
16772   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16773   data: "plot-ligato-throughput-latency-3n-hsw"
16774   filter: "'NIC_Intel-X520-DA2' and
16775            '64B' and
16776            ('BASE' or 'SCALE') and
16777            'NDRPDR' and
16778            '1T1C' and
16779            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16780            not 'VHOST' and
16781            'MEMIF'"
16782   parameters:
16783   - "latency"
16784   - "parent"
16785   - "tags"
16786   sort:
16787   - "1VNF"
16788   - "2VNF"
16789   - "4VNF"
16790   - "2VNF"
16791   - "4VNF"
16792   layout:
16793     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
16794     layout: "plot-latency"
16795
16796 -
16797   type: "plot"
16798   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16799   algorithm: "plot_latency_error_bars"
16800   output-file-type: ".html"
16801   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16802   data: "plot-ligato-throughput-latency-3n-hsw"
16803   filter: "'NIC_Intel-X520-DA2' and
16804            '64B' and
16805            ('BASE' or 'SCALE') and
16806            'NDRPDR' and
16807            '2T2C' and
16808            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16809            not 'VHOST' and
16810            'MEMIF'"
16811   parameters:
16812   - "latency"
16813   - "parent"
16814   - "tags"
16815   sort:
16816   - "1VNF"
16817   - "2VNF"
16818   - "4VNF"
16819   - "2VNF"
16820   - "4VNF"
16821   layout:
16822     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
16823     layout: "plot-latency"
16824
16825 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
16826 -
16827   type: "plot"
16828   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16829   algorithm: "plot_latency_error_bars"
16830   output-file-type: ".html"
16831   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16832   data: "plot-ligato-throughput-latency-3n-hsw"
16833   filter: "'NIC_Intel-X710' and
16834            '64B' and
16835            ('BASE' or 'SCALE') and
16836            'NDRPDR' and
16837            '1T1C' and
16838            'L2XCFWD' and
16839            not 'VHOST' and
16840            'MEMIF'"
16841   parameters:
16842   - "latency"
16843   - "parent"
16844   - "tags"
16845   sort:
16846   - "1VNF"
16847   - "2VNF"
16848   - "4VNF"
16849   - "2VNF"
16850   - "4VNF"
16851   layout:
16852     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
16853     layout: "plot-latency"
16854
16855 -
16856   type: "plot"
16857   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16858   algorithm: "plot_latency_error_bars"
16859   output-file-type: ".html"
16860   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16861   data: "plot-ligato-throughput-latency-3n-hsw"
16862   filter: "'NIC_Intel-X710' and
16863            '64B' and
16864            ('BASE' or 'SCALE') and
16865            'NDRPDR' and
16866            '2T2C' and
16867            'L2XCFWD' and
16868            not 'VHOST' and
16869            'MEMIF'"
16870   parameters:
16871   - "latency"
16872   - "parent"
16873   - "tags"
16874   sort:
16875   - "1VNF"
16876   - "2VNF"
16877   - "4VNF"
16878   - "2VNF"
16879   - "4VNF"
16880   layout:
16881     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
16882     layout: "plot-latency"
16883
16884 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
16885 -
16886   type: "plot"
16887   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16888   algorithm: "plot_latency_error_bars"
16889   output-file-type: ".html"
16890   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16891   data: "plot-ligato-throughput-latency-3n-hsw"
16892   filter: "'NIC_Intel-X710' and
16893            '64B' and
16894            ('BASE' or 'SCALE') and
16895            'NDRPDR' and
16896            '1T1C' and
16897            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16898            not 'VHOST' and
16899            'MEMIF'"
16900   parameters:
16901   - "latency"
16902   - "parent"
16903   - "tags"
16904   sort:
16905   - "1VNF"
16906   - "2VNF"
16907   - "4VNF"
16908   - "2VNF"
16909   - "4VNF"
16910   layout:
16911     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
16912     layout: "plot-latency"
16913
16914 -
16915   type: "plot"
16916   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16917   algorithm: "plot_latency_error_bars"
16918   output-file-type: ".html"
16919   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16920   data: "plot-ligato-throughput-latency-3n-hsw"
16921   filter: "'NIC_Intel-X710' and
16922            '64B' and
16923            ('BASE' or 'SCALE') and
16924            'NDRPDR' and
16925            '2T2C' and
16926            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16927            not 'VHOST' and
16928            'MEMIF'"
16929   parameters:
16930   - "latency"
16931   - "parent"
16932   - "tags"
16933   sort:
16934   - "1VNF"
16935   - "2VNF"
16936   - "4VNF"
16937   - "2VNF"
16938   - "4VNF"
16939   layout:
16940     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
16941     layout: "plot-latency"
16942
16943 ################################################################################
16944
16945 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
16946 -
16947   type: "plot"
16948   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16949   algorithm: "plot_latency_error_bars"
16950   output-file-type: ".html"
16951   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16952   data: "plot-vpp-throughput-latency-3n-hsw"
16953   filter: "'NIC_Intel-X520-DA2' and
16954            '64B' and
16955            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
16956            'NDRPDR' and
16957            '1T1C' and
16958            'IP4FWD' and
16959            not 'IPSEC' and
16960            not 'VHOST'"
16961   parameters:
16962   - "latency"
16963   - "parent"
16964   - "tags"
16965   sort:
16966   - "IP4BASE"
16967   - "FIB_20K"
16968   - "FIB_200K"
16969   - "FIB_2M"
16970   layout:
16971     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16972     layout: "plot-latency"
16973
16974 -
16975   type: "plot"
16976   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16977   algorithm: "plot_latency_error_bars"
16978   output-file-type: ".html"
16979   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16980   data: "plot-vpp-throughput-latency-3n-hsw"
16981   filter: "'NIC_Intel-X520-DA2' and
16982            '64B' and
16983            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
16984            'NDRPDR' and
16985            '2T2C' and
16986            'IP4FWD' and
16987            not 'IPSEC' and
16988            not 'VHOST'"
16989   parameters:
16990   - "latency"
16991   - "parent"
16992   - "tags"
16993   sort:
16994   - "IP4BASE"
16995   - "FIB_20K"
16996   - "FIB_200K"
16997   - "FIB_2M"
16998   layout:
16999     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17000     layout: "plot-latency"
17001
17002 # Packet Latency - VPP IPv4 3n-hsw-x520 features
17003 -
17004   type: "plot"
17005   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-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-features-ndr-lat"
17009   data: "plot-vpp-throughput-latency-3n-hsw"
17010   filter: "'NIC_Intel-X520-DA2' and
17011            '64B' and
17012            ('IP4BASE' or
17013             'POLICE_MARK' or
17014             'COPWHLIST' or
17015             ('NAT44' and 'BASE') or
17016             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17017            'NDRPDR' and
17018            '1T1C' and
17019            'IP4FWD' and
17020            not 'IPSEC' and
17021            not 'VHOST'"
17022   parameters:
17023   - "throughput"
17024   - "parent"
17025   - "tags"
17026   sort:
17027   - "IP4BASE"
17028   - "NAT44"
17029   - "POLICE_MARK"
17030   - "COPWHLIST"
17031   - "IACL"
17032   - "OACL"
17033   layout:
17034     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
17035     layout: "plot-latency"
17036
17037 -
17038   type: "plot"
17039   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17040   algorithm: "plot_latency_error_bars"
17041   output-file-type: ".html"
17042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17043   data: "plot-vpp-throughput-latency-3n-hsw"
17044   filter: "'NIC_Intel-X520-DA2' and
17045            '64B' and
17046            ('IP4BASE' or
17047             'POLICE_MARK' or
17048             'COPWHLIST' or
17049             ('NAT44' and 'BASE') or
17050             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17051            'NDRPDR' and
17052            '2T2C' and
17053            'IP4FWD' and
17054            not 'IPSEC' and
17055            not 'VHOST'"
17056   parameters:
17057   - "throughput"
17058   - "parent"
17059   - "tags"
17060   sort:
17061   - "IP4BASE"
17062   - "NAT44"
17063   - "POLICE_MARK"
17064   - "COPWHLIST"
17065   - "IACL"
17066   - "OACL"
17067   layout:
17068     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
17069     layout: "plot-latency"
17070
17071 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
17072 -
17073   type: "plot"
17074   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17075   algorithm: "plot_latency_error_bars"
17076   output-file-type: ".html"
17077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17078   data: "plot-vpp-throughput-latency-3n-hsw"
17079   filter: "'NIC_Intel-X520-DA2' and
17080            '64B' and
17081            'NDRPDR' and
17082            '1T1C' and
17083            'IP4FWD' and
17084            'NAT44' and
17085            not 'IPSEC' and
17086            not 'VHOST'"
17087   parameters:
17088   - "throughput"
17089   - "parent"
17090   - "tags"
17091   sort:
17092   - "BASE"
17093   - "BASE"
17094   - "SRC_USER_10"
17095   - "SRC_USER_100"
17096   - "SRC_USER_1000"
17097   - "SRC_USER_2000"
17098   layout:
17099     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
17100     layout: "plot-latency"
17101
17102 -
17103   type: "plot"
17104   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17105   algorithm: "plot_latency_error_bars"
17106   output-file-type: ".html"
17107   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17108   data: "plot-vpp-throughput-latency-3n-hsw"
17109   filter: "'NIC_Intel-X520-DA2' and
17110            '64B' and
17111            'NDRPDR' and
17112            '2T2C' and
17113            'IP4FWD' and
17114            'NAT44' and
17115            not 'IPSEC' and
17116            not 'VHOST'"
17117   parameters:
17118   - "throughput"
17119   - "parent"
17120   - "tags"
17121   sort:
17122   - "BASE"
17123   - "BASE"
17124   - "SRC_USER_10"
17125   - "SRC_USER_100"
17126   - "SRC_USER_1000"
17127   - "SRC_USER_2000"
17128   layout:
17129     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
17130     layout: "plot-latency"
17131
17132 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
17133 -
17134   type: "plot"
17135   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17136   algorithm: "plot_latency_error_bars"
17137   output-file-type: ".html"
17138   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17139   data: "plot-vpp-throughput-latency-3n-hsw"
17140   filter: "'NIC_Intel-X520-DA2' and
17141            '64B' and
17142            'NDRPDR' and
17143            '1T1C' and
17144            'IP4FWD' and
17145            'IACL' and
17146            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17147            not 'IPSEC' and
17148            not 'VHOST'"
17149   parameters:
17150   - "throughput"
17151   - "parent"
17152   - "tags"
17153   sort:
17154   - "ACL_STATELESS"
17155   - "ACL_STATEFUL"
17156   - "ACL_STATELESS"
17157   - "ACL_STATEFUL"
17158   layout:
17159     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17160     layout: "plot-latency"
17161
17162 -
17163   type: "plot"
17164   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17165   algorithm: "plot_latency_error_bars"
17166   output-file-type: ".html"
17167   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17168   data: "plot-vpp-throughput-latency-3n-hsw"
17169   filter: "'NIC_Intel-X520-DA2' and
17170            '64B' and
17171            'NDRPDR' and
17172            '2T2C' and
17173            'IP4FWD' and
17174            'IACL' and
17175            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17176            not 'IPSEC' and
17177            not 'VHOST'"
17178   parameters:
17179   - "throughput"
17180   - "parent"
17181   - "tags"
17182   sort:
17183   - "ACL_STATELESS"
17184   - "ACL_STATEFUL"
17185   - "ACL_STATELESS"
17186   - "ACL_STATEFUL"
17187   layout:
17188     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17189     layout: "plot-latency"
17190
17191 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
17192 -
17193   type: "plot"
17194   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17195   algorithm: "plot_latency_error_bars"
17196   output-file-type: ".html"
17197   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17198   data: "plot-vpp-throughput-latency-3n-hsw"
17199   filter: "'NIC_Intel-X520-DA2' and
17200            '64B' and
17201            'NDRPDR' and
17202            '1T1C' and
17203            'IP4FWD' and
17204            'OACL' and
17205            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17206            not 'IPSEC' and
17207            not 'VHOST'"
17208   parameters:
17209   - "throughput"
17210   - "parent"
17211   - "tags"
17212   sort:
17213   - "ACL_STATELESS"
17214   - "ACL_STATEFUL"
17215   - "ACL_STATELESS"
17216   - "ACL_STATEFUL"
17217   layout:
17218     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17219     layout: "plot-latency"
17220
17221 -
17222   type: "plot"
17223   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17224   algorithm: "plot_latency_error_bars"
17225   output-file-type: ".html"
17226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17227   data: "plot-vpp-throughput-latency-3n-hsw"
17228   filter: "'NIC_Intel-X520-DA2' and
17229            '64B' and
17230            'NDRPDR' and
17231            '2T2C' and
17232            'IP4FWD' and
17233            'OACL' and
17234            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17235            not 'IPSEC' and
17236            not 'VHOST'"
17237   parameters:
17238   - "throughput"
17239   - "parent"
17240   - "tags"
17241   sort:
17242   - "ACL_STATELESS"
17243   - "ACL_STATEFUL"
17244   - "ACL_STATELESS"
17245   - "ACL_STATEFUL"
17246   layout:
17247     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17248     layout: "plot-latency"
17249
17250 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
17251 -
17252   type: "plot"
17253   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17254   algorithm: "plot_latency_error_bars"
17255   output-file-type: ".html"
17256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17257   data: "plot-vpp-throughput-latency-3n-hsw"
17258   filter: "'NIC_Intel-X710' and
17259            '64B' and
17260            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17261            'NDRPDR' and
17262            '1T1C' and
17263            'IP4FWD' and
17264            not 'IPSEC' and
17265            not 'VHOST'"
17266   parameters:
17267   - "latency"
17268   - "parent"
17269   - "tags"
17270   sort:
17271   - "IP4BASE"
17272   - "FIB_20K"
17273   - "FIB_200K"
17274   - "FIB_2M"
17275   layout:
17276     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17277     layout: "plot-latency"
17278
17279 -
17280   type: "plot"
17281   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17282   algorithm: "plot_latency_error_bars"
17283   output-file-type: ".html"
17284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17285   data: "plot-vpp-throughput-latency-3n-hsw"
17286   filter: "'NIC_Intel-X710' and
17287            '64B' and
17288            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17289            'NDRPDR' and
17290            '2T2C' and
17291            'IP4FWD' and
17292            not 'IPSEC' and
17293            not 'VHOST'"
17294   parameters:
17295   - "latency"
17296   - "parent"
17297   - "tags"
17298   sort:
17299   - "IP4BASE"
17300   - "FIB_20K"
17301   - "FIB_200K"
17302   - "FIB_2M"
17303   layout:
17304     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17305     layout: "plot-latency"
17306
17307 # Packet Latency - VPP IPv4 3n-hsw-x710 features
17308 -
17309   type: "plot"
17310   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-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-features-ndr-lat"
17314   data: "plot-vpp-throughput-latency-3n-hsw"
17315   filter: "'NIC_Intel-X710' and
17316            '64B' and
17317            ('IP4BASE' or
17318             'POLICE_MARK' or
17319             'COPWHLIST' or
17320             ('NAT44' and 'BASE') or
17321             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17322            'NDRPDR' and
17323            '1T1C' and
17324            'IP4FWD' and
17325            not 'IPSEC' and
17326            not 'VHOST'"
17327   parameters:
17328   - "throughput"
17329   - "parent"
17330   - "tags"
17331   sort:
17332   - "IP4BASE"
17333   - "NAT44"
17334   - "POLICE_MARK"
17335   - "COPWHLIST"
17336   - "IACL"
17337   - "OACL"
17338   layout:
17339     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
17340     layout: "plot-latency"
17341
17342 -
17343   type: "plot"
17344   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17345   algorithm: "plot_latency_error_bars"
17346   output-file-type: ".html"
17347   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17348   data: "plot-vpp-throughput-latency-3n-hsw"
17349   filter: "'NIC_Intel-X710' and
17350            '64B' and
17351            ('IP4BASE' or
17352             'POLICE_MARK' or
17353             'COPWHLIST' or
17354             ('NAT44' and 'BASE') or
17355             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17356            'NDRPDR' and
17357            '2T2C' and
17358            'IP4FWD' and
17359            not 'IPSEC' and
17360            not 'VHOST'"
17361   parameters:
17362   - "throughput"
17363   - "parent"
17364   - "tags"
17365   sort:
17366   - "IP4BASE"
17367   - "NAT44"
17368   - "POLICE_MARK"
17369   - "COPWHLIST"
17370   - "IACL"
17371   - "OACL"
17372   layout:
17373     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
17374     layout: "plot-latency"
17375
17376 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
17377 -
17378   type: "plot"
17379   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17380   algorithm: "plot_latency_error_bars"
17381   output-file-type: ".html"
17382   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17383   data: "plot-vpp-throughput-latency-3n-hsw"
17384   filter: "'NIC_Intel-X710' and
17385            '64B' and
17386            'NDRPDR' and
17387            '1T1C' and
17388            'IP4FWD' and
17389            'NAT44' and
17390            not 'IPSEC' and
17391            not 'VHOST'"
17392   parameters:
17393   - "throughput"
17394   - "parent"
17395   - "tags"
17396   sort:
17397   - "BASE"
17398   - "BASE"
17399   - "SRC_USER_10"
17400   - "SRC_USER_100"
17401   - "SRC_USER_1000"
17402   - "SRC_USER_2000"
17403   layout:
17404     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
17405     layout: "plot-latency"
17406
17407 -
17408   type: "plot"
17409   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17410   algorithm: "plot_latency_error_bars"
17411   output-file-type: ".html"
17412   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17413   data: "plot-vpp-throughput-latency-3n-hsw"
17414   filter: "'NIC_Intel-X710' and
17415            '64B' and
17416            'NDRPDR' and
17417            '2T2C' and
17418            'IP4FWD' and
17419            'NAT44' and
17420            not 'IPSEC' and
17421            not 'VHOST'"
17422   parameters:
17423   - "throughput"
17424   - "parent"
17425   - "tags"
17426   sort:
17427   - "BASE"
17428   - "BASE"
17429   - "SRC_USER_10"
17430   - "SRC_USER_100"
17431   - "SRC_USER_1000"
17432   - "SRC_USER_2000"
17433   layout:
17434     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
17435     layout: "plot-latency"
17436
17437 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
17438 -
17439   type: "plot"
17440   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17441   algorithm: "plot_latency_error_bars"
17442   output-file-type: ".html"
17443   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17444   data: "plot-vpp-throughput-latency-3n-hsw"
17445   filter: "'NIC_Intel-X710' and
17446            '64B' and
17447            'NDRPDR' and
17448            '1T1C' and
17449            'IP4FWD' and
17450            'IACL' and
17451            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17452            not 'IPSEC' and
17453            not 'VHOST'"
17454   parameters:
17455   - "throughput"
17456   - "parent"
17457   - "tags"
17458   sort:
17459   - "ACL_STATELESS"
17460   - "ACL_STATEFUL"
17461   - "ACL_STATELESS"
17462   - "ACL_STATEFUL"
17463   layout:
17464     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17465     layout: "plot-latency"
17466
17467 -
17468   type: "plot"
17469   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17470   algorithm: "plot_latency_error_bars"
17471   output-file-type: ".html"
17472   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17473   data: "plot-vpp-throughput-latency-3n-hsw"
17474   filter: "'NIC_Intel-X710' and
17475            '64B' and
17476            'NDRPDR' and
17477            '2T2C' and
17478            'IP4FWD' and
17479            'IACL' and
17480            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17481            not 'IPSEC' and
17482            not 'VHOST'"
17483   parameters:
17484   - "throughput"
17485   - "parent"
17486   - "tags"
17487   sort:
17488   - "ACL_STATELESS"
17489   - "ACL_STATEFUL"
17490   - "ACL_STATELESS"
17491   - "ACL_STATEFUL"
17492   layout:
17493     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17494     layout: "plot-latency"
17495
17496 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
17497 -
17498   type: "plot"
17499   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17500   algorithm: "plot_latency_error_bars"
17501   output-file-type: ".html"
17502   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17503   data: "plot-vpp-throughput-latency-3n-hsw"
17504   filter: "'NIC_Intel-X710' and
17505            '64B' and
17506            'NDRPDR' and
17507            '1T1C' and
17508            'IP4FWD' and
17509            'OACL' and
17510            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17511            not 'IPSEC' and
17512            not 'VHOST'"
17513   parameters:
17514   - "throughput"
17515   - "parent"
17516   - "tags"
17517   sort:
17518   - "ACL_STATELESS"
17519   - "ACL_STATEFUL"
17520   - "ACL_STATELESS"
17521   - "ACL_STATEFUL"
17522   layout:
17523     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
17524     layout: "plot-latency"
17525
17526 -
17527   type: "plot"
17528   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17529   algorithm: "plot_latency_error_bars"
17530   output-file-type: ".html"
17531   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17532   data: "plot-vpp-throughput-latency-3n-hsw"
17533   filter: "'NIC_Intel-X710' and
17534            '64B' and
17535            'NDRPDR' and
17536            '2T2C' and
17537            'IP4FWD' and
17538            'OACL' and
17539            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17540            not 'IPSEC' and
17541            not 'VHOST'"
17542   parameters:
17543   - "throughput"
17544   - "parent"
17545   - "tags"
17546   sort:
17547   - "ACL_STATELESS"
17548   - "ACL_STATEFUL"
17549   - "ACL_STATELESS"
17550   - "ACL_STATEFUL"
17551   layout:
17552     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
17553     layout: "plot-latency"
17554
17555 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
17556 -
17557   type: "plot"
17558   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17559   algorithm: "plot_latency_error_bars"
17560   output-file-type: ".html"
17561   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17562   data: "plot-vpp-throughput-latency-3n-hsw"
17563   filter: "'NIC_Intel-XL710' and
17564            '64B' and
17565            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17566            'NDRPDR' and
17567            '1T1C' and
17568            'IP4FWD' and
17569            not 'IPSEC' and
17570            not 'VHOST'"
17571   parameters:
17572   - "latency"
17573   - "parent"
17574   - "tags"
17575   sort:
17576   - "IP4BASE"
17577   - "FIB_20K"
17578   - "FIB_200K"
17579   - "FIB_2M"
17580   layout:
17581     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17582     layout: "plot-latency"
17583
17584 -
17585   type: "plot"
17586   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17587   algorithm: "plot_latency_error_bars"
17588   output-file-type: ".html"
17589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17590   data: "plot-vpp-throughput-latency-3n-hsw"
17591   filter: "'NIC_Intel-XL710' and
17592            '64B' and
17593            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17594            'NDRPDR' and
17595            '2T2C' and
17596            'IP4FWD' and
17597            not 'IPSEC' and
17598            not 'VHOST'"
17599   parameters:
17600   - "latency"
17601   - "parent"
17602   - "tags"
17603   sort:
17604   - "IP4BASE"
17605   - "FIB_20K"
17606   - "FIB_200K"
17607   - "FIB_2M"
17608   layout:
17609     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17610     layout: "plot-latency"
17611
17612 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
17613 -
17614   type: "plot"
17615   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17616   algorithm: "plot_latency_error_bars"
17617   output-file-type: ".html"
17618   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17619   data: "plot-vpp-throughput-latency-3n-skx"
17620   filter: "'NIC_Intel-X710' and
17621            '64B' and
17622            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17623            'NDRPDR' and
17624            '2T1C' 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-skx-x710-64b-2t1c-base_and_scale-ndr"
17639     layout: "plot-latency"
17640
17641 -
17642   type: "plot"
17643   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17644   algorithm: "plot_latency_error_bars"
17645   output-file-type: ".html"
17646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17647   data: "plot-vpp-throughput-latency-3n-skx"
17648   filter: "'NIC_Intel-X710' and
17649            '64B' and
17650            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17651            'NDRPDR' and
17652            '4T2C' 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-skx-x710-64b-4t2c-base_and_scale-ndr"
17667     layout: "plot-latency"
17668
17669 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17670 -
17671   type: "plot"
17672   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-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-features-ndr-lat"
17676   data: "plot-vpp-throughput-latency-3n-skx"
17677   filter: "'NIC_Intel-X710' and
17678            '64B' and
17679            ('IP4BASE' or
17680             'POLICE_MARK' or
17681             'COPWHLIST' or
17682             ('NAT44' and 'BASE') or
17683             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17684            'NDRPDR' and
17685            '2T1C' and
17686            'IP4FWD' and
17687            not 'IPSEC' and
17688            not 'VHOST'"
17689   parameters:
17690   - "throughput"
17691   - "parent"
17692   - "tags"
17693   sort:
17694   - "IP4BASE"
17695   - "NAT44"
17696   - "POLICE_MARK"
17697   - "COPWHLIST"
17698   - "IACL"
17699   - "OACL"
17700   layout:
17701     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
17702     layout: "plot-latency"
17703
17704 -
17705   type: "plot"
17706   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17707   algorithm: "plot_latency_error_bars"
17708   output-file-type: ".html"
17709   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17710   data: "plot-vpp-throughput-latency-3n-skx"
17711   filter: "'NIC_Intel-X710' and
17712            '64B' and
17713            ('IP4BASE' or
17714             'POLICE_MARK' or
17715             'COPWHLIST' or
17716             ('NAT44' and 'BASE') or
17717             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17718            'NDRPDR' and
17719            '4T2C' and
17720            'IP4FWD' and
17721            not 'IPSEC' and
17722            not 'VHOST'"
17723   parameters:
17724   - "throughput"
17725   - "parent"
17726   - "tags"
17727   sort:
17728   - "IP4BASE"
17729   - "NAT44"
17730   - "POLICE_MARK"
17731   - "COPWHLIST"
17732   - "IACL"
17733   - "OACL"
17734   layout:
17735     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
17736     layout: "plot-latency"
17737
17738 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
17739 -
17740   type: "plot"
17741   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17742   algorithm: "plot_latency_error_bars"
17743   output-file-type: ".html"
17744   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17745   data: "plot-vpp-throughput-latency-3n-skx"
17746   filter: "'NIC_Intel-X710' and
17747            '64B' and
17748            'NDRPDR' and
17749            '2T1C' and
17750            'IP4FWD' and
17751            'NAT44' and
17752            not 'IPSEC' and
17753            not 'VHOST'"
17754   parameters:
17755   - "throughput"
17756   - "parent"
17757   - "tags"
17758   sort:
17759   - "BASE"
17760   - "BASE"
17761   - "SRC_USER_10"
17762   - "SRC_USER_100"
17763   - "SRC_USER_1000"
17764   - "SRC_USER_2000"
17765   layout:
17766     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
17767     layout: "plot-latency"
17768
17769 -
17770   type: "plot"
17771   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17772   algorithm: "plot_latency_error_bars"
17773   output-file-type: ".html"
17774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17775   data: "plot-vpp-throughput-latency-3n-skx"
17776   filter: "'NIC_Intel-X710' and
17777            '64B' and
17778            'NDRPDR' and
17779            '4T2C' and
17780            'IP4FWD' and
17781            'NAT44' and
17782            not 'IPSEC' and
17783            not 'VHOST'"
17784   parameters:
17785   - "throughput"
17786   - "parent"
17787   - "tags"
17788   sort:
17789   - "BASE"
17790   - "BASE"
17791   - "SRC_USER_10"
17792   - "SRC_USER_100"
17793   - "SRC_USER_1000"
17794   - "SRC_USER_2000"
17795   layout:
17796     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
17797     layout: "plot-latency"
17798
17799 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
17800 -
17801   type: "plot"
17802   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17803   algorithm: "plot_latency_error_bars"
17804   output-file-type: ".html"
17805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17806   data: "plot-vpp-throughput-latency-3n-skx"
17807   filter: "'NIC_Intel-X710' and
17808            '64B' and
17809            'NDRPDR' and
17810            '2T1C' and
17811            'IP4FWD' and
17812            'IACL' and
17813            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17814            not 'IPSEC' and
17815            not 'VHOST'"
17816   parameters:
17817   - "throughput"
17818   - "parent"
17819   - "tags"
17820   sort:
17821   - "ACL_STATELESS"
17822   - "ACL_STATEFUL"
17823   - "ACL_STATELESS"
17824   - "ACL_STATEFUL"
17825   layout:
17826     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17827     layout: "plot-latency"
17828
17829 -
17830   type: "plot"
17831   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17832   algorithm: "plot_latency_error_bars"
17833   output-file-type: ".html"
17834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17835   data: "plot-vpp-throughput-latency-3n-skx"
17836   filter: "'NIC_Intel-X710' and
17837            '64B' and
17838            'NDRPDR' and
17839            '4T2C' and
17840            'IP4FWD' and
17841            'IACL' and
17842            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17843            not 'IPSEC' and
17844            not 'VHOST'"
17845   parameters:
17846   - "throughput"
17847   - "parent"
17848   - "tags"
17849   sort:
17850   - "ACL_STATELESS"
17851   - "ACL_STATEFUL"
17852   - "ACL_STATELESS"
17853   - "ACL_STATEFUL"
17854   layout:
17855     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17856     layout: "plot-latency"
17857
17858 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17859 -
17860   type: "plot"
17861   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17862   algorithm: "plot_latency_error_bars"
17863   output-file-type: ".html"
17864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17865   data: "plot-vpp-throughput-latency-3n-skx"
17866   filter: "'NIC_Intel-X710' and
17867            '64B' and
17868            'NDRPDR' and
17869            '2T1C' and
17870            'IP4FWD' and
17871            'OACL' and
17872            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17873            not 'IPSEC' and
17874            not 'VHOST'"
17875   parameters:
17876   - "throughput"
17877   - "parent"
17878   - "tags"
17879   sort:
17880   - "ACL_STATELESS"
17881   - "ACL_STATEFUL"
17882   - "ACL_STATELESS"
17883   - "ACL_STATEFUL"
17884   layout:
17885     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
17886     layout: "plot-latency"
17887
17888 -
17889   type: "plot"
17890   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
17891   algorithm: "plot_latency_error_bars"
17892   output-file-type: ".html"
17893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
17894   data: "plot-vpp-throughput-latency-3n-skx"
17895   filter: "'NIC_Intel-X710' and
17896            '64B' and
17897            'NDRPDR' and
17898            '4T2C' and
17899            'IP4FWD' and
17900            'OACL' and
17901            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17902            not 'IPSEC' and
17903            not 'VHOST'"
17904   parameters:
17905   - "throughput"
17906   - "parent"
17907   - "tags"
17908   sort:
17909   - "ACL_STATELESS"
17910   - "ACL_STATEFUL"
17911   - "ACL_STATELESS"
17912   - "ACL_STATEFUL"
17913   layout:
17914     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
17915     layout: "plot-latency"
17916
17917 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
17918 -
17919   type: "plot"
17920   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17921   algorithm: "plot_latency_error_bars"
17922   output-file-type: ".html"
17923   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17924   data: "plot-vpp-throughput-latency-2n-skx"
17925   filter: "'NIC_Intel-X710' and
17926            '64B' and
17927            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17928            'NDRPDR' and
17929            '2T1C' and
17930            'IP4FWD' and
17931            not 'IPSEC' and
17932            not 'VHOST'"
17933   parameters:
17934   - "latency"
17935   - "parent"
17936   - "tags"
17937   sort:
17938   - "IP4BASE"
17939   - "FIB_20K"
17940   - "FIB_200K"
17941   - "FIB_2M"
17942   layout:
17943     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17944     layout: "plot-latency"
17945
17946 -
17947   type: "plot"
17948   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17949   algorithm: "plot_latency_error_bars"
17950   output-file-type: ".html"
17951   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17952   data: "plot-vpp-throughput-latency-2n-skx"
17953   filter: "'NIC_Intel-X710' and
17954            '64B' and
17955            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17956            'NDRPDR' and
17957            '4T2C' and
17958            'IP4FWD' and
17959            not 'IPSEC' and
17960            not 'VHOST'"
17961   parameters:
17962   - "latency"
17963   - "parent"
17964   - "tags"
17965   sort:
17966   - "IP4BASE"
17967   - "FIB_20K"
17968   - "FIB_200K"
17969   - "FIB_2M"
17970   layout:
17971     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17972     layout: "plot-latency"
17973
17974 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
17975 -
17976   type: "plot"
17977   title: "VPP Latency: ip4-2n-skx-xxv710-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-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17981   data: "plot-vpp-throughput-latency-2n-skx"
17982   filter: "'NIC_Intel-XXV710' 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-xxv710-64b-2t1c-base_and_scale-ndr"
18001     layout: "plot-latency"
18002
18003 -
18004   type: "plot"
18005   title: "VPP Latency: ip4-2n-skx-xxv710-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-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18009   data: "plot-vpp-throughput-latency-2n-skx"
18010   filter: "'NIC_Intel-XXV710' 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-xxv710-64b-4t2c-base_and_scale-ndr"
18029     layout: "plot-latency"
18030
18031 ################################################################################
18032
18033 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
18034 -
18035   type: "plot"
18036   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18037   algorithm: "plot_latency_error_bars"
18038   output-file-type: ".html"
18039   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18040   data: "plot-vpp-throughput-latency-3n-hsw"
18041   filter: "'NIC_Intel-X520-DA2' and
18042            '64B' and
18043            'ENCAP' and
18044            'NDRPDR' and
18045            '1T1C' and
18046            'VXLAN' and
18047            'L2BDMACLRN' and
18048            not 'VHOST' and
18049            not 'IPSECHW'"
18050   parameters:
18051   - "latency"
18052   - "parent"
18053   - "tags"
18054   sort:
18055   - "not DOT1Q"
18056   - "VXLAN_1"
18057   - "VXLAN_10"
18058   - "VXLAN_100"
18059   - "VXLAN_1000"
18060   layout:
18061     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18062     layout: "plot-latency"
18063
18064 -
18065   type: "plot"
18066   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18067   algorithm: "plot_latency_error_bars"
18068   output-file-type: ".html"
18069   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18070   data: "plot-vpp-throughput-latency-3n-hsw"
18071   filter: "'NIC_Intel-X520-DA2' and
18072            '64B' and
18073            'ENCAP' and
18074            'NDRPDR' and
18075            '2T2C' and
18076            'VXLAN' and
18077            'L2BDMACLRN' and
18078            not 'VHOST' and
18079            not 'IPSECHW'"
18080   parameters:
18081   - "latency"
18082   - "parent"
18083   - "tags"
18084   sort:
18085   - "not DOT1Q"
18086   - "VXLAN_1"
18087   - "VXLAN_10"
18088   - "VXLAN_100"
18089   - "VXLAN_1000"
18090   layout:
18091     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18092     layout: "plot-latency"
18093
18094 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
18095 -
18096   type: "plot"
18097   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18098   algorithm: "plot_latency_error_bars"
18099   output-file-type: ".html"
18100   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18101   data: "plot-vpp-throughput-latency-3n-hsw"
18102   filter: "'NIC_Intel-X520-DA2' and
18103            '64B' and
18104            'ENCAP' and
18105            'NDRPDR' and
18106            '1T1C' and
18107            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18108            not 'DOT1Q' and
18109            not 'VHOST' and
18110            not 'IPSECHW'"
18111   parameters:
18112   - "throughput"
18113   - "parent"
18114   - "tags"
18115   sort:
18116   - "L2BDMACLRN"
18117   - "L2XCFWD"
18118   - "LISP"
18119   layout:
18120     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18121     layout: "plot-latency"
18122
18123 -
18124   type: "plot"
18125   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18126   algorithm: "plot_latency_error_bars"
18127   output-file-type: ".html"
18128   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18129   data: "plot-vpp-throughput-latency-3n-hsw"
18130   filter: "'NIC_Intel-X520-DA2' and
18131            '64B' and
18132            'ENCAP' and
18133            'NDRPDR' and
18134            '2T2C' and
18135            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18136            not 'DOT1Q' and
18137            not 'VHOST' and
18138            not 'IPSECHW'"
18139   parameters:
18140   - "throughput"
18141   - "parent"
18142   - "tags"
18143   sort:
18144   - "L2BDMACLRN"
18145   - "L2XCFWD"
18146   - "LISP"
18147   layout:
18148     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18149     layout: "plot-latency"
18150
18151 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
18152 -
18153   type: "plot"
18154   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18155   algorithm: "plot_latency_error_bars"
18156   output-file-type: ".html"
18157   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18158   data: "plot-vpp-throughput-latency-3n-hsw"
18159   filter: "'NIC_Intel-X710' and
18160            '64B' and
18161            'ENCAP' and
18162            'NDRPDR' and
18163            '1T1C' and
18164            'VXLAN' and
18165            'L2BDMACLRN' and
18166            not 'VHOST' and
18167            not 'IPSECHW'"
18168   parameters:
18169   - "latency"
18170   - "parent"
18171   - "tags"
18172   sort:
18173   - "not DOT1Q"
18174   - "VXLAN_1"
18175   - "VXLAN_10"
18176   - "VXLAN_100"
18177   - "VXLAN_1000"
18178   layout:
18179     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18180     layout: "plot-latency"
18181
18182 -
18183   type: "plot"
18184   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18185   algorithm: "plot_latency_error_bars"
18186   output-file-type: ".html"
18187   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18188   data: "plot-vpp-throughput-latency-3n-hsw"
18189   filter: "'NIC_Intel-X710' and
18190            '64B' and
18191            'ENCAP' and
18192            'NDRPDR' and
18193            '2T2C' and
18194            'VXLAN' and
18195            'L2BDMACLRN' and
18196            not 'VHOST' and
18197            not 'IPSECHW'"
18198   parameters:
18199   - "latency"
18200   - "parent"
18201   - "tags"
18202   sort:
18203   - "not DOT1Q"
18204   - "VXLAN_1"
18205   - "VXLAN_10"
18206   - "VXLAN_100"
18207   - "VXLAN_1000"
18208   layout:
18209     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18210     layout: "plot-latency"
18211
18212 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
18213 -
18214   type: "plot"
18215   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18216   algorithm: "plot_latency_error_bars"
18217   output-file-type: ".html"
18218   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18219   data: "plot-vpp-throughput-latency-3n-hsw"
18220   filter: "'NIC_Intel-X710' and
18221            '64B' and
18222            'ENCAP' and
18223            'NDRPDR' and
18224            '1T1C' and
18225            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18226            not 'DOT1Q' and
18227            not 'VHOST' and
18228            not 'IPSECHW'"
18229   parameters:
18230   - "throughput"
18231   - "parent"
18232   - "tags"
18233   sort:
18234   - "L2BDMACLRN"
18235   - "L2XCFWD"
18236   - "LISP"
18237   layout:
18238     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18239     layout: "plot-latency"
18240
18241 -
18242   type: "plot"
18243   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18244   algorithm: "plot_latency_error_bars"
18245   output-file-type: ".html"
18246   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18247   data: "plot-vpp-throughput-latency-3n-hsw"
18248   filter: "'NIC_Intel-X710' and
18249            '64B' and
18250            'ENCAP' and
18251            'NDRPDR' and
18252            '2T2C' and
18253            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18254            not 'DOT1Q' and
18255            not 'VHOST' and
18256            not 'IPSECHW'"
18257   parameters:
18258   - "throughput"
18259   - "parent"
18260   - "tags"
18261   sort:
18262   - "L2BDMACLRN"
18263   - "L2XCFWD"
18264   - "LISP"
18265   layout:
18266     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18267     layout: "plot-latency"
18268
18269 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
18270 -
18271   type: "plot"
18272   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18273   algorithm: "plot_latency_error_bars"
18274   output-file-type: ".html"
18275   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18276   data: "plot-vpp-throughput-latency-3n-skx"
18277   filter: "'NIC_Intel-X710' and
18278            '64B' and
18279            'ENCAP' and
18280            'NDRPDR' and
18281            '2T1C' and
18282            'VXLAN' and
18283            'L2BDMACLRN' and
18284            not 'VHOST' and
18285            not 'IPSECHW'"
18286   parameters:
18287   - "latency"
18288   - "parent"
18289   - "tags"
18290   sort:
18291   - "not DOT1Q"
18292   - "VXLAN_1"
18293   - "VXLAN_10"
18294   - "VXLAN_100"
18295   - "VXLAN_1000"
18296   layout:
18297     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18298     layout: "plot-latency"
18299
18300 -
18301   type: "plot"
18302   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18303   algorithm: "plot_latency_error_bars"
18304   output-file-type: ".html"
18305   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18306   data: "plot-vpp-throughput-latency-3n-skx"
18307   filter: "'NIC_Intel-X710' and
18308            '64B' and
18309            'ENCAP' and
18310            'NDRPDR' and
18311            '4T2C' and
18312            'VXLAN' and
18313            'L2BDMACLRN' and
18314            not 'VHOST' and
18315            not 'IPSECHW'"
18316   parameters:
18317   - "latency"
18318   - "parent"
18319   - "tags"
18320   sort:
18321   - "not DOT1Q"
18322   - "VXLAN_1"
18323   - "VXLAN_10"
18324   - "VXLAN_100"
18325   - "VXLAN_1000"
18326   layout:
18327     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18328     layout: "plot-latency"
18329
18330 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
18331 -
18332   type: "plot"
18333   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18334   algorithm: "plot_latency_error_bars"
18335   output-file-type: ".html"
18336   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18337   data: "plot-vpp-throughput-latency-3n-skx"
18338   filter: "'NIC_Intel-X710' and
18339            '64B' and
18340            'ENCAP' and
18341            'NDRPDR' and
18342            '2T1C' and
18343            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18344            not 'DOT1Q' and
18345            not 'VHOST' and
18346            not 'IPSECHW'"
18347   parameters:
18348   - "throughput"
18349   - "parent"
18350   - "tags"
18351   sort:
18352   - "L2BDMACLRN"
18353   - "L2XCFWD"
18354   - "LISP"
18355   layout:
18356     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18357     layout: "plot-latency"
18358
18359 -
18360   type: "plot"
18361   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18362   algorithm: "plot_latency_error_bars"
18363   output-file-type: ".html"
18364   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18365   data: "plot-vpp-throughput-latency-3n-skx"
18366   filter: "'NIC_Intel-X710' and
18367            '64B' and
18368            'ENCAP' and
18369            'NDRPDR' and
18370            '4T2C' and
18371            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18372            not 'DOT1Q' and
18373            not 'VHOST' and
18374            not 'IPSECHW'"
18375   parameters:
18376   - "throughput"
18377   - "parent"
18378   - "tags"
18379   sort:
18380   - "L2BDMACLRN"
18381   - "L2XCFWD"
18382   - "LISP"
18383   layout:
18384     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18385     layout: "plot-latency"
18386
18387 ################################################################################
18388
18389 # Packet Latency - VPP IPv6 3n-hsw-x520
18390 -
18391   type: "plot"
18392   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18393   algorithm: "plot_latency_error_bars"
18394   output-file-type: ".html"
18395   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18396   data: "plot-vpp-throughput-latency-3n-hsw"
18397   filter: "'NIC_Intel-X520-DA2' and
18398            '78B' and
18399            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18400            'NDRPDR' and
18401            '1T1C' and
18402            'IP6FWD' and
18403            not 'SRv6' and
18404            not 'IPSEC' and
18405            not 'VHOST'"
18406   parameters:
18407   - "latency"
18408   - "parent"
18409   - "tags"
18410   sort:
18411   - "IP6BASE"
18412   - "FIB_20K"
18413   - "FIB_200K"
18414   - "FIB_2M"
18415   layout:
18416     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18417     layout: "plot-latency"
18418
18419 -
18420   type: "plot"
18421   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18422   algorithm: "plot_latency_error_bars"
18423   output-file-type: ".html"
18424   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18425   data: "plot-vpp-throughput-latency-3n-hsw"
18426   filter: "'NIC_Intel-X520-DA2' and
18427            '78B' and
18428            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18429            'NDRPDR' and
18430            '2T2C' and
18431            'IP6FWD' and
18432            not 'SRv6' and
18433            not 'IPSEC' and
18434            not 'VHOST'"
18435   parameters:
18436   - "latency"
18437   - "parent"
18438   - "tags"
18439   sort:
18440   - "IP6BASE"
18441   - "FIB_20K"
18442   - "FIB_200K"
18443   - "FIB_2M"
18444   layout:
18445     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18446     layout: "plot-latency"
18447
18448 # Packet Latency - VPP IPv6 3n-hsw-x710
18449 -
18450   type: "plot"
18451   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18452   algorithm: "plot_latency_error_bars"
18453   output-file-type: ".html"
18454   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18455   data: "plot-vpp-throughput-latency-3n-hsw"
18456   filter: "'NIC_Intel-X710' and
18457            '78B' and
18458            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18459            'NDRPDR' and
18460            '1T1C' and
18461            'IP6FWD' and
18462            not 'SRv6' and
18463            not 'IPSEC' and
18464            not 'VHOST'"
18465   parameters:
18466   - "latency"
18467   - "parent"
18468   - "tags"
18469   sort:
18470   - "IP6BASE"
18471   - "FIB_20K"
18472   - "FIB_200K"
18473   - "FIB_2M"
18474   layout:
18475     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
18476     layout: "plot-latency"
18477
18478 -
18479   type: "plot"
18480   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18481   algorithm: "plot_latency_error_bars"
18482   output-file-type: ".html"
18483   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18484   data: "plot-vpp-throughput-latency-3n-hsw"
18485   filter: "'NIC_Intel-X710' and
18486            '78B' and
18487            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18488            'NDRPDR' and
18489            '2T2C' and
18490            'IP6FWD' and
18491            not 'SRv6' and
18492            not 'IPSEC' and
18493            not 'VHOST'"
18494   parameters:
18495   - "latency"
18496   - "parent"
18497   - "tags"
18498   sort:
18499   - "IP6BASE"
18500   - "FIB_20K"
18501   - "FIB_200K"
18502   - "FIB_2M"
18503   layout:
18504     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
18505     layout: "plot-latency"
18506
18507 # Packet Latency - VPP IPv6 3n-hsw-xl710
18508 -
18509   type: "plot"
18510   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18511   algorithm: "plot_latency_error_bars"
18512   output-file-type: ".html"
18513   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18514   data: "plot-vpp-throughput-latency-3n-hsw"
18515   filter: "'NIC_Intel-XL710' and
18516            '78B' and
18517            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18518            'NDRPDR' and
18519            '1T1C' and
18520            'IP6FWD' and
18521            not 'SRv6' and
18522            not 'IPSEC' and
18523            not 'VHOST'"
18524   parameters:
18525   - "latency"
18526   - "parent"
18527   - "tags"
18528   sort:
18529   - "IP6BASE"
18530   - "FIB_20K"
18531   - "FIB_200K"
18532   - "FIB_2M"
18533   layout:
18534     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
18535     layout: "plot-latency"
18536
18537 -
18538   type: "plot"
18539   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18540   algorithm: "plot_latency_error_bars"
18541   output-file-type: ".html"
18542   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18543   data: "plot-vpp-throughput-latency-3n-hsw"
18544   filter: "'NIC_Intel-XL710' and
18545            '78B' and
18546            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18547            'NDRPDR' and
18548            '2T2C' and
18549            'IP6FWD' and
18550            not 'SRv6' and
18551            not 'IPSEC' and
18552            not 'VHOST'"
18553   parameters:
18554   - "latency"
18555   - "parent"
18556   - "tags"
18557   sort:
18558   - "IP6BASE"
18559   - "FIB_20K"
18560   - "FIB_200K"
18561   - "FIB_2M"
18562   layout:
18563     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
18564     layout: "plot-latency"
18565
18566 # Packet Latency - VPP IPv6 3n-skx-x710
18567 -
18568   type: "plot"
18569   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18570   algorithm: "plot_latency_error_bars"
18571   output-file-type: ".html"
18572   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18573   data: "plot-vpp-throughput-latency-3n-skx"
18574   filter: "'NIC_Intel-X710' and
18575            '78B' and
18576            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18577            'NDRPDR' and
18578            '2T1C' and
18579            'IP6FWD' and
18580            not 'SRv6' and
18581            not 'IPSEC' and
18582            not 'VHOST'"
18583   parameters:
18584   - "latency"
18585   - "parent"
18586   - "tags"
18587   sort:
18588   - "IP6BASE"
18589   - "FIB_20K"
18590   - "FIB_200K"
18591   - "FIB_2M"
18592   layout:
18593     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
18594     layout: "plot-latency"
18595
18596 -
18597   type: "plot"
18598   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18599   algorithm: "plot_latency_error_bars"
18600   output-file-type: ".html"
18601   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18602   data: "plot-vpp-throughput-latency-3n-skx"
18603   filter: "'NIC_Intel-X710' and
18604            '78B' and
18605            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18606            'NDRPDR' and
18607            '4T2C' and
18608            'IP6FWD' and
18609            not 'SRv6' and
18610            not 'IPSEC' and
18611            not 'VHOST'"
18612   parameters:
18613   - "latency"
18614   - "parent"
18615   - "tags"
18616   sort:
18617   - "IP6BASE"
18618   - "FIB_20K"
18619   - "FIB_200K"
18620   - "FIB_2M"
18621   layout:
18622     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
18623     layout: "plot-latency"
18624
18625 # Packet Latency - VPP IPv6 2n-skx-x710
18626 -
18627   type: "plot"
18628   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18629   algorithm: "plot_latency_error_bars"
18630   output-file-type: ".html"
18631   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18632   data: "plot-vpp-throughput-latency-2n-skx"
18633   filter: "'NIC_Intel-X710' and
18634            '78B' and
18635            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18636            'NDRPDR' and
18637            '2T1C' and
18638            'IP6FWD' and
18639            not 'SRv6' and
18640            not 'IPSEC' and
18641            not 'VHOST'"
18642   parameters:
18643   - "latency"
18644   - "parent"
18645   - "tags"
18646   sort:
18647   - "IP6BASE"
18648   - "FIB_20K"
18649   - "FIB_200K"
18650   - "FIB_2M"
18651   layout:
18652     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
18653     layout: "plot-latency"
18654
18655 -
18656   type: "plot"
18657   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18658   algorithm: "plot_latency_error_bars"
18659   output-file-type: ".html"
18660   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18661   data: "plot-vpp-throughput-latency-2n-skx"
18662   filter: "'NIC_Intel-X710' and
18663            '78B' and
18664            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18665            'NDRPDR' and
18666            '4T2C' and
18667            'IP6FWD' and
18668            not 'SRv6' and
18669            not 'IPSEC' and
18670            not 'VHOST'"
18671   parameters:
18672   - "latency"
18673   - "parent"
18674   - "tags"
18675   sort:
18676   - "IP6BASE"
18677   - "FIB_20K"
18678   - "FIB_200K"
18679   - "FIB_2M"
18680   layout:
18681     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
18682     layout: "plot-latency"
18683
18684 # Packet Latency - VPP IPv6 2n-skx-xxv710
18685 -
18686   type: "plot"
18687   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18688   algorithm: "plot_latency_error_bars"
18689   output-file-type: ".html"
18690   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18691   data: "plot-vpp-throughput-latency-2n-skx"
18692   filter: "'NIC_Intel-XXV710' and
18693            '78B' and
18694            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18695            'NDRPDR' and
18696            '2T1C' and
18697            'IP6FWD' and
18698            not 'SRv6' and
18699            not 'IPSEC' and
18700            not 'VHOST'"
18701   parameters:
18702   - "latency"
18703   - "parent"
18704   - "tags"
18705   sort:
18706   - "IP6BASE"
18707   - "FIB_20K"
18708   - "FIB_200K"
18709   - "FIB_2M"
18710   layout:
18711     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
18712     layout: "plot-latency"
18713
18714 -
18715   type: "plot"
18716   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18717   algorithm: "plot_latency_error_bars"
18718   output-file-type: ".html"
18719   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18720   data: "plot-vpp-throughput-latency-2n-skx"
18721   filter: "'NIC_Intel-XXV710' and
18722            '78B' and
18723            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18724            'NDRPDR' and
18725            '4T2C' and
18726            'IP6FWD' and
18727            not 'SRv6' and
18728            not 'IPSEC' and
18729            not 'VHOST'"
18730   parameters:
18731   - "latency"
18732   - "parent"
18733   - "tags"
18734   sort:
18735   - "IP6BASE"
18736   - "FIB_20K"
18737   - "FIB_200K"
18738   - "FIB_2M"
18739   layout:
18740     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
18741     layout: "plot-latency"
18742
18743 ################################################################################
18744
18745 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
18746 -
18747   type: "plot"
18748   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18749   algorithm: "plot_latency_error_bars"
18750   output-file-type: ".html"
18751   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18752   data: "plot-vpp-throughput-latency-3n-hsw"
18753   filter: "'NIC_Intel-X520-DA2' and
18754            '78B' and
18755            'ENCAP' and
18756            'NDRPDR' and
18757            '1T1C' and
18758            'LISP' and
18759            not 'VHOST'"
18760   parameters:
18761   - "throughput"
18762   - "parent"
18763   - "tags"
18764   sort:
18765   - "IP4UNRLAY"
18766   - "IP6UNRLAY"
18767   layout:
18768     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18769     layout: "plot-latency"
18770
18771 -
18772   type: "plot"
18773   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18774   algorithm: "plot_latency_error_bars"
18775   output-file-type: ".html"
18776   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18777   data: "plot-vpp-throughput-latency-3n-hsw"
18778   filter: "'NIC_Intel-X520-DA2' and
18779            '78B' and
18780            'ENCAP' and
18781            'NDRPDR' and
18782            '2T2C' and
18783            'LISP' and
18784            not 'VHOST'"
18785   parameters:
18786   - "throughput"
18787   - "parent"
18788   - "tags"
18789   sort:
18790   - "IP4UNRLAY"
18791   - "IP6UNRLAY"
18792   layout:
18793     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18794     layout: "plot-latency"
18795
18796 ################################################################################
18797
18798 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
18799 -
18800   type: "plot"
18801   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18802   algorithm: "plot_latency_error_bars"
18803   output-file-type: ".html"
18804   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18805   data: "plot-vpp-throughput-latency-3n-hsw"
18806   filter: "'NIC_Intel-XL710' and
18807            '64B' and
18808            'IP4FWD' and
18809            'NDRPDR' and
18810            'BASE' and
18811            '1T1C' and
18812            'IPSECHW' and
18813            ('IPSECTRAN' or 'IPSECTUN') and
18814            not 'VHOST'"
18815   parameters:
18816   - "latency"
18817   - "parent"
18818   - "tags"
18819   layout:
18820     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
18821     layout: "plot-latency"
18822
18823 -
18824   type: "plot"
18825   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18826   algorithm: "plot_latency_error_bars"
18827   output-file-type: ".html"
18828   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18829   data: "plot-vpp-throughput-latency-3n-hsw"
18830   filter: "'NIC_Intel-XL710' and
18831            '64B' and
18832            'IP4FWD' and
18833            'NDRPDR' and
18834            'BASE' and
18835            '2T2C' and
18836            'IPSECHW' and
18837            ('IPSECTRAN' or 'IPSECTUN') and
18838            not 'VHOST'"
18839   parameters:
18840   - "latency"
18841   - "parent"
18842   - "tags"
18843   layout:
18844     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
18845     layout: "plot-latency"
18846
18847 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
18848 -
18849   type: "plot"
18850   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18851   algorithm: "plot_latency_error_bars"
18852   output-file-type: ".html"
18853   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18854   data: "plot-vpp-throughput-latency-3n-hsw"
18855   filter: "'NIC_Intel-XL710' and
18856            '64B' and
18857            'IP4FWD' and
18858            'NDRPDR' and
18859            'SCALE' and
18860            '1T1C' and
18861            'IPSECHW' and
18862            ('IPSECTRAN' or 'IPSECTUN') and
18863            not 'VHOST'"
18864   parameters:
18865   - "latency"
18866   - "parent"
18867   - "tags"
18868   layout:
18869     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
18870     layout: "plot-latency"
18871
18872 -
18873   type: "plot"
18874   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18875   algorithm: "plot_latency_error_bars"
18876   output-file-type: ".html"
18877   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18878   data: "plot-vpp-throughput-latency-3n-hsw"
18879   filter: "'NIC_Intel-XL710' and
18880            '64B' and
18881            'IP4FWD' and
18882            'NDRPDR' and
18883            'SCALE' and
18884            '2T2C' and
18885            'IPSECHW' and
18886            ('IPSECTRAN' or 'IPSECTUN') and
18887            not 'VHOST'"
18888   parameters:
18889   - "latency"
18890   - "parent"
18891   - "tags"
18892   layout:
18893     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
18894     layout: "plot-latency"
18895
18896 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
18897 -
18898   type: "plot"
18899   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18900   algorithm: "plot_latency_error_bars"
18901   output-file-type: ".html"
18902   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18903   data: "plot-vpp-throughput-latency-3n-hsw"
18904   filter: "'NIC_Intel-XL710' and
18905            '64B' and
18906            'IP4FWD' and
18907            'NDRPDR' and
18908            '1T1C' and
18909            'IPSECSW' and
18910            ('IPSECTRAN' or 'IPSECTUN') and
18911            not 'VHOST'"
18912   parameters:
18913   - "latency"
18914   - "parent"
18915   - "tags"
18916   layout:
18917     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
18918     layout: "plot-latency"
18919
18920 -
18921   type: "plot"
18922   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18923   algorithm: "plot_latency_error_bars"
18924   output-file-type: ".html"
18925   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18926   data: "plot-vpp-throughput-latency-3n-hsw"
18927   filter: "'NIC_Intel-XL710' and
18928            '64B' and
18929            'IP4FWD' and
18930            'NDRPDR' and
18931            '2T2C' and
18932            'IPSECSW' and
18933            ('IPSECTRAN' or 'IPSECTUN') and
18934            not 'VHOST'"
18935   parameters:
18936   - "latency"
18937   - "parent"
18938   - "tags"
18939   layout:
18940     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
18941     layout: "plot-latency"
18942
18943 ################################################################################
18944
18945 # Packet Latency - VPP SRv6 3n-hsw-x520
18946 -
18947   type: "plot"
18948   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18949   algorithm: "plot_latency_error_bars"
18950   output-file-type: ".html"
18951   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18952   data: "plot-vpp-throughput-latency-3n-hsw"
18953   filter: "'NIC_Intel-X520-DA2' and
18954            '78B' and
18955            'FEATURE' and
18956            'NDRPDR' and
18957            '1T1C' and
18958            'IP6FWD' and
18959            'SRv6'"
18960   parameters:
18961   - "latency"
18962   - "parent"
18963   - "tags"
18964   layout:
18965     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
18966     layout: "plot-latency"
18967
18968 -
18969   type: "plot"
18970   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
18971   algorithm: "plot_latency_error_bars"
18972   output-file-type: ".html"
18973   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
18974   data: "plot-vpp-throughput-latency-3n-hsw"
18975   filter: "'NIC_Intel-X520-DA2' and
18976            '78B' and
18977            'FEATURE' and
18978            'NDRPDR' and
18979            '2T2C' and
18980            'IP6FWD' and
18981            'SRv6'"
18982   parameters:
18983   - "latency"
18984   - "parent"
18985   - "tags"
18986   layout:
18987     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
18988     layout: "plot-latency"
18989
18990 ################################################################################
18991
18992 # Packet Latency - VPP vhost ip4 3n-hsw-x520
18993 -
18994   type: "plot"
18995   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18996   algorithm: "plot_latency_error_bars"
18997   output-file-type: ".html"
18998   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18999   data: "plot-vpp-throughput-latency-3n-hsw"
19000   filter: "'NIC_Intel-X520-DA2' and
19001            '64B' and
19002            'NDRPDR' and
19003            'ETH' and
19004            'IP4FWD' and
19005            '1T1C' and
19006            'VHOST_1024' and
19007            not 'VXLAN' and
19008            not 'DOT1Q'"
19009   parameters:
19010   - "latency"
19011   - "parent"
19012   - "tags"
19013   sort:
19014   - "not CFS_OPT"
19015   - "1VM"
19016   - "2VM"
19017   layout:
19018     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19019     layout: "plot-latency"
19020
19021 -
19022   type: "plot"
19023   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19024   algorithm: "plot_latency_error_bars"
19025   output-file-type: ".html"
19026   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19027   data: "plot-vpp-throughput-latency-3n-hsw"
19028   filter: "'NIC_Intel-X520-DA2' and
19029            '64B' and
19030            'NDRPDR' and
19031            'ETH' and
19032            'IP4FWD' and
19033            '2T2C' and
19034            'VHOST_1024' and
19035            not 'VXLAN' and
19036            not 'DOT1Q'"
19037   parameters:
19038   - "latency"
19039   - "parent"
19040   - "tags"
19041   sort:
19042   - "not CFS_OPT"
19043   - "1VM"
19044   - "2VM"
19045   layout:
19046     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19047     layout: "plot-latency"
19048
19049 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
19050 -
19051   type: "plot"
19052   title: "VPP Latency: vhost-l2sw-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-l2sw-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            '1T1C' and
19062            'L2BDMACLRN' and
19063            'VHOST_1024' and
19064            not 'VXLAN' and
19065            not 'IP4FWD' and
19066            not 'DOT1Q' and
19067            not '2VM'"
19068   parameters:
19069   - "latency"
19070   - "parent"
19071   - "tags"
19072   sort:
19073   - "VM"  # "not CFS_OPT"
19074   - "CFS_OPT"
19075   - "FIB_10K"
19076   - "FIB_100K"
19077   - "FIB_1M"
19078   layout:
19079     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19080     layout: "plot-latency"
19081
19082 -
19083   type: "plot"
19084   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19085   algorithm: "plot_latency_error_bars"
19086   output-file-type: ".html"
19087   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19088   data: "plot-vpp-throughput-latency-3n-hsw"
19089   filter: "'NIC_Intel-X520-DA2' and
19090            '64B' and
19091            'NDRPDR' and
19092            'ETH' and
19093            '2T2C' and
19094            'L2BDMACLRN' and
19095            'VHOST_1024' and
19096            not 'VXLAN' and
19097            not 'IP4FWD' and
19098            not 'DOT1Q' and
19099            not '2VM'"
19100   parameters:
19101   - "latency"
19102   - "parent"
19103   - "tags"
19104   sort:
19105   - "VM"  # "not CFS_OPT"
19106   - "CFS_OPT"
19107   - "FIB_10K"
19108   - "FIB_100K"
19109   - "FIB_1M"
19110   layout:
19111     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19112     layout: "plot-latency"
19113
19114 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
19115 -
19116   type: "plot"
19117   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19118   algorithm: "plot_latency_error_bars"
19119   output-file-type: ".html"
19120   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19121   data: "plot-vpp-throughput-latency-3n-hsw"
19122   filter: "'NIC_Intel-X520-DA2' and
19123            '64B' and
19124            'NDRPDR' and
19125            'ETH' and
19126            'BASE' and
19127            '1T1C' and
19128            ('L2BDMACLRN' or 'L2XCFWD') and
19129            'VHOST_1024' and
19130            not 'VXLAN' and
19131            not 'IP4FWD' and
19132            not 'DOT1Q' and
19133            not '2VM'"
19134   parameters:
19135   - "latency"
19136   - "parent"
19137   - "tags"
19138   sort:
19139   - "not CFS_OPT"
19140   - "L2XCFWD"
19141   - "not CFS_OPT"
19142   - "CFS_OPT"
19143   layout:
19144     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
19145     layout: "plot-latency"
19146
19147 -
19148   type: "plot"
19149   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19150   algorithm: "plot_latency_error_bars"
19151   output-file-type: ".html"
19152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19153   data: "plot-vpp-throughput-latency-3n-hsw"
19154   filter: "'NIC_Intel-X520-DA2' and
19155            '64B' and
19156            'NDRPDR' and
19157            'ETH' and
19158            'BASE' and
19159            '2T2C' and
19160            ('L2BDMACLRN' or 'L2XCFWD') and
19161            'VHOST_1024' and
19162            not 'VXLAN' and
19163            not 'IP4FWD' and
19164            not 'DOT1Q' and
19165            not '2VM'"
19166   parameters:
19167   - "latency"
19168   - "parent"
19169   - "tags"
19170   sort:
19171   - "not CFS_OPT"
19172   - "L2XCFWD"
19173   - "not CFS_OPT"
19174   - "CFS_OPT"
19175   layout:
19176     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
19177     layout: "plot-latency"
19178
19179 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
19180 -
19181   type: "plot"
19182   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19183   algorithm: "plot_latency_error_bars"
19184   output-file-type: ".html"
19185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19186   data: "plot-vpp-throughput-latency-3n-hsw"
19187   filter: "'NIC_Intel-X520-DA2' and
19188            '64B' and
19189            'NDRPDR' and
19190            'ETH' and
19191            '1T1C' and
19192            ('L2BDMACLRN' or 'L2XCFWD') and
19193            'VHOST_1024' and
19194            not 'CFS_OPT' and
19195            not 'VXLAN' and
19196            not 'IP4FWD' and
19197            not 'DOT1Q'"
19198   parameters:
19199   - "latency"
19200   - "parent"
19201   - "tags"
19202   sort:
19203   - "1VM"
19204   - "L2XCFWD"
19205   - "1VM"
19206   - "L2BDMACLRN"
19207   layout:
19208     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
19209     layout: "plot-latency"
19210
19211 -
19212   type: "plot"
19213   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19214   algorithm: "plot_latency_error_bars"
19215   output-file-type: ".html"
19216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19217   data: "plot-vpp-throughput-latency-3n-hsw"
19218   filter: "'NIC_Intel-X520-DA2' and
19219            '64B' and
19220            'NDRPDR' and
19221            'ETH' and
19222            '2T2C' and
19223            ('L2BDMACLRN' or 'L2XCFWD') and
19224            'VHOST_1024' and
19225            not 'CFS_OPT' and
19226            not 'VXLAN' and
19227            not 'IP4FWD' and
19228            not 'DOT1Q'"
19229   parameters:
19230   - "latency"
19231   - "parent"
19232   - "tags"
19233   sort:
19234   - "1VM"
19235   - "L2XCFWD"
19236   - "1VM"
19237   - "L2BDMACLRN"
19238   layout:
19239     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
19240     layout: "plot-latency"
19241
19242 # Packet Latency - VPP vhost ip4 3n-hsw-x710
19243 -
19244   type: "plot"
19245   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19246   algorithm: "plot_latency_error_bars"
19247   output-file-type: ".html"
19248   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19249   data: "plot-vpp-throughput-latency-3n-hsw"
19250   filter: "'NIC_Intel-X710' and
19251            '64B' and
19252            'NDRPDR' and
19253            'ETH' and
19254            'IP4FWD' and
19255            '1T1C' and
19256            'VHOST_1024' and
19257            not 'VXLAN' and
19258            not 'DOT1Q'"
19259   parameters:
19260   - "latency"
19261   - "parent"
19262   - "tags"
19263   sort:
19264   - "not CFS_OPT"
19265   - "1VM"
19266   - "2VM"
19267   layout:
19268     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19269     layout: "plot-latency"
19270
19271 -
19272   type: "plot"
19273   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19274   algorithm: "plot_latency_error_bars"
19275   output-file-type: ".html"
19276   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19277   data: "plot-vpp-throughput-latency-3n-hsw"
19278   filter: "'NIC_Intel-X710' and
19279            '64B' and
19280            'NDRPDR' and
19281            'ETH' and
19282            'IP4FWD' and
19283            '2T2C' and
19284            'VHOST_1024' and
19285            not 'VXLAN' and
19286            not 'DOT1Q'"
19287   parameters:
19288   - "latency"
19289   - "parent"
19290   - "tags"
19291   sort:
19292   - "not CFS_OPT"
19293   - "1VM"
19294   - "2VM"
19295   layout:
19296     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19297     layout: "plot-latency"
19298
19299 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
19300 -
19301   type: "plot"
19302   title: "VPP Latency: vhost-l2sw-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-l2sw-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            '1T1C' and
19312            'L2BDMACLRN' and
19313            'VHOST_1024' and
19314            not 'VXLAN' and
19315            not 'IP4FWD' and
19316            not 'DOT1Q' and
19317            not '2VM'"
19318   parameters:
19319   - "latency"
19320   - "parent"
19321   - "tags"
19322   sort:
19323   - "VM"  # "not CFS_OPT"
19324   - "CFS_OPT"
19325   - "FIB_10K"
19326   - "FIB_100K"
19327   - "FIB_1M"
19328   layout:
19329     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19330     layout: "plot-latency"
19331
19332 -
19333   type: "plot"
19334   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19335   algorithm: "plot_latency_error_bars"
19336   output-file-type: ".html"
19337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19338   data: "plot-vpp-throughput-latency-3n-hsw"
19339   filter: "'NIC_Intel-X710' and
19340            '64B' and
19341            'NDRPDR' and
19342            'ETH' and
19343            '2T2C' and
19344            'L2BDMACLRN' and
19345            'VHOST_1024' and
19346            not 'VXLAN' and
19347            not 'IP4FWD' and
19348            not 'DOT1Q' and
19349            not '2VM'"
19350   parameters:
19351   - "latency"
19352   - "parent"
19353   - "tags"
19354   sort:
19355   - "VM"  # "not CFS_OPT"
19356   - "CFS_OPT"
19357   - "FIB_10K"
19358   - "FIB_100K"
19359   - "FIB_1M"
19360   layout:
19361     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19362     layout: "plot-latency"
19363
19364 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
19365 -
19366   type: "plot"
19367   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19368   algorithm: "plot_latency_error_bars"
19369   output-file-type: ".html"
19370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19371   data: "plot-vpp-throughput-latency-3n-hsw"
19372   filter: "'NIC_Intel-X710' and
19373            '64B' and
19374            'NDRPDR' and
19375            'ETH' and
19376            'BASE' and
19377            '1T1C' and
19378            ('L2BDMACLRN' or 'L2XCFWD') and
19379            'VHOST_1024' and
19380            not 'VXLAN' and
19381            not 'IP4FWD' and
19382            not 'DOT1Q' and
19383            not '2VM'"
19384   parameters:
19385   - "latency"
19386   - "parent"
19387   - "tags"
19388   sort:
19389   - "not CFS_OPT"
19390   - "L2XCFWD"
19391   - "not CFS_OPT"
19392   - "CFS_OPT"
19393   layout:
19394     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
19395     layout: "plot-latency"
19396
19397 -
19398   type: "plot"
19399   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19400   algorithm: "plot_latency_error_bars"
19401   output-file-type: ".html"
19402   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19403   data: "plot-vpp-throughput-latency-3n-hsw"
19404   filter: "'NIC_Intel-X710' and
19405            '64B' and
19406            'NDRPDR' and
19407            'ETH' and
19408            'BASE' and
19409            '2T2C' and
19410            ('L2BDMACLRN' or 'L2XCFWD') and
19411            'VHOST_1024' and
19412            not 'VXLAN' and
19413            not 'IP4FWD' and
19414            not 'DOT1Q' and
19415            not '2VM'"
19416   parameters:
19417   - "latency"
19418   - "parent"
19419   - "tags"
19420   sort:
19421   - "not CFS_OPT"
19422   - "L2XCFWD"
19423   - "not CFS_OPT"
19424   - "CFS_OPT"
19425   layout:
19426     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
19427     layout: "plot-latency"
19428
19429 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
19430 -
19431   type: "plot"
19432   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19433   algorithm: "plot_latency_error_bars"
19434   output-file-type: ".html"
19435   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19436   data: "plot-vpp-throughput-latency-3n-hsw"
19437   filter: "'NIC_Intel-X710' and
19438            '64B' and
19439            'NDRPDR' and
19440            'ETH' and
19441            '1T1C' and
19442            ('L2BDMACLRN' or 'L2XCFWD') and
19443            'VHOST_1024' and
19444            not 'CFS_OPT' and
19445            not 'VXLAN' and
19446            not 'IP4FWD' and
19447            not 'DOT1Q'"
19448   parameters:
19449   - "latency"
19450   - "parent"
19451   - "tags"
19452   sort:
19453   - "1VM"
19454   - "L2XCFWD"
19455   - "1VM"
19456   - "L2BDMACLRN"
19457   layout:
19458     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
19459     layout: "plot-latency"
19460
19461 -
19462   type: "plot"
19463   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19464   algorithm: "plot_latency_error_bars"
19465   output-file-type: ".html"
19466   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19467   data: "plot-vpp-throughput-latency-3n-hsw"
19468   filter: "'NIC_Intel-X710' and
19469            '64B' and
19470            'NDRPDR' and
19471            'ETH' and
19472            '2T2C' and
19473            ('L2BDMACLRN' or 'L2XCFWD') and
19474            'VHOST_1024' and
19475            not 'CFS_OPT' and
19476            not 'VXLAN' and
19477            not 'IP4FWD' and
19478            not 'DOT1Q'"
19479   parameters:
19480   - "latency"
19481   - "parent"
19482   - "tags"
19483   sort:
19484   - "1VM"
19485   - "L2XCFWD"
19486   - "1VM"
19487   - "L2BDMACLRN"
19488   layout:
19489     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
19490     layout: "plot-latency"
19491
19492 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
19493 -
19494   type: "plot"
19495   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19496   algorithm: "plot_latency_error_bars"
19497   output-file-type: ".html"
19498   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19499   data: "plot-vpp-throughput-latency-3n-hsw"
19500   filter: "'NIC_Intel-XL710' and
19501            '64B' and
19502            'NDRPDR' and
19503            'ETH' and
19504            'IP4FWD' and
19505            '1T1C' and
19506            'VHOST_1024' and
19507            not 'VXLAN' and
19508            not 'DOT1Q'"
19509   parameters:
19510   - "latency"
19511   - "parent"
19512   - "tags"
19513   sort:
19514   - "not CFS_OPT"
19515   - "1VM"
19516   - "2VM"
19517   layout:
19518     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19519     layout: "plot-latency"
19520
19521 -
19522   type: "plot"
19523   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19524   algorithm: "plot_latency_error_bars"
19525   output-file-type: ".html"
19526   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19527   data: "plot-vpp-throughput-latency-3n-hsw"
19528   filter: "'NIC_Intel-XL710' and
19529            '64B' and
19530            'NDRPDR' and
19531            'ETH' and
19532            'IP4FWD' and
19533            '2T2C' and
19534            'VHOST_1024' and
19535            not 'VXLAN' and
19536            not 'DOT1Q'"
19537   parameters:
19538   - "latency"
19539   - "parent"
19540   - "tags"
19541   sort:
19542   - "not CFS_OPT"
19543   - "1VM"
19544   - "2VM"
19545   layout:
19546     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19547     layout: "plot-latency"
19548
19549 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
19550 -
19551   type: "plot"
19552   title: "VPP Latency: vhost-l2sw-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-l2sw-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            '1T1C' and
19562            'L2BDMACLRN' and
19563            'VHOST_1024' and
19564            not 'VXLAN' and
19565            not 'IP4FWD' and
19566            not 'DOT1Q' and
19567            not '2VM'"
19568   parameters:
19569   - "latency"
19570   - "parent"
19571   - "tags"
19572   sort:
19573   - "VM"  # "not CFS_OPT"
19574   - "CFS_OPT"
19575   - "FIB_10K"
19576   - "FIB_100K"
19577   - "FIB_1M"
19578   layout:
19579     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19580     layout: "plot-latency"
19581
19582 -
19583   type: "plot"
19584   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19585   algorithm: "plot_latency_error_bars"
19586   output-file-type: ".html"
19587   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19588   data: "plot-vpp-throughput-latency-3n-hsw"
19589   filter: "'NIC_Intel-XL710' and
19590            '64B' and
19591            'NDRPDR' and
19592            'ETH' and
19593            '2T2C' and
19594            'L2BDMACLRN' and
19595            'VHOST_1024' and
19596            not 'VXLAN' and
19597            not 'IP4FWD' and
19598            not 'DOT1Q' and
19599            not '2VM'"
19600   parameters:
19601   - "latency"
19602   - "parent"
19603   - "tags"
19604   sort:
19605   - "VM"  # "not CFS_OPT"
19606   - "CFS_OPT"
19607   - "FIB_10K"
19608   - "FIB_100K"
19609   - "FIB_1M"
19610   layout:
19611     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19612     layout: "plot-latency"
19613
19614 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
19615 -
19616   type: "plot"
19617   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19618   algorithm: "plot_latency_error_bars"
19619   output-file-type: ".html"
19620   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19621   data: "plot-vpp-throughput-latency-3n-hsw"
19622   filter: "'NIC_Intel-XL710' and
19623            '64B' and
19624            'NDRPDR' and
19625            'ETH' and
19626            'BASE' and
19627            '1T1C' and
19628            ('L2BDMACLRN' or 'L2XCFWD') and
19629            'VHOST_1024' and
19630            not 'VXLAN' and
19631            not 'IP4FWD' and
19632            not 'DOT1Q' and
19633            not '2VM'"
19634   parameters:
19635   - "latency"
19636   - "parent"
19637   - "tags"
19638   sort:
19639   - "not CFS_OPT"
19640   - "L2XCFWD"
19641   - "not CFS_OPT"
19642   - "CFS_OPT"
19643   layout:
19644     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
19645     layout: "plot-latency"
19646
19647 -
19648   type: "plot"
19649   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19650   algorithm: "plot_latency_error_bars"
19651   output-file-type: ".html"
19652   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19653   data: "plot-vpp-throughput-latency-3n-hsw"
19654   filter: "'NIC_Intel-XL710' and
19655            '64B' and
19656            'NDRPDR' and
19657            'ETH' and
19658            'BASE' and
19659            '2T2C' and
19660            ('L2BDMACLRN' or 'L2XCFWD') and
19661            'VHOST_1024' and
19662            not 'VXLAN' and
19663            not 'IP4FWD' and
19664            not 'DOT1Q' and
19665            not '2VM'"
19666   parameters:
19667   - "latency"
19668   - "parent"
19669   - "tags"
19670   sort:
19671   - "not CFS_OPT"
19672   - "L2XCFWD"
19673   - "not CFS_OPT"
19674   - "CFS_OPT"
19675   layout:
19676     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
19677     layout: "plot-latency"
19678
19679 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
19680 -
19681   type: "plot"
19682   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19683   algorithm: "plot_latency_error_bars"
19684   output-file-type: ".html"
19685   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19686   data: "plot-vpp-throughput-latency-3n-hsw"
19687   filter: "'NIC_Intel-XL710' and
19688            '64B' and
19689            'NDRPDR' and
19690            'ETH' and
19691            '1T1C' and
19692            ('L2BDMACLRN' or 'L2XCFWD') and
19693            'VHOST_1024' and
19694            not 'CFS_OPT' and
19695            not 'VXLAN' and
19696            not 'IP4FWD' and
19697            not 'DOT1Q'"
19698   parameters:
19699   - "latency"
19700   - "parent"
19701   - "tags"
19702   sort:
19703   - "1VM"
19704   - "L2XCFWD"
19705   - "1VM"
19706   - "L2BDMACLRN"
19707   layout:
19708     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
19709     layout: "plot-latency"
19710
19711 -
19712   type: "plot"
19713   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19714   algorithm: "plot_latency_error_bars"
19715   output-file-type: ".html"
19716   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19717   data: "plot-vpp-throughput-latency-3n-hsw"
19718   filter: "'NIC_Intel-XL710' and
19719            '64B' and
19720            'NDRPDR' and
19721            'ETH' and
19722            '2T2C' and
19723            ('L2BDMACLRN' or 'L2XCFWD') and
19724            'VHOST_1024' and
19725            not 'CFS_OPT' and
19726            not 'VXLAN' and
19727            not 'IP4FWD' and
19728            not 'DOT1Q'"
19729   parameters:
19730   - "latency"
19731   - "parent"
19732   - "tags"
19733   sort:
19734   - "1VM"
19735   - "L2XCFWD"
19736   - "1VM"
19737   - "L2BDMACLRN"
19738   layout:
19739     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
19740     layout: "plot-latency"
19741
19742 # Packet Latency - VPP vhost ip4 3n-skx-x710
19743 -
19744   type: "plot"
19745   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19746   algorithm: "plot_latency_error_bars"
19747   output-file-type: ".html"
19748   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19749   data: "plot-vpp-throughput-latency-3n-skx"
19750   filter: "'NIC_Intel-X710' and
19751            '64B' and
19752            'NDRPDR' and
19753            'ETH' and
19754            'IP4FWD' and
19755            '2T1C' and
19756            'VHOST_1024' and
19757            not 'VXLAN' and
19758            not 'DOT1Q'"
19759   parameters:
19760   - "latency"
19761   - "parent"
19762   - "tags"
19763   sort:
19764   - "not CFS_OPT"
19765   - "1VM"
19766   - "2VM"
19767   layout:
19768     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19769     layout: "plot-latency"
19770
19771 -
19772   type: "plot"
19773   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19774   algorithm: "plot_latency_error_bars"
19775   output-file-type: ".html"
19776   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19777   data: "plot-vpp-throughput-latency-3n-skx"
19778   filter: "'NIC_Intel-X710' and
19779            '64B' and
19780            'NDRPDR' and
19781            'ETH' and
19782            'IP4FWD' and
19783            '4T2C' and
19784            'VHOST_1024' and
19785            not 'VXLAN' and
19786            not 'DOT1Q'"
19787   parameters:
19788   - "latency"
19789   - "parent"
19790   - "tags"
19791   sort:
19792   - "not CFS_OPT"
19793   - "1VM"
19794   - "2VM"
19795   layout:
19796     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19797     layout: "plot-latency"
19798
19799 # Packet Latency - VPP vhost l2sw 3n-skx-x710
19800 -
19801   type: "plot"
19802   title: "VPP Latency: vhost-l2sw-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-l2sw-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            '2T1C' and
19812            'L2BDMACLRN' and
19813            'VHOST_1024' and
19814            not 'VXLAN' and
19815            not 'IP4FWD' and
19816            not 'DOT1Q' and
19817            not '2VM'"
19818   parameters:
19819   - "latency"
19820   - "parent"
19821   - "tags"
19822   sort:
19823   - "VM"  # "not CFS_OPT"
19824   - "CFS_OPT"
19825   - "FIB_10K"
19826   - "FIB_100K"
19827   - "FIB_1M"
19828   layout:
19829     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19830     layout: "plot-latency"
19831
19832 -
19833   type: "plot"
19834   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19835   algorithm: "plot_latency_error_bars"
19836   output-file-type: ".html"
19837   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19838   data: "plot-vpp-throughput-latency-3n-skx"
19839   filter: "'NIC_Intel-X710' and
19840            '64B' and
19841            'NDRPDR' and
19842            'ETH' and
19843            '4T2C' and
19844            'L2BDMACLRN' and
19845            'VHOST_1024' and
19846            not 'VXLAN' and
19847            not 'IP4FWD' and
19848            not 'DOT1Q' and
19849            not '2VM'"
19850   parameters:
19851   - "latency"
19852   - "parent"
19853   - "tags"
19854   sort:
19855   - "VM"  # "not CFS_OPT"
19856   - "CFS_OPT"
19857   - "FIB_10K"
19858   - "FIB_100K"
19859   - "FIB_1M"
19860   layout:
19861     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19862     layout: "plot-latency"
19863
19864 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
19865 -
19866   type: "plot"
19867   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19868   algorithm: "plot_latency_error_bars"
19869   output-file-type: ".html"
19870   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19871   data: "plot-vpp-throughput-latency-3n-skx"
19872   filter: "'NIC_Intel-X710' and
19873            '64B' and
19874            'NDRPDR' and
19875            'ETH' and
19876            'BASE' and
19877            '2T1C' and
19878            ('L2BDMACLRN' or 'L2XCFWD') and
19879            'VHOST_1024' and
19880            not 'VXLAN' and
19881            not 'IP4FWD' and
19882            not 'DOT1Q' and
19883            not '2VM'"
19884   parameters:
19885   - "latency"
19886   - "parent"
19887   - "tags"
19888   sort:
19889   - "not CFS_OPT"
19890   - "L2XCFWD"
19891   - "not CFS_OPT"
19892   - "CFS_OPT"
19893   layout:
19894     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
19895     layout: "plot-latency"
19896
19897 -
19898   type: "plot"
19899   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19900   algorithm: "plot_latency_error_bars"
19901   output-file-type: ".html"
19902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19903   data: "plot-vpp-throughput-latency-3n-skx"
19904   filter: "'NIC_Intel-X710' and
19905            '64B' and
19906            'NDRPDR' and
19907            'ETH' and
19908            'BASE' and
19909            '4T2C' and
19910            ('L2BDMACLRN' or 'L2XCFWD') and
19911            'VHOST_1024' and
19912            not 'VXLAN' and
19913            not 'IP4FWD' and
19914            not 'DOT1Q' and
19915            not '2VM'"
19916   parameters:
19917   - "latency"
19918   - "parent"
19919   - "tags"
19920   sort:
19921   - "not CFS_OPT"
19922   - "L2XCFWD"
19923   - "not CFS_OPT"
19924   - "CFS_OPT"
19925   layout:
19926     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
19927     layout: "plot-latency"
19928
19929 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
19930 -
19931   type: "plot"
19932   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19933   algorithm: "plot_latency_error_bars"
19934   output-file-type: ".html"
19935   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19936   data: "plot-vpp-throughput-latency-3n-skx"
19937   filter: "'NIC_Intel-X710' and
19938            '64B' and
19939            'NDRPDR' and
19940            'ETH' and
19941            '2T1C' and
19942            ('L2BDMACLRN' or 'L2XCFWD') and
19943            'VHOST_1024' and
19944            not 'CFS_OPT' and
19945            not 'VXLAN' and
19946            not 'IP4FWD' and
19947            not 'DOT1Q'"
19948   parameters:
19949   - "latency"
19950   - "parent"
19951   - "tags"
19952   sort:
19953   - "1VM"
19954   - "L2XCFWD"
19955   - "1VM"
19956   - "L2BDMACLRN"
19957   layout:
19958     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
19959     layout: "plot-latency"
19960
19961 -
19962   type: "plot"
19963   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19964   algorithm: "plot_latency_error_bars"
19965   output-file-type: ".html"
19966   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19967   data: "plot-vpp-throughput-latency-3n-skx"
19968   filter: "'NIC_Intel-X710' and
19969            '64B' and
19970            'NDRPDR' and
19971            'ETH' and
19972            '4T2C' and
19973            ('L2BDMACLRN' or 'L2XCFWD') and
19974            'VHOST_1024' and
19975            not 'CFS_OPT' and
19976            not 'VXLAN' and
19977            not 'IP4FWD' and
19978            not 'DOT1Q'"
19979   parameters:
19980   - "latency"
19981   - "parent"
19982   - "tags"
19983   sort:
19984   - "1VM"
19985   - "L2XCFWD"
19986   - "1VM"
19987   - "L2BDMACLRN"
19988   layout:
19989     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
19990     layout: "plot-latency"
19991
19992 # Packet Latency - VPP vhost ip4 2n-skx-x710
19993 -
19994   type: "plot"
19995   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19996   algorithm: "plot_latency_error_bars"
19997   output-file-type: ".html"
19998   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19999   data: "plot-vpp-throughput-latency-2n-skx"
20000   filter: "'NIC_Intel-X710' and
20001            '64B' and
20002            'NDRPDR' and
20003            'ETH' and
20004            'IP4FWD' and
20005            '2T1C' and
20006            'VHOST_1024' and
20007            not 'VXLAN' and
20008            not 'DOT1Q'"
20009   parameters:
20010   - "latency"
20011   - "parent"
20012   - "tags"
20013   sort:
20014   - "not CFS_OPT"
20015   - "1VM"
20016   - "2VM"
20017   layout:
20018     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20019     layout: "plot-latency"
20020
20021 -
20022   type: "plot"
20023   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20024   algorithm: "plot_latency_error_bars"
20025   output-file-type: ".html"
20026   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20027   data: "plot-vpp-throughput-latency-2n-skx"
20028   filter: "'NIC_Intel-X710' and
20029            '64B' and
20030            'NDRPDR' and
20031            'ETH' and
20032            'IP4FWD' and
20033            '4T2C' and
20034            'VHOST_1024' and
20035            not 'VXLAN' and
20036            not 'DOT1Q'"
20037   parameters:
20038   - "latency"
20039   - "parent"
20040   - "tags"
20041   sort:
20042   - "not CFS_OPT"
20043   - "1VM"
20044   - "2VM"
20045   layout:
20046     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20047     layout: "plot-latency"
20048
20049 # Packet Latency - VPP vhost l2sw 2n-skx-x710
20050 -
20051   type: "plot"
20052   title: "VPP Latency: vhost-l2sw-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-l2sw-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            '2T1C' and
20062            'L2BDMACLRN' and
20063            'VHOST_1024' and
20064            not 'VXLAN' and
20065            not 'IP4FWD' and
20066            not 'DOT1Q' and
20067            not '2VM'"
20068   parameters:
20069   - "latency"
20070   - "parent"
20071   - "tags"
20072   sort:
20073   - "VM"  # "not CFS_OPT"
20074   - "CFS_OPT"
20075   - "FIB_10K"
20076   - "FIB_100K"
20077   - "FIB_1M"
20078   layout:
20079     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20080     layout: "plot-latency"
20081
20082 -
20083   type: "plot"
20084   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20085   algorithm: "plot_latency_error_bars"
20086   output-file-type: ".html"
20087   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20088   data: "plot-vpp-throughput-latency-2n-skx"
20089   filter: "'NIC_Intel-X710' and
20090            '64B' and
20091            'NDRPDR' and
20092            'ETH' and
20093            '4T2C' and
20094            'L2BDMACLRN' and
20095            'VHOST_1024' and
20096            not 'VXLAN' and
20097            not 'IP4FWD' and
20098            not 'DOT1Q' and
20099            not '2VM'"
20100   parameters:
20101   - "latency"
20102   - "parent"
20103   - "tags"
20104   sort:
20105   - "VM"  # "not CFS_OPT"
20106   - "CFS_OPT"
20107   - "FIB_10K"
20108   - "FIB_100K"
20109   - "FIB_1M"
20110   layout:
20111     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20112     layout: "plot-latency"
20113
20114 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20115 -
20116   type: "plot"
20117   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20118   algorithm: "plot_latency_error_bars"
20119   output-file-type: ".html"
20120   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20121   data: "plot-vpp-throughput-latency-2n-skx"
20122   filter: "'NIC_Intel-X710' and
20123            '64B' and
20124            'NDRPDR' and
20125            'ETH' and
20126            'BASE' and
20127            '2T1C' and
20128            ('L2BDMACLRN' or 'L2XCFWD') and
20129            'VHOST_1024' and
20130            not 'VXLAN' and
20131            not 'IP4FWD' and
20132            not 'DOT1Q' and
20133            not '2VM'"
20134   parameters:
20135   - "latency"
20136   - "parent"
20137   - "tags"
20138   sort:
20139   - "not CFS_OPT"
20140   - "L2XCFWD"
20141   - "not CFS_OPT"
20142   - "CFS_OPT"
20143   layout:
20144     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
20145     layout: "plot-latency"
20146
20147 -
20148   type: "plot"
20149   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20150   algorithm: "plot_latency_error_bars"
20151   output-file-type: ".html"
20152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20153   data: "plot-vpp-throughput-latency-2n-skx"
20154   filter: "'NIC_Intel-X710' and
20155            '64B' and
20156            'NDRPDR' and
20157            'ETH' and
20158            'BASE' and
20159            '4T2C' and
20160            ('L2BDMACLRN' or 'L2XCFWD') and
20161            'VHOST_1024' and
20162            not 'VXLAN' and
20163            not 'IP4FWD' and
20164            not 'DOT1Q' and
20165            not '2VM'"
20166   parameters:
20167   - "latency"
20168   - "parent"
20169   - "tags"
20170   sort:
20171   - "not CFS_OPT"
20172   - "L2XCFWD"
20173   - "not CFS_OPT"
20174   - "CFS_OPT"
20175   layout:
20176     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
20177     layout: "plot-latency"
20178
20179 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20180 -
20181   type: "plot"
20182   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20183   algorithm: "plot_latency_error_bars"
20184   output-file-type: ".html"
20185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20186   data: "plot-vpp-throughput-latency-2n-skx"
20187   filter: "'NIC_Intel-X710' and
20188            '64B' and
20189            'NDRPDR' and
20190            'ETH' and
20191            '2T1C' and
20192            ('L2BDMACLRN' or 'L2XCFWD') and
20193            'VHOST_1024' and
20194            not 'CFS_OPT' and
20195            not 'VXLAN' and
20196            not 'IP4FWD' and
20197            not 'DOT1Q'"
20198   parameters:
20199   - "latency"
20200   - "parent"
20201   - "tags"
20202   sort:
20203   - "1VM"
20204   - "L2XCFWD"
20205   - "1VM"
20206   - "L2BDMACLRN"
20207   layout:
20208     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20209     layout: "plot-latency"
20210
20211 -
20212   type: "plot"
20213   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20214   algorithm: "plot_latency_error_bars"
20215   output-file-type: ".html"
20216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20217   data: "plot-vpp-throughput-latency-2n-skx"
20218   filter: "'NIC_Intel-X710' and
20219            '64B' and
20220            'NDRPDR' and
20221            'ETH' and
20222            '4T2C' and
20223            ('L2BDMACLRN' or 'L2XCFWD') and
20224            'VHOST_1024' and
20225            not 'CFS_OPT' and
20226            not 'VXLAN' and
20227            not 'IP4FWD' and
20228            not 'DOT1Q'"
20229   parameters:
20230   - "latency"
20231   - "parent"
20232   - "tags"
20233   sort:
20234   - "1VM"
20235   - "L2XCFWD"
20236   - "1VM"
20237   - "L2BDMACLRN"
20238   layout:
20239     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
20240     layout: "plot-latency"
20241
20242 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
20243 -
20244   type: "plot"
20245   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20246   algorithm: "plot_latency_error_bars"
20247   output-file-type: ".html"
20248   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20249   data: "plot-vpp-throughput-latency-2n-skx"
20250   filter: "'NIC_Intel-XXV710' and
20251            '64B' and
20252            'NDRPDR' and
20253            'ETH' and
20254            'IP4FWD' and
20255            '2T1C' and
20256            'VHOST_1024' and
20257            not 'VXLAN' and
20258            not 'DOT1Q'"
20259   parameters:
20260   - "latency"
20261   - "parent"
20262   - "tags"
20263   sort:
20264   - "not CFS_OPT"
20265   - "1VM"
20266   - "2VM"
20267   layout:
20268     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20269     layout: "plot-latency"
20270
20271 -
20272   type: "plot"
20273   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20274   algorithm: "plot_latency_error_bars"
20275   output-file-type: ".html"
20276   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20277   data: "plot-vpp-throughput-latency-2n-skx"
20278   filter: "'NIC_Intel-XXV710' and
20279            '64B' and
20280            'NDRPDR' and
20281            'ETH' and
20282            'IP4FWD' and
20283            '4T2C' and
20284            'VHOST_1024' and
20285            not 'VXLAN' and
20286            not 'DOT1Q'"
20287   parameters:
20288   - "latency"
20289   - "parent"
20290   - "tags"
20291   sort:
20292   - "not CFS_OPT"
20293   - "1VM"
20294   - "2VM"
20295   layout:
20296     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20297     layout: "plot-latency"
20298
20299 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
20300 -
20301   type: "plot"
20302   title: "VPP Latency: vhost-l2sw-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-l2sw-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            '2T1C' and
20312            'L2BDMACLRN' and
20313            'VHOST_1024' and
20314            not 'VXLAN' and
20315            not 'IP4FWD' and
20316            not 'DOT1Q' and
20317            not '2VM'"
20318   parameters:
20319   - "latency"
20320   - "parent"
20321   - "tags"
20322   sort:
20323   - "VM"  # "not CFS_OPT"
20324   - "CFS_OPT"
20325   - "FIB_10K"
20326   - "FIB_100K"
20327   - "FIB_1M"
20328   layout:
20329     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20330     layout: "plot-latency"
20331
20332 -
20333   type: "plot"
20334   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20335   algorithm: "plot_latency_error_bars"
20336   output-file-type: ".html"
20337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20338   data: "plot-vpp-throughput-latency-2n-skx"
20339   filter: "'NIC_Intel-XXV710' and
20340            '64B' and
20341            'NDRPDR' and
20342            'ETH' and
20343            '4T2C' and
20344            'L2BDMACLRN' and
20345            'VHOST_1024' and
20346            not 'VXLAN' and
20347            not 'IP4FWD' and
20348            not 'DOT1Q' and
20349            not '2VM'"
20350   parameters:
20351   - "latency"
20352   - "parent"
20353   - "tags"
20354   sort:
20355   - "VM"  # "not CFS_OPT"
20356   - "CFS_OPT"
20357   - "FIB_10K"
20358   - "FIB_100K"
20359   - "FIB_1M"
20360   layout:
20361     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20362     layout: "plot-latency"
20363
20364 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
20365 -
20366   type: "plot"
20367   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20368   algorithm: "plot_latency_error_bars"
20369   output-file-type: ".html"
20370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20371   data: "plot-vpp-throughput-latency-2n-skx"
20372   filter: "'NIC_Intel-XXV710' and
20373            '64B' and
20374            'NDRPDR' and
20375            'ETH' and
20376            'BASE' and
20377            '2T1C' and
20378            ('L2BDMACLRN' or 'L2XCFWD') and
20379            'VHOST_1024' and
20380            not 'VXLAN' and
20381            not 'IP4FWD' and
20382            not 'DOT1Q' and
20383            not '2VM'"
20384   parameters:
20385   - "latency"
20386   - "parent"
20387   - "tags"
20388   sort:
20389   - "not CFS_OPT"
20390   - "L2XCFWD"
20391   - "not CFS_OPT"
20392   - "CFS_OPT"
20393   layout:
20394     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
20395     layout: "plot-latency"
20396
20397 -
20398   type: "plot"
20399   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20400   algorithm: "plot_latency_error_bars"
20401   output-file-type: ".html"
20402   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20403   data: "plot-vpp-throughput-latency-2n-skx"
20404   filter: "'NIC_Intel-XXV710' and
20405            '64B' and
20406            'NDRPDR' and
20407            'ETH' and
20408            'BASE' and
20409            '4T2C' and
20410            ('L2BDMACLRN' or 'L2XCFWD') and
20411            'VHOST_1024' and
20412            not 'VXLAN' and
20413            not 'IP4FWD' and
20414            not 'DOT1Q' and
20415            not '2VM'"
20416   parameters:
20417   - "latency"
20418   - "parent"
20419   - "tags"
20420   sort:
20421   - "not CFS_OPT"
20422   - "L2XCFWD"
20423   - "not CFS_OPT"
20424   - "CFS_OPT"
20425   layout:
20426     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
20427     layout: "plot-latency"
20428
20429 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
20430 -
20431   type: "plot"
20432   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20433   algorithm: "plot_latency_error_bars"
20434   output-file-type: ".html"
20435   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20436   data: "plot-vpp-throughput-latency-2n-skx"
20437   filter: "'NIC_Intel-XXV710' and
20438            '64B' and
20439            'NDRPDR' and
20440            'ETH' and
20441            '2T1C' and
20442            ('L2BDMACLRN' or 'L2XCFWD') and
20443            'VHOST_1024' and
20444            not 'CFS_OPT' and
20445            not 'VXLAN' and
20446            not 'IP4FWD' and
20447            not 'DOT1Q'"
20448   parameters:
20449   - "latency"
20450   - "parent"
20451   - "tags"
20452   sort:
20453   - "1VM"
20454   - "L2XCFWD"
20455   - "1VM"
20456   - "L2BDMACLRN"
20457   layout:
20458     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
20459     layout: "plot-latency"
20460
20461 -
20462   type: "plot"
20463   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20464   algorithm: "plot_latency_error_bars"
20465   output-file-type: ".html"
20466   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20467   data: "plot-vpp-throughput-latency-2n-skx"
20468   filter: "'NIC_Intel-XXV710' and
20469            '64B' and
20470            'NDRPDR' and
20471            'ETH' and
20472            '4T2C' and
20473            ('L2BDMACLRN' or 'L2XCFWD') and
20474            'VHOST_1024' and
20475            not 'CFS_OPT' and
20476            not 'VXLAN' and
20477            not 'IP4FWD' and
20478            not 'DOT1Q'"
20479   parameters:
20480   - "latency"
20481   - "parent"
20482   - "tags"
20483   sort:
20484   - "1VM"
20485   - "L2XCFWD"
20486   - "1VM"
20487   - "L2BDMACLRN"
20488   layout:
20489     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
20490     layout: "plot-latency"
20491
20492 ################################################################################
20493
20494 # Packet Latency - VPP VTS 3n-hsw-x520
20495 -
20496   type: "plot"
20497   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20498   algorithm: "plot_latency_error_bars"
20499   output-file-type: ".html"
20500   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20501   data: "plot-vpp-throughput-latency-3n-hsw"
20502   filter: "'NIC_Intel-X520-DA2' and
20503            '114B' and
20504            'NDRPDR' and
20505            '1T1C' and
20506            'VTS'"
20507   parameters:
20508   - "latency"
20509   - "parent"
20510   - "tags"
20511   layout:
20512     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
20513     layout: "plot-latency"
20514
20515 -
20516   type: "plot"
20517   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20518   algorithm: "plot_latency_error_bars"
20519   output-file-type: ".html"
20520   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20521   data: "plot-vpp-throughput-latency-3n-hsw"
20522   filter: "'NIC_Intel-X520-DA2' and
20523            '114B' and
20524            'NDRPDR' and
20525            '2T2C' and
20526            'VTS'"
20527   parameters:
20528   - "latency"
20529   - "parent"
20530   - "tags"
20531   layout:
20532     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
20533     layout: "plot-latency"
20534
20535 ################################################################################
20536
20537 # Packet Latency - DPDK l3fwd 3n-hsw-x520
20538 -
20539   type: "plot"
20540   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20541   algorithm: "plot_latency_error_bars"
20542   output-file-type: ".html"
20543   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20544   data: "plot-dpdk-throughput-latency-3n-hsw"
20545   filter: "'NIC_Intel-X520-DA2' and
20546            '64B' and
20547            'BASE' and
20548            'NDRPDR' and
20549            '1T1C' and
20550            'IP4FWD'"
20551   parameters:
20552   - "latency"
20553   - "parent"
20554   - "tags"
20555   layout:
20556     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
20557     layout: "plot-latency"
20558
20559 -
20560   type: "plot"
20561   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20562   algorithm: "plot_latency_error_bars"
20563   output-file-type: ".html"
20564   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20565   data: "plot-dpdk-throughput-latency-3n-hsw"
20566   filter: "'NIC_Intel-X520-DA2' and
20567            '64B' and
20568            'BASE' and
20569            'NDRPDR' and
20570            '2T2C' and
20571            'IP4FWD'"
20572   parameters:
20573   - "latency"
20574   - "parent"
20575   - "tags"
20576   layout:
20577     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
20578     layout: "plot-latency"
20579
20580 # Packet Latency - DPDK l3fwd 3n-hsw-x710
20581 -
20582   type: "plot"
20583   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20584   algorithm: "plot_latency_error_bars"
20585   output-file-type: ".html"
20586   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20587   data: "plot-dpdk-throughput-latency-3n-hsw"
20588   filter: "'NIC_Intel-X710' and
20589            '64B' and
20590            'BASE' and
20591            'NDRPDR' and
20592            '1T1C' and
20593            'IP4FWD'"
20594   parameters:
20595   - "latency"
20596   - "parent"
20597   - "tags"
20598   layout:
20599     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
20600     layout: "plot-latency"
20601
20602 -
20603   type: "plot"
20604   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20605   algorithm: "plot_latency_error_bars"
20606   output-file-type: ".html"
20607   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20608   data: "plot-dpdk-throughput-latency-3n-hsw"
20609   filter: "'NIC_Intel-X710' and
20610            '64B' and
20611            'BASE' and
20612            'NDRPDR' and
20613            '2T2C' and
20614            'IP4FWD'"
20615   parameters:
20616   - "latency"
20617   - "parent"
20618   - "tags"
20619   layout:
20620     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
20621     layout: "plot-latency"
20622
20623 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
20624 -
20625   type: "plot"
20626   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20627   algorithm: "plot_latency_error_bars"
20628   output-file-type: ".html"
20629   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20630   data: "plot-dpdk-throughput-latency-3n-hsw"
20631   filter: "'NIC_Intel-XL710' and
20632            '64B' and
20633            'BASE' and
20634            'NDRPDR' and
20635            '1T1C' and
20636            'IP4FWD'"
20637   parameters:
20638   - "latency"
20639   - "parent"
20640   - "tags"
20641   layout:
20642     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
20643     layout: "plot-latency"
20644
20645 -
20646   type: "plot"
20647   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20648   algorithm: "plot_latency_error_bars"
20649   output-file-type: ".html"
20650   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20651   data: "plot-dpdk-throughput-latency-3n-hsw"
20652   filter: "'NIC_Intel-XL710' and
20653            '64B' and
20654            'BASE' and
20655            'NDRPDR' and
20656            '2T2C' and
20657            'IP4FWD'"
20658   parameters:
20659   - "latency"
20660   - "parent"
20661   - "tags"
20662   layout:
20663     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
20664     layout: "plot-latency"
20665
20666 # Packet Latency - DPDK l3fwd 3n-skx-x710
20667 -
20668   type: "plot"
20669   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20670   algorithm: "plot_latency_error_bars"
20671   output-file-type: ".html"
20672   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20673   data: "plot-dpdk-throughput-latency-3n-skx"
20674   filter: "'NIC_Intel-X710' and
20675            '64B' and
20676            'BASE' and
20677            'NDRPDR' and
20678            '2T1C' and
20679            'IP4FWD'"
20680   parameters:
20681   - "latency"
20682   - "parent"
20683   - "tags"
20684   layout:
20685     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
20686     layout: "plot-latency"
20687
20688 -
20689   type: "plot"
20690   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20691   algorithm: "plot_latency_error_bars"
20692   output-file-type: ".html"
20693   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20694   data: "plot-dpdk-throughput-latency-3n-skx"
20695   filter: "'NIC_Intel-X710' and
20696            '64B' and
20697            'BASE' and
20698            'NDRPDR' and
20699            '4T2C' and
20700            'IP4FWD'"
20701   parameters:
20702   - "latency"
20703   - "parent"
20704   - "tags"
20705   layout:
20706     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
20707     layout: "plot-latency"
20708
20709 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
20710 -
20711   type: "plot"
20712   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20713   algorithm: "plot_latency_error_bars"
20714   output-file-type: ".html"
20715   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20716   data: "plot-dpdk-throughput-latency-3n-skx"
20717   filter: "'NIC_Intel-XXV710' and
20718            '64B' and
20719            'BASE' and
20720            'NDRPDR' and
20721            '2T1C' and
20722            'IP4FWD'"
20723   parameters:
20724   - "latency"
20725   - "parent"
20726   - "tags"
20727   layout:
20728     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
20729     layout: "plot-latency"
20730
20731 -
20732   type: "plot"
20733   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20734   algorithm: "plot_latency_error_bars"
20735   output-file-type: ".html"
20736   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20737   data: "plot-dpdk-throughput-latency-3n-skx"
20738   filter: "'NIC_Intel-XXV710' and
20739            '64B' and
20740            'BASE' and
20741            'NDRPDR' and
20742            '4T2C' and
20743            'IP4FWD'"
20744   parameters:
20745   - "latency"
20746   - "parent"
20747   - "tags"
20748   layout:
20749     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
20750     layout: "plot-latency"
20751
20752 # Packet Latency - DPDK l3fwd 2n-skx-x710
20753 -
20754   type: "plot"
20755   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20756   algorithm: "plot_latency_error_bars"
20757   output-file-type: ".html"
20758   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20759   data: "plot-dpdk-throughput-latency-2n-skx"
20760   filter: "'NIC_Intel-X710' and
20761            '64B' and
20762            'BASE' and
20763            'NDRPDR' and
20764            '2T1C' and
20765            'IP4FWD'"
20766   parameters:
20767   - "latency"
20768   - "parent"
20769   - "tags"
20770   layout:
20771     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
20772     layout: "plot-latency"
20773
20774 -
20775   type: "plot"
20776   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20777   algorithm: "plot_latency_error_bars"
20778   output-file-type: ".html"
20779   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20780   data: "plot-dpdk-throughput-latency-2n-skx"
20781   filter: "'NIC_Intel-X710' and
20782            '64B' and
20783            'BASE' and
20784            'NDRPDR' and
20785            '4T2C' and
20786            'IP4FWD'"
20787   parameters:
20788   - "latency"
20789   - "parent"
20790   - "tags"
20791   layout:
20792     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
20793     layout: "plot-latency"
20794
20795 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
20796 -
20797   type: "plot"
20798   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20799   algorithm: "plot_latency_error_bars"
20800   output-file-type: ".html"
20801   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20802   data: "plot-dpdk-throughput-latency-2n-skx"
20803   filter: "'NIC_Intel-XXV710' and
20804            '64B' and
20805            'BASE' and
20806            'NDRPDR' and
20807            '2T1C' and
20808            'IP4FWD'"
20809   parameters:
20810   - "latency"
20811   - "parent"
20812   - "tags"
20813   layout:
20814     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
20815     layout: "plot-latency"
20816
20817 -
20818   type: "plot"
20819   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20820   algorithm: "plot_latency_error_bars"
20821   output-file-type: ".html"
20822   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20823   data: "plot-dpdk-throughput-latency-2n-skx"
20824   filter: "'NIC_Intel-XXV710' and
20825            '64B' and
20826            'BASE' and
20827            'NDRPDR' and
20828            '4T2C' and
20829            'IP4FWD'"
20830   parameters:
20831   - "latency"
20832   - "parent"
20833   - "tags"
20834   layout:
20835     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
20836     layout: "plot-latency"
20837
20838 ################################################################################
20839
20840 # Packet Latency - DPDK testpmd 3n-hsw-x520
20841 -
20842   type: "plot"
20843   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20844   algorithm: "plot_latency_error_bars"
20845   output-file-type: ".html"
20846   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20847   data: "plot-dpdk-throughput-latency-3n-hsw"
20848   filter: "'NIC_Intel-X520-DA2' and
20849            '64B' and
20850            'BASE' and
20851            'NDRPDR' and
20852            '1T1C' and
20853            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20854   parameters:
20855   - "latency"
20856   - "parent"
20857   - "tags"
20858   layout:
20859     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
20860     layout: "plot-latency"
20861
20862 -
20863   type: "plot"
20864   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20865   algorithm: "plot_latency_error_bars"
20866   output-file-type: ".html"
20867   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20868   data: "plot-dpdk-throughput-latency-3n-hsw"
20869   filter: "'NIC_Intel-X520-DA2' and
20870            '64B' and
20871            'BASE' and
20872            'NDRPDR' and
20873            '2T2C' and
20874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20875   parameters:
20876   - "latency"
20877   - "parent"
20878   - "tags"
20879   layout:
20880     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
20881     layout: "plot-latency"
20882
20883 # Packet Latency - DPDK testpmd 3n-hsw-x710
20884 -
20885   type: "plot"
20886   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20887   algorithm: "plot_latency_error_bars"
20888   output-file-type: ".html"
20889   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20890   data: "plot-dpdk-throughput-latency-3n-hsw"
20891   filter: "'NIC_Intel-X710' and
20892            '64B' and
20893            'BASE' and
20894            'NDRPDR' and
20895            '1T1C' and
20896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20897   parameters:
20898   - "latency"
20899   - "parent"
20900   - "tags"
20901   layout:
20902     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
20903     layout: "plot-latency"
20904
20905 -
20906   type: "plot"
20907   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20908   algorithm: "plot_latency_error_bars"
20909   output-file-type: ".html"
20910   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20911   data: "plot-dpdk-throughput-latency-3n-hsw"
20912   filter: "'NIC_Intel-X710' and
20913            '64B' and
20914            'BASE' and
20915            'NDRPDR' and
20916            '2T2C' and
20917            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20918   parameters:
20919   - "latency"
20920   - "parent"
20921   - "tags"
20922   layout:
20923     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
20924     layout: "plot-latency"
20925
20926 # Packet Latency - DPDK testpmd 3n-hsw-xl710
20927 -
20928   type: "plot"
20929   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20930   algorithm: "plot_latency_error_bars"
20931   output-file-type: ".html"
20932   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20933   data: "plot-dpdk-throughput-latency-3n-hsw"
20934   filter: "'NIC_Intel-XL710' and
20935            '64B' and
20936            'BASE' and
20937            'NDRPDR' and
20938            '1T1C' and
20939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20940   parameters:
20941   - "latency"
20942   - "parent"
20943   - "tags"
20944   layout:
20945     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
20946     layout: "plot-latency"
20947
20948 -
20949   type: "plot"
20950   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20951   algorithm: "plot_latency_error_bars"
20952   output-file-type: ".html"
20953   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20954   data: "plot-dpdk-throughput-latency-3n-hsw"
20955   filter: "'NIC_Intel-XL710' and
20956            '64B' and
20957            'BASE' and
20958            'NDRPDR' and
20959            '2T2C' and
20960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20961   parameters:
20962   - "latency"
20963   - "parent"
20964   - "tags"
20965   layout:
20966     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
20967     layout: "plot-latency"
20968
20969 # Packet Latency - DPDK testpmd 3n-skx-x710
20970 -
20971   type: "plot"
20972   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20973   algorithm: "plot_latency_error_bars"
20974   output-file-type: ".html"
20975   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20976   data: "plot-dpdk-throughput-latency-3n-skx"
20977   filter: "'NIC_Intel-X710' and
20978            '64B' and
20979            'BASE' and
20980            'NDRPDR' and
20981            '2T1C' and
20982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20983   parameters:
20984   - "latency"
20985   - "parent"
20986   - "tags"
20987   layout:
20988     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
20989     layout: "plot-latency"
20990
20991 -
20992   type: "plot"
20993   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20994   algorithm: "plot_latency_error_bars"
20995   output-file-type: ".html"
20996   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20997   data: "plot-dpdk-throughput-latency-3n-skx"
20998   filter: "'NIC_Intel-X710' and
20999            '64B' and
21000            'BASE' and
21001            'NDRPDR' and
21002            '4T2C' and
21003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21004   parameters:
21005   - "latency"
21006   - "parent"
21007   - "tags"
21008   layout:
21009     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21010     layout: "plot-latency"
21011
21012 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21013 -
21014   type: "plot"
21015   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21016   algorithm: "plot_latency_error_bars"
21017   output-file-type: ".html"
21018   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21019   data: "plot-dpdk-throughput-latency-3n-skx"
21020   filter: "'NIC_Intel-XXV710' and
21021            '64B' and
21022            'BASE' and
21023            'NDRPDR' and
21024            '2T1C' and
21025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21026   parameters:
21027   - "latency"
21028   - "parent"
21029   - "tags"
21030   layout:
21031     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21032     layout: "plot-latency"
21033
21034 -
21035   type: "plot"
21036   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21037   algorithm: "plot_latency_error_bars"
21038   output-file-type: ".html"
21039   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21040   data: "plot-dpdk-throughput-latency-3n-skx"
21041   filter: "'NIC_Intel-XXV710' and
21042            '64B' and
21043            'BASE' and
21044            'NDRPDR' and
21045            '4T2C' and
21046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21047   parameters:
21048   - "latency"
21049   - "parent"
21050   - "tags"
21051   layout:
21052     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21053     layout: "plot-latency"
21054
21055 # Packet Latency - DPDK testpmd 2n-skx-x710
21056 -
21057   type: "plot"
21058   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21059   algorithm: "plot_latency_error_bars"
21060   output-file-type: ".html"
21061   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21062   data: "plot-dpdk-throughput-latency-2n-skx"
21063   filter: "'NIC_Intel-X710' and
21064            '64B' and
21065            'BASE' and
21066            'NDRPDR' and
21067            '2T1C' and
21068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21069   parameters:
21070   - "latency"
21071   - "parent"
21072   - "tags"
21073   layout:
21074     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21075     layout: "plot-latency"
21076
21077 -
21078   type: "plot"
21079   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21080   algorithm: "plot_latency_error_bars"
21081   output-file-type: ".html"
21082   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21083   data: "plot-dpdk-throughput-latency-2n-skx"
21084   filter: "'NIC_Intel-X710' and
21085            '64B' and
21086            'BASE' and
21087            'NDRPDR' and
21088            '4T2C' and
21089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21090   parameters:
21091   - "latency"
21092   - "parent"
21093   - "tags"
21094   layout:
21095     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21096     layout: "plot-latency"
21097
21098 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21099 -
21100   type: "plot"
21101   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21102   algorithm: "plot_latency_error_bars"
21103   output-file-type: ".html"
21104   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21105   data: "plot-dpdk-throughput-latency-2n-skx"
21106   filter: "'NIC_Intel-XXV710' and
21107            '64B' and
21108            'BASE' and
21109            'NDRPDR' and
21110            '2T1C' and
21111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21112   parameters:
21113   - "latency"
21114   - "parent"
21115   - "tags"
21116   layout:
21117     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21118     layout: "plot-latency"
21119
21120 -
21121   type: "plot"
21122   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21123   algorithm: "plot_latency_error_bars"
21124   output-file-type: ".html"
21125   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21126   data: "plot-dpdk-throughput-latency-2n-skx"
21127   filter: "'NIC_Intel-XXV710' and
21128            '64B' and
21129            'BASE' and
21130            'NDRPDR' and
21131            '4T2C' and
21132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21133   parameters:
21134   - "latency"
21135   - "parent"
21136   - "tags"
21137   layout:
21138     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21139     layout: "plot-latency"
21140
21141 ################################################################################
21142
21143 # Speedup - VPP Container Memif 3n-hsw-x520
21144 -
21145   type: "plot"
21146   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21147   algorithm: "plot_throughput_speedup_analysis"
21148   output-file-type: ".html"
21149   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21150   data: "plot-throughput-speedup-analysis-3n-hsw"
21151   filter: "'NIC_Intel-X520-DA2' and
21152            '64B' and
21153            ('BASE' or 'SCALE') and
21154            'NDRPDR' and
21155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21156            not 'VHOST' and
21157            'MEMIF'"
21158   parameters:
21159   - "throughput"
21160   - "parent"
21161   - "tags"
21162   sort:
21163   - "L2XCFWD"
21164   - "L2XCFWD"
21165   - "L2XCFWD"
21166   - "L2BDMACLRN"
21167   - "L2BDMACLRN"
21168   - "L2BDMACLRN"
21169   layout:
21170     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
21171     layout: "plot-throughput-speedup-analysis"
21172
21173 -
21174   type: "plot"
21175   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21176   algorithm: "plot_throughput_speedup_analysis"
21177   output-file-type: ".html"
21178   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21179   data: "plot-throughput-speedup-analysis-3n-hsw"
21180   filter: "'NIC_Intel-X520-DA2' and
21181            '64B' and
21182            ('BASE' or 'SCALE') and
21183            'NDRPDR' and
21184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21185            not 'VHOST' and
21186            'MEMIF'"
21187   parameters:
21188   - "throughput"
21189   - "parent"
21190   - "tags"
21191   sort:
21192   - "L2XCFWD"
21193   - "L2XCFWD"
21194   - "L2XCFWD"
21195   - "L2BDMACLRN"
21196   - "L2BDMACLRN"
21197   - "L2BDMACLRN"
21198   layout:
21199     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
21200     layout: "plot-throughput-speedup-analysis"
21201
21202 # Speedup - VPP Container Memif 3n-hsw-x710
21203 -
21204   type: "plot"
21205   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21206   algorithm: "plot_throughput_speedup_analysis"
21207   output-file-type: ".html"
21208   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21209   data: "plot-throughput-speedup-analysis-3n-hsw"
21210   filter: "'NIC_Intel-X710' and
21211            '64B' and
21212            ('BASE' or 'SCALE') and
21213            'NDRPDR' and
21214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21215            not 'VHOST' and
21216            'MEMIF'"
21217   parameters:
21218   - "throughput"
21219   - "parent"
21220   - "tags"
21221   sort:
21222   - "L2XCFWD"
21223   - "L2XCFWD"
21224   - "L2XCFWD"
21225   - "L2BDMACLRN"
21226   - "L2BDMACLRN"
21227   - "L2BDMACLRN"
21228   layout:
21229     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
21230     layout: "plot-throughput-speedup-analysis"
21231
21232 -
21233   type: "plot"
21234   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21235   algorithm: "plot_throughput_speedup_analysis"
21236   output-file-type: ".html"
21237   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21238   data: "plot-throughput-speedup-analysis-3n-hsw"
21239   filter: "'NIC_Intel-X710' and
21240            '64B' and
21241            ('BASE' or 'SCALE') and
21242            'NDRPDR' and
21243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21244            not 'VHOST' and
21245            'MEMIF'"
21246   parameters:
21247   - "throughput"
21248   - "parent"
21249   - "tags"
21250   sort:
21251   - "L2XCFWD"
21252   - "L2XCFWD"
21253   - "L2XCFWD"
21254   - "L2BDMACLRN"
21255   - "L2BDMACLRN"
21256   - "L2BDMACLRN"
21257   layout:
21258     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
21259     layout: "plot-throughput-speedup-analysis"
21260
21261 # Speedup - VPP Container Memif 3n-hsw-xl710
21262 -
21263   type: "plot"
21264   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21265   algorithm: "plot_throughput_speedup_analysis"
21266   output-file-type: ".html"
21267   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21268   data: "plot-throughput-speedup-analysis-3n-hsw"
21269   filter: "'NIC_Intel-XL710' and
21270            '64B' and
21271            ('BASE' or 'SCALE') and
21272            'NDRPDR' and
21273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21274            not 'VHOST' and
21275            'MEMIF'"
21276   parameters:
21277   - "throughput"
21278   - "parent"
21279   - "tags"
21280   sort:
21281   - "L2XCFWD"
21282   - "L2XCFWD"
21283   - "L2XCFWD"
21284   - "L2BDMACLRN"
21285   - "L2BDMACLRN"
21286   - "L2BDMACLRN"
21287   layout:
21288     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
21289     layout: "plot-throughput-speedup-analysis"
21290
21291 -
21292   type: "plot"
21293   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21294   algorithm: "plot_throughput_speedup_analysis"
21295   output-file-type: ".html"
21296   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21297   data: "plot-throughput-speedup-analysis-3n-hsw"
21298   filter: "'NIC_Intel-XL710' and
21299            '64B' and
21300            ('BASE' or 'SCALE') and
21301            'NDRPDR' and
21302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21303            not 'VHOST' and
21304            'MEMIF'"
21305   parameters:
21306   - "throughput"
21307   - "parent"
21308   - "tags"
21309   sort:
21310   - "L2XCFWD"
21311   - "L2XCFWD"
21312   - "L2XCFWD"
21313   - "L2BDMACLRN"
21314   - "L2BDMACLRN"
21315   - "L2BDMACLRN"
21316   layout:
21317     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
21318     layout: "plot-throughput-speedup-analysis"
21319
21320 # Speedup - VPP Container Memif 3n-skx-x710
21321 -
21322   type: "plot"
21323   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21324   algorithm: "plot_throughput_speedup_analysis"
21325   output-file-type: ".html"
21326   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21327   data: "plot-throughput-speedup-analysis-3n-skx"
21328   filter: "'NIC_Intel-X710' and
21329            '64B' and
21330            ('BASE' or 'SCALE') and
21331            'NDRPDR' and
21332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21333            not 'VHOST' and
21334            'MEMIF'"
21335   parameters:
21336   - "throughput"
21337   - "parent"
21338   - "tags"
21339   sort:
21340   - "L2XCFWD"
21341   - "L2XCFWD"
21342   - "L2XCFWD"
21343   - "L2BDMACLRN"
21344   - "L2BDMACLRN"
21345   - "L2BDMACLRN"
21346   layout:
21347     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
21348     layout: "plot-throughput-speedup-analysis"
21349
21350 -
21351   type: "plot"
21352   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21353   algorithm: "plot_throughput_speedup_analysis"
21354   output-file-type: ".html"
21355   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21356   data: "plot-throughput-speedup-analysis-3n-skx"
21357   filter: "'NIC_Intel-X710' and
21358            '64B' and
21359            ('BASE' or 'SCALE') and
21360            'NDRPDR' and
21361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21362            not 'VHOST' and
21363             'MEMIF'"
21364   parameters:
21365   - "throughput"
21366   - "parent"
21367   - "tags"
21368   sort:
21369   - "L2XCFWD"
21370   - "L2XCFWD"
21371   - "L2XCFWD"
21372   - "L2BDMACLRN"
21373   - "L2BDMACLRN"
21374   - "L2BDMACLRN"
21375   layout:
21376     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
21377     layout: "plot-throughput-speedup-analysis"
21378
21379 # Speedup - VPP Container Memif 2n-skx-x710
21380 -
21381   type: "plot"
21382   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21383   algorithm: "plot_throughput_speedup_analysis"
21384   output-file-type: ".html"
21385   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21386   data: "plot-throughput-speedup-analysis-2n-skx"
21387   filter: "'NIC_Intel-X710' and
21388            '64B' and
21389            ('BASE' or 'SCALE') and
21390            'NDRPDR' and
21391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21392            not 'VHOST' and
21393            'MEMIF'"
21394   parameters:
21395   - "throughput"
21396   - "parent"
21397   - "tags"
21398   sort:
21399   - "L2XCFWD"
21400   - "L2XCFWD"
21401   - "L2XCFWD"
21402   - "L2BDMACLRN"
21403   - "L2BDMACLRN"
21404   - "L2BDMACLRN"
21405   layout:
21406     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
21407     layout: "plot-throughput-speedup-analysis"
21408
21409 -
21410   type: "plot"
21411   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21412   algorithm: "plot_throughput_speedup_analysis"
21413   output-file-type: ".html"
21414   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21415   data: "plot-throughput-speedup-analysis-2n-skx"
21416   filter: "'NIC_Intel-X710' and
21417            '64B' and
21418            ('BASE' or 'SCALE') and
21419            'NDRPDR' and
21420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21421            not 'VHOST' and
21422             'MEMIF'"
21423   parameters:
21424   - "throughput"
21425   - "parent"
21426   - "tags"
21427   sort:
21428   - "L2XCFWD"
21429   - "L2XCFWD"
21430   - "L2XCFWD"
21431   - "L2BDMACLRN"
21432   - "L2BDMACLRN"
21433   - "L2BDMACLRN"
21434   layout:
21435     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
21436     layout: "plot-throughput-speedup-analysis"
21437
21438 # Speedup - VPP Container Memif 2n-skx-xxv710
21439 -
21440   type: "plot"
21441   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21442   algorithm: "plot_throughput_speedup_analysis"
21443   output-file-type: ".html"
21444   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21445   data: "plot-throughput-speedup-analysis-2n-skx"
21446   filter: "'NIC_Intel-XXV710' and
21447            '64B' and
21448            ('BASE' or 'SCALE') and
21449            'NDRPDR' and
21450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21451            not 'VHOST' and
21452            'MEMIF'"
21453   parameters:
21454   - "throughput"
21455   - "parent"
21456   - "tags"
21457   sort:
21458   - "L2XCFWD"
21459   - "L2XCFWD"
21460   - "L2XCFWD"
21461   - "L2BDMACLRN"
21462   - "L2BDMACLRN"
21463   - "L2BDMACLRN"
21464   layout:
21465     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
21466     layout: "plot-throughput-speedup-analysis"
21467
21468 -
21469   type: "plot"
21470   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21471   algorithm: "plot_throughput_speedup_analysis"
21472   output-file-type: ".html"
21473   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21474   data: "plot-throughput-speedup-analysis-2n-skx"
21475   filter: "'NIC_Intel-XXV710' and
21476            '64B' and
21477            ('BASE' or 'SCALE') and
21478            'NDRPDR' and
21479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21480            not 'VHOST' and
21481             'MEMIF'"
21482   parameters:
21483   - "throughput"
21484   - "parent"
21485   - "tags"
21486   sort:
21487   - "L2XCFWD"
21488   - "L2XCFWD"
21489   - "L2XCFWD"
21490   - "L2BDMACLRN"
21491   - "L2BDMACLRN"
21492   - "L2BDMACLRN"
21493   layout:
21494     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
21495     layout: "plot-throughput-speedup-analysis"
21496
21497 ################################################################################
21498
21499 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
21500 -
21501   type: "plot"
21502   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21503   algorithm: "plot_throughput_speedup_analysis"
21504   output-file-type: ".html"
21505   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21506   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21507   filter: "'NIC_Intel-X520-DA2' and
21508            '64B' and
21509            ('BASE' or 'SCALE') and
21510            'NDRPDR' and
21511            'L2XCFWD' and
21512            not 'VHOST' and
21513            'MEMIF'"
21514   parameters:
21515   - "throughput"
21516   - "parent"
21517   - "tags"
21518   sort:
21519   - "1VNF"
21520   - "2VNF"
21521   - "4VNF"
21522   - "2VNF"
21523   - "4VNF"
21524   layout:
21525     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
21526     layout: "plot-throughput-speedup-analysis"
21527
21528 -
21529   type: "plot"
21530   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21531   algorithm: "plot_throughput_speedup_analysis"
21532   output-file-type: ".html"
21533   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21534   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21535   filter: "'NIC_Intel-X520-DA2' and
21536            '64B' and
21537            ('BASE' or 'SCALE') and
21538            'NDRPDR' and
21539            'L2XCFWD' and
21540            not 'VHOST' and
21541            'MEMIF'"
21542   parameters:
21543   - "throughput"
21544   - "parent"
21545   - "tags"
21546   sort:
21547   - "1VNF"
21548   - "2VNF"
21549   - "4VNF"
21550   - "2VNF"
21551   - "4VNF"
21552   layout:
21553     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
21554     layout: "plot-throughput-speedup-analysis"
21555
21556 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
21557 -
21558   type: "plot"
21559   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-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-l2bd-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            ('L2BDMACSTAT' or 'L2BDMACLRN') 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-l2bd"
21583     layout: "plot-throughput-speedup-analysis"
21584
21585 -
21586   type: "plot"
21587   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-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-l2bd-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            ('L2BDMACSTAT' or 'L2BDMACLRN') 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-l2bd-pdr"
21611     layout: "plot-throughput-speedup-analysis"
21612
21613 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
21614 -
21615   type: "plot"
21616   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21617   algorithm: "plot_throughput_speedup_analysis"
21618   output-file-type: ".html"
21619   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21620   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21621   filter: "'NIC_Intel-X710' and
21622            '64B' and
21623            ('BASE' or 'SCALE') and
21624            'NDRPDR' and
21625            'L2XCFWD' 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-x710-64b-base_and_scale-l2xc-ndr"
21640     layout: "plot-throughput-speedup-analysis"
21641
21642 -
21643   type: "plot"
21644   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21645   algorithm: "plot_throughput_speedup_analysis"
21646   output-file-type: ".html"
21647   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21648   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21649   filter: "'NIC_Intel-X710' and
21650            '64B' and
21651            ('BASE' or 'SCALE') and
21652            'NDRPDR' and
21653            'L2XCFWD' 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-x710-64b-base_and_scale-l2xc-pdr"
21668     layout: "plot-throughput-speedup-analysis"
21669
21670 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
21671 -
21672   type: "plot"
21673   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-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-l2bd-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            ('L2BDMACSTAT' or 'L2BDMACLRN') 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-l2bd-ndr"
21697     layout: "plot-throughput-speedup-analysis"
21698
21699 -
21700   type: "plot"
21701   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-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-l2bd-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            ('L2BDMACSTAT' or 'L2BDMACLRN') 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-l2bd-pdr"
21725     layout: "plot-throughput-speedup-analysis"
21726
21727 ################################################################################
21728
21729 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
21730 -
21731   type: "plot"
21732   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21733   algorithm: "plot_throughput_speedup_analysis"
21734   output-file-type: ".html"
21735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21736   data: "plot-throughput-speedup-analysis-3n-hsw"
21737   filter: "'NIC_Intel-X520-DA2' and
21738            '64B' and
21739            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21740            'NDRPDR' and
21741            'IP4FWD' and
21742            not 'IPSEC' and
21743            not 'VHOST'"
21744   parameters:
21745   - "throughput"
21746   - "parent"
21747   - "tags"
21748   sort:
21749   - "IP4BASE"
21750   - "FIB_20K"
21751   - "FIB_200K"
21752   - "FIB_2M"
21753   layout:
21754     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
21755     layout: "plot-throughput-speedup-analysis"
21756
21757 -
21758   type: "plot"
21759   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21760   algorithm: "plot_throughput_speedup_analysis"
21761   output-file-type: ".html"
21762   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21763   data: "plot-throughput-speedup-analysis-3n-hsw"
21764   filter: "'NIC_Intel-X520-DA2' and
21765            '64B' and
21766            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21767            'NDRPDR' and
21768            'IP4FWD' and
21769            not 'IPSEC' and
21770            not 'VHOST'"
21771   parameters:
21772   - "throughput"
21773   - "parent"
21774   - "tags"
21775   sort:
21776   - "IP4BASE"
21777   - "FIB_20K"
21778   - "FIB_200K"
21779   - "FIB_2M"
21780   layout:
21781     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
21782     layout: "plot-throughput-speedup-analysis"
21783
21784 # Speedup - VPP IPv4 3n-hsw-x520 features
21785 -
21786   type: "plot"
21787   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
21788   algorithm: "plot_throughput_speedup_analysis"
21789   output-file-type: ".html"
21790   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
21791   data: "plot-throughput-speedup-analysis-3n-hsw"
21792   filter: "'NIC_Intel-X520-DA2' and
21793            '64B' and
21794            ('IP4BASE' or
21795             'POLICE_MARK' or
21796             'COPWHLIST' or
21797             ('NAT44' and 'BASE') or
21798             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21799            'NDRPDR' and
21800            'IP4FWD' and
21801            not 'IPSEC' and
21802            not 'VHOST'"
21803   parameters:
21804   - "throughput"
21805   - "parent"
21806   - "tags"
21807   sort:
21808   - "IP4BASE"
21809   - "NAT44"
21810   - "POLICE_MARK"
21811   - "COPWHLIST"
21812   - "IACL"
21813   - "OACL"
21814   layout:
21815     title: "ip4-3n-hsw-x520-64b-features-ndr"
21816     layout: "plot-throughput-speedup-analysis"
21817
21818 -
21819   type: "plot"
21820   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
21821   algorithm: "plot_throughput_speedup_analysis"
21822   output-file-type: ".html"
21823   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
21824   data: "plot-throughput-speedup-analysis-3n-hsw"
21825   filter: "'NIC_Intel-X520-DA2' and
21826            '64B' and
21827            ('IP4BASE' or
21828             'POLICE_MARK' or
21829             'COPWHLIST' or
21830             ('NAT44' and 'BASE') or
21831             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21832            'NDRPDR' and
21833            'IP4FWD' and
21834            not 'IPSEC' and
21835            not 'VHOST'"
21836   parameters:
21837   - "throughput"
21838   - "parent"
21839   - "tags"
21840   sort:
21841   - "IP4BASE"
21842   - "NAT44"
21843   - "POLICE_MARK"
21844   - "COPWHLIST"
21845   - "IACL"
21846   - "OACL"
21847   layout:
21848     title: "ip4-3n-hsw-x520-64b-features-pdr"
21849     layout: "plot-throughput-speedup-analysis"
21850
21851 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
21852 -
21853   type: "plot"
21854   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21855   algorithm: "plot_throughput_speedup_analysis"
21856   output-file-type: ".html"
21857   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21858   data: "plot-throughput-speedup-analysis-3n-hsw"
21859   filter: "'NIC_Intel-X520-DA2' and
21860            '64B' and
21861            'NDRPDR' and
21862            'IP4FWD' and
21863            'NAT44' and
21864            not 'IPSEC' and
21865            not 'VHOST'"
21866   parameters:
21867   - "throughput"
21868   - "parent"
21869   - "tags"
21870   sort:
21871   - "BASE"
21872   - "BASE"
21873   - "SRC_USER_10"
21874   - "SRC_USER_100"
21875   - "SRC_USER_1000"
21876   - "SRC_USER_2000"
21877   layout:
21878     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
21879     layout: "plot-throughput-speedup-analysis"
21880
21881 -
21882   type: "plot"
21883   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21884   algorithm: "plot_throughput_speedup_analysis"
21885   output-file-type: ".html"
21886   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21887   data: "plot-throughput-speedup-analysis-3n-hsw"
21888   filter: "'NIC_Intel-X520-DA2' and
21889            '64B' and
21890            'NDRPDR' and
21891            'IP4FWD' and
21892            'NAT44' and
21893            not 'IPSEC' and
21894            not 'VHOST'"
21895   parameters:
21896   - "throughput"
21897   - "parent"
21898   - "tags"
21899   sort:
21900   - "BASE"
21901   - "BASE"
21902   - "SRC_USER_10"
21903   - "SRC_USER_100"
21904   - "SRC_USER_1000"
21905   - "SRC_USER_2000"
21906   layout:
21907     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
21908     layout: "plot-throughput-speedup-analysis"
21909
21910 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
21911 -
21912   type: "plot"
21913   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21914   algorithm: "plot_throughput_speedup_analysis"
21915   output-file-type: ".html"
21916   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21917   data: "plot-throughput-speedup-analysis-3n-hsw"
21918   filter: "'NIC_Intel-X520-DA2' and
21919            '64B' and
21920            'NDRPDR' and
21921            'IP4FWD' and
21922            'IACL' and
21923            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21924            not 'IPSEC' and
21925            not 'VHOST'"
21926   parameters:
21927   - "throughput"
21928   - "parent"
21929   - "tags"
21930   sort:
21931   - "ACL_STATELESS"
21932   - "ACL_STATEFUL"
21933   - "ACL_STATELESS"
21934   - "ACL_STATEFUL"
21935   layout:
21936     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
21937     layout: "plot-throughput-speedup-analysis"
21938
21939 -
21940   type: "plot"
21941   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21942   algorithm: "plot_throughput_speedup_analysis"
21943   output-file-type: ".html"
21944   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21945   data: "plot-throughput-speedup-analysis-3n-hsw"
21946   filter: "'NIC_Intel-X520-DA2' and
21947            '64B' and
21948            'NDRPDR' and
21949            'IP4FWD' and
21950            'IACL' and
21951            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21952            not 'IPSEC' and
21953            not 'VHOST'"
21954   parameters:
21955   - "throughput"
21956   - "parent"
21957   - "tags"
21958   sort:
21959   - "ACL_STATELESS"
21960   - "ACL_STATEFUL"
21961   - "ACL_STATELESS"
21962   - "ACL_STATEFUL"
21963   layout:
21964     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
21965     layout: "plot-throughput-speedup-analysis"
21966
21967 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
21968 -
21969   type: "plot"
21970   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-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-oacl-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            'OACL' 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-oacl-ndr"
21994     layout: "plot-throughput-speedup-analysis"
21995
21996 -
21997   type: "plot"
21998   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-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-oacl-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            'OACL' 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-oacl-pdr"
22022     layout: "plot-throughput-speedup-analysis"
22023
22024 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
22025 -
22026   type: "plot"
22027   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22028   algorithm: "plot_throughput_speedup_analysis"
22029   output-file-type: ".html"
22030   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22031   data: "plot-throughput-speedup-analysis-3n-hsw"
22032   filter: "'NIC_Intel-X710' and
22033            '64B' and
22034            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22035            'NDRPDR' and
22036            'IP4FWD' and
22037            not 'IPSEC' and
22038            not 'VHOST'"
22039   parameters:
22040   - "throughput"
22041   - "parent"
22042   - "tags"
22043   sort:
22044   - "IP4BASE"
22045   - "FIB_20K"
22046   - "FIB_200K"
22047   - "FIB_2M"
22048   layout:
22049     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22050     layout: "plot-throughput-speedup-analysis"
22051
22052 -
22053   type: "plot"
22054   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22055   algorithm: "plot_throughput_speedup_analysis"
22056   output-file-type: ".html"
22057   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22058   data: "plot-throughput-speedup-analysis-3n-hsw"
22059   filter: "'NIC_Intel-X710' and
22060            '64B' and
22061            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22062            'NDRPDR' and
22063            'IP4FWD' and
22064            not 'IPSEC' and
22065            not 'VHOST'"
22066   parameters:
22067   - "throughput"
22068   - "parent"
22069   - "tags"
22070   sort:
22071   - "IP4BASE"
22072   - "FIB_20K"
22073   - "FIB_200K"
22074   - "FIB_2M"
22075   layout:
22076     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22077     layout: "plot-throughput-speedup-analysis"
22078
22079 # Speedup - VPP IPv4 3n-hsw-x710 features
22080 -
22081   type: "plot"
22082   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22083   algorithm: "plot_throughput_speedup_analysis"
22084   output-file-type: ".html"
22085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22086   data: "plot-throughput-speedup-analysis-3n-hsw"
22087   filter: "'NIC_Intel-X710' and
22088            '64B' and
22089            ('IP4BASE' or
22090             'POLICE_MARK' or
22091             'COPWHLIST' or
22092             ('NAT44' and 'BASE') or
22093             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22094            'NDRPDR' and
22095            'IP4FWD' and
22096            not 'IPSEC' and
22097            not 'VHOST'"
22098   parameters:
22099   - "throughput"
22100   - "parent"
22101   - "tags"
22102   sort:
22103   - "IP4BASE"
22104   - "NAT44"
22105   - "POLICE_MARK"
22106   - "COPWHLIST"
22107   - "IACL"
22108   - "OACL"
22109   layout:
22110     title: "ip4-3n-hsw-x710-64b-features-ndr"
22111     layout: "plot-throughput-speedup-analysis"
22112
22113 -
22114   type: "plot"
22115   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22116   algorithm: "plot_throughput_speedup_analysis"
22117   output-file-type: ".html"
22118   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22119   data: "plot-throughput-speedup-analysis-3n-hsw"
22120   filter: "'NIC_Intel-X710' and
22121            '64B' and
22122            ('IP4BASE' or
22123             'POLICE_MARK' or
22124             'COPWHLIST' or
22125             ('NAT44' and 'BASE') or
22126             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22127            'NDRPDR' and
22128            'IP4FWD' and
22129            not 'IPSEC' and
22130            not 'VHOST'"
22131   parameters:
22132   - "throughput"
22133   - "parent"
22134   - "tags"
22135   sort:
22136   - "IP4BASE"
22137   - "NAT44"
22138   - "POLICE_MARK"
22139   - "COPWHLIST"
22140   - "IACL"
22141   - "OACL"
22142   layout:
22143     title: "ip4-3n-hsw-x710-64b-features-pdr"
22144     layout: "plot-throughput-speedup-analysis"
22145
22146 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22147 -
22148   type: "plot"
22149   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22150   algorithm: "plot_throughput_speedup_analysis"
22151   output-file-type: ".html"
22152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22153   data: "plot-throughput-speedup-analysis-3n-hsw"
22154   filter: "'NIC_Intel-X710' and
22155            '64B' and
22156            'NDRPDR' and
22157            'IP4FWD' and
22158            'NAT44' and
22159            not 'IPSEC' and
22160            not 'VHOST'"
22161   parameters:
22162   - "throughput"
22163   - "parent"
22164   - "tags"
22165   sort:
22166   - "BASE"
22167   - "BASE"
22168   - "SRC_USER_10"
22169   - "SRC_USER_100"
22170   - "SRC_USER_1000"
22171   - "SRC_USER_2000"
22172   layout:
22173     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22174     layout: "plot-throughput-speedup-analysis"
22175
22176 -
22177   type: "plot"
22178   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22179   algorithm: "plot_throughput_speedup_analysis"
22180   output-file-type: ".html"
22181   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22182   data: "plot-throughput-speedup-analysis-3n-hsw"
22183   filter: "'NIC_Intel-X710' and
22184            '64B' and
22185            'NDRPDR' and
22186            'IP4FWD' and
22187            'NAT44' and
22188            not 'IPSEC' and
22189            not 'VHOST'"
22190   parameters:
22191   - "throughput"
22192   - "parent"
22193   - "tags"
22194   sort:
22195   - "BASE"
22196   - "BASE"
22197   - "SRC_USER_10"
22198   - "SRC_USER_100"
22199   - "SRC_USER_1000"
22200   - "SRC_USER_2000"
22201   layout:
22202     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22203     layout: "plot-throughput-speedup-analysis"
22204
22205 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22206 -
22207   type: "plot"
22208   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22209   algorithm: "plot_throughput_speedup_analysis"
22210   output-file-type: ".html"
22211   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22212   data: "plot-throughput-speedup-analysis-3n-hsw"
22213   filter: "'NIC_Intel-X710' and
22214            '64B' and
22215            'NDRPDR' and
22216            'IP4FWD' and
22217            'IACL' and
22218            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22219            not 'IPSEC' and
22220            not 'VHOST'"
22221   parameters:
22222   - "throughput"
22223   - "parent"
22224   - "tags"
22225   sort:
22226   - "ACL_STATELESS"
22227   - "ACL_STATEFUL"
22228   - "ACL_STATELESS"
22229   - "ACL_STATEFUL"
22230   layout:
22231     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22232     layout: "plot-throughput-speedup-analysis"
22233
22234 -
22235   type: "plot"
22236   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22237   algorithm: "plot_throughput_speedup_analysis"
22238   output-file-type: ".html"
22239   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22240   data: "plot-throughput-speedup-analysis-3n-hsw"
22241   filter: "'NIC_Intel-X710' and
22242            '64B' and
22243            'NDRPDR' and
22244            'IP4FWD' and
22245            'IACL' and
22246            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22247            not 'IPSEC' and
22248            not 'VHOST'"
22249   parameters:
22250   - "throughput"
22251   - "parent"
22252   - "tags"
22253   sort:
22254   - "ACL_STATELESS"
22255   - "ACL_STATEFUL"
22256   - "ACL_STATELESS"
22257   - "ACL_STATEFUL"
22258   layout:
22259     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
22260     layout: "plot-throughput-speedup-analysis"
22261
22262 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
22263 -
22264   type: "plot"
22265   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-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-oacl-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            'OACL' 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-oacl-ndr"
22289     layout: "plot-throughput-speedup-analysis"
22290
22291 -
22292   type: "plot"
22293   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-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-oacl-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            'OACL' 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-oacl-pdr"
22317     layout: "plot-throughput-speedup-analysis"
22318
22319 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
22320 -
22321   type: "plot"
22322   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22323   algorithm: "plot_throughput_speedup_analysis"
22324   output-file-type: ".html"
22325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22326   data: "plot-throughput-speedup-analysis-3n-hsw"
22327   filter: "'NIC_Intel-XL710' and
22328            '64B' and
22329            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22330            'NDRPDR' and
22331            'IP4FWD' and
22332            not 'IPSEC' and
22333            not 'VHOST'"
22334   parameters:
22335   - "throughput"
22336   - "parent"
22337   - "tags"
22338   sort:
22339   - "IP4BASE"
22340   - "FIB_20K"
22341   - "FIB_200K"
22342   - "FIB_2M"
22343   layout:
22344     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
22345     layout: "plot-throughput-speedup-analysis"
22346
22347 -
22348   type: "plot"
22349   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22350   algorithm: "plot_throughput_speedup_analysis"
22351   output-file-type: ".html"
22352   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22353   data: "plot-throughput-speedup-analysis-3n-hsw"
22354   filter: "'NIC_Intel-XL710' and
22355            '64B' and
22356            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22357            'NDRPDR' and
22358            'IP4FWD' and
22359            not 'IPSEC' and
22360            not 'VHOST'"
22361   parameters:
22362   - "throughput"
22363   - "parent"
22364   - "tags"
22365   sort:
22366   - "IP4BASE"
22367   - "FIB_20K"
22368   - "FIB_200K"
22369   - "FIB_2M"
22370   layout:
22371     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
22372     layout: "plot-throughput-speedup-analysis"
22373
22374 # Speedup - VPP IPv4 3n-skx-x710 base and scale
22375 -
22376   type: "plot"
22377   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22378   algorithm: "plot_throughput_speedup_analysis"
22379   output-file-type: ".html"
22380   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22381   data: "plot-throughput-speedup-analysis-3n-skx"
22382   filter: "'NIC_Intel-X710' and
22383            '64B' and
22384            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22385            'NDRPDR' and
22386            'IP4FWD' and
22387            not 'IPSEC' and
22388            not 'VHOST'"
22389   parameters:
22390   - "throughput"
22391   - "parent"
22392   - "tags"
22393   sort:
22394   - "IP4BASE"
22395   - "FIB_20K"
22396   - "FIB_200K"
22397   - "FIB_2M"
22398   layout:
22399     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
22400     layout: "plot-throughput-speedup-analysis"
22401
22402 -
22403   type: "plot"
22404   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22405   algorithm: "plot_throughput_speedup_analysis"
22406   output-file-type: ".html"
22407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22408   data: "plot-throughput-speedup-analysis-3n-skx"
22409   filter: "'NIC_Intel-X710' and
22410            '64B' and
22411            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22412            'NDRPDR' and
22413            'IP4FWD' and
22414            not 'IPSEC' and
22415            not 'VHOST'"
22416   parameters:
22417   - "throughput"
22418   - "parent"
22419   - "tags"
22420   sort:
22421   - "IP4BASE"
22422   - "FIB_20K"
22423   - "FIB_200K"
22424   - "FIB_2M"
22425   layout:
22426     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
22427     layout: "plot-throughput-speedup-analysis"
22428
22429 # Speedup - VPP IPv4 3n-skx-x710 features
22430 -
22431   type: "plot"
22432   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
22433   algorithm: "plot_throughput_speedup_analysis"
22434   output-file-type: ".html"
22435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
22436   data: "plot-throughput-speedup-analysis-3n-skx"
22437   filter: "'NIC_Intel-X710' and
22438            '64B' and
22439            ('IP4BASE' or
22440             'POLICE_MARK' or
22441             'COPWHLIST' or
22442             ('NAT44' and 'BASE') or
22443             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22444            'NDRPDR' and
22445            'IP4FWD' and
22446            not 'IPSEC' and
22447            not 'VHOST'"
22448   parameters:
22449   - "throughput"
22450   - "parent"
22451   - "tags"
22452   sort:
22453   - "IP4BASE"
22454   - "NAT44"
22455   - "POLICE_MARK"
22456   - "COPWHLIST"
22457   - "IACL"
22458   - "OACL"
22459   layout:
22460     title: "ip4-3n-skx-x710-64b-features-ndr"
22461     layout: "plot-throughput-speedup-analysis"
22462
22463 -
22464   type: "plot"
22465   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
22466   algorithm: "plot_throughput_speedup_analysis"
22467   output-file-type: ".html"
22468   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
22469   data: "plot-throughput-speedup-analysis-3n-skx"
22470   filter: "'NIC_Intel-X710' and
22471            '64B' and
22472            ('IP4BASE' or
22473             'POLICE_MARK' or
22474             'COPWHLIST' or
22475             ('NAT44' and 'BASE') or
22476             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22477            'NDRPDR' and
22478            'IP4FWD' and
22479            not 'IPSEC' and
22480            not 'VHOST'"
22481   parameters:
22482   - "throughput"
22483   - "parent"
22484   - "tags"
22485   sort:
22486   - "IP4BASE"
22487   - "NAT44"
22488   - "POLICE_MARK"
22489   - "COPWHLIST"
22490   - "IACL"
22491   - "OACL"
22492   layout:
22493     title: "ip4-3n-skx-x710-64b-features-pdr"
22494     layout: "plot-throughput-speedup-analysis"
22495
22496 # Speedup - VPP IPv4 3n-skx-x710 features nat44
22497 -
22498   type: "plot"
22499   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22500   algorithm: "plot_throughput_speedup_analysis"
22501   output-file-type: ".html"
22502   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22503   data: "plot-throughput-speedup-analysis-3n-skx"
22504   filter: "'NIC_Intel-X710' and
22505            '64B' and
22506            'NDRPDR' and
22507            'IP4FWD' and
22508            'NAT44' and
22509            not 'IPSEC' and
22510            not 'VHOST'"
22511   parameters:
22512   - "throughput"
22513   - "parent"
22514   - "tags"
22515   sort:
22516   - "BASE"
22517   - "BASE"
22518   - "SRC_USER_10"
22519   - "SRC_USER_100"
22520   - "SRC_USER_1000"
22521   - "SRC_USER_2000"
22522   layout:
22523     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
22524     layout: "plot-throughput-speedup-analysis"
22525
22526 -
22527   type: "plot"
22528   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22529   algorithm: "plot_throughput_speedup_analysis"
22530   output-file-type: ".html"
22531   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22532   data: "plot-throughput-speedup-analysis-3n-skx"
22533   filter: "'NIC_Intel-X710' and
22534            '64B' and
22535            'NDRPDR' and
22536            'IP4FWD' and
22537            'NAT44' and
22538            not 'IPSEC' and
22539            not 'VHOST'"
22540   parameters:
22541   - "throughput"
22542   - "parent"
22543   - "tags"
22544   sort:
22545   - "BASE"
22546   - "BASE"
22547   - "SRC_USER_10"
22548   - "SRC_USER_100"
22549   - "SRC_USER_1000"
22550   - "SRC_USER_2000"
22551   layout:
22552     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
22553     layout: "plot-throughput-speedup-analysis"
22554
22555 # Speedup - VPP IPv4 3n-skx-x710 features iacl
22556 -
22557   type: "plot"
22558   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22559   algorithm: "plot_throughput_speedup_analysis"
22560   output-file-type: ".html"
22561   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22562   data: "plot-throughput-speedup-analysis-3n-skx"
22563   filter: "'NIC_Intel-X710' and
22564            '64B' and
22565            'NDRPDR' and
22566            'IP4FWD' and
22567            'IACL' and
22568            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22569            not 'IPSEC' and
22570            not 'VHOST'"
22571   parameters:
22572   - "throughput"
22573   - "parent"
22574   - "tags"
22575   sort:
22576   - "ACL_STATELESS"
22577   - "ACL_STATEFUL"
22578   - "ACL_STATELESS"
22579   - "ACL_STATEFUL"
22580   layout:
22581     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
22582     layout: "plot-throughput-speedup-analysis"
22583
22584 -
22585   type: "plot"
22586   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22587   algorithm: "plot_throughput_speedup_analysis"
22588   output-file-type: ".html"
22589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22590   data: "plot-throughput-speedup-analysis-3n-skx"
22591   filter: "'NIC_Intel-X710' and
22592            '64B' and
22593            'NDRPDR' and
22594            'IP4FWD' and
22595            'IACL' and
22596            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22597            not 'IPSEC' and
22598            not 'VHOST'"
22599   parameters:
22600   - "throughput"
22601   - "parent"
22602   - "tags"
22603   sort:
22604   - "ACL_STATELESS"
22605   - "ACL_STATEFUL"
22606   - "ACL_STATELESS"
22607   - "ACL_STATEFUL"
22608   layout:
22609     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
22610     layout: "plot-throughput-speedup-analysis"
22611
22612 # Speedup - VPP IPv4 3n-skx-x710 features oacl
22613 -
22614   type: "plot"
22615   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-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-oacl-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            'OACL' 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-oacl-ndr"
22639     layout: "plot-throughput-speedup-analysis"
22640
22641 -
22642   type: "plot"
22643   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-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-oacl-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            'OACL' 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-oacl-pdr"
22667     layout: "plot-throughput-speedup-analysis"
22668
22669 # Speedup - VPP IPv4 2n-skx-x710 base and scale
22670 -
22671   type: "plot"
22672   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22673   algorithm: "plot_throughput_speedup_analysis"
22674   output-file-type: ".html"
22675   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22676   data: "plot-throughput-speedup-analysis-2n-skx"
22677   filter: "'NIC_Intel-X710' and
22678            '64B' and
22679            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22680            'NDRPDR' and
22681            'IP4FWD' and
22682            not 'IPSEC' and
22683            not 'VHOST'"
22684   parameters:
22685   - "throughput"
22686   - "parent"
22687   - "tags"
22688   sort:
22689   - "IP4BASE"
22690   - "FIB_20K"
22691   - "FIB_200K"
22692   - "FIB_2M"
22693   layout:
22694     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
22695     layout: "plot-throughput-speedup-analysis"
22696
22697 -
22698   type: "plot"
22699   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22700   algorithm: "plot_throughput_speedup_analysis"
22701   output-file-type: ".html"
22702   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22703   data: "plot-throughput-speedup-analysis-2n-skx"
22704   filter: "'NIC_Intel-X710' and
22705            '64B' and
22706            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22707            'NDRPDR' and
22708            'IP4FWD' and
22709            not 'IPSEC' and
22710            not 'VHOST'"
22711   parameters:
22712   - "throughput"
22713   - "parent"
22714   - "tags"
22715   sort:
22716   - "IP4BASE"
22717   - "FIB_20K"
22718   - "FIB_200K"
22719   - "FIB_2M"
22720   layout:
22721     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
22722     layout: "plot-throughput-speedup-analysis"
22723
22724 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
22725 -
22726   type: "plot"
22727   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22728   algorithm: "plot_throughput_speedup_analysis"
22729   output-file-type: ".html"
22730   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22731   data: "plot-throughput-speedup-analysis-2n-skx"
22732   filter: "'NIC_Intel-XXV710' and
22733            '64B' and
22734            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22735            'NDRPDR' and
22736            'IP4FWD' and
22737            not 'IPSEC' and
22738            not 'VHOST'"
22739   parameters:
22740   - "throughput"
22741   - "parent"
22742   - "tags"
22743   sort:
22744   - "IP4BASE"
22745   - "FIB_20K"
22746   - "FIB_200K"
22747   - "FIB_2M"
22748   layout:
22749     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
22750     layout: "plot-throughput-speedup-analysis"
22751
22752 -
22753   type: "plot"
22754   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22755   algorithm: "plot_throughput_speedup_analysis"
22756   output-file-type: ".html"
22757   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22758   data: "plot-throughput-speedup-analysis-2n-skx"
22759   filter: "'NIC_Intel-XXV710' and
22760            '64B' and
22761            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22762            'NDRPDR' and
22763            'IP4FWD' and
22764            not 'IPSEC' and
22765            not 'VHOST'"
22766   parameters:
22767   - "throughput"
22768   - "parent"
22769   - "tags"
22770   sort:
22771   - "IP4BASE"
22772   - "FIB_20K"
22773   - "FIB_200K"
22774   - "FIB_2M"
22775   layout:
22776     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
22777     layout: "plot-throughput-speedup-analysis"
22778
22779 ################################################################################
22780
22781 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
22782 -
22783   type: "plot"
22784   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22785   algorithm: "plot_throughput_speedup_analysis"
22786   output-file-type: ".html"
22787   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22788   data: "plot-throughput-speedup-analysis-3n-hsw"
22789   filter: "'NIC_Intel-X520_DA2' and
22790            '64B' and
22791            'ENCAP' and
22792            'NDRPDR' and
22793            'VXLAN' and
22794            'L2BDMACLRN' and
22795            not 'VHOST' and
22796            not 'IPSECHW'"
22797   parameters:
22798   - "throughput"
22799   - "parent"
22800   - "tags"
22801   sort:
22802   - "not DOT1Q"
22803   - "VXLAN_1"
22804   - "VXLAN_10"
22805   - "VXLAN_100"
22806   - "VXLAN_1000"
22807   layout:
22808     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
22809     layout: "plot-throughput-speedup-analysis"
22810
22811 -
22812   type: "plot"
22813   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22814   algorithm: "plot_throughput_speedup_analysis"
22815   output-file-type: ".html"
22816   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22817   data: "plot-throughput-speedup-analysis-3n-hsw"
22818   filter: "'NIC_Intel-X520_DA2' and
22819            '64B' and
22820            'ENCAP' and
22821            'NDRPDR' and
22822            'VXLAN' and
22823            'L2BDMACLRN' and
22824            not 'VHOST' and
22825            not 'IPSECHW'"
22826   parameters:
22827   - "throughput"
22828   - "parent"
22829   - "tags"
22830   sort:
22831   - "not DOT1Q"
22832   - "VXLAN_1"
22833   - "VXLAN_10"
22834   - "VXLAN_100"
22835   - "VXLAN_1000"
22836   layout:
22837     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
22838     layout: "plot-throughput-speedup-analysis"
22839
22840 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
22841 -
22842   type: "plot"
22843   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22844   algorithm: "plot_throughput_speedup_analysis"
22845   output-file-type: ".html"
22846   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22847   data: "plot-throughput-speedup-analysis-3n-hsw"
22848   filter: "'NIC_Intel-X520-DA2' and
22849            '64B' and
22850            'ENCAP' and
22851            'NDRPDR' and
22852            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22853            not 'DOT1Q' and
22854            not 'VHOST' and
22855            not 'IPSECHW'"
22856   parameters:
22857   - "throughput"
22858   - "parent"
22859   - "tags"
22860   sort:
22861   - "L2BDMACLRN"
22862   - "L2XCFWD"
22863   - "LISP"
22864   layout:
22865     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
22866     layout: "plot-throughput-speedup-analysis"
22867
22868 -
22869   type: "plot"
22870   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-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_features-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 ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22880            not 'DOT1Q' and
22881            not 'VHOST' and
22882            not 'IPSECHW'"
22883   parameters:
22884   - "throughput"
22885   - "parent"
22886   - "tags"
22887   sort:
22888   - "L2BDMACLRN"
22889   - "L2XCFWD"
22890   - "LISP"
22891   layout:
22892     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
22893     layout: "plot-throughput-speedup-analysis"
22894
22895 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
22896 -
22897   type: "plot"
22898   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22899   algorithm: "plot_throughput_speedup_analysis"
22900   output-file-type: ".html"
22901   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22902   data: "plot-throughput-speedup-analysis-3n-hsw"
22903   filter: "'NIC_Intel-X710' and
22904            '64B' and
22905            'ENCAP' and
22906            'NDRPDR' and
22907            'VXLAN' and
22908            'L2BDMACLRN' and
22909            not 'VHOST' and
22910            not 'IPSECHW'"
22911   parameters:
22912   - "throughput"
22913   - "parent"
22914   - "tags"
22915   sort:
22916   - "not DOT1Q"
22917   - "VXLAN_1"
22918   - "VXLAN_10"
22919   - "VXLAN_100"
22920   - "VXLAN_1000"
22921   layout:
22922     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
22923     layout: "plot-throughput-speedup-analysis"
22924
22925 -
22926   type: "plot"
22927   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22928   algorithm: "plot_throughput_speedup_analysis"
22929   output-file-type: ".html"
22930   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22931   data: "plot-throughput-speedup-analysis-3n-hsw"
22932   filter: "'NIC_Intel-X710' and
22933            '64B' and
22934            'ENCAP' and
22935            'NDRPDR' and
22936            'VXLAN' and
22937            'L2BDMACLRN' and
22938            not 'VHOST' and
22939            not 'IPSECHW'"
22940   parameters:
22941   - "throughput"
22942   - "parent"
22943   - "tags"
22944   sort:
22945   - "not DOT1Q"
22946   - "VXLAN_1"
22947   - "VXLAN_10"
22948   - "VXLAN_100"
22949   - "VXLAN_1000"
22950   layout:
22951     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
22952     layout: "plot-throughput-speedup-analysis"
22953
22954 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
22955 -
22956   type: "plot"
22957   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22958   algorithm: "plot_throughput_speedup_analysis"
22959   output-file-type: ".html"
22960   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22961   data: "plot-throughput-speedup-analysis-3n-hsw"
22962   filter: "'NIC_Intel-X710' and
22963            '64B' and
22964            'ENCAP' and
22965            'NDRPDR' and
22966            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22967            not 'DOT1Q' and
22968            not 'VHOST' and
22969            not 'IPSECHW'"
22970   parameters:
22971   - "throughput"
22972   - "parent"
22973   - "tags"
22974   sort:
22975   - "L2BDMACLRN"
22976   - "L2XCFWD"
22977   - "LISP"
22978   layout:
22979     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
22980     layout: "plot-throughput-speedup-analysis"
22981
22982 -
22983   type: "plot"
22984   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-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_features-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 ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22994            not 'DOT1Q' and
22995            not 'VHOST' and
22996            not 'IPSECHW'"
22997   parameters:
22998   - "throughput"
22999   - "parent"
23000   - "tags"
23001   sort:
23002   - "L2BDMACLRN"
23003   - "L2XCFWD"
23004   - "LISP"
23005   layout:
23006     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23007     layout: "plot-throughput-speedup-analysis"
23008
23009 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23010 -
23011   type: "plot"
23012   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23013   algorithm: "plot_throughput_speedup_analysis"
23014   output-file-type: ".html"
23015   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23016   data: "plot-throughput-speedup-analysis-3n-skx"
23017   filter: "'NIC_Intel-X710' and
23018            '64B' and
23019            'ENCAP' and
23020            'NDRPDR' and
23021            'VXLAN' and
23022            'L2BDMACLRN' and
23023            not 'VHOST' and
23024            not 'IPSECHW'"
23025   parameters:
23026   - "throughput"
23027   - "parent"
23028   - "tags"
23029   sort:
23030   - "not DOT1Q"
23031   - "VXLAN_1"
23032   - "VXLAN_10"
23033   - "VXLAN_100"
23034   - "VXLAN_1000"
23035   layout:
23036     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23037     layout: "plot-throughput-speedup-analysis"
23038
23039 -
23040   type: "plot"
23041   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23042   algorithm: "plot_throughput_speedup_analysis"
23043   output-file-type: ".html"
23044   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23045   data: "plot-throughput-speedup-analysis-3n-skx"
23046   filter: "'NIC_Intel-X710' and
23047            '64B' and
23048            'ENCAP' and
23049            'NDRPDR' and
23050            'VXLAN' and
23051            'L2BDMACLRN' and
23052            not 'VHOST' and
23053            not 'IPSECHW'"
23054   parameters:
23055   - "throughput"
23056   - "parent"
23057   - "tags"
23058   sort:
23059   - "not DOT1Q"
23060   - "VXLAN_1"
23061   - "VXLAN_10"
23062   - "VXLAN_100"
23063   - "VXLAN_1000"
23064   layout:
23065     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23066     layout: "plot-throughput-speedup-analysis"
23067
23068 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23069 -
23070   type: "plot"
23071   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23072   algorithm: "plot_throughput_speedup_analysis"
23073   output-file-type: ".html"
23074   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23075   data: "plot-throughput-speedup-analysis-3n-skx"
23076   filter: "'NIC_Intel-X710' and
23077            '64B' and
23078            'ENCAP' and
23079            'NDRPDR' and
23080            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23081            not 'DOT1Q' and
23082            not 'VHOST' and
23083            not 'IPSECHW'"
23084   parameters:
23085   - "throughput"
23086   - "parent"
23087   - "tags"
23088   sort:
23089   - "L2BDMACLRN"
23090   - "L2XCFWD"
23091   - "LISP"
23092   layout:
23093     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23094     layout: "plot-throughput-speedup-analysis"
23095
23096 -
23097   type: "plot"
23098   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-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_features-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 ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23108            not 'DOT1Q' and
23109            not 'VHOST' and
23110            not 'IPSECHW'"
23111   parameters:
23112   - "throughput"
23113   - "parent"
23114   - "tags"
23115   sort:
23116   - "L2BDMACLRN"
23117   - "L2XCFWD"
23118   - "LISP"
23119   layout:
23120     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23121     layout: "plot-throughput-speedup-analysis"
23122
23123 ################################################################################
23124
23125 # Speedup - VPP IPv6 3n-hsw-x520
23126 -
23127   type: "plot"
23128   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23129   algorithm: "plot_throughput_speedup_analysis"
23130   output-file-type: ".html"
23131   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23132   data: "plot-throughput-speedup-analysis-3n-hsw"
23133   filter: "'NIC_Intel-X520-DA2' and
23134            '78B' and
23135            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23136            'NDRPDR' and
23137            'IP6FWD' and
23138            not 'SRv6' and
23139            not 'IPSEC' and
23140            not 'VHOST'"
23141   parameters:
23142   - "throughput"
23143   - "parent"
23144   - "tags"
23145   sort:
23146   - "IP6BASE"
23147   - "FIB_20K"
23148   - "FIB_200K"
23149   - "FIB_2M"
23150   layout:
23151     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
23152     layout: "plot-throughput-speedup-analysis"
23153
23154 -
23155   type: "plot"
23156   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23157   algorithm: "plot_throughput_speedup_analysis"
23158   output-file-type: ".html"
23159   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23160   data: "plot-throughput-speedup-analysis-3n-hsw"
23161   filter: "'NIC_Intel-X520-DA2' and
23162            '78B' and
23163            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23164            'NDRPDR' and
23165            'IP6FWD' and
23166            not 'SRv6' and
23167            not 'IPSEC' and
23168            not 'VHOST'"
23169   parameters:
23170   - "throughput"
23171   - "parent"
23172   - "tags"
23173   sort:
23174   - "IP6BASE"
23175   - "FIB_20K"
23176   - "FIB_200K"
23177   - "FIB_2M"
23178   layout:
23179     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
23180     layout: "plot-throughput-speedup-analysis"
23181
23182 # Speedup - VPP IPv6 3n-hsw-x520 features
23183 -
23184   type: "plot"
23185   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-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_features-ndr-tsa"
23189   data: "plot-throughput-speedup-analysis-3n-hsw"
23190   filter: "'NIC_Intel-X520-DA2' and
23191            '78B' and
23192            ('IP6BASE' or
23193             'POLICE_MARK' or
23194             'COPWHLIST' or
23195             'IACLDST') and
23196            'NDRPDR' and
23197            'IP6FWD' and
23198            not 'SRv6' and
23199            not 'IPSEC' and
23200            not 'VHOST'"
23201   parameters:
23202   - "throughput"
23203   - "parent"
23204   - "tags"
23205   sort:
23206   - "IP6BASE"
23207   - "POLICE_MARK"
23208   - "COPWHLIST"
23209   - "IACLDST"
23210   layout:
23211     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
23212     layout: "plot-throughput-speedup-analysis"
23213
23214 -
23215   type: "plot"
23216   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23217   algorithm: "plot_throughput_speedup_analysis"
23218   output-file-type: ".html"
23219   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23220   data: "plot-throughput-speedup-analysis-3n-hsw"
23221   filter: "'NIC_Intel-X520-DA2' and
23222            '78B' and
23223            ('IP6BASE' or
23224             'POLICE_MARK' or
23225             'COPWHLIST' or
23226             'IACLDST') and
23227            'NDRPDR' and
23228            'IP6FWD' and
23229            not 'SRv6' and
23230            not 'IPSEC' and
23231            not 'VHOST'"
23232   parameters:
23233   - "throughput"
23234   - "parent"
23235   - "tags"
23236   sort:
23237   - "IP6BASE"
23238   - "POLICE_MARK"
23239   - "COPWHLIST"
23240   - "IACLDST"
23241   layout:
23242     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
23243     layout: "plot-throughput-speedup-analysis"
23244
23245 # Speedup - VPP IPv6 3n-hsw-x710
23246 -
23247   type: "plot"
23248   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23249   algorithm: "plot_throughput_speedup_analysis"
23250   output-file-type: ".html"
23251   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23252   data: "plot-throughput-speedup-analysis-3n-hsw"
23253   filter: "'NIC_Intel-X710' and
23254            '78B' and
23255            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23256            'NDRPDR' and
23257            'IP6FWD' and
23258            not 'SRv6' and
23259            not 'IPSEC' and
23260            not 'VHOST'"
23261   parameters:
23262   - "throughput"
23263   - "parent"
23264   - "tags"
23265   sort:
23266   - "IP6BASE"
23267   - "FIB_20K"
23268   - "FIB_200K"
23269   - "FIB_2M"
23270   layout:
23271     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23272     layout: "plot-throughput-speedup-analysis"
23273
23274 -
23275   type: "plot"
23276   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23277   algorithm: "plot_throughput_speedup_analysis"
23278   output-file-type: ".html"
23279   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23280   data: "plot-throughput-speedup-analysis-3n-hsw"
23281   filter: "'NIC_Intel-X710' and
23282            '78B' and
23283            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') 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   - "FIB_20K"
23296   - "FIB_200K"
23297   - "FIB_2M"
23298   layout:
23299     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23300     layout: "plot-throughput-speedup-analysis"
23301
23302 # Speedup - VPP IPv6 3n-hsw-x710 features
23303 -
23304   type: "plot"
23305   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-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_features-ndr-tsa"
23309   data: "plot-throughput-speedup-analysis-3n-hsw"
23310   filter: "'NIC_Intel-X710' and
23311            '78B' and
23312            ('IP6BASE' or
23313             'POLICE_MARK' or
23314             'COPWHLIST' or
23315             'IACLDST') and
23316            'NDRPDR' and
23317            'IP6FWD' and
23318            not 'SRv6' and
23319            not 'IPSEC' and
23320            not 'VHOST'"
23321   parameters:
23322   - "throughput"
23323   - "parent"
23324   - "tags"
23325   sort:
23326   - "IP6BASE"
23327   - "POLICE_MARK"
23328   - "COPWHLIST"
23329   - "IACLDST"
23330   layout:
23331     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23332     layout: "plot-throughput-speedup-analysis"
23333
23334 -
23335   type: "plot"
23336   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23337   algorithm: "plot_throughput_speedup_analysis"
23338   output-file-type: ".html"
23339   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23340   data: "plot-throughput-speedup-analysis-3n-hsw"
23341   filter: "'NIC_Intel-X710' and
23342            '78B' and
23343            ('IP6BASE' or
23344             'POLICE_MARK' or
23345             'COPWHLIST' or
23346             'IACLDST') and
23347            'NDRPDR' and
23348            'IP6FWD' and
23349            not 'SRv6' and
23350            not 'IPSEC' and
23351            not 'VHOST'"
23352   parameters:
23353   - "throughput"
23354   - "parent"
23355   - "tags"
23356   sort:
23357   - "IP6BASE"
23358   - "POLICE_MARK"
23359   - "COPWHLIST"
23360   - "IACLDST"
23361   layout:
23362     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23363     layout: "plot-throughput-speedup-analysis"
23364
23365 # Speedup - VPP IPv6 3n-hsw-xl710
23366 -
23367   type: "plot"
23368   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23369   algorithm: "plot_throughput_speedup_analysis"
23370   output-file-type: ".html"
23371   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23372   data: "plot-throughput-speedup-analysis-3n-hsw"
23373   filter: "'NIC_Intel-XL710' and
23374            '78B' and
23375            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23376            'NDRPDR' and
23377            'IP6FWD' and
23378            not 'SRv6' and
23379            not 'IPSEC' and
23380            not 'VHOST'"
23381   parameters:
23382   - "throughput"
23383   - "parent"
23384   - "tags"
23385   sort:
23386   - "IP6BASE"
23387   - "FIB_20K"
23388   - "FIB_200K"
23389   - "FIB_2M"
23390   layout:
23391     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
23392     layout: "plot-throughput-speedup-analysis"
23393
23394 -
23395   type: "plot"
23396   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23397   algorithm: "plot_throughput_speedup_analysis"
23398   output-file-type: ".html"
23399   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23400   data: "plot-throughput-speedup-analysis-3n-hsw"
23401   filter: "'NIC_Intel-XL710' and
23402            '78B' and
23403            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') 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   - "FIB_20K"
23416   - "FIB_200K"
23417   - "FIB_2M"
23418   layout:
23419     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
23420     layout: "plot-throughput-speedup-analysis"
23421
23422 # Speedup - VPP IPv6 3n-skx-x710
23423 -
23424   type: "plot"
23425   title: "Speedup: ip6-3n-skx-x710-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-skx-x710-78b-base_and_scale-ndr-tsa"
23429   data: "plot-throughput-speedup-analysis-3n-skx"
23430   filter: "'NIC_Intel-X710' 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-skx-x710-78b-base_and_scale-ndr"
23449     layout: "plot-throughput-speedup-analysis"
23450
23451 -
23452   type: "plot"
23453   title: "Speedup: ip6-3n-skx-x710-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-skx-x710-78b-base_and_scale-pdr-tsa"
23457   data: "plot-throughput-speedup-analysis-3n-skx"
23458   filter: "'NIC_Intel-X710' 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-skx-x710-78b-base_and_scale-pdr"
23477     layout: "plot-throughput-speedup-analysis"
23478
23479 # Speedup - VPP IPv6 3n-skx-x710 features
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
23490             'POLICE_MARK' or
23491             'COPWHLIST' or
23492             'IACLDST') and
23493            'NDRPDR' and
23494            'IP6FWD' and
23495            not 'SRv6' and
23496            not 'IPSEC' and
23497            not 'VHOST'"
23498   parameters:
23499   - "throughput"
23500   - "parent"
23501   - "tags"
23502   sort:
23503   - "IP6BASE"
23504   - "POLICE_MARK"
23505   - "COPWHLIST"
23506   - "IACLDST"
23507   layout:
23508     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23509     layout: "plot-throughput-speedup-analysis"
23510
23511 -
23512   type: "plot"
23513   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23514   algorithm: "plot_throughput_speedup_analysis"
23515   output-file-type: ".html"
23516   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23517   data: "plot-throughput-speedup-analysis-3n-skx"
23518   filter: "'NIC_Intel-X710' and
23519            '78B' and
23520            ('IP6BASE' or
23521             'POLICE_MARK' or
23522             'COPWHLIST' or
23523             'IACLDST') and
23524            'NDRPDR' and
23525            'IP6FWD' and
23526            not 'SRv6' and
23527            not 'IPSEC' and
23528            not 'VHOST'"
23529   parameters:
23530   - "throughput"
23531   - "parent"
23532   - "tags"
23533   sort:
23534   - "IP6BASE"
23535   - "POLICE_MARK"
23536   - "COPWHLIST"
23537   - "IACLDST"
23538   layout:
23539     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23540     layout: "plot-throughput-speedup-analysis"
23541
23542 # Speedup - VPP IPv6 2n-skx-x710
23543 -
23544   type: "plot"
23545   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23546   algorithm: "plot_throughput_speedup_analysis"
23547   output-file-type: ".html"
23548   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23549   data: "plot-throughput-speedup-analysis-2n-skx"
23550   filter: "'NIC_Intel-X710' and
23551            '78B' and
23552            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23553            'NDRPDR' and
23554            'IP6FWD' and
23555            not 'SRv6' and
23556            not 'IPSEC' and
23557            not 'VHOST'"
23558   parameters:
23559   - "throughput"
23560   - "parent"
23561   - "tags"
23562   sort:
23563   - "IP6BASE"
23564   - "FIB_20K"
23565   - "FIB_200K"
23566   - "FIB_2M"
23567   layout:
23568     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
23569     layout: "plot-throughput-speedup-analysis"
23570
23571 -
23572   type: "plot"
23573   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23574   algorithm: "plot_throughput_speedup_analysis"
23575   output-file-type: ".html"
23576   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23577   data: "plot-throughput-speedup-analysis-2n-skx"
23578   filter: "'NIC_Intel-X710' and
23579            '78B' and
23580            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') 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   - "FIB_20K"
23593   - "FIB_200K"
23594   - "FIB_2M"
23595   layout:
23596     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
23597     layout: "plot-throughput-speedup-analysis"
23598
23599 # Speedup - VPP IPv6 2n-skx-xxv710
23600 -
23601   type: "plot"
23602   title: "Speedup: ip6-2n-skx-xxv710-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-xxv710-78b-base_and_scale-ndr-tsa"
23606   data: "plot-throughput-speedup-analysis-2n-skx"
23607   filter: "'NIC_Intel-XXV710' 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-xxv710-78b-base_and_scale-ndr"
23626     layout: "plot-throughput-speedup-analysis"
23627
23628 -
23629   type: "plot"
23630   title: "Speedup: ip6-2n-skx-xxv710-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-xxv710-78b-base_and_scale-pdr-tsa"
23634   data: "plot-throughput-speedup-analysis-2n-skx"
23635   filter: "'NIC_Intel-XXV710' 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-xxv710-78b-base_and_scale-pdr"
23654     layout: "plot-throughput-speedup-analysis"
23655
23656 ################################################################################
23657
23658 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
23659 -
23660   type: "plot"
23661   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23662   algorithm: "plot_throughput_speedup_analysis"
23663   output-file-type: ".html"
23664   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23665   data: "plot-throughput-speedup-analysis-3n-hsw"
23666   filter: "'NIC_Intel-X520-DA2' and
23667            '78B' and
23668            'ENCAP' and
23669            'NDRPDR' and
23670            'LISP' and
23671            not 'VHOST'"
23672   parameters:
23673   - "throughput"
23674   - "parent"
23675   - "tags"
23676   sort:
23677   - "IP4UNRLAY"
23678   - "IP6UNRLAY"
23679   layout:
23680     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
23681     layout: "plot-throughput-speedup-analysis"
23682
23683 -
23684   type: "plot"
23685   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23686   algorithm: "plot_throughput_speedup_analysis"
23687   output-file-type: ".html"
23688   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23689   data: "plot-throughput-speedup-analysis-3n-hsw"
23690   filter: "'NIC_Intel-X520-DA2' and
23691            '78B' and
23692            'ENCAP' and
23693            'NDRPDR' and
23694            'LISP' and
23695            not 'VHOST'"
23696   parameters:
23697   - "throughput"
23698   - "parent"
23699   - "tags"
23700   sort:
23701   - "IP4UNRLAY"
23702   - "IP6UNRLAY"
23703   layout:
23704     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
23705     layout: "plot-throughput-speedup-analysis"
23706
23707 ################################################################################
23708
23709 # Speedup - VPP IPSec 3n-hsw-xl710 base
23710 -
23711   type: "plot"
23712   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23713   algorithm: "plot_throughput_speedup_analysis"
23714   output-file-type: ".html"
23715   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23716   data: "plot-throughput-speedup-analysis-3n-hsw"
23717   filter: "'NIC_Intel-XL710' and
23718            '64B' and
23719            'IP4FWD' and
23720            'NDRPDR' and
23721            'BASE' and
23722            'IPSECHW' and
23723            ('IPSECTRAN' or 'IPSECTUN') and
23724            not 'VHOST'"
23725   parameters:
23726   - "throughput"
23727   - "parent"
23728   - "tags"
23729   layout:
23730     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
23731     layout: "plot-throughput-speedup-analysis"
23732
23733 -
23734   type: "plot"
23735   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23736   algorithm: "plot_throughput_speedup_analysis"
23737   output-file-type: ".html"
23738   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23739   data: "plot-throughput-speedup-analysis-3n-hsw"
23740   filter: "'NIC_Intel-XL710' and
23741            '64B' and
23742            'IP4FWD' and
23743            'NDRPDR' and
23744            'BASE' and
23745            'IPSECHW' and
23746            ('IPSECTRAN' or 'IPSECTUN') and
23747            not 'VHOST'"
23748   parameters:
23749   - "throughput"
23750   - "parent"
23751   - "tags"
23752   layout:
23753     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
23754     layout: "plot-throughput-speedup-analysis"
23755
23756 # Speedup - VPP IPSec 3n-hsw-xl710 scale
23757 -
23758   type: "plot"
23759   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23760   algorithm: "plot_throughput_speedup_analysis"
23761   output-file-type: ".html"
23762   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23763   data: "plot-throughput-speedup-analysis-3n-hsw"
23764   filter: "'NIC_Intel-XL710' and
23765            '64B' and
23766            'IP4FWD' and
23767            'NDRPDR' and
23768            'SCALE' and
23769            'IPSECHW' and
23770            ('IPSECTRAN' or 'IPSECTUN') and
23771            not 'VHOST'"
23772   parameters:
23773   - "throughput"
23774   - "parent"
23775   - "tags"
23776   layout:
23777     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
23778     layout: "plot-throughput-speedup-analysis"
23779
23780 -
23781   type: "plot"
23782   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23783   algorithm: "plot_throughput_speedup_analysis"
23784   output-file-type: ".html"
23785   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23786   data: "plot-throughput-speedup-analysis-3n-hsw"
23787   filter: "'NIC_Intel-XL710' and
23788            '64B' and
23789            'IP4FWD' and
23790            'NDRPDR' and
23791            'SCALE' and
23792            'IPSECHW' and
23793            ('IPSECTRAN' or 'IPSECTUN') and
23794            not 'VHOST'"
23795   parameters:
23796   - "throughput"
23797   - "parent"
23798   - "tags"
23799   layout:
23800     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
23801     layout: "plot-throughput-speedup-analysis"
23802
23803 # Speedup - VPP IPSec 3n-hsw-xl710 sw
23804 -
23805   type: "plot"
23806   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23807   algorithm: "plot_throughput_speedup_analysis"
23808   output-file-type: ".html"
23809   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23810   data: "plot-throughput-speedup-analysis-3n-hsw"
23811   filter: "'NIC_Intel-XL710' and
23812            '64B' and
23813            'IP4FWD' and
23814            'NDRPDR' and
23815            'IPSECSW' and
23816            ('IPSECTRAN' or 'IPSECTUN') and
23817            not 'VHOST'"
23818   parameters:
23819   - "throughput"
23820   - "parent"
23821   - "tags"
23822   layout:
23823     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
23824     layout: "plot-throughput-speedup-analysis"
23825
23826 -
23827   type: "plot"
23828   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23829   algorithm: "plot_throughput_speedup_analysis"
23830   output-file-type: ".html"
23831   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23832   data: "plot-throughput-speedup-analysis-3n-hsw"
23833   filter: "'NIC_Intel-XL710' and
23834            '64B' and
23835            'IP4FWD' and
23836            'NDRPDR' and
23837            'IPSECSW' and
23838            ('IPSECTRAN' or 'IPSECTUN') and
23839            not 'VHOST'"
23840   parameters:
23841   - "throughput"
23842   - "parent"
23843   - "tags"
23844   layout:
23845     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
23846     layout: "plot-throughput-speedup-analysis"
23847
23848 ################################################################################
23849
23850 # Speedup - VPP SRv6 3n-hsw-x520
23851 -
23852   type: "plot"
23853   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
23854   algorithm: "plot_throughput_speedup_analysis"
23855   output-file-type: ".html"
23856   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
23857   data: "plot-throughput-speedup-analysis-3n-hsw"
23858   filter: "'NIC_Intel-X520-DA2' and
23859            '78B' and
23860            'FEATURE' and
23861            'NDRPDR' and
23862            'IP6FWD' and
23863            'SRv6'"
23864   parameters:
23865   - "throughput"
23866   - "parent"
23867   - "tags"
23868   layout:
23869     title: "srv6-3n-hsw-x520-78b-features-ndr"
23870     layout: "plot-throughput-speedup-analysis"
23871
23872 -
23873   type: "plot"
23874   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
23875   algorithm: "plot_throughput_speedup_analysis"
23876   output-file-type: ".html"
23877   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
23878   data: "plot-throughput-speedup-analysis-3n-hsw"
23879   filter: "'NIC_Intel-X520-DA2' and
23880            '78B' and
23881            'FEATURE' and
23882            'NDRPDR' and
23883            'IP6FWD' and
23884            'SRv6'"
23885   parameters:
23886   - "throughput"
23887   - "parent"
23888   - "tags"
23889   layout:
23890     title: "srv6-3n-hsw-x520-78b-features-pdr"
23891     layout: "plot-throughput-speedup-analysis"
23892
23893 ################################################################################
23894
23895 # Speedup - VPP L2 3n-hsw-x520 base and scale
23896 -
23897   type: "plot"
23898   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23899   algorithm: "plot_throughput_speedup_analysis"
23900   output-file-type: ".html"
23901   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23902   data: "plot-throughput-speedup-analysis-3n-hsw"
23903   filter: "'NIC_Intel-X520-DA2' and
23904            '64B' and
23905            ('BASE' or 'SCALE') and
23906            'NDRPDR' and
23907            'ETH' and
23908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23909            not 'VHOST' and
23910            not 'MEMIF'"
23911   parameters:
23912   - "throughput"
23913   - "parent"
23914   - "tags"
23915   sort:
23916   - "L2PATCH"
23917   - "L2XCBASE"
23918   - "BASE"
23919   - "FIB_10K"
23920   - "FIB_100K"
23921   - "FIB_1M"
23922   layout:
23923     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
23924     layout: "plot-throughput-speedup-analysis"
23925
23926 -
23927   type: "plot"
23928   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23929   algorithm: "plot_throughput_speedup_analysis"
23930   output-file-type: ".html"
23931   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23932   data: "plot-throughput-speedup-analysis-3n-hsw"
23933   filter: "'NIC_Intel-X520-DA2' and
23934            '64B' and
23935            ('BASE' or 'SCALE') and
23936            'NDRPDR' and
23937            'ETH' and
23938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23939            not 'VHOST' and
23940            not 'MEMIF'"
23941   parameters:
23942   - "throughput"
23943   - "parent"
23944   - "tags"
23945   sort:
23946   - "L2PATCH"
23947   - "L2XCBASE"
23948   - "BASE"
23949   - "FIB_10K"
23950   - "FIB_100K"
23951   - "FIB_1M"
23952   layout:
23953     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
23954     layout: "plot-throughput-speedup-analysis"
23955
23956 # Speedup - VPP L2 3n-hsw-x520 features
23957 -
23958   type: "plot"
23959   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23960   algorithm: "plot_throughput_speedup_analysis"
23961   output-file-type: ".html"
23962   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23963   data: "plot-throughput-speedup-analysis-3n-hsw"
23964   filter: "'NIC_Intel-X520-DA2' and
23965            '64B' and
23966            'NDRPDR' and
23967            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
23968            not 'ACL' and
23969            not 'VHOST' and
23970            not 'MEMIF'"
23971   parameters:
23972   - "throughput"
23973   - "parent"
23974   - "tags"
23975   sort:
23976   - "L2XCBASE"    # l2xcbase
23977   - "L2BDBASE"    # l2bdbase
23978   - "L2XCFWD"     # dot1q-l2xcbase
23979   - "L2BDMACLRN"  # dot1q-l2bdbase
23980   layout:
23981     title: "l2sw-3n-hsw-x520-64b-features-ndr"
23982     layout: "plot-throughput-speedup-analysis"
23983
23984 -
23985   type: "plot"
23986   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
23987   algorithm: "plot_throughput_speedup_analysis"
23988   output-file-type: ".html"
23989   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
23990   data: "plot-throughput-speedup-analysis-3n-hsw"
23991   filter: "'NIC_Intel-X520-DA2' and
23992            '64B' and
23993            'NDRPDR' and
23994            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
23995            not 'ACL' and
23996            not 'VHOST' and
23997            not 'MEMIF'"
23998   parameters:
23999   - "throughput"
24000   - "parent"
24001   - "tags"
24002   sort:
24003   - "L2XCBASE"    # l2xcbase
24004   - "L2BDBASE"    # l2bdbase
24005   - "L2XCFWD"     # dot1q-l2xcbase
24006   - "L2BDMACLRN"  # dot1q-l2bdbase
24007   layout:
24008     title: "l2sw-3n-hsw-x520-64b-features-pdr"
24009     layout: "plot-throughput-speedup-analysis"
24010
24011 # Speedup - VPP L2 3n-hsw-x710 base and scale
24012 -
24013   type: "plot"
24014   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24015   algorithm: "plot_throughput_speedup_analysis"
24016   output-file-type: ".html"
24017   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24018   data: "plot-throughput-speedup-analysis-3n-hsw"
24019   filter: "'NIC_Intel-X710' and
24020            '64B' and
24021            ('BASE' or 'SCALE') and
24022            'NDRPDR' and
24023            'ETH' and
24024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24025            not 'VHOST' and
24026            not 'MEMIF'"
24027   parameters:
24028   - "throughput"
24029   - "parent"
24030   - "tags"
24031   sort:
24032   - "L2PATCH"
24033   - "L2XCBASE"
24034   - "BASE"
24035   - "FIB_10K"
24036   - "FIB_100K"
24037   - "FIB_1M"
24038   layout:
24039     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24040     layout: "plot-throughput-speedup-analysis"
24041
24042 -
24043   type: "plot"
24044   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24045   algorithm: "plot_throughput_speedup_analysis"
24046   output-file-type: ".html"
24047   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24048   data: "plot-throughput-speedup-analysis-3n-hsw"
24049   filter: "'NIC_Intel-X710' and
24050            '64B' and
24051            ('BASE' or 'SCALE') and
24052            'NDRPDR' and
24053            'ETH' and
24054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24055            not 'VHOST' and
24056            not 'MEMIF'"
24057   parameters:
24058   - "throughput"
24059   - "parent"
24060   - "tags"
24061   sort:
24062   - "L2PATCH"
24063   - "L2XCBASE"
24064   - "BASE"
24065   - "FIB_10K"
24066   - "FIB_100K"
24067   - "FIB_1M"
24068   layout:
24069     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24070     layout: "plot-throughput-speedup-analysis"
24071
24072 # Speedup - VPP L2 3n-hsw-x710 features
24073 -
24074   type: "plot"
24075   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24076   algorithm: "plot_throughput_speedup_analysis"
24077   output-file-type: ".html"
24078   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24079   data: "plot-throughput-speedup-analysis-3n-hsw"
24080   filter: "'NIC_Intel-X710' and
24081            '64B' and
24082            'NDRPDR' and
24083            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24084            not 'ACL' and
24085            not 'VHOST' and
24086            not 'MEMIF'"
24087   parameters:
24088   - "throughput"
24089   - "parent"
24090   - "tags"
24091   sort:
24092   - "L2XCBASE"    # l2xcbase
24093   - "L2BDBASE"    # l2bdbase
24094   - "L2XCFWD"     # dot1q-l2xcbase
24095   - "L2BDMACLRN"  # dot1q-l2bdbase
24096   layout:
24097     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24098     layout: "plot-throughput-speedup-analysis"
24099
24100 -
24101   type: "plot"
24102   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24103   algorithm: "plot_throughput_speedup_analysis"
24104   output-file-type: ".html"
24105   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24106   data: "plot-throughput-speedup-analysis-3n-hsw"
24107   filter: "'NIC_Intel-X710' and
24108            '64B' and
24109            'NDRPDR' and
24110            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24111            not 'ACL' and
24112            not 'VHOST' and
24113            not 'MEMIF'"
24114   parameters:
24115   - "throughput"
24116   - "parent"
24117   - "tags"
24118   sort:
24119   - "L2XCBASE"    # l2xcbase
24120   - "L2BDBASE"    # l2bdbase
24121   - "L2XCFWD"     # dot1q-l2xcbase
24122   - "L2BDMACLRN"  # dot1q-l2bdbase
24123   layout:
24124     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24125     layout: "plot-throughput-speedup-analysis"
24126
24127 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24128 -
24129   type: "plot"
24130   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24131   algorithm: "plot_throughput_speedup_analysis"
24132   output-file-type: ".html"
24133   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24134   data: "plot-throughput-speedup-analysis-3n-hsw"
24135   filter: "'NIC_Intel-XL710' and
24136            '64B' and
24137            ('BASE' or 'SCALE') and
24138            'NDRPDR' and
24139            'ETH' and
24140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24141            not 'VHOST' and
24142            not 'MEMIF'"
24143   parameters:
24144   - "throughput"
24145   - "parent"
24146   - "tags"
24147   sort:
24148   - "L2PATCH"
24149   - "L2XCBASE"
24150   - "BASE"
24151   - "FIB_10K"
24152   - "FIB_100K"
24153   - "FIB_1M"
24154   layout:
24155     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24156     layout: "plot-throughput-speedup-analysis"
24157
24158 -
24159   type: "plot"
24160   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24161   algorithm: "plot_throughput_speedup_analysis"
24162   output-file-type: ".html"
24163   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24164   data: "plot-throughput-speedup-analysis-3n-hsw"
24165   filter: "'NIC_Intel-XL710' and
24166            '64B' and
24167            ('BASE' or 'SCALE') and
24168            'NDRPDR' and
24169            'ETH' and
24170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24171            not 'VHOST' and
24172            not 'MEMIF'"
24173   parameters:
24174   - "throughput"
24175   - "parent"
24176   - "tags"
24177   sort:
24178   - "L2PATCH"
24179   - "L2XCBASE"
24180   - "BASE"
24181   - "FIB_10K"
24182   - "FIB_100K"
24183   - "FIB_1M"
24184   layout:
24185     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
24186     layout: "plot-throughput-speedup-analysis"
24187
24188 # Speedup - VPP L2 3n-skx-x710 base and scale
24189 -
24190   type: "plot"
24191   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24192   algorithm: "plot_throughput_speedup_analysis"
24193   output-file-type: ".html"
24194   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24195   data: "plot-throughput-speedup-analysis-3n-skx"
24196   filter: "'NIC_Intel-X710' and
24197            '64B' and
24198            ('BASE' or 'SCALE') and
24199            'NDRPDR' and
24200            'ETH' and
24201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24202            not 'VHOST' and
24203            not 'MEMIF'"
24204   parameters:
24205   - "throughput"
24206   - "parent"
24207   - "tags"
24208   sort:
24209   - "L2PATCH"
24210   - "L2XCBASE"
24211   - "BASE"
24212   - "FIB_10K"
24213   - "FIB_100K"
24214   - "FIB_1M"
24215   layout:
24216     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24217     layout: "plot-throughput-speedup-analysis"
24218
24219 -
24220   type: "plot"
24221   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24222   algorithm: "plot_throughput_speedup_analysis"
24223   output-file-type: ".html"
24224   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24225   data: "plot-throughput-speedup-analysis-3n-skx"
24226   filter: "'NIC_Intel-X710' and
24227            '64B' and
24228            ('BASE' or 'SCALE') and
24229            'NDRPDR' and
24230            'ETH' and
24231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24232            not 'VHOST' and
24233            not 'MEMIF'"
24234   parameters:
24235   - "throughput"
24236   - "parent"
24237   - "tags"
24238   sort:
24239   - "L2PATCH"
24240   - "L2XCBASE"
24241   - "BASE"
24242   - "FIB_10K"
24243   - "FIB_100K"
24244   - "FIB_1M"
24245   layout:
24246     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24247     layout: "plot-throughput-speedup-analysis"
24248
24249 # Speedup - VPP L2 3n-skx-x710 features
24250 -
24251   type: "plot"
24252   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24253   algorithm: "plot_throughput_speedup_analysis"
24254   output-file-type: ".html"
24255   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24256   data: "plot-throughput-speedup-analysis-3n-skx"
24257   filter: "'NIC_Intel-X710' and
24258            '64B' and
24259            'NDRPDR' and
24260            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24261            not 'ACL' and
24262            not 'VHOST' and
24263            not 'MEMIF'"
24264   parameters:
24265   - "throughput"
24266   - "parent"
24267   - "tags"
24268   sort:
24269   - "L2XCBASE"    # l2xcbase
24270   - "L2BDBASE"    # l2bdbase
24271   - "L2XCFWD"     # dot1q-l2xcbase
24272   - "L2BDMACLRN"  # dot1q-l2bdbase
24273   layout:
24274     title: "l2sw-3n-skx-x710-64b-features-ndr"
24275     layout: "plot-throughput-speedup-analysis"
24276
24277 -
24278   type: "plot"
24279   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24280   algorithm: "plot_throughput_speedup_analysis"
24281   output-file-type: ".html"
24282   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24283   data: "plot-throughput-speedup-analysis-3n-skx"
24284   filter: "'NIC_Intel-X710' and
24285            '64B' and
24286            'NDRPDR' and
24287            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24288            not 'ACL' and
24289            not 'VHOST' and
24290            not 'MEMIF'"
24291   parameters:
24292   - "throughput"
24293   - "parent"
24294   - "tags"
24295   sort:
24296   - "L2XCBASE"    # l2xcbase
24297   - "L2BDBASE"    # l2bdbase
24298   - "L2XCFWD"     # dot1q-l2xcbase
24299   - "L2BDMACLRN"  # dot1q-l2bdbase
24300   layout:
24301     title: "l2sw-3n-skx-x710-64b-features-pdr"
24302     layout: "plot-throughput-speedup-analysis"
24303
24304 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24305 -
24306   type: "plot"
24307   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24308   algorithm: "plot_throughput_speedup_analysis"
24309   output-file-type: ".html"
24310   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24311   data: "plot-throughput-speedup-analysis-3n-skx"
24312   filter: "'NIC_Intel-XXV710' and
24313            '64B' and
24314            ('BASE' or 'SCALE') and
24315            'NDRPDR' and
24316            'ETH' and
24317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24318            not 'VHOST' and
24319            not 'MEMIF'"
24320   parameters:
24321   - "throughput"
24322   - "parent"
24323   - "tags"
24324   sort:
24325   - "L2PATCH"
24326   - "L2XCBASE"
24327   - "BASE"
24328   - "FIB_10K"
24329   - "FIB_100K"
24330   - "FIB_1M"
24331   layout:
24332     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
24333     layout: "plot-throughput-speedup-analysis"
24334
24335 -
24336   type: "plot"
24337   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24338   algorithm: "plot_throughput_speedup_analysis"
24339   output-file-type: ".html"
24340   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24341   data: "plot-throughput-speedup-analysis-3n-skx"
24342   filter: "'NIC_Intel-XXV710' and
24343            '64B' and
24344            ('BASE' or 'SCALE') and
24345            'NDRPDR' and
24346            'ETH' and
24347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24348            not 'VHOST' and
24349            not 'MEMIF'"
24350   parameters:
24351   - "throughput"
24352   - "parent"
24353   - "tags"
24354   sort:
24355   - "L2PATCH"
24356   - "L2XCBASE"
24357   - "BASE"
24358   - "FIB_10K"
24359   - "FIB_100K"
24360   - "FIB_1M"
24361   layout:
24362     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
24363     layout: "plot-throughput-speedup-analysis"
24364
24365 # Speedup - VPP L2 2n-skx-x710 base and scale
24366 -
24367   type: "plot"
24368   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24369   algorithm: "plot_throughput_speedup_analysis"
24370   output-file-type: ".html"
24371   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24372   data: "plot-throughput-speedup-analysis-2n-skx"
24373   filter: "'NIC_Intel-X710' and
24374            '64B' and
24375            ('BASE' or 'SCALE') and
24376            'NDRPDR' and
24377            'ETH' and
24378            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24379            not 'VHOST' and
24380            not 'MEMIF'"
24381   parameters:
24382   - "throughput"
24383   - "parent"
24384   - "tags"
24385   sort:
24386   - "L2PATCH"
24387   - "L2XCBASE"
24388   - "BASE"
24389   - "FIB_10K"
24390   - "FIB_100K"
24391   - "FIB_1M"
24392   layout:
24393     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
24394     layout: "plot-throughput-speedup-analysis"
24395
24396 -
24397   type: "plot"
24398   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24399   algorithm: "plot_throughput_speedup_analysis"
24400   output-file-type: ".html"
24401   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24402   data: "plot-throughput-speedup-analysis-2n-skx"
24403   filter: "'NIC_Intel-X710' and
24404            '64B' and
24405            ('BASE' or 'SCALE') and
24406            'NDRPDR' and
24407            'ETH' and
24408            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24409            not 'VHOST' and
24410            not 'MEMIF'"
24411   parameters:
24412   - "throughput"
24413   - "parent"
24414   - "tags"
24415   sort:
24416   - "L2PATCH"
24417   - "L2XCBASE"
24418   - "BASE"
24419   - "FIB_10K"
24420   - "FIB_100K"
24421   - "FIB_1M"
24422   layout:
24423     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
24424     layout: "plot-throughput-speedup-analysis"
24425
24426 # Speedup - VPP L2 2n-skx-xxv710 base and scale
24427 -
24428   type: "plot"
24429   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24430   algorithm: "plot_throughput_speedup_analysis"
24431   output-file-type: ".html"
24432   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24433   data: "plot-throughput-speedup-analysis-2n-skx"
24434   filter: "'NIC_Intel-XXV710' and
24435            '64B' and
24436            ('BASE' or 'SCALE') and
24437            'NDRPDR' and
24438            'ETH' and
24439            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24440            not 'VHOST' and
24441            not 'MEMIF'"
24442   parameters:
24443   - "throughput"
24444   - "parent"
24445   - "tags"
24446   sort:
24447   - "L2PATCH"
24448   - "L2XCBASE"
24449   - "BASE"
24450   - "FIB_10K"
24451   - "FIB_100K"
24452   - "FIB_1M"
24453   layout:
24454     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
24455     layout: "plot-throughput-speedup-analysis"
24456
24457 -
24458   type: "plot"
24459   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24460   algorithm: "plot_throughput_speedup_analysis"
24461   output-file-type: ".html"
24462   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24463   data: "plot-throughput-speedup-analysis-2n-skx"
24464   filter: "'NIC_Intel-XXV710' and
24465            '64B' and
24466            ('BASE' or 'SCALE') and
24467            'NDRPDR' and
24468            'ETH' and
24469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24470            not 'VHOST' and
24471            not 'MEMIF'"
24472   parameters:
24473   - "throughput"
24474   - "parent"
24475   - "tags"
24476   sort:
24477   - "L2PATCH"
24478   - "L2XCBASE"
24479   - "BASE"
24480   - "FIB_10K"
24481   - "FIB_100K"
24482   - "FIB_1M"
24483   layout:
24484     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
24485     layout: "plot-throughput-speedup-analysis"
24486
24487 ################################################################################
24488
24489 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
24490 -
24491   type: "plot"
24492   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24493   algorithm: "plot_throughput_speedup_analysis"
24494   output-file-type: ".html"
24495   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24496   data: "plot-throughput-speedup-analysis-3n-hsw"
24497   filter: "'NIC_Intel-X520-DA2' and
24498            '64B' and
24499            'NDRPDR' and
24500            'ETH' and
24501            'IP4FWD' and
24502            'VHOST_1024' and
24503            not 'VXLAN' and
24504            not 'DOT1Q'"
24505   parameters:
24506   - "throughput"
24507   - "parent"
24508   - "tags"
24509   sort:
24510   - "not CFS_OPT"
24511   - "1VM"
24512   - "2VM"
24513   layout:
24514     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24515     layout: "plot-throughput-speedup-analysis"
24516
24517 -
24518   type: "plot"
24519   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24520   algorithm: "plot_throughput_speedup_analysis"
24521   output-file-type: ".html"
24522   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24523   data: "plot-throughput-speedup-analysis-3n-hsw"
24524   filter: "'NIC_Intel-X520-DA2' and
24525            '64B' and
24526            'NDRPDR' and
24527            'ETH' and
24528            'IP4FWD' and
24529            'VHOST_1024' and
24530            not 'VXLAN' and
24531            not 'DOT1Q'"
24532   parameters:
24533   - "throughput"
24534   - "parent"
24535   - "tags"
24536   sort:
24537   - "not CFS_OPT"
24538   - "1VM"
24539   - "2VM"
24540   layout:
24541     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24542     layout: "plot-throughput-speedup-analysis"
24543
24544 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
24545 -
24546   type: "plot"
24547   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24548   algorithm: "plot_throughput_speedup_analysis"
24549   output-file-type: ".html"
24550   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24551   data: "plot-throughput-speedup-analysis-3n-hsw"
24552   filter: "'NIC_Intel-X520-DA2' and
24553            '64B' and
24554            'NDRPDR' and
24555            'ETH' and
24556            'L2BDMACLRN' and
24557            'VHOST_1024' and
24558            not 'VXLAN' and
24559            not 'IP4FWD' and
24560            not 'DOT1Q' and
24561            not '2VM'"
24562   parameters:
24563   - "throughput"
24564   - "parent"
24565   - "tags"
24566   sort:
24567   - "VM"  # "not CFS_OPT"
24568   - "CFS_OPT"
24569   - "FIB_10K"
24570   - "FIB_100K"
24571   - "FIB_1M"
24572   layout:
24573     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24574     layout: "plot-throughput-speedup-analysis"
24575
24576 -
24577   type: "plot"
24578   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24579   algorithm: "plot_throughput_speedup_analysis"
24580   output-file-type: ".html"
24581   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24582   data: "plot-throughput-speedup-analysis-3n-hsw"
24583   filter: "'NIC_Intel-X520-DA2' and
24584            '64B' and
24585            'NDRPDR' and
24586            'ETH' and
24587            'L2BDMACLRN' and
24588            'VHOST_1024' and
24589            not 'VXLAN' and
24590            not 'IP4FWD' and
24591            not 'DOT1Q' and
24592            not '2VM'"
24593   parameters:
24594   - "throughput"
24595   - "parent"
24596   - "tags"
24597   sort:
24598   - "VM"  # "not CFS_OPT"
24599   - "CFS_OPT"
24600   - "FIB_10K"
24601   - "FIB_100K"
24602   - "FIB_1M"
24603   layout:
24604     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24605     layout: "plot-throughput-speedup-analysis"
24606
24607 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
24608 -
24609   type: "plot"
24610   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24611   algorithm: "plot_throughput_speedup_analysis"
24612   output-file-type: ".html"
24613   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24614   data: "plot-throughput-speedup-analysis-3n-hsw"
24615   filter: "'NIC_Intel-X520-DA2' and
24616            '64B' and
24617            'NDRPDR' and
24618            'ETH' and
24619            'BASE' and
24620            ('L2BDMACLRN' or 'L2XCFWD') and
24621            'VHOST_1024' and
24622            not 'VXLAN' and
24623            not 'IP4FWD' and
24624            not 'DOT1Q' and
24625            not '2VM'"
24626   parameters:
24627   - "throughput"
24628   - "parent"
24629   - "tags"
24630   sort:
24631   - "not CFS_OPT"
24632   - "L2XCFWD"
24633   - "not CFS_OPT"
24634   - "CFS_OPT"
24635   layout:
24636     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
24637     layout: "plot-throughput-speedup-analysis"
24638
24639 -
24640   type: "plot"
24641   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24642   algorithm: "plot_throughput_speedup_analysis"
24643   output-file-type: ".html"
24644   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24645   data: "plot-throughput-speedup-analysis-3n-hsw"
24646   filter: "'NIC_Intel-X520-DA2' and
24647            '64B' and
24648            'NDRPDR' and
24649            'ETH' and
24650            'BASE' and
24651            ('L2BDMACLRN' or 'L2XCFWD') and
24652            'VHOST_1024' and
24653            not 'VXLAN' and
24654            not 'IP4FWD' and
24655            not 'DOT1Q' and
24656            not '2VM'"
24657   parameters:
24658   - "throughput"
24659   - "parent"
24660   - "tags"
24661   sort:
24662   - "not CFS_OPT"
24663   - "L2XCFWD"
24664   - "not CFS_OPT"
24665   - "CFS_OPT"
24666   layout:
24667     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
24668     layout: "plot-throughput-speedup-analysis"
24669
24670 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
24671 -
24672   type: "plot"
24673   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24674   algorithm: "plot_throughput_speedup_analysis"
24675   output-file-type: ".html"
24676   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24677   data: "plot-throughput-speedup-analysis-3n-hsw"
24678   filter: "'NIC_Intel-X520-DA2' and
24679            '64B' and
24680            'NDRPDR' and
24681            'ETH' and
24682            ('L2BDMACLRN' or 'L2XCFWD') and
24683            'VHOST_1024' and
24684            not 'CFS_OPT' and
24685            not 'VXLAN' and
24686            not 'IP4FWD' and
24687            not 'DOT1Q'"
24688   parameters:
24689   - "throughput"
24690   - "parent"
24691   - "tags"
24692   sort:
24693   - "1VM"
24694   - "L2XCFWD"
24695   - "1VM"
24696   - "L2BDMACLRN"
24697   layout:
24698     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
24699     layout: "plot-throughput-speedup-analysis"
24700
24701 -
24702   type: "plot"
24703   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24704   algorithm: "plot_throughput_speedup_analysis"
24705   output-file-type: ".html"
24706   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24707   data: "plot-throughput-speedup-analysis-3n-hsw"
24708   filter: "'NIC_Intel-X520-DA2' and
24709            '64B' and
24710            'NDRPDR' and
24711            'ETH' and
24712            ('L2BDMACLRN' or 'L2XCFWD') and
24713            'VHOST_1024' and
24714            not 'CFS_OPT' and
24715            not 'VXLAN' and
24716            not 'IP4FWD' and
24717            not 'DOT1Q'"
24718   parameters:
24719   - "throughput"
24720   - "parent"
24721   - "tags"
24722   sort:
24723   - "1VM"
24724   - "L2XCFWD"
24725   - "1VM"
24726   - "L2BDMACLRN"
24727   layout:
24728     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
24729     layout: "plot-throughput-speedup-analysis"
24730
24731 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
24732 -
24733   type: "plot"
24734   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24735   algorithm: "plot_throughput_speedup_analysis"
24736   output-file-type: ".html"
24737   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24738   data: "plot-throughput-speedup-analysis-3n-hsw"
24739   filter: "'NIC_Intel-X710' and
24740            '64B' and
24741            'NDRPDR' and
24742            'ETH' and
24743            'IP4FWD' and
24744            'VHOST_1024' and
24745            not 'VXLAN' and
24746            not 'DOT1Q'"
24747   parameters:
24748   - "throughput"
24749   - "parent"
24750   - "tags"
24751   sort:
24752   - "not CFS_OPT"
24753   - "1VM"
24754   - "2VM"
24755   layout:
24756     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24757     layout: "plot-throughput-speedup-analysis"
24758
24759 -
24760   type: "plot"
24761   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24762   algorithm: "plot_throughput_speedup_analysis"
24763   output-file-type: ".html"
24764   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24765   data: "plot-throughput-speedup-analysis-3n-hsw"
24766   filter: "'NIC_Intel-X710' and
24767            '64B' and
24768            'NDRPDR' and
24769            'ETH' and
24770            'IP4FWD' and
24771            'VHOST_1024' and
24772            not 'VXLAN' and
24773            not 'DOT1Q'"
24774   parameters:
24775   - "throughput"
24776   - "parent"
24777   - "tags"
24778   sort:
24779   - "not CFS_OPT"
24780   - "1VM"
24781   - "2VM"
24782   layout:
24783     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24784     layout: "plot-throughput-speedup-analysis"
24785
24786 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
24787 -
24788   type: "plot"
24789   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24790   algorithm: "plot_throughput_speedup_analysis"
24791   output-file-type: ".html"
24792   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24793   data: "plot-throughput-speedup-analysis-3n-hsw"
24794   filter: "'NIC_Intel-X710' and
24795            '64B' and
24796            'NDRPDR' and
24797            'ETH' and
24798            'L2BDMACLRN' and
24799            'VHOST_1024' and
24800            not 'VXLAN' and
24801            not 'IP4FWD' and
24802            not 'DOT1Q' and
24803            not '2VM'"
24804   parameters:
24805   - "throughput"
24806   - "parent"
24807   - "tags"
24808   sort:
24809   - "VM"  # "not CFS_OPT"
24810   - "CFS_OPT"
24811   - "FIB_10K"
24812   - "FIB_100K"
24813   - "FIB_1M"
24814   layout:
24815     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24816     layout: "plot-throughput-speedup-analysis"
24817
24818 -
24819   type: "plot"
24820   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24821   algorithm: "plot_throughput_speedup_analysis"
24822   output-file-type: ".html"
24823   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24824   data: "plot-throughput-speedup-analysis-3n-hsw"
24825   filter: "'NIC_Intel-X710' and
24826            '64B' and
24827            'NDRPDR' and
24828            'ETH' and
24829            'L2BDMACLRN' and
24830            'VHOST_1024' and
24831            not 'VXLAN' and
24832            not 'IP4FWD' and
24833            not 'DOT1Q' and
24834            not '2VM'"
24835   parameters:
24836   - "throughput"
24837   - "parent"
24838   - "tags"
24839   sort:
24840   - "VM"  # "not CFS_OPT"
24841   - "CFS_OPT"
24842   - "FIB_10K"
24843   - "FIB_100K"
24844   - "FIB_1M"
24845   layout:
24846     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24847     layout: "plot-throughput-speedup-analysis"
24848
24849 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
24850 -
24851   type: "plot"
24852   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24853   algorithm: "plot_throughput_speedup_analysis"
24854   output-file-type: ".html"
24855   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24856   data: "plot-throughput-speedup-analysis-3n-hsw"
24857   filter: "'NIC_Intel-X710' and
24858            '64B' and
24859            'NDRPDR' and
24860            'ETH' and
24861            'BASE' and
24862            ('L2BDMACLRN' or 'L2XCFWD') and
24863            'VHOST_1024' and
24864            not 'VXLAN' and
24865            not 'IP4FWD' and
24866            not 'DOT1Q' and
24867            not '2VM'"
24868   parameters:
24869   - "throughput"
24870   - "parent"
24871   - "tags"
24872   sort:
24873   - "not CFS_OPT"
24874   - "L2XCFWD"
24875   - "not CFS_OPT"
24876   - "CFS_OPT"
24877   layout:
24878     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
24879     layout: "plot-throughput-speedup-analysis"
24880
24881 -
24882   type: "plot"
24883   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24884   algorithm: "plot_throughput_speedup_analysis"
24885   output-file-type: ".html"
24886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24887   data: "plot-throughput-speedup-analysis-3n-hsw"
24888   filter: "'NIC_Intel-X710' and
24889            '64B' and
24890            'NDRPDR' and
24891            'ETH' and
24892            'BASE' and
24893            ('L2BDMACLRN' or 'L2XCFWD') and
24894            'VHOST_1024' and
24895            not 'VXLAN' and
24896            not 'IP4FWD' and
24897            not 'DOT1Q' and
24898            not '2VM'"
24899   parameters:
24900   - "throughput"
24901   - "parent"
24902   - "tags"
24903   sort:
24904   - "not CFS_OPT"
24905   - "L2XCFWD"
24906   - "not CFS_OPT"
24907   - "CFS_OPT"
24908   layout:
24909     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
24910     layout: "plot-throughput-speedup-analysis"
24911
24912 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
24913 -
24914   type: "plot"
24915   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24916   algorithm: "plot_throughput_speedup_analysis"
24917   output-file-type: ".html"
24918   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24919   data: "plot-throughput-speedup-analysis-3n-hsw"
24920   filter: "'NIC_Intel-X710' and
24921            '64B' and
24922            'NDRPDR' and
24923            'ETH' and
24924            ('L2BDMACLRN' or 'L2XCFWD') and
24925            'VHOST_1024' and
24926            not 'CFS_OPT' and
24927            not 'VXLAN' and
24928            not 'IP4FWD' and
24929            not 'DOT1Q'"
24930   parameters:
24931   - "throughput"
24932   - "parent"
24933   - "tags"
24934   sort:
24935   - "1VM"
24936   - "L2XCFWD"
24937   - "1VM"
24938   - "L2BDMACLRN"
24939   layout:
24940     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
24941     layout: "plot-throughput-speedup-analysis"
24942
24943 -
24944   type: "plot"
24945   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24946   algorithm: "plot_throughput_speedup_analysis"
24947   output-file-type: ".html"
24948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24949   data: "plot-throughput-speedup-analysis-3n-hsw"
24950   filter: "'NIC_Intel-X710' and
24951            '64B' and
24952            'NDRPDR' and
24953            'ETH' and
24954            ('L2BDMACLRN' or 'L2XCFWD') and
24955            'VHOST_1024' and
24956            not 'CFS_OPT' and
24957            not 'VXLAN' and
24958            not 'IP4FWD' and
24959            not 'DOT1Q'"
24960   parameters:
24961   - "throughput"
24962   - "parent"
24963   - "tags"
24964   sort:
24965   - "1VM"
24966   - "L2XCFWD"
24967   - "1VM"
24968   - "L2BDMACLRN"
24969   layout:
24970     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
24971     layout: "plot-throughput-speedup-analysis"
24972
24973 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
24974 -
24975   type: "plot"
24976   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24977   algorithm: "plot_throughput_speedup_analysis"
24978   output-file-type: ".html"
24979   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24980   data: "plot-throughput-speedup-analysis-3n-hsw"
24981   filter: "'NIC_Intel-XL710' and
24982            '64B' and
24983            'NDRPDR' and
24984            'ETH' and
24985            'IP4FWD' and
24986            'VHOST_1024' and
24987            not 'VXLAN' and
24988            not 'DOT1Q'"
24989   parameters:
24990   - "throughput"
24991   - "parent"
24992   - "tags"
24993   sort:
24994   - "not CFS_OPT"
24995   - "1VM"
24996   - "2VM"
24997   layout:
24998     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
24999     layout: "plot-throughput-speedup-analysis"
25000
25001 -
25002   type: "plot"
25003   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25004   algorithm: "plot_throughput_speedup_analysis"
25005   output-file-type: ".html"
25006   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25007   data: "plot-throughput-speedup-analysis-3n-hsw"
25008   filter: "'NIC_Intel-XL710' and
25009            '64B' and
25010            'NDRPDR' and
25011            'ETH' and
25012            'IP4FWD' and
25013            'VHOST_1024' and
25014            not 'VXLAN' and
25015            not 'DOT1Q'"
25016   parameters:
25017   - "throughput"
25018   - "parent"
25019   - "tags"
25020   sort:
25021   - "not CFS_OPT"
25022   - "1VM"
25023   - "2VM"
25024   layout:
25025     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25026     layout: "plot-throughput-speedup-analysis"
25027
25028 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
25029 -
25030   type: "plot"
25031   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25032   algorithm: "plot_throughput_speedup_analysis"
25033   output-file-type: ".html"
25034   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25035   data: "plot-throughput-speedup-analysis-3n-hsw"
25036   filter: "'NIC_Intel-XL710' and
25037            '64B' and
25038            'NDRPDR' and
25039            'ETH' and
25040            'L2BDMACLRN' and
25041            'VHOST_1024' and
25042            not 'VXLAN' and
25043            not 'IP4FWD' and
25044            not 'DOT1Q' and
25045            not '2VM'"
25046   parameters:
25047   - "throughput"
25048   - "parent"
25049   - "tags"
25050   sort:
25051   - "VM"  # "not CFS_OPT"
25052   - "CFS_OPT"
25053   - "FIB_10K"
25054   - "FIB_100K"
25055   - "FIB_1M"
25056   layout:
25057     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25058     layout: "plot-throughput-speedup-analysis"
25059
25060 -
25061   type: "plot"
25062   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25063   algorithm: "plot_throughput_speedup_analysis"
25064   output-file-type: ".html"
25065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25066   data: "plot-throughput-speedup-analysis-3n-hsw"
25067   filter: "'NIC_Intel-XL710' and
25068            '64B' and
25069            'NDRPDR' and
25070            'ETH' and
25071            'L2BDMACLRN' and
25072            'VHOST_1024' and
25073            not 'VXLAN' and
25074            not 'IP4FWD' and
25075            not 'DOT1Q' and
25076            not '2VM'"
25077   parameters:
25078   - "throughput"
25079   - "parent"
25080   - "tags"
25081   sort:
25082   - "VM"  # "not CFS_OPT"
25083   - "CFS_OPT"
25084   - "FIB_10K"
25085   - "FIB_100K"
25086   - "FIB_1M"
25087   layout:
25088     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25089     layout: "plot-throughput-speedup-analysis"
25090
25091 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
25092 -
25093   type: "plot"
25094   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25095   algorithm: "plot_throughput_speedup_analysis"
25096   output-file-type: ".html"
25097   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25098   data: "plot-throughput-speedup-analysis-3n-hsw"
25099   filter: "'NIC_Intel-XL710' and
25100            '64B' and
25101            'NDRPDR' and
25102            'ETH' and
25103            'BASE' and
25104            ('L2BDMACLRN' or 'L2XCFWD') and
25105            'VHOST_1024' and
25106            not 'VXLAN' and
25107            not 'IP4FWD' and
25108            not 'DOT1Q' and
25109            not '2VM'"
25110   parameters:
25111   - "throughput"
25112   - "parent"
25113   - "tags"
25114   sort:
25115   - "not CFS_OPT"
25116   - "L2XCFWD"
25117   - "not CFS_OPT"
25118   - "CFS_OPT"
25119   layout:
25120     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
25121     layout: "plot-throughput-speedup-analysis"
25122
25123 -
25124   type: "plot"
25125   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25126   algorithm: "plot_throughput_speedup_analysis"
25127   output-file-type: ".html"
25128   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25129   data: "plot-throughput-speedup-analysis-3n-hsw"
25130   filter: "'NIC_Intel-XL710' and
25131            '64B' and
25132            'NDRPDR' and
25133            'ETH' and
25134            'BASE' and
25135            ('L2BDMACLRN' or 'L2XCFWD') and
25136            'VHOST_1024' and
25137            not 'VXLAN' and
25138            not 'IP4FWD' and
25139            not 'DOT1Q' and
25140            not '2VM'"
25141   parameters:
25142   - "throughput"
25143   - "parent"
25144   - "tags"
25145   sort:
25146   - "not CFS_OPT"
25147   - "L2XCFWD"
25148   - "not CFS_OPT"
25149   - "CFS_OPT"
25150   layout:
25151     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
25152     layout: "plot-throughput-speedup-analysis"
25153
25154 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
25155 -
25156   type: "plot"
25157   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25158   algorithm: "plot_throughput_speedup_analysis"
25159   output-file-type: ".html"
25160   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25161   data: "plot-throughput-speedup-analysis-3n-hsw"
25162   filter: "'NIC_Intel-XL710' and
25163            '64B' and
25164            'NDRPDR' and
25165            'ETH' and
25166            ('L2BDMACLRN' or 'L2XCFWD') and
25167            'VHOST_1024' and
25168            not 'CFS_OPT' and
25169            not 'VXLAN' and
25170            not 'IP4FWD' and
25171            not 'DOT1Q'"
25172   parameters:
25173   - "throughput"
25174   - "parent"
25175   - "tags"
25176   sort:
25177   - "1VM"
25178   - "L2XCFWD"
25179   - "1VM"
25180   - "L2BDMACLRN"
25181   layout:
25182     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
25183     layout: "plot-throughput-speedup-analysis"
25184
25185 -
25186   type: "plot"
25187   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25188   algorithm: "plot_throughput_speedup_analysis"
25189   output-file-type: ".html"
25190   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25191   data: "plot-throughput-speedup-analysis-3n-hsw"
25192   filter: "'NIC_Intel-XL710' and
25193            '64B' and
25194            'NDRPDR' and
25195            'ETH' and
25196            ('L2BDMACLRN' or 'L2XCFWD') and
25197            'VHOST_1024' and
25198            not 'CFS_OPT' and
25199            not 'VXLAN' and
25200            not 'IP4FWD' and
25201            not 'DOT1Q'"
25202   parameters:
25203   - "throughput"
25204   - "parent"
25205   - "tags"
25206   sort:
25207   - "1VM"
25208   - "L2XCFWD"
25209   - "1VM"
25210   - "L2BDMACLRN"
25211   layout:
25212     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
25213     layout: "plot-throughput-speedup-analysis"
25214
25215 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25216 -
25217   type: "plot"
25218   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25219   algorithm: "plot_throughput_speedup_analysis"
25220   output-file-type: ".html"
25221   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25222   data: "plot-throughput-speedup-analysis-3n-skx"
25223   filter: "'NIC_Intel-X710' and
25224            '64B' and
25225            'NDRPDR' and
25226            'ETH' and
25227            'IP4FWD' and
25228            'VHOST_1024' and
25229            not 'VXLAN' and
25230            not 'DOT1Q'"
25231   parameters:
25232   - "throughput"
25233   - "parent"
25234   - "tags"
25235   sort:
25236   - "not CFS_OPT"
25237   - "1VM"
25238   - "2VM"
25239   layout:
25240     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25241     layout: "plot-throughput-speedup-analysis"
25242
25243 -
25244   type: "plot"
25245   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25246   algorithm: "plot_throughput_speedup_analysis"
25247   output-file-type: ".html"
25248   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25249   data: "plot-throughput-speedup-analysis-3n-skx"
25250   filter: "'NIC_Intel-X710' and
25251            '64B' and
25252            'NDRPDR' and
25253            'ETH' and
25254            'IP4FWD' and
25255            'VHOST_1024' and
25256            not 'VXLAN' and
25257            not 'DOT1Q'"
25258   parameters:
25259   - "throughput"
25260   - "parent"
25261   - "tags"
25262   sort:
25263   - "not CFS_OPT"
25264   - "1VM"
25265   - "2VM"
25266   layout:
25267     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25268     layout: "plot-throughput-speedup-analysis"
25269
25270 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
25271 -
25272   type: "plot"
25273   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25274   algorithm: "plot_throughput_speedup_analysis"
25275   output-file-type: ".html"
25276   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25277   data: "plot-throughput-speedup-analysis-3n-skx"
25278   filter: "'NIC_Intel-X710' and
25279            '64B' and
25280            'NDRPDR' and
25281            'ETH' and
25282            'L2BDMACLRN' and
25283            'VHOST_1024' and
25284            not 'VXLAN' and
25285            not 'IP4FWD' and
25286            not 'DOT1Q' and
25287            not '2VM'"
25288   parameters:
25289   - "throughput"
25290   - "parent"
25291   - "tags"
25292   sort:
25293   - "VM"  # "not CFS_OPT"
25294   - "CFS_OPT"
25295   - "FIB_10K"
25296   - "FIB_100K"
25297   - "FIB_1M"
25298   layout:
25299     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25300     layout: "plot-throughput-speedup-analysis"
25301
25302 -
25303   type: "plot"
25304   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25305   algorithm: "plot_throughput_speedup_analysis"
25306   output-file-type: ".html"
25307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25308   data: "plot-throughput-speedup-analysis-3n-skx"
25309   filter: "'NIC_Intel-X710' and
25310            '64B' and
25311            'NDRPDR' and
25312            'ETH' and
25313            'L2BDMACLRN' and
25314            'VHOST_1024' and
25315            not 'VXLAN' and
25316            not 'IP4FWD' and
25317            not 'DOT1Q' and
25318            not '2VM'"
25319   parameters:
25320   - "throughput"
25321   - "parent"
25322   - "tags"
25323   sort:
25324   - "VM"  # "not CFS_OPT"
25325   - "CFS_OPT"
25326   - "FIB_10K"
25327   - "FIB_100K"
25328   - "FIB_1M"
25329   layout:
25330     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25331     layout: "plot-throughput-speedup-analysis"
25332
25333 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
25334 -
25335   type: "plot"
25336   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25337   algorithm: "plot_throughput_speedup_analysis"
25338   output-file-type: ".html"
25339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25340   data: "plot-throughput-speedup-analysis-3n-skx"
25341   filter: "'NIC_Intel-X710' and
25342            '64B' and
25343            'NDRPDR' and
25344            'ETH' and
25345            'BASE' and
25346            ('L2BDMACLRN' or 'L2XCFWD') and
25347            'VHOST_1024' and
25348            not 'VXLAN' and
25349            not 'IP4FWD' and
25350            not 'DOT1Q' and
25351            not '2VM'"
25352   parameters:
25353   - "throughput"
25354   - "parent"
25355   - "tags"
25356   sort:
25357   - "not CFS_OPT"
25358   - "L2XCFWD"
25359   - "not CFS_OPT"
25360   - "CFS_OPT"
25361   layout:
25362     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
25363     layout: "plot-throughput-speedup-analysis"
25364
25365 -
25366   type: "plot"
25367   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25368   algorithm: "plot_throughput_speedup_analysis"
25369   output-file-type: ".html"
25370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25371   data: "plot-throughput-speedup-analysis-3n-skx"
25372   filter: "'NIC_Intel-X710' and
25373            '64B' and
25374            'NDRPDR' and
25375            'ETH' and
25376            'BASE' and
25377            ('L2BDMACLRN' or 'L2XCFWD') and
25378            'VHOST_1024' and
25379            not 'VXLAN' and
25380            not 'IP4FWD' and
25381            not 'DOT1Q' and
25382            not '2VM'"
25383   parameters:
25384   - "throughput"
25385   - "parent"
25386   - "tags"
25387   sort:
25388   - "not CFS_OPT"
25389   - "L2XCFWD"
25390   - "not CFS_OPT"
25391   - "CFS_OPT"
25392   layout:
25393     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
25394     layout: "plot-throughput-speedup-analysis"
25395
25396 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
25397 -
25398   type: "plot"
25399   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25400   algorithm: "plot_throughput_speedup_analysis"
25401   output-file-type: ".html"
25402   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25403   data: "plot-throughput-speedup-analysis-3n-skx"
25404   filter: "'NIC_Intel-X710' and
25405            '64B' and
25406            'NDRPDR' and
25407            'ETH' and
25408            ('L2BDMACLRN' or 'L2XCFWD') and
25409            'VHOST_1024' and
25410            not 'CFS_OPT' and
25411            not 'VXLAN' and
25412            not 'IP4FWD' and
25413            not 'DOT1Q'"
25414   parameters:
25415   - "throughput"
25416   - "parent"
25417   - "tags"
25418   sort:
25419   - "1VM"
25420   - "L2XCFWD"
25421   - "1VM"
25422   - "L2BDMACLRN"
25423   layout:
25424     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
25425     layout: "plot-throughput-speedup-analysis"
25426
25427 -
25428   type: "plot"
25429   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25430   algorithm: "plot_throughput_speedup_analysis"
25431   output-file-type: ".html"
25432   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25433   data: "plot-throughput-speedup-analysis-3n-skx"
25434   filter: "'NIC_Intel-X710' and
25435            '64B' and
25436            'NDRPDR' and
25437            'ETH' and
25438            ('L2BDMACLRN' or 'L2XCFWD') and
25439            'VHOST_1024' and
25440            not 'CFS_OPT' and
25441            not 'VXLAN' and
25442            not 'IP4FWD' and
25443            not 'DOT1Q'"
25444   parameters:
25445   - "throughput"
25446   - "parent"
25447   - "tags"
25448   sort:
25449   - "1VM"
25450   - "L2XCFWD"
25451   - "1VM"
25452   - "L2BDMACLRN"
25453   layout:
25454     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
25455     layout: "plot-throughput-speedup-analysis"
25456
25457 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25458 -
25459   type: "plot"
25460   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25461   algorithm: "plot_throughput_speedup_analysis"
25462   output-file-type: ".html"
25463   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25464   data: "plot-throughput-speedup-analysis-2n-skx"
25465   filter: "'NIC_Intel-X710' and
25466            '64B' and
25467            'NDRPDR' and
25468            'ETH' and
25469            'IP4FWD' and
25470            'VHOST_1024' and
25471            not 'VXLAN' and
25472            not 'DOT1Q'"
25473   parameters:
25474   - "throughput"
25475   - "parent"
25476   - "tags"
25477   sort:
25478   - "not CFS_OPT"
25479   - "1VM"
25480   - "2VM"
25481   layout:
25482     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25483     layout: "plot-throughput-speedup-analysis"
25484
25485 -
25486   type: "plot"
25487   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25488   algorithm: "plot_throughput_speedup_analysis"
25489   output-file-type: ".html"
25490   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25491   data: "plot-throughput-speedup-analysis-2n-skx"
25492   filter: "'NIC_Intel-X710' and
25493            '64B' and
25494            'NDRPDR' and
25495            'ETH' and
25496            'IP4FWD' and
25497            'VHOST_1024' and
25498            not 'VXLAN' and
25499            not 'DOT1Q'"
25500   parameters:
25501   - "throughput"
25502   - "parent"
25503   - "tags"
25504   sort:
25505   - "not CFS_OPT"
25506   - "1VM"
25507   - "2VM"
25508   layout:
25509     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25510     layout: "plot-throughput-speedup-analysis"
25511
25512 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
25513 -
25514   type: "plot"
25515   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25516   algorithm: "plot_throughput_speedup_analysis"
25517   output-file-type: ".html"
25518   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25519   data: "plot-throughput-speedup-analysis-2n-skx"
25520   filter: "'NIC_Intel-X710' and
25521            '64B' and
25522            'NDRPDR' and
25523            'ETH' and
25524            'L2BDMACLRN' and
25525            'VHOST_1024' and
25526            not 'VXLAN' and
25527            not 'IP4FWD' and
25528            not 'DOT1Q' and
25529            not '2VM'"
25530   parameters:
25531   - "throughput"
25532   - "parent"
25533   - "tags"
25534   sort:
25535   - "VM"  # "not CFS_OPT"
25536   - "CFS_OPT"
25537   - "FIB_10K"
25538   - "FIB_100K"
25539   - "FIB_1M"
25540   layout:
25541     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25542     layout: "plot-throughput-speedup-analysis"
25543
25544 -
25545   type: "plot"
25546   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25547   algorithm: "plot_throughput_speedup_analysis"
25548   output-file-type: ".html"
25549   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25550   data: "plot-throughput-speedup-analysis-2n-skx"
25551   filter: "'NIC_Intel-X710' and
25552            '64B' and
25553            'NDRPDR' and
25554            'ETH' and
25555            'L2BDMACLRN' and
25556            'VHOST_1024' and
25557            not 'VXLAN' and
25558            not 'IP4FWD' and
25559            not 'DOT1Q' and
25560            not '2VM'"
25561   parameters:
25562   - "throughput"
25563   - "parent"
25564   - "tags"
25565   sort:
25566   - "VM"  # "not CFS_OPT"
25567   - "CFS_OPT"
25568   - "FIB_10K"
25569   - "FIB_100K"
25570   - "FIB_1M"
25571   layout:
25572     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25573     layout: "plot-throughput-speedup-analysis"
25574
25575 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25576 -
25577   type: "plot"
25578   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25579   algorithm: "plot_throughput_speedup_analysis"
25580   output-file-type: ".html"
25581   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25582   data: "plot-throughput-speedup-analysis-2n-skx"
25583   filter: "'NIC_Intel-X710' and
25584            '64B' and
25585            'NDRPDR' and
25586            'ETH' and
25587            'BASE' and
25588            ('L2BDMACLRN' or 'L2XCFWD') and
25589            'VHOST_1024' and
25590            not 'VXLAN' and
25591            not 'IP4FWD' and
25592            not 'DOT1Q' and
25593            not '2VM'"
25594   parameters:
25595   - "throughput"
25596   - "parent"
25597   - "tags"
25598   sort:
25599   - "not CFS_OPT"
25600   - "L2XCFWD"
25601   - "not CFS_OPT"
25602   - "CFS_OPT"
25603   layout:
25604     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
25605     layout: "plot-throughput-speedup-analysis"
25606
25607 -
25608   type: "plot"
25609   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25610   algorithm: "plot_throughput_speedup_analysis"
25611   output-file-type: ".html"
25612   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25613   data: "plot-throughput-speedup-analysis-2n-skx"
25614   filter: "'NIC_Intel-X710' and
25615            '64B' and
25616            'NDRPDR' and
25617            'ETH' and
25618            'BASE' and
25619            ('L2BDMACLRN' or 'L2XCFWD') and
25620            'VHOST_1024' and
25621            not 'VXLAN' and
25622            not 'IP4FWD' and
25623            not 'DOT1Q' and
25624            not '2VM'"
25625   parameters:
25626   - "throughput"
25627   - "parent"
25628   - "tags"
25629   sort:
25630   - "not CFS_OPT"
25631   - "L2XCFWD"
25632   - "not CFS_OPT"
25633   - "CFS_OPT"
25634   layout:
25635     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
25636     layout: "plot-throughput-speedup-analysis"
25637
25638 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25639 -
25640   type: "plot"
25641   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25642   algorithm: "plot_throughput_speedup_analysis"
25643   output-file-type: ".html"
25644   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25645   data: "plot-throughput-speedup-analysis-2n-skx"
25646   filter: "'NIC_Intel-X710' and
25647            '64B' and
25648            'NDRPDR' and
25649            'ETH' and
25650            ('L2BDMACLRN' or 'L2XCFWD') and
25651            'VHOST_1024' and
25652            not 'CFS_OPT' and
25653            not 'VXLAN' and
25654            not 'IP4FWD' and
25655            not 'DOT1Q'"
25656   parameters:
25657   - "throughput"
25658   - "parent"
25659   - "tags"
25660   sort:
25661   - "1VM"
25662   - "L2XCFWD"
25663   - "1VM"
25664   - "L2BDMACLRN"
25665   layout:
25666     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25667     layout: "plot-throughput-speedup-analysis"
25668
25669 -
25670   type: "plot"
25671   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25672   algorithm: "plot_throughput_speedup_analysis"
25673   output-file-type: ".html"
25674   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25675   data: "plot-throughput-speedup-analysis-2n-skx"
25676   filter: "'NIC_Intel-X710' and
25677            '64B' and
25678            'NDRPDR' and
25679            'ETH' and
25680            ('L2BDMACLRN' or 'L2XCFWD') and
25681            'VHOST_1024' and
25682            not 'CFS_OPT' and
25683            not 'VXLAN' and
25684            not 'IP4FWD' and
25685            not 'DOT1Q'"
25686   parameters:
25687   - "throughput"
25688   - "parent"
25689   - "tags"
25690   sort:
25691   - "1VM"
25692   - "L2XCFWD"
25693   - "1VM"
25694   - "L2BDMACLRN"
25695   layout:
25696     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25697     layout: "plot-throughput-speedup-analysis"
25698
25699 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25700 -
25701   type: "plot"
25702   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25703   algorithm: "plot_throughput_speedup_analysis"
25704   output-file-type: ".html"
25705   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25706   data: "plot-throughput-speedup-analysis-2n-skx"
25707   filter: "'NIC_Intel-XXV710' and
25708            '64B' and
25709            'NDRPDR' and
25710            'ETH' and
25711            'IP4FWD' and
25712            'VHOST_1024' and
25713            not 'VXLAN' and
25714            not 'DOT1Q'"
25715   parameters:
25716   - "throughput"
25717   - "parent"
25718   - "tags"
25719   sort:
25720   - "not CFS_OPT"
25721   - "1VM"
25722   - "2VM"
25723   layout:
25724     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25725     layout: "plot-throughput-speedup-analysis"
25726
25727 -
25728   type: "plot"
25729   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25730   algorithm: "plot_throughput_speedup_analysis"
25731   output-file-type: ".html"
25732   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25733   data: "plot-throughput-speedup-analysis-2n-skx"
25734   filter: "'NIC_Intel-XXV710' and
25735            '64B' and
25736            'NDRPDR' and
25737            'ETH' and
25738            'IP4FWD' and
25739            'VHOST_1024' and
25740            not 'VXLAN' and
25741            not 'DOT1Q'"
25742   parameters:
25743   - "throughput"
25744   - "parent"
25745   - "tags"
25746   sort:
25747   - "not CFS_OPT"
25748   - "1VM"
25749   - "2VM"
25750   layout:
25751     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25752     layout: "plot-throughput-speedup-analysis"
25753
25754 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
25755 -
25756   type: "plot"
25757   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25758   algorithm: "plot_throughput_speedup_analysis"
25759   output-file-type: ".html"
25760   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25761   data: "plot-throughput-speedup-analysis-2n-skx"
25762   filter: "'NIC_Intel-XXV710' and
25763            '64B' and
25764            'NDRPDR' and
25765            'ETH' and
25766            'L2BDMACLRN' and
25767            'VHOST_1024' and
25768            not 'VXLAN' and
25769            not 'IP4FWD' and
25770            not 'DOT1Q' and
25771            not '2VM'"
25772   parameters:
25773   - "throughput"
25774   - "parent"
25775   - "tags"
25776   sort:
25777   - "VM"  # "not CFS_OPT"
25778   - "CFS_OPT"
25779   - "FIB_10K"
25780   - "FIB_100K"
25781   - "FIB_1M"
25782   layout:
25783     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25784     layout: "plot-throughput-speedup-analysis"
25785
25786 -
25787   type: "plot"
25788   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25789   algorithm: "plot_throughput_speedup_analysis"
25790   output-file-type: ".html"
25791   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25792   data: "plot-throughput-speedup-analysis-2n-skx"
25793   filter: "'NIC_Intel-XXV710' and
25794            '64B' and
25795            'NDRPDR' and
25796            'ETH' and
25797            'L2BDMACLRN' and
25798            'VHOST_1024' and
25799            not 'VXLAN' and
25800            not 'IP4FWD' and
25801            not 'DOT1Q' and
25802            not '2VM'"
25803   parameters:
25804   - "throughput"
25805   - "parent"
25806   - "tags"
25807   sort:
25808   - "VM"  # "not CFS_OPT"
25809   - "CFS_OPT"
25810   - "FIB_10K"
25811   - "FIB_100K"
25812   - "FIB_1M"
25813   layout:
25814     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25815     layout: "plot-throughput-speedup-analysis"
25816
25817 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25818 -
25819   type: "plot"
25820   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25821   algorithm: "plot_throughput_speedup_analysis"
25822   output-file-type: ".html"
25823   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25824   data: "plot-throughput-speedup-analysis-2n-skx"
25825   filter: "'NIC_Intel-XXV710' and
25826            '64B' and
25827            'NDRPDR' and
25828            'ETH' and
25829            'BASE' and
25830            ('L2BDMACLRN' or 'L2XCFWD') and
25831            'VHOST_1024' and
25832            not 'VXLAN' and
25833            not 'IP4FWD' and
25834            not 'DOT1Q' and
25835            not '2VM'"
25836   parameters:
25837   - "throughput"
25838   - "parent"
25839   - "tags"
25840   sort:
25841   - "not CFS_OPT"
25842   - "L2XCFWD"
25843   - "not CFS_OPT"
25844   - "CFS_OPT"
25845   layout:
25846     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
25847     layout: "plot-throughput-speedup-analysis"
25848
25849 -
25850   type: "plot"
25851   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25852   algorithm: "plot_throughput_speedup_analysis"
25853   output-file-type: ".html"
25854   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25855   data: "plot-throughput-speedup-analysis-2n-skx"
25856   filter: "'NIC_Intel-XXV710' and
25857            '64B' and
25858            'NDRPDR' and
25859            'ETH' and
25860            'BASE' and
25861            ('L2BDMACLRN' or 'L2XCFWD') and
25862            'VHOST_1024' and
25863            not 'VXLAN' and
25864            not 'IP4FWD' and
25865            not 'DOT1Q' and
25866            not '2VM'"
25867   parameters:
25868   - "throughput"
25869   - "parent"
25870   - "tags"
25871   sort:
25872   - "not CFS_OPT"
25873   - "L2XCFWD"
25874   - "not CFS_OPT"
25875   - "CFS_OPT"
25876   layout:
25877     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
25878     layout: "plot-throughput-speedup-analysis"
25879
25880 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25881 -
25882   type: "plot"
25883   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25884   algorithm: "plot_throughput_speedup_analysis"
25885   output-file-type: ".html"
25886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25887   data: "plot-throughput-speedup-analysis-2n-skx"
25888   filter: "'NIC_Intel-XXV710' and
25889            '64B' and
25890            'NDRPDR' and
25891            'ETH' and
25892            ('L2BDMACLRN' or 'L2XCFWD') and
25893            'VHOST_1024' and
25894            not 'CFS_OPT' and
25895            not 'VXLAN' and
25896            not 'IP4FWD' and
25897            not 'DOT1Q'"
25898   parameters:
25899   - "throughput"
25900   - "parent"
25901   - "tags"
25902   sort:
25903   - "1VM"
25904   - "L2XCFWD"
25905   - "1VM"
25906   - "L2BDMACLRN"
25907   layout:
25908     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
25909     layout: "plot-throughput-speedup-analysis"
25910
25911 -
25912   type: "plot"
25913   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25914   algorithm: "plot_throughput_speedup_analysis"
25915   output-file-type: ".html"
25916   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25917   data: "plot-throughput-speedup-analysis-2n-skx"
25918   filter: "'NIC_Intel-XXV710' and
25919            '64B' and
25920            'NDRPDR' and
25921            'ETH' and
25922            ('L2BDMACLRN' or 'L2XCFWD') and
25923            'VHOST_1024' and
25924            not 'CFS_OPT' and
25925            not 'VXLAN' and
25926            not 'IP4FWD' and
25927            not 'DOT1Q'"
25928   parameters:
25929   - "throughput"
25930   - "parent"
25931   - "tags"
25932   sort:
25933   - "1VM"
25934   - "L2XCFWD"
25935   - "1VM"
25936   - "L2BDMACLRN"
25937   layout:
25938     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
25939     layout: "plot-throughput-speedup-analysis"
25940
25941 ################################################################################
25942
25943 # Speedup - VPP vts 3n-hsw-x520
25944 -
25945   type: "plot"
25946   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25947   algorithm: "plot_throughput_speedup_analysis"
25948   output-file-type: ".html"
25949   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25950   data: "plot-throughput-speedup-analysis-3n-hsw"
25951   filter: "'NIC_Intel-X520-DA2' and
25952            '114B' and
25953            'NDRPDR' and
25954            'VTS'"
25955   parameters:
25956   - "throughput"
25957   - "parent"
25958   - "tags"
25959   layout:
25960     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
25961     layout: "plot-throughput-speedup-analysis"
25962
25963 -
25964   type: "plot"
25965   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25966   algorithm: "plot_throughput_speedup_analysis"
25967   output-file-type: ".html"
25968   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25969   data: "plot-throughput-speedup-analysis-3n-hsw"
25970   filter: "'NIC_Intel-X520-DA2' and
25971            '114B' and
25972            'NDRPDR' and
25973            'VTS'"
25974   parameters:
25975   - "throughput"
25976   - "parent"
25977   - "tags"
25978   layout:
25979     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25980     layout: "plot-throughput-speedup-analysis"