816f21134b44c26ab8605a14cea0d73aa631bfe4
[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-3n-hsw:
123       csit-vpp-perf-1804-all:
124       - 21  # sel
125       - 22  # sel
126       - 23  # sel
127       - 24  # sel
128       - 27  # sel
129       - 28  # sel
130       - 29  # sel
131       - 30  # sel
132       - 31  # sel
133       - 35  # sel
134       csit-vpp-perf-verify-1807-3n-hsw:
135       - 11  # NDRPDR full 1
136       - 22  # NDRPDR full 2
137       - 45  # NDRPDR full 3
138       - 46  # NDRPDR full 4
139       - 15  # NDRPDR sel
140       - 16  # NDRPDR sel
141       - 19  # NDRPDR sel
142       - 18  # NDRPDR sel
143       - 20  # NDRPDR sel
144       - 38  # NDRPDR sel
145       - 40  # NDRPDR sel
146       - 44  # NDRPDR sel
147       - 47  # NDRPDR sel
148       csit-vpp-perf-verify-1810-3n-hsw:
149       - 8   # NDRPDR sel
150       - 12  # NDRPDR sel
151       - 14  # NDRPDR sel
152       - 18  # NDRPDR sel
153       - 23  # NDRPDR sel
154       - 25  # NDRPDR sel
155       - 38  # NDRPDR sel
156       - 39  # NDRPDR sel
157       - 41  # NDRPDR sel
158       - 42  # NDRPDR sel
159
160     vpp-performance-changes-3n-skx:
161       csit-vpp-perf-verify-1807-3n-skx:
162       - 33  # NDRPDR sel
163       - 35  # NDRPDR sel
164       - 37  # NDRPDR sel
165       - 38  # NDRPDR sel
166       - 39  # NDRPDR sel
167       - 43  # NDRPDR sel
168       - 44  # NDRPDR sel
169       - 49  # NDRPDR sel
170       - 50  # NDRPDR sel
171       - 56  # NDRPDR sel
172       csit-vpp-perf-verify-1810-3n-skx:
173       - 10  # NDRPDR sel
174       - 14  # NDRPDR sel
175       - 15  # NDRPDR sel
176       - 16  # NDRPDR sel
177       - 17  # NDRPDR sel
178       - 19  # NDRPDR sel
179       - 20  # NDRPDR sel
180       - 21  # NDRPDR sel
181       - 22  # NDRPDR sel
182       - 25  # NDRPDR sel
183
184     vpp-performance-changes-2n-skx:
185       csit-vpp-perf-verify-1807-2n-skx:
186       - 26  # NDRPDR sel
187       - 28  # NDRPDR sel
188       - 29  # NDRPDR sel
189       - 30  # NDRPDR sel
190       - 34  # NDRPDR sel
191       - 35  # NDRPDR sel
192       - 36  # NDRPDR sel
193       - 39  # NDRPDR sel
194       - 40  # NDRPDR sel
195       - 42  # NDRPDR sel
196       csit-vpp-perf-verify-1810-2n-skx:
197       - 9   # NDRPDR sel
198       - 13  # NDRPDR sel
199       - 14  # NDRPDR sel
200       - 19  # NDRPDR sel
201       - 20  # NDRPDR sel
202       - 21  # NDRPDR sel
203       - 22  # NDRPDR sel
204       - 23  # NDRPDR sel
205       - 24  # NDRPDR sel
206       - 27  # NDRPDR sel
207
208     vpp-compare-testbeds:
209       csit-vpp-perf-verify-1810-3n-hsw:
210       - 8   # NDRPDR sel
211       - 12  # NDRPDR sel
212       - 14  # NDRPDR sel
213       - 18  # NDRPDR sel
214       - 23  # NDRPDR sel
215       - 25  # NDRPDR sel
216       - 38  # NDRPDR sel
217       - 39  # NDRPDR sel
218       - 41  # NDRPDR sel
219       - 42  # NDRPDR sel
220       csit-vpp-perf-verify-1810-3n-skx:
221       - 24  # NDRPDR full
222       - 10  # NDRPDR sel
223       - 14  # NDRPDR sel
224       - 15  # NDRPDR sel
225       - 16  # NDRPDR sel
226       - 17  # NDRPDR sel
227       - 19  # NDRPDR sel
228       - 20  # NDRPDR sel
229       - 21  # NDRPDR sel
230       - 22  # NDRPDR sel
231       - 25  # NDRPDR sel
232
233     vpp-compare-testbeds-mrr:
234       csit-vpp-perf-verify-1810-3n-hsw:
235       - 9   # MRR sel
236       csit-vpp-perf-verify-1810-3n-skx:
237       - 9   # MRR sel
238       - 11  # MRR sel
239       - 12  # MRR sel
240       - 13  # MRR sel
241
242     vpp-performance-changes-3n-hsw-mrr:
243       csit-vpp-perf-check-1804:
244       - 6   # mrr - sel
245       - 13  # mrr - sel
246       - 14  # mrr - sel
247       - 15  # mrr - sel
248       - 16  # mrr - sel
249       - 17  # mrr - sel
250       - 19  # mrr - sel
251       - 20  # mrr - sel
252       - 21  # mrr - sel
253       - 22  # mrr - sel
254       csit-vpp-perf-verify-1807-3n-hsw:
255       - 8   # MRR full
256       - 9   # MRR sel
257       - 21  # MRR sel
258       - 31  # MRR sel
259       - 33  # MRR sel
260       - 36  # MRR sel
261       - 41  # MRR sel
262       - 42  # MRR sel
263       - 48  # MRR sel
264       csit-vpp-perf-verify-1810-3n-hsw:
265       - 9   # MRR sel
266
267     vpp-performance-changes-3n-skx-mrr:
268       csit-vpp-perf-verify-1807-3n-skx:
269       - 28  # MRR sel
270       - 32  # MRR sel
271       - 36  # MRR sel
272       - 42  # MRR sel
273       - 47  # MRR sel
274       - 48  # MRR sel
275       - 51  # MRR sel
276       - 52  # MRR sel
277       - 53  # MRR sel
278       - 54  # MRR sel
279       csit-vpp-perf-verify-1810-3n-skx:
280       - 9   # MRR sel
281       - 11  # MRR sel
282       - 12  # MRR sel
283       - 13  # MRR sel
284
285     vpp-performance-changes-2n-skx-mrr:
286       csit-vpp-perf-verify-1807-2n-skx:
287       - 31  # MRR sel
288       - 33  # MRR sel
289       - 37  # MRR sel
290       - 38  # MRR sel
291       - 41  # MRR sel
292       - 43  # MRR sel
293       - 44  # MRR sel
294       - 45  # MRR sel
295       - 46  # MRR sel
296       - 47  # MRR sel
297       csit-vpp-perf-verify-1810-2n-skx:
298       - 8   # MRR sel
299       - 10  # MRR sel
300       - 11  # MRR sel
301       - 12  # MRR sel
302
303     vpp-perf-results-3n-hsw:
304       csit-vpp-perf-verify-1810-3n-hsw:
305       - 20  # NDRPDR full
306       - 21  # NDRPDR full
307       - 22  # NDRPDR full
308       - 27  # NDRPDR full
309
310     vpp-perf-results-3n-skx:
311       csit-vpp-perf-verify-1810-3n-skx:
312       - 23  # NDRPDR full
313       - 24  # NDRPDR full
314
315     vpp-perf-results-2n-skx:
316       csit-vpp-perf-verify-1810-2n-skx:
317       - 25  # NDRPDR full
318       - 26  # NDRPDR full
319
320     vpp-mrr-results-3n-hsw:
321       csit-vpp-perf-verify-1810-3n-hsw:
322       - 9   # MRR sel
323
324     vpp-mrr-results-3n-skx:
325       csit-vpp-perf-verify-1810-3n-skx:
326       - 9   # MRR sel
327
328     vpp-mrr-results-2n-skx:
329       csit-vpp-perf-verify-1810-2n-skx:
330       - 8   # MRR sel
331
332     plot-throughput-speedup-analysis-3n-hsw:
333       csit-vpp-perf-verify-1810-3n-hsw:
334       - 8   # NDRPDR sel
335       - 12  # NDRPDR sel
336       - 14  # NDRPDR sel
337       - 18  # NDRPDR sel
338       - 23  # NDRPDR sel
339       - 25  # NDRPDR sel
340       - 38  # NDRPDR sel
341       - 39  # NDRPDR sel
342       - 41  # NDRPDR sel
343       - 42  # NDRPDR sel
344
345     plot-throughput-speedup-analysis-3n-skx:
346       csit-vpp-perf-verify-1810-3n-skx:
347       - 24  # NDRPDR full
348       - 10  # NDRPDR sel
349       - 14  # NDRPDR sel
350       - 15  # NDRPDR sel
351       - 16  # NDRPDR sel
352       - 17  # NDRPDR sel
353       - 19  # NDRPDR sel
354       - 20  # NDRPDR sel
355       - 21  # NDRPDR sel
356       - 22  # NDRPDR sel
357       - 25  # NDRPDR sel
358
359     plot-throughput-speedup-analysis-2n-skx:
360       csit-vpp-perf-verify-1810-2n-skx:
361       - 9   # NDRPDR sel
362       - 13  # NDRPDR sel
363       - 14  # NDRPDR sel
364       - 19  # NDRPDR sel
365       - 20  # NDRPDR sel
366       - 21  # NDRPDR sel
367       - 22  # NDRPDR sel
368       - 23  # NDRPDR sel
369       - 24  # NDRPDR sel
370       - 27  # NDRPDR sel
371
372     plot-vpp-throughput-latency-3n-hsw:
373       csit-vpp-perf-verify-1810-3n-hsw:
374       - 8   # NDRPDR sel
375       - 12  # NDRPDR sel
376       - 14  # NDRPDR sel
377       - 18  # NDRPDR sel
378       - 23  # NDRPDR sel
379       - 25  # NDRPDR sel
380       - 38  # NDRPDR sel
381       - 39  # NDRPDR sel
382       - 41  # NDRPDR sel
383       - 42  # NDRPDR sel
384
385     plot-vpp-throughput-latency-3n-skx:
386       csit-vpp-perf-verify-1810-3n-skx:
387       - 24  # NDRPDR full
388       - 10  # NDRPDR sel
389       - 14  # NDRPDR sel
390       - 15  # NDRPDR sel
391       - 16  # NDRPDR sel
392       - 17  # NDRPDR sel
393       - 19  # NDRPDR sel
394       - 20  # NDRPDR sel
395       - 21  # NDRPDR sel
396       - 22  # NDRPDR sel
397       - 25  # NDRPDR sel
398
399     plot-vpp-throughput-latency-2n-skx:
400       csit-vpp-perf-verify-1810-2n-skx:
401       - 9   # NDRPDR sel
402       - 13  # NDRPDR sel
403       - 14  # NDRPDR sel
404       - 19  # NDRPDR sel
405       - 20  # NDRPDR sel
406       - 21  # NDRPDR sel
407       - 22  # NDRPDR sel
408       - 23  # NDRPDR sel
409       - 24  # NDRPDR sel
410       - 27  # NDRPDR sel
411
412     plot-vpp-http-server-performance:
413       csit-vpp-perf-verify-1810-3n-hsw:
414       - 28  # WRK
415       - 29  # WRK
416       - 30  # WRK
417       - 31  # WRK
418       - 32  # WRK
419       - 33  # WRK
420       - 34  # WRK
421       - 35  # WRK
422       - 36  # WRK
423       - 37  # WRK
424
425     # VPP Functional
426     vpp-func-results-ubuntu:
427       csit-vpp-functional-1810-ubuntu1604-virl:
428       - 44
429
430     vpp-func-results-centos:
431       csit-vpp-functional-1810-centos7-virl:
432       - 44
433
434     vpp-device-results-ubuntu:
435       csit-vpp-device-1810-ubuntu1804-1n-skx:
436       - 2
437
438     # VPP Ligato
439     ligato-perf-results-3n-hsw:
440       csit-ligato-perf-verify-1810-3n-hsw:
441       - 5   # full
442
443     plot-ligato-throughput-speedup-analysis-3n-hsw:
444       csit-ligato-perf-verify-1810-3n-hsw:
445       - 5   # full
446       - 6   # sel
447       - 8   # sel
448       - 9   # sel
449       - 11  # sel
450       - 12  # sel
451       - 13  # sel
452       - 14  # sel
453       - 16  # sel
454       - 17  # sel
455       - 18  # sel
456
457     plot-ligato-throughput-latency-3n-hsw:
458       csit-ligato-perf-verify-1810-3n-hsw:
459       - 5   # full
460       - 6   # sel
461       - 8   # sel
462       - 9   # sel
463       - 11  # sel
464       - 12  # sel
465       - 13  # sel
466       - 14  # sel
467       - 16  # sel
468       - 17  # sel
469       - 18  # sel
470
471     # DPDK Performance
472     dpdk-performance-changes-3n-hsw:
473       csit-dpdk-perf-1804-all:
474       - 4
475       - 5
476       - 6
477       - 7
478       - 8
479       - 9
480       - 10
481       - 11
482       - 12
483       - 13
484       csit-dpdk-perf-verify-1807-3n-hsw:
485       - 11
486       - 12  # full
487       - 14
488       - 15
489       - 16
490       - 17
491       - 20
492       - 21
493       - 22
494       - 23
495       csit-dpdk-perf-verify-1810-3n-hsw:
496       - 1   # NDRPDR sel
497       - 2   # NDRPDR sel
498       - 3   # NDRPDR sel
499       - 4   # NDRPDR sel
500       - 5   # NDRPDR sel
501       - 6   # NDRPDR sel
502       - 7   # NDRPDR sel
503       - 8   # NDRPDR sel
504       - 9   # NDRPDR sel
505       - 10  # NDRPDR sel
506
507     dpdk-performance-changes-3n-skx:
508       csit-dpdk-perf-verify-1807-3n-skx:
509       - 1   # NDRPDR sel
510       - 2   # NDRPDR sel
511       - 3   # NDRPDR sel
512       - 6   # NDRPDR sel
513       - 7   # NDRPDR sel
514       - 8   # NDRPDR sel
515       - 9   # NDRPDR sel
516       - 10  # NDRPDR sel
517       - 11  # NDRPDR sel
518       - 12  # NDRPDR sel
519       csit-dpdk-perf-verify-1810-3n-skx:
520       - 3   # NDRPDR sel
521       - 4   # NDRPDR sel
522       - 6   # NDRPDR sel
523       - 7   # NDRPDR sel
524       - 8   # NDRPDR sel
525       - 9   # NDRPDR sel
526       - 10  # NDRPDR sel
527       - 11  # NDRPDR sel
528       - 12  # NDRPDR sel
529       - 13  # NDRPDR sel
530
531     dpdk-compare-testbeds:
532       csit-dpdk-perf-verify-1810-3n-skx:
533       - 3   # NDRPDR sel
534       - 4   # NDRPDR sel
535       - 6   # NDRPDR sel
536       - 7   # NDRPDR sel
537       - 8   # NDRPDR sel
538       - 9   # NDRPDR sel
539       - 10  # NDRPDR sel
540       - 11  # NDRPDR sel
541       - 12  # NDRPDR sel
542       - 13  # NDRPDR sel
543       csit-dpdk-perf-verify-1810-3n-hsw:
544       - 1   # NDRPDR sel
545       - 2   # NDRPDR sel
546       - 3   # NDRPDR sel
547       - 4   # NDRPDR sel
548       - 5   # NDRPDR sel
549       - 6   # NDRPDR sel
550       - 7   # NDRPDR sel
551       - 8   # NDRPDR sel
552       - 9   # NDRPDR sel
553       - 10  # NDRPDR sel
554
555     dpdk-perf-results-3n-hsw:
556       csit-dpdk-perf-verify-1810-3n-hsw:
557       - 1
558
559     dpdk-perf-results-3n-skx:
560       csit-dpdk-perf-verify-1810-3n-skx:
561       - 3   # NDRPDR sel
562
563     dpdk-perf-results-2n-skx:
564       csit-dpdk-perf-verify-1810-2n-skx:
565       - 3
566
567     plot-dpdk-throughput-latency-3n-hsw:
568       csit-dpdk-perf-verify-1810-3n-hsw:
569       - 1   # NDRPDR sel
570       - 2   # NDRPDR sel
571       - 3   # NDRPDR sel
572       - 4   # NDRPDR sel
573       - 5   # NDRPDR sel
574       - 6   # NDRPDR sel
575       - 7   # NDRPDR sel
576       - 8   # NDRPDR sel
577       - 9   # NDRPDR sel
578       - 10  # NDRPDR sel
579
580     plot-dpdk-throughput-latency-3n-skx:
581       csit-dpdk-perf-verify-1810-3n-skx:
582       - 3   # NDRPDR sel
583       - 4   # NDRPDR sel
584       - 6   # NDRPDR sel
585       - 7   # NDRPDR sel
586       - 8   # NDRPDR sel
587       - 9   # NDRPDR sel
588       - 10  # NDRPDR sel
589       - 11  # NDRPDR sel
590       - 12  # NDRPDR sel
591       - 13  # NDRPDR sel
592
593     plot-dpdk-throughput-latency-2n-skx:
594       csit-dpdk-perf-verify-1810-2n-skx:
595       - 3   # NDRPDR sel
596       - 4   # NDRPDR sel
597       - 5   # NDRPDR sel
598       - 7   # NDRPDR sel
599       - 8   # NDRPDR sel
600       - 9   # NDRPDR sel
601       - 10  # NDRPDR sel
602       - 11  # NDRPDR sel
603       - 12  # NDRPDR sel
604       - 13  # NDRPDR sel
605
606     # HoneyComb Functional
607     hc-func-results:
608       csit-hc2vpp-verify-func-1810-ubuntu1604:
609       - 3
610
611     # NSH SFC Functional
612     nsh-func-results:
613       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
614       - 1
615
616     # DMM Functional
617     dmm-func-results:
618       csit-dmm-functional-1810-ubuntu1604-virl:
619       - 1
620
621   plot-layouts:
622
623     plot-cps:
624       titlefont:
625         size: 18
626       xaxis:
627         title: "<b>Test Cases [Index]</b>"
628         titlefont:
629           size: 16
630         autorange: True
631         fixedrange: False
632         gridcolor: "rgb(230, 230, 230)"
633         linecolor: "rgb(220, 220, 220)"
634         linewidth: 1
635         showgrid: True
636         showline: True
637         showticklabels: True
638         tickcolor: "rgb(220, 220, 220)"
639         tickmode: "linear"
640         tickfont:
641           size: 16
642         zeroline: False
643       yaxis:
644         title: "<b>Connections Per Second [cps]</b>"
645         titlefont:
646           size: 16
647         gridcolor: "rgb(230, 230, 230)"
648         hoverformat: ".4s"
649         linecolor: "rgb(220, 220, 220)"
650         linewidth: 1
651         rangemode: "tozero"
652         showgrid: True
653         showline: True
654         showticklabels: True
655         tickcolor: "rgb(220, 220, 220)"
656         tickformat: ".3s"
657         tickfont:
658           size: 16
659         zeroline: False
660       boxmode: "group"
661       boxgroupgap: 0.5
662       autosize: False
663       margin:
664         t: 50
665         b: 20
666         l: 80
667         r: 20
668       showlegend: True
669       legend:
670         orientation: "h"
671         font:
672           size: 16
673       width: 700
674       height: 800
675
676     plot-rps:
677       titlefont:
678         size: 18
679       xaxis:
680         title: "<b>Test Cases [Index]</b>"
681         titlefont:
682           size: 16
683         autorange: True
684         fixedrange: False
685         gridcolor: "rgb(230, 230, 230)"
686         linecolor: "rgb(220, 220, 220)"
687         linewidth: 1
688         showgrid: True
689         showline: True
690         showticklabels: True
691         tickcolor: "rgb(220, 220, 220)"
692         tickmode: "linear"
693         tickfont:
694           size: 16
695         zeroline: False
696       yaxis:
697         title: "<b>Requests Per Second [rps]</b>"
698         titlefont:
699           size: 16
700         gridcolor: "rgb(230, 230, 230)"
701         hoverformat: ".4s"
702         linecolor: "rgb(220, 220, 220)"
703         linewidth: 1
704         rangemode: "tozero"
705         showgrid: True
706         showline: True
707         showticklabels: True
708         tickcolor: "rgb(230, 230, 230)"
709         tickformat: ".3s"
710         tickfont:
711           size: 16
712         zeroline: False
713       boxmode: "group"
714       boxgroupgap: 0.5
715       autosize: False
716       margin:
717         t: 50
718         b: 20
719         l: 80
720         r: 20
721       showlegend: True
722       legend:
723         orientation: "h"
724         font:
725           size: 16
726       width: 700
727       height: 800
728
729     plot-throughput:
730       titlefont:
731         size: 18
732       xaxis:
733         title: "<b>Test Cases [Index]</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: True
744         tickcolor: "rgb(220, 220, 220)"
745         tickmode: "linear"
746         tickfont:
747           size: 16
748         zeroline: False
749       yaxis:
750         title: "<b>Packet Throughput [Mpps]</b>"
751         titlefont:
752           size: 16
753         gridcolor: "rgb(230, 230, 230)"
754         hoverformat: ".4s"
755         tickformat: ".3s"
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         tickfont:
763           size: 16
764         zeroline: False
765         range: [0,50]
766       boxmode: "group"
767       boxgroupgap: 0.5
768       autosize: False
769       margin:
770         t: 50
771         b: 20
772         l: 80
773         r: 20
774       showlegend: True
775       legend:
776         orientation: "h"
777         font:
778           size: 16
779       width: 700
780       height: 900
781
782     plot-throughput-speedup-analysis:
783       titlefont:
784         size: 18
785       xaxis:
786         title: "<b>Number of Cores [Qty]</b>"
787         titlefont:
788           size: 16
789         autorange: True
790         fixedrange: False
791         gridcolor: "rgb(230, 230, 230)"
792         linecolor: "rgb(220, 220, 220)"
793         linewidth: 1
794         showgrid: True
795         showline: True
796         showticklabels: True
797         tickcolor: "rgb(238, 238, 238)"
798         tickmode: "linear"
799         tickfont:
800           size: 16
801         zeroline: False
802       yaxis:
803         title: "<b>Packet Throughput [Mpps]</b>"
804         titlefont:
805           size: 16
806         type: "linear"
807         gridcolor: "rgb(230, 230, 230)"
808         hoverformat: ".4s"
809         linecolor: "rgb(220, 220, 220)"
810         linewidth: 1
811         showgrid: True
812         showline: True
813         showticklabels: True
814         tickcolor: "rgb(220, 220, 220)"
815         tickformat: ".4s"
816         tickfont:
817           size: 16
818         zeroline: True
819         rangemode: "tozero"
820         # range: [0,100]
821       legend:
822         orientation: "h"
823         font:
824           size: 16
825         xanchor: "left"
826         yanchor: "top"
827         x: 0
828         y: -0.2
829         bgcolor: "rgba(255, 255, 255, 0)"
830         bordercolor: "rgba(255, 255, 255, 0)"
831         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
832       autosize: False
833       margin:
834           't': 50
835           'b': 150
836           'l': 85
837           'r': 10
838       showlegend: True
839       width: 700
840       height: 700
841       hoverlabel:
842         namelength: -1
843       annotations: [
844         {
845           text: "_ _          __          ...",
846           align: "left",
847           showarrow: False,
848           xref: "paper",
849           yref: "paper",
850           xanchor: "left",
851           yanchor: "top",
852           x: 0,
853           y: -0.13,
854           font: {
855             family: "Consolas, Courier New",
856             size: 15
857           },
858         },
859         {
860           text: "    Perfect     Measured     Limit",
861           align: "left",
862           showarrow: False,
863           xref: "paper",
864           yref: "paper",
865           xanchor: "left",
866           yanchor: "top",
867           x: 0,
868           y: -0.15,
869           font: {
870             family: "Consolas, Courier New",
871             size: 15
872           },
873         },
874       ]
875
876     plot-latency:
877       titlefont:
878         size: 18
879       xaxis:
880         title: "<b>Direction</b>"
881         titlefont:
882           size: 16
883         autorange: True
884         fixedrange: False
885         gridcolor: "rgb(230, 230, 230)"
886         linecolor: "rgb(220, 220, 220)"
887         linewidth: 1
888         showgrid: True
889         showline: True
890         showticklabels: False
891         tickcolor: "rgb(220, 220, 220)"
892         tickmode: "linear"
893         tickfont:
894           size: 16
895         zeroline: False
896       yaxis:
897         title: "<b>Packet Latency [uSec]</b>"
898         titlefont:
899           size: 16
900         type: "linear"
901         gridcolor: "rgb(230, 230, 230)"
902         hoverformat: ".4s"
903         linecolor: "rgb(220, 220, 220)"
904         linewidth: 1
905         showgrid: True
906         showline: True
907         showticklabels: True
908         tickcolor: "rgb(220, 220, 220)"
909         tickformat: ".4s"
910         tickfont:
911           size: 16
912         zeroline: True
913         rangemode: "tozero"
914       legend:
915         orientation: "h"
916         font:
917           size: 16
918         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
919       autosize: False
920       margin:
921           't': 50
922           'b': 150
923           'l': 80
924           'r': 10
925       showlegend: True
926       width: 700
927       height: 700
928       hoverlabel:
929         namelength: -1
930
931 -
932   type: "static"
933   src-path: "{DIR[RST]}"
934   dst-path: "{DIR[WORKING,SRC]}"
935
936 -
937   type: "input"
938   general:
939     file-name: "robot-plugin.zip"
940     file-format: ".zip"
941     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
942     extract: "robot-plugin/output.xml"
943
944   builds:
945
946     csit-vpp-perf-1804-all:
947     - 21  # sel
948     - 22  # sel
949     - 23  # sel
950     - 24  # sel
951     - 27  # sel
952     - 28  # sel
953     - 29  # sel
954     - 30  # sel
955     - 31  # sel
956     - 35  # sel
957     csit-vpp-perf-verify-1807-3n-hsw:
958     - 8   # MRR full
959     - 9   # MRR sel
960     - 21  # MRR sel
961     - 31  # MRR sel
962     - 33  # MRR sel
963     - 36  # MRR sel
964     - 41  # MRR sel
965     - 42  # MRR sel
966     - 48  # MRR sel
967     - 11  # NDRPDR full 1
968     - 22  # NDRPDR full 2
969     - 45  # NDRPDR full 3
970     - 46  # NDRPDR full 4
971     - 15  # NDRPDR sel
972     - 16  # NDRPDR sel
973     - 19  # NDRPDR sel
974     - 18  # NDRPDR sel
975     - 20  # NDRPDR sel
976     - 38  # NDRPDR sel
977     - 40  # NDRPDR sel
978     - 44  # NDRPDR sel
979     - 47  # NDRPDR sel
980     - 24  # WRK
981     - 25  # WRK
982     - 23  # WRK
983     - 26  # WRK
984     - 27  # WRK
985     - 28  # WRK
986     - 29  # WRK
987     - 30  # WRK
988     - 32  # WRK
989     - 35  # WRK
990     csit-vpp-perf-verify-1810-3n-hsw:
991     - 9   # MRR sel
992     - 20  # NDRPDR full
993     - 21  # NDRPDR full
994     - 22  # NDRPDR full
995     - 27  # NDRPDR full
996     - 8   # NDRPDR sel
997     - 12  # NDRPDR sel
998     - 14  # NDRPDR sel
999     - 18  # NDRPDR sel
1000     - 23  # NDRPDR sel
1001     - 25  # NDRPDR sel
1002     - 38  # NDRPDR sel
1003     - 39  # NDRPDR sel
1004     - 41  # NDRPDR sel
1005     - 42  # NDRPDR sel
1006     - 28  # WRK
1007     - 29  # WRK
1008     - 30  # WRK
1009     - 31  # WRK
1010     - 32  # WRK
1011     - 33  # WRK
1012     - 34  # WRK
1013     - 35  # WRK
1014     - 36  # WRK
1015     - 37  # WRK
1016     csit-vpp-perf-verify-1807-3n-skx:
1017     - 31  # MRR full
1018     - 28  # MRR sel
1019     - 32  # MRR sel
1020     - 36  # MRR sel
1021     - 42  # MRR sel
1022     - 47  # MRR sel
1023     - 48  # MRR sel
1024     - 51  # MRR sel
1025     - 52  # MRR sel
1026     - 53  # MRR sel
1027     - 54  # MRR sel
1028     - 40  # NDRPDR full 1
1029     - 41  # NDRPDR full 2
1030     - 33  # NDRPDR sel
1031     - 35  # NDRPDR sel
1032     - 37  # NDRPDR sel
1033     - 38  # NDRPDR sel
1034     - 39  # NDRPDR sel
1035     - 43  # NDRPDR sel
1036     - 44  # NDRPDR sel
1037     - 49  # NDRPDR sel
1038     - 50  # NDRPDR sel
1039     - 56  # NDRPDR sel
1040     csit-vpp-perf-verify-1810-3n-skx:
1041     - 9   # MRR sel
1042     - 11  # MRR sel
1043     - 12  # MRR sel
1044     - 13  # MRR sel
1045     - 23  # NDRPDR full
1046     - 24  # NDRPDR full
1047     - 10  # NDRPDR sel
1048     - 14  # NDRPDR sel
1049     - 15  # NDRPDR sel
1050     - 16  # NDRPDR sel
1051     - 17  # NDRPDR sel
1052     - 19  # NDRPDR sel
1053     - 20  # NDRPDR sel
1054     - 21  # NDRPDR sel
1055     - 22  # NDRPDR sel
1056     - 25  # NDRPDR sel
1057     csit-vpp-perf-verify-1807-2n-skx:
1058     - 27  # MRR full
1059     - 31  # MRR sel
1060     - 33  # MRR sel
1061     - 37  # MRR sel
1062     - 38  # MRR sel
1063     - 41  # MRR sel
1064     - 43  # MRR sel
1065     - 44  # MRR sel
1066     - 45  # MRR sel
1067     - 46  # MRR sel
1068     - 47  # MRR sel
1069     - 32  # NDRPDR full
1070     - 26  # NDRPDR sel
1071     - 28  # NDRPDR sel
1072     - 29  # NDRPDR sel
1073     - 30  # NDRPDR sel
1074     - 34  # NDRPDR sel
1075     - 35  # NDRPDR sel
1076     - 36  # NDRPDR sel
1077     - 39  # NDRPDR sel
1078     - 40  # NDRPDR sel
1079     - 42  # NDRPDR sel
1080     csit-vpp-perf-verify-1810-2n-skx:
1081     - 8   # MRR sel
1082     - 10  # MRR sel
1083     - 11  # MRR sel
1084     - 12  # MRR sel
1085     - 25  # NDRPDR full
1086     - 26  # NDRPDR full
1087     - 9   # NDRPDR sel
1088     - 13  # NDRPDR sel
1089     - 14  # NDRPDR sel
1090     - 19  # NDRPDR sel
1091     - 20  # NDRPDR sel
1092     - 21  # NDRPDR sel
1093     - 22  # NDRPDR sel
1094     - 23  # NDRPDR sel
1095     - 24  # NDRPDR sel
1096     - 27  # NDRPDR sel
1097     csit-vpp-perf-check-1804:
1098     - 5   # mrr - full
1099     - 6   # mrr - sel
1100     - 13  # mrr - sel
1101     - 14  # mrr - sel
1102     - 15  # mrr - sel
1103     - 16  # mrr - sel
1104     - 17  # mrr - sel
1105     - 19  # mrr - sel
1106     - 20  # mrr - sel
1107     - 21  # mrr - sel
1108     - 22  # mrr - sel
1109     csit-ligato-perf-verify-1810-3n-hsw:
1110     - 5   # full
1111     - 6   # sel
1112     - 8   # sel
1113     - 9   # sel
1114     - 11  # sel
1115     - 12  # sel
1116     - 13  # sel
1117     - 14  # sel
1118     - 16  # sel
1119     - 17  # sel
1120     - 18  # sel
1121     csit-dpdk-perf-1804-all:
1122     - 4
1123     - 5
1124     - 6
1125     - 7
1126     - 8
1127     - 9
1128     - 10
1129     - 11
1130     - 12
1131     - 13
1132     csit-dpdk-perf-verify-1807-3n-hsw:
1133     - 11
1134     - 12  # full
1135     - 14
1136     - 15
1137     - 16
1138     - 17
1139     - 20
1140     - 21
1141     - 22
1142     - 23
1143     csit-dpdk-perf-verify-1810-3n-hsw:
1144     - 1   # NDRPDR sel
1145     - 2   # NDRPDR sel
1146     - 3   # NDRPDR sel
1147     - 4   # NDRPDR sel
1148     - 5   # NDRPDR sel
1149     - 6   # NDRPDR sel
1150     - 7   # NDRPDR sel
1151     - 8   # NDRPDR sel
1152     - 9   # NDRPDR sel
1153     - 10  # NDRPDR sel
1154     csit-dpdk-perf-verify-1807-3n-skx:
1155     - 1   # NDRPDR sel
1156     - 2   # NDRPDR sel
1157     - 3   # NDRPDR sel
1158     - 6   # NDRPDR sel
1159     - 7   # NDRPDR sel
1160     - 8   # NDRPDR sel
1161     - 9   # NDRPDR sel
1162     - 10  # NDRPDR sel
1163     - 11  # NDRPDR sel
1164     - 12  # NDRPDR sel
1165     csit-dpdk-perf-verify-1810-3n-skx:
1166     - 3   # NDRPDR sel
1167     - 4   # NDRPDR sel
1168     - 6   # NDRPDR sel
1169     - 7   # NDRPDR sel
1170     - 8   # NDRPDR sel
1171     - 9   # NDRPDR sel
1172     - 10  # NDRPDR sel
1173     - 11  # NDRPDR sel
1174     - 12  # NDRPDR sel
1175     - 13  # NDRPDR sel
1176     csit-dpdk-perf-verify-1810-2n-skx:
1177     - 3   # NDRPDR sel
1178     - 4   # NDRPDR sel
1179     - 5   # NDRPDR sel
1180     - 7   # NDRPDR sel
1181     - 8   # NDRPDR sel
1182     - 9   # NDRPDR sel
1183     - 10  # NDRPDR sel
1184     - 11  # NDRPDR sel
1185     - 12  # NDRPDR sel
1186     - 13  # NDRPDR sel
1187
1188     csit-vpp-functional-1810-ubuntu1604-virl:
1189     - 44
1190     csit-vpp-functional-1810-centos7-virl:
1191     - 44
1192     csit-vpp-device-1810-ubuntu1804-1n-skx:
1193     - 2
1194     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1195     - 1
1196     csit-dmm-functional-1810-ubuntu1604-virl:
1197     - 1
1198     csit-hc2vpp-verify-func-1810-ubuntu1604:
1199     - 3
1200
1201 -
1202   type: "output"
1203   output: "report"
1204   format:
1205     html:
1206     - full
1207     pdf:
1208     - minimal
1209
1210 ################################################################################
1211 ###                               T A B L E S                                ###
1212 ################################################################################
1213
1214 ################################################################################
1215 # VPP
1216
1217 # VPP Performance Changes 3n-hsw 1t1c pdr 
1218 -
1219   type: "table"
1220   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1221   algorithm: "table_performance_comparison"
1222   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1223   history:
1224     -
1225       title: "rls1804"
1226       data:
1227         csit-vpp-perf-1804-all:
1228         - 21  # sel
1229         - 22  # sel
1230         - 23  # sel
1231         - 24  # sel
1232         - 27  # sel
1233         - 28  # sel
1234         - 29  # sel
1235         - 30  # sel
1236         - 31  # sel
1237         - 35  # sel
1238   reference:
1239     title: "rls1807"
1240     data:
1241       csit-vpp-perf-verify-1807-3n-hsw:
1242       - 11  # NDRPDR full 1
1243       - 22  # NDRPDR full 2
1244       - 45  # NDRPDR full 3
1245       - 46  # NDRPDR full 4
1246       - 15  # NDRPDR sel
1247       - 16  # NDRPDR sel
1248       - 19  # NDRPDR sel
1249       - 18  # NDRPDR sel
1250       - 20  # NDRPDR sel
1251       - 38  # NDRPDR sel
1252       - 40  # NDRPDR sel
1253       - 44  # NDRPDR sel
1254       - 47  # NDRPDR sel
1255   compare:
1256     title: "rls1810"
1257     data:
1258       csit-vpp-perf-verify-1810-3n-hsw:
1259       - 8   # NDRPDR sel
1260       - 12  # NDRPDR sel
1261       - 14  # NDRPDR sel
1262       - 18  # NDRPDR sel
1263       - 23  # NDRPDR sel
1264       - 25  # NDRPDR sel
1265       - 38  # NDRPDR sel
1266       - 39  # NDRPDR sel
1267       - 41  # NDRPDR sel
1268       - 42  # NDRPDR sel
1269   data: "vpp-performance-changes-3n-hsw"
1270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1271   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1272   parameters:
1273   - "name"
1274   - "parent"
1275   - "throughput"
1276
1277 # VPP Performance Changes 3n-hsw 2t2c pdr
1278 -
1279   type: "table"
1280   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1281   algorithm: "table_performance_comparison"
1282   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1283   history:
1284     -
1285       title: "rls1804"
1286       data:
1287         csit-vpp-perf-1804-all:
1288         - 21  # sel
1289         - 22  # sel
1290         - 23  # sel
1291         - 24  # sel
1292         - 27  # sel
1293         - 28  # sel
1294         - 29  # sel
1295         - 30  # sel
1296         - 31  # sel
1297         - 35  # sel
1298   reference:
1299     title: "rls1807"
1300     data:
1301       csit-vpp-perf-verify-1807-3n-hsw:
1302       - 11  # NDRPDR full 1
1303       - 22  # NDRPDR full 2
1304       - 45  # NDRPDR full 3
1305       - 46  # NDRPDR full 4
1306       - 15  # NDRPDR sel
1307       - 16  # NDRPDR sel
1308       - 19  # NDRPDR sel
1309       - 18  # NDRPDR sel
1310       - 20  # NDRPDR sel
1311       - 38  # NDRPDR sel
1312       - 40  # NDRPDR sel
1313       - 44  # NDRPDR sel
1314       - 47  # NDRPDR sel
1315   compare:
1316     title: "rls1810"
1317     data:
1318       csit-vpp-perf-verify-1810-3n-hsw:
1319       - 8   # NDRPDR sel
1320       - 12  # NDRPDR sel
1321       - 14  # NDRPDR sel
1322       - 18  # NDRPDR sel
1323       - 23  # NDRPDR sel
1324       - 25  # NDRPDR sel
1325       - 38  # NDRPDR sel
1326       - 39  # NDRPDR sel
1327       - 41  # NDRPDR sel
1328       - 42  # NDRPDR sel
1329   data: "vpp-performance-changes-3n-hsw"
1330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1331   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1332   parameters:
1333   - "name"
1334   - "parent"
1335   - "throughput"
1336
1337 # VPP Performance Changes 3n-hsw 1t1c ndr
1338 -
1339   type: "table"
1340   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1341   algorithm: "table_performance_comparison"
1342   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1343   history:
1344     -
1345       title: "rls1804"
1346       data:
1347         csit-vpp-perf-1804-all:
1348         - 21  # sel
1349         - 22  # sel
1350         - 23  # sel
1351         - 24  # sel
1352         - 27  # sel
1353         - 28  # sel
1354         - 29  # sel
1355         - 30  # sel
1356         - 31  # sel
1357         - 35  # sel
1358   reference:
1359     title: "rls1807"
1360     data:
1361       csit-vpp-perf-verify-1807-3n-hsw:
1362       - 11  # NDRPDR full 1
1363       - 22  # NDRPDR full 2
1364       - 45  # NDRPDR full 3
1365       - 46  # NDRPDR full 4
1366       - 15  # NDRPDR sel
1367       - 16  # NDRPDR sel
1368       - 19  # NDRPDR sel
1369       - 18  # NDRPDR sel
1370       - 20  # NDRPDR sel
1371       - 38  # NDRPDR sel
1372       - 40  # NDRPDR sel
1373       - 44  # NDRPDR sel
1374       - 47  # NDRPDR sel
1375   compare:
1376     title: "rls1810"
1377     data:
1378       csit-vpp-perf-verify-1810-3n-hsw:
1379       - 8   # NDRPDR sel
1380       - 12  # NDRPDR sel
1381       - 14  # NDRPDR sel
1382       - 18  # NDRPDR sel
1383       - 23  # NDRPDR sel
1384       - 25  # NDRPDR sel
1385       - 38  # NDRPDR sel
1386       - 39  # NDRPDR sel
1387       - 41  # NDRPDR sel
1388       - 42  # NDRPDR sel
1389   data: "vpp-performance-changes-3n-hsw"
1390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1391   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1392   parameters:
1393   - "name"
1394   - "parent"
1395   - "throughput"
1396
1397 # VPP Performance Changes 3n-hsw 2t2c ndr
1398 -
1399   type: "table"
1400   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1401   algorithm: "table_performance_comparison"
1402   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1403   history:
1404     -
1405       title: "rls1804"
1406       data:
1407         csit-vpp-perf-1804-all:
1408         - 21  # sel
1409         - 22  # sel
1410         - 23  # sel
1411         - 24  # sel
1412         - 27  # sel
1413         - 28  # sel
1414         - 29  # sel
1415         - 30  # sel
1416         - 31  # sel
1417         - 35  # sel
1418   reference:
1419     title: "rls1807"
1420     data:
1421       csit-vpp-perf-verify-1807-3n-hsw:
1422       - 11  # NDRPDR full 1
1423       - 22  # NDRPDR full 2
1424       - 45  # NDRPDR full 3
1425       - 46  # NDRPDR full 4
1426       - 15  # NDRPDR sel
1427       - 16  # NDRPDR sel
1428       - 19  # NDRPDR sel
1429       - 18  # NDRPDR sel
1430       - 20  # NDRPDR sel
1431       - 38  # NDRPDR sel
1432       - 40  # NDRPDR sel
1433       - 44  # NDRPDR sel
1434       - 47  # NDRPDR sel
1435   compare:
1436     title: "rls1810"
1437     data:
1438       csit-vpp-perf-verify-1810-3n-hsw:
1439       - 8   # NDRPDR sel
1440       - 12  # NDRPDR sel
1441       - 14  # NDRPDR sel
1442       - 18  # NDRPDR sel
1443       - 23  # NDRPDR sel
1444       - 25  # NDRPDR sel
1445       - 38  # NDRPDR sel
1446       - 39  # NDRPDR sel
1447       - 41  # NDRPDR sel
1448       - 42  # NDRPDR sel
1449   data: "vpp-performance-changes-3n-hsw"
1450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1451   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1452   parameters:
1453   - "name"
1454   - "parent"
1455   - "throughput"
1456
1457 # VPP Performance Changes 3n-skx 2t1c pdr 
1458 -
1459   type: "table"
1460   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1461   algorithm: "table_performance_comparison"
1462   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1463   reference:
1464     title: "rls1807"
1465     data:
1466       csit-vpp-perf-verify-1807-3n-skx:
1467       - 33  # NDRPDR sel
1468       - 35  # NDRPDR sel
1469       - 37  # NDRPDR sel
1470       - 38  # NDRPDR sel
1471       - 39  # NDRPDR sel
1472       - 43  # NDRPDR sel
1473       - 44  # NDRPDR sel
1474       - 49  # NDRPDR sel
1475       - 50  # NDRPDR sel
1476       - 56  # NDRPDR sel
1477   compare:
1478     title: "rls1810"
1479     data:
1480       csit-vpp-perf-verify-1810-3n-skx:
1481       - 10  # NDRPDR sel
1482       - 14  # NDRPDR sel
1483       - 15  # NDRPDR sel
1484       - 16  # NDRPDR sel
1485       - 17  # NDRPDR sel
1486       - 19  # NDRPDR sel
1487       - 20  # NDRPDR sel
1488       - 21  # NDRPDR sel
1489       - 22  # NDRPDR sel
1490       - 25  # NDRPDR sel
1491   data: "vpp-performance-changes-3n-skx"
1492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1493   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1494   parameters:
1495   - "name"
1496   - "parent"
1497   - "throughput"
1498
1499 # VPP Performance Changes 3n-skx 4t2c pdr
1500 -
1501   type: "table"
1502   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1503   algorithm: "table_performance_comparison"
1504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1505   reference:
1506     title: "rls1807"
1507     data:
1508       csit-vpp-perf-verify-1807-3n-skx:
1509       - 33  # NDRPDR sel
1510       - 35  # NDRPDR sel
1511       - 37  # NDRPDR sel
1512       - 38  # NDRPDR sel
1513       - 39  # NDRPDR sel
1514       - 43  # NDRPDR sel
1515       - 44  # NDRPDR sel
1516       - 49  # NDRPDR sel
1517       - 50  # NDRPDR sel
1518       - 56  # NDRPDR sel
1519   compare:
1520     title: "rls1810"
1521     data:
1522       csit-vpp-perf-verify-1810-3n-skx:
1523       - 10  # NDRPDR sel
1524       - 14  # NDRPDR sel
1525       - 15  # NDRPDR sel
1526       - 16  # NDRPDR sel
1527       - 17  # NDRPDR sel
1528       - 19  # NDRPDR sel
1529       - 20  # NDRPDR sel
1530       - 21  # NDRPDR sel
1531       - 22  # NDRPDR sel
1532       - 25  # NDRPDR sel
1533   data: "vpp-performance-changes-3n-skx"
1534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1535   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1536   parameters:
1537   - "name"
1538   - "parent"
1539   - "throughput"
1540
1541 # VPP Performance Changes 3n-skx 2t1c ndr
1542 -
1543   type: "table"
1544   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1545   algorithm: "table_performance_comparison"
1546   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1547   reference:
1548     title: "rls1807"
1549     data:
1550       csit-vpp-perf-verify-1807-3n-skx:
1551       - 33  # NDRPDR sel
1552       - 35  # NDRPDR sel
1553       - 37  # NDRPDR sel
1554       - 38  # NDRPDR sel
1555       - 39  # NDRPDR sel
1556       - 43  # NDRPDR sel
1557       - 44  # NDRPDR sel
1558       - 49  # NDRPDR sel
1559       - 50  # NDRPDR sel
1560       - 56  # NDRPDR sel
1561   compare:
1562     title: "rls1810"
1563     data:
1564       csit-vpp-perf-verify-1810-3n-skx:
1565       - 10  # NDRPDR sel
1566       - 14  # NDRPDR sel
1567       - 15  # NDRPDR sel
1568       - 16  # NDRPDR sel
1569       - 17  # NDRPDR sel
1570       - 19  # NDRPDR sel
1571       - 20  # NDRPDR sel
1572       - 21  # NDRPDR sel
1573       - 22  # NDRPDR sel
1574       - 25  # NDRPDR sel
1575   data: "vpp-performance-changes-3n-skx"
1576   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1577   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1578   parameters:
1579   - "name"
1580   - "parent"
1581   - "throughput"
1582
1583 # VPP Performance Changes 3n-skx 4t2c ndr
1584 -
1585   type: "table"
1586   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1587   algorithm: "table_performance_comparison"
1588   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1589   reference:
1590     title: "rls1807"
1591     data:
1592       csit-vpp-perf-verify-1807-3n-skx:
1593       - 33  # NDRPDR sel
1594       - 35  # NDRPDR sel
1595       - 37  # NDRPDR sel
1596       - 38  # NDRPDR sel
1597       - 39  # NDRPDR sel
1598       - 43  # NDRPDR sel
1599       - 44  # NDRPDR sel
1600       - 49  # NDRPDR sel
1601       - 50  # NDRPDR sel
1602       - 56  # NDRPDR sel
1603   compare:
1604     title: "rls1810"
1605     data:
1606       csit-vpp-perf-verify-1810-3n-skx:
1607       - 10  # NDRPDR sel
1608       - 14  # NDRPDR sel
1609       - 15  # NDRPDR sel
1610       - 16  # NDRPDR sel
1611       - 17  # NDRPDR sel
1612       - 19  # NDRPDR sel
1613       - 20  # NDRPDR sel
1614       - 21  # NDRPDR sel
1615       - 22  # NDRPDR sel
1616       - 25  # NDRPDR sel
1617   data: "vpp-performance-changes-3n-skx"
1618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1619   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1620   parameters:
1621   - "name"
1622   - "parent"
1623   - "throughput"
1624
1625 # VPP Performance Changes 2n-skx 2t1c pdr 
1626 -
1627   type: "table"
1628   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1629   algorithm: "table_performance_comparison"
1630   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1631   reference:
1632     title: "rls1807"
1633     data:
1634       csit-vpp-perf-verify-1807-2n-skx:
1635       - 26  # NDRPDR sel
1636       - 28  # NDRPDR sel
1637       - 29  # NDRPDR sel
1638       - 30  # NDRPDR sel
1639       - 34  # NDRPDR sel
1640       - 35  # NDRPDR sel
1641       - 36  # NDRPDR sel
1642       - 39  # NDRPDR sel
1643       - 40  # NDRPDR sel
1644       - 42  # NDRPDR sel
1645   compare:
1646     title: "rls1810"
1647     data:
1648       csit-vpp-perf-verify-1810-2n-skx:
1649       - 9   # NDRPDR sel
1650       - 13  # NDRPDR sel
1651       - 14  # NDRPDR sel
1652       - 19  # NDRPDR sel
1653       - 20  # NDRPDR sel
1654       - 21  # NDRPDR sel
1655       - 22  # NDRPDR sel
1656       - 23  # NDRPDR sel
1657       - 24  # NDRPDR sel
1658       - 27  # NDRPDR sel
1659   data: "vpp-performance-changes-2n-skx"
1660   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1661   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1662   parameters:
1663   - "name"
1664   - "parent"
1665   - "throughput"
1666
1667 # VPP Performance Changes 2n-skx 4t2c pdr
1668 -
1669   type: "table"
1670   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1671   algorithm: "table_performance_comparison"
1672   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1673   reference:
1674     title: "rls1807"
1675     data:
1676       csit-vpp-perf-verify-1807-2n-skx:
1677       - 26  # NDRPDR sel
1678       - 28  # NDRPDR sel
1679       - 29  # NDRPDR sel
1680       - 30  # NDRPDR sel
1681       - 34  # NDRPDR sel
1682       - 35  # NDRPDR sel
1683       - 36  # NDRPDR sel
1684       - 39  # NDRPDR sel
1685       - 40  # NDRPDR sel
1686       - 42  # NDRPDR sel
1687   compare:
1688     title: "rls1810"
1689     data:
1690       csit-vpp-perf-verify-1810-2n-skx:
1691       - 9   # NDRPDR sel
1692       - 13  # NDRPDR sel
1693       - 14  # NDRPDR sel
1694       - 19  # NDRPDR sel
1695       - 20  # NDRPDR sel
1696       - 21  # NDRPDR sel
1697       - 22  # NDRPDR sel
1698       - 23  # NDRPDR sel
1699       - 24  # NDRPDR sel
1700       - 27  # NDRPDR sel
1701   data: "vpp-performance-changes-2n-skx"
1702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1703   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1704   parameters:
1705   - "name"
1706   - "parent"
1707   - "throughput"
1708
1709 # VPP Performance Changes 2n-skx 2t1c ndr
1710 -
1711   type: "table"
1712   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1713   algorithm: "table_performance_comparison"
1714   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1715   reference:
1716     title: "rls1807"
1717     data:
1718       csit-vpp-perf-verify-1807-2n-skx:
1719       - 26  # NDRPDR sel
1720       - 28  # NDRPDR sel
1721       - 29  # NDRPDR sel
1722       - 30  # NDRPDR sel
1723       - 34  # NDRPDR sel
1724       - 35  # NDRPDR sel
1725       - 36  # NDRPDR sel
1726       - 39  # NDRPDR sel
1727       - 40  # NDRPDR sel
1728       - 42  # NDRPDR sel
1729   compare:
1730     title: "rls1810"
1731     data:
1732       csit-vpp-perf-verify-1810-2n-skx:
1733       - 9   # NDRPDR sel
1734       - 13  # NDRPDR sel
1735       - 14  # NDRPDR sel
1736       - 19  # NDRPDR sel
1737       - 20  # NDRPDR sel
1738       - 21  # NDRPDR sel
1739       - 22  # NDRPDR sel
1740       - 23  # NDRPDR sel
1741       - 24  # NDRPDR sel
1742       - 27  # NDRPDR sel
1743   data: "vpp-performance-changes-2n-skx"
1744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1745   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1746   parameters:
1747   - "name"
1748   - "parent"
1749   - "throughput"
1750
1751 # VPP Performance Changes 2n-skx 4t2c ndr
1752 -
1753   type: "table"
1754   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1755   algorithm: "table_performance_comparison"
1756   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1757   reference:
1758     title: "rls1807"
1759     data:
1760       csit-vpp-perf-verify-1807-2n-skx:
1761       - 26  # NDRPDR sel
1762       - 28  # NDRPDR sel
1763       - 29  # NDRPDR sel
1764       - 30  # NDRPDR sel
1765       - 34  # NDRPDR sel
1766       - 35  # NDRPDR sel
1767       - 36  # NDRPDR sel
1768       - 39  # NDRPDR sel
1769       - 40  # NDRPDR sel
1770       - 42  # NDRPDR sel
1771   compare:
1772     title: "rls1810"
1773     data:
1774       csit-vpp-perf-verify-1810-2n-skx:
1775       - 9   # NDRPDR sel
1776       - 13  # NDRPDR sel
1777       - 14  # NDRPDR sel
1778       - 19  # NDRPDR sel
1779       - 20  # NDRPDR sel
1780       - 21  # NDRPDR sel
1781       - 22  # NDRPDR sel
1782       - 23  # NDRPDR sel
1783       - 24  # NDRPDR sel
1784       - 27  # NDRPDR sel
1785   data: "vpp-performance-changes-2n-skx"
1786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1787   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1788   parameters:
1789   - "name"
1790   - "parent"
1791   - "throughput"
1792
1793 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1794 -
1795   type: "table"
1796   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1797   algorithm: "table_performance_comparison"
1798   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1799   reference:
1800     title: "3-Node Hsw"
1801     data:
1802       csit-vpp-perf-verify-1810-3n-hsw:
1803       - 8   # NDRPDR sel
1804       - 12  # NDRPDR sel
1805       - 14  # NDRPDR sel
1806       - 18  # NDRPDR sel
1807       - 23  # NDRPDR sel
1808       - 25  # NDRPDR sel
1809       - 38  # NDRPDR sel
1810       - 39  # NDRPDR sel
1811       - 41  # NDRPDR sel
1812       - 42  # NDRPDR sel
1813   compare:
1814     title: "3-Node Skx"
1815     data:
1816       csit-vpp-perf-verify-1810-3n-skx:
1817       - 10  # NDRPDR sel
1818       - 14  # NDRPDR sel
1819       - 15  # NDRPDR sel
1820       - 16  # NDRPDR sel
1821       - 17  # NDRPDR sel
1822       - 19  # NDRPDR sel
1823       - 20  # NDRPDR sel
1824       - 21  # NDRPDR sel
1825       - 22  # NDRPDR sel
1826       - 25  # NDRPDR sel
1827   data: "vpp-compare-testbeds"
1828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1829   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1830   parameters:
1831   - "name"
1832   - "parent"
1833   - "throughput"
1834
1835 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1836 -
1837   type: "table"
1838   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1839   algorithm: "table_performance_comparison"
1840   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1841   reference:
1842     title: "3-Node Hsw"
1843     data:
1844       csit-vpp-perf-verify-1810-3n-hsw:
1845       - 8   # NDRPDR sel
1846       - 12  # NDRPDR sel
1847       - 14  # NDRPDR sel
1848       - 18  # NDRPDR sel
1849       - 23  # NDRPDR sel
1850       - 25  # NDRPDR sel
1851       - 38  # NDRPDR sel
1852       - 39  # NDRPDR sel
1853       - 41  # NDRPDR sel
1854       - 42  # NDRPDR sel
1855   compare:
1856     title: "3-Node Skx"
1857     data:
1858       csit-vpp-perf-verify-1810-3n-skx:
1859       - 10  # NDRPDR sel
1860       - 14  # NDRPDR sel
1861       - 15  # NDRPDR sel
1862       - 16  # NDRPDR sel
1863       - 17  # NDRPDR sel
1864       - 19  # NDRPDR sel
1865       - 20  # NDRPDR sel
1866       - 21  # NDRPDR sel
1867       - 22  # NDRPDR sel
1868       - 25  # NDRPDR sel
1869   data: "vpp-compare-testbeds"
1870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1871   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1872   parameters:
1873   - "name"
1874   - "parent"
1875   - "throughput"
1876
1877 # VPP Performance Changes 3n-hsw 1t1c MRR
1878 -
1879   type: "table"
1880   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
1881   algorithm: "table_performance_comparison"
1882   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
1883   history:
1884     -
1885       title: "rls1804"
1886       data:
1887         csit-vpp-perf-check-1804:
1888         - 6   # mrr - sel
1889         - 13  # mrr - sel
1890         - 14  # mrr - sel
1891         - 15  # mrr - sel
1892         - 16  # mrr - sel
1893         - 17  # mrr - sel
1894         - 19  # mrr - sel
1895         - 20  # mrr - sel
1896         - 21  # mrr - sel
1897         - 22  # mrr - sel
1898   reference:
1899     title: "rls1807"
1900     data:
1901       csit-vpp-perf-verify-1807-3n-hsw:
1902       - 8   # MRR full
1903       - 9   # MRR sel
1904       - 21  # MRR sel
1905       - 31  # MRR sel
1906       - 33  # MRR sel
1907       - 36  # MRR sel
1908       - 41  # MRR sel
1909       - 42  # MRR sel
1910       - 48  # MRR sel
1911   compare:
1912     title: "rls1810"
1913     data:
1914       csit-vpp-perf-verify-1810-3n-hsw:
1915       - 9   # MRR sel
1916   data: "vpp-performance-changes-3n-hsw-mrr"
1917   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1918   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1919   parameters:
1920   - "name"
1921   - "parent"
1922   - "result"
1923
1924 # VPP Performance Changes 3n-hsw 2t2c MRR
1925 -
1926   type: "table"
1927   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
1928   algorithm: "table_performance_comparison"
1929   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
1930   history:
1931     -
1932       title: "rls1804"
1933       data:
1934         csit-vpp-perf-check-1804:
1935         - 6   # mrr - sel
1936         - 13  # mrr - sel
1937         - 14  # mrr - sel
1938         - 15  # mrr - sel
1939         - 16  # mrr - sel
1940         - 17  # mrr - sel
1941         - 19  # mrr - sel
1942         - 20  # mrr - sel
1943         - 21  # mrr - sel
1944         - 22  # mrr - sel
1945   reference:
1946     title: "rls1807"
1947     data:
1948       csit-vpp-perf-verify-1807-3n-hsw:
1949       - 8   # MRR full
1950       - 9   # MRR sel
1951       - 21  # MRR sel
1952       - 31  # MRR sel
1953       - 33  # MRR sel
1954       - 36  # MRR sel
1955       - 41  # MRR sel
1956       - 42  # MRR sel
1957       - 48  # MRR sel
1958   compare:
1959     title: "rls1810"
1960     data:
1961       csit-vpp-perf-verify-1810-3n-hsw:
1962       - 9   # MRR sel
1963   data: "vpp-performance-changes-3n-hsw-mrr"
1964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1965   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1966   parameters:
1967   - "name"
1968   - "parent"
1969   - "result"
1970
1971 # VPP Performance Changes 3n-hsw 4t4c MRR
1972 -
1973   type: "table"
1974   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
1975   algorithm: "table_performance_comparison"
1976   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
1977   history:
1978     -
1979       title: "rls1804"
1980       data:
1981         csit-vpp-perf-check-1804:
1982         - 6   # mrr - sel
1983         - 13  # mrr - sel
1984         - 14  # mrr - sel
1985         - 15  # mrr - sel
1986         - 16  # mrr - sel
1987         - 17  # mrr - sel
1988         - 19  # mrr - sel
1989         - 20  # mrr - sel
1990         - 21  # mrr - sel
1991         - 22  # mrr - sel
1992   reference:
1993     title: "rls1807"
1994     data:
1995       csit-vpp-perf-verify-1807-3n-hsw:
1996       - 8   # MRR full
1997       - 9   # MRR sel
1998       - 21  # MRR sel
1999       - 31  # MRR sel
2000       - 33  # MRR sel
2001       - 36  # MRR sel
2002       - 41  # MRR sel
2003       - 42  # MRR sel
2004       - 48  # MRR sel
2005   compare:
2006     title: "rls1810"
2007     data:
2008       csit-vpp-perf-verify-1810-3n-hsw:
2009       - 9   # MRR sel
2010   data: "vpp-performance-changes-3n-hsw-mrr"
2011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2012   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2013   parameters:
2014   - "name"
2015   - "parent"
2016   - "result"
2017
2018 # VPP Performance Changes 3n-skx 2t1c MRR
2019 -
2020   type: "table"
2021   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2022   algorithm: "table_performance_comparison"
2023   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2024   reference:
2025     title: "rls1807"
2026     data:
2027       csit-vpp-perf-verify-1807-3n-skx:
2028       - 28  # MRR sel
2029       - 32  # MRR sel
2030       - 36  # MRR sel
2031       - 42  # MRR sel
2032       - 47  # MRR sel
2033       - 48  # MRR sel
2034       - 51  # MRR sel
2035       - 52  # MRR sel
2036       - 53  # MRR sel
2037   compare:
2038     title: "rls1810"
2039     data:
2040       csit-vpp-perf-verify-1810-3n-skx:
2041       - 9   # MRR sel
2042       - 11  # MRR sel
2043       - 12  # MRR sel
2044       - 13  # MRR sel
2045   data: "vpp-performance-changes-3n-skx-mrr"
2046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2047   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2048   parameters:
2049   - "name"
2050   - "parent"
2051   - "result"
2052
2053 # VPP Performance Changes 3n-skx 4t2c MRR
2054 -
2055   type: "table"
2056   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2057   algorithm: "table_performance_comparison"
2058   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2059   reference:
2060     title: "rls1807"
2061     data:
2062       csit-vpp-perf-verify-1807-3n-skx:
2063       - 28  # MRR sel
2064       - 32  # MRR sel
2065       - 36  # MRR sel
2066       - 42  # MRR sel
2067       - 47  # MRR sel
2068       - 48  # MRR sel
2069       - 51  # MRR sel
2070       - 52  # MRR sel
2071       - 53  # MRR sel
2072   compare:
2073     title: "rls1810"
2074     data:
2075       csit-vpp-perf-verify-1810-3n-skx:
2076       - 9   # MRR sel
2077       - 11  # MRR sel
2078       - 12  # MRR sel
2079       - 13  # MRR sel
2080   data: "vpp-performance-changes-3n-skx-mrr"
2081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2082   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2083   parameters:
2084   - "name"
2085   - "parent"
2086   - "result"
2087
2088 # VPP Performance Changes 3n-skx 8t4c MRR
2089 -
2090   type: "table"
2091   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2092   algorithm: "table_performance_comparison"
2093   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2094   reference:
2095     title: "rls1807"
2096     data:
2097       csit-vpp-perf-verify-1807-3n-skx:
2098       - 28  # MRR sel
2099       - 32  # MRR sel
2100       - 36  # MRR sel
2101       - 42  # MRR sel
2102       - 47  # MRR sel
2103       - 48  # MRR sel
2104       - 51  # MRR sel
2105       - 52  # MRR sel
2106       - 53  # MRR sel
2107   compare:
2108     title: "rls1810"
2109     data:
2110       csit-vpp-perf-verify-1810-3n-skx:
2111       - 9   # MRR sel
2112       - 11  # MRR sel
2113       - 12  # MRR sel
2114       - 13  # MRR sel
2115   data: "vpp-performance-changes-3n-skx-mrr"
2116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2117   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2118   parameters:
2119   - "name"
2120   - "parent"
2121   - "result"
2122
2123 # VPP Performance Changes 2n-skx 2t1c MRR
2124 -
2125   type: "table"
2126   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2127   algorithm: "table_performance_comparison"
2128   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2129   reference:
2130     title: "rls1807"
2131     data:
2132       csit-vpp-perf-verify-1807-2n-skx:
2133       - 31  # MRR sel
2134       - 33  # MRR sel
2135       - 37  # MRR sel
2136       - 38  # MRR sel
2137       - 41  # MRR sel
2138       - 43  # MRR sel
2139       - 44  # MRR sel
2140       - 45  # MRR sel
2141       - 46  # MRR sel
2142       - 47  # MRR sel
2143   compare:
2144     title: "rls1810"
2145     data:
2146       csit-vpp-perf-verify-1810-2n-skx:
2147       - 8   # MRR sel
2148       - 10  # MRR sel
2149       - 11  # MRR sel
2150       - 12  # MRR sel
2151   data: "vpp-performance-changes-2n-skx-mrr"
2152   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2153   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2154   parameters:
2155   - "name"
2156   - "parent"
2157   - "result"
2158
2159 # VPP Performance Changes 2n-skx 4t2c MRR
2160 -
2161   type: "table"
2162   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2163   algorithm: "table_performance_comparison"
2164   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2165   reference:
2166     title: "rls1807"
2167     data:
2168       csit-vpp-perf-verify-1807-2n-skx:
2169       - 31  # MRR sel
2170       - 33  # MRR sel
2171       - 37  # MRR sel
2172       - 38  # MRR sel
2173       - 41  # MRR sel
2174       - 43  # MRR sel
2175       - 44  # MRR sel
2176       - 45  # MRR sel
2177       - 46  # MRR sel
2178       - 47  # MRR sel
2179   compare:
2180     title: "rls1810"
2181     data:
2182       csit-vpp-perf-verify-1810-2n-skx:
2183       - 8   # MRR sel
2184       - 10  # MRR sel
2185       - 11  # MRR sel
2186       - 12  # MRR sel
2187   data: "vpp-performance-changes-2n-skx-mrr"
2188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2189   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2190   parameters:
2191   - "name"
2192   - "parent"
2193   - "result"
2194
2195 # VPP Performance Changes 2n-skx 8t4c MRR
2196 -
2197   type: "table"
2198   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2199   algorithm: "table_performance_comparison"
2200   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2201   reference:
2202     title: "rls1807"
2203     data:
2204       csit-vpp-perf-verify-1807-2n-skx:
2205       - 31  # MRR sel
2206       - 33  # MRR sel
2207       - 37  # MRR sel
2208       - 38  # MRR sel
2209       - 41  # MRR sel
2210       - 43  # MRR sel
2211       - 44  # MRR sel
2212       - 45  # MRR sel
2213       - 46  # MRR sel
2214       - 47  # MRR sel
2215   compare:
2216     title: "rls1810"
2217     data:
2218       csit-vpp-perf-verify-1810-2n-skx:
2219       - 8   # MRR sel
2220       - 10  # MRR sel
2221       - 11  # MRR sel
2222       - 12  # MRR sel
2223   data: "vpp-performance-changes-2n-skx-mrr"
2224   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2225   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2226   parameters:
2227   - "name"
2228   - "parent"
2229   - "result"
2230
2231 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2232 -
2233   type: "table"
2234   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2235   algorithm: "table_performance_comparison"
2236   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2237   reference:
2238     title: "3-Node Hsw"
2239     data:
2240       csit-vpp-perf-verify-1810-3n-hsw:
2241       - 9   # MRR sel
2242   compare:
2243     title: "3-Node Skx"
2244     data:
2245       csit-vpp-perf-verify-1810-3n-skx:
2246       - 9   # MRR sel
2247       - 11  # MRR sel
2248       - 12  # MRR sel
2249       - 13  # MRR sel
2250   data: "vpp-compare-testbeds-mrr"
2251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2252   filter: "'NIC_Intel-X710' and 'MRR'"
2253   parameters:
2254   - "name"
2255   - "parent"
2256   - "result"
2257
2258 # Detailed Test Results - VPP Performance Results 3n-hsw
2259 -
2260   type: "table"
2261   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2262   algorithm: "table_merged_details"
2263   output-file-ext: ".csv"
2264   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2265   columns:
2266   -
2267     title: "Name"
2268     data: "data name"
2269   -
2270     title: "Status"
2271     data: "data msg"
2272   rows: "generated"
2273   data: "vpp-perf-results-3n-hsw"
2274   filter: "not 'NDRCHK' and not 'PDRCHK'"
2275   parameters:
2276   - "name"
2277   - "parent"
2278   - "msg"
2279
2280 # Detailed Test Results - VPP Performance Results 3n-skx
2281 -
2282   type: "table"
2283   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2284   algorithm: "table_merged_details"
2285   output-file-ext: ".csv"
2286   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2287   columns:
2288   -
2289     title: "Name"
2290     data: "data name"
2291   -
2292     title: "Status"
2293     data: "data msg"
2294   rows: "generated"
2295   data: "vpp-perf-results-3n-skx"
2296   filter: "not 'NDRCHK' and not 'PDRCHK'"
2297   parameters:
2298   - "name"
2299   - "parent"
2300   - "msg"
2301
2302 # Detailed Test Results - VPP Performance Results 2n-skx
2303 -
2304   type: "table"
2305   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2306   algorithm: "table_merged_details"
2307   output-file-ext: ".csv"
2308   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2309   columns:
2310   -
2311     title: "Name"
2312     data: "data name"
2313   -
2314     title: "Status"
2315     data: "data msg"
2316   rows: "generated"
2317   data: "vpp-perf-results-2n-skx"
2318   filter: "not 'NDRCHK' and not 'PDRCHK'"
2319   parameters:
2320   - "name"
2321   - "parent"
2322   - "msg"
2323
2324 # Test configuration - VPP Performance Test Configs 3n-hsw
2325 -
2326   type: "table"
2327   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2328   algorithm: "table_merged_details"
2329   output-file-ext: ".csv"
2330   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2331   columns:
2332   -
2333     title: "Name"
2334     data: "data name"
2335   -
2336     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2337     data: "data vat-history"
2338   rows: "generated"
2339   data: "vpp-perf-results-3n-hsw"
2340   filter: "not 'NDRCHK' and not 'PDRCHK'"
2341   parameters:
2342   - "parent"
2343   - "name"
2344   - "vat-history"
2345
2346 # Test configuration - VPP Performance Test Configs 3n-skx
2347 -
2348   type: "table"
2349   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2350   algorithm: "table_merged_details"
2351   output-file-ext: ".csv"
2352   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2353   columns:
2354   -
2355     title: "Name"
2356     data: "data name"
2357   -
2358     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2359     data: "data vat-history"
2360   rows: "generated"
2361   data: "vpp-perf-results-3n-skx"
2362   filter: "not 'NDRCHK' and not 'PDRCHK'"
2363   parameters:
2364   - "parent"
2365   - "name"
2366   - "vat-history"
2367
2368 # Test configuration - VPP Performance Test Configs 2n-skx
2369 -
2370   type: "table"
2371   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2372   algorithm: "table_merged_details"
2373   output-file-ext: ".csv"
2374   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2375   columns:
2376   -
2377     title: "Name"
2378     data: "data name"
2379   -
2380     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2381     data: "data vat-history"
2382   rows: "generated"
2383   data: "vpp-perf-results-2n-skx"
2384   filter: "not 'NDRCHK' and not 'PDRCHK'"
2385   parameters:
2386   - "parent"
2387   - "name"
2388   - "vat-history"
2389
2390 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2391 -
2392   type: "table"
2393   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2394   algorithm: "table_merged_details"
2395   output-file-ext: ".csv"
2396   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2397   columns:
2398   -
2399     title: "Name"
2400     data: "data name"
2401   -
2402     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2403     data: "data show-run"
2404   rows: "generated"
2405   data: "vpp-perf-results-3n-hsw"
2406   filter: "not 'NDRCHK' and not 'PDRCHK'"
2407   parameters:
2408   - "parent"
2409   - "name"
2410   - "show-run"
2411
2412 # Test Operational Data - VPP Performance Operational Data 3n-skx
2413 -
2414   type: "table"
2415   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2416   algorithm: "table_merged_details"
2417   output-file-ext: ".csv"
2418   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2419   columns:
2420   -
2421     title: "Name"
2422     data: "data name"
2423   -
2424     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2425     data: "data show-run"
2426   rows: "generated"
2427   data: "vpp-perf-results-3n-skx"
2428   filter: "not 'NDRCHK' and not 'PDRCHK'"
2429   parameters:
2430   - "parent"
2431   - "name"
2432   - "show-run"
2433
2434 # Test Operational Data - VPP Performance Operational Data 2n-skx
2435 -
2436   type: "table"
2437   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2438   algorithm: "table_merged_details"
2439   output-file-ext: ".csv"
2440   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2441   columns:
2442   -
2443     title: "Name"
2444     data: "data name"
2445   -
2446     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2447     data: "data show-run"
2448   rows: "generated"
2449   data: "vpp-perf-results-2n-skx"
2450   filter: "not 'NDRCHK' and not 'PDRCHK'"
2451   parameters:
2452   - "parent"
2453   - "name"
2454   - "show-run"
2455
2456 # Detailed Test Results - VPP MRR Results 3n-hsw
2457 -
2458   type: "table"
2459   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2460   algorithm: "table_details"
2461   output-file-ext: ".csv"
2462   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2463   columns:
2464   -
2465     title: "Name"
2466     data: "data name"
2467   -
2468     title: "Status"
2469     data: "data msg"
2470   rows: "generated"
2471   data: "vpp-mrr-results-3n-hsw"
2472   filter: "'MRR'"
2473   parameters:
2474   - "name"
2475   - "parent"
2476   - "msg"
2477
2478 # Detailed Test Results - VPP MRR Results 3n-skx
2479 -
2480   type: "table"
2481   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2482   algorithm: "table_details"
2483   output-file-ext: ".csv"
2484   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2485   columns:
2486   -
2487     title: "Name"
2488     data: "data name"
2489   -
2490     title: "Status"
2491     data: "data msg"
2492   rows: "generated"
2493   data: "vpp-mrr-results-3n-skx"
2494   filter: "'MRR'"
2495   parameters:
2496   - "name"
2497   - "parent"
2498   - "msg"
2499
2500 # Detailed Test Results - VPP MRR Results 2n-skx
2501 -
2502   type: "table"
2503   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2504   algorithm: "table_details"
2505   output-file-ext: ".csv"
2506   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2507   columns:
2508   -
2509     title: "Name"
2510     data: "data name"
2511   -
2512     title: "Status"
2513     data: "data msg"
2514   rows: "generated"
2515   data: "vpp-mrr-results-2n-skx"
2516   filter: "'MRR'"
2517   parameters:
2518   - "name"
2519   - "parent"
2520   - "msg"
2521
2522 # Test configuration - VPP MRR Test Configs 3n-hsw
2523 -
2524   type: "table"
2525   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2526   algorithm: "table_details"
2527   output-file-ext: ".csv"
2528   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2529   columns:
2530   -
2531     title: "Name"
2532     data: "data name"
2533   -
2534     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2535     data: "data vat-history"
2536   rows: "generated"
2537   data: "vpp-mrr-results-3n-hsw"
2538   filter: "'MRR'"
2539   parameters:
2540   - "parent"
2541   - "name"
2542   - "vat-history"
2543
2544 # Test configuration - VPP MRR Test Configs 3n-skx
2545 -
2546   type: "table"
2547   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2548   algorithm: "table_details"
2549   output-file-ext: ".csv"
2550   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2551   columns:
2552   -
2553     title: "Name"
2554     data: "data name"
2555   -
2556     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2557     data: "data vat-history"
2558   rows: "generated"
2559   data: "vpp-mrr-results-3n-skx"
2560   filter: "'MRR'"
2561   parameters:
2562   - "parent"
2563   - "name"
2564   - "vat-history"
2565
2566 # Test configuration - VPP MRR Test Configs 2n-skx
2567 -
2568   type: "table"
2569   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2570   algorithm: "table_details"
2571   output-file-ext: ".csv"
2572   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2573   columns:
2574   -
2575     title: "Name"
2576     data: "data name"
2577   -
2578     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2579     data: "data vat-history"
2580   rows: "generated"
2581   data: "vpp-mrr-results-2n-skx"
2582   filter: "'MRR'"
2583   parameters:
2584   - "parent"
2585   - "name"
2586   - "vat-history"
2587
2588 # Detailed Test Results - VPP Functional Results - Ubuntu
2589 -
2590   type: "table"
2591   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2592   algorithm: "table_details"
2593   output-file-ext: ".csv"
2594   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2595   columns:
2596   -
2597     title: "Name"
2598     data: "data name"
2599   -
2600     title: "Documentation"
2601     data: "data doc"
2602   -
2603     title: "Status"
2604     data: "data status"
2605   rows: "generated"
2606   data: "vpp-func-results-ubuntu"
2607   filter: "all"
2608   parameters:
2609   - "name"
2610   - "parent"
2611   - "doc"
2612   - "status"
2613
2614 # Detailed Test Results - VPP Functional Results - CentOS
2615 -
2616   type: "table"
2617   title: "Detailed Test Results - VPP Functional Results - CentOS"
2618   algorithm: "table_details"
2619   output-file-ext: ".csv"
2620   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2621   columns:
2622   -
2623     title: "Name"
2624     data: "data name"
2625   -
2626     title: "Documentation"
2627     data: "data doc"
2628   -
2629     title: "Status"
2630     data: "data status"
2631   rows: "generated"
2632   data:
2633     "vpp-func-results-centos"
2634   filter: "all"
2635   parameters:
2636   - "name"
2637   - "parent"
2638   - "doc"
2639   - "status"
2640
2641 # Test configuration - VPP Functional Test Configs - Ubuntu
2642 -
2643   type: "table"
2644   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2645   algorithm: "table_details"
2646   output-file-ext: ".csv"
2647   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2648   columns:
2649   -
2650     title: "Name"
2651     data: "data name"
2652   -
2653     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2654     data: "data vat-history"
2655   rows: "generated"
2656   data: "vpp-func-results-ubuntu"
2657   filter: "all"
2658   parameters:
2659   - "parent"
2660   - "name"
2661   - "vat-history"
2662
2663 # Test configuration - VPP Functional Test Configs - CentOS
2664 -
2665   type: "table"
2666   title: "Test configuration - VPP Functional Test Configs - CentOS"
2667   algorithm: "table_details"
2668   output-file-ext: ".csv"
2669   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2670   columns:
2671   -
2672     title: "Name"
2673     data: "data name"
2674   -
2675     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2676     data: "data vat-history"
2677   rows: "generated"
2678   data: "vpp-func-results-centos"
2679   filter: "all"
2680   parameters:
2681   - "parent"
2682   - "name"
2683   - "vat-history"
2684
2685 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2686 -
2687   type: "table"
2688   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2689   algorithm: "table_details"
2690   output-file-ext: ".csv"
2691   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2692   columns:
2693   -
2694     title: "Name"
2695     data: "data name"
2696   -
2697     title: "Status"
2698     data: "data msg"
2699   rows: "generated"
2700   data: "ligato-perf-results-3n-hsw"
2701   filter: "all"
2702   parameters:
2703   - "name"
2704   - "parent"
2705   - "msg"
2706
2707 # Detailed Test Results - VPP Device Results - Ubuntu
2708 -
2709   type: "table"
2710   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2711   algorithm: "table_details"
2712   output-file-ext: ".csv"
2713   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2714   columns:
2715   -
2716     title: "Name"
2717     data: "data name"
2718   -
2719     title: "Documentation"
2720     data: "data doc"
2721   -
2722     title: "Status"
2723     data: "data status"
2724   rows: "generated"
2725   data: "vpp-device-results-ubuntu"
2726   filter: "all"
2727   parameters:
2728   - "name"
2729   - "parent"
2730   - "doc"
2731   - "status"
2732
2733 # Test configuration - VPP Device Test Configs - Ubuntu
2734 -
2735   type: "table"
2736   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2737   algorithm: "table_details"
2738   output-file-ext: ".csv"
2739   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2740   columns:
2741   -
2742     title: "Name"
2743     data: "data name"
2744   -
2745     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2746     data: "data vat-history"
2747   rows: "generated"
2748   data: "vpp-device-results-ubuntu"
2749   filter: "all"
2750   parameters:
2751   - "parent"
2752   - "name"
2753   - "vat-history"
2754
2755 ################################################################################
2756
2757 # DPDK Performance Changes 3n-hsw 1t1c pdr
2758 -
2759   type: "table"
2760   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
2761   algorithm: "table_performance_comparison"
2762   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
2763   history:
2764     -
2765       title: "rls1804"
2766       data:
2767         csit-dpdk-perf-1804-all:
2768         - 4
2769         - 5
2770         - 6
2771         - 7
2772         - 8
2773         - 9
2774         - 10
2775         - 11
2776         - 12
2777         - 13
2778   reference:
2779     title: "rls1807"
2780     data:
2781       csit-dpdk-perf-verify-1807-3n-hsw:
2782       - 11
2783       - 12  # full
2784       - 14
2785       - 15
2786       - 16
2787       - 17
2788       - 20
2789       - 21
2790       - 22
2791       - 23
2792   compare:
2793     title: "rls1810"
2794     data:
2795       csit-dpdk-perf-verify-1810-3n-hsw:
2796       - 1   # NDRPDR sel
2797       - 2   # NDRPDR sel
2798       - 3   # NDRPDR sel
2799       - 4   # NDRPDR sel
2800       - 5   # NDRPDR sel
2801       - 6   # NDRPDR sel
2802       - 7   # NDRPDR sel
2803       - 8   # NDRPDR sel
2804       - 9   # NDRPDR sel
2805       - 10  # NDRPDR sel
2806   data: "dpdk-performance-changes-3n-hsw"
2807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2808   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2809   parameters:
2810   - "name"
2811   - "parent"
2812   - "throughput"
2813
2814 # DPDK Performance Changes 3n-hsw 2t2c pdr
2815 -
2816   type: "table"
2817   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
2818   algorithm: "table_performance_comparison"
2819   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
2820   history:
2821     -
2822       title: "rls1804"
2823       data:
2824         csit-dpdk-perf-1804-all:
2825         - 4
2826         - 5
2827         - 6
2828         - 7
2829         - 8
2830         - 9
2831         - 10
2832         - 11
2833         - 12
2834         - 13
2835   reference:
2836     title: "rls1807"
2837     data:
2838       csit-dpdk-perf-verify-1807-3n-hsw:
2839       - 11
2840       - 12  # full
2841       - 14
2842       - 15
2843       - 16
2844       - 17
2845       - 20
2846       - 21
2847       - 22
2848       - 23
2849   compare:
2850     title: "rls1810"
2851     data:
2852       csit-dpdk-perf-verify-1810-3n-hsw:
2853       - 1   # NDRPDR sel
2854       - 2   # NDRPDR sel
2855       - 3   # NDRPDR sel
2856       - 4   # NDRPDR sel
2857       - 5   # NDRPDR sel
2858       - 6   # NDRPDR sel
2859       - 7   # NDRPDR sel
2860       - 8   # NDRPDR sel
2861       - 9   # NDRPDR sel
2862       - 10  # NDRPDR sel
2863   data: "dpdk-performance-changes-3n-hsw"
2864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2865   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2866   parameters:
2867   - "name"
2868   - "parent"
2869   - "throughput"
2870
2871 # DPDK Performance Changes 3n-hsw 1t1c ndr
2872 -
2873   type: "table"
2874   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
2875   algorithm: "table_performance_comparison"
2876   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
2877   history:
2878     -
2879       title: "rls1804"
2880       data:
2881         csit-dpdk-perf-1804-all:
2882         - 4
2883         - 5
2884         - 6
2885         - 7
2886         - 8
2887         - 9
2888         - 10
2889         - 11
2890         - 12
2891         - 13
2892   reference:
2893     title: "rls1807"
2894     data:
2895       csit-dpdk-perf-verify-1807-3n-hsw:
2896       - 11
2897       - 12  # full
2898       - 14
2899       - 15
2900       - 16
2901       - 17
2902       - 20
2903       - 21
2904       - 22
2905       - 23
2906   compare:
2907     title: "rls1810"
2908     data:
2909       csit-dpdk-perf-verify-1810-3n-hsw:
2910       - 1   # NDRPDR sel
2911       - 2   # NDRPDR sel
2912       - 3   # NDRPDR sel
2913       - 4   # NDRPDR sel
2914       - 5   # NDRPDR sel
2915       - 6   # NDRPDR sel
2916       - 7   # NDRPDR sel
2917       - 8   # NDRPDR sel
2918       - 9   # NDRPDR sel
2919       - 10  # NDRPDR sel
2920   data: "dpdk-performance-changes-3n-hsw"
2921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2922   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2923   parameters:
2924   - "name"
2925   - "parent"
2926   - "throughput"
2927
2928 # DPDK Performance Changes 3n-hsw 2t2c ndr
2929 -
2930   type: "table"
2931   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
2932   algorithm: "table_performance_comparison"
2933   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
2934   history:
2935     -
2936       title: "rls1804"
2937       data:
2938         csit-dpdk-perf-1804-all:
2939         - 4
2940         - 5
2941         - 6
2942         - 7
2943         - 8
2944         - 9
2945         - 10
2946         - 11
2947         - 12
2948         - 13
2949   reference:
2950     title: "rls1807"
2951     data:
2952       csit-dpdk-perf-verify-1807-3n-hsw:
2953       - 11
2954       - 12  # full
2955       - 14
2956       - 15
2957       - 16
2958       - 17
2959       - 20
2960       - 21
2961       - 22
2962       - 23
2963   compare:
2964     title: "rls1810"
2965     data:
2966       csit-dpdk-perf-verify-1810-3n-hsw:
2967       - 1   # NDRPDR sel
2968       - 2   # NDRPDR sel
2969       - 3   # NDRPDR sel
2970       - 4   # NDRPDR sel
2971       - 5   # NDRPDR sel
2972       - 6   # NDRPDR sel
2973       - 7   # NDRPDR sel
2974       - 8   # NDRPDR sel
2975       - 9   # NDRPDR sel
2976       - 10  # NDRPDR sel
2977   data: "dpdk-performance-changes-3n-hsw"
2978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2979   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2980   parameters:
2981   - "name"
2982   - "parent"
2983   - "throughput"
2984
2985 # DPDK Performance Changes 3n-skx 2t1c pdr
2986 -
2987   type: "table"
2988   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
2989   algorithm: "table_performance_comparison"
2990   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
2991   reference:
2992     title: "rls1807"
2993     data:
2994       csit-dpdk-perf-verify-1807-3n-skx:
2995       - 1   # NDRPDR sel
2996       - 2   # NDRPDR sel
2997       - 3   # NDRPDR sel
2998       - 6   # NDRPDR sel
2999       - 7   # NDRPDR sel
3000       - 8   # NDRPDR sel
3001       - 9   # NDRPDR sel
3002       - 10  # NDRPDR sel
3003       - 11  # NDRPDR sel
3004       - 12  # NDRPDR sel
3005   compare:
3006     title: "rls1810"
3007     data:
3008       csit-dpdk-perf-verify-1810-3n-skx:
3009       - 3   # NDRPDR sel
3010       - 4   # NDRPDR sel
3011       - 6   # NDRPDR sel
3012       - 7   # NDRPDR sel
3013       - 8   # NDRPDR sel
3014       - 9   # NDRPDR sel
3015       - 10  # NDRPDR sel
3016       - 11  # NDRPDR sel
3017       - 12  # NDRPDR sel
3018       - 13  # NDRPDR sel
3019   data: "dpdk-performance-changes-3n-skx"
3020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3021   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3022   parameters:
3023   - "name"
3024   - "parent"
3025   - "throughput"
3026
3027 # DPDK Performance Changes 3n-skx 4t2c pdr
3028 -
3029   type: "table"
3030   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3031   algorithm: "table_performance_comparison"
3032   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3033   reference:
3034     title: "rls1807"
3035     data:
3036       csit-dpdk-perf-verify-1807-3n-skx:
3037       - 1   # NDRPDR sel
3038       - 2   # NDRPDR sel
3039       - 3   # NDRPDR sel
3040       - 6   # NDRPDR sel
3041       - 7   # NDRPDR sel
3042       - 8   # NDRPDR sel
3043       - 9   # NDRPDR sel
3044       - 10  # NDRPDR sel
3045       - 11  # NDRPDR sel
3046       - 12  # NDRPDR sel
3047   compare:
3048     title: "rls1810"
3049     data:
3050       csit-dpdk-perf-verify-1810-3n-skx:
3051       - 3   # NDRPDR sel
3052       - 4   # NDRPDR sel
3053       - 6   # NDRPDR sel
3054       - 7   # NDRPDR sel
3055       - 8   # NDRPDR sel
3056       - 9   # NDRPDR sel
3057       - 10  # NDRPDR sel
3058       - 11  # NDRPDR sel
3059       - 12  # NDRPDR sel
3060       - 13  # NDRPDR sel
3061   data: "dpdk-performance-changes-3n-skx"
3062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3063   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3064   parameters:
3065   - "name"
3066   - "parent"
3067   - "throughput"
3068
3069 # DPDK Performance Changes 3n-skx 2t1c ndr
3070 -
3071   type: "table"
3072   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3073   algorithm: "table_performance_comparison"
3074   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3075   reference:
3076     title: "rls1807"
3077     data:
3078       csit-dpdk-perf-verify-1807-3n-skx:
3079       - 1   # NDRPDR sel
3080       - 2   # NDRPDR sel
3081       - 3   # NDRPDR sel
3082       - 6   # NDRPDR sel
3083       - 7   # NDRPDR sel
3084       - 8   # NDRPDR sel
3085       - 9   # NDRPDR sel
3086       - 10  # NDRPDR sel
3087       - 11  # NDRPDR sel
3088       - 12  # NDRPDR sel
3089   compare:
3090     title: "rls1810"
3091     data:
3092       csit-dpdk-perf-verify-1810-3n-skx:
3093       - 3   # NDRPDR sel
3094       - 4   # NDRPDR sel
3095       - 6   # NDRPDR sel
3096       - 7   # NDRPDR sel
3097       - 8   # NDRPDR sel
3098       - 9   # NDRPDR sel
3099       - 10  # NDRPDR sel
3100       - 11  # NDRPDR sel
3101       - 12  # NDRPDR sel
3102       - 13  # NDRPDR sel
3103   data: "dpdk-performance-changes-3n-skx"
3104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3105   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3106   parameters:
3107   - "name"
3108   - "parent"
3109   - "throughput"
3110
3111 # DPDK Performance Changes 3n-skx 4t2c ndr
3112 -
3113   type: "table"
3114   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3115   algorithm: "table_performance_comparison"
3116   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3117   reference:
3118     title: "rls1807"
3119     data:
3120       csit-dpdk-perf-verify-1807-3n-skx:
3121       - 1   # NDRPDR sel
3122       - 2   # NDRPDR sel
3123       - 3   # NDRPDR sel
3124       - 6   # NDRPDR sel
3125       - 7   # NDRPDR sel
3126       - 8   # NDRPDR sel
3127       - 9   # NDRPDR sel
3128       - 10  # NDRPDR sel
3129       - 11  # NDRPDR sel
3130       - 12  # NDRPDR sel
3131   compare:
3132     title: "rls1810"
3133     data:
3134       csit-dpdk-perf-verify-1810-3n-skx:
3135       - 3   # NDRPDR sel
3136       - 4   # NDRPDR sel
3137       - 6   # NDRPDR sel
3138       - 7   # NDRPDR sel
3139       - 8   # NDRPDR sel
3140       - 9   # NDRPDR sel
3141       - 10  # NDRPDR sel
3142       - 11  # NDRPDR sel
3143       - 12  # NDRPDR sel
3144       - 13  # NDRPDR sel
3145   data: "dpdk-performance-changes-3n-skx"
3146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3147   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3148   parameters:
3149   - "name"
3150   - "parent"
3151   - "throughput"
3152
3153 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3154 -
3155   type: "table"
3156   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3157   algorithm: "table_performance_comparison"
3158   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3159   reference:
3160     title: "3-Node Hsw"
3161     data:
3162       csit-dpdk-perf-verify-1810-3n-hsw:
3163       - 1   # NDRPDR sel
3164       - 2   # NDRPDR sel
3165       - 3   # NDRPDR sel
3166       - 4   # NDRPDR sel
3167       - 5   # NDRPDR sel
3168       - 6   # NDRPDR sel
3169       - 7   # NDRPDR sel
3170       - 8   # NDRPDR sel
3171       - 9   # NDRPDR sel
3172       - 10  # NDRPDR sel
3173   compare:
3174     title: "3-Node Skx"
3175     data:
3176       csit-dpdk-perf-verify-1810-3n-skx:
3177       - 3   # NDRPDR sel
3178       - 4   # NDRPDR sel
3179       - 6   # NDRPDR sel
3180       - 7   # NDRPDR sel
3181       - 8   # NDRPDR sel
3182       - 9   # NDRPDR sel
3183       - 10  # NDRPDR sel
3184       - 11  # NDRPDR sel
3185       - 12  # NDRPDR sel
3186       - 13  # NDRPDR sel
3187   data: "dpdk-compare-testbeds"
3188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3189   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3190   parameters:
3191   - "name"
3192   - "parent"
3193   - "throughput"
3194
3195 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3196 -
3197   type: "table"
3198   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3199   algorithm: "table_performance_comparison"
3200   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3201   reference:
3202     title: "3-Node Hsw"
3203     data:
3204       csit-dpdk-perf-verify-1810-3n-hsw:
3205       - 1   # NDRPDR sel
3206       - 2   # NDRPDR sel
3207       - 3   # NDRPDR sel
3208       - 4   # NDRPDR sel
3209       - 5   # NDRPDR sel
3210       - 6   # NDRPDR sel
3211       - 7   # NDRPDR sel
3212       - 8   # NDRPDR sel
3213       - 9   # NDRPDR sel
3214       - 10  # NDRPDR sel
3215   compare:
3216     title: "3-Node Skx"
3217     data:
3218       csit-dpdk-perf-verify-1810-3n-skx:
3219       - 3   # NDRPDR sel
3220       - 4   # NDRPDR sel
3221       - 6   # NDRPDR sel
3222       - 7   # NDRPDR sel
3223       - 8   # NDRPDR sel
3224       - 9   # NDRPDR sel
3225       - 10  # NDRPDR sel
3226       - 11  # NDRPDR sel
3227       - 12  # NDRPDR sel
3228       - 13  # NDRPDR sel
3229   data: "dpdk-compare-testbeds"
3230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3231   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3232   parameters:
3233   - "name"
3234   - "parent"
3235   - "throughput"
3236
3237 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
3238 # NOTE: Not used in 18.10
3239 #-
3240 #  type: "table"
3241 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
3242 #  algorithm: "table_performance_comparison"
3243 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
3244 #  reference:
3245 #    title: "3-Node Hsw"
3246 #    data:
3247 #      csit-dpdk-perf-verify-1807-3n-hsw:
3248 #      - 11
3249 #      - 12  # full
3250 #      - 14
3251 #      - 15
3252 #      - 16
3253 #      - 17
3254 #      - 20
3255 #      - 21
3256 #      - 22
3257 #      - 23
3258 #  compare:
3259 #    title: "3-Node Skx"
3260 #    data:
3261 #      csit-dpdk-perf-verify-1807-3n-skx:
3262 #      - 1
3263 #      - 2
3264 #      - 3
3265 #      - 6
3266 #      - 7
3267 #      - 8
3268 #      - 9
3269 #      - 10
3270 #      - 11
3271 #      - 12
3272 #  data: "dpdk-compare-testbeds"
3273 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3274 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3275 #  parameters:
3276 #  - "name"
3277 #  - "parent"
3278 #  - "result"
3279
3280 # Detailed Test Results - DPDK Performance Results 3n-hsw
3281 -
3282   type: "table"
3283   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3284   algorithm: "table_details"
3285   output-file-ext: ".csv"
3286   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3287   columns:
3288   -
3289     title: "Name"
3290     data: "data name"
3291   -
3292     title: "Status"
3293     data: "data msg"
3294   rows: "generated"
3295   data: "dpdk-perf-results-3n-hsw"
3296   filter: "all"
3297   parameters:
3298   - "name"
3299   - "parent"
3300   - "msg"
3301
3302 # Detailed Test Results - DPDK Performance Results 3n-skx
3303 -
3304   type: "table"
3305   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3306   algorithm: "table_details"
3307   output-file-ext: ".csv"
3308   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3309   columns:
3310   -
3311     title: "Name"
3312     data: "data name"
3313   -
3314     title: "Status"
3315     data: "data msg"
3316   rows: "generated"
3317   data: "dpdk-perf-results-3n-skx"
3318   filter: "all"
3319   parameters:
3320   - "name"
3321   - "parent"
3322   - "msg"
3323
3324 # Detailed Test Results - DPDK Performance Results 2n-skx
3325 -
3326   type: "table"
3327   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3328   algorithm: "table_details"
3329   output-file-ext: ".csv"
3330   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3331   columns:
3332   -
3333     title: "Name"
3334     data: "data name"
3335   -
3336     title: "Status"
3337     data: "data msg"
3338   rows: "generated"
3339   data: "dpdk-perf-results-2n-skx"
3340   filter: "all"
3341   parameters:
3342   - "name"
3343   - "parent"
3344   - "msg"
3345
3346 ################################################################################
3347 # HoneyComb
3348 -
3349   type: "table"
3350   title: "Detailed Test Results - Honeycomb Functional Results"
3351   algorithm: "table_details"
3352   output-file-ext: ".csv"
3353   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3354   columns:
3355   -
3356     title: "Name"
3357     data: "data name"
3358   -
3359     title: "Documentation"
3360     data: "data doc"
3361   -
3362     title: "Status"
3363     data: "data status"
3364   rows: "generated"
3365   data:
3366     "hc-func-results"
3367   filter: "all"
3368   parameters:
3369   - "name"
3370   - "parent"
3371   - "doc"
3372   - "status"
3373
3374 ################################################################################
3375 # NSH SFC
3376 -
3377   type: "table"
3378   title: "Detailed Test Results - NSH SFC Functional Results"
3379   algorithm: "table_details"
3380   output-file-ext: ".csv"
3381   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3382   columns:
3383   -
3384     title: "Name"
3385     data: "data name"
3386   -
3387     title: "Documentation"
3388     data: "data doc"
3389   -
3390     title: "Status"
3391     data: "data status"
3392   rows: "generated"
3393   data:
3394     "nsh-func-results"
3395   filter: "all"
3396   parameters:
3397   - "name"
3398   - "parent"
3399   - "doc"
3400   - "status"
3401
3402 ################################################################################
3403 # DMM
3404 -
3405   type: "table"
3406   title: "Detailed Test Results - DMM Functional Results"
3407   algorithm: "table_details"
3408   output-file-ext: ".csv"
3409   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3410   columns:
3411   -
3412     title: "Name"
3413     data: "data name"
3414   -
3415     title: "Documentation"
3416     data: "data doc"
3417   -
3418     title: "Status"
3419     data: "data status"
3420   rows: "generated"
3421   data:
3422     "dmm-func-results"
3423   filter: "all"
3424   parameters:
3425   - "name"
3426   - "parent"
3427   - "doc"
3428   - "status"
3429
3430 ################################################################################
3431 ###                                F I L E S                                 ###
3432 ################################################################################
3433
3434 # VPP Performance Results 3n-hsw
3435 -
3436   type: "file"
3437   title: "VPP Performance Results 3n-hsw"
3438   algorithm: "file_test_results"
3439   output-file-ext: ".rst"
3440   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3441   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"
3442   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3443   data: "vpp-perf-results-3n-hsw"
3444   filter: "not 'NDRCHK' and not 'PDRCHK'"
3445   parameters:
3446   - "name"
3447   - "doc"
3448   - "level"
3449   - "parent"
3450   data-start-level: 3
3451
3452 # VPP Performance Results 3n-skx
3453 -
3454   type: "file"
3455   title: "VPP Performance Results 3n-skx"
3456   algorithm: "file_test_results"
3457   output-file-ext: ".rst"
3458   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3459   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"
3460   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3461   data: "vpp-perf-results-3n-skx"
3462   filter: "not 'NDRCHK' and not 'PDRCHK'"
3463   parameters:
3464   - "name"
3465   - "doc"
3466   - "level"
3467   - "parent"
3468   data-start-level: 3
3469
3470 # VPP Performance Results 2n-skx
3471 -
3472   type: "file"
3473   title: "VPP Performance Results 2n-skx"
3474   algorithm: "file_test_results"
3475   output-file-ext: ".rst"
3476   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3477   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"
3478   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3479   data: "vpp-perf-results-2n-skx"
3480   filter: "not 'NDRCHK' and not 'PDRCHK'"
3481   parameters:
3482   - "name"
3483   - "doc"
3484   - "level"
3485   - "parent"
3486   data-start-level: 3
3487
3488 # VPP Performance Configuration 3n-hsw
3489 -
3490   type: "file"
3491   title: "VPP Performance Configuration 3n-hsw"
3492   algorithm: "file_test_results"
3493   output-file-ext: ".rst"
3494   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3495   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"
3496   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3497   data: "vpp-perf-results-3n-hsw"
3498   filter: "not 'NDRCHK' and not 'PDRCHK'"
3499   parameters:
3500   - "name"
3501   - "doc"
3502   - "level"
3503   - "parent"
3504   data-start-level: 3
3505
3506 # VPP Performance Configuration 3n-skx
3507 -
3508   type: "file"
3509   title: "VPP Performance Configuration 3n-skx"
3510   algorithm: "file_test_results"
3511   output-file-ext: ".rst"
3512   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3513   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"
3514   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3515   data: "vpp-perf-results-3n-skx"
3516   filter: "not 'NDRCHK' and not 'PDRCHK'"
3517   parameters:
3518   - "name"
3519   - "doc"
3520   - "level"
3521   - "parent"
3522   data-start-level: 3
3523
3524 # VPP Performance Configuration 2n-skx
3525 -
3526   type: "file"
3527   title: "VPP Performance Configuration 2n-skx"
3528   algorithm: "file_test_results"
3529   output-file-ext: ".rst"
3530   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3531   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"
3532   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3533   data: "vpp-perf-results-2n-skx"
3534   filter: "not 'NDRCHK' and not 'PDRCHK'"
3535   parameters:
3536   - "name"
3537   - "doc"
3538   - "level"
3539   - "parent"
3540   data-start-level: 3
3541
3542 # VPP Performance Operational Data 3n-hsw
3543 -
3544   type: "file"
3545   title: "VPP Performance Operational Data 3n-hsw"
3546   algorithm: "file_test_results"
3547   output-file-ext: ".rst"
3548   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3549   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"
3550   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3551   data: "vpp-perf-results-3n-hsw"
3552   filter: "not 'NDRCHK' and not 'PDRCHK'"
3553   parameters:
3554   - "name"
3555   - "doc"
3556   - "level"
3557   - "parent"
3558   data-start-level: 3
3559
3560 # VPP Performance Operational Data 3n-skx
3561 -
3562   type: "file"
3563   title: "VPP Performance Operational Data 3n-skx"
3564   algorithm: "file_test_results"
3565   output-file-ext: ".rst"
3566   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3567   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"
3568   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3569   data: "vpp-perf-results-3n-skx"
3570   filter: "not 'NDRCHK' and not 'PDRCHK'"
3571   parameters:
3572   - "name"
3573   - "doc"
3574   - "level"
3575   - "parent"
3576   data-start-level: 3
3577
3578 # VPP Performance Operational Data 2n-skx
3579 -
3580   type: "file"
3581   title: "VPP Performance Operational Data 2n-skx"
3582   algorithm: "file_test_results"
3583   output-file-ext: ".rst"
3584   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
3585   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"
3586   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
3587   data: "vpp-perf-results-2n-skx"
3588   filter: "not 'NDRCHK' and not 'PDRCHK'"
3589   parameters:
3590   - "name"
3591   - "doc"
3592   - "level"
3593   - "parent"
3594   data-start-level: 3
3595
3596 # VPP MRR Results 3n-hsw
3597 -
3598   type: "file"
3599   title: "VPP MRR Results 3n-hsw"
3600   algorithm: "file_test_results"
3601   output-file-ext: ".rst"
3602   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3603   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"
3604   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
3605   data: "vpp-mrr-results-3n-hsw"
3606   filter: "'MRR'"
3607   parameters:
3608   - "name"
3609   - "doc"
3610   - "level"
3611   - "parent"
3612   data-start-level: 3
3613
3614 # VPP MRR Results 3n-skx
3615 -
3616   type: "file"
3617   title: "VPP MRR Results 3n-skx"
3618   algorithm: "file_test_results"
3619   output-file-ext: ".rst"
3620   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3621   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"
3622   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
3623   data: "vpp-mrr-results-3n-skx"
3624   filter: "'MRR'"
3625   parameters:
3626   - "name"
3627   - "doc"
3628   - "level"
3629   - "parent"
3630   data-start-level: 3
3631
3632 # VPP MRR Results 2n-skx
3633 -
3634   type: "file"
3635   title: "VPP MRR Results 2n-skx"
3636   algorithm: "file_test_results"
3637   output-file-ext: ".rst"
3638   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3639   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"
3640   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
3641   data: "vpp-mrr-results-2n-skx"
3642   filter: "all"
3643   parameters:
3644   - "name"
3645   - "doc"
3646   - "level"
3647   - "parent"
3648   data-start-level: 3
3649
3650 # VPP MRR Configuration 3n-hsw
3651 -
3652   type: "file"
3653   title: "VPP MRR Configuration 3n-hsw"
3654   algorithm: "file_test_results"
3655   output-file-ext: ".rst"
3656   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
3657   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"
3658   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
3659   data: "vpp-mrr-results-3n-hsw"
3660   filter: "'MRR'"
3661   parameters:
3662   - "name"
3663   - "doc"
3664   - "level"
3665   - "parent"
3666   data-start-level: 3
3667
3668 # VPP MRR Configuration 3n-skx
3669 -
3670   type: "file"
3671   title: "VPP MRR Configuration 3n-skx"
3672   algorithm: "file_test_results"
3673   output-file-ext: ".rst"
3674   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
3675   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"
3676   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
3677   data: "vpp-mrr-results-3n-skx"
3678   filter: "'MRR'"
3679   parameters:
3680   - "name"
3681   - "doc"
3682   - "level"
3683   - "parent"
3684   data-start-level: 3
3685
3686 # VPP MRR Configuration 2n-skx
3687 -
3688   type: "file"
3689   title: "VPP MRR Configuration 2n-skx"
3690   algorithm: "file_test_results"
3691   output-file-ext: ".rst"
3692   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
3693   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"
3694   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
3695   data: "vpp-mrr-results-2n-skx"
3696   filter: "'MRR'"
3697   parameters:
3698   - "name"
3699   - "doc"
3700   - "level"
3701   - "parent"
3702   data-start-level: 3
3703
3704 # VPP Functional Results - Ubuntu
3705 -
3706   type: "file"
3707   title: "VPP Functional Results - Ubuntu"
3708   algorithm: "file_test_results"
3709   output-file-ext: ".rst"
3710   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3711   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"
3712   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
3713   data: "vpp-func-results-ubuntu"
3714   filter: "all"
3715   parameters:
3716   - "name"
3717   - "doc"
3718   - "level"
3719   - "parent"
3720   data-start-level: 3
3721
3722 # VPP Functional Results - CentOS
3723 -
3724   type: "file"
3725   title: "VPP Functional Results - CentOS"
3726   algorithm: "file_test_results"
3727   output-file-ext: ".rst"
3728   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3729   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"
3730   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
3731   data:
3732     "vpp-func-results-centos"
3733   filter: "all"
3734   parameters:
3735   - "name"
3736   - "doc"
3737   - "level"
3738   - "parent"
3739   data-start-level: 3
3740
3741 # VPP Functional Configuration - Ubuntu
3742 -
3743   type: "file"
3744   title: "VPP Functional Configuration - Ubuntu"
3745   algorithm: "file_test_results"
3746   output-file-ext: ".rst"
3747   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3748   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"
3749   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
3750   data: "vpp-func-results-ubuntu"
3751   filter: "all"
3752   parameters:
3753   - "name"
3754   - "doc"
3755   - "level"
3756   - "parent"
3757   data-start-level: 3
3758
3759 # VPP Functional Configuration - CentOS
3760 -
3761   type: "file"
3762   title: "VPP Functional Configuration - CentOS"
3763   algorithm: "file_test_results"
3764   output-file-ext: ".rst"
3765   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3766   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"
3767   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
3768   data:
3769     "vpp-func-results-centos"
3770   filter: "all"
3771   parameters:
3772   - "name"
3773   - "doc"
3774   - "level"
3775   - "parent"
3776   data-start-level: 3
3777
3778 # VPP Device Results - Ubuntu
3779 -
3780   type: "file"
3781   title: "VPP Device Results - Ubuntu"
3782   algorithm: "file_test_results"
3783   output-file-ext: ".rst"
3784   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3785   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"
3786   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
3787   data: "vpp-device-results-ubuntu"
3788   filter: "all"
3789   parameters:
3790   - "name"
3791   - "doc"
3792   - "level"
3793   - "parent"
3794   data-start-level: 2
3795
3796 # VPP Device Configuration - Ubuntu
3797 -
3798   type: "file"
3799   title: "VPP Device Configuration - Ubuntu"
3800   algorithm: "file_test_results"
3801   output-file-ext: ".rst"
3802   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3803   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"
3804   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
3805   data: "vpp-device-results-ubuntu"
3806   filter: "all"
3807   parameters:
3808   - "name"
3809   - "doc"
3810   - "level"
3811   - "parent"
3812   data-start-level: 2
3813
3814 # Container Orchestrated Performance Results 3n-hsw
3815 -
3816   type: "file"
3817   title: "Container Orchestrated Performance Results 3n-hsw"
3818   algorithm: "file_test_results"
3819   output-file-ext: ".rst"
3820   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3821   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"
3822   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
3823   data: "ligato-perf-results-3n-hsw"
3824   filter: "all"
3825   parameters:
3826   - "name"
3827   - "doc"
3828   - "level"
3829   - "parent"
3830   data-start-level: 3
3831
3832 # DPDK Performance Results 3n-hsw
3833 -
3834   type: "file"
3835   title: "DPDK Performance Results 3n-hsw"
3836   algorithm: "file_test_results"
3837   output-file-ext: ".rst"
3838   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3839   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"
3840   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
3841   data: "dpdk-perf-results-3n-hsw"
3842   filter: "all"
3843   parameters:
3844   - "name"
3845   - "doc"
3846   - "level"
3847   - "parent"
3848   data-start-level: 3
3849
3850 # DPDK Performance Results 3n-skx
3851 -
3852   type: "file"
3853   title: "DPDK Performance Results 3n-skx"
3854   algorithm: "file_test_results"
3855   output-file-ext: ".rst"
3856   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3857   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"
3858   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
3859   data: "dpdk-perf-results-3n-skx"
3860   filter: "all"
3861   parameters:
3862   - "name"
3863   - "doc"
3864   - "level"
3865   - "parent"
3866   data-start-level: 3
3867
3868 # DPDK Performance Results 2n-skx
3869 -
3870   type: "file"
3871   title: "DPDK Performance Results 2n-skx"
3872   algorithm: "file_test_results"
3873   output-file-ext: ".rst"
3874   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3875   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"
3876   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
3877   data: "dpdk-perf-results-2n-skx"
3878   filter: "all"
3879   parameters:
3880   - "name"
3881   - "doc"
3882   - "level"
3883   - "parent"
3884   data-start-level: 3
3885
3886 # Honeycomb Functional Results
3887 -
3888   type: "file"
3889   title: "Honeycomb Functional Results"
3890   algorithm: "file_test_results"
3891   output-file-ext: ".rst"
3892   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
3893   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"
3894   dir-tables: "{DIR[DTR,FUNC,HC]}"
3895   data:
3896     "hc-func-results"
3897   filter: "all"
3898   parameters:
3899   - "name"
3900   - "doc"
3901   - "level"
3902   - "parent"
3903   data-start-level: 3
3904
3905 # NSH SFC Functional Results
3906 -
3907   type: "file"
3908   title: "NSH SFC Functional Results"
3909   algorithm: "file_test_results"
3910   output-file-ext: ".rst"
3911   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
3912   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"
3913   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
3914   data:
3915     "nsh-func-results"
3916   filter: "all"
3917   parameters:
3918   - "name"
3919   - "doc"
3920   - "level"
3921   - "parent"
3922   data-start-level: 3
3923
3924 # DMM Functional Results
3925 -
3926   type: "file"
3927   title: "DMM Functional Results"
3928   algorithm: "file_test_results"
3929   output-file-ext: ".rst"
3930   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3931   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"
3932   dir-tables: "{DIR[DTR,FUNC,DMM]}"
3933   data:
3934     "dmm-func-results"
3935   filter: "all"
3936   parameters:
3937   - "name"
3938   - "doc"
3939   - "level"
3940   - "parent"
3941   data-start-level: 3
3942
3943 ################################################################################
3944 ###                                P L O T S                                 ###
3945 ################################################################################
3946
3947 ################################################################################
3948 # Plots VPP HTTP Server Performance
3949 -
3950   type: "plot"
3951   title: "VPP HTTP Server Performance"
3952   algorithm: "plot_http_server_performance_box"
3953   output-file-type: ".html"
3954   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
3955   data:
3956     "plot-vpp-http-server-performance"
3957   # Keep this formatting, the filter is enclosed with " (quotation mark) and
3958   # each tag is enclosed with ' (apostrophe).
3959   filter: "'HTTP' and 'TCP_CPS'"
3960   parameters:
3961   - "result"
3962   - "name"
3963   traces:
3964     hoverinfo: "x+y"
3965     boxpoints: "outliers"
3966     whiskerwidth: 0
3967   layout:
3968     title: "VPP HTTP Server Performance"
3969     layout:
3970       "plot-cps"
3971
3972 -
3973   type: "plot"
3974   title: "VPP HTTP Server Performance"
3975   algorithm: "plot_http_server_performance_box"
3976   output-file-type: ".html"
3977   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
3978   data:
3979     "plot-vpp-http-server-performance"
3980   filter: "'HTTP' and 'TCP_RPS'"
3981   parameters:
3982   - "result"
3983   - "name"
3984   traces:
3985     hoverinfo: "x+y"
3986     boxpoints: "outliers"
3987     whiskerwidth: 0
3988   layout:
3989     title: "VPP HTTP Server Performance"
3990     layout:
3991       "plot-rps"
3992
3993 ################################################################################
3994
3995 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
3996 -
3997   type: "plot"
3998   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3999   algorithm: "plot_performance_box"
4000   output-file-type: ".html"
4001   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4002   data: "plot-vpp-throughput-latency-3n-hsw"
4003   filter: "'NIC_Intel-X520-DA2' and
4004            '64B' and
4005            ('BASE' or 'SCALE') and
4006            'NDRPDR' and
4007            'ETH' and
4008            '1T1C' and
4009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4010            not 'VHOST' and
4011            not 'MEMIF'"
4012   parameters:
4013   - "throughput"
4014   - "parent"
4015   - "tags"
4016   sort:
4017   - "L2PATCH"
4018   - "L2XCBASE"
4019   - "BASE"
4020   - "FIB_10K"
4021   - "FIB_100K"
4022   - "FIB_1M"
4023   traces:
4024     hoverinfo: "x+y"
4025     boxpoints: "outliers"
4026     whiskerwidth: 0
4027   layout:
4028     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4029     layout: "plot-throughput"
4030
4031 -
4032   type: "plot"
4033   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4034   algorithm: "plot_performance_box"
4035   output-file-type: ".html"
4036   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4037   data: "plot-vpp-throughput-latency-3n-hsw"
4038   filter: "'NIC_Intel-X520-DA2' and
4039            '64B' and
4040            ('BASE' or 'SCALE') and
4041            'NDRPDR' and
4042            'ETH' and
4043            '1T1C' and
4044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4045            not 'VHOST' and
4046            not 'MEMIF'"
4047   parameters:
4048   - "throughput"
4049   - "parent"
4050   - "tags"
4051   sort:
4052   - "L2PATCH"
4053   - "L2XCBASE"
4054   - "BASE"
4055   - "FIB_10K"
4056   - "FIB_100K"
4057   - "FIB_1M"
4058   traces:
4059     hoverinfo: "x+y"
4060     boxpoints: "outliers"
4061     whiskerwidth: 0
4062   layout:
4063     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4064     layout: "plot-throughput"
4065
4066 -
4067   type: "plot"
4068   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4069   algorithm: "plot_performance_box"
4070   output-file-type: ".html"
4071   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4072   data: "plot-vpp-throughput-latency-3n-hsw"
4073   filter: "'NIC_Intel-X520-DA2' and
4074            '64B' and
4075            ('BASE' or 'SCALE') and
4076            'NDRPDR' and
4077            'ETH' and
4078            '2T2C' and
4079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4080            not 'VHOST' and
4081            not 'MEMIF'"
4082   parameters:
4083   - "throughput"
4084   - "parent"
4085   - "tags"
4086   sort:
4087   - "L2PATCH"
4088   - "L2XCBASE"
4089   - "BASE"
4090   - "FIB_10K"
4091   - "FIB_100K"
4092   - "FIB_1M"
4093   traces:
4094     hoverinfo: "x+y"
4095     boxpoints: "outliers"
4096     whiskerwidth: 0
4097   layout:
4098     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4099     layout: "plot-throughput"
4100
4101 -
4102   type: "plot"
4103   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4104   algorithm: "plot_performance_box"
4105   output-file-type: ".html"
4106   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4107   data: "plot-vpp-throughput-latency-3n-hsw"
4108   filter: "'NIC_Intel-X520-DA2' and
4109            '64B' and
4110            ('BASE' or 'SCALE') and
4111            'NDRPDR' and
4112            'ETH' and
4113            '2T2C' and
4114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4115            not 'VHOST' and
4116            not 'MEMIF'"
4117   parameters:
4118   - "throughput"
4119   - "parent"
4120   - "tags"
4121   sort:
4122   - "L2PATCH"
4123   - "L2XCBASE"
4124   - "BASE"
4125   - "FIB_10K"
4126   - "FIB_100K"
4127   - "FIB_1M"
4128   traces:
4129     hoverinfo: "x+y"
4130     boxpoints: "outliers"
4131     whiskerwidth: 0
4132   layout:
4133     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4134     layout: "plot-throughput"
4135
4136 # Packet Throughput - VPP L2 3n-hsw-x520 features
4137 -
4138   type: "plot"
4139   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4140   algorithm: "plot_performance_box"
4141   output-file-type: ".html"
4142   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4143   data: "plot-vpp-throughput-latency-3n-hsw"
4144   filter: "'NIC_Intel-X520-DA2' and
4145            '64B' and
4146            'NDRPDR' and
4147            '1T1C' and
4148            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4149            not 'ACL' and
4150            not 'VHOST' and
4151            not 'MEMIF'"
4152   parameters:
4153   - "throughput"
4154   - "parent"
4155   - "tags"
4156   sort:
4157   - "L2XCBASE"    # l2xcbase
4158   - "L2BDBASE"    # l2bdbase
4159   - "L2XCFWD"     # dot1q-l2xcbase
4160   - "L2BDMACLRN"  # dot1q-l2bdbase
4161   traces:
4162     hoverinfo: "x+y"
4163     boxpoints: "outliers"
4164     whiskerwidth: 0
4165   layout:
4166     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4167     layout: "plot-throughput"
4168
4169 -
4170   type: "plot"
4171   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4172   algorithm: "plot_performance_box"
4173   output-file-type: ".html"
4174   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4175   data: "plot-vpp-throughput-latency-3n-hsw"
4176   filter: "'NIC_Intel-X520-DA2' and
4177            '64B' and
4178            'NDRPDR' and
4179            '1T1C' and
4180            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4181            not 'ACL' and
4182            not 'VHOST' and
4183            not 'MEMIF'"
4184   parameters:
4185   - "throughput"
4186   - "parent"
4187   - "tags"
4188   sort:
4189   - "L2XCBASE"    # l2xcbase
4190   - "L2BDBASE"    # l2bdbase
4191   - "L2XCFWD"     # dot1q-l2xcbase
4192   - "L2BDMACLRN"  # dot1q-l2bdbase
4193   traces:
4194     hoverinfo: "x+y"
4195     boxpoints: "outliers"
4196     whiskerwidth: 0
4197   layout:
4198     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4199     layout: "plot-throughput"
4200
4201 -
4202   type: "plot"
4203   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4204   algorithm: "plot_performance_box"
4205   output-file-type: ".html"
4206   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4207   data: "plot-vpp-throughput-latency-3n-hsw"
4208   filter: "'NIC_Intel-X520-DA2' and
4209            '64B' and
4210            'NDRPDR' and
4211            '2T2C' and
4212            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4213            not 'ACL' and
4214            not 'VHOST' and
4215            not 'MEMIF'"
4216   parameters:
4217   - "throughput"
4218   - "parent"
4219   - "tags"
4220   sort:
4221   - "L2XCBASE"    # l2xcbase
4222   - "L2BDBASE"    # l2bdbase
4223   - "L2XCFWD"     # dot1q-l2xcbase
4224   - "L2BDMACLRN"  # dot1q-l2bdbase
4225   traces:
4226     hoverinfo: "x+y"
4227     boxpoints: "outliers"
4228     whiskerwidth: 0
4229   layout:
4230     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4231     layout: "plot-throughput"
4232
4233 -
4234   type: "plot"
4235   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4236   algorithm: "plot_performance_box"
4237   output-file-type: ".html"
4238   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4239   data: "plot-vpp-throughput-latency-3n-hsw"
4240   filter: "'NIC_Intel-X520-DA2' and
4241            '64B' and
4242            'NDRPDR' and
4243            '2T2C' and
4244            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4245            not 'ACL' and
4246            not 'VHOST' and
4247            not 'MEMIF'"
4248   parameters:
4249   - "throughput"
4250   - "parent"
4251   - "tags"
4252   sort:
4253   - "L2XCBASE"    # l2xcbase
4254   - "L2BDBASE"    # l2bdbase
4255   - "L2XCFWD"     # dot1q-l2xcbase
4256   - "L2BDMACLRN"  # dot1q-l2bdbase
4257   traces:
4258     hoverinfo: "x+y"
4259     boxpoints: "outliers"
4260     whiskerwidth: 0
4261   layout:
4262     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4263     layout: "plot-throughput"
4264
4265 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
4266 -
4267   type: "plot"
4268   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4269   algorithm: "plot_performance_box"
4270   output-file-type: ".html"
4271   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4272   data: "plot-vpp-throughput-latency-3n-hsw"
4273   filter: "'NIC_Intel-X710' and
4274            '64B' and
4275            ('BASE' or 'SCALE') and
4276            'NDRPDR' and
4277            'ETH' and
4278            '1T1C' and
4279            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4280            not 'VHOST' and
4281            not 'MEMIF'"
4282   parameters:
4283   - "throughput"
4284   - "parent"
4285   - "tags"
4286   sort:
4287   - "L2PATCH"
4288   - "L2XCBASE"
4289   - "BASE"
4290   - "FIB_10K"
4291   - "FIB_100K"
4292   - "FIB_1M"
4293   traces:
4294     hoverinfo: "x+y"
4295     boxpoints: "outliers"
4296     whiskerwidth: 0
4297   layout:
4298     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4299     layout: "plot-throughput"
4300
4301 -
4302   type: "plot"
4303   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4304   algorithm: "plot_performance_box"
4305   output-file-type: ".html"
4306   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4307   data: "plot-vpp-throughput-latency-3n-hsw"
4308   filter: "'NIC_Intel-X710' and
4309            '64B' and
4310            ('BASE' or 'SCALE') and
4311            'NDRPDR' and
4312            'ETH' and
4313            '1T1C' and
4314            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4315            not 'VHOST' and
4316            not 'MEMIF'"
4317   parameters:
4318   - "throughput"
4319   - "parent"
4320   - "tags"
4321   sort:
4322   - "L2PATCH"
4323   - "L2XCBASE"
4324   - "BASE"
4325   - "FIB_10K"
4326   - "FIB_100K"
4327   - "FIB_1M"
4328   traces:
4329     hoverinfo: "x+y"
4330     boxpoints: "outliers"
4331     whiskerwidth: 0
4332   layout:
4333     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4334     layout: "plot-throughput"
4335
4336 -
4337   type: "plot"
4338   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4339   algorithm: "plot_performance_box"
4340   output-file-type: ".html"
4341   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4342   data: "plot-vpp-throughput-latency-3n-hsw"
4343   filter: "'NIC_Intel-X710' and
4344            '64B' and
4345            ('BASE' or 'SCALE') and
4346            'NDRPDR' and
4347            'ETH' and
4348            '2T2C' and
4349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4350            not 'VHOST' and
4351            not 'MEMIF'"
4352   parameters:
4353   - "throughput"
4354   - "parent"
4355   - "tags"
4356   sort:
4357   - "L2PATCH"
4358   - "L2XCBASE"
4359   - "BASE"
4360   - "FIB_10K"
4361   - "FIB_100K"
4362   - "FIB_1M"
4363   traces:
4364     hoverinfo: "x+y"
4365     boxpoints: "outliers"
4366     whiskerwidth: 0
4367   layout:
4368     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4369     layout: "plot-throughput"
4370
4371 -
4372   type: "plot"
4373   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4374   algorithm: "plot_performance_box"
4375   output-file-type: ".html"
4376   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4377   data: "plot-vpp-throughput-latency-3n-hsw"
4378   filter: "'NIC_Intel-X710' and
4379            '64B' and
4380            ('BASE' or 'SCALE') and
4381            'NDRPDR' and
4382            'ETH' and
4383            '2T2C' and
4384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4385            not 'VHOST' and
4386            not 'MEMIF'"
4387   parameters:
4388   - "throughput"
4389   - "parent"
4390   - "tags"
4391   sort:
4392   - "L2PATCH"
4393   - "L2XCBASE"
4394   - "BASE"
4395   - "FIB_10K"
4396   - "FIB_100K"
4397   - "FIB_1M"
4398   traces:
4399     hoverinfo: "x+y"
4400     boxpoints: "outliers"
4401     whiskerwidth: 0
4402   layout:
4403     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4404     layout: "plot-throughput"
4405
4406 # Packet Throughput - VPP L2 3n-hsw-x710 features
4407 -
4408   type: "plot"
4409   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4410   algorithm: "plot_performance_box"
4411   output-file-type: ".html"
4412   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4413   data: "plot-vpp-throughput-latency-3n-hsw"
4414   filter: "'NIC_Intel-X710' and
4415            '64B' and
4416            'NDRPDR' and
4417            '1T1C' and
4418            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4419            not 'ACL' and
4420            not 'VHOST' and
4421            not 'MEMIF'"
4422   parameters:
4423   - "throughput"
4424   - "parent"
4425   - "tags"
4426   sort:
4427   - "L2XCBASE"    # l2xcbase
4428   - "L2BDBASE"    # l2bdbase
4429   - "L2XCFWD"     # dot1q-l2xcbase
4430   - "L2BDMACLRN"  # dot1q-l2bdbase
4431   traces:
4432     hoverinfo: "x+y"
4433     boxpoints: "outliers"
4434     whiskerwidth: 0
4435   layout:
4436     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4437     layout: "plot-throughput"
4438
4439 -
4440   type: "plot"
4441   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4442   algorithm: "plot_performance_box"
4443   output-file-type: ".html"
4444   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4445   data: "plot-vpp-throughput-latency-3n-hsw"
4446   filter: "'NIC_Intel-X710' and
4447            '64B' and
4448            'NDRPDR' and
4449            '1T1C' and
4450            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4451            not 'ACL' and
4452            not 'VHOST' and
4453            not 'MEMIF'"
4454   parameters:
4455   - "throughput"
4456   - "parent"
4457   - "tags"
4458   sort:
4459   - "L2XCBASE"    # l2xcbase
4460   - "L2BDBASE"    # l2bdbase
4461   - "L2XCFWD"     # dot1q-l2xcbase
4462   - "L2BDMACLRN"  # dot1q-l2bdbase
4463   traces:
4464     hoverinfo: "x+y"
4465     boxpoints: "outliers"
4466     whiskerwidth: 0
4467   layout:
4468     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4469     layout: "plot-throughput"
4470
4471 -
4472   type: "plot"
4473   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4474   algorithm: "plot_performance_box"
4475   output-file-type: ".html"
4476   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4477   data: "plot-vpp-throughput-latency-3n-hsw"
4478   filter: "'NIC_Intel-X710' and
4479            '64B' and
4480            'NDRPDR' and
4481            '2T2C' and
4482            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4483            not 'ACL' and
4484            not 'VHOST' and
4485            not 'MEMIF'"
4486   parameters:
4487   - "throughput"
4488   - "parent"
4489   - "tags"
4490   sort:
4491   - "L2XCBASE"    # l2xcbase
4492   - "L2BDBASE"    # l2bdbase
4493   - "L2XCFWD"     # dot1q-l2xcbase
4494   - "L2BDMACLRN"  # dot1q-l2bdbase
4495   traces:
4496     hoverinfo: "x+y"
4497     boxpoints: "outliers"
4498     whiskerwidth: 0
4499   layout:
4500     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4501     layout: "plot-throughput"
4502
4503 -
4504   type: "plot"
4505   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4506   algorithm: "plot_performance_box"
4507   output-file-type: ".html"
4508   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4509   data: "plot-vpp-throughput-latency-3n-hsw"
4510   filter: "'NIC_Intel-X710' and
4511            '64B' and
4512            'NDRPDR' and
4513            '2T2C' and
4514            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4515            not 'ACL' and
4516            not 'VHOST' and
4517            not 'MEMIF'"
4518   parameters:
4519   - "throughput"
4520   - "parent"
4521   - "tags"
4522   sort:
4523   - "L2XCBASE"    # l2xcbase
4524   - "L2BDBASE"    # l2bdbase
4525   - "L2XCFWD"     # dot1q-l2xcbase
4526   - "L2BDMACLRN"  # dot1q-l2bdbase
4527   traces:
4528     hoverinfo: "x+y"
4529     boxpoints: "outliers"
4530     whiskerwidth: 0
4531   layout:
4532     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4533     layout: "plot-throughput"
4534
4535 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
4536 -
4537   type: "plot"
4538   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4539   algorithm: "plot_performance_box"
4540   output-file-type: ".html"
4541   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4542   data: "plot-vpp-throughput-latency-3n-hsw"
4543   filter: "'NIC_Intel-XL710' and
4544            '64B' and
4545            ('BASE' or 'SCALE') and
4546            'NDRPDR' and
4547            'ETH' and
4548            '1T1C' and
4549            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4550            not 'VHOST' and
4551            not 'MEMIF'"
4552   parameters:
4553   - "throughput"
4554   - "parent"
4555   - "tags"
4556   sort:
4557   - "L2PATCH"
4558   - "L2XCBASE"
4559   - "BASE"
4560   - "FIB_10K"
4561   - "FIB_100K"
4562   - "FIB_1M"
4563   traces:
4564     hoverinfo: "x+y"
4565     boxpoints: "outliers"
4566     whiskerwidth: 0
4567   layout:
4568     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4569     layout: "plot-throughput"
4570
4571 -
4572   type: "plot"
4573   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4574   algorithm: "plot_performance_box"
4575   output-file-type: ".html"
4576   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4577   data: "plot-vpp-throughput-latency-3n-hsw"
4578   filter: "'NIC_Intel-XL710' and
4579            '64B' and
4580            ('BASE' or 'SCALE') and
4581            'NDRPDR' and
4582            'ETH' and
4583            '1T1C' and
4584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4585            not 'VHOST' and
4586            not 'MEMIF'"
4587   parameters:
4588   - "throughput"
4589   - "parent"
4590   - "tags"
4591   sort:
4592   - "L2PATCH"
4593   - "L2XCBASE"
4594   - "BASE"
4595   - "FIB_10K"
4596   - "FIB_100K"
4597   - "FIB_1M"
4598   traces:
4599     hoverinfo: "x+y"
4600     boxpoints: "outliers"
4601     whiskerwidth: 0
4602   layout:
4603     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4604     layout: "plot-throughput"
4605
4606 -
4607   type: "plot"
4608   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4609   algorithm: "plot_performance_box"
4610   output-file-type: ".html"
4611   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4612   data: "plot-vpp-throughput-latency-3n-hsw"
4613   filter: "'NIC_Intel-XL710' and
4614            '64B' and
4615            ('BASE' or 'SCALE') and
4616            'NDRPDR' and
4617            'ETH' and
4618            '2T2C' and
4619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4620            not 'VHOST' and
4621            not 'MEMIF'"
4622   parameters:
4623   - "throughput"
4624   - "parent"
4625   - "tags"
4626   sort:
4627   - "L2PATCH"
4628   - "L2XCBASE"
4629   - "BASE"
4630   - "FIB_10K"
4631   - "FIB_100K"
4632   - "FIB_1M"
4633   traces:
4634     hoverinfo: "x+y"
4635     boxpoints: "outliers"
4636     whiskerwidth: 0
4637   layout:
4638     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4639     layout: "plot-throughput"
4640
4641 -
4642   type: "plot"
4643   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4644   algorithm: "plot_performance_box"
4645   output-file-type: ".html"
4646   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4647   data: "plot-vpp-throughput-latency-3n-hsw"
4648   filter: "'NIC_Intel-XL710' and
4649            '64B' and
4650            ('BASE' or 'SCALE') and
4651            'NDRPDR' and
4652            'ETH' and
4653            '2T2C' and
4654            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4655            not 'VHOST' and
4656            not 'MEMIF'"
4657   parameters:
4658   - "throughput"
4659   - "parent"
4660   - "tags"
4661   sort:
4662   - "L2PATCH"
4663   - "L2XCBASE"
4664   - "BASE"
4665   - "FIB_10K"
4666   - "FIB_100K"
4667   - "FIB_1M"
4668   traces:
4669     hoverinfo: "x+y"
4670     boxpoints: "outliers"
4671     whiskerwidth: 0
4672   layout:
4673     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4674     layout: "plot-throughput"
4675
4676 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
4677 -
4678   type: "plot"
4679   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4680   algorithm: "plot_performance_box"
4681   output-file-type: ".html"
4682   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4683   data: "plot-vpp-throughput-latency-3n-skx"
4684   filter: "'NIC_Intel-X710' and
4685            '64B' and
4686            ('BASE' or 'SCALE') and
4687            'NDRPDR' and
4688            'ETH' and
4689            '2T1C' and
4690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4691            not 'VHOST' and
4692            not 'MEMIF'"
4693   parameters:
4694   - "throughput"
4695   - "parent"
4696   - "tags"
4697   sort:
4698   - "L2PATCH"
4699   - "L2XCBASE"
4700   - "BASE"
4701   - "FIB_10K"
4702   - "FIB_100K"
4703   - "FIB_1M"
4704   traces:
4705     hoverinfo: "x+y"
4706     boxpoints: "outliers"
4707     whiskerwidth: 0
4708   layout:
4709     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4710     layout: "plot-throughput"
4711
4712 -
4713   type: "plot"
4714   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4715   algorithm: "plot_performance_box"
4716   output-file-type: ".html"
4717   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4718   data: "plot-vpp-throughput-latency-3n-skx"
4719   filter: "'NIC_Intel-X710' and
4720            '64B' and
4721            ('BASE' or 'SCALE') and
4722            'NDRPDR' and
4723            'ETH' and
4724            '2T1C' and
4725            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4726            not 'VHOST' and
4727            not 'MEMIF'"
4728   parameters:
4729   - "throughput"
4730   - "parent"
4731   - "tags"
4732   sort:
4733   - "L2PATCH"
4734   - "L2XCBASE"
4735   - "BASE"
4736   - "FIB_10K"
4737   - "FIB_100K"
4738   - "FIB_1M"
4739   traces:
4740     hoverinfo: "x+y"
4741     boxpoints: "outliers"
4742     whiskerwidth: 0
4743   layout:
4744     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4745     layout: "plot-throughput"
4746
4747 -
4748   type: "plot"
4749   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4750   algorithm: "plot_performance_box"
4751   output-file-type: ".html"
4752   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4753   data: "plot-vpp-throughput-latency-3n-skx"
4754   filter: "'NIC_Intel-X710' and
4755            '64B' and
4756            ('BASE' or 'SCALE') and
4757            'NDRPDR' and
4758            'ETH' and
4759            '4T2C' and
4760            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4761            not 'VHOST' and
4762            not 'MEMIF'"
4763   parameters:
4764   - "throughput"
4765   - "parent"
4766   - "tags"
4767   sort:
4768   - "L2PATCH"
4769   - "L2XCBASE"
4770   - "BASE"
4771   - "FIB_10K"
4772   - "FIB_100K"
4773   - "FIB_1M"
4774   traces:
4775     hoverinfo: "x+y"
4776     boxpoints: "outliers"
4777     whiskerwidth: 0
4778   layout:
4779     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4780     layout: "plot-throughput"
4781
4782 -
4783   type: "plot"
4784   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4785   algorithm: "plot_performance_box"
4786   output-file-type: ".html"
4787   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4788   data: "plot-vpp-throughput-latency-3n-skx"
4789   filter: "'NIC_Intel-X710' and
4790            '64B' and
4791            ('BASE' or 'SCALE') and
4792            'NDRPDR' and
4793            'ETH' and
4794            '4T2C' and
4795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4796            not 'VHOST' and
4797            not 'MEMIF'"
4798   parameters:
4799   - "throughput"
4800   - "parent"
4801   - "tags"
4802   sort:
4803   - "L2PATCH"
4804   - "L2XCBASE"
4805   - "BASE"
4806   - "FIB_10K"
4807   - "FIB_100K"
4808   - "FIB_1M"
4809   traces:
4810     hoverinfo: "x+y"
4811     boxpoints: "outliers"
4812     whiskerwidth: 0
4813   layout:
4814     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4815     layout: "plot-throughput"
4816
4817 # Packet Throughput - VPP L2 3n-skx-x710 features
4818 -
4819   type: "plot"
4820   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
4821   algorithm: "plot_performance_box"
4822   output-file-type: ".html"
4823   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
4824   data: "plot-vpp-throughput-latency-3n-skx"
4825   filter: "'NIC_Intel-X710' and
4826            '64B' and
4827            'NDRPDR' and
4828            '2T1C' and
4829            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4830            not 'ACL' and
4831            not 'VHOST' and
4832            not 'MEMIF'"
4833   parameters:
4834   - "throughput"
4835   - "parent"
4836   - "tags"
4837   sort:
4838   - "L2XCBASE"    # l2xcbase
4839   - "L2BDBASE"    # l2bdbase
4840   - "L2XCFWD"     # dot1q-l2xcbase
4841   - "L2BDMACLRN"  # dot1q-l2bdbase
4842   traces:
4843     hoverinfo: "x+y"
4844     boxpoints: "outliers"
4845     whiskerwidth: 0
4846   layout:
4847     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
4848     layout: "plot-throughput"
4849
4850 -
4851   type: "plot"
4852   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4853   algorithm: "plot_performance_box"
4854   output-file-type: ".html"
4855   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4856   data: "plot-vpp-throughput-latency-3n-skx"
4857   filter: "'NIC_Intel-X710' and
4858            '64B' and
4859            'NDRPDR' and
4860            '2T1C' and
4861            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4862            not 'ACL' and
4863            not 'VHOST' and
4864            not 'MEMIF'"
4865   parameters:
4866   - "throughput"
4867   - "parent"
4868   - "tags"
4869   sort:
4870   - "L2XCBASE"    # l2xcbase
4871   - "L2BDBASE"    # l2bdbase
4872   - "L2XCFWD"     # dot1q-l2xcbase
4873   - "L2BDMACLRN"  # dot1q-l2bdbase
4874   traces:
4875     hoverinfo: "x+y"
4876     boxpoints: "outliers"
4877     whiskerwidth: 0
4878   layout:
4879     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4880     layout: "plot-throughput"
4881
4882 -
4883   type: "plot"
4884   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4885   algorithm: "plot_performance_box"
4886   output-file-type: ".html"
4887   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4888   data: "plot-vpp-throughput-latency-3n-skx"
4889   filter: "'NIC_Intel-X710' and
4890            '64B' and
4891            'NDRPDR' and
4892            '4T2C' and
4893            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4894            not 'ACL' and
4895            not 'VHOST' and
4896            not 'MEMIF'"
4897   parameters:
4898   - "throughput"
4899   - "parent"
4900   - "tags"
4901   sort:
4902   - "L2XCBASE"    # l2xcbase
4903   - "L2BDBASE"    # l2bdbase
4904   - "L2XCFWD"     # dot1q-l2xcbase
4905   - "L2BDMACLRN"  # dot1q-l2bdbase
4906   traces:
4907     hoverinfo: "x+y"
4908     boxpoints: "outliers"
4909     whiskerwidth: 0
4910   layout:
4911     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4912     layout: "plot-throughput"
4913
4914 -
4915   type: "plot"
4916   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4917   algorithm: "plot_performance_box"
4918   output-file-type: ".html"
4919   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4920   data: "plot-vpp-throughput-latency-3n-skx"
4921   filter: "'NIC_Intel-X710' and
4922            '64B' and
4923            'NDRPDR' and
4924            '4T2C' and
4925            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4926            not 'ACL' and
4927            not 'VHOST' and
4928            not 'MEMIF'"
4929   parameters:
4930   - "throughput"
4931   - "parent"
4932   - "tags"
4933   sort:
4934   - "L2XCBASE"    # l2xcbase
4935   - "L2BDBASE"    # l2bdbase
4936   - "L2XCFWD"     # dot1q-l2xcbase
4937   - "L2BDMACLRN"  # dot1q-l2bdbase
4938   traces:
4939     hoverinfo: "x+y"
4940     boxpoints: "outliers"
4941     whiskerwidth: 0
4942   layout:
4943     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4944     layout: "plot-throughput"
4945
4946 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
4947 -
4948   type: "plot"
4949   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4950   algorithm: "plot_performance_box"
4951   output-file-type: ".html"
4952   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4953   data: "plot-vpp-throughput-latency-3n-skx"
4954   filter: "'NIC_Intel-XXV710' and
4955            '64B' and
4956            ('BASE' or 'SCALE') and
4957            'NDRPDR' and
4958            'ETH' and
4959            '2T1C' and
4960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4961            not 'VHOST' and
4962            not 'MEMIF'"
4963   parameters:
4964   - "throughput"
4965   - "parent"
4966   - "tags"
4967   sort:
4968   - "L2PATCH"
4969   - "L2XCBASE"
4970   - "BASE"
4971   - "FIB_10K"
4972   - "FIB_100K"
4973   - "FIB_1M"
4974   traces:
4975     hoverinfo: "x+y"
4976     boxpoints: "outliers"
4977     whiskerwidth: 0
4978   layout:
4979     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4980     layout: "plot-throughput"
4981
4982 -
4983   type: "plot"
4984   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4985   algorithm: "plot_performance_box"
4986   output-file-type: ".html"
4987   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4988   data: "plot-vpp-throughput-latency-3n-skx"
4989   filter: "'NIC_Intel-XXV710' and
4990            '64B' and
4991            ('BASE' or 'SCALE') and
4992            'NDRPDR' and
4993            'ETH' and
4994            '2T1C' and
4995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4996            not 'VHOST' and
4997            not 'MEMIF'"
4998   parameters:
4999   - "throughput"
5000   - "parent"
5001   - "tags"
5002   sort:
5003   - "L2PATCH"
5004   - "L2XCBASE"
5005   - "BASE"
5006   - "FIB_10K"
5007   - "FIB_100K"
5008   - "FIB_1M"
5009   traces:
5010     hoverinfo: "x+y"
5011     boxpoints: "outliers"
5012     whiskerwidth: 0
5013   layout:
5014     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5015     layout: "plot-throughput"
5016
5017 -
5018   type: "plot"
5019   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5020   algorithm: "plot_performance_box"
5021   output-file-type: ".html"
5022   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5023   data: "plot-vpp-throughput-latency-3n-skx"
5024   filter: "'NIC_Intel-XXV710' and
5025            '64B' and
5026            ('BASE' or 'SCALE') and
5027            'NDRPDR' and
5028            'ETH' and
5029            '4T2C' and
5030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5031            not 'VHOST' and
5032            not 'MEMIF'"
5033   parameters:
5034   - "throughput"
5035   - "parent"
5036   - "tags"
5037   sort:
5038   - "L2PATCH"
5039   - "L2XCBASE"
5040   - "BASE"
5041   - "FIB_10K"
5042   - "FIB_100K"
5043   - "FIB_1M"
5044   traces:
5045     hoverinfo: "x+y"
5046     boxpoints: "outliers"
5047     whiskerwidth: 0
5048   layout:
5049     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5050     layout: "plot-throughput"
5051
5052 -
5053   type: "plot"
5054   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5055   algorithm: "plot_performance_box"
5056   output-file-type: ".html"
5057   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5058   data: "plot-vpp-throughput-latency-3n-skx"
5059   filter: "'NIC_Intel-XXV710' and
5060            '64B' and
5061            ('BASE' or 'SCALE') and
5062            'NDRPDR' and
5063            'ETH' and
5064            '4T2C' and
5065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5066            not 'VHOST' and
5067            not 'MEMIF'"
5068   parameters:
5069   - "throughput"
5070   - "parent"
5071   - "tags"
5072   sort:
5073   - "L2PATCH"
5074   - "L2XCBASE"
5075   - "BASE"
5076   - "FIB_10K"
5077   - "FIB_100K"
5078   - "FIB_1M"
5079   traces:
5080     hoverinfo: "x+y"
5081     boxpoints: "outliers"
5082     whiskerwidth: 0
5083   layout:
5084     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5085     layout: "plot-throughput"
5086
5087 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
5088 -
5089   type: "plot"
5090   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5091   algorithm: "plot_performance_box"
5092   output-file-type: ".html"
5093   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5094   data: "plot-vpp-throughput-latency-2n-skx"
5095   filter: "'NIC_Intel-X710' and
5096            '64B' and
5097            ('BASE' or 'SCALE') and
5098            'NDRPDR' and
5099            'ETH' and
5100            '2T1C' and
5101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5102            not 'VHOST' and
5103            not 'MEMIF'"
5104   parameters:
5105   - "throughput"
5106   - "parent"
5107   - "tags"
5108   sort:
5109   - "L2PATCH"
5110   - "L2XCBASE"
5111   - "BASE"
5112   - "FIB_10K"
5113   - "FIB_100K"
5114   - "FIB_1M"
5115   traces:
5116     hoverinfo: "x+y"
5117     boxpoints: "outliers"
5118     whiskerwidth: 0
5119   layout:
5120     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5121     layout: "plot-throughput"
5122
5123 -
5124   type: "plot"
5125   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5126   algorithm: "plot_performance_box"
5127   output-file-type: ".html"
5128   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5129   data: "plot-vpp-throughput-latency-2n-skx"
5130   filter: "'NIC_Intel-X710' and
5131            '64B' and
5132            ('BASE' or 'SCALE') and
5133            'NDRPDR' and
5134            'ETH' and
5135            '2T1C' and
5136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5137            not 'VHOST' and
5138            not 'MEMIF'"
5139   parameters:
5140   - "throughput"
5141   - "parent"
5142   - "tags"
5143   sort:
5144   - "L2PATCH"
5145   - "L2XCBASE"
5146   - "BASE"
5147   - "FIB_10K"
5148   - "FIB_100K"
5149   - "FIB_1M"
5150   traces:
5151     hoverinfo: "x+y"
5152     boxpoints: "outliers"
5153     whiskerwidth: 0
5154   layout:
5155     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5156     layout: "plot-throughput"
5157
5158 -
5159   type: "plot"
5160   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5161   algorithm: "plot_performance_box"
5162   output-file-type: ".html"
5163   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5164   data: "plot-vpp-throughput-latency-2n-skx"
5165   filter: "'NIC_Intel-X710' and
5166            '64B' and
5167            ('BASE' or 'SCALE') and
5168            'NDRPDR' and
5169            'ETH' and
5170            '4T2C' and
5171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5172            not 'VHOST' and
5173            not 'MEMIF'"
5174   parameters:
5175   - "throughput"
5176   - "parent"
5177   - "tags"
5178   sort:
5179   - "L2PATCH"
5180   - "L2XCBASE"
5181   - "BASE"
5182   - "FIB_10K"
5183   - "FIB_100K"
5184   - "FIB_1M"
5185   traces:
5186     hoverinfo: "x+y"
5187     boxpoints: "outliers"
5188     whiskerwidth: 0
5189   layout:
5190     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5191     layout: "plot-throughput"
5192
5193 -
5194   type: "plot"
5195   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5196   algorithm: "plot_performance_box"
5197   output-file-type: ".html"
5198   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5199   data: "plot-vpp-throughput-latency-2n-skx"
5200   filter: "'NIC_Intel-X710' and
5201            '64B' and
5202            ('BASE' or 'SCALE') and
5203            'NDRPDR' and
5204            'ETH' and
5205            '4T2C' and
5206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5207            not 'VHOST' and
5208            not 'MEMIF'"
5209   parameters:
5210   - "throughput"
5211   - "parent"
5212   - "tags"
5213   sort:
5214   - "L2PATCH"
5215   - "L2XCBASE"
5216   - "BASE"
5217   - "FIB_10K"
5218   - "FIB_100K"
5219   - "FIB_1M"
5220   traces:
5221     hoverinfo: "x+y"
5222     boxpoints: "outliers"
5223     whiskerwidth: 0
5224   layout:
5225     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5226     layout: "plot-throughput"
5227
5228 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
5229 -
5230   type: "plot"
5231   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5232   algorithm: "plot_performance_box"
5233   output-file-type: ".html"
5234   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5235   data: "plot-vpp-throughput-latency-2n-skx"
5236   filter: "'NIC_Intel-XXV710' and
5237            '64B' and
5238            ('BASE' or 'SCALE') and
5239            'NDRPDR' and
5240            'ETH' and
5241            '2T1C' and
5242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5243            not 'VHOST' and
5244            not 'MEMIF'"
5245   parameters:
5246   - "throughput"
5247   - "parent"
5248   - "tags"
5249   sort:
5250   - "L2PATCH"
5251   - "L2XCBASE"
5252   - "BASE"
5253   - "FIB_10K"
5254   - "FIB_100K"
5255   - "FIB_1M"
5256   traces:
5257     hoverinfo: "x+y"
5258     boxpoints: "outliers"
5259     whiskerwidth: 0
5260   layout:
5261     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5262     layout: "plot-throughput"
5263
5264 -
5265   type: "plot"
5266   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5267   algorithm: "plot_performance_box"
5268   output-file-type: ".html"
5269   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5270   data: "plot-vpp-throughput-latency-2n-skx"
5271   filter: "'NIC_Intel-XXV710' and
5272            '64B' and
5273            ('BASE' or 'SCALE') and
5274            'NDRPDR' and
5275            'ETH' and
5276            '2T1C' and
5277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5278            not 'VHOST' and
5279            not 'MEMIF'"
5280   parameters:
5281   - "throughput"
5282   - "parent"
5283   - "tags"
5284   sort:
5285   - "L2PATCH"
5286   - "L2XCBASE"
5287   - "BASE"
5288   - "FIB_10K"
5289   - "FIB_100K"
5290   - "FIB_1M"
5291   traces:
5292     hoverinfo: "x+y"
5293     boxpoints: "outliers"
5294     whiskerwidth: 0
5295   layout:
5296     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5297     layout: "plot-throughput"
5298
5299 -
5300   type: "plot"
5301   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5302   algorithm: "plot_performance_box"
5303   output-file-type: ".html"
5304   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5305   data: "plot-vpp-throughput-latency-2n-skx"
5306   filter: "'NIC_Intel-XXV710' and
5307            '64B' and
5308            ('BASE' or 'SCALE') and
5309            'NDRPDR' and
5310            'ETH' and
5311            '4T2C' and
5312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5313            not 'VHOST' and
5314            not 'MEMIF'"
5315   parameters:
5316   - "throughput"
5317   - "parent"
5318   - "tags"
5319   sort:
5320   - "L2PATCH"
5321   - "L2XCBASE"
5322   - "BASE"
5323   - "FIB_10K"
5324   - "FIB_100K"
5325   - "FIB_1M"
5326   traces:
5327     hoverinfo: "x+y"
5328     boxpoints: "outliers"
5329     whiskerwidth: 0
5330   layout:
5331     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5332     layout: "plot-throughput"
5333
5334 -
5335   type: "plot"
5336   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5337   algorithm: "plot_performance_box"
5338   output-file-type: ".html"
5339   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5340   data: "plot-vpp-throughput-latency-2n-skx"
5341   filter: "'NIC_Intel-XXV710' and
5342            '64B' and
5343            ('BASE' or 'SCALE') and
5344            'NDRPDR' and
5345            'ETH' and
5346            '4T2C' and
5347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5348            not 'VHOST' and
5349            not 'MEMIF'"
5350   parameters:
5351   - "throughput"
5352   - "parent"
5353   - "tags"
5354   sort:
5355   - "L2PATCH"
5356   - "L2XCBASE"
5357   - "BASE"
5358   - "FIB_10K"
5359   - "FIB_100K"
5360   - "FIB_1M"
5361   traces:
5362     hoverinfo: "x+y"
5363     boxpoints: "outliers"
5364     whiskerwidth: 0
5365   layout:
5366     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5367     layout: "plot-throughput"
5368
5369 ################################################################################
5370
5371 # Packet Throughput - VPP Container Memif 3n-hsw-x520
5372 -
5373   type: "plot"
5374   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5375   algorithm: "plot_performance_box"
5376   output-file-type: ".html"
5377   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5378   data: "plot-vpp-throughput-latency-3n-hsw"
5379   filter: "'NIC_Intel-X520-DA2' and
5380            '64B' and
5381            ('BASE' or 'SCALE') and
5382            'NDRPDR' and
5383            '1T1C' and
5384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5385            not 'VHOST' and
5386            'MEMIF'"
5387   parameters:
5388   - "throughput"
5389   - "parent"
5390   - "tags"
5391   sort:
5392   - "L2XCFWD"
5393   - "L2XCFWD"
5394   - "L2XCFWD"
5395   - "L2BDMACLRN"
5396   - "L2BDMACLRN"
5397   - "L2BDMACLRN"
5398   traces:
5399     hoverinfo: "x+y"
5400     boxpoints: "outliers"
5401     whiskerwidth: 0
5402   layout:
5403     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5404     layout: "plot-throughput"
5405
5406 -
5407   type: "plot"
5408   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5409   algorithm: "plot_performance_box"
5410   output-file-type: ".html"
5411   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5412   data: "plot-vpp-throughput-latency-3n-hsw"
5413   filter: "'NIC_Intel-X520-DA2' and
5414            '64B' and
5415            ('BASE' or 'SCALE') and
5416            'NDRPDR' and
5417            '1T1C' and
5418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5419            not 'VHOST' and
5420            'MEMIF'"
5421   parameters:
5422   - "throughput"
5423   - "parent"
5424   - "tags"
5425   sort:
5426   - "L2XCFWD"
5427   - "L2XCFWD"
5428   - "L2XCFWD"
5429   - "L2BDMACLRN"
5430   - "L2BDMACLRN"
5431   - "L2BDMACLRN"
5432   traces:
5433     hoverinfo: "x+y"
5434     boxpoints: "outliers"
5435     whiskerwidth: 0
5436   layout:
5437     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5438     layout: "plot-throughput"
5439
5440 -
5441   type: "plot"
5442   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5443   algorithm: "plot_performance_box"
5444   output-file-type: ".html"
5445   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5446   data: "plot-vpp-throughput-latency-3n-hsw"
5447   filter: "'NIC_Intel-X520-DA2' and
5448            '64B' and
5449            ('BASE' or 'SCALE') and
5450            'NDRPDR' and
5451            '2T2C' and
5452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5453            not 'VHOST' and
5454            'MEMIF'"
5455   parameters:
5456   - "throughput"
5457   - "parent"
5458   - "tags"
5459   sort:
5460   - "L2XCFWD"
5461   - "L2XCFWD"
5462   - "L2XCFWD"
5463   - "L2BDMACLRN"
5464   - "L2BDMACLRN"
5465   - "L2BDMACLRN"
5466   traces:
5467     hoverinfo: "x+y"
5468     boxpoints: "outliers"
5469     whiskerwidth: 0
5470   layout:
5471     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5472     layout: "plot-throughput"
5473
5474 -
5475   type: "plot"
5476   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5477   algorithm: "plot_performance_box"
5478   output-file-type: ".html"
5479   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5480   data: "plot-vpp-throughput-latency-3n-hsw"
5481   filter: "'NIC_Intel-X520-DA2' and
5482            '64B' and
5483            ('BASE' or 'SCALE') and
5484            'NDRPDR' and
5485            '2T2C' and
5486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5487            not 'VHOST' and
5488            'MEMIF'"
5489   parameters:
5490   - "throughput"
5491   - "parent"
5492   - "tags"
5493   sort:
5494   - "L2XCFWD"
5495   - "L2XCFWD"
5496   - "L2XCFWD"
5497   - "L2BDMACLRN"
5498   - "L2BDMACLRN"
5499   - "L2BDMACLRN"
5500   traces:
5501     hoverinfo: "x+y"
5502     boxpoints: "outliers"
5503     whiskerwidth: 0
5504   layout:
5505     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5506     layout: "plot-throughput"
5507
5508 # Packet Throughput - VPP Container Memif 3n-hsw-x710
5509 -
5510   type: "plot"
5511   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5512   algorithm: "plot_performance_box"
5513   output-file-type: ".html"
5514   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5515   data: "plot-vpp-throughput-latency-3n-hsw"
5516   filter: "'NIC_Intel-X710' and
5517            '64B' and
5518            ('BASE' or 'SCALE') and
5519            'NDRPDR' and
5520            '1T1C' and
5521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5522            not 'VHOST' and
5523            'MEMIF'"
5524   parameters:
5525   - "throughput"
5526   - "parent"
5527   - "tags"
5528   sort:
5529   - "L2XCFWD"
5530   - "L2XCFWD"
5531   - "L2XCFWD"
5532   - "L2BDMACLRN"
5533   - "L2BDMACLRN"
5534   - "L2BDMACLRN"
5535   traces:
5536     hoverinfo: "x+y"
5537     boxpoints: "outliers"
5538     whiskerwidth: 0
5539   layout:
5540     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5541     layout: "plot-throughput"
5542
5543 -
5544   type: "plot"
5545   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5546   algorithm: "plot_performance_box"
5547   output-file-type: ".html"
5548   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5549   data: "plot-vpp-throughput-latency-3n-hsw"
5550   filter: "'NIC_Intel-X710' and
5551            '64B' and
5552            ('BASE' or 'SCALE') and
5553            'NDRPDR' and
5554            '1T1C' and
5555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5556            not 'VHOST' and
5557            'MEMIF'"
5558   parameters:
5559   - "throughput"
5560   - "parent"
5561   - "tags"
5562   sort:
5563   - "L2XCFWD"
5564   - "L2XCFWD"
5565   - "L2XCFWD"
5566   - "L2BDMACLRN"
5567   - "L2BDMACLRN"
5568   - "L2BDMACLRN"
5569   traces:
5570     hoverinfo: "x+y"
5571     boxpoints: "outliers"
5572     whiskerwidth: 0
5573   layout:
5574     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5575     layout: "plot-throughput"
5576
5577 -
5578   type: "plot"
5579   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5580   algorithm: "plot_performance_box"
5581   output-file-type: ".html"
5582   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5583   data: "plot-vpp-throughput-latency-3n-hsw"
5584   filter: "'NIC_Intel-X710' and
5585            '64B' and
5586            ('BASE' or 'SCALE') and
5587            'NDRPDR' and
5588            '2T2C' and
5589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5590            not 'VHOST' and
5591            'MEMIF'"
5592   parameters:
5593   - "throughput"
5594   - "parent"
5595   - "tags"
5596   sort:
5597   - "L2XCFWD"
5598   - "L2XCFWD"
5599   - "L2XCFWD"
5600   - "L2BDMACLRN"
5601   - "L2BDMACLRN"
5602   - "L2BDMACLRN"
5603   traces:
5604     hoverinfo: "x+y"
5605     boxpoints: "outliers"
5606     whiskerwidth: 0
5607   layout:
5608     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5609     layout: "plot-throughput"
5610
5611 -
5612   type: "plot"
5613   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5614   algorithm: "plot_performance_box"
5615   output-file-type: ".html"
5616   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5617   data: "plot-vpp-throughput-latency-3n-hsw"
5618   filter: "'NIC_Intel-X710' and
5619            '64B' and
5620            ('BASE' or 'SCALE') and
5621            'NDRPDR' and
5622            '2T2C' and
5623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5624            not 'VHOST' and
5625            'MEMIF'"
5626   parameters:
5627   - "throughput"
5628   - "parent"
5629   - "tags"
5630   sort:
5631   - "L2XCFWD"
5632   - "L2XCFWD"
5633   - "L2XCFWD"
5634   - "L2BDMACLRN"
5635   - "L2BDMACLRN"
5636   - "L2BDMACLRN"
5637   traces:
5638     hoverinfo: "x+y"
5639     boxpoints: "outliers"
5640     whiskerwidth: 0
5641   layout:
5642     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5643     layout: "plot-throughput"
5644
5645 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
5646 -
5647   type: "plot"
5648   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5649   algorithm: "plot_performance_box"
5650   output-file-type: ".html"
5651   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5652   data: "plot-vpp-throughput-latency-3n-hsw"
5653   filter: "'NIC_Intel-XL710' and
5654            '64B' and
5655            ('BASE' or 'SCALE') and
5656            'NDRPDR' and
5657            '1T1C' and
5658            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5659            not 'VHOST' and
5660            'MEMIF'"
5661   parameters:
5662   - "throughput"
5663   - "parent"
5664   - "tags"
5665   sort:
5666   - "L2XCFWD"
5667   - "L2XCFWD"
5668   - "L2XCFWD"
5669   - "L2BDMACLRN"
5670   - "L2BDMACLRN"
5671   - "L2BDMACLRN"
5672   traces:
5673     hoverinfo: "x+y"
5674     boxpoints: "outliers"
5675     whiskerwidth: 0
5676   layout:
5677     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5678     layout: "plot-throughput"
5679
5680 -
5681   type: "plot"
5682   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5683   algorithm: "plot_performance_box"
5684   output-file-type: ".html"
5685   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5686   data: "plot-vpp-throughput-latency-3n-hsw"
5687   filter: "'NIC_Intel-XL710' and
5688            '64B' and
5689            ('BASE' or 'SCALE') and
5690            'NDRPDR' and
5691            '1T1C' and
5692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5693            not 'VHOST' and
5694            'MEMIF'"
5695   parameters:
5696   - "throughput"
5697   - "parent"
5698   - "tags"
5699   sort:
5700   - "L2XCFWD"
5701   - "L2XCFWD"
5702   - "L2XCFWD"
5703   - "L2BDMACLRN"
5704   - "L2BDMACLRN"
5705   - "L2BDMACLRN"
5706   traces:
5707     hoverinfo: "x+y"
5708     boxpoints: "outliers"
5709     whiskerwidth: 0
5710   layout:
5711     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5712     layout: "plot-throughput"
5713
5714 -
5715   type: "plot"
5716   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5717   algorithm: "plot_performance_box"
5718   output-file-type: ".html"
5719   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5720   data: "plot-vpp-throughput-latency-3n-hsw"
5721   filter: "'NIC_Intel-XL710' and
5722            '64B' and
5723            ('BASE' or 'SCALE') and
5724            'NDRPDR' and
5725            '2T2C' and
5726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5727            not 'VHOST' and
5728            'MEMIF'"
5729   parameters:
5730   - "throughput"
5731   - "parent"
5732   - "tags"
5733   sort:
5734   - "L2XCFWD"
5735   - "L2XCFWD"
5736   - "L2XCFWD"
5737   - "L2BDMACLRN"
5738   - "L2BDMACLRN"
5739   - "L2BDMACLRN"
5740   traces:
5741     hoverinfo: "x+y"
5742     boxpoints: "outliers"
5743     whiskerwidth: 0
5744   layout:
5745     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5746     layout: "plot-throughput"
5747
5748 -
5749   type: "plot"
5750   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5751   algorithm: "plot_performance_box"
5752   output-file-type: ".html"
5753   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5754   data: "plot-vpp-throughput-latency-3n-hsw"
5755   filter: "'NIC_Intel-XL710' and
5756            '64B' and
5757            ('BASE' or 'SCALE') and
5758            'NDRPDR' and
5759            '2T2C' and
5760            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5761            not 'VHOST' and
5762            'MEMIF'"
5763   parameters:
5764   - "throughput"
5765   - "parent"
5766   - "tags"
5767   sort:
5768   - "L2XCFWD"
5769   - "L2XCFWD"
5770   - "L2XCFWD"
5771   - "L2BDMACLRN"
5772   - "L2BDMACLRN"
5773   - "L2BDMACLRN"
5774   traces:
5775     hoverinfo: "x+y"
5776     boxpoints: "outliers"
5777     whiskerwidth: 0
5778   layout:
5779     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5780     layout: "plot-throughput"
5781
5782 # Packet Throughput - VPP Container Memif 3n-skx-x710
5783 -
5784   type: "plot"
5785   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5786   algorithm: "plot_performance_box"
5787   output-file-type: ".html"
5788   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5789   data: "plot-vpp-throughput-latency-3n-skx"
5790   filter: "'NIC_Intel-X710' and
5791            '64B' and
5792            ('BASE' or 'SCALE') and
5793            'NDRPDR' and
5794            '2T1C' and
5795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5796            not 'VHOST' and
5797            'MEMIF'"
5798   parameters:
5799   - "throughput"
5800   - "parent"
5801   - "tags"
5802   sort:
5803   - "L2XCFWD"
5804   - "L2XCFWD"
5805   - "L2XCFWD"
5806   - "L2BDMACLRN"
5807   - "L2BDMACLRN"
5808   - "L2BDMACLRN"
5809   traces:
5810     hoverinfo: "x+y"
5811     boxpoints: "outliers"
5812     whiskerwidth: 0
5813   layout:
5814     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5815     layout: "plot-throughput"
5816
5817 -
5818   type: "plot"
5819   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5820   algorithm: "plot_performance_box"
5821   output-file-type: ".html"
5822   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5823   data: "plot-vpp-throughput-latency-3n-skx"
5824   filter: "'NIC_Intel-X710' and
5825            '64B' and
5826            ('BASE' or 'SCALE') and
5827            'NDRPDR' and
5828            '2T1C' and
5829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5830            not 'VHOST' and
5831            'MEMIF'"
5832   parameters:
5833   - "throughput"
5834   - "parent"
5835   - "tags"
5836   sort:
5837   - "L2XCFWD"
5838   - "L2XCFWD"
5839   - "L2XCFWD"
5840   - "L2BDMACLRN"
5841   - "L2BDMACLRN"
5842   - "L2BDMACLRN"
5843   traces:
5844     hoverinfo: "x+y"
5845     boxpoints: "outliers"
5846     whiskerwidth: 0
5847   layout:
5848     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5849     layout: "plot-throughput"
5850
5851 -
5852   type: "plot"
5853   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5854   algorithm: "plot_performance_box"
5855   output-file-type: ".html"
5856   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5857   data: "plot-vpp-throughput-latency-3n-skx"
5858   filter: "'NIC_Intel-X710' and
5859            '64B' and
5860            ('BASE' or 'SCALE') and
5861            'NDRPDR' and
5862            '4T2C' and
5863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5864            not 'VHOST' and
5865            'MEMIF'"
5866   parameters:
5867   - "throughput"
5868   - "parent"
5869   - "tags"
5870   sort:
5871   - "L2XCFWD"
5872   - "L2XCFWD"
5873   - "L2XCFWD"
5874   - "L2BDMACLRN"
5875   - "L2BDMACLRN"
5876   - "L2BDMACLRN"
5877   traces:
5878     hoverinfo: "x+y"
5879     boxpoints: "outliers"
5880     whiskerwidth: 0
5881   layout:
5882     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5883     layout: "plot-throughput"
5884
5885 -
5886   type: "plot"
5887   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5888   algorithm: "plot_performance_box"
5889   output-file-type: ".html"
5890   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5891   data: "plot-vpp-throughput-latency-3n-skx"
5892   filter: "'NIC_Intel-X710' and
5893            '64B' and
5894            ('BASE' or 'SCALE') and
5895            'NDRPDR' and
5896            '4T2C' and
5897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5898            not 'VHOST' and
5899            'MEMIF'"
5900   parameters:
5901   - "throughput"
5902   - "parent"
5903   - "tags"
5904   sort:
5905   - "L2XCFWD"
5906   - "L2XCFWD"
5907   - "L2XCFWD"
5908   - "L2BDMACLRN"
5909   - "L2BDMACLRN"
5910   - "L2BDMACLRN"
5911   traces:
5912     hoverinfo: "x+y"
5913     boxpoints: "outliers"
5914     whiskerwidth: 0
5915   layout:
5916     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5917     layout: "plot-throughput"
5918
5919 # Packet Throughput - VPP Container Memif 2n-skx-x710
5920 -
5921   type: "plot"
5922   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5923   algorithm: "plot_performance_box"
5924   output-file-type: ".html"
5925   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5926   data: "plot-vpp-throughput-latency-2n-skx"
5927   filter: "'NIC_Intel-X710' and
5928            '64B' and
5929            ('BASE' or 'SCALE') and
5930            'NDRPDR' and
5931            '2T1C' and
5932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5933            not 'VHOST' and
5934            'MEMIF'"
5935   parameters:
5936   - "throughput"
5937   - "parent"
5938   - "tags"
5939   sort:
5940   - "L2XCFWD"
5941   - "L2XCFWD"
5942   - "L2XCFWD"
5943   - "L2BDMACLRN"
5944   - "L2BDMACLRN"
5945   - "L2BDMACLRN"
5946   traces:
5947     hoverinfo: "x+y"
5948     boxpoints: "outliers"
5949     whiskerwidth: 0
5950   layout:
5951     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5952     layout: "plot-throughput"
5953
5954 -
5955   type: "plot"
5956   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5957   algorithm: "plot_performance_box"
5958   output-file-type: ".html"
5959   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5960   data: "plot-vpp-throughput-latency-2n-skx"
5961   filter: "'NIC_Intel-X710' and
5962            '64B' and
5963            ('BASE' or 'SCALE') and
5964            'NDRPDR' and
5965            '2T1C' and
5966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5967            not 'VHOST' and
5968            'MEMIF'"
5969   parameters:
5970   - "throughput"
5971   - "parent"
5972   - "tags"
5973   sort:
5974   - "L2XCFWD"
5975   - "L2XCFWD"
5976   - "L2XCFWD"
5977   - "L2BDMACLRN"
5978   - "L2BDMACLRN"
5979   - "L2BDMACLRN"
5980   traces:
5981     hoverinfo: "x+y"
5982     boxpoints: "outliers"
5983     whiskerwidth: 0
5984   layout:
5985     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5986     layout: "plot-throughput"
5987
5988 -
5989   type: "plot"
5990   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5991   algorithm: "plot_performance_box"
5992   output-file-type: ".html"
5993   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5994   data: "plot-vpp-throughput-latency-2n-skx"
5995   filter: "'NIC_Intel-X710' and
5996            '64B' and
5997            ('BASE' or 'SCALE') and
5998            'NDRPDR' and
5999            '4T2C' and
6000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6001            not 'VHOST' and
6002            'MEMIF'"
6003   parameters:
6004   - "throughput"
6005   - "parent"
6006   - "tags"
6007   sort:
6008   - "L2XCFWD"
6009   - "L2XCFWD"
6010   - "L2XCFWD"
6011   - "L2BDMACLRN"
6012   - "L2BDMACLRN"
6013   - "L2BDMACLRN"
6014   traces:
6015     hoverinfo: "x+y"
6016     boxpoints: "outliers"
6017     whiskerwidth: 0
6018   layout:
6019     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6020     layout: "plot-throughput"
6021
6022 -
6023   type: "plot"
6024   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6025   algorithm: "plot_performance_box"
6026   output-file-type: ".html"
6027   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6028   data: "plot-vpp-throughput-latency-2n-skx"
6029   filter: "'NIC_Intel-X710' and
6030            '64B' and
6031            ('BASE' or 'SCALE') and
6032            'NDRPDR' and
6033            '4T2C' and
6034            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6035            not 'VHOST' and
6036            'MEMIF'"
6037   parameters:
6038   - "throughput"
6039   - "parent"
6040   - "tags"
6041   sort:
6042   - "L2XCFWD"
6043   - "L2XCFWD"
6044   - "L2XCFWD"
6045   - "L2BDMACLRN"
6046   - "L2BDMACLRN"
6047   - "L2BDMACLRN"
6048   traces:
6049     hoverinfo: "x+y"
6050     boxpoints: "outliers"
6051     whiskerwidth: 0
6052   layout:
6053     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6054     layout: "plot-throughput"
6055
6056 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
6057 -
6058   type: "plot"
6059   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6060   algorithm: "plot_performance_box"
6061   output-file-type: ".html"
6062   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6063   data: "plot-vpp-throughput-latency-2n-skx"
6064   filter: "'NIC_Intel-XXV710' and
6065            '64B' and
6066            ('BASE' or 'SCALE') and
6067            'NDRPDR' and
6068            '2T1C' and
6069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6070            not 'VHOST' and
6071            'MEMIF'"
6072   parameters:
6073   - "throughput"
6074   - "parent"
6075   - "tags"
6076   sort:
6077   - "L2XCFWD"
6078   - "L2XCFWD"
6079   - "L2XCFWD"
6080   - "L2BDMACLRN"
6081   - "L2BDMACLRN"
6082   - "L2BDMACLRN"
6083   traces:
6084     hoverinfo: "x+y"
6085     boxpoints: "outliers"
6086     whiskerwidth: 0
6087   layout:
6088     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6089     layout: "plot-throughput"
6090
6091 -
6092   type: "plot"
6093   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6094   algorithm: "plot_performance_box"
6095   output-file-type: ".html"
6096   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6097   data: "plot-vpp-throughput-latency-2n-skx"
6098   filter: "'NIC_Intel-XXV710' and
6099            '64B' and
6100            ('BASE' or 'SCALE') and
6101            'NDRPDR' and
6102            '2T1C' and
6103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6104            not 'VHOST' and
6105            'MEMIF'"
6106   parameters:
6107   - "throughput"
6108   - "parent"
6109   - "tags"
6110   sort:
6111   - "L2XCFWD"
6112   - "L2XCFWD"
6113   - "L2XCFWD"
6114   - "L2BDMACLRN"
6115   - "L2BDMACLRN"
6116   - "L2BDMACLRN"
6117   traces:
6118     hoverinfo: "x+y"
6119     boxpoints: "outliers"
6120     whiskerwidth: 0
6121   layout:
6122     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6123     layout: "plot-throughput"
6124
6125 -
6126   type: "plot"
6127   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6128   algorithm: "plot_performance_box"
6129   output-file-type: ".html"
6130   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6131   data: "plot-vpp-throughput-latency-2n-skx"
6132   filter: "'NIC_Intel-XXV710' and
6133            '64B' and
6134            ('BASE' or 'SCALE') and
6135            'NDRPDR' and
6136            '4T2C' and
6137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6138            not 'VHOST' and
6139            'MEMIF'"
6140   parameters:
6141   - "throughput"
6142   - "parent"
6143   - "tags"
6144   sort:
6145   - "L2XCFWD"
6146   - "L2XCFWD"
6147   - "L2XCFWD"
6148   - "L2BDMACLRN"
6149   - "L2BDMACLRN"
6150   - "L2BDMACLRN"
6151   traces:
6152     hoverinfo: "x+y"
6153     boxpoints: "outliers"
6154     whiskerwidth: 0
6155   layout:
6156     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6157     layout: "plot-throughput"
6158
6159 -
6160   type: "plot"
6161   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6162   algorithm: "plot_performance_box"
6163   output-file-type: ".html"
6164   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6165   data: "plot-vpp-throughput-latency-2n-skx"
6166   filter: "'NIC_Intel-XXV710' and
6167            '64B' and
6168            ('BASE' or 'SCALE') and
6169            'NDRPDR' and
6170            '4T2C' and
6171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6172            not 'VHOST' and
6173            'MEMIF'"
6174   parameters:
6175   - "throughput"
6176   - "parent"
6177   - "tags"
6178   sort:
6179   - "L2XCFWD"
6180   - "L2XCFWD"
6181   - "L2XCFWD"
6182   - "L2BDMACLRN"
6183   - "L2BDMACLRN"
6184   - "L2BDMACLRN"
6185   traces:
6186     hoverinfo: "x+y"
6187     boxpoints: "outliers"
6188     whiskerwidth: 0
6189   layout:
6190     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6191     layout: "plot-throughput"
6192
6193 ################################################################################
6194
6195 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
6196 -
6197   type: "plot"
6198   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6199   algorithm: "plot_performance_box"
6200   output-file-type: ".html"
6201   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6202   data: "plot-ligato-throughput-latency-3n-hsw"
6203   filter: "'NIC_Intel-X520-DA2' and
6204            '64B' and
6205            ('BASE' or 'SCALE') and
6206            'NDRPDR' and
6207            '1T1C' and
6208            'L2XCFWD' and
6209            not 'VHOST' and
6210            'MEMIF'"
6211   parameters:
6212   - "throughput"
6213   - "parent"
6214   - "tags"
6215   sort:
6216   - "1VNF"
6217   - "2VNF"
6218   - "4VNF"
6219   - "2VNF"
6220   - "4VNF"
6221   traces:
6222     hoverinfo: "x+y"
6223     boxpoints: "outliers"
6224     whiskerwidth: 0
6225   layout:
6226     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6227     layout: "plot-throughput"
6228
6229 -
6230   type: "plot"
6231   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6232   algorithm: "plot_performance_box"
6233   output-file-type: ".html"
6234   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6235   data: "plot-ligato-throughput-latency-3n-hsw"
6236   filter: "'NIC_Intel-X520-DA2' and
6237            '64B' and
6238            ('BASE' or 'SCALE') and
6239            'NDRPDR' and
6240            '1T1C' and
6241            'L2XCFWD' and
6242            not 'VHOST' and
6243            'MEMIF'"
6244   parameters:
6245   - "throughput"
6246   - "parent"
6247   - "tags"
6248   sort:
6249   - "1VNF"
6250   - "2VNF"
6251   - "4VNF"
6252   - "2VNF"
6253   - "4VNF"
6254   traces:
6255     hoverinfo: "x+y"
6256     boxpoints: "outliers"
6257     whiskerwidth: 0
6258   layout:
6259     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6260     layout: "plot-throughput"
6261
6262 -
6263   type: "plot"
6264   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6265   algorithm: "plot_performance_box"
6266   output-file-type: ".html"
6267   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6268   data: "plot-ligato-throughput-latency-3n-hsw"
6269   filter: "'NIC_Intel-X520-DA2' and
6270            '64B' and
6271            ('BASE' or 'SCALE') and
6272            'NDRPDR' and
6273            '2T2C' and
6274            'L2XCFWD' and
6275            not 'VHOST' and
6276            'MEMIF'"
6277   parameters:
6278   - "throughput"
6279   - "parent"
6280   - "tags"
6281   sort:
6282   - "1VNF"
6283   - "2VNF"
6284   - "4VNF"
6285   - "2VNF"
6286   - "4VNF"
6287   traces:
6288     hoverinfo: "x+y"
6289     boxpoints: "outliers"
6290     whiskerwidth: 0
6291   layout:
6292     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6293     layout: "plot-throughput"
6294
6295 -
6296   type: "plot"
6297   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6298   algorithm: "plot_performance_box"
6299   output-file-type: ".html"
6300   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6301   data: "plot-ligato-throughput-latency-3n-hsw"
6302   filter: "'NIC_Intel-X520-DA2' and
6303            '64B' and
6304            ('BASE' or 'SCALE') and
6305            'NDRPDR' and
6306            '2T2C' and
6307            'L2XCFWD' and
6308            not 'VHOST' and
6309            'MEMIF'"
6310   parameters:
6311   - "throughput"
6312   - "parent"
6313   - "tags"
6314   sort:
6315   - "1VNF"
6316   - "2VNF"
6317   - "4VNF"
6318   - "2VNF"
6319   - "4VNF"
6320   traces:
6321     hoverinfo: "x+y"
6322     boxpoints: "outliers"
6323     whiskerwidth: 0
6324   layout:
6325     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6326     layout: "plot-throughput"
6327
6328 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
6329 -
6330   type: "plot"
6331   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6332   algorithm: "plot_performance_box"
6333   output-file-type: ".html"
6334   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6335   data: "plot-ligato-throughput-latency-3n-hsw"
6336   filter: "'NIC_Intel-X520-DA2' and
6337            '64B' and
6338            ('BASE' or 'SCALE') and
6339            'NDRPDR' and
6340            '1T1C' and
6341            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6342            not 'VHOST' and
6343            'MEMIF'"
6344   parameters:
6345   - "throughput"
6346   - "parent"
6347   - "tags"
6348   sort:
6349   - "1VNF"
6350   - "2VNF"
6351   - "4VNF"
6352   - "2VNF"
6353   - "4VNF"
6354   traces:
6355     hoverinfo: "x+y"
6356     boxpoints: "outliers"
6357     whiskerwidth: 0
6358   layout:
6359     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6360     layout: "plot-throughput"
6361
6362 -
6363   type: "plot"
6364   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6365   algorithm: "plot_performance_box"
6366   output-file-type: ".html"
6367   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6368   data: "plot-ligato-throughput-latency-3n-hsw"
6369   filter: "'NIC_Intel-X520-DA2' and
6370            '64B' and
6371            ('BASE' or 'SCALE') and
6372            'NDRPDR' and
6373            '1T1C' and
6374            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6375            not 'VHOST' and
6376            'MEMIF'"
6377   parameters:
6378   - "throughput"
6379   - "parent"
6380   - "tags"
6381   sort:
6382   - "1VNF"
6383   - "2VNF"
6384   - "4VNF"
6385   - "2VNF"
6386   - "4VNF"
6387   traces:
6388     hoverinfo: "x+y"
6389     boxpoints: "outliers"
6390     whiskerwidth: 0
6391   layout:
6392     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6393     layout: "plot-throughput"
6394
6395 -
6396   type: "plot"
6397   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6398   algorithm: "plot_performance_box"
6399   output-file-type: ".html"
6400   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6401   data: "plot-ligato-throughput-latency-3n-hsw"
6402   filter: "'NIC_Intel-X520-DA2' and
6403            '64B' and
6404            ('BASE' or 'SCALE') and
6405            'NDRPDR' and
6406            '2T2C' and
6407            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6408            not 'VHOST' and
6409            'MEMIF'"
6410   parameters:
6411   - "throughput"
6412   - "parent"
6413   - "tags"
6414   sort:
6415   - "1VNF"
6416   - "2VNF"
6417   - "4VNF"
6418   - "2VNF"
6419   - "4VNF"
6420   traces:
6421     hoverinfo: "x+y"
6422     boxpoints: "outliers"
6423     whiskerwidth: 0
6424   layout:
6425     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
6426     layout: "plot-throughput"
6427
6428 -
6429   type: "plot"
6430   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6431   algorithm: "plot_performance_box"
6432   output-file-type: ".html"
6433   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6434   data: "plot-ligato-throughput-latency-3n-hsw"
6435   filter: "'NIC_Intel-X520-DA2' and
6436            '64B' and
6437            ('BASE' or 'SCALE') and
6438            'NDRPDR' and
6439            '2T2C' and
6440            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6441            not 'VHOST' and
6442            'MEMIF'"
6443   parameters:
6444   - "throughput"
6445   - "parent"
6446   - "tags"
6447   sort:
6448   - "1VNF"
6449   - "2VNF"
6450   - "4VNF"
6451   - "2VNF"
6452   - "4VNF"
6453   traces:
6454     hoverinfo: "x+y"
6455     boxpoints: "outliers"
6456     whiskerwidth: 0
6457   layout:
6458     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
6459     layout: "plot-throughput"
6460
6461 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
6462 -
6463   type: "plot"
6464   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6465   algorithm: "plot_performance_box"
6466   output-file-type: ".html"
6467   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6468   data: "plot-ligato-throughput-latency-3n-hsw"
6469   filter: "'NIC_Intel-X710' and
6470            '64B' and
6471            ('BASE' or 'SCALE') and
6472            'NDRPDR' and
6473            '1T1C' and
6474            'L2XCFWD' and
6475            not 'VHOST' and
6476            'MEMIF'"
6477   parameters:
6478   - "throughput"
6479   - "parent"
6480   - "tags"
6481   sort:
6482   - "1VNF"
6483   - "2VNF"
6484   - "4VNF"
6485   - "2VNF"
6486   - "4VNF"
6487   traces:
6488     hoverinfo: "x+y"
6489     boxpoints: "outliers"
6490     whiskerwidth: 0
6491   layout:
6492     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
6493     layout: "plot-throughput"
6494
6495 -
6496   type: "plot"
6497   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6498   algorithm: "plot_performance_box"
6499   output-file-type: ".html"
6500   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6501   data: "plot-ligato-throughput-latency-3n-hsw"
6502   filter: "'NIC_Intel-X710' and
6503            '64B' and
6504            ('BASE' or 'SCALE') and
6505            'NDRPDR' and
6506            '1T1C' and
6507            'L2XCFWD' and
6508            not 'VHOST' and
6509            'MEMIF'"
6510   parameters:
6511   - "throughput"
6512   - "parent"
6513   - "tags"
6514   sort:
6515   - "1VNF"
6516   - "2VNF"
6517   - "4VNF"
6518   - "2VNF"
6519   - "4VNF"
6520   traces:
6521     hoverinfo: "x+y"
6522     boxpoints: "outliers"
6523     whiskerwidth: 0
6524   layout:
6525     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
6526     layout: "plot-throughput"
6527
6528 -
6529   type: "plot"
6530   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6531   algorithm: "plot_performance_box"
6532   output-file-type: ".html"
6533   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6534   data: "plot-ligato-throughput-latency-3n-hsw"
6535   filter: "'NIC_Intel-X710' and
6536            '64B' and
6537            ('BASE' or 'SCALE') and
6538            'NDRPDR' and
6539            '2T2C' and
6540            'L2XCFWD' and
6541            not 'VHOST' and
6542            'MEMIF'"
6543   parameters:
6544   - "throughput"
6545   - "parent"
6546   - "tags"
6547   sort:
6548   - "1VNF"
6549   - "2VNF"
6550   - "4VNF"
6551   - "2VNF"
6552   - "4VNF"
6553   traces:
6554     hoverinfo: "x+y"
6555     boxpoints: "outliers"
6556     whiskerwidth: 0
6557   layout:
6558     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
6559     layout: "plot-throughput"
6560
6561 -
6562   type: "plot"
6563   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6564   algorithm: "plot_performance_box"
6565   output-file-type: ".html"
6566   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6567   data: "plot-ligato-throughput-latency-3n-hsw"
6568   filter: "'NIC_Intel-X710' and
6569            '64B' and
6570            ('BASE' or 'SCALE') and
6571            'NDRPDR' and
6572            '2T2C' and
6573            'L2XCFWD' and
6574            not 'VHOST' and
6575            'MEMIF'"
6576   parameters:
6577   - "throughput"
6578   - "parent"
6579   - "tags"
6580   sort:
6581   - "1VNF"
6582   - "2VNF"
6583   - "4VNF"
6584   - "2VNF"
6585   - "4VNF"
6586   traces:
6587     hoverinfo: "x+y"
6588     boxpoints: "outliers"
6589     whiskerwidth: 0
6590   layout:
6591     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
6592     layout: "plot-throughput"
6593
6594 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
6595 -
6596   type: "plot"
6597   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6598   algorithm: "plot_performance_box"
6599   output-file-type: ".html"
6600   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6601   data: "plot-ligato-throughput-latency-3n-hsw"
6602   filter: "'NIC_Intel-X710' and
6603            '64B' and
6604            ('BASE' or 'SCALE') and
6605            'NDRPDR' and
6606            '1T1C' and
6607            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6608            not 'VHOST' and
6609            'MEMIF'"
6610   parameters:
6611   - "throughput"
6612   - "parent"
6613   - "tags"
6614   sort:
6615   - "1VNF"
6616   - "2VNF"
6617   - "4VNF"
6618   - "2VNF"
6619   - "4VNF"
6620   traces:
6621     hoverinfo: "x+y"
6622     boxpoints: "outliers"
6623     whiskerwidth: 0
6624   layout:
6625     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
6626     layout: "plot-throughput"
6627
6628 -
6629   type: "plot"
6630   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
6631   algorithm: "plot_performance_box"
6632   output-file-type: ".html"
6633   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
6634   data: "plot-ligato-throughput-latency-3n-hsw"
6635   filter: "'NIC_Intel-X710' and
6636            '64B' and
6637            ('BASE' or 'SCALE') and
6638            'NDRPDR' and
6639            '1T1C' and
6640            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6641            not 'VHOST' and
6642            'MEMIF'"
6643   parameters:
6644   - "throughput"
6645   - "parent"
6646   - "tags"
6647   sort:
6648   - "1VNF"
6649   - "2VNF"
6650   - "4VNF"
6651   - "2VNF"
6652   - "4VNF"
6653   traces:
6654     hoverinfo: "x+y"
6655     boxpoints: "outliers"
6656     whiskerwidth: 0
6657   layout:
6658     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
6659     layout: "plot-throughput"
6660
6661 -
6662   type: "plot"
6663   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
6664   algorithm: "plot_performance_box"
6665   output-file-type: ".html"
6666   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
6667   data: "plot-ligato-throughput-latency-3n-hsw"
6668   filter: "'NIC_Intel-X710' and
6669            '64B' and
6670            ('BASE' or 'SCALE') and
6671            'NDRPDR' and
6672            '2T2C' and
6673            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6674            not 'VHOST' and
6675            'MEMIF'"
6676   parameters:
6677   - "throughput"
6678   - "parent"
6679   - "tags"
6680   sort:
6681   - "1VNF"
6682   - "2VNF"
6683   - "4VNF"
6684   - "2VNF"
6685   - "4VNF"
6686   traces:
6687     hoverinfo: "x+y"
6688     boxpoints: "outliers"
6689     whiskerwidth: 0
6690   layout:
6691     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
6692     layout: "plot-throughput"
6693
6694 -
6695   type: "plot"
6696   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
6697   algorithm: "plot_performance_box"
6698   output-file-type: ".html"
6699   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
6700   data: "plot-ligato-throughput-latency-3n-hsw"
6701   filter: "'NIC_Intel-X710' and
6702            '64B' and
6703            ('BASE' or 'SCALE') and
6704            'NDRPDR' and
6705            '2T2C' and
6706            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6707            not 'VHOST' and
6708            'MEMIF'"
6709   parameters:
6710   - "throughput"
6711   - "parent"
6712   - "tags"
6713   sort:
6714   - "1VNF"
6715   - "2VNF"
6716   - "4VNF"
6717   - "2VNF"
6718   - "4VNF"
6719   traces:
6720     hoverinfo: "x+y"
6721     boxpoints: "outliers"
6722     whiskerwidth: 0
6723   layout:
6724     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
6725     layout: "plot-throughput"
6726
6727 ################################################################################
6728
6729 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
6730 -
6731   type: "plot"
6732   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6733   algorithm: "plot_performance_box"
6734   output-file-type: ".html"
6735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6736   data: "plot-vpp-throughput-latency-3n-hsw"
6737   filter: "'NIC_Intel-X520-DA2' and
6738            '64B' and
6739            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6740            'NDRPDR' and
6741            '1T1C' and
6742            'IP4FWD' and
6743            not 'IPSEC' and
6744            not 'VHOST'"
6745   parameters:
6746   - "throughput"
6747   - "parent"
6748   - "tags"
6749   sort:
6750   - "IP4BASE"
6751   - "FIB_20K"
6752   - "FIB_200K"
6753   - "FIB_2M"
6754   traces:
6755     hoverinfo: "x+y"
6756     boxpoints: "outliers"
6757     whiskerwidth: 0
6758   layout:
6759     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6760     layout: "plot-throughput"
6761
6762 -
6763   type: "plot"
6764   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6765   algorithm: "plot_performance_box"
6766   output-file-type: ".html"
6767   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6768   data: "plot-vpp-throughput-latency-3n-hsw"
6769   filter: "'NIC_Intel-X520-DA2' and
6770            '64B' and
6771            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6772            'NDRPDR' and
6773            '1T1C' and
6774            'IP4FWD' and
6775            not 'IPSEC' and
6776            not 'VHOST'"
6777   parameters:
6778   - "throughput"
6779   - "parent"
6780   - "tags"
6781   sort:
6782   - "IP4BASE"
6783   - "FIB_20K"
6784   - "FIB_200K"
6785   - "FIB_2M"
6786   traces:
6787     hoverinfo: "x+y"
6788     boxpoints: "outliers"
6789     whiskerwidth: 0
6790   layout:
6791     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6792     layout: "plot-throughput"
6793
6794 -
6795   type: "plot"
6796   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6797   algorithm: "plot_performance_box"
6798   output-file-type: ".html"
6799   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6800   data: "plot-vpp-throughput-latency-3n-hsw"
6801   filter: "'NIC_Intel-X520-DA2' and
6802            '64B' and
6803            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6804            'NDRPDR' and
6805            '2T2C' and
6806            'IP4FWD' and
6807            not 'IPSEC' and
6808            not 'VHOST'"
6809   parameters:
6810   - "throughput"
6811   - "parent"
6812   - "tags"
6813   sort:
6814   - "IP4BASE"
6815   - "FIB_20K"
6816   - "FIB_200K"
6817   - "FIB_2M"
6818   traces:
6819     hoverinfo: "x+y"
6820     boxpoints: "outliers"
6821     whiskerwidth: 0
6822   layout:
6823     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6824     layout: "plot-throughput"
6825
6826 -
6827   type: "plot"
6828   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6829   algorithm: "plot_performance_box"
6830   output-file-type: ".html"
6831   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6832   data: "plot-vpp-throughput-latency-3n-hsw"
6833   filter: "'NIC_Intel-X520-DA2' and
6834            '64B' and
6835            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6836            'NDRPDR' and
6837            '2T2C' and
6838            'IP4FWD' and
6839            not 'IPSEC' and
6840            not 'VHOST'"
6841   parameters:
6842   - "throughput"
6843   - "parent"
6844   - "tags"
6845   sort:
6846   - "IP4BASE"
6847   - "FIB_20K"
6848   - "FIB_200K"
6849   - "FIB_2M"
6850   traces:
6851     hoverinfo: "x+y"
6852     boxpoints: "outliers"
6853     whiskerwidth: 0
6854   layout:
6855     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6856     layout: "plot-throughput"
6857
6858 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
6859 -
6860   type: "plot"
6861   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6862   algorithm: "plot_performance_box"
6863   output-file-type: ".html"
6864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6865   data: "plot-vpp-throughput-latency-3n-hsw"
6866   filter: "'NIC_Intel-X520-DA2' and
6867            '64B' and
6868            ('IP4BASE' or
6869             'POLICE_MARK' or
6870             'COPWHLIST' or
6871             ('NAT44' and 'BASE') or
6872             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6873            'NDRPDR' and
6874            '1T1C' and
6875            'IP4FWD' and
6876            not 'IPSEC' and
6877            not 'VHOST'"
6878   parameters:
6879   - "throughput"
6880   - "parent"
6881   - "tags"
6882   sort:
6883   - "IP4BASE"
6884   - "NAT44"
6885   - "POLICE_MARK"
6886   - "COPWHLIST"
6887   - "IACL"
6888   - "OACL"
6889   traces:
6890     hoverinfo: "x+y"
6891     boxpoints: "outliers"
6892     whiskerwidth: 0
6893   layout:
6894     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6895     layout: "plot-throughput"
6896
6897 -
6898   type: "plot"
6899   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6900   algorithm: "plot_performance_box"
6901   output-file-type: ".html"
6902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6903   data: "plot-vpp-throughput-latency-3n-hsw"
6904   filter: "'NIC_Intel-X520-DA2' and
6905            '64B' and
6906            ('IP4BASE' or
6907             'POLICE_MARK' or
6908             'COPWHLIST' or
6909             ('NAT44' and 'BASE') or
6910             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6911            'NDRPDR' and
6912            '1T1C' and
6913            'IP4FWD' and
6914            not 'IPSEC' and
6915            not 'VHOST'"
6916   parameters:
6917   - "throughput"
6918   - "parent"
6919   - "tags"
6920   sort:
6921   - "IP4BASE"
6922   - "NAT44"
6923   - "POLICE_MARK"
6924   - "COPWHLIST"
6925   - "IACL"
6926   - "OACL"
6927   traces:
6928     hoverinfo: "x+y"
6929     boxpoints: "outliers"
6930     whiskerwidth: 0
6931   layout:
6932     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6933     layout: "plot-throughput"
6934
6935 -
6936   type: "plot"
6937   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6938   algorithm: "plot_performance_box"
6939   output-file-type: ".html"
6940   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6941   data: "plot-vpp-throughput-latency-3n-hsw"
6942   filter: "'NIC_Intel-X520-DA2' and
6943            '64B' and
6944            ('IP4BASE' or
6945             'POLICE_MARK' or
6946             'COPWHLIST' or
6947             ('NAT44' and 'BASE') or
6948             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6949            'NDRPDR' and
6950            '2T2C' and
6951            'IP4FWD' and
6952            not 'IPSEC' and
6953            not 'VHOST'"
6954   parameters:
6955   - "throughput"
6956   - "parent"
6957   - "tags"
6958   sort:
6959   - "IP4BASE"
6960   - "NAT44"
6961   - "POLICE_MARK"
6962   - "COPWHLIST"
6963   - "IACL"
6964   - "OACL"
6965   traces:
6966     hoverinfo: "x+y"
6967     boxpoints: "outliers"
6968     whiskerwidth: 0
6969   layout:
6970     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6971     layout: "plot-throughput"
6972
6973 -
6974   type: "plot"
6975   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6976   algorithm: "plot_performance_box"
6977   output-file-type: ".html"
6978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6979   data: "plot-vpp-throughput-latency-3n-hsw"
6980   filter: "'NIC_Intel-X520-DA2' and
6981            '64B' and
6982            ('IP4BASE' or
6983             'POLICE_MARK' or
6984             'COPWHLIST' or
6985             ('NAT44' and 'BASE') or
6986             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6987            'NDRPDR' and
6988            '2T2C' and
6989            'IP4FWD' and
6990            not 'IPSEC' and
6991            not 'VHOST'"
6992   parameters:
6993   - "throughput"
6994   - "parent"
6995   - "tags"
6996   sort:
6997   - "IP4BASE"
6998   - "NAT44"
6999   - "POLICE_MARK"
7000   - "COPWHLIST"
7001   - "IACL"
7002   - "OACL"
7003   traces:
7004     hoverinfo: "x+y"
7005     boxpoints: "outliers"
7006     whiskerwidth: 0
7007   layout:
7008     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7009     layout: "plot-throughput"
7010
7011 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
7012 -
7013   type: "plot"
7014   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7015   algorithm: "plot_performance_box"
7016   output-file-type: ".html"
7017   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7018   data: "plot-vpp-throughput-latency-3n-hsw"
7019   filter: "'NIC_Intel-X520-DA2' and
7020            '64B' and
7021            'NDRPDR' and
7022            '1T1C' and
7023            'IP4FWD' and
7024            'NAT44' and
7025            not 'IPSEC' and
7026            not 'VHOST'"
7027   parameters:
7028   - "throughput"
7029   - "parent"
7030   - "tags"
7031   sort:
7032   - "BASE"
7033   - "BASE"
7034   - "SRC_USER_10"
7035   - "SRC_USER_100"
7036   - "SRC_USER_1000"
7037   - "SRC_USER_2000"
7038   traces:
7039     hoverinfo: "x+y"
7040     boxpoints: "outliers"
7041     whiskerwidth: 0
7042   layout:
7043     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7044     layout: "plot-throughput"
7045
7046 -
7047   type: "plot"
7048   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7049   algorithm: "plot_performance_box"
7050   output-file-type: ".html"
7051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7052   data: "plot-vpp-throughput-latency-3n-hsw"
7053   filter: "'NIC_Intel-X520-DA2' and
7054            '64B' and
7055            'NDRPDR' and
7056            '1T1C' and
7057            'IP4FWD' and
7058            'NAT44' and
7059            not 'IPSEC' and
7060            not 'VHOST'"
7061   parameters:
7062   - "throughput"
7063   - "parent"
7064   - "tags"
7065   sort:
7066   - "BASE"
7067   - "BASE"
7068   - "SRC_USER_10"
7069   - "SRC_USER_100"
7070   - "SRC_USER_1000"
7071   - "SRC_USER_2000"
7072   traces:
7073     hoverinfo: "x+y"
7074     boxpoints: "outliers"
7075     whiskerwidth: 0
7076   layout:
7077     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7078     layout: "plot-throughput"
7079
7080 -
7081   type: "plot"
7082   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7083   algorithm: "plot_performance_box"
7084   output-file-type: ".html"
7085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7086   data: "plot-vpp-throughput-latency-3n-hsw"
7087   filter: "'NIC_Intel-X520-DA2' and
7088            '64B' and
7089            'NDRPDR' and
7090            '2T2C' and
7091            'IP4FWD' and
7092            'NAT44' and
7093            not 'IPSEC' and
7094            not 'VHOST'"
7095   parameters:
7096   - "throughput"
7097   - "parent"
7098   - "tags"
7099   sort:
7100   - "BASE"
7101   - "BASE"
7102   - "SRC_USER_10"
7103   - "SRC_USER_100"
7104   - "SRC_USER_1000"
7105   - "SRC_USER_2000"
7106   traces:
7107     hoverinfo: "x+y"
7108     boxpoints: "outliers"
7109     whiskerwidth: 0
7110   layout:
7111     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7112     layout: "plot-throughput"
7113
7114 -
7115   type: "plot"
7116   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7117   algorithm: "plot_performance_box"
7118   output-file-type: ".html"
7119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7120   data: "plot-vpp-throughput-latency-3n-hsw"
7121   filter: "'NIC_Intel-X520-DA2' and
7122            '64B' and
7123            'NDRPDR' and
7124            '2T2C' and
7125            'IP4FWD' and
7126            'NAT44' and
7127            not 'IPSEC' and
7128            not 'VHOST'"
7129   parameters:
7130   - "throughput"
7131   - "parent"
7132   - "tags"
7133   sort:
7134   - "BASE"
7135   - "BASE"
7136   - "SRC_USER_10"
7137   - "SRC_USER_100"
7138   - "SRC_USER_1000"
7139   - "SRC_USER_2000"
7140   traces:
7141     hoverinfo: "x+y"
7142     boxpoints: "outliers"
7143     whiskerwidth: 0
7144   layout:
7145     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7146     layout: "plot-throughput"
7147
7148 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
7149 -
7150   type: "plot"
7151   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7152   algorithm: "plot_performance_box"
7153   output-file-type: ".html"
7154   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7155   data: "plot-vpp-throughput-latency-3n-hsw"
7156   filter: "'NIC_Intel-X520-DA2' and
7157            '64B' and
7158            'NDRPDR' and
7159            '1T1C' and
7160            'IP4FWD' and
7161            'IACL' and
7162            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7163            not 'IPSEC' and
7164            not 'VHOST'"
7165   parameters:
7166   - "throughput"
7167   - "parent"
7168   - "tags"
7169   sort:
7170   - "ACL_STATELESS"
7171   - "ACL_STATEFUL"
7172   - "ACL_STATELESS"
7173   - "ACL_STATEFUL"
7174   traces:
7175     hoverinfo: "x+y"
7176     boxpoints: "outliers"
7177     whiskerwidth: 0
7178   layout:
7179     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7180     layout: "plot-throughput"
7181
7182 -
7183   type: "plot"
7184   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7185   algorithm: "plot_performance_box"
7186   output-file-type: ".html"
7187   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7188   data: "plot-vpp-throughput-latency-3n-hsw"
7189   filter: "'NIC_Intel-X520-DA2' and
7190            '64B' and
7191            'NDRPDR' and
7192            '1T1C' and
7193            'IP4FWD' and
7194            'IACL' and
7195            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7196            not 'IPSEC' and
7197            not 'VHOST'"
7198   parameters:
7199   - "throughput"
7200   - "parent"
7201   - "tags"
7202   sort:
7203   - "ACL_STATELESS"
7204   - "ACL_STATEFUL"
7205   - "ACL_STATELESS"
7206   - "ACL_STATEFUL"
7207   traces:
7208     hoverinfo: "x+y"
7209     boxpoints: "outliers"
7210     whiskerwidth: 0
7211   layout:
7212     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7213     layout: "plot-throughput"
7214
7215 -
7216   type: "plot"
7217   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7218   algorithm: "plot_performance_box"
7219   output-file-type: ".html"
7220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7221   data: "plot-vpp-throughput-latency-3n-hsw"
7222   filter: "'NIC_Intel-X520-DA2' and
7223            '64B' and
7224            'NDRPDR' and
7225            '2T2C' and
7226            'IP4FWD' and
7227            'IACL' and
7228            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7229            not 'IPSEC' and
7230            not 'VHOST'"
7231   parameters:
7232   - "throughput"
7233   - "parent"
7234   - "tags"
7235   sort:
7236   - "ACL_STATELESS"
7237   - "ACL_STATEFUL"
7238   - "ACL_STATELESS"
7239   - "ACL_STATEFUL"
7240   traces:
7241     hoverinfo: "x+y"
7242     boxpoints: "outliers"
7243     whiskerwidth: 0
7244   layout:
7245     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7246     layout: "plot-throughput"
7247
7248 -
7249   type: "plot"
7250   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7251   algorithm: "plot_performance_box"
7252   output-file-type: ".html"
7253   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7254   data: "plot-vpp-throughput-latency-3n-hsw"
7255   filter: "'NIC_Intel-X520-DA2' and
7256            '64B' and
7257            'NDRPDR' and
7258            '2T2C' and
7259            'IP4FWD' and
7260            'IACL' and
7261            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7262            not 'IPSEC' and
7263            not 'VHOST'"
7264   parameters:
7265   - "throughput"
7266   - "parent"
7267   - "tags"
7268   sort:
7269   - "ACL_STATELESS"
7270   - "ACL_STATEFUL"
7271   - "ACL_STATELESS"
7272   - "ACL_STATEFUL"
7273   traces:
7274     hoverinfo: "x+y"
7275     boxpoints: "outliers"
7276     whiskerwidth: 0
7277   layout:
7278     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7279     layout: "plot-throughput"
7280
7281 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
7282 -
7283   type: "plot"
7284   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7285   algorithm: "plot_performance_box"
7286   output-file-type: ".html"
7287   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7288   data: "plot-vpp-throughput-latency-3n-hsw"
7289   filter: "'NIC_Intel-X520-DA2' and
7290            '64B' and
7291            'NDRPDR' and
7292            '1T1C' and
7293            'IP4FWD' and
7294            'OACL' and
7295            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7296            not 'IPSEC' and
7297            not 'VHOST'"
7298   parameters:
7299   - "throughput"
7300   - "parent"
7301   - "tags"
7302   sort:
7303   - "ACL_STATELESS"
7304   - "ACL_STATEFUL"
7305   - "ACL_STATELESS"
7306   - "ACL_STATEFUL"
7307   traces:
7308     hoverinfo: "x+y"
7309     boxpoints: "outliers"
7310     whiskerwidth: 0
7311   layout:
7312     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7313     layout: "plot-throughput"
7314
7315 -
7316   type: "plot"
7317   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7318   algorithm: "plot_performance_box"
7319   output-file-type: ".html"
7320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7321   data: "plot-vpp-throughput-latency-3n-hsw"
7322   filter: "'NIC_Intel-X520-DA2' and
7323            '64B' and
7324            'NDRPDR' and
7325            '1T1C' and
7326            'IP4FWD' and
7327            'OACL' and
7328            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7329            not 'IPSEC' and
7330            not 'VHOST'"
7331   parameters:
7332   - "throughput"
7333   - "parent"
7334   - "tags"
7335   sort:
7336   - "ACL_STATELESS"
7337   - "ACL_STATEFUL"
7338   - "ACL_STATELESS"
7339   - "ACL_STATEFUL"
7340   traces:
7341     hoverinfo: "x+y"
7342     boxpoints: "outliers"
7343     whiskerwidth: 0
7344   layout:
7345     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7346     layout: "plot-throughput"
7347
7348 -
7349   type: "plot"
7350   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7351   algorithm: "plot_performance_box"
7352   output-file-type: ".html"
7353   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7354   data: "plot-vpp-throughput-latency-3n-hsw"
7355   filter: "'NIC_Intel-X520-DA2' and
7356            '64B' and
7357            'NDRPDR' and
7358            '2T2C' and
7359            'IP4FWD' and
7360            'OACL' and
7361            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7362            not 'IPSEC' and
7363            not 'VHOST'"
7364   parameters:
7365   - "throughput"
7366   - "parent"
7367   - "tags"
7368   sort:
7369   - "ACL_STATELESS"
7370   - "ACL_STATEFUL"
7371   - "ACL_STATELESS"
7372   - "ACL_STATEFUL"
7373   traces:
7374     hoverinfo: "x+y"
7375     boxpoints: "outliers"
7376     whiskerwidth: 0
7377   layout:
7378     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7379     layout: "plot-throughput"
7380
7381 -
7382   type: "plot"
7383   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7384   algorithm: "plot_performance_box"
7385   output-file-type: ".html"
7386   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7387   data: "plot-vpp-throughput-latency-3n-hsw"
7388   filter: "'NIC_Intel-X520-DA2' and
7389            '64B' and
7390            'NDRPDR' and
7391            '2T2C' and
7392            'IP4FWD' and
7393            'OACL' and
7394            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7395            not 'IPSEC' and
7396            not 'VHOST'"
7397   parameters:
7398   - "throughput"
7399   - "parent"
7400   - "tags"
7401   sort:
7402   - "ACL_STATELESS"
7403   - "ACL_STATEFUL"
7404   - "ACL_STATELESS"
7405   - "ACL_STATEFUL"
7406   traces:
7407     hoverinfo: "x+y"
7408     boxpoints: "outliers"
7409     whiskerwidth: 0
7410   layout:
7411     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7412     layout: "plot-throughput"
7413
7414 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
7415 -
7416   type: "plot"
7417   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7418   algorithm: "plot_performance_box"
7419   output-file-type: ".html"
7420   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7421   data: "plot-vpp-throughput-latency-3n-hsw"
7422   filter: "'NIC_Intel-X710' and
7423            '64B' and
7424            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7425            'NDRPDR' and
7426            '1T1C' and
7427            'IP4FWD' and
7428            not 'IPSEC' and
7429            not 'VHOST'"
7430   parameters:
7431   - "throughput"
7432   - "parent"
7433   - "tags"
7434   sort:
7435   - "IP4BASE"
7436   - "FIB_20K"
7437   - "FIB_200K"
7438   - "FIB_2M"
7439   traces:
7440     hoverinfo: "x+y"
7441     boxpoints: "outliers"
7442     whiskerwidth: 0
7443   layout:
7444     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7445     layout: "plot-throughput"
7446
7447 -
7448   type: "plot"
7449   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7450   algorithm: "plot_performance_box"
7451   output-file-type: ".html"
7452   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7453   data: "plot-vpp-throughput-latency-3n-hsw"
7454   filter: "'NIC_Intel-X710' and
7455            '64B' and
7456            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7457            'NDRPDR' and
7458            '1T1C' and
7459            'IP4FWD' and
7460            not 'IPSEC' and
7461            not 'VHOST'"
7462   parameters:
7463   - "throughput"
7464   - "parent"
7465   - "tags"
7466   sort:
7467   - "IP4BASE"
7468   - "FIB_20K"
7469   - "FIB_200K"
7470   - "FIB_2M"
7471   traces:
7472     hoverinfo: "x+y"
7473     boxpoints: "outliers"
7474     whiskerwidth: 0
7475   layout:
7476     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7477     layout: "plot-throughput"
7478
7479 -
7480   type: "plot"
7481   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7482   algorithm: "plot_performance_box"
7483   output-file-type: ".html"
7484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7485   data: "plot-vpp-throughput-latency-3n-hsw"
7486   filter: "'NIC_Intel-X710' and
7487            '64B' and
7488            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7489            'NDRPDR' and
7490            '2T2C' and
7491            'IP4FWD' and
7492            not 'IPSEC' and
7493            not 'VHOST'"
7494   parameters:
7495   - "throughput"
7496   - "parent"
7497   - "tags"
7498   sort:
7499   - "IP4BASE"
7500   - "FIB_20K"
7501   - "FIB_200K"
7502   - "FIB_2M"
7503   traces:
7504     hoverinfo: "x+y"
7505     boxpoints: "outliers"
7506     whiskerwidth: 0
7507   layout:
7508     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7509     layout: "plot-throughput"
7510
7511 -
7512   type: "plot"
7513   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7514   algorithm: "plot_performance_box"
7515   output-file-type: ".html"
7516   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7517   data: "plot-vpp-throughput-latency-3n-hsw"
7518   filter: "'NIC_Intel-X710' and
7519            '64B' and
7520            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7521            'NDRPDR' and
7522            '2T2C' and
7523            'IP4FWD' and
7524            not 'IPSEC' and
7525            not 'VHOST'"
7526   parameters:
7527   - "throughput"
7528   - "parent"
7529   - "tags"
7530   sort:
7531   - "IP4BASE"
7532   - "FIB_20K"
7533   - "FIB_200K"
7534   - "FIB_2M"
7535   traces:
7536     hoverinfo: "x+y"
7537     boxpoints: "outliers"
7538     whiskerwidth: 0
7539   layout:
7540     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7541     layout: "plot-throughput"
7542
7543 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
7544 -
7545   type: "plot"
7546   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7547   algorithm: "plot_performance_box"
7548   output-file-type: ".html"
7549   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7550   data: "plot-vpp-throughput-latency-3n-hsw"
7551   filter: "'NIC_Intel-X710' and
7552            '64B' and
7553            ('IP4BASE' or
7554             'POLICE_MARK' or
7555             'COPWHLIST' or
7556             ('NAT44' and 'BASE') or
7557             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7558            'NDRPDR' and
7559            '1T1C' and
7560            'IP4FWD' and
7561            not 'IPSEC' and
7562            not 'VHOST'"
7563   parameters:
7564   - "throughput"
7565   - "parent"
7566   - "tags"
7567   sort:
7568   - "IP4BASE"
7569   - "NAT44"
7570   - "POLICE_MARK"
7571   - "COPWHLIST"
7572   - "IACL"
7573   - "OACL"
7574   traces:
7575     hoverinfo: "x+y"
7576     boxpoints: "outliers"
7577     whiskerwidth: 0
7578   layout:
7579     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
7580     layout: "plot-throughput"
7581
7582 -
7583   type: "plot"
7584   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7585   algorithm: "plot_performance_box"
7586   output-file-type: ".html"
7587   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7588   data: "plot-vpp-throughput-latency-3n-hsw"
7589   filter: "'NIC_Intel-X710' and
7590            '64B' and
7591            ('IP4BASE' or
7592             'POLICE_MARK' or
7593             'COPWHLIST' or
7594             ('NAT44' and 'BASE') or
7595             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7596            'NDRPDR' and
7597            '1T1C' and
7598            'IP4FWD' and
7599            not 'IPSEC' and
7600            not 'VHOST'"
7601   parameters:
7602   - "throughput"
7603   - "parent"
7604   - "tags"
7605   sort:
7606   - "IP4BASE"
7607   - "NAT44"
7608   - "POLICE_MARK"
7609   - "COPWHLIST"
7610   - "IACL"
7611   - "OACL"
7612   traces:
7613     hoverinfo: "x+y"
7614     boxpoints: "outliers"
7615     whiskerwidth: 0
7616   layout:
7617     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
7618     layout: "plot-throughput"
7619
7620 -
7621   type: "plot"
7622   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
7623   algorithm: "plot_performance_box"
7624   output-file-type: ".html"
7625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
7626   data: "plot-vpp-throughput-latency-3n-hsw"
7627   filter: "'NIC_Intel-X710' and
7628            '64B' and
7629            ('IP4BASE' or
7630             'POLICE_MARK' or
7631             'COPWHLIST' or
7632             ('NAT44' and 'BASE') or
7633             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7634            'NDRPDR' and
7635            '2T2C' and
7636            'IP4FWD' and
7637            not 'IPSEC' and
7638            not 'VHOST'"
7639   parameters:
7640   - "throughput"
7641   - "parent"
7642   - "tags"
7643   sort:
7644   - "IP4BASE"
7645   - "NAT44"
7646   - "POLICE_MARK"
7647   - "COPWHLIST"
7648   - "IACL"
7649   - "OACL"
7650   traces:
7651     hoverinfo: "x+y"
7652     boxpoints: "outliers"
7653     whiskerwidth: 0
7654   layout:
7655     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
7656     layout: "plot-throughput"
7657
7658 -
7659   type: "plot"
7660   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
7661   algorithm: "plot_performance_box"
7662   output-file-type: ".html"
7663   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
7664   data: "plot-vpp-throughput-latency-3n-hsw"
7665   filter: "'NIC_Intel-X710' and
7666            '64B' and
7667            ('IP4BASE' or
7668             'POLICE_MARK' or
7669             'COPWHLIST' or
7670             ('NAT44' and 'BASE') or
7671             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7672            'NDRPDR' and
7673            '2T2C' and
7674            'IP4FWD' and
7675            not 'IPSEC' and
7676            not 'VHOST'"
7677   parameters:
7678   - "throughput"
7679   - "parent"
7680   - "tags"
7681   sort:
7682   - "IP4BASE"
7683   - "NAT44"
7684   - "POLICE_MARK"
7685   - "COPWHLIST"
7686   - "IACL"
7687   - "OACL"
7688   traces:
7689     hoverinfo: "x+y"
7690     boxpoints: "outliers"
7691     whiskerwidth: 0
7692   layout:
7693     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
7694     layout: "plot-throughput"
7695
7696 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
7697 -
7698   type: "plot"
7699   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
7700   algorithm: "plot_performance_box"
7701   output-file-type: ".html"
7702   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
7703   data: "plot-vpp-throughput-latency-3n-skx"
7704   filter: "'NIC_Intel-X710' and
7705            '64B' and
7706            'NDRPDR' and
7707            '2T1C' and
7708            'IP4FWD' and
7709            'NAT44' and
7710            not 'IPSEC' and
7711            not 'VHOST'"
7712   parameters:
7713   - "throughput"
7714   - "parent"
7715   - "tags"
7716   sort:
7717   - "BASE"
7718   - "BASE"
7719   - "SRC_USER_10"
7720   - "SRC_USER_100"
7721   - "SRC_USER_1000"
7722   - "SRC_USER_2000"
7723   traces:
7724     hoverinfo: "x+y"
7725     boxpoints: "outliers"
7726     whiskerwidth: 0
7727   layout:
7728     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
7729     layout: "plot-throughput"
7730
7731 -
7732   type: "plot"
7733   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
7734   algorithm: "plot_performance_box"
7735   output-file-type: ".html"
7736   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
7737   data: "plot-vpp-throughput-latency-3n-skx"
7738   filter: "'NIC_Intel-X710' and
7739            '64B' and
7740            'NDRPDR' and
7741            '2T1C' and
7742            'IP4FWD' and
7743            'NAT44' and
7744            not 'IPSEC' and
7745            not 'VHOST'"
7746   parameters:
7747   - "throughput"
7748   - "parent"
7749   - "tags"
7750   sort:
7751   - "BASE"
7752   - "BASE"
7753   - "SRC_USER_10"
7754   - "SRC_USER_100"
7755   - "SRC_USER_1000"
7756   - "SRC_USER_2000"
7757   traces:
7758     hoverinfo: "x+y"
7759     boxpoints: "outliers"
7760     whiskerwidth: 0
7761   layout:
7762     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
7763     layout: "plot-throughput"
7764
7765 -
7766   type: "plot"
7767   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
7768   algorithm: "plot_performance_box"
7769   output-file-type: ".html"
7770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
7771   data: "plot-vpp-throughput-latency-3n-skx"
7772   filter: "'NIC_Intel-X710' and
7773            '64B' and
7774            'NDRPDR' and
7775            '4T2C' and
7776            'IP4FWD' and
7777            'NAT44' and
7778            not 'IPSEC' and
7779            not 'VHOST'"
7780   parameters:
7781   - "throughput"
7782   - "parent"
7783   - "tags"
7784   sort:
7785   - "BASE"
7786   - "BASE"
7787   - "SRC_USER_10"
7788   - "SRC_USER_100"
7789   - "SRC_USER_1000"
7790   - "SRC_USER_2000"
7791   traces:
7792     hoverinfo: "x+y"
7793     boxpoints: "outliers"
7794     whiskerwidth: 0
7795   layout:
7796     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
7797     layout: "plot-throughput"
7798
7799 -
7800   type: "plot"
7801   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
7802   algorithm: "plot_performance_box"
7803   output-file-type: ".html"
7804   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
7805   data: "plot-vpp-throughput-latency-3n-skx"
7806   filter: "'NIC_Intel-X710' and
7807            '64B' and
7808            'NDRPDR' and
7809            '4T2C' and
7810            'IP4FWD' and
7811            'NAT44' and
7812            not 'IPSEC' and
7813            not 'VHOST'"
7814   parameters:
7815   - "throughput"
7816   - "parent"
7817   - "tags"
7818   sort:
7819   - "BASE"
7820   - "BASE"
7821   - "SRC_USER_10"
7822   - "SRC_USER_100"
7823   - "SRC_USER_1000"
7824   - "SRC_USER_2000"
7825   traces:
7826     hoverinfo: "x+y"
7827     boxpoints: "outliers"
7828     whiskerwidth: 0
7829   layout:
7830     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
7831     layout: "plot-throughput"
7832
7833 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
7834 -
7835   type: "plot"
7836   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7837   algorithm: "plot_performance_box"
7838   output-file-type: ".html"
7839   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7840   data: "plot-vpp-throughput-latency-3n-skx"
7841   filter: "'NIC_Intel-X710' and
7842            '64B' and
7843            'NDRPDR' and
7844            '2T1C' and
7845            'IP4FWD' and
7846            'IACL' and
7847            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7848            not 'IPSEC' and
7849            not 'VHOST'"
7850   parameters:
7851   - "throughput"
7852   - "parent"
7853   - "tags"
7854   sort:
7855   - "ACL_STATELESS"
7856   - "ACL_STATEFUL"
7857   - "ACL_STATELESS"
7858   - "ACL_STATEFUL"
7859   traces:
7860     hoverinfo: "x+y"
7861     boxpoints: "outliers"
7862     whiskerwidth: 0
7863   layout:
7864     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7865     layout: "plot-throughput"
7866
7867 -
7868   type: "plot"
7869   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7870   algorithm: "plot_performance_box"
7871   output-file-type: ".html"
7872   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7873   data: "plot-vpp-throughput-latency-3n-skx"
7874   filter: "'NIC_Intel-X710' and
7875            '64B' and
7876            'NDRPDR' and
7877            '2T1C' and
7878            'IP4FWD' and
7879            'IACL' and
7880            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7881            not 'IPSEC' and
7882            not 'VHOST'"
7883   parameters:
7884   - "throughput"
7885   - "parent"
7886   - "tags"
7887   sort:
7888   - "ACL_STATELESS"
7889   - "ACL_STATEFUL"
7890   - "ACL_STATELESS"
7891   - "ACL_STATEFUL"
7892   traces:
7893     hoverinfo: "x+y"
7894     boxpoints: "outliers"
7895     whiskerwidth: 0
7896   layout:
7897     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7898     layout: "plot-throughput"
7899
7900 -
7901   type: "plot"
7902   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7903   algorithm: "plot_performance_box"
7904   output-file-type: ".html"
7905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7906   data: "plot-vpp-throughput-latency-3n-skx"
7907   filter: "'NIC_Intel-X710' and
7908            '64B' and
7909            'NDRPDR' and
7910            '4T2C' and
7911            'IP4FWD' and
7912            'IACL' and
7913            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7914            not 'IPSEC' and
7915            not 'VHOST'"
7916   parameters:
7917   - "throughput"
7918   - "parent"
7919   - "tags"
7920   sort:
7921   - "ACL_STATELESS"
7922   - "ACL_STATEFUL"
7923   - "ACL_STATELESS"
7924   - "ACL_STATEFUL"
7925   traces:
7926     hoverinfo: "x+y"
7927     boxpoints: "outliers"
7928     whiskerwidth: 0
7929   layout:
7930     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7931     layout: "plot-throughput"
7932
7933 -
7934   type: "plot"
7935   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7936   algorithm: "plot_performance_box"
7937   output-file-type: ".html"
7938   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7939   data: "plot-vpp-throughput-latency-3n-skx"
7940   filter: "'NIC_Intel-X710' and
7941            '64B' and
7942            'NDRPDR' and
7943            '4T2C' and
7944            'IP4FWD' and
7945            'IACL' and
7946            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7947            not 'IPSEC' and
7948            not 'VHOST'"
7949   parameters:
7950   - "throughput"
7951   - "parent"
7952   - "tags"
7953   sort:
7954   - "ACL_STATELESS"
7955   - "ACL_STATEFUL"
7956   - "ACL_STATELESS"
7957   - "ACL_STATEFUL"
7958   traces:
7959     hoverinfo: "x+y"
7960     boxpoints: "outliers"
7961     whiskerwidth: 0
7962   layout:
7963     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7964     layout: "plot-throughput"
7965
7966 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
7967 -
7968   type: "plot"
7969   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7970   algorithm: "plot_performance_box"
7971   output-file-type: ".html"
7972   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7973   data: "plot-vpp-throughput-latency-3n-skx"
7974   filter: "'NIC_Intel-X710' and
7975            '64B' and
7976            'NDRPDR' and
7977            '2T1C' and
7978            'IP4FWD' and
7979            'OACL' and
7980            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7981            not 'IPSEC' and
7982            not 'VHOST'"
7983   parameters:
7984   - "throughput"
7985   - "parent"
7986   - "tags"
7987   sort:
7988   - "ACL_STATELESS"
7989   - "ACL_STATEFUL"
7990   - "ACL_STATELESS"
7991   - "ACL_STATEFUL"
7992   traces:
7993     hoverinfo: "x+y"
7994     boxpoints: "outliers"
7995     whiskerwidth: 0
7996   layout:
7997     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7998     layout: "plot-throughput"
7999
8000 -
8001   type: "plot"
8002   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8003   algorithm: "plot_performance_box"
8004   output-file-type: ".html"
8005   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8006   data: "plot-vpp-throughput-latency-3n-skx"
8007   filter: "'NIC_Intel-X710' and
8008            '64B' and
8009            'NDRPDR' and
8010            '2T1C' and
8011            'IP4FWD' and
8012            'OACL' and
8013            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8014            not 'IPSEC' and
8015            not 'VHOST'"
8016   parameters:
8017   - "throughput"
8018   - "parent"
8019   - "tags"
8020   sort:
8021   - "ACL_STATELESS"
8022   - "ACL_STATEFUL"
8023   - "ACL_STATELESS"
8024   - "ACL_STATEFUL"
8025   traces:
8026     hoverinfo: "x+y"
8027     boxpoints: "outliers"
8028     whiskerwidth: 0
8029   layout:
8030     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8031     layout: "plot-throughput"
8032
8033 -
8034   type: "plot"
8035   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8036   algorithm: "plot_performance_box"
8037   output-file-type: ".html"
8038   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8039   data: "plot-vpp-throughput-latency-3n-skx"
8040   filter: "'NIC_Intel-X710' and
8041            '64B' and
8042            'NDRPDR' and
8043            '4T2C' and
8044            'IP4FWD' and
8045            'OACL' and
8046            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8047            not 'IPSEC' and
8048            not 'VHOST'"
8049   parameters:
8050   - "throughput"
8051   - "parent"
8052   - "tags"
8053   sort:
8054   - "ACL_STATELESS"
8055   - "ACL_STATEFUL"
8056   - "ACL_STATELESS"
8057   - "ACL_STATEFUL"
8058   traces:
8059     hoverinfo: "x+y"
8060     boxpoints: "outliers"
8061     whiskerwidth: 0
8062   layout:
8063     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8064     layout: "plot-throughput"
8065
8066 -
8067   type: "plot"
8068   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8069   algorithm: "plot_performance_box"
8070   output-file-type: ".html"
8071   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8072   data: "plot-vpp-throughput-latency-3n-skx"
8073   filter: "'NIC_Intel-X710' and
8074            '64B' and
8075            'NDRPDR' and
8076            '4T2C' and
8077            'IP4FWD' and
8078            'OACL' and
8079            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8080            not 'IPSEC' and
8081            not 'VHOST'"
8082   parameters:
8083   - "throughput"
8084   - "parent"
8085   - "tags"
8086   sort:
8087   - "ACL_STATELESS"
8088   - "ACL_STATEFUL"
8089   - "ACL_STATELESS"
8090   - "ACL_STATEFUL"
8091   traces:
8092     hoverinfo: "x+y"
8093     boxpoints: "outliers"
8094     whiskerwidth: 0
8095   layout:
8096     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8097     layout: "plot-throughput"
8098
8099 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
8100 -
8101   type: "plot"
8102   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8103   algorithm: "plot_performance_box"
8104   output-file-type: ".html"
8105   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8106   data: "plot-vpp-throughput-latency-3n-hsw"
8107   filter: "'NIC_Intel-XL710' and
8108            '64B' and
8109            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8110            'NDRPDR' and
8111            '1T1C' and
8112            'IP4FWD' and
8113            not 'IPSEC' and
8114            not 'VHOST'"
8115   parameters:
8116   - "throughput"
8117   - "parent"
8118   - "tags"
8119   sort:
8120   - "IP4BASE"
8121   - "FIB_20K"
8122   - "FIB_200K"
8123   - "FIB_2M"
8124   traces:
8125     hoverinfo: "x+y"
8126     boxpoints: "outliers"
8127     whiskerwidth: 0
8128   layout:
8129     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8130     layout: "plot-throughput"
8131
8132 -
8133   type: "plot"
8134   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8135   algorithm: "plot_performance_box"
8136   output-file-type: ".html"
8137   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8138   data: "plot-vpp-throughput-latency-3n-hsw"
8139   filter: "'NIC_Intel-XL710' and
8140            '64B' and
8141            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8142            'NDRPDR' and
8143            '1T1C' and
8144            'IP4FWD' and
8145            not 'IPSEC' and
8146            not 'VHOST'"
8147   parameters:
8148   - "throughput"
8149   - "parent"
8150   - "tags"
8151   sort:
8152   - "IP4BASE"
8153   - "FIB_20K"
8154   - "FIB_200K"
8155   - "FIB_2M"
8156   traces:
8157     hoverinfo: "x+y"
8158     boxpoints: "outliers"
8159     whiskerwidth: 0
8160   layout:
8161     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8162     layout: "plot-throughput"
8163
8164 -
8165   type: "plot"
8166   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8167   algorithm: "plot_performance_box"
8168   output-file-type: ".html"
8169   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8170   data: "plot-vpp-throughput-latency-3n-hsw"
8171   filter: "'NIC_Intel-XL710' and
8172            '64B' and
8173            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8174            'NDRPDR' and
8175            '2T2C' and
8176            'IP4FWD' and
8177            not 'IPSEC' and
8178            not 'VHOST'"
8179   parameters:
8180   - "throughput"
8181   - "parent"
8182   - "tags"
8183   sort:
8184   - "IP4BASE"
8185   - "FIB_20K"
8186   - "FIB_200K"
8187   - "FIB_2M"
8188   traces:
8189     hoverinfo: "x+y"
8190     boxpoints: "outliers"
8191     whiskerwidth: 0
8192   layout:
8193     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8194     layout: "plot-throughput"
8195
8196 -
8197   type: "plot"
8198   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8199   algorithm: "plot_performance_box"
8200   output-file-type: ".html"
8201   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8202   data: "plot-vpp-throughput-latency-3n-hsw"
8203   filter: "'NIC_Intel-XL710' and
8204            '64B' and
8205            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8206            'NDRPDR' and
8207            '2T2C' and
8208            'IP4FWD' and
8209            not 'IPSEC' and
8210            not 'VHOST'"
8211   parameters:
8212   - "throughput"
8213   - "parent"
8214   - "tags"
8215   sort:
8216   - "IP4BASE"
8217   - "FIB_20K"
8218   - "FIB_200K"
8219   - "FIB_2M"
8220   traces:
8221     hoverinfo: "x+y"
8222     boxpoints: "outliers"
8223     whiskerwidth: 0
8224   layout:
8225     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8226     layout: "plot-throughput"
8227
8228 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
8229 -
8230   type: "plot"
8231   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8232   algorithm: "plot_performance_box"
8233   output-file-type: ".html"
8234   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8235   data: "plot-vpp-throughput-latency-3n-skx"
8236   filter: "'NIC_Intel-X710' and
8237            '64B' and
8238            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8239            'NDRPDR' and
8240            '2T1C' and
8241            'IP4FWD' and
8242            not 'IPSEC' and
8243            not 'VHOST'"
8244   parameters:
8245   - "throughput"
8246   - "parent"
8247   - "tags"
8248   sort:
8249   - "IP4BASE"
8250   - "FIB_20K"
8251   - "FIB_200K"
8252   - "FIB_2M"
8253   traces:
8254     hoverinfo: "x+y"
8255     boxpoints: "outliers"
8256     whiskerwidth: 0
8257   layout:
8258     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8259     layout: "plot-throughput"
8260
8261 -
8262   type: "plot"
8263   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8264   algorithm: "plot_performance_box"
8265   output-file-type: ".html"
8266   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8267   data: "plot-vpp-throughput-latency-3n-skx"
8268   filter: "'NIC_Intel-X710' and
8269            '64B' and
8270            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8271            'NDRPDR' and
8272            '2T1C' and
8273            'IP4FWD' and
8274            not 'IPSEC' and
8275            not 'VHOST'"
8276   parameters:
8277   - "throughput"
8278   - "parent"
8279   - "tags"
8280   sort:
8281   - "IP4BASE"
8282   - "FIB_20K"
8283   - "FIB_200K"
8284   - "FIB_2M"
8285   traces:
8286     hoverinfo: "x+y"
8287     boxpoints: "outliers"
8288     whiskerwidth: 0
8289   layout:
8290     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8291     layout: "plot-throughput"
8292
8293 -
8294   type: "plot"
8295   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8296   algorithm: "plot_performance_box"
8297   output-file-type: ".html"
8298   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8299   data: "plot-vpp-throughput-latency-3n-skx"
8300   filter: "'NIC_Intel-X710' and
8301            '64B' and
8302            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8303            'NDRPDR' and
8304            '4T2C' and
8305            'IP4FWD' and
8306            not 'IPSEC' and
8307            not 'VHOST'"
8308   parameters:
8309   - "throughput"
8310   - "parent"
8311   - "tags"
8312   sort:
8313   - "IP4BASE"
8314   - "FIB_20K"
8315   - "FIB_200K"
8316   - "FIB_2M"
8317   traces:
8318     hoverinfo: "x+y"
8319     boxpoints: "outliers"
8320     whiskerwidth: 0
8321   layout:
8322     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8323     layout: "plot-throughput"
8324
8325 -
8326   type: "plot"
8327   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8328   algorithm: "plot_performance_box"
8329   output-file-type: ".html"
8330   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8331   data: "plot-vpp-throughput-latency-3n-skx"
8332   filter: "'NIC_Intel-X710' and
8333            '64B' and
8334            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8335            'NDRPDR' and
8336            '4T2C' and
8337            'IP4FWD' and
8338            not 'IPSEC' and
8339            not 'VHOST'"
8340   parameters:
8341   - "throughput"
8342   - "parent"
8343   - "tags"
8344   sort:
8345   - "IP4BASE"
8346   - "FIB_20K"
8347   - "FIB_200K"
8348   - "FIB_2M"
8349   traces:
8350     hoverinfo: "x+y"
8351     boxpoints: "outliers"
8352     whiskerwidth: 0
8353   layout:
8354     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8355     layout: "plot-throughput"
8356
8357 # Packet Throughput - VPP IPv4 3n-skx-x710 features
8358 -
8359   type: "plot"
8360   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
8361   algorithm: "plot_performance_box"
8362   output-file-type: ".html"
8363   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
8364   data: "plot-vpp-throughput-latency-3n-skx"
8365   filter: "'NIC_Intel-X710' and
8366            '64B' and
8367            ('IP4BASE' or
8368             'POLICE_MARK' or
8369             'COPWHLIST' or
8370             ('NAT44' and 'BASE') or
8371             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8372            'NDRPDR' and
8373            '2T1C' and
8374            'IP4FWD' and
8375            not 'IPSEC' and
8376            not 'VHOST'"
8377   parameters:
8378   - "throughput"
8379   - "parent"
8380   - "tags"
8381   sort:
8382   - "IP4BASE"
8383   - "NAT44"
8384   - "POLICE_MARK"
8385   - "COPWHLIST"
8386   - "IACL"
8387   - "OACL"
8388   traces:
8389     hoverinfo: "x+y"
8390     boxpoints: "outliers"
8391     whiskerwidth: 0
8392   layout:
8393     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
8394     layout: "plot-throughput"
8395
8396 -
8397   type: "plot"
8398   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
8399   algorithm: "plot_performance_box"
8400   output-file-type: ".html"
8401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
8402   data: "plot-vpp-throughput-latency-3n-skx"
8403   filter: "'NIC_Intel-X710' and
8404            '64B' and
8405            ('IP4BASE' or
8406             'POLICE_MARK' or
8407             'COPWHLIST' or
8408             ('NAT44' and 'BASE') or
8409             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8410            'NDRPDR' and
8411            '2T1C' and
8412            'IP4FWD' and
8413            not 'IPSEC' and
8414            not 'VHOST'"
8415   parameters:
8416   - "throughput"
8417   - "parent"
8418   - "tags"
8419   sort:
8420   - "IP4BASE"
8421   - "NAT44"
8422   - "POLICE_MARK"
8423   - "COPWHLIST"
8424   - "IACL"
8425   - "OACL"
8426   traces:
8427     hoverinfo: "x+y"
8428     boxpoints: "outliers"
8429     whiskerwidth: 0
8430   layout:
8431     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
8432     layout: "plot-throughput"
8433
8434 -
8435   type: "plot"
8436   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
8437   algorithm: "plot_performance_box"
8438   output-file-type: ".html"
8439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
8440   data: "plot-vpp-throughput-latency-3n-skx"
8441   filter: "'NIC_Intel-X710' and
8442            '64B' and
8443            ('IP4BASE' or
8444             'POLICE_MARK' or
8445             'COPWHLIST' or
8446             ('NAT44' and 'BASE') or
8447             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8448            'NDRPDR' and
8449            '4T2C' and
8450            'IP4FWD' and
8451            not 'IPSEC' and
8452            not 'VHOST'"
8453   parameters:
8454   - "throughput"
8455   - "parent"
8456   - "tags"
8457   sort:
8458   - "IP4BASE"
8459   - "NAT44"
8460   - "POLICE_MARK"
8461   - "COPWHLIST"
8462   - "IACL"
8463   - "OACL"
8464   traces:
8465     hoverinfo: "x+y"
8466     boxpoints: "outliers"
8467     whiskerwidth: 0
8468   layout:
8469     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
8470     layout: "plot-throughput"
8471
8472 -
8473   type: "plot"
8474   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
8475   algorithm: "plot_performance_box"
8476   output-file-type: ".html"
8477   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
8478   data: "plot-vpp-throughput-latency-3n-skx"
8479   filter: "'NIC_Intel-X710' and
8480            '64B' and
8481            ('IP4BASE' or
8482             'POLICE_MARK' or
8483             'COPWHLIST' or
8484             ('NAT44' and 'BASE') or
8485             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8486            'NDRPDR' and
8487            '4T2C' and
8488            'IP4FWD' and
8489            not 'IPSEC' and
8490            not 'VHOST'"
8491   parameters:
8492   - "throughput"
8493   - "parent"
8494   - "tags"
8495   sort:
8496   - "IP4BASE"
8497   - "NAT44"
8498   - "POLICE_MARK"
8499   - "COPWHLIST"
8500   - "IACL"
8501   - "OACL"
8502   traces:
8503     hoverinfo: "x+y"
8504     boxpoints: "outliers"
8505     whiskerwidth: 0
8506   layout:
8507     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
8508     layout: "plot-throughput"
8509
8510 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
8511 -
8512   type: "plot"
8513   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8514   algorithm: "plot_performance_box"
8515   output-file-type: ".html"
8516   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8517   data: "plot-vpp-throughput-latency-3n-hsw"
8518   filter: "'NIC_Intel-X710' and
8519            '64B' and
8520            'NDRPDR' and
8521            '1T1C' and
8522            'IP4FWD' and
8523            'NAT44' and
8524            not 'IPSEC' and
8525            not 'VHOST'"
8526   parameters:
8527   - "throughput"
8528   - "parent"
8529   - "tags"
8530   sort:
8531   - "BASE"
8532   - "BASE"
8533   - "SRC_USER_10"
8534   - "SRC_USER_100"
8535   - "SRC_USER_1000"
8536   - "SRC_USER_2000"
8537   traces:
8538     hoverinfo: "x+y"
8539     boxpoints: "outliers"
8540     whiskerwidth: 0
8541   layout:
8542     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
8543     layout: "plot-throughput"
8544
8545 -
8546   type: "plot"
8547   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8548   algorithm: "plot_performance_box"
8549   output-file-type: ".html"
8550   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8551   data: "plot-vpp-throughput-latency-3n-hsw"
8552   filter: "'NIC_Intel-X710' and
8553            '64B' and
8554            'NDRPDR' and
8555            '1T1C' and
8556            'IP4FWD' and
8557            'NAT44' and
8558            not 'IPSEC' and
8559            not 'VHOST'"
8560   parameters:
8561   - "throughput"
8562   - "parent"
8563   - "tags"
8564   sort:
8565   - "BASE"
8566   - "BASE"
8567   - "SRC_USER_10"
8568   - "SRC_USER_100"
8569   - "SRC_USER_1000"
8570   - "SRC_USER_2000"
8571   traces:
8572     hoverinfo: "x+y"
8573     boxpoints: "outliers"
8574     whiskerwidth: 0
8575   layout:
8576     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
8577     layout: "plot-throughput"
8578
8579 -
8580   type: "plot"
8581   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8582   algorithm: "plot_performance_box"
8583   output-file-type: ".html"
8584   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8585   data: "plot-vpp-throughput-latency-3n-hsw"
8586   filter: "'NIC_Intel-X710' and
8587            '64B' and
8588            'NDRPDR' and
8589            '2T2C' and
8590            'IP4FWD' and
8591            'NAT44' and
8592            not 'IPSEC' and
8593            not 'VHOST'"
8594   parameters:
8595   - "throughput"
8596   - "parent"
8597   - "tags"
8598   sort:
8599   - "BASE"
8600   - "BASE"
8601   - "SRC_USER_10"
8602   - "SRC_USER_100"
8603   - "SRC_USER_1000"
8604   - "SRC_USER_2000"
8605   traces:
8606     hoverinfo: "x+y"
8607     boxpoints: "outliers"
8608     whiskerwidth: 0
8609   layout:
8610     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
8611     layout: "plot-throughput"
8612
8613 -
8614   type: "plot"
8615   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8616   algorithm: "plot_performance_box"
8617   output-file-type: ".html"
8618   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8619   data: "plot-vpp-throughput-latency-3n-hsw"
8620   filter: "'NIC_Intel-X710' and
8621            '64B' and
8622            'NDRPDR' and
8623            '2T2C' and
8624            'IP4FWD' and
8625            'NAT44' and
8626            not 'IPSEC' and
8627            not 'VHOST'"
8628   parameters:
8629   - "throughput"
8630   - "parent"
8631   - "tags"
8632   sort:
8633   - "BASE"
8634   - "BASE"
8635   - "SRC_USER_10"
8636   - "SRC_USER_100"
8637   - "SRC_USER_1000"
8638   - "SRC_USER_2000"
8639   traces:
8640     hoverinfo: "x+y"
8641     boxpoints: "outliers"
8642     whiskerwidth: 0
8643   layout:
8644     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
8645     layout: "plot-throughput"
8646
8647 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
8648 -
8649   type: "plot"
8650   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
8651   algorithm: "plot_performance_box"
8652   output-file-type: ".html"
8653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
8654   data: "plot-vpp-throughput-latency-3n-hsw"
8655   filter: "'NIC_Intel-X710' and
8656            '64B' and
8657            'NDRPDR' and
8658            '1T1C' and
8659            'IP4FWD' and
8660            'IACL' and
8661            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8662            not 'IPSEC' and
8663            not 'VHOST'"
8664   parameters:
8665   - "throughput"
8666   - "parent"
8667   - "tags"
8668   sort:
8669   - "ACL_STATELESS"
8670   - "ACL_STATEFUL"
8671   - "ACL_STATELESS"
8672   - "ACL_STATEFUL"
8673   traces:
8674     hoverinfo: "x+y"
8675     boxpoints: "outliers"
8676     whiskerwidth: 0
8677   layout:
8678     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
8679     layout: "plot-throughput"
8680
8681 -
8682   type: "plot"
8683   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
8684   algorithm: "plot_performance_box"
8685   output-file-type: ".html"
8686   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
8687   data: "plot-vpp-throughput-latency-3n-hsw"
8688   filter: "'NIC_Intel-X710' and
8689            '64B' and
8690            'NDRPDR' and
8691            '1T1C' and
8692            'IP4FWD' and
8693            'IACL' and
8694            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8695            not 'IPSEC' and
8696            not 'VHOST'"
8697   parameters:
8698   - "throughput"
8699   - "parent"
8700   - "tags"
8701   sort:
8702   - "ACL_STATELESS"
8703   - "ACL_STATEFUL"
8704   - "ACL_STATELESS"
8705   - "ACL_STATEFUL"
8706   traces:
8707     hoverinfo: "x+y"
8708     boxpoints: "outliers"
8709     whiskerwidth: 0
8710   layout:
8711     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
8712     layout: "plot-throughput"
8713
8714 -
8715   type: "plot"
8716   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
8717   algorithm: "plot_performance_box"
8718   output-file-type: ".html"
8719   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
8720   data: "plot-vpp-throughput-latency-3n-hsw"
8721   filter: "'NIC_Intel-X710' and
8722            '64B' and
8723            'NDRPDR' and
8724            '2T2C' and
8725            'IP4FWD' and
8726            'IACL' and
8727            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8728            not 'IPSEC' and
8729            not 'VHOST'"
8730   parameters:
8731   - "throughput"
8732   - "parent"
8733   - "tags"
8734   sort:
8735   - "ACL_STATELESS"
8736   - "ACL_STATEFUL"
8737   - "ACL_STATELESS"
8738   - "ACL_STATEFUL"
8739   traces:
8740     hoverinfo: "x+y"
8741     boxpoints: "outliers"
8742     whiskerwidth: 0
8743   layout:
8744     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
8745     layout: "plot-throughput"
8746
8747 -
8748   type: "plot"
8749   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
8750   algorithm: "plot_performance_box"
8751   output-file-type: ".html"
8752   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
8753   data: "plot-vpp-throughput-latency-3n-hsw"
8754   filter: "'NIC_Intel-X710' and
8755            '64B' and
8756            'NDRPDR' and
8757            '2T2C' and
8758            'IP4FWD' and
8759            'IACL' and
8760            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8761            not 'IPSEC' and
8762            not 'VHOST'"
8763   parameters:
8764   - "throughput"
8765   - "parent"
8766   - "tags"
8767   sort:
8768   - "ACL_STATELESS"
8769   - "ACL_STATEFUL"
8770   - "ACL_STATELESS"
8771   - "ACL_STATEFUL"
8772   traces:
8773     hoverinfo: "x+y"
8774     boxpoints: "outliers"
8775     whiskerwidth: 0
8776   layout:
8777     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
8778     layout: "plot-throughput"
8779
8780 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
8781 -
8782   type: "plot"
8783   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
8784   algorithm: "plot_performance_box"
8785   output-file-type: ".html"
8786   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
8787   data: "plot-vpp-throughput-latency-3n-hsw"
8788   filter: "'NIC_Intel-X710' and
8789            '64B' and
8790            'NDRPDR' and
8791            '1T1C' and
8792            'IP4FWD' and
8793            'OACL' and
8794            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8795            not 'IPSEC' and
8796            not 'VHOST'"
8797   parameters:
8798   - "throughput"
8799   - "parent"
8800   - "tags"
8801   sort:
8802   - "ACL_STATELESS"
8803   - "ACL_STATEFUL"
8804   - "ACL_STATELESS"
8805   - "ACL_STATEFUL"
8806   traces:
8807     hoverinfo: "x+y"
8808     boxpoints: "outliers"
8809     whiskerwidth: 0
8810   layout:
8811     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
8812     layout: "plot-throughput"
8813
8814 -
8815   type: "plot"
8816   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
8817   algorithm: "plot_performance_box"
8818   output-file-type: ".html"
8819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
8820   data: "plot-vpp-throughput-latency-3n-hsw"
8821   filter: "'NIC_Intel-X710' and
8822            '64B' and
8823            'NDRPDR' and
8824            '1T1C' and
8825            'IP4FWD' and
8826            'OACL' and
8827            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8828            not 'IPSEC' and
8829            not 'VHOST'"
8830   parameters:
8831   - "throughput"
8832   - "parent"
8833   - "tags"
8834   sort:
8835   - "ACL_STATELESS"
8836   - "ACL_STATEFUL"
8837   - "ACL_STATELESS"
8838   - "ACL_STATEFUL"
8839   traces:
8840     hoverinfo: "x+y"
8841     boxpoints: "outliers"
8842     whiskerwidth: 0
8843   layout:
8844     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
8845     layout: "plot-throughput"
8846
8847 -
8848   type: "plot"
8849   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8850   algorithm: "plot_performance_box"
8851   output-file-type: ".html"
8852   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8853   data: "plot-vpp-throughput-latency-3n-hsw"
8854   filter: "'NIC_Intel-X710' and
8855            '64B' and
8856            'NDRPDR' and
8857            '2T2C' and
8858            'IP4FWD' and
8859            'OACL' and
8860            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8861            not 'IPSEC' and
8862            not 'VHOST'"
8863   parameters:
8864   - "throughput"
8865   - "parent"
8866   - "tags"
8867   sort:
8868   - "ACL_STATELESS"
8869   - "ACL_STATEFUL"
8870   - "ACL_STATELESS"
8871   - "ACL_STATEFUL"
8872   traces:
8873     hoverinfo: "x+y"
8874     boxpoints: "outliers"
8875     whiskerwidth: 0
8876   layout:
8877     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8878     layout: "plot-throughput"
8879
8880 -
8881   type: "plot"
8882   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8883   algorithm: "plot_performance_box"
8884   output-file-type: ".html"
8885   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8886   data: "plot-vpp-throughput-latency-3n-hsw"
8887   filter: "'NIC_Intel-X710' and
8888            '64B' and
8889            'NDRPDR' and
8890            '2T2C' and
8891            'IP4FWD' and
8892            'OACL' and
8893            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8894            not 'IPSEC' and
8895            not 'VHOST'"
8896   parameters:
8897   - "throughput"
8898   - "parent"
8899   - "tags"
8900   sort:
8901   - "ACL_STATELESS"
8902   - "ACL_STATEFUL"
8903   - "ACL_STATELESS"
8904   - "ACL_STATEFUL"
8905   traces:
8906     hoverinfo: "x+y"
8907     boxpoints: "outliers"
8908     whiskerwidth: 0
8909   layout:
8910     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8911     layout: "plot-throughput"
8912
8913 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
8914 -
8915   type: "plot"
8916   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8917   algorithm: "plot_performance_box"
8918   output-file-type: ".html"
8919   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8920   data: "plot-vpp-throughput-latency-2n-skx"
8921   filter: "'NIC_Intel-X710' and
8922            '64B' and
8923            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8924            'NDRPDR' and
8925            '2T1C' and
8926            'IP4FWD' and
8927            not 'IPSEC' and
8928            not 'VHOST'"
8929   parameters:
8930   - "throughput"
8931   - "parent"
8932   - "tags"
8933   sort:
8934   - "IP4BASE"
8935   - "FIB_20K"
8936   - "FIB_200K"
8937   - "FIB_2M"
8938   traces:
8939     hoverinfo: "x+y"
8940     boxpoints: "outliers"
8941     whiskerwidth: 0
8942   layout:
8943     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8944     layout: "plot-throughput"
8945
8946 -
8947   type: "plot"
8948   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8949   algorithm: "plot_performance_box"
8950   output-file-type: ".html"
8951   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8952   data: "plot-vpp-throughput-latency-2n-skx"
8953   filter: "'NIC_Intel-X710' and
8954            '64B' and
8955            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8956            'NDRPDR' and
8957            '2T1C' and
8958            'IP4FWD' and
8959            not 'IPSEC' and
8960            not 'VHOST'"
8961   parameters:
8962   - "throughput"
8963   - "parent"
8964   - "tags"
8965   sort:
8966   - "IP4BASE"
8967   - "FIB_20K"
8968   - "FIB_200K"
8969   - "FIB_2M"
8970   traces:
8971     hoverinfo: "x+y"
8972     boxpoints: "outliers"
8973     whiskerwidth: 0
8974   layout:
8975     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8976     layout: "plot-throughput"
8977
8978 -
8979   type: "plot"
8980   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8981   algorithm: "plot_performance_box"
8982   output-file-type: ".html"
8983   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8984   data: "plot-vpp-throughput-latency-2n-skx"
8985   filter: "'NIC_Intel-X710' and
8986            '64B' and
8987            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8988            'NDRPDR' and
8989            '4T2C' and
8990            'IP4FWD' and
8991            not 'IPSEC' and
8992            not 'VHOST'"
8993   parameters:
8994   - "throughput"
8995   - "parent"
8996   - "tags"
8997   sort:
8998   - "IP4BASE"
8999   - "FIB_20K"
9000   - "FIB_200K"
9001   - "FIB_2M"
9002   traces:
9003     hoverinfo: "x+y"
9004     boxpoints: "outliers"
9005     whiskerwidth: 0
9006   layout:
9007     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9008     layout: "plot-throughput"
9009
9010 -
9011   type: "plot"
9012   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9013   algorithm: "plot_performance_box"
9014   output-file-type: ".html"
9015   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9016   data: "plot-vpp-throughput-latency-2n-skx"
9017   filter: "'NIC_Intel-X710' and
9018            '64B' and
9019            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9020            'NDRPDR' and
9021            '4T2C' and
9022            'IP4FWD' and
9023            not 'IPSEC' and
9024            not 'VHOST'"
9025   parameters:
9026   - "throughput"
9027   - "parent"
9028   - "tags"
9029   sort:
9030   - "IP4BASE"
9031   - "FIB_20K"
9032   - "FIB_200K"
9033   - "FIB_2M"
9034   traces:
9035     hoverinfo: "x+y"
9036     boxpoints: "outliers"
9037     whiskerwidth: 0
9038   layout:
9039     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9040     layout: "plot-throughput"
9041
9042 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
9043 -
9044   type: "plot"
9045   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9046   algorithm: "plot_performance_box"
9047   output-file-type: ".html"
9048   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9049   data: "plot-vpp-throughput-latency-2n-skx"
9050   filter: "'NIC_Intel-XXV710' and
9051            '64B' and
9052            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9053            'NDRPDR' and
9054            '2T1C' and
9055            'IP4FWD' and
9056            not 'IPSEC' and
9057            not 'VHOST'"
9058   parameters:
9059   - "throughput"
9060   - "parent"
9061   - "tags"
9062   sort:
9063   - "IP4BASE"
9064   - "FIB_20K"
9065   - "FIB_200K"
9066   - "FIB_2M"
9067   traces:
9068     hoverinfo: "x+y"
9069     boxpoints: "outliers"
9070     whiskerwidth: 0
9071   layout:
9072     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9073     layout: "plot-throughput"
9074
9075 -
9076   type: "plot"
9077   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9078   algorithm: "plot_performance_box"
9079   output-file-type: ".html"
9080   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9081   data: "plot-vpp-throughput-latency-2n-skx"
9082   filter: "'NIC_Intel-XXV710' and
9083            '64B' and
9084            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9085            'NDRPDR' and
9086            '2T1C' and
9087            'IP4FWD' and
9088            not 'IPSEC' and
9089            not 'VHOST'"
9090   parameters:
9091   - "throughput"
9092   - "parent"
9093   - "tags"
9094   sort:
9095   - "IP4BASE"
9096   - "FIB_20K"
9097   - "FIB_200K"
9098   - "FIB_2M"
9099   traces:
9100     hoverinfo: "x+y"
9101     boxpoints: "outliers"
9102     whiskerwidth: 0
9103   layout:
9104     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9105     layout: "plot-throughput"
9106
9107 -
9108   type: "plot"
9109   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9110   algorithm: "plot_performance_box"
9111   output-file-type: ".html"
9112   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9113   data: "plot-vpp-throughput-latency-2n-skx"
9114   filter: "'NIC_Intel-XXV710' and
9115            '64B' and
9116            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9117            'NDRPDR' and
9118            '4T2C' and
9119            'IP4FWD' and
9120            not 'IPSEC' and
9121            not 'VHOST'"
9122   parameters:
9123   - "throughput"
9124   - "parent"
9125   - "tags"
9126   sort:
9127   - "IP4BASE"
9128   - "FIB_20K"
9129   - "FIB_200K"
9130   - "FIB_2M"
9131   traces:
9132     hoverinfo: "x+y"
9133     boxpoints: "outliers"
9134     whiskerwidth: 0
9135   layout:
9136     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9137     layout: "plot-throughput"
9138
9139 -
9140   type: "plot"
9141   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9142   algorithm: "plot_performance_box"
9143   output-file-type: ".html"
9144   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9145   data: "plot-vpp-throughput-latency-2n-skx"
9146   filter: "'NIC_Intel-XXV710' and
9147            '64B' and
9148            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9149            'NDRPDR' and
9150            '4T2C' and
9151            'IP4FWD' and
9152            not 'IPSEC' and
9153            not 'VHOST'"
9154   parameters:
9155   - "throughput"
9156   - "parent"
9157   - "tags"
9158   sort:
9159   - "IP4BASE"
9160   - "FIB_20K"
9161   - "FIB_200K"
9162   - "FIB_2M"
9163   traces:
9164     hoverinfo: "x+y"
9165     boxpoints: "outliers"
9166     whiskerwidth: 0
9167   layout:
9168     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9169     layout: "plot-throughput"
9170
9171 ################################################################################
9172
9173 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
9174 -
9175   type: "plot"
9176   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9177   algorithm: "plot_performance_box"
9178   output-file-type: ".html"
9179   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9180   data: "plot-vpp-throughput-latency-3n-hsw"
9181   filter: "'NIC_Intel-X520-DA2' and
9182            '64B' and
9183            'ENCAP' and
9184            'NDRPDR' and
9185            '1T1C' and
9186            'VXLAN' and
9187            'L2BDMACLRN' and
9188            not 'VHOST' and
9189            not 'IPSECHW'"
9190   parameters:
9191   - "throughput"
9192   - "parent"
9193   - "tags"
9194   sort:
9195   - "not DOT1Q"
9196   - "VXLAN_1"
9197   - "VXLAN_10"
9198   - "VXLAN_100"
9199   - "VXLAN_1000"
9200   traces:
9201     hoverinfo: "x+y"
9202     boxpoints: "outliers"
9203     whiskerwidth: 0
9204   layout:
9205     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9206     layout: "plot-throughput"
9207
9208 -
9209   type: "plot"
9210   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9211   algorithm: "plot_performance_box"
9212   output-file-type: ".html"
9213   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9214   data: "plot-vpp-throughput-latency-3n-hsw"
9215   filter: "'NIC_Intel-X520-DA2' and
9216            '64B' and
9217            'ENCAP' and
9218            'NDRPDR' and
9219            '1T1C' and
9220            'VXLAN' and
9221            'L2BDMACLRN' and
9222            not 'VHOST' and
9223            not 'IPSECHW'"
9224   parameters:
9225   - "throughput"
9226   - "parent"
9227   - "tags"
9228   sort:
9229   - "not DOT1Q"
9230   - "VXLAN_1"
9231   - "VXLAN_10"
9232   - "VXLAN_100"
9233   - "VXLAN_1000"
9234   traces:
9235     hoverinfo: "x+y"
9236     boxpoints: "outliers"
9237     whiskerwidth: 0
9238   layout:
9239     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9240     layout: "plot-throughput"
9241
9242 -
9243   type: "plot"
9244   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9245   algorithm: "plot_performance_box"
9246   output-file-type: ".html"
9247   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9248   data: "plot-vpp-throughput-latency-3n-hsw"
9249   filter: "'NIC_Intel-X520-DA2' and
9250            '64B' and
9251            'ENCAP' and
9252            'NDRPDR' and
9253            '2T2C' and
9254            'VXLAN' and
9255            'L2BDMACLRN' and
9256            not 'VHOST' and
9257            not 'IPSECHW'"
9258   parameters:
9259   - "throughput"
9260   - "parent"
9261   - "tags"
9262   sort:
9263   - "not DOT1Q"
9264   - "VXLAN_1"
9265   - "VXLAN_10"
9266   - "VXLAN_100"
9267   - "VXLAN_1000"
9268   traces:
9269     hoverinfo: "x+y"
9270     boxpoints: "outliers"
9271     whiskerwidth: 0
9272   layout:
9273     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9274     layout: "plot-throughput"
9275
9276 -
9277   type: "plot"
9278   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9279   algorithm: "plot_performance_box"
9280   output-file-type: ".html"
9281   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9282   data: "plot-vpp-throughput-latency-3n-hsw"
9283   filter: "'NIC_Intel-X520-DA2' and
9284            '64B' and
9285            'ENCAP' and
9286            'NDRPDR' and
9287            '2T2C' and
9288            'VXLAN' and
9289            'L2BDMACLRN' and
9290            not 'VHOST' and
9291            not 'IPSECHW'"
9292   parameters:
9293   - "throughput"
9294   - "parent"
9295   - "tags"
9296   sort:
9297   - "not DOT1Q"
9298   - "VXLAN_1"
9299   - "VXLAN_10"
9300   - "VXLAN_100"
9301   - "VXLAN_1000"
9302   traces:
9303     hoverinfo: "x+y"
9304     boxpoints: "outliers"
9305     whiskerwidth: 0
9306   layout:
9307     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9308     layout: "plot-throughput"
9309
9310 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
9311 -
9312   type: "plot"
9313   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9314   algorithm: "plot_performance_box"
9315   output-file-type: ".html"
9316   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9317   data: "plot-vpp-throughput-latency-3n-hsw"
9318   filter: "'NIC_Intel-X520-DA2' and
9319            '64B' and
9320            'ENCAP' and
9321            'NDRPDR' and
9322            '1T1C' and
9323            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9324            not 'DOT1Q' and
9325            not 'VHOST' and
9326            not 'IPSECHW'"
9327   parameters:
9328   - "throughput"
9329   - "parent"
9330   - "tags"
9331   sort:
9332   - "L2BDMACLRN"
9333   - "L2XCFWD"
9334   - "LISP"
9335   traces:
9336     hoverinfo: "x+y"
9337     boxpoints: "outliers"
9338     whiskerwidth: 0
9339   layout:
9340     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
9341     layout: "plot-throughput"
9342
9343 -
9344   type: "plot"
9345   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9346   algorithm: "plot_performance_box"
9347   output-file-type: ".html"
9348   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9349   data: "plot-vpp-throughput-latency-3n-hsw"
9350   filter: "'NIC_Intel-X520-DA2' and
9351            '64B' and
9352            'ENCAP' and
9353            'NDRPDR' and
9354            '2T2C' and
9355            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9356            not 'DOT1Q' and
9357            not 'VHOST' and
9358            not 'IPSECHW'"
9359   parameters:
9360   - "throughput"
9361   - "parent"
9362   - "tags"
9363   sort:
9364   - "L2BDMACLRN"
9365   - "L2XCFWD"
9366   - "LISP"
9367   traces:
9368     hoverinfo: "x+y"
9369     boxpoints: "outliers"
9370     whiskerwidth: 0
9371   layout:
9372     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
9373     layout: "plot-throughput"
9374
9375 -
9376   type: "plot"
9377   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9378   algorithm: "plot_performance_box"
9379   output-file-type: ".html"
9380   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9381   data: "plot-vpp-throughput-latency-3n-hsw"
9382   filter: "'NIC_Intel-X520-DA2' and
9383            '64B' and
9384            'ENCAP' and
9385            'NDRPDR' and
9386            '1T1C' and
9387            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9388            not 'DOT1Q' and
9389            not 'VHOST' and
9390            not 'IPSECHW'"
9391   parameters:
9392   - "throughput"
9393   - "parent"
9394   - "tags"
9395   sort:
9396   - "L2BDMACLRN"
9397   - "L2XCFWD"
9398   - "LISP"
9399   traces:
9400     hoverinfo: "x+y"
9401     boxpoints: "outliers"
9402     whiskerwidth: 0
9403   layout:
9404     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
9405     layout: "plot-throughput"
9406
9407 -
9408   type: "plot"
9409   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9410   algorithm: "plot_performance_box"
9411   output-file-type: ".html"
9412   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9413   data: "plot-vpp-throughput-latency-3n-hsw"
9414   filter: "'NIC_Intel-X520-DA2' and
9415            '64B' and
9416            'ENCAP' and
9417            'NDRPDR' and
9418            '2T2C' and
9419            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9420            not 'DOT1Q' and
9421            not 'VHOST' and
9422            not 'IPSECHW'"
9423   parameters:
9424   - "throughput"
9425   - "parent"
9426   - "tags"
9427   sort:
9428   - "L2BDMACLRN"
9429   - "L2XCFWD"
9430   - "LISP"
9431   traces:
9432     hoverinfo: "x+y"
9433     boxpoints: "outliers"
9434     whiskerwidth: 0
9435   layout:
9436     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
9437     layout: "plot-throughput"
9438
9439 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
9440 -
9441   type: "plot"
9442   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9443   algorithm: "plot_performance_box"
9444   output-file-type: ".html"
9445   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9446   data: "plot-vpp-throughput-latency-3n-hsw"
9447   filter: "'NIC_Intel-X710' and
9448            '64B' and
9449            'ENCAP' and
9450            'NDRPDR' and
9451            '1T1C' and
9452            'VXLAN' and
9453            'L2BDMACLRN' and
9454            not 'VHOST' and
9455            not 'IPSECHW'"
9456   parameters:
9457   - "throughput"
9458   - "parent"
9459   - "tags"
9460   sort:
9461   - "not DOT1Q"
9462   - "VXLAN_1"
9463   - "VXLAN_10"
9464   - "VXLAN_100"
9465   - "VXLAN_1000"
9466   traces:
9467     hoverinfo: "x+y"
9468     boxpoints: "outliers"
9469     whiskerwidth: 0
9470   layout:
9471     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9472     layout: "plot-throughput"
9473
9474 -
9475   type: "plot"
9476   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9477   algorithm: "plot_performance_box"
9478   output-file-type: ".html"
9479   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9480   data: "plot-vpp-throughput-latency-3n-hsw"
9481   filter: "'NIC_Intel-X710' and
9482            '64B' and
9483            'ENCAP' and
9484            'NDRPDR' and
9485            '1T1C' and
9486            'VXLAN' and
9487            'L2BDMACLRN' and
9488            not 'VHOST' and
9489            not 'IPSECHW'"
9490   parameters:
9491   - "throughput"
9492   - "parent"
9493   - "tags"
9494   sort:
9495   - "not DOT1Q"
9496   - "VXLAN_1"
9497   - "VXLAN_10"
9498   - "VXLAN_100"
9499   - "VXLAN_1000"
9500   traces:
9501     hoverinfo: "x+y"
9502     boxpoints: "outliers"
9503     whiskerwidth: 0
9504   layout:
9505     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9506     layout: "plot-throughput"
9507
9508 -
9509   type: "plot"
9510   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9511   algorithm: "plot_performance_box"
9512   output-file-type: ".html"
9513   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9514   data: "plot-vpp-throughput-latency-3n-hsw"
9515   filter: "'NIC_Intel-X710' and
9516            '64B' and
9517            'ENCAP' and
9518            'NDRPDR' and
9519            '2T2C' and
9520            'VXLAN' and
9521            'L2BDMACLRN' and
9522            not 'VHOST' and
9523            not 'IPSECHW'"
9524   parameters:
9525   - "throughput"
9526   - "parent"
9527   - "tags"
9528   sort:
9529   - "not DOT1Q"
9530   - "VXLAN_1"
9531   - "VXLAN_10"
9532   - "VXLAN_100"
9533   - "VXLAN_1000"
9534   traces:
9535     hoverinfo: "x+y"
9536     boxpoints: "outliers"
9537     whiskerwidth: 0
9538   layout:
9539     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9540     layout: "plot-throughput"
9541
9542 -
9543   type: "plot"
9544   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9545   algorithm: "plot_performance_box"
9546   output-file-type: ".html"
9547   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9548   data: "plot-vpp-throughput-latency-3n-hsw"
9549   filter: "'NIC_Intel-X710' and
9550            '64B' and
9551            'ENCAP' and
9552            'NDRPDR' and
9553            '2T2C' and
9554            'VXLAN' and
9555            'L2BDMACLRN' and
9556            not 'VHOST' and
9557            not 'IPSECHW'"
9558   parameters:
9559   - "throughput"
9560   - "parent"
9561   - "tags"
9562   sort:
9563   - "not DOT1Q"
9564   - "VXLAN_1"
9565   - "VXLAN_10"
9566   - "VXLAN_100"
9567   - "VXLAN_1000"
9568   traces:
9569     hoverinfo: "x+y"
9570     boxpoints: "outliers"
9571     whiskerwidth: 0
9572   layout:
9573     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9574     layout: "plot-throughput"
9575
9576 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
9577 -
9578   type: "plot"
9579   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9580   algorithm: "plot_performance_box"
9581   output-file-type: ".html"
9582   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9583   data: "plot-vpp-throughput-latency-3n-hsw"
9584   filter: "'NIC_Intel-X710' and
9585            '64B' and
9586            'ENCAP' and
9587            'NDRPDR' and
9588            '1T1C' and
9589            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9590            not 'DOT1Q' and
9591            not 'VHOST' and
9592            not 'IPSECHW'"
9593   parameters:
9594   - "throughput"
9595   - "parent"
9596   - "tags"
9597   sort:
9598   - "L2BDMACLRN"
9599   - "L2XCFWD"
9600   - "LISP"
9601   traces:
9602     hoverinfo: "x+y"
9603     boxpoints: "outliers"
9604     whiskerwidth: 0
9605   layout:
9606     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
9607     layout: "plot-throughput"
9608
9609 -
9610   type: "plot"
9611   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9612   algorithm: "plot_performance_box"
9613   output-file-type: ".html"
9614   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9615   data: "plot-vpp-throughput-latency-3n-hsw"
9616   filter: "'NIC_Intel-X710' and
9617            '64B' and
9618            'ENCAP' and
9619            'NDRPDR' and
9620            '2T2C' and
9621            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9622            not 'DOT1Q' and
9623            not 'VHOST' and
9624            not 'IPSECHW'"
9625   parameters:
9626   - "throughput"
9627   - "parent"
9628   - "tags"
9629   sort:
9630   - "L2BDMACLRN"
9631   - "L2XCFWD"
9632   - "LISP"
9633   traces:
9634     hoverinfo: "x+y"
9635     boxpoints: "outliers"
9636     whiskerwidth: 0
9637   layout:
9638     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
9639     layout: "plot-throughput"
9640
9641 -
9642   type: "plot"
9643   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
9644   algorithm: "plot_performance_box"
9645   output-file-type: ".html"
9646   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
9647   data: "plot-vpp-throughput-latency-3n-hsw"
9648   filter: "'NIC_Intel-X710' and
9649            '64B' and
9650            'ENCAP' and
9651            'NDRPDR' and
9652            '1T1C' and
9653            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9654            not 'DOT1Q' and
9655            not 'VHOST' and
9656            not 'IPSECHW'"
9657   parameters:
9658   - "throughput"
9659   - "parent"
9660   - "tags"
9661   sort:
9662   - "L2BDMACLRN"
9663   - "L2XCFWD"
9664   - "LISP"
9665   traces:
9666     hoverinfo: "x+y"
9667     boxpoints: "outliers"
9668     whiskerwidth: 0
9669   layout:
9670     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
9671     layout: "plot-throughput"
9672
9673 -
9674   type: "plot"
9675   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
9676   algorithm: "plot_performance_box"
9677   output-file-type: ".html"
9678   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
9679   data: "plot-vpp-throughput-latency-3n-hsw"
9680   filter: "'NIC_Intel-X710' and
9681            '64B' and
9682            'ENCAP' and
9683            'NDRPDR' and
9684            '2T2C' and
9685            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9686            not 'DOT1Q' and
9687            not 'VHOST' and
9688            not 'IPSECHW'"
9689   parameters:
9690   - "throughput"
9691   - "parent"
9692   - "tags"
9693   sort:
9694   - "L2BDMACLRN"
9695   - "L2XCFWD"
9696   - "LISP"
9697   traces:
9698     hoverinfo: "x+y"
9699     boxpoints: "outliers"
9700     whiskerwidth: 0
9701   layout:
9702     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
9703     layout: "plot-throughput"
9704
9705 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
9706 -
9707   type: "plot"
9708   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9709   algorithm: "plot_performance_box"
9710   output-file-type: ".html"
9711   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9712   data: "plot-vpp-throughput-latency-3n-skx"
9713   filter: "'NIC_Intel-X710' and
9714            '64B' and
9715            'ENCAP' and
9716            'NDRPDR' and
9717            '2T1C' and
9718            'VXLAN' and
9719            'L2BDMACLRN' and
9720            not 'VHOST' and
9721            not 'IPSECHW'"
9722   parameters:
9723   - "throughput"
9724   - "parent"
9725   - "tags"
9726   sort:
9727   - "not DOT1Q"
9728   - "VXLAN_1"
9729   - "VXLAN_10"
9730   - "VXLAN_100"
9731   - "VXLAN_1000"
9732   traces:
9733     hoverinfo: "x+y"
9734     boxpoints: "outliers"
9735     whiskerwidth: 0
9736   layout:
9737     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9738     layout: "plot-throughput"
9739
9740 -
9741   type: "plot"
9742   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9743   algorithm: "plot_performance_box"
9744   output-file-type: ".html"
9745   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9746   data: "plot-vpp-throughput-latency-3n-skx"
9747   filter: "'NIC_Intel-X710' and
9748            '64B' and
9749            'ENCAP' and
9750            'NDRPDR' and
9751            '2T1C' and
9752            'VXLAN' and
9753            'L2BDMACLRN' and
9754            not 'VHOST' and
9755            not 'IPSECHW'"
9756   parameters:
9757   - "throughput"
9758   - "parent"
9759   - "tags"
9760   sort:
9761   - "not DOT1Q"
9762   - "VXLAN_1"
9763   - "VXLAN_10"
9764   - "VXLAN_100"
9765   - "VXLAN_1000"
9766   traces:
9767     hoverinfo: "x+y"
9768     boxpoints: "outliers"
9769     whiskerwidth: 0
9770   layout:
9771     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9772     layout: "plot-throughput"
9773
9774 -
9775   type: "plot"
9776   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9777   algorithm: "plot_performance_box"
9778   output-file-type: ".html"
9779   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9780   data: "plot-vpp-throughput-latency-3n-skx"
9781   filter: "'NIC_Intel-X710' and
9782            '64B' and
9783            'ENCAP' and
9784            'NDRPDR' and
9785            '4T2C' and
9786            'VXLAN' and
9787            'L2BDMACLRN' and
9788            not 'VHOST' and
9789            not 'IPSECHW'"
9790   parameters:
9791   - "throughput"
9792   - "parent"
9793   - "tags"
9794   sort:
9795   - "not DOT1Q"
9796   - "VXLAN_1"
9797   - "VXLAN_10"
9798   - "VXLAN_100"
9799   - "VXLAN_1000"
9800   traces:
9801     hoverinfo: "x+y"
9802     boxpoints: "outliers"
9803     whiskerwidth: 0
9804   layout:
9805     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9806     layout: "plot-throughput"
9807
9808 -
9809   type: "plot"
9810   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9811   algorithm: "plot_performance_box"
9812   output-file-type: ".html"
9813   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9814   data: "plot-vpp-throughput-latency-3n-skx"
9815   filter: "'NIC_Intel-X710' and
9816            '64B' and
9817            'ENCAP' and
9818            'NDRPDR' and
9819            '4T2C' and
9820            'VXLAN' and
9821            'L2BDMACLRN' and
9822            not 'VHOST' and
9823            not 'IPSECHW'"
9824   parameters:
9825   - "throughput"
9826   - "parent"
9827   - "tags"
9828   sort:
9829   - "not DOT1Q"
9830   - "VXLAN_1"
9831   - "VXLAN_10"
9832   - "VXLAN_100"
9833   - "VXLAN_1000"
9834   traces:
9835     hoverinfo: "x+y"
9836     boxpoints: "outliers"
9837     whiskerwidth: 0
9838   layout:
9839     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9840     layout: "plot-throughput"
9841
9842 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
9843 -
9844   type: "plot"
9845   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9846   algorithm: "plot_performance_box"
9847   output-file-type: ".html"
9848   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9849   data: "plot-vpp-throughput-latency-3n-skx"
9850   filter: "'NIC_Intel-X710' and
9851            '64B' and
9852            'ENCAP' and
9853            'NDRPDR' and
9854            '2T1C' and
9855            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9856            not 'DOT1Q' and
9857            not 'VHOST' and
9858            not 'IPSECHW'"
9859   parameters:
9860   - "throughput"
9861   - "parent"
9862   - "tags"
9863   sort:
9864   - "L2BDMACLRN"
9865   - "L2XCFWD"
9866   - "LISP"
9867   traces:
9868     hoverinfo: "x+y"
9869     boxpoints: "outliers"
9870     whiskerwidth: 0
9871   layout:
9872     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9873     layout: "plot-throughput"
9874
9875 -
9876   type: "plot"
9877   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9878   algorithm: "plot_performance_box"
9879   output-file-type: ".html"
9880   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9881   data: "plot-vpp-throughput-latency-3n-skx"
9882   filter: "'NIC_Intel-X710' and
9883            '64B' and
9884            'ENCAP' and
9885            'NDRPDR' and
9886            '4T2C' and
9887            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9888            not 'DOT1Q' and
9889            not 'VHOST' and
9890            not 'IPSECHW'"
9891   parameters:
9892   - "throughput"
9893   - "parent"
9894   - "tags"
9895   sort:
9896   - "L2BDMACLRN"
9897   - "L2XCFWD"
9898   - "LISP"
9899   traces:
9900     hoverinfo: "x+y"
9901     boxpoints: "outliers"
9902     whiskerwidth: 0
9903   layout:
9904     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9905     layout: "plot-throughput"
9906
9907 -
9908   type: "plot"
9909   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9910   algorithm: "plot_performance_box"
9911   output-file-type: ".html"
9912   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9913   data: "plot-vpp-throughput-latency-3n-skx"
9914   filter: "'NIC_Intel-X710' and
9915            '64B' and
9916            'ENCAP' and
9917            'NDRPDR' and
9918            '2T1C' and
9919            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9920            not 'DOT1Q' and
9921            not 'VHOST' and
9922            not 'IPSECHW'"
9923   parameters:
9924   - "throughput"
9925   - "parent"
9926   - "tags"
9927   sort:
9928   - "L2BDMACLRN"
9929   - "L2XCFWD"
9930   - "LISP"
9931   traces:
9932     hoverinfo: "x+y"
9933     boxpoints: "outliers"
9934     whiskerwidth: 0
9935   layout:
9936     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9937     layout: "plot-throughput"
9938
9939 -
9940   type: "plot"
9941   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9942   algorithm: "plot_performance_box"
9943   output-file-type: ".html"
9944   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9945   data: "plot-vpp-throughput-latency-3n-skx"
9946   filter: "'NIC_Intel-X710' and
9947            '64B' and
9948            'ENCAP' and
9949            'NDRPDR' and
9950            '4T2C' and
9951            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9952            not 'DOT1Q' and
9953            not 'VHOST' and
9954            not 'IPSECHW'"
9955   parameters:
9956   - "throughput"
9957   - "parent"
9958   - "tags"
9959   sort:
9960   - "L2BDMACLRN"
9961   - "L2XCFWD"
9962   - "LISP"
9963   traces:
9964     hoverinfo: "x+y"
9965     boxpoints: "outliers"
9966     whiskerwidth: 0
9967   layout:
9968     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9969     layout: "plot-throughput"
9970
9971 ################################################################################
9972
9973 # Packet Throughput - VPP IPv6 3n-hsw-x520
9974 -
9975   type: "plot"
9976   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9977   algorithm: "plot_performance_box"
9978   output-file-type: ".html"
9979   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9980   data: "plot-vpp-throughput-latency-3n-hsw"
9981   filter: "'NIC_Intel-X520-DA2' and
9982            '78B' and
9983            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9984            'NDRPDR' and
9985            '1T1C' and
9986            'IP6FWD' and
9987            not 'SRv6' and
9988            not 'IPSEC' and
9989            not 'VHOST'"
9990   parameters:
9991   - "throughput"
9992   - "parent"
9993   - "tags"
9994   sort:
9995   - "IP6BASE"
9996   - "FIB_20K"
9997   - "FIB_200K"
9998   - "FIB_2M"
9999   traces:
10000     hoverinfo: "x+y"
10001     boxpoints: "outliers"
10002     whiskerwidth: 0
10003   layout:
10004     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10005     layout: "plot-throughput"
10006
10007 -
10008   type: "plot"
10009   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10010   algorithm: "plot_performance_box"
10011   output-file-type: ".html"
10012   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10013   data: "plot-vpp-throughput-latency-3n-hsw"
10014   filter: "'NIC_Intel-X520-DA2' and
10015            '78B' and
10016            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10017            'NDRPDR' and
10018            '1T1C' and
10019            'IP6FWD' and
10020            not 'SRv6' and
10021            not 'IPSEC' and
10022            not 'VHOST'"
10023   parameters:
10024   - "throughput"
10025   - "parent"
10026   - "tags"
10027   sort:
10028   - "IP6BASE"
10029   - "FIB_20K"
10030   - "FIB_200K"
10031   - "FIB_2M"
10032   traces:
10033     hoverinfo: "x+y"
10034     boxpoints: "outliers"
10035     whiskerwidth: 0
10036   layout:
10037     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10038     layout: "plot-throughput"
10039
10040 -
10041   type: "plot"
10042   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10043   algorithm: "plot_performance_box"
10044   output-file-type: ".html"
10045   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10046   data: "plot-vpp-throughput-latency-3n-hsw"
10047   filter: "'NIC_Intel-X520-DA2' and
10048            '78B' and
10049            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10050            'NDRPDR' and
10051            '2T2C' and
10052            'IP6FWD' and
10053            not 'SRv6' and
10054            not 'IPSEC' and
10055            not 'VHOST'"
10056   parameters:
10057   - "throughput"
10058   - "parent"
10059   - "tags"
10060   sort:
10061   - "IP6BASE"
10062   - "FIB_20K"
10063   - "FIB_200K"
10064   - "FIB_2M"
10065   traces:
10066     hoverinfo: "x+y"
10067     boxpoints: "outliers"
10068     whiskerwidth: 0
10069   layout:
10070     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10071     layout: "plot-throughput"
10072
10073 -
10074   type: "plot"
10075   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10076   algorithm: "plot_performance_box"
10077   output-file-type: ".html"
10078   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10079   data: "plot-vpp-throughput-latency-3n-hsw"
10080   filter: "'NIC_Intel-X520-DA2' and
10081            '78B' and
10082            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10083            'NDRPDR' and
10084            '2T2C' and
10085            'IP6FWD' and
10086            not 'SRv6' and
10087            not 'IPSEC' and
10088            not 'VHOST'"
10089   parameters:
10090   - "throughput"
10091   - "parent"
10092   - "tags"
10093   sort:
10094   - "IP6BASE"
10095   - "FIB_20K"
10096   - "FIB_200K"
10097   - "FIB_2M"
10098   traces:
10099     hoverinfo: "x+y"
10100     boxpoints: "outliers"
10101     whiskerwidth: 0
10102   layout:
10103     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10104     layout: "plot-throughput"
10105
10106 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
10107 -
10108   type: "plot"
10109   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10110   algorithm: "plot_performance_box"
10111   output-file-type: ".html"
10112   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10113   data: "plot-vpp-throughput-latency-3n-hsw"
10114   filter: "'NIC_Intel-X520-DA2' and
10115            '78B' and
10116            ('IP6BASE' or
10117             'POLICE_MARK' or
10118             'COPWHLIST' or
10119             'IACLDST') and
10120            'NDRPDR' and
10121            '1T1C' and
10122            'IP6FWD' and
10123            not 'SRv6' and
10124            not 'IPSEC' and
10125            not 'VHOST'"
10126   parameters:
10127   - "throughput"
10128   - "parent"
10129   - "tags"
10130   sort:
10131   - "IP6BASE"
10132   - "POLICE_MARK"
10133   - "COPWHLIST"
10134   - "IACLDST"
10135   traces:
10136     hoverinfo: "x+y"
10137     boxpoints: "outliers"
10138     whiskerwidth: 0
10139   layout:
10140     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10141     layout: "plot-throughput"
10142
10143 -
10144   type: "plot"
10145   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10146   algorithm: "plot_performance_box"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10149   data: "plot-vpp-throughput-latency-3n-hsw"
10150   filter: "'NIC_Intel-X520-DA2' and
10151            '78B' and
10152            ('IP6BASE' or
10153             'POLICE_MARK' or
10154             'COPWHLIST' or
10155             'IACLDST') and
10156            'NDRPDR' and
10157            '2T2C' and
10158            'IP6FWD' and
10159            not 'SRv6' and
10160            not 'IPSEC' and
10161            not 'VHOST'"
10162   parameters:
10163   - "throughput"
10164   - "parent"
10165   - "tags"
10166   sort:
10167   - "IP6BASE"
10168   - "POLICE_MARK"
10169   - "COPWHLIST"
10170   - "IACLDST"
10171   traces:
10172     hoverinfo: "x+y"
10173     boxpoints: "outliers"
10174     whiskerwidth: 0
10175   layout:
10176     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10177     layout: "plot-throughput"
10178
10179 -
10180   type: "plot"
10181   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10182   algorithm: "plot_performance_box"
10183   output-file-type: ".html"
10184   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10185   data: "plot-vpp-throughput-latency-3n-hsw"
10186   filter: "'NIC_Intel-X520-DA2' and
10187            '78B' and
10188            ('IP6BASE' or
10189             'POLICE_MARK' or
10190             'COPWHLIST' or
10191             'IACLDST') and
10192            'NDRPDR' and
10193            '1T1C' 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   - "POLICE_MARK"
10205   - "COPWHLIST"
10206   - "IACLDST"
10207   traces:
10208     hoverinfo: "x+y"
10209     boxpoints: "outliers"
10210     whiskerwidth: 0
10211   layout:
10212     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10213     layout: "plot-throughput"
10214
10215 -
10216   type: "plot"
10217   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10218   algorithm: "plot_performance_box"
10219   output-file-type: ".html"
10220   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10221   data: "plot-vpp-throughput-latency-3n-hsw"
10222   filter: "'NIC_Intel-X520-DA2' and
10223            '78B' and
10224            ('IP6BASE' or
10225             'POLICE_MARK' or
10226             'COPWHLIST' or
10227             'IACLDST') and
10228            'NDRPDR' and
10229            '2T2C' and
10230            'IP6FWD' and
10231            not 'SRv6' and
10232            not 'IPSEC' and
10233            not 'VHOST'"
10234   parameters:
10235   - "throughput"
10236   - "parent"
10237   - "tags"
10238   sort:
10239   - "IP6BASE"
10240   - "POLICE_MARK"
10241   - "COPWHLIST"
10242   - "IACLDST"
10243   traces:
10244     hoverinfo: "x+y"
10245     boxpoints: "outliers"
10246     whiskerwidth: 0
10247   layout:
10248     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10249     layout: "plot-throughput"
10250
10251 # Packet Throughput - VPP IPv6 3n-hsw-x710
10252 -
10253   type: "plot"
10254   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10255   algorithm: "plot_performance_box"
10256   output-file-type: ".html"
10257   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10258   data: "plot-vpp-throughput-latency-3n-hsw"
10259   filter: "'NIC_Intel-X710' and
10260            '78B' and
10261            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10262            'NDRPDR' and
10263            '1T1C' and
10264            'IP6FWD' and
10265            not 'SRv6' and
10266            not 'IPSEC' and
10267            not 'VHOST'"
10268   parameters:
10269   - "throughput"
10270   - "parent"
10271   - "tags"
10272   sort:
10273   - "IP6BASE"
10274   - "FIB_20K"
10275   - "FIB_200K"
10276   - "FIB_2M"
10277   traces:
10278     hoverinfo: "x+y"
10279     boxpoints: "outliers"
10280     whiskerwidth: 0
10281   layout:
10282     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10283     layout: "plot-throughput"
10284
10285 -
10286   type: "plot"
10287   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10288   algorithm: "plot_performance_box"
10289   output-file-type: ".html"
10290   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10291   data: "plot-vpp-throughput-latency-3n-hsw"
10292   filter: "'NIC_Intel-X710' and
10293            '78B' and
10294            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10295            'NDRPDR' and
10296            '1T1C' and
10297            'IP6FWD' and
10298            not 'SRv6' and
10299            not 'IPSEC' and
10300            not 'VHOST'"
10301   parameters:
10302   - "throughput"
10303   - "parent"
10304   - "tags"
10305   sort:
10306   - "IP6BASE"
10307   - "FIB_20K"
10308   - "FIB_200K"
10309   - "FIB_2M"
10310   traces:
10311     hoverinfo: "x+y"
10312     boxpoints: "outliers"
10313     whiskerwidth: 0
10314   layout:
10315     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
10316     layout: "plot-throughput"
10317
10318 -
10319   type: "plot"
10320   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10321   algorithm: "plot_performance_box"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10324   data: "plot-vpp-throughput-latency-3n-hsw"
10325   filter: "'NIC_Intel-X710' and
10326            '78B' and
10327            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10328            'NDRPDR' and
10329            '2T2C' and
10330            'IP6FWD' and
10331            not 'SRv6' and
10332            not 'IPSEC' and
10333            not 'VHOST'"
10334   parameters:
10335   - "throughput"
10336   - "parent"
10337   - "tags"
10338   sort:
10339   - "IP6BASE"
10340   - "FIB_20K"
10341   - "FIB_200K"
10342   - "FIB_2M"
10343   traces:
10344     hoverinfo: "x+y"
10345     boxpoints: "outliers"
10346     whiskerwidth: 0
10347   layout:
10348     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
10349     layout: "plot-throughput"
10350
10351 -
10352   type: "plot"
10353   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10354   algorithm: "plot_performance_box"
10355   output-file-type: ".html"
10356   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10357   data: "plot-vpp-throughput-latency-3n-hsw"
10358   filter: "'NIC_Intel-X710' and
10359            '78B' and
10360            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10361            'NDRPDR' and
10362            '2T2C' and
10363            'IP6FWD' and
10364            not 'SRv6' and
10365            not 'IPSEC' and
10366            not 'VHOST'"
10367   parameters:
10368   - "throughput"
10369   - "parent"
10370   - "tags"
10371   sort:
10372   - "IP6BASE"
10373   - "FIB_20K"
10374   - "FIB_200K"
10375   - "FIB_2M"
10376   traces:
10377     hoverinfo: "x+y"
10378     boxpoints: "outliers"
10379     whiskerwidth: 0
10380   layout:
10381     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
10382     layout: "plot-throughput"
10383
10384 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
10385 -
10386   type: "plot"
10387   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10388   algorithm: "plot_performance_box"
10389   output-file-type: ".html"
10390   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10391   data: "plot-vpp-throughput-latency-3n-hsw"
10392   filter: "'NIC_Intel-X710' and
10393            '78B' and
10394            ('IP6BASE' or
10395             'POLICE_MARK' or
10396             'COPWHLIST' or
10397             'IACLDST') and
10398            'NDRPDR' and
10399            '1T1C' and
10400            'IP6FWD' and
10401            not 'SRv6' and
10402            not 'IPSEC' and
10403            not 'VHOST'"
10404   parameters:
10405   - "throughput"
10406   - "parent"
10407   - "tags"
10408   sort:
10409   - "IP6BASE"
10410   - "POLICE_MARK"
10411   - "COPWHLIST"
10412   - "IACLDST"
10413   traces:
10414     hoverinfo: "x+y"
10415     boxpoints: "outliers"
10416     whiskerwidth: 0
10417   layout:
10418     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
10419     layout: "plot-throughput"
10420
10421 -
10422   type: "plot"
10423   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10424   algorithm: "plot_performance_box"
10425   output-file-type: ".html"
10426   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10427   data: "plot-vpp-throughput-latency-3n-hsw"
10428   filter: "'NIC_Intel-X710' and
10429            '78B' and
10430            ('IP6BASE' or
10431             'POLICE_MARK' or
10432             'COPWHLIST' or
10433             'IACLDST') and
10434            'NDRPDR' and
10435            '2T2C' and
10436            'IP6FWD' and
10437            not 'SRv6' and
10438            not 'IPSEC' and
10439            not 'VHOST'"
10440   parameters:
10441   - "throughput"
10442   - "parent"
10443   - "tags"
10444   sort:
10445   - "IP6BASE"
10446   - "POLICE_MARK"
10447   - "COPWHLIST"
10448   - "IACLDST"
10449   traces:
10450     hoverinfo: "x+y"
10451     boxpoints: "outliers"
10452     whiskerwidth: 0
10453   layout:
10454     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
10455     layout: "plot-throughput"
10456
10457 -
10458   type: "plot"
10459   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10460   algorithm: "plot_performance_box"
10461   output-file-type: ".html"
10462   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10463   data: "plot-vpp-throughput-latency-3n-hsw"
10464   filter: "'NIC_Intel-X710' and
10465            '78B' and
10466            ('IP6BASE' or
10467             'POLICE_MARK' or
10468             'COPWHLIST' or
10469             'IACLDST') and
10470            'NDRPDR' and
10471            '1T1C' and
10472            'IP6FWD' and
10473            not 'SRv6' and
10474            not 'IPSEC' and
10475            not 'VHOST'"
10476   parameters:
10477   - "throughput"
10478   - "parent"
10479   - "tags"
10480   sort:
10481   - "IP6BASE"
10482   - "POLICE_MARK"
10483   - "COPWHLIST"
10484   - "IACLDST"
10485   traces:
10486     hoverinfo: "x+y"
10487     boxpoints: "outliers"
10488     whiskerwidth: 0
10489   layout:
10490     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
10491     layout: "plot-throughput"
10492
10493 -
10494   type: "plot"
10495   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10496   algorithm: "plot_performance_box"
10497   output-file-type: ".html"
10498   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10499   data: "plot-vpp-throughput-latency-3n-hsw"
10500   filter: "'NIC_Intel-X710' and
10501            '78B' and
10502            ('IP6BASE' or
10503             'POLICE_MARK' or
10504             'COPWHLIST' or
10505             'IACLDST') and
10506            'NDRPDR' and
10507            '2T2C' and
10508            'IP6FWD' and
10509            not 'SRv6' and
10510            not 'IPSEC' and
10511            not 'VHOST'"
10512   parameters:
10513   - "throughput"
10514   - "parent"
10515   - "tags"
10516   sort:
10517   - "IP6BASE"
10518   - "POLICE_MARK"
10519   - "COPWHLIST"
10520   - "IACLDST"
10521   traces:
10522     hoverinfo: "x+y"
10523     boxpoints: "outliers"
10524     whiskerwidth: 0
10525   layout:
10526     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
10527     layout: "plot-throughput"
10528
10529 # Packet Throughput - VPP IPv6 3n-hsw-xl710
10530 -
10531   type: "plot"
10532   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10533   algorithm: "plot_performance_box"
10534   output-file-type: ".html"
10535   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10536   data: "plot-vpp-throughput-latency-3n-hsw"
10537   filter: "'NIC_Intel-XL710' and
10538            '78B' and
10539            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10540            'NDRPDR' and
10541            '1T1C' and
10542            'IP6FWD' and
10543            not 'SRv6' and
10544            not 'IPSEC' and
10545            not 'VHOST'"
10546   parameters:
10547   - "throughput"
10548   - "parent"
10549   - "tags"
10550   sort:
10551   - "IP6BASE"
10552   - "FIB_20K"
10553   - "FIB_200K"
10554   - "FIB_2M"
10555   traces:
10556     hoverinfo: "x+y"
10557     boxpoints: "outliers"
10558     whiskerwidth: 0
10559   layout:
10560     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
10561     layout: "plot-throughput"
10562
10563 -
10564   type: "plot"
10565   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10566   algorithm: "plot_performance_box"
10567   output-file-type: ".html"
10568   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10569   data: "plot-vpp-throughput-latency-3n-hsw"
10570   filter: "'NIC_Intel-XL710' and
10571            '78B' and
10572            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10573            'NDRPDR' and
10574            '1T1C' and
10575            'IP6FWD' and
10576            not 'SRv6' and
10577            not 'IPSEC' and
10578            not 'VHOST'"
10579   parameters:
10580   - "throughput"
10581   - "parent"
10582   - "tags"
10583   sort:
10584   - "IP6BASE"
10585   - "FIB_20K"
10586   - "FIB_200K"
10587   - "FIB_2M"
10588   traces:
10589     hoverinfo: "x+y"
10590     boxpoints: "outliers"
10591     whiskerwidth: 0
10592   layout:
10593     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
10594     layout: "plot-throughput"
10595
10596 -
10597   type: "plot"
10598   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10599   algorithm: "plot_performance_box"
10600   output-file-type: ".html"
10601   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10602   data: "plot-vpp-throughput-latency-3n-hsw"
10603   filter: "'NIC_Intel-XL710' and
10604            '78B' and
10605            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10606            'NDRPDR' and
10607            '2T2C' and
10608            'IP6FWD' and
10609            not 'SRv6' and
10610            not 'IPSEC' and
10611            not 'VHOST'"
10612   parameters:
10613   - "throughput"
10614   - "parent"
10615   - "tags"
10616   sort:
10617   - "IP6BASE"
10618   - "FIB_20K"
10619   - "FIB_200K"
10620   - "FIB_2M"
10621   traces:
10622     hoverinfo: "x+y"
10623     boxpoints: "outliers"
10624     whiskerwidth: 0
10625   layout:
10626     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
10627     layout: "plot-throughput"
10628
10629 -
10630   type: "plot"
10631   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
10632   algorithm: "plot_performance_box"
10633   output-file-type: ".html"
10634   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
10635   data: "plot-vpp-throughput-latency-3n-hsw"
10636   filter: "'NIC_Intel-XL710' and
10637            '78B' and
10638            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10639            'NDRPDR' and
10640            '2T2C' and
10641            'IP6FWD' and
10642            not 'SRv6' and
10643            not 'IPSEC' and
10644            not 'VHOST'"
10645   parameters:
10646   - "throughput"
10647   - "parent"
10648   - "tags"
10649   sort:
10650   - "IP6BASE"
10651   - "FIB_20K"
10652   - "FIB_200K"
10653   - "FIB_2M"
10654   traces:
10655     hoverinfo: "x+y"
10656     boxpoints: "outliers"
10657     whiskerwidth: 0
10658   layout:
10659     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
10660     layout: "plot-throughput"
10661
10662 # Packet Throughput - VPP IPv6 3n-skx-x710
10663 -
10664   type: "plot"
10665   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
10666   algorithm: "plot_performance_box"
10667   output-file-type: ".html"
10668   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
10669   data: "plot-vpp-throughput-latency-3n-skx"
10670   filter: "'NIC_Intel-X710' and
10671            '78B' and
10672            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10673            'NDRPDR' and
10674            '2T1C' and
10675            'IP6FWD' and
10676            not 'SRv6' and
10677            not 'IPSEC' and
10678            not 'VHOST'"
10679   parameters:
10680   - "throughput"
10681   - "parent"
10682   - "tags"
10683   sort:
10684   - "IP6BASE"
10685   - "FIB_20K"
10686   - "FIB_200K"
10687   - "FIB_2M"
10688   traces:
10689     hoverinfo: "x+y"
10690     boxpoints: "outliers"
10691     whiskerwidth: 0
10692   layout:
10693     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
10694     layout: "plot-throughput"
10695
10696 -
10697   type: "plot"
10698   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
10699   algorithm: "plot_performance_box"
10700   output-file-type: ".html"
10701   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
10702   data: "plot-vpp-throughput-latency-3n-skx"
10703   filter: "'NIC_Intel-X710' and
10704            '78B' and
10705            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10706            'NDRPDR' and
10707            '2T1C' and
10708            'IP6FWD' and
10709            not 'SRv6' and
10710            not 'IPSEC' and
10711            not 'VHOST'"
10712   parameters:
10713   - "throughput"
10714   - "parent"
10715   - "tags"
10716   sort:
10717   - "IP6BASE"
10718   - "FIB_20K"
10719   - "FIB_200K"
10720   - "FIB_2M"
10721   traces:
10722     hoverinfo: "x+y"
10723     boxpoints: "outliers"
10724     whiskerwidth: 0
10725   layout:
10726     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
10727     layout: "plot-throughput"
10728
10729 -
10730   type: "plot"
10731   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
10732   algorithm: "plot_performance_box"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
10735   data: "plot-vpp-throughput-latency-3n-skx"
10736   filter: "'NIC_Intel-X710' and
10737            '78B' and
10738            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10739            'NDRPDR' and
10740            '4T2C' and
10741            'IP6FWD' and
10742            not 'SRv6' and
10743            not 'IPSEC' and
10744            not 'VHOST'"
10745   parameters:
10746   - "throughput"
10747   - "parent"
10748   - "tags"
10749   sort:
10750   - "IP6BASE"
10751   - "FIB_20K"
10752   - "FIB_200K"
10753   - "FIB_2M"
10754   traces:
10755     hoverinfo: "x+y"
10756     boxpoints: "outliers"
10757     whiskerwidth: 0
10758   layout:
10759     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
10760     layout: "plot-throughput"
10761
10762 -
10763   type: "plot"
10764   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
10765   algorithm: "plot_performance_box"
10766   output-file-type: ".html"
10767   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
10768   data: "plot-vpp-throughput-latency-3n-skx"
10769   filter: "'NIC_Intel-X710' and
10770            '78B' and
10771            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10772            'NDRPDR' and
10773            '4T2C' and
10774            'IP6FWD' and
10775            not 'SRv6' and
10776            not 'IPSEC' and
10777            not 'VHOST'"
10778   parameters:
10779   - "throughput"
10780   - "parent"
10781   - "tags"
10782   sort:
10783   - "IP6BASE"
10784   - "FIB_20K"
10785   - "FIB_200K"
10786   - "FIB_2M"
10787   traces:
10788     hoverinfo: "x+y"
10789     boxpoints: "outliers"
10790     whiskerwidth: 0
10791   layout:
10792     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
10793     layout: "plot-throughput"
10794
10795 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
10796 -
10797   type: "plot"
10798   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
10799   algorithm: "plot_performance_box"
10800   output-file-type: ".html"
10801   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
10802   data: "plot-vpp-throughput-latency-3n-skx"
10803   filter: "'NIC_Intel-X710' and
10804            '78B' and
10805            ('IP6BASE' or
10806             'POLICE_MARK' or
10807             'COPWHLIST' or
10808             'IACLDST') and
10809            'NDRPDR' and
10810            '2T1C' and
10811            'IP6FWD' and
10812            not 'SRv6' and
10813            not 'IPSEC' and
10814            not 'VHOST'"
10815   parameters:
10816   - "throughput"
10817   - "parent"
10818   - "tags"
10819   sort:
10820   - "IP6BASE"
10821   - "POLICE_MARK"
10822   - "COPWHLIST"
10823   - "IACLDST"
10824   traces:
10825     hoverinfo: "x+y"
10826     boxpoints: "outliers"
10827     whiskerwidth: 0
10828   layout:
10829     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
10830     layout: "plot-throughput"
10831
10832 -
10833   type: "plot"
10834   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10835   algorithm: "plot_performance_box"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10838   data: "plot-vpp-throughput-latency-3n-hsw"
10839   filter: "'NIC_Intel-X710' and
10840            '78B' and
10841            ('IP6BASE' or
10842             'POLICE_MARK' or
10843             'COPWHLIST' or
10844             'IACLDST') and
10845            'NDRPDR' and
10846            '4T2C' and
10847            'IP6FWD' and
10848            not 'SRv6' and
10849            not 'IPSEC' and
10850            not 'VHOST'"
10851   parameters:
10852   - "throughput"
10853   - "parent"
10854   - "tags"
10855   sort:
10856   - "IP6BASE"
10857   - "POLICE_MARK"
10858   - "COPWHLIST"
10859   - "IACLDST"
10860   traces:
10861     hoverinfo: "x+y"
10862     boxpoints: "outliers"
10863     whiskerwidth: 0
10864   layout:
10865     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10866     layout: "plot-throughput"
10867
10868 -
10869   type: "plot"
10870   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10871   algorithm: "plot_performance_box"
10872   output-file-type: ".html"
10873   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10874   data: "plot-vpp-throughput-latency-3n-skx"
10875   filter: "'NIC_Intel-X710' and
10876            '78B' and
10877            ('IP6BASE' or
10878             'POLICE_MARK' or
10879             'COPWHLIST' or
10880             'IACLDST') and
10881            'NDRPDR' and
10882            '2T1C' and
10883            'IP6FWD' and
10884            not 'SRv6' and
10885            not 'IPSEC' and
10886            not 'VHOST'"
10887   parameters:
10888   - "throughput"
10889   - "parent"
10890   - "tags"
10891   sort:
10892   - "IP6BASE"
10893   - "POLICE_MARK"
10894   - "COPWHLIST"
10895   - "IACLDST"
10896   traces:
10897     hoverinfo: "x+y"
10898     boxpoints: "outliers"
10899     whiskerwidth: 0
10900   layout:
10901     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10902     layout: "plot-throughput"
10903
10904 -
10905   type: "plot"
10906   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10907   algorithm: "plot_performance_box"
10908   output-file-type: ".html"
10909   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10910   data: "plot-vpp-throughput-latency-3n-skx"
10911   filter: "'NIC_Intel-X710' and
10912            '78B' and
10913            ('IP6BASE' or
10914             'POLICE_MARK' or
10915             'COPWHLIST' or
10916             'IACLDST') and
10917            'NDRPDR' and
10918            '4T2C' and
10919            'IP6FWD' and
10920            not 'SRv6' and
10921            not 'IPSEC' and
10922            not 'VHOST'"
10923   parameters:
10924   - "throughput"
10925   - "parent"
10926   - "tags"
10927   sort:
10928   - "IP6BASE"
10929   - "POLICE_MARK"
10930   - "COPWHLIST"
10931   - "IACLDST"
10932   traces:
10933     hoverinfo: "x+y"
10934     boxpoints: "outliers"
10935     whiskerwidth: 0
10936   layout:
10937     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10938     layout: "plot-throughput"
10939
10940 # Packet Throughput - VPP IPv6 2n-skx-x710
10941 -
10942   type: "plot"
10943   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10944   algorithm: "plot_performance_box"
10945   output-file-type: ".html"
10946   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10947   data: "plot-vpp-throughput-latency-2n-skx"
10948   filter: "'NIC_Intel-X710' and
10949            '78B' and
10950            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10951            'NDRPDR' and
10952            '2T1C' and
10953            'IP6FWD' and
10954            not 'SRv6' and
10955            not 'IPSEC' and
10956            not 'VHOST'"
10957   parameters:
10958   - "throughput"
10959   - "parent"
10960   - "tags"
10961   sort:
10962   - "IP6BASE"
10963   - "FIB_20K"
10964   - "FIB_200K"
10965   - "FIB_2M"
10966   traces:
10967     hoverinfo: "x+y"
10968     boxpoints: "outliers"
10969     whiskerwidth: 0
10970   layout:
10971     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10972     layout: "plot-throughput"
10973
10974 -
10975   type: "plot"
10976   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10977   algorithm: "plot_performance_box"
10978   output-file-type: ".html"
10979   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10980   data: "plot-vpp-throughput-latency-2n-skx"
10981   filter: "'NIC_Intel-X710' and
10982            '78B' and
10983            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10984            'NDRPDR' and
10985            '2T1C' and
10986            'IP6FWD' and
10987            not 'SRv6' and
10988            not 'IPSEC' and
10989            not 'VHOST'"
10990   parameters:
10991   - "throughput"
10992   - "parent"
10993   - "tags"
10994   sort:
10995   - "IP6BASE"
10996   - "FIB_20K"
10997   - "FIB_200K"
10998   - "FIB_2M"
10999   traces:
11000     hoverinfo: "x+y"
11001     boxpoints: "outliers"
11002     whiskerwidth: 0
11003   layout:
11004     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11005     layout: "plot-throughput"
11006
11007 -
11008   type: "plot"
11009   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11010   algorithm: "plot_performance_box"
11011   output-file-type: ".html"
11012   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11013   data: "plot-vpp-throughput-latency-2n-skx"
11014   filter: "'NIC_Intel-X710' and
11015            '78B' and
11016            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11017            'NDRPDR' and
11018            '4T2C' and
11019            'IP6FWD' and
11020            not 'SRv6' and
11021            not 'IPSEC' and
11022            not 'VHOST'"
11023   parameters:
11024   - "throughput"
11025   - "parent"
11026   - "tags"
11027   sort:
11028   - "IP6BASE"
11029   - "FIB_20K"
11030   - "FIB_200K"
11031   - "FIB_2M"
11032   traces:
11033     hoverinfo: "x+y"
11034     boxpoints: "outliers"
11035     whiskerwidth: 0
11036   layout:
11037     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11038     layout: "plot-throughput"
11039
11040 -
11041   type: "plot"
11042   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11043   algorithm: "plot_performance_box"
11044   output-file-type: ".html"
11045   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11046   data: "plot-vpp-throughput-latency-2n-skx"
11047   filter: "'NIC_Intel-X710' and
11048            '78B' and
11049            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11050            'NDRPDR' and
11051            '4T2C' and
11052            'IP6FWD' and
11053            not 'SRv6' and
11054            not 'IPSEC' and
11055            not 'VHOST'"
11056   parameters:
11057   - "throughput"
11058   - "parent"
11059   - "tags"
11060   sort:
11061   - "IP6BASE"
11062   - "FIB_20K"
11063   - "FIB_200K"
11064   - "FIB_2M"
11065   traces:
11066     hoverinfo: "x+y"
11067     boxpoints: "outliers"
11068     whiskerwidth: 0
11069   layout:
11070     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11071     layout: "plot-throughput"
11072
11073 # Packet Throughput - VPP IPv6 2n-skx-xxv710
11074 -
11075   type: "plot"
11076   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11077   algorithm: "plot_performance_box"
11078   output-file-type: ".html"
11079   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11080   data: "plot-vpp-throughput-latency-2n-skx"
11081   filter: "'NIC_Intel-XXV710' and
11082            '78B' and
11083            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11084            'NDRPDR' and
11085            '2T1C' and
11086            'IP6FWD' and
11087            not 'SRv6' and
11088            not 'IPSEC' and
11089            not 'VHOST'"
11090   parameters:
11091   - "throughput"
11092   - "parent"
11093   - "tags"
11094   sort:
11095   - "IP6BASE"
11096   - "FIB_20K"
11097   - "FIB_200K"
11098   - "FIB_2M"
11099   traces:
11100     hoverinfo: "x+y"
11101     boxpoints: "outliers"
11102     whiskerwidth: 0
11103   layout:
11104     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11105     layout: "plot-throughput"
11106
11107 -
11108   type: "plot"
11109   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11110   algorithm: "plot_performance_box"
11111   output-file-type: ".html"
11112   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11113   data: "plot-vpp-throughput-latency-2n-skx"
11114   filter: "'NIC_Intel-XXV710' and
11115            '78B' and
11116            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11117            'NDRPDR' and
11118            '2T1C' and
11119            'IP6FWD' and
11120            not 'SRv6' and
11121            not 'IPSEC' and
11122            not 'VHOST'"
11123   parameters:
11124   - "throughput"
11125   - "parent"
11126   - "tags"
11127   sort:
11128   - "IP6BASE"
11129   - "FIB_20K"
11130   - "FIB_200K"
11131   - "FIB_2M"
11132   traces:
11133     hoverinfo: "x+y"
11134     boxpoints: "outliers"
11135     whiskerwidth: 0
11136   layout:
11137     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11138     layout: "plot-throughput"
11139
11140 -
11141   type: "plot"
11142   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11143   algorithm: "plot_performance_box"
11144   output-file-type: ".html"
11145   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11146   data: "plot-vpp-throughput-latency-2n-skx"
11147   filter: "'NIC_Intel-XXV710' and
11148            '78B' and
11149            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11150            'NDRPDR' and
11151            '4T2C' and
11152            'IP6FWD' and
11153            not 'SRv6' and
11154            not 'IPSEC' and
11155            not 'VHOST'"
11156   parameters:
11157   - "throughput"
11158   - "parent"
11159   - "tags"
11160   sort:
11161   - "IP6BASE"
11162   - "FIB_20K"
11163   - "FIB_200K"
11164   - "FIB_2M"
11165   traces:
11166     hoverinfo: "x+y"
11167     boxpoints: "outliers"
11168     whiskerwidth: 0
11169   layout:
11170     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11171     layout: "plot-throughput"
11172
11173 -
11174   type: "plot"
11175   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11176   algorithm: "plot_performance_box"
11177   output-file-type: ".html"
11178   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11179   data: "plot-vpp-throughput-latency-2n-skx"
11180   filter: "'NIC_Intel-XXV710' and
11181            '78B' and
11182            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11183            'NDRPDR' and
11184            '4T2C' and
11185            'IP6FWD' and
11186            not 'SRv6' and
11187            not 'IPSEC' and
11188            not 'VHOST'"
11189   parameters:
11190   - "throughput"
11191   - "parent"
11192   - "tags"
11193   sort:
11194   - "IP6BASE"
11195   - "FIB_20K"
11196   - "FIB_200K"
11197   - "FIB_2M"
11198   traces:
11199     hoverinfo: "x+y"
11200     boxpoints: "outliers"
11201     whiskerwidth: 0
11202   layout:
11203     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11204     layout: "plot-throughput"
11205
11206 ################################################################################
11207
11208 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
11209 -
11210   type: "plot"
11211   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11212   algorithm: "plot_performance_box"
11213   output-file-type: ".html"
11214   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11215   data: "plot-vpp-throughput-latency-3n-hsw"
11216   filter: "'NIC_Intel-X520-DA2' and
11217            '78B' and
11218            'ENCAP' and
11219            'NDRPDR' and
11220            '1T1C' and
11221            'LISP' and
11222            not 'VHOST'"
11223   parameters:
11224   - "throughput"
11225   - "parent"
11226   - "tags"
11227   sort:
11228   - "IP4UNRLAY"
11229   - "IP6UNRLAY"
11230   traces:
11231     hoverinfo: "x+y"
11232     boxpoints: "outliers"
11233     whiskerwidth: 0
11234   layout:
11235     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11236     layout: "plot-throughput"
11237
11238 -
11239   type: "plot"
11240   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11241   algorithm: "plot_performance_box"
11242   output-file-type: ".html"
11243   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11244   data: "plot-vpp-throughput-latency-3n-hsw"
11245   filter: "'NIC_Intel-X520-DA2' and
11246            '78B' and
11247            'ENCAP' and
11248            'NDRPDR' and
11249            '1T1C' and
11250            'LISP' and
11251            not 'VHOST'"
11252   parameters:
11253   - "throughput"
11254   - "parent"
11255   - "tags"
11256   sort:
11257   - "IP4UNRLAY"
11258   - "IP6UNRLAY"
11259   traces:
11260     hoverinfo: "x+y"
11261     boxpoints: "outliers"
11262     whiskerwidth: 0
11263   layout:
11264     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11265     layout: "plot-throughput"
11266
11267 -
11268   type: "plot"
11269   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11270   algorithm: "plot_performance_box"
11271   output-file-type: ".html"
11272   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11273   data: "plot-vpp-throughput-latency-3n-hsw"
11274   filter: "'NIC_Intel-X520-DA2' and
11275            '78B' and
11276            'ENCAP' and
11277            'NDRPDR' and
11278            '2T2C' and
11279            'LISP' and
11280            not 'VHOST'"
11281   parameters:
11282   - "throughput"
11283   - "parent"
11284   - "tags"
11285   sort:
11286   - "IP4UNRLAY"
11287   - "IP6UNRLAY"
11288   traces:
11289     hoverinfo: "x+y"
11290     boxpoints: "outliers"
11291     whiskerwidth: 0
11292   layout:
11293     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11294     layout: "plot-throughput"
11295
11296 -
11297   type: "plot"
11298   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11299   algorithm: "plot_performance_box"
11300   output-file-type: ".html"
11301   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11302   data: "plot-vpp-throughput-latency-3n-hsw"
11303   filter: "'NIC_Intel-X520-DA2' and
11304            '78B' and
11305            'ENCAP' and
11306            'NDRPDR' and
11307            '2T2C' and
11308            'LISP' and
11309            not 'VHOST'"
11310   parameters:
11311   - "throughput"
11312   - "parent"
11313   - "tags"
11314   sort:
11315   - "IP4UNRLAY"
11316   - "IP6UNRLAY"
11317   traces:
11318     hoverinfo: "x+y"
11319     boxpoints: "outliers"
11320     whiskerwidth: 0
11321   layout:
11322     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11323     layout: "plot-throughput"
11324
11325 ################################################################################
11326
11327 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
11328 -
11329   type: "plot"
11330   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11331   algorithm: "plot_performance_box"
11332   output-file-type: ".html"
11333   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11334   data: "plot-vpp-throughput-latency-3n-hsw"
11335   filter: "'NIC_Intel-XL710' and
11336            '64B' and
11337            'IP4FWD' and
11338            'NDRPDR' and
11339            'BASE' and
11340            '1T1C' and
11341            'IPSECHW' and
11342            ('IPSECTRAN' or 'IPSECTUN') and
11343            not 'VHOST'"
11344   parameters:
11345   - "throughput"
11346   - "parent"
11347   - "tags"
11348   traces:
11349     hoverinfo: "x+y"
11350     boxpoints: "outliers"
11351     whiskerwidth: 0
11352   layout:
11353     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
11354     layout: "plot-throughput"
11355
11356 -
11357   type: "plot"
11358   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11359   algorithm: "plot_performance_box"
11360   output-file-type: ".html"
11361   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11362   data: "plot-vpp-throughput-latency-3n-hsw"
11363   filter: "'NIC_Intel-XL710' and
11364            '64B' and
11365            'IP4FWD' and
11366            'NDRPDR' and
11367            'BASE' and
11368            '1T1C' and
11369            'IPSECHW' and
11370            ('IPSECTRAN' or 'IPSECTUN') and
11371            not 'VHOST'"
11372   parameters:
11373   - "throughput"
11374   - "parent"
11375   - "tags"
11376   traces:
11377     hoverinfo: "x+y"
11378     boxpoints: "outliers"
11379     whiskerwidth: 0
11380   layout:
11381     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
11382     layout: "plot-throughput"
11383
11384 -
11385   type: "plot"
11386   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11387   algorithm: "plot_performance_box"
11388   output-file-type: ".html"
11389   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11390   data: "plot-vpp-throughput-latency-3n-hsw"
11391   filter: "'NIC_Intel-XL710' and
11392            '64B' and
11393            'IP4FWD' and
11394            'NDRPDR' and
11395            'BASE' and
11396            '2T2C' and
11397            'IPSECHW' and
11398            ('IPSECTRAN' or 'IPSECTUN') and
11399            not 'VHOST'"
11400   parameters:
11401   - "throughput"
11402   - "parent"
11403   - "tags"
11404   traces:
11405     hoverinfo: "x+y"
11406     boxpoints: "outliers"
11407     whiskerwidth: 0
11408   layout:
11409     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
11410     layout: "plot-throughput"
11411
11412 -
11413   type: "plot"
11414   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11415   algorithm: "plot_performance_box"
11416   output-file-type: ".html"
11417   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11418   data: "plot-vpp-throughput-latency-3n-hsw"
11419   filter: "'NIC_Intel-XL710' and
11420            '64B' and
11421            'IP4FWD' and
11422            'NDRPDR' and
11423            'BASE' and
11424            '2T2C' and
11425            'IPSECHW' and
11426            ('IPSECTRAN' or 'IPSECTUN') and
11427            not 'VHOST'"
11428   parameters:
11429   - "throughput"
11430   - "parent"
11431   - "tags"
11432   traces:
11433     hoverinfo: "x+y"
11434     boxpoints: "outliers"
11435     whiskerwidth: 0
11436   layout:
11437     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
11438     layout: "plot-throughput"
11439
11440 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
11441 -
11442   type: "plot"
11443   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11444   algorithm: "plot_performance_box"
11445   output-file-type: ".html"
11446   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11447   data: "plot-vpp-throughput-latency-3n-hsw"
11448   filter: "'NIC_Intel-XL710' and
11449            '64B' and
11450            'IP4FWD' and
11451            'NDRPDR' and
11452            'SCALE' and
11453            '1T1C' and
11454            'IPSECHW' and
11455            ('IPSECTRAN' or 'IPSECTUN') and
11456            not 'VHOST'"
11457   parameters:
11458   - "throughput"
11459   - "parent"
11460   - "tags"
11461   traces:
11462     hoverinfo: "x+y"
11463     boxpoints: "outliers"
11464     whiskerwidth: 0
11465   layout:
11466     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
11467     layout: "plot-throughput"
11468
11469 -
11470   type: "plot"
11471   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11472   algorithm: "plot_performance_box"
11473   output-file-type: ".html"
11474   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11475   data: "plot-vpp-throughput-latency-3n-hsw"
11476   filter: "'NIC_Intel-XL710' and
11477            '64B' and
11478            'IP4FWD' and
11479            'NDRPDR' and
11480            'SCALE' and
11481            '1T1C' and
11482            'IPSECHW' and
11483            ('IPSECTRAN' or 'IPSECTUN') and
11484            not 'VHOST'"
11485   parameters:
11486   - "throughput"
11487   - "parent"
11488   - "tags"
11489   traces:
11490     hoverinfo: "x+y"
11491     boxpoints: "outliers"
11492     whiskerwidth: 0
11493   layout:
11494     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
11495     layout: "plot-throughput"
11496
11497 -
11498   type: "plot"
11499   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11500   algorithm: "plot_performance_box"
11501   output-file-type: ".html"
11502   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11503   data: "plot-vpp-throughput-latency-3n-hsw"
11504   filter: "'NIC_Intel-XL710' and
11505            '64B' and
11506            'IP4FWD' and
11507            'NDRPDR' and
11508            'SCALE' and
11509            '2T2C' and
11510            'IPSECHW' and
11511            ('IPSECTRAN' or 'IPSECTUN') and
11512            not 'VHOST'"
11513   parameters:
11514   - "throughput"
11515   - "parent"
11516   - "tags"
11517   traces:
11518     hoverinfo: "x+y"
11519     boxpoints: "outliers"
11520     whiskerwidth: 0
11521   layout:
11522     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
11523     layout: "plot-throughput"
11524
11525 -
11526   type: "plot"
11527   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11528   algorithm: "plot_performance_box"
11529   output-file-type: ".html"
11530   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11531   data: "plot-vpp-throughput-latency-3n-hsw"
11532   filter: "'NIC_Intel-XL710' and
11533            '64B' and
11534            'IP4FWD' and
11535            'NDRPDR' and
11536            'SCALE' and
11537            '2T2C' and
11538            'IPSECHW' and
11539            ('IPSECTRAN' or 'IPSECTUN') and
11540            not 'VHOST'"
11541   parameters:
11542   - "throughput"
11543   - "parent"
11544   - "tags"
11545   traces:
11546     hoverinfo: "x+y"
11547     boxpoints: "outliers"
11548     whiskerwidth: 0
11549   layout:
11550     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
11551     layout: "plot-throughput"
11552
11553 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
11554 -
11555   type: "plot"
11556   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11557   algorithm: "plot_performance_box"
11558   output-file-type: ".html"
11559   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11560   data: "plot-vpp-throughput-latency-3n-hsw"
11561   filter: "'NIC_Intel-XL710' and
11562            '64B' and
11563            'IP4FWD' and
11564            'NDRPDR' and
11565            '1T1C' and
11566            'IPSECSW' and
11567            ('IPSECTRAN' or 'IPSECTUN') and
11568            not 'VHOST'"
11569   parameters:
11570   - "throughput"
11571   - "parent"
11572   - "tags"
11573   traces:
11574     hoverinfo: "x+y"
11575     boxpoints: "outliers"
11576     whiskerwidth: 0
11577   layout:
11578     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
11579     layout: "plot-throughput"
11580
11581 -
11582   type: "plot"
11583   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11584   algorithm: "plot_performance_box"
11585   output-file-type: ".html"
11586   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11587   data: "plot-vpp-throughput-latency-3n-hsw"
11588   filter: "'NIC_Intel-XL710' and
11589            '64B' and
11590            'IP4FWD' and
11591            'NDRPDR' and
11592            '1T1C' and
11593            'IPSECSW' and
11594            ('IPSECTRAN' or 'IPSECTUN') and
11595            not 'VHOST'"
11596   parameters:
11597   - "throughput"
11598   - "parent"
11599   - "tags"
11600   traces:
11601     hoverinfo: "x+y"
11602     boxpoints: "outliers"
11603     whiskerwidth: 0
11604   layout:
11605     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
11606     layout: "plot-throughput"
11607
11608 -
11609   type: "plot"
11610   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11611   algorithm: "plot_performance_box"
11612   output-file-type: ".html"
11613   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11614   data: "plot-vpp-throughput-latency-3n-hsw"
11615   filter: "'NIC_Intel-XL710' and
11616            '64B' and
11617            'IP4FWD' and
11618            'NDRPDR' and
11619            '2T2C' and
11620            'IPSECSW' and
11621            ('IPSECTRAN' or 'IPSECTUN') and
11622            not 'VHOST'"
11623   parameters:
11624   - "throughput"
11625   - "parent"
11626   - "tags"
11627   traces:
11628     hoverinfo: "x+y"
11629     boxpoints: "outliers"
11630     whiskerwidth: 0
11631   layout:
11632     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
11633     layout: "plot-throughput"
11634
11635 -
11636   type: "plot"
11637   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
11638   algorithm: "plot_performance_box"
11639   output-file-type: ".html"
11640   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
11641   data: "plot-vpp-throughput-latency-3n-hsw"
11642   filter: "'NIC_Intel-XL710' and
11643            '64B' and
11644            'IP4FWD' and
11645            'NDRPDR' and
11646            '2T2C' and
11647            'IPSECSW' and
11648            ('IPSECTRAN' or 'IPSECTUN') and
11649            not 'VHOST'"
11650   parameters:
11651   - "throughput"
11652   - "parent"
11653   - "tags"
11654   traces:
11655     hoverinfo: "x+y"
11656     boxpoints: "outliers"
11657     whiskerwidth: 0
11658   layout:
11659     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
11660     layout: "plot-throughput"
11661
11662 ################################################################################
11663
11664 # Packet Throughput - VPP SRv6 3n-hsw-x520
11665 -
11666   type: "plot"
11667   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
11668   algorithm: "plot_performance_box"
11669   output-file-type: ".html"
11670   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
11671   data: "plot-vpp-throughput-latency-3n-hsw"
11672   filter: "'NIC_Intel-X520-DA2' and
11673            '78B' and
11674            'FEATURE' and
11675            'NDRPDR' and
11676            '1T1C' and
11677            'IP6FWD' and
11678            'SRv6'"
11679   parameters:
11680   - "throughput"
11681   - "parent"
11682   - "tags"
11683   traces:
11684     hoverinfo: "x+y"
11685     boxpoints: "outliers"
11686     whiskerwidth: 0
11687   layout:
11688     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
11689     layout: "plot-throughput"
11690
11691 -
11692   type: "plot"
11693   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
11694   algorithm: "plot_performance_box"
11695   output-file-type: ".html"
11696   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
11697   data: "plot-vpp-throughput-latency-3n-hsw"
11698   filter: "'NIC_Intel-X520-DA2' and
11699            '78B' and
11700            'FEATURE' and
11701            'NDRPDR' and
11702            '1T1C' and
11703            'IP6FWD' and
11704            'SRv6'"
11705   parameters:
11706   - "throughput"
11707   - "parent"
11708   - "tags"
11709   traces:
11710     hoverinfo: "x+y"
11711     boxpoints: "outliers"
11712     whiskerwidth: 0
11713   layout:
11714     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
11715     layout: "plot-throughput"
11716
11717 -
11718   type: "plot"
11719   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
11720   algorithm: "plot_performance_box"
11721   output-file-type: ".html"
11722   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
11723   data: "plot-vpp-throughput-latency-3n-hsw"
11724   filter: "'NIC_Intel-X520-DA2' and
11725            '78B' and
11726            'FEATURE' and
11727            'NDRPDR' and
11728            '2T2C' and
11729            'IP6FWD' and
11730            'SRv6'"
11731   parameters:
11732   - "throughput"
11733   - "parent"
11734   - "tags"
11735   traces:
11736     hoverinfo: "x+y"
11737     boxpoints: "outliers"
11738     whiskerwidth: 0
11739   layout:
11740     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
11741     layout: "plot-throughput"
11742
11743 -
11744   type: "plot"
11745   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
11746   algorithm: "plot_performance_box"
11747   output-file-type: ".html"
11748   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
11749   data: "plot-vpp-throughput-latency-3n-hsw"
11750   filter: "'NIC_Intel-X520-DA2' and
11751            '78B' and
11752            'FEATURE' and
11753            'NDRPDR' and
11754            '2T2C' and
11755            'IP6FWD' and
11756            'SRv6'"
11757   parameters:
11758   - "throughput"
11759   - "parent"
11760   - "tags"
11761   traces:
11762     hoverinfo: "x+y"
11763     boxpoints: "outliers"
11764     whiskerwidth: 0
11765   layout:
11766     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
11767     layout: "plot-throughput"
11768
11769 ################################################################################
11770
11771 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
11772 -
11773   type: "plot"
11774   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11775   algorithm: "plot_performance_box"
11776   output-file-type: ".html"
11777   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11778   data: "plot-vpp-throughput-latency-3n-hsw"
11779   filter: "'NIC_Intel-X520-DA2' and
11780            '64B' and
11781            'NDRPDR' and
11782            'ETH' and
11783            'IP4FWD' and
11784            '1T1C' and
11785            'VHOST_1024' and
11786            not 'VXLAN' and
11787            not 'DOT1Q'"
11788   parameters:
11789   - "throughput"
11790   - "parent"
11791   - "tags"
11792   sort:
11793   - "not CFS_OPT"
11794   - "1VM"
11795   - "2VM"
11796   traces:
11797     hoverinfo: "x+y"
11798     boxpoints: "outliers"
11799     whiskerwidth: 0
11800   layout:
11801     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11802     layout: "plot-throughput"
11803
11804 -
11805   type: "plot"
11806   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11807   algorithm: "plot_performance_box"
11808   output-file-type: ".html"
11809   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11810   data: "plot-vpp-throughput-latency-3n-hsw"
11811   filter: "'NIC_Intel-X520-DA2' and
11812            '64B' and
11813            'NDRPDR' and
11814            'ETH' and
11815            'IP4FWD' and
11816            '2T2C' and
11817            'VHOST_1024' and
11818            not 'VXLAN' and
11819            not 'DOT1Q'"
11820   parameters:
11821   - "throughput"
11822   - "parent"
11823   - "tags"
11824   sort:
11825   - "not CFS_OPT"
11826   - "1VM"
11827   - "2VM"
11828   traces:
11829     hoverinfo: "x+y"
11830     boxpoints: "outliers"
11831     whiskerwidth: 0
11832   layout:
11833     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11834     layout: "plot-throughput"
11835
11836 -
11837   type: "plot"
11838   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11839   algorithm: "plot_performance_box"
11840   output-file-type: ".html"
11841   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11842   data: "plot-vpp-throughput-latency-3n-hsw"
11843   filter: "'NIC_Intel-X520-DA2' and
11844            '64B' and
11845            'NDRPDR' and
11846            'ETH' and
11847            'IP4FWD' and
11848            '1T1C' and
11849            'VHOST_1024' and
11850            not 'VXLAN' and
11851            not 'DOT1Q'"
11852   parameters:
11853   - "throughput"
11854   - "parent"
11855   - "tags"
11856   sort:
11857   - "not CFS_OPT"
11858   - "1VM"
11859   - "2VM"
11860   traces:
11861     hoverinfo: "x+y"
11862     boxpoints: "outliers"
11863     whiskerwidth: 0
11864   layout:
11865     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11866     layout: "plot-throughput"
11867
11868 -
11869   type: "plot"
11870   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11871   algorithm: "plot_performance_box"
11872   output-file-type: ".html"
11873   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11874   data: "plot-vpp-throughput-latency-3n-hsw"
11875   filter: "'NIC_Intel-X520-DA2' and
11876            '64B' and
11877            'NDRPDR' and
11878            'ETH' and
11879            'IP4FWD' and
11880            '2T2C' and
11881            'VHOST_1024' and
11882            not 'VXLAN' and
11883            not 'DOT1Q'"
11884   parameters:
11885   - "throughput"
11886   - "parent"
11887   - "tags"
11888   sort:
11889   - "not CFS_OPT"
11890   - "1VM"
11891   - "2VM"
11892   traces:
11893     hoverinfo: "x+y"
11894     boxpoints: "outliers"
11895     whiskerwidth: 0
11896   layout:
11897     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11898     layout: "plot-throughput"
11899
11900 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
11901 -
11902   type: "plot"
11903   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11904   algorithm: "plot_performance_box"
11905   output-file-type: ".html"
11906   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11907   data: "plot-vpp-throughput-latency-3n-hsw"
11908   filter: "'NIC_Intel-X520-DA2' and
11909            '64B' and
11910            'NDRPDR' and
11911            ('ETH' or 'DOT1Q') and
11912            '1T1C' and
11913            'L2BDMACLRN' and
11914            'VHOST_1024' and
11915            not 'VXLAN' and
11916            not 'IP4FWD' and
11917            not '2VM'"
11918   parameters:
11919   - "throughput"
11920   - "parent"
11921   - "tags"
11922 #  sort:
11923 #  - "VM"  # "not CFS_OPT"
11924 #  - "CFS_OPT"
11925 #  - "FIB_10K"
11926 #  - "FIB_100K"
11927 #  - "FIB_1M"
11928   traces:
11929     hoverinfo: "x+y"
11930     boxpoints: "outliers"
11931     whiskerwidth: 0
11932   layout:
11933     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11934     layout: "plot-throughput"
11935
11936 -
11937   type: "plot"
11938   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11939   algorithm: "plot_performance_box"
11940   output-file-type: ".html"
11941   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11942   data: "plot-vpp-throughput-latency-3n-hsw"
11943   filter: "'NIC_Intel-X520-DA2' and
11944            '64B' and
11945            'NDRPDR' and
11946            ('ETH' or 'DOT1Q') and
11947            '2T2C' and
11948            'L2BDMACLRN' and
11949            'VHOST_1024' and
11950            not 'VXLAN' and
11951            not 'IP4FWD' and
11952            not '2VM'"
11953   parameters:
11954   - "throughput"
11955   - "parent"
11956   - "tags"
11957 #  sort:
11958 #  - "VM"  # "not CFS_OPT"
11959 #  - "CFS_OPT"
11960 #  - "FIB_10K"
11961 #  - "FIB_100K"
11962 #  - "FIB_1M"
11963   traces:
11964     hoverinfo: "x+y"
11965     boxpoints: "outliers"
11966     whiskerwidth: 0
11967   layout:
11968     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11969     layout: "plot-throughput"
11970
11971 -
11972   type: "plot"
11973   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11974   algorithm: "plot_performance_box"
11975   output-file-type: ".html"
11976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11977   data: "plot-vpp-throughput-latency-3n-hsw"
11978   filter: "'NIC_Intel-X520-DA2' and
11979            '64B' and
11980            'NDRPDR' and
11981            ('ETH' or 'DOT1Q') and
11982            '1T1C' and
11983            'L2BDMACLRN' and
11984            'VHOST_1024' and
11985            not 'VXLAN' and
11986            not 'IP4FWD' and
11987            not '2VM'"
11988   parameters:
11989   - "throughput"
11990   - "parent"
11991   - "tags"
11992 #  sort:
11993 #  - "VM"  # "not CFS_OPT"
11994 #  - "CFS_OPT"
11995 #  - "FIB_10K"
11996 #  - "FIB_100K"
11997 #  - "FIB_1M"
11998   traces:
11999     hoverinfo: "x+y"
12000     boxpoints: "outliers"
12001     whiskerwidth: 0
12002   layout:
12003     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12004     layout: "plot-throughput"
12005
12006 -
12007   type: "plot"
12008   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12009   algorithm: "plot_performance_box"
12010   output-file-type: ".html"
12011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12012   data: "plot-vpp-throughput-latency-3n-hsw"
12013   filter: "'NIC_Intel-X520-DA2' and
12014            '64B' and
12015            'NDRPDR' and
12016            ('ETH' or 'DOT1Q') and
12017            '2T2C' and
12018            'L2BDMACLRN' and
12019            'VHOST_1024' and
12020            not 'VXLAN' and
12021            not 'IP4FWD' and
12022            not '2VM'"
12023   parameters:
12024   - "throughput"
12025   - "parent"
12026   - "tags"
12027 #  sort:
12028 #  - "VM"  # "not CFS_OPT"
12029 #  - "CFS_OPT"
12030 #  - "FIB_10K"
12031 #  - "FIB_100K"
12032 #  - "FIB_1M"
12033   traces:
12034     hoverinfo: "x+y"
12035     boxpoints: "outliers"
12036     whiskerwidth: 0
12037   layout:
12038     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12039     layout: "plot-throughput"
12040
12041 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
12042 -
12043   type: "plot"
12044   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12045   algorithm: "plot_performance_box"
12046   output-file-type: ".html"
12047   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12048   data: "plot-vpp-throughput-latency-3n-hsw"
12049   filter: "'NIC_Intel-X520-DA2' and
12050            '64B' and
12051            'NDRPDR' and
12052            ('ETH' or 'DOT1Q') and
12053            'BASE' and
12054            '1T1C' and
12055            ('L2BDMACLRN' or 'L2XCFWD') and
12056            'VHOST_1024' and
12057            not 'VXLAN' and
12058            not 'IP4FWD' and
12059            not '2VM'"
12060   parameters:
12061   - "throughput"
12062   - "parent"
12063   - "tags"
12064 #  sort:
12065 #  - "not CFS_OPT"
12066 #  - "L2XCFWD"
12067 #  - "not CFS_OPT"
12068 #  - "CFS_OPT"
12069   traces:
12070     hoverinfo: "x+y"
12071     boxpoints: "outliers"
12072     whiskerwidth: 0
12073   layout:
12074     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12075     layout: "plot-throughput"
12076
12077 -
12078   type: "plot"
12079   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12080   algorithm: "plot_performance_box"
12081   output-file-type: ".html"
12082   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12083   data: "plot-vpp-throughput-latency-3n-hsw"
12084   filter: "'NIC_Intel-X520-DA2' and
12085            '64B' and
12086            'NDRPDR' and
12087            ('ETH' or 'DOT1Q') and
12088            'BASE' and
12089            '1T1C' and
12090            ('L2BDMACLRN' or 'L2XCFWD') and
12091            'VHOST_1024' and
12092            not 'VXLAN' and
12093            not 'IP4FWD' and
12094            not '2VM'"
12095   parameters:
12096   - "throughput"
12097   - "parent"
12098   - "tags"
12099 #  sort:
12100 #  - "not CFS_OPT"
12101 #  - "L2XCFWD"
12102 #  - "not CFS_OPT"
12103 #  - "CFS_OPT"
12104   traces:
12105     hoverinfo: "x+y"
12106     boxpoints: "outliers"
12107     whiskerwidth: 0
12108   layout:
12109     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12110     layout: "plot-throughput"
12111
12112 -
12113   type: "plot"
12114   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12115   algorithm: "plot_performance_box"
12116   output-file-type: ".html"
12117   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12118   data: "plot-vpp-throughput-latency-3n-hsw"
12119   filter: "'NIC_Intel-X520-DA2' and
12120            '64B' and
12121            'NDRPDR' and
12122            ('ETH' or 'DOT1Q') and
12123            'BASE' and
12124            '2T2C' and
12125            ('L2BDMACLRN' or 'L2XCFWD') and
12126            'VHOST_1024' and
12127            not 'VXLAN' and
12128            not 'IP4FWD' and
12129            not '2VM'"
12130   parameters:
12131   - "throughput"
12132   - "parent"
12133   - "tags"
12134 #  sort:
12135 #  - "not CFS_OPT"
12136 #  - "L2XCFWD"
12137 #  - "not CFS_OPT"
12138 #  - "CFS_OPT"
12139   traces:
12140     hoverinfo: "x+y"
12141     boxpoints: "outliers"
12142     whiskerwidth: 0
12143   layout:
12144     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12145     layout: "plot-throughput"
12146
12147 -
12148   type: "plot"
12149   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12150   algorithm: "plot_performance_box"
12151   output-file-type: ".html"
12152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12153   data: "plot-vpp-throughput-latency-3n-hsw"
12154   filter: "'NIC_Intel-X520-DA2' and
12155            '64B' and
12156            'NDRPDR' and
12157            ('ETH' or 'DOT1Q') and
12158            'BASE' and
12159            '2T2C' and
12160            ('L2BDMACLRN' or 'L2XCFWD') and
12161            'VHOST_1024' and
12162            not 'VXLAN' and
12163            not 'IP4FWD' and
12164            not '2VM'"
12165   parameters:
12166   - "throughput"
12167   - "parent"
12168   - "tags"
12169 #  sort:
12170 #  - "not CFS_OPT"
12171 #  - "L2XCFWD"
12172 #  - "not CFS_OPT"
12173 #  - "CFS_OPT"
12174   traces:
12175     hoverinfo: "x+y"
12176     boxpoints: "outliers"
12177     whiskerwidth: 0
12178   layout:
12179     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12180     layout: "plot-throughput"
12181
12182 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
12183 -
12184   type: "plot"
12185   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12186   algorithm: "plot_performance_box"
12187   output-file-type: ".html"
12188   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12189   data: "plot-vpp-throughput-latency-3n-hsw"
12190   filter: "'NIC_Intel-X520-DA2' and
12191            '64B' and
12192            'NDRPDR' and
12193            ('ETH' or 'DOT1Q') and
12194            '1T1C' and
12195            ('L2BDMACLRN' or 'L2XCFWD') and
12196            'VHOST_1024' and
12197            not 'CFS_OPT' and
12198            not 'VXLAN' and
12199            not 'IP4FWD' and
12200            not 'LBOND'"
12201   parameters:
12202   - "throughput"
12203   - "parent"
12204   - "tags"
12205 #  sort:
12206 #  - "1VM"
12207 #  - "L2XCFWD"
12208 #  - "1VM"
12209 #  - "L2BDMACLRN"
12210   traces:
12211     hoverinfo: "x+y"
12212     boxpoints: "outliers"
12213     whiskerwidth: 0
12214   layout:
12215     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
12216     layout: "plot-throughput"
12217
12218 -
12219   type: "plot"
12220   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12221   algorithm: "plot_performance_box"
12222   output-file-type: ".html"
12223   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12224   data: "plot-vpp-throughput-latency-3n-hsw"
12225   filter: "'NIC_Intel-X520-DA2' and
12226            '64B' and
12227            'NDRPDR' and
12228            ('ETH' or 'DOT1Q') and
12229            '1T1C' and
12230            ('L2BDMACLRN' or 'L2XCFWD') and
12231            'VHOST_1024' and
12232            not 'CFS_OPT' and
12233            not 'VXLAN' and
12234            not 'IP4FWD' and
12235            not 'LBOND'"
12236   parameters:
12237   - "throughput"
12238   - "parent"
12239   - "tags"
12240 #  sort:
12241 #  - "1VM"
12242 #  - "L2XCFWD"
12243 #  - "1VM"
12244 #  - "L2BDMACLRN"
12245   traces:
12246     hoverinfo: "x+y"
12247     boxpoints: "outliers"
12248     whiskerwidth: 0
12249   layout:
12250     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
12251     layout: "plot-throughput"
12252
12253 -
12254   type: "plot"
12255   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12256   algorithm: "plot_performance_box"
12257   output-file-type: ".html"
12258   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12259   data: "plot-vpp-throughput-latency-3n-hsw"
12260   filter: "'NIC_Intel-X520-DA2' and
12261            '64B' and
12262            'NDRPDR' and
12263            ('ETH' or 'DOT1Q') and
12264            '2T2C' and
12265            ('L2BDMACLRN' or 'L2XCFWD') and
12266            'VHOST_1024' and
12267            not 'CFS_OPT' and
12268            not 'VXLAN' and
12269            not 'IP4FWD' and
12270            not 'LBOND'"
12271   parameters:
12272   - "throughput"
12273   - "parent"
12274   - "tags"
12275 #  sort:
12276 #  - "1VM"
12277 #  - "L2XCFWD"
12278 #  - "1VM"
12279 #  - "L2BDMACLRN"
12280   traces:
12281     hoverinfo: "x+y"
12282     boxpoints: "outliers"
12283     whiskerwidth: 0
12284   layout:
12285     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
12286     layout: "plot-throughput"
12287
12288 -
12289   type: "plot"
12290   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12291   algorithm: "plot_performance_box"
12292   output-file-type: ".html"
12293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12294   data: "plot-vpp-throughput-latency-3n-hsw"
12295   filter: "'NIC_Intel-X520-DA2' and
12296            '64B' and
12297            'NDRPDR' and
12298            ('ETH' or 'DOT1Q') and
12299            '2T2C' and
12300            ('L2BDMACLRN' or 'L2XCFWD') and
12301            'VHOST_1024' and
12302            not 'CFS_OPT' and
12303            not 'VXLAN' and
12304            not 'IP4FWD' and
12305            not 'LBOND'"
12306   parameters:
12307   - "throughput"
12308   - "parent"
12309   - "tags"
12310 #  sort:
12311 #  - "1VM"
12312 #  - "L2XCFWD"
12313 #  - "1VM"
12314 #  - "L2BDMACLRN"
12315   traces:
12316     hoverinfo: "x+y"
12317     boxpoints: "outliers"
12318     whiskerwidth: 0
12319   layout:
12320     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
12321     layout: "plot-throughput"
12322
12323 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
12324 -
12325   type: "plot"
12326   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12327   algorithm: "plot_performance_box"
12328   output-file-type: ".html"
12329   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12330   data: "plot-vpp-throughput-latency-3n-hsw"
12331   filter: "'NIC_Intel-X710' and
12332            '64B' and
12333            'NDRPDR' and
12334            'ETH' and
12335            'IP4FWD' and
12336            '1T1C' and
12337            'VHOST_1024' and
12338            not 'VXLAN' and
12339            not 'DOT1Q'"
12340   parameters:
12341   - "throughput"
12342   - "parent"
12343   - "tags"
12344   sort:
12345   - "not CFS_OPT"
12346   - "1VM"
12347   - "2VM"
12348   traces:
12349     hoverinfo: "x+y"
12350     boxpoints: "outliers"
12351     whiskerwidth: 0
12352   layout:
12353     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12354     layout: "plot-throughput"
12355
12356 -
12357   type: "plot"
12358   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12359   algorithm: "plot_performance_box"
12360   output-file-type: ".html"
12361   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12362   data: "plot-vpp-throughput-latency-3n-hsw"
12363   filter: "'NIC_Intel-X710' and
12364            '64B' and
12365            'NDRPDR' and
12366            'ETH' and
12367            'IP4FWD' and
12368            '2T2C' and
12369            'VHOST_1024' and
12370            not 'VXLAN' and
12371            not 'DOT1Q'"
12372   parameters:
12373   - "throughput"
12374   - "parent"
12375   - "tags"
12376   sort:
12377   - "not CFS_OPT"
12378   - "1VM"
12379   - "2VM"
12380   traces:
12381     hoverinfo: "x+y"
12382     boxpoints: "outliers"
12383     whiskerwidth: 0
12384   layout:
12385     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12386     layout: "plot-throughput"
12387
12388 -
12389   type: "plot"
12390   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12391   algorithm: "plot_performance_box"
12392   output-file-type: ".html"
12393   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12394   data: "plot-vpp-throughput-latency-3n-hsw"
12395   filter: "'NIC_Intel-X710' and
12396            '64B' and
12397            'NDRPDR' and
12398            'ETH' and
12399            'IP4FWD' and
12400            '1T1C' and
12401            'VHOST_1024' and
12402            not 'VXLAN' and
12403            not 'DOT1Q'"
12404   parameters:
12405   - "throughput"
12406   - "parent"
12407   - "tags"
12408   sort:
12409   - "not CFS_OPT"
12410   - "1VM"
12411   - "2VM"
12412   traces:
12413     hoverinfo: "x+y"
12414     boxpoints: "outliers"
12415     whiskerwidth: 0
12416   layout:
12417     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12418     layout: "plot-throughput"
12419
12420 -
12421   type: "plot"
12422   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12423   algorithm: "plot_performance_box"
12424   output-file-type: ".html"
12425   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12426   data: "plot-vpp-throughput-latency-3n-hsw"
12427   filter: "'NIC_Intel-X710' and
12428            '64B' and
12429            'NDRPDR' and
12430            'ETH' and
12431            'IP4FWD' and
12432            '2T2C' and
12433            'VHOST_1024' and
12434            not 'VXLAN' and
12435            not 'DOT1Q'"
12436   parameters:
12437   - "throughput"
12438   - "parent"
12439   - "tags"
12440   sort:
12441   - "not CFS_OPT"
12442   - "1VM"
12443   - "2VM"
12444   traces:
12445     hoverinfo: "x+y"
12446     boxpoints: "outliers"
12447     whiskerwidth: 0
12448   layout:
12449     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12450     layout: "plot-throughput"
12451
12452 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
12453 -
12454   type: "plot"
12455   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12456   algorithm: "plot_performance_box"
12457   output-file-type: ".html"
12458   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12459   data: "plot-vpp-throughput-latency-3n-hsw"
12460   filter: "'NIC_Intel-X710' and
12461            '64B' and
12462            'NDRPDR' and
12463            ('ETH' or 'DOT1Q') and
12464            '1T1C' and
12465            'L2BDMACLRN' and
12466            'VHOST_1024' and
12467            not 'VXLAN' and
12468            not 'IP4FWD' and
12469            not '2VM'"
12470   parameters:
12471   - "throughput"
12472   - "parent"
12473   - "tags"
12474 #  sort:
12475 #  - "VM"  # "not CFS_OPT"
12476 #  - "CFS_OPT"
12477 #  - "FIB_10K"
12478 #  - "FIB_100K"
12479 #  - "FIB_1M"
12480   traces:
12481     hoverinfo: "x+y"
12482     boxpoints: "outliers"
12483     whiskerwidth: 0
12484   layout:
12485     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12486     layout: "plot-throughput"
12487
12488 -
12489   type: "plot"
12490   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12491   algorithm: "plot_performance_box"
12492   output-file-type: ".html"
12493   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12494   data: "plot-vpp-throughput-latency-3n-hsw"
12495   filter: "'NIC_Intel-X710' and
12496            '64B' and
12497            'NDRPDR' and
12498            ('ETH' or 'DOT1Q') and
12499            '2T2C' and
12500            'L2BDMACLRN' and
12501            'VHOST_1024' and
12502            not 'VXLAN' and
12503            not 'IP4FWD' and
12504            not '2VM'"
12505   parameters:
12506   - "throughput"
12507   - "parent"
12508   - "tags"
12509 #  sort:
12510 #  - "VM"  # "not CFS_OPT"
12511 #  - "CFS_OPT"
12512 #  - "FIB_10K"
12513 #  - "FIB_100K"
12514 #  - "FIB_1M"
12515   traces:
12516     hoverinfo: "x+y"
12517     boxpoints: "outliers"
12518     whiskerwidth: 0
12519   layout:
12520     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12521     layout: "plot-throughput"
12522
12523 -
12524   type: "plot"
12525   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12526   algorithm: "plot_performance_box"
12527   output-file-type: ".html"
12528   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12529   data: "plot-vpp-throughput-latency-3n-hsw"
12530   filter: "'NIC_Intel-X710' and
12531            '64B' and
12532            'NDRPDR' and
12533            ('ETH' or 'DOT1Q') and
12534            '1T1C' and
12535            'L2BDMACLRN' and
12536            'VHOST_1024' and
12537            not 'VXLAN' and
12538            not 'IP4FWD' and
12539            not '2VM'"
12540   parameters:
12541   - "throughput"
12542   - "parent"
12543   - "tags"
12544 #  sort:
12545 #  - "VM"  # "not CFS_OPT"
12546 #  - "CFS_OPT"
12547 #  - "FIB_10K"
12548 #  - "FIB_100K"
12549 #  - "FIB_1M"
12550   traces:
12551     hoverinfo: "x+y"
12552     boxpoints: "outliers"
12553     whiskerwidth: 0
12554   layout:
12555     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12556     layout: "plot-throughput"
12557
12558 -
12559   type: "plot"
12560   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12561   algorithm: "plot_performance_box"
12562   output-file-type: ".html"
12563   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12564   data: "plot-vpp-throughput-latency-3n-hsw"
12565   filter: "'NIC_Intel-X710' and
12566            '64B' and
12567            'NDRPDR' and
12568            ('ETH' or 'DOT1Q') and
12569            '2T2C' and
12570            'L2BDMACLRN' and
12571            'VHOST_1024' and
12572            not 'VXLAN' and
12573            not 'IP4FWD' and
12574            not '2VM'"
12575   parameters:
12576   - "throughput"
12577   - "parent"
12578   - "tags"
12579 #  sort:
12580 #  - "VM"  # "not CFS_OPT"
12581 #  - "CFS_OPT"
12582 #  - "FIB_10K"
12583 #  - "FIB_100K"
12584 #  - "FIB_1M"
12585   traces:
12586     hoverinfo: "x+y"
12587     boxpoints: "outliers"
12588     whiskerwidth: 0
12589   layout:
12590     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12591     layout: "plot-throughput"
12592
12593 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
12594 -
12595   type: "plot"
12596   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12597   algorithm: "plot_performance_box"
12598   output-file-type: ".html"
12599   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12600   data: "plot-vpp-throughput-latency-3n-hsw"
12601   filter: "'NIC_Intel-X710' and
12602            '64B' and
12603            'NDRPDR' and
12604            ('ETH' or 'DOT1Q') and
12605            'BASE' and
12606            '1T1C' and
12607            ('L2BDMACLRN' or 'L2XCFWD') and
12608            'VHOST_1024' and
12609            not 'VXLAN' and
12610            not 'IP4FWD' and
12611            not '2VM'"
12612   parameters:
12613   - "throughput"
12614   - "parent"
12615   - "tags"
12616 #  sort:
12617 #  - "not CFS_OPT"
12618 #  - "L2XCFWD"
12619 #  - "not CFS_OPT"
12620 #  - "CFS_OPT"
12621   traces:
12622     hoverinfo: "x+y"
12623     boxpoints: "outliers"
12624     whiskerwidth: 0
12625   layout:
12626     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
12627     layout: "plot-throughput"
12628
12629 -
12630   type: "plot"
12631   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
12632   algorithm: "plot_performance_box"
12633   output-file-type: ".html"
12634   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
12635   data: "plot-vpp-throughput-latency-3n-hsw"
12636   filter: "'NIC_Intel-X710' and
12637            '64B' and
12638            'NDRPDR' and
12639            ('ETH' or 'DOT1Q') and
12640            'BASE' and
12641            '1T1C' and
12642            ('L2BDMACLRN' or 'L2XCFWD') and
12643            'VHOST_1024' and
12644            not 'VXLAN' and
12645            not 'IP4FWD' and
12646            not '2VM'"
12647   parameters:
12648   - "throughput"
12649   - "parent"
12650   - "tags"
12651 #  sort:
12652 #  - "not CFS_OPT"
12653 #  - "L2XCFWD"
12654 #  - "not CFS_OPT"
12655 #  - "CFS_OPT"
12656   traces:
12657     hoverinfo: "x+y"
12658     boxpoints: "outliers"
12659     whiskerwidth: 0
12660   layout:
12661     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
12662     layout: "plot-throughput"
12663
12664 -
12665   type: "plot"
12666   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
12667   algorithm: "plot_performance_box"
12668   output-file-type: ".html"
12669   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
12670   data: "plot-vpp-throughput-latency-3n-hsw"
12671   filter: "'NIC_Intel-X710' and
12672            '64B' and
12673            'NDRPDR' and
12674            ('ETH' or 'DOT1Q') and
12675            'BASE' and
12676            '2T2C' and
12677            ('L2BDMACLRN' or 'L2XCFWD') and
12678            'VHOST_1024' and
12679            not 'VXLAN' and
12680            not 'IP4FWD' and
12681            not '2VM'"
12682   parameters:
12683   - "throughput"
12684   - "parent"
12685   - "tags"
12686 #  sort:
12687 #  - "not CFS_OPT"
12688 #  - "L2XCFWD"
12689 #  - "not CFS_OPT"
12690 #  - "CFS_OPT"
12691   traces:
12692     hoverinfo: "x+y"
12693     boxpoints: "outliers"
12694     whiskerwidth: 0
12695   layout:
12696     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
12697     layout: "plot-throughput"
12698
12699 -
12700   type: "plot"
12701   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
12702   algorithm: "plot_performance_box"
12703   output-file-type: ".html"
12704   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
12705   data: "plot-vpp-throughput-latency-3n-hsw"
12706   filter: "'NIC_Intel-X710' and
12707            '64B' and
12708            'NDRPDR' and
12709            ('ETH' or 'DOT1Q') and
12710            'BASE' and
12711            '2T2C' and
12712            ('L2BDMACLRN' or 'L2XCFWD') and
12713            'VHOST_1024' and
12714            not 'VXLAN' and
12715            not 'IP4FWD' and
12716            not '2VM'"
12717   parameters:
12718   - "throughput"
12719   - "parent"
12720   - "tags"
12721 #  sort:
12722 #  - "not CFS_OPT"
12723 #  - "L2XCFWD"
12724 #  - "not CFS_OPT"
12725 #  - "CFS_OPT"
12726   traces:
12727     hoverinfo: "x+y"
12728     boxpoints: "outliers"
12729     whiskerwidth: 0
12730   layout:
12731     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
12732     layout: "plot-throughput"
12733
12734 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
12735 -
12736   type: "plot"
12737   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
12738   algorithm: "plot_performance_box"
12739   output-file-type: ".html"
12740   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
12741   data: "plot-vpp-throughput-latency-3n-hsw"
12742   filter: "'NIC_Intel-X710' and
12743            '64B' and
12744            'NDRPDR' and
12745            ('ETH' or 'DOT1Q') and
12746            '1T1C' and
12747            ('L2BDMACLRN' or 'L2XCFWD') and
12748            'VHOST_1024' and
12749            not 'CFS_OPT' and
12750            not 'VXLAN' and
12751            not 'IP4FWD' and
12752            not 'LBOND'"
12753   parameters:
12754   - "throughput"
12755   - "parent"
12756   - "tags"
12757 #  sort:
12758 #  - "1VM"
12759 #  - "L2XCFWD"
12760 #  - "1VM"
12761 #  - "L2BDMACLRN"
12762   traces:
12763     hoverinfo: "x+y"
12764     boxpoints: "outliers"
12765     whiskerwidth: 0
12766   layout:
12767     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
12768     layout: "plot-throughput"
12769
12770 -
12771   type: "plot"
12772   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
12773   algorithm: "plot_performance_box"
12774   output-file-type: ".html"
12775   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
12776   data: "plot-vpp-throughput-latency-3n-hsw"
12777   filter: "'NIC_Intel-X710' and
12778            '64B' and
12779            'NDRPDR' and
12780            ('ETH' or 'DOT1Q') and
12781            '1T1C' and
12782            ('L2BDMACLRN' or 'L2XCFWD') and
12783            'VHOST_1024' and
12784            not 'CFS_OPT' and
12785            not 'VXLAN' and
12786            not 'IP4FWD' and
12787            not 'LBOND'"
12788   parameters:
12789   - "throughput"
12790   - "parent"
12791   - "tags"
12792 #  sort:
12793 #  - "1VM"
12794 #  - "L2XCFWD"
12795 #  - "1VM"
12796 #  - "L2BDMACLRN"
12797   traces:
12798     hoverinfo: "x+y"
12799     boxpoints: "outliers"
12800     whiskerwidth: 0
12801   layout:
12802     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
12803     layout: "plot-throughput"
12804
12805 -
12806   type: "plot"
12807   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
12808   algorithm: "plot_performance_box"
12809   output-file-type: ".html"
12810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
12811   data: "plot-vpp-throughput-latency-3n-hsw"
12812   filter: "'NIC_Intel-X710' and
12813            '64B' and
12814            'NDRPDR' and
12815            ('ETH' or 'DOT1Q') and
12816            '2T2C' and
12817            ('L2BDMACLRN' or 'L2XCFWD') and
12818            'VHOST_1024' and
12819            not 'CFS_OPT' and
12820            not 'VXLAN' and
12821            not 'IP4FWD' and
12822            not 'LBOND'"
12823   parameters:
12824   - "throughput"
12825   - "parent"
12826   - "tags"
12827 #  sort:
12828 #  - "1VM"
12829 #  - "L2XCFWD"
12830 #  - "1VM"
12831 #  - "L2BDMACLRN"
12832   traces:
12833     hoverinfo: "x+y"
12834     boxpoints: "outliers"
12835     whiskerwidth: 0
12836   layout:
12837     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
12838     layout: "plot-throughput"
12839
12840 -
12841   type: "plot"
12842   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12843   algorithm: "plot_performance_box"
12844   output-file-type: ".html"
12845   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12846   data: "plot-vpp-throughput-latency-3n-hsw"
12847   filter: "'NIC_Intel-X710' and
12848            '64B' and
12849            'NDRPDR' and
12850            ('ETH' or 'DOT1Q') and
12851            '2T2C' and
12852            ('L2BDMACLRN' or 'L2XCFWD') and
12853            'VHOST_1024' and
12854            not 'CFS_OPT' and
12855            not 'VXLAN' and
12856            not 'IP4FWD' and
12857            not 'LBOND'"
12858   parameters:
12859   - "throughput"
12860   - "parent"
12861   - "tags"
12862 #  sort:
12863 #  - "1VM"
12864 #  - "L2XCFWD"
12865 #  - "1VM"
12866 #  - "L2BDMACLRN"
12867   traces:
12868     hoverinfo: "x+y"
12869     boxpoints: "outliers"
12870     whiskerwidth: 0
12871   layout:
12872     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12873     layout: "plot-throughput"
12874
12875 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
12876 -
12877   type: "plot"
12878   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12879   algorithm: "plot_performance_box"
12880   output-file-type: ".html"
12881   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12882   data: "plot-vpp-throughput-latency-3n-hsw"
12883   filter: "'NIC_Intel-XL710' and
12884            '64B' and
12885            'NDRPDR' and
12886            'ETH' and
12887            'IP4FWD' and
12888            '1T1C' and
12889            'VHOST_1024' and
12890            not 'VXLAN' and
12891            not 'DOT1Q'"
12892   parameters:
12893   - "throughput"
12894   - "parent"
12895   - "tags"
12896   sort:
12897   - "not CFS_OPT"
12898   - "1VM"
12899   - "2VM"
12900   traces:
12901     hoverinfo: "x+y"
12902     boxpoints: "outliers"
12903     whiskerwidth: 0
12904   layout:
12905     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12906     layout: "plot-throughput"
12907
12908 -
12909   type: "plot"
12910   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12911   algorithm: "plot_performance_box"
12912   output-file-type: ".html"
12913   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12914   data: "plot-vpp-throughput-latency-3n-hsw"
12915   filter: "'NIC_Intel-XL710' and
12916            '64B' and
12917            'NDRPDR' and
12918            'ETH' and
12919            'IP4FWD' and
12920            '2T2C' and
12921            'VHOST_1024' and
12922            not 'VXLAN' and
12923            not 'DOT1Q'"
12924   parameters:
12925   - "throughput"
12926   - "parent"
12927   - "tags"
12928   sort:
12929   - "not CFS_OPT"
12930   - "1VM"
12931   - "2VM"
12932   traces:
12933     hoverinfo: "x+y"
12934     boxpoints: "outliers"
12935     whiskerwidth: 0
12936   layout:
12937     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12938     layout: "plot-throughput"
12939
12940 -
12941   type: "plot"
12942   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12943   algorithm: "plot_performance_box"
12944   output-file-type: ".html"
12945   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12946   data: "plot-vpp-throughput-latency-3n-hsw"
12947   filter: "'NIC_Intel-XL710' and
12948            '64B' and
12949            'NDRPDR' and
12950            'ETH' and
12951            'IP4FWD' and
12952            '1T1C' and
12953            'VHOST_1024' and
12954            not 'VXLAN' and
12955            not 'DOT1Q'"
12956   parameters:
12957   - "throughput"
12958   - "parent"
12959   - "tags"
12960   sort:
12961   - "not CFS_OPT"
12962   - "1VM"
12963   - "2VM"
12964   traces:
12965     hoverinfo: "x+y"
12966     boxpoints: "outliers"
12967     whiskerwidth: 0
12968   layout:
12969     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12970     layout: "plot-throughput"
12971
12972 -
12973   type: "plot"
12974   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12975   algorithm: "plot_performance_box"
12976   output-file-type: ".html"
12977   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12978   data: "plot-vpp-throughput-latency-3n-hsw"
12979   filter: "'NIC_Intel-XL710' and
12980            '64B' and
12981            'NDRPDR' and
12982            'ETH' and
12983            'IP4FWD' and
12984            '2T2C' and
12985            'VHOST_1024' and
12986            not 'VXLAN' and
12987            not 'DOT1Q'"
12988   parameters:
12989   - "throughput"
12990   - "parent"
12991   - "tags"
12992   sort:
12993   - "not CFS_OPT"
12994   - "1VM"
12995   - "2VM"
12996   traces:
12997     hoverinfo: "x+y"
12998     boxpoints: "outliers"
12999     whiskerwidth: 0
13000   layout:
13001     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13002     layout: "plot-throughput"
13003
13004 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
13005 -
13006   type: "plot"
13007   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13008   algorithm: "plot_performance_box"
13009   output-file-type: ".html"
13010   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13011   data: "plot-vpp-throughput-latency-3n-hsw"
13012   filter: "'NIC_Intel-XL710' and
13013            '64B' and
13014            'NDRPDR' and
13015            ('ETH' or 'DOT1Q') and
13016            '1T1C' and
13017            'L2BDMACLRN' and
13018            'VHOST_1024' and
13019            not 'VXLAN' and
13020            not 'IP4FWD' and
13021            not '2VM'"
13022   parameters:
13023   - "throughput"
13024   - "parent"
13025   - "tags"
13026 #  sort:
13027 #  - "VM"  # "not CFS_OPT"
13028 #  - "CFS_OPT"
13029 #  - "FIB_10K"
13030 #  - "FIB_100K"
13031 #  - "FIB_1M"
13032   traces:
13033     hoverinfo: "x+y"
13034     boxpoints: "outliers"
13035     whiskerwidth: 0
13036   layout:
13037     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13038     layout: "plot-throughput"
13039
13040 -
13041   type: "plot"
13042   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13043   algorithm: "plot_performance_box"
13044   output-file-type: ".html"
13045   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13046   data: "plot-vpp-throughput-latency-3n-hsw"
13047   filter: "'NIC_Intel-XL710' and
13048            '64B' and
13049            'NDRPDR' and
13050            ('ETH' or 'DOT1Q') and
13051            '2T2C' and
13052            'L2BDMACLRN' and
13053            'VHOST_1024' and
13054            not 'VXLAN' and
13055            not 'IP4FWD' and
13056            not '2VM'"
13057   parameters:
13058   - "throughput"
13059   - "parent"
13060   - "tags"
13061 #  sort:
13062 #  - "VM"  # "not CFS_OPT"
13063 #  - "CFS_OPT"
13064 #  - "FIB_10K"
13065 #  - "FIB_100K"
13066 #  - "FIB_1M"
13067   traces:
13068     hoverinfo: "x+y"
13069     boxpoints: "outliers"
13070     whiskerwidth: 0
13071   layout:
13072     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13073     layout: "plot-throughput"
13074
13075 -
13076   type: "plot"
13077   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13078   algorithm: "plot_performance_box"
13079   output-file-type: ".html"
13080   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13081   data: "plot-vpp-throughput-latency-3n-hsw"
13082   filter: "'NIC_Intel-XL710' and
13083            '64B' and
13084            'NDRPDR' and
13085            ('ETH' or 'DOT1Q') and
13086            '1T1C' and
13087            'L2BDMACLRN' and
13088            'VHOST_1024' and
13089            not 'VXLAN' and
13090            not 'IP4FWD' and
13091            not '2VM'"
13092   parameters:
13093   - "throughput"
13094   - "parent"
13095   - "tags"
13096 #  sort:
13097 #  - "VM"  # "not CFS_OPT"
13098 #  - "CFS_OPT"
13099 #  - "FIB_10K"
13100 #  - "FIB_100K"
13101 #  - "FIB_1M"
13102   traces:
13103     hoverinfo: "x+y"
13104     boxpoints: "outliers"
13105     whiskerwidth: 0
13106   layout:
13107     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13108     layout: "plot-throughput"
13109
13110 -
13111   type: "plot"
13112   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13113   algorithm: "plot_performance_box"
13114   output-file-type: ".html"
13115   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13116   data: "plot-vpp-throughput-latency-3n-hsw"
13117   filter: "'NIC_Intel-XL710' and
13118            '64B' and
13119            'NDRPDR' and
13120            ('ETH' or 'DOT1Q') and
13121            '2T2C' and
13122            'L2BDMACLRN' and
13123            'VHOST_1024' and
13124            not 'VXLAN' and
13125            not 'IP4FWD' and
13126            not '2VM'"
13127   parameters:
13128   - "throughput"
13129   - "parent"
13130   - "tags"
13131 #  sort:
13132 #  - "VM"  # "not CFS_OPT"
13133 #  - "CFS_OPT"
13134 #  - "FIB_10K"
13135 #  - "FIB_100K"
13136 #  - "FIB_1M"
13137   traces:
13138     hoverinfo: "x+y"
13139     boxpoints: "outliers"
13140     whiskerwidth: 0
13141   layout:
13142     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13143     layout: "plot-throughput"
13144
13145 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
13146 -
13147   type: "plot"
13148   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13149   algorithm: "plot_performance_box"
13150   output-file-type: ".html"
13151   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13152   data: "plot-vpp-throughput-latency-3n-hsw"
13153   filter: "'NIC_Intel-XL710' and
13154            '64B' and
13155            'NDRPDR' and
13156            ('ETH' or 'DOT1Q') and
13157            'BASE' and
13158            '1T1C' and
13159            ('L2BDMACLRN' or 'L2XCFWD') and
13160            'VHOST_1024' and
13161            not 'VXLAN' and
13162            not 'IP4FWD' and
13163            not '2VM'"
13164   parameters:
13165   - "throughput"
13166   - "parent"
13167   - "tags"
13168 #  sort:
13169 #  - "not CFS_OPT"
13170 #  - "L2XCFWD"
13171 #  - "not CFS_OPT"
13172 #  - "CFS_OPT"
13173   traces:
13174     hoverinfo: "x+y"
13175     boxpoints: "outliers"
13176     whiskerwidth: 0
13177   layout:
13178     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13179     layout: "plot-throughput"
13180
13181 -
13182   type: "plot"
13183   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13184   algorithm: "plot_performance_box"
13185   output-file-type: ".html"
13186   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13187   data: "plot-vpp-throughput-latency-3n-hsw"
13188   filter: "'NIC_Intel-XL710' and
13189            '64B' and
13190            'NDRPDR' and
13191            ('ETH' or 'DOT1Q') and
13192            'BASE' and
13193            '1T1C' and
13194            ('L2BDMACLRN' or 'L2XCFWD') and
13195            'VHOST_1024' and
13196            not 'VXLAN' and
13197            not 'IP4FWD' and
13198            not '2VM'"
13199   parameters:
13200   - "throughput"
13201   - "parent"
13202   - "tags"
13203 #  sort:
13204 #  - "not CFS_OPT"
13205 #  - "L2XCFWD"
13206 #  - "not CFS_OPT"
13207 #  - "CFS_OPT"
13208   traces:
13209     hoverinfo: "x+y"
13210     boxpoints: "outliers"
13211     whiskerwidth: 0
13212   layout:
13213     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
13214     layout: "plot-throughput"
13215
13216 -
13217   type: "plot"
13218   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13219   algorithm: "plot_performance_box"
13220   output-file-type: ".html"
13221   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13222   data: "plot-vpp-throughput-latency-3n-hsw"
13223   filter: "'NIC_Intel-XL710' and
13224            '64B' and
13225            'NDRPDR' and
13226            ('ETH' or 'DOT1Q') and
13227            'BASE' and
13228            '2T2C' and
13229            ('L2BDMACLRN' or 'L2XCFWD') and
13230            'VHOST_1024' and
13231            not 'VXLAN' and
13232            not 'IP4FWD' and
13233            not '2VM'"
13234   parameters:
13235   - "throughput"
13236   - "parent"
13237   - "tags"
13238 #  sort:
13239 #  - "not CFS_OPT"
13240 #  - "L2XCFWD"
13241 #  - "not CFS_OPT"
13242 #  - "CFS_OPT"
13243   traces:
13244     hoverinfo: "x+y"
13245     boxpoints: "outliers"
13246     whiskerwidth: 0
13247   layout:
13248     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
13249     layout: "plot-throughput"
13250
13251 -
13252   type: "plot"
13253   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13254   algorithm: "plot_performance_box"
13255   output-file-type: ".html"
13256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13257   data: "plot-vpp-throughput-latency-3n-hsw"
13258   filter: "'NIC_Intel-XL710' and
13259            '64B' and
13260            'NDRPDR' and
13261            ('ETH' or 'DOT1Q') and
13262            'BASE' and
13263            '2T2C' and
13264            ('L2BDMACLRN' or 'L2XCFWD') and
13265            'VHOST_1024' and
13266            not 'VXLAN' and
13267            not 'IP4FWD' and
13268            not '2VM'"
13269   parameters:
13270   - "throughput"
13271   - "parent"
13272   - "tags"
13273 #  sort:
13274 #  - "not CFS_OPT"
13275 #  - "L2XCFWD"
13276 #  - "not CFS_OPT"
13277 #  - "CFS_OPT"
13278   traces:
13279     hoverinfo: "x+y"
13280     boxpoints: "outliers"
13281     whiskerwidth: 0
13282   layout:
13283     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
13284     layout: "plot-throughput"
13285
13286 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
13287 -
13288   type: "plot"
13289   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13290   algorithm: "plot_performance_box"
13291   output-file-type: ".html"
13292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13293   data: "plot-vpp-throughput-latency-3n-hsw"
13294   filter: "'NIC_Intel-XL710' and
13295            '64B' and
13296            'NDRPDR' and
13297            ('ETH' or 'DOT1Q') and
13298            '1T1C' and
13299            ('L2BDMACLRN' or 'L2XCFWD') and
13300            'VHOST_1024' and
13301            not 'CFS_OPT' and
13302            not 'VXLAN' and
13303            not 'IP4FWD'"
13304   parameters:
13305   - "throughput"
13306   - "parent"
13307   - "tags"
13308 #  sort:
13309 #  - "1VM"
13310 #  - "L2XCFWD"
13311 #  - "1VM"
13312 #  - "L2BDMACLRN"
13313   traces:
13314     hoverinfo: "x+y"
13315     boxpoints: "outliers"
13316     whiskerwidth: 0
13317   layout:
13318     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
13319     layout: "plot-throughput"
13320
13321 -
13322   type: "plot"
13323   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13324   algorithm: "plot_performance_box"
13325   output-file-type: ".html"
13326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13327   data: "plot-vpp-throughput-latency-3n-hsw"
13328   filter: "'NIC_Intel-XL710' and
13329            '64B' and
13330            'NDRPDR' and
13331            ('ETH' or 'DOT1Q') and
13332            '1T1C' and
13333            ('L2BDMACLRN' or 'L2XCFWD') and
13334            'VHOST_1024' and
13335            not 'CFS_OPT' and
13336            not 'VXLAN' and
13337            not 'IP4FWD'"
13338   parameters:
13339   - "throughput"
13340   - "parent"
13341   - "tags"
13342 #  sort:
13343 #  - "1VM"
13344 #  - "L2XCFWD"
13345 #  - "1VM"
13346 #  - "L2BDMACLRN"
13347   traces:
13348     hoverinfo: "x+y"
13349     boxpoints: "outliers"
13350     whiskerwidth: 0
13351   layout:
13352     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
13353     layout: "plot-throughput"
13354
13355 -
13356   type: "plot"
13357   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13358   algorithm: "plot_performance_box"
13359   output-file-type: ".html"
13360   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13361   data: "plot-vpp-throughput-latency-3n-hsw"
13362   filter: "'NIC_Intel-XL710' and
13363            '64B' and
13364            'NDRPDR' and
13365            ('ETH' or 'DOT1Q') and
13366            '2T2C' and
13367            ('L2BDMACLRN' or 'L2XCFWD') and
13368            'VHOST_1024' and
13369            not 'CFS_OPT' and
13370            not 'VXLAN' and
13371            not 'IP4FWD'"
13372   parameters:
13373   - "throughput"
13374   - "parent"
13375   - "tags"
13376 #  sort:
13377 #  - "1VM"
13378 #  - "L2XCFWD"
13379 #  - "1VM"
13380 #  - "L2BDMACLRN"
13381   traces:
13382     hoverinfo: "x+y"
13383     boxpoints: "outliers"
13384     whiskerwidth: 0
13385   layout:
13386     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
13387     layout: "plot-throughput"
13388
13389 -
13390   type: "plot"
13391   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13392   algorithm: "plot_performance_box"
13393   output-file-type: ".html"
13394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13395   data: "plot-vpp-throughput-latency-3n-hsw"
13396   filter: "'NIC_Intel-XL710' and
13397            '64B' and
13398            'NDRPDR' and
13399            ('ETH' or 'DOT1Q') and
13400            '2T2C' and
13401            ('L2BDMACLRN' or 'L2XCFWD') and
13402            'VHOST_1024' and
13403            not 'CFS_OPT' and
13404            not 'VXLAN' and
13405            not 'IP4FWD'"
13406   parameters:
13407   - "throughput"
13408   - "parent"
13409   - "tags"
13410 #  sort:
13411 #  - "1VM"
13412 #  - "L2XCFWD"
13413 #  - "1VM"
13414 #  - "L2BDMACLRN"
13415   traces:
13416     hoverinfo: "x+y"
13417     boxpoints: "outliers"
13418     whiskerwidth: 0
13419   layout:
13420     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
13421     layout: "plot-throughput"
13422
13423 # Packet Throughput - VPP vhost ip4 3n-skx-x710
13424 -
13425   type: "plot"
13426   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13427   algorithm: "plot_performance_box"
13428   output-file-type: ".html"
13429   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13430   data: "plot-vpp-throughput-latency-3n-skx"
13431   filter: "'NIC_Intel-X710' and
13432            '64B' and
13433            'NDRPDR' and
13434            'ETH' and
13435            'IP4FWD' and
13436            '2T1C' and
13437            'VHOST_1024' and
13438            not 'VXLAN' and
13439            not 'DOT1Q'"
13440   parameters:
13441   - "throughput"
13442   - "parent"
13443   - "tags"
13444   sort:
13445   - "not CFS_OPT"
13446   - "1VM"
13447   - "2VM"
13448   traces:
13449     hoverinfo: "x+y"
13450     boxpoints: "outliers"
13451     whiskerwidth: 0
13452   layout:
13453     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13454     layout: "plot-throughput"
13455
13456 -
13457   type: "plot"
13458   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13459   algorithm: "plot_performance_box"
13460   output-file-type: ".html"
13461   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13462   data: "plot-vpp-throughput-latency-3n-skx"
13463   filter: "'NIC_Intel-X710' and
13464            '64B' and
13465            'NDRPDR' and
13466            'ETH' and
13467            'IP4FWD' and
13468            '4T2C' and
13469            'VHOST_1024' and
13470            not 'VXLAN' and
13471            not 'DOT1Q'"
13472   parameters:
13473   - "throughput"
13474   - "parent"
13475   - "tags"
13476   sort:
13477   - "not CFS_OPT"
13478   - "1VM"
13479   - "2VM"
13480   traces:
13481     hoverinfo: "x+y"
13482     boxpoints: "outliers"
13483     whiskerwidth: 0
13484   layout:
13485     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13486     layout: "plot-throughput"
13487
13488 -
13489   type: "plot"
13490   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13491   algorithm: "plot_performance_box"
13492   output-file-type: ".html"
13493   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13494   data: "plot-vpp-throughput-latency-3n-skx"
13495   filter: "'NIC_Intel-X710' and
13496            '64B' and
13497            'NDRPDR' and
13498            'ETH' and
13499            'IP4FWD' and
13500            '2T1C' and
13501            'VHOST_1024' and
13502            not 'VXLAN' and
13503            not 'DOT1Q'"
13504   parameters:
13505   - "throughput"
13506   - "parent"
13507   - "tags"
13508   sort:
13509   - "not CFS_OPT"
13510   - "1VM"
13511   - "2VM"
13512   traces:
13513     hoverinfo: "x+y"
13514     boxpoints: "outliers"
13515     whiskerwidth: 0
13516   layout:
13517     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13518     layout: "plot-throughput"
13519
13520 -
13521   type: "plot"
13522   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13523   algorithm: "plot_performance_box"
13524   output-file-type: ".html"
13525   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13526   data: "plot-vpp-throughput-latency-3n-skx"
13527   filter: "'NIC_Intel-X710' and
13528            '64B' and
13529            'NDRPDR' and
13530            'ETH' and
13531            'IP4FWD' and
13532            '4T2C' and
13533            'VHOST_1024' and
13534            not 'VXLAN' and
13535            not 'DOT1Q'"
13536   parameters:
13537   - "throughput"
13538   - "parent"
13539   - "tags"
13540   sort:
13541   - "not CFS_OPT"
13542   - "1VM"
13543   - "2VM"
13544   traces:
13545     hoverinfo: "x+y"
13546     boxpoints: "outliers"
13547     whiskerwidth: 0
13548   layout:
13549     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13550     layout: "plot-throughput"
13551
13552 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
13553 -
13554   type: "plot"
13555   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13556   algorithm: "plot_performance_box"
13557   output-file-type: ".html"
13558   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13559   data: "plot-vpp-throughput-latency-3n-skx"
13560   filter: "'NIC_Intel-X710' and
13561            '64B' and
13562            'NDRPDR' and
13563            ('ETH' or 'DOT1Q') and
13564            '2T1C' and
13565            'L2BDMACLRN' and
13566            'VHOST_1024' and
13567            not 'VXLAN' and
13568            not 'IP4FWD' and
13569            not '2VM'"
13570   parameters:
13571   - "throughput"
13572   - "parent"
13573   - "tags"
13574 #  sort:
13575 #  - "VM"  # "not CFS_OPT"
13576 #  - "CFS_OPT"
13577 #  - "FIB_10K"
13578 #  - "FIB_100K"
13579 #  - "FIB_1M"
13580   traces:
13581     hoverinfo: "x+y"
13582     boxpoints: "outliers"
13583     whiskerwidth: 0
13584   layout:
13585     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
13586     layout: "plot-throughput"
13587
13588 -
13589   type: "plot"
13590   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13591   algorithm: "plot_performance_box"
13592   output-file-type: ".html"
13593   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13594   data: "plot-vpp-throughput-latency-3n-skx"
13595   filter: "'NIC_Intel-X710' and
13596            '64B' and
13597            'NDRPDR' and
13598            ('ETH' or 'DOT1Q') and
13599            '4T2C' and
13600            'L2BDMACLRN' and
13601            'VHOST_1024' and
13602            not 'VXLAN' and
13603            not 'IP4FWD' and
13604            not '2VM'"
13605   parameters:
13606   - "throughput"
13607   - "parent"
13608   - "tags"
13609 #  sort:
13610 #  - "VM"  # "not CFS_OPT"
13611 #  - "CFS_OPT"
13612 #  - "FIB_10K"
13613 #  - "FIB_100K"
13614 #  - "FIB_1M"
13615   traces:
13616     hoverinfo: "x+y"
13617     boxpoints: "outliers"
13618     whiskerwidth: 0
13619   layout:
13620     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
13621     layout: "plot-throughput"
13622
13623 -
13624   type: "plot"
13625   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13626   algorithm: "plot_performance_box"
13627   output-file-type: ".html"
13628   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13629   data: "plot-vpp-throughput-latency-3n-skx"
13630   filter: "'NIC_Intel-X710' and
13631            '64B' and
13632            'NDRPDR' and
13633            ('ETH' or 'DOT1Q') and
13634            '2T1C' and
13635            'L2BDMACLRN' and
13636            'VHOST_1024' and
13637            not 'VXLAN' and
13638            not 'IP4FWD' and
13639            not '2VM'"
13640   parameters:
13641   - "throughput"
13642   - "parent"
13643   - "tags"
13644 #  sort:
13645 #  - "VM"  # "not CFS_OPT"
13646 #  - "CFS_OPT"
13647 #  - "FIB_10K"
13648 #  - "FIB_100K"
13649 #  - "FIB_1M"
13650   traces:
13651     hoverinfo: "x+y"
13652     boxpoints: "outliers"
13653     whiskerwidth: 0
13654   layout:
13655     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
13656     layout: "plot-throughput"
13657
13658 -
13659   type: "plot"
13660   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13661   algorithm: "plot_performance_box"
13662   output-file-type: ".html"
13663   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13664   data: "plot-vpp-throughput-latency-3n-skx"
13665   filter: "'NIC_Intel-X710' and
13666            '64B' and
13667            'NDRPDR' and
13668            ('ETH' or 'DOT1Q') and
13669            '4T2C' and
13670            'L2BDMACLRN' and
13671            'VHOST_1024' and
13672            not 'VXLAN' and
13673            not 'IP4FWD' and
13674            not '2VM'"
13675   parameters:
13676   - "throughput"
13677   - "parent"
13678   - "tags"
13679 #  sort:
13680 #  - "VM"  # "not CFS_OPT"
13681 #  - "CFS_OPT"
13682 #  - "FIB_10K"
13683 #  - "FIB_100K"
13684 #  - "FIB_1M"
13685   traces:
13686     hoverinfo: "x+y"
13687     boxpoints: "outliers"
13688     whiskerwidth: 0
13689   layout:
13690     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
13691     layout: "plot-throughput"
13692
13693 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
13694 -
13695   type: "plot"
13696   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
13697   algorithm: "plot_performance_box"
13698   output-file-type: ".html"
13699   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
13700   data: "plot-vpp-throughput-latency-3n-skx"
13701   filter: "'NIC_Intel-X710' and
13702            '64B' and
13703            'NDRPDR' and
13704            ('ETH' or 'DOT1Q') and
13705            'BASE' and
13706            '2T1C' and
13707            ('L2BDMACLRN' or 'L2XCFWD') and
13708            'VHOST_1024' and
13709            not 'VXLAN' and
13710            not 'IP4FWD' and
13711            not '2VM' and
13712            not 'LBOND'"
13713   parameters:
13714   - "throughput"
13715   - "parent"
13716   - "tags"
13717 #  sort:
13718 #  - "not CFS_OPT"
13719 #  - "L2XCFWD"
13720 #  - "not CFS_OPT"
13721 #  - "CFS_OPT"
13722   traces:
13723     hoverinfo: "x+y"
13724     boxpoints: "outliers"
13725     whiskerwidth: 0
13726   layout:
13727     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
13728     layout: "plot-throughput"
13729
13730 -
13731   type: "plot"
13732   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
13733   algorithm: "plot_performance_box"
13734   output-file-type: ".html"
13735   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
13736   data: "plot-vpp-throughput-latency-3n-skx"
13737   filter: "'NIC_Intel-X710' and
13738            '64B' and
13739            'NDRPDR' and
13740            ('ETH' or 'DOT1Q') and
13741            'BASE' and
13742            '2T1C' and
13743            ('L2BDMACLRN' or 'L2XCFWD') and
13744            'VHOST_1024' and
13745            not 'VXLAN' and
13746            not 'IP4FWD' and
13747            not '2VM' and
13748            not 'LBOND'"
13749   parameters:
13750   - "throughput"
13751   - "parent"
13752   - "tags"
13753 #  sort:
13754 #  - "not CFS_OPT"
13755 #  - "L2XCFWD"
13756 #  - "not CFS_OPT"
13757 #  - "CFS_OPT"
13758   traces:
13759     hoverinfo: "x+y"
13760     boxpoints: "outliers"
13761     whiskerwidth: 0
13762   layout:
13763     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
13764     layout: "plot-throughput"
13765
13766 -
13767   type: "plot"
13768   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
13769   algorithm: "plot_performance_box"
13770   output-file-type: ".html"
13771   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
13772   data: "plot-vpp-throughput-latency-3n-skx"
13773   filter: "'NIC_Intel-X710' and
13774            '64B' and
13775            'NDRPDR' and
13776            ('ETH' or 'DOT1Q') and
13777            'BASE' and
13778            '4T2C' and
13779            ('L2BDMACLRN' or 'L2XCFWD') and
13780            'VHOST_1024' and
13781            not 'VXLAN' and
13782            not 'IP4FWD' and
13783            not '2VM' and
13784            not 'LBOND'"
13785   parameters:
13786   - "throughput"
13787   - "parent"
13788   - "tags"
13789 #  sort:
13790 #  - "not CFS_OPT"
13791 #  - "L2XCFWD"
13792 #  - "not CFS_OPT"
13793 #  - "CFS_OPT"
13794   traces:
13795     hoverinfo: "x+y"
13796     boxpoints: "outliers"
13797     whiskerwidth: 0
13798   layout:
13799     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
13800     layout: "plot-throughput"
13801
13802 -
13803   type: "plot"
13804   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
13805   algorithm: "plot_performance_box"
13806   output-file-type: ".html"
13807   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
13808   data: "plot-vpp-throughput-latency-3n-skx"
13809   filter: "'NIC_Intel-X710' and
13810            '64B' and
13811            'NDRPDR' and
13812            ('ETH' or 'DOT1Q') and
13813            'BASE' and
13814            '4T2C' and
13815            ('L2BDMACLRN' or 'L2XCFWD') and
13816            'VHOST_1024' and
13817            not 'VXLAN' and
13818            not 'IP4FWD' and
13819            not '2VM' and
13820            not 'LBOND'"
13821   parameters:
13822   - "throughput"
13823   - "parent"
13824   - "tags"
13825 #  sort:
13826 #  - "not CFS_OPT"
13827 #  - "L2XCFWD"
13828 #  - "not CFS_OPT"
13829 #  - "CFS_OPT"
13830   traces:
13831     hoverinfo: "x+y"
13832     boxpoints: "outliers"
13833     whiskerwidth: 0
13834   layout:
13835     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
13836     layout: "plot-throughput"
13837
13838 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
13839 -
13840   type: "plot"
13841   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13842   algorithm: "plot_performance_box"
13843   output-file-type: ".html"
13844   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13845   data: "plot-vpp-throughput-latency-3n-skx"
13846   filter: "'NIC_Intel-X710' and
13847            '64B' and
13848            'NDRPDR' and
13849            ('ETH' or 'DOT1Q') and
13850            '2T1C' and
13851            ('L2BDMACLRN' or 'L2XCFWD') and
13852            'VHOST_1024' and
13853            not 'CFS_OPT' and
13854            not 'VXLAN' and
13855            not 'IP4FWD' and
13856            not 'LBOND'"
13857   parameters:
13858   - "throughput"
13859   - "parent"
13860   - "tags"
13861 #  sort:
13862 #  - "1VM"
13863 #  - "L2XCFWD"
13864 #  - "1VM"
13865 #  - "L2BDMACLRN"
13866   traces:
13867     hoverinfo: "x+y"
13868     boxpoints: "outliers"
13869     whiskerwidth: 0
13870   layout:
13871     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13872     layout: "plot-throughput"
13873
13874 -
13875   type: "plot"
13876   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13877   algorithm: "plot_performance_box"
13878   output-file-type: ".html"
13879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13880   data: "plot-vpp-throughput-latency-3n-skx"
13881   filter: "'NIC_Intel-X710' and
13882            '64B' and
13883            'NDRPDR' and
13884            ('ETH' or 'DOT1Q') and
13885            '2T1C' and
13886            ('L2BDMACLRN' or 'L2XCFWD') and
13887            'VHOST_1024' and
13888            not 'CFS_OPT' and
13889            not 'VXLAN' and
13890            not 'IP4FWD' and
13891            not 'LBOND'"
13892   parameters:
13893   - "throughput"
13894   - "parent"
13895   - "tags"
13896 #  sort:
13897 #  - "1VM"
13898 #  - "L2XCFWD"
13899 #  - "1VM"
13900 #  - "L2BDMACLRN"
13901   traces:
13902     hoverinfo: "x+y"
13903     boxpoints: "outliers"
13904     whiskerwidth: 0
13905   layout:
13906     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13907     layout: "plot-throughput"
13908
13909 -
13910   type: "plot"
13911   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13912   algorithm: "plot_performance_box"
13913   output-file-type: ".html"
13914   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13915   data: "plot-vpp-throughput-latency-3n-skx"
13916   filter: "'NIC_Intel-X710' and
13917            '64B' and
13918            'NDRPDR' and
13919            ('ETH' or 'DOT1Q') and
13920            '4T2C' and
13921            ('L2BDMACLRN' or 'L2XCFWD') and
13922            'VHOST_1024' and
13923            not 'CFS_OPT' and
13924            not 'VXLAN' and
13925            not 'IP4FWD' and
13926            not 'LBOND'"
13927   parameters:
13928   - "throughput"
13929   - "parent"
13930   - "tags"
13931 #  sort:
13932 #  - "1VM"
13933 #  - "L2XCFWD"
13934 #  - "1VM"
13935 #  - "L2BDMACLRN"
13936   traces:
13937     hoverinfo: "x+y"
13938     boxpoints: "outliers"
13939     whiskerwidth: 0
13940   layout:
13941     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13942     layout: "plot-throughput"
13943
13944 -
13945   type: "plot"
13946   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13947   algorithm: "plot_performance_box"
13948   output-file-type: ".html"
13949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13950   data: "plot-vpp-throughput-latency-3n-skx"
13951   filter: "'NIC_Intel-X710' and
13952            '64B' and
13953            'NDRPDR' and
13954            ('ETH' or 'DOT1Q') and
13955            '4T2C' and
13956            ('L2BDMACLRN' or 'L2XCFWD') and
13957            'VHOST_1024' and
13958            not 'CFS_OPT' and
13959            not 'VXLAN' and
13960            not 'IP4FWD' and
13961            not 'LBOND'"
13962   parameters:
13963   - "throughput"
13964   - "parent"
13965   - "tags"
13966 #  sort:
13967 #  - "1VM"
13968 #  - "L2XCFWD"
13969 #  - "1VM"
13970 #  - "L2BDMACLRN"
13971   traces:
13972     hoverinfo: "x+y"
13973     boxpoints: "outliers"
13974     whiskerwidth: 0
13975   layout:
13976     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13977     layout: "plot-throughput"
13978
13979 # Packet Throughput - VPP vhost ip4 2n-skx-x710
13980 -
13981   type: "plot"
13982   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13983   algorithm: "plot_performance_box"
13984   output-file-type: ".html"
13985   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13986   data: "plot-vpp-throughput-latency-2n-skx"
13987   filter: "'NIC_Intel-X710' and
13988            '64B' and
13989            'NDRPDR' and
13990            'ETH' and
13991            'IP4FWD' and
13992            '2T1C' and
13993            'VHOST_1024' and
13994            not 'VXLAN' and
13995            not 'DOT1Q'"
13996   parameters:
13997   - "throughput"
13998   - "parent"
13999   - "tags"
14000   sort:
14001   - "not CFS_OPT"
14002   - "1VM"
14003   - "2VM"
14004   traces:
14005     hoverinfo: "x+y"
14006     boxpoints: "outliers"
14007     whiskerwidth: 0
14008   layout:
14009     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14010     layout: "plot-throughput"
14011
14012 -
14013   type: "plot"
14014   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14015   algorithm: "plot_performance_box"
14016   output-file-type: ".html"
14017   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14018   data: "plot-vpp-throughput-latency-2n-skx"
14019   filter: "'NIC_Intel-X710' and
14020            '64B' and
14021            'NDRPDR' and
14022            'ETH' and
14023            'IP4FWD' and
14024            '4T2C' and
14025            'VHOST_1024' and
14026            not 'VXLAN' and
14027            not 'DOT1Q'"
14028   parameters:
14029   - "throughput"
14030   - "parent"
14031   - "tags"
14032   sort:
14033   - "not CFS_OPT"
14034   - "1VM"
14035   - "2VM"
14036   traces:
14037     hoverinfo: "x+y"
14038     boxpoints: "outliers"
14039     whiskerwidth: 0
14040   layout:
14041     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14042     layout: "plot-throughput"
14043
14044 -
14045   type: "plot"
14046   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14047   algorithm: "plot_performance_box"
14048   output-file-type: ".html"
14049   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14050   data: "plot-vpp-throughput-latency-2n-skx"
14051   filter: "'NIC_Intel-X710' and
14052            '64B' and
14053            'NDRPDR' and
14054            'ETH' and
14055            'IP4FWD' and
14056            '2T1C' and
14057            'VHOST_1024' and
14058            not 'VXLAN' and
14059            not 'DOT1Q'"
14060   parameters:
14061   - "throughput"
14062   - "parent"
14063   - "tags"
14064   sort:
14065   - "not CFS_OPT"
14066   - "1VM"
14067   - "2VM"
14068   traces:
14069     hoverinfo: "x+y"
14070     boxpoints: "outliers"
14071     whiskerwidth: 0
14072   layout:
14073     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14074     layout: "plot-throughput"
14075
14076 -
14077   type: "plot"
14078   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14079   algorithm: "plot_performance_box"
14080   output-file-type: ".html"
14081   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14082   data: "plot-vpp-throughput-latency-2n-skx"
14083   filter: "'NIC_Intel-X710' and
14084            '64B' and
14085            'NDRPDR' and
14086            'ETH' and
14087            'IP4FWD' and
14088            '4T2C' and
14089            'VHOST_1024' and
14090            not 'VXLAN' and
14091            not 'DOT1Q'"
14092   parameters:
14093   - "throughput"
14094   - "parent"
14095   - "tags"
14096   sort:
14097   - "not CFS_OPT"
14098   - "1VM"
14099   - "2VM"
14100   traces:
14101     hoverinfo: "x+y"
14102     boxpoints: "outliers"
14103     whiskerwidth: 0
14104   layout:
14105     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14106     layout: "plot-throughput"
14107
14108 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
14109 -
14110   type: "plot"
14111   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14112   algorithm: "plot_performance_box"
14113   output-file-type: ".html"
14114   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14115   data: "plot-vpp-throughput-latency-2n-skx"
14116   filter: "'NIC_Intel-X710' and
14117            '64B' and
14118            'NDRPDR' and
14119            ('ETH' or 'DOT1Q') and
14120            '2T1C' and
14121            'L2BDMACLRN' and
14122            'VHOST_1024' and
14123            not 'VXLAN' and
14124            not 'IP4FWD' and
14125            not '2VM'"
14126   parameters:
14127   - "throughput"
14128   - "parent"
14129   - "tags"
14130 #  sort:
14131 #  - "VM"  # "not CFS_OPT"
14132 #  - "CFS_OPT"
14133 #  - "FIB_10K"
14134 #  - "FIB_100K"
14135 #  - "FIB_1M"
14136   traces:
14137     hoverinfo: "x+y"
14138     boxpoints: "outliers"
14139     whiskerwidth: 0
14140   layout:
14141     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14142     layout: "plot-throughput"
14143
14144 -
14145   type: "plot"
14146   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14147   algorithm: "plot_performance_box"
14148   output-file-type: ".html"
14149   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14150   data: "plot-vpp-throughput-latency-2n-skx"
14151   filter: "'NIC_Intel-X710' and
14152            '64B' and
14153            'NDRPDR' and
14154            ('ETH' or 'DOT1Q') and
14155            '4T2C' and
14156            'L2BDMACLRN' and
14157            'VHOST_1024' and
14158            not 'VXLAN' and
14159            not 'IP4FWD' and
14160            not '2VM'"
14161   parameters:
14162   - "throughput"
14163   - "parent"
14164   - "tags"
14165 #  sort:
14166 #  - "VM"  # "not CFS_OPT"
14167 #  - "CFS_OPT"
14168 #  - "FIB_10K"
14169 #  - "FIB_100K"
14170 #  - "FIB_1M"
14171   traces:
14172     hoverinfo: "x+y"
14173     boxpoints: "outliers"
14174     whiskerwidth: 0
14175   layout:
14176     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14177     layout: "plot-throughput"
14178
14179 -
14180   type: "plot"
14181   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14182   algorithm: "plot_performance_box"
14183   output-file-type: ".html"
14184   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14185   data: "plot-vpp-throughput-latency-2n-skx"
14186   filter: "'NIC_Intel-X710' and
14187            '64B' and
14188            'NDRPDR' and
14189            ('ETH' or 'DOT1Q') and
14190            '2T1C' and
14191            'L2BDMACLRN' and
14192            'VHOST_1024' and
14193            not 'VXLAN' and
14194            not 'IP4FWD' and
14195            not '2VM'"
14196   parameters:
14197   - "throughput"
14198   - "parent"
14199   - "tags"
14200 #  sort:
14201 #  - "VM"  # "not CFS_OPT"
14202 #  - "CFS_OPT"
14203 #  - "FIB_10K"
14204 #  - "FIB_100K"
14205 #  - "FIB_1M"
14206   traces:
14207     hoverinfo: "x+y"
14208     boxpoints: "outliers"
14209     whiskerwidth: 0
14210   layout:
14211     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14212     layout: "plot-throughput"
14213
14214 -
14215   type: "plot"
14216   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14217   algorithm: "plot_performance_box"
14218   output-file-type: ".html"
14219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14220   data: "plot-vpp-throughput-latency-2n-skx"
14221   filter: "'NIC_Intel-X710' and
14222            '64B' and
14223            'NDRPDR' and
14224            ('ETH' or 'DOT1Q') and
14225            '4T2C' and
14226            'L2BDMACLRN' and
14227            'VHOST_1024' and
14228            not 'VXLAN' and
14229            not 'IP4FWD' and
14230            not '2VM'"
14231   parameters:
14232   - "throughput"
14233   - "parent"
14234   - "tags"
14235 #  sort:
14236 #  - "VM"  # "not CFS_OPT"
14237 #  - "CFS_OPT"
14238 #  - "FIB_10K"
14239 #  - "FIB_100K"
14240 #  - "FIB_1M"
14241   traces:
14242     hoverinfo: "x+y"
14243     boxpoints: "outliers"
14244     whiskerwidth: 0
14245   layout:
14246     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14247     layout: "plot-throughput"
14248
14249 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
14250 -
14251   type: "plot"
14252   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14253   algorithm: "plot_performance_box"
14254   output-file-type: ".html"
14255   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14256   data: "plot-vpp-throughput-latency-2n-skx"
14257   filter: "'NIC_Intel-X710' and
14258            '64B' and
14259            'NDRPDR' and
14260            ('ETH' or 'DOT1Q') and
14261            'BASE' and
14262            '2T1C' and
14263            ('L2BDMACLRN' or 'L2XCFWD') and
14264            'VHOST_1024' and
14265            not 'VXLAN' and
14266            not 'IP4FWD' and
14267            not '2VM'"
14268   parameters:
14269   - "throughput"
14270   - "parent"
14271   - "tags"
14272 #  sort:
14273 #  - "not CFS_OPT"
14274 #  - "L2XCFWD"
14275 #  - "not CFS_OPT"
14276 #  - "CFS_OPT"
14277   traces:
14278     hoverinfo: "x+y"
14279     boxpoints: "outliers"
14280     whiskerwidth: 0
14281   layout:
14282     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
14283     layout: "plot-throughput"
14284
14285 -
14286   type: "plot"
14287   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14288   algorithm: "plot_performance_box"
14289   output-file-type: ".html"
14290   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14291   data: "plot-vpp-throughput-latency-2n-skx"
14292   filter: "'NIC_Intel-X710' and
14293            '64B' and
14294            'NDRPDR' and
14295            ('ETH' or 'DOT1Q') and
14296            'BASE' and
14297            '2T1C' and
14298            ('L2BDMACLRN' or 'L2XCFWD') and
14299            'VHOST_1024' and
14300            not 'VXLAN' and
14301            not 'IP4FWD' and
14302            not '2VM'"
14303   parameters:
14304   - "throughput"
14305   - "parent"
14306   - "tags"
14307 #  sort:
14308 #  - "not CFS_OPT"
14309 #  - "L2XCFWD"
14310 #  - "not CFS_OPT"
14311 #  - "CFS_OPT"
14312   traces:
14313     hoverinfo: "x+y"
14314     boxpoints: "outliers"
14315     whiskerwidth: 0
14316   layout:
14317     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
14318     layout: "plot-throughput"
14319
14320 -
14321   type: "plot"
14322   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14323   algorithm: "plot_performance_box"
14324   output-file-type: ".html"
14325   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14326   data: "plot-vpp-throughput-latency-2n-skx"
14327   filter: "'NIC_Intel-X710' and
14328            '64B' and
14329            'NDRPDR' and
14330            ('ETH' or 'DOT1Q') and
14331            'BASE' and
14332            '4T2C' and
14333            ('L2BDMACLRN' or 'L2XCFWD') and
14334            'VHOST_1024' and
14335            not 'VXLAN' and
14336            not 'IP4FWD' and
14337            not '2VM'"
14338   parameters:
14339   - "throughput"
14340   - "parent"
14341   - "tags"
14342 #  sort:
14343 #  - "not CFS_OPT"
14344 #  - "L2XCFWD"
14345 #  - "not CFS_OPT"
14346 #  - "CFS_OPT"
14347   traces:
14348     hoverinfo: "x+y"
14349     boxpoints: "outliers"
14350     whiskerwidth: 0
14351   layout:
14352     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
14353     layout: "plot-throughput"
14354
14355 -
14356   type: "plot"
14357   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14358   algorithm: "plot_performance_box"
14359   output-file-type: ".html"
14360   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14361   data: "plot-vpp-throughput-latency-2n-skx"
14362   filter: "'NIC_Intel-X710' and
14363            '64B' and
14364            'NDRPDR' and
14365            ('ETH' or 'DOT1Q') and
14366            'BASE' and
14367            '4T2C' and
14368            ('L2BDMACLRN' or 'L2XCFWD') and
14369            'VHOST_1024' and
14370            not 'VXLAN' and
14371            not 'IP4FWD' and
14372            not '2VM'"
14373   parameters:
14374   - "throughput"
14375   - "parent"
14376   - "tags"
14377 #  sort:
14378 #  - "not CFS_OPT"
14379 #  - "L2XCFWD"
14380 #  - "not CFS_OPT"
14381 #  - "CFS_OPT"
14382   traces:
14383     hoverinfo: "x+y"
14384     boxpoints: "outliers"
14385     whiskerwidth: 0
14386   layout:
14387     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
14388     layout: "plot-throughput"
14389
14390 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
14391 -
14392   type: "plot"
14393   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14394   algorithm: "plot_performance_box"
14395   output-file-type: ".html"
14396   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14397   data: "plot-vpp-throughput-latency-2n-skx"
14398   filter: "'NIC_Intel-X710' and
14399            '64B' and
14400            'NDRPDR' and
14401            ('ETH' or 'DOT1Q') and
14402            '2T1C' and
14403            ('L2BDMACLRN' or 'L2XCFWD') and
14404            'VHOST_1024' and
14405            not 'CFS_OPT' and
14406            not 'VXLAN' and
14407            not 'IP4FWD'"
14408   parameters:
14409   - "throughput"
14410   - "parent"
14411   - "tags"
14412 #  sort:
14413 #  - "1VM"
14414 #  - "L2XCFWD"
14415 #  - "1VM"
14416 #  - "L2BDMACLRN"
14417   traces:
14418     hoverinfo: "x+y"
14419     boxpoints: "outliers"
14420     whiskerwidth: 0
14421   layout:
14422     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
14423     layout: "plot-throughput"
14424
14425 -
14426   type: "plot"
14427   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14428   algorithm: "plot_performance_box"
14429   output-file-type: ".html"
14430   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14431   data: "plot-vpp-throughput-latency-2n-skx"
14432   filter: "'NIC_Intel-X710' and
14433            '64B' and
14434            'NDRPDR' and
14435            ('ETH' or 'DOT1Q') and
14436            '2T1C' and
14437            ('L2BDMACLRN' or 'L2XCFWD') and
14438            'VHOST_1024' and
14439            not 'CFS_OPT' and
14440            not 'VXLAN' and
14441            not 'IP4FWD'"
14442   parameters:
14443   - "throughput"
14444   - "parent"
14445   - "tags"
14446 #  sort:
14447 #  - "1VM"
14448 #  - "L2XCFWD"
14449 #  - "1VM"
14450 #  - "L2BDMACLRN"
14451   traces:
14452     hoverinfo: "x+y"
14453     boxpoints: "outliers"
14454     whiskerwidth: 0
14455   layout:
14456     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
14457     layout: "plot-throughput"
14458
14459 -
14460   type: "plot"
14461   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14462   algorithm: "plot_performance_box"
14463   output-file-type: ".html"
14464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14465   data: "plot-vpp-throughput-latency-2n-skx"
14466   filter: "'NIC_Intel-X710' and
14467            '64B' and
14468            'NDRPDR' and
14469            ('ETH' or 'DOT1Q') and
14470            '4T2C' and
14471            ('L2BDMACLRN' or 'L2XCFWD') and
14472            'VHOST_1024' and
14473            not 'CFS_OPT' and
14474            not 'VXLAN' and
14475            not 'IP4FWD'"
14476   parameters:
14477   - "throughput"
14478   - "parent"
14479   - "tags"
14480 #  sort:
14481 #  - "1VM"
14482 #  - "L2XCFWD"
14483 #  - "1VM"
14484 #  - "L2BDMACLRN"
14485   traces:
14486     hoverinfo: "x+y"
14487     boxpoints: "outliers"
14488     whiskerwidth: 0
14489   layout:
14490     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
14491     layout: "plot-throughput"
14492
14493 -
14494   type: "plot"
14495   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14496   algorithm: "plot_performance_box"
14497   output-file-type: ".html"
14498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14499   data: "plot-vpp-throughput-latency-2n-skx"
14500   filter: "'NIC_Intel-X710' and
14501            '64B' and
14502            'NDRPDR' and
14503            ('ETH' or 'DOT1Q') and
14504            '4T2C' and
14505            ('L2BDMACLRN' or 'L2XCFWD') and
14506            'VHOST_1024' and
14507            not 'CFS_OPT' and
14508            not 'VXLAN' and
14509            not 'IP4FWD'"
14510   parameters:
14511   - "throughput"
14512   - "parent"
14513   - "tags"
14514 #  sort:
14515 #  - "1VM"
14516 #  - "L2XCFWD"
14517 #  - "1VM"
14518 #  - "L2BDMACLRN"
14519   traces:
14520     hoverinfo: "x+y"
14521     boxpoints: "outliers"
14522     whiskerwidth: 0
14523   layout:
14524     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
14525     layout: "plot-throughput"
14526
14527 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
14528 -
14529   type: "plot"
14530   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14531   algorithm: "plot_performance_box"
14532   output-file-type: ".html"
14533   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14534   data: "plot-vpp-throughput-latency-2n-skx"
14535   filter: "'NIC_Intel-XXV710' and
14536            '64B' and
14537            'NDRPDR' and
14538            'ETH' and
14539            'IP4FWD' and
14540            '2T1C' and
14541            'VHOST_1024' and
14542            not 'VXLAN' and
14543            not 'DOT1Q'"
14544   parameters:
14545   - "throughput"
14546   - "parent"
14547   - "tags"
14548   sort:
14549   - "not CFS_OPT"
14550   - "1VM"
14551   - "2VM"
14552   traces:
14553     hoverinfo: "x+y"
14554     boxpoints: "outliers"
14555     whiskerwidth: 0
14556   layout:
14557     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14558     layout: "plot-throughput"
14559
14560 -
14561   type: "plot"
14562   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14563   algorithm: "plot_performance_box"
14564   output-file-type: ".html"
14565   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14566   data: "plot-vpp-throughput-latency-2n-skx"
14567   filter: "'NIC_Intel-XXV710' and
14568            '64B' and
14569            'NDRPDR' and
14570            'ETH' and
14571            'IP4FWD' and
14572            '4T2C' and
14573            'VHOST_1024' and
14574            not 'VXLAN' and
14575            not 'DOT1Q'"
14576   parameters:
14577   - "throughput"
14578   - "parent"
14579   - "tags"
14580   sort:
14581   - "not CFS_OPT"
14582   - "1VM"
14583   - "2VM"
14584   traces:
14585     hoverinfo: "x+y"
14586     boxpoints: "outliers"
14587     whiskerwidth: 0
14588   layout:
14589     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14590     layout: "plot-throughput"
14591
14592 -
14593   type: "plot"
14594   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14595   algorithm: "plot_performance_box"
14596   output-file-type: ".html"
14597   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14598   data: "plot-vpp-throughput-latency-2n-skx"
14599   filter: "'NIC_Intel-XXV710' and
14600            '64B' and
14601            'NDRPDR' and
14602            'ETH' and
14603            'IP4FWD' and
14604            '2T1C' and
14605            'VHOST_1024' and
14606            not 'VXLAN' and
14607            not 'DOT1Q'"
14608   parameters:
14609   - "throughput"
14610   - "parent"
14611   - "tags"
14612   sort:
14613   - "not CFS_OPT"
14614   - "1VM"
14615   - "2VM"
14616   traces:
14617     hoverinfo: "x+y"
14618     boxpoints: "outliers"
14619     whiskerwidth: 0
14620   layout:
14621     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14622     layout: "plot-throughput"
14623
14624 -
14625   type: "plot"
14626   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14627   algorithm: "plot_performance_box"
14628   output-file-type: ".html"
14629   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14630   data: "plot-vpp-throughput-latency-2n-skx"
14631   filter: "'NIC_Intel-XXV710' and
14632            '64B' and
14633            'NDRPDR' and
14634            'ETH' and
14635            'IP4FWD' and
14636            '4T2C' and
14637            'VHOST_1024' and
14638            not 'VXLAN' and
14639            not 'DOT1Q'"
14640   parameters:
14641   - "throughput"
14642   - "parent"
14643   - "tags"
14644   sort:
14645   - "not CFS_OPT"
14646   - "1VM"
14647   - "2VM"
14648   traces:
14649     hoverinfo: "x+y"
14650     boxpoints: "outliers"
14651     whiskerwidth: 0
14652   layout:
14653     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14654     layout: "plot-throughput"
14655
14656 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
14657 -
14658   type: "plot"
14659   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14660   algorithm: "plot_performance_box"
14661   output-file-type: ".html"
14662   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14663   data: "plot-vpp-throughput-latency-2n-skx"
14664   filter: "'NIC_Intel-XXV710' and
14665            '64B' and
14666            'NDRPDR' and
14667            ('ETH' or 'DOT1Q') and
14668            '2T1C' and
14669            'L2BDMACLRN' and
14670            'VHOST_1024' and
14671            not 'VXLAN' and
14672            not 'IP4FWD' and
14673            not '2VM'"
14674   parameters:
14675   - "throughput"
14676   - "parent"
14677   - "tags"
14678 #  sort:
14679 #  - "VM"  # "not CFS_OPT"
14680 #  - "CFS_OPT"
14681 #  - "FIB_10K"
14682 #  - "FIB_100K"
14683 #  - "FIB_1M"
14684   traces:
14685     hoverinfo: "x+y"
14686     boxpoints: "outliers"
14687     whiskerwidth: 0
14688   layout:
14689     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
14690     layout: "plot-throughput"
14691
14692 -
14693   type: "plot"
14694   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14695   algorithm: "plot_performance_box"
14696   output-file-type: ".html"
14697   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14698   data: "plot-vpp-throughput-latency-2n-skx"
14699   filter: "'NIC_Intel-XXV710' and
14700            '64B' and
14701            'NDRPDR' and
14702            ('ETH' or 'DOT1Q') and
14703            '4T2C' and
14704            'L2BDMACLRN' and
14705            'VHOST_1024' and
14706            not 'VXLAN' and
14707            not 'IP4FWD' and
14708            not '2VM'"
14709   parameters:
14710   - "throughput"
14711   - "parent"
14712   - "tags"
14713 #  sort:
14714 #  - "VM"  # "not CFS_OPT"
14715 #  - "CFS_OPT"
14716 #  - "FIB_10K"
14717 #  - "FIB_100K"
14718 #  - "FIB_1M"
14719   traces:
14720     hoverinfo: "x+y"
14721     boxpoints: "outliers"
14722     whiskerwidth: 0
14723   layout:
14724     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
14725     layout: "plot-throughput"
14726
14727 -
14728   type: "plot"
14729   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14730   algorithm: "plot_performance_box"
14731   output-file-type: ".html"
14732   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14733   data: "plot-vpp-throughput-latency-2n-skx"
14734   filter: "'NIC_Intel-XXV710' and
14735            '64B' and
14736            'NDRPDR' and
14737            ('ETH' or 'DOT1Q') and
14738            '2T1C' and
14739            'L2BDMACLRN' and
14740            'VHOST_1024' and
14741            not 'VXLAN' and
14742            not 'IP4FWD' and
14743            not '2VM'"
14744   parameters:
14745   - "throughput"
14746   - "parent"
14747   - "tags"
14748 #  sort:
14749 #  - "VM"  # "not CFS_OPT"
14750 #  - "CFS_OPT"
14751 #  - "FIB_10K"
14752 #  - "FIB_100K"
14753 #  - "FIB_1M"
14754   traces:
14755     hoverinfo: "x+y"
14756     boxpoints: "outliers"
14757     whiskerwidth: 0
14758   layout:
14759     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
14760     layout: "plot-throughput"
14761
14762 -
14763   type: "plot"
14764   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14765   algorithm: "plot_performance_box"
14766   output-file-type: ".html"
14767   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14768   data: "plot-vpp-throughput-latency-2n-skx"
14769   filter: "'NIC_Intel-XXV710' and
14770            '64B' and
14771            'NDRPDR' and
14772            ('ETH' or 'DOT1Q') and
14773            '4T2C' and
14774            'L2BDMACLRN' and
14775            'VHOST_1024' and
14776            not 'VXLAN' and
14777            not 'IP4FWD' and
14778            not '2VM'"
14779   parameters:
14780   - "throughput"
14781   - "parent"
14782   - "tags"
14783 #  sort:
14784 #  - "VM"  # "not CFS_OPT"
14785 #  - "CFS_OPT"
14786 #  - "FIB_10K"
14787 #  - "FIB_100K"
14788 #  - "FIB_1M"
14789   traces:
14790     hoverinfo: "x+y"
14791     boxpoints: "outliers"
14792     whiskerwidth: 0
14793   layout:
14794     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14795     layout: "plot-throughput"
14796
14797 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
14798 -
14799   type: "plot"
14800   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14801   algorithm: "plot_performance_box"
14802   output-file-type: ".html"
14803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14804   data: "plot-vpp-throughput-latency-2n-skx"
14805   filter: "'NIC_Intel-XXV710' and
14806            '64B' and
14807            'NDRPDR' and
14808            ('ETH' or 'DOT1Q') and
14809            'BASE' and
14810            '2T1C' and
14811            ('L2BDMACLRN' or 'L2XCFWD') and
14812            'VHOST_1024' and
14813            not 'VXLAN' and
14814            not 'IP4FWD' and
14815            not '2VM'"
14816   parameters:
14817   - "throughput"
14818   - "parent"
14819   - "tags"
14820 #  sort:
14821 #  - "not CFS_OPT"
14822 #  - "L2XCFWD"
14823 #  - "not CFS_OPT"
14824 #  - "CFS_OPT"
14825   traces:
14826     hoverinfo: "x+y"
14827     boxpoints: "outliers"
14828     whiskerwidth: 0
14829   layout:
14830     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14831     layout: "plot-throughput"
14832
14833 -
14834   type: "plot"
14835   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14836   algorithm: "plot_performance_box"
14837   output-file-type: ".html"
14838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14839   data: "plot-vpp-throughput-latency-2n-skx"
14840   filter: "'NIC_Intel-XXV710' and
14841            '64B' and
14842            'NDRPDR' and
14843            ('ETH' or 'DOT1Q') and
14844            'BASE' and
14845            '2T1C' and
14846            ('L2BDMACLRN' or 'L2XCFWD') and
14847            'VHOST_1024' and
14848            not 'VXLAN' and
14849            not 'IP4FWD' and
14850            not '2VM'"
14851   parameters:
14852   - "throughput"
14853   - "parent"
14854   - "tags"
14855 #  sort:
14856 #  - "not CFS_OPT"
14857 #  - "L2XCFWD"
14858 #  - "not CFS_OPT"
14859 #  - "CFS_OPT"
14860   traces:
14861     hoverinfo: "x+y"
14862     boxpoints: "outliers"
14863     whiskerwidth: 0
14864   layout:
14865     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14866     layout: "plot-throughput"
14867
14868 -
14869   type: "plot"
14870   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14871   algorithm: "plot_performance_box"
14872   output-file-type: ".html"
14873   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14874   data: "plot-vpp-throughput-latency-2n-skx"
14875   filter: "'NIC_Intel-XXV710' and
14876            '64B' and
14877            'NDRPDR' and
14878            ('ETH' or 'DOT1Q') and
14879            'BASE' and
14880            '4T2C' and
14881            ('L2BDMACLRN' or 'L2XCFWD') and
14882            'VHOST_1024' and
14883            not 'VXLAN' and
14884            not 'IP4FWD' and
14885            not '2VM'"
14886   parameters:
14887   - "throughput"
14888   - "parent"
14889   - "tags"
14890 #  sort:
14891 #  - "not CFS_OPT"
14892 #  - "L2XCFWD"
14893 #  - "not CFS_OPT"
14894 #  - "CFS_OPT"
14895   traces:
14896     hoverinfo: "x+y"
14897     boxpoints: "outliers"
14898     whiskerwidth: 0
14899   layout:
14900     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14901     layout: "plot-throughput"
14902
14903 -
14904   type: "plot"
14905   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14906   algorithm: "plot_performance_box"
14907   output-file-type: ".html"
14908   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14909   data: "plot-vpp-throughput-latency-2n-skx"
14910   filter: "'NIC_Intel-XXV710' and
14911            '64B' and
14912            'NDRPDR' and
14913            ('ETH' or 'DOT1Q') and
14914            'BASE' and
14915            '4T2C' and
14916            ('L2BDMACLRN' or 'L2XCFWD') and
14917            'VHOST_1024' and
14918            not 'VXLAN' and
14919            not 'IP4FWD' and
14920            not '2VM'"
14921   parameters:
14922   - "throughput"
14923   - "parent"
14924   - "tags"
14925 #  sort:
14926 #  - "not CFS_OPT"
14927 #  - "L2XCFWD"
14928 #  - "not CFS_OPT"
14929 #  - "CFS_OPT"
14930   traces:
14931     hoverinfo: "x+y"
14932     boxpoints: "outliers"
14933     whiskerwidth: 0
14934   layout:
14935     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14936     layout: "plot-throughput"
14937
14938 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
14939 -
14940   type: "plot"
14941   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14942   algorithm: "plot_performance_box"
14943   output-file-type: ".html"
14944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14945   data: "plot-vpp-throughput-latency-2n-skx"
14946   filter: "'NIC_Intel-XXV710' and
14947            '64B' and
14948            'NDRPDR' and
14949            ('ETH' or 'DOT1Q') and
14950            '2T1C' and
14951            ('L2BDMACLRN' or 'L2XCFWD') and
14952            'VHOST_1024' and
14953            not 'CFS_OPT' and
14954            not 'VXLAN' and
14955            not 'IP4FWD'"
14956   parameters:
14957   - "throughput"
14958   - "parent"
14959   - "tags"
14960 #  sort:
14961 #  - "1VM"
14962 #  - "L2XCFWD"
14963 #  - "1VM"
14964 #  - "L2BDMACLRN"
14965   traces:
14966     hoverinfo: "x+y"
14967     boxpoints: "outliers"
14968     whiskerwidth: 0
14969   layout:
14970     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14971     layout: "plot-throughput"
14972
14973 -
14974   type: "plot"
14975   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14976   algorithm: "plot_performance_box"
14977   output-file-type: ".html"
14978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14979   data: "plot-vpp-throughput-latency-2n-skx"
14980   filter: "'NIC_Intel-XXV710' and
14981            '64B' and
14982            'NDRPDR' and
14983            ('ETH' or 'DOT1Q') and
14984            '2T1C' and
14985            ('L2BDMACLRN' or 'L2XCFWD') and
14986            'VHOST_1024' and
14987            not 'CFS_OPT' and
14988            not 'VXLAN' and
14989            not 'IP4FWD'"
14990   parameters:
14991   - "throughput"
14992   - "parent"
14993   - "tags"
14994 #  sort:
14995 #  - "1VM"
14996 #  - "L2XCFWD"
14997 #  - "1VM"
14998 #  - "L2BDMACLRN"
14999   traces:
15000     hoverinfo: "x+y"
15001     boxpoints: "outliers"
15002     whiskerwidth: 0
15003   layout:
15004     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15005     layout: "plot-throughput"
15006
15007 -
15008   type: "plot"
15009   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15010   algorithm: "plot_performance_box"
15011   output-file-type: ".html"
15012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15013   data: "plot-vpp-throughput-latency-2n-skx"
15014   filter: "'NIC_Intel-XXV710' and
15015            '64B' and
15016            'NDRPDR' and
15017            ('ETH' or 'DOT1Q') and
15018            '4T2C' and
15019            ('L2BDMACLRN' or 'L2XCFWD') and
15020            'VHOST_1024' and
15021            not 'CFS_OPT' and
15022            not 'VXLAN' and
15023            not 'IP4FWD'"
15024   parameters:
15025   - "throughput"
15026   - "parent"
15027   - "tags"
15028 #  sort:
15029 #  - "1VM"
15030 #  - "L2XCFWD"
15031 #  - "1VM"
15032 #  - "L2BDMACLRN"
15033   traces:
15034     hoverinfo: "x+y"
15035     boxpoints: "outliers"
15036     whiskerwidth: 0
15037   layout:
15038     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15039     layout: "plot-throughput"
15040
15041 -
15042   type: "plot"
15043   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15044   algorithm: "plot_performance_box"
15045   output-file-type: ".html"
15046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15047   data: "plot-vpp-throughput-latency-2n-skx"
15048   filter: "'NIC_Intel-XXV710' and
15049            '64B' and
15050            'NDRPDR' and
15051            ('ETH' or 'DOT1Q') and
15052            '4T2C' and
15053            ('L2BDMACLRN' or 'L2XCFWD') and
15054            'VHOST_1024' and
15055            not 'CFS_OPT' and
15056            not 'VXLAN' and
15057            not 'IP4FWD'"
15058   parameters:
15059   - "throughput"
15060   - "parent"
15061   - "tags"
15062 #  sort:
15063 #  - "1VM"
15064 #  - "L2XCFWD"
15065 #  - "1VM"
15066 #  - "L2BDMACLRN"
15067   traces:
15068     hoverinfo: "x+y"
15069     boxpoints: "outliers"
15070     whiskerwidth: 0
15071   layout:
15072     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15073     layout: "plot-throughput"
15074
15075 ################################################################################
15076
15077 # Packet Throughput - VPP VTS 3n-hsw-x520
15078 -
15079   type: "plot"
15080   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15081   algorithm: "plot_performance_box"
15082   output-file-type: ".html"
15083   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15084   data: "plot-vpp-throughput-latency-3n-hsw"
15085   filter: "'NIC_Intel-X520-DA2' and
15086            '114B' and
15087            'NDRPDR' and
15088            '1T1C' and
15089            'VTS'"
15090   parameters:
15091   - "throughput"
15092   - "parent"
15093   - "tags"
15094   traces:
15095     hoverinfo: "x+y"
15096     boxpoints: "outliers"
15097     whiskerwidth: 0
15098   layout:
15099     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15100     layout: "plot-throughput"
15101
15102 -
15103   type: "plot"
15104   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15105   algorithm: "plot_performance_box"
15106   output-file-type: ".html"
15107   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15108   data: "plot-vpp-throughput-latency-3n-hsw"
15109   filter: "'NIC_Intel-X520-DA2' and
15110            '114B' and
15111            'NDRPDR' and
15112            '2T2C' and
15113            'VTS'"
15114   parameters:
15115   - "throughput"
15116   - "parent"
15117   - "tags"
15118   traces:
15119     hoverinfo: "x+y"
15120     boxpoints: "outliers"
15121     whiskerwidth: 0
15122   layout:
15123     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15124     layout: "plot-throughput"
15125
15126 -
15127   type: "plot"
15128   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15129   algorithm: "plot_performance_box"
15130   output-file-type: ".html"
15131   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15132   data: "plot-vpp-throughput-latency-3n-hsw"
15133   filter: "'NIC_Intel-X520-DA2' and
15134            '114B' and
15135            'NDRPDR' and
15136            '1T1C' and
15137            'VTS'"
15138   parameters:
15139   - "throughput"
15140   - "parent"
15141   - "tags"
15142   traces:
15143     hoverinfo: "x+y"
15144     boxpoints: "outliers"
15145     whiskerwidth: 0
15146   layout:
15147     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15148     layout: "plot-throughput"
15149
15150 -
15151   type: "plot"
15152   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15153   algorithm: "plot_performance_box"
15154   output-file-type: ".html"
15155   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15156   data: "plot-vpp-throughput-latency-3n-hsw"
15157   filter: "'NIC_Intel-X520-DA2' and
15158            '114B' and
15159            'NDRPDR' and
15160            '2T2C' and
15161            'VTS'"
15162   parameters:
15163   - "throughput"
15164   - "parent"
15165   - "tags"
15166   traces:
15167     hoverinfo: "x+y"
15168     boxpoints: "outliers"
15169     whiskerwidth: 0
15170   layout:
15171     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
15172     layout: "plot-throughput"
15173
15174 ################################################################################
15175
15176 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
15177 -
15178   type: "plot"
15179   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15180   algorithm: "plot_performance_box"
15181   output-file-type: ".html"
15182   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15183   data: "plot-dpdk-throughput-latency-3n-hsw"
15184   filter: "'NIC_Intel-X520-DA2' and
15185            '64B' and
15186            'BASE' and
15187            'NDRPDR' and
15188            '1T1C' and
15189            'IP4FWD'"
15190   parameters:
15191   - "throughput"
15192   - "parent"
15193   - "tags"
15194   traces:
15195     hoverinfo: "x+y"
15196     boxpoints: "outliers"
15197     whiskerwidth: 0
15198   layout:
15199     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
15200     layout: "plot-throughput"
15201
15202 -
15203   type: "plot"
15204   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15205   algorithm: "plot_performance_box"
15206   output-file-type: ".html"
15207   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15208   data: "plot-dpdk-throughput-latency-3n-hsw"
15209   filter: "'NIC_Intel-X520-DA2' and
15210            '64B' and
15211            'BASE' and
15212            'NDRPDR' and
15213            '2T2C' and
15214            'IP4FWD'"
15215   parameters:
15216   - "throughput"
15217   - "parent"
15218   - "tags"
15219   traces:
15220     hoverinfo: "x+y"
15221     boxpoints: "outliers"
15222     whiskerwidth: 0
15223   layout:
15224     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
15225     layout: "plot-throughput"
15226
15227 -
15228   type: "plot"
15229   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15230   algorithm: "plot_performance_box"
15231   output-file-type: ".html"
15232   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15233   data: "plot-dpdk-throughput-latency-3n-hsw"
15234   filter: "'NIC_Intel-X520-DA2' and
15235            '64B' and
15236            'BASE' and
15237            'NDRPDR' and
15238            '1T1C' and
15239            'IP4FWD'"
15240   parameters:
15241   - "throughput"
15242   - "parent"
15243   - "tags"
15244   traces:
15245     hoverinfo: "x+y"
15246     boxpoints: "outliers"
15247     whiskerwidth: 0
15248   layout:
15249     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
15250     layout: "plot-throughput"
15251
15252 -
15253   type: "plot"
15254   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15255   algorithm: "plot_performance_box"
15256   output-file-type: ".html"
15257   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15258   data: "plot-dpdk-throughput-latency-3n-hsw"
15259   filter: "'NIC_Intel-X520-DA2' and
15260            '64B' and
15261            'BASE' and
15262            'NDRPDR' and
15263            '2T2C' and
15264            'IP4FWD'"
15265   parameters:
15266   - "throughput"
15267   - "parent"
15268   - "tags"
15269   traces:
15270     hoverinfo: "x+y"
15271     boxpoints: "outliers"
15272     whiskerwidth: 0
15273   layout:
15274     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
15275     layout: "plot-throughput"
15276
15277 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
15278 -
15279   type: "plot"
15280   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15281   algorithm: "plot_performance_box"
15282   output-file-type: ".html"
15283   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15284   data: "plot-dpdk-throughput-latency-3n-hsw"
15285   filter: "'NIC_Intel-X710' and
15286            '64B' and
15287            'BASE' and
15288            'NDRPDR' and
15289            '1T1C' and
15290            'IP4FWD'"
15291   parameters:
15292   - "throughput"
15293   - "parent"
15294   - "tags"
15295   traces:
15296     hoverinfo: "x+y"
15297     boxpoints: "outliers"
15298     whiskerwidth: 0
15299   layout:
15300     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
15301     layout: "plot-throughput"
15302
15303 -
15304   type: "plot"
15305   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15306   algorithm: "plot_performance_box"
15307   output-file-type: ".html"
15308   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15309   data: "plot-dpdk-throughput-latency-3n-hsw"
15310   filter: "'NIC_Intel-X710' and
15311            '64B' and
15312            'BASE' and
15313            'NDRPDR' and
15314            '2T2C' and
15315            'IP4FWD'"
15316   parameters:
15317   - "throughput"
15318   - "parent"
15319   - "tags"
15320   traces:
15321     hoverinfo: "x+y"
15322     boxpoints: "outliers"
15323     whiskerwidth: 0
15324   layout:
15325     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
15326     layout: "plot-throughput"
15327
15328 -
15329   type: "plot"
15330   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15331   algorithm: "plot_performance_box"
15332   output-file-type: ".html"
15333   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15334   data: "plot-dpdk-throughput-latency-3n-hsw"
15335   filter: "'NIC_Intel-X710' and
15336            '64B' and
15337            'BASE' and
15338            'NDRPDR' and
15339            '1T1C' and
15340            'IP4FWD'"
15341   parameters:
15342   - "throughput"
15343   - "parent"
15344   - "tags"
15345   traces:
15346     hoverinfo: "x+y"
15347     boxpoints: "outliers"
15348     whiskerwidth: 0
15349   layout:
15350     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
15351     layout: "plot-throughput"
15352
15353 -
15354   type: "plot"
15355   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15356   algorithm: "plot_performance_box"
15357   output-file-type: ".html"
15358   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15359   data: "plot-dpdk-throughput-latency-3n-hsw"
15360   filter: "'NIC_Intel-X710' and
15361            '64B' and
15362            'BASE' and
15363            'NDRPDR' and
15364            '2T2C' and
15365            'IP4FWD'"
15366   parameters:
15367   - "throughput"
15368   - "parent"
15369   - "tags"
15370   traces:
15371     hoverinfo: "x+y"
15372     boxpoints: "outliers"
15373     whiskerwidth: 0
15374   layout:
15375     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
15376     layout: "plot-throughput"
15377
15378 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
15379 -
15380   type: "plot"
15381   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15382   algorithm: "plot_performance_box"
15383   output-file-type: ".html"
15384   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15385   data: "plot-dpdk-throughput-latency-3n-hsw"
15386   filter: "'NIC_Intel-XL710' and
15387            '64B' and
15388            'BASE' and
15389            'NDRPDR' and
15390            '1T1C' and
15391            'IP4FWD'"
15392   parameters:
15393   - "throughput"
15394   - "parent"
15395   - "tags"
15396   traces:
15397     hoverinfo: "x+y"
15398     boxpoints: "outliers"
15399     whiskerwidth: 0
15400   layout:
15401     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
15402     layout: "plot-throughput"
15403
15404 -
15405   type: "plot"
15406   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15407   algorithm: "plot_performance_box"
15408   output-file-type: ".html"
15409   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15410   data: "plot-dpdk-throughput-latency-3n-hsw"
15411   filter: "'NIC_Intel-XL710' and
15412            '64B' and
15413            'BASE' and
15414            'NDRPDR' and
15415            '2T2C' and
15416            'IP4FWD'"
15417   parameters:
15418   - "throughput"
15419   - "parent"
15420   - "tags"
15421   traces:
15422     hoverinfo: "x+y"
15423     boxpoints: "outliers"
15424     whiskerwidth: 0
15425   layout:
15426     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
15427     layout: "plot-throughput"
15428
15429 -
15430   type: "plot"
15431   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15432   algorithm: "plot_performance_box"
15433   output-file-type: ".html"
15434   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15435   data: "plot-dpdk-throughput-latency-3n-hsw"
15436   filter: "'NIC_Intel-XL710' and
15437            '64B' and
15438            'BASE' and
15439            'NDRPDR' and
15440            '1T1C' and
15441            'IP4FWD'"
15442   parameters:
15443   - "throughput"
15444   - "parent"
15445   - "tags"
15446   traces:
15447     hoverinfo: "x+y"
15448     boxpoints: "outliers"
15449     whiskerwidth: 0
15450   layout:
15451     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
15452     layout: "plot-throughput"
15453
15454 -
15455   type: "plot"
15456   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15457   algorithm: "plot_performance_box"
15458   output-file-type: ".html"
15459   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15460   data: "plot-dpdk-throughput-latency-3n-hsw"
15461   filter: "'NIC_Intel-XL710' and
15462            '64B' and
15463            'BASE' and
15464            'NDRPDR' and
15465            '2T2C' and
15466            'IP4FWD'"
15467   parameters:
15468   - "throughput"
15469   - "parent"
15470   - "tags"
15471   traces:
15472     hoverinfo: "x+y"
15473     boxpoints: "outliers"
15474     whiskerwidth: 0
15475   layout:
15476     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
15477     layout: "plot-throughput"
15478
15479 # Packet Throughput - DPDK l3fwd 3n-skx-x710
15480 -
15481   type: "plot"
15482   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15483   algorithm: "plot_performance_box"
15484   output-file-type: ".html"
15485   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15486   data: "plot-dpdk-throughput-latency-3n-skx"
15487   filter: "'NIC_Intel-X710' and
15488            '64B' and
15489            'BASE' and
15490            'NDRPDR' and
15491            '2T1C' and
15492            'IP4FWD'"
15493   parameters:
15494   - "throughput"
15495   - "parent"
15496   - "tags"
15497   traces:
15498     hoverinfo: "x+y"
15499     boxpoints: "outliers"
15500     whiskerwidth: 0
15501   layout:
15502     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
15503     layout: "plot-throughput"
15504
15505 -
15506   type: "plot"
15507   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15508   algorithm: "plot_performance_box"
15509   output-file-type: ".html"
15510   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15511   data: "plot-dpdk-throughput-latency-3n-skx"
15512   filter: "'NIC_Intel-X710' and
15513            '64B' and
15514            'BASE' and
15515            'NDRPDR' and
15516            '4T2C' and
15517            'IP4FWD'"
15518   parameters:
15519   - "throughput"
15520   - "parent"
15521   - "tags"
15522   traces:
15523     hoverinfo: "x+y"
15524     boxpoints: "outliers"
15525     whiskerwidth: 0
15526   layout:
15527     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
15528     layout: "plot-throughput"
15529
15530 -
15531   type: "plot"
15532   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15533   algorithm: "plot_performance_box"
15534   output-file-type: ".html"
15535   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15536   data: "plot-dpdk-throughput-latency-3n-skx"
15537   filter: "'NIC_Intel-X710' and
15538            '64B' and
15539            'BASE' and
15540            'NDRPDR' and
15541            '2T1C' and
15542            'IP4FWD'"
15543   parameters:
15544   - "throughput"
15545   - "parent"
15546   - "tags"
15547   traces:
15548     hoverinfo: "x+y"
15549     boxpoints: "outliers"
15550     whiskerwidth: 0
15551   layout:
15552     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
15553     layout: "plot-throughput"
15554
15555 -
15556   type: "plot"
15557   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15558   algorithm: "plot_performance_box"
15559   output-file-type: ".html"
15560   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15561   data: "plot-dpdk-throughput-latency-3n-skx"
15562   filter: "'NIC_Intel-X710' and
15563            '64B' and
15564            'BASE' and
15565            'NDRPDR' and
15566            '4T2C' and
15567            'IP4FWD'"
15568   parameters:
15569   - "throughput"
15570   - "parent"
15571   - "tags"
15572   traces:
15573     hoverinfo: "x+y"
15574     boxpoints: "outliers"
15575     whiskerwidth: 0
15576   layout:
15577     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
15578     layout: "plot-throughput"
15579
15580 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
15581 -
15582   type: "plot"
15583   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15584   algorithm: "plot_performance_box"
15585   output-file-type: ".html"
15586   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15587   data: "plot-dpdk-throughput-latency-3n-skx"
15588   filter: "'NIC_Intel-XXV710' and
15589            '64B' and
15590            'BASE' and
15591            'NDRPDR' and
15592            '2T1C' and
15593            'IP4FWD'"
15594   parameters:
15595   - "throughput"
15596   - "parent"
15597   - "tags"
15598   traces:
15599     hoverinfo: "x+y"
15600     boxpoints: "outliers"
15601     whiskerwidth: 0
15602   layout:
15603     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
15604     layout: "plot-throughput"
15605
15606 -
15607   type: "plot"
15608   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15609   algorithm: "plot_performance_box"
15610   output-file-type: ".html"
15611   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15612   data: "plot-dpdk-throughput-latency-3n-skx"
15613   filter: "'NIC_Intel-XXV710' and
15614            '64B' and
15615            'BASE' and
15616            'NDRPDR' and
15617            '4T2C' and
15618            'IP4FWD'"
15619   parameters:
15620   - "throughput"
15621   - "parent"
15622   - "tags"
15623   traces:
15624     hoverinfo: "x+y"
15625     boxpoints: "outliers"
15626     whiskerwidth: 0
15627   layout:
15628     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
15629     layout: "plot-throughput"
15630
15631 -
15632   type: "plot"
15633   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
15634   algorithm: "plot_performance_box"
15635   output-file-type: ".html"
15636   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
15637   data: "plot-dpdk-throughput-latency-3n-skx"
15638   filter: "'NIC_Intel-XXV710' and
15639            '64B' and
15640            'BASE' and
15641            'NDRPDR' and
15642            '2T1C' and
15643            'IP4FWD'"
15644   parameters:
15645   - "throughput"
15646   - "parent"
15647   - "tags"
15648   traces:
15649     hoverinfo: "x+y"
15650     boxpoints: "outliers"
15651     whiskerwidth: 0
15652   layout:
15653     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
15654     layout: "plot-throughput"
15655
15656 -
15657   type: "plot"
15658   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
15659   algorithm: "plot_performance_box"
15660   output-file-type: ".html"
15661   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
15662   data: "plot-dpdk-throughput-latency-3n-skx"
15663   filter: "'NIC_Intel-XXV710' and
15664            '64B' and
15665            'BASE' and
15666            'NDRPDR' and
15667            '4T2C' and
15668            'IP4FWD'"
15669   parameters:
15670   - "throughput"
15671   - "parent"
15672   - "tags"
15673   traces:
15674     hoverinfo: "x+y"
15675     boxpoints: "outliers"
15676     whiskerwidth: 0
15677   layout:
15678     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
15679     layout: "plot-throughput"
15680
15681 # Packet Throughput - DPDK l3fwd 2n-skx-x710
15682 -
15683   type: "plot"
15684   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
15685   algorithm: "plot_performance_box"
15686   output-file-type: ".html"
15687   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
15688   data: "plot-dpdk-throughput-latency-2n-skx"
15689   filter: "'NIC_Intel-X710' and
15690            '64B' and
15691            'BASE' and
15692            'NDRPDR' and
15693            '2T1C' and
15694            'IP4FWD'"
15695   parameters:
15696   - "throughput"
15697   - "parent"
15698   - "tags"
15699   traces:
15700     hoverinfo: "x+y"
15701     boxpoints: "outliers"
15702     whiskerwidth: 0
15703   layout:
15704     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
15705     layout: "plot-throughput"
15706
15707 -
15708   type: "plot"
15709   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
15710   algorithm: "plot_performance_box"
15711   output-file-type: ".html"
15712   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
15713   data: "plot-dpdk-throughput-latency-2n-skx"
15714   filter: "'NIC_Intel-X710' and
15715            '64B' and
15716            'BASE' and
15717            'NDRPDR' and
15718            '4T2C' and
15719            'IP4FWD'"
15720   parameters:
15721   - "throughput"
15722   - "parent"
15723   - "tags"
15724   traces:
15725     hoverinfo: "x+y"
15726     boxpoints: "outliers"
15727     whiskerwidth: 0
15728   layout:
15729     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
15730     layout: "plot-throughput"
15731
15732 -
15733   type: "plot"
15734   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
15735   algorithm: "plot_performance_box"
15736   output-file-type: ".html"
15737   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
15738   data: "plot-dpdk-throughput-latency-2n-skx"
15739   filter: "'NIC_Intel-X710' and
15740            '64B' and
15741            'BASE' and
15742            'NDRPDR' and
15743            '2T1C' and
15744            'IP4FWD'"
15745   parameters:
15746   - "throughput"
15747   - "parent"
15748   - "tags"
15749   traces:
15750     hoverinfo: "x+y"
15751     boxpoints: "outliers"
15752     whiskerwidth: 0
15753   layout:
15754     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
15755     layout: "plot-throughput"
15756
15757 -
15758   type: "plot"
15759   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
15760   algorithm: "plot_performance_box"
15761   output-file-type: ".html"
15762   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
15763   data: "plot-dpdk-throughput-latency-2n-skx"
15764   filter: "'NIC_Intel-X710' and
15765            '64B' and
15766            'BASE' and
15767            'NDRPDR' and
15768            '4T2C' and
15769            'IP4FWD'"
15770   parameters:
15771   - "throughput"
15772   - "parent"
15773   - "tags"
15774   traces:
15775     hoverinfo: "x+y"
15776     boxpoints: "outliers"
15777     whiskerwidth: 0
15778   layout:
15779     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
15780     layout: "plot-throughput"
15781
15782 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
15783 -
15784   type: "plot"
15785   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
15786   algorithm: "plot_performance_box"
15787   output-file-type: ".html"
15788   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
15789   data: "plot-dpdk-throughput-latency-2n-skx"
15790   filter: "'NIC_Intel-XXV710' and
15791            '64B' and
15792            'BASE' and
15793            'NDRPDR' and
15794            '2T1C' and
15795            'IP4FWD'"
15796   parameters:
15797   - "throughput"
15798   - "parent"
15799   - "tags"
15800   traces:
15801     hoverinfo: "x+y"
15802     boxpoints: "outliers"
15803     whiskerwidth: 0
15804   layout:
15805     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
15806     layout: "plot-throughput"
15807
15808 -
15809   type: "plot"
15810   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
15811   algorithm: "plot_performance_box"
15812   output-file-type: ".html"
15813   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
15814   data: "plot-dpdk-throughput-latency-2n-skx"
15815   filter: "'NIC_Intel-XXV710' and
15816            '64B' and
15817            'BASE' and
15818            'NDRPDR' and
15819            '4T2C' and
15820            'IP4FWD'"
15821   parameters:
15822   - "throughput"
15823   - "parent"
15824   - "tags"
15825   traces:
15826     hoverinfo: "x+y"
15827     boxpoints: "outliers"
15828     whiskerwidth: 0
15829   layout:
15830     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
15831     layout: "plot-throughput"
15832
15833 -
15834   type: "plot"
15835   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15836   algorithm: "plot_performance_box"
15837   output-file-type: ".html"
15838   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15839   data: "plot-dpdk-throughput-latency-2n-skx"
15840   filter: "'NIC_Intel-XXV710' and
15841            '64B' and
15842            'BASE' and
15843            'NDRPDR' and
15844            '2T1C' and
15845            'IP4FWD'"
15846   parameters:
15847   - "throughput"
15848   - "parent"
15849   - "tags"
15850   traces:
15851     hoverinfo: "x+y"
15852     boxpoints: "outliers"
15853     whiskerwidth: 0
15854   layout:
15855     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15856     layout: "plot-throughput"
15857
15858 -
15859   type: "plot"
15860   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15861   algorithm: "plot_performance_box"
15862   output-file-type: ".html"
15863   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15864   data: "plot-dpdk-throughput-latency-2n-skx"
15865   filter: "'NIC_Intel-XXV710' and
15866            '64B' and
15867            'BASE' and
15868            'NDRPDR' and
15869            '4T2C' and
15870            'IP4FWD'"
15871   parameters:
15872   - "throughput"
15873   - "parent"
15874   - "tags"
15875   traces:
15876     hoverinfo: "x+y"
15877     boxpoints: "outliers"
15878     whiskerwidth: 0
15879   layout:
15880     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15881     layout: "plot-throughput"
15882
15883 ################################################################################
15884
15885 # Packet Throughput - DPDK testpmd 3n-hsw-x520
15886 -
15887   type: "plot"
15888   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15889   algorithm: "plot_performance_box"
15890   output-file-type: ".html"
15891   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15892   data: "plot-dpdk-throughput-latency-3n-hsw"
15893   filter: "'NIC_Intel-X520-DA2' and
15894            '64B' and
15895            'BASE' and
15896            'NDRPDR' and
15897            '1T1C' and
15898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15899   parameters:
15900   - "throughput"
15901   - "parent"
15902   - "tags"
15903   traces:
15904     hoverinfo: "x+y"
15905     boxpoints: "outliers"
15906     whiskerwidth: 0
15907   layout:
15908     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15909     layout: "plot-throughput"
15910
15911 -
15912   type: "plot"
15913   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15914   algorithm: "plot_performance_box"
15915   output-file-type: ".html"
15916   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15917   data: "plot-dpdk-throughput-latency-3n-hsw"
15918   filter: "'NIC_Intel-X520-DA2' and
15919            '64B' and
15920            'BASE' and
15921            'NDRPDR' and
15922            '2T2C' and
15923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15924   parameters:
15925   - "throughput"
15926   - "parent"
15927   - "tags"
15928   traces:
15929     hoverinfo: "x+y"
15930     boxpoints: "outliers"
15931     whiskerwidth: 0
15932   layout:
15933     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15934     layout: "plot-throughput"
15935
15936 -
15937   type: "plot"
15938   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15939   algorithm: "plot_performance_box"
15940   output-file-type: ".html"
15941   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15942   data: "plot-dpdk-throughput-latency-3n-hsw"
15943   filter: "'NIC_Intel-X520-DA2' and
15944            '64B' and
15945            'BASE' and
15946            'NDRPDR' and
15947            '1T1C' and
15948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15949   parameters:
15950   - "throughput"
15951   - "parent"
15952   - "tags"
15953   traces:
15954     hoverinfo: "x+y"
15955     boxpoints: "outliers"
15956     whiskerwidth: 0
15957   layout:
15958     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15959     layout: "plot-throughput"
15960
15961 -
15962   type: "plot"
15963   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15964   algorithm: "plot_performance_box"
15965   output-file-type: ".html"
15966   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15967   data: "plot-dpdk-throughput-latency-3n-hsw"
15968   filter: "'NIC_Intel-X520-DA2' and
15969            '64B' and
15970            'BASE' and
15971            'NDRPDR' and
15972            '2T2C' and
15973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15974   parameters:
15975   - "throughput"
15976   - "parent"
15977   - "tags"
15978   traces:
15979     hoverinfo: "x+y"
15980     boxpoints: "outliers"
15981     whiskerwidth: 0
15982   layout:
15983     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15984     layout: "plot-throughput"
15985
15986 # Packet Throughput - DPDK testpmd 3n-hsw-x710
15987 -
15988   type: "plot"
15989   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15990   algorithm: "plot_performance_box"
15991   output-file-type: ".html"
15992   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15993   data: "plot-dpdk-throughput-latency-3n-hsw"
15994   filter: "'NIC_Intel-X710' and
15995            '64B' and
15996            'BASE' and
15997            'NDRPDR' and
15998            '1T1C' and
15999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16000   parameters:
16001   - "throughput"
16002   - "parent"
16003   - "tags"
16004   traces:
16005     hoverinfo: "x+y"
16006     boxpoints: "outliers"
16007     whiskerwidth: 0
16008   layout:
16009     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16010     layout: "plot-throughput"
16011
16012 -
16013   type: "plot"
16014   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16015   algorithm: "plot_performance_box"
16016   output-file-type: ".html"
16017   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16018   data: "plot-dpdk-throughput-latency-3n-hsw"
16019   filter: "'NIC_Intel-X710' and
16020            '64B' and
16021            'BASE' and
16022            'NDRPDR' and
16023            '2T2C' and
16024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16025   parameters:
16026   - "throughput"
16027   - "parent"
16028   - "tags"
16029   traces:
16030     hoverinfo: "x+y"
16031     boxpoints: "outliers"
16032     whiskerwidth: 0
16033   layout:
16034     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16035     layout: "plot-throughput"
16036
16037 -
16038   type: "plot"
16039   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16040   algorithm: "plot_performance_box"
16041   output-file-type: ".html"
16042   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16043   data: "plot-dpdk-throughput-latency-3n-hsw"
16044   filter: "'NIC_Intel-X710' and
16045            '64B' and
16046            'BASE' and
16047            'NDRPDR' and
16048            '1T1C' and
16049            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16050   parameters:
16051   - "throughput"
16052   - "parent"
16053   - "tags"
16054   traces:
16055     hoverinfo: "x+y"
16056     boxpoints: "outliers"
16057     whiskerwidth: 0
16058   layout:
16059     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16060     layout: "plot-throughput"
16061
16062 -
16063   type: "plot"
16064   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16065   algorithm: "plot_performance_box"
16066   output-file-type: ".html"
16067   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16068   data: "plot-dpdk-throughput-latency-3n-hsw"
16069   filter: "'NIC_Intel-X710' and
16070            '64B' and
16071            'BASE' and
16072            'NDRPDR' and
16073            '2T2C' and
16074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16075   parameters:
16076   - "throughput"
16077   - "parent"
16078   - "tags"
16079   traces:
16080     hoverinfo: "x+y"
16081     boxpoints: "outliers"
16082     whiskerwidth: 0
16083   layout:
16084     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16085     layout: "plot-throughput"
16086
16087 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16088 -
16089   type: "plot"
16090   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16091   algorithm: "plot_performance_box"
16092   output-file-type: ".html"
16093   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16094   data: "plot-dpdk-throughput-latency-3n-hsw"
16095   filter: "'NIC_Intel-XL710' and
16096            '64B' and
16097            'BASE' and
16098            'NDRPDR' and
16099            '1T1C' and
16100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16101   parameters:
16102   - "throughput"
16103   - "parent"
16104   - "tags"
16105   traces:
16106     hoverinfo: "x+y"
16107     boxpoints: "outliers"
16108     whiskerwidth: 0
16109   layout:
16110     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16111     layout: "plot-throughput"
16112
16113 -
16114   type: "plot"
16115   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16116   algorithm: "plot_performance_box"
16117   output-file-type: ".html"
16118   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16119   data: "plot-dpdk-throughput-latency-3n-hsw"
16120   filter: "'NIC_Intel-XL710' and
16121            '64B' and
16122            'BASE' and
16123            'NDRPDR' and
16124            '2T2C' and
16125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16126   parameters:
16127   - "throughput"
16128   - "parent"
16129   - "tags"
16130   traces:
16131     hoverinfo: "x+y"
16132     boxpoints: "outliers"
16133     whiskerwidth: 0
16134   layout:
16135     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16136     layout: "plot-throughput"
16137
16138 -
16139   type: "plot"
16140   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16141   algorithm: "plot_performance_box"
16142   output-file-type: ".html"
16143   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16144   data: "plot-dpdk-throughput-latency-3n-hsw"
16145   filter: "'NIC_Intel-XL710' and
16146            '64B' and
16147            'BASE' and
16148            'NDRPDR' and
16149            '1T1C' and
16150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16151   parameters:
16152   - "throughput"
16153   - "parent"
16154   - "tags"
16155   traces:
16156     hoverinfo: "x+y"
16157     boxpoints: "outliers"
16158     whiskerwidth: 0
16159   layout:
16160     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16161     layout: "plot-throughput"
16162
16163 -
16164   type: "plot"
16165   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16166   algorithm: "plot_performance_box"
16167   output-file-type: ".html"
16168   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16169   data: "plot-dpdk-throughput-latency-3n-hsw"
16170   filter: "'NIC_Intel-XL710' and
16171            '64B' and
16172            'BASE' and
16173            'NDRPDR' and
16174            '2T2C' and
16175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16176   parameters:
16177   - "throughput"
16178   - "parent"
16179   - "tags"
16180   traces:
16181     hoverinfo: "x+y"
16182     boxpoints: "outliers"
16183     whiskerwidth: 0
16184   layout:
16185     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
16186     layout: "plot-throughput"
16187
16188 # Packet Throughput - DPDK testpmd 3n-skx-x710
16189 -
16190   type: "plot"
16191   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16192   algorithm: "plot_performance_box"
16193   output-file-type: ".html"
16194   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16195   data: "plot-dpdk-throughput-latency-3n-skx"
16196   filter: "'NIC_Intel-X710' and
16197            '64B' and
16198            'BASE' and
16199            'NDRPDR' and
16200            '2T1C' and
16201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16202   parameters:
16203   - "throughput"
16204   - "parent"
16205   - "tags"
16206   traces:
16207     hoverinfo: "x+y"
16208     boxpoints: "outliers"
16209     whiskerwidth: 0
16210   layout:
16211     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
16212     layout: "plot-throughput"
16213
16214 -
16215   type: "plot"
16216   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16217   algorithm: "plot_performance_box"
16218   output-file-type: ".html"
16219   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16220   data: "plot-dpdk-throughput-latency-3n-skx"
16221   filter: "'NIC_Intel-X710' and
16222            '64B' and
16223            'BASE' and
16224            'NDRPDR' and
16225            '4T2C' and
16226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16227   parameters:
16228   - "throughput"
16229   - "parent"
16230   - "tags"
16231   traces:
16232     hoverinfo: "x+y"
16233     boxpoints: "outliers"
16234     whiskerwidth: 0
16235   layout:
16236     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
16237     layout: "plot-throughput"
16238
16239 -
16240   type: "plot"
16241   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16242   algorithm: "plot_performance_box"
16243   output-file-type: ".html"
16244   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16245   data: "plot-dpdk-throughput-latency-3n-skx"
16246   filter: "'NIC_Intel-X710' and
16247            '64B' and
16248            'BASE' and
16249            'NDRPDR' and
16250            '2T1C' and
16251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16252   parameters:
16253   - "throughput"
16254   - "parent"
16255   - "tags"
16256   traces:
16257     hoverinfo: "x+y"
16258     boxpoints: "outliers"
16259     whiskerwidth: 0
16260   layout:
16261     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
16262     layout: "plot-throughput"
16263
16264 -
16265   type: "plot"
16266   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16267   algorithm: "plot_performance_box"
16268   output-file-type: ".html"
16269   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16270   data: "plot-dpdk-throughput-latency-3n-skx"
16271   filter: "'NIC_Intel-X710' and
16272            '64B' and
16273            'BASE' and
16274            'NDRPDR' and
16275            '4T2C' and
16276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16277   parameters:
16278   - "throughput"
16279   - "parent"
16280   - "tags"
16281   traces:
16282     hoverinfo: "x+y"
16283     boxpoints: "outliers"
16284     whiskerwidth: 0
16285   layout:
16286     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
16287     layout: "plot-throughput"
16288
16289 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
16290 -
16291   type: "plot"
16292   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16293   algorithm: "plot_performance_box"
16294   output-file-type: ".html"
16295   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16296   data: "plot-dpdk-throughput-latency-3n-skx"
16297   filter: "'NIC_Intel-XXV710' and
16298            '64B' and
16299            'BASE' and
16300            'NDRPDR' and
16301            '2T1C' and
16302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16303   parameters:
16304   - "throughput"
16305   - "parent"
16306   - "tags"
16307   traces:
16308     hoverinfo: "x+y"
16309     boxpoints: "outliers"
16310     whiskerwidth: 0
16311   layout:
16312     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
16313     layout: "plot-throughput"
16314
16315 -
16316   type: "plot"
16317   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16318   algorithm: "plot_performance_box"
16319   output-file-type: ".html"
16320   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16321   data: "plot-dpdk-throughput-latency-3n-skx"
16322   filter: "'NIC_Intel-XXV710' and
16323            '64B' and
16324            'BASE' and
16325            'NDRPDR' and
16326            '4T2C' and
16327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16328   parameters:
16329   - "throughput"
16330   - "parent"
16331   - "tags"
16332   traces:
16333     hoverinfo: "x+y"
16334     boxpoints: "outliers"
16335     whiskerwidth: 0
16336   layout:
16337     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
16338     layout: "plot-throughput"
16339
16340 -
16341   type: "plot"
16342   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16343   algorithm: "plot_performance_box"
16344   output-file-type: ".html"
16345   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16346   data: "plot-dpdk-throughput-latency-3n-skx"
16347   filter: "'NIC_Intel-XXV710' and
16348            '64B' and
16349            'BASE' and
16350            'NDRPDR' and
16351            '2T1C' and
16352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16353   parameters:
16354   - "throughput"
16355   - "parent"
16356   - "tags"
16357   traces:
16358     hoverinfo: "x+y"
16359     boxpoints: "outliers"
16360     whiskerwidth: 0
16361   layout:
16362     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
16363     layout: "plot-throughput"
16364
16365 -
16366   type: "plot"
16367   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16368   algorithm: "plot_performance_box"
16369   output-file-type: ".html"
16370   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16371   data: "plot-dpdk-throughput-latency-3n-skx"
16372   filter: "'NIC_Intel-XXV710' and
16373            '64B' and
16374            'BASE' and
16375            'NDRPDR' and
16376            '4T2C' and
16377            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16378   parameters:
16379   - "throughput"
16380   - "parent"
16381   - "tags"
16382   traces:
16383     hoverinfo: "x+y"
16384     boxpoints: "outliers"
16385     whiskerwidth: 0
16386   layout:
16387     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
16388     layout: "plot-throughput"
16389
16390 # Packet Throughput - DPDK testpmd 2n-skx-x710
16391 -
16392   type: "plot"
16393   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16394   algorithm: "plot_performance_box"
16395   output-file-type: ".html"
16396   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16397   data: "plot-dpdk-throughput-latency-2n-skx"
16398   filter: "'NIC_Intel-X710' and
16399            '64B' and
16400            'BASE' and
16401            'NDRPDR' and
16402            '2T1C' and
16403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16404   parameters:
16405   - "throughput"
16406   - "parent"
16407   - "tags"
16408   traces:
16409     hoverinfo: "x+y"
16410     boxpoints: "outliers"
16411     whiskerwidth: 0
16412   layout:
16413     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
16414     layout: "plot-throughput"
16415
16416 -
16417   type: "plot"
16418   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16419   algorithm: "plot_performance_box"
16420   output-file-type: ".html"
16421   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16422   data: "plot-dpdk-throughput-latency-2n-skx"
16423   filter: "'NIC_Intel-X710' and
16424            '64B' and
16425            'BASE' and
16426            'NDRPDR' and
16427            '4T2C' and
16428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16429   parameters:
16430   - "throughput"
16431   - "parent"
16432   - "tags"
16433   traces:
16434     hoverinfo: "x+y"
16435     boxpoints: "outliers"
16436     whiskerwidth: 0
16437   layout:
16438     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
16439     layout: "plot-throughput"
16440
16441 -
16442   type: "plot"
16443   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16444   algorithm: "plot_performance_box"
16445   output-file-type: ".html"
16446   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16447   data: "plot-dpdk-throughput-latency-2n-skx"
16448   filter: "'NIC_Intel-X710' and
16449            '64B' and
16450            'BASE' and
16451            'NDRPDR' and
16452            '2T1C' and
16453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16454   parameters:
16455   - "throughput"
16456   - "parent"
16457   - "tags"
16458   traces:
16459     hoverinfo: "x+y"
16460     boxpoints: "outliers"
16461     whiskerwidth: 0
16462   layout:
16463     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
16464     layout: "plot-throughput"
16465
16466 -
16467   type: "plot"
16468   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16469   algorithm: "plot_performance_box"
16470   output-file-type: ".html"
16471   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16472   data: "plot-dpdk-throughput-latency-2n-skx"
16473   filter: "'NIC_Intel-X710' and
16474            '64B' and
16475            'BASE' and
16476            'NDRPDR' and
16477            '4T2C' and
16478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16479   parameters:
16480   - "throughput"
16481   - "parent"
16482   - "tags"
16483   traces:
16484     hoverinfo: "x+y"
16485     boxpoints: "outliers"
16486     whiskerwidth: 0
16487   layout:
16488     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
16489     layout: "plot-throughput"
16490
16491 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
16492 -
16493   type: "plot"
16494   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16495   algorithm: "plot_performance_box"
16496   output-file-type: ".html"
16497   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16498   data: "plot-dpdk-throughput-latency-2n-skx"
16499   filter: "'NIC_Intel-XXV710' and
16500            '64B' and
16501            'BASE' and
16502            'NDRPDR' and
16503            '2T1C' and
16504            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16505   parameters:
16506   - "throughput"
16507   - "parent"
16508   - "tags"
16509   traces:
16510     hoverinfo: "x+y"
16511     boxpoints: "outliers"
16512     whiskerwidth: 0
16513   layout:
16514     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
16515     layout: "plot-throughput"
16516
16517 -
16518   type: "plot"
16519   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16520   algorithm: "plot_performance_box"
16521   output-file-type: ".html"
16522   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16523   data: "plot-dpdk-throughput-latency-2n-skx"
16524   filter: "'NIC_Intel-XXV710' and
16525            '64B' and
16526            'BASE' and
16527            'NDRPDR' and
16528            '4T2C' and
16529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16530   parameters:
16531   - "throughput"
16532   - "parent"
16533   - "tags"
16534   traces:
16535     hoverinfo: "x+y"
16536     boxpoints: "outliers"
16537     whiskerwidth: 0
16538   layout:
16539     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
16540     layout: "plot-throughput"
16541
16542 -
16543   type: "plot"
16544   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16545   algorithm: "plot_performance_box"
16546   output-file-type: ".html"
16547   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16548   data: "plot-dpdk-throughput-latency-2n-skx"
16549   filter: "'NIC_Intel-XXV710' and
16550            '64B' and
16551            'BASE' and
16552            'NDRPDR' and
16553            '2T1C' and
16554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16555   parameters:
16556   - "throughput"
16557   - "parent"
16558   - "tags"
16559   traces:
16560     hoverinfo: "x+y"
16561     boxpoints: "outliers"
16562     whiskerwidth: 0
16563   layout:
16564     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
16565     layout: "plot-throughput"
16566
16567 -
16568   type: "plot"
16569   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16570   algorithm: "plot_performance_box"
16571   output-file-type: ".html"
16572   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16573   data: "plot-dpdk-throughput-latency-2n-skx"
16574   filter: "'NIC_Intel-XXV710' and
16575            '64B' and
16576            'BASE' and
16577            'NDRPDR' and
16578            '4T2C' and
16579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16580   parameters:
16581   - "throughput"
16582   - "parent"
16583   - "tags"
16584   traces:
16585     hoverinfo: "x+y"
16586     boxpoints: "outliers"
16587     whiskerwidth: 0
16588   layout:
16589     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
16590     layout: "plot-throughput"
16591
16592 ################################################################################
16593
16594 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
16595 -
16596   type: "plot"
16597   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16598   algorithm: "plot_latency_error_bars"
16599   output-file-type: ".html"
16600   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16601   data: "plot-vpp-throughput-latency-3n-hsw"
16602   filter: "'NIC_Intel-X520-DA2' and
16603            '64B' and
16604            ('BASE' or 'SCALE') and
16605            'NDRPDR' and
16606            'ETH' and
16607            '1T1C' and
16608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16609            not 'VHOST' and
16610            not 'MEMIF'"
16611   parameters:
16612   - "latency"
16613   - "parent"
16614   - "tags"
16615   sort:
16616   - "L2PATCH"
16617   - "L2XCBASE"
16618   - "BASE"
16619   - "FIB_10K"
16620   - "FIB_100K"
16621   - "FIB_1M"
16622   layout:
16623     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16624     layout: "plot-latency"
16625
16626 -
16627   type: "plot"
16628   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16629   algorithm: "plot_latency_error_bars"
16630   output-file-type: ".html"
16631   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16632   data: "plot-vpp-throughput-latency-3n-hsw"
16633   filter: "'NIC_Intel-X520-DA2' and
16634            '64B' and
16635            ('BASE' or 'SCALE') and
16636            'NDRPDR' and
16637            'ETH' and
16638            '2T2C' and
16639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16640            not 'VHOST' and
16641            not 'MEMIF'"
16642   parameters:
16643   - "latency"
16644   - "parent"
16645   - "tags"
16646   sort:
16647   - "L2PATCH"
16648   - "L2XCBASE"
16649   - "BASE"
16650   - "FIB_10K"
16651   - "FIB_100K"
16652   - "FIB_1M"
16653   layout:
16654     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16655     layout: "plot-latency"
16656
16657 # Packet Latency - VPP L2 3n-hsw-x520 features
16658 -
16659   type: "plot"
16660   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
16661   algorithm: "plot_latency_error_bars"
16662   output-file-type: ".html"
16663   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
16664   data: "plot-vpp-throughput-latency-3n-hsw"
16665   filter: "'NIC_Intel-X520-DA2' and
16666            '64B' and
16667            'NDRPDR' and
16668            '1T1C' and
16669            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16670            not 'ACL' and
16671            not 'VHOST' and
16672            not 'MEMIF'"
16673   parameters:
16674   - "latency"
16675   - "parent"
16676   - "tags"
16677   sort:
16678   - "L2XCBASE"    # l2xcbase
16679   - "L2BDBASE"    # l2bdbase
16680   - "L2XCFWD"     # dot1q-l2xcbase
16681   - "L2BDMACLRN"  # dot1q-l2bdbase
16682   layout:
16683     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
16684     layout: "plot-latency"
16685
16686 -
16687   type: "plot"
16688   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
16689   algorithm: "plot_latency_error_bars"
16690   output-file-type: ".html"
16691   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
16692   data: "plot-vpp-throughput-latency-3n-hsw"
16693   filter: "'NIC_Intel-X520-DA2' and
16694            '64B' and
16695            'NDRPDR' and
16696            '2T2C' and
16697            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16698            not 'ACL' and
16699            not 'VHOST' and
16700            not 'MEMIF'"
16701   parameters:
16702   - "latency"
16703   - "parent"
16704   - "tags"
16705   sort:
16706   - "L2XCBASE"    # l2xcbase
16707   - "L2BDBASE"    # l2bdbase
16708   - "L2XCFWD"     # dot1q-l2xcbase
16709   - "L2BDMACLRN"  # dot1q-l2bdbase
16710   layout:
16711     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
16712     layout: "plot-latency"
16713
16714 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
16715 -
16716   type: "plot"
16717   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16718   algorithm: "plot_latency_error_bars"
16719   output-file-type: ".html"
16720   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16721   data: "plot-vpp-throughput-latency-3n-hsw"
16722   filter: "'NIC_Intel-X710' and
16723            '64B' and
16724            ('BASE' or 'SCALE') and
16725            'NDRPDR' and
16726            'ETH' and
16727            '1T1C' and
16728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16729            not 'VHOST' and
16730            not 'MEMIF'"
16731   parameters:
16732   - "latency"
16733   - "parent"
16734   - "tags"
16735   sort:
16736   - "L2PATCH"
16737   - "L2XCBASE"
16738   - "BASE"
16739   - "FIB_10K"
16740   - "FIB_100K"
16741   - "FIB_1M"
16742   layout:
16743     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
16744     layout: "plot-latency"
16745
16746 -
16747   type: "plot"
16748   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16749   algorithm: "plot_latency_error_bars"
16750   output-file-type: ".html"
16751   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16752   data: "plot-vpp-throughput-latency-3n-hsw"
16753   filter: "'NIC_Intel-X710' and
16754            '64B' and
16755            ('BASE' or 'SCALE') and
16756            'NDRPDR' and
16757            'ETH' and
16758            '2T2C' and
16759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16760            not 'VHOST' and
16761            not 'MEMIF'"
16762   parameters:
16763   - "latency"
16764   - "parent"
16765   - "tags"
16766   sort:
16767   - "L2PATCH"
16768   - "L2XCBASE"
16769   - "BASE"
16770   - "FIB_10K"
16771   - "FIB_100K"
16772   - "FIB_1M"
16773   layout:
16774     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16775     layout: "plot-latency"
16776
16777 # Packet Latency - VPP L2 3n-hsw-x710 features
16778 -
16779   type: "plot"
16780   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
16781   algorithm: "plot_latency_error_bars"
16782   output-file-type: ".html"
16783   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
16784   data: "plot-vpp-throughput-latency-3n-hsw"
16785   filter: "'NIC_Intel-X710' and
16786            '64B' and
16787            'NDRPDR' and
16788            '1T1C' and
16789            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16790            not 'ACL' and
16791            not 'VHOST' and
16792            not 'MEMIF'"
16793   parameters:
16794   - "latency"
16795   - "parent"
16796   - "tags"
16797   sort:
16798   - "L2XCBASE"    # l2xcbase
16799   - "L2BDBASE"    # l2bdbase
16800   - "L2XCFWD"     # dot1q-l2xcbase
16801   - "L2BDMACLRN"  # dot1q-l2bdbase
16802   layout:
16803     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
16804     layout: "plot-latency"
16805
16806 -
16807   type: "plot"
16808   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
16809   algorithm: "plot_latency_error_bars"
16810   output-file-type: ".html"
16811   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
16812   data: "plot-vpp-throughput-latency-3n-hsw"
16813   filter: "'NIC_Intel-X710' and
16814            '64B' and
16815            'NDRPDR' and
16816            '2T2C' and
16817            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16818            not 'ACL' and
16819            not 'VHOST' and
16820            not 'MEMIF'"
16821   parameters:
16822   - "latency"
16823   - "parent"
16824   - "tags"
16825   sort:
16826   - "L2XCBASE"    # l2xcbase
16827   - "L2BDBASE"    # l2bdbase
16828   - "L2XCFWD"     # dot1q-l2xcbase
16829   - "L2BDMACLRN"  # dot1q-l2bdbase
16830   layout:
16831     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
16832     layout: "plot-latency"
16833
16834 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
16835 -
16836   type: "plot"
16837   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16838   algorithm: "plot_latency_error_bars"
16839   output-file-type: ".html"
16840   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16841   data: "plot-vpp-throughput-latency-3n-hsw"
16842   filter: "'NIC_Intel-XL710' and
16843            '64B' and
16844            ('BASE' or 'SCALE') and
16845            'NDRPDR' and
16846            'ETH' and
16847            '1T1C' and
16848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16849            not 'VHOST' and
16850            not 'MEMIF'"
16851   parameters:
16852   - "latency"
16853   - "parent"
16854   - "tags"
16855   sort:
16856   - "L2PATCH"
16857   - "L2XCBASE"
16858   - "BASE"
16859   - "FIB_10K"
16860   - "FIB_100K"
16861   - "FIB_1M"
16862   layout:
16863     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16864     layout: "plot-latency"
16865
16866 -
16867   type: "plot"
16868   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16869   algorithm: "plot_latency_error_bars"
16870   output-file-type: ".html"
16871   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16872   data: "plot-vpp-throughput-latency-3n-hsw"
16873   filter: "'NIC_Intel-XL710' and
16874            '64B' and
16875            ('BASE' or 'SCALE') and
16876            'NDRPDR' and
16877            'ETH' and
16878            '2T2C' and
16879            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16880            not 'VHOST' and
16881            not 'MEMIF'"
16882   parameters:
16883   - "latency"
16884   - "parent"
16885   - "tags"
16886   sort:
16887   - "L2PATCH"
16888   - "L2XCBASE"
16889   - "BASE"
16890   - "FIB_10K"
16891   - "FIB_100K"
16892   - "FIB_1M"
16893   layout:
16894     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16895     layout: "plot-latency"
16896
16897 # Packet Latency - VPP L2 3n-skx-x710 base and scale
16898 -
16899   type: "plot"
16900   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16901   algorithm: "plot_latency_error_bars"
16902   output-file-type: ".html"
16903   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16904   data: "plot-vpp-throughput-latency-3n-skx"
16905   filter: "'NIC_Intel-X710' and
16906            '64B' and
16907            ('BASE' or 'SCALE') and
16908            'NDRPDR' and
16909            'ETH' and
16910            '2T1C' and
16911            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16912            not 'VHOST' and
16913            not 'MEMIF'"
16914   parameters:
16915   - "latency"
16916   - "parent"
16917   - "tags"
16918   sort:
16919   - "L2PATCH"
16920   - "L2XCBASE"
16921   - "BASE"
16922   - "FIB_10K"
16923   - "FIB_100K"
16924   - "FIB_1M"
16925   layout:
16926     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16927     layout: "plot-latency"
16928
16929 -
16930   type: "plot"
16931   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16932   algorithm: "plot_latency_error_bars"
16933   output-file-type: ".html"
16934   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16935   data: "plot-vpp-throughput-latency-3n-skx"
16936   filter: "'NIC_Intel-X710' and
16937            '64B' and
16938            ('BASE' or 'SCALE') and
16939            'NDRPDR' and
16940            'ETH' and
16941            '4T2C' and
16942            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16943            not 'VHOST' and
16944            not 'MEMIF'"
16945   parameters:
16946   - "latency"
16947   - "parent"
16948   - "tags"
16949   sort:
16950   - "L2PATCH"
16951   - "L2XCBASE"
16952   - "BASE"
16953   - "FIB_10K"
16954   - "FIB_100K"
16955   - "FIB_1M"
16956   layout:
16957     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16958     layout: "plot-latency"
16959
16960 # Packet Latency - VPP L2 3n-skx-x710 features
16961 -
16962   type: "plot"
16963   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16964   algorithm: "plot_latency_error_bars"
16965   output-file-type: ".html"
16966   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16967   data: "plot-vpp-throughput-latency-3n-skx"
16968   filter: "'NIC_Intel-X710' and
16969            '64B' and
16970            'NDRPDR' and
16971            '2T1C' and
16972            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16973            not 'ACL' and
16974            not 'VHOST' and
16975            not 'MEMIF'"
16976   parameters:
16977   - "latency"
16978   - "parent"
16979   - "tags"
16980   sort:
16981   - "L2XCBASE"    # l2xcbase
16982   - "L2BDBASE"    # l2bdbase
16983   - "L2XCFWD"     # dot1q-l2xcbase
16984   - "L2BDMACLRN"  # dot1q-l2bdbase
16985   layout:
16986     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
16987     layout: "plot-latency"
16988
16989 -
16990   type: "plot"
16991   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16992   algorithm: "plot_latency_error_bars"
16993   output-file-type: ".html"
16994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16995   data: "plot-vpp-throughput-latency-3n-skx"
16996   filter: "'NIC_Intel-X710' and
16997            '64B' and
16998            'NDRPDR' and
16999            '4T2C' and
17000            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17001            not 'ACL' and
17002            not 'VHOST' and
17003            not 'MEMIF'"
17004   parameters:
17005   - "latency"
17006   - "parent"
17007   - "tags"
17008   sort:
17009   - "L2XCBASE"    # l2xcbase
17010   - "L2BDBASE"    # l2bdbase
17011   - "L2XCFWD"     # dot1q-l2xcbase
17012   - "L2BDMACLRN"  # dot1q-l2bdbase
17013   layout:
17014     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17015     layout: "plot-latency"
17016
17017 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17018 -
17019   type: "plot"
17020   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17021   algorithm: "plot_latency_error_bars"
17022   output-file-type: ".html"
17023   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17024   data: "plot-vpp-throughput-latency-3n-skx"
17025   filter: "'NIC_Intel-XXV710' and
17026            '64B' and
17027            ('BASE' or 'SCALE') and
17028            'NDRPDR' and
17029            'ETH' and
17030            '2T1C' and
17031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17032            not 'VHOST' and
17033            not 'MEMIF'"
17034   parameters:
17035   - "latency"
17036   - "parent"
17037   - "tags"
17038   sort:
17039   - "L2PATCH"
17040   - "L2XCBASE"
17041   - "BASE"
17042   - "FIB_10K"
17043   - "FIB_100K"
17044   - "FIB_1M"
17045   layout:
17046     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17047     layout: "plot-latency"
17048
17049 -
17050   type: "plot"
17051   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17052   algorithm: "plot_latency_error_bars"
17053   output-file-type: ".html"
17054   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17055   data: "plot-vpp-throughput-latency-3n-skx"
17056   filter: "'NIC_Intel-XXV710' and
17057            '64B' and
17058            ('BASE' or 'SCALE') and
17059            'NDRPDR' and
17060            'ETH' and
17061            '4T2C' and
17062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17063            not 'VHOST' and
17064            not 'MEMIF'"
17065   parameters:
17066   - "latency"
17067   - "parent"
17068   - "tags"
17069   sort:
17070   - "L2PATCH"
17071   - "L2XCBASE"
17072   - "BASE"
17073   - "FIB_10K"
17074   - "FIB_100K"
17075   - "FIB_1M"
17076   layout:
17077     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17078     layout: "plot-latency"
17079
17080 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17081 -
17082   type: "plot"
17083   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17084   algorithm: "plot_latency_error_bars"
17085   output-file-type: ".html"
17086   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17087   data: "plot-vpp-throughput-latency-2n-skx"
17088   filter: "'NIC_Intel-X710' and
17089            '64B' and
17090            'ETH' and
17091            ('BASE' or 'SCALE') and
17092            'NDRPDR' and
17093            '2T1C' and
17094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17095            not 'VHOST' and
17096            not 'MEMIF'"
17097   parameters:
17098   - "latency"
17099   - "parent"
17100   - "tags"
17101   sort:
17102   - "L2PATCH"
17103   - "L2XCBASE"
17104   - "BASE"
17105   - "FIB_10K"
17106   - "FIB_100K"
17107   - "FIB_1M"
17108   layout:
17109     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17110     layout: "plot-latency"
17111
17112 -
17113   type: "plot"
17114   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17115   algorithm: "plot_latency_error_bars"
17116   output-file-type: ".html"
17117   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17118   data: "plot-vpp-throughput-latency-2n-skx"
17119   filter: "'NIC_Intel-X710' and
17120            '64B' and
17121            ('BASE' or 'SCALE') and
17122            'NDRPDR' and
17123            'ETH' and
17124            '4T2C' and
17125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17126            not 'VHOST' and
17127            not 'MEMIF'"
17128   parameters:
17129   - "latency"
17130   - "parent"
17131   - "tags"
17132   sort:
17133   - "L2PATCH"
17134   - "L2XCBASE"
17135   - "BASE"
17136   - "FIB_10K"
17137   - "FIB_100K"
17138   - "FIB_1M"
17139   layout:
17140     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17141     layout: "plot-latency"
17142
17143 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
17144 -
17145   type: "plot"
17146   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17147   algorithm: "plot_latency_error_bars"
17148   output-file-type: ".html"
17149   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17150   data: "plot-vpp-throughput-latency-2n-skx"
17151   filter: "'NIC_Intel-XXV710' and
17152            '64B' and
17153            ('BASE' or 'SCALE') and
17154            'NDRPDR' and
17155            'ETH' and
17156            '2T1C' and
17157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17158            not 'VHOST' and
17159            not 'MEMIF'"
17160   parameters:
17161   - "latency"
17162   - "parent"
17163   - "tags"
17164   sort:
17165   - "L2PATCH"
17166   - "L2XCBASE"
17167   - "BASE"
17168   - "FIB_10K"
17169   - "FIB_100K"
17170   - "FIB_1M"
17171   layout:
17172     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17173     layout: "plot-latency"
17174
17175 -
17176   type: "plot"
17177   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17178   algorithm: "plot_latency_error_bars"
17179   output-file-type: ".html"
17180   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17181   data: "plot-vpp-throughput-latency-2n-skx"
17182   filter: "'NIC_Intel-XXV710' and
17183            '64B' and
17184            ('BASE' or 'SCALE') and
17185            'NDRPDR' and
17186            'ETH' and
17187            '4T2C' and
17188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17189            not 'VHOST' and
17190            not 'MEMIF'"
17191   parameters:
17192   - "latency"
17193   - "parent"
17194   - "tags"
17195   sort:
17196   - "L2PATCH"
17197   - "L2XCBASE"
17198   - "BASE"
17199   - "FIB_10K"
17200   - "FIB_100K"
17201   - "FIB_1M"
17202   layout:
17203     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17204     layout: "plot-latency"
17205
17206 ################################################################################
17207
17208 # Packet Latency - VPP Container Memif 3n-hsw-x520
17209 -
17210   type: "plot"
17211   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17212   algorithm: "plot_latency_error_bars"
17213   output-file-type: ".html"
17214   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17215   data: "plot-vpp-throughput-latency-3n-hsw"
17216   filter: "'NIC_Intel-X520-DA2' and
17217            '64B' and
17218            ('BASE' or 'SCALE') and
17219            'NDRPDR' and
17220            '1T1C' and
17221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17222            not 'VHOST' and
17223            'MEMIF'"
17224   parameters:
17225   - "latency"
17226   - "parent"
17227   - "tags"
17228   sort:
17229   - "L2XCFWD"
17230   - "L2XCFWD"
17231   - "L2XCFWD"
17232   - "L2BDMACLRN"
17233   - "L2BDMACLRN"
17234   - "L2BDMACLRN"
17235   layout:
17236     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17237     layout: "plot-latency"
17238
17239 -
17240   type: "plot"
17241   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17242   algorithm: "plot_latency_error_bars"
17243   output-file-type: ".html"
17244   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17245   data: "plot-vpp-throughput-latency-3n-hsw"
17246   filter: "'NIC_Intel-X520-DA2' and
17247            '64B' and
17248            ('BASE' or 'SCALE') and
17249            'NDRPDR' and
17250            '2T2C' and
17251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17252            not 'VHOST' and
17253            'MEMIF'"
17254   parameters:
17255   - "latency"
17256   - "parent"
17257   - "tags"
17258   sort:
17259   - "L2XCFWD"
17260   - "L2XCFWD"
17261   - "L2XCFWD"
17262   - "L2BDMACLRN"
17263   - "L2BDMACLRN"
17264   - "L2BDMACLRN"
17265   layout:
17266     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17267     layout: "plot-latency"
17268
17269 # Packet Latency - VPP Container Memif 3n-hsw-x710
17270 -
17271   type: "plot"
17272   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17273   algorithm: "plot_latency_error_bars"
17274   output-file-type: ".html"
17275   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17276   data: "plot-vpp-throughput-latency-3n-hsw"
17277   filter: "'NIC_Intel-X710' and
17278            '64B' and
17279            ('BASE' or 'SCALE') and
17280            'NDRPDR' and
17281            '1T1C' and
17282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17283            not 'VHOST' and
17284            'MEMIF'"
17285   parameters:
17286   - "latency"
17287   - "parent"
17288   - "tags"
17289   sort:
17290   - "L2XCFWD"
17291   - "L2XCFWD"
17292   - "L2XCFWD"
17293   - "L2BDMACLRN"
17294   - "L2BDMACLRN"
17295   - "L2BDMACLRN"
17296   layout:
17297     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17298     layout: "plot-latency"
17299
17300 -
17301   type: "plot"
17302   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17303   algorithm: "plot_latency_error_bars"
17304   output-file-type: ".html"
17305   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17306   data: "plot-vpp-throughput-latency-3n-hsw"
17307   filter: "'NIC_Intel-X710' and
17308            '64B' and
17309            ('BASE' or 'SCALE') and
17310            'NDRPDR' and
17311            '2T2C' and
17312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17313            not 'VHOST' and
17314            'MEMIF'"
17315   parameters:
17316   - "latency"
17317   - "parent"
17318   - "tags"
17319   sort:
17320   - "L2XCFWD"
17321   - "L2XCFWD"
17322   - "L2XCFWD"
17323   - "L2BDMACLRN"
17324   - "L2BDMACLRN"
17325   - "L2BDMACLRN"
17326   layout:
17327     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17328     layout: "plot-latency"
17329
17330 # Packet Latency - VPP Container Memif 3n-hsw-xl710
17331 -
17332   type: "plot"
17333   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17334   algorithm: "plot_latency_error_bars"
17335   output-file-type: ".html"
17336   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17337   data: "plot-vpp-throughput-latency-3n-hsw"
17338   filter: "'NIC_Intel-XL710' and
17339            '64B' and
17340            ('BASE' or 'SCALE') and
17341            'NDRPDR' and
17342            '1T1C' and
17343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17344            not 'VHOST' and
17345            'MEMIF'"
17346   parameters:
17347   - "latency"
17348   - "parent"
17349   - "tags"
17350   sort:
17351   - "L2XCFWD"
17352   - "L2XCFWD"
17353   - "L2XCFWD"
17354   - "L2BDMACLRN"
17355   - "L2BDMACLRN"
17356   - "L2BDMACLRN"
17357   layout:
17358     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17359     layout: "plot-latency"
17360
17361 -
17362   type: "plot"
17363   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17364   algorithm: "plot_latency_error_bars"
17365   output-file-type: ".html"
17366   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17367   data: "plot-vpp-throughput-latency-3n-hsw"
17368   filter: "'NIC_Intel-XL710' and
17369            '64B' and
17370            ('BASE' or 'SCALE') and
17371            'NDRPDR' and
17372            '2T2C' and
17373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17374            not 'VHOST' and
17375            'MEMIF'"
17376   parameters:
17377   - "latency"
17378   - "parent"
17379   - "tags"
17380   sort:
17381   - "L2XCFWD"
17382   - "L2XCFWD"
17383   - "L2XCFWD"
17384   - "L2BDMACLRN"
17385   - "L2BDMACLRN"
17386   - "L2BDMACLRN"
17387   layout:
17388     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17389     layout: "plot-latency"
17390
17391 # Packet Latency - VPP Container Memif 3n-skx-x710
17392 -
17393   type: "plot"
17394   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17395   algorithm: "plot_latency_error_bars"
17396   output-file-type: ".html"
17397   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17398   data: "plot-vpp-throughput-latency-3n-skx"
17399   filter: "'NIC_Intel-X710' and
17400            '64B' and
17401            ('BASE' or 'SCALE') and
17402            'NDRPDR' and
17403            '2T1C' and
17404            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17405            not 'VHOST' and
17406            'MEMIF'"
17407   parameters:
17408   - "latency"
17409   - "parent"
17410   - "tags"
17411   sort:
17412   - "L2XCFWD"
17413   - "L2XCFWD"
17414   - "L2XCFWD"
17415   - "L2BDMACLRN"
17416   - "L2BDMACLRN"
17417   - "L2BDMACLRN"
17418   layout:
17419     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17420     layout: "plot-latency"
17421
17422 -
17423   type: "plot"
17424   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17425   algorithm: "plot_latency_error_bars"
17426   output-file-type: ".html"
17427   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17428   data: "plot-vpp-throughput-latency-3n-skx"
17429   filter: "'NIC_Intel-X710' and
17430            '64B' and
17431            ('BASE' or 'SCALE') and
17432            'NDRPDR' and
17433            '4T2C' and
17434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17435            not 'VHOST' and
17436            'MEMIF'"
17437   parameters:
17438   - "latency"
17439   - "parent"
17440   - "tags"
17441   sort:
17442   - "L2XCFWD"
17443   - "L2XCFWD"
17444   - "L2XCFWD"
17445   - "L2BDMACLRN"
17446   - "L2BDMACLRN"
17447   - "L2BDMACLRN"
17448   layout:
17449     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17450     layout: "plot-latency"
17451
17452 # Packet Latency - VPP Container Memif 2n-skx-x710
17453 -
17454   type: "plot"
17455   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17456   algorithm: "plot_latency_error_bars"
17457   output-file-type: ".html"
17458   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17459   data: "plot-vpp-throughput-latency-2n-skx"
17460   filter: "'NIC_Intel-X710' and
17461            '64B' and
17462            ('BASE' or 'SCALE') and
17463            'NDRPDR' and
17464            '2T1C' and
17465            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17466            not 'VHOST' and
17467            'MEMIF'"
17468   parameters:
17469   - "latency"
17470   - "parent"
17471   - "tags"
17472   sort:
17473   - "L2XCFWD"
17474   - "L2XCFWD"
17475   - "L2XCFWD"
17476   - "L2BDMACLRN"
17477   - "L2BDMACLRN"
17478   - "L2BDMACLRN"
17479   layout:
17480     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17481     layout: "plot-latency"
17482
17483 -
17484   type: "plot"
17485   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17486   algorithm: "plot_latency_error_bars"
17487   output-file-type: ".html"
17488   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17489   data: "plot-vpp-throughput-latency-2n-skx"
17490   filter: "'NIC_Intel-X710' and
17491            '64B' and
17492            ('BASE' or 'SCALE') and
17493            'NDRPDR' and
17494            '4T2C' and
17495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17496            not 'VHOST' and
17497            'MEMIF'"
17498   parameters:
17499   - "latency"
17500   - "parent"
17501   - "tags"
17502   sort:
17503   - "L2XCFWD"
17504   - "L2XCFWD"
17505   - "L2XCFWD"
17506   - "L2BDMACLRN"
17507   - "L2BDMACLRN"
17508   - "L2BDMACLRN"
17509   layout:
17510     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17511     layout: "plot-latency"
17512
17513 # Packet Latency - VPP Container Memif 2n-skx-xxv710
17514 -
17515   type: "plot"
17516   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17517   algorithm: "plot_latency_error_bars"
17518   output-file-type: ".html"
17519   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17520   data: "plot-vpp-throughput-latency-2n-skx"
17521   filter: "'NIC_Intel-XXV710' and
17522            '64B' and
17523            ('BASE' or 'SCALE') and
17524            'NDRPDR' and
17525            '2T1C' and
17526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17527            not 'VHOST' and
17528            'MEMIF'"
17529   parameters:
17530   - "latency"
17531   - "parent"
17532   - "tags"
17533   sort:
17534   - "L2XCFWD"
17535   - "L2XCFWD"
17536   - "L2XCFWD"
17537   - "L2BDMACLRN"
17538   - "L2BDMACLRN"
17539   - "L2BDMACLRN"
17540   layout:
17541     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17542     layout: "plot-latency"
17543
17544 -
17545   type: "plot"
17546   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17547   algorithm: "plot_latency_error_bars"
17548   output-file-type: ".html"
17549   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17550   data: "plot-vpp-throughput-latency-2n-skx"
17551   filter: "'NIC_Intel-XXV710' and
17552            '64B' and
17553            ('BASE' or 'SCALE') and
17554            'NDRPDR' and
17555            '4T2C' and
17556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17557            not 'VHOST' and
17558            'MEMIF'"
17559   parameters:
17560   - "latency"
17561   - "parent"
17562   - "tags"
17563   sort:
17564   - "L2XCFWD"
17565   - "L2XCFWD"
17566   - "L2XCFWD"
17567   - "L2BDMACLRN"
17568   - "L2BDMACLRN"
17569   - "L2BDMACLRN"
17570   layout:
17571     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17572     layout: "plot-latency"
17573
17574 ################################################################################
17575
17576 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
17577 -
17578   type: "plot"
17579   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17580   algorithm: "plot_latency_error_bars"
17581   output-file-type: ".html"
17582   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17583   data: "plot-ligato-throughput-latency-3n-hsw"
17584   filter: "'NIC_Intel-X520-DA2' and
17585            '64B' and
17586            ('BASE' or 'SCALE') and
17587            'NDRPDR' and
17588            '1T1C' and
17589            'L2XCFWD' and
17590            not 'VHOST' and
17591            'MEMIF'"
17592   parameters:
17593   - "latency"
17594   - "parent"
17595   - "tags"
17596   sort:
17597   - "1VNF"
17598   - "2VNF"
17599   - "4VNF"
17600   - "2VNF"
17601   - "4VNF"
17602   layout:
17603     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
17604     layout: "plot-latency"
17605
17606 -
17607   type: "plot"
17608   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17609   algorithm: "plot_latency_error_bars"
17610   output-file-type: ".html"
17611   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17612   data: "plot-ligato-throughput-latency-3n-hsw"
17613   filter: "'NIC_Intel-X520-DA2' and
17614            '64B' and
17615            ('BASE' or 'SCALE') and
17616            'NDRPDR' and
17617            '2T2C' and
17618            'L2XCFWD' and
17619            not 'VHOST' and
17620            'MEMIF'"
17621   parameters:
17622   - "latency"
17623   - "parent"
17624   - "tags"
17625   sort:
17626   - "1VNF"
17627   - "2VNF"
17628   - "4VNF"
17629   - "2VNF"
17630   - "4VNF"
17631   layout:
17632     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
17633     layout: "plot-latency"
17634
17635 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
17636 -
17637   type: "plot"
17638   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
17639   algorithm: "plot_latency_error_bars"
17640   output-file-type: ".html"
17641   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
17642   data: "plot-ligato-throughput-latency-3n-hsw"
17643   filter: "'NIC_Intel-X520-DA2' and
17644            '64B' and
17645            ('BASE' or 'SCALE') and
17646            'NDRPDR' and
17647            '1T1C' and
17648            ('L2BDMACSTAT' or 'L2BDMACLRN') and
17649            not 'VHOST' and
17650            'MEMIF'"
17651   parameters:
17652   - "latency"
17653   - "parent"
17654   - "tags"
17655   sort:
17656   - "1VNF"
17657   - "2VNF"
17658   - "4VNF"
17659   - "2VNF"
17660   - "4VNF"
17661   layout:
17662     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
17663     layout: "plot-latency"
17664
17665 -
17666   type: "plot"
17667   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
17668   algorithm: "plot_latency_error_bars"
17669   output-file-type: ".html"
17670   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
17671   data: "plot-ligato-throughput-latency-3n-hsw"
17672   filter: "'NIC_Intel-X520-DA2' and
17673            '64B' and
17674            ('BASE' or 'SCALE') and
17675            'NDRPDR' and
17676            '2T2C' and
17677            ('L2BDMACSTAT' or 'L2BDMACLRN') and
17678            not 'VHOST' and
17679            'MEMIF'"
17680   parameters:
17681   - "latency"
17682   - "parent"
17683   - "tags"
17684   sort:
17685   - "1VNF"
17686   - "2VNF"
17687   - "4VNF"
17688   - "2VNF"
17689   - "4VNF"
17690   layout:
17691     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
17692     layout: "plot-latency"
17693
17694 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
17695 -
17696   type: "plot"
17697   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17698   algorithm: "plot_latency_error_bars"
17699   output-file-type: ".html"
17700   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
17701   data: "plot-ligato-throughput-latency-3n-hsw"
17702   filter: "'NIC_Intel-X710' and
17703            '64B' and
17704            ('BASE' or 'SCALE') and
17705            'NDRPDR' and
17706            '1T1C' and
17707            'L2XCFWD' and
17708            not 'VHOST' and
17709            'MEMIF'"
17710   parameters:
17711   - "latency"
17712   - "parent"
17713   - "tags"
17714   sort:
17715   - "1VNF"
17716   - "2VNF"
17717   - "4VNF"
17718   - "2VNF"
17719   - "4VNF"
17720   layout:
17721     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
17722     layout: "plot-latency"
17723
17724 -
17725   type: "plot"
17726   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17727   algorithm: "plot_latency_error_bars"
17728   output-file-type: ".html"
17729   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
17730   data: "plot-ligato-throughput-latency-3n-hsw"
17731   filter: "'NIC_Intel-X710' and
17732            '64B' and
17733            ('BASE' or 'SCALE') and
17734            'NDRPDR' and
17735            '2T2C' and
17736            'L2XCFWD' and
17737            not 'VHOST' and
17738            'MEMIF'"
17739   parameters:
17740   - "latency"
17741   - "parent"
17742   - "tags"
17743   sort:
17744   - "1VNF"
17745   - "2VNF"
17746   - "4VNF"
17747   - "2VNF"
17748   - "4VNF"
17749   layout:
17750     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
17751     layout: "plot-latency"
17752
17753 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
17754 -
17755   type: "plot"
17756   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
17757   algorithm: "plot_latency_error_bars"
17758   output-file-type: ".html"
17759   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
17760   data: "plot-ligato-throughput-latency-3n-hsw"
17761   filter: "'NIC_Intel-X710' and
17762            '64B' and
17763            ('BASE' or 'SCALE') and
17764            'NDRPDR' and
17765            '1T1C' and
17766            ('L2BDMACSTAT' or 'L2BDMACLRN') and
17767            not 'VHOST' and
17768            'MEMIF'"
17769   parameters:
17770   - "latency"
17771   - "parent"
17772   - "tags"
17773   sort:
17774   - "1VNF"
17775   - "2VNF"
17776   - "4VNF"
17777   - "2VNF"
17778   - "4VNF"
17779   layout:
17780     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
17781     layout: "plot-latency"
17782
17783 -
17784   type: "plot"
17785   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
17786   algorithm: "plot_latency_error_bars"
17787   output-file-type: ".html"
17788   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
17789   data: "plot-ligato-throughput-latency-3n-hsw"
17790   filter: "'NIC_Intel-X710' and
17791            '64B' and
17792            ('BASE' or 'SCALE') and
17793            'NDRPDR' and
17794            '2T2C' and
17795            ('L2BDMACSTAT' or 'L2BDMACLRN') and
17796            not 'VHOST' and
17797            'MEMIF'"
17798   parameters:
17799   - "latency"
17800   - "parent"
17801   - "tags"
17802   sort:
17803   - "1VNF"
17804   - "2VNF"
17805   - "4VNF"
17806   - "2VNF"
17807   - "4VNF"
17808   layout:
17809     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
17810     layout: "plot-latency"
17811
17812 ################################################################################
17813
17814 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
17815 -
17816   type: "plot"
17817   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17818   algorithm: "plot_latency_error_bars"
17819   output-file-type: ".html"
17820   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17821   data: "plot-vpp-throughput-latency-3n-hsw"
17822   filter: "'NIC_Intel-X520-DA2' and
17823            '64B' and
17824            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17825            'NDRPDR' and
17826            '1T1C' and
17827            'IP4FWD' and
17828            not 'IPSEC' and
17829            not 'VHOST'"
17830   parameters:
17831   - "latency"
17832   - "parent"
17833   - "tags"
17834   sort:
17835   - "IP4BASE"
17836   - "FIB_20K"
17837   - "FIB_200K"
17838   - "FIB_2M"
17839   layout:
17840     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17841     layout: "plot-latency"
17842
17843 -
17844   type: "plot"
17845   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17846   algorithm: "plot_latency_error_bars"
17847   output-file-type: ".html"
17848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17849   data: "plot-vpp-throughput-latency-3n-hsw"
17850   filter: "'NIC_Intel-X520-DA2' and
17851            '64B' and
17852            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17853            'NDRPDR' and
17854            '2T2C' and
17855            'IP4FWD' and
17856            not 'IPSEC' and
17857            not 'VHOST'"
17858   parameters:
17859   - "latency"
17860   - "parent"
17861   - "tags"
17862   sort:
17863   - "IP4BASE"
17864   - "FIB_20K"
17865   - "FIB_200K"
17866   - "FIB_2M"
17867   layout:
17868     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17869     layout: "plot-latency"
17870
17871 # Packet Latency - VPP IPv4 3n-hsw-x520 features
17872 -
17873   type: "plot"
17874   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17875   algorithm: "plot_latency_error_bars"
17876   output-file-type: ".html"
17877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17878   data: "plot-vpp-throughput-latency-3n-hsw"
17879   filter: "'NIC_Intel-X520-DA2' and
17880            '64B' and
17881            ('IP4BASE' or
17882             'POLICE_MARK' or
17883             'COPWHLIST' or
17884             ('NAT44' and 'BASE') or
17885             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17886            'NDRPDR' and
17887            '1T1C' and
17888            'IP4FWD' and
17889            not 'IPSEC' and
17890            not 'VHOST'"
17891   parameters:
17892   - "latency"
17893   - "parent"
17894   - "tags"
17895   sort:
17896   - "IP4BASE"
17897   - "NAT44"
17898   - "POLICE_MARK"
17899   - "COPWHLIST"
17900   - "IACL"
17901   - "OACL"
17902   layout:
17903     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
17904     layout: "plot-latency"
17905
17906 -
17907   type: "plot"
17908   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17909   algorithm: "plot_latency_error_bars"
17910   output-file-type: ".html"
17911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17912   data: "plot-vpp-throughput-latency-3n-hsw"
17913   filter: "'NIC_Intel-X520-DA2' and
17914            '64B' and
17915            ('IP4BASE' or
17916             'POLICE_MARK' or
17917             'COPWHLIST' or
17918             ('NAT44' and 'BASE') or
17919             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17920            'NDRPDR' and
17921            '2T2C' and
17922            'IP4FWD' and
17923            not 'IPSEC' and
17924            not 'VHOST'"
17925   parameters:
17926   - "latency"
17927   - "parent"
17928   - "tags"
17929   sort:
17930   - "IP4BASE"
17931   - "NAT44"
17932   - "POLICE_MARK"
17933   - "COPWHLIST"
17934   - "IACL"
17935   - "OACL"
17936   layout:
17937     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
17938     layout: "plot-latency"
17939
17940 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
17941 -
17942   type: "plot"
17943   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17944   algorithm: "plot_latency_error_bars"
17945   output-file-type: ".html"
17946   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17947   data: "plot-vpp-throughput-latency-3n-hsw"
17948   filter: "'NIC_Intel-X520-DA2' and
17949            '64B' and
17950            'NDRPDR' and
17951            '1T1C' and
17952            'IP4FWD' and
17953            'NAT44' and
17954            not 'IPSEC' and
17955            not 'VHOST'"
17956   parameters:
17957   - "latency"
17958   - "parent"
17959   - "tags"
17960   sort:
17961   - "BASE"
17962   - "BASE"
17963   - "SRC_USER_10"
17964   - "SRC_USER_100"
17965   - "SRC_USER_1000"
17966   - "SRC_USER_2000"
17967   layout:
17968     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
17969     layout: "plot-latency"
17970
17971 -
17972   type: "plot"
17973   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17974   algorithm: "plot_latency_error_bars"
17975   output-file-type: ".html"
17976   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17977   data: "plot-vpp-throughput-latency-3n-hsw"
17978   filter: "'NIC_Intel-X520-DA2' and
17979            '64B' and
17980            'NDRPDR' and
17981            '2T2C' and
17982            'IP4FWD' and
17983            'NAT44' and
17984            not 'IPSEC' and
17985            not 'VHOST'"
17986   parameters:
17987   - "latency"
17988   - "parent"
17989   - "tags"
17990   sort:
17991   - "BASE"
17992   - "BASE"
17993   - "SRC_USER_10"
17994   - "SRC_USER_100"
17995   - "SRC_USER_1000"
17996   - "SRC_USER_2000"
17997   layout:
17998     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
17999     layout: "plot-latency"
18000
18001 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18002 -
18003   type: "plot"
18004   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18005   algorithm: "plot_latency_error_bars"
18006   output-file-type: ".html"
18007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18008   data: "plot-vpp-throughput-latency-3n-hsw"
18009   filter: "'NIC_Intel-X520-DA2' and
18010            '64B' and
18011            'NDRPDR' and
18012            '1T1C' and
18013            'IP4FWD' and
18014            'IACL' and
18015            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18016            not 'IPSEC' and
18017            not 'VHOST'"
18018   parameters:
18019   - "latency"
18020   - "parent"
18021   - "tags"
18022   sort:
18023   - "ACL_STATELESS"
18024   - "ACL_STATEFUL"
18025   - "ACL_STATELESS"
18026   - "ACL_STATEFUL"
18027   layout:
18028     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18029     layout: "plot-latency"
18030
18031 -
18032   type: "plot"
18033   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18034   algorithm: "plot_latency_error_bars"
18035   output-file-type: ".html"
18036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18037   data: "plot-vpp-throughput-latency-3n-hsw"
18038   filter: "'NIC_Intel-X520-DA2' and
18039            '64B' and
18040            'NDRPDR' and
18041            '2T2C' and
18042            'IP4FWD' and
18043            'IACL' and
18044            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18045            not 'IPSEC' and
18046            not 'VHOST'"
18047   parameters:
18048   - "latency"
18049   - "parent"
18050   - "tags"
18051   sort:
18052   - "ACL_STATELESS"
18053   - "ACL_STATEFUL"
18054   - "ACL_STATELESS"
18055   - "ACL_STATEFUL"
18056   layout:
18057     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18058     layout: "plot-latency"
18059
18060 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18061 -
18062   type: "plot"
18063   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18064   algorithm: "plot_latency_error_bars"
18065   output-file-type: ".html"
18066   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18067   data: "plot-vpp-throughput-latency-3n-hsw"
18068   filter: "'NIC_Intel-X520-DA2' and
18069            '64B' and
18070            'NDRPDR' and
18071            '1T1C' and
18072            'IP4FWD' and
18073            'OACL' and
18074            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18075            not 'IPSEC' and
18076            not 'VHOST'"
18077   parameters:
18078   - "latency"
18079   - "parent"
18080   - "tags"
18081   sort:
18082   - "ACL_STATELESS"
18083   - "ACL_STATEFUL"
18084   - "ACL_STATELESS"
18085   - "ACL_STATEFUL"
18086   layout:
18087     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18088     layout: "plot-latency"
18089
18090 -
18091   type: "plot"
18092   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18093   algorithm: "plot_latency_error_bars"
18094   output-file-type: ".html"
18095   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18096   data: "plot-vpp-throughput-latency-3n-hsw"
18097   filter: "'NIC_Intel-X520-DA2' and
18098            '64B' and
18099            'NDRPDR' and
18100            '2T2C' and
18101            'IP4FWD' and
18102            'OACL' and
18103            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18104            not 'IPSEC' and
18105            not 'VHOST'"
18106   parameters:
18107   - "latency"
18108   - "parent"
18109   - "tags"
18110   sort:
18111   - "ACL_STATELESS"
18112   - "ACL_STATEFUL"
18113   - "ACL_STATELESS"
18114   - "ACL_STATEFUL"
18115   layout:
18116     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18117     layout: "plot-latency"
18118
18119 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18120 -
18121   type: "plot"
18122   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18123   algorithm: "plot_latency_error_bars"
18124   output-file-type: ".html"
18125   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18126   data: "plot-vpp-throughput-latency-3n-hsw"
18127   filter: "'NIC_Intel-X710' and
18128            '64B' and
18129            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18130            'NDRPDR' and
18131            '1T1C' and
18132            'IP4FWD' and
18133            not 'IPSEC' and
18134            not 'VHOST'"
18135   parameters:
18136   - "latency"
18137   - "parent"
18138   - "tags"
18139   sort:
18140   - "IP4BASE"
18141   - "FIB_20K"
18142   - "FIB_200K"
18143   - "FIB_2M"
18144   layout:
18145     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18146     layout: "plot-latency"
18147
18148 -
18149   type: "plot"
18150   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18151   algorithm: "plot_latency_error_bars"
18152   output-file-type: ".html"
18153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18154   data: "plot-vpp-throughput-latency-3n-hsw"
18155   filter: "'NIC_Intel-X710' and
18156            '64B' and
18157            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18158            'NDRPDR' and
18159            '2T2C' and
18160            'IP4FWD' and
18161            not 'IPSEC' and
18162            not 'VHOST'"
18163   parameters:
18164   - "latency"
18165   - "parent"
18166   - "tags"
18167   sort:
18168   - "IP4BASE"
18169   - "FIB_20K"
18170   - "FIB_200K"
18171   - "FIB_2M"
18172   layout:
18173     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18174     layout: "plot-latency"
18175
18176 # Packet Latency - VPP IPv4 3n-hsw-x710 features
18177 -
18178   type: "plot"
18179   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18180   algorithm: "plot_latency_error_bars"
18181   output-file-type: ".html"
18182   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18183   data: "plot-vpp-throughput-latency-3n-hsw"
18184   filter: "'NIC_Intel-X710' and
18185            '64B' and
18186            ('IP4BASE' or
18187             'POLICE_MARK' or
18188             'COPWHLIST' or
18189             ('NAT44' and 'BASE') or
18190             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18191            'NDRPDR' and
18192            '1T1C' and
18193            'IP4FWD' and
18194            not 'IPSEC' and
18195            not 'VHOST'"
18196   parameters:
18197   - "latency"
18198   - "parent"
18199   - "tags"
18200   sort:
18201   - "IP4BASE"
18202   - "NAT44"
18203   - "POLICE_MARK"
18204   - "COPWHLIST"
18205   - "IACL"
18206   - "OACL"
18207   layout:
18208     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
18209     layout: "plot-latency"
18210
18211 -
18212   type: "plot"
18213   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18214   algorithm: "plot_latency_error_bars"
18215   output-file-type: ".html"
18216   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18217   data: "plot-vpp-throughput-latency-3n-hsw"
18218   filter: "'NIC_Intel-X710' and
18219            '64B' and
18220            ('IP4BASE' or
18221             'POLICE_MARK' or
18222             'COPWHLIST' or
18223             ('NAT44' and 'BASE') or
18224             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18225            'NDRPDR' and
18226            '2T2C' and
18227            'IP4FWD' and
18228            not 'IPSEC' and
18229            not 'VHOST'"
18230   parameters:
18231   - "latency"
18232   - "parent"
18233   - "tags"
18234   sort:
18235   - "IP4BASE"
18236   - "NAT44"
18237   - "POLICE_MARK"
18238   - "COPWHLIST"
18239   - "IACL"
18240   - "OACL"
18241   layout:
18242     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
18243     layout: "plot-latency"
18244
18245 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
18246 -
18247   type: "plot"
18248   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18249   algorithm: "plot_latency_error_bars"
18250   output-file-type: ".html"
18251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
18252   data: "plot-vpp-throughput-latency-3n-hsw"
18253   filter: "'NIC_Intel-X710' and
18254            '64B' and
18255            'NDRPDR' and
18256            '1T1C' and
18257            'IP4FWD' and
18258            'NAT44' and
18259            not 'IPSEC' and
18260            not 'VHOST'"
18261   parameters:
18262   - "latency"
18263   - "parent"
18264   - "tags"
18265   sort:
18266   - "BASE"
18267   - "BASE"
18268   - "SRC_USER_10"
18269   - "SRC_USER_100"
18270   - "SRC_USER_1000"
18271   - "SRC_USER_2000"
18272   layout:
18273     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
18274     layout: "plot-latency"
18275
18276 -
18277   type: "plot"
18278   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18279   algorithm: "plot_latency_error_bars"
18280   output-file-type: ".html"
18281   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
18282   data: "plot-vpp-throughput-latency-3n-hsw"
18283   filter: "'NIC_Intel-X710' and
18284            '64B' and
18285            'NDRPDR' and
18286            '2T2C' and
18287            'IP4FWD' and
18288            'NAT44' and
18289            not 'IPSEC' and
18290            not 'VHOST'"
18291   parameters:
18292   - "latency"
18293   - "parent"
18294   - "tags"
18295   sort:
18296   - "BASE"
18297   - "BASE"
18298   - "SRC_USER_10"
18299   - "SRC_USER_100"
18300   - "SRC_USER_1000"
18301   - "SRC_USER_2000"
18302   layout:
18303     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
18304     layout: "plot-latency"
18305
18306 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
18307 -
18308   type: "plot"
18309   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18310   algorithm: "plot_latency_error_bars"
18311   output-file-type: ".html"
18312   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18313   data: "plot-vpp-throughput-latency-3n-hsw"
18314   filter: "'NIC_Intel-X710' and
18315            '64B' and
18316            'NDRPDR' and
18317            '1T1C' and
18318            'IP4FWD' and
18319            'IACL' and
18320            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18321            not 'IPSEC' and
18322            not 'VHOST'"
18323   parameters:
18324   - "latency"
18325   - "parent"
18326   - "tags"
18327   sort:
18328   - "ACL_STATELESS"
18329   - "ACL_STATEFUL"
18330   - "ACL_STATELESS"
18331   - "ACL_STATEFUL"
18332   layout:
18333     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18334     layout: "plot-latency"
18335
18336 -
18337   type: "plot"
18338   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18339   algorithm: "plot_latency_error_bars"
18340   output-file-type: ".html"
18341   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18342   data: "plot-vpp-throughput-latency-3n-hsw"
18343   filter: "'NIC_Intel-X710' and
18344            '64B' and
18345            'NDRPDR' and
18346            '2T2C' and
18347            'IP4FWD' and
18348            'IACL' and
18349            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18350            not 'IPSEC' and
18351            not 'VHOST'"
18352   parameters:
18353   - "latency"
18354   - "parent"
18355   - "tags"
18356   sort:
18357   - "ACL_STATELESS"
18358   - "ACL_STATEFUL"
18359   - "ACL_STATELESS"
18360   - "ACL_STATEFUL"
18361   layout:
18362     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18363     layout: "plot-latency"
18364
18365 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
18366 -
18367   type: "plot"
18368   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
18369   algorithm: "plot_latency_error_bars"
18370   output-file-type: ".html"
18371   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
18372   data: "plot-vpp-throughput-latency-3n-hsw"
18373   filter: "'NIC_Intel-X710' and
18374            '64B' and
18375            'NDRPDR' and
18376            '1T1C' and
18377            'IP4FWD' and
18378            'OACL' and
18379            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18380            not 'IPSEC' and
18381            not 'VHOST'"
18382   parameters:
18383   - "latency"
18384   - "parent"
18385   - "tags"
18386   sort:
18387   - "ACL_STATELESS"
18388   - "ACL_STATEFUL"
18389   - "ACL_STATELESS"
18390   - "ACL_STATEFUL"
18391   layout:
18392     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
18393     layout: "plot-latency"
18394
18395 -
18396   type: "plot"
18397   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
18398   algorithm: "plot_latency_error_bars"
18399   output-file-type: ".html"
18400   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
18401   data: "plot-vpp-throughput-latency-3n-hsw"
18402   filter: "'NIC_Intel-X710' and
18403            '64B' and
18404            'NDRPDR' and
18405            '2T2C' and
18406            'IP4FWD' and
18407            'OACL' and
18408            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18409            not 'IPSEC' and
18410            not 'VHOST'"
18411   parameters:
18412   - "latency"
18413   - "parent"
18414   - "tags"
18415   sort:
18416   - "ACL_STATELESS"
18417   - "ACL_STATEFUL"
18418   - "ACL_STATELESS"
18419   - "ACL_STATEFUL"
18420   layout:
18421     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
18422     layout: "plot-latency"
18423
18424 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
18425 -
18426   type: "plot"
18427   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18428   algorithm: "plot_latency_error_bars"
18429   output-file-type: ".html"
18430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18431   data: "plot-vpp-throughput-latency-3n-hsw"
18432   filter: "'NIC_Intel-XL710' and
18433            '64B' and
18434            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18435            'NDRPDR' and
18436            '1T1C' and
18437            'IP4FWD' and
18438            not 'IPSEC' and
18439            not 'VHOST'"
18440   parameters:
18441   - "latency"
18442   - "parent"
18443   - "tags"
18444   sort:
18445   - "IP4BASE"
18446   - "FIB_20K"
18447   - "FIB_200K"
18448   - "FIB_2M"
18449   layout:
18450     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18451     layout: "plot-latency"
18452
18453 -
18454   type: "plot"
18455   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18456   algorithm: "plot_latency_error_bars"
18457   output-file-type: ".html"
18458   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18459   data: "plot-vpp-throughput-latency-3n-hsw"
18460   filter: "'NIC_Intel-XL710' and
18461            '64B' and
18462            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18463            'NDRPDR' and
18464            '2T2C' and
18465            'IP4FWD' and
18466            not 'IPSEC' and
18467            not 'VHOST'"
18468   parameters:
18469   - "latency"
18470   - "parent"
18471   - "tags"
18472   sort:
18473   - "IP4BASE"
18474   - "FIB_20K"
18475   - "FIB_200K"
18476   - "FIB_2M"
18477   layout:
18478     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18479     layout: "plot-latency"
18480
18481 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
18482 -
18483   type: "plot"
18484   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18485   algorithm: "plot_latency_error_bars"
18486   output-file-type: ".html"
18487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18488   data: "plot-vpp-throughput-latency-3n-skx"
18489   filter: "'NIC_Intel-X710' and
18490            '64B' and
18491            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18492            'NDRPDR' and
18493            '2T1C' and
18494            'IP4FWD' and
18495            not 'IPSEC' and
18496            not 'VHOST'"
18497   parameters:
18498   - "latency"
18499   - "parent"
18500   - "tags"
18501   sort:
18502   - "IP4BASE"
18503   - "FIB_20K"
18504   - "FIB_200K"
18505   - "FIB_2M"
18506   layout:
18507     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18508     layout: "plot-latency"
18509
18510 -
18511   type: "plot"
18512   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18513   algorithm: "plot_latency_error_bars"
18514   output-file-type: ".html"
18515   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18516   data: "plot-vpp-throughput-latency-3n-skx"
18517   filter: "'NIC_Intel-X710' and
18518            '64B' and
18519            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18520            'NDRPDR' and
18521            '4T2C' and
18522            'IP4FWD' and
18523            not 'IPSEC' and
18524            not 'VHOST'"
18525   parameters:
18526   - "latency"
18527   - "parent"
18528   - "tags"
18529   sort:
18530   - "IP4BASE"
18531   - "FIB_20K"
18532   - "FIB_200K"
18533   - "FIB_2M"
18534   layout:
18535     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18536     layout: "plot-latency"
18537
18538 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
18539 -
18540   type: "plot"
18541   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
18542   algorithm: "plot_latency_error_bars"
18543   output-file-type: ".html"
18544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
18545   data: "plot-vpp-throughput-latency-3n-skx"
18546   filter: "'NIC_Intel-X710' and
18547            '64B' and
18548            ('IP4BASE' or
18549             'POLICE_MARK' or
18550             'COPWHLIST' or
18551             ('NAT44' and 'BASE') or
18552             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18553            'NDRPDR' and
18554            '2T1C' and
18555            'IP4FWD' and
18556            not 'IPSEC' and
18557            not 'VHOST'"
18558   parameters:
18559   - "latency"
18560   - "parent"
18561   - "tags"
18562   sort:
18563   - "IP4BASE"
18564   - "NAT44"
18565   - "POLICE_MARK"
18566   - "COPWHLIST"
18567   - "IACL"
18568   - "OACL"
18569   layout:
18570     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
18571     layout: "plot-latency"
18572
18573 -
18574   type: "plot"
18575   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
18576   algorithm: "plot_latency_error_bars"
18577   output-file-type: ".html"
18578   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
18579   data: "plot-vpp-throughput-latency-3n-skx"
18580   filter: "'NIC_Intel-X710' and
18581            '64B' and
18582            ('IP4BASE' or
18583             'POLICE_MARK' or
18584             'COPWHLIST' or
18585             ('NAT44' and 'BASE') or
18586             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18587            'NDRPDR' and
18588            '4T2C' and
18589            'IP4FWD' and
18590            not 'IPSEC' and
18591            not 'VHOST'"
18592   parameters:
18593   - "latency"
18594   - "parent"
18595   - "tags"
18596   sort:
18597   - "IP4BASE"
18598   - "NAT44"
18599   - "POLICE_MARK"
18600   - "COPWHLIST"
18601   - "IACL"
18602   - "OACL"
18603   layout:
18604     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
18605     layout: "plot-latency"
18606
18607 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
18608 -
18609   type: "plot"
18610   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
18611   algorithm: "plot_latency_error_bars"
18612   output-file-type: ".html"
18613   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
18614   data: "plot-vpp-throughput-latency-3n-skx"
18615   filter: "'NIC_Intel-X710' and
18616            '64B' and
18617            'NDRPDR' and
18618            '2T1C' and
18619            'IP4FWD' and
18620            'NAT44' and
18621            not 'IPSEC' and
18622            not 'VHOST'"
18623   parameters:
18624   - "latency"
18625   - "parent"
18626   - "tags"
18627   sort:
18628   - "BASE"
18629   - "BASE"
18630   - "SRC_USER_10"
18631   - "SRC_USER_100"
18632   - "SRC_USER_1000"
18633   - "SRC_USER_2000"
18634   layout:
18635     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
18636     layout: "plot-latency"
18637
18638 -
18639   type: "plot"
18640   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
18641   algorithm: "plot_latency_error_bars"
18642   output-file-type: ".html"
18643   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
18644   data: "plot-vpp-throughput-latency-3n-skx"
18645   filter: "'NIC_Intel-X710' and
18646            '64B' and
18647            'NDRPDR' and
18648            '4T2C' and
18649            'IP4FWD' and
18650            'NAT44' and
18651            not 'IPSEC' and
18652            not 'VHOST'"
18653   parameters:
18654   - "latency"
18655   - "parent"
18656   - "tags"
18657   sort:
18658   - "BASE"
18659   - "BASE"
18660   - "SRC_USER_10"
18661   - "SRC_USER_100"
18662   - "SRC_USER_1000"
18663   - "SRC_USER_2000"
18664   layout:
18665     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
18666     layout: "plot-latency"
18667
18668 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
18669 -
18670   type: "plot"
18671   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18672   algorithm: "plot_latency_error_bars"
18673   output-file-type: ".html"
18674   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18675   data: "plot-vpp-throughput-latency-3n-skx"
18676   filter: "'NIC_Intel-X710' and
18677            '64B' and
18678            'NDRPDR' and
18679            '2T1C' and
18680            'IP4FWD' and
18681            'IACL' and
18682            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18683            not 'IPSEC' and
18684            not 'VHOST'"
18685   parameters:
18686   - "latency"
18687   - "parent"
18688   - "tags"
18689   sort:
18690   - "ACL_STATELESS"
18691   - "ACL_STATEFUL"
18692   - "ACL_STATELESS"
18693   - "ACL_STATEFUL"
18694   layout:
18695     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18696     layout: "plot-latency"
18697
18698 -
18699   type: "plot"
18700   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18701   algorithm: "plot_latency_error_bars"
18702   output-file-type: ".html"
18703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18704   data: "plot-vpp-throughput-latency-3n-skx"
18705   filter: "'NIC_Intel-X710' and
18706            '64B' and
18707            'NDRPDR' and
18708            '4T2C' and
18709            'IP4FWD' and
18710            'IACL' and
18711            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18712            not 'IPSEC' and
18713            not 'VHOST'"
18714   parameters:
18715   - "latency"
18716   - "parent"
18717   - "tags"
18718   sort:
18719   - "ACL_STATELESS"
18720   - "ACL_STATEFUL"
18721   - "ACL_STATELESS"
18722   - "ACL_STATEFUL"
18723   layout:
18724     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18725     layout: "plot-latency"
18726
18727 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
18728 -
18729   type: "plot"
18730   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
18731   algorithm: "plot_latency_error_bars"
18732   output-file-type: ".html"
18733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
18734   data: "plot-vpp-throughput-latency-3n-skx"
18735   filter: "'NIC_Intel-X710' and
18736            '64B' and
18737            'NDRPDR' and
18738            '2T1C' and
18739            'IP4FWD' and
18740            'OACL' and
18741            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18742            not 'IPSEC' and
18743            not 'VHOST'"
18744   parameters:
18745   - "latency"
18746   - "parent"
18747   - "tags"
18748   sort:
18749   - "ACL_STATELESS"
18750   - "ACL_STATEFUL"
18751   - "ACL_STATELESS"
18752   - "ACL_STATEFUL"
18753   layout:
18754     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
18755     layout: "plot-latency"
18756
18757 -
18758   type: "plot"
18759   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
18760   algorithm: "plot_latency_error_bars"
18761   output-file-type: ".html"
18762   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
18763   data: "plot-vpp-throughput-latency-3n-skx"
18764   filter: "'NIC_Intel-X710' and
18765            '64B' and
18766            'NDRPDR' and
18767            '4T2C' and
18768            'IP4FWD' and
18769            'OACL' and
18770            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18771            not 'IPSEC' and
18772            not 'VHOST'"
18773   parameters:
18774   - "latency"
18775   - "parent"
18776   - "tags"
18777   sort:
18778   - "ACL_STATELESS"
18779   - "ACL_STATEFUL"
18780   - "ACL_STATELESS"
18781   - "ACL_STATEFUL"
18782   layout:
18783     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
18784     layout: "plot-latency"
18785
18786 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
18787 -
18788   type: "plot"
18789   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18790   algorithm: "plot_latency_error_bars"
18791   output-file-type: ".html"
18792   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18793   data: "plot-vpp-throughput-latency-2n-skx"
18794   filter: "'NIC_Intel-X710' and
18795            '64B' and
18796            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18797            'NDRPDR' and
18798            '2T1C' and
18799            'IP4FWD' and
18800            not 'IPSEC' and
18801            not 'VHOST'"
18802   parameters:
18803   - "latency"
18804   - "parent"
18805   - "tags"
18806   sort:
18807   - "IP4BASE"
18808   - "FIB_20K"
18809   - "FIB_200K"
18810   - "FIB_2M"
18811   layout:
18812     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18813     layout: "plot-latency"
18814
18815 -
18816   type: "plot"
18817   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18818   algorithm: "plot_latency_error_bars"
18819   output-file-type: ".html"
18820   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18821   data: "plot-vpp-throughput-latency-2n-skx"
18822   filter: "'NIC_Intel-X710' and
18823            '64B' and
18824            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18825            'NDRPDR' and
18826            '4T2C' and
18827            'IP4FWD' and
18828            not 'IPSEC' and
18829            not 'VHOST'"
18830   parameters:
18831   - "latency"
18832   - "parent"
18833   - "tags"
18834   sort:
18835   - "IP4BASE"
18836   - "FIB_20K"
18837   - "FIB_200K"
18838   - "FIB_2M"
18839   layout:
18840     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18841     layout: "plot-latency"
18842
18843 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
18844 -
18845   type: "plot"
18846   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18847   algorithm: "plot_latency_error_bars"
18848   output-file-type: ".html"
18849   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18850   data: "plot-vpp-throughput-latency-2n-skx"
18851   filter: "'NIC_Intel-XXV710' and
18852            '64B' and
18853            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18854            'NDRPDR' and
18855            '2T1C' and
18856            'IP4FWD' and
18857            not 'IPSEC' and
18858            not 'VHOST'"
18859   parameters:
18860   - "latency"
18861   - "parent"
18862   - "tags"
18863   sort:
18864   - "IP4BASE"
18865   - "FIB_20K"
18866   - "FIB_200K"
18867   - "FIB_2M"
18868   layout:
18869     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18870     layout: "plot-latency"
18871
18872 -
18873   type: "plot"
18874   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18875   algorithm: "plot_latency_error_bars"
18876   output-file-type: ".html"
18877   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18878   data: "plot-vpp-throughput-latency-2n-skx"
18879   filter: "'NIC_Intel-XXV710' and
18880            '64B' and
18881            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18882            'NDRPDR' and
18883            '4T2C' and
18884            'IP4FWD' and
18885            not 'IPSEC' and
18886            not 'VHOST'"
18887   parameters:
18888   - "latency"
18889   - "parent"
18890   - "tags"
18891   sort:
18892   - "IP4BASE"
18893   - "FIB_20K"
18894   - "FIB_200K"
18895   - "FIB_2M"
18896   layout:
18897     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18898     layout: "plot-latency"
18899
18900 ################################################################################
18901
18902 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
18903 -
18904   type: "plot"
18905   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18906   algorithm: "plot_latency_error_bars"
18907   output-file-type: ".html"
18908   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18909   data: "plot-vpp-throughput-latency-3n-hsw"
18910   filter: "'NIC_Intel-X520-DA2' and
18911            '64B' and
18912            'ENCAP' and
18913            'NDRPDR' and
18914            '1T1C' and
18915            'VXLAN' and
18916            'L2BDMACLRN' and
18917            not 'VHOST' and
18918            not 'IPSECHW'"
18919   parameters:
18920   - "latency"
18921   - "parent"
18922   - "tags"
18923   sort:
18924   - "not DOT1Q"
18925   - "VXLAN_1"
18926   - "VXLAN_10"
18927   - "VXLAN_100"
18928   - "VXLAN_1000"
18929   layout:
18930     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18931     layout: "plot-latency"
18932
18933 -
18934   type: "plot"
18935   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18936   algorithm: "plot_latency_error_bars"
18937   output-file-type: ".html"
18938   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18939   data: "plot-vpp-throughput-latency-3n-hsw"
18940   filter: "'NIC_Intel-X520-DA2' and
18941            '64B' and
18942            'ENCAP' and
18943            'NDRPDR' and
18944            '2T2C' and
18945            'VXLAN' and
18946            'L2BDMACLRN' and
18947            not 'VHOST' and
18948            not 'IPSECHW'"
18949   parameters:
18950   - "latency"
18951   - "parent"
18952   - "tags"
18953   sort:
18954   - "not DOT1Q"
18955   - "VXLAN_1"
18956   - "VXLAN_10"
18957   - "VXLAN_100"
18958   - "VXLAN_1000"
18959   layout:
18960     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18961     layout: "plot-latency"
18962
18963 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
18964 -
18965   type: "plot"
18966   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18967   algorithm: "plot_latency_error_bars"
18968   output-file-type: ".html"
18969   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18970   data: "plot-vpp-throughput-latency-3n-hsw"
18971   filter: "'NIC_Intel-X520-DA2' and
18972            '64B' and
18973            'ENCAP' and
18974            'NDRPDR' and
18975            '1T1C' and
18976            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18977            not 'DOT1Q' and
18978            not 'VHOST' and
18979            not 'IPSECHW'"
18980   parameters:
18981   - "latency"
18982   - "parent"
18983   - "tags"
18984   sort:
18985   - "L2BDMACLRN"
18986   - "L2XCFWD"
18987   - "LISP"
18988   layout:
18989     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18990     layout: "plot-latency"
18991
18992 -
18993   type: "plot"
18994   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18995   algorithm: "plot_latency_error_bars"
18996   output-file-type: ".html"
18997   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18998   data: "plot-vpp-throughput-latency-3n-hsw"
18999   filter: "'NIC_Intel-X520-DA2' and
19000            '64B' and
19001            'ENCAP' and
19002            'NDRPDR' and
19003            '2T2C' and
19004            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19005            not 'DOT1Q' and
19006            not 'VHOST' and
19007            not 'IPSECHW'"
19008   parameters:
19009   - "latency"
19010   - "parent"
19011   - "tags"
19012   sort:
19013   - "L2BDMACLRN"
19014   - "L2XCFWD"
19015   - "LISP"
19016   layout:
19017     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19018     layout: "plot-latency"
19019
19020 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19021 -
19022   type: "plot"
19023   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19024   algorithm: "plot_latency_error_bars"
19025   output-file-type: ".html"
19026   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19027   data: "plot-vpp-throughput-latency-3n-hsw"
19028   filter: "'NIC_Intel-X710' and
19029            '64B' and
19030            'ENCAP' and
19031            'NDRPDR' and
19032            '1T1C' and
19033            'VXLAN' and
19034            'L2BDMACLRN' and
19035            not 'VHOST' and
19036            not 'IPSECHW'"
19037   parameters:
19038   - "latency"
19039   - "parent"
19040   - "tags"
19041   sort:
19042   - "not DOT1Q"
19043   - "VXLAN_1"
19044   - "VXLAN_10"
19045   - "VXLAN_100"
19046   - "VXLAN_1000"
19047   layout:
19048     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19049     layout: "plot-latency"
19050
19051 -
19052   type: "plot"
19053   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19054   algorithm: "plot_latency_error_bars"
19055   output-file-type: ".html"
19056   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19057   data: "plot-vpp-throughput-latency-3n-hsw"
19058   filter: "'NIC_Intel-X710' and
19059            '64B' and
19060            'ENCAP' and
19061            'NDRPDR' and
19062            '2T2C' and
19063            'VXLAN' and
19064            'L2BDMACLRN' and
19065            not 'VHOST' and
19066            not 'IPSECHW'"
19067   parameters:
19068   - "latency"
19069   - "parent"
19070   - "tags"
19071   sort:
19072   - "not DOT1Q"
19073   - "VXLAN_1"
19074   - "VXLAN_10"
19075   - "VXLAN_100"
19076   - "VXLAN_1000"
19077   layout:
19078     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19079     layout: "plot-latency"
19080
19081 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19082 -
19083   type: "plot"
19084   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19085   algorithm: "plot_latency_error_bars"
19086   output-file-type: ".html"
19087   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19088   data: "plot-vpp-throughput-latency-3n-hsw"
19089   filter: "'NIC_Intel-X710' and
19090            '64B' and
19091            'ENCAP' and
19092            'NDRPDR' and
19093            '1T1C' and
19094            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19095            not 'DOT1Q' and
19096            not 'VHOST' and
19097            not 'IPSECHW'"
19098   parameters:
19099   - "latency"
19100   - "parent"
19101   - "tags"
19102   sort:
19103   - "L2BDMACLRN"
19104   - "L2XCFWD"
19105   - "LISP"
19106   layout:
19107     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19108     layout: "plot-latency"
19109
19110 -
19111   type: "plot"
19112   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19113   algorithm: "plot_latency_error_bars"
19114   output-file-type: ".html"
19115   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19116   data: "plot-vpp-throughput-latency-3n-hsw"
19117   filter: "'NIC_Intel-X710' and
19118            '64B' and
19119            'ENCAP' and
19120            'NDRPDR' and
19121            '2T2C' and
19122            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19123            not 'DOT1Q' and
19124            not 'VHOST' and
19125            not 'IPSECHW'"
19126   parameters:
19127   - "latency"
19128   - "parent"
19129   - "tags"
19130   sort:
19131   - "L2BDMACLRN"
19132   - "L2XCFWD"
19133   - "LISP"
19134   layout:
19135     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19136     layout: "plot-latency"
19137
19138 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19139 -
19140   type: "plot"
19141   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19142   algorithm: "plot_latency_error_bars"
19143   output-file-type: ".html"
19144   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19145   data: "plot-vpp-throughput-latency-3n-skx"
19146   filter: "'NIC_Intel-X710' and
19147            '64B' and
19148            'ENCAP' and
19149            'NDRPDR' and
19150            '2T1C' and
19151            'VXLAN' and
19152            'L2BDMACLRN' and
19153            not 'VHOST' and
19154            not 'IPSECHW'"
19155   parameters:
19156   - "latency"
19157   - "parent"
19158   - "tags"
19159   sort:
19160   - "not DOT1Q"
19161   - "VXLAN_1"
19162   - "VXLAN_10"
19163   - "VXLAN_100"
19164   - "VXLAN_1000"
19165   layout:
19166     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19167     layout: "plot-latency"
19168
19169 -
19170   type: "plot"
19171   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19172   algorithm: "plot_latency_error_bars"
19173   output-file-type: ".html"
19174   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19175   data: "plot-vpp-throughput-latency-3n-skx"
19176   filter: "'NIC_Intel-X710' and
19177            '64B' and
19178            'ENCAP' and
19179            'NDRPDR' and
19180            '4T2C' and
19181            'VXLAN' and
19182            'L2BDMACLRN' and
19183            not 'VHOST' and
19184            not 'IPSECHW'"
19185   parameters:
19186   - "latency"
19187   - "parent"
19188   - "tags"
19189   sort:
19190   - "not DOT1Q"
19191   - "VXLAN_1"
19192   - "VXLAN_10"
19193   - "VXLAN_100"
19194   - "VXLAN_1000"
19195   layout:
19196     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19197     layout: "plot-latency"
19198
19199 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
19200 -
19201   type: "plot"
19202   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19203   algorithm: "plot_latency_error_bars"
19204   output-file-type: ".html"
19205   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19206   data: "plot-vpp-throughput-latency-3n-skx"
19207   filter: "'NIC_Intel-X710' and
19208            '64B' and
19209            'ENCAP' and
19210            'NDRPDR' and
19211            '2T1C' and
19212            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19213            not 'DOT1Q' and
19214            not 'VHOST' and
19215            not 'IPSECHW'"
19216   parameters:
19217   - "latency"
19218   - "parent"
19219   - "tags"
19220   sort:
19221   - "L2BDMACLRN"
19222   - "L2XCFWD"
19223   - "LISP"
19224   layout:
19225     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19226     layout: "plot-latency"
19227
19228 -
19229   type: "plot"
19230   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19231   algorithm: "plot_latency_error_bars"
19232   output-file-type: ".html"
19233   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19234   data: "plot-vpp-throughput-latency-3n-skx"
19235   filter: "'NIC_Intel-X710' and
19236            '64B' and
19237            'ENCAP' and
19238            'NDRPDR' and
19239            '4T2C' and
19240            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19241            not 'DOT1Q' and
19242            not 'VHOST' and
19243            not 'IPSECHW'"
19244   parameters:
19245   - "latency"
19246   - "parent"
19247   - "tags"
19248   sort:
19249   - "L2BDMACLRN"
19250   - "L2XCFWD"
19251   - "LISP"
19252   layout:
19253     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19254     layout: "plot-latency"
19255
19256 ################################################################################
19257
19258 # Packet Latency - VPP IPv6 3n-hsw-x520
19259 -
19260   type: "plot"
19261   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19262   algorithm: "plot_latency_error_bars"
19263   output-file-type: ".html"
19264   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19265   data: "plot-vpp-throughput-latency-3n-hsw"
19266   filter: "'NIC_Intel-X520-DA2' and
19267            '78B' and
19268            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19269            'NDRPDR' and
19270            '1T1C' and
19271            'IP6FWD' and
19272            not 'SRv6' and
19273            not 'IPSEC' and
19274            not 'VHOST'"
19275   parameters:
19276   - "latency"
19277   - "parent"
19278   - "tags"
19279   sort:
19280   - "IP6BASE"
19281   - "FIB_20K"
19282   - "FIB_200K"
19283   - "FIB_2M"
19284   layout:
19285     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
19286     layout: "plot-latency"
19287
19288 -
19289   type: "plot"
19290   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19291   algorithm: "plot_latency_error_bars"
19292   output-file-type: ".html"
19293   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19294   data: "plot-vpp-throughput-latency-3n-hsw"
19295   filter: "'NIC_Intel-X520-DA2' and
19296            '78B' and
19297            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19298            'NDRPDR' and
19299            '2T2C' and
19300            'IP6FWD' and
19301            not 'SRv6' and
19302            not 'IPSEC' and
19303            not 'VHOST'"
19304   parameters:
19305   - "latency"
19306   - "parent"
19307   - "tags"
19308   sort:
19309   - "IP6BASE"
19310   - "FIB_20K"
19311   - "FIB_200K"
19312   - "FIB_2M"
19313   layout:
19314     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
19315     layout: "plot-latency"
19316
19317 # Packet Latency - VPP IPv6 3n-hsw-x710
19318 -
19319   type: "plot"
19320   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19321   algorithm: "plot_latency_error_bars"
19322   output-file-type: ".html"
19323   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
19324   data: "plot-vpp-throughput-latency-3n-hsw"
19325   filter: "'NIC_Intel-X710' and
19326            '78B' and
19327            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19328            'NDRPDR' and
19329            '1T1C' and
19330            'IP6FWD' and
19331            not 'SRv6' and
19332            not 'IPSEC' and
19333            not 'VHOST'"
19334   parameters:
19335   - "latency"
19336   - "parent"
19337   - "tags"
19338   sort:
19339   - "IP6BASE"
19340   - "FIB_20K"
19341   - "FIB_200K"
19342   - "FIB_2M"
19343   layout:
19344     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
19345     layout: "plot-latency"
19346
19347 -
19348   type: "plot"
19349   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19350   algorithm: "plot_latency_error_bars"
19351   output-file-type: ".html"
19352   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
19353   data: "plot-vpp-throughput-latency-3n-hsw"
19354   filter: "'NIC_Intel-X710' and
19355            '78B' and
19356            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19357            'NDRPDR' and
19358            '2T2C' and
19359            'IP6FWD' and
19360            not 'SRv6' and
19361            not 'IPSEC' and
19362            not 'VHOST'"
19363   parameters:
19364   - "latency"
19365   - "parent"
19366   - "tags"
19367   sort:
19368   - "IP6BASE"
19369   - "FIB_20K"
19370   - "FIB_200K"
19371   - "FIB_2M"
19372   layout:
19373     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
19374     layout: "plot-latency"
19375
19376 # Packet Latency - VPP IPv6 3n-hsw-xl710
19377 -
19378   type: "plot"
19379   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
19380   algorithm: "plot_latency_error_bars"
19381   output-file-type: ".html"
19382   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
19383   data: "plot-vpp-throughput-latency-3n-hsw"
19384   filter: "'NIC_Intel-XL710' and
19385            '78B' and
19386            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19387            'NDRPDR' and
19388            '1T1C' and
19389            'IP6FWD' and
19390            not 'SRv6' and
19391            not 'IPSEC' and
19392            not 'VHOST'"
19393   parameters:
19394   - "latency"
19395   - "parent"
19396   - "tags"
19397   sort:
19398   - "IP6BASE"
19399   - "FIB_20K"
19400   - "FIB_200K"
19401   - "FIB_2M"
19402   layout:
19403     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
19404     layout: "plot-latency"
19405
19406 -
19407   type: "plot"
19408   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
19409   algorithm: "plot_latency_error_bars"
19410   output-file-type: ".html"
19411   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
19412   data: "plot-vpp-throughput-latency-3n-hsw"
19413   filter: "'NIC_Intel-XL710' and
19414            '78B' and
19415            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19416            'NDRPDR' and
19417            '2T2C' and
19418            'IP6FWD' and
19419            not 'SRv6' and
19420            not 'IPSEC' and
19421            not 'VHOST'"
19422   parameters:
19423   - "latency"
19424   - "parent"
19425   - "tags"
19426   sort:
19427   - "IP6BASE"
19428   - "FIB_20K"
19429   - "FIB_200K"
19430   - "FIB_2M"
19431   layout:
19432     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
19433     layout: "plot-latency"
19434
19435 # Packet Latency - VPP IPv6 3n-skx-x710
19436 -
19437   type: "plot"
19438   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19439   algorithm: "plot_latency_error_bars"
19440   output-file-type: ".html"
19441   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19442   data: "plot-vpp-throughput-latency-3n-skx"
19443   filter: "'NIC_Intel-X710' and
19444            '78B' and
19445            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19446            'NDRPDR' and
19447            '2T1C' and
19448            'IP6FWD' and
19449            not 'SRv6' and
19450            not 'IPSEC' and
19451            not 'VHOST'"
19452   parameters:
19453   - "latency"
19454   - "parent"
19455   - "tags"
19456   sort:
19457   - "IP6BASE"
19458   - "FIB_20K"
19459   - "FIB_200K"
19460   - "FIB_2M"
19461   layout:
19462     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
19463     layout: "plot-latency"
19464
19465 -
19466   type: "plot"
19467   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19468   algorithm: "plot_latency_error_bars"
19469   output-file-type: ".html"
19470   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19471   data: "plot-vpp-throughput-latency-3n-skx"
19472   filter: "'NIC_Intel-X710' and
19473            '78B' and
19474            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19475            'NDRPDR' and
19476            '4T2C' and
19477            'IP6FWD' and
19478            not 'SRv6' and
19479            not 'IPSEC' and
19480            not 'VHOST'"
19481   parameters:
19482   - "latency"
19483   - "parent"
19484   - "tags"
19485   sort:
19486   - "IP6BASE"
19487   - "FIB_20K"
19488   - "FIB_200K"
19489   - "FIB_2M"
19490   layout:
19491     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
19492     layout: "plot-latency"
19493
19494 # Packet Latency - VPP IPv6 2n-skx-x710
19495 -
19496   type: "plot"
19497   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19498   algorithm: "plot_latency_error_bars"
19499   output-file-type: ".html"
19500   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
19501   data: "plot-vpp-throughput-latency-2n-skx"
19502   filter: "'NIC_Intel-X710' and
19503            '78B' and
19504            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19505            'NDRPDR' and
19506            '2T1C' and
19507            'IP6FWD' and
19508            not 'SRv6' and
19509            not 'IPSEC' and
19510            not 'VHOST'"
19511   parameters:
19512   - "latency"
19513   - "parent"
19514   - "tags"
19515   sort:
19516   - "IP6BASE"
19517   - "FIB_20K"
19518   - "FIB_200K"
19519   - "FIB_2M"
19520   layout:
19521     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
19522     layout: "plot-latency"
19523
19524 -
19525   type: "plot"
19526   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19527   algorithm: "plot_latency_error_bars"
19528   output-file-type: ".html"
19529   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
19530   data: "plot-vpp-throughput-latency-2n-skx"
19531   filter: "'NIC_Intel-X710' and
19532            '78B' and
19533            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19534            'NDRPDR' and
19535            '4T2C' and
19536            'IP6FWD' and
19537            not 'SRv6' and
19538            not 'IPSEC' and
19539            not 'VHOST'"
19540   parameters:
19541   - "latency"
19542   - "parent"
19543   - "tags"
19544   sort:
19545   - "IP6BASE"
19546   - "FIB_20K"
19547   - "FIB_200K"
19548   - "FIB_2M"
19549   layout:
19550     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
19551     layout: "plot-latency"
19552
19553 # Packet Latency - VPP IPv6 2n-skx-xxv710
19554 -
19555   type: "plot"
19556   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19557   algorithm: "plot_latency_error_bars"
19558   output-file-type: ".html"
19559   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
19560   data: "plot-vpp-throughput-latency-2n-skx"
19561   filter: "'NIC_Intel-XXV710' and
19562            '78B' and
19563            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19564            'NDRPDR' and
19565            '2T1C' and
19566            'IP6FWD' and
19567            not 'SRv6' and
19568            not 'IPSEC' and
19569            not 'VHOST'"
19570   parameters:
19571   - "latency"
19572   - "parent"
19573   - "tags"
19574   sort:
19575   - "IP6BASE"
19576   - "FIB_20K"
19577   - "FIB_200K"
19578   - "FIB_2M"
19579   layout:
19580     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
19581     layout: "plot-latency"
19582
19583 -
19584   type: "plot"
19585   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19586   algorithm: "plot_latency_error_bars"
19587   output-file-type: ".html"
19588   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
19589   data: "plot-vpp-throughput-latency-2n-skx"
19590   filter: "'NIC_Intel-XXV710' and
19591            '78B' and
19592            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19593            'NDRPDR' and
19594            '4T2C' and
19595            'IP6FWD' and
19596            not 'SRv6' and
19597            not 'IPSEC' and
19598            not 'VHOST'"
19599   parameters:
19600   - "latency"
19601   - "parent"
19602   - "tags"
19603   sort:
19604   - "IP6BASE"
19605   - "FIB_20K"
19606   - "FIB_200K"
19607   - "FIB_2M"
19608   layout:
19609     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
19610     layout: "plot-latency"
19611
19612 ################################################################################
19613
19614 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
19615 -
19616   type: "plot"
19617   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19618   algorithm: "plot_latency_error_bars"
19619   output-file-type: ".html"
19620   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
19621   data: "plot-vpp-throughput-latency-3n-hsw"
19622   filter: "'NIC_Intel-X520-DA2' and
19623            '78B' and
19624            'ENCAP' and
19625            'NDRPDR' and
19626            '1T1C' and
19627            'LISP' and
19628            not 'VHOST'"
19629   parameters:
19630   - "latency"
19631   - "parent"
19632   - "tags"
19633   sort:
19634   - "IP4UNRLAY"
19635   - "IP6UNRLAY"
19636   layout:
19637     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
19638     layout: "plot-latency"
19639
19640 -
19641   type: "plot"
19642   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19643   algorithm: "plot_latency_error_bars"
19644   output-file-type: ".html"
19645   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
19646   data: "plot-vpp-throughput-latency-3n-hsw"
19647   filter: "'NIC_Intel-X520-DA2' and
19648            '78B' and
19649            'ENCAP' and
19650            'NDRPDR' and
19651            '2T2C' and
19652            'LISP' and
19653            not 'VHOST'"
19654   parameters:
19655   - "latency"
19656   - "parent"
19657   - "tags"
19658   sort:
19659   - "IP4UNRLAY"
19660   - "IP6UNRLAY"
19661   layout:
19662     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
19663     layout: "plot-latency"
19664
19665 ################################################################################
19666
19667 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
19668 -
19669   type: "plot"
19670   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19671   algorithm: "plot_latency_error_bars"
19672   output-file-type: ".html"
19673   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19674   data: "plot-vpp-throughput-latency-3n-hsw"
19675   filter: "'NIC_Intel-XL710' and
19676            '64B' and
19677            'IP4FWD' and
19678            'NDRPDR' and
19679            'BASE' and
19680            '1T1C' and
19681            'IPSECHW' and
19682            ('IPSECTRAN' or 'IPSECTUN') and
19683            not 'VHOST'"
19684   parameters:
19685   - "latency"
19686   - "parent"
19687   - "tags"
19688   layout:
19689     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
19690     layout: "plot-latency"
19691
19692 -
19693   type: "plot"
19694   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19695   algorithm: "plot_latency_error_bars"
19696   output-file-type: ".html"
19697   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19698   data: "plot-vpp-throughput-latency-3n-hsw"
19699   filter: "'NIC_Intel-XL710' and
19700            '64B' and
19701            'IP4FWD' and
19702            'NDRPDR' and
19703            'BASE' and
19704            '2T2C' and
19705            'IPSECHW' and
19706            ('IPSECTRAN' or 'IPSECTUN') and
19707            not 'VHOST'"
19708   parameters:
19709   - "latency"
19710   - "parent"
19711   - "tags"
19712   layout:
19713     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
19714     layout: "plot-latency"
19715
19716 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
19717 -
19718   type: "plot"
19719   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
19720   algorithm: "plot_latency_error_bars"
19721   output-file-type: ".html"
19722   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
19723   data: "plot-vpp-throughput-latency-3n-hsw"
19724   filter: "'NIC_Intel-XL710' and
19725            '64B' and
19726            'IP4FWD' and
19727            'NDRPDR' and
19728            'SCALE' and
19729            '1T1C' and
19730            'IPSECHW' and
19731            ('IPSECTRAN' or 'IPSECTUN') and
19732            not 'VHOST'"
19733   parameters:
19734   - "latency"
19735   - "parent"
19736   - "tags"
19737   layout:
19738     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
19739     layout: "plot-latency"
19740
19741 -
19742   type: "plot"
19743   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
19744   algorithm: "plot_latency_error_bars"
19745   output-file-type: ".html"
19746   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
19747   data: "plot-vpp-throughput-latency-3n-hsw"
19748   filter: "'NIC_Intel-XL710' and
19749            '64B' and
19750            'IP4FWD' and
19751            'NDRPDR' and
19752            'SCALE' and
19753            '2T2C' and
19754            'IPSECHW' and
19755            ('IPSECTRAN' or 'IPSECTUN') and
19756            not 'VHOST'"
19757   parameters:
19758   - "latency"
19759   - "parent"
19760   - "tags"
19761   layout:
19762     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
19763     layout: "plot-latency"
19764
19765 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
19766 -
19767   type: "plot"
19768   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
19769   algorithm: "plot_latency_error_bars"
19770   output-file-type: ".html"
19771   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
19772   data: "plot-vpp-throughput-latency-3n-hsw"
19773   filter: "'NIC_Intel-XL710' and
19774            '64B' and
19775            'IP4FWD' and
19776            'NDRPDR' and
19777            '1T1C' and
19778            'IPSECSW' and
19779            ('IPSECTRAN' or 'IPSECTUN') and
19780            not 'VHOST'"
19781   parameters:
19782   - "latency"
19783   - "parent"
19784   - "tags"
19785   layout:
19786     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
19787     layout: "plot-latency"
19788
19789 -
19790   type: "plot"
19791   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
19792   algorithm: "plot_latency_error_bars"
19793   output-file-type: ".html"
19794   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
19795   data: "plot-vpp-throughput-latency-3n-hsw"
19796   filter: "'NIC_Intel-XL710' and
19797            '64B' and
19798            'IP4FWD' and
19799            'NDRPDR' and
19800            '2T2C' and
19801            'IPSECSW' and
19802            ('IPSECTRAN' or 'IPSECTUN') and
19803            not 'VHOST'"
19804   parameters:
19805   - "latency"
19806   - "parent"
19807   - "tags"
19808   layout:
19809     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
19810     layout: "plot-latency"
19811
19812 ################################################################################
19813
19814 # Packet Latency - VPP SRv6 3n-hsw-x520
19815 -
19816   type: "plot"
19817   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
19818   algorithm: "plot_latency_error_bars"
19819   output-file-type: ".html"
19820   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
19821   data: "plot-vpp-throughput-latency-3n-hsw"
19822   filter: "'NIC_Intel-X520-DA2' and
19823            '78B' and
19824            'FEATURE' and
19825            'NDRPDR' and
19826            '1T1C' and
19827            'IP6FWD' and
19828            'SRv6'"
19829   parameters:
19830   - "latency"
19831   - "parent"
19832   - "tags"
19833   layout:
19834     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
19835     layout: "plot-latency"
19836
19837 -
19838   type: "plot"
19839   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19840   algorithm: "plot_latency_error_bars"
19841   output-file-type: ".html"
19842   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19843   data: "plot-vpp-throughput-latency-3n-hsw"
19844   filter: "'NIC_Intel-X520-DA2' and
19845            '78B' and
19846            'FEATURE' and
19847            'NDRPDR' and
19848            '2T2C' and
19849            'IP6FWD' and
19850            'SRv6'"
19851   parameters:
19852   - "latency"
19853   - "parent"
19854   - "tags"
19855   layout:
19856     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
19857     layout: "plot-latency"
19858
19859 ################################################################################
19860
19861 # Packet Latency - VPP vhost ip4 3n-hsw-x520
19862 -
19863   type: "plot"
19864   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19865   algorithm: "plot_latency_error_bars"
19866   output-file-type: ".html"
19867   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19868   data: "plot-vpp-throughput-latency-3n-hsw"
19869   filter: "'NIC_Intel-X520-DA2' and
19870            '64B' and
19871            'NDRPDR' and
19872            'ETH' and
19873            'IP4FWD' and
19874            '1T1C' and
19875            'VHOST_1024' and
19876            not 'VXLAN' and
19877            not 'DOT1Q'"
19878   parameters:
19879   - "latency"
19880   - "parent"
19881   - "tags"
19882   sort:
19883   - "not CFS_OPT"
19884   - "1VM"
19885   - "2VM"
19886   layout:
19887     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19888     layout: "plot-latency"
19889
19890 -
19891   type: "plot"
19892   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19893   algorithm: "plot_latency_error_bars"
19894   output-file-type: ".html"
19895   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19896   data: "plot-vpp-throughput-latency-3n-hsw"
19897   filter: "'NIC_Intel-X520-DA2' and
19898            '64B' and
19899            'NDRPDR' and
19900            'ETH' and
19901            'IP4FWD' and
19902            '2T2C' and
19903            'VHOST_1024' and
19904            not 'VXLAN' and
19905            not 'DOT1Q'"
19906   parameters:
19907   - "latency"
19908   - "parent"
19909   - "tags"
19910   sort:
19911   - "not CFS_OPT"
19912   - "1VM"
19913   - "2VM"
19914   layout:
19915     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19916     layout: "plot-latency"
19917
19918 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
19919 -
19920   type: "plot"
19921   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19922   algorithm: "plot_latency_error_bars"
19923   output-file-type: ".html"
19924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19925   data: "plot-vpp-throughput-latency-3n-hsw"
19926   filter: "'NIC_Intel-X520-DA2' and
19927            '64B' and
19928            'NDRPDR' and
19929            ('ETH' or 'DOT1Q') and
19930            '1T1C' and
19931            'L2BDMACLRN' and
19932            'VHOST_1024' and
19933            not 'VXLAN' and
19934            not 'IP4FWD' and
19935            not '2VM'"
19936   parameters:
19937   - "latency"
19938   - "parent"
19939   - "tags"
19940 #  sort:
19941 #  - "VM"  # "not CFS_OPT"
19942 #  - "CFS_OPT"
19943 #  - "FIB_10K"
19944 #  - "FIB_100K"
19945 #  - "FIB_1M"
19946   layout:
19947     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19948     layout: "plot-latency"
19949
19950 -
19951   type: "plot"
19952   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19953   algorithm: "plot_latency_error_bars"
19954   output-file-type: ".html"
19955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19956   data: "plot-vpp-throughput-latency-3n-hsw"
19957   filter: "'NIC_Intel-X520-DA2' and
19958            '64B' and
19959            'NDRPDR' and
19960            ('ETH' or 'DOT1Q') and
19961            '2T2C' and
19962            'L2BDMACLRN' and
19963            'VHOST_1024' and
19964            not 'VXLAN' and
19965            not 'IP4FWD' and
19966            not '2VM'"
19967   parameters:
19968   - "latency"
19969   - "parent"
19970   - "tags"
19971 #  sort:
19972 #  - "VM"  # "not CFS_OPT"
19973 #  - "CFS_OPT"
19974 #  - "FIB_10K"
19975 #  - "FIB_100K"
19976 #  - "FIB_1M"
19977   layout:
19978     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19979     layout: "plot-latency"
19980
19981 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
19982 -
19983   type: "plot"
19984   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19985   algorithm: "plot_latency_error_bars"
19986   output-file-type: ".html"
19987   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19988   data: "plot-vpp-throughput-latency-3n-hsw"
19989   filter: "'NIC_Intel-X520-DA2' and
19990            '64B' and
19991            'NDRPDR' and
19992            ('ETH' or 'DOT1Q') and
19993            'BASE' and
19994            '1T1C' and
19995            ('L2BDMACLRN' or 'L2XCFWD') and
19996            'VHOST_1024' and
19997            not 'VXLAN' and
19998            not 'IP4FWD' and
19999            not '2VM'"
20000   parameters:
20001   - "latency"
20002   - "parent"
20003   - "tags"
20004 #  sort:
20005 #  - "not CFS_OPT"
20006 #  - "L2XCFWD"
20007 #  - "not CFS_OPT"
20008 #  - "CFS_OPT"
20009   layout:
20010     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
20011     layout: "plot-latency"
20012
20013 -
20014   type: "plot"
20015   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20016   algorithm: "plot_latency_error_bars"
20017   output-file-type: ".html"
20018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20019   data: "plot-vpp-throughput-latency-3n-hsw"
20020   filter: "'NIC_Intel-X520-DA2' and
20021            '64B' and
20022            'NDRPDR' and
20023            ('ETH' or 'DOT1Q') and
20024            'BASE' and
20025            '2T2C' and
20026            ('L2BDMACLRN' or 'L2XCFWD') and
20027            'VHOST_1024' and
20028            not 'VXLAN' and
20029            not 'IP4FWD' and
20030            not '2VM'"
20031   parameters:
20032   - "latency"
20033   - "parent"
20034   - "tags"
20035 #  sort:
20036 #  - "not CFS_OPT"
20037 #  - "L2XCFWD"
20038 #  - "not CFS_OPT"
20039 #  - "CFS_OPT"
20040   layout:
20041     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
20042     layout: "plot-latency"
20043
20044 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20045 -
20046   type: "plot"
20047   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20048   algorithm: "plot_latency_error_bars"
20049   output-file-type: ".html"
20050   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20051   data: "plot-vpp-throughput-latency-3n-hsw"
20052   filter: "'NIC_Intel-X520-DA2' and
20053            '64B' and
20054            'NDRPDR' and
20055            ('ETH' or 'DOT1Q') and
20056            '1T1C' and
20057            ('L2BDMACLRN' or 'L2XCFWD') and
20058            'VHOST_1024' and
20059            not 'CFS_OPT' and
20060            not 'VXLAN' and
20061            not 'IP4FWD' and
20062            not 'LBOND'"
20063   parameters:
20064   - "latency"
20065   - "parent"
20066   - "tags"
20067 #  sort:
20068 #  - "1VM"
20069 #  - "L2XCFWD"
20070 #  - "1VM"
20071 #  - "L2BDMACLRN"
20072   layout:
20073     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20074     layout: "plot-latency"
20075
20076 -
20077   type: "plot"
20078   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20079   algorithm: "plot_latency_error_bars"
20080   output-file-type: ".html"
20081   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20082   data: "plot-vpp-throughput-latency-3n-hsw"
20083   filter: "'NIC_Intel-X520-DA2' and
20084            '64B' and
20085            'NDRPDR' and
20086            ('ETH' or 'DOT1Q') and
20087            '2T2C' and
20088            ('L2BDMACLRN' or 'L2XCFWD') and
20089            'VHOST_1024' and
20090            not 'CFS_OPT' and
20091            not 'VXLAN' and
20092            not 'IP4FWD' and
20093            not 'LBOND'"
20094   parameters:
20095   - "latency"
20096   - "parent"
20097   - "tags"
20098 #  sort:
20099 #  - "1VM"
20100 #  - "L2XCFWD"
20101 #  - "1VM"
20102 #  - "L2BDMACLRN"
20103   layout:
20104     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20105     layout: "plot-latency"
20106
20107 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20108 -
20109   type: "plot"
20110   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20111   algorithm: "plot_latency_error_bars"
20112   output-file-type: ".html"
20113   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20114   data: "plot-vpp-throughput-latency-3n-hsw"
20115   filter: "'NIC_Intel-X710' and
20116            '64B' and
20117            'NDRPDR' and
20118            'ETH' and
20119            'IP4FWD' and
20120            '1T1C' and
20121            'VHOST_1024' and
20122            not 'VXLAN' and
20123            not 'DOT1Q'"
20124   parameters:
20125   - "latency"
20126   - "parent"
20127   - "tags"
20128   sort:
20129   - "not CFS_OPT"
20130   - "1VM"
20131   - "2VM"
20132   layout:
20133     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20134     layout: "plot-latency"
20135
20136 -
20137   type: "plot"
20138   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20139   algorithm: "plot_latency_error_bars"
20140   output-file-type: ".html"
20141   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20142   data: "plot-vpp-throughput-latency-3n-hsw"
20143   filter: "'NIC_Intel-X710' and
20144            '64B' and
20145            'NDRPDR' and
20146            'ETH' and
20147            'IP4FWD' and
20148            '2T2C' and
20149            'VHOST_1024' and
20150            not 'VXLAN' and
20151            not 'DOT1Q'"
20152   parameters:
20153   - "latency"
20154   - "parent"
20155   - "tags"
20156   sort:
20157   - "not CFS_OPT"
20158   - "1VM"
20159   - "2VM"
20160   layout:
20161     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20162     layout: "plot-latency"
20163
20164 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
20165 -
20166   type: "plot"
20167   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20168   algorithm: "plot_latency_error_bars"
20169   output-file-type: ".html"
20170   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20171   data: "plot-vpp-throughput-latency-3n-hsw"
20172   filter: "'NIC_Intel-X710' and
20173            '64B' and
20174            'NDRPDR' and
20175            ('ETH' or 'DOT1Q') and
20176            '1T1C' and
20177            'L2BDMACLRN' and
20178            'VHOST_1024' and
20179            not 'VXLAN' and
20180            not 'IP4FWD' and
20181            not '2VM'"
20182   parameters:
20183   - "latency"
20184   - "parent"
20185   - "tags"
20186 #  sort:
20187 #  - "VM"  # "not CFS_OPT"
20188 #  - "CFS_OPT"
20189 #  - "FIB_10K"
20190 #  - "FIB_100K"
20191 #  - "FIB_1M"
20192   layout:
20193     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20194     layout: "plot-latency"
20195
20196 -
20197   type: "plot"
20198   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20199   algorithm: "plot_latency_error_bars"
20200   output-file-type: ".html"
20201   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20202   data: "plot-vpp-throughput-latency-3n-hsw"
20203   filter: "'NIC_Intel-X710' and
20204            '64B' and
20205            'NDRPDR' and
20206            ('ETH' or 'DOT1Q') and
20207            '2T2C' and
20208            'L2BDMACLRN' and
20209            'VHOST_1024' and
20210            not 'VXLAN' and
20211            not 'IP4FWD' and
20212            not '2VM'"
20213   parameters:
20214   - "latency"
20215   - "parent"
20216   - "tags"
20217 #  sort:
20218 #  - "VM"  # "not CFS_OPT"
20219 #  - "CFS_OPT"
20220 #  - "FIB_10K"
20221 #  - "FIB_100K"
20222 #  - "FIB_1M"
20223   layout:
20224     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20225     layout: "plot-latency"
20226
20227 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
20228 -
20229   type: "plot"
20230   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20231   algorithm: "plot_latency_error_bars"
20232   output-file-type: ".html"
20233   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20234   data: "plot-vpp-throughput-latency-3n-hsw"
20235   filter: "'NIC_Intel-X710' and
20236            '64B' and
20237            'NDRPDR' and
20238            ('ETH' or 'DOT1Q') and
20239            'BASE' and
20240            '1T1C' and
20241            ('L2BDMACLRN' or 'L2XCFWD') and
20242            'VHOST_1024' and
20243            not 'VXLAN' and
20244            not 'IP4FWD' and
20245            not '2VM'"
20246   parameters:
20247   - "latency"
20248   - "parent"
20249   - "tags"
20250 #  sort:
20251 #  - "not CFS_OPT"
20252 #  - "L2XCFWD"
20253 #  - "not CFS_OPT"
20254 #  - "CFS_OPT"
20255   layout:
20256     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
20257     layout: "plot-latency"
20258
20259 -
20260   type: "plot"
20261   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20262   algorithm: "plot_latency_error_bars"
20263   output-file-type: ".html"
20264   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20265   data: "plot-vpp-throughput-latency-3n-hsw"
20266   filter: "'NIC_Intel-X710' and
20267            '64B' and
20268            'NDRPDR' and
20269            ('ETH' or 'DOT1Q') and
20270            'BASE' and
20271            '2T2C' and
20272            ('L2BDMACLRN' or 'L2XCFWD') and
20273            'VHOST_1024' and
20274            not 'VXLAN' and
20275            not 'IP4FWD' and
20276            not '2VM'"
20277   parameters:
20278   - "latency"
20279   - "parent"
20280   - "tags"
20281 #  sort:
20282 #  - "not CFS_OPT"
20283 #  - "L2XCFWD"
20284 #  - "not CFS_OPT"
20285 #  - "CFS_OPT"
20286   layout:
20287     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
20288     layout: "plot-latency"
20289
20290 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
20291 -
20292   type: "plot"
20293   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
20294   algorithm: "plot_latency_error_bars"
20295   output-file-type: ".html"
20296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
20297   data: "plot-vpp-throughput-latency-3n-hsw"
20298   filter: "'NIC_Intel-X710' and
20299            '64B' and
20300            'NDRPDR' and
20301            ('ETH' or 'DOT1Q') and
20302            '1T1C' and
20303            ('L2BDMACLRN' or 'L2XCFWD') and
20304            'VHOST_1024' and
20305            not 'CFS_OPT' and
20306            not 'VXLAN' and
20307            not 'IP4FWD' and
20308            not 'LBOND'"
20309   parameters:
20310   - "latency"
20311   - "parent"
20312   - "tags"
20313 #  sort:
20314 #  - "1VM"
20315 #  - "L2XCFWD"
20316 #  - "1VM"
20317 #  - "L2BDMACLRN"
20318   layout:
20319     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
20320     layout: "plot-latency"
20321
20322 -
20323   type: "plot"
20324   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
20325   algorithm: "plot_latency_error_bars"
20326   output-file-type: ".html"
20327   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
20328   data: "plot-vpp-throughput-latency-3n-hsw"
20329   filter: "'NIC_Intel-X710' and
20330            '64B' and
20331            'NDRPDR' and
20332            ('ETH' or 'DOT1Q') and
20333            '2T2C' and
20334            ('L2BDMACLRN' or 'L2XCFWD') and
20335            'VHOST_1024' and
20336            not 'CFS_OPT' and
20337            not 'VXLAN' and
20338            not 'IP4FWD' and
20339            not 'LBOND'"
20340   parameters:
20341   - "latency"
20342   - "parent"
20343   - "tags"
20344 #  sort:
20345 #  - "1VM"
20346 #  - "L2XCFWD"
20347 #  - "1VM"
20348 #  - "L2BDMACLRN"
20349   layout:
20350     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
20351     layout: "plot-latency"
20352
20353 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
20354 -
20355   type: "plot"
20356   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20357   algorithm: "plot_latency_error_bars"
20358   output-file-type: ".html"
20359   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20360   data: "plot-vpp-throughput-latency-3n-hsw"
20361   filter: "'NIC_Intel-XL710' and
20362            '64B' and
20363            'NDRPDR' and
20364            'ETH' and
20365            'IP4FWD' and
20366            '1T1C' and
20367            'VHOST_1024' and
20368            not 'VXLAN' and
20369            not 'DOT1Q'"
20370   parameters:
20371   - "latency"
20372   - "parent"
20373   - "tags"
20374   sort:
20375   - "not CFS_OPT"
20376   - "1VM"
20377   - "2VM"
20378   layout:
20379     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20380     layout: "plot-latency"
20381
20382 -
20383   type: "plot"
20384   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20385   algorithm: "plot_latency_error_bars"
20386   output-file-type: ".html"
20387   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20388   data: "plot-vpp-throughput-latency-3n-hsw"
20389   filter: "'NIC_Intel-XL710' and
20390            '64B' and
20391            'NDRPDR' and
20392            'ETH' and
20393            'IP4FWD' and
20394            '2T2C' and
20395            'VHOST_1024' and
20396            not 'VXLAN' and
20397            not 'DOT1Q'"
20398   parameters:
20399   - "latency"
20400   - "parent"
20401   - "tags"
20402   sort:
20403   - "not CFS_OPT"
20404   - "1VM"
20405   - "2VM"
20406   layout:
20407     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20408     layout: "plot-latency"
20409
20410 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
20411 -
20412   type: "plot"
20413   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20414   algorithm: "plot_latency_error_bars"
20415   output-file-type: ".html"
20416   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20417   data: "plot-vpp-throughput-latency-3n-hsw"
20418   filter: "'NIC_Intel-XL710' and
20419            '64B' and
20420            'NDRPDR' and
20421            ('ETH' or 'DOT1Q') and
20422            '1T1C' and
20423            'L2BDMACLRN' and
20424            'VHOST_1024' and
20425            not 'VXLAN' and
20426            not 'IP4FWD' and
20427            not '2VM'"
20428   parameters:
20429   - "latency"
20430   - "parent"
20431   - "tags"
20432 #  sort:
20433 #  - "VM"  # "not CFS_OPT"
20434 #  - "CFS_OPT"
20435 #  - "FIB_10K"
20436 #  - "FIB_100K"
20437 #  - "FIB_1M"
20438   layout:
20439     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20440     layout: "plot-latency"
20441
20442 -
20443   type: "plot"
20444   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20445   algorithm: "plot_latency_error_bars"
20446   output-file-type: ".html"
20447   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20448   data: "plot-vpp-throughput-latency-3n-hsw"
20449   filter: "'NIC_Intel-XL710' and
20450            '64B' and
20451            'NDRPDR' and
20452            ('ETH' or 'DOT1Q') and
20453            '2T2C' and
20454            'L2BDMACLRN' and
20455            'VHOST_1024' and
20456            not 'VXLAN' and
20457            not 'IP4FWD' and
20458            not '2VM'"
20459   parameters:
20460   - "latency"
20461   - "parent"
20462   - "tags"
20463 #  sort:
20464 #  - "VM"  # "not CFS_OPT"
20465 #  - "CFS_OPT"
20466 #  - "FIB_10K"
20467 #  - "FIB_100K"
20468 #  - "FIB_1M"
20469   layout:
20470     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20471     layout: "plot-latency"
20472
20473 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
20474 -
20475   type: "plot"
20476   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20477   algorithm: "plot_latency_error_bars"
20478   output-file-type: ".html"
20479   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20480   data: "plot-vpp-throughput-latency-3n-hsw"
20481   filter: "'NIC_Intel-XL710' and
20482            '64B' and
20483            'NDRPDR' and
20484            ('ETH' or 'DOT1Q') and
20485            'BASE' and
20486            '1T1C' and
20487            ('L2BDMACLRN' or 'L2XCFWD') and
20488            'VHOST_1024' and
20489            not 'VXLAN' and
20490            not 'IP4FWD' and
20491            not '2VM'"
20492   parameters:
20493   - "latency"
20494   - "parent"
20495   - "tags"
20496 #  sort:
20497 #  - "not CFS_OPT"
20498 #  - "L2XCFWD"
20499 #  - "not CFS_OPT"
20500 #  - "CFS_OPT"
20501   layout:
20502     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
20503     layout: "plot-latency"
20504
20505 -
20506   type: "plot"
20507   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20508   algorithm: "plot_latency_error_bars"
20509   output-file-type: ".html"
20510   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20511   data: "plot-vpp-throughput-latency-3n-hsw"
20512   filter: "'NIC_Intel-XL710' and
20513            '64B' and
20514            'NDRPDR' and
20515            ('ETH' or 'DOT1Q') and
20516            'BASE' and
20517            '2T2C' and
20518            ('L2BDMACLRN' or 'L2XCFWD') and
20519            'VHOST_1024' and
20520            not 'VXLAN' and
20521            not 'IP4FWD' and
20522            not '2VM'"
20523   parameters:
20524   - "latency"
20525   - "parent"
20526   - "tags"
20527 #  sort:
20528 #  - "not CFS_OPT"
20529 #  - "L2XCFWD"
20530 #  - "not CFS_OPT"
20531 #  - "CFS_OPT"
20532   layout:
20533     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
20534     layout: "plot-latency"
20535
20536 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
20537 -
20538   type: "plot"
20539   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
20540   algorithm: "plot_latency_error_bars"
20541   output-file-type: ".html"
20542   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
20543   data: "plot-vpp-throughput-latency-3n-hsw"
20544   filter: "'NIC_Intel-XL710' and
20545            '64B' and
20546            'NDRPDR' and
20547            ('ETH' or 'DOT1Q') and
20548            '1T1C' and
20549            ('L2BDMACLRN' or 'L2XCFWD') and
20550            'VHOST_1024' and
20551            not 'CFS_OPT' and
20552            not 'VXLAN' and
20553            not 'IP4FWD'"
20554   parameters:
20555   - "latency"
20556   - "parent"
20557   - "tags"
20558 #  sort:
20559 #  - "1VM"
20560 #  - "L2XCFWD"
20561 #  - "1VM"
20562 #  - "L2BDMACLRN"
20563   layout:
20564     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
20565     layout: "plot-latency"
20566
20567 -
20568   type: "plot"
20569   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
20570   algorithm: "plot_latency_error_bars"
20571   output-file-type: ".html"
20572   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
20573   data: "plot-vpp-throughput-latency-3n-hsw"
20574   filter: "'NIC_Intel-XL710' and
20575            '64B' and
20576            'NDRPDR' and
20577            ('ETH' or 'DOT1Q') and
20578            '2T2C' and
20579            ('L2BDMACLRN' or 'L2XCFWD') and
20580            'VHOST_1024' and
20581            not 'CFS_OPT' and
20582            not 'VXLAN' and
20583            not 'IP4FWD'"
20584   parameters:
20585   - "latency"
20586   - "parent"
20587   - "tags"
20588 #  sort:
20589 #  - "1VM"
20590 #  - "L2XCFWD"
20591 #  - "1VM"
20592 #  - "L2BDMACLRN"
20593   layout:
20594     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
20595     layout: "plot-latency"
20596
20597 # Packet Latency - VPP vhost ip4 3n-skx-x710
20598 -
20599   type: "plot"
20600   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20601   algorithm: "plot_latency_error_bars"
20602   output-file-type: ".html"
20603   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20604   data: "plot-vpp-throughput-latency-3n-skx"
20605   filter: "'NIC_Intel-X710' and
20606            '64B' and
20607            'NDRPDR' and
20608            'ETH' and
20609            'IP4FWD' and
20610            '2T1C' and
20611            'VHOST_1024' and
20612            not 'VXLAN' and
20613            not 'DOT1Q'"
20614   parameters:
20615   - "latency"
20616   - "parent"
20617   - "tags"
20618   sort:
20619   - "not CFS_OPT"
20620   - "1VM"
20621   - "2VM"
20622   layout:
20623     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20624     layout: "plot-latency"
20625
20626 -
20627   type: "plot"
20628   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20629   algorithm: "plot_latency_error_bars"
20630   output-file-type: ".html"
20631   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20632   data: "plot-vpp-throughput-latency-3n-skx"
20633   filter: "'NIC_Intel-X710' and
20634            '64B' and
20635            'NDRPDR' and
20636            'ETH' and
20637            'IP4FWD' and
20638            '4T2C' and
20639            'VHOST_1024' and
20640            not 'VXLAN' and
20641            not 'DOT1Q'"
20642   parameters:
20643   - "latency"
20644   - "parent"
20645   - "tags"
20646   sort:
20647   - "not CFS_OPT"
20648   - "1VM"
20649   - "2VM"
20650   layout:
20651     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20652     layout: "plot-latency"
20653
20654 # Packet Latency - VPP vhost l2sw 3n-skx-x710
20655 -
20656   type: "plot"
20657   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20658   algorithm: "plot_latency_error_bars"
20659   output-file-type: ".html"
20660   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20661   data: "plot-vpp-throughput-latency-3n-skx"
20662   filter: "'NIC_Intel-X710' and
20663            '64B' and
20664            'NDRPDR' and
20665            ('ETH' or 'DOT1Q') and
20666            '2T1C' and
20667            'L2BDMACLRN' and
20668            'VHOST_1024' and
20669            not 'VXLAN' and
20670            not 'IP4FWD' and
20671            not '2VM'"
20672   parameters:
20673   - "latency"
20674   - "parent"
20675   - "tags"
20676 #  sort:
20677 #  - "VM"  # "not CFS_OPT"
20678 #  - "CFS_OPT"
20679 #  - "FIB_10K"
20680 #  - "FIB_100K"
20681 #  - "FIB_1M"
20682   layout:
20683     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20684     layout: "plot-latency"
20685
20686 -
20687   type: "plot"
20688   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20689   algorithm: "plot_latency_error_bars"
20690   output-file-type: ".html"
20691   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20692   data: "plot-vpp-throughput-latency-3n-skx"
20693   filter: "'NIC_Intel-X710' and
20694            '64B' and
20695            'NDRPDR' and
20696            ('ETH' or 'DOT1Q') and
20697            '4T2C' and
20698            'L2BDMACLRN' and
20699            'VHOST_1024' and
20700            not 'VXLAN' and
20701            not 'IP4FWD' and
20702            not '2VM'"
20703   parameters:
20704   - "latency"
20705   - "parent"
20706   - "tags"
20707 #  sort:
20708 #  - "VM"  # "not CFS_OPT"
20709 #  - "CFS_OPT"
20710 #  - "FIB_10K"
20711 #  - "FIB_100K"
20712 #  - "FIB_1M"
20713   layout:
20714     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20715     layout: "plot-latency"
20716
20717 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
20718 -
20719   type: "plot"
20720   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
20721   algorithm: "plot_latency_error_bars"
20722   output-file-type: ".html"
20723   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
20724   data: "plot-vpp-throughput-latency-3n-skx"
20725   filter: "'NIC_Intel-X710' and
20726            '64B' and
20727            'NDRPDR' and
20728            ('ETH' or 'DOT1Q') and
20729            'BASE' and
20730            '2T1C' and
20731            ('L2BDMACLRN' or 'L2XCFWD') and
20732            'VHOST_1024' and
20733            not 'VXLAN' and
20734            not 'IP4FWD' and
20735            not '2VM' and
20736            not 'LBOND'"
20737   parameters:
20738   - "latency"
20739   - "parent"
20740   - "tags"
20741 #  sort:
20742 #  - "not CFS_OPT"
20743 #  - "L2XCFWD"
20744 #  - "not CFS_OPT"
20745 #  - "CFS_OPT"
20746   layout:
20747     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
20748     layout: "plot-latency"
20749
20750 -
20751   type: "plot"
20752   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
20753   algorithm: "plot_latency_error_bars"
20754   output-file-type: ".html"
20755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
20756   data: "plot-vpp-throughput-latency-3n-skx"
20757   filter: "'NIC_Intel-X710' and
20758            '64B' and
20759            'NDRPDR' and
20760            ('ETH' or 'DOT1Q') and
20761            'BASE' and
20762            '4T2C' and
20763            ('L2BDMACLRN' or 'L2XCFWD') and
20764            'VHOST_1024' and
20765            not 'VXLAN' and
20766            not 'IP4FWD' and
20767            not '2VM' and
20768            not 'LBOND'"
20769   parameters:
20770   - "latency"
20771   - "parent"
20772   - "tags"
20773 #  sort:
20774 #  - "not CFS_OPT"
20775 #  - "L2XCFWD"
20776 #  - "not CFS_OPT"
20777 #  - "CFS_OPT"
20778   layout:
20779     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
20780     layout: "plot-latency"
20781
20782 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
20783 -
20784   type: "plot"
20785   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20786   algorithm: "plot_latency_error_bars"
20787   output-file-type: ".html"
20788   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20789   data: "plot-vpp-throughput-latency-3n-skx"
20790   filter: "'NIC_Intel-X710' and
20791            '64B' and
20792            'NDRPDR' and
20793            ('ETH' or 'DOT1Q') and
20794            '2T1C' and
20795            ('L2BDMACLRN' or 'L2XCFWD') and
20796            'VHOST_1024' and
20797            not 'CFS_OPT' and
20798            not 'VXLAN' and
20799            not 'IP4FWD' and
20800            not 'LBOND'"
20801   parameters:
20802   - "latency"
20803   - "parent"
20804   - "tags"
20805 #  sort:
20806 #  - "1VM"
20807 #  - "L2XCFWD"
20808 #  - "1VM"
20809 #  - "L2BDMACLRN"
20810   layout:
20811     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
20812     layout: "plot-latency"
20813
20814 -
20815   type: "plot"
20816   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20817   algorithm: "plot_latency_error_bars"
20818   output-file-type: ".html"
20819   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20820   data: "plot-vpp-throughput-latency-3n-skx"
20821   filter: "'NIC_Intel-X710' and
20822            '64B' and
20823            'NDRPDR' and
20824            ('ETH' or 'DOT1Q') and
20825            '4T2C' and
20826            ('L2BDMACLRN' or 'L2XCFWD') and
20827            'VHOST_1024' and
20828            not 'CFS_OPT' and
20829            not 'VXLAN' and
20830            not 'IP4FWD' and
20831            not 'LBOND'"
20832   parameters:
20833   - "latency"
20834   - "parent"
20835   - "tags"
20836 #  sort:
20837 #  - "1VM"
20838 #  - "L2XCFWD"
20839 #  - "1VM"
20840 #  - "L2BDMACLRN"
20841   layout:
20842     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
20843     layout: "plot-latency"
20844
20845 # Packet Latency - VPP vhost ip4 2n-skx-x710
20846 -
20847   type: "plot"
20848   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20849   algorithm: "plot_latency_error_bars"
20850   output-file-type: ".html"
20851   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20852   data: "plot-vpp-throughput-latency-2n-skx"
20853   filter: "'NIC_Intel-X710' and
20854            '64B' and
20855            'NDRPDR' and
20856            'ETH' and
20857            'IP4FWD' and
20858            '2T1C' and
20859            'VHOST_1024' and
20860            not 'VXLAN' and
20861            not 'DOT1Q'"
20862   parameters:
20863   - "latency"
20864   - "parent"
20865   - "tags"
20866   sort:
20867   - "not CFS_OPT"
20868   - "1VM"
20869   - "2VM"
20870   layout:
20871     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20872     layout: "plot-latency"
20873
20874 -
20875   type: "plot"
20876   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20877   algorithm: "plot_latency_error_bars"
20878   output-file-type: ".html"
20879   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20880   data: "plot-vpp-throughput-latency-2n-skx"
20881   filter: "'NIC_Intel-X710' and
20882            '64B' and
20883            'NDRPDR' and
20884            'ETH' and
20885            'IP4FWD' and
20886            '4T2C' and
20887            'VHOST_1024' and
20888            not 'VXLAN' and
20889            not 'DOT1Q'"
20890   parameters:
20891   - "latency"
20892   - "parent"
20893   - "tags"
20894   sort:
20895   - "not CFS_OPT"
20896   - "1VM"
20897   - "2VM"
20898   layout:
20899     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20900     layout: "plot-latency"
20901
20902 # Packet Latency - VPP vhost l2sw 2n-skx-x710
20903 -
20904   type: "plot"
20905   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20906   algorithm: "plot_latency_error_bars"
20907   output-file-type: ".html"
20908   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20909   data: "plot-vpp-throughput-latency-2n-skx"
20910   filter: "'NIC_Intel-X710' and
20911            '64B' and
20912            'NDRPDR' and
20913            ('ETH' or 'DOT1Q') and
20914            '2T1C' and
20915            'L2BDMACLRN' and
20916            'VHOST_1024' and
20917            not 'VXLAN' and
20918            not 'IP4FWD' and
20919            not '2VM'"
20920   parameters:
20921   - "latency"
20922   - "parent"
20923   - "tags"
20924 #  sort:
20925 #  - "VM"  # "not CFS_OPT"
20926 #  - "CFS_OPT"
20927 #  - "FIB_10K"
20928 #  - "FIB_100K"
20929 #  - "FIB_1M"
20930   layout:
20931     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20932     layout: "plot-latency"
20933
20934 -
20935   type: "plot"
20936   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20937   algorithm: "plot_latency_error_bars"
20938   output-file-type: ".html"
20939   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20940   data: "plot-vpp-throughput-latency-2n-skx"
20941   filter: "'NIC_Intel-X710' and
20942            '64B' and
20943            'NDRPDR' and
20944            ('ETH' or 'DOT1Q') and
20945            '4T2C' and
20946            'L2BDMACLRN' and
20947            'VHOST_1024' and
20948            not 'VXLAN' and
20949            not 'IP4FWD' and
20950            not '2VM'"
20951   parameters:
20952   - "latency"
20953   - "parent"
20954   - "tags"
20955 #  sort:
20956 #  - "VM"  # "not CFS_OPT"
20957 #  - "CFS_OPT"
20958 #  - "FIB_10K"
20959 #  - "FIB_100K"
20960 #  - "FIB_1M"
20961   layout:
20962     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20963     layout: "plot-latency"
20964
20965 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20966 -
20967   type: "plot"
20968   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20969   algorithm: "plot_latency_error_bars"
20970   output-file-type: ".html"
20971   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20972   data: "plot-vpp-throughput-latency-2n-skx"
20973   filter: "'NIC_Intel-X710' and
20974            '64B' and
20975            'NDRPDR' and
20976            ('ETH' or 'DOT1Q') and
20977            'BASE' and
20978            '2T1C' and
20979            ('L2BDMACLRN' or 'L2XCFWD') and
20980            'VHOST_1024' and
20981            not 'VXLAN' and
20982            not 'IP4FWD' and
20983            not '2VM'"
20984   parameters:
20985   - "latency"
20986   - "parent"
20987   - "tags"
20988 #  sort:
20989 #  - "not CFS_OPT"
20990 #  - "L2XCFWD"
20991 #  - "not CFS_OPT"
20992 #  - "CFS_OPT"
20993   layout:
20994     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
20995     layout: "plot-latency"
20996
20997 -
20998   type: "plot"
20999   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21000   algorithm: "plot_latency_error_bars"
21001   output-file-type: ".html"
21002   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21003   data: "plot-vpp-throughput-latency-2n-skx"
21004   filter: "'NIC_Intel-X710' and
21005            '64B' and
21006            'NDRPDR' and
21007            ('ETH' or 'DOT1Q') and
21008            'BASE' and
21009            '4T2C' and
21010            ('L2BDMACLRN' or 'L2XCFWD') and
21011            'VHOST_1024' and
21012            not 'VXLAN' and
21013            not 'IP4FWD' and
21014            not '2VM'"
21015   parameters:
21016   - "latency"
21017   - "parent"
21018   - "tags"
21019 #  sort:
21020 #  - "not CFS_OPT"
21021 #  - "L2XCFWD"
21022 #  - "not CFS_OPT"
21023 #  - "CFS_OPT"
21024   layout:
21025     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
21026     layout: "plot-latency"
21027
21028 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21029 -
21030   type: "plot"
21031   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21032   algorithm: "plot_latency_error_bars"
21033   output-file-type: ".html"
21034   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21035   data: "plot-vpp-throughput-latency-2n-skx"
21036   filter: "'NIC_Intel-X710' and
21037            '64B' and
21038            'NDRPDR' and
21039            ('ETH' or 'DOT1Q') and
21040            '2T1C' and
21041            ('L2BDMACLRN' or 'L2XCFWD') and
21042            'VHOST_1024' and
21043            not 'CFS_OPT' and
21044            not 'VXLAN' and
21045            not 'IP4FWD'"
21046   parameters:
21047   - "latency"
21048   - "parent"
21049   - "tags"
21050 #  sort:
21051 #  - "1VM"
21052 #  - "L2XCFWD"
21053 #  - "1VM"
21054 #  - "L2BDMACLRN"
21055   layout:
21056     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21057     layout: "plot-latency"
21058
21059 -
21060   type: "plot"
21061   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21062   algorithm: "plot_latency_error_bars"
21063   output-file-type: ".html"
21064   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21065   data: "plot-vpp-throughput-latency-2n-skx"
21066   filter: "'NIC_Intel-X710' and
21067            '64B' and
21068            'NDRPDR' and
21069            ('ETH' or 'DOT1Q') and
21070            '4T2C' and
21071            ('L2BDMACLRN' or 'L2XCFWD') and
21072            'VHOST_1024' and
21073            not 'CFS_OPT' and
21074            not 'VXLAN' and
21075            not 'IP4FWD'"
21076   parameters:
21077   - "latency"
21078   - "parent"
21079   - "tags"
21080 #  sort:
21081 #  - "1VM"
21082 #  - "L2XCFWD"
21083 #  - "1VM"
21084 #  - "L2BDMACLRN"
21085   layout:
21086     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21087     layout: "plot-latency"
21088
21089 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21090 -
21091   type: "plot"
21092   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21093   algorithm: "plot_latency_error_bars"
21094   output-file-type: ".html"
21095   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21096   data: "plot-vpp-throughput-latency-2n-skx"
21097   filter: "'NIC_Intel-XXV710' and
21098            '64B' and
21099            'NDRPDR' and
21100            'ETH' and
21101            'IP4FWD' and
21102            '2T1C' and
21103            'VHOST_1024' and
21104            not 'VXLAN' and
21105            not 'DOT1Q'"
21106   parameters:
21107   - "latency"
21108   - "parent"
21109   - "tags"
21110   sort:
21111   - "not CFS_OPT"
21112   - "1VM"
21113   - "2VM"
21114   layout:
21115     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21116     layout: "plot-latency"
21117
21118 -
21119   type: "plot"
21120   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21121   algorithm: "plot_latency_error_bars"
21122   output-file-type: ".html"
21123   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21124   data: "plot-vpp-throughput-latency-2n-skx"
21125   filter: "'NIC_Intel-XXV710' and
21126            '64B' and
21127            'NDRPDR' and
21128            'ETH' and
21129            'IP4FWD' and
21130            '4T2C' and
21131            'VHOST_1024' and
21132            not 'VXLAN' and
21133            not 'DOT1Q'"
21134   parameters:
21135   - "latency"
21136   - "parent"
21137   - "tags"
21138   sort:
21139   - "not CFS_OPT"
21140   - "1VM"
21141   - "2VM"
21142   layout:
21143     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21144     layout: "plot-latency"
21145
21146 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
21147 -
21148   type: "plot"
21149   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21150   algorithm: "plot_latency_error_bars"
21151   output-file-type: ".html"
21152   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21153   data: "plot-vpp-throughput-latency-2n-skx"
21154   filter: "'NIC_Intel-XXV710' and
21155            '64B' and
21156            'NDRPDR' and
21157            ('ETH' or 'DOT1Q') and
21158            '2T1C' and
21159            'L2BDMACLRN' and
21160            'VHOST_1024' and
21161            not 'VXLAN' and
21162            not 'IP4FWD' and
21163            not '2VM'"
21164   parameters:
21165   - "latency"
21166   - "parent"
21167   - "tags"
21168 #  sort:
21169 #  - "VM"  # "not CFS_OPT"
21170 #  - "CFS_OPT"
21171 #  - "FIB_10K"
21172 #  - "FIB_100K"
21173 #  - "FIB_1M"
21174   layout:
21175     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21176     layout: "plot-latency"
21177
21178 -
21179   type: "plot"
21180   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21181   algorithm: "plot_latency_error_bars"
21182   output-file-type: ".html"
21183   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21184   data: "plot-vpp-throughput-latency-2n-skx"
21185   filter: "'NIC_Intel-XXV710' and
21186            '64B' and
21187            'NDRPDR' and
21188            ('ETH' or 'DOT1Q') and
21189            '4T2C' and
21190            'L2BDMACLRN' and
21191            'VHOST_1024' and
21192            not 'VXLAN' and
21193            not 'IP4FWD' and
21194            not '2VM'"
21195   parameters:
21196   - "latency"
21197   - "parent"
21198   - "tags"
21199 #  sort:
21200 #  - "VM"  # "not CFS_OPT"
21201 #  - "CFS_OPT"
21202 #  - "FIB_10K"
21203 #  - "FIB_100K"
21204 #  - "FIB_1M"
21205   layout:
21206     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21207     layout: "plot-latency"
21208
21209 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
21210 -
21211   type: "plot"
21212   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21213   algorithm: "plot_latency_error_bars"
21214   output-file-type: ".html"
21215   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21216   data: "plot-vpp-throughput-latency-2n-skx"
21217   filter: "'NIC_Intel-XXV710' and
21218            '64B' and
21219            'NDRPDR' and
21220            ('ETH' or 'DOT1Q') and
21221            'BASE' and
21222            '2T1C' and
21223            ('L2BDMACLRN' or 'L2XCFWD') and
21224            'VHOST_1024' and
21225            not 'VXLAN' and
21226            not 'IP4FWD' and
21227            not '2VM'"
21228   parameters:
21229   - "latency"
21230   - "parent"
21231   - "tags"
21232 #  sort:
21233 #  - "not CFS_OPT"
21234 #  - "L2XCFWD"
21235 #  - "not CFS_OPT"
21236 #  - "CFS_OPT"
21237   layout:
21238     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
21239     layout: "plot-latency"
21240
21241 -
21242   type: "plot"
21243   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21244   algorithm: "plot_latency_error_bars"
21245   output-file-type: ".html"
21246   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21247   data: "plot-vpp-throughput-latency-2n-skx"
21248   filter: "'NIC_Intel-XXV710' and
21249            '64B' and
21250            'NDRPDR' and
21251            ('ETH' or 'DOT1Q') and
21252            'BASE' and
21253            '4T2C' and
21254            ('L2BDMACLRN' or 'L2XCFWD') and
21255            'VHOST_1024' and
21256            not 'VXLAN' and
21257            not 'IP4FWD' and
21258            not '2VM'"
21259   parameters:
21260   - "latency"
21261   - "parent"
21262   - "tags"
21263 #  sort:
21264 #  - "not CFS_OPT"
21265 #  - "L2XCFWD"
21266 #  - "not CFS_OPT"
21267 #  - "CFS_OPT"
21268   layout:
21269     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
21270     layout: "plot-latency"
21271
21272 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
21273 -
21274   type: "plot"
21275   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21276   algorithm: "plot_latency_error_bars"
21277   output-file-type: ".html"
21278   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
21279   data: "plot-vpp-throughput-latency-2n-skx"
21280   filter: "'NIC_Intel-XXV710' and
21281            '64B' and
21282            'NDRPDR' and
21283            ('ETH' or 'DOT1Q') and
21284            '2T1C' and
21285            ('L2BDMACLRN' or 'L2XCFWD') and
21286            'VHOST_1024' and
21287            not 'CFS_OPT' and
21288            not 'VXLAN' and
21289            not 'IP4FWD'"
21290   parameters:
21291   - "latency"
21292   - "parent"
21293   - "tags"
21294 #  sort:
21295 #  - "1VM"
21296 #  - "L2XCFWD"
21297 #  - "1VM"
21298 #  - "L2BDMACLRN"
21299   layout:
21300     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
21301     layout: "plot-latency"
21302
21303 -
21304   type: "plot"
21305   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21306   algorithm: "plot_latency_error_bars"
21307   output-file-type: ".html"
21308   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
21309   data: "plot-vpp-throughput-latency-2n-skx"
21310   filter: "'NIC_Intel-XXV710' and
21311            '64B' and
21312            'NDRPDR' and
21313            ('ETH' or 'DOT1Q') and
21314            '4T2C' and
21315            ('L2BDMACLRN' or 'L2XCFWD') and
21316            'VHOST_1024' and
21317            not 'CFS_OPT' and
21318            not 'VXLAN' and
21319            not 'IP4FWD'"
21320   parameters:
21321   - "latency"
21322   - "parent"
21323   - "tags"
21324 #  sort:
21325 #  - "1VM"
21326 #  - "L2XCFWD"
21327 #  - "1VM"
21328 #  - "L2BDMACLRN"
21329   layout:
21330     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
21331     layout: "plot-latency"
21332
21333 ################################################################################
21334
21335 # Packet Latency - VPP VTS 3n-hsw-x520
21336 -
21337   type: "plot"
21338   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21339   algorithm: "plot_latency_error_bars"
21340   output-file-type: ".html"
21341   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
21342   data: "plot-vpp-throughput-latency-3n-hsw"
21343   filter: "'NIC_Intel-X520-DA2' and
21344            '114B' and
21345            'NDRPDR' and
21346            '1T1C' and
21347            'VTS'"
21348   parameters:
21349   - "latency"
21350   - "parent"
21351   - "tags"
21352   layout:
21353     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
21354     layout: "plot-latency"
21355
21356 -
21357   type: "plot"
21358   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21359   algorithm: "plot_latency_error_bars"
21360   output-file-type: ".html"
21361   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
21362   data: "plot-vpp-throughput-latency-3n-hsw"
21363   filter: "'NIC_Intel-X520-DA2' and
21364            '114B' and
21365            'NDRPDR' and
21366            '2T2C' and
21367            'VTS'"
21368   parameters:
21369   - "latency"
21370   - "parent"
21371   - "tags"
21372   layout:
21373     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
21374     layout: "plot-latency"
21375
21376 ################################################################################
21377
21378 # Packet Latency - DPDK l3fwd 3n-hsw-x520
21379 -
21380   type: "plot"
21381   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21382   algorithm: "plot_latency_error_bars"
21383   output-file-type: ".html"
21384   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21385   data: "plot-dpdk-throughput-latency-3n-hsw"
21386   filter: "'NIC_Intel-X520-DA2' and
21387            '64B' and
21388            'BASE' and
21389            'NDRPDR' and
21390            '1T1C' and
21391            'IP4FWD'"
21392   parameters:
21393   - "latency"
21394   - "parent"
21395   - "tags"
21396   layout:
21397     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
21398     layout: "plot-latency"
21399
21400 -
21401   type: "plot"
21402   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21403   algorithm: "plot_latency_error_bars"
21404   output-file-type: ".html"
21405   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21406   data: "plot-dpdk-throughput-latency-3n-hsw"
21407   filter: "'NIC_Intel-X520-DA2' and
21408            '64B' and
21409            'BASE' and
21410            'NDRPDR' and
21411            '2T2C' and
21412            'IP4FWD'"
21413   parameters:
21414   - "latency"
21415   - "parent"
21416   - "tags"
21417   layout:
21418     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
21419     layout: "plot-latency"
21420
21421 # Packet Latency - DPDK l3fwd 3n-hsw-x710
21422 -
21423   type: "plot"
21424   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21425   algorithm: "plot_latency_error_bars"
21426   output-file-type: ".html"
21427   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21428   data: "plot-dpdk-throughput-latency-3n-hsw"
21429   filter: "'NIC_Intel-X710' and
21430            '64B' and
21431            'BASE' and
21432            'NDRPDR' and
21433            '1T1C' and
21434            'IP4FWD'"
21435   parameters:
21436   - "latency"
21437   - "parent"
21438   - "tags"
21439   layout:
21440     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
21441     layout: "plot-latency"
21442
21443 -
21444   type: "plot"
21445   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21446   algorithm: "plot_latency_error_bars"
21447   output-file-type: ".html"
21448   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21449   data: "plot-dpdk-throughput-latency-3n-hsw"
21450   filter: "'NIC_Intel-X710' and
21451            '64B' and
21452            'BASE' and
21453            'NDRPDR' and
21454            '2T2C' and
21455            'IP4FWD'"
21456   parameters:
21457   - "latency"
21458   - "parent"
21459   - "tags"
21460   layout:
21461     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
21462     layout: "plot-latency"
21463
21464 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
21465 -
21466   type: "plot"
21467   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21468   algorithm: "plot_latency_error_bars"
21469   output-file-type: ".html"
21470   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21471   data: "plot-dpdk-throughput-latency-3n-hsw"
21472   filter: "'NIC_Intel-XL710' and
21473            '64B' and
21474            'BASE' and
21475            'NDRPDR' and
21476            '1T1C' and
21477            'IP4FWD'"
21478   parameters:
21479   - "latency"
21480   - "parent"
21481   - "tags"
21482   layout:
21483     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
21484     layout: "plot-latency"
21485
21486 -
21487   type: "plot"
21488   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21489   algorithm: "plot_latency_error_bars"
21490   output-file-type: ".html"
21491   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21492   data: "plot-dpdk-throughput-latency-3n-hsw"
21493   filter: "'NIC_Intel-XL710' and
21494            '64B' and
21495            'BASE' and
21496            'NDRPDR' and
21497            '2T2C' and
21498            'IP4FWD'"
21499   parameters:
21500   - "latency"
21501   - "parent"
21502   - "tags"
21503   layout:
21504     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
21505     layout: "plot-latency"
21506
21507 # Packet Latency - DPDK l3fwd 3n-skx-x710
21508 -
21509   type: "plot"
21510   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21511   algorithm: "plot_latency_error_bars"
21512   output-file-type: ".html"
21513   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21514   data: "plot-dpdk-throughput-latency-3n-skx"
21515   filter: "'NIC_Intel-X710' and
21516            '64B' and
21517            'BASE' and
21518            'NDRPDR' and
21519            '2T1C' and
21520            'IP4FWD'"
21521   parameters:
21522   - "latency"
21523   - "parent"
21524   - "tags"
21525   layout:
21526     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
21527     layout: "plot-latency"
21528
21529 -
21530   type: "plot"
21531   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21532   algorithm: "plot_latency_error_bars"
21533   output-file-type: ".html"
21534   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21535   data: "plot-dpdk-throughput-latency-3n-skx"
21536   filter: "'NIC_Intel-X710' and
21537            '64B' and
21538            'BASE' and
21539            'NDRPDR' and
21540            '4T2C' and
21541            'IP4FWD'"
21542   parameters:
21543   - "latency"
21544   - "parent"
21545   - "tags"
21546   layout:
21547     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
21548     layout: "plot-latency"
21549
21550 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
21551 -
21552   type: "plot"
21553   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21554   algorithm: "plot_latency_error_bars"
21555   output-file-type: ".html"
21556   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21557   data: "plot-dpdk-throughput-latency-3n-skx"
21558   filter: "'NIC_Intel-XXV710' and
21559            '64B' and
21560            'BASE' and
21561            'NDRPDR' and
21562            '2T1C' and
21563            'IP4FWD'"
21564   parameters:
21565   - "latency"
21566   - "parent"
21567   - "tags"
21568   layout:
21569     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
21570     layout: "plot-latency"
21571
21572 -
21573   type: "plot"
21574   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21575   algorithm: "plot_latency_error_bars"
21576   output-file-type: ".html"
21577   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21578   data: "plot-dpdk-throughput-latency-3n-skx"
21579   filter: "'NIC_Intel-XXV710' and
21580            '64B' and
21581            'BASE' and
21582            'NDRPDR' and
21583            '4T2C' and
21584            'IP4FWD'"
21585   parameters:
21586   - "latency"
21587   - "parent"
21588   - "tags"
21589   layout:
21590     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
21591     layout: "plot-latency"
21592
21593 # Packet Latency - DPDK l3fwd 2n-skx-x710
21594 -
21595   type: "plot"
21596   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21597   algorithm: "plot_latency_error_bars"
21598   output-file-type: ".html"
21599   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21600   data: "plot-dpdk-throughput-latency-2n-skx"
21601   filter: "'NIC_Intel-X710' and
21602            '64B' and
21603            'BASE' and
21604            'NDRPDR' and
21605            '2T1C' and
21606            'IP4FWD'"
21607   parameters:
21608   - "latency"
21609   - "parent"
21610   - "tags"
21611   layout:
21612     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
21613     layout: "plot-latency"
21614
21615 -
21616   type: "plot"
21617   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21618   algorithm: "plot_latency_error_bars"
21619   output-file-type: ".html"
21620   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21621   data: "plot-dpdk-throughput-latency-2n-skx"
21622   filter: "'NIC_Intel-X710' and
21623            '64B' and
21624            'BASE' and
21625            'NDRPDR' and
21626            '4T2C' and
21627            'IP4FWD'"
21628   parameters:
21629   - "latency"
21630   - "parent"
21631   - "tags"
21632   layout:
21633     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
21634     layout: "plot-latency"
21635
21636 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
21637 -
21638   type: "plot"
21639   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21640   algorithm: "plot_latency_error_bars"
21641   output-file-type: ".html"
21642   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21643   data: "plot-dpdk-throughput-latency-2n-skx"
21644   filter: "'NIC_Intel-XXV710' and
21645            '64B' and
21646            'BASE' and
21647            'NDRPDR' and
21648            '2T1C' and
21649            'IP4FWD'"
21650   parameters:
21651   - "latency"
21652   - "parent"
21653   - "tags"
21654   layout:
21655     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
21656     layout: "plot-latency"
21657
21658 -
21659   type: "plot"
21660   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21661   algorithm: "plot_latency_error_bars"
21662   output-file-type: ".html"
21663   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21664   data: "plot-dpdk-throughput-latency-2n-skx"
21665   filter: "'NIC_Intel-XXV710' and
21666            '64B' and
21667            'BASE' and
21668            'NDRPDR' and
21669            '4T2C' and
21670            'IP4FWD'"
21671   parameters:
21672   - "latency"
21673   - "parent"
21674   - "tags"
21675   layout:
21676     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
21677     layout: "plot-latency"
21678
21679 ################################################################################
21680
21681 # Packet Latency - DPDK testpmd 3n-hsw-x520
21682 -
21683   type: "plot"
21684   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21685   algorithm: "plot_latency_error_bars"
21686   output-file-type: ".html"
21687   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21688   data: "plot-dpdk-throughput-latency-3n-hsw"
21689   filter: "'NIC_Intel-X520-DA2' and
21690            '64B' and
21691            'BASE' and
21692            'NDRPDR' and
21693            '1T1C' and
21694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21695   parameters:
21696   - "latency"
21697   - "parent"
21698   - "tags"
21699   layout:
21700     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
21701     layout: "plot-latency"
21702
21703 -
21704   type: "plot"
21705   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21706   algorithm: "plot_latency_error_bars"
21707   output-file-type: ".html"
21708   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21709   data: "plot-dpdk-throughput-latency-3n-hsw"
21710   filter: "'NIC_Intel-X520-DA2' and
21711            '64B' and
21712            'BASE' and
21713            'NDRPDR' and
21714            '2T2C' and
21715            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21716   parameters:
21717   - "latency"
21718   - "parent"
21719   - "tags"
21720   layout:
21721     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
21722     layout: "plot-latency"
21723
21724 # Packet Latency - DPDK testpmd 3n-hsw-x710
21725 -
21726   type: "plot"
21727   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21728   algorithm: "plot_latency_error_bars"
21729   output-file-type: ".html"
21730   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21731   data: "plot-dpdk-throughput-latency-3n-hsw"
21732   filter: "'NIC_Intel-X710' and
21733            '64B' and
21734            'BASE' and
21735            'NDRPDR' and
21736            '1T1C' and
21737            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21738   parameters:
21739   - "latency"
21740   - "parent"
21741   - "tags"
21742   layout:
21743     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
21744     layout: "plot-latency"
21745
21746 -
21747   type: "plot"
21748   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21749   algorithm: "plot_latency_error_bars"
21750   output-file-type: ".html"
21751   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21752   data: "plot-dpdk-throughput-latency-3n-hsw"
21753   filter: "'NIC_Intel-X710' and
21754            '64B' and
21755            'BASE' and
21756            'NDRPDR' and
21757            '2T2C' and
21758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21759   parameters:
21760   - "latency"
21761   - "parent"
21762   - "tags"
21763   layout:
21764     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
21765     layout: "plot-latency"
21766
21767 # Packet Latency - DPDK testpmd 3n-hsw-xl710
21768 -
21769   type: "plot"
21770   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21771   algorithm: "plot_latency_error_bars"
21772   output-file-type: ".html"
21773   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21774   data: "plot-dpdk-throughput-latency-3n-hsw"
21775   filter: "'NIC_Intel-XL710' and
21776            '64B' and
21777            'BASE' and
21778            'NDRPDR' and
21779            '1T1C' and
21780            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21781   parameters:
21782   - "latency"
21783   - "parent"
21784   - "tags"
21785   layout:
21786     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
21787     layout: "plot-latency"
21788
21789 -
21790   type: "plot"
21791   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21792   algorithm: "plot_latency_error_bars"
21793   output-file-type: ".html"
21794   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21795   data: "plot-dpdk-throughput-latency-3n-hsw"
21796   filter: "'NIC_Intel-XL710' and
21797            '64B' and
21798            'BASE' and
21799            'NDRPDR' and
21800            '2T2C' and
21801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21802   parameters:
21803   - "latency"
21804   - "parent"
21805   - "tags"
21806   layout:
21807     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
21808     layout: "plot-latency"
21809
21810 # Packet Latency - DPDK testpmd 3n-skx-x710
21811 -
21812   type: "plot"
21813   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21814   algorithm: "plot_latency_error_bars"
21815   output-file-type: ".html"
21816   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21817   data: "plot-dpdk-throughput-latency-3n-skx"
21818   filter: "'NIC_Intel-X710' and
21819            '64B' and
21820            'BASE' and
21821            'NDRPDR' and
21822            '2T1C' and
21823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21824   parameters:
21825   - "latency"
21826   - "parent"
21827   - "tags"
21828   layout:
21829     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
21830     layout: "plot-latency"
21831
21832 -
21833   type: "plot"
21834   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21835   algorithm: "plot_latency_error_bars"
21836   output-file-type: ".html"
21837   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21838   data: "plot-dpdk-throughput-latency-3n-skx"
21839   filter: "'NIC_Intel-X710' and
21840            '64B' and
21841            'BASE' and
21842            'NDRPDR' and
21843            '4T2C' and
21844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21845   parameters:
21846   - "latency"
21847   - "parent"
21848   - "tags"
21849   layout:
21850     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21851     layout: "plot-latency"
21852
21853 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21854 -
21855   type: "plot"
21856   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21857   algorithm: "plot_latency_error_bars"
21858   output-file-type: ".html"
21859   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21860   data: "plot-dpdk-throughput-latency-3n-skx"
21861   filter: "'NIC_Intel-XXV710' and
21862            '64B' and
21863            'BASE' and
21864            'NDRPDR' and
21865            '2T1C' and
21866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21867   parameters:
21868   - "latency"
21869   - "parent"
21870   - "tags"
21871   layout:
21872     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21873     layout: "plot-latency"
21874
21875 -
21876   type: "plot"
21877   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21878   algorithm: "plot_latency_error_bars"
21879   output-file-type: ".html"
21880   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21881   data: "plot-dpdk-throughput-latency-3n-skx"
21882   filter: "'NIC_Intel-XXV710' and
21883            '64B' and
21884            'BASE' and
21885            'NDRPDR' and
21886            '4T2C' and
21887            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21888   parameters:
21889   - "latency"
21890   - "parent"
21891   - "tags"
21892   layout:
21893     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21894     layout: "plot-latency"
21895
21896 # Packet Latency - DPDK testpmd 2n-skx-x710
21897 -
21898   type: "plot"
21899   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21900   algorithm: "plot_latency_error_bars"
21901   output-file-type: ".html"
21902   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21903   data: "plot-dpdk-throughput-latency-2n-skx"
21904   filter: "'NIC_Intel-X710' and
21905            '64B' and
21906            'BASE' and
21907            'NDRPDR' and
21908            '2T1C' and
21909            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21910   parameters:
21911   - "latency"
21912   - "parent"
21913   - "tags"
21914   layout:
21915     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21916     layout: "plot-latency"
21917
21918 -
21919   type: "plot"
21920   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21921   algorithm: "plot_latency_error_bars"
21922   output-file-type: ".html"
21923   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21924   data: "plot-dpdk-throughput-latency-2n-skx"
21925   filter: "'NIC_Intel-X710' and
21926            '64B' and
21927            'BASE' and
21928            'NDRPDR' and
21929            '4T2C' and
21930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21931   parameters:
21932   - "latency"
21933   - "parent"
21934   - "tags"
21935   layout:
21936     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21937     layout: "plot-latency"
21938
21939 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21940 -
21941   type: "plot"
21942   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21943   algorithm: "plot_latency_error_bars"
21944   output-file-type: ".html"
21945   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21946   data: "plot-dpdk-throughput-latency-2n-skx"
21947   filter: "'NIC_Intel-XXV710' and
21948            '64B' and
21949            'BASE' and
21950            'NDRPDR' and
21951            '2T1C' and
21952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21953   parameters:
21954   - "latency"
21955   - "parent"
21956   - "tags"
21957   layout:
21958     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21959     layout: "plot-latency"
21960
21961 -
21962   type: "plot"
21963   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21964   algorithm: "plot_latency_error_bars"
21965   output-file-type: ".html"
21966   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21967   data: "plot-dpdk-throughput-latency-2n-skx"
21968   filter: "'NIC_Intel-XXV710' and
21969            '64B' and
21970            'BASE' and
21971            'NDRPDR' and
21972            '4T2C' and
21973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21974   parameters:
21975   - "latency"
21976   - "parent"
21977   - "tags"
21978   layout:
21979     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21980     layout: "plot-latency"
21981
21982 ################################################################################
21983
21984 # Speedup - VPP Container Memif 3n-hsw-x520
21985 -
21986   type: "plot"
21987   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21988   algorithm: "plot_throughput_speedup_analysis"
21989   output-file-type: ".html"
21990   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21991   data: "plot-throughput-speedup-analysis-3n-hsw"
21992   filter: "'NIC_Intel-X520-DA2' and
21993            '64B' and
21994            ('BASE' or 'SCALE') and
21995            'NDRPDR' and
21996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21997            not 'VHOST' and
21998            'MEMIF'"
21999   parameters:
22000   - "throughput"
22001   - "parent"
22002   - "tags"
22003   sort:
22004   - "L2XCFWD"
22005   - "L2XCFWD"
22006   - "L2XCFWD"
22007   - "L2BDMACLRN"
22008   - "L2BDMACLRN"
22009   - "L2BDMACLRN"
22010   layout:
22011     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
22012     layout: "plot-throughput-speedup-analysis"
22013
22014 -
22015   type: "plot"
22016   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22017   algorithm: "plot_throughput_speedup_analysis"
22018   output-file-type: ".html"
22019   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22020   data: "plot-throughput-speedup-analysis-3n-hsw"
22021   filter: "'NIC_Intel-X520-DA2' and
22022            '64B' and
22023            ('BASE' or 'SCALE') and
22024            'NDRPDR' and
22025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22026            not 'VHOST' and
22027            'MEMIF'"
22028   parameters:
22029   - "throughput"
22030   - "parent"
22031   - "tags"
22032   sort:
22033   - "L2XCFWD"
22034   - "L2XCFWD"
22035   - "L2XCFWD"
22036   - "L2BDMACLRN"
22037   - "L2BDMACLRN"
22038   - "L2BDMACLRN"
22039   layout:
22040     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
22041     layout: "plot-throughput-speedup-analysis"
22042
22043 # Speedup - VPP Container Memif 3n-hsw-x710
22044 -
22045   type: "plot"
22046   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22047   algorithm: "plot_throughput_speedup_analysis"
22048   output-file-type: ".html"
22049   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22050   data: "plot-throughput-speedup-analysis-3n-hsw"
22051   filter: "'NIC_Intel-X710' and
22052            '64B' and
22053            ('BASE' or 'SCALE') and
22054            'NDRPDR' and
22055            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22056            not 'VHOST' and
22057            'MEMIF'"
22058   parameters:
22059   - "throughput"
22060   - "parent"
22061   - "tags"
22062   sort:
22063   - "L2XCFWD"
22064   - "L2XCFWD"
22065   - "L2XCFWD"
22066   - "L2BDMACLRN"
22067   - "L2BDMACLRN"
22068   - "L2BDMACLRN"
22069   layout:
22070     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
22071     layout: "plot-throughput-speedup-analysis"
22072
22073 -
22074   type: "plot"
22075   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22076   algorithm: "plot_throughput_speedup_analysis"
22077   output-file-type: ".html"
22078   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22079   data: "plot-throughput-speedup-analysis-3n-hsw"
22080   filter: "'NIC_Intel-X710' and
22081            '64B' and
22082            ('BASE' or 'SCALE') and
22083            'NDRPDR' and
22084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22085            not 'VHOST' and
22086            'MEMIF'"
22087   parameters:
22088   - "throughput"
22089   - "parent"
22090   - "tags"
22091   sort:
22092   - "L2XCFWD"
22093   - "L2XCFWD"
22094   - "L2XCFWD"
22095   - "L2BDMACLRN"
22096   - "L2BDMACLRN"
22097   - "L2BDMACLRN"
22098   layout:
22099     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
22100     layout: "plot-throughput-speedup-analysis"
22101
22102 # Speedup - VPP Container Memif 3n-hsw-xl710
22103 -
22104   type: "plot"
22105   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22106   algorithm: "plot_throughput_speedup_analysis"
22107   output-file-type: ".html"
22108   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22109   data: "plot-throughput-speedup-analysis-3n-hsw"
22110   filter: "'NIC_Intel-XL710' and
22111            '64B' and
22112            ('BASE' or 'SCALE') and
22113            'NDRPDR' and
22114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22115            not 'VHOST' and
22116            'MEMIF'"
22117   parameters:
22118   - "throughput"
22119   - "parent"
22120   - "tags"
22121   sort:
22122   - "L2XCFWD"
22123   - "L2XCFWD"
22124   - "L2XCFWD"
22125   - "L2BDMACLRN"
22126   - "L2BDMACLRN"
22127   - "L2BDMACLRN"
22128   layout:
22129     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
22130     layout: "plot-throughput-speedup-analysis"
22131
22132 -
22133   type: "plot"
22134   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22135   algorithm: "plot_throughput_speedup_analysis"
22136   output-file-type: ".html"
22137   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22138   data: "plot-throughput-speedup-analysis-3n-hsw"
22139   filter: "'NIC_Intel-XL710' and
22140            '64B' and
22141            ('BASE' or 'SCALE') and
22142            'NDRPDR' and
22143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22144            not 'VHOST' and
22145            'MEMIF'"
22146   parameters:
22147   - "throughput"
22148   - "parent"
22149   - "tags"
22150   sort:
22151   - "L2XCFWD"
22152   - "L2XCFWD"
22153   - "L2XCFWD"
22154   - "L2BDMACLRN"
22155   - "L2BDMACLRN"
22156   - "L2BDMACLRN"
22157   layout:
22158     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
22159     layout: "plot-throughput-speedup-analysis"
22160
22161 # Speedup - VPP Container Memif 3n-skx-x710
22162 -
22163   type: "plot"
22164   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22165   algorithm: "plot_throughput_speedup_analysis"
22166   output-file-type: ".html"
22167   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22168   data: "plot-throughput-speedup-analysis-3n-skx"
22169   filter: "'NIC_Intel-X710' and
22170            '64B' and
22171            ('BASE' or 'SCALE') and
22172            'NDRPDR' and
22173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22174            not 'VHOST' and
22175            'MEMIF'"
22176   parameters:
22177   - "throughput"
22178   - "parent"
22179   - "tags"
22180   sort:
22181   - "L2XCFWD"
22182   - "L2XCFWD"
22183   - "L2XCFWD"
22184   - "L2BDMACLRN"
22185   - "L2BDMACLRN"
22186   - "L2BDMACLRN"
22187   layout:
22188     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
22189     layout: "plot-throughput-speedup-analysis"
22190
22191 -
22192   type: "plot"
22193   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22194   algorithm: "plot_throughput_speedup_analysis"
22195   output-file-type: ".html"
22196   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22197   data: "plot-throughput-speedup-analysis-3n-skx"
22198   filter: "'NIC_Intel-X710' and
22199            '64B' and
22200            ('BASE' or 'SCALE') and
22201            'NDRPDR' and
22202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22203            not 'VHOST' and
22204             'MEMIF'"
22205   parameters:
22206   - "throughput"
22207   - "parent"
22208   - "tags"
22209   sort:
22210   - "L2XCFWD"
22211   - "L2XCFWD"
22212   - "L2XCFWD"
22213   - "L2BDMACLRN"
22214   - "L2BDMACLRN"
22215   - "L2BDMACLRN"
22216   layout:
22217     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
22218     layout: "plot-throughput-speedup-analysis"
22219
22220 # Speedup - VPP Container Memif 2n-skx-x710
22221 -
22222   type: "plot"
22223   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22224   algorithm: "plot_throughput_speedup_analysis"
22225   output-file-type: ".html"
22226   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22227   data: "plot-throughput-speedup-analysis-2n-skx"
22228   filter: "'NIC_Intel-X710' and
22229            '64B' and
22230            ('BASE' or 'SCALE') and
22231            'NDRPDR' and
22232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22233            not 'VHOST' and
22234            'MEMIF'"
22235   parameters:
22236   - "throughput"
22237   - "parent"
22238   - "tags"
22239   sort:
22240   - "L2XCFWD"
22241   - "L2XCFWD"
22242   - "L2XCFWD"
22243   - "L2BDMACLRN"
22244   - "L2BDMACLRN"
22245   - "L2BDMACLRN"
22246   layout:
22247     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
22248     layout: "plot-throughput-speedup-analysis"
22249
22250 -
22251   type: "plot"
22252   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22253   algorithm: "plot_throughput_speedup_analysis"
22254   output-file-type: ".html"
22255   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22256   data: "plot-throughput-speedup-analysis-2n-skx"
22257   filter: "'NIC_Intel-X710' and
22258            '64B' and
22259            ('BASE' or 'SCALE') and
22260            'NDRPDR' and
22261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22262            not 'VHOST' and
22263             'MEMIF'"
22264   parameters:
22265   - "throughput"
22266   - "parent"
22267   - "tags"
22268   sort:
22269   - "L2XCFWD"
22270   - "L2XCFWD"
22271   - "L2XCFWD"
22272   - "L2BDMACLRN"
22273   - "L2BDMACLRN"
22274   - "L2BDMACLRN"
22275   layout:
22276     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
22277     layout: "plot-throughput-speedup-analysis"
22278
22279 # Speedup - VPP Container Memif 2n-skx-xxv710
22280 -
22281   type: "plot"
22282   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22283   algorithm: "plot_throughput_speedup_analysis"
22284   output-file-type: ".html"
22285   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22286   data: "plot-throughput-speedup-analysis-2n-skx"
22287   filter: "'NIC_Intel-XXV710' and
22288            '64B' and
22289            ('BASE' or 'SCALE') and
22290            'NDRPDR' and
22291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22292            not 'VHOST' and
22293            'MEMIF'"
22294   parameters:
22295   - "throughput"
22296   - "parent"
22297   - "tags"
22298   sort:
22299   - "L2XCFWD"
22300   - "L2XCFWD"
22301   - "L2XCFWD"
22302   - "L2BDMACLRN"
22303   - "L2BDMACLRN"
22304   - "L2BDMACLRN"
22305   layout:
22306     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
22307     layout: "plot-throughput-speedup-analysis"
22308
22309 -
22310   type: "plot"
22311   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22312   algorithm: "plot_throughput_speedup_analysis"
22313   output-file-type: ".html"
22314   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22315   data: "plot-throughput-speedup-analysis-2n-skx"
22316   filter: "'NIC_Intel-XXV710' and
22317            '64B' and
22318            ('BASE' or 'SCALE') and
22319            'NDRPDR' and
22320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22321            not 'VHOST' and
22322             'MEMIF'"
22323   parameters:
22324   - "throughput"
22325   - "parent"
22326   - "tags"
22327   sort:
22328   - "L2XCFWD"
22329   - "L2XCFWD"
22330   - "L2XCFWD"
22331   - "L2BDMACLRN"
22332   - "L2BDMACLRN"
22333   - "L2BDMACLRN"
22334   layout:
22335     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
22336     layout: "plot-throughput-speedup-analysis"
22337
22338 ################################################################################
22339
22340 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
22341 -
22342   type: "plot"
22343   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22344   algorithm: "plot_throughput_speedup_analysis"
22345   output-file-type: ".html"
22346   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
22347   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22348   filter: "'NIC_Intel-X520-DA2' and
22349            '64B' and
22350            ('BASE' or 'SCALE') and
22351            'NDRPDR' and
22352            'L2XCFWD' and
22353            not 'VHOST' and
22354            'MEMIF'"
22355   parameters:
22356   - "throughput"
22357   - "parent"
22358   - "tags"
22359   sort:
22360   - "1VNF"
22361   - "2VNF"
22362   - "4VNF"
22363   - "2VNF"
22364   - "4VNF"
22365   layout:
22366     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
22367     layout: "plot-throughput-speedup-analysis"
22368
22369 -
22370   type: "plot"
22371   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22372   algorithm: "plot_throughput_speedup_analysis"
22373   output-file-type: ".html"
22374   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
22375   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22376   filter: "'NIC_Intel-X520-DA2' and
22377            '64B' and
22378            ('BASE' or 'SCALE') and
22379            'NDRPDR' and
22380            'L2XCFWD' and
22381            not 'VHOST' and
22382            'MEMIF'"
22383   parameters:
22384   - "throughput"
22385   - "parent"
22386   - "tags"
22387   sort:
22388   - "1VNF"
22389   - "2VNF"
22390   - "4VNF"
22391   - "2VNF"
22392   - "4VNF"
22393   layout:
22394     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
22395     layout: "plot-throughput-speedup-analysis"
22396
22397 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
22398 -
22399   type: "plot"
22400   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22401   algorithm: "plot_throughput_speedup_analysis"
22402   output-file-type: ".html"
22403   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
22404   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22405   filter: "'NIC_Intel-X520-DA2' and
22406            '64B' and
22407            ('BASE' or 'SCALE') and
22408            'NDRPDR' and
22409            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22410            not 'VHOST' and
22411            'MEMIF'"
22412   parameters:
22413   - "throughput"
22414   - "parent"
22415   - "tags"
22416   sort:
22417   - "1VNF"
22418   - "2VNF"
22419   - "4VNF"
22420   - "2VNF"
22421   - "4VNF"
22422   layout:
22423     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
22424     layout: "plot-throughput-speedup-analysis"
22425
22426 -
22427   type: "plot"
22428   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22429   algorithm: "plot_throughput_speedup_analysis"
22430   output-file-type: ".html"
22431   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
22432   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22433   filter: "'NIC_Intel-X520-DA2' and
22434            '64B' and
22435            ('BASE' or 'SCALE') and
22436            'NDRPDR' and
22437            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22438            not 'VHOST' and
22439            'MEMIF'"
22440   parameters:
22441   - "throughput"
22442   - "parent"
22443   - "tags"
22444   sort:
22445   - "1VNF"
22446   - "2VNF"
22447   - "4VNF"
22448   - "2VNF"
22449   - "4VNF"
22450   layout:
22451     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
22452     layout: "plot-throughput-speedup-analysis"
22453
22454 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
22455 -
22456   type: "plot"
22457   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22458   algorithm: "plot_throughput_speedup_analysis"
22459   output-file-type: ".html"
22460   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
22461   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22462   filter: "'NIC_Intel-X710' and
22463            '64B' and
22464            ('BASE' or 'SCALE') and
22465            'NDRPDR' and
22466            'L2XCFWD' and
22467            not 'VHOST' and
22468            'MEMIF'"
22469   parameters:
22470   - "throughput"
22471   - "parent"
22472   - "tags"
22473   sort:
22474   - "1VNF"
22475   - "2VNF"
22476   - "4VNF"
22477   - "2VNF"
22478   - "4VNF"
22479   layout:
22480     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
22481     layout: "plot-throughput-speedup-analysis"
22482
22483 -
22484   type: "plot"
22485   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22486   algorithm: "plot_throughput_speedup_analysis"
22487   output-file-type: ".html"
22488   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
22489   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22490   filter: "'NIC_Intel-X710' and
22491            '64B' and
22492            ('BASE' or 'SCALE') and
22493            'NDRPDR' and
22494            'L2XCFWD' and
22495            not 'VHOST' and
22496            'MEMIF'"
22497   parameters:
22498   - "throughput"
22499   - "parent"
22500   - "tags"
22501   sort:
22502   - "1VNF"
22503   - "2VNF"
22504   - "4VNF"
22505   - "2VNF"
22506   - "4VNF"
22507   layout:
22508     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
22509     layout: "plot-throughput-speedup-analysis"
22510
22511 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
22512 -
22513   type: "plot"
22514   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22515   algorithm: "plot_throughput_speedup_analysis"
22516   output-file-type: ".html"
22517   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
22518   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22519   filter: "'NIC_Intel-X710' and
22520            '64B' and
22521            ('BASE' or 'SCALE') and
22522            'NDRPDR' and
22523            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22524            not 'VHOST' and
22525            'MEMIF'"
22526   parameters:
22527   - "throughput"
22528   - "parent"
22529   - "tags"
22530   sort:
22531   - "1VNF"
22532   - "2VNF"
22533   - "4VNF"
22534   - "2VNF"
22535   - "4VNF"
22536   layout:
22537     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
22538     layout: "plot-throughput-speedup-analysis"
22539
22540 -
22541   type: "plot"
22542   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22543   algorithm: "plot_throughput_speedup_analysis"
22544   output-file-type: ".html"
22545   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
22546   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
22547   filter: "'NIC_Intel-X710' and
22548            '64B' and
22549            ('BASE' or 'SCALE') and
22550            'NDRPDR' and
22551            ('L2BDMACSTAT' or 'L2BDMACLRN') and
22552            not 'VHOST' and
22553            'MEMIF'"
22554   parameters:
22555   - "throughput"
22556   - "parent"
22557   - "tags"
22558   sort:
22559   - "1VNF"
22560   - "2VNF"
22561   - "4VNF"
22562   - "2VNF"
22563   - "4VNF"
22564   layout:
22565     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
22566     layout: "plot-throughput-speedup-analysis"
22567
22568 ################################################################################
22569
22570 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
22571 -
22572   type: "plot"
22573   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22574   algorithm: "plot_throughput_speedup_analysis"
22575   output-file-type: ".html"
22576   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22577   data: "plot-throughput-speedup-analysis-3n-hsw"
22578   filter: "'NIC_Intel-X520-DA2' and
22579            '64B' and
22580            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22581            'NDRPDR' and
22582            'IP4FWD' and
22583            not 'IPSEC' and
22584            not 'VHOST'"
22585   parameters:
22586   - "throughput"
22587   - "parent"
22588   - "tags"
22589   sort:
22590   - "IP4BASE"
22591   - "FIB_20K"
22592   - "FIB_200K"
22593   - "FIB_2M"
22594   layout:
22595     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
22596     layout: "plot-throughput-speedup-analysis"
22597
22598 -
22599   type: "plot"
22600   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22601   algorithm: "plot_throughput_speedup_analysis"
22602   output-file-type: ".html"
22603   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22604   data: "plot-throughput-speedup-analysis-3n-hsw"
22605   filter: "'NIC_Intel-X520-DA2' and
22606            '64B' and
22607            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22608            'NDRPDR' and
22609            'IP4FWD' and
22610            not 'IPSEC' and
22611            not 'VHOST'"
22612   parameters:
22613   - "throughput"
22614   - "parent"
22615   - "tags"
22616   sort:
22617   - "IP4BASE"
22618   - "FIB_20K"
22619   - "FIB_200K"
22620   - "FIB_2M"
22621   layout:
22622     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
22623     layout: "plot-throughput-speedup-analysis"
22624
22625 # Speedup - VPP IPv4 3n-hsw-x520 features
22626 -
22627   type: "plot"
22628   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
22629   algorithm: "plot_throughput_speedup_analysis"
22630   output-file-type: ".html"
22631   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
22632   data: "plot-throughput-speedup-analysis-3n-hsw"
22633   filter: "'NIC_Intel-X520-DA2' and
22634            '64B' and
22635            ('IP4BASE' or
22636             'POLICE_MARK' or
22637             'COPWHLIST' or
22638             ('NAT44' and 'BASE') or
22639             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22640            'NDRPDR' and
22641            'IP4FWD' and
22642            not 'IPSEC' and
22643            not 'VHOST'"
22644   parameters:
22645   - "throughput"
22646   - "parent"
22647   - "tags"
22648   sort:
22649   - "IP4BASE"
22650   - "NAT44"
22651   - "POLICE_MARK"
22652   - "COPWHLIST"
22653   - "IACL"
22654   - "OACL"
22655   layout:
22656     title: "ip4-3n-hsw-x520-64b-features-ndr"
22657     layout: "plot-throughput-speedup-analysis"
22658
22659 -
22660   type: "plot"
22661   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
22662   algorithm: "plot_throughput_speedup_analysis"
22663   output-file-type: ".html"
22664   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
22665   data: "plot-throughput-speedup-analysis-3n-hsw"
22666   filter: "'NIC_Intel-X520-DA2' and
22667            '64B' and
22668            ('IP4BASE' or
22669             'POLICE_MARK' or
22670             'COPWHLIST' or
22671             ('NAT44' and 'BASE') or
22672             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22673            'NDRPDR' and
22674            'IP4FWD' and
22675            not 'IPSEC' and
22676            not 'VHOST'"
22677   parameters:
22678   - "throughput"
22679   - "parent"
22680   - "tags"
22681   sort:
22682   - "IP4BASE"
22683   - "NAT44"
22684   - "POLICE_MARK"
22685   - "COPWHLIST"
22686   - "IACL"
22687   - "OACL"
22688   layout:
22689     title: "ip4-3n-hsw-x520-64b-features-pdr"
22690     layout: "plot-throughput-speedup-analysis"
22691
22692 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
22693 -
22694   type: "plot"
22695   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22696   algorithm: "plot_throughput_speedup_analysis"
22697   output-file-type: ".html"
22698   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
22699   data: "plot-throughput-speedup-analysis-3n-hsw"
22700   filter: "'NIC_Intel-X520-DA2' and
22701            '64B' and
22702            'NDRPDR' and
22703            'IP4FWD' and
22704            'NAT44' and
22705            not 'IPSEC' and
22706            not 'VHOST'"
22707   parameters:
22708   - "throughput"
22709   - "parent"
22710   - "tags"
22711   sort:
22712   - "BASE"
22713   - "BASE"
22714   - "SRC_USER_10"
22715   - "SRC_USER_100"
22716   - "SRC_USER_1000"
22717   - "SRC_USER_2000"
22718   layout:
22719     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
22720     layout: "plot-throughput-speedup-analysis"
22721
22722 -
22723   type: "plot"
22724   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22725   algorithm: "plot_throughput_speedup_analysis"
22726   output-file-type: ".html"
22727   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
22728   data: "plot-throughput-speedup-analysis-3n-hsw"
22729   filter: "'NIC_Intel-X520-DA2' and
22730            '64B' and
22731            'NDRPDR' and
22732            'IP4FWD' and
22733            'NAT44' and
22734            not 'IPSEC' and
22735            not 'VHOST'"
22736   parameters:
22737   - "throughput"
22738   - "parent"
22739   - "tags"
22740   sort:
22741   - "BASE"
22742   - "BASE"
22743   - "SRC_USER_10"
22744   - "SRC_USER_100"
22745   - "SRC_USER_1000"
22746   - "SRC_USER_2000"
22747   layout:
22748     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
22749     layout: "plot-throughput-speedup-analysis"
22750
22751 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
22752 -
22753   type: "plot"
22754   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22755   algorithm: "plot_throughput_speedup_analysis"
22756   output-file-type: ".html"
22757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22758   data: "plot-throughput-speedup-analysis-3n-hsw"
22759   filter: "'NIC_Intel-X520-DA2' and
22760            '64B' and
22761            'NDRPDR' and
22762            'IP4FWD' and
22763            'IACL' and
22764            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22765            not 'IPSEC' and
22766            not 'VHOST'"
22767   parameters:
22768   - "throughput"
22769   - "parent"
22770   - "tags"
22771   sort:
22772   - "ACL_STATELESS"
22773   - "ACL_STATEFUL"
22774   - "ACL_STATELESS"
22775   - "ACL_STATEFUL"
22776   layout:
22777     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
22778     layout: "plot-throughput-speedup-analysis"
22779
22780 -
22781   type: "plot"
22782   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22783   algorithm: "plot_throughput_speedup_analysis"
22784   output-file-type: ".html"
22785   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22786   data: "plot-throughput-speedup-analysis-3n-hsw"
22787   filter: "'NIC_Intel-X520-DA2' and
22788            '64B' and
22789            'NDRPDR' and
22790            'IP4FWD' and
22791            'IACL' and
22792            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22793            not 'IPSEC' and
22794            not 'VHOST'"
22795   parameters:
22796   - "throughput"
22797   - "parent"
22798   - "tags"
22799   sort:
22800   - "ACL_STATELESS"
22801   - "ACL_STATEFUL"
22802   - "ACL_STATELESS"
22803   - "ACL_STATEFUL"
22804   layout:
22805     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
22806     layout: "plot-throughput-speedup-analysis"
22807
22808 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
22809 -
22810   type: "plot"
22811   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22812   algorithm: "plot_throughput_speedup_analysis"
22813   output-file-type: ".html"
22814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22815   data: "plot-throughput-speedup-analysis-3n-hsw"
22816   filter: "'NIC_Intel-X520-DA2' and
22817            '64B' and
22818            'NDRPDR' and
22819            'IP4FWD' and
22820            'OACL' and
22821            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22822            not 'IPSEC' and
22823            not 'VHOST'"
22824   parameters:
22825   - "throughput"
22826   - "parent"
22827   - "tags"
22828   sort:
22829   - "ACL_STATELESS"
22830   - "ACL_STATEFUL"
22831   - "ACL_STATELESS"
22832   - "ACL_STATEFUL"
22833   layout:
22834     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
22835     layout: "plot-throughput-speedup-analysis"
22836
22837 -
22838   type: "plot"
22839   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22840   algorithm: "plot_throughput_speedup_analysis"
22841   output-file-type: ".html"
22842   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22843   data: "plot-throughput-speedup-analysis-3n-hsw"
22844   filter: "'NIC_Intel-X520-DA2' and
22845            '64B' and
22846            'NDRPDR' and
22847            'IP4FWD' and
22848            'OACL' and
22849            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22850            not 'IPSEC' and
22851            not 'VHOST'"
22852   parameters:
22853   - "throughput"
22854   - "parent"
22855   - "tags"
22856   sort:
22857   - "ACL_STATELESS"
22858   - "ACL_STATEFUL"
22859   - "ACL_STATELESS"
22860   - "ACL_STATEFUL"
22861   layout:
22862     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
22863     layout: "plot-throughput-speedup-analysis"
22864
22865 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
22866 -
22867   type: "plot"
22868   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22869   algorithm: "plot_throughput_speedup_analysis"
22870   output-file-type: ".html"
22871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22872   data: "plot-throughput-speedup-analysis-3n-hsw"
22873   filter: "'NIC_Intel-X710' and
22874            '64B' and
22875            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22876            'NDRPDR' and
22877            'IP4FWD' and
22878            not 'IPSEC' and
22879            not 'VHOST'"
22880   parameters:
22881   - "throughput"
22882   - "parent"
22883   - "tags"
22884   sort:
22885   - "IP4BASE"
22886   - "FIB_20K"
22887   - "FIB_200K"
22888   - "FIB_2M"
22889   layout:
22890     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22891     layout: "plot-throughput-speedup-analysis"
22892
22893 -
22894   type: "plot"
22895   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22896   algorithm: "plot_throughput_speedup_analysis"
22897   output-file-type: ".html"
22898   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22899   data: "plot-throughput-speedup-analysis-3n-hsw"
22900   filter: "'NIC_Intel-X710' and
22901            '64B' and
22902            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22903            'NDRPDR' and
22904            'IP4FWD' and
22905            not 'IPSEC' and
22906            not 'VHOST'"
22907   parameters:
22908   - "throughput"
22909   - "parent"
22910   - "tags"
22911   sort:
22912   - "IP4BASE"
22913   - "FIB_20K"
22914   - "FIB_200K"
22915   - "FIB_2M"
22916   layout:
22917     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22918     layout: "plot-throughput-speedup-analysis"
22919
22920 # Speedup - VPP IPv4 3n-hsw-x710 features
22921 -
22922   type: "plot"
22923   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22924   algorithm: "plot_throughput_speedup_analysis"
22925   output-file-type: ".html"
22926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22927   data: "plot-throughput-speedup-analysis-3n-hsw"
22928   filter: "'NIC_Intel-X710' and
22929            '64B' and
22930            ('IP4BASE' or
22931             'POLICE_MARK' or
22932             'COPWHLIST' or
22933             ('NAT44' and 'BASE') or
22934             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22935            'NDRPDR' and
22936            'IP4FWD' and
22937            not 'IPSEC' and
22938            not 'VHOST'"
22939   parameters:
22940   - "throughput"
22941   - "parent"
22942   - "tags"
22943   sort:
22944   - "IP4BASE"
22945   - "NAT44"
22946   - "POLICE_MARK"
22947   - "COPWHLIST"
22948   - "IACL"
22949   - "OACL"
22950   layout:
22951     title: "ip4-3n-hsw-x710-64b-features-ndr"
22952     layout: "plot-throughput-speedup-analysis"
22953
22954 -
22955   type: "plot"
22956   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22957   algorithm: "plot_throughput_speedup_analysis"
22958   output-file-type: ".html"
22959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22960   data: "plot-throughput-speedup-analysis-3n-hsw"
22961   filter: "'NIC_Intel-X710' and
22962            '64B' and
22963            ('IP4BASE' or
22964             'POLICE_MARK' or
22965             'COPWHLIST' or
22966             ('NAT44' and 'BASE') or
22967             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22968            'NDRPDR' and
22969            'IP4FWD' and
22970            not 'IPSEC' and
22971            not 'VHOST'"
22972   parameters:
22973   - "throughput"
22974   - "parent"
22975   - "tags"
22976   sort:
22977   - "IP4BASE"
22978   - "NAT44"
22979   - "POLICE_MARK"
22980   - "COPWHLIST"
22981   - "IACL"
22982   - "OACL"
22983   layout:
22984     title: "ip4-3n-hsw-x710-64b-features-pdr"
22985     layout: "plot-throughput-speedup-analysis"
22986
22987 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22988 -
22989   type: "plot"
22990   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22991   algorithm: "plot_throughput_speedup_analysis"
22992   output-file-type: ".html"
22993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22994   data: "plot-throughput-speedup-analysis-3n-hsw"
22995   filter: "'NIC_Intel-X710' and
22996            '64B' and
22997            'NDRPDR' and
22998            'IP4FWD' and
22999            'NAT44' and
23000            not 'IPSEC' and
23001            not 'VHOST'"
23002   parameters:
23003   - "throughput"
23004   - "parent"
23005   - "tags"
23006   sort:
23007   - "BASE"
23008   - "BASE"
23009   - "SRC_USER_10"
23010   - "SRC_USER_100"
23011   - "SRC_USER_1000"
23012   - "SRC_USER_2000"
23013   layout:
23014     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23015     layout: "plot-throughput-speedup-analysis"
23016
23017 -
23018   type: "plot"
23019   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23020   algorithm: "plot_throughput_speedup_analysis"
23021   output-file-type: ".html"
23022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23023   data: "plot-throughput-speedup-analysis-3n-hsw"
23024   filter: "'NIC_Intel-X710' and
23025            '64B' and
23026            'NDRPDR' and
23027            'IP4FWD' and
23028            'NAT44' and
23029            not 'IPSEC' and
23030            not 'VHOST'"
23031   parameters:
23032   - "throughput"
23033   - "parent"
23034   - "tags"
23035   sort:
23036   - "BASE"
23037   - "BASE"
23038   - "SRC_USER_10"
23039   - "SRC_USER_100"
23040   - "SRC_USER_1000"
23041   - "SRC_USER_2000"
23042   layout:
23043     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23044     layout: "plot-throughput-speedup-analysis"
23045
23046 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
23047 -
23048   type: "plot"
23049   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23050   algorithm: "plot_throughput_speedup_analysis"
23051   output-file-type: ".html"
23052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23053   data: "plot-throughput-speedup-analysis-3n-hsw"
23054   filter: "'NIC_Intel-X710' and
23055            '64B' and
23056            'NDRPDR' and
23057            'IP4FWD' and
23058            'IACL' and
23059            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23060            not 'IPSEC' and
23061            not 'VHOST'"
23062   parameters:
23063   - "throughput"
23064   - "parent"
23065   - "tags"
23066   sort:
23067   - "ACL_STATELESS"
23068   - "ACL_STATEFUL"
23069   - "ACL_STATELESS"
23070   - "ACL_STATEFUL"
23071   layout:
23072     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23073     layout: "plot-throughput-speedup-analysis"
23074
23075 -
23076   type: "plot"
23077   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23078   algorithm: "plot_throughput_speedup_analysis"
23079   output-file-type: ".html"
23080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23081   data: "plot-throughput-speedup-analysis-3n-hsw"
23082   filter: "'NIC_Intel-X710' and
23083            '64B' and
23084            'NDRPDR' and
23085            'IP4FWD' and
23086            'IACL' and
23087            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23088            not 'IPSEC' and
23089            not 'VHOST'"
23090   parameters:
23091   - "throughput"
23092   - "parent"
23093   - "tags"
23094   sort:
23095   - "ACL_STATELESS"
23096   - "ACL_STATEFUL"
23097   - "ACL_STATELESS"
23098   - "ACL_STATEFUL"
23099   layout:
23100     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23101     layout: "plot-throughput-speedup-analysis"
23102
23103 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
23104 -
23105   type: "plot"
23106   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23107   algorithm: "plot_throughput_speedup_analysis"
23108   output-file-type: ".html"
23109   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23110   data: "plot-throughput-speedup-analysis-3n-hsw"
23111   filter: "'NIC_Intel-X710' and
23112            '64B' and
23113            'NDRPDR' and
23114            'IP4FWD' and
23115            'OACL' and
23116            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23117            not 'IPSEC' and
23118            not 'VHOST'"
23119   parameters:
23120   - "throughput"
23121   - "parent"
23122   - "tags"
23123   sort:
23124   - "ACL_STATELESS"
23125   - "ACL_STATEFUL"
23126   - "ACL_STATELESS"
23127   - "ACL_STATEFUL"
23128   layout:
23129     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
23130     layout: "plot-throughput-speedup-analysis"
23131
23132 -
23133   type: "plot"
23134   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23135   algorithm: "plot_throughput_speedup_analysis"
23136   output-file-type: ".html"
23137   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23138   data: "plot-throughput-speedup-analysis-3n-hsw"
23139   filter: "'NIC_Intel-X710' and
23140            '64B' and
23141            'NDRPDR' and
23142            'IP4FWD' and
23143            'OACL' and
23144            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23145            not 'IPSEC' and
23146            not 'VHOST'"
23147   parameters:
23148   - "throughput"
23149   - "parent"
23150   - "tags"
23151   sort:
23152   - "ACL_STATELESS"
23153   - "ACL_STATEFUL"
23154   - "ACL_STATELESS"
23155   - "ACL_STATEFUL"
23156   layout:
23157     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
23158     layout: "plot-throughput-speedup-analysis"
23159
23160 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
23161 -
23162   type: "plot"
23163   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23164   algorithm: "plot_throughput_speedup_analysis"
23165   output-file-type: ".html"
23166   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23167   data: "plot-throughput-speedup-analysis-3n-hsw"
23168   filter: "'NIC_Intel-XL710' and
23169            '64B' and
23170            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23171            'NDRPDR' and
23172            'IP4FWD' and
23173            not 'IPSEC' and
23174            not 'VHOST'"
23175   parameters:
23176   - "throughput"
23177   - "parent"
23178   - "tags"
23179   sort:
23180   - "IP4BASE"
23181   - "FIB_20K"
23182   - "FIB_200K"
23183   - "FIB_2M"
23184   layout:
23185     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
23186     layout: "plot-throughput-speedup-analysis"
23187
23188 -
23189   type: "plot"
23190   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23191   algorithm: "plot_throughput_speedup_analysis"
23192   output-file-type: ".html"
23193   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23194   data: "plot-throughput-speedup-analysis-3n-hsw"
23195   filter: "'NIC_Intel-XL710' and
23196            '64B' and
23197            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23198            'NDRPDR' and
23199            'IP4FWD' and
23200            not 'IPSEC' and
23201            not 'VHOST'"
23202   parameters:
23203   - "throughput"
23204   - "parent"
23205   - "tags"
23206   sort:
23207   - "IP4BASE"
23208   - "FIB_20K"
23209   - "FIB_200K"
23210   - "FIB_2M"
23211   layout:
23212     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
23213     layout: "plot-throughput-speedup-analysis"
23214
23215 # Speedup - VPP IPv4 3n-skx-x710 base and scale
23216 -
23217   type: "plot"
23218   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23219   algorithm: "plot_throughput_speedup_analysis"
23220   output-file-type: ".html"
23221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23222   data: "plot-throughput-speedup-analysis-3n-skx"
23223   filter: "'NIC_Intel-X710' and
23224            '64B' and
23225            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23226            'NDRPDR' and
23227            'IP4FWD' and
23228            not 'IPSEC' and
23229            not 'VHOST'"
23230   parameters:
23231   - "throughput"
23232   - "parent"
23233   - "tags"
23234   sort:
23235   - "IP4BASE"
23236   - "FIB_20K"
23237   - "FIB_200K"
23238   - "FIB_2M"
23239   layout:
23240     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
23241     layout: "plot-throughput-speedup-analysis"
23242
23243 -
23244   type: "plot"
23245   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23246   algorithm: "plot_throughput_speedup_analysis"
23247   output-file-type: ".html"
23248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23249   data: "plot-throughput-speedup-analysis-3n-skx"
23250   filter: "'NIC_Intel-X710' and
23251            '64B' and
23252            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23253            'NDRPDR' and
23254            'IP4FWD' and
23255            not 'IPSEC' and
23256            not 'VHOST'"
23257   parameters:
23258   - "throughput"
23259   - "parent"
23260   - "tags"
23261   sort:
23262   - "IP4BASE"
23263   - "FIB_20K"
23264   - "FIB_200K"
23265   - "FIB_2M"
23266   layout:
23267     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
23268     layout: "plot-throughput-speedup-analysis"
23269
23270 # Speedup - VPP IPv4 3n-skx-x710 features
23271 -
23272   type: "plot"
23273   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
23274   algorithm: "plot_throughput_speedup_analysis"
23275   output-file-type: ".html"
23276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
23277   data: "plot-throughput-speedup-analysis-3n-skx"
23278   filter: "'NIC_Intel-X710' and
23279            '64B' and
23280            ('IP4BASE' or
23281             'POLICE_MARK' or
23282             'COPWHLIST' or
23283             ('NAT44' and 'BASE') or
23284             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23285            'NDRPDR' and
23286            'IP4FWD' and
23287            not 'IPSEC' and
23288            not 'VHOST'"
23289   parameters:
23290   - "throughput"
23291   - "parent"
23292   - "tags"
23293   sort:
23294   - "IP4BASE"
23295   - "NAT44"
23296   - "POLICE_MARK"
23297   - "COPWHLIST"
23298   - "IACL"
23299   - "OACL"
23300   layout:
23301     title: "ip4-3n-skx-x710-64b-features-ndr"
23302     layout: "plot-throughput-speedup-analysis"
23303
23304 -
23305   type: "plot"
23306   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
23307   algorithm: "plot_throughput_speedup_analysis"
23308   output-file-type: ".html"
23309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
23310   data: "plot-throughput-speedup-analysis-3n-skx"
23311   filter: "'NIC_Intel-X710' and
23312            '64B' and
23313            ('IP4BASE' or
23314             'POLICE_MARK' or
23315             'COPWHLIST' or
23316             ('NAT44' and 'BASE') or
23317             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23318            'NDRPDR' and
23319            'IP4FWD' and
23320            not 'IPSEC' and
23321            not 'VHOST'"
23322   parameters:
23323   - "throughput"
23324   - "parent"
23325   - "tags"
23326   sort:
23327   - "IP4BASE"
23328   - "NAT44"
23329   - "POLICE_MARK"
23330   - "COPWHLIST"
23331   - "IACL"
23332   - "OACL"
23333   layout:
23334     title: "ip4-3n-skx-x710-64b-features-pdr"
23335     layout: "plot-throughput-speedup-analysis"
23336
23337 # Speedup - VPP IPv4 3n-skx-x710 features nat44
23338 -
23339   type: "plot"
23340   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23341   algorithm: "plot_throughput_speedup_analysis"
23342   output-file-type: ".html"
23343   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
23344   data: "plot-throughput-speedup-analysis-3n-skx"
23345   filter: "'NIC_Intel-X710' and
23346            '64B' and
23347            'NDRPDR' and
23348            'IP4FWD' and
23349            'NAT44' and
23350            not 'IPSEC' and
23351            not 'VHOST'"
23352   parameters:
23353   - "throughput"
23354   - "parent"
23355   - "tags"
23356   sort:
23357   - "BASE"
23358   - "BASE"
23359   - "SRC_USER_10"
23360   - "SRC_USER_100"
23361   - "SRC_USER_1000"
23362   - "SRC_USER_2000"
23363   layout:
23364     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
23365     layout: "plot-throughput-speedup-analysis"
23366
23367 -
23368   type: "plot"
23369   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23370   algorithm: "plot_throughput_speedup_analysis"
23371   output-file-type: ".html"
23372   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
23373   data: "plot-throughput-speedup-analysis-3n-skx"
23374   filter: "'NIC_Intel-X710' and
23375            '64B' and
23376            'NDRPDR' and
23377            'IP4FWD' and
23378            'NAT44' and
23379            not 'IPSEC' and
23380            not 'VHOST'"
23381   parameters:
23382   - "throughput"
23383   - "parent"
23384   - "tags"
23385   sort:
23386   - "BASE"
23387   - "BASE"
23388   - "SRC_USER_10"
23389   - "SRC_USER_100"
23390   - "SRC_USER_1000"
23391   - "SRC_USER_2000"
23392   layout:
23393     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
23394     layout: "plot-throughput-speedup-analysis"
23395
23396 # Speedup - VPP IPv4 3n-skx-x710 features iacl
23397 -
23398   type: "plot"
23399   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23400   algorithm: "plot_throughput_speedup_analysis"
23401   output-file-type: ".html"
23402   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
23403   data: "plot-throughput-speedup-analysis-3n-skx"
23404   filter: "'NIC_Intel-X710' and
23405            '64B' and
23406            'NDRPDR' and
23407            'IP4FWD' and
23408            'IACL' and
23409            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23410            not 'IPSEC' and
23411            not 'VHOST'"
23412   parameters:
23413   - "throughput"
23414   - "parent"
23415   - "tags"
23416   sort:
23417   - "ACL_STATELESS"
23418   - "ACL_STATEFUL"
23419   - "ACL_STATELESS"
23420   - "ACL_STATEFUL"
23421   layout:
23422     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
23423     layout: "plot-throughput-speedup-analysis"
23424
23425 -
23426   type: "plot"
23427   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23428   algorithm: "plot_throughput_speedup_analysis"
23429   output-file-type: ".html"
23430   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
23431   data: "plot-throughput-speedup-analysis-3n-skx"
23432   filter: "'NIC_Intel-X710' and
23433            '64B' and
23434            'NDRPDR' and
23435            'IP4FWD' and
23436            'IACL' and
23437            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23438            not 'IPSEC' and
23439            not 'VHOST'"
23440   parameters:
23441   - "throughput"
23442   - "parent"
23443   - "tags"
23444   sort:
23445   - "ACL_STATELESS"
23446   - "ACL_STATEFUL"
23447   - "ACL_STATELESS"
23448   - "ACL_STATEFUL"
23449   layout:
23450     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
23451     layout: "plot-throughput-speedup-analysis"
23452
23453 # Speedup - VPP IPv4 3n-skx-x710 features oacl
23454 -
23455   type: "plot"
23456   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23457   algorithm: "plot_throughput_speedup_analysis"
23458   output-file-type: ".html"
23459   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
23460   data: "plot-throughput-speedup-analysis-3n-skx"
23461   filter: "'NIC_Intel-X710' and
23462            '64B' and
23463            'NDRPDR' and
23464            'IP4FWD' and
23465            'OACL' and
23466            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23467            not 'IPSEC' and
23468            not 'VHOST'"
23469   parameters:
23470   - "throughput"
23471   - "parent"
23472   - "tags"
23473   sort:
23474   - "ACL_STATELESS"
23475   - "ACL_STATEFUL"
23476   - "ACL_STATELESS"
23477   - "ACL_STATEFUL"
23478   layout:
23479     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
23480     layout: "plot-throughput-speedup-analysis"
23481
23482 -
23483   type: "plot"
23484   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23485   algorithm: "plot_throughput_speedup_analysis"
23486   output-file-type: ".html"
23487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
23488   data: "plot-throughput-speedup-analysis-3n-skx"
23489   filter: "'NIC_Intel-X710' and
23490            '64B' and
23491            'NDRPDR' and
23492            'IP4FWD' and
23493            'OACL' and
23494            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23495            not 'IPSEC' and
23496            not 'VHOST'"
23497   parameters:
23498   - "throughput"
23499   - "parent"
23500   - "tags"
23501   sort:
23502   - "ACL_STATELESS"
23503   - "ACL_STATEFUL"
23504   - "ACL_STATELESS"
23505   - "ACL_STATEFUL"
23506   layout:
23507     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
23508     layout: "plot-throughput-speedup-analysis"
23509
23510 # Speedup - VPP IPv4 2n-skx-x710 base and scale
23511 -
23512   type: "plot"
23513   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23514   algorithm: "plot_throughput_speedup_analysis"
23515   output-file-type: ".html"
23516   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23517   data: "plot-throughput-speedup-analysis-2n-skx"
23518   filter: "'NIC_Intel-X710' and
23519            '64B' and
23520            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23521            'NDRPDR' and
23522            'IP4FWD' and
23523            not 'IPSEC' and
23524            not 'VHOST'"
23525   parameters:
23526   - "throughput"
23527   - "parent"
23528   - "tags"
23529   sort:
23530   - "IP4BASE"
23531   - "FIB_20K"
23532   - "FIB_200K"
23533   - "FIB_2M"
23534   layout:
23535     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
23536     layout: "plot-throughput-speedup-analysis"
23537
23538 -
23539   type: "plot"
23540   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23541   algorithm: "plot_throughput_speedup_analysis"
23542   output-file-type: ".html"
23543   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23544   data: "plot-throughput-speedup-analysis-2n-skx"
23545   filter: "'NIC_Intel-X710' and
23546            '64B' and
23547            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23548            'NDRPDR' and
23549            'IP4FWD' and
23550            not 'IPSEC' and
23551            not 'VHOST'"
23552   parameters:
23553   - "throughput"
23554   - "parent"
23555   - "tags"
23556   sort:
23557   - "IP4BASE"
23558   - "FIB_20K"
23559   - "FIB_200K"
23560   - "FIB_2M"
23561   layout:
23562     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
23563     layout: "plot-throughput-speedup-analysis"
23564
23565 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
23566 -
23567   type: "plot"
23568   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23569   algorithm: "plot_throughput_speedup_analysis"
23570   output-file-type: ".html"
23571   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23572   data: "plot-throughput-speedup-analysis-2n-skx"
23573   filter: "'NIC_Intel-XXV710' and
23574            '64B' and
23575            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23576            'NDRPDR' and
23577            'IP4FWD' and
23578            not 'IPSEC' and
23579            not 'VHOST'"
23580   parameters:
23581   - "throughput"
23582   - "parent"
23583   - "tags"
23584   sort:
23585   - "IP4BASE"
23586   - "FIB_20K"
23587   - "FIB_200K"
23588   - "FIB_2M"
23589   layout:
23590     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
23591     layout: "plot-throughput-speedup-analysis"
23592
23593 -
23594   type: "plot"
23595   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23596   algorithm: "plot_throughput_speedup_analysis"
23597   output-file-type: ".html"
23598   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23599   data: "plot-throughput-speedup-analysis-2n-skx"
23600   filter: "'NIC_Intel-XXV710' and
23601            '64B' and
23602            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23603            'NDRPDR' and
23604            'IP4FWD' and
23605            not 'IPSEC' and
23606            not 'VHOST'"
23607   parameters:
23608   - "throughput"
23609   - "parent"
23610   - "tags"
23611   sort:
23612   - "IP4BASE"
23613   - "FIB_20K"
23614   - "FIB_200K"
23615   - "FIB_2M"
23616   layout:
23617     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
23618     layout: "plot-throughput-speedup-analysis"
23619
23620 ################################################################################
23621
23622 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
23623 -
23624   type: "plot"
23625   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23626   algorithm: "plot_throughput_speedup_analysis"
23627   output-file-type: ".html"
23628   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23629   data: "plot-throughput-speedup-analysis-3n-hsw"
23630   filter: "'NIC_Intel-X520_DA2' and
23631            '64B' and
23632            'ENCAP' and
23633            'NDRPDR' and
23634            'VXLAN' and
23635            'L2BDMACLRN' and
23636            not 'VHOST' and
23637            not 'IPSECHW'"
23638   parameters:
23639   - "throughput"
23640   - "parent"
23641   - "tags"
23642   sort:
23643   - "not DOT1Q"
23644   - "VXLAN_1"
23645   - "VXLAN_10"
23646   - "VXLAN_100"
23647   - "VXLAN_1000"
23648   layout:
23649     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
23650     layout: "plot-throughput-speedup-analysis"
23651
23652 -
23653   type: "plot"
23654   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23655   algorithm: "plot_throughput_speedup_analysis"
23656   output-file-type: ".html"
23657   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23658   data: "plot-throughput-speedup-analysis-3n-hsw"
23659   filter: "'NIC_Intel-X520_DA2' and
23660            '64B' and
23661            'ENCAP' and
23662            'NDRPDR' and
23663            'VXLAN' and
23664            'L2BDMACLRN' and
23665            not 'VHOST' and
23666            not 'IPSECHW'"
23667   parameters:
23668   - "throughput"
23669   - "parent"
23670   - "tags"
23671   sort:
23672   - "not DOT1Q"
23673   - "VXLAN_1"
23674   - "VXLAN_10"
23675   - "VXLAN_100"
23676   - "VXLAN_1000"
23677   layout:
23678     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
23679     layout: "plot-throughput-speedup-analysis"
23680
23681 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
23682 -
23683   type: "plot"
23684   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23685   algorithm: "plot_throughput_speedup_analysis"
23686   output-file-type: ".html"
23687   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23688   data: "plot-throughput-speedup-analysis-3n-hsw"
23689   filter: "'NIC_Intel-X520-DA2' and
23690            '64B' and
23691            'ENCAP' and
23692            'NDRPDR' and
23693            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23694            not 'DOT1Q' and
23695            not 'VHOST' and
23696            not 'IPSECHW'"
23697   parameters:
23698   - "throughput"
23699   - "parent"
23700   - "tags"
23701   sort:
23702   - "L2BDMACLRN"
23703   - "L2XCFWD"
23704   - "LISP"
23705   layout:
23706     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
23707     layout: "plot-throughput-speedup-analysis"
23708
23709 -
23710   type: "plot"
23711   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23712   algorithm: "plot_throughput_speedup_analysis"
23713   output-file-type: ".html"
23714   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23715   data: "plot-throughput-speedup-analysis-3n-hsw"
23716   filter: "'NIC_Intel-X520-DA2' and
23717            '64B' and
23718            'ENCAP' and
23719            'NDRPDR' and
23720            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23721            not 'DOT1Q' and
23722            not 'VHOST' and
23723            not 'IPSECHW'"
23724   parameters:
23725   - "throughput"
23726   - "parent"
23727   - "tags"
23728   sort:
23729   - "L2BDMACLRN"
23730   - "L2XCFWD"
23731   - "LISP"
23732   layout:
23733     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
23734     layout: "plot-throughput-speedup-analysis"
23735
23736 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
23737 -
23738   type: "plot"
23739   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23740   algorithm: "plot_throughput_speedup_analysis"
23741   output-file-type: ".html"
23742   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23743   data: "plot-throughput-speedup-analysis-3n-hsw"
23744   filter: "'NIC_Intel-X710' and
23745            '64B' and
23746            'ENCAP' and
23747            'NDRPDR' and
23748            'VXLAN' and
23749            'L2BDMACLRN' and
23750            not 'VHOST' and
23751            not 'IPSECHW'"
23752   parameters:
23753   - "throughput"
23754   - "parent"
23755   - "tags"
23756   sort:
23757   - "not DOT1Q"
23758   - "VXLAN_1"
23759   - "VXLAN_10"
23760   - "VXLAN_100"
23761   - "VXLAN_1000"
23762   layout:
23763     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23764     layout: "plot-throughput-speedup-analysis"
23765
23766 -
23767   type: "plot"
23768   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23769   algorithm: "plot_throughput_speedup_analysis"
23770   output-file-type: ".html"
23771   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23772   data: "plot-throughput-speedup-analysis-3n-hsw"
23773   filter: "'NIC_Intel-X710' and
23774            '64B' and
23775            'ENCAP' and
23776            'NDRPDR' and
23777            'VXLAN' and
23778            'L2BDMACLRN' and
23779            not 'VHOST' and
23780            not 'IPSECHW'"
23781   parameters:
23782   - "throughput"
23783   - "parent"
23784   - "tags"
23785   sort:
23786   - "not DOT1Q"
23787   - "VXLAN_1"
23788   - "VXLAN_10"
23789   - "VXLAN_100"
23790   - "VXLAN_1000"
23791   layout:
23792     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
23793     layout: "plot-throughput-speedup-analysis"
23794
23795 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
23796 -
23797   type: "plot"
23798   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23799   algorithm: "plot_throughput_speedup_analysis"
23800   output-file-type: ".html"
23801   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23802   data: "plot-throughput-speedup-analysis-3n-hsw"
23803   filter: "'NIC_Intel-X710' and
23804            '64B' and
23805            'ENCAP' and
23806            'NDRPDR' and
23807            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23808            not 'DOT1Q' and
23809            not 'VHOST' and
23810            not 'IPSECHW'"
23811   parameters:
23812   - "throughput"
23813   - "parent"
23814   - "tags"
23815   sort:
23816   - "L2BDMACLRN"
23817   - "L2XCFWD"
23818   - "LISP"
23819   layout:
23820     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
23821     layout: "plot-throughput-speedup-analysis"
23822
23823 -
23824   type: "plot"
23825   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23826   algorithm: "plot_throughput_speedup_analysis"
23827   output-file-type: ".html"
23828   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23829   data: "plot-throughput-speedup-analysis-3n-hsw"
23830   filter: "'NIC_Intel-X710' and
23831            '64B' and
23832            'ENCAP' and
23833            'NDRPDR' and
23834            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23835            not 'DOT1Q' and
23836            not 'VHOST' and
23837            not 'IPSECHW'"
23838   parameters:
23839   - "throughput"
23840   - "parent"
23841   - "tags"
23842   sort:
23843   - "L2BDMACLRN"
23844   - "L2XCFWD"
23845   - "LISP"
23846   layout:
23847     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23848     layout: "plot-throughput-speedup-analysis"
23849
23850 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23851 -
23852   type: "plot"
23853   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23854   algorithm: "plot_throughput_speedup_analysis"
23855   output-file-type: ".html"
23856   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23857   data: "plot-throughput-speedup-analysis-3n-skx"
23858   filter: "'NIC_Intel-X710' and
23859            '64B' and
23860            'ENCAP' and
23861            'NDRPDR' and
23862            'VXLAN' and
23863            'L2BDMACLRN' and
23864            not 'VHOST' and
23865            not 'IPSECHW'"
23866   parameters:
23867   - "throughput"
23868   - "parent"
23869   - "tags"
23870   sort:
23871   - "not DOT1Q"
23872   - "VXLAN_1"
23873   - "VXLAN_10"
23874   - "VXLAN_100"
23875   - "VXLAN_1000"
23876   layout:
23877     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23878     layout: "plot-throughput-speedup-analysis"
23879
23880 -
23881   type: "plot"
23882   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23883   algorithm: "plot_throughput_speedup_analysis"
23884   output-file-type: ".html"
23885   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23886   data: "plot-throughput-speedup-analysis-3n-skx"
23887   filter: "'NIC_Intel-X710' and
23888            '64B' and
23889            'ENCAP' and
23890            'NDRPDR' and
23891            'VXLAN' and
23892            'L2BDMACLRN' and
23893            not 'VHOST' and
23894            not 'IPSECHW'"
23895   parameters:
23896   - "throughput"
23897   - "parent"
23898   - "tags"
23899   sort:
23900   - "not DOT1Q"
23901   - "VXLAN_1"
23902   - "VXLAN_10"
23903   - "VXLAN_100"
23904   - "VXLAN_1000"
23905   layout:
23906     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23907     layout: "plot-throughput-speedup-analysis"
23908
23909 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23910 -
23911   type: "plot"
23912   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23913   algorithm: "plot_throughput_speedup_analysis"
23914   output-file-type: ".html"
23915   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23916   data: "plot-throughput-speedup-analysis-3n-skx"
23917   filter: "'NIC_Intel-X710' and
23918            '64B' and
23919            'ENCAP' and
23920            'NDRPDR' and
23921            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23922            not 'DOT1Q' and
23923            not 'VHOST' and
23924            not 'IPSECHW'"
23925   parameters:
23926   - "throughput"
23927   - "parent"
23928   - "tags"
23929   sort:
23930   - "L2BDMACLRN"
23931   - "L2XCFWD"
23932   - "LISP"
23933   layout:
23934     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23935     layout: "plot-throughput-speedup-analysis"
23936
23937 -
23938   type: "plot"
23939   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23940   algorithm: "plot_throughput_speedup_analysis"
23941   output-file-type: ".html"
23942   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23943   data: "plot-throughput-speedup-analysis-3n-skx"
23944   filter: "'NIC_Intel-X710' and
23945            '64B' and
23946            'ENCAP' and
23947            'NDRPDR' and
23948            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23949            not 'DOT1Q' and
23950            not 'VHOST' and
23951            not 'IPSECHW'"
23952   parameters:
23953   - "throughput"
23954   - "parent"
23955   - "tags"
23956   sort:
23957   - "L2BDMACLRN"
23958   - "L2XCFWD"
23959   - "LISP"
23960   layout:
23961     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23962     layout: "plot-throughput-speedup-analysis"
23963
23964 ################################################################################
23965
23966 # Speedup - VPP IPv6 3n-hsw-x520
23967 -
23968   type: "plot"
23969   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23970   algorithm: "plot_throughput_speedup_analysis"
23971   output-file-type: ".html"
23972   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23973   data: "plot-throughput-speedup-analysis-3n-hsw"
23974   filter: "'NIC_Intel-X520-DA2' and
23975            '78B' and
23976            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23977            'NDRPDR' and
23978            'IP6FWD' and
23979            not 'SRv6' and
23980            not 'IPSEC' and
23981            not 'VHOST'"
23982   parameters:
23983   - "throughput"
23984   - "parent"
23985   - "tags"
23986   sort:
23987   - "IP6BASE"
23988   - "FIB_20K"
23989   - "FIB_200K"
23990   - "FIB_2M"
23991   layout:
23992     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
23993     layout: "plot-throughput-speedup-analysis"
23994
23995 -
23996   type: "plot"
23997   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23998   algorithm: "plot_throughput_speedup_analysis"
23999   output-file-type: ".html"
24000   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24001   data: "plot-throughput-speedup-analysis-3n-hsw"
24002   filter: "'NIC_Intel-X520-DA2' and
24003            '78B' and
24004            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24005            'NDRPDR' and
24006            'IP6FWD' and
24007            not 'SRv6' and
24008            not 'IPSEC' and
24009            not 'VHOST'"
24010   parameters:
24011   - "throughput"
24012   - "parent"
24013   - "tags"
24014   sort:
24015   - "IP6BASE"
24016   - "FIB_20K"
24017   - "FIB_200K"
24018   - "FIB_2M"
24019   layout:
24020     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
24021     layout: "plot-throughput-speedup-analysis"
24022
24023 # Speedup - VPP IPv6 3n-hsw-x520 features
24024 -
24025   type: "plot"
24026   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24027   algorithm: "plot_throughput_speedup_analysis"
24028   output-file-type: ".html"
24029   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24030   data: "plot-throughput-speedup-analysis-3n-hsw"
24031   filter: "'NIC_Intel-X520-DA2' and
24032            '78B' and
24033            ('IP6BASE' or
24034             'POLICE_MARK' or
24035             'COPWHLIST' or
24036             'IACLDST') and
24037            'NDRPDR' and
24038            'IP6FWD' and
24039            not 'SRv6' and
24040            not 'IPSEC' and
24041            not 'VHOST'"
24042   parameters:
24043   - "throughput"
24044   - "parent"
24045   - "tags"
24046   sort:
24047   - "IP6BASE"
24048   - "POLICE_MARK"
24049   - "COPWHLIST"
24050   - "IACLDST"
24051   layout:
24052     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
24053     layout: "plot-throughput-speedup-analysis"
24054
24055 -
24056   type: "plot"
24057   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24058   algorithm: "plot_throughput_speedup_analysis"
24059   output-file-type: ".html"
24060   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24061   data: "plot-throughput-speedup-analysis-3n-hsw"
24062   filter: "'NIC_Intel-X520-DA2' and
24063            '78B' and
24064            ('IP6BASE' or
24065             'POLICE_MARK' or
24066             'COPWHLIST' or
24067             'IACLDST') and
24068            'NDRPDR' and
24069            'IP6FWD' and
24070            not 'SRv6' and
24071            not 'IPSEC' and
24072            not 'VHOST'"
24073   parameters:
24074   - "throughput"
24075   - "parent"
24076   - "tags"
24077   sort:
24078   - "IP6BASE"
24079   - "POLICE_MARK"
24080   - "COPWHLIST"
24081   - "IACLDST"
24082   layout:
24083     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
24084     layout: "plot-throughput-speedup-analysis"
24085
24086 # Speedup - VPP IPv6 3n-hsw-x710
24087 -
24088   type: "plot"
24089   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24090   algorithm: "plot_throughput_speedup_analysis"
24091   output-file-type: ".html"
24092   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24093   data: "plot-throughput-speedup-analysis-3n-hsw"
24094   filter: "'NIC_Intel-X710' and
24095            '78B' and
24096            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24097            'NDRPDR' and
24098            'IP6FWD' and
24099            not 'SRv6' and
24100            not 'IPSEC' and
24101            not 'VHOST'"
24102   parameters:
24103   - "throughput"
24104   - "parent"
24105   - "tags"
24106   sort:
24107   - "IP6BASE"
24108   - "FIB_20K"
24109   - "FIB_200K"
24110   - "FIB_2M"
24111   layout:
24112     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
24113     layout: "plot-throughput-speedup-analysis"
24114
24115 -
24116   type: "plot"
24117   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24118   algorithm: "plot_throughput_speedup_analysis"
24119   output-file-type: ".html"
24120   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
24121   data: "plot-throughput-speedup-analysis-3n-hsw"
24122   filter: "'NIC_Intel-X710' and
24123            '78B' and
24124            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24125            'NDRPDR' and
24126            'IP6FWD' and
24127            not 'SRv6' and
24128            not 'IPSEC' and
24129            not 'VHOST'"
24130   parameters:
24131   - "throughput"
24132   - "parent"
24133   - "tags"
24134   sort:
24135   - "IP6BASE"
24136   - "FIB_20K"
24137   - "FIB_200K"
24138   - "FIB_2M"
24139   layout:
24140     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
24141     layout: "plot-throughput-speedup-analysis"
24142
24143 # Speedup - VPP IPv6 3n-hsw-x710 features
24144 -
24145   type: "plot"
24146   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24147   algorithm: "plot_throughput_speedup_analysis"
24148   output-file-type: ".html"
24149   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
24150   data: "plot-throughput-speedup-analysis-3n-hsw"
24151   filter: "'NIC_Intel-X710' and
24152            '78B' and
24153            ('IP6BASE' or
24154             'POLICE_MARK' or
24155             'COPWHLIST' or
24156             'IACLDST') and
24157            'NDRPDR' and
24158            'IP6FWD' and
24159            not 'SRv6' and
24160            not 'IPSEC' and
24161            not 'VHOST'"
24162   parameters:
24163   - "throughput"
24164   - "parent"
24165   - "tags"
24166   sort:
24167   - "IP6BASE"
24168   - "POLICE_MARK"
24169   - "COPWHLIST"
24170   - "IACLDST"
24171   layout:
24172     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
24173     layout: "plot-throughput-speedup-analysis"
24174
24175 -
24176   type: "plot"
24177   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24178   algorithm: "plot_throughput_speedup_analysis"
24179   output-file-type: ".html"
24180   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
24181   data: "plot-throughput-speedup-analysis-3n-hsw"
24182   filter: "'NIC_Intel-X710' and
24183            '78B' and
24184            ('IP6BASE' or
24185             'POLICE_MARK' or
24186             'COPWHLIST' or
24187             'IACLDST') and
24188            'NDRPDR' and
24189            'IP6FWD' and
24190            not 'SRv6' and
24191            not 'IPSEC' and
24192            not 'VHOST'"
24193   parameters:
24194   - "throughput"
24195   - "parent"
24196   - "tags"
24197   sort:
24198   - "IP6BASE"
24199   - "POLICE_MARK"
24200   - "COPWHLIST"
24201   - "IACLDST"
24202   layout:
24203     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
24204     layout: "plot-throughput-speedup-analysis"
24205
24206 # Speedup - VPP IPv6 3n-hsw-xl710
24207 -
24208   type: "plot"
24209   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
24210   algorithm: "plot_throughput_speedup_analysis"
24211   output-file-type: ".html"
24212   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
24213   data: "plot-throughput-speedup-analysis-3n-hsw"
24214   filter: "'NIC_Intel-XL710' and
24215            '78B' and
24216            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24217            'NDRPDR' and
24218            'IP6FWD' and
24219            not 'SRv6' and
24220            not 'IPSEC' and
24221            not 'VHOST'"
24222   parameters:
24223   - "throughput"
24224   - "parent"
24225   - "tags"
24226   sort:
24227   - "IP6BASE"
24228   - "FIB_20K"
24229   - "FIB_200K"
24230   - "FIB_2M"
24231   layout:
24232     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
24233     layout: "plot-throughput-speedup-analysis"
24234
24235 -
24236   type: "plot"
24237   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
24238   algorithm: "plot_throughput_speedup_analysis"
24239   output-file-type: ".html"
24240   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
24241   data: "plot-throughput-speedup-analysis-3n-hsw"
24242   filter: "'NIC_Intel-XL710' and
24243            '78B' and
24244            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24245            'NDRPDR' and
24246            'IP6FWD' and
24247            not 'SRv6' and
24248            not 'IPSEC' and
24249            not 'VHOST'"
24250   parameters:
24251   - "throughput"
24252   - "parent"
24253   - "tags"
24254   sort:
24255   - "IP6BASE"
24256   - "FIB_20K"
24257   - "FIB_200K"
24258   - "FIB_2M"
24259   layout:
24260     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
24261     layout: "plot-throughput-speedup-analysis"
24262
24263 # Speedup - VPP IPv6 3n-skx-x710
24264 -
24265   type: "plot"
24266   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24267   algorithm: "plot_throughput_speedup_analysis"
24268   output-file-type: ".html"
24269   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24270   data: "plot-throughput-speedup-analysis-3n-skx"
24271   filter: "'NIC_Intel-X710' and
24272            '78B' and
24273            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24274            'NDRPDR' and
24275            'IP6FWD' and
24276            not 'SRv6' and
24277            not 'IPSEC' and
24278            not 'VHOST'"
24279   parameters:
24280   - "throughput"
24281   - "parent"
24282   - "tags"
24283   sort:
24284   - "IP6BASE"
24285   - "FIB_20K"
24286   - "FIB_200K"
24287   - "FIB_2M"
24288   layout:
24289     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24290     layout: "plot-throughput-speedup-analysis"
24291
24292 -
24293   type: "plot"
24294   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24295   algorithm: "plot_throughput_speedup_analysis"
24296   output-file-type: ".html"
24297   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24298   data: "plot-throughput-speedup-analysis-3n-skx"
24299   filter: "'NIC_Intel-X710' and
24300            '78B' and
24301            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24302            'NDRPDR' and
24303            'IP6FWD' and
24304            not 'SRv6' and
24305            not 'IPSEC' and
24306            not 'VHOST'"
24307   parameters:
24308   - "throughput"
24309   - "parent"
24310   - "tags"
24311   sort:
24312   - "IP6BASE"
24313   - "FIB_20K"
24314   - "FIB_200K"
24315   - "FIB_2M"
24316   layout:
24317     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24318     layout: "plot-throughput-speedup-analysis"
24319
24320 # Speedup - VPP IPv6 3n-skx-x710 features
24321 -
24322   type: "plot"
24323   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24324   algorithm: "plot_throughput_speedup_analysis"
24325   output-file-type: ".html"
24326   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
24327   data: "plot-throughput-speedup-analysis-3n-skx"
24328   filter: "'NIC_Intel-X710' and
24329            '78B' and
24330            ('IP6BASE' or
24331             'POLICE_MARK' or
24332             'COPWHLIST' or
24333             'IACLDST') and
24334            'NDRPDR' and
24335            'IP6FWD' and
24336            not 'SRv6' and
24337            not 'IPSEC' and
24338            not 'VHOST'"
24339   parameters:
24340   - "throughput"
24341   - "parent"
24342   - "tags"
24343   sort:
24344   - "IP6BASE"
24345   - "POLICE_MARK"
24346   - "COPWHLIST"
24347   - "IACLDST"
24348   layout:
24349     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
24350     layout: "plot-throughput-speedup-analysis"
24351
24352 -
24353   type: "plot"
24354   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24355   algorithm: "plot_throughput_speedup_analysis"
24356   output-file-type: ".html"
24357   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
24358   data: "plot-throughput-speedup-analysis-3n-skx"
24359   filter: "'NIC_Intel-X710' and
24360            '78B' and
24361            ('IP6BASE' or
24362             'POLICE_MARK' or
24363             'COPWHLIST' or
24364             'IACLDST') and
24365            'NDRPDR' and
24366            'IP6FWD' and
24367            not 'SRv6' and
24368            not 'IPSEC' and
24369            not 'VHOST'"
24370   parameters:
24371   - "throughput"
24372   - "parent"
24373   - "tags"
24374   sort:
24375   - "IP6BASE"
24376   - "POLICE_MARK"
24377   - "COPWHLIST"
24378   - "IACLDST"
24379   layout:
24380     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
24381     layout: "plot-throughput-speedup-analysis"
24382
24383 # Speedup - VPP IPv6 2n-skx-x710
24384 -
24385   type: "plot"
24386   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24387   algorithm: "plot_throughput_speedup_analysis"
24388   output-file-type: ".html"
24389   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
24390   data: "plot-throughput-speedup-analysis-2n-skx"
24391   filter: "'NIC_Intel-X710' and
24392            '78B' and
24393            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24394            'NDRPDR' and
24395            'IP6FWD' and
24396            not 'SRv6' and
24397            not 'IPSEC' and
24398            not 'VHOST'"
24399   parameters:
24400   - "throughput"
24401   - "parent"
24402   - "tags"
24403   sort:
24404   - "IP6BASE"
24405   - "FIB_20K"
24406   - "FIB_200K"
24407   - "FIB_2M"
24408   layout:
24409     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
24410     layout: "plot-throughput-speedup-analysis"
24411
24412 -
24413   type: "plot"
24414   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24415   algorithm: "plot_throughput_speedup_analysis"
24416   output-file-type: ".html"
24417   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
24418   data: "plot-throughput-speedup-analysis-2n-skx"
24419   filter: "'NIC_Intel-X710' and
24420            '78B' and
24421            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24422            'NDRPDR' and
24423            'IP6FWD' and
24424            not 'SRv6' and
24425            not 'IPSEC' and
24426            not 'VHOST'"
24427   parameters:
24428   - "throughput"
24429   - "parent"
24430   - "tags"
24431   sort:
24432   - "IP6BASE"
24433   - "FIB_20K"
24434   - "FIB_200K"
24435   - "FIB_2M"
24436   layout:
24437     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
24438     layout: "plot-throughput-speedup-analysis"
24439
24440 # Speedup - VPP IPv6 2n-skx-xxv710
24441 -
24442   type: "plot"
24443   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24444   algorithm: "plot_throughput_speedup_analysis"
24445   output-file-type: ".html"
24446   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
24447   data: "plot-throughput-speedup-analysis-2n-skx"
24448   filter: "'NIC_Intel-XXV710' and
24449            '78B' and
24450            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24451            'NDRPDR' and
24452            'IP6FWD' and
24453            not 'SRv6' and
24454            not 'IPSEC' and
24455            not 'VHOST'"
24456   parameters:
24457   - "throughput"
24458   - "parent"
24459   - "tags"
24460   sort:
24461   - "IP6BASE"
24462   - "FIB_20K"
24463   - "FIB_200K"
24464   - "FIB_2M"
24465   layout:
24466     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
24467     layout: "plot-throughput-speedup-analysis"
24468
24469 -
24470   type: "plot"
24471   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24472   algorithm: "plot_throughput_speedup_analysis"
24473   output-file-type: ".html"
24474   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
24475   data: "plot-throughput-speedup-analysis-2n-skx"
24476   filter: "'NIC_Intel-XXV710' and
24477            '78B' and
24478            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24479            'NDRPDR' and
24480            'IP6FWD' and
24481            not 'SRv6' and
24482            not 'IPSEC' and
24483            not 'VHOST'"
24484   parameters:
24485   - "throughput"
24486   - "parent"
24487   - "tags"
24488   sort:
24489   - "IP6BASE"
24490   - "FIB_20K"
24491   - "FIB_200K"
24492   - "FIB_2M"
24493   layout:
24494     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
24495     layout: "plot-throughput-speedup-analysis"
24496
24497 ################################################################################
24498
24499 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
24500 -
24501   type: "plot"
24502   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24503   algorithm: "plot_throughput_speedup_analysis"
24504   output-file-type: ".html"
24505   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24506   data: "plot-throughput-speedup-analysis-3n-hsw"
24507   filter: "'NIC_Intel-X520-DA2' and
24508            '78B' and
24509            'ENCAP' and
24510            'NDRPDR' and
24511            'LISP' and
24512            not 'VHOST'"
24513   parameters:
24514   - "throughput"
24515   - "parent"
24516   - "tags"
24517   sort:
24518   - "IP4UNRLAY"
24519   - "IP6UNRLAY"
24520   layout:
24521     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
24522     layout: "plot-throughput-speedup-analysis"
24523
24524 -
24525   type: "plot"
24526   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24527   algorithm: "plot_throughput_speedup_analysis"
24528   output-file-type: ".html"
24529   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24530   data: "plot-throughput-speedup-analysis-3n-hsw"
24531   filter: "'NIC_Intel-X520-DA2' and
24532            '78B' and
24533            'ENCAP' and
24534            'NDRPDR' and
24535            'LISP' and
24536            not 'VHOST'"
24537   parameters:
24538   - "throughput"
24539   - "parent"
24540   - "tags"
24541   sort:
24542   - "IP4UNRLAY"
24543   - "IP6UNRLAY"
24544   layout:
24545     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
24546     layout: "plot-throughput-speedup-analysis"
24547
24548 ################################################################################
24549
24550 # Speedup - VPP IPSec 3n-hsw-xl710 base
24551 -
24552   type: "plot"
24553   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24554   algorithm: "plot_throughput_speedup_analysis"
24555   output-file-type: ".html"
24556   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
24557   data: "plot-throughput-speedup-analysis-3n-hsw"
24558   filter: "'NIC_Intel-XL710' and
24559            '64B' and
24560            'IP4FWD' and
24561            'NDRPDR' and
24562            'BASE' and
24563            'IPSECHW' and
24564            ('IPSECTRAN' or 'IPSECTUN') and
24565            not 'VHOST'"
24566   parameters:
24567   - "throughput"
24568   - "parent"
24569   - "tags"
24570   layout:
24571     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
24572     layout: "plot-throughput-speedup-analysis"
24573
24574 -
24575   type: "plot"
24576   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24577   algorithm: "plot_throughput_speedup_analysis"
24578   output-file-type: ".html"
24579   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
24580   data: "plot-throughput-speedup-analysis-3n-hsw"
24581   filter: "'NIC_Intel-XL710' and
24582            '64B' and
24583            'IP4FWD' and
24584            'NDRPDR' and
24585            'BASE' and
24586            'IPSECHW' and
24587            ('IPSECTRAN' or 'IPSECTUN') and
24588            not 'VHOST'"
24589   parameters:
24590   - "throughput"
24591   - "parent"
24592   - "tags"
24593   layout:
24594     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
24595     layout: "plot-throughput-speedup-analysis"
24596
24597 # Speedup - VPP IPSec 3n-hsw-xl710 scale
24598 -
24599   type: "plot"
24600   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24601   algorithm: "plot_throughput_speedup_analysis"
24602   output-file-type: ".html"
24603   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
24604   data: "plot-throughput-speedup-analysis-3n-hsw"
24605   filter: "'NIC_Intel-XL710' and
24606            '64B' and
24607            'IP4FWD' and
24608            'NDRPDR' and
24609            'SCALE' and
24610            'IPSECHW' and
24611            ('IPSECTRAN' or 'IPSECTUN') and
24612            not 'VHOST'"
24613   parameters:
24614   - "throughput"
24615   - "parent"
24616   - "tags"
24617   layout:
24618     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
24619     layout: "plot-throughput-speedup-analysis"
24620
24621 -
24622   type: "plot"
24623   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24624   algorithm: "plot_throughput_speedup_analysis"
24625   output-file-type: ".html"
24626   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
24627   data: "plot-throughput-speedup-analysis-3n-hsw"
24628   filter: "'NIC_Intel-XL710' and
24629            '64B' and
24630            'IP4FWD' and
24631            'NDRPDR' and
24632            'SCALE' and
24633            'IPSECHW' and
24634            ('IPSECTRAN' or 'IPSECTUN') and
24635            not 'VHOST'"
24636   parameters:
24637   - "throughput"
24638   - "parent"
24639   - "tags"
24640   layout:
24641     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
24642     layout: "plot-throughput-speedup-analysis"
24643
24644 # Speedup - VPP IPSec 3n-hsw-xl710 sw
24645 -
24646   type: "plot"
24647   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24648   algorithm: "plot_throughput_speedup_analysis"
24649   output-file-type: ".html"
24650   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
24651   data: "plot-throughput-speedup-analysis-3n-hsw"
24652   filter: "'NIC_Intel-XL710' and
24653            '64B' and
24654            'IP4FWD' and
24655            'NDRPDR' and
24656            'IPSECSW' and
24657            ('IPSECTRAN' or 'IPSECTUN') and
24658            not 'VHOST'"
24659   parameters:
24660   - "throughput"
24661   - "parent"
24662   - "tags"
24663   layout:
24664     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
24665     layout: "plot-throughput-speedup-analysis"
24666
24667 -
24668   type: "plot"
24669   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24670   algorithm: "plot_throughput_speedup_analysis"
24671   output-file-type: ".html"
24672   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
24673   data: "plot-throughput-speedup-analysis-3n-hsw"
24674   filter: "'NIC_Intel-XL710' and
24675            '64B' and
24676            'IP4FWD' and
24677            'NDRPDR' and
24678            'IPSECSW' and
24679            ('IPSECTRAN' or 'IPSECTUN') and
24680            not 'VHOST'"
24681   parameters:
24682   - "throughput"
24683   - "parent"
24684   - "tags"
24685   layout:
24686     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
24687     layout: "plot-throughput-speedup-analysis"
24688
24689 ################################################################################
24690
24691 # Speedup - VPP SRv6 3n-hsw-x520
24692 -
24693   type: "plot"
24694   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
24695   algorithm: "plot_throughput_speedup_analysis"
24696   output-file-type: ".html"
24697   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
24698   data: "plot-throughput-speedup-analysis-3n-hsw"
24699   filter: "'NIC_Intel-X520-DA2' and
24700            '78B' and
24701            'FEATURE' and
24702            'NDRPDR' and
24703            'IP6FWD' and
24704            'SRv6'"
24705   parameters:
24706   - "throughput"
24707   - "parent"
24708   - "tags"
24709   layout:
24710     title: "srv6-3n-hsw-x520-78b-features-ndr"
24711     layout: "plot-throughput-speedup-analysis"
24712
24713 -
24714   type: "plot"
24715   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
24716   algorithm: "plot_throughput_speedup_analysis"
24717   output-file-type: ".html"
24718   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
24719   data: "plot-throughput-speedup-analysis-3n-hsw"
24720   filter: "'NIC_Intel-X520-DA2' and
24721            '78B' and
24722            'FEATURE' and
24723            'NDRPDR' and
24724            'IP6FWD' and
24725            'SRv6'"
24726   parameters:
24727   - "throughput"
24728   - "parent"
24729   - "tags"
24730   layout:
24731     title: "srv6-3n-hsw-x520-78b-features-pdr"
24732     layout: "plot-throughput-speedup-analysis"
24733
24734 ################################################################################
24735
24736 # Speedup - VPP L2 3n-hsw-x520 base and scale
24737 -
24738   type: "plot"
24739   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24740   algorithm: "plot_throughput_speedup_analysis"
24741   output-file-type: ".html"
24742   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24743   data: "plot-throughput-speedup-analysis-3n-hsw"
24744   filter: "'NIC_Intel-X520-DA2' and
24745            '64B' and
24746            ('BASE' or 'SCALE') and
24747            'NDRPDR' and
24748            'ETH' and
24749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24750            not 'VHOST' and
24751            not 'MEMIF'"
24752   parameters:
24753   - "throughput"
24754   - "parent"
24755   - "tags"
24756   sort:
24757   - "L2PATCH"
24758   - "L2XCBASE"
24759   - "BASE"
24760   - "FIB_10K"
24761   - "FIB_100K"
24762   - "FIB_1M"
24763   layout:
24764     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24765     layout: "plot-throughput-speedup-analysis"
24766
24767 -
24768   type: "plot"
24769   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24770   algorithm: "plot_throughput_speedup_analysis"
24771   output-file-type: ".html"
24772   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24773   data: "plot-throughput-speedup-analysis-3n-hsw"
24774   filter: "'NIC_Intel-X520-DA2' and
24775            '64B' and
24776            ('BASE' or 'SCALE') and
24777            'NDRPDR' and
24778            'ETH' and
24779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24780            not 'VHOST' and
24781            not 'MEMIF'"
24782   parameters:
24783   - "throughput"
24784   - "parent"
24785   - "tags"
24786   sort:
24787   - "L2PATCH"
24788   - "L2XCBASE"
24789   - "BASE"
24790   - "FIB_10K"
24791   - "FIB_100K"
24792   - "FIB_1M"
24793   layout:
24794     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24795     layout: "plot-throughput-speedup-analysis"
24796
24797 # Speedup - VPP L2 3n-hsw-x520 features
24798 -
24799   type: "plot"
24800   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24801   algorithm: "plot_throughput_speedup_analysis"
24802   output-file-type: ".html"
24803   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24804   data: "plot-throughput-speedup-analysis-3n-hsw"
24805   filter: "'NIC_Intel-X520-DA2' and
24806            '64B' and
24807            'NDRPDR' and
24808            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24809            not 'ACL' and
24810            not 'VHOST' and
24811            not 'MEMIF'"
24812   parameters:
24813   - "throughput"
24814   - "parent"
24815   - "tags"
24816   sort:
24817   - "L2XCBASE"    # l2xcbase
24818   - "L2BDBASE"    # l2bdbase
24819   - "L2XCFWD"     # dot1q-l2xcbase
24820   - "L2BDMACLRN"  # dot1q-l2bdbase
24821   layout:
24822     title: "l2sw-3n-hsw-x520-64b-features-ndr"
24823     layout: "plot-throughput-speedup-analysis"
24824
24825 -
24826   type: "plot"
24827   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24828   algorithm: "plot_throughput_speedup_analysis"
24829   output-file-type: ".html"
24830   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24831   data: "plot-throughput-speedup-analysis-3n-hsw"
24832   filter: "'NIC_Intel-X520-DA2' and
24833            '64B' and
24834            'NDRPDR' and
24835            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24836            not 'ACL' and
24837            not 'VHOST' and
24838            not 'MEMIF'"
24839   parameters:
24840   - "throughput"
24841   - "parent"
24842   - "tags"
24843   sort:
24844   - "L2XCBASE"    # l2xcbase
24845   - "L2BDBASE"    # l2bdbase
24846   - "L2XCFWD"     # dot1q-l2xcbase
24847   - "L2BDMACLRN"  # dot1q-l2bdbase
24848   layout:
24849     title: "l2sw-3n-hsw-x520-64b-features-pdr"
24850     layout: "plot-throughput-speedup-analysis"
24851
24852 # Speedup - VPP L2 3n-hsw-x710 base and scale
24853 -
24854   type: "plot"
24855   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24856   algorithm: "plot_throughput_speedup_analysis"
24857   output-file-type: ".html"
24858   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24859   data: "plot-throughput-speedup-analysis-3n-hsw"
24860   filter: "'NIC_Intel-X710' and
24861            '64B' and
24862            ('BASE' or 'SCALE') and
24863            'NDRPDR' and
24864            'ETH' and
24865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24866            not 'VHOST' and
24867            not 'MEMIF'"
24868   parameters:
24869   - "throughput"
24870   - "parent"
24871   - "tags"
24872   sort:
24873   - "L2PATCH"
24874   - "L2XCBASE"
24875   - "BASE"
24876   - "FIB_10K"
24877   - "FIB_100K"
24878   - "FIB_1M"
24879   layout:
24880     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24881     layout: "plot-throughput-speedup-analysis"
24882
24883 -
24884   type: "plot"
24885   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24886   algorithm: "plot_throughput_speedup_analysis"
24887   output-file-type: ".html"
24888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24889   data: "plot-throughput-speedup-analysis-3n-hsw"
24890   filter: "'NIC_Intel-X710' and
24891            '64B' and
24892            ('BASE' or 'SCALE') and
24893            'NDRPDR' and
24894            'ETH' and
24895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24896            not 'VHOST' and
24897            not 'MEMIF'"
24898   parameters:
24899   - "throughput"
24900   - "parent"
24901   - "tags"
24902   sort:
24903   - "L2PATCH"
24904   - "L2XCBASE"
24905   - "BASE"
24906   - "FIB_10K"
24907   - "FIB_100K"
24908   - "FIB_1M"
24909   layout:
24910     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24911     layout: "plot-throughput-speedup-analysis"
24912
24913 # Speedup - VPP L2 3n-hsw-x710 features
24914 -
24915   type: "plot"
24916   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24917   algorithm: "plot_throughput_speedup_analysis"
24918   output-file-type: ".html"
24919   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24920   data: "plot-throughput-speedup-analysis-3n-hsw"
24921   filter: "'NIC_Intel-X710' and
24922            '64B' and
24923            'NDRPDR' and
24924            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24925            not 'ACL' and
24926            not 'VHOST' and
24927            not 'MEMIF'"
24928   parameters:
24929   - "throughput"
24930   - "parent"
24931   - "tags"
24932   sort:
24933   - "L2XCBASE"    # l2xcbase
24934   - "L2BDBASE"    # l2bdbase
24935   - "L2XCFWD"     # dot1q-l2xcbase
24936   - "L2BDMACLRN"  # dot1q-l2bdbase
24937   layout:
24938     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24939     layout: "plot-throughput-speedup-analysis"
24940
24941 -
24942   type: "plot"
24943   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24944   algorithm: "plot_throughput_speedup_analysis"
24945   output-file-type: ".html"
24946   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24947   data: "plot-throughput-speedup-analysis-3n-hsw"
24948   filter: "'NIC_Intel-X710' and
24949            '64B' and
24950            'NDRPDR' and
24951            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24952            not 'ACL' and
24953            not 'VHOST' and
24954            not 'MEMIF'"
24955   parameters:
24956   - "throughput"
24957   - "parent"
24958   - "tags"
24959   sort:
24960   - "L2XCBASE"    # l2xcbase
24961   - "L2BDBASE"    # l2bdbase
24962   - "L2XCFWD"     # dot1q-l2xcbase
24963   - "L2BDMACLRN"  # dot1q-l2bdbase
24964   layout:
24965     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24966     layout: "plot-throughput-speedup-analysis"
24967
24968 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24969 -
24970   type: "plot"
24971   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24972   algorithm: "plot_throughput_speedup_analysis"
24973   output-file-type: ".html"
24974   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24975   data: "plot-throughput-speedup-analysis-3n-hsw"
24976   filter: "'NIC_Intel-XL710' and
24977            '64B' and
24978            ('BASE' or 'SCALE') and
24979            'NDRPDR' and
24980            'ETH' and
24981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24982            not 'VHOST' and
24983            not 'MEMIF'"
24984   parameters:
24985   - "throughput"
24986   - "parent"
24987   - "tags"
24988   sort:
24989   - "L2PATCH"
24990   - "L2XCBASE"
24991   - "BASE"
24992   - "FIB_10K"
24993   - "FIB_100K"
24994   - "FIB_1M"
24995   layout:
24996     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24997     layout: "plot-throughput-speedup-analysis"
24998
24999 -
25000   type: "plot"
25001   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25002   algorithm: "plot_throughput_speedup_analysis"
25003   output-file-type: ".html"
25004   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25005   data: "plot-throughput-speedup-analysis-3n-hsw"
25006   filter: "'NIC_Intel-XL710' and
25007            '64B' and
25008            ('BASE' or 'SCALE') and
25009            'NDRPDR' and
25010            'ETH' and
25011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25012            not 'VHOST' and
25013            not 'MEMIF'"
25014   parameters:
25015   - "throughput"
25016   - "parent"
25017   - "tags"
25018   sort:
25019   - "L2PATCH"
25020   - "L2XCBASE"
25021   - "BASE"
25022   - "FIB_10K"
25023   - "FIB_100K"
25024   - "FIB_1M"
25025   layout:
25026     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25027     layout: "plot-throughput-speedup-analysis"
25028
25029 # Speedup - VPP L2 3n-skx-x710 base and scale
25030 -
25031   type: "plot"
25032   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25033   algorithm: "plot_throughput_speedup_analysis"
25034   output-file-type: ".html"
25035   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25036   data: "plot-throughput-speedup-analysis-3n-skx"
25037   filter: "'NIC_Intel-X710' and
25038            '64B' and
25039            ('BASE' or 'SCALE') and
25040            'NDRPDR' and
25041            'ETH' and
25042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25043            not 'VHOST' and
25044            not 'MEMIF'"
25045   parameters:
25046   - "throughput"
25047   - "parent"
25048   - "tags"
25049   sort:
25050   - "L2PATCH"
25051   - "L2XCBASE"
25052   - "BASE"
25053   - "FIB_10K"
25054   - "FIB_100K"
25055   - "FIB_1M"
25056   layout:
25057     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25058     layout: "plot-throughput-speedup-analysis"
25059
25060 -
25061   type: "plot"
25062   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25063   algorithm: "plot_throughput_speedup_analysis"
25064   output-file-type: ".html"
25065   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25066   data: "plot-throughput-speedup-analysis-3n-skx"
25067   filter: "'NIC_Intel-X710' and
25068            '64B' and
25069            ('BASE' or 'SCALE') and
25070            'NDRPDR' and
25071            'ETH' and
25072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25073            not 'VHOST' and
25074            not 'MEMIF'"
25075   parameters:
25076   - "throughput"
25077   - "parent"
25078   - "tags"
25079   sort:
25080   - "L2PATCH"
25081   - "L2XCBASE"
25082   - "BASE"
25083   - "FIB_10K"
25084   - "FIB_100K"
25085   - "FIB_1M"
25086   layout:
25087     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25088     layout: "plot-throughput-speedup-analysis"
25089
25090 # Speedup - VPP L2 3n-skx-x710 features
25091 -
25092   type: "plot"
25093   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
25094   algorithm: "plot_throughput_speedup_analysis"
25095   output-file-type: ".html"
25096   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
25097   data: "plot-throughput-speedup-analysis-3n-skx"
25098   filter: "'NIC_Intel-X710' and
25099            '64B' and
25100            'NDRPDR' and
25101            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25102            not 'ACL' and
25103            not 'VHOST' and
25104            not 'MEMIF'"
25105   parameters:
25106   - "throughput"
25107   - "parent"
25108   - "tags"
25109   sort:
25110   - "L2XCBASE"    # l2xcbase
25111   - "L2BDBASE"    # l2bdbase
25112   - "L2XCFWD"     # dot1q-l2xcbase
25113   - "L2BDMACLRN"  # dot1q-l2bdbase
25114   layout:
25115     title: "l2sw-3n-skx-x710-64b-features-ndr"
25116     layout: "plot-throughput-speedup-analysis"
25117
25118 -
25119   type: "plot"
25120   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
25121   algorithm: "plot_throughput_speedup_analysis"
25122   output-file-type: ".html"
25123   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
25124   data: "plot-throughput-speedup-analysis-3n-skx"
25125   filter: "'NIC_Intel-X710' and
25126            '64B' and
25127            'NDRPDR' and
25128            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25129            not 'ACL' and
25130            not 'VHOST' and
25131            not 'MEMIF'"
25132   parameters:
25133   - "throughput"
25134   - "parent"
25135   - "tags"
25136   sort:
25137   - "L2XCBASE"    # l2xcbase
25138   - "L2BDBASE"    # l2bdbase
25139   - "L2XCFWD"     # dot1q-l2xcbase
25140   - "L2BDMACLRN"  # dot1q-l2bdbase
25141   layout:
25142     title: "l2sw-3n-skx-x710-64b-features-pdr"
25143     layout: "plot-throughput-speedup-analysis"
25144
25145 # Speedup - VPP L2 3n-skx-xxv710 base and scale
25146 -
25147   type: "plot"
25148   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25149   algorithm: "plot_throughput_speedup_analysis"
25150   output-file-type: ".html"
25151   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25152   data: "plot-throughput-speedup-analysis-3n-skx"
25153   filter: "'NIC_Intel-XXV710' and
25154            '64B' and
25155            ('BASE' or 'SCALE') and
25156            'NDRPDR' and
25157            'ETH' and
25158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25159            not 'VHOST' and
25160            not 'MEMIF'"
25161   parameters:
25162   - "throughput"
25163   - "parent"
25164   - "tags"
25165   sort:
25166   - "L2PATCH"
25167   - "L2XCBASE"
25168   - "BASE"
25169   - "FIB_10K"
25170   - "FIB_100K"
25171   - "FIB_1M"
25172   layout:
25173     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
25174     layout: "plot-throughput-speedup-analysis"
25175
25176 -
25177   type: "plot"
25178   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25179   algorithm: "plot_throughput_speedup_analysis"
25180   output-file-type: ".html"
25181   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25182   data: "plot-throughput-speedup-analysis-3n-skx"
25183   filter: "'NIC_Intel-XXV710' and
25184            '64B' and
25185            ('BASE' or 'SCALE') and
25186            'NDRPDR' and
25187            'ETH' and
25188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25189            not 'VHOST' and
25190            not 'MEMIF'"
25191   parameters:
25192   - "throughput"
25193   - "parent"
25194   - "tags"
25195   sort:
25196   - "L2PATCH"
25197   - "L2XCBASE"
25198   - "BASE"
25199   - "FIB_10K"
25200   - "FIB_100K"
25201   - "FIB_1M"
25202   layout:
25203     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
25204     layout: "plot-throughput-speedup-analysis"
25205
25206 # Speedup - VPP L2 2n-skx-x710 base and scale
25207 -
25208   type: "plot"
25209   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25210   algorithm: "plot_throughput_speedup_analysis"
25211   output-file-type: ".html"
25212   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25213   data: "plot-throughput-speedup-analysis-2n-skx"
25214   filter: "'NIC_Intel-X710' and
25215            '64B' and
25216            ('BASE' or 'SCALE') and
25217            'NDRPDR' and
25218            'ETH' and
25219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25220            not 'VHOST' and
25221            not 'MEMIF'"
25222   parameters:
25223   - "throughput"
25224   - "parent"
25225   - "tags"
25226   sort:
25227   - "L2PATCH"
25228   - "L2XCBASE"
25229   - "BASE"
25230   - "FIB_10K"
25231   - "FIB_100K"
25232   - "FIB_1M"
25233   layout:
25234     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25235     layout: "plot-throughput-speedup-analysis"
25236
25237 -
25238   type: "plot"
25239   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25240   algorithm: "plot_throughput_speedup_analysis"
25241   output-file-type: ".html"
25242   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25243   data: "plot-throughput-speedup-analysis-2n-skx"
25244   filter: "'NIC_Intel-X710' and
25245            '64B' and
25246            ('BASE' or 'SCALE') and
25247            'NDRPDR' and
25248            'ETH' and
25249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25250            not 'VHOST' and
25251            not 'MEMIF'"
25252   parameters:
25253   - "throughput"
25254   - "parent"
25255   - "tags"
25256   sort:
25257   - "L2PATCH"
25258   - "L2XCBASE"
25259   - "BASE"
25260   - "FIB_10K"
25261   - "FIB_100K"
25262   - "FIB_1M"
25263   layout:
25264     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25265     layout: "plot-throughput-speedup-analysis"
25266
25267 # Speedup - VPP L2 2n-skx-xxv710 base and scale
25268 -
25269   type: "plot"
25270   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25271   algorithm: "plot_throughput_speedup_analysis"
25272   output-file-type: ".html"
25273   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25274   data: "plot-throughput-speedup-analysis-2n-skx"
25275   filter: "'NIC_Intel-XXV710' and
25276            '64B' and
25277            ('BASE' or 'SCALE') and
25278            'NDRPDR' and
25279            'ETH' and
25280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25281            not 'VHOST' and
25282            not 'MEMIF'"
25283   parameters:
25284   - "throughput"
25285   - "parent"
25286   - "tags"
25287   sort:
25288   - "L2PATCH"
25289   - "L2XCBASE"
25290   - "BASE"
25291   - "FIB_10K"
25292   - "FIB_100K"
25293   - "FIB_1M"
25294   layout:
25295     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25296     layout: "plot-throughput-speedup-analysis"
25297
25298 -
25299   type: "plot"
25300   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25301   algorithm: "plot_throughput_speedup_analysis"
25302   output-file-type: ".html"
25303   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25304   data: "plot-throughput-speedup-analysis-2n-skx"
25305   filter: "'NIC_Intel-XXV710' and
25306            '64B' and
25307            ('BASE' or 'SCALE') and
25308            'NDRPDR' and
25309            'ETH' and
25310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25311            not 'VHOST' and
25312            not 'MEMIF'"
25313   parameters:
25314   - "throughput"
25315   - "parent"
25316   - "tags"
25317   sort:
25318   - "L2PATCH"
25319   - "L2XCBASE"
25320   - "BASE"
25321   - "FIB_10K"
25322   - "FIB_100K"
25323   - "FIB_1M"
25324   layout:
25325     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25326     layout: "plot-throughput-speedup-analysis"
25327
25328 ################################################################################
25329
25330 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
25331 -
25332   type: "plot"
25333   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25334   algorithm: "plot_throughput_speedup_analysis"
25335   output-file-type: ".html"
25336   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25337   data: "plot-throughput-speedup-analysis-3n-hsw"
25338   filter: "'NIC_Intel-X520-DA2' and
25339            '64B' and
25340            'NDRPDR' and
25341            'ETH' and
25342            'IP4FWD' and
25343            'VHOST_1024' and
25344            not 'VXLAN' and
25345            not 'DOT1Q'"
25346   parameters:
25347   - "throughput"
25348   - "parent"
25349   - "tags"
25350   sort:
25351   - "not CFS_OPT"
25352   - "1VM"
25353   - "2VM"
25354   layout:
25355     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25356     layout: "plot-throughput-speedup-analysis"
25357
25358 -
25359   type: "plot"
25360   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25361   algorithm: "plot_throughput_speedup_analysis"
25362   output-file-type: ".html"
25363   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25364   data: "plot-throughput-speedup-analysis-3n-hsw"
25365   filter: "'NIC_Intel-X520-DA2' and
25366            '64B' and
25367            'NDRPDR' and
25368            'ETH' and
25369            'IP4FWD' and
25370            'VHOST_1024' and
25371            not 'VXLAN' and
25372            not 'DOT1Q'"
25373   parameters:
25374   - "throughput"
25375   - "parent"
25376   - "tags"
25377   sort:
25378   - "not CFS_OPT"
25379   - "1VM"
25380   - "2VM"
25381   layout:
25382     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25383     layout: "plot-throughput-speedup-analysis"
25384
25385 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
25386 -
25387   type: "plot"
25388   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25389   algorithm: "plot_throughput_speedup_analysis"
25390   output-file-type: ".html"
25391   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25392   data: "plot-throughput-speedup-analysis-3n-hsw"
25393   filter: "'NIC_Intel-X520-DA2' and
25394            '64B' and
25395            'NDRPDR' and
25396            ('ETH' or 'DOT1Q') and
25397            'VHOST_1024' and
25398            not 'VXLAN' and
25399            not 'IP4FWD' and
25400            not '2VM'"
25401   parameters:
25402   - "throughput"
25403   - "parent"
25404   - "tags"
25405 #  sort:
25406 #  - "VM"  # "not CFS_OPT"
25407 #  - "CFS_OPT"
25408 #  - "FIB_10K"
25409 #  - "FIB_100K"
25410 #  - "FIB_1M"
25411   layout:
25412     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25413     layout: "plot-throughput-speedup-analysis"
25414
25415 -
25416   type: "plot"
25417   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25418   algorithm: "plot_throughput_speedup_analysis"
25419   output-file-type: ".html"
25420   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25421   data: "plot-throughput-speedup-analysis-3n-hsw"
25422   filter: "'NIC_Intel-X520-DA2' and
25423            '64B' and
25424            'NDRPDR' and
25425            ('ETH' or 'DOT1Q') and
25426            'L2BDMACLRN' and
25427            'VHOST_1024' and
25428            not 'VXLAN' and
25429            not 'IP4FWD' and
25430            not '2VM'"
25431   parameters:
25432   - "throughput"
25433   - "parent"
25434   - "tags"
25435 #  sort:
25436 #  - "VM"  # "not CFS_OPT"
25437 #  - "CFS_OPT"
25438 #  - "FIB_10K"
25439 #  - "FIB_100K"
25440 #  - "FIB_1M"
25441   layout:
25442     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25443     layout: "plot-throughput-speedup-analysis"
25444
25445 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
25446 -
25447   type: "plot"
25448   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
25449   algorithm: "plot_throughput_speedup_analysis"
25450   output-file-type: ".html"
25451   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
25452   data: "plot-throughput-speedup-analysis-3n-hsw"
25453   filter: "'NIC_Intel-X520-DA2' and
25454            '64B' and
25455            'NDRPDR' and
25456            ('ETH' or 'DOT1Q') and
25457            'BASE' and
25458            ('L2BDMACLRN' or 'L2XCFWD') and
25459            'VHOST_1024' and
25460            not 'VXLAN' and
25461            not 'IP4FWD' and
25462            not '2VM'"
25463   parameters:
25464   - "throughput"
25465   - "parent"
25466   - "tags"
25467 #  sort:
25468 #  - "not CFS_OPT"
25469 #  - "L2XCFWD"
25470 #  - "not CFS_OPT"
25471 #  - "CFS_OPT"
25472   layout:
25473     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
25474     layout: "plot-throughput-speedup-analysis"
25475
25476 -
25477   type: "plot"
25478   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
25479   algorithm: "plot_throughput_speedup_analysis"
25480   output-file-type: ".html"
25481   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
25482   data: "plot-throughput-speedup-analysis-3n-hsw"
25483   filter: "'NIC_Intel-X520-DA2' and
25484            '64B' and
25485            'NDRPDR' and
25486            ('ETH' or 'DOT1Q') and
25487            'BASE' and
25488            ('L2BDMACLRN' or 'L2XCFWD') and
25489            'VHOST_1024' and
25490            not 'VXLAN' and
25491            not 'IP4FWD' and
25492            not '2VM'"
25493   parameters:
25494   - "throughput"
25495   - "parent"
25496   - "tags"
25497 #  sort:
25498 #  - "not CFS_OPT"
25499 #  - "L2XCFWD"
25500 #  - "not CFS_OPT"
25501 #  - "CFS_OPT"
25502   layout:
25503     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
25504     layout: "plot-throughput-speedup-analysis"
25505
25506 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
25507 -
25508   type: "plot"
25509   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25510   algorithm: "plot_throughput_speedup_analysis"
25511   output-file-type: ".html"
25512   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
25513   data: "plot-throughput-speedup-analysis-3n-hsw"
25514   filter: "'NIC_Intel-X520-DA2' and
25515            '64B' and
25516            'NDRPDR' and
25517            ('ETH' or 'DOT1Q') and
25518            ('L2BDMACLRN' or 'L2XCFWD') and
25519            'VHOST_1024' and
25520            not 'CFS_OPT' and
25521            not 'VXLAN' and
25522            not 'IP4FWD' and
25523            not 'LBOND'"
25524   parameters:
25525   - "throughput"
25526   - "parent"
25527   - "tags"
25528 #  sort:
25529 #  - "1VM"
25530 #  - "L2XCFWD"
25531 #  - "1VM"
25532 #  - "L2BDMACLRN"
25533   layout:
25534     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
25535     layout: "plot-throughput-speedup-analysis"
25536
25537 -
25538   type: "plot"
25539   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25540   algorithm: "plot_throughput_speedup_analysis"
25541   output-file-type: ".html"
25542   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
25543   data: "plot-throughput-speedup-analysis-3n-hsw"
25544   filter: "'NIC_Intel-X520-DA2' and
25545            '64B' and
25546            'NDRPDR' and
25547            ('ETH' or 'DOT1Q') and
25548            ('L2BDMACLRN' or 'L2XCFWD') and
25549            'VHOST_1024' and
25550            not 'CFS_OPT' and
25551            not 'VXLAN' and
25552            not 'IP4FWD' and
25553            not 'LBOND'"
25554   parameters:
25555   - "throughput"
25556   - "parent"
25557   - "tags"
25558 #  sort:
25559 #  - "1VM"
25560 #  - "L2XCFWD"
25561 #  - "1VM"
25562 #  - "L2BDMACLRN"
25563   layout:
25564     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
25565     layout: "plot-throughput-speedup-analysis"
25566
25567 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
25568 -
25569   type: "plot"
25570   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25571   algorithm: "plot_throughput_speedup_analysis"
25572   output-file-type: ".html"
25573   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25574   data: "plot-throughput-speedup-analysis-3n-hsw"
25575   filter: "'NIC_Intel-X710' and
25576            '64B' and
25577            'NDRPDR' and
25578            'ETH' and
25579            'IP4FWD' and
25580            'VHOST_1024' and
25581            not 'VXLAN' and
25582            not 'DOT1Q'"
25583   parameters:
25584   - "throughput"
25585   - "parent"
25586   - "tags"
25587   sort:
25588   - "not CFS_OPT"
25589   - "1VM"
25590   - "2VM"
25591   layout:
25592     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25593     layout: "plot-throughput-speedup-analysis"
25594
25595 -
25596   type: "plot"
25597   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25598   algorithm: "plot_throughput_speedup_analysis"
25599   output-file-type: ".html"
25600   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25601   data: "plot-throughput-speedup-analysis-3n-hsw"
25602   filter: "'NIC_Intel-X710' and
25603            '64B' and
25604            'NDRPDR' and
25605            'ETH' and
25606            'IP4FWD' and
25607            'VHOST_1024' and
25608            not 'VXLAN' and
25609            not 'DOT1Q'"
25610   parameters:
25611   - "throughput"
25612   - "parent"
25613   - "tags"
25614   sort:
25615   - "not CFS_OPT"
25616   - "1VM"
25617   - "2VM"
25618   layout:
25619     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25620     layout: "plot-throughput-speedup-analysis"
25621
25622 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
25623 -
25624   type: "plot"
25625   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25626   algorithm: "plot_throughput_speedup_analysis"
25627   output-file-type: ".html"
25628   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25629   data: "plot-throughput-speedup-analysis-3n-hsw"
25630   filter: "'NIC_Intel-X710' and
25631            '64B' and
25632            'NDRPDR' and
25633            ('ETH' or 'DOT1Q') and
25634            'L2BDMACLRN' and
25635            'VHOST_1024' and
25636            not 'VXLAN' and
25637            not 'IP4FWD' and
25638            not '2VM'"
25639   parameters:
25640   - "throughput"
25641   - "parent"
25642   - "tags"
25643 #  sort:
25644 #  - "VM"  # "not CFS_OPT"
25645 #  - "CFS_OPT"
25646 #  - "FIB_10K"
25647 #  - "FIB_100K"
25648 #  - "FIB_1M"
25649   layout:
25650     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25651     layout: "plot-throughput-speedup-analysis"
25652
25653 -
25654   type: "plot"
25655   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25656   algorithm: "plot_throughput_speedup_analysis"
25657   output-file-type: ".html"
25658   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25659   data: "plot-throughput-speedup-analysis-3n-hsw"
25660   filter: "'NIC_Intel-X710' and
25661            '64B' and
25662            'NDRPDR' and
25663            ('ETH' or 'DOT1Q') and
25664            'L2BDMACLRN' and
25665            'VHOST_1024' and
25666            not 'VXLAN' and
25667            not 'IP4FWD' and
25668            not '2VM'"
25669   parameters:
25670   - "throughput"
25671   - "parent"
25672   - "tags"
25673 #  sort:
25674 #  - "VM"  # "not CFS_OPT"
25675 #  - "CFS_OPT"
25676 #  - "FIB_10K"
25677 #  - "FIB_100K"
25678 #  - "FIB_1M"
25679   layout:
25680     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25681     layout: "plot-throughput-speedup-analysis"
25682
25683 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
25684 -
25685   type: "plot"
25686   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
25687   algorithm: "plot_throughput_speedup_analysis"
25688   output-file-type: ".html"
25689   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
25690   data: "plot-throughput-speedup-analysis-3n-hsw"
25691   filter: "'NIC_Intel-X710' and
25692            '64B' and
25693            'NDRPDR' and
25694            ('ETH' or 'DOT1Q') and
25695            'BASE' and
25696            ('L2BDMACLRN' or 'L2XCFWD') and
25697            'VHOST_1024' and
25698            not 'VXLAN' and
25699            not 'IP4FWD' and
25700            not '2VM'"
25701   parameters:
25702   - "throughput"
25703   - "parent"
25704   - "tags"
25705 #  sort:
25706 #  - "not CFS_OPT"
25707 #  - "L2XCFWD"
25708 #  - "not CFS_OPT"
25709 #  - "CFS_OPT"
25710   layout:
25711     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
25712     layout: "plot-throughput-speedup-analysis"
25713
25714 -
25715   type: "plot"
25716   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
25717   algorithm: "plot_throughput_speedup_analysis"
25718   output-file-type: ".html"
25719   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
25720   data: "plot-throughput-speedup-analysis-3n-hsw"
25721   filter: "'NIC_Intel-X710' and
25722            '64B' and
25723            'NDRPDR' and
25724            ('ETH' or 'DOT1Q') and
25725            'BASE' and
25726            ('L2BDMACLRN' or 'L2XCFWD') and
25727            'VHOST_1024' and
25728            not 'VXLAN' and
25729            not 'IP4FWD' and
25730            not '2VM'"
25731   parameters:
25732   - "throughput"
25733   - "parent"
25734   - "tags"
25735 #  sort:
25736 #  - "not CFS_OPT"
25737 #  - "L2XCFWD"
25738 #  - "not CFS_OPT"
25739 #  - "CFS_OPT"
25740   layout:
25741     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
25742     layout: "plot-throughput-speedup-analysis"
25743
25744 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
25745 -
25746   type: "plot"
25747   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
25748   algorithm: "plot_throughput_speedup_analysis"
25749   output-file-type: ".html"
25750   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
25751   data: "plot-throughput-speedup-analysis-3n-hsw"
25752   filter: "'NIC_Intel-X710' and
25753            '64B' and
25754            'NDRPDR' and
25755            ('ETH' or 'DOT1Q') and
25756            ('L2BDMACLRN' or 'L2XCFWD') and
25757            'VHOST_1024' and
25758            not 'CFS_OPT' and
25759            not 'VXLAN' and
25760            not 'IP4FWD' and
25761            not 'LBOND'"
25762   parameters:
25763   - "throughput"
25764   - "parent"
25765   - "tags"
25766 #  sort:
25767 #  - "1VM"
25768 #  - "L2XCFWD"
25769 #  - "1VM"
25770 #  - "L2BDMACLRN"
25771   layout:
25772     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
25773     layout: "plot-throughput-speedup-analysis"
25774
25775 -
25776   type: "plot"
25777   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
25778   algorithm: "plot_throughput_speedup_analysis"
25779   output-file-type: ".html"
25780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
25781   data: "plot-throughput-speedup-analysis-3n-hsw"
25782   filter: "'NIC_Intel-X710' and
25783            '64B' and
25784            'NDRPDR' and
25785            ('ETH' or 'DOT1Q') and
25786            ('L2BDMACLRN' or 'L2XCFWD') and
25787            'VHOST_1024' and
25788            not 'CFS_OPT' and
25789            not 'VXLAN' and
25790            not 'IP4FWD' and
25791            not 'LBOND'"
25792   parameters:
25793   - "throughput"
25794   - "parent"
25795   - "tags"
25796 #  sort:
25797 #  - "1VM"
25798 #  - "L2XCFWD"
25799 #  - "1VM"
25800 #  - "L2BDMACLRN"
25801   layout:
25802     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
25803     layout: "plot-throughput-speedup-analysis"
25804
25805 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
25806 -
25807   type: "plot"
25808   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25809   algorithm: "plot_throughput_speedup_analysis"
25810   output-file-type: ".html"
25811   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25812   data: "plot-throughput-speedup-analysis-3n-hsw"
25813   filter: "'NIC_Intel-XL710' and
25814            '64B' and
25815            'NDRPDR' and
25816            'ETH' and
25817            'IP4FWD' and
25818            'VHOST_1024' and
25819            not 'VXLAN' and
25820            not 'DOT1Q'"
25821   parameters:
25822   - "throughput"
25823   - "parent"
25824   - "tags"
25825   sort:
25826   - "not CFS_OPT"
25827   - "1VM"
25828   - "2VM"
25829   layout:
25830     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25831     layout: "plot-throughput-speedup-analysis"
25832
25833 -
25834   type: "plot"
25835   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25836   algorithm: "plot_throughput_speedup_analysis"
25837   output-file-type: ".html"
25838   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25839   data: "plot-throughput-speedup-analysis-3n-hsw"
25840   filter: "'NIC_Intel-XL710' and
25841            '64B' and
25842            'NDRPDR' and
25843            'ETH' and
25844            'IP4FWD' and
25845            'VHOST_1024' and
25846            not 'VXLAN' and
25847            not 'DOT1Q'"
25848   parameters:
25849   - "throughput"
25850   - "parent"
25851   - "tags"
25852   sort:
25853   - "not CFS_OPT"
25854   - "1VM"
25855   - "2VM"
25856   layout:
25857     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25858     layout: "plot-throughput-speedup-analysis"
25859
25860 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
25861 -
25862   type: "plot"
25863   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25864   algorithm: "plot_throughput_speedup_analysis"
25865   output-file-type: ".html"
25866   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25867   data: "plot-throughput-speedup-analysis-3n-hsw"
25868   filter: "'NIC_Intel-XL710' and
25869            '64B' and
25870            'NDRPDR' and
25871            ('ETH' or 'DOT1Q') and
25872            'L2BDMACLRN' and
25873            'VHOST_1024' and
25874            not 'VXLAN' and
25875            not 'IP4FWD' and
25876            not '2VM'"
25877   parameters:
25878   - "throughput"
25879   - "parent"
25880   - "tags"
25881 #  sort:
25882 #  - "VM"  # "not CFS_OPT"
25883 #  - "CFS_OPT"
25884 #  - "FIB_10K"
25885 #  - "FIB_100K"
25886 #  - "FIB_1M"
25887   layout:
25888     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25889     layout: "plot-throughput-speedup-analysis"
25890
25891 -
25892   type: "plot"
25893   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25894   algorithm: "plot_throughput_speedup_analysis"
25895   output-file-type: ".html"
25896   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25897   data: "plot-throughput-speedup-analysis-3n-hsw"
25898   filter: "'NIC_Intel-XL710' and
25899            '64B' and
25900            'NDRPDR' and
25901            ('ETH' or 'DOT1Q') and
25902            'L2BDMACLRN' and
25903            'VHOST_1024' and
25904            not 'VXLAN' and
25905            not 'IP4FWD' and
25906            not '2VM'"
25907   parameters:
25908   - "throughput"
25909   - "parent"
25910   - "tags"
25911 #  sort:
25912 #  - "VM"  # "not CFS_OPT"
25913 #  - "CFS_OPT"
25914 #  - "FIB_10K"
25915 #  - "FIB_100K"
25916 #  - "FIB_1M"
25917   layout:
25918     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25919     layout: "plot-throughput-speedup-analysis"
25920
25921 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
25922 -
25923   type: "plot"
25924   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25925   algorithm: "plot_throughput_speedup_analysis"
25926   output-file-type: ".html"
25927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25928   data: "plot-throughput-speedup-analysis-3n-hsw"
25929   filter: "'NIC_Intel-XL710' and
25930            '64B' and
25931            'NDRPDR' and
25932            ('ETH' or 'DOT1Q') and
25933            'BASE' and
25934            ('L2BDMACLRN' or 'L2XCFWD') and
25935            'VHOST_1024' and
25936            not 'VXLAN' and
25937            not 'IP4FWD' and
25938            not '2VM'"
25939   parameters:
25940   - "throughput"
25941   - "parent"
25942   - "tags"
25943 #  sort:
25944 #  - "not CFS_OPT"
25945 #  - "L2XCFWD"
25946 #  - "not CFS_OPT"
25947 #  - "CFS_OPT"
25948   layout:
25949     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
25950     layout: "plot-throughput-speedup-analysis"
25951
25952 -
25953   type: "plot"
25954   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25955   algorithm: "plot_throughput_speedup_analysis"
25956   output-file-type: ".html"
25957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25958   data: "plot-throughput-speedup-analysis-3n-hsw"
25959   filter: "'NIC_Intel-XL710' and
25960            '64B' and
25961            'NDRPDR' and
25962            ('ETH' or 'DOT1Q') and
25963            'BASE' and
25964            ('L2BDMACLRN' or 'L2XCFWD') and
25965            'VHOST_1024' and
25966            not 'VXLAN' and
25967            not 'IP4FWD' and
25968            not '2VM'"
25969   parameters:
25970   - "throughput"
25971   - "parent"
25972   - "tags"
25973 #  sort:
25974 #  - "not CFS_OPT"
25975 #  - "L2XCFWD"
25976 #  - "not CFS_OPT"
25977 #  - "CFS_OPT"
25978   layout:
25979     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
25980     layout: "plot-throughput-speedup-analysis"
25981
25982 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
25983 -
25984   type: "plot"
25985   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25986   algorithm: "plot_throughput_speedup_analysis"
25987   output-file-type: ".html"
25988   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25989   data: "plot-throughput-speedup-analysis-3n-hsw"
25990   filter: "'NIC_Intel-XL710' and
25991            '64B' and
25992            'NDRPDR' and
25993            ('ETH' or 'DOT1Q') and
25994            ('L2BDMACLRN' or 'L2XCFWD') and
25995            'VHOST_1024' and
25996            not 'CFS_OPT' and
25997            not 'VXLAN' and
25998            not 'IP4FWD'"
25999   parameters:
26000   - "throughput"
26001   - "parent"
26002   - "tags"
26003 #  sort:
26004 #  - "1VM"
26005 #  - "L2XCFWD"
26006 #  - "1VM"
26007 #  - "L2BDMACLRN"
26008   layout:
26009     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
26010     layout: "plot-throughput-speedup-analysis"
26011
26012 -
26013   type: "plot"
26014   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
26015   algorithm: "plot_throughput_speedup_analysis"
26016   output-file-type: ".html"
26017   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
26018   data: "plot-throughput-speedup-analysis-3n-hsw"
26019   filter: "'NIC_Intel-XL710' and
26020            '64B' and
26021            'NDRPDR' and
26022            ('ETH' or 'DOT1Q') and
26023            ('L2BDMACLRN' or 'L2XCFWD') and
26024            'VHOST_1024' and
26025            not 'CFS_OPT' and
26026            not 'VXLAN' and
26027            not 'IP4FWD'"
26028   parameters:
26029   - "throughput"
26030   - "parent"
26031   - "tags"
26032 #  sort:
26033 #  - "1VM"
26034 #  - "L2XCFWD"
26035 #  - "1VM"
26036 #  - "L2BDMACLRN"
26037   layout:
26038     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
26039     layout: "plot-throughput-speedup-analysis"
26040
26041 # Packet Speedup - VPP vhost ip4 3n-skx-x710
26042 -
26043   type: "plot"
26044   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26045   algorithm: "plot_throughput_speedup_analysis"
26046   output-file-type: ".html"
26047   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26048   data: "plot-throughput-speedup-analysis-3n-skx"
26049   filter: "'NIC_Intel-X710' and
26050            '64B' and
26051            'NDRPDR' and
26052            'ETH' and
26053            'IP4FWD' and
26054            'VHOST_1024' and
26055            not 'VXLAN' and
26056            not 'DOT1Q'"
26057   parameters:
26058   - "throughput"
26059   - "parent"
26060   - "tags"
26061   sort:
26062   - "not CFS_OPT"
26063   - "1VM"
26064   - "2VM"
26065   layout:
26066     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
26067     layout: "plot-throughput-speedup-analysis"
26068
26069 -
26070   type: "plot"
26071   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26072   algorithm: "plot_throughput_speedup_analysis"
26073   output-file-type: ".html"
26074   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26075   data: "plot-throughput-speedup-analysis-3n-skx"
26076   filter: "'NIC_Intel-X710' and
26077            '64B' and
26078            'NDRPDR' and
26079            'ETH' and
26080            'IP4FWD' and
26081            'VHOST_1024' and
26082            not 'VXLAN' and
26083            not 'DOT1Q'"
26084   parameters:
26085   - "throughput"
26086   - "parent"
26087   - "tags"
26088   sort:
26089   - "not CFS_OPT"
26090   - "1VM"
26091   - "2VM"
26092   layout:
26093     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
26094     layout: "plot-throughput-speedup-analysis"
26095
26096 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
26097 -
26098   type: "plot"
26099   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26100   algorithm: "plot_throughput_speedup_analysis"
26101   output-file-type: ".html"
26102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26103   data: "plot-throughput-speedup-analysis-3n-skx"
26104   filter: "'NIC_Intel-X710' and
26105            '64B' and
26106            'NDRPDR' and
26107            ('ETH' or 'DOT1Q') and
26108            'L2BDMACLRN' and
26109            'VHOST_1024' and
26110            not 'VXLAN' and
26111            not 'IP4FWD' and
26112            not '2VM'"
26113   parameters:
26114   - "throughput"
26115   - "parent"
26116   - "tags"
26117 #  sort:
26118 #  - "VM"  # "not CFS_OPT"
26119 #  - "CFS_OPT"
26120 #  - "FIB_10K"
26121 #  - "FIB_100K"
26122 #  - "FIB_1M"
26123   layout:
26124     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26125     layout: "plot-throughput-speedup-analysis"
26126
26127 -
26128   type: "plot"
26129   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26130   algorithm: "plot_throughput_speedup_analysis"
26131   output-file-type: ".html"
26132   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26133   data: "plot-throughput-speedup-analysis-3n-skx"
26134   filter: "'NIC_Intel-X710' and
26135            '64B' and
26136            'NDRPDR' and
26137            ('ETH' or 'DOT1Q') and
26138            'L2BDMACLRN' and
26139            'VHOST_1024' and
26140            not 'VXLAN' and
26141            not 'IP4FWD' and
26142            not '2VM'"
26143   parameters:
26144   - "throughput"
26145   - "parent"
26146   - "tags"
26147 #  sort:
26148 #  - "VM"  # "not CFS_OPT"
26149 #  - "CFS_OPT"
26150 #  - "FIB_10K"
26151 #  - "FIB_100K"
26152 #  - "FIB_1M"
26153   layout:
26154     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26155     layout: "plot-throughput-speedup-analysis"
26156
26157 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
26158 -
26159   type: "plot"
26160   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
26161   algorithm: "plot_throughput_speedup_analysis"
26162   output-file-type: ".html"
26163   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
26164   data: "plot-throughput-speedup-analysis-3n-skx"
26165   filter: "'NIC_Intel-X710' and
26166            '64B' and
26167            'NDRPDR' and
26168            ('ETH' or 'DOT1Q') and
26169            'BASE' and
26170            ('L2BDMACLRN' or 'L2XCFWD') and
26171            'VHOST_1024' and
26172            not 'VXLAN' and
26173            not 'IP4FWD' and
26174            not '2VM' and
26175            not 'LBOND'"
26176   parameters:
26177   - "throughput"
26178   - "parent"
26179   - "tags"
26180 #  sort:
26181 #  - "not CFS_OPT"
26182 #  - "L2XCFWD"
26183 #  - "not CFS_OPT"
26184 #  - "CFS_OPT"
26185   layout:
26186     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
26187     layout: "plot-throughput-speedup-analysis"
26188
26189 -
26190   type: "plot"
26191   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
26192   algorithm: "plot_throughput_speedup_analysis"
26193   output-file-type: ".html"
26194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
26195   data: "plot-throughput-speedup-analysis-3n-skx"
26196   filter: "'NIC_Intel-X710' and
26197            '64B' and
26198            'NDRPDR' and
26199            ('ETH' or 'DOT1Q') and
26200            'BASE' and
26201            ('L2BDMACLRN' or 'L2XCFWD') and
26202            'VHOST_1024' and
26203            not 'VXLAN' and
26204            not 'IP4FWD' and
26205            not '2VM' and
26206            not 'LBOND'"
26207   parameters:
26208   - "throughput"
26209   - "parent"
26210   - "tags"
26211 #  sort:
26212 #  - "not CFS_OPT"
26213 #  - "L2XCFWD"
26214 #  - "not CFS_OPT"
26215 #  - "CFS_OPT"
26216   layout:
26217     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
26218     layout: "plot-throughput-speedup-analysis"
26219
26220 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
26221 -
26222   type: "plot"
26223   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
26224   algorithm: "plot_throughput_speedup_analysis"
26225   output-file-type: ".html"
26226   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
26227   data: "plot-throughput-speedup-analysis-3n-skx"
26228   filter: "'NIC_Intel-X710' and
26229            '64B' and
26230            'NDRPDR' and
26231            ('ETH' or 'DOT1Q') and
26232            ('L2BDMACLRN' or 'L2XCFWD') and
26233            'VHOST_1024' and
26234            not 'CFS_OPT' and
26235            not 'VXLAN' and
26236            not 'IP4FWD' and
26237            not 'LBOND'"
26238   parameters:
26239   - "throughput"
26240   - "parent"
26241   - "tags"
26242 #  sort:
26243 #  - "1VM"
26244 #  - "L2XCFWD"
26245 #  - "1VM"
26246 #  - "L2BDMACLRN"
26247   layout:
26248     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
26249     layout: "plot-throughput-speedup-analysis"
26250
26251 -
26252   type: "plot"
26253   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
26254   algorithm: "plot_throughput_speedup_analysis"
26255   output-file-type: ".html"
26256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
26257   data: "plot-throughput-speedup-analysis-3n-skx"
26258   filter: "'NIC_Intel-X710' and
26259            '64B' and
26260            'NDRPDR' and
26261            ('ETH' or 'DOT1Q') and
26262            ('L2BDMACLRN' or 'L2XCFWD') and
26263            'VHOST_1024' and
26264            not 'CFS_OPT' and
26265            not 'VXLAN' and
26266            not 'IP4FWD' and
26267            not 'LBOND'"
26268   parameters:
26269   - "throughput"
26270   - "parent"
26271   - "tags"
26272 #  sort:
26273 #  - "1VM"
26274 #  - "L2XCFWD"
26275 #  - "1VM"
26276 #  - "L2BDMACLRN"
26277   layout:
26278     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
26279     layout: "plot-throughput-speedup-analysis"
26280
26281 # Packet Speedup - VPP vhost ip4 2n-skx-x710
26282 -
26283   type: "plot"
26284   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26285   algorithm: "plot_throughput_speedup_analysis"
26286   output-file-type: ".html"
26287   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26288   data: "plot-throughput-speedup-analysis-2n-skx"
26289   filter: "'NIC_Intel-X710' and
26290            '64B' and
26291            'NDRPDR' and
26292            'ETH' and
26293            'IP4FWD' and
26294            'VHOST_1024' and
26295            not 'VXLAN' and
26296            not 'DOT1Q'"
26297   parameters:
26298   - "throughput"
26299   - "parent"
26300   - "tags"
26301   sort:
26302   - "not CFS_OPT"
26303   - "1VM"
26304   - "2VM"
26305   layout:
26306     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
26307     layout: "plot-throughput-speedup-analysis"
26308
26309 -
26310   type: "plot"
26311   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26312   algorithm: "plot_throughput_speedup_analysis"
26313   output-file-type: ".html"
26314   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26315   data: "plot-throughput-speedup-analysis-2n-skx"
26316   filter: "'NIC_Intel-X710' and
26317            '64B' and
26318            'NDRPDR' and
26319            'ETH' and
26320            'IP4FWD' and
26321            'VHOST_1024' and
26322            not 'VXLAN' and
26323            not 'DOT1Q'"
26324   parameters:
26325   - "throughput"
26326   - "parent"
26327   - "tags"
26328   sort:
26329   - "not CFS_OPT"
26330   - "1VM"
26331   - "2VM"
26332   layout:
26333     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
26334     layout: "plot-throughput-speedup-analysis"
26335
26336 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
26337 -
26338   type: "plot"
26339   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26340   algorithm: "plot_throughput_speedup_analysis"
26341   output-file-type: ".html"
26342   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26343   data: "plot-throughput-speedup-analysis-2n-skx"
26344   filter: "'NIC_Intel-X710' and
26345            '64B' and
26346            'NDRPDR' and
26347            ('ETH' or 'DOT1Q') and
26348            'L2BDMACLRN' and
26349            'VHOST_1024' and
26350            not 'VXLAN' and
26351            not 'IP4FWD' and
26352            not '2VM'"
26353   parameters:
26354   - "throughput"
26355   - "parent"
26356   - "tags"
26357 #  sort:
26358 #  - "VM"  # "not CFS_OPT"
26359 #  - "CFS_OPT"
26360 #  - "FIB_10K"
26361 #  - "FIB_100K"
26362 #  - "FIB_1M"
26363   layout:
26364     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26365     layout: "plot-throughput-speedup-analysis"
26366
26367 -
26368   type: "plot"
26369   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26370   algorithm: "plot_throughput_speedup_analysis"
26371   output-file-type: ".html"
26372   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26373   data: "plot-throughput-speedup-analysis-2n-skx"
26374   filter: "'NIC_Intel-X710' and
26375            '64B' and
26376            'NDRPDR' and
26377            ('ETH' or 'DOT1Q') and
26378            'L2BDMACLRN' and
26379            'VHOST_1024' and
26380            not 'VXLAN' and
26381            not 'IP4FWD' and
26382            not '2VM'"
26383   parameters:
26384   - "throughput"
26385   - "parent"
26386   - "tags"
26387 #  sort:
26388 #  - "VM"  # "not CFS_OPT"
26389 #  - "CFS_OPT"
26390 #  - "FIB_10K"
26391 #  - "FIB_100K"
26392 #  - "FIB_1M"
26393   layout:
26394     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26395     layout: "plot-throughput-speedup-analysis"
26396
26397 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
26398 -
26399   type: "plot"
26400   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
26401   algorithm: "plot_throughput_speedup_analysis"
26402   output-file-type: ".html"
26403   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
26404   data: "plot-throughput-speedup-analysis-2n-skx"
26405   filter: "'NIC_Intel-X710' and
26406            '64B' and
26407            'NDRPDR' and
26408            ('ETH' or 'DOT1Q') and
26409            'BASE' and
26410            ('L2BDMACLRN' or 'L2XCFWD') and
26411            'VHOST_1024' and
26412            not 'VXLAN' and
26413            not 'IP4FWD' and
26414            not '2VM'"
26415   parameters:
26416   - "throughput"
26417   - "parent"
26418   - "tags"
26419 #  sort:
26420 #  - "not CFS_OPT"
26421 #  - "L2XCFWD"
26422 #  - "not CFS_OPT"
26423 #  - "CFS_OPT"
26424   layout:
26425     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
26426     layout: "plot-throughput-speedup-analysis"
26427
26428 -
26429   type: "plot"
26430   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
26431   algorithm: "plot_throughput_speedup_analysis"
26432   output-file-type: ".html"
26433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
26434   data: "plot-throughput-speedup-analysis-2n-skx"
26435   filter: "'NIC_Intel-X710' and
26436            '64B' and
26437            'NDRPDR' and
26438            ('ETH' or 'DOT1Q') and
26439            'BASE' and
26440            ('L2BDMACLRN' or 'L2XCFWD') and
26441            'VHOST_1024' and
26442            not 'VXLAN' and
26443            not 'IP4FWD' and
26444            not '2VM'"
26445   parameters:
26446   - "throughput"
26447   - "parent"
26448   - "tags"
26449 #  sort:
26450 #  - "not CFS_OPT"
26451 #  - "L2XCFWD"
26452 #  - "not CFS_OPT"
26453 #  - "CFS_OPT"
26454   layout:
26455     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
26456     layout: "plot-throughput-speedup-analysis"
26457
26458 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
26459 -
26460   type: "plot"
26461   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26462   algorithm: "plot_throughput_speedup_analysis"
26463   output-file-type: ".html"
26464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
26465   data: "plot-throughput-speedup-analysis-2n-skx"
26466   filter: "'NIC_Intel-X710' and
26467            '64B' and
26468            'NDRPDR' and
26469            ('ETH' or 'DOT1Q') and
26470            ('L2BDMACLRN' or 'L2XCFWD') and
26471            'VHOST_1024' and
26472            not 'CFS_OPT' and
26473            not 'VXLAN' and
26474            not 'IP4FWD'"
26475   parameters:
26476   - "throughput"
26477   - "parent"
26478   - "tags"
26479 #  sort:
26480 #  - "1VM"
26481 #  - "L2XCFWD"
26482 #  - "1VM"
26483 #  - "L2BDMACLRN"
26484   layout:
26485     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
26486     layout: "plot-throughput-speedup-analysis"
26487
26488 -
26489   type: "plot"
26490   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26491   algorithm: "plot_throughput_speedup_analysis"
26492   output-file-type: ".html"
26493   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
26494   data: "plot-throughput-speedup-analysis-2n-skx"
26495   filter: "'NIC_Intel-X710' and
26496            '64B' and
26497            'NDRPDR' and
26498            ('ETH' or 'DOT1Q') and
26499            ('L2BDMACLRN' or 'L2XCFWD') and
26500            'VHOST_1024' and
26501            not 'CFS_OPT' and
26502            not 'VXLAN' and
26503            not 'IP4FWD'"
26504   parameters:
26505   - "throughput"
26506   - "parent"
26507   - "tags"
26508 #  sort:
26509 #  - "1VM"
26510 #  - "L2XCFWD"
26511 #  - "1VM"
26512 #  - "L2BDMACLRN"
26513   layout:
26514     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
26515     layout: "plot-throughput-speedup-analysis"
26516
26517 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
26518 -
26519   type: "plot"
26520   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26521   algorithm: "plot_throughput_speedup_analysis"
26522   output-file-type: ".html"
26523   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26524   data: "plot-throughput-speedup-analysis-2n-skx"
26525   filter: "'NIC_Intel-XXV710' and
26526            '64B' and
26527            'NDRPDR' and
26528            'ETH' and
26529            'IP4FWD' and
26530            'VHOST_1024' and
26531            not 'VXLAN' and
26532            not 'DOT1Q'"
26533   parameters:
26534   - "throughput"
26535   - "parent"
26536   - "tags"
26537   sort:
26538   - "not CFS_OPT"
26539   - "1VM"
26540   - "2VM"
26541   layout:
26542     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26543     layout: "plot-throughput-speedup-analysis"
26544
26545 -
26546   type: "plot"
26547   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26548   algorithm: "plot_throughput_speedup_analysis"
26549   output-file-type: ".html"
26550   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26551   data: "plot-throughput-speedup-analysis-2n-skx"
26552   filter: "'NIC_Intel-XXV710' and
26553            '64B' and
26554            'NDRPDR' and
26555            'ETH' and
26556            'IP4FWD' and
26557            'VHOST_1024' and
26558            not 'VXLAN' and
26559            not 'DOT1Q'"
26560   parameters:
26561   - "throughput"
26562   - "parent"
26563   - "tags"
26564   sort:
26565   - "not CFS_OPT"
26566   - "1VM"
26567   - "2VM"
26568   layout:
26569     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26570     layout: "plot-throughput-speedup-analysis"
26571
26572 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
26573 -
26574   type: "plot"
26575   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26576   algorithm: "plot_throughput_speedup_analysis"
26577   output-file-type: ".html"
26578   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26579   data: "plot-throughput-speedup-analysis-2n-skx"
26580   filter: "'NIC_Intel-XXV710' and
26581            '64B' and
26582            'NDRPDR' and
26583            ('ETH' or 'DOT1Q') and
26584            'L2BDMACLRN' and
26585            'VHOST_1024' and
26586            not 'VXLAN' and
26587            not 'IP4FWD' and
26588            not '2VM'"
26589   parameters:
26590   - "throughput"
26591   - "parent"
26592   - "tags"
26593 #  sort:
26594 #  - "VM"  # "not CFS_OPT"
26595 #  - "CFS_OPT"
26596 #  - "FIB_10K"
26597 #  - "FIB_100K"
26598 #  - "FIB_1M"
26599   layout:
26600     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26601     layout: "plot-throughput-speedup-analysis"
26602
26603 -
26604   type: "plot"
26605   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26606   algorithm: "plot_throughput_speedup_analysis"
26607   output-file-type: ".html"
26608   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26609   data: "plot-throughput-speedup-analysis-2n-skx"
26610   filter: "'NIC_Intel-XXV710' and
26611            '64B' and
26612            'NDRPDR' and
26613            ('ETH' or 'DOT1Q') and
26614            'L2BDMACLRN' and
26615            'VHOST_1024' and
26616            not 'VXLAN' and
26617            not 'IP4FWD' and
26618            not '2VM'"
26619   parameters:
26620   - "throughput"
26621   - "parent"
26622   - "tags"
26623 #  sort:
26624 #  - "VM"  # "not CFS_OPT"
26625 #  - "CFS_OPT"
26626 #  - "FIB_10K"
26627 #  - "FIB_100K"
26628 #  - "FIB_1M"
26629   layout:
26630     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26631     layout: "plot-throughput-speedup-analysis"
26632
26633 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
26634 -
26635   type: "plot"
26636   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
26637   algorithm: "plot_throughput_speedup_analysis"
26638   output-file-type: ".html"
26639   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
26640   data: "plot-throughput-speedup-analysis-2n-skx"
26641   filter: "'NIC_Intel-XXV710' and
26642            '64B' and
26643            'NDRPDR' and
26644            ('ETH' or 'DOT1Q') and
26645            'BASE' and
26646            ('L2BDMACLRN' or 'L2XCFWD') and
26647            'VHOST_1024' and
26648            not 'VXLAN' and
26649            not 'IP4FWD' and
26650            not '2VM'"
26651   parameters:
26652   - "throughput"
26653   - "parent"
26654   - "tags"
26655 #  sort:
26656 #  - "not CFS_OPT"
26657 #  - "L2XCFWD"
26658 #  - "not CFS_OPT"
26659 #  - "CFS_OPT"
26660   layout:
26661     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
26662     layout: "plot-throughput-speedup-analysis"
26663
26664 -
26665   type: "plot"
26666   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
26667   algorithm: "plot_throughput_speedup_analysis"
26668   output-file-type: ".html"
26669   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
26670   data: "plot-throughput-speedup-analysis-2n-skx"
26671   filter: "'NIC_Intel-XXV710' and
26672            '64B' and
26673            'NDRPDR' and
26674            ('ETH' or 'DOT1Q') and
26675            'BASE' and
26676            ('L2BDMACLRN' or 'L2XCFWD') and
26677            'VHOST_1024' and
26678            not 'VXLAN' and
26679            not 'IP4FWD' and
26680            not '2VM'"
26681   parameters:
26682   - "throughput"
26683   - "parent"
26684   - "tags"
26685 #  sort:
26686 #  - "not CFS_OPT"
26687 #  - "L2XCFWD"
26688 #  - "not CFS_OPT"
26689 #  - "CFS_OPT"
26690   layout:
26691     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
26692     layout: "plot-throughput-speedup-analysis"
26693
26694 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
26695 -
26696   type: "plot"
26697   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26698   algorithm: "plot_throughput_speedup_analysis"
26699   output-file-type: ".html"
26700   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
26701   data: "plot-throughput-speedup-analysis-2n-skx"
26702   filter: "'NIC_Intel-XXV710' and
26703            '64B' and
26704            'NDRPDR' and
26705            ('ETH' or 'DOT1Q') and
26706            ('L2BDMACLRN' or 'L2XCFWD') and
26707            'VHOST_1024' and
26708            not 'CFS_OPT' and
26709            not 'VXLAN' and
26710            not 'IP4FWD'"
26711   parameters:
26712   - "throughput"
26713   - "parent"
26714   - "tags"
26715 #  sort:
26716 #  - "1VM"
26717 #  - "L2XCFWD"
26718 #  - "1VM"
26719 #  - "L2BDMACLRN"
26720   layout:
26721     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
26722     layout: "plot-throughput-speedup-analysis"
26723
26724 -
26725   type: "plot"
26726   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26727   algorithm: "plot_throughput_speedup_analysis"
26728   output-file-type: ".html"
26729   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26730   data: "plot-throughput-speedup-analysis-2n-skx"
26731   filter: "'NIC_Intel-XXV710' and
26732            '64B' and
26733            'NDRPDR' and
26734            ('ETH' or 'DOT1Q') and
26735            ('L2BDMACLRN' or 'L2XCFWD') and
26736            'VHOST_1024' and
26737            not 'CFS_OPT' and
26738            not 'VXLAN' and
26739            not 'IP4FWD'"
26740   parameters:
26741   - "throughput"
26742   - "parent"
26743   - "tags"
26744 #  sort:
26745 #  - "1VM"
26746 #  - "L2XCFWD"
26747 #  - "1VM"
26748 #  - "L2BDMACLRN"
26749   layout:
26750     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
26751     layout: "plot-throughput-speedup-analysis"
26752
26753 ################################################################################
26754
26755 # Speedup - VPP vts 3n-hsw-x520
26756 -
26757   type: "plot"
26758   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26759   algorithm: "plot_throughput_speedup_analysis"
26760   output-file-type: ".html"
26761   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26762   data: "plot-throughput-speedup-analysis-3n-hsw"
26763   filter: "'NIC_Intel-X520-DA2' and
26764            '114B' and
26765            'NDRPDR' and
26766            'VTS'"
26767   parameters:
26768   - "throughput"
26769   - "parent"
26770   - "tags"
26771   layout:
26772     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26773     layout: "plot-throughput-speedup-analysis"
26774
26775 -
26776   type: "plot"
26777   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26778   algorithm: "plot_throughput_speedup_analysis"
26779   output-file-type: ".html"
26780   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26781   data: "plot-throughput-speedup-analysis-3n-hsw"
26782   filter: "'NIC_Intel-X520-DA2' and
26783            '114B' and
26784            'NDRPDR' and
26785            'VTS'"
26786   parameters:
26787   - "throughput"
26788   - "parent"
26789   - "tags"
26790   layout:
26791     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26792     layout: "plot-throughput-speedup-analysis"