CSIT-1397: Create Heatmap graphs
[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,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     # Denverton:
130     intel-dnv-vpp:
131       intel-dnv-vpp-release-1810:
132       - 1
133
134     # VPP Performance
135     vpp-performance-changes-3n-hsw:
136       csit-vpp-perf-1804-all:
137       - 21  # sel
138       - 22  # sel
139       - 23  # sel
140       - 24  # sel
141       - 27  # sel
142       - 28  # sel
143       - 29  # sel
144       - 30  # sel
145       - 31  # sel
146       - 35  # sel
147       csit-vpp-perf-verify-1807-3n-hsw:
148       - 11  # NDRPDR full 1
149       - 22  # NDRPDR full 2
150       - 45  # NDRPDR full 3
151       - 46  # NDRPDR full 4
152       - 15  # NDRPDR sel
153       - 16  # NDRPDR sel
154       - 19  # NDRPDR sel
155       - 18  # NDRPDR sel
156       - 20  # NDRPDR sel
157       - 38  # NDRPDR sel
158       - 40  # NDRPDR sel
159       - 44  # NDRPDR sel
160       - 47  # NDRPDR sel
161       csit-vpp-perf-verify-1810-3n-hsw:
162       - 8   # NDRPDR sel
163       - 12  # NDRPDR sel
164       - 14  # NDRPDR sel
165       - 18  # NDRPDR sel
166       - 23  # NDRPDR sel
167       - 25  # NDRPDR sel
168       - 38  # NDRPDR sel
169       - 39  # NDRPDR sel
170       - 41  # NDRPDR sel
171       - 42  # NDRPDR sel
172
173     vpp-nic-comparison-3n-hsw:
174       csit-vpp-perf-verify-1810-3n-hsw:
175       - 8   # NDRPDR sel
176       - 12  # NDRPDR sel
177       - 14  # NDRPDR sel
178       - 18  # NDRPDR sel
179       - 23  # NDRPDR sel
180       - 25  # NDRPDR sel
181       - 38  # NDRPDR sel
182       - 39  # NDRPDR sel
183       - 41  # NDRPDR sel
184       - 42  # NDRPDR sel
185
186     vpp-performance-changes-3n-skx:
187       csit-vpp-perf-verify-1807-3n-skx:
188       - 33  # NDRPDR sel
189       - 35  # NDRPDR sel
190       - 37  # NDRPDR sel
191       - 38  # NDRPDR sel
192       - 39  # NDRPDR sel
193       - 43  # NDRPDR sel
194       - 44  # NDRPDR sel
195       - 49  # NDRPDR sel
196       - 50  # NDRPDR sel
197       - 56  # NDRPDR sel
198       csit-vpp-perf-verify-1810-3n-skx:
199       - 10  # NDRPDR sel
200       - 14  # NDRPDR sel
201       - 15  # NDRPDR sel
202       - 16  # NDRPDR sel
203       - 17  # NDRPDR sel
204       - 19  # NDRPDR sel
205       - 20  # NDRPDR sel
206       - 21  # NDRPDR sel
207       - 22  # NDRPDR sel
208       - 25  # NDRPDR sel
209
210     vpp-nic-comparison-3n-skx:
211       csit-vpp-perf-verify-1810-3n-skx:
212       - 10  # NDRPDR sel
213       - 14  # NDRPDR sel
214       - 15  # NDRPDR sel
215       - 16  # NDRPDR sel
216       - 17  # NDRPDR sel
217       - 19  # NDRPDR sel
218       - 20  # NDRPDR sel
219       - 21  # NDRPDR sel
220       - 22  # NDRPDR sel
221       - 25  # NDRPDR sel
222
223     vpp-performance-changes-2n-skx:
224       csit-vpp-perf-verify-1807-2n-skx:
225       - 26  # NDRPDR sel
226       - 28  # NDRPDR sel
227       - 29  # NDRPDR sel
228       - 30  # NDRPDR sel
229       - 34  # NDRPDR sel
230       - 35  # NDRPDR sel
231       - 36  # NDRPDR sel
232       - 39  # NDRPDR sel
233       - 40  # NDRPDR sel
234       - 42  # NDRPDR sel
235       csit-vpp-perf-verify-1810-2n-skx:
236       - 9   # NDRPDR sel
237       - 13  # NDRPDR sel
238       - 14  # NDRPDR sel
239       - 19  # NDRPDR sel
240       - 20  # NDRPDR sel
241       - 21  # NDRPDR sel
242       - 22  # NDRPDR sel
243       - 23  # NDRPDR sel
244       - 24  # NDRPDR sel
245       - 27  # NDRPDR sel
246
247     vpp-nic-comparison-2n-skx:
248       csit-vpp-perf-verify-1810-2n-skx:
249       - 9   # NDRPDR sel
250       - 13  # NDRPDR sel
251       - 14  # NDRPDR sel
252       - 19  # NDRPDR sel
253       - 20  # NDRPDR sel
254       - 21  # NDRPDR sel
255       - 22  # NDRPDR sel
256       - 23  # NDRPDR sel
257       - 24  # NDRPDR sel
258       - 27  # NDRPDR sel
259
260     vpp-compare-testbeds:
261       csit-vpp-perf-verify-1810-3n-hsw:
262       - 8   # NDRPDR sel
263       - 12  # NDRPDR sel
264       - 14  # NDRPDR sel
265       - 18  # NDRPDR sel
266       - 23  # NDRPDR sel
267       - 25  # NDRPDR sel
268       - 38  # NDRPDR sel
269       - 39  # NDRPDR sel
270       - 41  # NDRPDR sel
271       - 42  # NDRPDR sel
272       csit-vpp-perf-verify-1810-3n-skx:
273       - 24  # NDRPDR full
274       - 10  # NDRPDR sel
275       - 14  # NDRPDR sel
276       - 15  # NDRPDR sel
277       - 16  # NDRPDR sel
278       - 17  # NDRPDR sel
279       - 19  # NDRPDR sel
280       - 20  # NDRPDR sel
281       - 21  # NDRPDR sel
282       - 22  # NDRPDR sel
283       - 25  # NDRPDR sel
284
285     vpp-compare-testbeds-mrr:
286       csit-vpp-perf-verify-1810-3n-hsw:
287       - 9   # MRR sel
288       csit-vpp-perf-verify-1810-3n-skx:
289       - 9   # MRR sel
290       - 11  # MRR sel
291       - 12  # MRR sel
292       - 13  # MRR sel
293
294     vpp-compare-topologies:
295       csit-vpp-perf-verify-1810-3n-skx:
296       - 10  # NDRPDR sel
297       - 14  # NDRPDR sel
298       - 15  # NDRPDR sel
299       - 16  # NDRPDR sel
300       - 17  # NDRPDR sel
301       - 19  # NDRPDR sel
302       - 20  # NDRPDR sel
303       - 21  # NDRPDR sel
304       - 22  # NDRPDR sel
305       - 25  # NDRPDR sel
306       csit-vpp-perf-verify-1810-2n-skx:
307       - 9   # NDRPDR sel
308       - 13  # NDRPDR sel
309       - 14  # NDRPDR sel
310       - 19  # NDRPDR sel
311       - 20  # NDRPDR sel
312       - 21  # NDRPDR sel
313       - 22  # NDRPDR sel
314       - 23  # NDRPDR sel
315       - 24  # NDRPDR sel
316       - 27  # NDRPDR sel
317
318     vpp-compare-topologies-mrr:
319       csit-vpp-perf-verify-1810-3n-skx:
320       - 9   # MRR sel
321       - 11  # MRR sel
322       - 12  # MRR sel
323       - 13  # MRR sel
324       csit-vpp-perf-verify-1810-2n-skx:
325       - 8   # MRR sel
326       - 10  # MRR sel
327       - 11  # MRR sel
328       - 12  # MRR sel
329
330     vpp-performance-changes-3n-hsw-mrr:
331       csit-vpp-perf-check-1804:
332       - 6   # mrr - sel
333       - 13  # mrr - sel
334       - 14  # mrr - sel
335       - 15  # mrr - sel
336       - 16  # mrr - sel
337       - 17  # mrr - sel
338       - 19  # mrr - sel
339       - 20  # mrr - sel
340       - 21  # mrr - sel
341       - 22  # mrr - sel
342       csit-vpp-perf-verify-1807-3n-hsw:
343       - 8   # MRR full
344       - 9   # MRR sel
345       - 21  # MRR sel
346       - 31  # MRR sel
347       - 33  # MRR sel
348       - 36  # MRR sel
349       - 41  # MRR sel
350       - 42  # MRR sel
351       - 48  # MRR sel
352       csit-vpp-perf-verify-1810-3n-hsw:
353       - 9   # MRR sel
354
355     vpp-nic-comparison-3n-hsw-mrr:
356       csit-vpp-perf-verify-1810-3n-hsw:
357       - 9   # MRR sel
358
359     vpp-performance-changes-3n-skx-mrr:
360       csit-vpp-perf-verify-1807-3n-skx:
361       - 28  # MRR sel
362       - 32  # MRR sel
363       - 36  # MRR sel
364       - 42  # MRR sel
365       - 47  # MRR sel
366       - 48  # MRR sel
367       - 51  # MRR sel
368       - 52  # MRR sel
369       - 53  # MRR sel
370       - 54  # MRR sel
371       csit-vpp-perf-verify-1810-3n-skx:
372       - 9   # MRR sel
373       - 11  # MRR sel
374       - 12  # MRR sel
375       - 13  # MRR sel
376
377     vpp-nic-comparison-3n-skx-mrr:
378       csit-vpp-perf-verify-1810-3n-skx:
379       - 9   # MRR sel
380       - 11  # MRR sel
381       - 12  # MRR sel
382       - 13  # MRR sel
383
384     vpp-performance-changes-2n-skx-mrr:
385       csit-vpp-perf-verify-1807-2n-skx:
386       - 31  # MRR sel
387       - 33  # MRR sel
388       - 37  # MRR sel
389       - 38  # MRR sel
390       - 41  # MRR sel
391       - 43  # MRR sel
392       - 44  # MRR sel
393       - 45  # MRR sel
394       - 46  # MRR sel
395       - 47  # MRR sel
396       csit-vpp-perf-verify-1810-2n-skx:
397       - 8   # MRR sel
398       - 10  # MRR sel
399       - 11  # MRR sel
400       - 12  # MRR sel
401
402     vpp-nic-comparison-2n-skx-mrr:
403       csit-vpp-perf-verify-1810-2n-skx:
404       - 8   # MRR sel
405       - 10  # MRR sel
406       - 11  # MRR sel
407       - 12  # MRR sel
408
409     vpp-perf-results-3n-hsw:
410       csit-vpp-perf-verify-1810-3n-hsw:
411       - 20  # NDRPDR full
412       - 21  # NDRPDR full
413       - 22  # NDRPDR full
414       - 27  # NDRPDR full
415
416     vpp-perf-results-3n-skx:
417       csit-vpp-perf-verify-1810-3n-skx:
418       - 23  # NDRPDR full
419       - 24  # NDRPDR full
420
421     vpp-perf-results-2n-skx:
422       csit-vpp-perf-verify-1810-2n-skx:
423       - 25  # NDRPDR full
424       - 26  # NDRPDR full
425
426     vpp-mrr-results-3n-hsw:
427       csit-vpp-perf-verify-1810-3n-hsw:
428       - 9   # MRR sel
429
430     vpp-mrr-results-3n-skx:
431       csit-vpp-perf-verify-1810-3n-skx:
432       - 9   # MRR sel
433
434     vpp-mrr-results-2n-skx:
435       csit-vpp-perf-verify-1810-2n-skx:
436       - 8   # MRR sel
437
438     plot-throughput-speedup-analysis-3n-hsw:
439       csit-vpp-perf-verify-1810-3n-hsw:
440       - 8   # NDRPDR sel
441       - 12  # NDRPDR sel
442       - 14  # NDRPDR sel
443       - 18  # NDRPDR sel
444       - 23  # NDRPDR sel
445       - 25  # NDRPDR sel
446       - 38  # NDRPDR sel
447       - 39  # NDRPDR sel
448       - 41  # NDRPDR sel
449       - 42  # NDRPDR sel
450
451     plot-throughput-speedup-analysis-3n-skx:
452       csit-vpp-perf-verify-1810-3n-skx:
453       - 24  # NDRPDR full
454       - 10  # NDRPDR sel
455       - 14  # NDRPDR sel
456       - 15  # NDRPDR sel
457       - 16  # NDRPDR sel
458       - 17  # NDRPDR sel
459       - 19  # NDRPDR sel
460       - 20  # NDRPDR sel
461       - 21  # NDRPDR sel
462       - 22  # NDRPDR sel
463       - 25  # NDRPDR sel
464
465     plot-throughput-speedup-analysis-2n-skx:
466       csit-vpp-perf-verify-1810-2n-skx:
467       - 9   # NDRPDR sel
468       - 13  # NDRPDR sel
469       - 14  # NDRPDR sel
470       - 19  # NDRPDR sel
471       - 20  # NDRPDR sel
472       - 21  # NDRPDR sel
473       - 22  # NDRPDR sel
474       - 23  # NDRPDR sel
475       - 24  # NDRPDR sel
476       - 27  # NDRPDR sel
477
478     plot-vpp-throughput-latency-3n-hsw:
479       csit-vpp-perf-verify-1810-3n-hsw:
480       - 8   # NDRPDR sel
481       - 12  # NDRPDR sel
482       - 14  # NDRPDR sel
483       - 18  # NDRPDR sel
484       - 23  # NDRPDR sel
485       - 25  # NDRPDR sel
486       - 38  # NDRPDR sel
487       - 39  # NDRPDR sel
488       - 41  # NDRPDR sel
489       - 42  # NDRPDR sel
490
491     plot-vpp-soak-2n-skx:
492       csit-vpp-perf-verify-master-2n-skx:
493       - 248  # SOAK sel
494       - 251  # SOAK sel
495
496     plot-vpp-vsc-2n-skx:
497       csit-vpp-perf-verify-master-2n-skx:
498       - 237
499       - 243
500
501     plot-vpp-csc-2n-skx:
502       csit-vpp-perf-verify-master-2n-skx:
503       - 226
504       - 231
505       - 233
506
507     plot-vpp-csp-2n-skx:
508       csit-vpp-perf-verify-master-2n-skx:
509         - 247
510
511     plot-vpp-throughput-latency-3n-skx:
512       csit-vpp-perf-verify-1810-3n-skx:
513       - 24  # NDRPDR full
514       - 10  # NDRPDR sel
515       - 14  # NDRPDR sel
516       - 15  # NDRPDR sel
517       - 16  # NDRPDR sel
518       - 17  # NDRPDR sel
519       - 19  # NDRPDR sel
520       - 20  # NDRPDR sel
521       - 21  # NDRPDR sel
522       - 22  # NDRPDR sel
523       - 25  # NDRPDR sel
524
525     plot-vpp-throughput-latency-2n-skx:
526       csit-vpp-perf-verify-1810-2n-skx:
527       - 9   # NDRPDR sel
528       - 13  # NDRPDR sel
529       - 14  # NDRPDR sel
530       - 19  # NDRPDR sel
531       - 20  # NDRPDR sel
532       - 21  # NDRPDR sel
533       - 22  # NDRPDR sel
534       - 23  # NDRPDR sel
535       - 24  # NDRPDR sel
536       - 27  # NDRPDR sel
537
538     plot-vpp-http-server-performance:
539       csit-vpp-perf-verify-1810-3n-hsw:
540       - 28  # WRK
541       - 29  # WRK
542       - 30  # WRK
543       - 31  # WRK
544       - 32  # WRK
545       - 33  # WRK
546       - 34  # WRK
547       - 35  # WRK
548       - 36  # WRK
549       - 37  # WRK
550
551     # VPP Functional
552     vpp-func-results-ubuntu:
553       csit-vpp-functional-1810-ubuntu1604-virl:
554       - 44
555
556     vpp-func-results-centos:
557       csit-vpp-functional-1810-centos7-virl:
558       - 44
559
560     vpp-device-results-ubuntu:
561       csit-vpp-device-1810-ubuntu1804-1n-skx:
562       - 2
563
564     # VPP Ligato
565     ligato-perf-results-3n-hsw:
566       csit-ligato-perf-verify-1810-3n-hsw:
567       - 5   # full
568
569     plot-ligato-throughput-speedup-analysis-3n-hsw:
570       csit-ligato-perf-verify-1810-3n-hsw:
571       - 5   # full
572       - 6   # sel
573       - 8   # sel
574       - 9   # sel
575       - 11  # sel
576       - 12  # sel
577       - 13  # sel
578       - 14  # sel
579       - 16  # sel
580       - 17  # sel
581       - 18  # sel
582
583     plot-ligato-throughput-latency-3n-hsw:
584       csit-ligato-perf-verify-1810-3n-hsw:
585       - 5   # full
586       - 6   # sel
587       - 8   # sel
588       - 9   # sel
589       - 11  # sel
590       - 12  # sel
591       - 13  # sel
592       - 14  # sel
593       - 16  # sel
594       - 17  # sel
595       - 18  # sel
596
597     # DPDK Performance
598     dpdk-performance-changes-3n-hsw:
599       csit-dpdk-perf-1804-all:
600       - 4
601       - 5
602       - 6
603       - 7
604       - 8
605       - 9
606       - 10
607       - 11
608       - 12
609       - 13
610       csit-dpdk-perf-verify-1807-3n-hsw:
611       - 11
612       - 12  # full
613       - 14
614       - 15
615       - 16
616       - 17
617       - 20
618       - 21
619       - 22
620       - 23
621       csit-dpdk-perf-verify-1810-3n-hsw:
622       - 1   # NDRPDR sel
623       - 2   # NDRPDR sel
624       - 3   # NDRPDR sel
625       - 4   # NDRPDR sel
626       - 5   # NDRPDR sel
627       - 6   # NDRPDR sel
628       - 7   # NDRPDR sel
629       - 8   # NDRPDR sel
630       - 9   # NDRPDR sel
631       - 10  # NDRPDR sel
632
633     dpdk-performance-changes-3n-skx:
634       csit-dpdk-perf-verify-1807-3n-skx:
635       - 1   # NDRPDR sel
636       - 2   # NDRPDR sel
637       - 3   # NDRPDR sel
638       - 6   # NDRPDR sel
639       - 7   # NDRPDR sel
640       - 8   # NDRPDR sel
641       - 9   # NDRPDR sel
642       - 10  # NDRPDR sel
643       - 11  # NDRPDR sel
644       - 12  # NDRPDR sel
645       csit-dpdk-perf-verify-1810-3n-skx:
646       - 3   # NDRPDR sel
647       - 4   # NDRPDR sel
648       - 6   # NDRPDR sel
649       - 7   # NDRPDR sel
650       - 8   # NDRPDR sel
651       - 9   # NDRPDR sel
652       - 10  # NDRPDR sel
653       - 11  # NDRPDR sel
654       - 12  # NDRPDR sel
655       - 13  # NDRPDR sel
656
657     dpdk-compare-testbeds:
658       csit-dpdk-perf-verify-1810-3n-skx:
659       - 3   # NDRPDR sel
660       - 4   # NDRPDR sel
661       - 6   # NDRPDR sel
662       - 7   # NDRPDR sel
663       - 8   # NDRPDR sel
664       - 9   # NDRPDR sel
665       - 10  # NDRPDR sel
666       - 11  # NDRPDR sel
667       - 12  # NDRPDR sel
668       - 13  # NDRPDR sel
669       csit-dpdk-perf-verify-1810-3n-hsw:
670       - 1   # NDRPDR sel
671       - 2   # NDRPDR sel
672       - 3   # NDRPDR sel
673       - 4   # NDRPDR sel
674       - 5   # NDRPDR sel
675       - 6   # NDRPDR sel
676       - 7   # NDRPDR sel
677       - 8   # NDRPDR sel
678       - 9   # NDRPDR sel
679       - 10  # NDRPDR sel
680
681     dpdk-compare-topologies:
682       csit-dpdk-perf-verify-1810-3n-skx:
683       - 3   # NDRPDR sel
684       - 4   # NDRPDR sel
685       - 6   # NDRPDR sel
686       - 7   # NDRPDR sel
687       - 8   # NDRPDR sel
688       - 9   # NDRPDR sel
689       - 10  # NDRPDR sel
690       - 11  # NDRPDR sel
691       - 12  # NDRPDR sel
692       - 13  # NDRPDR sel
693       csit-dpdk-perf-verify-1810-2n-skx:
694       - 3   # NDRPDR sel
695       - 4   # NDRPDR sel
696       - 5   # NDRPDR sel
697       - 7   # NDRPDR sel
698       - 8   # NDRPDR sel
699       - 9   # NDRPDR sel
700       - 10  # NDRPDR sel
701       - 11  # NDRPDR sel
702       - 12  # NDRPDR sel
703       - 13  # NDRPDR sel
704
705     dpdk-perf-results-3n-hsw:
706       csit-dpdk-perf-verify-1810-3n-hsw:
707       - 1
708
709     dpdk-perf-results-3n-skx:
710       csit-dpdk-perf-verify-1810-3n-skx:
711       - 3   # NDRPDR sel
712
713     dpdk-perf-results-2n-skx:
714       csit-dpdk-perf-verify-1810-2n-skx:
715       - 3
716
717     plot-dpdk-throughput-latency-3n-hsw:
718       csit-dpdk-perf-verify-1810-3n-hsw:
719       - 1   # NDRPDR sel
720       - 2   # NDRPDR sel
721       - 3   # NDRPDR sel
722       - 4   # NDRPDR sel
723       - 5   # NDRPDR sel
724       - 6   # NDRPDR sel
725       - 7   # NDRPDR sel
726       - 8   # NDRPDR sel
727       - 9   # NDRPDR sel
728       - 10  # NDRPDR sel
729
730     plot-dpdk-throughput-latency-3n-skx:
731       csit-dpdk-perf-verify-1810-3n-skx:
732       - 3   # NDRPDR sel
733       - 4   # NDRPDR sel
734       - 6   # NDRPDR sel
735       - 7   # NDRPDR sel
736       - 8   # NDRPDR sel
737       - 9   # NDRPDR sel
738       - 10  # NDRPDR sel
739       - 11  # NDRPDR sel
740       - 12  # NDRPDR sel
741       - 13  # NDRPDR sel
742
743     plot-dpdk-throughput-latency-2n-skx:
744       csit-dpdk-perf-verify-1810-2n-skx:
745       - 3   # NDRPDR sel
746       - 4   # NDRPDR sel
747       - 5   # NDRPDR sel
748       - 7   # NDRPDR sel
749       - 8   # NDRPDR sel
750       - 9   # NDRPDR sel
751       - 10  # NDRPDR sel
752       - 11  # NDRPDR sel
753       - 12  # NDRPDR sel
754       - 13  # NDRPDR sel
755
756     # HoneyComb Functional
757     hc-func-results:
758       csit-hc2vpp-verify-func-1810-ubuntu1604:
759       - 3
760
761     # NSH SFC Functional
762     nsh-func-results:
763       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
764       - 1
765
766     # DMM Functional
767     dmm-func-results:
768       csit-dmm-functional-1810-ubuntu1604-virl:
769       - 1
770
771   plot-layouts:
772
773     plot-soak-throughput:
774       titlefont:
775         size: 18
776       xaxis:
777         title: "<b>Test Cases [Index]</b>"
778         titlefont:
779           size: 16
780         autorange: True
781         fixedrange: False
782         gridcolor: "rgb(230, 230, 230)"
783         linecolor: "rgb(220, 220, 220)"
784         linewidth: 1
785         showgrid: True
786         showline: True
787         showticklabels: True
788         tickcolor: "rgb(220, 220, 220)"
789         tickmode: "linear"
790         tickfont:
791           size: 16
792         zeroline: False
793       yaxis:
794         title: "<b>Packet Throughput [Mpps]</b>"
795         titlefont:
796           size: 16
797         gridcolor: "rgb(230, 230, 230)"
798         hoverformat: ".4s"
799         tickformat: ".3s"
800         linecolor: "rgb(220, 220, 220)"
801         linewidth: 1
802         showgrid: True
803         showline: True
804         showticklabels: True
805         tickcolor: "rgb(220, 220, 220)"
806         tickfont:
807           size: 16
808         zeroline: False
809         range: [0,50]
810       autosize: False
811       margin:
812         t: 50
813         b: 0
814         l: 80
815         r: 20
816       showlegend: True
817       legend:
818         orientation: "h"
819         font:
820           size: 16
821       width: 700
822       height: 900
823
824     plot-service-density:
825       titlefont:
826         size: 18
827       xaxis:
828         side: "top"
829         autorange: True
830         fixedrange: False
831         showgrid: False
832         showline: False
833         showticklabels: False
834         ticks: ""
835         ticklen: 0
836         tickwidth: 0
837         zeroline: False
838       yaxis:
839         autorange: "reversed"
840         showgrid: False
841         showline: False
842         showticklabels: False
843         ticks: ""
844         ticklen: 0
845         tickwidth: 0
846         zeroline: False
847       autosize: True
848       showlegend: False
849       width: 700
850       height: 700
851
852     plot-cps:
853       titlefont:
854         size: 18
855       xaxis:
856         title: "<b>Test Cases [Index]</b>"
857         titlefont:
858           size: 16
859         autorange: True
860         fixedrange: False
861         gridcolor: "rgb(230, 230, 230)"
862         linecolor: "rgb(220, 220, 220)"
863         linewidth: 1
864         showgrid: True
865         showline: True
866         showticklabels: True
867         tickcolor: "rgb(220, 220, 220)"
868         tickmode: "linear"
869         tickfont:
870           size: 16
871         zeroline: False
872       yaxis:
873         title: "<b>Connections Per Second [cps]</b>"
874         titlefont:
875           size: 16
876         gridcolor: "rgb(230, 230, 230)"
877         hoverformat: ".4s"
878         linecolor: "rgb(220, 220, 220)"
879         linewidth: 1
880         rangemode: "tozero"
881         showgrid: True
882         showline: True
883         showticklabels: True
884         tickcolor: "rgb(220, 220, 220)"
885         tickformat: ".3s"
886         tickfont:
887           size: 16
888         zeroline: False
889       boxmode: "group"
890       boxgroupgap: 0.5
891       autosize: False
892       margin:
893         t: 50
894         b: 20
895         l: 80
896         r: 20
897       showlegend: True
898       legend:
899         orientation: "h"
900         font:
901           size: 16
902       width: 700
903       height: 800
904
905     plot-rps:
906       titlefont:
907         size: 18
908       xaxis:
909         title: "<b>Test Cases [Index]</b>"
910         titlefont:
911           size: 16
912         autorange: True
913         fixedrange: False
914         gridcolor: "rgb(230, 230, 230)"
915         linecolor: "rgb(220, 220, 220)"
916         linewidth: 1
917         showgrid: True
918         showline: True
919         showticklabels: True
920         tickcolor: "rgb(220, 220, 220)"
921         tickmode: "linear"
922         tickfont:
923           size: 16
924         zeroline: False
925       yaxis:
926         title: "<b>Requests Per Second [rps]</b>"
927         titlefont:
928           size: 16
929         gridcolor: "rgb(230, 230, 230)"
930         hoverformat: ".4s"
931         linecolor: "rgb(220, 220, 220)"
932         linewidth: 1
933         rangemode: "tozero"
934         showgrid: True
935         showline: True
936         showticklabels: True
937         tickcolor: "rgb(230, 230, 230)"
938         tickformat: ".3s"
939         tickfont:
940           size: 16
941         zeroline: False
942       boxmode: "group"
943       boxgroupgap: 0.5
944       autosize: False
945       margin:
946         t: 50
947         b: 20
948         l: 80
949         r: 20
950       showlegend: True
951       legend:
952         orientation: "h"
953         font:
954           size: 16
955       width: 700
956       height: 800
957
958     plot-throughput:
959       titlefont:
960         size: 18
961       xaxis:
962         title: "<b>Test Cases [Index]</b>"
963         titlefont:
964           size: 16
965         autorange: True
966         fixedrange: False
967         gridcolor: "rgb(230, 230, 230)"
968         linecolor: "rgb(220, 220, 220)"
969         linewidth: 1
970         showgrid: True
971         showline: True
972         showticklabels: True
973         tickcolor: "rgb(220, 220, 220)"
974         tickmode: "linear"
975         tickfont:
976           size: 16
977         zeroline: False
978       yaxis:
979         title: "<b>Packet Throughput [Mpps]</b>"
980         titlefont:
981           size: 16
982         gridcolor: "rgb(230, 230, 230)"
983         hoverformat: ".4s"
984         tickformat: ".3s"
985         linecolor: "rgb(220, 220, 220)"
986         linewidth: 1
987         showgrid: True
988         showline: True
989         showticklabels: True
990         tickcolor: "rgb(220, 220, 220)"
991         tickfont:
992           size: 16
993         zeroline: False
994         range: [0,50]
995       boxmode: "group"
996       boxgroupgap: 0.5
997       autosize: False
998       margin:
999         t: 50
1000         b: 0
1001         l: 80
1002         r: 20
1003       showlegend: True
1004       legend:
1005         orientation: "h"
1006         font:
1007           size: 16
1008       width: 700
1009       height: 900
1010
1011     plot-throughput-speedup-analysis:
1012       titlefont:
1013         size: 18
1014       xaxis:
1015         title: "<b>Number of Cores [Qty]</b>"
1016         titlefont:
1017           size: 16
1018         autorange: True
1019         fixedrange: False
1020         gridcolor: "rgb(230, 230, 230)"
1021         linecolor: "rgb(220, 220, 220)"
1022         linewidth: 1
1023         showgrid: True
1024         showline: True
1025         showticklabels: True
1026         tickcolor: "rgb(238, 238, 238)"
1027         tickmode: "linear"
1028         tickfont:
1029           size: 16
1030         zeroline: False
1031       yaxis:
1032         title: "<b>Packet Throughput [Mpps]</b>"
1033         titlefont:
1034           size: 16
1035         type: "linear"
1036         gridcolor: "rgb(230, 230, 230)"
1037         hoverformat: ".4s"
1038         linecolor: "rgb(220, 220, 220)"
1039         linewidth: 1
1040         showgrid: True
1041         showline: True
1042         showticklabels: True
1043         tickcolor: "rgb(220, 220, 220)"
1044         tickformat: ".4s"
1045         tickfont:
1046           size: 16
1047         zeroline: True
1048         rangemode: "tozero"
1049         range: [0,100]
1050       legend:
1051         orientation: "h"
1052         font:
1053           size: 16
1054         xanchor: "left"
1055         yanchor: "top"
1056         x: 0
1057         y: -0.2
1058         bgcolor: "rgba(255, 255, 255, 0)"
1059         bordercolor: "rgba(255, 255, 255, 0)"
1060         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1061       autosize: False
1062       margin:
1063           't': 50
1064           'b': 150
1065           'l': 85
1066           'r': 10
1067       showlegend: True
1068       width: 700
1069       height: 700
1070       hoverlabel:
1071         namelength: -1
1072       annotations: [
1073         {
1074           text: "_ _          __          ...",
1075           align: "left",
1076           showarrow: False,
1077           xref: "paper",
1078           yref: "paper",
1079           xanchor: "left",
1080           yanchor: "top",
1081           x: 0,
1082           y: -0.13,
1083           font: {
1084             family: "Consolas, Courier New",
1085             size: 15
1086           },
1087         },
1088         {
1089           text: "    Perfect     Measured     Limit",
1090           align: "left",
1091           showarrow: False,
1092           xref: "paper",
1093           yref: "paper",
1094           xanchor: "left",
1095           yanchor: "top",
1096           x: 0,
1097           y: -0.15,
1098           font: {
1099             family: "Consolas, Courier New",
1100             size: 15
1101           },
1102         },
1103       ]
1104
1105     plot-latency:
1106       titlefont:
1107         size: 18
1108       xaxis:
1109         title: "<b>Direction</b>"
1110         titlefont:
1111           size: 16
1112         autorange: True
1113         fixedrange: False
1114         gridcolor: "rgb(230, 230, 230)"
1115         linecolor: "rgb(220, 220, 220)"
1116         linewidth: 1
1117         showgrid: True
1118         showline: True
1119         showticklabels: False
1120         tickcolor: "rgb(220, 220, 220)"
1121         tickmode: "linear"
1122         tickfont:
1123           size: 16
1124         zeroline: False
1125       yaxis:
1126         title: "<b>Packet Latency [uSec]</b>"
1127         titlefont:
1128           size: 16
1129         type: "linear"
1130         gridcolor: "rgb(230, 230, 230)"
1131         hoverformat: ".4s"
1132         linecolor: "rgb(220, 220, 220)"
1133         linewidth: 1
1134         showgrid: True
1135         showline: True
1136         showticklabels: True
1137         tickcolor: "rgb(220, 220, 220)"
1138         tickformat: ".4s"
1139         tickfont:
1140           size: 16
1141         zeroline: True
1142         rangemode: "tozero"
1143       legend:
1144         orientation: "h"
1145         font:
1146           size: 16
1147         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1148       autosize: False
1149       margin:
1150           't': 50
1151           'b': 150
1152           'l': 80
1153           'r': 10
1154       showlegend: True
1155       width: 700
1156       height: 700
1157       hoverlabel:
1158         namelength: -1
1159
1160 -
1161   type: "static"
1162   src-path: "{DIR[RST]}"
1163   dst-path: "{DIR[WORKING,SRC]}"
1164
1165 -
1166   type: "input"
1167   general:
1168     file-name: "robot-plugin.zip"
1169     file-format: ".zip"
1170     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1171     extract: "robot-plugin/output.xml"
1172
1173   builds:
1174
1175     intel-dnv-vpp-release-1810:
1176     - 1
1177
1178     csit-vpp-perf-1804-all:
1179     - 21  # sel
1180     - 22  # sel
1181     - 23  # sel
1182     - 24  # sel
1183     - 27  # sel
1184     - 28  # sel
1185     - 29  # sel
1186     - 30  # sel
1187     - 31  # sel
1188     - 35  # sel
1189     csit-vpp-perf-verify-1807-3n-hsw:
1190     - 8   # MRR full
1191     - 9   # MRR sel
1192     - 21  # MRR sel
1193     - 31  # MRR sel
1194     - 33  # MRR sel
1195     - 36  # MRR sel
1196     - 41  # MRR sel
1197     - 42  # MRR sel
1198     - 48  # MRR sel
1199     - 11  # NDRPDR full 1
1200     - 22  # NDRPDR full 2
1201     - 45  # NDRPDR full 3
1202     - 46  # NDRPDR full 4
1203     - 15  # NDRPDR sel
1204     - 16  # NDRPDR sel
1205     - 19  # NDRPDR sel
1206     - 18  # NDRPDR sel
1207     - 20  # NDRPDR sel
1208     - 38  # NDRPDR sel
1209     - 40  # NDRPDR sel
1210     - 44  # NDRPDR sel
1211     - 47  # NDRPDR sel
1212     - 24  # WRK
1213     - 25  # WRK
1214     - 23  # WRK
1215     - 26  # WRK
1216     - 27  # WRK
1217     - 28  # WRK
1218     - 29  # WRK
1219     - 30  # WRK
1220     - 32  # WRK
1221     - 35  # WRK
1222     csit-vpp-perf-verify-1810-3n-hsw:
1223     - 9   # MRR sel
1224     - 20  # NDRPDR full
1225     - 21  # NDRPDR full
1226     - 22  # NDRPDR full
1227     - 27  # NDRPDR full
1228     - 8   # NDRPDR sel
1229     - 12  # NDRPDR sel
1230     - 14  # NDRPDR sel
1231     - 18  # NDRPDR sel
1232     - 23  # NDRPDR sel
1233     - 25  # NDRPDR sel
1234     - 38  # NDRPDR sel
1235     - 39  # NDRPDR sel
1236     - 41  # NDRPDR sel
1237     - 42  # NDRPDR sel
1238     - 28  # WRK
1239     - 29  # WRK
1240     - 30  # WRK
1241     - 31  # WRK
1242     - 32  # WRK
1243     - 33  # WRK
1244     - 34  # WRK
1245     - 35  # WRK
1246     - 36  # WRK
1247     - 37  # WRK
1248     csit-vpp-perf-verify-1807-3n-skx:
1249     - 31  # MRR full
1250     - 28  # MRR sel
1251     - 32  # MRR sel
1252     - 36  # MRR sel
1253     - 42  # MRR sel
1254     - 47  # MRR sel
1255     - 48  # MRR sel
1256     - 51  # MRR sel
1257     - 52  # MRR sel
1258     - 53  # MRR sel
1259     - 54  # MRR sel
1260     - 40  # NDRPDR full 1
1261     - 41  # NDRPDR full 2
1262     - 33  # NDRPDR sel
1263     - 35  # NDRPDR sel
1264     - 37  # NDRPDR sel
1265     - 38  # NDRPDR sel
1266     - 39  # NDRPDR sel
1267     - 43  # NDRPDR sel
1268     - 44  # NDRPDR sel
1269     - 49  # NDRPDR sel
1270     - 50  # NDRPDR sel
1271     - 56  # NDRPDR sel
1272     csit-vpp-perf-verify-1810-3n-skx:
1273     - 9   # MRR sel
1274     - 11  # MRR sel
1275     - 12  # MRR sel
1276     - 13  # MRR sel
1277     - 23  # NDRPDR full
1278     - 24  # NDRPDR full
1279     - 10  # NDRPDR sel
1280     - 14  # NDRPDR sel
1281     - 15  # NDRPDR sel
1282     - 16  # NDRPDR sel
1283     - 17  # NDRPDR sel
1284     - 19  # NDRPDR sel
1285     - 20  # NDRPDR sel
1286     - 21  # NDRPDR sel
1287     - 22  # NDRPDR sel
1288     - 25  # NDRPDR sel
1289     csit-vpp-perf-verify-1807-2n-skx:
1290     - 27  # MRR full
1291     - 31  # MRR sel
1292     - 33  # MRR sel
1293     - 37  # MRR sel
1294     - 38  # MRR sel
1295     - 41  # MRR sel
1296     - 43  # MRR sel
1297     - 44  # MRR sel
1298     - 45  # MRR sel
1299     - 46  # MRR sel
1300     - 47  # MRR sel
1301     - 32  # NDRPDR full
1302     - 26  # NDRPDR sel
1303     - 28  # NDRPDR sel
1304     - 29  # NDRPDR sel
1305     - 30  # NDRPDR sel
1306     - 34  # NDRPDR sel
1307     - 35  # NDRPDR sel
1308     - 36  # NDRPDR sel
1309     - 39  # NDRPDR sel
1310     - 40  # NDRPDR sel
1311     - 42  # NDRPDR sel
1312     csit-vpp-perf-verify-1810-2n-skx:
1313     - 8   # MRR sel
1314     - 10  # MRR sel
1315     - 11  # MRR sel
1316     - 12  # MRR sel
1317     - 25  # NDRPDR full
1318     - 26  # NDRPDR full
1319     - 9   # NDRPDR sel
1320     - 13  # NDRPDR sel
1321     - 14  # NDRPDR sel
1322     - 19  # NDRPDR sel
1323     - 20  # NDRPDR sel
1324     - 21  # NDRPDR sel
1325     - 22  # NDRPDR sel
1326     - 23  # NDRPDR sel
1327     - 24  # NDRPDR sel
1328     - 27  # NDRPDR sel
1329     csit-vpp-perf-verify-master-2n-skx:
1330     - 248  # SOAK sel
1331     - 251  # SOAK sel
1332     - 237  # VSC
1333     - 226  # CSC
1334     - 231  # CSC
1335     - 233  # CSC
1336     - 243  # VSC
1337     - 247  # CSP
1338     csit-vpp-perf-check-1804:
1339     - 5   # mrr - full
1340     - 6   # mrr - sel
1341     - 13  # mrr - sel
1342     - 14  # mrr - sel
1343     - 15  # mrr - sel
1344     - 16  # mrr - sel
1345     - 17  # mrr - sel
1346     - 19  # mrr - sel
1347     - 20  # mrr - sel
1348     - 21  # mrr - sel
1349     - 22  # mrr - sel
1350     csit-ligato-perf-verify-1810-3n-hsw:
1351     - 5   # full
1352     - 6   # sel
1353     - 8   # sel
1354     - 9   # sel
1355     - 11  # sel
1356     - 12  # sel
1357     - 13  # sel
1358     - 14  # sel
1359     - 16  # sel
1360     - 17  # sel
1361     - 18  # sel
1362     csit-dpdk-perf-1804-all:
1363     - 4
1364     - 5
1365     - 6
1366     - 7
1367     - 8
1368     - 9
1369     - 10
1370     - 11
1371     - 12
1372     - 13
1373     csit-dpdk-perf-verify-1807-3n-hsw:
1374     - 11
1375     - 12  # full
1376     - 14
1377     - 15
1378     - 16
1379     - 17
1380     - 20
1381     - 21
1382     - 22
1383     - 23
1384     csit-dpdk-perf-verify-1810-3n-hsw:
1385     - 1   # NDRPDR sel
1386     - 2   # NDRPDR sel
1387     - 3   # NDRPDR sel
1388     - 4   # NDRPDR sel
1389     - 5   # NDRPDR sel
1390     - 6   # NDRPDR sel
1391     - 7   # NDRPDR sel
1392     - 8   # NDRPDR sel
1393     - 9   # NDRPDR sel
1394     - 10  # NDRPDR sel
1395     csit-dpdk-perf-verify-1807-3n-skx:
1396     - 1   # NDRPDR sel
1397     - 2   # NDRPDR sel
1398     - 3   # NDRPDR sel
1399     - 6   # NDRPDR sel
1400     - 7   # NDRPDR sel
1401     - 8   # NDRPDR sel
1402     - 9   # NDRPDR sel
1403     - 10  # NDRPDR sel
1404     - 11  # NDRPDR sel
1405     - 12  # NDRPDR sel
1406     csit-dpdk-perf-verify-1810-3n-skx:
1407     - 3   # NDRPDR sel
1408     - 4   # NDRPDR sel
1409     - 6   # NDRPDR sel
1410     - 7   # NDRPDR sel
1411     - 8   # NDRPDR sel
1412     - 9   # NDRPDR sel
1413     - 10  # NDRPDR sel
1414     - 11  # NDRPDR sel
1415     - 12  # NDRPDR sel
1416     - 13  # NDRPDR sel
1417     csit-dpdk-perf-verify-1810-2n-skx:
1418     - 3   # NDRPDR sel
1419     - 4   # NDRPDR sel
1420     - 5   # NDRPDR sel
1421     - 7   # NDRPDR sel
1422     - 8   # NDRPDR sel
1423     - 9   # NDRPDR sel
1424     - 10  # NDRPDR sel
1425     - 11  # NDRPDR sel
1426     - 12  # NDRPDR sel
1427     - 13  # NDRPDR sel
1428
1429     csit-vpp-functional-1810-ubuntu1604-virl:
1430     - 44
1431     csit-vpp-functional-1810-centos7-virl:
1432     - 44
1433     csit-vpp-device-1810-ubuntu1804-1n-skx:
1434     - 2
1435     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1436     - 1
1437     csit-dmm-functional-1810-ubuntu1604-virl:
1438     - 1
1439     csit-hc2vpp-verify-func-1810-ubuntu1604:
1440     - 3
1441
1442 -
1443   type: "output"
1444   output: "report"
1445   format:
1446     html:
1447     - full
1448     pdf:
1449     - minimal
1450
1451 ################################################################################
1452 ###                               T A B L E S                                ###
1453 ################################################################################
1454
1455
1456 # VPP Compare NICs 3n-hsw 1t1c ndr
1457 -
1458   type: "table"
1459   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1460   algorithm: "table_nics_comparison"
1461   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1462   reference:
1463     title: "Intel-x520"
1464     nic: "NIC_Intel-X520-DA2"
1465   compare:
1466     title: "Intel-x710"
1467     nic: "NIC_Intel-X710"
1468   data: "vpp-nic-comparison-3n-hsw"
1469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1470   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1471   parameters:
1472   - "name"
1473   - "parent"
1474   - "throughput"
1475   - "tags"
1476
1477 # VPP Compare NICs 3n-hsw 2t2c ndr
1478 -
1479   type: "table"
1480   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1481   algorithm: "table_nics_comparison"
1482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1483   reference:
1484     title: "Intel-x520"
1485     nic: "NIC_Intel-X520-DA2"
1486   compare:
1487     title: "Intel-x710"
1488     nic: "NIC_Intel-X710"
1489   data: "vpp-nic-comparison-3n-hsw"
1490   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1491   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1492   parameters:
1493   - "name"
1494   - "parent"
1495   - "throughput"
1496   - "tags"
1497
1498 # VPP Compare NICs 3n-hsw 1t1c pdr
1499 -
1500   type: "table"
1501   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1502   algorithm: "table_nics_comparison"
1503   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1504   reference:
1505     title: "Intel-x520"
1506     nic: "NIC_Intel-X520-DA2"
1507   compare:
1508     title: "Intel-x710"
1509     nic: "NIC_Intel-X710"
1510   data: "vpp-nic-comparison-3n-hsw"
1511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1512   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1513   parameters:
1514   - "name"
1515   - "parent"
1516   - "throughput"
1517   - "tags"
1518
1519 # VPP Compare NICs 3n-hsw 2t2c pdr
1520 -
1521   type: "table"
1522   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1523   algorithm: "table_nics_comparison"
1524   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1525   reference:
1526     title: "Intel-x520"
1527     nic: "NIC_Intel-X520-DA2"
1528   compare:
1529     title: "Intel-x710"
1530     nic: "NIC_Intel-X710"
1531   data: "vpp-nic-comparison-3n-hsw"
1532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1533   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1534   parameters:
1535   - "name"
1536   - "parent"
1537   - "throughput"
1538   - "tags"
1539
1540 # VPP Compare NICs 3n-hsw 1t1c mrr
1541 -
1542   type: "table"
1543   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1544   algorithm: "table_nics_comparison"
1545   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1546   reference:
1547     title: "Intel-x520"
1548     nic: "NIC_Intel-X520-DA2"
1549   compare:
1550     title: "Intel-x710"
1551     nic: "NIC_Intel-X710"
1552   data: "vpp-nic-comparison-3n-hsw-mrr"
1553   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1554   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1555   parameters:
1556   - "name"
1557   - "parent"
1558   - "result"
1559   - "tags"
1560
1561 # VPP Compare NICs 3n-hsw 2t2c mrr
1562 -
1563   type: "table"
1564   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1565   algorithm: "table_nics_comparison"
1566   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1567   reference:
1568     title: "Intel-x520"
1569     nic: "NIC_Intel-X520-DA2"
1570   compare:
1571     title: "Intel-x710"
1572     nic: "NIC_Intel-X710"
1573   data: "vpp-nic-comparison-3n-hsw-mrr"
1574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1575   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1576   parameters:
1577   - "name"
1578   - "parent"
1579   - "result"
1580   - "tags"
1581
1582 # VPP Compare NICs 3n-hsw 4t4c mrr
1583 -
1584   type: "table"
1585   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1586   algorithm: "table_nics_comparison"
1587   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1588   reference:
1589     title: "Intel-x520"
1590     nic: "NIC_Intel-X520-DA2"
1591   compare:
1592     title: "Intel-x710"
1593     nic: "NIC_Intel-X710"
1594   data: "vpp-nic-comparison-3n-hsw-mrr"
1595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1596   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1597   parameters:
1598   - "name"
1599   - "parent"
1600   - "result"
1601   - "tags"
1602
1603 # VPP Compare NICs 3n-skx 2t1c ndr
1604 -
1605   type: "table"
1606   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1607   algorithm: "table_nics_comparison"
1608   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1609   reference:
1610     title: "Intel-x710"
1611     nic: "NIC_Intel-X710"
1612   compare:
1613     title: "Intel-xxv710"
1614     nic: "NIC_Intel-XXV710"
1615   data: "vpp-nic-comparison-3n-skx"
1616   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1617   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1618   parameters:
1619   - "name"
1620   - "parent"
1621   - "throughput"
1622   - "tags"
1623
1624 # VPP Compare NICs 3n-skx 4t2c ndr
1625 -
1626   type: "table"
1627   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1628   algorithm: "table_nics_comparison"
1629   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1630   reference:
1631     title: "Intel-x710"
1632     nic: "NIC_Intel-X710"
1633   compare:
1634     title: "Intel-xxv710"
1635     nic: "NIC_Intel-XXV710"
1636   data: "vpp-nic-comparison-3n-skx"
1637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1638   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1639   parameters:
1640   - "name"
1641   - "parent"
1642   - "throughput"
1643   - "tags"
1644
1645 # VPP Compare NICs 3n-skx 2t1c pdr
1646 -
1647   type: "table"
1648   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1649   algorithm: "table_nics_comparison"
1650   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1651   reference:
1652     title: "Intel-x710"
1653     nic: "NIC_Intel-X710"
1654   compare:
1655     title: "Intel-xxv710"
1656     nic: "NIC_Intel-XXV710"
1657   data: "vpp-nic-comparison-3n-skx"
1658   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1659   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1660   parameters:
1661   - "name"
1662   - "parent"
1663   - "throughput"
1664   - "tags"
1665
1666  # VPP Compare NICs 3n-skx 4t2c pdr
1667 -
1668   type: "table"
1669   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1670   algorithm: "table_nics_comparison"
1671   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1672   reference:
1673     title: "Intel-x710"
1674     nic: "NIC_Intel-X710"
1675   compare:
1676     title: "Intel-xxv710"
1677     nic: "NIC_Intel-XXV710"
1678   data: "vpp-nic-comparison-3n-skx"
1679   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1680   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1681   parameters:
1682   - "name"
1683   - "parent"
1684   - "throughput"
1685   - "tags"
1686
1687 # VPP Compare NICs 3n-skx 2t1c mrr
1688 -
1689   type: "table"
1690   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1691   algorithm: "table_nics_comparison"
1692   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1693   reference:
1694     title: "Intel-x710"
1695     nic: "NIC_Intel-X710"
1696   compare:
1697     title: "Intel-xxv710"
1698     nic: "NIC_Intel-XXV710"
1699   data: "vpp-nic-comparison-3n-skx-mrr"
1700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1701   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1702   parameters:
1703   - "name"
1704   - "parent"
1705   - "result"
1706   - "tags"
1707
1708 # VPP Compare NICs 3n-skx 4t2c mrr
1709 -
1710   type: "table"
1711   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1712   algorithm: "table_nics_comparison"
1713   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1714   reference:
1715     title: "Intel-x710"
1716     nic: "NIC_Intel-X710"
1717   compare:
1718     title: "Intel-xxv710"
1719     nic: "NIC_Intel-XXV710"
1720   data: "vpp-nic-comparison-3n-skx-mrr"
1721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1722   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1723   parameters:
1724   - "name"
1725   - "parent"
1726   - "result"
1727   - "tags"
1728
1729  # VPP Compare NICs 3n-skx 8t4c mrr
1730 -
1731   type: "table"
1732   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1733   algorithm: "table_nics_comparison"
1734   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1735   reference:
1736     title: "Intel-x710"
1737     nic: "NIC_Intel-X710"
1738   compare:
1739     title: "Intel-xxv710"
1740     nic: "NIC_Intel-XXV710"
1741   data: "vpp-nic-comparison-3n-skx-mrr"
1742   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1743   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1744   parameters:
1745   - "name"
1746   - "parent"
1747   - "result"
1748   - "tags"
1749
1750 # VPP Compare NICs 2n-skx 2t1c ndr
1751 -
1752   type: "table"
1753   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1754   algorithm: "table_nics_comparison"
1755   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1756   reference:
1757     title: "Intel-x710"
1758     nic: "NIC_Intel-X710"
1759   compare:
1760     title: "Intel-xxv710"
1761     nic: "NIC_Intel-XXV710"
1762   data: "vpp-nic-comparison-2n-skx"
1763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1764   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1765   parameters:
1766   - "name"
1767   - "parent"
1768   - "throughput"
1769   - "tags"
1770
1771 # VPP Compare NICs 2n-skx 4t2c ndr
1772 -
1773   type: "table"
1774   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1775   algorithm: "table_nics_comparison"
1776   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1777   reference:
1778     title: "Intel-x710"
1779     nic: "NIC_Intel-X710"
1780   compare:
1781     title: "Intel-xxv710"
1782     nic: "NIC_Intel-XXV710"
1783   data: "vpp-nic-comparison-2n-skx"
1784   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1785   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1786   parameters:
1787   - "name"
1788   - "parent"
1789   - "throughput"
1790   - "tags"
1791
1792  # VPP Compare NICs 2n-skx 2t1c pdr
1793 -
1794   type: "table"
1795   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1796   algorithm: "table_nics_comparison"
1797   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1798   reference:
1799     title: "Intel-x710"
1800     nic: "NIC_Intel-X710"
1801   compare:
1802     title: "Intel-xxv710"
1803     nic: "NIC_Intel-XXV710"
1804   data: "vpp-nic-comparison-2n-skx"
1805   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1806   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1807   parameters:
1808   - "name"
1809   - "parent"
1810   - "throughput"
1811   - "tags"
1812
1813 # VPP Compare NICs 2n-skx 4t2c pdr
1814 -
1815   type: "table"
1816   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1817   algorithm: "table_nics_comparison"
1818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1819   reference:
1820     title: "Intel-x710"
1821     nic: "NIC_Intel-X710"
1822   compare:
1823     title: "Intel-xxv710"
1824     nic: "NIC_Intel-XXV710"
1825   data: "vpp-nic-comparison-2n-skx"
1826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1827   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1828   parameters:
1829   - "name"
1830   - "parent"
1831   - "throughput"
1832   - "tags"
1833
1834 # VPP Compare NICs 2n-skx 2t1c mrr
1835 -
1836   type: "table"
1837   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1838   algorithm: "table_nics_comparison"
1839   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1840   reference:
1841     title: "Intel-x710"
1842     nic: "NIC_Intel-X710"
1843   compare:
1844     title: "Intel-xxv710"
1845     nic: "NIC_Intel-XXV710"
1846   data: "vpp-nic-comparison-2n-skx-mrr"
1847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1848   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1849   parameters:
1850   - "name"
1851   - "parent"
1852   - "result"
1853   - "tags"
1854
1855 # VPP Compare NICs 2n-skx 4t2c mrr
1856 -
1857   type: "table"
1858   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1859   algorithm: "table_nics_comparison"
1860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1861   reference:
1862     title: "Intel-x710"
1863     nic: "NIC_Intel-X710"
1864   compare:
1865     title: "Intel-xxv710"
1866     nic: "NIC_Intel-XXV710"
1867   data: "vpp-nic-comparison-2n-skx-mrr"
1868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1869   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1870   parameters:
1871   - "name"
1872   - "parent"
1873   - "result"
1874   - "tags"
1875
1876 # VPP Compare NICs 2n-skx 8t4c mrr
1877 -
1878   type: "table"
1879   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1880   algorithm: "table_nics_comparison"
1881   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1882   reference:
1883     title: "Intel-x710"
1884     nic: "NIC_Intel-X710"
1885   compare:
1886     title: "Intel-xxv710"
1887     nic: "NIC_Intel-XXV710"
1888   data: "vpp-nic-comparison-2n-skx-mrr"
1889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1890   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1891   parameters:
1892   - "name"
1893   - "parent"
1894   - "result"
1895   - "tags"
1896
1897 ################################################################################
1898 # VPP
1899
1900 # VPP Performance Changes 3n-hsw 1t1c pdr
1901 -
1902   type: "table"
1903   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1904   algorithm: "table_performance_comparison"
1905   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1906   history:
1907     -
1908       title: "rls1804"
1909       data:
1910         csit-vpp-perf-1804-all:
1911         - 21  # sel
1912         - 22  # sel
1913         - 23  # sel
1914         - 24  # sel
1915         - 27  # sel
1916         - 28  # sel
1917         - 29  # sel
1918         - 30  # sel
1919         - 31  # sel
1920         - 35  # sel
1921   reference:
1922     title: "rls1807"
1923     data:
1924       csit-vpp-perf-verify-1807-3n-hsw:
1925       - 11  # NDRPDR full 1
1926       - 22  # NDRPDR full 2
1927       - 45  # NDRPDR full 3
1928       - 46  # NDRPDR full 4
1929       - 15  # NDRPDR sel
1930       - 16  # NDRPDR sel
1931       - 19  # NDRPDR sel
1932       - 18  # NDRPDR sel
1933       - 20  # NDRPDR sel
1934       - 38  # NDRPDR sel
1935       - 40  # NDRPDR sel
1936       - 44  # NDRPDR sel
1937       - 47  # NDRPDR sel
1938   compare:
1939     title: "rls1810"
1940     data:
1941       csit-vpp-perf-verify-1810-3n-hsw:
1942       - 8   # NDRPDR sel
1943       - 12  # NDRPDR sel
1944       - 14  # NDRPDR sel
1945       - 18  # NDRPDR sel
1946       - 23  # NDRPDR sel
1947       - 25  # NDRPDR sel
1948       - 38  # NDRPDR sel
1949       - 39  # NDRPDR sel
1950       - 41  # NDRPDR sel
1951       - 42  # NDRPDR sel
1952   data: "vpp-performance-changes-3n-hsw"
1953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1954   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1955   parameters:
1956   - "name"
1957   - "parent"
1958   - "throughput"
1959
1960 # VPP Performance Changes 3n-hsw 2t2c pdr
1961 -
1962   type: "table"
1963   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1964   algorithm: "table_performance_comparison"
1965   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1966   history:
1967     -
1968       title: "rls1804"
1969       data:
1970         csit-vpp-perf-1804-all:
1971         - 21  # sel
1972         - 22  # sel
1973         - 23  # sel
1974         - 24  # sel
1975         - 27  # sel
1976         - 28  # sel
1977         - 29  # sel
1978         - 30  # sel
1979         - 31  # sel
1980         - 35  # sel
1981   reference:
1982     title: "rls1807"
1983     data:
1984       csit-vpp-perf-verify-1807-3n-hsw:
1985       - 11  # NDRPDR full 1
1986       - 22  # NDRPDR full 2
1987       - 45  # NDRPDR full 3
1988       - 46  # NDRPDR full 4
1989       - 15  # NDRPDR sel
1990       - 16  # NDRPDR sel
1991       - 19  # NDRPDR sel
1992       - 18  # NDRPDR sel
1993       - 20  # NDRPDR sel
1994       - 38  # NDRPDR sel
1995       - 40  # NDRPDR sel
1996       - 44  # NDRPDR sel
1997       - 47  # NDRPDR sel
1998   compare:
1999     title: "rls1810"
2000     data:
2001       csit-vpp-perf-verify-1810-3n-hsw:
2002       - 8   # NDRPDR sel
2003       - 12  # NDRPDR sel
2004       - 14  # NDRPDR sel
2005       - 18  # NDRPDR sel
2006       - 23  # NDRPDR sel
2007       - 25  # NDRPDR sel
2008       - 38  # NDRPDR sel
2009       - 39  # NDRPDR sel
2010       - 41  # NDRPDR sel
2011       - 42  # NDRPDR sel
2012   data: "vpp-performance-changes-3n-hsw"
2013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2014   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2015   parameters:
2016   - "name"
2017   - "parent"
2018   - "throughput"
2019
2020 # VPP Performance Changes 3n-hsw 1t1c ndr
2021 -
2022   type: "table"
2023   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2024   algorithm: "table_performance_comparison"
2025   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2026   history:
2027     -
2028       title: "rls1804"
2029       data:
2030         csit-vpp-perf-1804-all:
2031         - 21  # sel
2032         - 22  # sel
2033         - 23  # sel
2034         - 24  # sel
2035         - 27  # sel
2036         - 28  # sel
2037         - 29  # sel
2038         - 30  # sel
2039         - 31  # sel
2040         - 35  # sel
2041   reference:
2042     title: "rls1807"
2043     data:
2044       csit-vpp-perf-verify-1807-3n-hsw:
2045       - 11  # NDRPDR full 1
2046       - 22  # NDRPDR full 2
2047       - 45  # NDRPDR full 3
2048       - 46  # NDRPDR full 4
2049       - 15  # NDRPDR sel
2050       - 16  # NDRPDR sel
2051       - 19  # NDRPDR sel
2052       - 18  # NDRPDR sel
2053       - 20  # NDRPDR sel
2054       - 38  # NDRPDR sel
2055       - 40  # NDRPDR sel
2056       - 44  # NDRPDR sel
2057       - 47  # NDRPDR sel
2058   compare:
2059     title: "rls1810"
2060     data:
2061       csit-vpp-perf-verify-1810-3n-hsw:
2062       - 8   # NDRPDR sel
2063       - 12  # NDRPDR sel
2064       - 14  # NDRPDR sel
2065       - 18  # NDRPDR sel
2066       - 23  # NDRPDR sel
2067       - 25  # NDRPDR sel
2068       - 38  # NDRPDR sel
2069       - 39  # NDRPDR sel
2070       - 41  # NDRPDR sel
2071       - 42  # NDRPDR sel
2072   data: "vpp-performance-changes-3n-hsw"
2073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2074   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2075   parameters:
2076   - "name"
2077   - "parent"
2078   - "throughput"
2079
2080 # VPP Performance Changes 3n-hsw 2t2c ndr
2081 -
2082   type: "table"
2083   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2084   algorithm: "table_performance_comparison"
2085   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2086   history:
2087     -
2088       title: "rls1804"
2089       data:
2090         csit-vpp-perf-1804-all:
2091         - 21  # sel
2092         - 22  # sel
2093         - 23  # sel
2094         - 24  # sel
2095         - 27  # sel
2096         - 28  # sel
2097         - 29  # sel
2098         - 30  # sel
2099         - 31  # sel
2100         - 35  # sel
2101   reference:
2102     title: "rls1807"
2103     data:
2104       csit-vpp-perf-verify-1807-3n-hsw:
2105       - 11  # NDRPDR full 1
2106       - 22  # NDRPDR full 2
2107       - 45  # NDRPDR full 3
2108       - 46  # NDRPDR full 4
2109       - 15  # NDRPDR sel
2110       - 16  # NDRPDR sel
2111       - 19  # NDRPDR sel
2112       - 18  # NDRPDR sel
2113       - 20  # NDRPDR sel
2114       - 38  # NDRPDR sel
2115       - 40  # NDRPDR sel
2116       - 44  # NDRPDR sel
2117       - 47  # NDRPDR sel
2118   compare:
2119     title: "rls1810"
2120     data:
2121       csit-vpp-perf-verify-1810-3n-hsw:
2122       - 8   # NDRPDR sel
2123       - 12  # NDRPDR sel
2124       - 14  # NDRPDR sel
2125       - 18  # NDRPDR sel
2126       - 23  # NDRPDR sel
2127       - 25  # NDRPDR sel
2128       - 38  # NDRPDR sel
2129       - 39  # NDRPDR sel
2130       - 41  # NDRPDR sel
2131       - 42  # NDRPDR sel
2132   data: "vpp-performance-changes-3n-hsw"
2133   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2134   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2135   parameters:
2136   - "name"
2137   - "parent"
2138   - "throughput"
2139
2140 # VPP Performance Changes 3n-skx 2t1c pdr
2141 -
2142   type: "table"
2143   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2144   algorithm: "table_performance_comparison"
2145   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2146   reference:
2147     title: "rls1807"
2148     data:
2149       csit-vpp-perf-verify-1807-3n-skx:
2150       - 33  # NDRPDR sel
2151       - 35  # NDRPDR sel
2152       - 37  # NDRPDR sel
2153       - 38  # NDRPDR sel
2154       - 39  # NDRPDR sel
2155       - 43  # NDRPDR sel
2156       - 44  # NDRPDR sel
2157       - 49  # NDRPDR sel
2158       - 50  # NDRPDR sel
2159       - 56  # NDRPDR sel
2160   compare:
2161     title: "rls1810"
2162     data:
2163       csit-vpp-perf-verify-1810-3n-skx:
2164       - 10  # NDRPDR sel
2165       - 14  # NDRPDR sel
2166       - 15  # NDRPDR sel
2167       - 16  # NDRPDR sel
2168       - 17  # NDRPDR sel
2169       - 19  # NDRPDR sel
2170       - 20  # NDRPDR sel
2171       - 21  # NDRPDR sel
2172       - 22  # NDRPDR sel
2173       - 25  # NDRPDR sel
2174   data: "vpp-performance-changes-3n-skx"
2175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2176   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2177   parameters:
2178   - "name"
2179   - "parent"
2180   - "throughput"
2181
2182 # VPP Performance Changes 3n-skx 4t2c pdr
2183 -
2184   type: "table"
2185   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2186   algorithm: "table_performance_comparison"
2187   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2188   reference:
2189     title: "rls1807"
2190     data:
2191       csit-vpp-perf-verify-1807-3n-skx:
2192       - 33  # NDRPDR sel
2193       - 35  # NDRPDR sel
2194       - 37  # NDRPDR sel
2195       - 38  # NDRPDR sel
2196       - 39  # NDRPDR sel
2197       - 43  # NDRPDR sel
2198       - 44  # NDRPDR sel
2199       - 49  # NDRPDR sel
2200       - 50  # NDRPDR sel
2201       - 56  # NDRPDR sel
2202   compare:
2203     title: "rls1810"
2204     data:
2205       csit-vpp-perf-verify-1810-3n-skx:
2206       - 10  # NDRPDR sel
2207       - 14  # NDRPDR sel
2208       - 15  # NDRPDR sel
2209       - 16  # NDRPDR sel
2210       - 17  # NDRPDR sel
2211       - 19  # NDRPDR sel
2212       - 20  # NDRPDR sel
2213       - 21  # NDRPDR sel
2214       - 22  # NDRPDR sel
2215       - 25  # NDRPDR sel
2216   data: "vpp-performance-changes-3n-skx"
2217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2218   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2219   parameters:
2220   - "name"
2221   - "parent"
2222   - "throughput"
2223
2224 # VPP Performance Changes 3n-skx 2t1c ndr
2225 -
2226   type: "table"
2227   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2228   algorithm: "table_performance_comparison"
2229   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2230   reference:
2231     title: "rls1807"
2232     data:
2233       csit-vpp-perf-verify-1807-3n-skx:
2234       - 33  # NDRPDR sel
2235       - 35  # NDRPDR sel
2236       - 37  # NDRPDR sel
2237       - 38  # NDRPDR sel
2238       - 39  # NDRPDR sel
2239       - 43  # NDRPDR sel
2240       - 44  # NDRPDR sel
2241       - 49  # NDRPDR sel
2242       - 50  # NDRPDR sel
2243       - 56  # NDRPDR sel
2244   compare:
2245     title: "rls1810"
2246     data:
2247       csit-vpp-perf-verify-1810-3n-skx:
2248       - 10  # NDRPDR sel
2249       - 14  # NDRPDR sel
2250       - 15  # NDRPDR sel
2251       - 16  # NDRPDR sel
2252       - 17  # NDRPDR sel
2253       - 19  # NDRPDR sel
2254       - 20  # NDRPDR sel
2255       - 21  # NDRPDR sel
2256       - 22  # NDRPDR sel
2257       - 25  # NDRPDR sel
2258   data: "vpp-performance-changes-3n-skx"
2259   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2260   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2261   parameters:
2262   - "name"
2263   - "parent"
2264   - "throughput"
2265
2266 # VPP Performance Changes 3n-skx 4t2c ndr
2267 -
2268   type: "table"
2269   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2270   algorithm: "table_performance_comparison"
2271   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2272   reference:
2273     title: "rls1807"
2274     data:
2275       csit-vpp-perf-verify-1807-3n-skx:
2276       - 33  # NDRPDR sel
2277       - 35  # NDRPDR sel
2278       - 37  # NDRPDR sel
2279       - 38  # NDRPDR sel
2280       - 39  # NDRPDR sel
2281       - 43  # NDRPDR sel
2282       - 44  # NDRPDR sel
2283       - 49  # NDRPDR sel
2284       - 50  # NDRPDR sel
2285       - 56  # NDRPDR sel
2286   compare:
2287     title: "rls1810"
2288     data:
2289       csit-vpp-perf-verify-1810-3n-skx:
2290       - 10  # NDRPDR sel
2291       - 14  # NDRPDR sel
2292       - 15  # NDRPDR sel
2293       - 16  # NDRPDR sel
2294       - 17  # NDRPDR sel
2295       - 19  # NDRPDR sel
2296       - 20  # NDRPDR sel
2297       - 21  # NDRPDR sel
2298       - 22  # NDRPDR sel
2299       - 25  # NDRPDR sel
2300   data: "vpp-performance-changes-3n-skx"
2301   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2302   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2303   parameters:
2304   - "name"
2305   - "parent"
2306   - "throughput"
2307
2308 # VPP Performance Changes 2n-skx 2t1c pdr
2309 -
2310   type: "table"
2311   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2312   algorithm: "table_performance_comparison"
2313   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2314   reference:
2315     title: "rls1807"
2316     data:
2317       csit-vpp-perf-verify-1807-2n-skx:
2318       - 26  # NDRPDR sel
2319       - 28  # NDRPDR sel
2320       - 29  # NDRPDR sel
2321       - 30  # NDRPDR sel
2322       - 34  # NDRPDR sel
2323       - 35  # NDRPDR sel
2324       - 36  # NDRPDR sel
2325       - 39  # NDRPDR sel
2326       - 40  # NDRPDR sel
2327       - 42  # NDRPDR sel
2328   compare:
2329     title: "rls1810"
2330     data:
2331       csit-vpp-perf-verify-1810-2n-skx:
2332       - 9   # NDRPDR sel
2333       - 13  # NDRPDR sel
2334       - 14  # NDRPDR sel
2335       - 19  # NDRPDR sel
2336       - 20  # NDRPDR sel
2337       - 21  # NDRPDR sel
2338       - 22  # NDRPDR sel
2339       - 23  # NDRPDR sel
2340       - 24  # NDRPDR sel
2341       - 27  # NDRPDR sel
2342   data: "vpp-performance-changes-2n-skx"
2343   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2344   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2345   parameters:
2346   - "name"
2347   - "parent"
2348   - "throughput"
2349
2350 # VPP Performance Changes 2n-skx 4t2c pdr
2351 -
2352   type: "table"
2353   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2354   algorithm: "table_performance_comparison"
2355   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2356   reference:
2357     title: "rls1807"
2358     data:
2359       csit-vpp-perf-verify-1807-2n-skx:
2360       - 26  # NDRPDR sel
2361       - 28  # NDRPDR sel
2362       - 29  # NDRPDR sel
2363       - 30  # NDRPDR sel
2364       - 34  # NDRPDR sel
2365       - 35  # NDRPDR sel
2366       - 36  # NDRPDR sel
2367       - 39  # NDRPDR sel
2368       - 40  # NDRPDR sel
2369       - 42  # NDRPDR sel
2370   compare:
2371     title: "rls1810"
2372     data:
2373       csit-vpp-perf-verify-1810-2n-skx:
2374       - 9   # NDRPDR sel
2375       - 13  # NDRPDR sel
2376       - 14  # NDRPDR sel
2377       - 19  # NDRPDR sel
2378       - 20  # NDRPDR sel
2379       - 21  # NDRPDR sel
2380       - 22  # NDRPDR sel
2381       - 23  # NDRPDR sel
2382       - 24  # NDRPDR sel
2383       - 27  # NDRPDR sel
2384   data: "vpp-performance-changes-2n-skx"
2385   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2386   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2387   parameters:
2388   - "name"
2389   - "parent"
2390   - "throughput"
2391
2392 # VPP Performance Changes 2n-skx 2t1c ndr
2393 -
2394   type: "table"
2395   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2396   algorithm: "table_performance_comparison"
2397   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2398   reference:
2399     title: "rls1807"
2400     data:
2401       csit-vpp-perf-verify-1807-2n-skx:
2402       - 26  # NDRPDR sel
2403       - 28  # NDRPDR sel
2404       - 29  # NDRPDR sel
2405       - 30  # NDRPDR sel
2406       - 34  # NDRPDR sel
2407       - 35  # NDRPDR sel
2408       - 36  # NDRPDR sel
2409       - 39  # NDRPDR sel
2410       - 40  # NDRPDR sel
2411       - 42  # NDRPDR sel
2412   compare:
2413     title: "rls1810"
2414     data:
2415       csit-vpp-perf-verify-1810-2n-skx:
2416       - 9   # NDRPDR sel
2417       - 13  # NDRPDR sel
2418       - 14  # NDRPDR sel
2419       - 19  # NDRPDR sel
2420       - 20  # NDRPDR sel
2421       - 21  # NDRPDR sel
2422       - 22  # NDRPDR sel
2423       - 23  # NDRPDR sel
2424       - 24  # NDRPDR sel
2425       - 27  # NDRPDR sel
2426   data: "vpp-performance-changes-2n-skx"
2427   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2428   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2429   parameters:
2430   - "name"
2431   - "parent"
2432   - "throughput"
2433
2434 # VPP Performance Changes 2n-skx 4t2c ndr
2435 -
2436   type: "table"
2437   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2438   algorithm: "table_performance_comparison"
2439   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2440   reference:
2441     title: "rls1807"
2442     data:
2443       csit-vpp-perf-verify-1807-2n-skx:
2444       - 26  # NDRPDR sel
2445       - 28  # NDRPDR sel
2446       - 29  # NDRPDR sel
2447       - 30  # NDRPDR sel
2448       - 34  # NDRPDR sel
2449       - 35  # NDRPDR sel
2450       - 36  # NDRPDR sel
2451       - 39  # NDRPDR sel
2452       - 40  # NDRPDR sel
2453       - 42  # NDRPDR sel
2454   compare:
2455     title: "rls1810"
2456     data:
2457       csit-vpp-perf-verify-1810-2n-skx:
2458       - 9   # NDRPDR sel
2459       - 13  # NDRPDR sel
2460       - 14  # NDRPDR sel
2461       - 19  # NDRPDR sel
2462       - 20  # NDRPDR sel
2463       - 21  # NDRPDR sel
2464       - 22  # NDRPDR sel
2465       - 23  # NDRPDR sel
2466       - 24  # NDRPDR sel
2467       - 27  # NDRPDR sel
2468   data: "vpp-performance-changes-2n-skx"
2469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2470   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2471   parameters:
2472   - "name"
2473   - "parent"
2474   - "throughput"
2475
2476 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2477 -
2478   type: "table"
2479   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2480   algorithm: "table_performance_comparison"
2481   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2482   reference:
2483     title: "3-Node Hsw"
2484     data:
2485       csit-vpp-perf-verify-1810-3n-hsw:
2486       - 8   # NDRPDR sel
2487       - 12  # NDRPDR sel
2488       - 14  # NDRPDR sel
2489       - 18  # NDRPDR sel
2490       - 23  # NDRPDR sel
2491       - 25  # NDRPDR sel
2492       - 38  # NDRPDR sel
2493       - 39  # NDRPDR sel
2494       - 41  # NDRPDR sel
2495       - 42  # NDRPDR sel
2496   compare:
2497     title: "3-Node Skx"
2498     data:
2499       csit-vpp-perf-verify-1810-3n-skx:
2500       - 10  # NDRPDR sel
2501       - 14  # NDRPDR sel
2502       - 15  # NDRPDR sel
2503       - 16  # NDRPDR sel
2504       - 17  # NDRPDR sel
2505       - 19  # NDRPDR sel
2506       - 20  # NDRPDR sel
2507       - 21  # NDRPDR sel
2508       - 22  # NDRPDR sel
2509       - 25  # NDRPDR sel
2510   data: "vpp-compare-testbeds"
2511   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2512   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2513   parameters:
2514   - "name"
2515   - "parent"
2516   - "throughput"
2517
2518 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2519 -
2520   type: "table"
2521   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2522   algorithm: "table_performance_comparison"
2523   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2524   reference:
2525     title: "3-Node Hsw"
2526     data:
2527       csit-vpp-perf-verify-1810-3n-hsw:
2528       - 8   # NDRPDR sel
2529       - 12  # NDRPDR sel
2530       - 14  # NDRPDR sel
2531       - 18  # NDRPDR sel
2532       - 23  # NDRPDR sel
2533       - 25  # NDRPDR sel
2534       - 38  # NDRPDR sel
2535       - 39  # NDRPDR sel
2536       - 41  # NDRPDR sel
2537       - 42  # NDRPDR sel
2538   compare:
2539     title: "3-Node Skx"
2540     data:
2541       csit-vpp-perf-verify-1810-3n-skx:
2542       - 10  # NDRPDR sel
2543       - 14  # NDRPDR sel
2544       - 15  # NDRPDR sel
2545       - 16  # NDRPDR sel
2546       - 17  # NDRPDR sel
2547       - 19  # NDRPDR sel
2548       - 20  # NDRPDR sel
2549       - 21  # NDRPDR sel
2550       - 22  # NDRPDR sel
2551       - 25  # NDRPDR sel
2552   data: "vpp-compare-testbeds"
2553   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2554   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2555   parameters:
2556   - "name"
2557   - "parent"
2558   - "throughput"
2559
2560 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2561 -
2562   type: "table"
2563   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2564   algorithm: "table_performance_comparison"
2565   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2566   reference:
2567     title: "3-Node Hsw"
2568     data:
2569       csit-vpp-perf-verify-1810-3n-hsw:
2570       - 8   # NDRPDR sel
2571       - 12  # NDRPDR sel
2572       - 14  # NDRPDR sel
2573       - 18  # NDRPDR sel
2574       - 23  # NDRPDR sel
2575       - 25  # NDRPDR sel
2576       - 38  # NDRPDR sel
2577       - 39  # NDRPDR sel
2578       - 41  # NDRPDR sel
2579       - 42  # NDRPDR sel
2580   compare:
2581     title: "3-Node Skx"
2582     data:
2583       csit-vpp-perf-verify-1810-3n-skx:
2584       - 10  # NDRPDR sel
2585       - 14  # NDRPDR sel
2586       - 15  # NDRPDR sel
2587       - 16  # NDRPDR sel
2588       - 17  # NDRPDR sel
2589       - 19  # NDRPDR sel
2590       - 20  # NDRPDR sel
2591       - 21  # NDRPDR sel
2592       - 22  # NDRPDR sel
2593       - 25  # NDRPDR sel
2594   data: "vpp-compare-testbeds"
2595   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2596   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2597   parameters:
2598   - "name"
2599   - "parent"
2600   - "throughput"
2601
2602 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2603 -
2604   type: "table"
2605   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2606   algorithm: "table_performance_comparison"
2607   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2608   reference:
2609     title: "3-Node Hsw"
2610     data:
2611       csit-vpp-perf-verify-1810-3n-hsw:
2612       - 8   # NDRPDR sel
2613       - 12  # NDRPDR sel
2614       - 14  # NDRPDR sel
2615       - 18  # NDRPDR sel
2616       - 23  # NDRPDR sel
2617       - 25  # NDRPDR sel
2618       - 38  # NDRPDR sel
2619       - 39  # NDRPDR sel
2620       - 41  # NDRPDR sel
2621       - 42  # NDRPDR sel
2622   compare:
2623     title: "3-Node Skx"
2624     data:
2625       csit-vpp-perf-verify-1810-3n-skx:
2626       - 10  # NDRPDR sel
2627       - 14  # NDRPDR sel
2628       - 15  # NDRPDR sel
2629       - 16  # NDRPDR sel
2630       - 17  # NDRPDR sel
2631       - 19  # NDRPDR sel
2632       - 20  # NDRPDR sel
2633       - 21  # NDRPDR sel
2634       - 22  # NDRPDR sel
2635       - 25  # NDRPDR sel
2636   data: "vpp-compare-testbeds"
2637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2638   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2639   parameters:
2640   - "name"
2641   - "parent"
2642   - "throughput"
2643
2644 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2645 -
2646   type: "table"
2647   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2648   algorithm: "table_performance_comparison"
2649   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2650   reference:
2651     title: "3-Node Skx"
2652     data:
2653       csit-vpp-perf-verify-1810-3n-skx:
2654       - 10  # NDRPDR sel
2655       - 14  # NDRPDR sel
2656       - 15  # NDRPDR sel
2657       - 16  # NDRPDR sel
2658       - 17  # NDRPDR sel
2659       - 19  # NDRPDR sel
2660       - 20  # NDRPDR sel
2661       - 21  # NDRPDR sel
2662       - 22  # NDRPDR sel
2663       - 25  # NDRPDR sel
2664   compare:
2665     title: "2-Node Skx"
2666     data:
2667       csit-vpp-perf-verify-1810-2n-skx:
2668       - 9   # NDRPDR sel
2669       - 13  # NDRPDR sel
2670       - 14  # NDRPDR sel
2671       - 19  # NDRPDR sel
2672       - 20  # NDRPDR sel
2673       - 21  # NDRPDR sel
2674       - 22  # NDRPDR sel
2675       - 23  # NDRPDR sel
2676       - 24  # NDRPDR sel
2677       - 27  # NDRPDR sel
2678   data: "vpp-compare-topologies"
2679   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2680   filter: "'NDRPDR' and '1C'"
2681   parameters:
2682   - "name"
2683   - "parent"
2684   - "throughput"
2685
2686 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2687 -
2688   type: "table"
2689   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2690   algorithm: "table_performance_comparison"
2691   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2692   reference:
2693     title: "3-Node Skx"
2694     data:
2695       csit-vpp-perf-verify-1810-3n-skx:
2696       - 10  # NDRPDR sel
2697       - 14  # NDRPDR sel
2698       - 15  # NDRPDR sel
2699       - 16  # NDRPDR sel
2700       - 17  # NDRPDR sel
2701       - 19  # NDRPDR sel
2702       - 20  # NDRPDR sel
2703       - 21  # NDRPDR sel
2704       - 22  # NDRPDR sel
2705       - 25  # NDRPDR sel
2706   compare:
2707     title: "2-Node Skx"
2708     data:
2709       csit-vpp-perf-verify-1810-2n-skx:
2710       - 9   # NDRPDR sel
2711       - 13  # NDRPDR sel
2712       - 14  # NDRPDR sel
2713       - 19  # NDRPDR sel
2714       - 20  # NDRPDR sel
2715       - 21  # NDRPDR sel
2716       - 22  # NDRPDR sel
2717       - 23  # NDRPDR sel
2718       - 24  # NDRPDR sel
2719       - 27  # NDRPDR sel
2720   data: "vpp-compare-topologies"
2721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2722   filter: "'NDRPDR' and '2C'"
2723   parameters:
2724   - "name"
2725   - "parent"
2726   - "throughput"
2727
2728 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2729 -
2730   type: "table"
2731   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2732   algorithm: "table_performance_comparison"
2733   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2734   reference:
2735     title: "3-Node Skx"
2736     data:
2737       csit-vpp-perf-verify-1810-3n-skx:
2738       - 10  # NDRPDR sel
2739       - 14  # NDRPDR sel
2740       - 15  # NDRPDR sel
2741       - 16  # NDRPDR sel
2742       - 17  # NDRPDR sel
2743       - 19  # NDRPDR sel
2744       - 20  # NDRPDR sel
2745       - 21  # NDRPDR sel
2746       - 22  # NDRPDR sel
2747       - 25  # NDRPDR sel
2748   compare:
2749     title: "2-Node Skx"
2750     data:
2751       csit-vpp-perf-verify-1810-2n-skx:
2752       - 9   # NDRPDR sel
2753       - 13  # NDRPDR sel
2754       - 14  # NDRPDR sel
2755       - 19  # NDRPDR sel
2756       - 20  # NDRPDR sel
2757       - 21  # NDRPDR sel
2758       - 22  # NDRPDR sel
2759       - 23  # NDRPDR sel
2760       - 24  # NDRPDR sel
2761       - 27  # NDRPDR sel
2762   data: "vpp-compare-topologies"
2763   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2764   filter: "'NDRPDR' and '1C'"
2765   parameters:
2766   - "name"
2767   - "parent"
2768   - "throughput"
2769
2770 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2771 -
2772   type: "table"
2773   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2774   algorithm: "table_performance_comparison"
2775   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2776   reference:
2777     title: "3-Node Skx"
2778     data:
2779       csit-vpp-perf-verify-1810-3n-skx:
2780       - 10  # NDRPDR sel
2781       - 14  # NDRPDR sel
2782       - 15  # NDRPDR sel
2783       - 16  # NDRPDR sel
2784       - 17  # NDRPDR sel
2785       - 19  # NDRPDR sel
2786       - 20  # NDRPDR sel
2787       - 21  # NDRPDR sel
2788       - 22  # NDRPDR sel
2789       - 25  # NDRPDR sel
2790   compare:
2791     title: "2-Node Skx"
2792     data:
2793       csit-vpp-perf-verify-1810-2n-skx:
2794       - 9   # NDRPDR sel
2795       - 13  # NDRPDR sel
2796       - 14  # NDRPDR sel
2797       - 19  # NDRPDR sel
2798       - 20  # NDRPDR sel
2799       - 21  # NDRPDR sel
2800       - 22  # NDRPDR sel
2801       - 23  # NDRPDR sel
2802       - 24  # NDRPDR sel
2803       - 27  # NDRPDR sel
2804   data: "vpp-compare-topologies"
2805   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2806   filter: "'NDRPDR' and '2C'"
2807   parameters:
2808   - "name"
2809   - "parent"
2810   - "throughput"
2811
2812 # VPP Performance Changes 3n-hsw 1t1c MRR
2813 -
2814   type: "table"
2815   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2816   algorithm: "table_performance_comparison"
2817   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2818   history:
2819     -
2820       title: "rls1804"
2821       data:
2822         csit-vpp-perf-check-1804:
2823         - 6   # mrr - sel
2824         - 13  # mrr - sel
2825         - 14  # mrr - sel
2826         - 15  # mrr - sel
2827         - 16  # mrr - sel
2828         - 17  # mrr - sel
2829         - 19  # mrr - sel
2830         - 20  # mrr - sel
2831         - 21  # mrr - sel
2832         - 22  # mrr - sel
2833   reference:
2834     title: "rls1807"
2835     data:
2836       csit-vpp-perf-verify-1807-3n-hsw:
2837       - 8   # MRR full
2838       - 9   # MRR sel
2839       - 21  # MRR sel
2840       - 31  # MRR sel
2841       - 33  # MRR sel
2842       - 36  # MRR sel
2843       - 41  # MRR sel
2844       - 42  # MRR sel
2845       - 48  # MRR sel
2846   compare:
2847     title: "rls1810"
2848     data:
2849       csit-vpp-perf-verify-1810-3n-hsw:
2850       - 9   # MRR sel
2851   data: "vpp-performance-changes-3n-hsw-mrr"
2852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2853   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2854   parameters:
2855   - "name"
2856   - "parent"
2857   - "result"
2858
2859 # VPP Performance Changes 3n-hsw 2t2c MRR
2860 -
2861   type: "table"
2862   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2863   algorithm: "table_performance_comparison"
2864   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2865   history:
2866     -
2867       title: "rls1804"
2868       data:
2869         csit-vpp-perf-check-1804:
2870         - 6   # mrr - sel
2871         - 13  # mrr - sel
2872         - 14  # mrr - sel
2873         - 15  # mrr - sel
2874         - 16  # mrr - sel
2875         - 17  # mrr - sel
2876         - 19  # mrr - sel
2877         - 20  # mrr - sel
2878         - 21  # mrr - sel
2879         - 22  # mrr - sel
2880   reference:
2881     title: "rls1807"
2882     data:
2883       csit-vpp-perf-verify-1807-3n-hsw:
2884       - 8   # MRR full
2885       - 9   # MRR sel
2886       - 21  # MRR sel
2887       - 31  # MRR sel
2888       - 33  # MRR sel
2889       - 36  # MRR sel
2890       - 41  # MRR sel
2891       - 42  # MRR sel
2892       - 48  # MRR sel
2893   compare:
2894     title: "rls1810"
2895     data:
2896       csit-vpp-perf-verify-1810-3n-hsw:
2897       - 9   # MRR sel
2898   data: "vpp-performance-changes-3n-hsw-mrr"
2899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2900   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2901   parameters:
2902   - "name"
2903   - "parent"
2904   - "result"
2905
2906 # VPP Performance Changes 3n-hsw 4t4c MRR
2907 -
2908   type: "table"
2909   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2910   algorithm: "table_performance_comparison"
2911   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2912   history:
2913     -
2914       title: "rls1804"
2915       data:
2916         csit-vpp-perf-check-1804:
2917         - 6   # mrr - sel
2918         - 13  # mrr - sel
2919         - 14  # mrr - sel
2920         - 15  # mrr - sel
2921         - 16  # mrr - sel
2922         - 17  # mrr - sel
2923         - 19  # mrr - sel
2924         - 20  # mrr - sel
2925         - 21  # mrr - sel
2926         - 22  # mrr - sel
2927   reference:
2928     title: "rls1807"
2929     data:
2930       csit-vpp-perf-verify-1807-3n-hsw:
2931       - 8   # MRR full
2932       - 9   # MRR sel
2933       - 21  # MRR sel
2934       - 31  # MRR sel
2935       - 33  # MRR sel
2936       - 36  # MRR sel
2937       - 41  # MRR sel
2938       - 42  # MRR sel
2939       - 48  # MRR sel
2940   compare:
2941     title: "rls1810"
2942     data:
2943       csit-vpp-perf-verify-1810-3n-hsw:
2944       - 9   # MRR sel
2945   data: "vpp-performance-changes-3n-hsw-mrr"
2946   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2947   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2948   parameters:
2949   - "name"
2950   - "parent"
2951   - "result"
2952
2953 # VPP Performance Changes 3n-skx 2t1c MRR
2954 -
2955   type: "table"
2956   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2957   algorithm: "table_performance_comparison"
2958   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2959   reference:
2960     title: "rls1807"
2961     data:
2962       csit-vpp-perf-verify-1807-3n-skx:
2963       - 28  # MRR sel
2964       - 32  # MRR sel
2965       - 36  # MRR sel
2966       - 42  # MRR sel
2967       - 47  # MRR sel
2968       - 48  # MRR sel
2969       - 51  # MRR sel
2970       - 52  # MRR sel
2971       - 53  # MRR sel
2972   compare:
2973     title: "rls1810"
2974     data:
2975       csit-vpp-perf-verify-1810-3n-skx:
2976       - 9   # MRR sel
2977       - 11  # MRR sel
2978       - 12  # MRR sel
2979       - 13  # MRR sel
2980   data: "vpp-performance-changes-3n-skx-mrr"
2981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2982   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2983   parameters:
2984   - "name"
2985   - "parent"
2986   - "result"
2987
2988 # VPP Performance Changes 3n-skx 4t2c MRR
2989 -
2990   type: "table"
2991   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2992   algorithm: "table_performance_comparison"
2993   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2994   reference:
2995     title: "rls1807"
2996     data:
2997       csit-vpp-perf-verify-1807-3n-skx:
2998       - 28  # MRR sel
2999       - 32  # MRR sel
3000       - 36  # MRR sel
3001       - 42  # MRR sel
3002       - 47  # MRR sel
3003       - 48  # MRR sel
3004       - 51  # MRR sel
3005       - 52  # MRR sel
3006       - 53  # MRR sel
3007   compare:
3008     title: "rls1810"
3009     data:
3010       csit-vpp-perf-verify-1810-3n-skx:
3011       - 9   # MRR sel
3012       - 11  # MRR sel
3013       - 12  # MRR sel
3014       - 13  # MRR sel
3015   data: "vpp-performance-changes-3n-skx-mrr"
3016   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3017   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3018   parameters:
3019   - "name"
3020   - "parent"
3021   - "result"
3022
3023 # VPP Performance Changes 3n-skx 8t4c MRR
3024 -
3025   type: "table"
3026   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3027   algorithm: "table_performance_comparison"
3028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3029   reference:
3030     title: "rls1807"
3031     data:
3032       csit-vpp-perf-verify-1807-3n-skx:
3033       - 28  # MRR sel
3034       - 32  # MRR sel
3035       - 36  # MRR sel
3036       - 42  # MRR sel
3037       - 47  # MRR sel
3038       - 48  # MRR sel
3039       - 51  # MRR sel
3040       - 52  # MRR sel
3041       - 53  # MRR sel
3042   compare:
3043     title: "rls1810"
3044     data:
3045       csit-vpp-perf-verify-1810-3n-skx:
3046       - 9   # MRR sel
3047       - 11  # MRR sel
3048       - 12  # MRR sel
3049       - 13  # MRR sel
3050   data: "vpp-performance-changes-3n-skx-mrr"
3051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3052   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3053   parameters:
3054   - "name"
3055   - "parent"
3056   - "result"
3057
3058 # VPP Performance Changes 2n-skx 2t1c MRR
3059 -
3060   type: "table"
3061   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3062   algorithm: "table_performance_comparison"
3063   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3064   reference:
3065     title: "rls1807"
3066     data:
3067       csit-vpp-perf-verify-1807-2n-skx:
3068       - 31  # MRR sel
3069       - 33  # MRR sel
3070       - 37  # MRR sel
3071       - 38  # MRR sel
3072       - 41  # MRR sel
3073       - 43  # MRR sel
3074       - 44  # MRR sel
3075       - 45  # MRR sel
3076       - 46  # MRR sel
3077       - 47  # MRR sel
3078   compare:
3079     title: "rls1810"
3080     data:
3081       csit-vpp-perf-verify-1810-2n-skx:
3082       - 8   # MRR sel
3083       - 10  # MRR sel
3084       - 11  # MRR sel
3085       - 12  # MRR sel
3086   data: "vpp-performance-changes-2n-skx-mrr"
3087   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3088   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3089   parameters:
3090   - "name"
3091   - "parent"
3092   - "result"
3093
3094 # VPP Performance Changes 2n-skx 4t2c MRR
3095 -
3096   type: "table"
3097   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3098   algorithm: "table_performance_comparison"
3099   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3100   reference:
3101     title: "rls1807"
3102     data:
3103       csit-vpp-perf-verify-1807-2n-skx:
3104       - 31  # MRR sel
3105       - 33  # MRR sel
3106       - 37  # MRR sel
3107       - 38  # MRR sel
3108       - 41  # MRR sel
3109       - 43  # MRR sel
3110       - 44  # MRR sel
3111       - 45  # MRR sel
3112       - 46  # MRR sel
3113       - 47  # MRR sel
3114   compare:
3115     title: "rls1810"
3116     data:
3117       csit-vpp-perf-verify-1810-2n-skx:
3118       - 8   # MRR sel
3119       - 10  # MRR sel
3120       - 11  # MRR sel
3121       - 12  # MRR sel
3122   data: "vpp-performance-changes-2n-skx-mrr"
3123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3124   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3125   parameters:
3126   - "name"
3127   - "parent"
3128   - "result"
3129
3130 # VPP Performance Changes 2n-skx 8t4c MRR
3131 -
3132   type: "table"
3133   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3134   algorithm: "table_performance_comparison"
3135   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3136   reference:
3137     title: "rls1807"
3138     data:
3139       csit-vpp-perf-verify-1807-2n-skx:
3140       - 31  # MRR sel
3141       - 33  # MRR sel
3142       - 37  # MRR sel
3143       - 38  # MRR sel
3144       - 41  # MRR sel
3145       - 43  # MRR sel
3146       - 44  # MRR sel
3147       - 45  # MRR sel
3148       - 46  # MRR sel
3149       - 47  # MRR sel
3150   compare:
3151     title: "rls1810"
3152     data:
3153       csit-vpp-perf-verify-1810-2n-skx:
3154       - 8   # MRR sel
3155       - 10  # MRR sel
3156       - 11  # MRR sel
3157       - 12  # MRR sel
3158   data: "vpp-performance-changes-2n-skx-mrr"
3159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3160   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3161   parameters:
3162   - "name"
3163   - "parent"
3164   - "result"
3165
3166 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3167 -
3168   type: "table"
3169   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3170   algorithm: "table_performance_comparison"
3171   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3172   reference:
3173     title: "3-Node Hsw"
3174     data:
3175       csit-vpp-perf-verify-1810-3n-hsw:
3176       - 9   # MRR sel
3177   compare:
3178     title: "3-Node Skx"
3179     data:
3180       csit-vpp-perf-verify-1810-3n-skx:
3181       - 9   # MRR sel
3182       - 11  # MRR sel
3183       - 12  # MRR sel
3184       - 13  # MRR sel
3185   data: "vpp-compare-testbeds-mrr"
3186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3187   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3188   parameters:
3189   - "name"
3190   - "parent"
3191   - "result"
3192
3193 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3194 -
3195   type: "table"
3196   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3197   algorithm: "table_performance_comparison"
3198   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3199   reference:
3200     title: "3-Node Hsw"
3201     data:
3202       csit-vpp-perf-verify-1810-3n-hsw:
3203       - 9   # MRR sel
3204   compare:
3205     title: "3-Node Skx"
3206     data:
3207       csit-vpp-perf-verify-1810-3n-skx:
3208       - 9   # MRR sel
3209       - 11  # MRR sel
3210       - 12  # MRR sel
3211       - 13  # MRR sel
3212   data: "vpp-compare-testbeds-mrr"
3213   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3214   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3215   parameters:
3216   - "name"
3217   - "parent"
3218   - "result"
3219
3220 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3221 -
3222   type: "table"
3223   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3224   algorithm: "table_performance_comparison"
3225   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3226   reference:
3227     title: "3-Node Hsw"
3228     data:
3229       csit-vpp-perf-verify-1810-3n-hsw:
3230       - 9   # MRR sel
3231   compare:
3232     title: "3-Node Skx"
3233     data:
3234       csit-vpp-perf-verify-1810-3n-skx:
3235       - 9   # MRR sel
3236       - 11  # MRR sel
3237       - 12  # MRR sel
3238       - 13  # MRR sel
3239   data: "vpp-compare-testbeds-mrr"
3240   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3241   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3242   parameters:
3243   - "name"
3244   - "parent"
3245   - "result"
3246
3247 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3248 -
3249   type: "table"
3250   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3251   algorithm: "table_performance_comparison"
3252   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3253   reference:
3254     title: "3-Node Skx"
3255     data:
3256       csit-vpp-perf-verify-1810-3n-skx:
3257       - 9   # MRR sel
3258       - 11  # MRR sel
3259       - 12  # MRR sel
3260       - 13  # MRR sel
3261   compare:
3262     title: "2-Node Skx"
3263     data:
3264       csit-vpp-perf-verify-1810-2n-skx:
3265       - 8   # MRR sel
3266       - 10  # MRR sel
3267       - 11  # MRR sel
3268       - 12  # MRR sel
3269   data: "vpp-compare-topologies-mrr"
3270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3271   filter: "'MRR' and '1C'"
3272   parameters:
3273   - "name"
3274   - "parent"
3275   - "result"
3276
3277 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3278 -
3279   type: "table"
3280   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3281   algorithm: "table_performance_comparison"
3282   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3283   reference:
3284     title: "3-Node Skx"
3285     data:
3286       csit-vpp-perf-verify-1810-3n-skx:
3287       - 9   # MRR sel
3288       - 11  # MRR sel
3289       - 12  # MRR sel
3290       - 13  # MRR sel
3291   compare:
3292     title: "2-Node Skx"
3293     data:
3294       csit-vpp-perf-verify-1810-2n-skx:
3295       - 8   # MRR sel
3296       - 10  # MRR sel
3297       - 11  # MRR sel
3298       - 12  # MRR sel
3299   data: "vpp-compare-topologies-mrr"
3300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3301   filter: "'MRR' and '2C'"
3302   parameters:
3303   - "name"
3304   - "parent"
3305   - "result"
3306
3307 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3308 -
3309   type: "table"
3310   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3311   algorithm: "table_performance_comparison"
3312   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3313   reference:
3314     title: "3-Node Skx"
3315     data:
3316       csit-vpp-perf-verify-1810-3n-skx:
3317       - 9   # MRR sel
3318       - 11  # MRR sel
3319       - 12  # MRR sel
3320       - 13  # MRR sel
3321   compare:
3322     title: "2-Node Skx"
3323     data:
3324       csit-vpp-perf-verify-1810-2n-skx:
3325       - 8   # MRR sel
3326       - 10  # MRR sel
3327       - 11  # MRR sel
3328       - 12  # MRR sel
3329   data: "vpp-compare-topologies-mrr"
3330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3331   filter: "'MRR' and '4C'"
3332   parameters:
3333   - "name"
3334   - "parent"
3335   - "result"
3336
3337 # Detailed Test Results - VPP Performance Results 3n-hsw
3338 -
3339   type: "table"
3340   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3341   algorithm: "table_merged_details"
3342   output-file-ext: ".csv"
3343   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3344   columns:
3345   -
3346     title: "Name"
3347     data: "data name"
3348   -
3349     title: "Status"
3350     data: "data msg"
3351   rows: "generated"
3352   data: "vpp-perf-results-3n-hsw"
3353   filter: "not 'NDRCHK' and not 'PDRCHK'"
3354   parameters:
3355   - "name"
3356   - "parent"
3357   - "msg"
3358
3359 # Detailed Test Results - VPP Performance Results 3n-skx
3360 -
3361   type: "table"
3362   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3363   algorithm: "table_merged_details"
3364   output-file-ext: ".csv"
3365   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3366   columns:
3367   -
3368     title: "Name"
3369     data: "data name"
3370   -
3371     title: "Status"
3372     data: "data msg"
3373   rows: "generated"
3374   data: "vpp-perf-results-3n-skx"
3375   filter: "not 'NDRCHK' and not 'PDRCHK'"
3376   parameters:
3377   - "name"
3378   - "parent"
3379   - "msg"
3380
3381 # Detailed Test Results - VPP Performance Results 2n-skx
3382 -
3383   type: "table"
3384   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3385   algorithm: "table_merged_details"
3386   output-file-ext: ".csv"
3387   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3388   columns:
3389   -
3390     title: "Name"
3391     data: "data name"
3392   -
3393     title: "Status"
3394     data: "data msg"
3395   rows: "generated"
3396   data: "vpp-perf-results-2n-skx"
3397   filter: "not 'NDRCHK' and not 'PDRCHK'"
3398   parameters:
3399   - "name"
3400   - "parent"
3401   - "msg"
3402
3403 # Detailed Test Results - VPP Performance Results 2n-dnv
3404 -
3405   type: "table"
3406   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3407   algorithm: "table_details"
3408   output-file-ext: ".csv"
3409   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3410   columns:
3411   -
3412     title: "Name"
3413     data: "data name"
3414   -
3415     title: "Status"
3416     data: "data msg"
3417   rows: "generated"
3418   data: "intel-dnv-vpp"
3419   filter: "'NDRPDR'"
3420   parameters:
3421   - "name"
3422   - "parent"
3423   - "msg"
3424
3425 # Test configuration - VPP Performance Test Configs 3n-hsw
3426 -
3427   type: "table"
3428   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3429   algorithm: "table_merged_details"
3430   output-file-ext: ".csv"
3431   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3432   columns:
3433   -
3434     title: "Name"
3435     data: "data name"
3436   -
3437     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3438     data: "data vat-history"
3439   rows: "generated"
3440   data: "vpp-perf-results-3n-hsw"
3441   filter: "not 'NDRCHK' and not 'PDRCHK'"
3442   parameters:
3443   - "parent"
3444   - "name"
3445   - "vat-history"
3446
3447 # Test configuration - VPP Performance Test Configs 3n-skx
3448 -
3449   type: "table"
3450   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3451   algorithm: "table_merged_details"
3452   output-file-ext: ".csv"
3453   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3454   columns:
3455   -
3456     title: "Name"
3457     data: "data name"
3458   -
3459     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3460     data: "data vat-history"
3461   rows: "generated"
3462   data: "vpp-perf-results-3n-skx"
3463   filter: "not 'NDRCHK' and not 'PDRCHK'"
3464   parameters:
3465   - "parent"
3466   - "name"
3467   - "vat-history"
3468
3469 # Test configuration - VPP Performance Test Configs 2n-skx
3470 -
3471   type: "table"
3472   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3473   algorithm: "table_merged_details"
3474   output-file-ext: ".csv"
3475   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3476   columns:
3477   -
3478     title: "Name"
3479     data: "data name"
3480   -
3481     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3482     data: "data vat-history"
3483   rows: "generated"
3484   data: "vpp-perf-results-2n-skx"
3485   filter: "not 'NDRCHK' and not 'PDRCHK'"
3486   parameters:
3487   - "parent"
3488   - "name"
3489   - "vat-history"
3490
3491 # Test configuration - VPP Performance Test Configs 2n-dnv
3492 -
3493   type: "table"
3494   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3495   algorithm: "table_details"
3496   output-file-ext: ".csv"
3497   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3498   columns:
3499   -
3500     title: "Name"
3501     data: "data name"
3502   -
3503     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3504     data: "data vat-history"
3505   rows: "generated"
3506   data: "intel-dnv-vpp"
3507   filter: "'NDRPDR'"
3508   parameters:
3509   - "parent"
3510   - "name"
3511   - "vat-history"
3512
3513 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3514 -
3515   type: "table"
3516   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3517   algorithm: "table_merged_details"
3518   output-file-ext: ".csv"
3519   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3520   columns:
3521   -
3522     title: "Name"
3523     data: "data name"
3524   -
3525     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3526     data: "data show-run"
3527   rows: "generated"
3528   data: "vpp-perf-results-3n-hsw"
3529   filter: "not 'NDRCHK' and not 'PDRCHK'"
3530   parameters:
3531   - "parent"
3532   - "name"
3533   - "show-run"
3534
3535 # Test Operational Data - VPP Performance Operational Data 3n-skx
3536 -
3537   type: "table"
3538   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3539   algorithm: "table_merged_details"
3540   output-file-ext: ".csv"
3541   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3542   columns:
3543   -
3544     title: "Name"
3545     data: "data name"
3546   -
3547     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3548     data: "data show-run"
3549   rows: "generated"
3550   data: "vpp-perf-results-3n-skx"
3551   filter: "not 'NDRCHK' and not 'PDRCHK'"
3552   parameters:
3553   - "parent"
3554   - "name"
3555   - "show-run"
3556
3557 # Test Operational Data - VPP Performance Operational Data 2n-skx
3558 -
3559   type: "table"
3560   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3561   algorithm: "table_merged_details"
3562   output-file-ext: ".csv"
3563   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3564   columns:
3565   -
3566     title: "Name"
3567     data: "data name"
3568   -
3569     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3570     data: "data show-run"
3571   rows: "generated"
3572   data: "vpp-perf-results-2n-skx"
3573   filter: "not 'NDRCHK' and not 'PDRCHK'"
3574   parameters:
3575   - "parent"
3576   - "name"
3577   - "show-run"
3578
3579 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3580 -
3581   type: "table"
3582   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3583   algorithm: "table_details"
3584   output-file-ext: ".csv"
3585   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3586   columns:
3587   -
3588     title: "Name"
3589     data: "data name"
3590   -
3591     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3592     data: "data show-run"
3593   rows: "generated"
3594   data: "intel-dnv-vpp"
3595   filter: "'NDRPDR'"
3596   parameters:
3597   - "parent"
3598   - "name"
3599   - "show-run"
3600
3601 # Detailed Test Results - VPP MRR Results 3n-hsw
3602 -
3603   type: "table"
3604   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3605   algorithm: "table_details"
3606   output-file-ext: ".csv"
3607   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3608   columns:
3609   -
3610     title: "Name"
3611     data: "data name"
3612   -
3613     title: "Status"
3614     data: "data msg"
3615   rows: "generated"
3616   data: "vpp-mrr-results-3n-hsw"
3617   filter: "'MRR'"
3618   parameters:
3619   - "name"
3620   - "parent"
3621   - "msg"
3622
3623 # Detailed Test Results - VPP MRR Results 3n-skx
3624 -
3625   type: "table"
3626   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3627   algorithm: "table_details"
3628   output-file-ext: ".csv"
3629   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3630   columns:
3631   -
3632     title: "Name"
3633     data: "data name"
3634   -
3635     title: "Status"
3636     data: "data msg"
3637   rows: "generated"
3638   data: "vpp-mrr-results-3n-skx"
3639   filter: "'MRR'"
3640   parameters:
3641   - "name"
3642   - "parent"
3643   - "msg"
3644
3645 # Detailed Test Results - VPP MRR Results 2n-skx
3646 -
3647   type: "table"
3648   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3649   algorithm: "table_details"
3650   output-file-ext: ".csv"
3651   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3652   columns:
3653   -
3654     title: "Name"
3655     data: "data name"
3656   -
3657     title: "Status"
3658     data: "data msg"
3659   rows: "generated"
3660   data: "vpp-mrr-results-2n-skx"
3661   filter: "'MRR'"
3662   parameters:
3663   - "name"
3664   - "parent"
3665   - "msg"
3666
3667 # Detailed Test Results - VPP MRR Results 2n-dnv
3668 -
3669   type: "table"
3670   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3671   algorithm: "table_details"
3672   output-file-ext: ".csv"
3673   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3674   columns:
3675   -
3676     title: "Name"
3677     data: "data name"
3678   -
3679     title: "Status"
3680     data: "data msg"
3681   rows: "generated"
3682   data: "intel-dnv-vpp"
3683   filter: "'MRR'"
3684   parameters:
3685   - "name"
3686   - "parent"
3687   - "msg"
3688
3689 # Test configuration - VPP MRR Test Configs 3n-hsw
3690 -
3691   type: "table"
3692   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3693   algorithm: "table_details"
3694   output-file-ext: ".csv"
3695   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3696   columns:
3697   -
3698     title: "Name"
3699     data: "data name"
3700   -
3701     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3702     data: "data vat-history"
3703   rows: "generated"
3704   data: "vpp-mrr-results-3n-hsw"
3705   filter: "'MRR'"
3706   parameters:
3707   - "parent"
3708   - "name"
3709   - "vat-history"
3710
3711 # Test configuration - VPP MRR Test Configs 3n-skx
3712 -
3713   type: "table"
3714   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3715   algorithm: "table_details"
3716   output-file-ext: ".csv"
3717   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3718   columns:
3719   -
3720     title: "Name"
3721     data: "data name"
3722   -
3723     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3724     data: "data vat-history"
3725   rows: "generated"
3726   data: "vpp-mrr-results-3n-skx"
3727   filter: "'MRR'"
3728   parameters:
3729   - "parent"
3730   - "name"
3731   - "vat-history"
3732
3733 # Test configuration - VPP MRR Test Configs 2n-skx
3734 -
3735   type: "table"
3736   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3737   algorithm: "table_details"
3738   output-file-ext: ".csv"
3739   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3740   columns:
3741   -
3742     title: "Name"
3743     data: "data name"
3744   -
3745     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3746     data: "data vat-history"
3747   rows: "generated"
3748   data: "vpp-mrr-results-2n-skx"
3749   filter: "'MRR'"
3750   parameters:
3751   - "parent"
3752   - "name"
3753   - "vat-history"
3754
3755 # Test configuration - VPP MRR Test Configs 2n-dnv
3756 -
3757   type: "table"
3758   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3759   algorithm: "table_details"
3760   output-file-ext: ".csv"
3761   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3762   columns:
3763   -
3764     title: "Name"
3765     data: "data name"
3766   -
3767     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3768     data: "data vat-history"
3769   rows: "generated"
3770   data: "intel-dnv-vpp"
3771   filter: "'MRR'"
3772   parameters:
3773   - "parent"
3774   - "name"
3775   - "vat-history"
3776
3777 # Detailed Test Results - VPP Functional Results - Ubuntu
3778 -
3779   type: "table"
3780   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3781   algorithm: "table_details"
3782   output-file-ext: ".csv"
3783   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3784   columns:
3785   -
3786     title: "Name"
3787     data: "data name"
3788   -
3789     title: "Documentation"
3790     data: "data doc"
3791   -
3792     title: "Status"
3793     data: "data status"
3794   rows: "generated"
3795   data: "vpp-func-results-ubuntu"
3796   filter: "all"
3797   parameters:
3798   - "name"
3799   - "parent"
3800   - "doc"
3801   - "status"
3802
3803 # Detailed Test Results - VPP Functional Results - CentOS
3804 -
3805   type: "table"
3806   title: "Detailed Test Results - VPP Functional Results - CentOS"
3807   algorithm: "table_details"
3808   output-file-ext: ".csv"
3809   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3810   columns:
3811   -
3812     title: "Name"
3813     data: "data name"
3814   -
3815     title: "Documentation"
3816     data: "data doc"
3817   -
3818     title: "Status"
3819     data: "data status"
3820   rows: "generated"
3821   data:
3822     "vpp-func-results-centos"
3823   filter: "all"
3824   parameters:
3825   - "name"
3826   - "parent"
3827   - "doc"
3828   - "status"
3829
3830 # Test configuration - VPP Functional Test Configs - Ubuntu
3831 -
3832   type: "table"
3833   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3834   algorithm: "table_details"
3835   output-file-ext: ".csv"
3836   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3837   columns:
3838   -
3839     title: "Name"
3840     data: "data name"
3841   -
3842     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3843     data: "data vat-history"
3844   rows: "generated"
3845   data: "vpp-func-results-ubuntu"
3846   filter: "all"
3847   parameters:
3848   - "parent"
3849   - "name"
3850   - "vat-history"
3851
3852 # Test configuration - VPP Functional Test Configs - CentOS
3853 -
3854   type: "table"
3855   title: "Test configuration - VPP Functional Test Configs - CentOS"
3856   algorithm: "table_details"
3857   output-file-ext: ".csv"
3858   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3859   columns:
3860   -
3861     title: "Name"
3862     data: "data name"
3863   -
3864     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3865     data: "data vat-history"
3866   rows: "generated"
3867   data: "vpp-func-results-centos"
3868   filter: "all"
3869   parameters:
3870   - "parent"
3871   - "name"
3872   - "vat-history"
3873
3874 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3875 -
3876   type: "table"
3877   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3878   algorithm: "table_details"
3879   output-file-ext: ".csv"
3880   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3881   columns:
3882   -
3883     title: "Name"
3884     data: "data name"
3885   -
3886     title: "Status"
3887     data: "data msg"
3888   rows: "generated"
3889   data: "ligato-perf-results-3n-hsw"
3890   filter: "all"
3891   parameters:
3892   - "name"
3893   - "parent"
3894   - "msg"
3895
3896 # Detailed Test Results - VPP Device Results - Ubuntu
3897 -
3898   type: "table"
3899   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3900   algorithm: "table_details"
3901   output-file-ext: ".csv"
3902   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3903   columns:
3904   -
3905     title: "Name"
3906     data: "data name"
3907   -
3908     title: "Documentation"
3909     data: "data doc"
3910   -
3911     title: "Status"
3912     data: "data status"
3913   rows: "generated"
3914   data: "vpp-device-results-ubuntu"
3915   filter: "all"
3916   parameters:
3917   - "name"
3918   - "parent"
3919   - "doc"
3920   - "status"
3921
3922 # Test configuration - VPP Device Test Configs - Ubuntu
3923 -
3924   type: "table"
3925   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3926   algorithm: "table_details"
3927   output-file-ext: ".csv"
3928   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3929   columns:
3930   -
3931     title: "Name"
3932     data: "data name"
3933   -
3934     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3935     data: "data vat-history"
3936   rows: "generated"
3937   data: "vpp-device-results-ubuntu"
3938   filter: "all"
3939   parameters:
3940   - "parent"
3941   - "name"
3942   - "vat-history"
3943
3944 ################################################################################
3945
3946 # DPDK Performance Changes 3n-hsw 1t1c pdr
3947 -
3948   type: "table"
3949   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3950   algorithm: "table_performance_comparison"
3951   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3952   history:
3953     -
3954       title: "rls1804"
3955       data:
3956         csit-dpdk-perf-1804-all:
3957         - 4
3958         - 5
3959         - 6
3960         - 7
3961         - 8
3962         - 9
3963         - 10
3964         - 11
3965         - 12
3966         - 13
3967   reference:
3968     title: "rls1807"
3969     data:
3970       csit-dpdk-perf-verify-1807-3n-hsw:
3971       - 11
3972       - 12  # full
3973       - 14
3974       - 15
3975       - 16
3976       - 17
3977       - 20
3978       - 21
3979       - 22
3980       - 23
3981   compare:
3982     title: "rls1810"
3983     data:
3984       csit-dpdk-perf-verify-1810-3n-hsw:
3985       - 1   # NDRPDR sel
3986       - 2   # NDRPDR sel
3987       - 3   # NDRPDR sel
3988       - 4   # NDRPDR sel
3989       - 5   # NDRPDR sel
3990       - 6   # NDRPDR sel
3991       - 7   # NDRPDR sel
3992       - 8   # NDRPDR sel
3993       - 9   # NDRPDR sel
3994       - 10  # NDRPDR sel
3995   data: "dpdk-performance-changes-3n-hsw"
3996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3997   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3998   parameters:
3999   - "name"
4000   - "parent"
4001   - "throughput"
4002
4003 # DPDK Performance Changes 3n-hsw 2t2c pdr
4004 -
4005   type: "table"
4006   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4007   algorithm: "table_performance_comparison"
4008   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4009   history:
4010     -
4011       title: "rls1804"
4012       data:
4013         csit-dpdk-perf-1804-all:
4014         - 4
4015         - 5
4016         - 6
4017         - 7
4018         - 8
4019         - 9
4020         - 10
4021         - 11
4022         - 12
4023         - 13
4024   reference:
4025     title: "rls1807"
4026     data:
4027       csit-dpdk-perf-verify-1807-3n-hsw:
4028       - 11
4029       - 12  # full
4030       - 14
4031       - 15
4032       - 16
4033       - 17
4034       - 20
4035       - 21
4036       - 22
4037       - 23
4038   compare:
4039     title: "rls1810"
4040     data:
4041       csit-dpdk-perf-verify-1810-3n-hsw:
4042       - 1   # NDRPDR sel
4043       - 2   # NDRPDR sel
4044       - 3   # NDRPDR sel
4045       - 4   # NDRPDR sel
4046       - 5   # NDRPDR sel
4047       - 6   # NDRPDR sel
4048       - 7   # NDRPDR sel
4049       - 8   # NDRPDR sel
4050       - 9   # NDRPDR sel
4051       - 10  # NDRPDR sel
4052   data: "dpdk-performance-changes-3n-hsw"
4053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4054   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4055   parameters:
4056   - "name"
4057   - "parent"
4058   - "throughput"
4059
4060 # DPDK Performance Changes 3n-hsw 1t1c ndr
4061 -
4062   type: "table"
4063   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4064   algorithm: "table_performance_comparison"
4065   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4066   history:
4067     -
4068       title: "rls1804"
4069       data:
4070         csit-dpdk-perf-1804-all:
4071         - 4
4072         - 5
4073         - 6
4074         - 7
4075         - 8
4076         - 9
4077         - 10
4078         - 11
4079         - 12
4080         - 13
4081   reference:
4082     title: "rls1807"
4083     data:
4084       csit-dpdk-perf-verify-1807-3n-hsw:
4085       - 11
4086       - 12  # full
4087       - 14
4088       - 15
4089       - 16
4090       - 17
4091       - 20
4092       - 21
4093       - 22
4094       - 23
4095   compare:
4096     title: "rls1810"
4097     data:
4098       csit-dpdk-perf-verify-1810-3n-hsw:
4099       - 1   # NDRPDR sel
4100       - 2   # NDRPDR sel
4101       - 3   # NDRPDR sel
4102       - 4   # NDRPDR sel
4103       - 5   # NDRPDR sel
4104       - 6   # NDRPDR sel
4105       - 7   # NDRPDR sel
4106       - 8   # NDRPDR sel
4107       - 9   # NDRPDR sel
4108       - 10  # NDRPDR sel
4109   data: "dpdk-performance-changes-3n-hsw"
4110   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4111   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4112   parameters:
4113   - "name"
4114   - "parent"
4115   - "throughput"
4116
4117 # DPDK Performance Changes 3n-hsw 2t2c ndr
4118 -
4119   type: "table"
4120   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4121   algorithm: "table_performance_comparison"
4122   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4123   history:
4124     -
4125       title: "rls1804"
4126       data:
4127         csit-dpdk-perf-1804-all:
4128         - 4
4129         - 5
4130         - 6
4131         - 7
4132         - 8
4133         - 9
4134         - 10
4135         - 11
4136         - 12
4137         - 13
4138   reference:
4139     title: "rls1807"
4140     data:
4141       csit-dpdk-perf-verify-1807-3n-hsw:
4142       - 11
4143       - 12  # full
4144       - 14
4145       - 15
4146       - 16
4147       - 17
4148       - 20
4149       - 21
4150       - 22
4151       - 23
4152   compare:
4153     title: "rls1810"
4154     data:
4155       csit-dpdk-perf-verify-1810-3n-hsw:
4156       - 1   # NDRPDR sel
4157       - 2   # NDRPDR sel
4158       - 3   # NDRPDR sel
4159       - 4   # NDRPDR sel
4160       - 5   # NDRPDR sel
4161       - 6   # NDRPDR sel
4162       - 7   # NDRPDR sel
4163       - 8   # NDRPDR sel
4164       - 9   # NDRPDR sel
4165       - 10  # NDRPDR sel
4166   data: "dpdk-performance-changes-3n-hsw"
4167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4168   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4169   parameters:
4170   - "name"
4171   - "parent"
4172   - "throughput"
4173
4174 # DPDK Performance Changes 3n-skx 2t1c pdr
4175 -
4176   type: "table"
4177   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4178   algorithm: "table_performance_comparison"
4179   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4180   reference:
4181     title: "rls1807"
4182     data:
4183       csit-dpdk-perf-verify-1807-3n-skx:
4184       - 1   # NDRPDR sel
4185       - 2   # NDRPDR sel
4186       - 3   # NDRPDR sel
4187       - 6   # NDRPDR sel
4188       - 7   # NDRPDR sel
4189       - 8   # NDRPDR sel
4190       - 9   # NDRPDR sel
4191       - 10  # NDRPDR sel
4192       - 11  # NDRPDR sel
4193       - 12  # NDRPDR sel
4194   compare:
4195     title: "rls1810"
4196     data:
4197       csit-dpdk-perf-verify-1810-3n-skx:
4198       - 3   # NDRPDR sel
4199       - 4   # NDRPDR sel
4200       - 6   # NDRPDR sel
4201       - 7   # NDRPDR sel
4202       - 8   # NDRPDR sel
4203       - 9   # NDRPDR sel
4204       - 10  # NDRPDR sel
4205       - 11  # NDRPDR sel
4206       - 12  # NDRPDR sel
4207       - 13  # NDRPDR sel
4208   data: "dpdk-performance-changes-3n-skx"
4209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4210   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4211   parameters:
4212   - "name"
4213   - "parent"
4214   - "throughput"
4215
4216 # DPDK Performance Changes 3n-skx 4t2c pdr
4217 -
4218   type: "table"
4219   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4220   algorithm: "table_performance_comparison"
4221   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4222   reference:
4223     title: "rls1807"
4224     data:
4225       csit-dpdk-perf-verify-1807-3n-skx:
4226       - 1   # NDRPDR sel
4227       - 2   # NDRPDR sel
4228       - 3   # NDRPDR sel
4229       - 6   # NDRPDR sel
4230       - 7   # NDRPDR sel
4231       - 8   # NDRPDR sel
4232       - 9   # NDRPDR sel
4233       - 10  # NDRPDR sel
4234       - 11  # NDRPDR sel
4235       - 12  # NDRPDR sel
4236   compare:
4237     title: "rls1810"
4238     data:
4239       csit-dpdk-perf-verify-1810-3n-skx:
4240       - 3   # NDRPDR sel
4241       - 4   # NDRPDR sel
4242       - 6   # NDRPDR sel
4243       - 7   # NDRPDR sel
4244       - 8   # NDRPDR sel
4245       - 9   # NDRPDR sel
4246       - 10  # NDRPDR sel
4247       - 11  # NDRPDR sel
4248       - 12  # NDRPDR sel
4249       - 13  # NDRPDR sel
4250   data: "dpdk-performance-changes-3n-skx"
4251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4252   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4253   parameters:
4254   - "name"
4255   - "parent"
4256   - "throughput"
4257
4258 # DPDK Performance Changes 3n-skx 2t1c ndr
4259 -
4260   type: "table"
4261   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4262   algorithm: "table_performance_comparison"
4263   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4264   reference:
4265     title: "rls1807"
4266     data:
4267       csit-dpdk-perf-verify-1807-3n-skx:
4268       - 1   # NDRPDR sel
4269       - 2   # NDRPDR sel
4270       - 3   # NDRPDR sel
4271       - 6   # NDRPDR sel
4272       - 7   # NDRPDR sel
4273       - 8   # NDRPDR sel
4274       - 9   # NDRPDR sel
4275       - 10  # NDRPDR sel
4276       - 11  # NDRPDR sel
4277       - 12  # NDRPDR sel
4278   compare:
4279     title: "rls1810"
4280     data:
4281       csit-dpdk-perf-verify-1810-3n-skx:
4282       - 3   # NDRPDR sel
4283       - 4   # NDRPDR sel
4284       - 6   # NDRPDR sel
4285       - 7   # NDRPDR sel
4286       - 8   # NDRPDR sel
4287       - 9   # NDRPDR sel
4288       - 10  # NDRPDR sel
4289       - 11  # NDRPDR sel
4290       - 12  # NDRPDR sel
4291       - 13  # NDRPDR sel
4292   data: "dpdk-performance-changes-3n-skx"
4293   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4294   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4295   parameters:
4296   - "name"
4297   - "parent"
4298   - "throughput"
4299
4300 # DPDK Performance Changes 3n-skx 4t2c ndr
4301 -
4302   type: "table"
4303   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4304   algorithm: "table_performance_comparison"
4305   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4306   reference:
4307     title: "rls1807"
4308     data:
4309       csit-dpdk-perf-verify-1807-3n-skx:
4310       - 1   # NDRPDR sel
4311       - 2   # NDRPDR sel
4312       - 3   # NDRPDR sel
4313       - 6   # NDRPDR sel
4314       - 7   # NDRPDR sel
4315       - 8   # NDRPDR sel
4316       - 9   # NDRPDR sel
4317       - 10  # NDRPDR sel
4318       - 11  # NDRPDR sel
4319       - 12  # NDRPDR sel
4320   compare:
4321     title: "rls1810"
4322     data:
4323       csit-dpdk-perf-verify-1810-3n-skx:
4324       - 3   # NDRPDR sel
4325       - 4   # NDRPDR sel
4326       - 6   # NDRPDR sel
4327       - 7   # NDRPDR sel
4328       - 8   # NDRPDR sel
4329       - 9   # NDRPDR sel
4330       - 10  # NDRPDR sel
4331       - 11  # NDRPDR sel
4332       - 12  # NDRPDR sel
4333       - 13  # NDRPDR sel
4334   data: "dpdk-performance-changes-3n-skx"
4335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4336   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4337   parameters:
4338   - "name"
4339   - "parent"
4340   - "throughput"
4341
4342 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4343 -
4344   type: "table"
4345   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4346   algorithm: "table_performance_comparison"
4347   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4348   reference:
4349     title: "3-Node Hsw"
4350     data:
4351       csit-dpdk-perf-verify-1810-3n-hsw:
4352       - 1   # NDRPDR sel
4353       - 2   # NDRPDR sel
4354       - 3   # NDRPDR sel
4355       - 4   # NDRPDR sel
4356       - 5   # NDRPDR sel
4357       - 6   # NDRPDR sel
4358       - 7   # NDRPDR sel
4359       - 8   # NDRPDR sel
4360       - 9   # NDRPDR sel
4361       - 10  # NDRPDR sel
4362   compare:
4363     title: "3-Node Skx"
4364     data:
4365       csit-dpdk-perf-verify-1810-3n-skx:
4366       - 3   # NDRPDR sel
4367       - 4   # NDRPDR sel
4368       - 6   # NDRPDR sel
4369       - 7   # NDRPDR sel
4370       - 8   # NDRPDR sel
4371       - 9   # NDRPDR sel
4372       - 10  # NDRPDR sel
4373       - 11  # NDRPDR sel
4374       - 12  # NDRPDR sel
4375       - 13  # NDRPDR sel
4376   data: "dpdk-compare-testbeds"
4377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4378   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4379   parameters:
4380   - "name"
4381   - "parent"
4382   - "throughput"
4383
4384 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4385 -
4386   type: "table"
4387   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4388   algorithm: "table_performance_comparison"
4389   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4390   reference:
4391     title: "3-Node Skx"
4392     data:
4393       csit-dpdk-perf-verify-1810-3n-skx:
4394       - 3   # NDRPDR sel
4395       - 4   # NDRPDR sel
4396       - 6   # NDRPDR sel
4397       - 7   # NDRPDR sel
4398       - 8   # NDRPDR sel
4399       - 9   # NDRPDR sel
4400       - 10  # NDRPDR sel
4401       - 11  # NDRPDR sel
4402       - 12  # NDRPDR sel
4403       - 13  # NDRPDR sel
4404   compare:
4405     title: "2-Node Skx"
4406     data:
4407       csit-dpdk-perf-verify-1810-2n-skx:
4408       - 3   # NDRPDR sel
4409       - 4   # NDRPDR sel
4410       - 5   # NDRPDR sel
4411       - 7   # NDRPDR sel
4412       - 8   # NDRPDR sel
4413       - 9   # NDRPDR sel
4414       - 10  # NDRPDR sel
4415       - 11  # NDRPDR sel
4416       - 12  # NDRPDR sel
4417       - 13  # NDRPDR sel
4418   data: "dpdk-compare-topologies"
4419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4420   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4421   parameters:
4422   - "name"
4423   - "parent"
4424   - "throughput"
4425
4426 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4427 -
4428   type: "table"
4429   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4430   algorithm: "table_performance_comparison"
4431   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4432   reference:
4433     title: "3-Node Skx"
4434     data:
4435       csit-dpdk-perf-verify-1810-3n-skx:
4436       - 3   # NDRPDR sel
4437       - 4   # NDRPDR sel
4438       - 6   # NDRPDR sel
4439       - 7   # NDRPDR sel
4440       - 8   # NDRPDR sel
4441       - 9   # NDRPDR sel
4442       - 10  # NDRPDR sel
4443       - 11  # NDRPDR sel
4444       - 12  # NDRPDR sel
4445       - 13  # NDRPDR sel
4446   compare:
4447     title: "2-Node Skx"
4448     data:
4449       csit-dpdk-perf-verify-1810-2n-skx:
4450       - 3   # NDRPDR sel
4451       - 4   # NDRPDR sel
4452       - 5   # NDRPDR sel
4453       - 7   # NDRPDR sel
4454       - 8   # NDRPDR sel
4455       - 9   # NDRPDR sel
4456       - 10  # NDRPDR sel
4457       - 11  # NDRPDR sel
4458       - 12  # NDRPDR sel
4459       - 13  # NDRPDR sel
4460   data: "dpdk-compare-topologies"
4461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4462   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4463   parameters:
4464   - "name"
4465   - "parent"
4466   - "throughput"
4467
4468 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4469 -
4470   type: "table"
4471   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4472   algorithm: "table_performance_comparison"
4473   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4474   reference:
4475     title: "3-Node Hsw"
4476     data:
4477       csit-dpdk-perf-verify-1810-3n-hsw:
4478       - 1   # NDRPDR sel
4479       - 2   # NDRPDR sel
4480       - 3   # NDRPDR sel
4481       - 4   # NDRPDR sel
4482       - 5   # NDRPDR sel
4483       - 6   # NDRPDR sel
4484       - 7   # NDRPDR sel
4485       - 8   # NDRPDR sel
4486       - 9   # NDRPDR sel
4487       - 10  # NDRPDR sel
4488   compare:
4489     title: "3-Node Skx"
4490     data:
4491       csit-dpdk-perf-verify-1810-3n-skx:
4492       - 3   # NDRPDR sel
4493       - 4   # NDRPDR sel
4494       - 6   # NDRPDR sel
4495       - 7   # NDRPDR sel
4496       - 8   # NDRPDR sel
4497       - 9   # NDRPDR sel
4498       - 10  # NDRPDR sel
4499       - 11  # NDRPDR sel
4500       - 12  # NDRPDR sel
4501       - 13  # NDRPDR sel
4502   data: "dpdk-compare-testbeds"
4503   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4504   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4505   parameters:
4506   - "name"
4507   - "parent"
4508   - "throughput"
4509
4510 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4511 # NOTE: Not used in 18.10
4512 #-
4513 #  type: "table"
4514 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4515 #  algorithm: "table_performance_comparison"
4516 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4517 #  reference:
4518 #    title: "3-Node Hsw"
4519 #    data:
4520 #      csit-dpdk-perf-verify-1807-3n-hsw:
4521 #      - 11
4522 #      - 12  # full
4523 #      - 14
4524 #      - 15
4525 #      - 16
4526 #      - 17
4527 #      - 20
4528 #      - 21
4529 #      - 22
4530 #      - 23
4531 #  compare:
4532 #    title: "3-Node Skx"
4533 #    data:
4534 #      csit-dpdk-perf-verify-1807-3n-skx:
4535 #      - 1
4536 #      - 2
4537 #      - 3
4538 #      - 6
4539 #      - 7
4540 #      - 8
4541 #      - 9
4542 #      - 10
4543 #      - 11
4544 #      - 12
4545 #  data: "dpdk-compare-testbeds"
4546 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4547 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4548 #  parameters:
4549 #  - "name"
4550 #  - "parent"
4551 #  - "result"
4552
4553 # Detailed Test Results - DPDK Performance Results 3n-hsw
4554 -
4555   type: "table"
4556   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4557   algorithm: "table_details"
4558   output-file-ext: ".csv"
4559   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4560   columns:
4561   -
4562     title: "Name"
4563     data: "data name"
4564   -
4565     title: "Status"
4566     data: "data msg"
4567   rows: "generated"
4568   data: "dpdk-perf-results-3n-hsw"
4569   filter: "all"
4570   parameters:
4571   - "name"
4572   - "parent"
4573   - "msg"
4574
4575 # Detailed Test Results - DPDK Performance Results 3n-skx
4576 -
4577   type: "table"
4578   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4579   algorithm: "table_details"
4580   output-file-ext: ".csv"
4581   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4582   columns:
4583   -
4584     title: "Name"
4585     data: "data name"
4586   -
4587     title: "Status"
4588     data: "data msg"
4589   rows: "generated"
4590   data: "dpdk-perf-results-3n-skx"
4591   filter: "all"
4592   parameters:
4593   - "name"
4594   - "parent"
4595   - "msg"
4596
4597 # Detailed Test Results - DPDK Performance Results 2n-skx
4598 -
4599   type: "table"
4600   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4601   algorithm: "table_details"
4602   output-file-ext: ".csv"
4603   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4604   columns:
4605   -
4606     title: "Name"
4607     data: "data name"
4608   -
4609     title: "Status"
4610     data: "data msg"
4611   rows: "generated"
4612   data: "dpdk-perf-results-2n-skx"
4613   filter: "all"
4614   parameters:
4615   - "name"
4616   - "parent"
4617   - "msg"
4618
4619 ################################################################################
4620 # HoneyComb
4621 -
4622   type: "table"
4623   title: "Detailed Test Results - Honeycomb Functional Results"
4624   algorithm: "table_details"
4625   output-file-ext: ".csv"
4626   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4627   columns:
4628   -
4629     title: "Name"
4630     data: "data name"
4631   -
4632     title: "Documentation"
4633     data: "data doc"
4634   -
4635     title: "Status"
4636     data: "data status"
4637   rows: "generated"
4638   data:
4639     "hc-func-results"
4640   filter: "all"
4641   parameters:
4642   - "name"
4643   - "parent"
4644   - "doc"
4645   - "status"
4646
4647 ################################################################################
4648 # NSH SFC
4649 -
4650   type: "table"
4651   title: "Detailed Test Results - NSH SFC Functional Results"
4652   algorithm: "table_details"
4653   output-file-ext: ".csv"
4654   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4655   columns:
4656   -
4657     title: "Name"
4658     data: "data name"
4659   -
4660     title: "Documentation"
4661     data: "data doc"
4662   -
4663     title: "Status"
4664     data: "data status"
4665   rows: "generated"
4666   data:
4667     "nsh-func-results"
4668   filter: "all"
4669   parameters:
4670   - "name"
4671   - "parent"
4672   - "doc"
4673   - "status"
4674
4675 ################################################################################
4676 # DMM
4677 -
4678   type: "table"
4679   title: "Detailed Test Results - DMM Functional Results"
4680   algorithm: "table_details"
4681   output-file-ext: ".csv"
4682   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4683   columns:
4684   -
4685     title: "Name"
4686     data: "data name"
4687   -
4688     title: "Documentation"
4689     data: "data doc"
4690   -
4691     title: "Status"
4692     data: "data status"
4693   rows: "generated"
4694   data:
4695     "dmm-func-results"
4696   filter: "all"
4697   parameters:
4698   - "name"
4699   - "parent"
4700   - "doc"
4701   - "status"
4702
4703 ################################################################################
4704 ###                                F I L E S                                 ###
4705 ################################################################################
4706
4707 # VPP Performance Results 3n-hsw
4708 -
4709   type: "file"
4710   title: "VPP Performance Results 3n-hsw"
4711   algorithm: "file_test_results"
4712   output-file-ext: ".rst"
4713   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4714   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"
4715   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4716   data: "vpp-perf-results-3n-hsw"
4717   filter: "not 'NDRCHK' and not 'PDRCHK'"
4718   parameters:
4719   - "name"
4720   - "doc"
4721   - "level"
4722   - "parent"
4723   data-start-level: 3
4724
4725 # VPP Performance Results 3n-skx
4726 -
4727   type: "file"
4728   title: "VPP Performance Results 3n-skx"
4729   algorithm: "file_test_results"
4730   output-file-ext: ".rst"
4731   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4732   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"
4733   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4734   data: "vpp-perf-results-3n-skx"
4735   filter: "not 'NDRCHK' and not 'PDRCHK'"
4736   parameters:
4737   - "name"
4738   - "doc"
4739   - "level"
4740   - "parent"
4741   data-start-level: 3
4742
4743 # VPP Performance Results 2n-skx
4744 -
4745   type: "file"
4746   title: "VPP Performance Results 2n-skx"
4747   algorithm: "file_test_results"
4748   output-file-ext: ".rst"
4749   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4750   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"
4751   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4752   data: "vpp-perf-results-2n-skx"
4753   filter: "not 'NDRCHK' and not 'PDRCHK'"
4754   parameters:
4755   - "name"
4756   - "doc"
4757   - "level"
4758   - "parent"
4759   data-start-level: 3
4760
4761 # VPP Performance Results 2n-dnv
4762 -
4763   type: "file"
4764   title: "VPP Performance Results 2n-dnv"
4765   algorithm: "file_test_results"
4766   output-file-ext: ".rst"
4767   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4768   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"
4769   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4770   data: "intel-dnv-vpp"
4771   filter: "'NDRPDR'"
4772   parameters:
4773   - "name"
4774   - "doc"
4775   - "level"
4776   - "parent"
4777   data-start-level: 3
4778
4779 # VPP Performance Configuration 3n-hsw
4780 -
4781   type: "file"
4782   title: "VPP Performance Configuration 3n-hsw"
4783   algorithm: "file_test_results"
4784   output-file-ext: ".rst"
4785   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4786   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"
4787   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4788   data: "vpp-perf-results-3n-hsw"
4789   filter: "not 'NDRCHK' and not 'PDRCHK'"
4790   parameters:
4791   - "name"
4792   - "doc"
4793   - "level"
4794   - "parent"
4795   data-start-level: 3
4796
4797 # VPP Performance Configuration 3n-skx
4798 -
4799   type: "file"
4800   title: "VPP Performance Configuration 3n-skx"
4801   algorithm: "file_test_results"
4802   output-file-ext: ".rst"
4803   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4804   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"
4805   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4806   data: "vpp-perf-results-3n-skx"
4807   filter: "not 'NDRCHK' and not 'PDRCHK'"
4808   parameters:
4809   - "name"
4810   - "doc"
4811   - "level"
4812   - "parent"
4813   data-start-level: 3
4814
4815 # VPP Performance Configuration 2n-skx
4816 -
4817   type: "file"
4818   title: "VPP Performance Configuration 2n-skx"
4819   algorithm: "file_test_results"
4820   output-file-ext: ".rst"
4821   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4822   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"
4823   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4824   data: "vpp-perf-results-2n-skx"
4825   filter: "not 'NDRCHK' and not 'PDRCHK'"
4826   parameters:
4827   - "name"
4828   - "doc"
4829   - "level"
4830   - "parent"
4831   data-start-level: 3
4832
4833 # VPP Performance Configuration 2n-dnv
4834 -
4835   type: "file"
4836   title: "VPP Performance Configuration 2n-dnv"
4837   algorithm: "file_test_results"
4838   output-file-ext: ".rst"
4839   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4840   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"
4841   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4842   data: "intel-dnv-vpp"
4843   filter: "'NDRPDR'"
4844   parameters:
4845   - "name"
4846   - "doc"
4847   - "level"
4848   - "parent"
4849   data-start-level: 3
4850
4851 # VPP Performance Operational Data 3n-hsw
4852 -
4853   type: "file"
4854   title: "VPP Performance Operational Data 3n-hsw"
4855   algorithm: "file_test_results"
4856   output-file-ext: ".rst"
4857   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4858   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"
4859   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4860   data: "vpp-perf-results-3n-hsw"
4861   filter: "not 'NDRCHK' and not 'PDRCHK'"
4862   parameters:
4863   - "name"
4864   - "doc"
4865   - "level"
4866   - "parent"
4867   data-start-level: 3
4868
4869 # VPP Performance Operational Data 3n-skx
4870 -
4871   type: "file"
4872   title: "VPP Performance Operational Data 3n-skx"
4873   algorithm: "file_test_results"
4874   output-file-ext: ".rst"
4875   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4876   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"
4877   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4878   data: "vpp-perf-results-3n-skx"
4879   filter: "not 'NDRCHK' and not 'PDRCHK'"
4880   parameters:
4881   - "name"
4882   - "doc"
4883   - "level"
4884   - "parent"
4885   data-start-level: 3
4886
4887 # VPP Performance Operational Data 2n-skx
4888 -
4889   type: "file"
4890   title: "VPP Performance Operational Data 2n-skx"
4891   algorithm: "file_test_results"
4892   output-file-ext: ".rst"
4893   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4894   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"
4895   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4896   data: "vpp-perf-results-2n-skx"
4897   filter: "not 'NDRCHK' and not 'PDRCHK'"
4898   parameters:
4899   - "name"
4900   - "doc"
4901   - "level"
4902   - "parent"
4903   data-start-level: 3
4904
4905 # VPP Performance Operational Data 2n-dnv
4906 -
4907   type: "file"
4908   title: "VPP Performance Operational Data 2n-dnv"
4909   algorithm: "file_test_results"
4910   output-file-ext: ".rst"
4911   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4912   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"
4913   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4914   data: "intel-dnv-vpp"
4915   filter: "'NDRPDR'"
4916   parameters:
4917   - "name"
4918   - "doc"
4919   - "level"
4920   - "parent"
4921   data-start-level: 3
4922
4923 # VPP MRR Results 3n-hsw
4924 -
4925   type: "file"
4926   title: "VPP MRR Results 3n-hsw"
4927   algorithm: "file_test_results"
4928   output-file-ext: ".rst"
4929   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4930   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"
4931   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4932   data: "vpp-mrr-results-3n-hsw"
4933   filter: "'MRR'"
4934   parameters:
4935   - "name"
4936   - "doc"
4937   - "level"
4938   - "parent"
4939   data-start-level: 3
4940
4941 # VPP MRR Results 3n-skx
4942 -
4943   type: "file"
4944   title: "VPP MRR Results 3n-skx"
4945   algorithm: "file_test_results"
4946   output-file-ext: ".rst"
4947   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4948   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"
4949   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4950   data: "vpp-mrr-results-3n-skx"
4951   filter: "'MRR'"
4952   parameters:
4953   - "name"
4954   - "doc"
4955   - "level"
4956   - "parent"
4957   data-start-level: 3
4958
4959 # VPP MRR Results 2n-skx
4960 -
4961   type: "file"
4962   title: "VPP MRR Results 2n-skx"
4963   algorithm: "file_test_results"
4964   output-file-ext: ".rst"
4965   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4966   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"
4967   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4968   data: "vpp-mrr-results-2n-skx"
4969   filter: "all"
4970   parameters:
4971   - "name"
4972   - "doc"
4973   - "level"
4974   - "parent"
4975   data-start-level: 3
4976
4977 # VPP MRR Results 2n-dnv
4978 -
4979   type: "file"
4980   title: "VPP MRR Results 2n-dnv"
4981   algorithm: "file_test_results"
4982   output-file-ext: ".rst"
4983   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4984   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"
4985   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4986   data: "intel-dnv-vpp"
4987   filter: "'MRR'"
4988   parameters:
4989   - "name"
4990   - "doc"
4991   - "level"
4992   - "parent"
4993   data-start-level: 3
4994
4995 # VPP MRR Configuration 3n-hsw
4996 -
4997   type: "file"
4998   title: "VPP MRR Configuration 3n-hsw"
4999   algorithm: "file_test_results"
5000   output-file-ext: ".rst"
5001   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5002   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"
5003   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5004   data: "vpp-mrr-results-3n-hsw"
5005   filter: "'MRR'"
5006   parameters:
5007   - "name"
5008   - "doc"
5009   - "level"
5010   - "parent"
5011   data-start-level: 3
5012
5013 # VPP MRR Configuration 3n-skx
5014 -
5015   type: "file"
5016   title: "VPP MRR Configuration 3n-skx"
5017   algorithm: "file_test_results"
5018   output-file-ext: ".rst"
5019   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5020   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"
5021   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5022   data: "vpp-mrr-results-3n-skx"
5023   filter: "'MRR'"
5024   parameters:
5025   - "name"
5026   - "doc"
5027   - "level"
5028   - "parent"
5029   data-start-level: 3
5030
5031 # VPP MRR Configuration 2n-skx
5032 -
5033   type: "file"
5034   title: "VPP MRR Configuration 2n-skx"
5035   algorithm: "file_test_results"
5036   output-file-ext: ".rst"
5037   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5038   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"
5039   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5040   data: "vpp-mrr-results-2n-skx"
5041   filter: "'MRR'"
5042   parameters:
5043   - "name"
5044   - "doc"
5045   - "level"
5046   - "parent"
5047   data-start-level: 3
5048
5049 # VPP MRR Configuration 2n-dnv
5050 -
5051   type: "file"
5052   title: "VPP MRR Configuration 2n-dnv"
5053   algorithm: "file_test_results"
5054   output-file-ext: ".rst"
5055   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5056   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"
5057   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5058   data: "intel-dnv-vpp"
5059   filter: "'MRR'"
5060   parameters:
5061   - "name"
5062   - "doc"
5063   - "level"
5064   - "parent"
5065   data-start-level: 3
5066
5067 # VPP Functional Results - Ubuntu
5068 -
5069   type: "file"
5070   title: "VPP Functional Results - Ubuntu"
5071   algorithm: "file_test_results"
5072   output-file-ext: ".rst"
5073   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5074   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"
5075   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5076   data: "vpp-func-results-ubuntu"
5077   filter: "all"
5078   parameters:
5079   - "name"
5080   - "doc"
5081   - "level"
5082   - "parent"
5083   data-start-level: 3
5084
5085 # VPP Functional Results - CentOS
5086 -
5087   type: "file"
5088   title: "VPP Functional Results - CentOS"
5089   algorithm: "file_test_results"
5090   output-file-ext: ".rst"
5091   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5092   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"
5093   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5094   data:
5095     "vpp-func-results-centos"
5096   filter: "all"
5097   parameters:
5098   - "name"
5099   - "doc"
5100   - "level"
5101   - "parent"
5102   data-start-level: 3
5103
5104 # VPP Functional Configuration - Ubuntu
5105 -
5106   type: "file"
5107   title: "VPP Functional Configuration - Ubuntu"
5108   algorithm: "file_test_results"
5109   output-file-ext: ".rst"
5110   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5111   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"
5112   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5113   data: "vpp-func-results-ubuntu"
5114   filter: "all"
5115   parameters:
5116   - "name"
5117   - "doc"
5118   - "level"
5119   - "parent"
5120   data-start-level: 3
5121
5122 # VPP Functional Configuration - CentOS
5123 -
5124   type: "file"
5125   title: "VPP Functional Configuration - CentOS"
5126   algorithm: "file_test_results"
5127   output-file-ext: ".rst"
5128   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5129   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"
5130   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5131   data:
5132     "vpp-func-results-centos"
5133   filter: "all"
5134   parameters:
5135   - "name"
5136   - "doc"
5137   - "level"
5138   - "parent"
5139   data-start-level: 3
5140
5141 # VPP Device Results - Ubuntu
5142 -
5143   type: "file"
5144   title: "VPP Device Results - Ubuntu"
5145   algorithm: "file_test_results"
5146   output-file-ext: ".rst"
5147   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5148   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"
5149   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5150   data: "vpp-device-results-ubuntu"
5151   filter: "all"
5152   parameters:
5153   - "name"
5154   - "doc"
5155   - "level"
5156   - "parent"
5157   data-start-level: 2
5158
5159 # VPP Device Configuration - Ubuntu
5160 -
5161   type: "file"
5162   title: "VPP Device Configuration - Ubuntu"
5163   algorithm: "file_test_results"
5164   output-file-ext: ".rst"
5165   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5166   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"
5167   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5168   data: "vpp-device-results-ubuntu"
5169   filter: "all"
5170   parameters:
5171   - "name"
5172   - "doc"
5173   - "level"
5174   - "parent"
5175   data-start-level: 2
5176
5177 # Container Orchestrated Performance Results 3n-hsw
5178 -
5179   type: "file"
5180   title: "Container Orchestrated Performance Results 3n-hsw"
5181   algorithm: "file_test_results"
5182   output-file-ext: ".rst"
5183   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5184   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"
5185   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5186   data: "ligato-perf-results-3n-hsw"
5187   filter: "all"
5188   parameters:
5189   - "name"
5190   - "doc"
5191   - "level"
5192   - "parent"
5193   data-start-level: 3
5194
5195 # DPDK Performance Results 3n-hsw
5196 -
5197   type: "file"
5198   title: "DPDK Performance Results 3n-hsw"
5199   algorithm: "file_test_results"
5200   output-file-ext: ".rst"
5201   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5202   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"
5203   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5204   data: "dpdk-perf-results-3n-hsw"
5205   filter: "all"
5206   parameters:
5207   - "name"
5208   - "doc"
5209   - "level"
5210   - "parent"
5211   data-start-level: 3
5212
5213 # DPDK Performance Results 3n-skx
5214 -
5215   type: "file"
5216   title: "DPDK Performance Results 3n-skx"
5217   algorithm: "file_test_results"
5218   output-file-ext: ".rst"
5219   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5220   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"
5221   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5222   data: "dpdk-perf-results-3n-skx"
5223   filter: "all"
5224   parameters:
5225   - "name"
5226   - "doc"
5227   - "level"
5228   - "parent"
5229   data-start-level: 3
5230
5231 # DPDK Performance Results 2n-skx
5232 -
5233   type: "file"
5234   title: "DPDK Performance Results 2n-skx"
5235   algorithm: "file_test_results"
5236   output-file-ext: ".rst"
5237   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5238   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"
5239   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5240   data: "dpdk-perf-results-2n-skx"
5241   filter: "all"
5242   parameters:
5243   - "name"
5244   - "doc"
5245   - "level"
5246   - "parent"
5247   data-start-level: 3
5248
5249 # Honeycomb Functional Results
5250 -
5251   type: "file"
5252   title: "Honeycomb Functional Results"
5253   algorithm: "file_test_results"
5254   output-file-ext: ".rst"
5255   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5256   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"
5257   dir-tables: "{DIR[DTR,FUNC,HC]}"
5258   data:
5259     "hc-func-results"
5260   filter: "all"
5261   parameters:
5262   - "name"
5263   - "doc"
5264   - "level"
5265   - "parent"
5266   data-start-level: 3
5267
5268 # NSH SFC Functional Results
5269 -
5270   type: "file"
5271   title: "NSH SFC Functional Results"
5272   algorithm: "file_test_results"
5273   output-file-ext: ".rst"
5274   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5275   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"
5276   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5277   data:
5278     "nsh-func-results"
5279   filter: "all"
5280   parameters:
5281   - "name"
5282   - "doc"
5283   - "level"
5284   - "parent"
5285   data-start-level: 3
5286
5287 # DMM Functional Results
5288 -
5289   type: "file"
5290   title: "DMM Functional Results"
5291   algorithm: "file_test_results"
5292   output-file-ext: ".rst"
5293   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5294   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"
5295   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5296   data:
5297     "dmm-func-results"
5298   filter: "all"
5299   parameters:
5300   - "name"
5301   - "doc"
5302   - "level"
5303   - "parent"
5304   data-start-level: 3
5305
5306 ################################################################################
5307 ###                                P L O T S                                 ###
5308 ################################################################################
5309
5310 # Soak test - 30min Soak Test (PLRsearch), boxes
5311 -
5312   type: "plot"
5313   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
5314   algorithm: "plot_soak_boxes"
5315   output-file-type: ".html"
5316   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5317   data: "plot-vpp-soak-2n-skx"
5318   filter: "'SOAK'"
5319   parameters:
5320   - "throughput"
5321   - "parent"
5322   - "tags"
5323   sort:
5324   - "L2PATCH"
5325   - "L2XCBASE"
5326   - "L2BDMACLRN"
5327   - "IP4FWD"
5328   - "IP6FWD"
5329   - "VHOST"
5330   layout:
5331     title: "30min Soak Test (PLRsearch)"
5332     layout: "plot-soak-throughput"
5333
5334 # Soak test - example, not used
5335 -
5336   type: "plot"
5337   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
5338   algorithm: "plot_soak_bars"
5339   output-file-type: ".html"
5340   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5341   data: "plot-vpp-soak-2n-skx"
5342   filter: "'SOAK'"
5343   parameters:
5344   - "throughput"
5345   - "parent"
5346   - "tags"
5347   sort:
5348   - "L2PATCH"
5349   - "L2XCBASE"
5350   - "L2BDMACLRN"
5351   - "IP4FWD"
5352   - "IP6FWD"
5353   - "VHOST"
5354   layout:
5355     title: "30min Soak Test (PLRsearch)"
5356     layout: "plot-soak-throughput"
5357
5358 ################################################################################
5359 # Plots - NF Density
5360
5361 -
5362   type: "plot"
5363   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5364   algorithm: "plot_service_density_heatmap"
5365   output-file-type: ".html"
5366   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5367   data: "plot-vpp-vsc-2n-skx"
5368   filter: "'NIC_Intel-X710' and
5369            'NF_DENSITY' and
5370            'VM' and
5371            'CHAIN' and
5372            '64B' and
5373            '2T1C' and
5374            'MRR'"
5375   parameters:
5376   - "result"
5377   - "name"
5378   - "tags"
5379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5380   x-axis: "X = VNFs per Service Chain"
5381   y-axis: "Y = Number of Service Chains"
5382   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5383   layout:
5384     title: "<b>Throughput:</b> eth-l2bd-{2*X*Y}vhost-{Y}chain-{X*Y}vm-l3fwdip4-mrr"
5385     layout: "plot-service-density"
5386
5387 -
5388   type: "plot"
5389   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5390   algorithm: "plot_service_density_heatmap"
5391   output-file-type: ".html"
5392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
5393   data: "plot-vpp-vsc-2n-skx"
5394   filter: "'NIC_Intel-X710' and
5395            'NF_DENSITY' and
5396            'VM' and
5397            'CHAIN' and
5398            '64B' and
5399            '4T2C' and
5400            'MRR'"
5401   parameters:
5402   - "result"
5403   - "name"
5404   - "tags"
5405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5406   x-axis: "X = VNFs per Service Chain"
5407   y-axis: "Y = Number of Service Chains"
5408   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5409   layout:
5410     title: "<b>Throughput:</b> eth-l2bd-{2*X*Y}vhost-{Y}chain-{X*Y}vm-l3fwdip4-mrr"
5411     layout: "plot-service-density"
5412
5413 -
5414   type: "plot"
5415   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5416   algorithm: "plot_service_density_heatmap"
5417   output-file-type: ".html"
5418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5419   data: "plot-vpp-csc-2n-skx"
5420   filter: "'NIC_Intel-X710' and
5421            'NF_DENSITY' and
5422            'DOCKER' and
5423            'CHAIN' and
5424            '64B' and
5425            '2T1C' and
5426            'MRR'"
5427   parameters:
5428   - "result"
5429   - "name"
5430   - "tags"
5431   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5432   x-axis: "X = CNFs per Service Chain"
5433   y-axis: "Y = Number of Service Chains"
5434   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5435   layout:
5436     title: "<b>Throughput:</b> eth-l2bd-{2*X*Y}memif-{Y}chain-{X*Y}drc-vppip4-mrr"
5437     layout: "plot-service-density"
5438
5439 -
5440   type: "plot"
5441   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5442   algorithm: "plot_service_density_heatmap"
5443   output-file-type: ".html"
5444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5445   data: "plot-vpp-csc-2n-skx"
5446   filter: "'NIC_Intel-X710' and
5447            'NF_DENSITY' and
5448            'DOCKER' and
5449            'CHAIN' and
5450            '64B' and
5451            '4T2C' and
5452            'MRR'"
5453   parameters:
5454   - "result"
5455   - "name"
5456   - "tags"
5457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5458   x-axis: "X = CNFs per Service Chain"
5459   y-axis: "Y = Number of Service Chains"
5460   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5461   layout:
5462     title: "<b>Throughput:</b> eth-l2bd-{2*X*Y}memif-{Y}chain-{X*Y}drc-vppip4-mrr"
5463     layout: "plot-service-density"
5464
5465 -
5466   type: "plot"
5467   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5468   algorithm: "plot_service_density_heatmap"
5469   output-file-type: ".html"
5470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5471   data: "plot-vpp-csp-2n-skx"
5472   filter: "'NIC_Intel-X710' and
5473            'NF_DENSITY' and
5474            'DOCKER' and
5475            'PIPELINE' and
5476            '64B' and
5477            '2T1C' and
5478            'MRR'"
5479   parameters:
5480   - "result"
5481   - "name"
5482   - "tags"
5483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5484   x-axis: "X = CNFs per Service Pipeline"
5485   y-axis: "Y = Number of Service Pipelines"
5486   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5487   layout:
5488     title: "<b>Throughput:</b> eth-l2bd-{2*Y}memif-{Y}pipe-{X*Y}drc-vppip4-mrr"
5489     layout: "plot-service-density"
5490
5491 -
5492   type: "plot"
5493   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
5494   algorithm: "plot_service_density_heatmap"
5495   output-file-type: ".html"
5496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5497   data: "plot-vpp-csp-2n-skx"
5498   filter: "'NIC_Intel-X710' and
5499            'NF_DENSITY' and
5500            'DOCKER' and
5501            'PIPELINE' and
5502            '64B' and
5503            '4T2C' and
5504            'MRR'"
5505   parameters:
5506   - "result"
5507   - "name"
5508   - "tags"
5509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5510   x-axis: "X = CNFs per Service Pipeline"
5511   y-axis: "Y = Number of Service Pipelines"
5512   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5513   layout:
5514     title: "<b>Throughput:</b> eth-l2bd-{2*Y}memif-{Y}pipe-{X*Y}drc-vppip4-mrr"
5515     layout: "plot-service-density"
5516
5517 ################################################################################
5518 # Plots VPP HTTP Server Performance
5519 -
5520   type: "plot"
5521   title: "VPP HTTP Server Performance"
5522   algorithm: "plot_http_server_performance_box"
5523   output-file-type: ".html"
5524   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5525   data:
5526     "plot-vpp-http-server-performance"
5527   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5528   # each tag is enclosed with ' (apostrophe).
5529   filter: "'HTTP' and 'TCP_CPS'"
5530   parameters:
5531   - "result"
5532   - "name"
5533   traces:
5534     hoverinfo: "x+y"
5535     boxpoints: "outliers"
5536     whiskerwidth: 0
5537   layout:
5538     title: "VPP HTTP Server Performance"
5539     layout:
5540       "plot-cps"
5541
5542 -
5543   type: "plot"
5544   title: "VPP HTTP Server Performance"
5545   algorithm: "plot_http_server_performance_box"
5546   output-file-type: ".html"
5547   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5548   data:
5549     "plot-vpp-http-server-performance"
5550   filter: "'HTTP' and 'TCP_RPS'"
5551   parameters:
5552   - "result"
5553   - "name"
5554   traces:
5555     hoverinfo: "x+y"
5556     boxpoints: "outliers"
5557     whiskerwidth: 0
5558   layout:
5559     title: "VPP HTTP Server Performance"
5560     layout:
5561       "plot-rps"
5562
5563 ################################################################################
5564
5565 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5566 -
5567   type: "plot"
5568   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5569   algorithm: "plot_performance_box"
5570   output-file-type: ".html"
5571   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5572   data: "plot-vpp-throughput-latency-3n-hsw"
5573   filter: "'NIC_Intel-X520-DA2' and
5574            '64B' and
5575            ('BASE' or 'SCALE') and
5576            'NDRPDR' and
5577            'ETH' and
5578            '1T1C' and
5579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5580            not 'VHOST' and
5581            not 'MEMIF'"
5582   parameters:
5583   - "throughput"
5584   - "parent"
5585   - "tags"
5586   sort:
5587   - "L2PATCH"
5588   - "L2XCBASE"
5589   - "BASE"
5590   - "FIB_10K"
5591   - "FIB_100K"
5592   - "FIB_1M"
5593   traces:
5594     hoverinfo: "x+y"
5595     boxpoints: "outliers"
5596     whiskerwidth: 0
5597   layout:
5598     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5599     layout: "plot-throughput"
5600
5601 -
5602   type: "plot"
5603   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5604   algorithm: "plot_performance_box"
5605   output-file-type: ".html"
5606   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5607   data: "plot-vpp-throughput-latency-3n-hsw"
5608   filter: "'NIC_Intel-X520-DA2' and
5609            '64B' and
5610            ('BASE' or 'SCALE') and
5611            'NDRPDR' and
5612            'ETH' and
5613            '1T1C' and
5614            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5615            not 'VHOST' and
5616            not 'MEMIF'"
5617   parameters:
5618   - "throughput"
5619   - "parent"
5620   - "tags"
5621   sort:
5622   - "L2PATCH"
5623   - "L2XCBASE"
5624   - "BASE"
5625   - "FIB_10K"
5626   - "FIB_100K"
5627   - "FIB_1M"
5628   traces:
5629     hoverinfo: "x+y"
5630     boxpoints: "outliers"
5631     whiskerwidth: 0
5632   layout:
5633     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5634     layout: "plot-throughput"
5635
5636 -
5637   type: "plot"
5638   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5639   algorithm: "plot_performance_box"
5640   output-file-type: ".html"
5641   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5642   data: "plot-vpp-throughput-latency-3n-hsw"
5643   filter: "'NIC_Intel-X520-DA2' and
5644            '64B' and
5645            ('BASE' or 'SCALE') and
5646            'NDRPDR' and
5647            'ETH' and
5648            '2T2C' and
5649            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5650            not 'VHOST' and
5651            not 'MEMIF'"
5652   parameters:
5653   - "throughput"
5654   - "parent"
5655   - "tags"
5656   sort:
5657   - "L2PATCH"
5658   - "L2XCBASE"
5659   - "BASE"
5660   - "FIB_10K"
5661   - "FIB_100K"
5662   - "FIB_1M"
5663   traces:
5664     hoverinfo: "x+y"
5665     boxpoints: "outliers"
5666     whiskerwidth: 0
5667   layout:
5668     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5669     layout: "plot-throughput"
5670
5671 -
5672   type: "plot"
5673   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5674   algorithm: "plot_performance_box"
5675   output-file-type: ".html"
5676   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5677   data: "plot-vpp-throughput-latency-3n-hsw"
5678   filter: "'NIC_Intel-X520-DA2' and
5679            '64B' and
5680            ('BASE' or 'SCALE') and
5681            'NDRPDR' and
5682            'ETH' and
5683            '2T2C' and
5684            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5685            not 'VHOST' and
5686            not 'MEMIF'"
5687   parameters:
5688   - "throughput"
5689   - "parent"
5690   - "tags"
5691   sort:
5692   - "L2PATCH"
5693   - "L2XCBASE"
5694   - "BASE"
5695   - "FIB_10K"
5696   - "FIB_100K"
5697   - "FIB_1M"
5698   traces:
5699     hoverinfo: "x+y"
5700     boxpoints: "outliers"
5701     whiskerwidth: 0
5702   layout:
5703     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5704     layout: "plot-throughput"
5705
5706 # Packet Throughput - VPP L2 3n-hsw-x520 features
5707 -
5708   type: "plot"
5709   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5710   algorithm: "plot_performance_box"
5711   output-file-type: ".html"
5712   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5713   data: "plot-vpp-throughput-latency-3n-hsw"
5714   filter: "'NIC_Intel-X520-DA2' and
5715            '64B' and
5716            'NDRPDR' and
5717            '1T1C' and
5718            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5719            not 'ACL' and
5720            not 'VHOST' and
5721            not 'MEMIF'"
5722   parameters:
5723   - "throughput"
5724   - "parent"
5725   - "tags"
5726   sort:
5727   - "L2XCBASE"    # l2xcbase
5728   - "L2BDBASE"    # l2bdbase
5729   - "L2XCFWD"     # dot1q-l2xcbase
5730   - "L2BDMACLRN"  # dot1q-l2bdbase
5731   traces:
5732     hoverinfo: "x+y"
5733     boxpoints: "outliers"
5734     whiskerwidth: 0
5735   layout:
5736     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5737     layout: "plot-throughput"
5738
5739 -
5740   type: "plot"
5741   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5742   algorithm: "plot_performance_box"
5743   output-file-type: ".html"
5744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5745   data: "plot-vpp-throughput-latency-3n-hsw"
5746   filter: "'NIC_Intel-X520-DA2' and
5747            '64B' and
5748            'NDRPDR' and
5749            '1T1C' and
5750            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5751            not 'ACL' and
5752            not 'VHOST' and
5753            not 'MEMIF'"
5754   parameters:
5755   - "throughput"
5756   - "parent"
5757   - "tags"
5758   sort:
5759   - "L2XCBASE"    # l2xcbase
5760   - "L2BDBASE"    # l2bdbase
5761   - "L2XCFWD"     # dot1q-l2xcbase
5762   - "L2BDMACLRN"  # dot1q-l2bdbase
5763   traces:
5764     hoverinfo: "x+y"
5765     boxpoints: "outliers"
5766     whiskerwidth: 0
5767   layout:
5768     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5769     layout: "plot-throughput"
5770
5771 -
5772   type: "plot"
5773   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5774   algorithm: "plot_performance_box"
5775   output-file-type: ".html"
5776   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5777   data: "plot-vpp-throughput-latency-3n-hsw"
5778   filter: "'NIC_Intel-X520-DA2' and
5779            '64B' and
5780            'NDRPDR' and
5781            '2T2C' and
5782            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5783            not 'ACL' and
5784            not 'VHOST' and
5785            not 'MEMIF'"
5786   parameters:
5787   - "throughput"
5788   - "parent"
5789   - "tags"
5790   sort:
5791   - "L2XCBASE"    # l2xcbase
5792   - "L2BDBASE"    # l2bdbase
5793   - "L2XCFWD"     # dot1q-l2xcbase
5794   - "L2BDMACLRN"  # dot1q-l2bdbase
5795   traces:
5796     hoverinfo: "x+y"
5797     boxpoints: "outliers"
5798     whiskerwidth: 0
5799   layout:
5800     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5801     layout: "plot-throughput"
5802
5803 -
5804   type: "plot"
5805   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5806   algorithm: "plot_performance_box"
5807   output-file-type: ".html"
5808   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5809   data: "plot-vpp-throughput-latency-3n-hsw"
5810   filter: "'NIC_Intel-X520-DA2' and
5811            '64B' and
5812            'NDRPDR' and
5813            '2T2C' and
5814            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5815            not 'ACL' and
5816            not 'VHOST' and
5817            not 'MEMIF'"
5818   parameters:
5819   - "throughput"
5820   - "parent"
5821   - "tags"
5822   sort:
5823   - "L2XCBASE"    # l2xcbase
5824   - "L2BDBASE"    # l2bdbase
5825   - "L2XCFWD"     # dot1q-l2xcbase
5826   - "L2BDMACLRN"  # dot1q-l2bdbase
5827   traces:
5828     hoverinfo: "x+y"
5829     boxpoints: "outliers"
5830     whiskerwidth: 0
5831   layout:
5832     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5833     layout: "plot-throughput"
5834
5835 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5836 -
5837   type: "plot"
5838   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5839   algorithm: "plot_performance_box"
5840   output-file-type: ".html"
5841   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5842   data: "plot-vpp-throughput-latency-3n-hsw"
5843   filter: "'NIC_Intel-X710' and
5844            '64B' and
5845            ('BASE' or 'SCALE') and
5846            'NDRPDR' and
5847            'ETH' and
5848            '1T1C' and
5849            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5850            not 'VHOST' and
5851            not 'MEMIF'"
5852   parameters:
5853   - "throughput"
5854   - "parent"
5855   - "tags"
5856   sort:
5857   - "L2XCFWD"
5858   - "L2PATCH"
5859   - "L2BDMACLRN"
5860   - "FIB_10K"
5861   - "FIB_100K"
5862   - "FIB_1M"
5863   traces:
5864     hoverinfo: "x+y"
5865     boxpoints: "outliers"
5866     whiskerwidth: 0
5867   layout:
5868     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5869     layout: "plot-throughput"
5870
5871 -
5872   type: "plot"
5873   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5874   algorithm: "plot_performance_box"
5875   output-file-type: ".html"
5876   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5877   data: "plot-vpp-throughput-latency-3n-hsw"
5878   filter: "'NIC_Intel-X710' and
5879            '64B' and
5880            ('BASE' or 'SCALE') and
5881            'NDRPDR' and
5882            'ETH' and
5883            '1T1C' and
5884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5885            not 'VHOST' and
5886            not 'MEMIF'"
5887   parameters:
5888   - "throughput"
5889   - "parent"
5890   - "tags"
5891   sort:
5892   - "L2XCFWD"
5893   - "L2PATCH"
5894   - "L2BDMACLRN"
5895   - "FIB_10K"
5896   - "FIB_100K"
5897   - "FIB_1M"
5898   traces:
5899     hoverinfo: "x+y"
5900     boxpoints: "outliers"
5901     whiskerwidth: 0
5902   layout:
5903     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5904     layout: "plot-throughput"
5905
5906 -
5907   type: "plot"
5908   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5909   algorithm: "plot_performance_box"
5910   output-file-type: ".html"
5911   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5912   data: "plot-vpp-throughput-latency-3n-hsw"
5913   filter: "'NIC_Intel-X710' and
5914            '64B' and
5915            ('BASE' or 'SCALE') and
5916            'NDRPDR' and
5917            'ETH' and
5918            '2T2C' and
5919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5920            not 'VHOST' and
5921            not 'MEMIF'"
5922   parameters:
5923   - "throughput"
5924   - "parent"
5925   - "tags"
5926   sort:
5927   - "L2XCFWD"
5928   - "L2PATCH"
5929   - "L2BDMACLRN"
5930   - "FIB_10K"
5931   - "FIB_100K"
5932   - "FIB_1M"
5933   traces:
5934     hoverinfo: "x+y"
5935     boxpoints: "outliers"
5936     whiskerwidth: 0
5937   layout:
5938     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5939     layout: "plot-throughput"
5940
5941 -
5942   type: "plot"
5943   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5944   algorithm: "plot_performance_box"
5945   output-file-type: ".html"
5946   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5947   data: "plot-vpp-throughput-latency-3n-hsw"
5948   filter: "'NIC_Intel-X710' and
5949            '64B' and
5950            ('BASE' or 'SCALE') and
5951            'NDRPDR' and
5952            'ETH' and
5953            '2T2C' and
5954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5955            not 'VHOST' and
5956            not 'MEMIF'"
5957   parameters:
5958   - "throughput"
5959   - "parent"
5960   - "tags"
5961   sort:
5962   - "L2XCFWD"
5963   - "L2PATCH"
5964   - "L2BDMACLRN"
5965   - "FIB_10K"
5966   - "FIB_100K"
5967   - "FIB_1M"
5968   traces:
5969     hoverinfo: "x+y"
5970     boxpoints: "outliers"
5971     whiskerwidth: 0
5972   layout:
5973     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5974     layout: "plot-throughput"
5975
5976 # Packet Throughput - VPP L2 3n-hsw-x710 features
5977 -
5978   type: "plot"
5979   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5980   algorithm: "plot_performance_box"
5981   output-file-type: ".html"
5982   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5983   data: "plot-vpp-throughput-latency-3n-hsw"
5984   filter: "'NIC_Intel-X710' and
5985            '64B' and
5986            'NDRPDR' and
5987            '1T1C' and
5988            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5989            not 'ACL' and
5990            not 'VHOST' and
5991            not 'MEMIF'"
5992   parameters:
5993   - "throughput"
5994   - "parent"
5995   - "tags"
5996   sort:
5997   - "L2XCBASE"    # l2xcbase
5998   - "L2BDBASE"    # l2bdbase
5999   - "L2XCFWD"     # dot1q-l2xcbase
6000   - "L2BDMACLRN"  # dot1q-l2bdbase
6001   traces:
6002     hoverinfo: "x+y"
6003     boxpoints: "outliers"
6004     whiskerwidth: 0
6005   layout:
6006     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6007     layout: "plot-throughput"
6008
6009 -
6010   type: "plot"
6011   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6012   algorithm: "plot_performance_box"
6013   output-file-type: ".html"
6014   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6015   data: "plot-vpp-throughput-latency-3n-hsw"
6016   filter: "'NIC_Intel-X710' and
6017            '64B' and
6018            'NDRPDR' and
6019            '1T1C' and
6020            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6021            not 'ACL' and
6022            not 'VHOST' and
6023            not 'MEMIF'"
6024   parameters:
6025   - "throughput"
6026   - "parent"
6027   - "tags"
6028   sort:
6029   - "L2XCBASE"    # l2xcbase
6030   - "L2BDBASE"    # l2bdbase
6031   - "L2XCFWD"     # dot1q-l2xcbase
6032   - "L2BDMACLRN"  # dot1q-l2bdbase
6033   traces:
6034     hoverinfo: "x+y"
6035     boxpoints: "outliers"
6036     whiskerwidth: 0
6037   layout:
6038     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6039     layout: "plot-throughput"
6040
6041 -
6042   type: "plot"
6043   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6044   algorithm: "plot_performance_box"
6045   output-file-type: ".html"
6046   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6047   data: "plot-vpp-throughput-latency-3n-hsw"
6048   filter: "'NIC_Intel-X710' and
6049            '64B' and
6050            'NDRPDR' and
6051            '2T2C' and
6052            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6053            not 'ACL' and
6054            not 'VHOST' and
6055            not 'MEMIF'"
6056   parameters:
6057   - "throughput"
6058   - "parent"
6059   - "tags"
6060   sort:
6061   - "L2XCBASE"    # l2xcbase
6062   - "L2BDBASE"    # l2bdbase
6063   - "L2XCFWD"     # dot1q-l2xcbase
6064   - "L2BDMACLRN"  # dot1q-l2bdbase
6065   traces:
6066     hoverinfo: "x+y"
6067     boxpoints: "outliers"
6068     whiskerwidth: 0
6069   layout:
6070     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6071     layout: "plot-throughput"
6072
6073 -
6074   type: "plot"
6075   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6076   algorithm: "plot_performance_box"
6077   output-file-type: ".html"
6078   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6079   data: "plot-vpp-throughput-latency-3n-hsw"
6080   filter: "'NIC_Intel-X710' and
6081            '64B' and
6082            'NDRPDR' and
6083            '2T2C' and
6084            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6085            not 'ACL' and
6086            not 'VHOST' and
6087            not 'MEMIF'"
6088   parameters:
6089   - "throughput"
6090   - "parent"
6091   - "tags"
6092   sort:
6093   - "L2XCBASE"    # l2xcbase
6094   - "L2BDBASE"    # l2bdbase
6095   - "L2XCFWD"     # dot1q-l2xcbase
6096   - "L2BDMACLRN"  # dot1q-l2bdbase
6097   traces:
6098     hoverinfo: "x+y"
6099     boxpoints: "outliers"
6100     whiskerwidth: 0
6101   layout:
6102     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6103     layout: "plot-throughput"
6104
6105 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6106 -
6107   type: "plot"
6108   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6109   algorithm: "plot_performance_box"
6110   output-file-type: ".html"
6111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6112   data: "plot-vpp-throughput-latency-3n-hsw"
6113   filter: "'NIC_Intel-XL710' and
6114            '64B' and
6115            ('BASE' or 'SCALE') and
6116            'NDRPDR' and
6117            'ETH' and
6118            '1T1C' and
6119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6120            not 'VHOST' and
6121            not 'MEMIF'"
6122   parameters:
6123   - "throughput"
6124   - "parent"
6125   - "tags"
6126   sort:
6127   - "L2PATCH"
6128   - "L2XCBASE"
6129   - "BASE"
6130   - "FIB_10K"
6131   - "FIB_100K"
6132   - "FIB_1M"
6133   traces:
6134     hoverinfo: "x+y"
6135     boxpoints: "outliers"
6136     whiskerwidth: 0
6137   layout:
6138     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6139     layout: "plot-throughput"
6140
6141 -
6142   type: "plot"
6143   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6144   algorithm: "plot_performance_box"
6145   output-file-type: ".html"
6146   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6147   data: "plot-vpp-throughput-latency-3n-hsw"
6148   filter: "'NIC_Intel-XL710' and
6149            '64B' and
6150            ('BASE' or 'SCALE') and
6151            'NDRPDR' and
6152            'ETH' and
6153            '1T1C' and
6154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6155            not 'VHOST' and
6156            not 'MEMIF'"
6157   parameters:
6158   - "throughput"
6159   - "parent"
6160   - "tags"
6161   sort:
6162   - "L2PATCH"
6163   - "L2XCBASE"
6164   - "BASE"
6165   - "FIB_10K"
6166   - "FIB_100K"
6167   - "FIB_1M"
6168   traces:
6169     hoverinfo: "x+y"
6170     boxpoints: "outliers"
6171     whiskerwidth: 0
6172   layout:
6173     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6174     layout: "plot-throughput"
6175
6176 -
6177   type: "plot"
6178   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6179   algorithm: "plot_performance_box"
6180   output-file-type: ".html"
6181   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6182   data: "plot-vpp-throughput-latency-3n-hsw"
6183   filter: "'NIC_Intel-XL710' and
6184            '64B' and
6185            ('BASE' or 'SCALE') and
6186            'NDRPDR' and
6187            'ETH' and
6188            '2T2C' and
6189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6190            not 'VHOST' and
6191            not 'MEMIF'"
6192   parameters:
6193   - "throughput"
6194   - "parent"
6195   - "tags"
6196   sort:
6197   - "L2PATCH"
6198   - "L2XCBASE"
6199   - "BASE"
6200   - "FIB_10K"
6201   - "FIB_100K"
6202   - "FIB_1M"
6203   traces:
6204     hoverinfo: "x+y"
6205     boxpoints: "outliers"
6206     whiskerwidth: 0
6207   layout:
6208     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6209     layout: "plot-throughput"
6210
6211 -
6212   type: "plot"
6213   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6214   algorithm: "plot_performance_box"
6215   output-file-type: ".html"
6216   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6217   data: "plot-vpp-throughput-latency-3n-hsw"
6218   filter: "'NIC_Intel-XL710' and
6219            '64B' and
6220            ('BASE' or 'SCALE') and
6221            'NDRPDR' and
6222            'ETH' and
6223            '2T2C' and
6224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6225            not 'VHOST' and
6226            not 'MEMIF'"
6227   parameters:
6228   - "throughput"
6229   - "parent"
6230   - "tags"
6231   sort:
6232   - "L2PATCH"
6233   - "L2XCBASE"
6234   - "BASE"
6235   - "FIB_10K"
6236   - "FIB_100K"
6237   - "FIB_1M"
6238   traces:
6239     hoverinfo: "x+y"
6240     boxpoints: "outliers"
6241     whiskerwidth: 0
6242   layout:
6243     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6244     layout: "plot-throughput"
6245
6246 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6247 -
6248   type: "plot"
6249   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6250   algorithm: "plot_performance_box"
6251   output-file-type: ".html"
6252   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6253   data: "plot-vpp-throughput-latency-3n-skx"
6254   filter: "'NIC_Intel-X710' and
6255            '64B' and
6256            ('BASE' or 'SCALE') and
6257            'NDRPDR' and
6258            'ETH' and
6259            '2T1C' and
6260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6261            not 'VHOST' and
6262            not 'MEMIF' and
6263            not 'DRV_AVF'"
6264   parameters:
6265   - "throughput"
6266   - "parent"
6267   - "tags"
6268   sort:
6269   - "L2PATCH"
6270   - "L2XCBASE"
6271   - "BASE"
6272   - "FIB_10K"
6273   - "FIB_100K"
6274   - "FIB_1M"
6275   traces:
6276     hoverinfo: "x+y"
6277     boxpoints: "outliers"
6278     whiskerwidth: 0
6279   layout:
6280     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6281     layout: "plot-throughput"
6282
6283 -
6284   type: "plot"
6285   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6286   algorithm: "plot_performance_box"
6287   output-file-type: ".html"
6288   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6289   data: "plot-vpp-throughput-latency-3n-skx"
6290   filter: "'NIC_Intel-X710' and
6291            '64B' and
6292            ('BASE' or 'SCALE') and
6293            'NDRPDR' and
6294            'ETH' and
6295            '2T1C' and
6296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6297            not 'VHOST' and
6298            not 'MEMIF' and
6299            not 'DRV_AVF'"
6300   parameters:
6301   - "throughput"
6302   - "parent"
6303   - "tags"
6304   sort:
6305   - "L2PATCH"
6306   - "L2XCBASE"
6307   - "BASE"
6308   - "FIB_10K"
6309   - "FIB_100K"
6310   - "FIB_1M"
6311   traces:
6312     hoverinfo: "x+y"
6313     boxpoints: "outliers"
6314     whiskerwidth: 0
6315   layout:
6316     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6317     layout: "plot-throughput"
6318
6319 -
6320   type: "plot"
6321   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6322   algorithm: "plot_performance_box"
6323   output-file-type: ".html"
6324   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6325   data: "plot-vpp-throughput-latency-3n-skx"
6326   filter: "'NIC_Intel-X710' and
6327            '64B' and
6328            ('BASE' or 'SCALE') and
6329            'NDRPDR' and
6330            'ETH' and
6331            '4T2C' and
6332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6333            not 'VHOST' and
6334            not 'MEMIF' and
6335            not 'DRV_AVF'"
6336   parameters:
6337   - "throughput"
6338   - "parent"
6339   - "tags"
6340   sort:
6341   - "L2PATCH"
6342   - "L2XCBASE"
6343   - "BASE"
6344   - "FIB_10K"
6345   - "FIB_100K"
6346   - "FIB_1M"
6347   traces:
6348     hoverinfo: "x+y"
6349     boxpoints: "outliers"
6350     whiskerwidth: 0
6351   layout:
6352     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6353     layout: "plot-throughput"
6354
6355 -
6356   type: "plot"
6357   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6358   algorithm: "plot_performance_box"
6359   output-file-type: ".html"
6360   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6361   data: "plot-vpp-throughput-latency-3n-skx"
6362   filter: "'NIC_Intel-X710' and
6363            '64B' and
6364            ('BASE' or 'SCALE') and
6365            'NDRPDR' and
6366            'ETH' and
6367            '4T2C' and
6368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6369            not 'VHOST' and
6370            not 'MEMIF' and
6371            not 'DRV_AVF'"
6372   parameters:
6373   - "throughput"
6374   - "parent"
6375   - "tags"
6376   sort:
6377   - "L2PATCH"
6378   - "L2XCBASE"
6379   - "BASE"
6380   - "FIB_10K"
6381   - "FIB_100K"
6382   - "FIB_1M"
6383   traces:
6384     hoverinfo: "x+y"
6385     boxpoints: "outliers"
6386     whiskerwidth: 0
6387   layout:
6388     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6389     layout: "plot-throughput"
6390
6391 # Packet Throughput - VPP L2 3n-skx-x710 features
6392 -
6393   type: "plot"
6394   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6395   algorithm: "plot_performance_box"
6396   output-file-type: ".html"
6397   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6398   data: "plot-vpp-throughput-latency-3n-skx"
6399   filter: "'NIC_Intel-X710' and
6400            '64B' and
6401            'NDRPDR' and
6402            '2T1C' and
6403            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6404            not 'ACL' and
6405            not 'VHOST' and
6406            not 'MEMIF'"
6407   parameters:
6408   - "throughput"
6409   - "parent"
6410   - "tags"
6411   sort:
6412   - "L2XCBASE"    # l2xcbase
6413   - "L2BDBASE"    # l2bdbase
6414   - "L2XCFWD"     # dot1q-l2xcbase
6415   - "L2BDMACLRN"  # dot1q-l2bdbase
6416   traces:
6417     hoverinfo: "x+y"
6418     boxpoints: "outliers"
6419     whiskerwidth: 0
6420   layout:
6421     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6422     layout: "plot-throughput"
6423
6424 -
6425   type: "plot"
6426   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6427   algorithm: "plot_performance_box"
6428   output-file-type: ".html"
6429   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6430   data: "plot-vpp-throughput-latency-3n-skx"
6431   filter: "'NIC_Intel-X710' and
6432            '64B' and
6433            'NDRPDR' and
6434            '2T1C' and
6435            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6436            not 'ACL' and
6437            not 'VHOST' and
6438            not 'MEMIF'"
6439   parameters:
6440   - "throughput"
6441   - "parent"
6442   - "tags"
6443   sort:
6444   - "L2XCBASE"    # l2xcbase
6445   - "L2BDBASE"    # l2bdbase
6446   - "L2XCFWD"     # dot1q-l2xcbase
6447   - "L2BDMACLRN"  # dot1q-l2bdbase
6448   traces:
6449     hoverinfo: "x+y"
6450     boxpoints: "outliers"
6451     whiskerwidth: 0
6452   layout:
6453     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6454     layout: "plot-throughput"
6455
6456 -
6457   type: "plot"
6458   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6459   algorithm: "plot_performance_box"
6460   output-file-type: ".html"
6461   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6462   data: "plot-vpp-throughput-latency-3n-skx"
6463   filter: "'NIC_Intel-X710' and
6464            '64B' and
6465            'NDRPDR' and
6466            '4T2C' and
6467            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6468            not 'ACL' and
6469            not 'VHOST' and
6470            not 'MEMIF'"
6471   parameters:
6472   - "throughput"
6473   - "parent"
6474   - "tags"
6475   sort:
6476   - "L2XCBASE"    # l2xcbase
6477   - "L2BDBASE"    # l2bdbase
6478   - "L2XCFWD"     # dot1q-l2xcbase
6479   - "L2BDMACLRN"  # dot1q-l2bdbase
6480   traces:
6481     hoverinfo: "x+y"
6482     boxpoints: "outliers"
6483     whiskerwidth: 0
6484   layout:
6485     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6486     layout: "plot-throughput"
6487
6488 -
6489   type: "plot"
6490   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6491   algorithm: "plot_performance_box"
6492   output-file-type: ".html"
6493   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6494   data: "plot-vpp-throughput-latency-3n-skx"
6495   filter: "'NIC_Intel-X710' and
6496            '64B' and
6497            'NDRPDR' and
6498            '4T2C' and
6499            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6500            not 'ACL' and
6501            not 'VHOST' and
6502            not 'MEMIF'"
6503   parameters:
6504   - "throughput"
6505   - "parent"
6506   - "tags"
6507   sort:
6508   - "L2XCBASE"    # l2xcbase
6509   - "L2BDBASE"    # l2bdbase
6510   - "L2XCFWD"     # dot1q-l2xcbase
6511   - "L2BDMACLRN"  # dot1q-l2bdbase
6512   traces:
6513     hoverinfo: "x+y"
6514     boxpoints: "outliers"
6515     whiskerwidth: 0
6516   layout:
6517     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6518     layout: "plot-throughput"
6519
6520 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6521 -
6522   type: "plot"
6523   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6524   algorithm: "plot_performance_box"
6525   output-file-type: ".html"
6526   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6527   data: "plot-vpp-throughput-latency-3n-skx"
6528   filter: "'NIC_Intel-XXV710' and
6529            '64B' and
6530            ('BASE' or 'SCALE') and
6531            'NDRPDR' and
6532            'ETH' and
6533            '2T1C' and
6534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6535            not 'VHOST' and
6536            not 'MEMIF' and
6537            not 'DRV_AVF'"
6538   parameters:
6539   - "throughput"
6540   - "parent"
6541   - "tags"
6542   sort:
6543   - "L2PATCH"
6544   - "L2XCBASE"
6545   - "BASE"
6546   - "FIB_10K"
6547   - "FIB_100K"
6548   - "FIB_1M"
6549   traces:
6550     hoverinfo: "x+y"
6551     boxpoints: "outliers"
6552     whiskerwidth: 0
6553   layout:
6554     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6555     layout: "plot-throughput"
6556
6557 -
6558   type: "plot"
6559   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6560   algorithm: "plot_performance_box"
6561   output-file-type: ".html"
6562   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6563   data: "plot-vpp-throughput-latency-3n-skx"
6564   filter: "'NIC_Intel-XXV710' and
6565            '64B' and
6566            ('BASE' or 'SCALE') and
6567            'NDRPDR' and
6568            'ETH' and
6569            '2T1C' and
6570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6571            not 'VHOST' and
6572            not 'MEMIF' and
6573            not 'DRV_AVF'"
6574   parameters:
6575   - "throughput"
6576   - "parent"
6577   - "tags"
6578   sort:
6579   - "L2PATCH"
6580   - "L2XCBASE"
6581   - "BASE"
6582   - "FIB_10K"
6583   - "FIB_100K"
6584   - "FIB_1M"
6585   traces:
6586     hoverinfo: "x+y"
6587     boxpoints: "outliers"
6588     whiskerwidth: 0
6589   layout:
6590     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6591     layout: "plot-throughput"
6592
6593 -
6594   type: "plot"
6595   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6596   algorithm: "plot_performance_box"
6597   output-file-type: ".html"
6598   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6599   data: "plot-vpp-throughput-latency-3n-skx"
6600   filter: "'NIC_Intel-XXV710' and
6601            '64B' and
6602            ('BASE' or 'SCALE') and
6603            'NDRPDR' and
6604            'ETH' and
6605            '4T2C' and
6606            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6607            not 'VHOST' and
6608            not 'MEMIF' and
6609            not 'DRV_AVF'"
6610   parameters:
6611   - "throughput"
6612   - "parent"
6613   - "tags"
6614   sort:
6615   - "L2PATCH"
6616   - "L2XCBASE"
6617   - "BASE"
6618   - "FIB_10K"
6619   - "FIB_100K"
6620   - "FIB_1M"
6621   traces:
6622     hoverinfo: "x+y"
6623     boxpoints: "outliers"
6624     whiskerwidth: 0
6625   layout:
6626     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6627     layout: "plot-throughput"
6628
6629 -
6630   type: "plot"
6631   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6632   algorithm: "plot_performance_box"
6633   output-file-type: ".html"
6634   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6635   data: "plot-vpp-throughput-latency-3n-skx"
6636   filter: "'NIC_Intel-XXV710' and
6637            '64B' and
6638            ('BASE' or 'SCALE') and
6639            'NDRPDR' and
6640            'ETH' and
6641            '4T2C' and
6642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6643            not 'VHOST' and
6644            not 'MEMIF' and
6645            not 'DRV_AVF'"
6646   parameters:
6647   - "throughput"
6648   - "parent"
6649   - "tags"
6650   sort:
6651   - "L2PATCH"
6652   - "L2XCBASE"
6653   - "BASE"
6654   - "FIB_10K"
6655   - "FIB_100K"
6656   - "FIB_1M"
6657   traces:
6658     hoverinfo: "x+y"
6659     boxpoints: "outliers"
6660     whiskerwidth: 0
6661   layout:
6662     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6663     layout: "plot-throughput"
6664
6665 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6666 -
6667   type: "plot"
6668   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6669   algorithm: "plot_performance_box"
6670   output-file-type: ".html"
6671   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6672   data: "plot-vpp-throughput-latency-2n-skx"
6673   filter: "'NIC_Intel-X710' and
6674            '64B' and
6675            ('BASE' or 'SCALE') and
6676            'NDRPDR' and
6677            'ETH' and
6678            '2T1C' and
6679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6680            not 'VHOST' and
6681            not 'MEMIF'"
6682   parameters:
6683   - "throughput"
6684   - "parent"
6685   - "tags"
6686   sort:
6687   - "L2PATCH"
6688   - "L2XCBASE"
6689   - "BASE"
6690   - "FIB_10K"
6691   - "FIB_100K"
6692   - "FIB_1M"
6693   traces:
6694     hoverinfo: "x+y"
6695     boxpoints: "outliers"
6696     whiskerwidth: 0
6697   layout:
6698     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6699     layout: "plot-throughput"
6700
6701 -
6702   type: "plot"
6703   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6704   algorithm: "plot_performance_box"
6705   output-file-type: ".html"
6706   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6707   data: "plot-vpp-throughput-latency-2n-skx"
6708   filter: "'NIC_Intel-X710' and
6709            '64B' and
6710            ('BASE' or 'SCALE') and
6711            'NDRPDR' and
6712            'ETH' and
6713            '2T1C' and
6714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6715            not 'VHOST' and
6716            not 'MEMIF'"
6717   parameters:
6718   - "throughput"
6719   - "parent"
6720   - "tags"
6721   sort:
6722   - "L2PATCH"
6723   - "L2XCBASE"
6724   - "BASE"
6725   - "FIB_10K"
6726   - "FIB_100K"
6727   - "FIB_1M"
6728   traces:
6729     hoverinfo: "x+y"
6730     boxpoints: "outliers"
6731     whiskerwidth: 0
6732   layout:
6733     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6734     layout: "plot-throughput"
6735
6736 -
6737   type: "plot"
6738   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6739   algorithm: "plot_performance_box"
6740   output-file-type: ".html"
6741   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6742   data: "plot-vpp-throughput-latency-2n-skx"
6743   filter: "'NIC_Intel-X710' and
6744            '64B' and
6745            ('BASE' or 'SCALE') and
6746            'NDRPDR' and
6747            'ETH' and
6748            '4T2C' and
6749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6750            not 'VHOST' and
6751            not 'MEMIF'"
6752   parameters:
6753   - "throughput"
6754   - "parent"
6755   - "tags"
6756   sort:
6757   - "L2PATCH"
6758   - "L2XCBASE"
6759   - "BASE"
6760   - "FIB_10K"
6761   - "FIB_100K"
6762   - "FIB_1M"
6763   traces:
6764     hoverinfo: "x+y"
6765     boxpoints: "outliers"
6766     whiskerwidth: 0
6767   layout:
6768     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6769     layout: "plot-throughput"
6770
6771 -
6772   type: "plot"
6773   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6774   algorithm: "plot_performance_box"
6775   output-file-type: ".html"
6776   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6777   data: "plot-vpp-throughput-latency-2n-skx"
6778   filter: "'NIC_Intel-X710' and
6779            '64B' and
6780            ('BASE' or 'SCALE') and
6781            'NDRPDR' and
6782            'ETH' and
6783            '4T2C' and
6784            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6785            not 'VHOST' and
6786            not 'MEMIF'"
6787   parameters:
6788   - "throughput"
6789   - "parent"
6790   - "tags"
6791   sort:
6792   - "L2PATCH"
6793   - "L2XCBASE"
6794   - "BASE"
6795   - "FIB_10K"
6796   - "FIB_100K"
6797   - "FIB_1M"
6798   traces:
6799     hoverinfo: "x+y"
6800     boxpoints: "outliers"
6801     whiskerwidth: 0
6802   layout:
6803     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6804     layout: "plot-throughput"
6805
6806 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6807 -
6808   type: "plot"
6809   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6810   algorithm: "plot_performance_box"
6811   output-file-type: ".html"
6812   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6813   data: "plot-vpp-throughput-latency-2n-skx"
6814   filter: "'NIC_Intel-XXV710' and
6815            '64B' and
6816            ('BASE' or 'SCALE') and
6817            'NDRPDR' and
6818            'ETH' and
6819            '2T1C' and
6820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6821            not 'VHOST' and
6822            not 'MEMIF'"
6823   parameters:
6824   - "throughput"
6825   - "parent"
6826   - "tags"
6827   sort:
6828   - "L2PATCH"
6829   - "L2XCBASE"
6830   - "BASE"
6831   - "FIB_10K"
6832   - "FIB_100K"
6833   - "FIB_1M"
6834   traces:
6835     hoverinfo: "x+y"
6836     boxpoints: "outliers"
6837     whiskerwidth: 0
6838   layout:
6839     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6840     layout: "plot-throughput"
6841
6842 -
6843   type: "plot"
6844   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6845   algorithm: "plot_performance_box"
6846   output-file-type: ".html"
6847   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6848   data: "plot-vpp-throughput-latency-2n-skx"
6849   filter: "'NIC_Intel-XXV710' and
6850            '64B' and
6851            ('BASE' or 'SCALE') and
6852            'NDRPDR' and
6853            'ETH' and
6854            '2T1C' and
6855            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6856            not 'VHOST' and
6857            not 'MEMIF'"
6858   parameters:
6859   - "throughput"
6860   - "parent"
6861   - "tags"
6862   sort:
6863   - "L2PATCH"
6864   - "L2XCBASE"
6865   - "BASE"
6866   - "FIB_10K"
6867   - "FIB_100K"
6868   - "FIB_1M"
6869   traces:
6870     hoverinfo: "x+y"
6871     boxpoints: "outliers"
6872     whiskerwidth: 0
6873   layout:
6874     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6875     layout: "plot-throughput"
6876
6877 -
6878   type: "plot"
6879   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6880   algorithm: "plot_performance_box"
6881   output-file-type: ".html"
6882   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6883   data: "plot-vpp-throughput-latency-2n-skx"
6884   filter: "'NIC_Intel-XXV710' and
6885            '64B' and
6886            ('BASE' or 'SCALE') and
6887            'NDRPDR' and
6888            'ETH' and
6889            '4T2C' and
6890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6891            not 'VHOST' and
6892            not 'MEMIF'"
6893   parameters:
6894   - "throughput"
6895   - "parent"
6896   - "tags"
6897   sort:
6898   - "L2PATCH"
6899   - "L2XCBASE"
6900   - "BASE"
6901   - "FIB_10K"
6902   - "FIB_100K"
6903   - "FIB_1M"
6904   traces:
6905     hoverinfo: "x+y"
6906     boxpoints: "outliers"
6907     whiskerwidth: 0
6908   layout:
6909     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6910     layout: "plot-throughput"
6911
6912 -
6913   type: "plot"
6914   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6915   algorithm: "plot_performance_box"
6916   output-file-type: ".html"
6917   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6918   data: "plot-vpp-throughput-latency-2n-skx"
6919   filter: "'NIC_Intel-XXV710' and
6920            '64B' and
6921            ('BASE' or 'SCALE') and
6922            'NDRPDR' and
6923            'ETH' and
6924            '4T2C' and
6925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6926            not 'VHOST' and
6927            not 'MEMIF'"
6928   parameters:
6929   - "throughput"
6930   - "parent"
6931   - "tags"
6932   sort:
6933   - "L2PATCH"
6934   - "L2XCBASE"
6935   - "BASE"
6936   - "FIB_10K"
6937   - "FIB_100K"
6938   - "FIB_1M"
6939   traces:
6940     hoverinfo: "x+y"
6941     boxpoints: "outliers"
6942     whiskerwidth: 0
6943   layout:
6944     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6945     layout: "plot-throughput"
6946
6947 # Packet Throughput - VPP L2 2n-dnv-x553 base
6948 -
6949   type: "plot"
6950   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6951   algorithm: "plot_performance_box"
6952   output-file-type: ".html"
6953   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6954   data: "intel-dnv-vpp"
6955   filter: "'NIC_Intel-X553' and
6956            '64B' and
6957            'BASE' and
6958            'NDRPDR' and
6959            'ETH' and
6960            '1T1C' and
6961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6962            not 'VHOST' and
6963            not 'MEMIF'"
6964   parameters:
6965   - "throughput"
6966   - "parent"
6967   - "tags"
6968   sort:
6969   - "L2XCBASE"
6970   - "L2BDMACLRN"
6971   - "L2PATCH"
6972   traces:
6973     hoverinfo: "x+y"
6974     boxpoints: "outliers"
6975     whiskerwidth: 0
6976   layout:
6977     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6978     layout: "plot-throughput"
6979
6980 -
6981   type: "plot"
6982   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6983   algorithm: "plot_performance_box"
6984   output-file-type: ".html"
6985   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6986   data: "intel-dnv-vpp"
6987   filter: "'NIC_Intel-X553' and
6988            '64B' and
6989            ('BASE' or 'SCALE') and
6990            'NDRPDR' and
6991            'ETH' and
6992            '1T1C' and
6993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6994            not 'VHOST' and
6995            not 'MEMIF'"
6996   parameters:
6997   - "throughput"
6998   - "parent"
6999   - "tags"
7000   sort:
7001   - "L2XCBASE"
7002   - "L2BDMACLRN"
7003   - "L2PATCH"
7004   traces:
7005     hoverinfo: "x+y"
7006     boxpoints: "outliers"
7007     whiskerwidth: 0
7008   layout:
7009     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7010     layout: "plot-throughput"
7011
7012 -
7013   type: "plot"
7014   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7015   algorithm: "plot_performance_box"
7016   output-file-type: ".html"
7017   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7018   data: "intel-dnv-vpp"
7019   filter: "'NIC_Intel-X553' and
7020            '64B' and
7021            ('BASE' or 'SCALE') and
7022            'NDRPDR' and
7023            'ETH' and
7024            '2T2C' and
7025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7026            not 'VHOST' and
7027            not 'MEMIF'"
7028   parameters:
7029   - "throughput"
7030   - "parent"
7031   - "tags"
7032   sort:
7033   - "L2XCBASE"
7034   - "L2BDMACLRN"
7035   - "L2PATCH"
7036   traces:
7037     hoverinfo: "x+y"
7038     boxpoints: "outliers"
7039     whiskerwidth: 0
7040   layout:
7041     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7042     layout: "plot-throughput"
7043
7044 -
7045   type: "plot"
7046   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7047   algorithm: "plot_performance_box"
7048   output-file-type: ".html"
7049   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7050   data: "intel-dnv-vpp"
7051   filter: "'NIC_Intel-X553' and
7052            '64B' and
7053            ('BASE' or 'SCALE') and
7054            'NDRPDR' and
7055            'ETH' and
7056            '2T2C' and
7057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7058            not 'VHOST' and
7059            not 'MEMIF'"
7060   parameters:
7061   - "throughput"
7062   - "parent"
7063   - "tags"
7064   sort:
7065   - "L2XCBASE"
7066   - "L2BDMACLRN"
7067   - "L2PATCH"
7068   traces:
7069     hoverinfo: "x+y"
7070     boxpoints: "outliers"
7071     whiskerwidth: 0
7072   layout:
7073     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7074     layout: "plot-throughput"
7075
7076 ################################################################################
7077
7078 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7079 -
7080   type: "plot"
7081   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7082   algorithm: "plot_performance_box"
7083   output-file-type: ".html"
7084   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7085   data: "plot-vpp-throughput-latency-3n-hsw"
7086   filter: "'NIC_Intel-X520-DA2' and
7087            '64B' and
7088            ('BASE' or 'SCALE') and
7089            'NDRPDR' and
7090            '1T1C' and
7091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7092            not 'VHOST' and
7093            'MEMIF'"
7094   parameters:
7095   - "throughput"
7096   - "parent"
7097   - "tags"
7098   sort:
7099   - "L2XCFWD"
7100   - "L2XCFWD"
7101   - "L2XCFWD"
7102   - "L2BDMACLRN"
7103   - "L2BDMACLRN"
7104   - "L2BDMACLRN"
7105   traces:
7106     hoverinfo: "x+y"
7107     boxpoints: "outliers"
7108     whiskerwidth: 0
7109   layout:
7110     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7111     layout: "plot-throughput"
7112
7113 -
7114   type: "plot"
7115   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7116   algorithm: "plot_performance_box"
7117   output-file-type: ".html"
7118   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7119   data: "plot-vpp-throughput-latency-3n-hsw"
7120   filter: "'NIC_Intel-X520-DA2' and
7121            '64B' and
7122            ('BASE' or 'SCALE') and
7123            'NDRPDR' and
7124            '1T1C' and
7125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7126            not 'VHOST' and
7127            'MEMIF'"
7128   parameters:
7129   - "throughput"
7130   - "parent"
7131   - "tags"
7132   sort:
7133   - "L2XCFWD"
7134   - "L2XCFWD"
7135   - "L2XCFWD"
7136   - "L2BDMACLRN"
7137   - "L2BDMACLRN"
7138   - "L2BDMACLRN"
7139   traces:
7140     hoverinfo: "x+y"
7141     boxpoints: "outliers"
7142     whiskerwidth: 0
7143   layout:
7144     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7145     layout: "plot-throughput"
7146
7147 -
7148   type: "plot"
7149   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7150   algorithm: "plot_performance_box"
7151   output-file-type: ".html"
7152   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7153   data: "plot-vpp-throughput-latency-3n-hsw"
7154   filter: "'NIC_Intel-X520-DA2' and
7155            '64B' and
7156            ('BASE' or 'SCALE') and
7157            'NDRPDR' and
7158            '2T2C' and
7159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7160            not 'VHOST' and
7161            'MEMIF'"
7162   parameters:
7163   - "throughput"
7164   - "parent"
7165   - "tags"
7166   sort:
7167   - "L2XCFWD"
7168   - "L2XCFWD"
7169   - "L2XCFWD"
7170   - "L2BDMACLRN"
7171   - "L2BDMACLRN"
7172   - "L2BDMACLRN"
7173   traces:
7174     hoverinfo: "x+y"
7175     boxpoints: "outliers"
7176     whiskerwidth: 0
7177   layout:
7178     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7179     layout: "plot-throughput"
7180
7181 -
7182   type: "plot"
7183   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7184   algorithm: "plot_performance_box"
7185   output-file-type: ".html"
7186   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7187   data: "plot-vpp-throughput-latency-3n-hsw"
7188   filter: "'NIC_Intel-X520-DA2' and
7189            '64B' and
7190            ('BASE' or 'SCALE') and
7191            'NDRPDR' and
7192            '2T2C' and
7193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7194            not 'VHOST' and
7195            'MEMIF'"
7196   parameters:
7197   - "throughput"
7198   - "parent"
7199   - "tags"
7200   sort:
7201   - "L2XCFWD"
7202   - "L2XCFWD"
7203   - "L2XCFWD"
7204   - "L2BDMACLRN"
7205   - "L2BDMACLRN"
7206   - "L2BDMACLRN"
7207   traces:
7208     hoverinfo: "x+y"
7209     boxpoints: "outliers"
7210     whiskerwidth: 0
7211   layout:
7212     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7213     layout: "plot-throughput"
7214
7215 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7216 -
7217   type: "plot"
7218   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7219   algorithm: "plot_performance_box"
7220   output-file-type: ".html"
7221   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7222   data: "plot-vpp-throughput-latency-3n-hsw"
7223   filter: "'NIC_Intel-X710' and
7224            '64B' and
7225            ('BASE' or 'SCALE') and
7226            'NDRPDR' and
7227            '1T1C' and
7228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7229            not 'VHOST' and
7230            'MEMIF'"
7231   parameters:
7232   - "throughput"
7233   - "parent"
7234   - "tags"
7235   sort:
7236   - "L2XCFWD"
7237   - "L2XCFWD"
7238   - "L2XCFWD"
7239   - "L2BDMACLRN"
7240   - "L2BDMACLRN"
7241   - "L2BDMACLRN"
7242   traces:
7243     hoverinfo: "x+y"
7244     boxpoints: "outliers"
7245     whiskerwidth: 0
7246   layout:
7247     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7248     layout: "plot-throughput"
7249
7250 -
7251   type: "plot"
7252   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7253   algorithm: "plot_performance_box"
7254   output-file-type: ".html"
7255   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7256   data: "plot-vpp-throughput-latency-3n-hsw"
7257   filter: "'NIC_Intel-X710' and
7258            '64B' and
7259            ('BASE' or 'SCALE') and
7260            'NDRPDR' and
7261            '1T1C' and
7262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7263            not 'VHOST' and
7264            'MEMIF'"
7265   parameters:
7266   - "throughput"
7267   - "parent"
7268   - "tags"
7269   sort:
7270   - "L2XCFWD"
7271   - "L2XCFWD"
7272   - "L2XCFWD"
7273   - "L2BDMACLRN"
7274   - "L2BDMACLRN"
7275   - "L2BDMACLRN"
7276   traces:
7277     hoverinfo: "x+y"
7278     boxpoints: "outliers"
7279     whiskerwidth: 0
7280   layout:
7281     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7282     layout: "plot-throughput"
7283
7284 -
7285   type: "plot"
7286   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7287   algorithm: "plot_performance_box"
7288   output-file-type: ".html"
7289   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7290   data: "plot-vpp-throughput-latency-3n-hsw"
7291   filter: "'NIC_Intel-X710' and
7292            '64B' and
7293            ('BASE' or 'SCALE') and
7294            'NDRPDR' and
7295            '2T2C' and
7296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7297            not 'VHOST' and
7298            'MEMIF'"
7299   parameters:
7300   - "throughput"
7301   - "parent"
7302   - "tags"
7303   sort:
7304   - "L2XCFWD"
7305   - "L2XCFWD"
7306   - "L2XCFWD"
7307   - "L2BDMACLRN"
7308   - "L2BDMACLRN"
7309   - "L2BDMACLRN"
7310   traces:
7311     hoverinfo: "x+y"
7312     boxpoints: "outliers"
7313     whiskerwidth: 0
7314   layout:
7315     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7316     layout: "plot-throughput"
7317
7318 -
7319   type: "plot"
7320   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7321   algorithm: "plot_performance_box"
7322   output-file-type: ".html"
7323   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7324   data: "plot-vpp-throughput-latency-3n-hsw"
7325   filter: "'NIC_Intel-X710' and
7326            '64B' and
7327            ('BASE' or 'SCALE') and
7328            'NDRPDR' and
7329            '2T2C' and
7330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7331            not 'VHOST' and
7332            'MEMIF'"
7333   parameters:
7334   - "throughput"
7335   - "parent"
7336   - "tags"
7337   sort:
7338   - "L2XCFWD"
7339   - "L2XCFWD"
7340   - "L2XCFWD"
7341   - "L2BDMACLRN"
7342   - "L2BDMACLRN"
7343   - "L2BDMACLRN"
7344   traces:
7345     hoverinfo: "x+y"
7346     boxpoints: "outliers"
7347     whiskerwidth: 0
7348   layout:
7349     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7350     layout: "plot-throughput"
7351
7352 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7353 -
7354   type: "plot"
7355   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7356   algorithm: "plot_performance_box"
7357   output-file-type: ".html"
7358   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7359   data: "plot-vpp-throughput-latency-3n-hsw"
7360   filter: "'NIC_Intel-XL710' and
7361            '64B' and
7362            ('BASE' or 'SCALE') and
7363            'NDRPDR' and
7364            '1T1C' and
7365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7366            not 'VHOST' and
7367            'MEMIF'"
7368   parameters:
7369   - "throughput"
7370   - "parent"
7371   - "tags"
7372   sort:
7373   - "L2XCFWD"
7374   - "L2XCFWD"
7375   - "L2XCFWD"
7376   - "L2BDMACLRN"
7377   - "L2BDMACLRN"
7378   - "L2BDMACLRN"
7379   traces:
7380     hoverinfo: "x+y"
7381     boxpoints: "outliers"
7382     whiskerwidth: 0
7383   layout:
7384     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7385     layout: "plot-throughput"
7386
7387 -
7388   type: "plot"
7389   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7390   algorithm: "plot_performance_box"
7391   output-file-type: ".html"
7392   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7393   data: "plot-vpp-throughput-latency-3n-hsw"
7394   filter: "'NIC_Intel-XL710' and
7395            '64B' and
7396            ('BASE' or 'SCALE') and
7397            'NDRPDR' and
7398            '1T1C' and
7399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7400            not 'VHOST' and
7401            'MEMIF'"
7402   parameters:
7403   - "throughput"
7404   - "parent"
7405   - "tags"
7406   sort:
7407   - "L2XCFWD"
7408   - "L2XCFWD"
7409   - "L2XCFWD"
7410   - "L2BDMACLRN"
7411   - "L2BDMACLRN"
7412   - "L2BDMACLRN"
7413   traces:
7414     hoverinfo: "x+y"
7415     boxpoints: "outliers"
7416     whiskerwidth: 0
7417   layout:
7418     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7419     layout: "plot-throughput"
7420
7421 -
7422   type: "plot"
7423   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7424   algorithm: "plot_performance_box"
7425   output-file-type: ".html"
7426   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7427   data: "plot-vpp-throughput-latency-3n-hsw"
7428   filter: "'NIC_Intel-XL710' and
7429            '64B' and
7430            ('BASE' or 'SCALE') and
7431            'NDRPDR' and
7432            '2T2C' and
7433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7434            not 'VHOST' and
7435            'MEMIF'"
7436   parameters:
7437   - "throughput"
7438   - "parent"
7439   - "tags"
7440   sort:
7441   - "L2XCFWD"
7442   - "L2XCFWD"
7443   - "L2XCFWD"
7444   - "L2BDMACLRN"
7445   - "L2BDMACLRN"
7446   - "L2BDMACLRN"
7447   traces:
7448     hoverinfo: "x+y"
7449     boxpoints: "outliers"
7450     whiskerwidth: 0
7451   layout:
7452     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7453     layout: "plot-throughput"
7454
7455 -
7456   type: "plot"
7457   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7458   algorithm: "plot_performance_box"
7459   output-file-type: ".html"
7460   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7461   data: "plot-vpp-throughput-latency-3n-hsw"
7462   filter: "'NIC_Intel-XL710' and
7463            '64B' and
7464            ('BASE' or 'SCALE') and
7465            'NDRPDR' and
7466            '2T2C' and
7467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7468            not 'VHOST' and
7469            'MEMIF'"
7470   parameters:
7471   - "throughput"
7472   - "parent"
7473   - "tags"
7474   sort:
7475   - "L2XCFWD"
7476   - "L2XCFWD"
7477   - "L2XCFWD"
7478   - "L2BDMACLRN"
7479   - "L2BDMACLRN"
7480   - "L2BDMACLRN"
7481   traces:
7482     hoverinfo: "x+y"
7483     boxpoints: "outliers"
7484     whiskerwidth: 0
7485   layout:
7486     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7487     layout: "plot-throughput"
7488
7489 # Packet Throughput - VPP Container Memif 3n-skx-x710
7490 -
7491   type: "plot"
7492   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7493   algorithm: "plot_performance_box"
7494   output-file-type: ".html"
7495   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7496   data: "plot-vpp-throughput-latency-3n-skx"
7497   filter: "'NIC_Intel-X710' and
7498            '64B' and
7499            ('BASE' or 'SCALE') and
7500            'NDRPDR' and
7501            '2T1C' and
7502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7503            not 'VHOST' and
7504            'MEMIF'"
7505   parameters:
7506   - "throughput"
7507   - "parent"
7508   - "tags"
7509   sort:
7510   - "L2XCFWD"
7511   - "L2XCFWD"
7512   - "L2XCFWD"
7513   - "L2BDMACLRN"
7514   - "L2BDMACLRN"
7515   - "L2BDMACLRN"
7516   traces:
7517     hoverinfo: "x+y"
7518     boxpoints: "outliers"
7519     whiskerwidth: 0
7520   layout:
7521     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7522     layout: "plot-throughput"
7523
7524 -
7525   type: "plot"
7526   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7527   algorithm: "plot_performance_box"
7528   output-file-type: ".html"
7529   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7530   data: "plot-vpp-throughput-latency-3n-skx"
7531   filter: "'NIC_Intel-X710' and
7532            '64B' and
7533            ('BASE' or 'SCALE') and
7534            'NDRPDR' and
7535            '2T1C' and
7536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7537            not 'VHOST' and
7538            'MEMIF'"
7539   parameters:
7540   - "throughput"
7541   - "parent"
7542   - "tags"
7543   sort:
7544   - "L2XCFWD"
7545   - "L2XCFWD"
7546   - "L2XCFWD"
7547   - "L2BDMACLRN"
7548   - "L2BDMACLRN"
7549   - "L2BDMACLRN"
7550   traces:
7551     hoverinfo: "x+y"
7552     boxpoints: "outliers"
7553     whiskerwidth: 0
7554   layout:
7555     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7556     layout: "plot-throughput"
7557
7558 -
7559   type: "plot"
7560   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7561   algorithm: "plot_performance_box"
7562   output-file-type: ".html"
7563   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7564   data: "plot-vpp-throughput-latency-3n-skx"
7565   filter: "'NIC_Intel-X710' and
7566            '64B' and
7567            ('BASE' or 'SCALE') and
7568            'NDRPDR' and
7569            '4T2C' and
7570            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7571            not 'VHOST' and
7572            'MEMIF'"
7573   parameters:
7574   - "throughput"
7575   - "parent"
7576   - "tags"
7577   sort:
7578   - "L2XCFWD"
7579   - "L2XCFWD"
7580   - "L2XCFWD"
7581   - "L2BDMACLRN"
7582   - "L2BDMACLRN"
7583   - "L2BDMACLRN"
7584   traces:
7585     hoverinfo: "x+y"
7586     boxpoints: "outliers"
7587     whiskerwidth: 0
7588   layout:
7589     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7590     layout: "plot-throughput"
7591
7592 -
7593   type: "plot"
7594   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7595   algorithm: "plot_performance_box"
7596   output-file-type: ".html"
7597   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7598   data: "plot-vpp-throughput-latency-3n-skx"
7599   filter: "'NIC_Intel-X710' and
7600            '64B' and
7601            ('BASE' or 'SCALE') and
7602            'NDRPDR' and
7603            '4T2C' and
7604            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7605            not 'VHOST' and
7606            'MEMIF'"
7607   parameters:
7608   - "throughput"
7609   - "parent"
7610   - "tags"
7611   sort:
7612   - "L2XCFWD"
7613   - "L2XCFWD"
7614   - "L2XCFWD"
7615   - "L2BDMACLRN"
7616   - "L2BDMACLRN"
7617   - "L2BDMACLRN"
7618   traces:
7619     hoverinfo: "x+y"
7620     boxpoints: "outliers"
7621     whiskerwidth: 0
7622   layout:
7623     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7624     layout: "plot-throughput"
7625
7626 # Packet Throughput - VPP Container Memif 2n-skx-x710
7627 -
7628   type: "plot"
7629   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7630   algorithm: "plot_performance_box"
7631   output-file-type: ".html"
7632   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7633   data: "plot-vpp-throughput-latency-2n-skx"
7634   filter: "'NIC_Intel-X710' and
7635            '64B' and
7636            ('BASE' or 'SCALE') and
7637            'NDRPDR' and
7638            '2T1C' and
7639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7640            not 'VHOST' and
7641            'MEMIF'"
7642   parameters:
7643   - "throughput"
7644   - "parent"
7645   - "tags"
7646   sort:
7647   - "L2XCFWD"
7648   - "L2XCFWD"
7649   - "L2XCFWD"
7650   - "L2BDMACLRN"
7651   - "L2BDMACLRN"
7652   - "L2BDMACLRN"
7653   traces:
7654     hoverinfo: "x+y"
7655     boxpoints: "outliers"
7656     whiskerwidth: 0
7657   layout:
7658     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7659     layout: "plot-throughput"
7660
7661 -
7662   type: "plot"
7663   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7664   algorithm: "plot_performance_box"
7665   output-file-type: ".html"
7666   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7667   data: "plot-vpp-throughput-latency-2n-skx"
7668   filter: "'NIC_Intel-X710' and
7669            '64B' and
7670            ('BASE' or 'SCALE') and
7671            'NDRPDR' and
7672            '2T1C' and
7673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7674            not 'VHOST' and
7675            'MEMIF'"
7676   parameters:
7677   - "throughput"
7678   - "parent"
7679   - "tags"
7680   sort:
7681   - "L2XCFWD"
7682   - "L2XCFWD"
7683   - "L2XCFWD"
7684   - "L2BDMACLRN"
7685   - "L2BDMACLRN"
7686   - "L2BDMACLRN"
7687   traces:
7688     hoverinfo: "x+y"
7689     boxpoints: "outliers"
7690     whiskerwidth: 0
7691   layout:
7692     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7693     layout: "plot-throughput"
7694
7695 -
7696   type: "plot"
7697   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7698   algorithm: "plot_performance_box"
7699   output-file-type: ".html"
7700   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7701   data: "plot-vpp-throughput-latency-2n-skx"
7702   filter: "'NIC_Intel-X710' and
7703            '64B' and
7704            ('BASE' or 'SCALE') and
7705            'NDRPDR' and
7706            '4T2C' and
7707            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7708            not 'VHOST' and
7709            'MEMIF'"
7710   parameters:
7711   - "throughput"
7712   - "parent"
7713   - "tags"
7714   sort:
7715   - "L2XCFWD"
7716   - "L2XCFWD"
7717   - "L2XCFWD"
7718   - "L2BDMACLRN"
7719   - "L2BDMACLRN"
7720   - "L2BDMACLRN"
7721   traces:
7722     hoverinfo: "x+y"
7723     boxpoints: "outliers"
7724     whiskerwidth: 0
7725   layout:
7726     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7727     layout: "plot-throughput"
7728
7729 -
7730   type: "plot"
7731   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7732   algorithm: "plot_performance_box"
7733   output-file-type: ".html"
7734   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7735   data: "plot-vpp-throughput-latency-2n-skx"
7736   filter: "'NIC_Intel-X710' and
7737            '64B' and
7738            ('BASE' or 'SCALE') and
7739            'NDRPDR' and
7740            '4T2C' and
7741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7742            not 'VHOST' and
7743            'MEMIF'"
7744   parameters:
7745   - "throughput"
7746   - "parent"
7747   - "tags"
7748   sort:
7749   - "L2XCFWD"
7750   - "L2XCFWD"
7751   - "L2XCFWD"
7752   - "L2BDMACLRN"
7753   - "L2BDMACLRN"
7754   - "L2BDMACLRN"
7755   traces:
7756     hoverinfo: "x+y"
7757     boxpoints: "outliers"
7758     whiskerwidth: 0
7759   layout:
7760     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7761     layout: "plot-throughput"
7762
7763 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7764 -
7765   type: "plot"
7766   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7767   algorithm: "plot_performance_box"
7768   output-file-type: ".html"
7769   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7770   data: "plot-vpp-throughput-latency-2n-skx"
7771   filter: "'NIC_Intel-XXV710' and
7772            '64B' and
7773            ('BASE' or 'SCALE') and
7774            'NDRPDR' and
7775            '2T1C' and
7776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7777            not 'VHOST' and
7778            'MEMIF'"
7779   parameters:
7780   - "throughput"
7781   - "parent"
7782   - "tags"
7783   sort:
7784   - "L2XCFWD"
7785   - "L2XCFWD"
7786   - "L2XCFWD"
7787   - "L2BDMACLRN"
7788   - "L2BDMACLRN"
7789   - "L2BDMACLRN"
7790   traces:
7791     hoverinfo: "x+y"
7792     boxpoints: "outliers"
7793     whiskerwidth: 0
7794   layout:
7795     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7796     layout: "plot-throughput"
7797
7798 -
7799   type: "plot"
7800   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7801   algorithm: "plot_performance_box"
7802   output-file-type: ".html"
7803   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7804   data: "plot-vpp-throughput-latency-2n-skx"
7805   filter: "'NIC_Intel-XXV710' and
7806            '64B' and
7807            ('BASE' or 'SCALE') and
7808            'NDRPDR' and
7809            '2T1C' and
7810            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7811            not 'VHOST' and
7812            'MEMIF'"
7813   parameters:
7814   - "throughput"
7815   - "parent"
7816   - "tags"
7817   sort:
7818   - "L2XCFWD"
7819   - "L2XCFWD"
7820   - "L2XCFWD"
7821   - "L2BDMACLRN"
7822   - "L2BDMACLRN"
7823   - "L2BDMACLRN"
7824   traces:
7825     hoverinfo: "x+y"
7826     boxpoints: "outliers"
7827     whiskerwidth: 0
7828   layout:
7829     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7830     layout: "plot-throughput"
7831
7832 -
7833   type: "plot"
7834   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7835   algorithm: "plot_performance_box"
7836   output-file-type: ".html"
7837   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7838   data: "plot-vpp-throughput-latency-2n-skx"
7839   filter: "'NIC_Intel-XXV710' and
7840            '64B' and
7841            ('BASE' or 'SCALE') and
7842            'NDRPDR' and
7843            '4T2C' and
7844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7845            not 'VHOST' and
7846            'MEMIF'"
7847   parameters:
7848   - "throughput"
7849   - "parent"
7850   - "tags"
7851   sort:
7852   - "L2XCFWD"
7853   - "L2XCFWD"
7854   - "L2XCFWD"
7855   - "L2BDMACLRN"
7856   - "L2BDMACLRN"
7857   - "L2BDMACLRN"
7858   traces:
7859     hoverinfo: "x+y"
7860     boxpoints: "outliers"
7861     whiskerwidth: 0
7862   layout:
7863     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7864     layout: "plot-throughput"
7865
7866 -
7867   type: "plot"
7868   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7869   algorithm: "plot_performance_box"
7870   output-file-type: ".html"
7871   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7872   data: "plot-vpp-throughput-latency-2n-skx"
7873   filter: "'NIC_Intel-XXV710' and
7874            '64B' and
7875            ('BASE' or 'SCALE') and
7876            'NDRPDR' and
7877            '4T2C' and
7878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7879            not 'VHOST' and
7880            'MEMIF'"
7881   parameters:
7882   - "throughput"
7883   - "parent"
7884   - "tags"
7885   sort:
7886   - "L2XCFWD"
7887   - "L2XCFWD"
7888   - "L2XCFWD"
7889   - "L2BDMACLRN"
7890   - "L2BDMACLRN"
7891   - "L2BDMACLRN"
7892   traces:
7893     hoverinfo: "x+y"
7894     boxpoints: "outliers"
7895     whiskerwidth: 0
7896   layout:
7897     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7898     layout: "plot-throughput"
7899
7900 ################################################################################
7901
7902 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7903 -
7904   type: "plot"
7905   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7906   algorithm: "plot_performance_box"
7907   output-file-type: ".html"
7908   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7909   data: "plot-ligato-throughput-latency-3n-hsw"
7910   filter: "'NIC_Intel-X520-DA2' and
7911            '64B' and
7912            ('BASE' or 'SCALE') and
7913            'NDRPDR' and
7914            '1T1C' and
7915            'L2XCFWD' and
7916            not 'VHOST' and
7917            'MEMIF'"
7918   parameters:
7919   - "throughput"
7920   - "parent"
7921   - "tags"
7922   sort:
7923   - "1VNF"
7924   - "2VNF"
7925   - "4VNF"
7926   - "2VNF"
7927   - "4VNF"
7928   traces:
7929     hoverinfo: "x+y"
7930     boxpoints: "outliers"
7931     whiskerwidth: 0
7932   layout:
7933     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7934     layout: "plot-throughput"
7935
7936 -
7937   type: "plot"
7938   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7939   algorithm: "plot_performance_box"
7940   output-file-type: ".html"
7941   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7942   data: "plot-ligato-throughput-latency-3n-hsw"
7943   filter: "'NIC_Intel-X520-DA2' and
7944            '64B' and
7945            ('BASE' or 'SCALE') and
7946            'NDRPDR' and
7947            '1T1C' and
7948            'L2XCFWD' and
7949            not 'VHOST' and
7950            'MEMIF'"
7951   parameters:
7952   - "throughput"
7953   - "parent"
7954   - "tags"
7955   sort:
7956   - "1VNF"
7957   - "2VNF"
7958   - "4VNF"
7959   - "2VNF"
7960   - "4VNF"
7961   traces:
7962     hoverinfo: "x+y"
7963     boxpoints: "outliers"
7964     whiskerwidth: 0
7965   layout:
7966     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7967     layout: "plot-throughput"
7968
7969 -
7970   type: "plot"
7971   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7972   algorithm: "plot_performance_box"
7973   output-file-type: ".html"
7974   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7975   data: "plot-ligato-throughput-latency-3n-hsw"
7976   filter: "'NIC_Intel-X520-DA2' and
7977            '64B' and
7978            ('BASE' or 'SCALE') and
7979            'NDRPDR' and
7980            '2T2C' and
7981            'L2XCFWD' and
7982            not 'VHOST' and
7983            'MEMIF'"
7984   parameters:
7985   - "throughput"
7986   - "parent"
7987   - "tags"
7988   sort:
7989   - "1VNF"
7990   - "2VNF"
7991   - "4VNF"
7992   - "2VNF"
7993   - "4VNF"
7994   traces:
7995     hoverinfo: "x+y"
7996     boxpoints: "outliers"
7997     whiskerwidth: 0
7998   layout:
7999     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8000     layout: "plot-throughput"
8001
8002 -
8003   type: "plot"
8004   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8005   algorithm: "plot_performance_box"
8006   output-file-type: ".html"
8007   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8008   data: "plot-ligato-throughput-latency-3n-hsw"
8009   filter: "'NIC_Intel-X520-DA2' and
8010            '64B' and
8011            ('BASE' or 'SCALE') and
8012            'NDRPDR' and
8013            '2T2C' and
8014            'L2XCFWD' and
8015            not 'VHOST' and
8016            'MEMIF'"
8017   parameters:
8018   - "throughput"
8019   - "parent"
8020   - "tags"
8021   sort:
8022   - "1VNF"
8023   - "2VNF"
8024   - "4VNF"
8025   - "2VNF"
8026   - "4VNF"
8027   traces:
8028     hoverinfo: "x+y"
8029     boxpoints: "outliers"
8030     whiskerwidth: 0
8031   layout:
8032     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8033     layout: "plot-throughput"
8034
8035 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8036 -
8037   type: "plot"
8038   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8039   algorithm: "plot_performance_box"
8040   output-file-type: ".html"
8041   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8042   data: "plot-ligato-throughput-latency-3n-hsw"
8043   filter: "'NIC_Intel-X520-DA2' and
8044            '64B' and
8045            ('BASE' or 'SCALE') and
8046            'NDRPDR' and
8047            '1T1C' and
8048            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8049            not 'VHOST' and
8050            'MEMIF'"
8051   parameters:
8052   - "throughput"
8053   - "parent"
8054   - "tags"
8055   sort:
8056   - "1VNF"
8057   - "2VNF"
8058   - "4VNF"
8059   - "2VNF"
8060   - "4VNF"
8061   traces:
8062     hoverinfo: "x+y"
8063     boxpoints: "outliers"
8064     whiskerwidth: 0
8065   layout:
8066     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8067     layout: "plot-throughput"
8068
8069 -
8070   type: "plot"
8071   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8072   algorithm: "plot_performance_box"
8073   output-file-type: ".html"
8074   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8075   data: "plot-ligato-throughput-latency-3n-hsw"
8076   filter: "'NIC_Intel-X520-DA2' and
8077            '64B' and
8078            ('BASE' or 'SCALE') and
8079            'NDRPDR' and
8080            '1T1C' and
8081            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8082            not 'VHOST' and
8083            'MEMIF'"
8084   parameters:
8085   - "throughput"
8086   - "parent"
8087   - "tags"
8088   sort:
8089   - "1VNF"
8090   - "2VNF"
8091   - "4VNF"
8092   - "2VNF"
8093   - "4VNF"
8094   traces:
8095     hoverinfo: "x+y"
8096     boxpoints: "outliers"
8097     whiskerwidth: 0
8098   layout:
8099     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8100     layout: "plot-throughput"
8101
8102 -
8103   type: "plot"
8104   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8105   algorithm: "plot_performance_box"
8106   output-file-type: ".html"
8107   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8108   data: "plot-ligato-throughput-latency-3n-hsw"
8109   filter: "'NIC_Intel-X520-DA2' and
8110            '64B' and
8111            ('BASE' or 'SCALE') and
8112            'NDRPDR' and
8113            '2T2C' and
8114            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8115            not 'VHOST' and
8116            'MEMIF'"
8117   parameters:
8118   - "throughput"
8119   - "parent"
8120   - "tags"
8121   sort:
8122   - "1VNF"
8123   - "2VNF"
8124   - "4VNF"
8125   - "2VNF"
8126   - "4VNF"
8127   traces:
8128     hoverinfo: "x+y"
8129     boxpoints: "outliers"
8130     whiskerwidth: 0
8131   layout:
8132     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8133     layout: "plot-throughput"
8134
8135 -
8136   type: "plot"
8137   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8138   algorithm: "plot_performance_box"
8139   output-file-type: ".html"
8140   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8141   data: "plot-ligato-throughput-latency-3n-hsw"
8142   filter: "'NIC_Intel-X520-DA2' and
8143            '64B' and
8144            ('BASE' or 'SCALE') and
8145            'NDRPDR' and
8146            '2T2C' and
8147            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8148            not 'VHOST' and
8149            'MEMIF'"
8150   parameters:
8151   - "throughput"
8152   - "parent"
8153   - "tags"
8154   sort:
8155   - "1VNF"
8156   - "2VNF"
8157   - "4VNF"
8158   - "2VNF"
8159   - "4VNF"
8160   traces:
8161     hoverinfo: "x+y"
8162     boxpoints: "outliers"
8163     whiskerwidth: 0
8164   layout:
8165     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8166     layout: "plot-throughput"
8167
8168 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8169 -
8170   type: "plot"
8171   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8172   algorithm: "plot_performance_box"
8173   output-file-type: ".html"
8174   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8175   data: "plot-ligato-throughput-latency-3n-hsw"
8176   filter: "'NIC_Intel-X710' and
8177            '64B' and
8178            ('BASE' or 'SCALE') and
8179            'NDRPDR' and
8180            '1T1C' and
8181            'L2XCFWD' and
8182            not 'VHOST' and
8183            'MEMIF'"
8184   parameters:
8185   - "throughput"
8186   - "parent"
8187   - "tags"
8188   sort:
8189   - "1VNF"
8190   - "2VNF"
8191   - "4VNF"
8192   - "2VNF"
8193   - "4VNF"
8194   traces:
8195     hoverinfo: "x+y"
8196     boxpoints: "outliers"
8197     whiskerwidth: 0
8198   layout:
8199     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8200     layout: "plot-throughput"
8201
8202 -
8203   type: "plot"
8204   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8205   algorithm: "plot_performance_box"
8206   output-file-type: ".html"
8207   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8208   data: "plot-ligato-throughput-latency-3n-hsw"
8209   filter: "'NIC_Intel-X710' and
8210            '64B' and
8211            ('BASE' or 'SCALE') and
8212            'NDRPDR' and
8213            '1T1C' and
8214            'L2XCFWD' and
8215            not 'VHOST' and
8216            'MEMIF'"
8217   parameters:
8218   - "throughput"
8219   - "parent"
8220   - "tags"
8221   sort:
8222   - "1VNF"
8223   - "2VNF"
8224   - "4VNF"
8225   - "2VNF"
8226   - "4VNF"
8227   traces:
8228     hoverinfo: "x+y"
8229     boxpoints: "outliers"
8230     whiskerwidth: 0
8231   layout:
8232     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8233     layout: "plot-throughput"
8234
8235 -
8236   type: "plot"
8237   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8238   algorithm: "plot_performance_box"
8239   output-file-type: ".html"
8240   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8241   data: "plot-ligato-throughput-latency-3n-hsw"
8242   filter: "'NIC_Intel-X710' and
8243            '64B' and
8244            ('BASE' or 'SCALE') and
8245            'NDRPDR' and
8246            '2T2C' and
8247            'L2XCFWD' and
8248            not 'VHOST' and
8249            'MEMIF'"
8250   parameters:
8251   - "throughput"
8252   - "parent"
8253   - "tags"
8254   sort:
8255   - "1VNF"
8256   - "2VNF"
8257   - "4VNF"
8258   - "2VNF"
8259   - "4VNF"
8260   traces:
8261     hoverinfo: "x+y"
8262     boxpoints: "outliers"
8263     whiskerwidth: 0
8264   layout:
8265     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8266     layout: "plot-throughput"
8267
8268 -
8269   type: "plot"
8270   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8271   algorithm: "plot_performance_box"
8272   output-file-type: ".html"
8273   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8274   data: "plot-ligato-throughput-latency-3n-hsw"
8275   filter: "'NIC_Intel-X710' and
8276            '64B' and
8277            ('BASE' or 'SCALE') and
8278            'NDRPDR' and
8279            '2T2C' and
8280            'L2XCFWD' and
8281            not 'VHOST' and
8282            'MEMIF'"
8283   parameters:
8284   - "throughput"
8285   - "parent"
8286   - "tags"
8287   sort:
8288   - "1VNF"
8289   - "2VNF"
8290   - "4VNF"
8291   - "2VNF"
8292   - "4VNF"
8293   traces:
8294     hoverinfo: "x+y"
8295     boxpoints: "outliers"
8296     whiskerwidth: 0
8297   layout:
8298     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8299     layout: "plot-throughput"
8300
8301 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8302 -
8303   type: "plot"
8304   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8305   algorithm: "plot_performance_box"
8306   output-file-type: ".html"
8307   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8308   data: "plot-ligato-throughput-latency-3n-hsw"
8309   filter: "'NIC_Intel-X710' and
8310            '64B' and
8311            ('BASE' or 'SCALE') and
8312            'NDRPDR' and
8313            '1T1C' and
8314            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8315            not 'VHOST' and
8316            'MEMIF'"
8317   parameters:
8318   - "throughput"
8319   - "parent"
8320   - "tags"
8321   sort:
8322   - "1VNF"
8323   - "2VNF"
8324   - "4VNF"
8325   - "2VNF"
8326   - "4VNF"
8327   traces:
8328     hoverinfo: "x+y"
8329     boxpoints: "outliers"
8330     whiskerwidth: 0
8331   layout:
8332     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8333     layout: "plot-throughput"
8334
8335 -
8336   type: "plot"
8337   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8338   algorithm: "plot_performance_box"
8339   output-file-type: ".html"
8340   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8341   data: "plot-ligato-throughput-latency-3n-hsw"
8342   filter: "'NIC_Intel-X710' and
8343            '64B' and
8344            ('BASE' or 'SCALE') and
8345            'NDRPDR' and
8346            '1T1C' and
8347            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8348            not 'VHOST' and
8349            'MEMIF'"
8350   parameters:
8351   - "throughput"
8352   - "parent"
8353   - "tags"
8354   sort:
8355   - "1VNF"
8356   - "2VNF"
8357   - "4VNF"
8358   - "2VNF"
8359   - "4VNF"
8360   traces:
8361     hoverinfo: "x+y"
8362     boxpoints: "outliers"
8363     whiskerwidth: 0
8364   layout:
8365     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8366     layout: "plot-throughput"
8367
8368 -
8369   type: "plot"
8370   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8371   algorithm: "plot_performance_box"
8372   output-file-type: ".html"
8373   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8374   data: "plot-ligato-throughput-latency-3n-hsw"
8375   filter: "'NIC_Intel-X710' and
8376            '64B' and
8377            ('BASE' or 'SCALE') and
8378            'NDRPDR' and
8379            '2T2C' and
8380            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8381            not 'VHOST' and
8382            'MEMIF'"
8383   parameters:
8384   - "throughput"
8385   - "parent"
8386   - "tags"
8387   sort:
8388   - "1VNF"
8389   - "2VNF"
8390   - "4VNF"
8391   - "2VNF"
8392   - "4VNF"
8393   traces:
8394     hoverinfo: "x+y"
8395     boxpoints: "outliers"
8396     whiskerwidth: 0
8397   layout:
8398     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8399     layout: "plot-throughput"
8400
8401 -
8402   type: "plot"
8403   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8404   algorithm: "plot_performance_box"
8405   output-file-type: ".html"
8406   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8407   data: "plot-ligato-throughput-latency-3n-hsw"
8408   filter: "'NIC_Intel-X710' and
8409            '64B' and
8410            ('BASE' or 'SCALE') and
8411            'NDRPDR' and
8412            '2T2C' and
8413            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8414            not 'VHOST' and
8415            'MEMIF'"
8416   parameters:
8417   - "throughput"
8418   - "parent"
8419   - "tags"
8420   sort:
8421   - "1VNF"
8422   - "2VNF"
8423   - "4VNF"
8424   - "2VNF"
8425   - "4VNF"
8426   traces:
8427     hoverinfo: "x+y"
8428     boxpoints: "outliers"
8429     whiskerwidth: 0
8430   layout:
8431     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8432     layout: "plot-throughput"
8433
8434 ################################################################################
8435
8436 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8437 -
8438   type: "plot"
8439   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8440   algorithm: "plot_performance_box"
8441   output-file-type: ".html"
8442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8443   data: "plot-vpp-throughput-latency-3n-hsw"
8444   filter: "'NIC_Intel-X520-DA2' and
8445            '64B' and
8446            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8447            'NDRPDR' and
8448            '1T1C' and
8449            'IP4FWD' and
8450            not 'IPSEC' and
8451            not 'VHOST'"
8452   parameters:
8453   - "throughput"
8454   - "parent"
8455   - "tags"
8456   sort:
8457   - "DOT1Q"
8458   - "IP4BASE"
8459   - "FIB_20k"
8460   - "FIB_200k"
8461   - "FIB_2M"
8462   traces:
8463     hoverinfo: "x+y"
8464     boxpoints: "outliers"
8465     whiskerwidth: 0
8466   layout:
8467     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8468     layout: "plot-throughput"
8469
8470 -
8471   type: "plot"
8472   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8473   algorithm: "plot_performance_box"
8474   output-file-type: ".html"
8475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8476   data: "plot-vpp-throughput-latency-3n-hsw"
8477   filter: "'NIC_Intel-X520-DA2' and
8478            '64B' and
8479            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8480            'NDRPDR' and
8481            '1T1C' and
8482            'IP4FWD' and
8483            not 'IPSEC' and
8484            not 'VHOST'"
8485   parameters:
8486   - "throughput"
8487   - "parent"
8488   - "tags"
8489   sort:
8490   - "DOT1Q"
8491   - "IP4BASE"
8492   - "FIB_20k"
8493   - "FIB_200k"
8494   - "FIB_2M"
8495   traces:
8496     hoverinfo: "x+y"
8497     boxpoints: "outliers"
8498     whiskerwidth: 0
8499   layout:
8500     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8501     layout: "plot-throughput"
8502
8503 -
8504   type: "plot"
8505   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8506   algorithm: "plot_performance_box"
8507   output-file-type: ".html"
8508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8509   data: "plot-vpp-throughput-latency-3n-hsw"
8510   filter: "'NIC_Intel-X520-DA2' and
8511            '64B' and
8512            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8513            'NDRPDR' and
8514            '2T2C' and
8515            'IP4FWD' and
8516            not 'IPSEC' and
8517            not 'VHOST'"
8518   parameters:
8519   - "throughput"
8520   - "parent"
8521   - "tags"
8522   sort:
8523   - "DOT1Q"
8524   - "IP4BASE"
8525   - "FIB_20k"
8526   - "FIB_200k"
8527   - "FIB_2M"
8528   traces:
8529     hoverinfo: "x+y"
8530     boxpoints: "outliers"
8531     whiskerwidth: 0
8532   layout:
8533     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8534     layout: "plot-throughput"
8535
8536 -
8537   type: "plot"
8538   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8539   algorithm: "plot_performance_box"
8540   output-file-type: ".html"
8541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8542   data: "plot-vpp-throughput-latency-3n-hsw"
8543   filter: "'NIC_Intel-X520-DA2' and
8544            '64B' and
8545            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8546            'NDRPDR' and
8547            '2T2C' and
8548            'IP4FWD' and
8549            not 'IPSEC' and
8550            not 'VHOST'"
8551   parameters:
8552   - "throughput"
8553   - "parent"
8554   - "tags"
8555   sort:
8556   - "DOT1Q"
8557   - "IP4BASE"
8558   - "FIB_20k"
8559   - "FIB_200k"
8560   - "FIB_2M"
8561   traces:
8562     hoverinfo: "x+y"
8563     boxpoints: "outliers"
8564     whiskerwidth: 0
8565   layout:
8566     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8567     layout: "plot-throughput"
8568
8569 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8570 -
8571   type: "plot"
8572   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8573   algorithm: "plot_performance_box"
8574   output-file-type: ".html"
8575   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8576   data: "plot-vpp-throughput-latency-3n-hsw"
8577   filter: "'NIC_Intel-X520-DA2' and
8578            '64B' and
8579            ('IP4BASE' or
8580             'POLICE_MARK' or
8581             'COPWHLIST' or
8582             ('NAT44' and 'BASE') or
8583             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8584            'NDRPDR' and
8585            '1T1C' and
8586            'IP4FWD' and
8587            not 'IPSEC' and
8588            not 'VHOST'"
8589   parameters:
8590   - "throughput"
8591   - "parent"
8592   - "tags"
8593   sort:
8594   - "DOT1Q"
8595   - "IP4BASE"
8596   - "NAT44"
8597   - "POLICE_MARK"
8598   - "COPWHLIST"
8599   - "IACL"
8600   - "OACL"
8601   traces:
8602     hoverinfo: "x+y"
8603     boxpoints: "outliers"
8604     whiskerwidth: 0
8605   layout:
8606     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8607     layout: "plot-throughput"
8608
8609 -
8610   type: "plot"
8611   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8612   algorithm: "plot_performance_box"
8613   output-file-type: ".html"
8614   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8615   data: "plot-vpp-throughput-latency-3n-hsw"
8616   filter: "'NIC_Intel-X520-DA2' and
8617            '64B' and
8618            ('IP4BASE' or
8619             'POLICE_MARK' or
8620             'COPWHLIST' or
8621             ('NAT44' and 'BASE') or
8622             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8623            'NDRPDR' and
8624            '1T1C' and
8625            'IP4FWD' and
8626            not 'IPSEC' and
8627            not 'VHOST'"
8628   parameters:
8629   - "throughput"
8630   - "parent"
8631   - "tags"
8632   sort:
8633   - "DOT1Q"
8634   - "IP4BASE"
8635   - "NAT44"
8636   - "POLICE_MARK"
8637   - "COPWHLIST"
8638   - "IACL"
8639   - "OACL"
8640   traces:
8641     hoverinfo: "x+y"
8642     boxpoints: "outliers"
8643     whiskerwidth: 0
8644   layout:
8645     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8646     layout: "plot-throughput"
8647
8648 -
8649   type: "plot"
8650   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8651   algorithm: "plot_performance_box"
8652   output-file-type: ".html"
8653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8654   data: "plot-vpp-throughput-latency-3n-hsw"
8655   filter: "'NIC_Intel-X520-DA2' and
8656            '64B' and
8657            ('IP4BASE' or
8658             'POLICE_MARK' or
8659             'COPWHLIST' or
8660             ('NAT44' and 'BASE') or
8661             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8662            'NDRPDR' and
8663            '2T2C' and
8664            'IP4FWD' and
8665            not 'IPSEC' and
8666            not 'VHOST'"
8667   parameters:
8668   - "throughput"
8669   - "parent"
8670   - "tags"
8671   sort:
8672   - "DOT1Q"
8673   - "IP4BASE"
8674   - "NAT44"
8675   - "POLICE_MARK"
8676   - "COPWHLIST"
8677   - "IACL"
8678   - "OACL"
8679   traces:
8680     hoverinfo: "x+y"
8681     boxpoints: "outliers"
8682     whiskerwidth: 0
8683   layout:
8684     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8685     layout: "plot-throughput"
8686
8687 -
8688   type: "plot"
8689   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8690   algorithm: "plot_performance_box"
8691   output-file-type: ".html"
8692   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8693   data: "plot-vpp-throughput-latency-3n-hsw"
8694   filter: "'NIC_Intel-X520-DA2' and
8695            '64B' and
8696            ('IP4BASE' or
8697             'POLICE_MARK' or
8698             'COPWHLIST' or
8699             ('NAT44' and 'BASE') or
8700             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8701            'NDRPDR' and
8702            '2T2C' and
8703            'IP4FWD' and
8704            not 'IPSEC' and
8705            not 'VHOST'"
8706   parameters:
8707   - "throughput"
8708   - "parent"
8709   - "tags"
8710   sort:
8711   - "DOT1Q"
8712   - "IP4BASE"
8713   - "NAT44"
8714   - "POLICE_MARK"
8715   - "COPWHLIST"
8716   - "IACL"
8717   - "OACL"
8718   traces:
8719     hoverinfo: "x+y"
8720     boxpoints: "outliers"
8721     whiskerwidth: 0
8722   layout:
8723     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8724     layout: "plot-throughput"
8725
8726 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8727 -
8728   type: "plot"
8729   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8730   algorithm: "plot_performance_box"
8731   output-file-type: ".html"
8732   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8733   data: "plot-vpp-throughput-latency-3n-hsw"
8734   filter: "'NIC_Intel-X520-DA2' and
8735            '64B' and
8736            'NDRPDR' and
8737            '1T1C' and
8738            'IP4FWD' and
8739            'NAT44' and
8740            not 'IPSEC' and
8741            not 'VHOST'"
8742   parameters:
8743   - "throughput"
8744   - "parent"
8745   - "tags"
8746   sort:
8747   - "BASE"
8748   - "BASE"
8749   - "SRC_USER_10"
8750   - "SRC_USER_100"
8751   - "SRC_USER_1000"
8752   - "SRC_USER_2000"
8753   traces:
8754     hoverinfo: "x+y"
8755     boxpoints: "outliers"
8756     whiskerwidth: 0
8757   layout:
8758     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8759     layout: "plot-throughput"
8760
8761 -
8762   type: "plot"
8763   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8764   algorithm: "plot_performance_box"
8765   output-file-type: ".html"
8766   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8767   data: "plot-vpp-throughput-latency-3n-hsw"
8768   filter: "'NIC_Intel-X520-DA2' and
8769            '64B' and
8770            'NDRPDR' and
8771            '1T1C' and
8772            'IP4FWD' and
8773            'NAT44' and
8774            not 'IPSEC' and
8775            not 'VHOST'"
8776   parameters:
8777   - "throughput"
8778   - "parent"
8779   - "tags"
8780   sort:
8781   - "BASE"
8782   - "BASE"
8783   - "SRC_USER_10"
8784   - "SRC_USER_100"
8785   - "SRC_USER_1000"
8786   - "SRC_USER_2000"
8787   traces:
8788     hoverinfo: "x+y"
8789     boxpoints: "outliers"
8790     whiskerwidth: 0
8791   layout:
8792     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8793     layout: "plot-throughput"
8794
8795 -
8796   type: "plot"
8797   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8798   algorithm: "plot_performance_box"
8799   output-file-type: ".html"
8800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8801   data: "plot-vpp-throughput-latency-3n-hsw"
8802   filter: "'NIC_Intel-X520-DA2' and
8803            '64B' and
8804            'NDRPDR' and
8805            '2T2C' and
8806            'IP4FWD' and
8807            'NAT44' and
8808            not 'IPSEC' and
8809            not 'VHOST'"
8810   parameters:
8811   - "throughput"
8812   - "parent"
8813   - "tags"
8814   sort:
8815   - "BASE"
8816   - "BASE"
8817   - "SRC_USER_10"
8818   - "SRC_USER_100"
8819   - "SRC_USER_1000"
8820   - "SRC_USER_2000"
8821   traces:
8822     hoverinfo: "x+y"
8823     boxpoints: "outliers"
8824     whiskerwidth: 0
8825   layout:
8826     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8827     layout: "plot-throughput"
8828
8829 -
8830   type: "plot"
8831   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8832   algorithm: "plot_performance_box"
8833   output-file-type: ".html"
8834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8835   data: "plot-vpp-throughput-latency-3n-hsw"
8836   filter: "'NIC_Intel-X520-DA2' and
8837            '64B' and
8838            'NDRPDR' and
8839            '2T2C' and
8840            'IP4FWD' and
8841            'NAT44' and
8842            not 'IPSEC' and
8843            not 'VHOST'"
8844   parameters:
8845   - "throughput"
8846   - "parent"
8847   - "tags"
8848   sort:
8849   - "BASE"
8850   - "BASE"
8851   - "SRC_USER_10"
8852   - "SRC_USER_100"
8853   - "SRC_USER_1000"
8854   - "SRC_USER_2000"
8855   traces:
8856     hoverinfo: "x+y"
8857     boxpoints: "outliers"
8858     whiskerwidth: 0
8859   layout:
8860     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8861     layout: "plot-throughput"
8862
8863 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8864 -
8865   type: "plot"
8866   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8867   algorithm: "plot_performance_box"
8868   output-file-type: ".html"
8869   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8870   data: "plot-vpp-throughput-latency-3n-hsw"
8871   filter: "'NIC_Intel-X520-DA2' and
8872            '64B' and
8873            'NDRPDR' and
8874            '1T1C' and
8875            'IP4FWD' and
8876            'IACL' and
8877            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8878            not 'IPSEC' and
8879            not 'VHOST'"
8880   parameters:
8881   - "throughput"
8882   - "parent"
8883   - "tags"
8884   sort:
8885   - "ACL_STATELESS"
8886   - "ACL_STATEFUL"
8887   - "ACL_STATELESS"
8888   - "ACL_STATEFUL"
8889   traces:
8890     hoverinfo: "x+y"
8891     boxpoints: "outliers"
8892     whiskerwidth: 0
8893   layout:
8894     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8895     layout: "plot-throughput"
8896
8897 -
8898   type: "plot"
8899   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8900   algorithm: "plot_performance_box"
8901   output-file-type: ".html"
8902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8903   data: "plot-vpp-throughput-latency-3n-hsw"
8904   filter: "'NIC_Intel-X520-DA2' and
8905            '64B' and
8906            'NDRPDR' and
8907            '1T1C' and
8908            'IP4FWD' and
8909            'IACL' and
8910            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8911            not 'IPSEC' and
8912            not 'VHOST'"
8913   parameters:
8914   - "throughput"
8915   - "parent"
8916   - "tags"
8917   sort:
8918   - "ACL_STATELESS"
8919   - "ACL_STATEFUL"
8920   - "ACL_STATELESS"
8921   - "ACL_STATEFUL"
8922   traces:
8923     hoverinfo: "x+y"
8924     boxpoints: "outliers"
8925     whiskerwidth: 0
8926   layout:
8927     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8928     layout: "plot-throughput"
8929
8930 -
8931   type: "plot"
8932   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8933   algorithm: "plot_performance_box"
8934   output-file-type: ".html"
8935   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8936   data: "plot-vpp-throughput-latency-3n-hsw"
8937   filter: "'NIC_Intel-X520-DA2' and
8938            '64B' and
8939            'NDRPDR' and
8940            '2T2C' and
8941            'IP4FWD' and
8942            'IACL' and
8943            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8944            not 'IPSEC' and
8945            not 'VHOST'"
8946   parameters:
8947   - "throughput"
8948   - "parent"
8949   - "tags"
8950   sort:
8951   - "ACL_STATELESS"
8952   - "ACL_STATEFUL"
8953   - "ACL_STATELESS"
8954   - "ACL_STATEFUL"
8955   traces:
8956     hoverinfo: "x+y"
8957     boxpoints: "outliers"
8958     whiskerwidth: 0
8959   layout:
8960     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8961     layout: "plot-throughput"
8962
8963 -
8964   type: "plot"
8965   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8966   algorithm: "plot_performance_box"
8967   output-file-type: ".html"
8968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8969   data: "plot-vpp-throughput-latency-3n-hsw"
8970   filter: "'NIC_Intel-X520-DA2' and
8971            '64B' and
8972            'NDRPDR' and
8973            '2T2C' and
8974            'IP4FWD' and
8975            'IACL' and
8976            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8977            not 'IPSEC' and
8978            not 'VHOST'"
8979   parameters:
8980   - "throughput"
8981   - "parent"
8982   - "tags"
8983   sort:
8984   - "ACL_STATELESS"
8985   - "ACL_STATEFUL"
8986   - "ACL_STATELESS"
8987   - "ACL_STATEFUL"
8988   traces:
8989     hoverinfo: "x+y"
8990     boxpoints: "outliers"
8991     whiskerwidth: 0
8992   layout:
8993     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8994     layout: "plot-throughput"
8995
8996 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
8997 -
8998   type: "plot"
8999   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9000   algorithm: "plot_performance_box"
9001   output-file-type: ".html"
9002   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9003   data: "plot-vpp-throughput-latency-3n-hsw"
9004   filter: "'NIC_Intel-X520-DA2' and
9005            '64B' and
9006            'NDRPDR' and
9007            '1T1C' and
9008            'IP4FWD' and
9009            'OACL' and
9010            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9011            not 'IPSEC' and
9012            not 'VHOST'"
9013   parameters:
9014   - "throughput"
9015   - "parent"
9016   - "tags"
9017   sort:
9018   - "ACL_STATELESS"
9019   - "ACL_STATEFUL"
9020   - "ACL_STATELESS"
9021   - "ACL_STATEFUL"
9022   traces:
9023     hoverinfo: "x+y"
9024     boxpoints: "outliers"
9025     whiskerwidth: 0
9026   layout:
9027     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9028     layout: "plot-throughput"
9029
9030 -
9031   type: "plot"
9032   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9033   algorithm: "plot_performance_box"
9034   output-file-type: ".html"
9035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9036   data: "plot-vpp-throughput-latency-3n-hsw"
9037   filter: "'NIC_Intel-X520-DA2' and
9038            '64B' and
9039            'NDRPDR' and
9040            '1T1C' and
9041            'IP4FWD' and
9042            'OACL' and
9043            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9044            not 'IPSEC' and
9045            not 'VHOST'"
9046   parameters:
9047   - "throughput"
9048   - "parent"
9049   - "tags"
9050   sort:
9051   - "ACL_STATELESS"
9052   - "ACL_STATEFUL"
9053   - "ACL_STATELESS"
9054   - "ACL_STATEFUL"
9055   traces:
9056     hoverinfo: "x+y"
9057     boxpoints: "outliers"
9058     whiskerwidth: 0
9059   layout:
9060     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9061     layout: "plot-throughput"
9062
9063 -
9064   type: "plot"
9065   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9066   algorithm: "plot_performance_box"
9067   output-file-type: ".html"
9068   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9069   data: "plot-vpp-throughput-latency-3n-hsw"
9070   filter: "'NIC_Intel-X520-DA2' and
9071            '64B' and
9072            'NDRPDR' and
9073            '2T2C' and
9074            'IP4FWD' and
9075            'OACL' and
9076            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9077            not 'IPSEC' and
9078            not 'VHOST'"
9079   parameters:
9080   - "throughput"
9081   - "parent"
9082   - "tags"
9083   sort:
9084   - "ACL_STATELESS"
9085   - "ACL_STATEFUL"
9086   - "ACL_STATELESS"
9087   - "ACL_STATEFUL"
9088   traces:
9089     hoverinfo: "x+y"
9090     boxpoints: "outliers"
9091     whiskerwidth: 0
9092   layout:
9093     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9094     layout: "plot-throughput"
9095
9096 -
9097   type: "plot"
9098   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9099   algorithm: "plot_performance_box"
9100   output-file-type: ".html"
9101   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9102   data: "plot-vpp-throughput-latency-3n-hsw"
9103   filter: "'NIC_Intel-X520-DA2' and
9104            '64B' and
9105            'NDRPDR' and
9106            '2T2C' and
9107            'IP4FWD' and
9108            'OACL' and
9109            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9110            not 'IPSEC' and
9111            not 'VHOST'"
9112   parameters:
9113   - "throughput"
9114   - "parent"
9115   - "tags"
9116   sort:
9117   - "ACL_STATELESS"
9118   - "ACL_STATEFUL"
9119   - "ACL_STATELESS"
9120   - "ACL_STATEFUL"
9121   traces:
9122     hoverinfo: "x+y"
9123     boxpoints: "outliers"
9124     whiskerwidth: 0
9125   layout:
9126     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9127     layout: "plot-throughput"
9128
9129 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9130 -
9131   type: "plot"
9132   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9133   algorithm: "plot_performance_box"
9134   output-file-type: ".html"
9135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9136   data: "plot-vpp-throughput-latency-3n-hsw"
9137   filter: "'NIC_Intel-X710' and
9138            '64B' and
9139            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9140            'NDRPDR' and
9141            '1T1C' and
9142            'IP4FWD' and
9143            not 'IPSEC' and
9144            not 'VHOST'"
9145   parameters:
9146   - "throughput"
9147   - "parent"
9148   - "tags"
9149   sort:
9150   - "DOT1Q"
9151   - "IP4BASE"
9152   - "FIB_20K"
9153   - "FIB_200K"
9154   - "FIB_2M"
9155   traces:
9156     hoverinfo: "x+y"
9157     boxpoints: "outliers"
9158     whiskerwidth: 0
9159   layout:
9160     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9161     layout: "plot-throughput"
9162
9163 -
9164   type: "plot"
9165   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9166   algorithm: "plot_performance_box"
9167   output-file-type: ".html"
9168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9169   data: "plot-vpp-throughput-latency-3n-hsw"
9170   filter: "'NIC_Intel-X710' and
9171            '64B' and
9172            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9173            'NDRPDR' and
9174            '1T1C' and
9175            'IP4FWD' and
9176            not 'IPSEC' and
9177            not 'VHOST'"
9178   parameters:
9179   - "throughput"
9180   - "parent"
9181   - "tags"
9182   sort:
9183   - "DOT1Q"
9184   - "IP4BASE"
9185   - "FIB_20K"
9186   - "FIB_200K"
9187   - "FIB_2M"
9188   traces:
9189     hoverinfo: "x+y"
9190     boxpoints: "outliers"
9191     whiskerwidth: 0
9192   layout:
9193     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9194     layout: "plot-throughput"
9195
9196 -
9197   type: "plot"
9198   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9199   algorithm: "plot_performance_box"
9200   output-file-type: ".html"
9201   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9202   data: "plot-vpp-throughput-latency-3n-hsw"
9203   filter: "'NIC_Intel-X710' and
9204            '64B' and
9205            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9206            'NDRPDR' and
9207            '2T2C' and
9208            'IP4FWD' and
9209            not 'IPSEC' and
9210            not 'VHOST'"
9211   parameters:
9212   - "throughput"
9213   - "parent"
9214   - "tags"
9215   sort:
9216   - "DOT1Q"
9217   - "IP4BASE"
9218   - "FIB_20K"
9219   - "FIB_200K"
9220   - "FIB_2M"
9221   traces:
9222     hoverinfo: "x+y"
9223     boxpoints: "outliers"
9224     whiskerwidth: 0
9225   layout:
9226     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9227     layout: "plot-throughput"
9228
9229 -
9230   type: "plot"
9231   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9232   algorithm: "plot_performance_box"
9233   output-file-type: ".html"
9234   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9235   data: "plot-vpp-throughput-latency-3n-hsw"
9236   filter: "'NIC_Intel-X710' and
9237            '64B' and
9238            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9239            'NDRPDR' and
9240            '2T2C' and
9241            'IP4FWD' and
9242            not 'IPSEC' and
9243            not 'VHOST'"
9244   parameters:
9245   - "throughput"
9246   - "parent"
9247   - "tags"
9248   sort:
9249   - "DOT1Q"
9250   - "IP4BASE"
9251   - "FIB_20K"
9252   - "FIB_200K"
9253   - "FIB_2M"
9254   traces:
9255     hoverinfo: "x+y"
9256     boxpoints: "outliers"
9257     whiskerwidth: 0
9258   layout:
9259     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9260     layout: "plot-throughput"
9261
9262 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9263 -
9264   type: "plot"
9265   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9266   algorithm: "plot_performance_box"
9267   output-file-type: ".html"
9268   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9269   data: "plot-vpp-throughput-latency-3n-hsw"
9270   filter: "'NIC_Intel-X710' and
9271            '64B' and
9272            ('IP4BASE' or
9273             'POLICE_MARK' or
9274             'COPWHLIST' or
9275             ('NAT44' and 'BASE') or
9276             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9277            'NDRPDR' and
9278            '1T1C' and
9279            'IP4FWD' and
9280            not 'IPSEC' and
9281            not 'VHOST'"
9282   parameters:
9283   - "throughput"
9284   - "parent"
9285   - "tags"
9286   sort:
9287   - "IP4BASE"
9288   - "NAT44"
9289   - "POLICE_MARK"
9290   - "COPWHLIST"
9291   - "IACL"
9292   - "OACL"
9293   traces:
9294     hoverinfo: "x+y"
9295     boxpoints: "outliers"
9296     whiskerwidth: 0
9297   layout:
9298     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9299     layout: "plot-throughput"
9300
9301 -
9302   type: "plot"
9303   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9304   algorithm: "plot_performance_box"
9305   output-file-type: ".html"
9306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9307   data: "plot-vpp-throughput-latency-3n-hsw"
9308   filter: "'NIC_Intel-X710' and
9309            '64B' and
9310            ('IP4BASE' or
9311             'POLICE_MARK' or
9312             'COPWHLIST' or
9313             ('NAT44' and 'BASE') or
9314             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9315            'NDRPDR' and
9316            '1T1C' and
9317            'IP4FWD' and
9318            not 'IPSEC' and
9319            not 'VHOST'"
9320   parameters:
9321   - "throughput"
9322   - "parent"
9323   - "tags"
9324   sort:
9325   - "IP4BASE"
9326   - "NAT44"
9327   - "POLICE_MARK"
9328   - "COPWHLIST"
9329   - "IACL"
9330   - "OACL"
9331   traces:
9332     hoverinfo: "x+y"
9333     boxpoints: "outliers"
9334     whiskerwidth: 0
9335   layout:
9336     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9337     layout: "plot-throughput"
9338
9339 -
9340   type: "plot"
9341   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9342   algorithm: "plot_performance_box"
9343   output-file-type: ".html"
9344   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9345   data: "plot-vpp-throughput-latency-3n-hsw"
9346   filter: "'NIC_Intel-X710' and
9347            '64B' and
9348            ('IP4BASE' or
9349             'POLICE_MARK' or
9350             'COPWHLIST' or
9351             ('NAT44' and 'BASE') or
9352             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9353            'NDRPDR' and
9354            '2T2C' and
9355            'IP4FWD' and
9356            not 'IPSEC' and
9357            not 'VHOST'"
9358   parameters:
9359   - "throughput"
9360   - "parent"
9361   - "tags"
9362   sort:
9363   - "IP4BASE"
9364   - "NAT44"
9365   - "POLICE_MARK"
9366   - "COPWHLIST"
9367   - "IACL"
9368   - "OACL"
9369   traces:
9370     hoverinfo: "x+y"
9371     boxpoints: "outliers"
9372     whiskerwidth: 0
9373   layout:
9374     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9375     layout: "plot-throughput"
9376
9377 -
9378   type: "plot"
9379   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9380   algorithm: "plot_performance_box"
9381   output-file-type: ".html"
9382   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9383   data: "plot-vpp-throughput-latency-3n-hsw"
9384   filter: "'NIC_Intel-X710' and
9385            '64B' and
9386            ('IP4BASE' or
9387             'POLICE_MARK' or
9388             'COPWHLIST' or
9389             ('NAT44' and 'BASE') or
9390             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9391            'NDRPDR' and
9392            '2T2C' and
9393            'IP4FWD' and
9394            not 'IPSEC' and
9395            not 'VHOST'"
9396   parameters:
9397   - "throughput"
9398   - "parent"
9399   - "tags"
9400   sort:
9401   - "IP4BASE"
9402   - "NAT44"
9403   - "POLICE_MARK"
9404   - "COPWHLIST"
9405   - "IACL"
9406   - "OACL"
9407   traces:
9408     hoverinfo: "x+y"
9409     boxpoints: "outliers"
9410     whiskerwidth: 0
9411   layout:
9412     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9413     layout: "plot-throughput"
9414
9415 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9416 -
9417   type: "plot"
9418   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9419   algorithm: "plot_performance_box"
9420   output-file-type: ".html"
9421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9422   data: "plot-vpp-throughput-latency-3n-skx"
9423   filter: "'NIC_Intel-X710' and
9424            '64B' and
9425            'NDRPDR' and
9426            '2T1C' and
9427            'IP4FWD' and
9428            'NAT44' and
9429            not 'IPSEC' and
9430            not 'VHOST'"
9431   parameters:
9432   - "throughput"
9433   - "parent"
9434   - "tags"
9435   sort:
9436   - "BASE"
9437   - "BASE"
9438   - "SRC_USER_10"
9439   - "SRC_USER_100"
9440   - "SRC_USER_1000"
9441   - "SRC_USER_2000"
9442   traces:
9443     hoverinfo: "x+y"
9444     boxpoints: "outliers"
9445     whiskerwidth: 0
9446   layout:
9447     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9448     layout: "plot-throughput"
9449
9450 -
9451   type: "plot"
9452   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9453   algorithm: "plot_performance_box"
9454   output-file-type: ".html"
9455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9456   data: "plot-vpp-throughput-latency-3n-skx"
9457   filter: "'NIC_Intel-X710' and
9458            '64B' and
9459            'NDRPDR' and
9460            '2T1C' and
9461            'IP4FWD' and
9462            'NAT44' and
9463            not 'IPSEC' and
9464            not 'VHOST'"
9465   parameters:
9466   - "throughput"
9467   - "parent"
9468   - "tags"
9469   sort:
9470   - "BASE"
9471   - "BASE"
9472   - "SRC_USER_10"
9473   - "SRC_USER_100"
9474   - "SRC_USER_1000"
9475   - "SRC_USER_2000"
9476   traces:
9477     hoverinfo: "x+y"
9478     boxpoints: "outliers"
9479     whiskerwidth: 0
9480   layout:
9481     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9482     layout: "plot-throughput"
9483
9484 -
9485   type: "plot"
9486   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9487   algorithm: "plot_performance_box"
9488   output-file-type: ".html"
9489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9490   data: "plot-vpp-throughput-latency-3n-skx"
9491   filter: "'NIC_Intel-X710' and
9492            '64B' and
9493            'NDRPDR' and
9494            '4T2C' and
9495            'IP4FWD' and
9496            'NAT44' and
9497            not 'IPSEC' and
9498            not 'VHOST'"
9499   parameters:
9500   - "throughput"
9501   - "parent"
9502   - "tags"
9503   sort:
9504   - "BASE"
9505   - "BASE"
9506   - "SRC_USER_10"
9507   - "SRC_USER_100"
9508   - "SRC_USER_1000"
9509   - "SRC_USER_2000"
9510   traces:
9511     hoverinfo: "x+y"
9512     boxpoints: "outliers"
9513     whiskerwidth: 0
9514   layout:
9515     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9516     layout: "plot-throughput"
9517
9518 -
9519   type: "plot"
9520   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9521   algorithm: "plot_performance_box"
9522   output-file-type: ".html"
9523   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9524   data: "plot-vpp-throughput-latency-3n-skx"
9525   filter: "'NIC_Intel-X710' and
9526            '64B' and
9527            'NDRPDR' and
9528            '4T2C' and
9529            'IP4FWD' and
9530            'NAT44' and
9531            not 'IPSEC' and
9532            not 'VHOST'"
9533   parameters:
9534   - "throughput"
9535   - "parent"
9536   - "tags"
9537   sort:
9538   - "BASE"
9539   - "BASE"
9540   - "SRC_USER_10"
9541   - "SRC_USER_100"
9542   - "SRC_USER_1000"
9543   - "SRC_USER_2000"
9544   traces:
9545     hoverinfo: "x+y"
9546     boxpoints: "outliers"
9547     whiskerwidth: 0
9548   layout:
9549     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9550     layout: "plot-throughput"
9551
9552 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9553 -
9554   type: "plot"
9555   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9556   algorithm: "plot_performance_box"
9557   output-file-type: ".html"
9558   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9559   data: "plot-vpp-throughput-latency-3n-skx"
9560   filter: "'NIC_Intel-X710' and
9561            '64B' and
9562            'NDRPDR' and
9563            '2T1C' and
9564            'IP4FWD' and
9565            'IACL' and
9566            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9567            not 'IPSEC' and
9568            not 'VHOST'"
9569   parameters:
9570   - "throughput"
9571   - "parent"
9572   - "tags"
9573   sort:
9574   - "ACL_STATELESS"
9575   - "ACL_STATEFUL"
9576   - "ACL_STATELESS"
9577   - "ACL_STATEFUL"
9578   traces:
9579     hoverinfo: "x+y"
9580     boxpoints: "outliers"
9581     whiskerwidth: 0
9582   layout:
9583     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9584     layout: "plot-throughput"
9585
9586 -
9587   type: "plot"
9588   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9589   algorithm: "plot_performance_box"
9590   output-file-type: ".html"
9591   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9592   data: "plot-vpp-throughput-latency-3n-skx"
9593   filter: "'NIC_Intel-X710' and
9594            '64B' and
9595            'NDRPDR' and
9596            '2T1C' and
9597            'IP4FWD' and
9598            'IACL' and
9599            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9600            not 'IPSEC' and
9601            not 'VHOST'"
9602   parameters:
9603   - "throughput"
9604   - "parent"
9605   - "tags"
9606   sort:
9607   - "ACL_STATELESS"
9608   - "ACL_STATEFUL"
9609   - "ACL_STATELESS"
9610   - "ACL_STATEFUL"
9611   traces:
9612     hoverinfo: "x+y"
9613     boxpoints: "outliers"
9614     whiskerwidth: 0
9615   layout:
9616     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9617     layout: "plot-throughput"
9618
9619 -
9620   type: "plot"
9621   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9622   algorithm: "plot_performance_box"
9623   output-file-type: ".html"
9624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9625   data: "plot-vpp-throughput-latency-3n-skx"
9626   filter: "'NIC_Intel-X710' and
9627            '64B' and
9628            'NDRPDR' and
9629            '4T2C' and
9630            'IP4FWD' and
9631            'IACL' and
9632            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9633            not 'IPSEC' and
9634            not 'VHOST'"
9635   parameters:
9636   - "throughput"
9637   - "parent"
9638   - "tags"
9639   sort:
9640   - "ACL_STATELESS"
9641   - "ACL_STATEFUL"
9642   - "ACL_STATELESS"
9643   - "ACL_STATEFUL"
9644   traces:
9645     hoverinfo: "x+y"
9646     boxpoints: "outliers"
9647     whiskerwidth: 0
9648   layout:
9649     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9650     layout: "plot-throughput"
9651
9652 -
9653   type: "plot"
9654   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9655   algorithm: "plot_performance_box"
9656   output-file-type: ".html"
9657   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9658   data: "plot-vpp-throughput-latency-3n-skx"
9659   filter: "'NIC_Intel-X710' and
9660            '64B' and
9661            'NDRPDR' and
9662            '4T2C' and
9663            'IP4FWD' and
9664            'IACL' and
9665            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9666            not 'IPSEC' and
9667            not 'VHOST'"
9668   parameters:
9669   - "throughput"
9670   - "parent"
9671   - "tags"
9672   sort:
9673   - "ACL_STATELESS"
9674   - "ACL_STATEFUL"
9675   - "ACL_STATELESS"
9676   - "ACL_STATEFUL"
9677   traces:
9678     hoverinfo: "x+y"
9679     boxpoints: "outliers"
9680     whiskerwidth: 0
9681   layout:
9682     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9683     layout: "plot-throughput"
9684
9685 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9686 -
9687   type: "plot"
9688   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9689   algorithm: "plot_performance_box"
9690   output-file-type: ".html"
9691   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9692   data: "plot-vpp-throughput-latency-3n-skx"
9693   filter: "'NIC_Intel-X710' and
9694            '64B' and
9695            'NDRPDR' and
9696            '2T1C' and
9697            'IP4FWD' and
9698            'OACL' and
9699            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9700            not 'IPSEC' and
9701            not 'VHOST'"
9702   parameters:
9703   - "throughput"
9704   - "parent"
9705   - "tags"
9706   sort:
9707   - "ACL_STATELESS"
9708   - "ACL_STATEFUL"
9709   - "ACL_STATELESS"
9710   - "ACL_STATEFUL"
9711   traces:
9712     hoverinfo: "x+y"
9713     boxpoints: "outliers"
9714     whiskerwidth: 0
9715   layout:
9716     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9717     layout: "plot-throughput"
9718
9719 -
9720   type: "plot"
9721   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9722   algorithm: "plot_performance_box"
9723   output-file-type: ".html"
9724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9725   data: "plot-vpp-throughput-latency-3n-skx"
9726   filter: "'NIC_Intel-X710' and
9727            '64B' and
9728            'NDRPDR' and
9729            '2T1C' and
9730            'IP4FWD' and
9731            'OACL' and
9732            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9733            not 'IPSEC' and
9734            not 'VHOST'"
9735   parameters:
9736   - "throughput"
9737   - "parent"
9738   - "tags"
9739   sort:
9740   - "ACL_STATELESS"
9741   - "ACL_STATEFUL"
9742   - "ACL_STATELESS"
9743   - "ACL_STATEFUL"
9744   traces:
9745     hoverinfo: "x+y"
9746     boxpoints: "outliers"
9747     whiskerwidth: 0
9748   layout:
9749     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9750     layout: "plot-throughput"
9751
9752 -
9753   type: "plot"
9754   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9755   algorithm: "plot_performance_box"
9756   output-file-type: ".html"
9757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9758   data: "plot-vpp-throughput-latency-3n-skx"
9759   filter: "'NIC_Intel-X710' and
9760            '64B' and
9761            'NDRPDR' and
9762            '4T2C' and
9763            'IP4FWD' and
9764            'OACL' and
9765            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9766            not 'IPSEC' and
9767            not 'VHOST'"
9768   parameters:
9769   - "throughput"
9770   - "parent"
9771   - "tags"
9772   sort:
9773   - "ACL_STATELESS"
9774   - "ACL_STATEFUL"
9775   - "ACL_STATELESS"
9776   - "ACL_STATEFUL"
9777   traces:
9778     hoverinfo: "x+y"
9779     boxpoints: "outliers"
9780     whiskerwidth: 0
9781   layout:
9782     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9783     layout: "plot-throughput"
9784
9785 -
9786   type: "plot"
9787   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9788   algorithm: "plot_performance_box"
9789   output-file-type: ".html"
9790   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9791   data: "plot-vpp-throughput-latency-3n-skx"
9792   filter: "'NIC_Intel-X710' and
9793            '64B' and
9794            'NDRPDR' and
9795            '4T2C' and
9796            'IP4FWD' and
9797            'OACL' and
9798            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9799            not 'IPSEC' and
9800            not 'VHOST'"
9801   parameters:
9802   - "throughput"
9803   - "parent"
9804   - "tags"
9805   sort:
9806   - "ACL_STATELESS"
9807   - "ACL_STATEFUL"
9808   - "ACL_STATELESS"
9809   - "ACL_STATEFUL"
9810   traces:
9811     hoverinfo: "x+y"
9812     boxpoints: "outliers"
9813     whiskerwidth: 0
9814   layout:
9815     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9816     layout: "plot-throughput"
9817
9818 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9819 -
9820   type: "plot"
9821   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9822   algorithm: "plot_performance_box"
9823   output-file-type: ".html"
9824   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9825   data: "plot-vpp-throughput-latency-3n-hsw"
9826   filter: "'NIC_Intel-XL710' and
9827            '64B' and
9828            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9829            'NDRPDR' and
9830            '1T1C' and
9831            'IP4FWD' and
9832            not 'IPSEC' and
9833            not 'VHOST'"
9834   parameters:
9835   - "throughput"
9836   - "parent"
9837   - "tags"
9838   sort:
9839   - "IP4BASE"
9840   - "FIB_20K"
9841   - "FIB_200K"
9842   - "FIB_2M"
9843   traces:
9844     hoverinfo: "x+y"
9845     boxpoints: "outliers"
9846     whiskerwidth: 0
9847   layout:
9848     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9849     layout: "plot-throughput"
9850
9851 -
9852   type: "plot"
9853   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9854   algorithm: "plot_performance_box"
9855   output-file-type: ".html"
9856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9857   data: "plot-vpp-throughput-latency-3n-hsw"
9858   filter: "'NIC_Intel-XL710' and
9859            '64B' and
9860            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9861            'NDRPDR' and
9862            '1T1C' and
9863            'IP4FWD' and
9864            not 'IPSEC' and
9865            not 'VHOST'"
9866   parameters:
9867   - "throughput"
9868   - "parent"
9869   - "tags"
9870   sort:
9871   - "IP4BASE"
9872   - "FIB_20K"
9873   - "FIB_200K"
9874   - "FIB_2M"
9875   traces:
9876     hoverinfo: "x+y"
9877     boxpoints: "outliers"
9878     whiskerwidth: 0
9879   layout:
9880     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9881     layout: "plot-throughput"
9882
9883 -
9884   type: "plot"
9885   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9886   algorithm: "plot_performance_box"
9887   output-file-type: ".html"
9888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9889   data: "plot-vpp-throughput-latency-3n-hsw"
9890   filter: "'NIC_Intel-XL710' and
9891            '64B' and
9892            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9893            'NDRPDR' and
9894            '2T2C' and
9895            'IP4FWD' and
9896            not 'IPSEC' and
9897            not 'VHOST'"
9898   parameters:
9899   - "throughput"
9900   - "parent"
9901   - "tags"
9902   sort:
9903   - "IP4BASE"
9904   - "FIB_20K"
9905   - "FIB_200K"
9906   - "FIB_2M"
9907   traces:
9908     hoverinfo: "x+y"
9909     boxpoints: "outliers"
9910     whiskerwidth: 0
9911   layout:
9912     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9913     layout: "plot-throughput"
9914
9915 -
9916   type: "plot"
9917   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9918   algorithm: "plot_performance_box"
9919   output-file-type: ".html"
9920   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9921   data: "plot-vpp-throughput-latency-3n-hsw"
9922   filter: "'NIC_Intel-XL710' and
9923            '64B' and
9924            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9925            'NDRPDR' and
9926            '2T2C' and
9927            'IP4FWD' and
9928            not 'IPSEC' and
9929            not 'VHOST'"
9930   parameters:
9931   - "throughput"
9932   - "parent"
9933   - "tags"
9934   sort:
9935   - "IP4BASE"
9936   - "FIB_20K"
9937   - "FIB_200K"
9938   - "FIB_2M"
9939   traces:
9940     hoverinfo: "x+y"
9941     boxpoints: "outliers"
9942     whiskerwidth: 0
9943   layout:
9944     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9945     layout: "plot-throughput"
9946
9947 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9948 -
9949   type: "plot"
9950   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9951   algorithm: "plot_performance_box"
9952   output-file-type: ".html"
9953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9954   data: "plot-vpp-throughput-latency-3n-skx"
9955   filter: "'NIC_Intel-X710' and
9956            '64B' and
9957            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9958            'NDRPDR' and
9959            '2T1C' and
9960            'IP4FWD' and
9961            not 'IPSEC' and
9962            not 'VHOST'"
9963   parameters:
9964   - "throughput"
9965   - "parent"
9966   - "tags"
9967   sort:
9968   - "IP4BASE"
9969   - "FIB_20K"
9970   - "FIB_200K"
9971   - "FIB_2M"
9972   traces:
9973     hoverinfo: "x+y"
9974     boxpoints: "outliers"
9975     whiskerwidth: 0
9976   layout:
9977     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9978     layout: "plot-throughput"
9979
9980 -
9981   type: "plot"
9982   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9983   algorithm: "plot_performance_box"
9984   output-file-type: ".html"
9985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9986   data: "plot-vpp-throughput-latency-3n-skx"
9987   filter: "'NIC_Intel-X710' and
9988            '64B' and
9989            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9990            'NDRPDR' and
9991            '2T1C' and
9992            'IP4FWD' and
9993            not 'IPSEC' and
9994            not 'VHOST'"
9995   parameters:
9996   - "throughput"
9997   - "parent"
9998   - "tags"
9999   sort:
10000   - "IP4BASE"
10001   - "FIB_20K"
10002   - "FIB_200K"
10003   - "FIB_2M"
10004   traces:
10005     hoverinfo: "x+y"
10006     boxpoints: "outliers"
10007     whiskerwidth: 0
10008   layout:
10009     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10010     layout: "plot-throughput"
10011
10012 -
10013   type: "plot"
10014   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10015   algorithm: "plot_performance_box"
10016   output-file-type: ".html"
10017   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10018   data: "plot-vpp-throughput-latency-3n-skx"
10019   filter: "'NIC_Intel-X710' and
10020            '64B' and
10021            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10022            'NDRPDR' and
10023            '4T2C' and
10024            'IP4FWD' and
10025            not 'IPSEC' and
10026            not 'VHOST'"
10027   parameters:
10028   - "throughput"
10029   - "parent"
10030   - "tags"
10031   sort:
10032   - "IP4BASE"
10033   - "FIB_20K"
10034   - "FIB_200K"
10035   - "FIB_2M"
10036   traces:
10037     hoverinfo: "x+y"
10038     boxpoints: "outliers"
10039     whiskerwidth: 0
10040   layout:
10041     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10042     layout: "plot-throughput"
10043
10044 -
10045   type: "plot"
10046   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10047   algorithm: "plot_performance_box"
10048   output-file-type: ".html"
10049   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10050   data: "plot-vpp-throughput-latency-3n-skx"
10051   filter: "'NIC_Intel-X710' and
10052            '64B' and
10053            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10054            'NDRPDR' and
10055            '4T2C' and
10056            'IP4FWD' and
10057            not 'IPSEC' and
10058            not 'VHOST'"
10059   parameters:
10060   - "throughput"
10061   - "parent"
10062   - "tags"
10063   sort:
10064   - "IP4BASE"
10065   - "FIB_20K"
10066   - "FIB_200K"
10067   - "FIB_2M"
10068   traces:
10069     hoverinfo: "x+y"
10070     boxpoints: "outliers"
10071     whiskerwidth: 0
10072   layout:
10073     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10074     layout: "plot-throughput"
10075
10076 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10077 -
10078   type: "plot"
10079   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10080   algorithm: "plot_performance_box"
10081   output-file-type: ".html"
10082   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10083   data: "plot-vpp-throughput-latency-3n-skx"
10084   filter: "'NIC_Intel-X710' and
10085            '64B' and
10086            ('IP4BASE' or
10087             'POLICE_MARK' or
10088             'COPWHLIST' or
10089             ('NAT44' and 'BASE') or
10090             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10091            'NDRPDR' and
10092            '2T1C' and
10093            'IP4FWD' and
10094            not 'IPSEC' and
10095            not 'VHOST'"
10096   parameters:
10097   - "throughput"
10098   - "parent"
10099   - "tags"
10100   sort:
10101   - "IP4BASE"
10102   - "NAT44"
10103   - "POLICE_MARK"
10104   - "COPWHLIST"
10105   - "IACL"
10106   - "OACL"
10107   traces:
10108     hoverinfo: "x+y"
10109     boxpoints: "outliers"
10110     whiskerwidth: 0
10111   layout:
10112     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10113     layout: "plot-throughput"
10114
10115 -
10116   type: "plot"
10117   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10118   algorithm: "plot_performance_box"
10119   output-file-type: ".html"
10120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10121   data: "plot-vpp-throughput-latency-3n-skx"
10122   filter: "'NIC_Intel-X710' and
10123            '64B' and
10124            ('IP4BASE' or
10125             'POLICE_MARK' or
10126             'COPWHLIST' or
10127             ('NAT44' and 'BASE') or
10128             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10129            'NDRPDR' and
10130            '2T1C' and
10131            'IP4FWD' and
10132            not 'IPSEC' and
10133            not 'VHOST'"
10134   parameters:
10135   - "throughput"
10136   - "parent"
10137   - "tags"
10138   sort:
10139   - "IP4BASE"
10140   - "NAT44"
10141   - "POLICE_MARK"
10142   - "COPWHLIST"
10143   - "IACL"
10144   - "OACL"
10145   traces:
10146     hoverinfo: "x+y"
10147     boxpoints: "outliers"
10148     whiskerwidth: 0
10149   layout:
10150     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10151     layout: "plot-throughput"
10152
10153 -
10154   type: "plot"
10155   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10156   algorithm: "plot_performance_box"
10157   output-file-type: ".html"
10158   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10159   data: "plot-vpp-throughput-latency-3n-skx"
10160   filter: "'NIC_Intel-X710' and
10161            '64B' and
10162            ('IP4BASE' or
10163             'POLICE_MARK' or
10164             'COPWHLIST' or
10165             ('NAT44' and 'BASE') or
10166             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10167            'NDRPDR' and
10168            '4T2C' and
10169            'IP4FWD' and
10170            not 'IPSEC' and
10171            not 'VHOST'"
10172   parameters:
10173   - "throughput"
10174   - "parent"
10175   - "tags"
10176   sort:
10177   - "IP4BASE"
10178   - "NAT44"
10179   - "POLICE_MARK"
10180   - "COPWHLIST"
10181   - "IACL"
10182   - "OACL"
10183   traces:
10184     hoverinfo: "x+y"
10185     boxpoints: "outliers"
10186     whiskerwidth: 0
10187   layout:
10188     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10189     layout: "plot-throughput"
10190
10191 -
10192   type: "plot"
10193   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10194   algorithm: "plot_performance_box"
10195   output-file-type: ".html"
10196   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10197   data: "plot-vpp-throughput-latency-3n-skx"
10198   filter: "'NIC_Intel-X710' and
10199            '64B' and
10200            ('IP4BASE' or
10201             'POLICE_MARK' or
10202             'COPWHLIST' or
10203             ('NAT44' and 'BASE') or
10204             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10205            'NDRPDR' and
10206            '4T2C' and
10207            'IP4FWD' and
10208            not 'IPSEC' and
10209            not 'VHOST'"
10210   parameters:
10211   - "throughput"
10212   - "parent"
10213   - "tags"
10214   sort:
10215   - "IP4BASE"
10216   - "NAT44"
10217   - "POLICE_MARK"
10218   - "COPWHLIST"
10219   - "IACL"
10220   - "OACL"
10221   traces:
10222     hoverinfo: "x+y"
10223     boxpoints: "outliers"
10224     whiskerwidth: 0
10225   layout:
10226     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10227     layout: "plot-throughput"
10228
10229 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10230 -
10231   type: "plot"
10232   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10233   algorithm: "plot_performance_box"
10234   output-file-type: ".html"
10235   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10236   data: "plot-vpp-throughput-latency-3n-hsw"
10237   filter: "'NIC_Intel-X710' and
10238            '64B' and
10239            'NDRPDR' and
10240            '1T1C' and
10241            'IP4FWD' and
10242            'NAT44' and
10243            not 'IPSEC' and
10244            not 'VHOST'"
10245   parameters:
10246   - "throughput"
10247   - "parent"
10248   - "tags"
10249   sort:
10250   - "BASE"
10251   - "BASE"
10252   - "SRC_USER_10"
10253   - "SRC_USER_100"
10254   - "SRC_USER_1000"
10255   - "SRC_USER_2000"
10256   traces:
10257     hoverinfo: "x+y"
10258     boxpoints: "outliers"
10259     whiskerwidth: 0
10260   layout:
10261     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10262     layout: "plot-throughput"
10263
10264 -
10265   type: "plot"
10266   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10267   algorithm: "plot_performance_box"
10268   output-file-type: ".html"
10269   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10270   data: "plot-vpp-throughput-latency-3n-hsw"
10271   filter: "'NIC_Intel-X710' and
10272            '64B' and
10273            'NDRPDR' and
10274            '1T1C' and
10275            'IP4FWD' and
10276            'NAT44' and
10277            not 'IPSEC' and
10278            not 'VHOST'"
10279   parameters:
10280   - "throughput"
10281   - "parent"
10282   - "tags"
10283   sort:
10284   - "BASE"
10285   - "BASE"
10286   - "SRC_USER_10"
10287   - "SRC_USER_100"
10288   - "SRC_USER_1000"
10289   - "SRC_USER_2000"
10290   traces:
10291     hoverinfo: "x+y"
10292     boxpoints: "outliers"
10293     whiskerwidth: 0
10294   layout:
10295     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10296     layout: "plot-throughput"
10297
10298 -
10299   type: "plot"
10300   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10301   algorithm: "plot_performance_box"
10302   output-file-type: ".html"
10303   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10304   data: "plot-vpp-throughput-latency-3n-hsw"
10305   filter: "'NIC_Intel-X710' and
10306            '64B' and
10307            'NDRPDR' and
10308            '2T2C' and
10309            'IP4FWD' and
10310            'NAT44' and
10311            not 'IPSEC' and
10312            not 'VHOST'"
10313   parameters:
10314   - "throughput"
10315   - "parent"
10316   - "tags"
10317   sort:
10318   - "BASE"
10319   - "BASE"
10320   - "SRC_USER_10"
10321   - "SRC_USER_100"
10322   - "SRC_USER_1000"
10323   - "SRC_USER_2000"
10324   traces:
10325     hoverinfo: "x+y"
10326     boxpoints: "outliers"
10327     whiskerwidth: 0
10328   layout:
10329     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10330     layout: "plot-throughput"
10331
10332 -
10333   type: "plot"
10334   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10335   algorithm: "plot_performance_box"
10336   output-file-type: ".html"
10337   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10338   data: "plot-vpp-throughput-latency-3n-hsw"
10339   filter: "'NIC_Intel-X710' and
10340            '64B' and
10341            'NDRPDR' and
10342            '2T2C' and
10343            'IP4FWD' and
10344            'NAT44' and
10345            not 'IPSEC' and
10346            not 'VHOST'"
10347   parameters:
10348   - "throughput"
10349   - "parent"
10350   - "tags"
10351   sort:
10352   - "BASE"
10353   - "BASE"
10354   - "SRC_USER_10"
10355   - "SRC_USER_100"
10356   - "SRC_USER_1000"
10357   - "SRC_USER_2000"
10358   traces:
10359     hoverinfo: "x+y"
10360     boxpoints: "outliers"
10361     whiskerwidth: 0
10362   layout:
10363     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10364     layout: "plot-throughput"
10365
10366 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10367 -
10368   type: "plot"
10369   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10370   algorithm: "plot_performance_box"
10371   output-file-type: ".html"
10372   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10373   data: "plot-vpp-throughput-latency-3n-hsw"
10374   filter: "'NIC_Intel-X710' and
10375            '64B' and
10376            'NDRPDR' and
10377            '1T1C' and
10378            'IP4FWD' and
10379            'IACL' and
10380            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10381            not 'IPSEC' and
10382            not 'VHOST'"
10383   parameters:
10384   - "throughput"
10385   - "parent"
10386   - "tags"
10387   sort:
10388   - "ACL_STATELESS"
10389   - "ACL_STATEFUL"
10390   - "ACL_STATELESS"
10391   - "ACL_STATEFUL"
10392   traces:
10393     hoverinfo: "x+y"
10394     boxpoints: "outliers"
10395     whiskerwidth: 0
10396   layout:
10397     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10398     layout: "plot-throughput"
10399
10400 -
10401   type: "plot"
10402   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10403   algorithm: "plot_performance_box"
10404   output-file-type: ".html"
10405   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10406   data: "plot-vpp-throughput-latency-3n-hsw"
10407   filter: "'NIC_Intel-X710' and
10408            '64B' and
10409            'NDRPDR' and
10410            '1T1C' and
10411            'IP4FWD' and
10412            'IACL' and
10413            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10414            not 'IPSEC' and
10415            not 'VHOST'"
10416   parameters:
10417   - "throughput"
10418   - "parent"
10419   - "tags"
10420   sort:
10421   - "ACL_STATELESS"
10422   - "ACL_STATEFUL"
10423   - "ACL_STATELESS"
10424   - "ACL_STATEFUL"
10425   traces:
10426     hoverinfo: "x+y"
10427     boxpoints: "outliers"
10428     whiskerwidth: 0
10429   layout:
10430     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10431     layout: "plot-throughput"
10432
10433 -
10434   type: "plot"
10435   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10436   algorithm: "plot_performance_box"
10437   output-file-type: ".html"
10438   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10439   data: "plot-vpp-throughput-latency-3n-hsw"
10440   filter: "'NIC_Intel-X710' and
10441            '64B' and
10442            'NDRPDR' and
10443            '2T2C' and
10444            'IP4FWD' and
10445            'IACL' and
10446            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10447            not 'IPSEC' and
10448            not 'VHOST'"
10449   parameters:
10450   - "throughput"
10451   - "parent"
10452   - "tags"
10453   sort:
10454   - "ACL_STATELESS"
10455   - "ACL_STATEFUL"
10456   - "ACL_STATELESS"
10457   - "ACL_STATEFUL"
10458   traces:
10459     hoverinfo: "x+y"
10460     boxpoints: "outliers"
10461     whiskerwidth: 0
10462   layout:
10463     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10464     layout: "plot-throughput"
10465
10466 -
10467   type: "plot"
10468   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10469   algorithm: "plot_performance_box"
10470   output-file-type: ".html"
10471   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10472   data: "plot-vpp-throughput-latency-3n-hsw"
10473   filter: "'NIC_Intel-X710' and
10474            '64B' and
10475            'NDRPDR' and
10476            '2T2C' and
10477            'IP4FWD' and
10478            'IACL' and
10479            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10480            not 'IPSEC' and
10481            not 'VHOST'"
10482   parameters:
10483   - "throughput"
10484   - "parent"
10485   - "tags"
10486   sort:
10487   - "ACL_STATELESS"
10488   - "ACL_STATEFUL"
10489   - "ACL_STATELESS"
10490   - "ACL_STATEFUL"
10491   traces:
10492     hoverinfo: "x+y"
10493     boxpoints: "outliers"
10494     whiskerwidth: 0
10495   layout:
10496     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10497     layout: "plot-throughput"
10498
10499 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10500 -
10501   type: "plot"
10502   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10503   algorithm: "plot_performance_box"
10504   output-file-type: ".html"
10505   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10506   data: "plot-vpp-throughput-latency-3n-hsw"
10507   filter: "'NIC_Intel-X710' and
10508            '64B' and
10509            'NDRPDR' and
10510            '1T1C' and
10511            'IP4FWD' and
10512            'OACL' and
10513            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10514            not 'IPSEC' and
10515            not 'VHOST'"
10516   parameters:
10517   - "throughput"
10518   - "parent"
10519   - "tags"
10520   sort:
10521   - "ACL_STATELESS"
10522   - "ACL_STATEFUL"
10523   - "ACL_STATELESS"
10524   - "ACL_STATEFUL"
10525   traces:
10526     hoverinfo: "x+y"
10527     boxpoints: "outliers"
10528     whiskerwidth: 0
10529   layout:
10530     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10531     layout: "plot-throughput"
10532
10533 -
10534   type: "plot"
10535   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10536   algorithm: "plot_performance_box"
10537   output-file-type: ".html"
10538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10539   data: "plot-vpp-throughput-latency-3n-hsw"
10540   filter: "'NIC_Intel-X710' and
10541            '64B' and
10542            'NDRPDR' and
10543            '1T1C' and
10544            'IP4FWD' and
10545            'OACL' and
10546            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10547            not 'IPSEC' and
10548            not 'VHOST'"
10549   parameters:
10550   - "throughput"
10551   - "parent"
10552   - "tags"
10553   sort:
10554   - "ACL_STATELESS"
10555   - "ACL_STATEFUL"
10556   - "ACL_STATELESS"
10557   - "ACL_STATEFUL"
10558   traces:
10559     hoverinfo: "x+y"
10560     boxpoints: "outliers"
10561     whiskerwidth: 0
10562   layout:
10563     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10564     layout: "plot-throughput"
10565
10566 -
10567   type: "plot"
10568   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10569   algorithm: "plot_performance_box"
10570   output-file-type: ".html"
10571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10572   data: "plot-vpp-throughput-latency-3n-hsw"
10573   filter: "'NIC_Intel-X710' and
10574            '64B' and
10575            'NDRPDR' and
10576            '2T2C' and
10577            'IP4FWD' and
10578            'OACL' and
10579            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10580            not 'IPSEC' and
10581            not 'VHOST'"
10582   parameters:
10583   - "throughput"
10584   - "parent"
10585   - "tags"
10586   sort:
10587   - "ACL_STATELESS"
10588   - "ACL_STATEFUL"
10589   - "ACL_STATELESS"
10590   - "ACL_STATEFUL"
10591   traces:
10592     hoverinfo: "x+y"
10593     boxpoints: "outliers"
10594     whiskerwidth: 0
10595   layout:
10596     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10597     layout: "plot-throughput"
10598
10599 -
10600   type: "plot"
10601   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10602   algorithm: "plot_performance_box"
10603   output-file-type: ".html"
10604   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10605   data: "plot-vpp-throughput-latency-3n-hsw"
10606   filter: "'NIC_Intel-X710' and
10607            '64B' and
10608            'NDRPDR' and
10609            '2T2C' and
10610            'IP4FWD' and
10611            'OACL' and
10612            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10613            not 'IPSEC' and
10614            not 'VHOST'"
10615   parameters:
10616   - "throughput"
10617   - "parent"
10618   - "tags"
10619   sort:
10620   - "ACL_STATELESS"
10621   - "ACL_STATEFUL"
10622   - "ACL_STATELESS"
10623   - "ACL_STATEFUL"
10624   traces:
10625     hoverinfo: "x+y"
10626     boxpoints: "outliers"
10627     whiskerwidth: 0
10628   layout:
10629     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10630     layout: "plot-throughput"
10631
10632 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10633 -
10634   type: "plot"
10635   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10636   algorithm: "plot_performance_box"
10637   output-file-type: ".html"
10638   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10639   data: "plot-vpp-throughput-latency-2n-skx"
10640   filter: "'NIC_Intel-X710' and
10641            '64B' and
10642            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10643            'NDRPDR' and
10644            '2T1C' and
10645            'IP4FWD' and
10646            not 'IPSEC' and
10647            not 'VHOST'"
10648   parameters:
10649   - "throughput"
10650   - "parent"
10651   - "tags"
10652   sort:
10653   - "DOT1Q"
10654   - "IP4BASE"
10655   - "FIB_20k"
10656   - "FIB_200k"
10657   - "FIB_2M"
10658   traces:
10659     hoverinfo: "x+y"
10660     boxpoints: "outliers"
10661     whiskerwidth: 0
10662   layout:
10663     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10664     layout: "plot-throughput"
10665
10666 -
10667   type: "plot"
10668   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10669   algorithm: "plot_performance_box"
10670   output-file-type: ".html"
10671   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10672   data: "plot-vpp-throughput-latency-2n-skx"
10673   filter: "'NIC_Intel-X710' and
10674            '64B' and
10675            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10676            'NDRPDR' and
10677            '2T1C' and
10678            'IP4FWD' and
10679            not 'IPSEC' and
10680            not 'VHOST'"
10681   parameters:
10682   - "throughput"
10683   - "parent"
10684   - "tags"
10685   sort:
10686   - "DOT1Q"
10687   - "IP4BASE"
10688   - "FIB_20k"
10689   - "FIB_200k"
10690   - "FIB_2M"
10691   traces:
10692     hoverinfo: "x+y"
10693     boxpoints: "outliers"
10694     whiskerwidth: 0
10695   layout:
10696     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10697     layout: "plot-throughput"
10698
10699 -
10700   type: "plot"
10701   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10702   algorithm: "plot_performance_box"
10703   output-file-type: ".html"
10704   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10705   data: "plot-vpp-throughput-latency-2n-skx"
10706   filter: "'NIC_Intel-X710' and
10707            '64B' and
10708            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10709            'NDRPDR' and
10710            '4T2C' and
10711            'IP4FWD' and
10712            not 'IPSEC' and
10713            not 'VHOST'"
10714   parameters:
10715   - "throughput"
10716   - "parent"
10717   - "tags"
10718   sort:
10719   - "DOT1Q"
10720   - "IP4BASE"
10721   - "FIB_20k"
10722   - "FIB_200k"
10723   - "FIB_2M"
10724   traces:
10725     hoverinfo: "x+y"
10726     boxpoints: "outliers"
10727     whiskerwidth: 0
10728   layout:
10729     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10730     layout: "plot-throughput"
10731
10732 -
10733   type: "plot"
10734   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10735   algorithm: "plot_performance_box"
10736   output-file-type: ".html"
10737   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10738   data: "plot-vpp-throughput-latency-2n-skx"
10739   filter: "'NIC_Intel-X710' and
10740            '64B' and
10741            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10742            'NDRPDR' and
10743            '4T2C' and
10744            'IP4FWD' and
10745            not 'IPSEC' and
10746            not 'VHOST'"
10747   parameters:
10748   - "throughput"
10749   - "parent"
10750   - "tags"
10751   sort:
10752   - "DOT1Q"
10753   - "IP4BASE"
10754   - "FIB_20k"
10755   - "FIB_200k"
10756   - "FIB_2M"
10757   traces:
10758     hoverinfo: "x+y"
10759     boxpoints: "outliers"
10760     whiskerwidth: 0
10761   layout:
10762     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10763     layout: "plot-throughput"
10764
10765 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10766 -
10767   type: "plot"
10768   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10769   algorithm: "plot_performance_box"
10770   output-file-type: ".html"
10771   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10772   data: "plot-vpp-throughput-latency-2n-skx"
10773   filter: "'NIC_Intel-XXV710' and
10774            '64B' and
10775            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10776            'NDRPDR' and
10777            '2T1C' and
10778            'IP4FWD' and
10779            not 'IPSEC' and
10780            not 'VHOST'"
10781   parameters:
10782   - "throughput"
10783   - "parent"
10784   - "tags"
10785   sort:
10786   - "DOT1Q"
10787   - "IP4BASE"
10788   - "FIB_20k"
10789   - "FIB_200k"
10790   - "FIB_2M"
10791   traces:
10792     hoverinfo: "x+y"
10793     boxpoints: "outliers"
10794     whiskerwidth: 0
10795   layout:
10796     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10797     layout: "plot-throughput"
10798
10799 -
10800   type: "plot"
10801   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10802   algorithm: "plot_performance_box"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10805   data: "plot-vpp-throughput-latency-2n-skx"
10806   filter: "'NIC_Intel-XXV710' and
10807            '64B' and
10808            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10809            'NDRPDR' and
10810            '2T1C' and
10811            'IP4FWD' and
10812            not 'IPSEC' and
10813            not 'VHOST'"
10814   parameters:
10815   - "throughput"
10816   - "parent"
10817   - "tags"
10818   sort:
10819   - "DOT1Q"
10820   - "IP4BASE"
10821   - "FIB_20k"
10822   - "FIB_200k"
10823   - "FIB_2M"
10824   traces:
10825     hoverinfo: "x+y"
10826     boxpoints: "outliers"
10827     whiskerwidth: 0
10828   layout:
10829     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10830     layout: "plot-throughput"
10831
10832 -
10833   type: "plot"
10834   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10835   algorithm: "plot_performance_box"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10838   data: "plot-vpp-throughput-latency-2n-skx"
10839   filter: "'NIC_Intel-XXV710' and
10840            '64B' and
10841            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10842            'NDRPDR' and
10843            '4T2C' and
10844            'IP4FWD' and
10845            not 'IPSEC' and
10846            not 'VHOST'"
10847   parameters:
10848   - "throughput"
10849   - "parent"
10850   - "tags"
10851   sort:
10852   - "DOT1Q"
10853   - "IP4BASE"
10854   - "FIB_20k"
10855   - "FIB_200k"
10856   - "FIB_2M"
10857   traces:
10858     hoverinfo: "x+y"
10859     boxpoints: "outliers"
10860     whiskerwidth: 0
10861   layout:
10862     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10863     layout: "plot-throughput"
10864
10865 -
10866   type: "plot"
10867   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10868   algorithm: "plot_performance_box"
10869   output-file-type: ".html"
10870   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10871   data: "plot-vpp-throughput-latency-2n-skx"
10872   filter: "'NIC_Intel-XXV710' and
10873            '64B' and
10874            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10875            'NDRPDR' and
10876            '4T2C' and
10877            'IP4FWD' and
10878            not 'IPSEC' and
10879            not 'VHOST'"
10880   parameters:
10881   - "throughput"
10882   - "parent"
10883   - "tags"
10884   sort:
10885   - "DOT1Q"
10886   - "IP4BASE"
10887   - "FIB_20k"
10888   - "FIB_200k"
10889   - "FIB_2M"
10890   traces:
10891     hoverinfo: "x+y"
10892     boxpoints: "outliers"
10893     whiskerwidth: 0
10894   layout:
10895     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10896     layout: "plot-throughput"
10897
10898 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10899 -
10900   type: "plot"
10901   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10902   algorithm: "plot_performance_box"
10903   output-file-type: ".html"
10904   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10905   data: "intel-dnv-vpp"
10906   filter: "'NIC_Intel-X553' and
10907            '64B' and
10908            'IP4BASE' and
10909            'NDRPDR' and
10910            '1T1C' and
10911            'IP4FWD' and
10912            not 'IPSEC' and
10913            not 'VHOST'"
10914   parameters:
10915   - "throughput"
10916   - "parent"
10917   - "tags"
10918   sort:
10919   - "IP4BASE"
10920   traces:
10921     hoverinfo: "x+y"
10922     boxpoints: "outliers"
10923     whiskerwidth: 0
10924   layout:
10925     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10926     layout: "plot-throughput"
10927
10928 -
10929   type: "plot"
10930   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10931   algorithm: "plot_performance_box"
10932   output-file-type: ".html"
10933   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10934   data: "intel-dnv-vpp"
10935   filter: "'NIC_Intel-X553' and
10936            '64B' and
10937            'IP4BASE' and
10938            'NDRPDR' and
10939            '1T1C' and
10940            'IP4FWD' and
10941            not 'IPSEC' and
10942            not 'VHOST'"
10943   parameters:
10944   - "throughput"
10945   - "parent"
10946   - "tags"
10947   sort:
10948   - "IP4BASE"
10949   traces:
10950     hoverinfo: "x+y"
10951     boxpoints: "outliers"
10952     whiskerwidth: 0
10953   layout:
10954     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10955     layout: "plot-throughput"
10956
10957 -
10958   type: "plot"
10959   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10960   algorithm: "plot_performance_box"
10961   output-file-type: ".html"
10962   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10963   data: "intel-dnv-vpp"
10964   filter: "'NIC_Intel-X553' and
10965            '64B' and
10966            'IP4BASE' and
10967            'NDRPDR' and
10968            '2T2C' and
10969            'IP4FWD' and
10970            not 'IPSEC' and
10971            not 'VHOST'"
10972   parameters:
10973   - "throughput"
10974   - "parent"
10975   - "tags"
10976   sort:
10977   - "IP4BASE"
10978   traces:
10979     hoverinfo: "x+y"
10980     boxpoints: "outliers"
10981     whiskerwidth: 0
10982   layout:
10983     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10984     layout: "plot-throughput"
10985
10986 -
10987   type: "plot"
10988   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10989   algorithm: "plot_performance_box"
10990   output-file-type: ".html"
10991   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10992   data: "intel-dnv-vpp"
10993   filter: "'NIC_Intel-X553' and
10994            '64B' and
10995            'IP4BASE' and
10996            'NDRPDR' and
10997            '2T2C' and
10998            'IP4FWD' and
10999            not 'IPSEC' and
11000            not 'VHOST'"
11001   parameters:
11002   - "throughput"
11003   - "parent"
11004   - "tags"
11005   sort:
11006   - "IP4BASE"
11007   traces:
11008     hoverinfo: "x+y"
11009     boxpoints: "outliers"
11010     whiskerwidth: 0
11011   layout:
11012     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11013     layout: "plot-throughput"
11014
11015 ################################################################################
11016
11017 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11018 -
11019   type: "plot"
11020   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11021   algorithm: "plot_performance_box"
11022   output-file-type: ".html"
11023   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11024   data: "plot-vpp-throughput-latency-3n-hsw"
11025   filter: "'NIC_Intel-X520-DA2' and
11026            '64B' and
11027            'ENCAP' and
11028            'NDRPDR' and
11029            '1T1C' and
11030            ('VXLAN' or 'LISP') and
11031            not 'VHOST' and
11032            not 'IPSECHW'"
11033   parameters:
11034   - "throughput"
11035   - "parent"
11036   - "tags"
11037   sort:
11038   - "not DOT1Q"
11039   - "VXLAN_1"
11040   - "VXLAN_10"
11041   - "VXLAN_100"
11042   - "VXLAN_1000"
11043   traces:
11044     hoverinfo: "x+y"
11045     boxpoints: "outliers"
11046     whiskerwidth: 0
11047   layout:
11048     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11049     layout: "plot-throughput"
11050
11051 -
11052   type: "plot"
11053   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11054   algorithm: "plot_performance_box"
11055   output-file-type: ".html"
11056   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11057   data: "plot-vpp-throughput-latency-3n-hsw"
11058   filter: "'NIC_Intel-X520-DA2' and
11059            '64B' and
11060            'ENCAP' and
11061            'NDRPDR' and
11062            '1T1C' and
11063            ('VXLAN' or 'LISP') and
11064            not 'VHOST' and
11065            not 'IPSECHW'"
11066   parameters:
11067   - "throughput"
11068   - "parent"
11069   - "tags"
11070   sort:
11071   - "not DOT1Q"
11072   - "VXLAN_1"
11073   - "VXLAN_10"
11074   - "VXLAN_100"
11075   - "VXLAN_1000"
11076   traces:
11077     hoverinfo: "x+y"
11078     boxpoints: "outliers"
11079     whiskerwidth: 0
11080   layout:
11081     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11082     layout: "plot-throughput"
11083
11084 -
11085   type: "plot"
11086   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11087   algorithm: "plot_performance_box"
11088   output-file-type: ".html"
11089   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11090   data: "plot-vpp-throughput-latency-3n-hsw"
11091   filter: "'NIC_Intel-X520-DA2' and
11092            '64B' and
11093            'ENCAP' and
11094            'NDRPDR' and
11095            '2T2C' and
11096            ('VXLAN' or 'LISP') and
11097            not 'VHOST' and
11098            not 'IPSECHW'"
11099   parameters:
11100   - "throughput"
11101   - "parent"
11102   - "tags"
11103   sort:
11104   - "not DOT1Q"
11105   - "VXLAN_1"
11106   - "VXLAN_10"
11107   - "VXLAN_100"
11108   - "VXLAN_1000"
11109   traces:
11110     hoverinfo: "x+y"
11111     boxpoints: "outliers"
11112     whiskerwidth: 0
11113   layout:
11114     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11115     layout: "plot-throughput"
11116
11117 -
11118   type: "plot"
11119   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11120   algorithm: "plot_performance_box"
11121   output-file-type: ".html"
11122   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11123   data: "plot-vpp-throughput-latency-3n-hsw"
11124   filter: "'NIC_Intel-X520-DA2' and
11125            '64B' and
11126            'ENCAP' and
11127            'NDRPDR' and
11128            '2T2C' and
11129            ('VXLAN' or 'LISP') and
11130            not 'VHOST' and
11131            not 'IPSECHW'"
11132   parameters:
11133   - "throughput"
11134   - "parent"
11135   - "tags"
11136   sort:
11137   - "not DOT1Q"
11138   - "VXLAN_1"
11139   - "VXLAN_10"
11140   - "VXLAN_100"
11141   - "VXLAN_1000"
11142   traces:
11143     hoverinfo: "x+y"
11144     boxpoints: "outliers"
11145     whiskerwidth: 0
11146   layout:
11147     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11148     layout: "plot-throughput"
11149
11150 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11151 -
11152   type: "plot"
11153   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11154   algorithm: "plot_performance_box"
11155   output-file-type: ".html"
11156   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11157   data: "plot-vpp-throughput-latency-3n-hsw"
11158   filter: "'NIC_Intel-X520-DA2' and
11159            '64B' and
11160            'ENCAP' and
11161            'NDRPDR' and
11162            '1T1C' and
11163            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11164            not 'DOT1Q' and
11165            not 'VHOST' and
11166            not 'IPSECHW'"
11167   parameters:
11168   - "throughput"
11169   - "parent"
11170   - "tags"
11171   sort:
11172   - "L2BDMACLRN"
11173   - "L2XCFWD"
11174   - "LISP"
11175   traces:
11176     hoverinfo: "x+y"
11177     boxpoints: "outliers"
11178     whiskerwidth: 0
11179   layout:
11180     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11181     layout: "plot-throughput"
11182
11183 -
11184   type: "plot"
11185   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11186   algorithm: "plot_performance_box"
11187   output-file-type: ".html"
11188   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11189   data: "plot-vpp-throughput-latency-3n-hsw"
11190   filter: "'NIC_Intel-X520-DA2' and
11191            '64B' and
11192            'ENCAP' and
11193            'NDRPDR' and
11194            '2T2C' and
11195            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11196            not 'DOT1Q' and
11197            not 'VHOST' and
11198            not 'IPSECHW'"
11199   parameters:
11200   - "throughput"
11201   - "parent"
11202   - "tags"
11203   sort:
11204   - "L2BDMACLRN"
11205   - "L2XCFWD"
11206   - "LISP"
11207   traces:
11208     hoverinfo: "x+y"
11209     boxpoints: "outliers"
11210     whiskerwidth: 0
11211   layout:
11212     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11213     layout: "plot-throughput"
11214
11215 -
11216   type: "plot"
11217   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11218   algorithm: "plot_performance_box"
11219   output-file-type: ".html"
11220   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11221   data: "plot-vpp-throughput-latency-3n-hsw"
11222   filter: "'NIC_Intel-X520-DA2' and
11223            '64B' and
11224            'ENCAP' and
11225            'NDRPDR' and
11226            '1T1C' and
11227            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11228            not 'DOT1Q' and
11229            not 'VHOST' and
11230            not 'IPSECHW'"
11231   parameters:
11232   - "throughput"
11233   - "parent"
11234   - "tags"
11235   sort:
11236   - "L2BDMACLRN"
11237   - "L2XCFWD"
11238   - "LISP"
11239   traces:
11240     hoverinfo: "x+y"
11241     boxpoints: "outliers"
11242     whiskerwidth: 0
11243   layout:
11244     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11245     layout: "plot-throughput"
11246
11247 -
11248   type: "plot"
11249   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11250   algorithm: "plot_performance_box"
11251   output-file-type: ".html"
11252   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11253   data: "plot-vpp-throughput-latency-3n-hsw"
11254   filter: "'NIC_Intel-X520-DA2' and
11255            '64B' and
11256            'ENCAP' and
11257            'NDRPDR' and
11258            '2T2C' and
11259            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11260            not 'DOT1Q' and
11261            not 'VHOST' and
11262            not 'IPSECHW'"
11263   parameters:
11264   - "throughput"
11265   - "parent"
11266   - "tags"
11267   sort:
11268   - "L2BDMACLRN"
11269   - "L2XCFWD"
11270   - "LISP"
11271   traces:
11272     hoverinfo: "x+y"
11273     boxpoints: "outliers"
11274     whiskerwidth: 0
11275   layout:
11276     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11277     layout: "plot-throughput"
11278
11279 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11280 -
11281   type: "plot"
11282   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11283   algorithm: "plot_performance_box"
11284   output-file-type: ".html"
11285   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11286   data: "plot-vpp-throughput-latency-3n-hsw"
11287   filter: "'NIC_Intel-X710' and
11288            '64B' and
11289            'ENCAP' and
11290            'NDRPDR' and
11291            '1T1C' and
11292            ('VXLAN' or 'LISP') and
11293            not 'VHOST' and
11294            not 'IPSECHW'"
11295   parameters:
11296   - "throughput"
11297   - "parent"
11298   - "tags"
11299   sort:
11300   - "LISP"
11301   - "VXLAN_1"
11302   - "VXLAN_10"
11303   - "VXLAN_100"
11304   - "VXLAN_1000"
11305   traces:
11306     hoverinfo: "x+y"
11307     boxpoints: "outliers"
11308     whiskerwidth: 0
11309   layout:
11310     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11311     layout: "plot-throughput"
11312
11313 -
11314   type: "plot"
11315   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11316   algorithm: "plot_performance_box"
11317   output-file-type: ".html"
11318   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11319   data: "plot-vpp-throughput-latency-3n-hsw"
11320   filter: "'NIC_Intel-X710' and
11321            '64B' and
11322            'ENCAP' and
11323            'NDRPDR' and
11324            '1T1C' and
11325            ('VXLAN' or 'LISP') and
11326            not 'VHOST' and
11327            not 'IPSECHW'"
11328   parameters:
11329   - "throughput"
11330   - "parent"
11331   - "tags"
11332   sort:
11333   - "LISP"
11334   - "VXLAN_1"
11335   - "VXLAN_10"
11336   - "VXLAN_100"
11337   - "VXLAN_1000"
11338   traces:
11339     hoverinfo: "x+y"
11340     boxpoints: "outliers"
11341     whiskerwidth: 0
11342   layout:
11343     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11344     layout: "plot-throughput"
11345
11346 -
11347   type: "plot"
11348   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11349   algorithm: "plot_performance_box"
11350   output-file-type: ".html"
11351   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11352   data: "plot-vpp-throughput-latency-3n-hsw"
11353   filter: "'NIC_Intel-X710' and
11354            '64B' and
11355            'ENCAP' and
11356            'NDRPDR' and
11357            '2T2C' and
11358            ('VXLAN' or 'LISP') and
11359            not 'VHOST' and
11360            not 'IPSECHW'"
11361   parameters:
11362   - "throughput"
11363   - "parent"
11364   - "tags"
11365   sort:
11366   - "LISP"
11367   - "VXLAN_1"
11368   - "VXLAN_10"
11369   - "VXLAN_100"
11370   - "VXLAN_1000"
11371   traces:
11372     hoverinfo: "x+y"
11373     boxpoints: "outliers"
11374     whiskerwidth: 0
11375   layout:
11376     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11377     layout: "plot-throughput"
11378
11379 -
11380   type: "plot"
11381   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11382   algorithm: "plot_performance_box"
11383   output-file-type: ".html"
11384   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11385   data: "plot-vpp-throughput-latency-3n-hsw"
11386   filter: "'NIC_Intel-X710' and
11387            '64B' and
11388            'ENCAP' and
11389            'NDRPDR' and
11390            '2T2C' and
11391            ('VXLAN' or 'LISP') and
11392            not 'VHOST' and
11393            not 'IPSECHW'"
11394   parameters:
11395   - "throughput"
11396   - "parent"
11397   - "tags"
11398   sort:
11399   - "LISP"
11400   - "VXLAN_1"
11401   - "VXLAN_10"
11402   - "VXLAN_100"
11403   - "VXLAN_1000"
11404   traces:
11405     hoverinfo: "x+y"
11406     boxpoints: "outliers"
11407     whiskerwidth: 0
11408   layout:
11409     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11410     layout: "plot-throughput"
11411
11412 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11413 -
11414   type: "plot"
11415   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11416   algorithm: "plot_performance_box"
11417   output-file-type: ".html"
11418   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11419   data: "plot-vpp-throughput-latency-3n-hsw"
11420   filter: "'NIC_Intel-X710' and
11421            '64B' and
11422            'ENCAP' and
11423            'NDRPDR' and
11424            '1T1C' and
11425            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11426            not 'DOT1Q' and
11427            not 'VHOST' and
11428            not 'IPSECHW'"
11429   parameters:
11430   - "throughput"
11431   - "parent"
11432   - "tags"
11433   sort:
11434   - "L2BDMACLRN"
11435   - "L2XCFWD"
11436   - "LISP"
11437   traces:
11438     hoverinfo: "x+y"
11439     boxpoints: "outliers"
11440     whiskerwidth: 0
11441   layout:
11442     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11443     layout: "plot-throughput"
11444
11445 -
11446   type: "plot"
11447   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11448   algorithm: "plot_performance_box"
11449   output-file-type: ".html"
11450   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11451   data: "plot-vpp-throughput-latency-3n-hsw"
11452   filter: "'NIC_Intel-X710' and
11453            '64B' and
11454            'ENCAP' and
11455            'NDRPDR' and
11456            '2T2C' and
11457            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11458            not 'DOT1Q' and
11459            not 'VHOST' and
11460            not 'IPSECHW'"
11461   parameters:
11462   - "throughput"
11463   - "parent"
11464   - "tags"
11465   sort:
11466   - "L2BDMACLRN"
11467   - "L2XCFWD"
11468   - "LISP"
11469   traces:
11470     hoverinfo: "x+y"
11471     boxpoints: "outliers"
11472     whiskerwidth: 0
11473   layout:
11474     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11475     layout: "plot-throughput"
11476
11477 -
11478   type: "plot"
11479   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11480   algorithm: "plot_performance_box"
11481   output-file-type: ".html"
11482   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11483   data: "plot-vpp-throughput-latency-3n-hsw"
11484   filter: "'NIC_Intel-X710' and
11485            '64B' and
11486            'ENCAP' and
11487            'NDRPDR' and
11488            '1T1C' and
11489            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11490            not 'DOT1Q' and
11491            not 'VHOST' and
11492            not 'IPSECHW'"
11493   parameters:
11494   - "throughput"
11495   - "parent"
11496   - "tags"
11497   sort:
11498   - "L2BDMACLRN"
11499   - "L2XCFWD"
11500   - "LISP"
11501   traces:
11502     hoverinfo: "x+y"
11503     boxpoints: "outliers"
11504     whiskerwidth: 0
11505   layout:
11506     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11507     layout: "plot-throughput"
11508
11509 -
11510   type: "plot"
11511   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11512   algorithm: "plot_performance_box"
11513   output-file-type: ".html"
11514   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11515   data: "plot-vpp-throughput-latency-3n-hsw"
11516   filter: "'NIC_Intel-X710' and
11517            '64B' and
11518            'ENCAP' and
11519            'NDRPDR' and
11520            '2T2C' and
11521            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11522            not 'DOT1Q' and
11523            not 'VHOST' and
11524            not 'IPSECHW'"
11525   parameters:
11526   - "throughput"
11527   - "parent"
11528   - "tags"
11529   sort:
11530   - "L2BDMACLRN"
11531   - "L2XCFWD"
11532   - "LISP"
11533   traces:
11534     hoverinfo: "x+y"
11535     boxpoints: "outliers"
11536     whiskerwidth: 0
11537   layout:
11538     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11539     layout: "plot-throughput"
11540
11541 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11542 -
11543   type: "plot"
11544   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11545   algorithm: "plot_performance_box"
11546   output-file-type: ".html"
11547   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11548   data: "plot-vpp-throughput-latency-3n-skx"
11549   filter: "'NIC_Intel-X710' and
11550            '64B' and
11551            'ENCAP' and
11552            'NDRPDR' and
11553            '2T1C' and
11554            ('VXLAN' or 'LISP') and
11555            not 'VHOST' and
11556            not 'IPSECHW'"
11557   parameters:
11558   - "throughput"
11559   - "parent"
11560   - "tags"
11561   sort:
11562   - "LISP"
11563   - "VXLAN_1"
11564   - "VXLAN_10"
11565   - "VXLAN_100"
11566   - "VXLAN_1000"
11567   traces:
11568     hoverinfo: "x+y"
11569     boxpoints: "outliers"
11570     whiskerwidth: 0
11571   layout:
11572     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11573     layout: "plot-throughput"
11574
11575 -
11576   type: "plot"
11577   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11578   algorithm: "plot_performance_box"
11579   output-file-type: ".html"
11580   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11581   data: "plot-vpp-throughput-latency-3n-skx"
11582   filter: "'NIC_Intel-X710' and
11583            '64B' and
11584            'ENCAP' and
11585            'NDRPDR' and
11586            '2T1C' and
11587            ('VXLAN' or 'LISP') and
11588            not 'VHOST' and
11589            not 'IPSECHW'"
11590   parameters:
11591   - "throughput"
11592   - "parent"
11593   - "tags"
11594   sort:
11595   - "LISP"
11596   - "VXLAN_1"
11597   - "VXLAN_10"
11598   - "VXLAN_100"
11599   - "VXLAN_1000"
11600   traces:
11601     hoverinfo: "x+y"
11602     boxpoints: "outliers"
11603     whiskerwidth: 0
11604   layout:
11605     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11606     layout: "plot-throughput"
11607
11608 -
11609   type: "plot"
11610   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11611   algorithm: "plot_performance_box"
11612   output-file-type: ".html"
11613   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11614   data: "plot-vpp-throughput-latency-3n-skx"
11615   filter: "'NIC_Intel-X710' and
11616            '64B' and
11617            'ENCAP' and
11618            'NDRPDR' and
11619            '4T2C' and
11620            ('VXLAN' or 'LISP') and
11621            not 'VHOST' and
11622            not 'IPSECHW'"
11623   parameters:
11624   - "throughput"
11625   - "parent"
11626   - "tags"
11627   sort:
11628   - "LISP"
11629   - "VXLAN_1"
11630   - "VXLAN_10"
11631   - "VXLAN_100"
11632   - "VXLAN_1000"
11633   traces:
11634     hoverinfo: "x+y"
11635     boxpoints: "outliers"
11636     whiskerwidth: 0
11637   layout:
11638     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11639     layout: "plot-throughput"
11640
11641 -
11642   type: "plot"
11643   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11644   algorithm: "plot_performance_box"
11645   output-file-type: ".html"
11646   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11647   data: "plot-vpp-throughput-latency-3n-skx"
11648   filter: "'NIC_Intel-X710' and
11649            '64B' and
11650            'ENCAP' and
11651            'NDRPDR' and
11652            '4T2C' and
11653            ('VXLAN' or 'LISP') and
11654            not 'VHOST' and
11655            not 'IPSECHW'"
11656   parameters:
11657   - "throughput"
11658   - "parent"
11659   - "tags"
11660   sort:
11661   - "LISP"
11662   - "VXLAN_1"
11663   - "VXLAN_10"
11664   - "VXLAN_100"
11665   - "VXLAN_1000"
11666   traces:
11667     hoverinfo: "x+y"
11668     boxpoints: "outliers"
11669     whiskerwidth: 0
11670   layout:
11671     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11672     layout: "plot-throughput"
11673
11674 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11675 -
11676   type: "plot"
11677   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11678   algorithm: "plot_performance_box"
11679   output-file-type: ".html"
11680   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11681   data: "plot-vpp-throughput-latency-3n-skx"
11682   filter: "'NIC_Intel-X710' and
11683            '64B' and
11684            'ENCAP' and
11685            'NDRPDR' and
11686            '2T1C' and
11687            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11688            not 'DOT1Q' and
11689            not 'VHOST' and
11690            not 'IPSECHW'"
11691   parameters:
11692   - "throughput"
11693   - "parent"
11694   - "tags"
11695   sort:
11696   - "L2BDMACLRN"
11697   - "L2XCFWD"
11698   - "LISP"
11699   traces:
11700     hoverinfo: "x+y"
11701     boxpoints: "outliers"
11702     whiskerwidth: 0
11703   layout:
11704     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11705     layout: "plot-throughput"
11706
11707 -
11708   type: "plot"
11709   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11710   algorithm: "plot_performance_box"
11711   output-file-type: ".html"
11712   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11713   data: "plot-vpp-throughput-latency-3n-skx"
11714   filter: "'NIC_Intel-X710' and
11715            '64B' and
11716            'ENCAP' and
11717            'NDRPDR' and
11718            '4T2C' and
11719            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11720            not 'DOT1Q' and
11721            not 'VHOST' and
11722            not 'IPSECHW'"
11723   parameters:
11724   - "throughput"
11725   - "parent"
11726   - "tags"
11727   sort:
11728   - "L2BDMACLRN"
11729   - "L2XCFWD"
11730   - "LISP"
11731   traces:
11732     hoverinfo: "x+y"
11733     boxpoints: "outliers"
11734     whiskerwidth: 0
11735   layout:
11736     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11737     layout: "plot-throughput"
11738
11739 -
11740   type: "plot"
11741   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11742   algorithm: "plot_performance_box"
11743   output-file-type: ".html"
11744   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11745   data: "plot-vpp-throughput-latency-3n-skx"
11746   filter: "'NIC_Intel-X710' and
11747            '64B' and
11748            'ENCAP' and
11749            'NDRPDR' and
11750            '2T1C' and
11751            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11752            not 'DOT1Q' and
11753            not 'VHOST' and
11754            not 'IPSECHW'"
11755   parameters:
11756   - "throughput"
11757   - "parent"
11758   - "tags"
11759   sort:
11760   - "L2BDMACLRN"
11761   - "L2XCFWD"
11762   - "LISP"
11763   traces:
11764     hoverinfo: "x+y"
11765     boxpoints: "outliers"
11766     whiskerwidth: 0
11767   layout:
11768     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11769     layout: "plot-throughput"
11770
11771 -
11772   type: "plot"
11773   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11774   algorithm: "plot_performance_box"
11775   output-file-type: ".html"
11776   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11777   data: "plot-vpp-throughput-latency-3n-skx"
11778   filter: "'NIC_Intel-X710' and
11779            '64B' and
11780            'ENCAP' and
11781            'NDRPDR' and
11782            '4T2C' and
11783            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11784            not 'DOT1Q' and
11785            not 'VHOST' and
11786            not 'IPSECHW'"
11787   parameters:
11788   - "throughput"
11789   - "parent"
11790   - "tags"
11791   sort:
11792   - "L2BDMACLRN"
11793   - "L2XCFWD"
11794   - "LISP"
11795   traces:
11796     hoverinfo: "x+y"
11797     boxpoints: "outliers"
11798     whiskerwidth: 0
11799   layout:
11800     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11801     layout: "plot-throughput"
11802
11803 ################################################################################
11804
11805 # Packet Throughput - VPP IPv6 3n-hsw-x520
11806 -
11807   type: "plot"
11808   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11809   algorithm: "plot_performance_box"
11810   output-file-type: ".html"
11811   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11812   data: "plot-vpp-throughput-latency-3n-hsw"
11813   filter: "'NIC_Intel-X520-DA2' and
11814            '78B' and
11815            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11816            'NDRPDR' and
11817            '1T1C' and
11818            'IP6FWD' and
11819            not 'SRv6' and
11820            not 'IPSEC' and
11821            not 'VHOST'"
11822   parameters:
11823   - "throughput"
11824   - "parent"
11825   - "tags"
11826   sort:
11827   - "IP6BASE"
11828   - "FIB_20K"
11829   - "FIB_200K"
11830   - "FIB_2M"
11831   traces:
11832     hoverinfo: "x+y"
11833     boxpoints: "outliers"
11834     whiskerwidth: 0
11835   layout:
11836     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11837     layout: "plot-throughput"
11838
11839 -
11840   type: "plot"
11841   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11842   algorithm: "plot_performance_box"
11843   output-file-type: ".html"
11844   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11845   data: "plot-vpp-throughput-latency-3n-hsw"
11846   filter: "'NIC_Intel-X520-DA2' and
11847            '78B' and
11848            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11849            'NDRPDR' and
11850            '1T1C' and
11851            'IP6FWD' and
11852            not 'SRv6' and
11853            not 'IPSEC' and
11854            not 'VHOST'"
11855   parameters:
11856   - "throughput"
11857   - "parent"
11858   - "tags"
11859   sort:
11860   - "IP6BASE"
11861   - "FIB_20K"
11862   - "FIB_200K"
11863   - "FIB_2M"
11864   traces:
11865     hoverinfo: "x+y"
11866     boxpoints: "outliers"
11867     whiskerwidth: 0
11868   layout:
11869     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11870     layout: "plot-throughput"
11871
11872 -
11873   type: "plot"
11874   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11875   algorithm: "plot_performance_box"
11876   output-file-type: ".html"
11877   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11878   data: "plot-vpp-throughput-latency-3n-hsw"
11879   filter: "'NIC_Intel-X520-DA2' and
11880            '78B' and
11881            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11882            'NDRPDR' and
11883            '2T2C' and
11884            'IP6FWD' and
11885            not 'SRv6' and
11886            not 'IPSEC' and
11887            not 'VHOST'"
11888   parameters:
11889   - "throughput"
11890   - "parent"
11891   - "tags"
11892   sort:
11893   - "IP6BASE"
11894   - "FIB_20K"
11895   - "FIB_200K"
11896   - "FIB_2M"
11897   traces:
11898     hoverinfo: "x+y"
11899     boxpoints: "outliers"
11900     whiskerwidth: 0
11901   layout:
11902     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11903     layout: "plot-throughput"
11904
11905 -
11906   type: "plot"
11907   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11908   algorithm: "plot_performance_box"
11909   output-file-type: ".html"
11910   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11911   data: "plot-vpp-throughput-latency-3n-hsw"
11912   filter: "'NIC_Intel-X520-DA2' and
11913            '78B' and
11914            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11915            'NDRPDR' and
11916            '2T2C' and
11917            'IP6FWD' and
11918            not 'SRv6' and
11919            not 'IPSEC' and
11920            not 'VHOST'"
11921   parameters:
11922   - "throughput"
11923   - "parent"
11924   - "tags"
11925   sort:
11926   - "IP6BASE"
11927   - "FIB_20K"
11928   - "FIB_200K"
11929   - "FIB_2M"
11930   traces:
11931     hoverinfo: "x+y"
11932     boxpoints: "outliers"
11933     whiskerwidth: 0
11934   layout:
11935     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11936     layout: "plot-throughput"
11937
11938 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11939 -
11940   type: "plot"
11941   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11942   algorithm: "plot_performance_box"
11943   output-file-type: ".html"
11944   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11945   data: "plot-vpp-throughput-latency-3n-hsw"
11946   filter: "'NIC_Intel-X520-DA2' and
11947            '78B' and
11948            ('IP6BASE' or
11949             'POLICE_MARK' or
11950             'COPWHLIST' or
11951             'IACLDST') and
11952            'NDRPDR' and
11953            '1T1C' and
11954            'IP6FWD' and
11955            not 'SRv6' and
11956            not 'IPSEC' and
11957            not 'VHOST'"
11958   parameters:
11959   - "throughput"
11960   - "parent"
11961   - "tags"
11962   sort:
11963   - "IP6BASE"
11964   - "POLICE_MARK"
11965   - "COPWHLIST"
11966   - "IACLDST"
11967   traces:
11968     hoverinfo: "x+y"
11969     boxpoints: "outliers"
11970     whiskerwidth: 0
11971   layout:
11972     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11973     layout: "plot-throughput"
11974
11975 -
11976   type: "plot"
11977   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11978   algorithm: "plot_performance_box"
11979   output-file-type: ".html"
11980   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11981   data: "plot-vpp-throughput-latency-3n-hsw"
11982   filter: "'NIC_Intel-X520-DA2' and
11983            '78B' and
11984            ('IP6BASE' or
11985             'POLICE_MARK' or
11986             'COPWHLIST' or
11987             'IACLDST') and
11988            'NDRPDR' and
11989            '2T2C' and
11990            'IP6FWD' and
11991            not 'SRv6' and
11992            not 'IPSEC' and
11993            not 'VHOST'"
11994   parameters:
11995   - "throughput"
11996   - "parent"
11997   - "tags"
11998   sort:
11999   - "IP6BASE"
12000   - "POLICE_MARK"
12001   - "COPWHLIST"
12002   - "IACLDST"
12003   traces:
12004     hoverinfo: "x+y"
12005     boxpoints: "outliers"
12006     whiskerwidth: 0
12007   layout:
12008     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12009     layout: "plot-throughput"
12010
12011 -
12012   type: "plot"
12013   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12014   algorithm: "plot_performance_box"
12015   output-file-type: ".html"
12016   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12017   data: "plot-vpp-throughput-latency-3n-hsw"
12018   filter: "'NIC_Intel-X520-DA2' and
12019            '78B' and
12020            ('IP6BASE' or
12021             'POLICE_MARK' or
12022             'COPWHLIST' or
12023             'IACLDST') and
12024            'NDRPDR' and
12025            '1T1C' and
12026            'IP6FWD' and
12027            not 'SRv6' and
12028            not 'IPSEC' and
12029            not 'VHOST'"
12030   parameters:
12031   - "throughput"
12032   - "parent"
12033   - "tags"
12034   sort:
12035   - "IP6BASE"
12036   - "POLICE_MARK"
12037   - "COPWHLIST"
12038   - "IACLDST"
12039   traces:
12040     hoverinfo: "x+y"
12041     boxpoints: "outliers"
12042     whiskerwidth: 0
12043   layout:
12044     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12045     layout: "plot-throughput"
12046
12047 -
12048   type: "plot"
12049   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12050   algorithm: "plot_performance_box"
12051   output-file-type: ".html"
12052   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12053   data: "plot-vpp-throughput-latency-3n-hsw"
12054   filter: "'NIC_Intel-X520-DA2' and
12055            '78B' and
12056            ('IP6BASE' or
12057             'POLICE_MARK' or
12058             'COPWHLIST' or
12059             'IACLDST') and
12060            'NDRPDR' and
12061            '2T2C' and
12062            'IP6FWD' and
12063            not 'SRv6' and
12064            not 'IPSEC' and
12065            not 'VHOST'"
12066   parameters:
12067   - "throughput"
12068   - "parent"
12069   - "tags"
12070   sort:
12071   - "IP6BASE"
12072   - "POLICE_MARK"
12073   - "COPWHLIST"
12074   - "IACLDST"
12075   traces:
12076     hoverinfo: "x+y"
12077     boxpoints: "outliers"
12078     whiskerwidth: 0
12079   layout:
12080     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12081     layout: "plot-throughput"
12082
12083 # Packet Throughput - VPP IPv6 3n-hsw-x710
12084 -
12085   type: "plot"
12086   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12087   algorithm: "plot_performance_box"
12088   output-file-type: ".html"
12089   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12090   data: "plot-vpp-throughput-latency-3n-hsw"
12091   filter: "'NIC_Intel-X710' and
12092            '78B' and
12093            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12094            'NDRPDR' and
12095            '1T1C' and
12096            'IP6FWD' and
12097            not 'SRv6' and
12098            not 'IPSEC' and
12099            not 'VHOST'"
12100   parameters:
12101   - "throughput"
12102   - "parent"
12103   - "tags"
12104   sort:
12105   - "IP6BASE"
12106   - "FIB_20K"
12107   - "FIB_200K"
12108   - "FIB_2M"
12109   traces:
12110     hoverinfo: "x+y"
12111     boxpoints: "outliers"
12112     whiskerwidth: 0
12113   layout:
12114     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12115     layout: "plot-throughput"
12116
12117 -
12118   type: "plot"
12119   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12120   algorithm: "plot_performance_box"
12121   output-file-type: ".html"
12122   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12123   data: "plot-vpp-throughput-latency-3n-hsw"
12124   filter: "'NIC_Intel-X710' and
12125            '78B' and
12126            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12127            'NDRPDR' and
12128            '1T1C' and
12129            'IP6FWD' and
12130            not 'SRv6' and
12131            not 'IPSEC' and
12132            not 'VHOST'"
12133   parameters:
12134   - "throughput"
12135   - "parent"
12136   - "tags"
12137   sort:
12138   - "IP6BASE"
12139   - "FIB_20K"
12140   - "FIB_200K"
12141   - "FIB_2M"
12142   traces:
12143     hoverinfo: "x+y"
12144     boxpoints: "outliers"
12145     whiskerwidth: 0
12146   layout:
12147     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12148     layout: "plot-throughput"
12149
12150 -
12151   type: "plot"
12152   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12153   algorithm: "plot_performance_box"
12154   output-file-type: ".html"
12155   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12156   data: "plot-vpp-throughput-latency-3n-hsw"
12157   filter: "'NIC_Intel-X710' and
12158            '78B' and
12159            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12160            'NDRPDR' and
12161            '2T2C' and
12162            'IP6FWD' and
12163            not 'SRv6' and
12164            not 'IPSEC' and
12165            not 'VHOST'"
12166   parameters:
12167   - "throughput"
12168   - "parent"
12169   - "tags"
12170   sort:
12171   - "IP6BASE"
12172   - "FIB_20K"
12173   - "FIB_200K"
12174   - "FIB_2M"
12175   traces:
12176     hoverinfo: "x+y"
12177     boxpoints: "outliers"
12178     whiskerwidth: 0
12179   layout:
12180     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12181     layout: "plot-throughput"
12182
12183 -
12184   type: "plot"
12185   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12186   algorithm: "plot_performance_box"
12187   output-file-type: ".html"
12188   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12189   data: "plot-vpp-throughput-latency-3n-hsw"
12190   filter: "'NIC_Intel-X710' and
12191            '78B' and
12192            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12193            'NDRPDR' and
12194            '2T2C' and
12195            'IP6FWD' and
12196            not 'SRv6' and
12197            not 'IPSEC' and
12198            not 'VHOST'"
12199   parameters:
12200   - "throughput"
12201   - "parent"
12202   - "tags"
12203   sort:
12204   - "IP6BASE"
12205   - "FIB_20K"
12206   - "FIB_200K"
12207   - "FIB_2M"
12208   traces:
12209     hoverinfo: "x+y"
12210     boxpoints: "outliers"
12211     whiskerwidth: 0
12212   layout:
12213     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12214     layout: "plot-throughput"
12215
12216 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12217 -
12218   type: "plot"
12219   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12220   algorithm: "plot_performance_box"
12221   output-file-type: ".html"
12222   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12223   data: "plot-vpp-throughput-latency-3n-hsw"
12224   filter: "'NIC_Intel-X710' and
12225            '78B' and
12226            ('IP6BASE' or
12227             'POLICE_MARK' or
12228             'COPWHLIST' or
12229             'IACLDST') and
12230            'NDRPDR' and
12231            '1T1C' and
12232            'IP6FWD' and
12233            not 'SRv6' and
12234            not 'IPSEC' and
12235            not 'VHOST'"
12236   parameters:
12237   - "throughput"
12238   - "parent"
12239   - "tags"
12240   sort:
12241   - "IP6BASE"
12242   - "POLICE_MARK"
12243   - "COPWHLIST"
12244   - "IACLDST"
12245   traces:
12246     hoverinfo: "x+y"
12247     boxpoints: "outliers"
12248     whiskerwidth: 0
12249   layout:
12250     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12251     layout: "plot-throughput"
12252
12253 -
12254   type: "plot"
12255   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12256   algorithm: "plot_performance_box"
12257   output-file-type: ".html"
12258   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12259   data: "plot-vpp-throughput-latency-3n-hsw"
12260   filter: "'NIC_Intel-X710' and
12261            '78B' and
12262            ('IP6BASE' or
12263             'POLICE_MARK' or
12264             'COPWHLIST' or
12265             'IACLDST') and
12266            'NDRPDR' and
12267            '2T2C' and
12268            'IP6FWD' and
12269            not 'SRv6' and
12270            not 'IPSEC' and
12271            not 'VHOST'"
12272   parameters:
12273   - "throughput"
12274   - "parent"
12275   - "tags"
12276   sort:
12277   - "IP6BASE"
12278   - "POLICE_MARK"
12279   - "COPWHLIST"
12280   - "IACLDST"
12281   traces:
12282     hoverinfo: "x+y"
12283     boxpoints: "outliers"
12284     whiskerwidth: 0
12285   layout:
12286     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12287     layout: "plot-throughput"
12288
12289 -
12290   type: "plot"
12291   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12292   algorithm: "plot_performance_box"
12293   output-file-type: ".html"
12294   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12295   data: "plot-vpp-throughput-latency-3n-hsw"
12296   filter: "'NIC_Intel-X710' and
12297            '78B' and
12298            ('IP6BASE' or
12299             'POLICE_MARK' or
12300             'COPWHLIST' or
12301             'IACLDST') and
12302            'NDRPDR' and
12303            '1T1C' and
12304            'IP6FWD' and
12305            not 'SRv6' and
12306            not 'IPSEC' and
12307            not 'VHOST'"
12308   parameters:
12309   - "throughput"
12310   - "parent"
12311   - "tags"
12312   sort:
12313   - "IP6BASE"
12314   - "POLICE_MARK"
12315   - "COPWHLIST"
12316   - "IACLDST"
12317   traces:
12318     hoverinfo: "x+y"
12319     boxpoints: "outliers"
12320     whiskerwidth: 0
12321   layout:
12322     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12323     layout: "plot-throughput"
12324
12325 -
12326   type: "plot"
12327   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12328   algorithm: "plot_performance_box"
12329   output-file-type: ".html"
12330   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12331   data: "plot-vpp-throughput-latency-3n-hsw"
12332   filter: "'NIC_Intel-X710' and
12333            '78B' and
12334            ('IP6BASE' or
12335             'POLICE_MARK' or
12336             'COPWHLIST' or
12337             'IACLDST') and
12338            'NDRPDR' and
12339            '2T2C' and
12340            'IP6FWD' and
12341            not 'SRv6' and
12342            not 'IPSEC' and
12343            not 'VHOST'"
12344   parameters:
12345   - "throughput"
12346   - "parent"
12347   - "tags"
12348   sort:
12349   - "IP6BASE"
12350   - "POLICE_MARK"
12351   - "COPWHLIST"
12352   - "IACLDST"
12353   traces:
12354     hoverinfo: "x+y"
12355     boxpoints: "outliers"
12356     whiskerwidth: 0
12357   layout:
12358     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12359     layout: "plot-throughput"
12360
12361 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12362 -
12363   type: "plot"
12364   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12365   algorithm: "plot_performance_box"
12366   output-file-type: ".html"
12367   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12368   data: "plot-vpp-throughput-latency-3n-hsw"
12369   filter: "'NIC_Intel-XL710' and
12370            '78B' and
12371            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12372            'NDRPDR' and
12373            '1T1C' and
12374            'IP6FWD' and
12375            not 'SRv6' and
12376            not 'IPSEC' and
12377            not 'VHOST'"
12378   parameters:
12379   - "throughput"
12380   - "parent"
12381   - "tags"
12382   sort:
12383   - "IP6BASE"
12384   - "FIB_20K"
12385   - "FIB_200K"
12386   - "FIB_2M"
12387   traces:
12388     hoverinfo: "x+y"
12389     boxpoints: "outliers"
12390     whiskerwidth: 0
12391   layout:
12392     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12393     layout: "plot-throughput"
12394
12395 -
12396   type: "plot"
12397   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12398   algorithm: "plot_performance_box"
12399   output-file-type: ".html"
12400   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12401   data: "plot-vpp-throughput-latency-3n-hsw"
12402   filter: "'NIC_Intel-XL710' and
12403            '78B' and
12404            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12405            'NDRPDR' and
12406            '1T1C' and
12407            'IP6FWD' and
12408            not 'SRv6' and
12409            not 'IPSEC' and
12410            not 'VHOST'"
12411   parameters:
12412   - "throughput"
12413   - "parent"
12414   - "tags"
12415   sort:
12416   - "IP6BASE"
12417   - "FIB_20K"
12418   - "FIB_200K"
12419   - "FIB_2M"
12420   traces:
12421     hoverinfo: "x+y"
12422     boxpoints: "outliers"
12423     whiskerwidth: 0
12424   layout:
12425     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12426     layout: "plot-throughput"
12427
12428 -
12429   type: "plot"
12430   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12431   algorithm: "plot_performance_box"
12432   output-file-type: ".html"
12433   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12434   data: "plot-vpp-throughput-latency-3n-hsw"
12435   filter: "'NIC_Intel-XL710' and
12436            '78B' and
12437            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12438            'NDRPDR' and
12439            '2T2C' and
12440            'IP6FWD' and
12441            not 'SRv6' and
12442            not 'IPSEC' and
12443            not 'VHOST'"
12444   parameters:
12445   - "throughput"
12446   - "parent"
12447   - "tags"
12448   sort:
12449   - "IP6BASE"
12450   - "FIB_20K"
12451   - "FIB_200K"
12452   - "FIB_2M"
12453   traces:
12454     hoverinfo: "x+y"
12455     boxpoints: "outliers"
12456     whiskerwidth: 0
12457   layout:
12458     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12459     layout: "plot-throughput"
12460
12461 -
12462   type: "plot"
12463   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12464   algorithm: "plot_performance_box"
12465   output-file-type: ".html"
12466   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12467   data: "plot-vpp-throughput-latency-3n-hsw"
12468   filter: "'NIC_Intel-XL710' and
12469            '78B' and
12470            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12471            'NDRPDR' and
12472            '2T2C' and
12473            'IP6FWD' and
12474            not 'SRv6' and
12475            not 'IPSEC' and
12476            not 'VHOST'"
12477   parameters:
12478   - "throughput"
12479   - "parent"
12480   - "tags"
12481   sort:
12482   - "IP6BASE"
12483   - "FIB_20K"
12484   - "FIB_200K"
12485   - "FIB_2M"
12486   traces:
12487     hoverinfo: "x+y"
12488     boxpoints: "outliers"
12489     whiskerwidth: 0
12490   layout:
12491     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12492     layout: "plot-throughput"
12493
12494 # Packet Throughput - VPP IPv6 3n-skx-x710
12495 -
12496   type: "plot"
12497   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12498   algorithm: "plot_performance_box"
12499   output-file-type: ".html"
12500   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12501   data: "plot-vpp-throughput-latency-3n-skx"
12502   filter: "'NIC_Intel-X710' and
12503            '78B' and
12504            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12505            'NDRPDR' and
12506            '2T1C' and
12507            'IP6FWD' and
12508            not 'SRv6' and
12509            not 'IPSEC' and
12510            not 'VHOST'"
12511   parameters:
12512   - "throughput"
12513   - "parent"
12514   - "tags"
12515   sort:
12516   - "IP6BASE"
12517   - "FIB_20k"
12518   - "FIB_200k"
12519   - "FIB_2M"
12520   traces:
12521     hoverinfo: "x+y"
12522     boxpoints: "outliers"
12523     whiskerwidth: 0
12524   layout:
12525     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12526     layout: "plot-throughput"
12527
12528 -
12529   type: "plot"
12530   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12531   algorithm: "plot_performance_box"
12532   output-file-type: ".html"
12533   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12534   data: "plot-vpp-throughput-latency-3n-skx"
12535   filter: "'NIC_Intel-X710' and
12536            '78B' and
12537            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12538            'NDRPDR' and
12539            '2T1C' and
12540            'IP6FWD' and
12541            not 'SRv6' and
12542            not 'IPSEC' and
12543            not 'VHOST'"
12544   parameters:
12545   - "throughput"
12546   - "parent"
12547   - "tags"
12548   sort:
12549   - "IP6BASE"
12550   - "FIB_20k"
12551   - "FIB_200k"
12552   - "FIB_2M"
12553   traces:
12554     hoverinfo: "x+y"
12555     boxpoints: "outliers"
12556     whiskerwidth: 0
12557   layout:
12558     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12559     layout: "plot-throughput"
12560
12561 -
12562   type: "plot"
12563   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12564   algorithm: "plot_performance_box"
12565   output-file-type: ".html"
12566   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12567   data: "plot-vpp-throughput-latency-3n-skx"
12568   filter: "'NIC_Intel-X710' and
12569            '78B' and
12570            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12571            'NDRPDR' and
12572            '4T2C' and
12573            'IP6FWD' and
12574            not 'SRv6' and
12575            not 'IPSEC' and
12576            not 'VHOST'"
12577   parameters:
12578   - "throughput"
12579   - "parent"
12580   - "tags"
12581   sort:
12582   - "IP6BASE"
12583   - "FIB_20k"
12584   - "FIB_200k"
12585   - "FIB_2M"
12586   traces:
12587     hoverinfo: "x+y"
12588     boxpoints: "outliers"
12589     whiskerwidth: 0
12590   layout:
12591     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12592     layout: "plot-throughput"
12593
12594 -
12595   type: "plot"
12596   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12597   algorithm: "plot_performance_box"
12598   output-file-type: ".html"
12599   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12600   data: "plot-vpp-throughput-latency-3n-skx"
12601   filter: "'NIC_Intel-X710' and
12602            '78B' and
12603            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12604            'NDRPDR' and
12605            '4T2C' and
12606            'IP6FWD' and
12607            not 'SRv6' and
12608            not 'IPSEC' and
12609            not 'VHOST'"
12610   parameters:
12611   - "throughput"
12612   - "parent"
12613   - "tags"
12614   sort:
12615   - "IP6BASE"
12616   - "FIB_20k"
12617   - "FIB_200k"
12618   - "FIB_2M"
12619   traces:
12620     hoverinfo: "x+y"
12621     boxpoints: "outliers"
12622     whiskerwidth: 0
12623   layout:
12624     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12625     layout: "plot-throughput"
12626
12627 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12628 -
12629   type: "plot"
12630   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12631   algorithm: "plot_performance_box"
12632   output-file-type: ".html"
12633   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12634   data: "plot-vpp-throughput-latency-3n-skx"
12635   filter: "'NIC_Intel-X710' and
12636            '78B' and
12637            ('IP6BASE' or
12638             'POLICE_MARK' or
12639             'COPWHLIST' or
12640             'IACLDST') and
12641            'NDRPDR' and
12642            '2T1C' and
12643            'IP6FWD' and
12644            not 'SRv6' and
12645            not 'IPSEC' and
12646            not 'VHOST'"
12647   parameters:
12648   - "throughput"
12649   - "parent"
12650   - "tags"
12651   sort:
12652   - "IP6BASE"
12653   - "POLICE_MARK"
12654   - "COPWHLIST"
12655   - "IACLDST"
12656   traces:
12657     hoverinfo: "x+y"
12658     boxpoints: "outliers"
12659     whiskerwidth: 0
12660   layout:
12661     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12662     layout: "plot-throughput"
12663
12664 -
12665   type: "plot"
12666   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12667   algorithm: "plot_performance_box"
12668   output-file-type: ".html"
12669   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12670   data: "plot-vpp-throughput-latency-3n-hsw"
12671   filter: "'NIC_Intel-X710' and
12672            '78B' and
12673            ('IP6BASE' or
12674             'POLICE_MARK' or
12675             'COPWHLIST' or
12676             'IACLDST') and
12677            'NDRPDR' and
12678            '4T2C' and
12679            'IP6FWD' and
12680            not 'SRv6' and
12681            not 'IPSEC' and
12682            not 'VHOST'"
12683   parameters:
12684   - "throughput"
12685   - "parent"
12686   - "tags"
12687   sort:
12688   - "IP6BASE"
12689   - "POLICE_MARK"
12690   - "COPWHLIST"
12691   - "IACLDST"
12692   traces:
12693     hoverinfo: "x+y"
12694     boxpoints: "outliers"
12695     whiskerwidth: 0
12696   layout:
12697     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12698     layout: "plot-throughput"
12699
12700 -
12701   type: "plot"
12702   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12703   algorithm: "plot_performance_box"
12704   output-file-type: ".html"
12705   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12706   data: "plot-vpp-throughput-latency-3n-skx"
12707   filter: "'NIC_Intel-X710' and
12708            '78B' and
12709            ('IP6BASE' or
12710             'POLICE_MARK' or
12711             'COPWHLIST' or
12712             'IACLDST') and
12713            'NDRPDR' and
12714            '2T1C' and
12715            'IP6FWD' and
12716            not 'SRv6' and
12717            not 'IPSEC' and
12718            not 'VHOST'"
12719   parameters:
12720   - "throughput"
12721   - "parent"
12722   - "tags"
12723   sort:
12724   - "IP6BASE"
12725   - "POLICE_MARK"
12726   - "COPWHLIST"
12727   - "IACLDST"
12728   traces:
12729     hoverinfo: "x+y"
12730     boxpoints: "outliers"
12731     whiskerwidth: 0
12732   layout:
12733     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12734     layout: "plot-throughput"
12735
12736 -
12737   type: "plot"
12738   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12739   algorithm: "plot_performance_box"
12740   output-file-type: ".html"
12741   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12742   data: "plot-vpp-throughput-latency-3n-skx"
12743   filter: "'NIC_Intel-X710' and
12744            '78B' and
12745            ('IP6BASE' or
12746             'POLICE_MARK' or
12747             'COPWHLIST' or
12748             'IACLDST') and
12749            'NDRPDR' and
12750            '4T2C' and
12751            'IP6FWD' and
12752            not 'SRv6' and
12753            not 'IPSEC' and
12754            not 'VHOST'"
12755   parameters:
12756   - "throughput"
12757   - "parent"
12758   - "tags"
12759   sort:
12760   - "IP6BASE"
12761   - "POLICE_MARK"
12762   - "COPWHLIST"
12763   - "IACLDST"
12764   traces:
12765     hoverinfo: "x+y"
12766     boxpoints: "outliers"
12767     whiskerwidth: 0
12768   layout:
12769     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12770     layout: "plot-throughput"
12771
12772 # Packet Throughput - VPP IPv6 2n-skx-x710
12773 -
12774   type: "plot"
12775   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12776   algorithm: "plot_performance_box"
12777   output-file-type: ".html"
12778   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12779   data: "plot-vpp-throughput-latency-2n-skx"
12780   filter: "'NIC_Intel-X710' and
12781            '78B' and
12782            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12783            'NDRPDR' and
12784            '2T1C' and
12785            'IP6FWD' and
12786            not 'SRv6' and
12787            not 'IPSEC' and
12788            not 'VHOST'"
12789   parameters:
12790   - "throughput"
12791   - "parent"
12792   - "tags"
12793   sort:
12794   - "IP6BASE"
12795   - "FIB_20k"
12796   - "FIB_200k"
12797   - "FIB_2M"
12798   traces:
12799     hoverinfo: "x+y"
12800     boxpoints: "outliers"
12801     whiskerwidth: 0
12802   layout:
12803     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12804     layout: "plot-throughput"
12805
12806 -
12807   type: "plot"
12808   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12809   algorithm: "plot_performance_box"
12810   output-file-type: ".html"
12811   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12812   data: "plot-vpp-throughput-latency-2n-skx"
12813   filter: "'NIC_Intel-X710' and
12814            '78B' and
12815            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12816            'NDRPDR' and
12817            '2T1C' and
12818            'IP6FWD' and
12819            not 'SRv6' and
12820            not 'IPSEC' and
12821            not 'VHOST'"
12822   parameters:
12823   - "throughput"
12824   - "parent"
12825   - "tags"
12826   sort:
12827   - "IP6BASE"
12828   - "FIB_20k"
12829   - "FIB_200k"
12830   - "FIB_2M"
12831   traces:
12832     hoverinfo: "x+y"
12833     boxpoints: "outliers"
12834     whiskerwidth: 0
12835   layout:
12836     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12837     layout: "plot-throughput"
12838
12839 -
12840   type: "plot"
12841   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12842   algorithm: "plot_performance_box"
12843   output-file-type: ".html"
12844   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12845   data: "plot-vpp-throughput-latency-2n-skx"
12846   filter: "'NIC_Intel-X710' and
12847            '78B' and
12848            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12849            'NDRPDR' and
12850            '4T2C' and
12851            'IP6FWD' and
12852            not 'SRv6' and
12853            not 'IPSEC' and
12854            not 'VHOST'"
12855   parameters:
12856   - "throughput"
12857   - "parent"
12858   - "tags"
12859   sort:
12860   - "IP6BASE"
12861   - "FIB_20k"
12862   - "FIB_200k"
12863   - "FIB_2M"
12864   traces:
12865     hoverinfo: "x+y"
12866     boxpoints: "outliers"
12867     whiskerwidth: 0
12868   layout:
12869     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12870     layout: "plot-throughput"
12871
12872 -
12873   type: "plot"
12874   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12875   algorithm: "plot_performance_box"
12876   output-file-type: ".html"
12877   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12878   data: "plot-vpp-throughput-latency-2n-skx"
12879   filter: "'NIC_Intel-X710' and
12880            '78B' and
12881            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12882            'NDRPDR' and
12883            '4T2C' and
12884            'IP6FWD' and
12885            not 'SRv6' and
12886            not 'IPSEC' and
12887            not 'VHOST'"
12888   parameters:
12889   - "throughput"
12890   - "parent"
12891   - "tags"
12892   sort:
12893   - "IP6BASE"
12894   - "FIB_20k"
12895   - "FIB_200k"
12896   - "FIB_2M"
12897   traces:
12898     hoverinfo: "x+y"
12899     boxpoints: "outliers"
12900     whiskerwidth: 0
12901   layout:
12902     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12903     layout: "plot-throughput"
12904
12905 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12906 -
12907   type: "plot"
12908   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12909   algorithm: "plot_performance_box"
12910   output-file-type: ".html"
12911   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12912   data: "plot-vpp-throughput-latency-2n-skx"
12913   filter: "'NIC_Intel-XXV710' and
12914            '78B' and
12915            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12916            'NDRPDR' and
12917            '2T1C' and
12918            'IP6FWD' and
12919            not 'SRv6' and
12920            not 'IPSEC' and
12921            not 'VHOST'"
12922   parameters:
12923   - "throughput"
12924   - "parent"
12925   - "tags"
12926   sort:
12927   - "IP6BASE"
12928   - "FIB_20k"
12929   - "FIB_200k"
12930   - "FIB_2M"
12931   traces:
12932     hoverinfo: "x+y"
12933     boxpoints: "outliers"
12934     whiskerwidth: 0
12935   layout:
12936     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12937     layout: "plot-throughput"
12938
12939 -
12940   type: "plot"
12941   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12942   algorithm: "plot_performance_box"
12943   output-file-type: ".html"
12944   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12945   data: "plot-vpp-throughput-latency-2n-skx"
12946   filter: "'NIC_Intel-XXV710' and
12947            '78B' and
12948            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12949            'NDRPDR' and
12950            '2T1C' and
12951            'IP6FWD' and
12952            not 'SRv6' and
12953            not 'IPSEC' and
12954            not 'VHOST'"
12955   parameters:
12956   - "throughput"
12957   - "parent"
12958   - "tags"
12959   sort:
12960   - "IP6BASE"
12961   - "FIB_20k"
12962   - "FIB_200k"
12963   - "FIB_2M"
12964   traces:
12965     hoverinfo: "x+y"
12966     boxpoints: "outliers"
12967     whiskerwidth: 0
12968   layout:
12969     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12970     layout: "plot-throughput"
12971
12972 -
12973   type: "plot"
12974   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12975   algorithm: "plot_performance_box"
12976   output-file-type: ".html"
12977   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12978   data: "plot-vpp-throughput-latency-2n-skx"
12979   filter: "'NIC_Intel-XXV710' and
12980            '78B' and
12981            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12982            'NDRPDR' and
12983            '4T2C' and
12984            'IP6FWD' and
12985            not 'SRv6' and
12986            not 'IPSEC' and
12987            not 'VHOST'"
12988   parameters:
12989   - "throughput"
12990   - "parent"
12991   - "tags"
12992   sort:
12993   - "IP6BASE"
12994   - "FIB_20k"
12995   - "FIB_200k"
12996   - "FIB_2M"
12997   traces:
12998     hoverinfo: "x+y"
12999     boxpoints: "outliers"
13000     whiskerwidth: 0
13001   layout:
13002     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13003     layout: "plot-throughput"
13004
13005 -
13006   type: "plot"
13007   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13008   algorithm: "plot_performance_box"
13009   output-file-type: ".html"
13010   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13011   data: "plot-vpp-throughput-latency-2n-skx"
13012   filter: "'NIC_Intel-XXV710' and
13013            '78B' and
13014            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13015            'NDRPDR' and
13016            '4T2C' and
13017            'IP6FWD' and
13018            not 'SRv6' and
13019            not 'IPSEC' and
13020            not 'VHOST'"
13021   parameters:
13022   - "throughput"
13023   - "parent"
13024   - "tags"
13025   sort:
13026   - "IP6BASE"
13027   - "FIB_20k"
13028   - "FIB_200k"
13029   - "FIB_2M"
13030   traces:
13031     hoverinfo: "x+y"
13032     boxpoints: "outliers"
13033     whiskerwidth: 0
13034   layout:
13035     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13036     layout: "plot-throughput"
13037
13038 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13039 -
13040   type: "plot"
13041   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13042   algorithm: "plot_performance_box"
13043   output-file-type: ".html"
13044   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13045   data: "intel-dnv-vpp"
13046   filter: "'NIC_Intel-X553' and
13047            '78B' and
13048            'IP6BASE' and
13049            'NDRPDR' and
13050            '1T1C' and
13051            'IP6FWD' and
13052            not 'SRv6' and
13053            not 'IPSEC' and
13054            not 'VHOST'"
13055   parameters:
13056   - "throughput"
13057   - "parent"
13058   - "tags"
13059   sort:
13060   - "IP6BASE"
13061   traces:
13062     hoverinfo: "x+y"
13063     boxpoints: "outliers"
13064     whiskerwidth: 0
13065   layout:
13066     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13067     layout: "plot-throughput"
13068
13069 -
13070   type: "plot"
13071   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13072   algorithm: "plot_performance_box"
13073   output-file-type: ".html"
13074   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13075   data: "intel-dnv-vpp"
13076   filter: "'NIC_Intel-X553' and
13077            '78B' and
13078            'IP6BASE' and
13079            'NDRPDR' and
13080            '1T1C' and
13081            'IP6FWD' and
13082            not 'SRv6' and
13083            not 'IPSEC' and
13084            not 'VHOST'"
13085   parameters:
13086   - "throughput"
13087   - "parent"
13088   - "tags"
13089   sort:
13090   - "IP6BASE"
13091   traces:
13092     hoverinfo: "x+y"
13093     boxpoints: "outliers"
13094     whiskerwidth: 0
13095   layout:
13096     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13097     layout: "plot-throughput"
13098
13099 -
13100   type: "plot"
13101   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13102   algorithm: "plot_performance_box"
13103   output-file-type: ".html"
13104   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13105   data: "intel-dnv-vpp"
13106   filter: "'NIC_Intel-X553' and
13107            '78B' and
13108            'IP6BASE' and
13109            'NDRPDR' and
13110            '2T2C' and
13111            'IP6FWD' and
13112            not 'SRv6' and
13113            not 'IPSEC' and
13114            not 'VHOST'"
13115   parameters:
13116   - "throughput"
13117   - "parent"
13118   - "tags"
13119   sort:
13120   - "IP6BASE"
13121   traces:
13122     hoverinfo: "x+y"
13123     boxpoints: "outliers"
13124     whiskerwidth: 0
13125   layout:
13126     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13127     layout: "plot-throughput"
13128
13129 -
13130   type: "plot"
13131   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13132   algorithm: "plot_performance_box"
13133   output-file-type: ".html"
13134   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13135   data: "intel-dnv-vpp"
13136   filter: "'NIC_Intel-X553' and
13137            '78B' and
13138            'IP6BASE' and
13139            'NDRPDR' and
13140            '2T2C' and
13141            'IP6FWD' and
13142            not 'SRv6' and
13143            not 'IPSEC' and
13144            not 'VHOST'"
13145   parameters:
13146   - "throughput"
13147   - "parent"
13148   - "tags"
13149   sort:
13150   - "IP6BASE"
13151   traces:
13152     hoverinfo: "x+y"
13153     boxpoints: "outliers"
13154     whiskerwidth: 0
13155   layout:
13156     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13157     layout: "plot-throughput"
13158
13159 ################################################################################
13160
13161 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13162 -
13163   type: "plot"
13164   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13165   algorithm: "plot_performance_box"
13166   output-file-type: ".html"
13167   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13168   data: "plot-vpp-throughput-latency-3n-hsw"
13169   filter: "'NIC_Intel-X520-DA2' and
13170            '78B' and
13171            'ENCAP' and
13172            'NDRPDR' and
13173            '1T1C' and
13174            'LISP' and
13175            not 'VHOST'"
13176   parameters:
13177   - "throughput"
13178   - "parent"
13179   - "tags"
13180   sort:
13181   - "IP4UNRLAY"
13182   - "IP6UNRLAY"
13183   traces:
13184     hoverinfo: "x+y"
13185     boxpoints: "outliers"
13186     whiskerwidth: 0
13187   layout:
13188     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13189     layout: "plot-throughput"
13190
13191 -
13192   type: "plot"
13193   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13194   algorithm: "plot_performance_box"
13195   output-file-type: ".html"
13196   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13197   data: "plot-vpp-throughput-latency-3n-hsw"
13198   filter: "'NIC_Intel-X520-DA2' and
13199            '78B' and
13200            'ENCAP' and
13201            'NDRPDR' and
13202            '1T1C' and
13203            'LISP' and
13204            not 'VHOST'"
13205   parameters:
13206   - "throughput"
13207   - "parent"
13208   - "tags"
13209   sort:
13210   - "IP4UNRLAY"
13211   - "IP6UNRLAY"
13212   traces:
13213     hoverinfo: "x+y"
13214     boxpoints: "outliers"
13215     whiskerwidth: 0
13216   layout:
13217     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13218     layout: "plot-throughput"
13219
13220 -
13221   type: "plot"
13222   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13223   algorithm: "plot_performance_box"
13224   output-file-type: ".html"
13225   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13226   data: "plot-vpp-throughput-latency-3n-hsw"
13227   filter: "'NIC_Intel-X520-DA2' and
13228            '78B' and
13229            'ENCAP' and
13230            'NDRPDR' and
13231            '2T2C' and
13232            'LISP' and
13233            not 'VHOST'"
13234   parameters:
13235   - "throughput"
13236   - "parent"
13237   - "tags"
13238   sort:
13239   - "IP4UNRLAY"
13240   - "IP6UNRLAY"
13241   traces:
13242     hoverinfo: "x+y"
13243     boxpoints: "outliers"
13244     whiskerwidth: 0
13245   layout:
13246     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13247     layout: "plot-throughput"
13248
13249 -
13250   type: "plot"
13251   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13252   algorithm: "plot_performance_box"
13253   output-file-type: ".html"
13254   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13255   data: "plot-vpp-throughput-latency-3n-hsw"
13256   filter: "'NIC_Intel-X520-DA2' and
13257            '78B' and
13258            'ENCAP' and
13259            'NDRPDR' and
13260            '2T2C' and
13261            'LISP' and
13262            not 'VHOST'"
13263   parameters:
13264   - "throughput"
13265   - "parent"
13266   - "tags"
13267   sort:
13268   - "IP4UNRLAY"
13269   - "IP6UNRLAY"
13270   traces:
13271     hoverinfo: "x+y"
13272     boxpoints: "outliers"
13273     whiskerwidth: 0
13274   layout:
13275     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13276     layout: "plot-throughput"
13277
13278 ################################################################################
13279
13280 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13281 -
13282   type: "plot"
13283   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13284   algorithm: "plot_performance_box"
13285   output-file-type: ".html"
13286   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13287   data: "plot-vpp-throughput-latency-3n-hsw"
13288   filter: "'NIC_Intel-XL710' and
13289            '64B' and
13290            'IP4FWD' and
13291            'NDRPDR' and
13292            'BASE' and
13293            '1T1C' and
13294            'IPSECHW' and
13295            ('IPSECTRAN' or 'IPSECTUN') and
13296            not 'VHOST'"
13297   parameters:
13298   - "throughput"
13299   - "parent"
13300   - "tags"
13301   traces:
13302     hoverinfo: "x+y"
13303     boxpoints: "outliers"
13304     whiskerwidth: 0
13305   layout:
13306     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13307     layout: "plot-throughput"
13308
13309 -
13310   type: "plot"
13311   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13312   algorithm: "plot_performance_box"
13313   output-file-type: ".html"
13314   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13315   data: "plot-vpp-throughput-latency-3n-hsw"
13316   filter: "'NIC_Intel-XL710' and
13317            '64B' and
13318            'IP4FWD' and
13319            'NDRPDR' and
13320            'BASE' and
13321            '1T1C' and
13322            'IPSECHW' and
13323            ('IPSECTRAN' or 'IPSECTUN') and
13324            not 'VHOST'"
13325   parameters:
13326   - "throughput"
13327   - "parent"
13328   - "tags"
13329   traces:
13330     hoverinfo: "x+y"
13331     boxpoints: "outliers"
13332     whiskerwidth: 0
13333   layout:
13334     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13335     layout: "plot-throughput"
13336
13337 -
13338   type: "plot"
13339   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13340   algorithm: "plot_performance_box"
13341   output-file-type: ".html"
13342   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13343   data: "plot-vpp-throughput-latency-3n-hsw"
13344   filter: "'NIC_Intel-XL710' and
13345            '64B' and
13346            'IP4FWD' and
13347            'NDRPDR' and
13348            'BASE' and
13349            '2T2C' and
13350            'IPSECHW' and
13351            ('IPSECTRAN' or 'IPSECTUN') and
13352            not 'VHOST'"
13353   parameters:
13354   - "throughput"
13355   - "parent"
13356   - "tags"
13357   traces:
13358     hoverinfo: "x+y"
13359     boxpoints: "outliers"
13360     whiskerwidth: 0
13361   layout:
13362     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13363     layout: "plot-throughput"
13364
13365 -
13366   type: "plot"
13367   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13368   algorithm: "plot_performance_box"
13369   output-file-type: ".html"
13370   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13371   data: "plot-vpp-throughput-latency-3n-hsw"
13372   filter: "'NIC_Intel-XL710' and
13373            '64B' and
13374            'IP4FWD' and
13375            'NDRPDR' and
13376            'BASE' and
13377            '2T2C' and
13378            'IPSECHW' and
13379            ('IPSECTRAN' or 'IPSECTUN') and
13380            not 'VHOST'"
13381   parameters:
13382   - "throughput"
13383   - "parent"
13384   - "tags"
13385   traces:
13386     hoverinfo: "x+y"
13387     boxpoints: "outliers"
13388     whiskerwidth: 0
13389   layout:
13390     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13391     layout: "plot-throughput"
13392
13393 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13394 -
13395   type: "plot"
13396   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13397   algorithm: "plot_performance_box"
13398   output-file-type: ".html"
13399   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13400   data: "plot-vpp-throughput-latency-3n-hsw"
13401   filter: "'NIC_Intel-XL710' and
13402            '64B' and
13403            'IP4FWD' and
13404            'NDRPDR' and
13405            'SCALE' and
13406            '1T1C' and
13407            'IPSECHW' and
13408            ('IPSECTRAN' or 'IPSECTUN') and
13409            not 'VHOST'"
13410   parameters:
13411   - "throughput"
13412   - "parent"
13413   - "tags"
13414   traces:
13415     hoverinfo: "x+y"
13416     boxpoints: "outliers"
13417     whiskerwidth: 0
13418   layout:
13419     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13420     layout: "plot-throughput"
13421
13422 -
13423   type: "plot"
13424   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13425   algorithm: "plot_performance_box"
13426   output-file-type: ".html"
13427   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13428   data: "plot-vpp-throughput-latency-3n-hsw"
13429   filter: "'NIC_Intel-XL710' and
13430            '64B' and
13431            'IP4FWD' and
13432            'NDRPDR' and
13433            'SCALE' and
13434            '1T1C' and
13435            'IPSECHW' and
13436            ('IPSECTRAN' or 'IPSECTUN') and
13437            not 'VHOST'"
13438   parameters:
13439   - "throughput"
13440   - "parent"
13441   - "tags"
13442   traces:
13443     hoverinfo: "x+y"
13444     boxpoints: "outliers"
13445     whiskerwidth: 0
13446   layout:
13447     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13448     layout: "plot-throughput"
13449
13450 -
13451   type: "plot"
13452   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13453   algorithm: "plot_performance_box"
13454   output-file-type: ".html"
13455   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13456   data: "plot-vpp-throughput-latency-3n-hsw"
13457   filter: "'NIC_Intel-XL710' and
13458            '64B' and
13459            'IP4FWD' and
13460            'NDRPDR' and
13461            'SCALE' and
13462            '2T2C' and
13463            'IPSECHW' and
13464            ('IPSECTRAN' or 'IPSECTUN') and
13465            not 'VHOST'"
13466   parameters:
13467   - "throughput"
13468   - "parent"
13469   - "tags"
13470   traces:
13471     hoverinfo: "x+y"
13472     boxpoints: "outliers"
13473     whiskerwidth: 0
13474   layout:
13475     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13476     layout: "plot-throughput"
13477
13478 -
13479   type: "plot"
13480   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13481   algorithm: "plot_performance_box"
13482   output-file-type: ".html"
13483   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13484   data: "plot-vpp-throughput-latency-3n-hsw"
13485   filter: "'NIC_Intel-XL710' and
13486            '64B' and
13487            'IP4FWD' and
13488            'NDRPDR' and
13489            'SCALE' and
13490            '2T2C' and
13491            'IPSECHW' and
13492            ('IPSECTRAN' or 'IPSECTUN') and
13493            not 'VHOST'"
13494   parameters:
13495   - "throughput"
13496   - "parent"
13497   - "tags"
13498   traces:
13499     hoverinfo: "x+y"
13500     boxpoints: "outliers"
13501     whiskerwidth: 0
13502   layout:
13503     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13504     layout: "plot-throughput"
13505
13506 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13507 -
13508   type: "plot"
13509   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13510   algorithm: "plot_performance_box"
13511   output-file-type: ".html"
13512   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13513   data: "plot-vpp-throughput-latency-3n-hsw"
13514   filter: "'NIC_Intel-XL710' and
13515            '64B' and
13516            'IP4FWD' and
13517            'NDRPDR' and
13518            '1T1C' and
13519            'IPSECSW' and
13520            ('IPSECTRAN' or 'IPSECTUN') and
13521            not 'VHOST'"
13522   parameters:
13523   - "throughput"
13524   - "parent"
13525   - "tags"
13526   traces:
13527     hoverinfo: "x+y"
13528     boxpoints: "outliers"
13529     whiskerwidth: 0
13530   layout:
13531     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13532     layout: "plot-throughput"
13533
13534 -
13535   type: "plot"
13536   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13537   algorithm: "plot_performance_box"
13538   output-file-type: ".html"
13539   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13540   data: "plot-vpp-throughput-latency-3n-hsw"
13541   filter: "'NIC_Intel-XL710' and
13542            '64B' and
13543            'IP4FWD' and
13544            'NDRPDR' and
13545            '1T1C' and
13546            'IPSECSW' and
13547            ('IPSECTRAN' or 'IPSECTUN') and
13548            not 'VHOST'"
13549   parameters:
13550   - "throughput"
13551   - "parent"
13552   - "tags"
13553   traces:
13554     hoverinfo: "x+y"
13555     boxpoints: "outliers"
13556     whiskerwidth: 0
13557   layout:
13558     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13559     layout: "plot-throughput"
13560
13561 -
13562   type: "plot"
13563   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13564   algorithm: "plot_performance_box"
13565   output-file-type: ".html"
13566   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13567   data: "plot-vpp-throughput-latency-3n-hsw"
13568   filter: "'NIC_Intel-XL710' and
13569            '64B' and
13570            'IP4FWD' and
13571            'NDRPDR' and
13572            '2T2C' and
13573            'IPSECSW' and
13574            ('IPSECTRAN' or 'IPSECTUN') and
13575            not 'VHOST'"
13576   parameters:
13577   - "throughput"
13578   - "parent"
13579   - "tags"
13580   traces:
13581     hoverinfo: "x+y"
13582     boxpoints: "outliers"
13583     whiskerwidth: 0
13584   layout:
13585     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13586     layout: "plot-throughput"
13587
13588 -
13589   type: "plot"
13590   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13591   algorithm: "plot_performance_box"
13592   output-file-type: ".html"
13593   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13594   data: "plot-vpp-throughput-latency-3n-hsw"
13595   filter: "'NIC_Intel-XL710' and
13596            '64B' and
13597            'IP4FWD' and
13598            'NDRPDR' and
13599            '2T2C' and
13600            'IPSECSW' and
13601            ('IPSECTRAN' or 'IPSECTUN') and
13602            not 'VHOST'"
13603   parameters:
13604   - "throughput"
13605   - "parent"
13606   - "tags"
13607   traces:
13608     hoverinfo: "x+y"
13609     boxpoints: "outliers"
13610     whiskerwidth: 0
13611   layout:
13612     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13613     layout: "plot-throughput"
13614
13615 ################################################################################
13616
13617 # Packet Throughput - VPP SRv6 3n-hsw-x520
13618 -
13619   type: "plot"
13620   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13621   algorithm: "plot_performance_box"
13622   output-file-type: ".html"
13623   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13624   data: "plot-vpp-throughput-latency-3n-hsw"
13625   filter: "'NIC_Intel-X520-DA2' and
13626            '78B' and
13627            'FEATURE' and
13628            'NDRPDR' and
13629            '1T1C' and
13630            'IP6FWD' and
13631            'SRv6'"
13632   parameters:
13633   - "throughput"
13634   - "parent"
13635   - "tags"
13636   traces:
13637     hoverinfo: "x+y"
13638     boxpoints: "outliers"
13639     whiskerwidth: 0
13640   layout:
13641     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13642     layout: "plot-throughput"
13643
13644 -
13645   type: "plot"
13646   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13647   algorithm: "plot_performance_box"
13648   output-file-type: ".html"
13649   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13650   data: "plot-vpp-throughput-latency-3n-hsw"
13651   filter: "'NIC_Intel-X520-DA2' and
13652            '78B' and
13653            'FEATURE' and
13654            'NDRPDR' and
13655            '1T1C' and
13656            'IP6FWD' and
13657            'SRv6'"
13658   parameters:
13659   - "throughput"
13660   - "parent"
13661   - "tags"
13662   traces:
13663     hoverinfo: "x+y"
13664     boxpoints: "outliers"
13665     whiskerwidth: 0
13666   layout:
13667     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13668     layout: "plot-throughput"
13669
13670 -
13671   type: "plot"
13672   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13673   algorithm: "plot_performance_box"
13674   output-file-type: ".html"
13675   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13676   data: "plot-vpp-throughput-latency-3n-hsw"
13677   filter: "'NIC_Intel-X520-DA2' and
13678            '78B' and
13679            'FEATURE' and
13680            'NDRPDR' and
13681            '2T2C' and
13682            'IP6FWD' and
13683            'SRv6'"
13684   parameters:
13685   - "throughput"
13686   - "parent"
13687   - "tags"
13688   traces:
13689     hoverinfo: "x+y"
13690     boxpoints: "outliers"
13691     whiskerwidth: 0
13692   layout:
13693     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13694     layout: "plot-throughput"
13695
13696 -
13697   type: "plot"
13698   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13699   algorithm: "plot_performance_box"
13700   output-file-type: ".html"
13701   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13702   data: "plot-vpp-throughput-latency-3n-hsw"
13703   filter: "'NIC_Intel-X520-DA2' and
13704            '78B' and
13705            'FEATURE' and
13706            'NDRPDR' and
13707            '2T2C' and
13708            'IP6FWD' and
13709            'SRv6'"
13710   parameters:
13711   - "throughput"
13712   - "parent"
13713   - "tags"
13714   traces:
13715     hoverinfo: "x+y"
13716     boxpoints: "outliers"
13717     whiskerwidth: 0
13718   layout:
13719     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13720     layout: "plot-throughput"
13721
13722 ################################################################################
13723
13724 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13725 -
13726   type: "plot"
13727   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13728   algorithm: "plot_performance_box"
13729   output-file-type: ".html"
13730   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13731   data: "plot-vpp-throughput-latency-3n-hsw"
13732   filter: "'NIC_Intel-X520-DA2' and
13733            '64B' and
13734            'NDRPDR' and
13735            'ETH' and
13736            'IP4FWD' and
13737            '1T1C' and
13738            'VHOST_1024' and
13739            not 'VXLAN' and
13740            not 'DOT1Q'"
13741   parameters:
13742   - "throughput"
13743   - "parent"
13744   - "tags"
13745   sort:
13746   - "not CFS_OPT"
13747   - "1VM"
13748   - "2VM"
13749   traces:
13750     hoverinfo: "x+y"
13751     boxpoints: "outliers"
13752     whiskerwidth: 0
13753   layout:
13754     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13755     layout: "plot-throughput"
13756
13757 -
13758   type: "plot"
13759   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13760   algorithm: "plot_performance_box"
13761   output-file-type: ".html"
13762   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13763   data: "plot-vpp-throughput-latency-3n-hsw"
13764   filter: "'NIC_Intel-X520-DA2' and
13765            '64B' and
13766            'NDRPDR' and
13767            'ETH' and
13768            'IP4FWD' and
13769            '2T2C' and
13770            'VHOST_1024' and
13771            not 'VXLAN' and
13772            not 'DOT1Q'"
13773   parameters:
13774   - "throughput"
13775   - "parent"
13776   - "tags"
13777   sort:
13778   - "not CFS_OPT"
13779   - "1VM"
13780   - "2VM"
13781   traces:
13782     hoverinfo: "x+y"
13783     boxpoints: "outliers"
13784     whiskerwidth: 0
13785   layout:
13786     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13787     layout: "plot-throughput"
13788
13789 -
13790   type: "plot"
13791   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13792   algorithm: "plot_performance_box"
13793   output-file-type: ".html"
13794   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13795   data: "plot-vpp-throughput-latency-3n-hsw"
13796   filter: "'NIC_Intel-X520-DA2' and
13797            '64B' and
13798            'NDRPDR' and
13799            'ETH' and
13800            'IP4FWD' and
13801            '1T1C' and
13802            'VHOST_1024' and
13803            not 'VXLAN' and
13804            not 'DOT1Q'"
13805   parameters:
13806   - "throughput"
13807   - "parent"
13808   - "tags"
13809   sort:
13810   - "not CFS_OPT"
13811   - "1VM"
13812   - "2VM"
13813   traces:
13814     hoverinfo: "x+y"
13815     boxpoints: "outliers"
13816     whiskerwidth: 0
13817   layout:
13818     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13819     layout: "plot-throughput"
13820
13821 -
13822   type: "plot"
13823   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13824   algorithm: "plot_performance_box"
13825   output-file-type: ".html"
13826   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13827   data: "plot-vpp-throughput-latency-3n-hsw"
13828   filter: "'NIC_Intel-X520-DA2' and
13829            '64B' and
13830            'NDRPDR' and
13831            'ETH' and
13832            'IP4FWD' and
13833            '2T2C' and
13834            'VHOST_1024' and
13835            not 'VXLAN' and
13836            not 'DOT1Q'"
13837   parameters:
13838   - "throughput"
13839   - "parent"
13840   - "tags"
13841   sort:
13842   - "not CFS_OPT"
13843   - "1VM"
13844   - "2VM"
13845   traces:
13846     hoverinfo: "x+y"
13847     boxpoints: "outliers"
13848     whiskerwidth: 0
13849   layout:
13850     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13851     layout: "plot-throughput"
13852
13853 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13854 -
13855   type: "plot"
13856   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13857   algorithm: "plot_performance_box"
13858   output-file-type: ".html"
13859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13860   data: "plot-vpp-throughput-latency-3n-hsw"
13861   filter: "'NIC_Intel-X520-DA2' and
13862            '64B' and
13863            'NDRPDR' and
13864            ('ETH' or 'DOT1Q') and
13865            '1T1C' and
13866            'L2BDMACLRN' and
13867            'VHOST_1024' and
13868            not 'VXLAN' and
13869            not 'IP4FWD' and
13870            not '2VM'"
13871   parameters:
13872   - "throughput"
13873   - "parent"
13874   - "tags"
13875 #  sort:
13876 #  - "VM"  # "not CFS_OPT"
13877 #  - "CFS_OPT"
13878 #  - "FIB_10K"
13879 #  - "FIB_100K"
13880 #  - "FIB_1M"
13881   traces:
13882     hoverinfo: "x+y"
13883     boxpoints: "outliers"
13884     whiskerwidth: 0
13885   layout:
13886     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13887     layout: "plot-throughput"
13888
13889 -
13890   type: "plot"
13891   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13892   algorithm: "plot_performance_box"
13893   output-file-type: ".html"
13894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13895   data: "plot-vpp-throughput-latency-3n-hsw"
13896   filter: "'NIC_Intel-X520-DA2' and
13897            '64B' and
13898            'NDRPDR' and
13899            ('ETH' or 'DOT1Q') and
13900            '2T2C' and
13901            'L2BDMACLRN' and
13902            'VHOST_1024' and
13903            not 'VXLAN' and
13904            not 'IP4FWD' and
13905            not '2VM'"
13906   parameters:
13907   - "throughput"
13908   - "parent"
13909   - "tags"
13910 #  sort:
13911 #  - "VM"  # "not CFS_OPT"
13912 #  - "CFS_OPT"
13913 #  - "FIB_10K"
13914 #  - "FIB_100K"
13915 #  - "FIB_1M"
13916   traces:
13917     hoverinfo: "x+y"
13918     boxpoints: "outliers"
13919     whiskerwidth: 0
13920   layout:
13921     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13922     layout: "plot-throughput"
13923
13924 -
13925   type: "plot"
13926   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13927   algorithm: "plot_performance_box"
13928   output-file-type: ".html"
13929   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13930   data: "plot-vpp-throughput-latency-3n-hsw"
13931   filter: "'NIC_Intel-X520-DA2' and
13932            '64B' and
13933            'NDRPDR' and
13934            ('ETH' or 'DOT1Q') and
13935            '1T1C' and
13936            'L2BDMACLRN' and
13937            'VHOST_1024' and
13938            not 'VXLAN' and
13939            not 'IP4FWD' and
13940            not '2VM'"
13941   parameters:
13942   - "throughput"
13943   - "parent"
13944   - "tags"
13945 #  sort:
13946 #  - "VM"  # "not CFS_OPT"
13947 #  - "CFS_OPT"
13948 #  - "FIB_10K"
13949 #  - "FIB_100K"
13950 #  - "FIB_1M"
13951   traces:
13952     hoverinfo: "x+y"
13953     boxpoints: "outliers"
13954     whiskerwidth: 0
13955   layout:
13956     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13957     layout: "plot-throughput"
13958
13959 -
13960   type: "plot"
13961   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13962   algorithm: "plot_performance_box"
13963   output-file-type: ".html"
13964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13965   data: "plot-vpp-throughput-latency-3n-hsw"
13966   filter: "'NIC_Intel-X520-DA2' and
13967            '64B' and
13968            'NDRPDR' and
13969            ('ETH' or 'DOT1Q') and
13970            '2T2C' and
13971            'L2BDMACLRN' and
13972            'VHOST_1024' and
13973            not 'VXLAN' and
13974            not 'IP4FWD' and
13975            not '2VM'"
13976   parameters:
13977   - "throughput"
13978   - "parent"
13979   - "tags"
13980 #  sort:
13981 #  - "VM"  # "not CFS_OPT"
13982 #  - "CFS_OPT"
13983 #  - "FIB_10K"
13984 #  - "FIB_100K"
13985 #  - "FIB_1M"
13986   traces:
13987     hoverinfo: "x+y"
13988     boxpoints: "outliers"
13989     whiskerwidth: 0
13990   layout:
13991     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13992     layout: "plot-throughput"
13993
13994 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13995 -
13996   type: "plot"
13997   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13998   algorithm: "plot_performance_box"
13999   output-file-type: ".html"
14000   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14001   data: "plot-vpp-throughput-latency-3n-hsw"
14002   filter: "'NIC_Intel-X520-DA2' and
14003            '64B' and
14004            'NDRPDR' and
14005            ('ETH' or 'DOT1Q') and
14006            'BASE' and
14007            '1T1C' and
14008            ('L2BDMACLRN' or 'L2XCFWD') and
14009            'VHOST_1024' and
14010            not 'VXLAN' and
14011            not 'IP4FWD' and
14012            not '2VM'"
14013   parameters:
14014   - "throughput"
14015   - "parent"
14016   - "tags"
14017 #  sort:
14018 #  - "not CFS_OPT"
14019 #  - "L2XCFWD"
14020 #  - "not CFS_OPT"
14021 #  - "CFS_OPT"
14022   traces:
14023     hoverinfo: "x+y"
14024     boxpoints: "outliers"
14025     whiskerwidth: 0
14026   layout:
14027     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14028     layout: "plot-throughput"
14029
14030 -
14031   type: "plot"
14032   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14033   algorithm: "plot_performance_box"
14034   output-file-type: ".html"
14035   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14036   data: "plot-vpp-throughput-latency-3n-hsw"
14037   filter: "'NIC_Intel-X520-DA2' and
14038            '64B' and
14039            'NDRPDR' and
14040            ('ETH' or 'DOT1Q') and
14041            'BASE' and
14042            '1T1C' and
14043            ('L2BDMACLRN' or 'L2XCFWD') and
14044            'VHOST_1024' and
14045            not 'VXLAN' and
14046            not 'IP4FWD' and
14047            not '2VM'"
14048   parameters:
14049   - "throughput"
14050   - "parent"
14051   - "tags"
14052 #  sort:
14053 #  - "not CFS_OPT"
14054 #  - "L2XCFWD"
14055 #  - "not CFS_OPT"
14056 #  - "CFS_OPT"
14057   traces:
14058     hoverinfo: "x+y"
14059     boxpoints: "outliers"
14060     whiskerwidth: 0
14061   layout:
14062     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14063     layout: "plot-throughput"
14064
14065 -
14066   type: "plot"
14067   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14068   algorithm: "plot_performance_box"
14069   output-file-type: ".html"
14070   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14071   data: "plot-vpp-throughput-latency-3n-hsw"
14072   filter: "'NIC_Intel-X520-DA2' and
14073            '64B' and
14074            'NDRPDR' and
14075            ('ETH' or 'DOT1Q') and
14076            'BASE' and
14077            '2T2C' and
14078            ('L2BDMACLRN' or 'L2XCFWD') and
14079            'VHOST_1024' and
14080            not 'VXLAN' and
14081            not 'IP4FWD' and
14082            not '2VM'"
14083   parameters:
14084   - "throughput"
14085   - "parent"
14086   - "tags"
14087 #  sort:
14088 #  - "not CFS_OPT"
14089 #  - "L2XCFWD"
14090 #  - "not CFS_OPT"
14091 #  - "CFS_OPT"
14092   traces:
14093     hoverinfo: "x+y"
14094     boxpoints: "outliers"
14095     whiskerwidth: 0
14096   layout:
14097     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14098     layout: "plot-throughput"
14099
14100 -
14101   type: "plot"
14102   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14103   algorithm: "plot_performance_box"
14104   output-file-type: ".html"
14105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14106   data: "plot-vpp-throughput-latency-3n-hsw"
14107   filter: "'NIC_Intel-X520-DA2' and
14108            '64B' and
14109            'NDRPDR' and
14110            ('ETH' or 'DOT1Q') and
14111            'BASE' and
14112            '2T2C' and
14113            ('L2BDMACLRN' or 'L2XCFWD') and
14114            'VHOST_1024' and
14115            not 'VXLAN' and
14116            not 'IP4FWD' and
14117            not '2VM'"
14118   parameters:
14119   - "throughput"
14120   - "parent"
14121   - "tags"
14122 #  sort:
14123 #  - "not CFS_OPT"
14124 #  - "L2XCFWD"
14125 #  - "not CFS_OPT"
14126 #  - "CFS_OPT"
14127   traces:
14128     hoverinfo: "x+y"
14129     boxpoints: "outliers"
14130     whiskerwidth: 0
14131   layout:
14132     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14133     layout: "plot-throughput"
14134
14135 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14136 -
14137   type: "plot"
14138   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14139   algorithm: "plot_performance_box"
14140   output-file-type: ".html"
14141   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14142   data: "plot-vpp-throughput-latency-3n-hsw"
14143   filter: "'NIC_Intel-X520-DA2' and
14144            '64B' and
14145            'NDRPDR' and
14146            ('ETH' or 'DOT1Q') and
14147            '1T1C' and
14148            ('L2BDMACLRN' or 'L2XCFWD') and
14149            'VHOST_1024' and
14150            not 'CFS_OPT' and
14151            not 'VXLAN' and
14152            not 'IP4FWD' and
14153            not 'LBOND'"
14154   parameters:
14155   - "throughput"
14156   - "parent"
14157   - "tags"
14158 #  sort:
14159 #  - "1VM"
14160 #  - "L2XCFWD"
14161 #  - "1VM"
14162 #  - "L2BDMACLRN"
14163   traces:
14164     hoverinfo: "x+y"
14165     boxpoints: "outliers"
14166     whiskerwidth: 0
14167   layout:
14168     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14169     layout: "plot-throughput"
14170
14171 -
14172   type: "plot"
14173   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14174   algorithm: "plot_performance_box"
14175   output-file-type: ".html"
14176   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14177   data: "plot-vpp-throughput-latency-3n-hsw"
14178   filter: "'NIC_Intel-X520-DA2' and
14179            '64B' and
14180            'NDRPDR' and
14181            ('ETH' or 'DOT1Q') and
14182            '1T1C' and
14183            ('L2BDMACLRN' or 'L2XCFWD') and
14184            'VHOST_1024' and
14185            not 'CFS_OPT' and
14186            not 'VXLAN' and
14187            not 'IP4FWD' and
14188            not 'LBOND'"
14189   parameters:
14190   - "throughput"
14191   - "parent"
14192   - "tags"
14193 #  sort:
14194 #  - "1VM"
14195 #  - "L2XCFWD"
14196 #  - "1VM"
14197 #  - "L2BDMACLRN"
14198   traces:
14199     hoverinfo: "x+y"
14200     boxpoints: "outliers"
14201     whiskerwidth: 0
14202   layout:
14203     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14204     layout: "plot-throughput"
14205
14206 -
14207   type: "plot"
14208   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14209   algorithm: "plot_performance_box"
14210   output-file-type: ".html"
14211   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14212   data: "plot-vpp-throughput-latency-3n-hsw"
14213   filter: "'NIC_Intel-X520-DA2' and
14214            '64B' and
14215            'NDRPDR' and
14216            ('ETH' or 'DOT1Q') and
14217            '2T2C' and
14218            ('L2BDMACLRN' or 'L2XCFWD') and
14219            'VHOST_1024' and
14220            not 'CFS_OPT' and
14221            not 'VXLAN' and
14222            not 'IP4FWD' and
14223            not 'LBOND'"
14224   parameters:
14225   - "throughput"
14226   - "parent"
14227   - "tags"
14228 #  sort:
14229 #  - "1VM"
14230 #  - "L2XCFWD"
14231 #  - "1VM"
14232 #  - "L2BDMACLRN"
14233   traces:
14234     hoverinfo: "x+y"
14235     boxpoints: "outliers"
14236     whiskerwidth: 0
14237   layout:
14238     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14239     layout: "plot-throughput"
14240
14241 -
14242   type: "plot"
14243   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14244   algorithm: "plot_performance_box"
14245   output-file-type: ".html"
14246   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14247   data: "plot-vpp-throughput-latency-3n-hsw"
14248   filter: "'NIC_Intel-X520-DA2' and
14249            '64B' and
14250            'NDRPDR' and
14251            ('ETH' or 'DOT1Q') and
14252            '2T2C' and
14253            ('L2BDMACLRN' or 'L2XCFWD') and
14254            'VHOST_1024' and
14255            not 'CFS_OPT' and
14256            not 'VXLAN' and
14257            not 'IP4FWD' and
14258            not 'LBOND'"
14259   parameters:
14260   - "throughput"
14261   - "parent"
14262   - "tags"
14263 #  sort:
14264 #  - "1VM"
14265 #  - "L2XCFWD"
14266 #  - "1VM"
14267 #  - "L2BDMACLRN"
14268   traces:
14269     hoverinfo: "x+y"
14270     boxpoints: "outliers"
14271     whiskerwidth: 0
14272   layout:
14273     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14274     layout: "plot-throughput"
14275
14276 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14277 -
14278   type: "plot"
14279   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14280   algorithm: "plot_performance_box"
14281   output-file-type: ".html"
14282   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14283   data: "plot-vpp-throughput-latency-3n-hsw"
14284   filter: "'NIC_Intel-X710' and
14285            '64B' and
14286            'NDRPDR' and
14287            'ETH' and
14288            'IP4FWD' and
14289            '1T1C' and
14290            'VHOST_1024' and
14291            not 'VXLAN' and
14292            not 'DOT1Q'"
14293   parameters:
14294   - "throughput"
14295   - "parent"
14296   - "tags"
14297   sort:
14298   - "not CFS_OPT"
14299   - "1VM"
14300   - "2VM"
14301   traces:
14302     hoverinfo: "x+y"
14303     boxpoints: "outliers"
14304     whiskerwidth: 0
14305   layout:
14306     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14307     layout: "plot-throughput"
14308
14309 -
14310   type: "plot"
14311   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14312   algorithm: "plot_performance_box"
14313   output-file-type: ".html"
14314   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14315   data: "plot-vpp-throughput-latency-3n-hsw"
14316   filter: "'NIC_Intel-X710' and
14317            '64B' and
14318            'NDRPDR' and
14319            'ETH' and
14320            'IP4FWD' and
14321            '2T2C' and
14322            'VHOST_1024' and
14323            not 'VXLAN' and
14324            not 'DOT1Q'"
14325   parameters:
14326   - "throughput"
14327   - "parent"
14328   - "tags"
14329   sort:
14330   - "not CFS_OPT"
14331   - "1VM"
14332   - "2VM"
14333   traces:
14334     hoverinfo: "x+y"
14335     boxpoints: "outliers"
14336     whiskerwidth: 0
14337   layout:
14338     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14339     layout: "plot-throughput"
14340
14341 -
14342   type: "plot"
14343   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14344   algorithm: "plot_performance_box"
14345   output-file-type: ".html"
14346   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14347   data: "plot-vpp-throughput-latency-3n-hsw"
14348   filter: "'NIC_Intel-X710' and
14349            '64B' and
14350            'NDRPDR' and
14351            'ETH' and
14352            'IP4FWD' and
14353            '1T1C' and
14354            'VHOST_1024' and
14355            not 'VXLAN' and
14356            not 'DOT1Q'"
14357   parameters:
14358   - "throughput"
14359   - "parent"
14360   - "tags"
14361   sort:
14362   - "not CFS_OPT"
14363   - "1VM"
14364   - "2VM"
14365   traces:
14366     hoverinfo: "x+y"
14367     boxpoints: "outliers"
14368     whiskerwidth: 0
14369   layout:
14370     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14371     layout: "plot-throughput"
14372
14373 -
14374   type: "plot"
14375   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14376   algorithm: "plot_performance_box"
14377   output-file-type: ".html"
14378   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14379   data: "plot-vpp-throughput-latency-3n-hsw"
14380   filter: "'NIC_Intel-X710' and
14381            '64B' and
14382            'NDRPDR' and
14383            'ETH' and
14384            'IP4FWD' and
14385            '2T2C' and
14386            'VHOST_1024' and
14387            not 'VXLAN' and
14388            not 'DOT1Q'"
14389   parameters:
14390   - "throughput"
14391   - "parent"
14392   - "tags"
14393   sort:
14394   - "not CFS_OPT"
14395   - "1VM"
14396   - "2VM"
14397   traces:
14398     hoverinfo: "x+y"
14399     boxpoints: "outliers"
14400     whiskerwidth: 0
14401   layout:
14402     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14403     layout: "plot-throughput"
14404
14405 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14406 -
14407   type: "plot"
14408   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14409   algorithm: "plot_performance_box"
14410   output-file-type: ".html"
14411   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14412   data: "plot-vpp-throughput-latency-3n-hsw"
14413   filter: "'NIC_Intel-X710' and
14414            '64B' and
14415            'NDRPDR' and
14416            ('ETH' or 'DOT1Q') and
14417            '1T1C' and
14418            'L2BDMACLRN' and
14419            'VHOST_1024' and
14420            not 'VXLAN' and
14421            not 'IP4FWD' and
14422            not '2VM'"
14423   parameters:
14424   - "throughput"
14425   - "parent"
14426   - "tags"
14427 #  sort:
14428 #  - "VM"  # "not CFS_OPT"
14429 #  - "CFS_OPT"
14430 #  - "FIB_10K"
14431 #  - "FIB_100K"
14432 #  - "FIB_1M"
14433   traces:
14434     hoverinfo: "x+y"
14435     boxpoints: "outliers"
14436     whiskerwidth: 0
14437   layout:
14438     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14439     layout: "plot-throughput"
14440
14441 -
14442   type: "plot"
14443   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14444   algorithm: "plot_performance_box"
14445   output-file-type: ".html"
14446   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14447   data: "plot-vpp-throughput-latency-3n-hsw"
14448   filter: "'NIC_Intel-X710' and
14449            '64B' and
14450            'NDRPDR' and
14451            ('ETH' or 'DOT1Q') and
14452            '2T2C' and
14453            'L2BDMACLRN' and
14454            'VHOST_1024' and
14455            not 'VXLAN' and
14456            not 'IP4FWD' and
14457            not '2VM'"
14458   parameters:
14459   - "throughput"
14460   - "parent"
14461   - "tags"
14462 #  sort:
14463 #  - "VM"  # "not CFS_OPT"
14464 #  - "CFS_OPT"
14465 #  - "FIB_10K"
14466 #  - "FIB_100K"
14467 #  - "FIB_1M"
14468   traces:
14469     hoverinfo: "x+y"
14470     boxpoints: "outliers"
14471     whiskerwidth: 0
14472   layout:
14473     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14474     layout: "plot-throughput"
14475
14476 -
14477   type: "plot"
14478   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14479   algorithm: "plot_performance_box"
14480   output-file-type: ".html"
14481   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14482   data: "plot-vpp-throughput-latency-3n-hsw"
14483   filter: "'NIC_Intel-X710' and
14484            '64B' and
14485            'NDRPDR' and
14486            ('ETH' or 'DOT1Q') and
14487            '1T1C' and
14488            'L2BDMACLRN' and
14489            'VHOST_1024' and
14490            not 'VXLAN' and
14491            not 'IP4FWD' and
14492            not '2VM'"
14493   parameters:
14494   - "throughput"
14495   - "parent"
14496   - "tags"
14497 #  sort:
14498 #  - "VM"  # "not CFS_OPT"
14499 #  - "CFS_OPT"
14500 #  - "FIB_10K"
14501 #  - "FIB_100K"
14502 #  - "FIB_1M"
14503   traces:
14504     hoverinfo: "x+y"
14505     boxpoints: "outliers"
14506     whiskerwidth: 0
14507   layout:
14508     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14509     layout: "plot-throughput"
14510
14511 -
14512   type: "plot"
14513   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14514   algorithm: "plot_performance_box"
14515   output-file-type: ".html"
14516   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14517   data: "plot-vpp-throughput-latency-3n-hsw"
14518   filter: "'NIC_Intel-X710' and
14519            '64B' and
14520            'NDRPDR' and
14521            ('ETH' or 'DOT1Q') and
14522            '2T2C' and
14523            'L2BDMACLRN' and
14524            'VHOST_1024' and
14525            not 'VXLAN' and
14526            not 'IP4FWD' and
14527            not '2VM'"
14528   parameters:
14529   - "throughput"
14530   - "parent"
14531   - "tags"
14532 #  sort:
14533 #  - "VM"  # "not CFS_OPT"
14534 #  - "CFS_OPT"
14535 #  - "FIB_10K"
14536 #  - "FIB_100K"
14537 #  - "FIB_1M"
14538   traces:
14539     hoverinfo: "x+y"
14540     boxpoints: "outliers"
14541     whiskerwidth: 0
14542   layout:
14543     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14544     layout: "plot-throughput"
14545
14546 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14547 -
14548   type: "plot"
14549   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14550   algorithm: "plot_performance_box"
14551   output-file-type: ".html"
14552   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14553   data: "plot-vpp-throughput-latency-3n-hsw"
14554   filter: "'NIC_Intel-X710' and
14555            '64B' and
14556            'NDRPDR' and
14557            ('ETH' or 'DOT1Q') and
14558            'BASE' and
14559            '1T1C' and
14560            ('L2BDMACLRN' or 'L2XCFWD') and
14561            'VHOST_1024' and
14562            not 'VXLAN' and
14563            not 'IP4FWD' and
14564            not '2VM'"
14565   parameters:
14566   - "throughput"
14567   - "parent"
14568   - "tags"
14569 #  sort:
14570 #  - "not CFS_OPT"
14571 #  - "L2XCFWD"
14572 #  - "not CFS_OPT"
14573 #  - "CFS_OPT"
14574   traces:
14575     hoverinfo: "x+y"
14576     boxpoints: "outliers"
14577     whiskerwidth: 0
14578   layout:
14579     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14580     layout: "plot-throughput"
14581
14582 -
14583   type: "plot"
14584   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14585   algorithm: "plot_performance_box"
14586   output-file-type: ".html"
14587   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14588   data: "plot-vpp-throughput-latency-3n-hsw"
14589   filter: "'NIC_Intel-X710' and
14590            '64B' and
14591            'NDRPDR' and
14592            ('ETH' or 'DOT1Q') and
14593            'BASE' and
14594            '1T1C' and
14595            ('L2BDMACLRN' or 'L2XCFWD') and
14596            'VHOST_1024' and
14597            not 'VXLAN' and
14598            not 'IP4FWD' and
14599            not '2VM'"
14600   parameters:
14601   - "throughput"
14602   - "parent"
14603   - "tags"
14604 #  sort:
14605 #  - "not CFS_OPT"
14606 #  - "L2XCFWD"
14607 #  - "not CFS_OPT"
14608 #  - "CFS_OPT"
14609   traces:
14610     hoverinfo: "x+y"
14611     boxpoints: "outliers"
14612     whiskerwidth: 0
14613   layout:
14614     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14615     layout: "plot-throughput"
14616
14617 -
14618   type: "plot"
14619   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14620   algorithm: "plot_performance_box"
14621   output-file-type: ".html"
14622   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14623   data: "plot-vpp-throughput-latency-3n-hsw"
14624   filter: "'NIC_Intel-X710' and
14625            '64B' and
14626            'NDRPDR' and
14627            ('ETH' or 'DOT1Q') and
14628            'BASE' and
14629            '2T2C' and
14630            ('L2BDMACLRN' or 'L2XCFWD') and
14631            'VHOST_1024' and
14632            not 'VXLAN' and
14633            not 'IP4FWD' and
14634            not '2VM'"
14635   parameters:
14636   - "throughput"
14637   - "parent"
14638   - "tags"
14639 #  sort:
14640 #  - "not CFS_OPT"
14641 #  - "L2XCFWD"
14642 #  - "not CFS_OPT"
14643 #  - "CFS_OPT"
14644   traces:
14645     hoverinfo: "x+y"
14646     boxpoints: "outliers"
14647     whiskerwidth: 0
14648   layout:
14649     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14650     layout: "plot-throughput"
14651
14652 -
14653   type: "plot"
14654   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14655   algorithm: "plot_performance_box"
14656   output-file-type: ".html"
14657   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14658   data: "plot-vpp-throughput-latency-3n-hsw"
14659   filter: "'NIC_Intel-X710' and
14660            '64B' and
14661            'NDRPDR' and
14662            ('ETH' or 'DOT1Q') and
14663            'BASE' and
14664            '2T2C' and
14665            ('L2BDMACLRN' or 'L2XCFWD') and
14666            'VHOST_1024' and
14667            not 'VXLAN' and
14668            not 'IP4FWD' and
14669            not '2VM'"
14670   parameters:
14671   - "throughput"
14672   - "parent"
14673   - "tags"
14674 #  sort:
14675 #  - "not CFS_OPT"
14676 #  - "L2XCFWD"
14677 #  - "not CFS_OPT"
14678 #  - "CFS_OPT"
14679   traces:
14680     hoverinfo: "x+y"
14681     boxpoints: "outliers"
14682     whiskerwidth: 0
14683   layout:
14684     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14685     layout: "plot-throughput"
14686
14687 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14688 -
14689   type: "plot"
14690   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14691   algorithm: "plot_performance_box"
14692   output-file-type: ".html"
14693   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14694   data: "plot-vpp-throughput-latency-3n-hsw"
14695   filter: "'NIC_Intel-X710' and
14696            '64B' and
14697            'NDRPDR' and
14698            ('ETH' or 'DOT1Q') and
14699            '1T1C' and
14700            ('L2BDMACLRN' or 'L2XCFWD') and
14701            'VHOST_1024' and
14702            not 'CFS_OPT' and
14703            not 'VXLAN' and
14704            not 'IP4FWD' and
14705            not 'LBOND'"
14706   parameters:
14707   - "throughput"
14708   - "parent"
14709   - "tags"
14710 #  sort:
14711 #  - "1VM"
14712 #  - "L2XCFWD"
14713 #  - "1VM"
14714 #  - "L2BDMACLRN"
14715   traces:
14716     hoverinfo: "x+y"
14717     boxpoints: "outliers"
14718     whiskerwidth: 0
14719   layout:
14720     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14721     layout: "plot-throughput"
14722
14723 -
14724   type: "plot"
14725   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14726   algorithm: "plot_performance_box"
14727   output-file-type: ".html"
14728   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14729   data: "plot-vpp-throughput-latency-3n-hsw"
14730   filter: "'NIC_Intel-X710' and
14731            '64B' and
14732            'NDRPDR' and
14733            ('ETH' or 'DOT1Q') and
14734            '1T1C' and
14735            ('L2BDMACLRN' or 'L2XCFWD') and
14736            'VHOST_1024' and
14737            not 'CFS_OPT' and
14738            not 'VXLAN' and
14739            not 'IP4FWD' and
14740            not 'LBOND'"
14741   parameters:
14742   - "throughput"
14743   - "parent"
14744   - "tags"
14745 #  sort:
14746 #  - "1VM"
14747 #  - "L2XCFWD"
14748 #  - "1VM"
14749 #  - "L2BDMACLRN"
14750   traces:
14751     hoverinfo: "x+y"
14752     boxpoints: "outliers"
14753     whiskerwidth: 0
14754   layout:
14755     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14756     layout: "plot-throughput"
14757
14758 -
14759   type: "plot"
14760   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14761   algorithm: "plot_performance_box"
14762   output-file-type: ".html"
14763   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14764   data: "plot-vpp-throughput-latency-3n-hsw"
14765   filter: "'NIC_Intel-X710' and
14766            '64B' and
14767            'NDRPDR' and
14768            ('ETH' or 'DOT1Q') and
14769            '2T2C' and
14770            ('L2BDMACLRN' or 'L2XCFWD') and
14771            'VHOST_1024' and
14772            not 'CFS_OPT' and
14773            not 'VXLAN' and
14774            not 'IP4FWD' and
14775            not 'LBOND'"
14776   parameters:
14777   - "throughput"
14778   - "parent"
14779   - "tags"
14780 #  sort:
14781 #  - "1VM"
14782 #  - "L2XCFWD"
14783 #  - "1VM"
14784 #  - "L2BDMACLRN"
14785   traces:
14786     hoverinfo: "x+y"
14787     boxpoints: "outliers"
14788     whiskerwidth: 0
14789   layout:
14790     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14791     layout: "plot-throughput"
14792
14793 -
14794   type: "plot"
14795   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14796   algorithm: "plot_performance_box"
14797   output-file-type: ".html"
14798   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14799   data: "plot-vpp-throughput-latency-3n-hsw"
14800   filter: "'NIC_Intel-X710' and
14801            '64B' and
14802            'NDRPDR' and
14803            ('ETH' or 'DOT1Q') and
14804            '2T2C' and
14805            ('L2BDMACLRN' or 'L2XCFWD') and
14806            'VHOST_1024' and
14807            not 'CFS_OPT' and
14808            not 'VXLAN' and
14809            not 'IP4FWD' and
14810            not 'LBOND'"
14811   parameters:
14812   - "throughput"
14813   - "parent"
14814   - "tags"
14815 #  sort:
14816 #  - "1VM"
14817 #  - "L2XCFWD"
14818 #  - "1VM"
14819 #  - "L2BDMACLRN"
14820   traces:
14821     hoverinfo: "x+y"
14822     boxpoints: "outliers"
14823     whiskerwidth: 0
14824   layout:
14825     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14826     layout: "plot-throughput"
14827
14828 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14829 -
14830   type: "plot"
14831   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14832   algorithm: "plot_performance_box"
14833   output-file-type: ".html"
14834   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14835   data: "plot-vpp-throughput-latency-3n-hsw"
14836   filter: "'NIC_Intel-XL710' and
14837            '64B' and
14838            'NDRPDR' and
14839            'ETH' and
14840            'IP4FWD' and
14841            '1T1C' and
14842            'VHOST_1024' and
14843            not 'VXLAN' and
14844            not 'DOT1Q'"
14845   parameters:
14846   - "throughput"
14847   - "parent"
14848   - "tags"
14849   sort:
14850   - "not CFS_OPT"
14851   - "1VM"
14852   - "2VM"
14853   traces:
14854     hoverinfo: "x+y"
14855     boxpoints: "outliers"
14856     whiskerwidth: 0
14857   layout:
14858     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14859     layout: "plot-throughput"
14860
14861 -
14862   type: "plot"
14863   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14864   algorithm: "plot_performance_box"
14865   output-file-type: ".html"
14866   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14867   data: "plot-vpp-throughput-latency-3n-hsw"
14868   filter: "'NIC_Intel-XL710' and
14869            '64B' and
14870            'NDRPDR' and
14871            'ETH' and
14872            'IP4FWD' and
14873            '2T2C' and
14874            'VHOST_1024' and
14875            not 'VXLAN' and
14876            not 'DOT1Q'"
14877   parameters:
14878   - "throughput"
14879   - "parent"
14880   - "tags"
14881   sort:
14882   - "not CFS_OPT"
14883   - "1VM"
14884   - "2VM"
14885   traces:
14886     hoverinfo: "x+y"
14887     boxpoints: "outliers"
14888     whiskerwidth: 0
14889   layout:
14890     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14891     layout: "plot-throughput"
14892
14893 -
14894   type: "plot"
14895   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14896   algorithm: "plot_performance_box"
14897   output-file-type: ".html"
14898   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14899   data: "plot-vpp-throughput-latency-3n-hsw"
14900   filter: "'NIC_Intel-XL710' and
14901            '64B' and
14902            'NDRPDR' and
14903            'ETH' and
14904            'IP4FWD' and
14905            '1T1C' and
14906            'VHOST_1024' and
14907            not 'VXLAN' and
14908            not 'DOT1Q'"
14909   parameters:
14910   - "throughput"
14911   - "parent"
14912   - "tags"
14913   sort:
14914   - "not CFS_OPT"
14915   - "1VM"
14916   - "2VM"
14917   traces:
14918     hoverinfo: "x+y"
14919     boxpoints: "outliers"
14920     whiskerwidth: 0
14921   layout:
14922     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14923     layout: "plot-throughput"
14924
14925 -
14926   type: "plot"
14927   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14928   algorithm: "plot_performance_box"
14929   output-file-type: ".html"
14930   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14931   data: "plot-vpp-throughput-latency-3n-hsw"
14932   filter: "'NIC_Intel-XL710' and
14933            '64B' and
14934            'NDRPDR' and
14935            'ETH' and
14936            'IP4FWD' and
14937            '2T2C' and
14938            'VHOST_1024' and
14939            not 'VXLAN' and
14940            not 'DOT1Q'"
14941   parameters:
14942   - "throughput"
14943   - "parent"
14944   - "tags"
14945   sort:
14946   - "not CFS_OPT"
14947   - "1VM"
14948   - "2VM"
14949   traces:
14950     hoverinfo: "x+y"
14951     boxpoints: "outliers"
14952     whiskerwidth: 0
14953   layout:
14954     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14955     layout: "plot-throughput"
14956
14957 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
14958 -
14959   type: "plot"
14960   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14961   algorithm: "plot_performance_box"
14962   output-file-type: ".html"
14963   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14964   data: "plot-vpp-throughput-latency-3n-hsw"
14965   filter: "'NIC_Intel-XL710' and
14966            '64B' and
14967            'NDRPDR' and
14968            ('ETH' or 'DOT1Q') and
14969            '1T1C' and
14970            'L2BDMACLRN' and
14971            'VHOST_1024' and
14972            not 'VXLAN' and
14973            not 'IP4FWD' and
14974            not '2VM'"
14975   parameters:
14976   - "throughput"
14977   - "parent"
14978   - "tags"
14979 #  sort:
14980 #  - "VM"  # "not CFS_OPT"
14981 #  - "CFS_OPT"
14982 #  - "FIB_10K"
14983 #  - "FIB_100K"
14984 #  - "FIB_1M"
14985   traces:
14986     hoverinfo: "x+y"
14987     boxpoints: "outliers"
14988     whiskerwidth: 0
14989   layout:
14990     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14991     layout: "plot-throughput"
14992
14993 -
14994   type: "plot"
14995   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14996   algorithm: "plot_performance_box"
14997   output-file-type: ".html"
14998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14999   data: "plot-vpp-throughput-latency-3n-hsw"
15000   filter: "'NIC_Intel-XL710' and
15001            '64B' and
15002            'NDRPDR' and
15003            ('ETH' or 'DOT1Q') and
15004            '2T2C' and
15005            'L2BDMACLRN' and
15006            'VHOST_1024' and
15007            not 'VXLAN' and
15008            not 'IP4FWD' and
15009            not '2VM'"
15010   parameters:
15011   - "throughput"
15012   - "parent"
15013   - "tags"
15014 #  sort:
15015 #  - "VM"  # "not CFS_OPT"
15016 #  - "CFS_OPT"
15017 #  - "FIB_10K"
15018 #  - "FIB_100K"
15019 #  - "FIB_1M"
15020   traces:
15021     hoverinfo: "x+y"
15022     boxpoints: "outliers"
15023     whiskerwidth: 0
15024   layout:
15025     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15026     layout: "plot-throughput"
15027
15028 -
15029   type: "plot"
15030   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15031   algorithm: "plot_performance_box"
15032   output-file-type: ".html"
15033   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15034   data: "plot-vpp-throughput-latency-3n-hsw"
15035   filter: "'NIC_Intel-XL710' and
15036            '64B' and
15037            'NDRPDR' and
15038            ('ETH' or 'DOT1Q') and
15039            '1T1C' and
15040            'L2BDMACLRN' and
15041            'VHOST_1024' and
15042            not 'VXLAN' and
15043            not 'IP4FWD' and
15044            not '2VM'"
15045   parameters:
15046   - "throughput"
15047   - "parent"
15048   - "tags"
15049 #  sort:
15050 #  - "VM"  # "not CFS_OPT"
15051 #  - "CFS_OPT"
15052 #  - "FIB_10K"
15053 #  - "FIB_100K"
15054 #  - "FIB_1M"
15055   traces:
15056     hoverinfo: "x+y"
15057     boxpoints: "outliers"
15058     whiskerwidth: 0
15059   layout:
15060     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15061     layout: "plot-throughput"
15062
15063 -
15064   type: "plot"
15065   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15066   algorithm: "plot_performance_box"
15067   output-file-type: ".html"
15068   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15069   data: "plot-vpp-throughput-latency-3n-hsw"
15070   filter: "'NIC_Intel-XL710' and
15071            '64B' and
15072            'NDRPDR' and
15073            ('ETH' or 'DOT1Q') and
15074            '2T2C' and
15075            'L2BDMACLRN' and
15076            'VHOST_1024' and
15077            not 'VXLAN' and
15078            not 'IP4FWD' and
15079            not '2VM'"
15080   parameters:
15081   - "throughput"
15082   - "parent"
15083   - "tags"
15084 #  sort:
15085 #  - "VM"  # "not CFS_OPT"
15086 #  - "CFS_OPT"
15087 #  - "FIB_10K"
15088 #  - "FIB_100K"
15089 #  - "FIB_1M"
15090   traces:
15091     hoverinfo: "x+y"
15092     boxpoints: "outliers"
15093     whiskerwidth: 0
15094   layout:
15095     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15096     layout: "plot-throughput"
15097
15098 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15099 -
15100   type: "plot"
15101   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15102   algorithm: "plot_performance_box"
15103   output-file-type: ".html"
15104   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15105   data: "plot-vpp-throughput-latency-3n-hsw"
15106   filter: "'NIC_Intel-XL710' and
15107            '64B' and
15108            'NDRPDR' and
15109            ('ETH' or 'DOT1Q') and
15110            'BASE' and
15111            '1T1C' and
15112            ('L2BDMACLRN' or 'L2XCFWD') and
15113            'VHOST_1024' and
15114            not 'VXLAN' and
15115            not 'IP4FWD' and
15116            not '2VM'"
15117   parameters:
15118   - "throughput"
15119   - "parent"
15120   - "tags"
15121 #  sort:
15122 #  - "not CFS_OPT"
15123 #  - "L2XCFWD"
15124 #  - "not CFS_OPT"
15125 #  - "CFS_OPT"
15126   traces:
15127     hoverinfo: "x+y"
15128     boxpoints: "outliers"
15129     whiskerwidth: 0
15130   layout:
15131     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15132     layout: "plot-throughput"
15133
15134 -
15135   type: "plot"
15136   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15137   algorithm: "plot_performance_box"
15138   output-file-type: ".html"
15139   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15140   data: "plot-vpp-throughput-latency-3n-hsw"
15141   filter: "'NIC_Intel-XL710' and
15142            '64B' and
15143            'NDRPDR' and
15144            ('ETH' or 'DOT1Q') and
15145            'BASE' and
15146            '1T1C' and
15147            ('L2BDMACLRN' or 'L2XCFWD') and
15148            'VHOST_1024' and
15149            not 'VXLAN' and
15150            not 'IP4FWD' and
15151            not '2VM'"
15152   parameters:
15153   - "throughput"
15154   - "parent"
15155   - "tags"
15156 #  sort:
15157 #  - "not CFS_OPT"
15158 #  - "L2XCFWD"
15159 #  - "not CFS_OPT"
15160 #  - "CFS_OPT"
15161   traces:
15162     hoverinfo: "x+y"
15163     boxpoints: "outliers"
15164     whiskerwidth: 0
15165   layout:
15166     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15167     layout: "plot-throughput"
15168
15169 -
15170   type: "plot"
15171   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15172   algorithm: "plot_performance_box"
15173   output-file-type: ".html"
15174   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15175   data: "plot-vpp-throughput-latency-3n-hsw"
15176   filter: "'NIC_Intel-XL710' and
15177            '64B' and
15178            'NDRPDR' and
15179            ('ETH' or 'DOT1Q') and
15180            'BASE' and
15181            '2T2C' and
15182            ('L2BDMACLRN' or 'L2XCFWD') and
15183            'VHOST_1024' and
15184            not 'VXLAN' and
15185            not 'IP4FWD' and
15186            not '2VM'"
15187   parameters:
15188   - "throughput"
15189   - "parent"
15190   - "tags"
15191 #  sort:
15192 #  - "not CFS_OPT"
15193 #  - "L2XCFWD"
15194 #  - "not CFS_OPT"
15195 #  - "CFS_OPT"
15196   traces:
15197     hoverinfo: "x+y"
15198     boxpoints: "outliers"
15199     whiskerwidth: 0
15200   layout:
15201     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15202     layout: "plot-throughput"
15203
15204 -
15205   type: "plot"
15206   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15207   algorithm: "plot_performance_box"
15208   output-file-type: ".html"
15209   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15210   data: "plot-vpp-throughput-latency-3n-hsw"
15211   filter: "'NIC_Intel-XL710' and
15212            '64B' and
15213            'NDRPDR' and
15214            ('ETH' or 'DOT1Q') and
15215            'BASE' and
15216            '2T2C' and
15217            ('L2BDMACLRN' or 'L2XCFWD') and
15218            'VHOST_1024' and
15219            not 'VXLAN' and
15220            not 'IP4FWD' and
15221            not '2VM'"
15222   parameters:
15223   - "throughput"
15224   - "parent"
15225   - "tags"
15226 #  sort:
15227 #  - "not CFS_OPT"
15228 #  - "L2XCFWD"
15229 #  - "not CFS_OPT"
15230 #  - "CFS_OPT"
15231   traces:
15232     hoverinfo: "x+y"
15233     boxpoints: "outliers"
15234     whiskerwidth: 0
15235   layout:
15236     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15237     layout: "plot-throughput"
15238
15239 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15240 -
15241   type: "plot"
15242   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15243   algorithm: "plot_performance_box"
15244   output-file-type: ".html"
15245   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15246   data: "plot-vpp-throughput-latency-3n-hsw"
15247   filter: "'NIC_Intel-XL710' and
15248            '64B' and
15249            'NDRPDR' and
15250            ('ETH' or 'DOT1Q') and
15251            '1T1C' and
15252            ('L2BDMACLRN' or 'L2XCFWD') and
15253            'VHOST_1024' and
15254            not 'CFS_OPT' and
15255            not 'VXLAN' and
15256            not 'IP4FWD'"
15257   parameters:
15258   - "throughput"
15259   - "parent"
15260   - "tags"
15261 #  sort:
15262 #  - "1VM"
15263 #  - "L2XCFWD"
15264 #  - "1VM"
15265 #  - "L2BDMACLRN"
15266   traces:
15267     hoverinfo: "x+y"
15268     boxpoints: "outliers"
15269     whiskerwidth: 0
15270   layout:
15271     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15272     layout: "plot-throughput"
15273
15274 -
15275   type: "plot"
15276   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15277   algorithm: "plot_performance_box"
15278   output-file-type: ".html"
15279   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15280   data: "plot-vpp-throughput-latency-3n-hsw"
15281   filter: "'NIC_Intel-XL710' and
15282            '64B' and
15283            'NDRPDR' and
15284            ('ETH' or 'DOT1Q') and
15285            '1T1C' and
15286            ('L2BDMACLRN' or 'L2XCFWD') and
15287            'VHOST_1024' and
15288            not 'CFS_OPT' and
15289            not 'VXLAN' and
15290            not 'IP4FWD'"
15291   parameters:
15292   - "throughput"
15293   - "parent"
15294   - "tags"
15295 #  sort:
15296 #  - "1VM"
15297 #  - "L2XCFWD"
15298 #  - "1VM"
15299 #  - "L2BDMACLRN"
15300   traces:
15301     hoverinfo: "x+y"
15302     boxpoints: "outliers"
15303     whiskerwidth: 0
15304   layout:
15305     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15306     layout: "plot-throughput"
15307
15308 -
15309   type: "plot"
15310   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15311   algorithm: "plot_performance_box"
15312   output-file-type: ".html"
15313   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15314   data: "plot-vpp-throughput-latency-3n-hsw"
15315   filter: "'NIC_Intel-XL710' and
15316            '64B' and
15317            'NDRPDR' and
15318            ('ETH' or 'DOT1Q') and
15319            '2T2C' and
15320            ('L2BDMACLRN' or 'L2XCFWD') and
15321            'VHOST_1024' and
15322            not 'CFS_OPT' and
15323            not 'VXLAN' and
15324            not 'IP4FWD'"
15325   parameters:
15326   - "throughput"
15327   - "parent"
15328   - "tags"
15329 #  sort:
15330 #  - "1VM"
15331 #  - "L2XCFWD"
15332 #  - "1VM"
15333 #  - "L2BDMACLRN"
15334   traces:
15335     hoverinfo: "x+y"
15336     boxpoints: "outliers"
15337     whiskerwidth: 0
15338   layout:
15339     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15340     layout: "plot-throughput"
15341
15342 -
15343   type: "plot"
15344   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15345   algorithm: "plot_performance_box"
15346   output-file-type: ".html"
15347   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15348   data: "plot-vpp-throughput-latency-3n-hsw"
15349   filter: "'NIC_Intel-XL710' and
15350            '64B' and
15351            'NDRPDR' and
15352            ('ETH' or 'DOT1Q') and
15353            '2T2C' and
15354            ('L2BDMACLRN' or 'L2XCFWD') and
15355            'VHOST_1024' and
15356            not 'CFS_OPT' and
15357            not 'VXLAN' and
15358            not 'IP4FWD'"
15359   parameters:
15360   - "throughput"
15361   - "parent"
15362   - "tags"
15363 #  sort:
15364 #  - "1VM"
15365 #  - "L2XCFWD"
15366 #  - "1VM"
15367 #  - "L2BDMACLRN"
15368   traces:
15369     hoverinfo: "x+y"
15370     boxpoints: "outliers"
15371     whiskerwidth: 0
15372   layout:
15373     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15374     layout: "plot-throughput"
15375
15376 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15377 -
15378   type: "plot"
15379   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15380   algorithm: "plot_performance_box"
15381   output-file-type: ".html"
15382   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15383   data: "plot-vpp-throughput-latency-3n-skx"
15384   filter: "'NIC_Intel-X710' and
15385            '64B' and
15386            'NDRPDR' and
15387            'ETH' and
15388            'IP4FWD' and
15389            '2T1C' and
15390            'VHOST_1024' and
15391            not 'VXLAN' and
15392            not 'DOT1Q'"
15393   parameters:
15394   - "throughput"
15395   - "parent"
15396   - "tags"
15397   sort:
15398   - "not CFS_OPT"
15399   - "1VM"
15400   - "2VM"
15401   traces:
15402     hoverinfo: "x+y"
15403     boxpoints: "outliers"
15404     whiskerwidth: 0
15405   layout:
15406     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15407     layout: "plot-throughput"
15408
15409 -
15410   type: "plot"
15411   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15412   algorithm: "plot_performance_box"
15413   output-file-type: ".html"
15414   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15415   data: "plot-vpp-throughput-latency-3n-skx"
15416   filter: "'NIC_Intel-X710' and
15417            '64B' and
15418            'NDRPDR' and
15419            'ETH' and
15420            'IP4FWD' and
15421            '4T2C' and
15422            'VHOST_1024' and
15423            not 'VXLAN' and
15424            not 'DOT1Q'"
15425   parameters:
15426   - "throughput"
15427   - "parent"
15428   - "tags"
15429   sort:
15430   - "not CFS_OPT"
15431   - "1VM"
15432   - "2VM"
15433   traces:
15434     hoverinfo: "x+y"
15435     boxpoints: "outliers"
15436     whiskerwidth: 0
15437   layout:
15438     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15439     layout: "plot-throughput"
15440
15441 -
15442   type: "plot"
15443   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15444   algorithm: "plot_performance_box"
15445   output-file-type: ".html"
15446   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15447   data: "plot-vpp-throughput-latency-3n-skx"
15448   filter: "'NIC_Intel-X710' and
15449            '64B' and
15450            'NDRPDR' and
15451            'ETH' and
15452            'IP4FWD' and
15453            '2T1C' and
15454            'VHOST_1024' and
15455            not 'VXLAN' and
15456            not 'DOT1Q'"
15457   parameters:
15458   - "throughput"
15459   - "parent"
15460   - "tags"
15461   sort:
15462   - "not CFS_OPT"
15463   - "1VM"
15464   - "2VM"
15465   traces:
15466     hoverinfo: "x+y"
15467     boxpoints: "outliers"
15468     whiskerwidth: 0
15469   layout:
15470     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15471     layout: "plot-throughput"
15472
15473 -
15474   type: "plot"
15475   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15476   algorithm: "plot_performance_box"
15477   output-file-type: ".html"
15478   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15479   data: "plot-vpp-throughput-latency-3n-skx"
15480   filter: "'NIC_Intel-X710' and
15481            '64B' and
15482            'NDRPDR' and
15483            'ETH' and
15484            'IP4FWD' and
15485            '4T2C' and
15486            'VHOST_1024' and
15487            not 'VXLAN' and
15488            not 'DOT1Q'"
15489   parameters:
15490   - "throughput"
15491   - "parent"
15492   - "tags"
15493   sort:
15494   - "not CFS_OPT"
15495   - "1VM"
15496   - "2VM"
15497   traces:
15498     hoverinfo: "x+y"
15499     boxpoints: "outliers"
15500     whiskerwidth: 0
15501   layout:
15502     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15503     layout: "plot-throughput"
15504
15505 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15506 -
15507   type: "plot"
15508   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15509   algorithm: "plot_performance_box"
15510   output-file-type: ".html"
15511   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15512   data: "plot-vpp-throughput-latency-3n-skx"
15513   filter: "'NIC_Intel-X710' and
15514            '64B' and
15515            'NDRPDR' and
15516            ('ETH' or 'DOT1Q') and
15517            '2T1C' and
15518            'L2BDMACLRN' and
15519            'VHOST_1024' and
15520            not 'VXLAN' and
15521            not 'IP4FWD' and
15522            not '2VM'"
15523   parameters:
15524   - "throughput"
15525   - "parent"
15526   - "tags"
15527 #  sort:
15528 #  - "VM"  # "not CFS_OPT"
15529 #  - "CFS_OPT"
15530 #  - "FIB_10K"
15531 #  - "FIB_100K"
15532 #  - "FIB_1M"
15533   traces:
15534     hoverinfo: "x+y"
15535     boxpoints: "outliers"
15536     whiskerwidth: 0
15537   layout:
15538     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15539     layout: "plot-throughput"
15540
15541 -
15542   type: "plot"
15543   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15544   algorithm: "plot_performance_box"
15545   output-file-type: ".html"
15546   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15547   data: "plot-vpp-throughput-latency-3n-skx"
15548   filter: "'NIC_Intel-X710' and
15549            '64B' and
15550            'NDRPDR' and
15551            ('ETH' or 'DOT1Q') and
15552            '4T2C' and
15553            'L2BDMACLRN' and
15554            'VHOST_1024' and
15555            not 'VXLAN' and
15556            not 'IP4FWD' and
15557            not '2VM'"
15558   parameters:
15559   - "throughput"
15560   - "parent"
15561   - "tags"
15562 #  sort:
15563 #  - "VM"  # "not CFS_OPT"
15564 #  - "CFS_OPT"
15565 #  - "FIB_10K"
15566 #  - "FIB_100K"
15567 #  - "FIB_1M"
15568   traces:
15569     hoverinfo: "x+y"
15570     boxpoints: "outliers"
15571     whiskerwidth: 0
15572   layout:
15573     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15574     layout: "plot-throughput"
15575
15576 -
15577   type: "plot"
15578   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15579   algorithm: "plot_performance_box"
15580   output-file-type: ".html"
15581   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15582   data: "plot-vpp-throughput-latency-3n-skx"
15583   filter: "'NIC_Intel-X710' and
15584            '64B' and
15585            'NDRPDR' and
15586            ('ETH' or 'DOT1Q') and
15587            '2T1C' and
15588            'L2BDMACLRN' and
15589            'VHOST_1024' and
15590            not 'VXLAN' and
15591            not 'IP4FWD' and
15592            not '2VM'"
15593   parameters:
15594   - "throughput"
15595   - "parent"
15596   - "tags"
15597 #  sort:
15598 #  - "VM"  # "not CFS_OPT"
15599 #  - "CFS_OPT"
15600 #  - "FIB_10K"
15601 #  - "FIB_100K"
15602 #  - "FIB_1M"
15603   traces:
15604     hoverinfo: "x+y"
15605     boxpoints: "outliers"
15606     whiskerwidth: 0
15607   layout:
15608     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15609     layout: "plot-throughput"
15610
15611 -
15612   type: "plot"
15613   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15614   algorithm: "plot_performance_box"
15615   output-file-type: ".html"
15616   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15617   data: "plot-vpp-throughput-latency-3n-skx"
15618   filter: "'NIC_Intel-X710' and
15619            '64B' and
15620            'NDRPDR' and
15621            ('ETH' or 'DOT1Q') and
15622            '4T2C' and
15623            'L2BDMACLRN' and
15624            'VHOST_1024' and
15625            not 'VXLAN' and
15626            not 'IP4FWD' and
15627            not '2VM'"
15628   parameters:
15629   - "throughput"
15630   - "parent"
15631   - "tags"
15632 #  sort:
15633 #  - "VM"  # "not CFS_OPT"
15634 #  - "CFS_OPT"
15635 #  - "FIB_10K"
15636 #  - "FIB_100K"
15637 #  - "FIB_1M"
15638   traces:
15639     hoverinfo: "x+y"
15640     boxpoints: "outliers"
15641     whiskerwidth: 0
15642   layout:
15643     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15644     layout: "plot-throughput"
15645
15646 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15647 -
15648   type: "plot"
15649   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15650   algorithm: "plot_performance_box"
15651   output-file-type: ".html"
15652   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15653   data: "plot-vpp-throughput-latency-3n-skx"
15654   filter: "'NIC_Intel-X710' and
15655            '64B' and
15656            'NDRPDR' and
15657            ('ETH' or 'DOT1Q') and
15658            'BASE' and
15659            '2T1C' and
15660            ('L2BDMACLRN' or 'L2XCFWD') and
15661            'VHOST_1024' and
15662            not 'VXLAN' and
15663            not 'IP4FWD' and
15664            not '2VM' and
15665            not 'LBOND'"
15666   parameters:
15667   - "throughput"
15668   - "parent"
15669   - "tags"
15670 #  sort:
15671 #  - "not CFS_OPT"
15672 #  - "L2XCFWD"
15673 #  - "not CFS_OPT"
15674 #  - "CFS_OPT"
15675   traces:
15676     hoverinfo: "x+y"
15677     boxpoints: "outliers"
15678     whiskerwidth: 0
15679   layout:
15680     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15681     layout: "plot-throughput"
15682
15683 -
15684   type: "plot"
15685   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15686   algorithm: "plot_performance_box"
15687   output-file-type: ".html"
15688   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15689   data: "plot-vpp-throughput-latency-3n-skx"
15690   filter: "'NIC_Intel-X710' and
15691            '64B' and
15692            'NDRPDR' and
15693            ('ETH' or 'DOT1Q') and
15694            'BASE' and
15695            '2T1C' and
15696            ('L2BDMACLRN' or 'L2XCFWD') and
15697            'VHOST_1024' and
15698            not 'VXLAN' and
15699            not 'IP4FWD' and
15700            not '2VM' and
15701            not 'LBOND'"
15702   parameters:
15703   - "throughput"
15704   - "parent"
15705   - "tags"
15706 #  sort:
15707 #  - "not CFS_OPT"
15708 #  - "L2XCFWD"
15709 #  - "not CFS_OPT"
15710 #  - "CFS_OPT"
15711   traces:
15712     hoverinfo: "x+y"
15713     boxpoints: "outliers"
15714     whiskerwidth: 0
15715   layout:
15716     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15717     layout: "plot-throughput"
15718
15719 -
15720   type: "plot"
15721   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15722   algorithm: "plot_performance_box"
15723   output-file-type: ".html"
15724   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15725   data: "plot-vpp-throughput-latency-3n-skx"
15726   filter: "'NIC_Intel-X710' and
15727            '64B' and
15728            'NDRPDR' and
15729            ('ETH' or 'DOT1Q') and
15730            'BASE' and
15731            '4T2C' and
15732            ('L2BDMACLRN' or 'L2XCFWD') and
15733            'VHOST_1024' and
15734            not 'VXLAN' and
15735            not 'IP4FWD' and
15736            not '2VM' and
15737            not 'LBOND'"
15738   parameters:
15739   - "throughput"
15740   - "parent"
15741   - "tags"
15742 #  sort:
15743 #  - "not CFS_OPT"
15744 #  - "L2XCFWD"
15745 #  - "not CFS_OPT"
15746 #  - "CFS_OPT"
15747   traces:
15748     hoverinfo: "x+y"
15749     boxpoints: "outliers"
15750     whiskerwidth: 0
15751   layout:
15752     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15753     layout: "plot-throughput"
15754
15755 -
15756   type: "plot"
15757   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15758   algorithm: "plot_performance_box"
15759   output-file-type: ".html"
15760   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15761   data: "plot-vpp-throughput-latency-3n-skx"
15762   filter: "'NIC_Intel-X710' and
15763            '64B' and
15764            'NDRPDR' and
15765            ('ETH' or 'DOT1Q') and
15766            'BASE' and
15767            '4T2C' and
15768            ('L2BDMACLRN' or 'L2XCFWD') and
15769            'VHOST_1024' and
15770            not 'VXLAN' and
15771            not 'IP4FWD' and
15772            not '2VM' and
15773            not 'LBOND'"
15774   parameters:
15775   - "throughput"
15776   - "parent"
15777   - "tags"
15778 #  sort:
15779 #  - "not CFS_OPT"
15780 #  - "L2XCFWD"
15781 #  - "not CFS_OPT"
15782 #  - "CFS_OPT"
15783   traces:
15784     hoverinfo: "x+y"
15785     boxpoints: "outliers"
15786     whiskerwidth: 0
15787   layout:
15788     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15789     layout: "plot-throughput"
15790
15791 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15792 -
15793   type: "plot"
15794   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15795   algorithm: "plot_performance_box"
15796   output-file-type: ".html"
15797   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15798   data: "plot-vpp-throughput-latency-3n-skx"
15799   filter: "'NIC_Intel-X710' and
15800            '64B' and
15801            'NDRPDR' and
15802            ('ETH' or 'DOT1Q') and
15803            '2T1C' and
15804            ('L2BDMACLRN' or 'L2XCFWD') and
15805            'VHOST_1024' and
15806            not 'CFS_OPT' and
15807            not 'VXLAN' and
15808            not 'IP4FWD' and
15809            not 'LBOND'"
15810   parameters:
15811   - "throughput"
15812   - "parent"
15813   - "tags"
15814 #  sort:
15815 #  - "1VM"
15816 #  - "L2XCFWD"
15817 #  - "1VM"
15818 #  - "L2BDMACLRN"
15819   traces:
15820     hoverinfo: "x+y"
15821     boxpoints: "outliers"
15822     whiskerwidth: 0
15823   layout:
15824     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15825     layout: "plot-throughput"
15826
15827 -
15828   type: "plot"
15829   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15830   algorithm: "plot_performance_box"
15831   output-file-type: ".html"
15832   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15833   data: "plot-vpp-throughput-latency-3n-skx"
15834   filter: "'NIC_Intel-X710' and
15835            '64B' and
15836            'NDRPDR' and
15837            ('ETH' or 'DOT1Q') and
15838            '2T1C' and
15839            ('L2BDMACLRN' or 'L2XCFWD') and
15840            'VHOST_1024' and
15841            not 'CFS_OPT' and
15842            not 'VXLAN' and
15843            not 'IP4FWD' and
15844            not 'LBOND'"
15845   parameters:
15846   - "throughput"
15847   - "parent"
15848   - "tags"
15849 #  sort:
15850 #  - "1VM"
15851 #  - "L2XCFWD"
15852 #  - "1VM"
15853 #  - "L2BDMACLRN"
15854   traces:
15855     hoverinfo: "x+y"
15856     boxpoints: "outliers"
15857     whiskerwidth: 0
15858   layout:
15859     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15860     layout: "plot-throughput"
15861
15862 -
15863   type: "plot"
15864   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15865   algorithm: "plot_performance_box"
15866   output-file-type: ".html"
15867   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15868   data: "plot-vpp-throughput-latency-3n-skx"
15869   filter: "'NIC_Intel-X710' and
15870            '64B' and
15871            'NDRPDR' and
15872            ('ETH' or 'DOT1Q') and
15873            '4T2C' and
15874            ('L2BDMACLRN' or 'L2XCFWD') and
15875            'VHOST_1024' and
15876            not 'CFS_OPT' and
15877            not 'VXLAN' and
15878            not 'IP4FWD' and
15879            not 'LBOND'"
15880   parameters:
15881   - "throughput"
15882   - "parent"
15883   - "tags"
15884 #  sort:
15885 #  - "1VM"
15886 #  - "L2XCFWD"
15887 #  - "1VM"
15888 #  - "L2BDMACLRN"
15889   traces:
15890     hoverinfo: "x+y"
15891     boxpoints: "outliers"
15892     whiskerwidth: 0
15893   layout:
15894     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15895     layout: "plot-throughput"
15896
15897 -
15898   type: "plot"
15899   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15900   algorithm: "plot_performance_box"
15901   output-file-type: ".html"
15902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15903   data: "plot-vpp-throughput-latency-3n-skx"
15904   filter: "'NIC_Intel-X710' and
15905            '64B' and
15906            'NDRPDR' and
15907            ('ETH' or 'DOT1Q') and
15908            '4T2C' and
15909            ('L2BDMACLRN' or 'L2XCFWD') and
15910            'VHOST_1024' and
15911            not 'CFS_OPT' and
15912            not 'VXLAN' and
15913            not 'IP4FWD' and
15914            not 'LBOND'"
15915   parameters:
15916   - "throughput"
15917   - "parent"
15918   - "tags"
15919 #  sort:
15920 #  - "1VM"
15921 #  - "L2XCFWD"
15922 #  - "1VM"
15923 #  - "L2BDMACLRN"
15924   traces:
15925     hoverinfo: "x+y"
15926     boxpoints: "outliers"
15927     whiskerwidth: 0
15928   layout:
15929     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15930     layout: "plot-throughput"
15931
15932 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15933 -
15934   type: "plot"
15935   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15936   algorithm: "plot_performance_box"
15937   output-file-type: ".html"
15938   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15939   data: "plot-vpp-throughput-latency-2n-skx"
15940   filter: "'NIC_Intel-X710' and
15941            '64B' and
15942            'NDRPDR' and
15943            'ETH' and
15944            'IP4FWD' and
15945            '2T1C' and
15946            'VHOST_1024' and
15947            not 'VXLAN' and
15948            not 'DOT1Q'"
15949   parameters:
15950   - "throughput"
15951   - "parent"
15952   - "tags"
15953   sort:
15954   - "not CFS_OPT"
15955   - "1VM"
15956   - "2VM"
15957   traces:
15958     hoverinfo: "x+y"
15959     boxpoints: "outliers"
15960     whiskerwidth: 0
15961   layout:
15962     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15963     layout: "plot-throughput"
15964
15965 -
15966   type: "plot"
15967   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15968   algorithm: "plot_performance_box"
15969   output-file-type: ".html"
15970   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15971   data: "plot-vpp-throughput-latency-2n-skx"
15972   filter: "'NIC_Intel-X710' and
15973            '64B' and
15974            'NDRPDR' and
15975            'ETH' and
15976            'IP4FWD' and
15977            '4T2C' and
15978            'VHOST_1024' and
15979            not 'VXLAN' and
15980            not 'DOT1Q'"
15981   parameters:
15982   - "throughput"
15983   - "parent"
15984   - "tags"
15985   sort:
15986   - "not CFS_OPT"
15987   - "1VM"
15988   - "2VM"
15989   traces:
15990     hoverinfo: "x+y"
15991     boxpoints: "outliers"
15992     whiskerwidth: 0
15993   layout:
15994     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15995     layout: "plot-throughput"
15996
15997 -
15998   type: "plot"
15999   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16000   algorithm: "plot_performance_box"
16001   output-file-type: ".html"
16002   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16003   data: "plot-vpp-throughput-latency-2n-skx"
16004   filter: "'NIC_Intel-X710' and
16005            '64B' and
16006            'NDRPDR' and
16007            'ETH' and
16008            'IP4FWD' and
16009            '2T1C' and
16010            'VHOST_1024' and
16011            not 'VXLAN' and
16012            not 'DOT1Q'"
16013   parameters:
16014   - "throughput"
16015   - "parent"
16016   - "tags"
16017   sort:
16018   - "not CFS_OPT"
16019   - "1VM"
16020   - "2VM"
16021   traces:
16022     hoverinfo: "x+y"
16023     boxpoints: "outliers"
16024     whiskerwidth: 0
16025   layout:
16026     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16027     layout: "plot-throughput"
16028
16029 -
16030   type: "plot"
16031   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16032   algorithm: "plot_performance_box"
16033   output-file-type: ".html"
16034   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16035   data: "plot-vpp-throughput-latency-2n-skx"
16036   filter: "'NIC_Intel-X710' and
16037            '64B' and
16038            'NDRPDR' and
16039            'ETH' and
16040            'IP4FWD' and
16041            '4T2C' and
16042            'VHOST_1024' and
16043            not 'VXLAN' and
16044            not 'DOT1Q'"
16045   parameters:
16046   - "throughput"
16047   - "parent"
16048   - "tags"
16049   sort:
16050   - "not CFS_OPT"
16051   - "1VM"
16052   - "2VM"
16053   traces:
16054     hoverinfo: "x+y"
16055     boxpoints: "outliers"
16056     whiskerwidth: 0
16057   layout:
16058     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16059     layout: "plot-throughput"
16060
16061 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16062 -
16063   type: "plot"
16064   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16065   algorithm: "plot_performance_box"
16066   output-file-type: ".html"
16067   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16068   data: "plot-vpp-throughput-latency-2n-skx"
16069   filter: "'NIC_Intel-X710' and
16070            '64B' and
16071            'NDRPDR' and
16072            ('ETH' or 'DOT1Q') and
16073            '2T1C' and
16074            'L2BDMACLRN' and
16075            'VHOST_1024' and
16076            not 'VXLAN' and
16077            not 'IP4FWD' and
16078            not '2VM'"
16079   parameters:
16080   - "throughput"
16081   - "parent"
16082   - "tags"
16083 #  sort:
16084 #  - "VM"  # "not CFS_OPT"
16085 #  - "CFS_OPT"
16086 #  - "FIB_10K"
16087 #  - "FIB_100K"
16088 #  - "FIB_1M"
16089   traces:
16090     hoverinfo: "x+y"
16091     boxpoints: "outliers"
16092     whiskerwidth: 0
16093   layout:
16094     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16095     layout: "plot-throughput"
16096
16097 -
16098   type: "plot"
16099   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16100   algorithm: "plot_performance_box"
16101   output-file-type: ".html"
16102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16103   data: "plot-vpp-throughput-latency-2n-skx"
16104   filter: "'NIC_Intel-X710' and
16105            '64B' and
16106            'NDRPDR' and
16107            ('ETH' or 'DOT1Q') and
16108            '4T2C' and
16109            'L2BDMACLRN' and
16110            'VHOST_1024' and
16111            not 'VXLAN' and
16112            not 'IP4FWD' and
16113            not '2VM'"
16114   parameters:
16115   - "throughput"
16116   - "parent"
16117   - "tags"
16118 #  sort:
16119 #  - "VM"  # "not CFS_OPT"
16120 #  - "CFS_OPT"
16121 #  - "FIB_10K"
16122 #  - "FIB_100K"
16123 #  - "FIB_1M"
16124   traces:
16125     hoverinfo: "x+y"
16126     boxpoints: "outliers"
16127     whiskerwidth: 0
16128   layout:
16129     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16130     layout: "plot-throughput"
16131
16132 -
16133   type: "plot"
16134   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16135   algorithm: "plot_performance_box"
16136   output-file-type: ".html"
16137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16138   data: "plot-vpp-throughput-latency-2n-skx"
16139   filter: "'NIC_Intel-X710' and
16140            '64B' and
16141            'NDRPDR' and
16142            ('ETH' or 'DOT1Q') and
16143            '2T1C' and
16144            'L2BDMACLRN' and
16145            'VHOST_1024' and
16146            not 'VXLAN' and
16147            not 'IP4FWD' and
16148            not '2VM'"
16149   parameters:
16150   - "throughput"
16151   - "parent"
16152   - "tags"
16153 #  sort:
16154 #  - "VM"  # "not CFS_OPT"
16155 #  - "CFS_OPT"
16156 #  - "FIB_10K"
16157 #  - "FIB_100K"
16158 #  - "FIB_1M"
16159   traces:
16160     hoverinfo: "x+y"
16161     boxpoints: "outliers"
16162     whiskerwidth: 0
16163   layout:
16164     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16165     layout: "plot-throughput"
16166
16167 -
16168   type: "plot"
16169   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16170   algorithm: "plot_performance_box"
16171   output-file-type: ".html"
16172   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16173   data: "plot-vpp-throughput-latency-2n-skx"
16174   filter: "'NIC_Intel-X710' and
16175            '64B' and
16176            'NDRPDR' and
16177            ('ETH' or 'DOT1Q') and
16178            '4T2C' and
16179            'L2BDMACLRN' and
16180            'VHOST_1024' and
16181            not 'VXLAN' and
16182            not 'IP4FWD' and
16183            not '2VM'"
16184   parameters:
16185   - "throughput"
16186   - "parent"
16187   - "tags"
16188 #  sort:
16189 #  - "VM"  # "not CFS_OPT"
16190 #  - "CFS_OPT"
16191 #  - "FIB_10K"
16192 #  - "FIB_100K"
16193 #  - "FIB_1M"
16194   traces:
16195     hoverinfo: "x+y"
16196     boxpoints: "outliers"
16197     whiskerwidth: 0
16198   layout:
16199     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16200     layout: "plot-throughput"
16201
16202 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16203 -
16204   type: "plot"
16205   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16206   algorithm: "plot_performance_box"
16207   output-file-type: ".html"
16208   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16209   data: "plot-vpp-throughput-latency-2n-skx"
16210   filter: "'NIC_Intel-X710' and
16211            '64B' and
16212            'NDRPDR' and
16213            ('ETH' or 'DOT1Q') and
16214            'BASE' and
16215            '2T1C' and
16216            ('L2BDMACLRN' or 'L2XCFWD') and
16217            'VHOST_1024' and
16218            not 'VXLAN' and
16219            not 'IP4FWD' and
16220            not '2VM'"
16221   parameters:
16222   - "throughput"
16223   - "parent"
16224   - "tags"
16225 #  sort:
16226 #  - "not CFS_OPT"
16227 #  - "L2XCFWD"
16228 #  - "not CFS_OPT"
16229 #  - "CFS_OPT"
16230   traces:
16231     hoverinfo: "x+y"
16232     boxpoints: "outliers"
16233     whiskerwidth: 0
16234   layout:
16235     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16236     layout: "plot-throughput"
16237
16238 -
16239   type: "plot"
16240   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16241   algorithm: "plot_performance_box"
16242   output-file-type: ".html"
16243   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16244   data: "plot-vpp-throughput-latency-2n-skx"
16245   filter: "'NIC_Intel-X710' and
16246            '64B' and
16247            'NDRPDR' and
16248            ('ETH' or 'DOT1Q') and
16249            'BASE' and
16250            '2T1C' and
16251            ('L2BDMACLRN' or 'L2XCFWD') and
16252            'VHOST_1024' and
16253            not 'VXLAN' and
16254            not 'IP4FWD' and
16255            not '2VM'"
16256   parameters:
16257   - "throughput"
16258   - "parent"
16259   - "tags"
16260 #  sort:
16261 #  - "not CFS_OPT"
16262 #  - "L2XCFWD"
16263 #  - "not CFS_OPT"
16264 #  - "CFS_OPT"
16265   traces:
16266     hoverinfo: "x+y"
16267     boxpoints: "outliers"
16268     whiskerwidth: 0
16269   layout:
16270     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16271     layout: "plot-throughput"
16272
16273 -
16274   type: "plot"
16275   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16276   algorithm: "plot_performance_box"
16277   output-file-type: ".html"
16278   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16279   data: "plot-vpp-throughput-latency-2n-skx"
16280   filter: "'NIC_Intel-X710' and
16281            '64B' and
16282            'NDRPDR' and
16283            ('ETH' or 'DOT1Q') and
16284            'BASE' and
16285            '4T2C' and
16286            ('L2BDMACLRN' or 'L2XCFWD') and
16287            'VHOST_1024' and
16288            not 'VXLAN' and
16289            not 'IP4FWD' and
16290            not '2VM'"
16291   parameters:
16292   - "throughput"
16293   - "parent"
16294   - "tags"
16295 #  sort:
16296 #  - "not CFS_OPT"
16297 #  - "L2XCFWD"
16298 #  - "not CFS_OPT"
16299 #  - "CFS_OPT"
16300   traces:
16301     hoverinfo: "x+y"
16302     boxpoints: "outliers"
16303     whiskerwidth: 0
16304   layout:
16305     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16306     layout: "plot-throughput"
16307
16308 -
16309   type: "plot"
16310   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16311   algorithm: "plot_performance_box"
16312   output-file-type: ".html"
16313   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16314   data: "plot-vpp-throughput-latency-2n-skx"
16315   filter: "'NIC_Intel-X710' and
16316            '64B' and
16317            'NDRPDR' and
16318            ('ETH' or 'DOT1Q') and
16319            'BASE' and
16320            '4T2C' and
16321            ('L2BDMACLRN' or 'L2XCFWD') and
16322            'VHOST_1024' and
16323            not 'VXLAN' and
16324            not 'IP4FWD' and
16325            not '2VM'"
16326   parameters:
16327   - "throughput"
16328   - "parent"
16329   - "tags"
16330 #  sort:
16331 #  - "not CFS_OPT"
16332 #  - "L2XCFWD"
16333 #  - "not CFS_OPT"
16334 #  - "CFS_OPT"
16335   traces:
16336     hoverinfo: "x+y"
16337     boxpoints: "outliers"
16338     whiskerwidth: 0
16339   layout:
16340     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16341     layout: "plot-throughput"
16342
16343 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16344 -
16345   type: "plot"
16346   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16347   algorithm: "plot_performance_box"
16348   output-file-type: ".html"
16349   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16350   data: "plot-vpp-throughput-latency-2n-skx"
16351   filter: "'NIC_Intel-X710' and
16352            '64B' and
16353            'NDRPDR' and
16354            ('ETH' or 'DOT1Q') and
16355            '2T1C' and
16356            ('L2BDMACLRN' or 'L2XCFWD') and
16357            'VHOST_1024' and
16358            not 'CFS_OPT' and
16359            not 'VXLAN' and
16360            not 'IP4FWD'"
16361   parameters:
16362   - "throughput"
16363   - "parent"
16364   - "tags"
16365 #  sort:
16366 #  - "1VM"
16367 #  - "L2XCFWD"
16368 #  - "1VM"
16369 #  - "L2BDMACLRN"
16370   traces:
16371     hoverinfo: "x+y"
16372     boxpoints: "outliers"
16373     whiskerwidth: 0
16374   layout:
16375     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16376     layout: "plot-throughput"
16377
16378 -
16379   type: "plot"
16380   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16381   algorithm: "plot_performance_box"
16382   output-file-type: ".html"
16383   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16384   data: "plot-vpp-throughput-latency-2n-skx"
16385   filter: "'NIC_Intel-X710' and
16386            '64B' and
16387            'NDRPDR' and
16388            ('ETH' or 'DOT1Q') and
16389            '2T1C' and
16390            ('L2BDMACLRN' or 'L2XCFWD') and
16391            'VHOST_1024' and
16392            not 'CFS_OPT' and
16393            not 'VXLAN' and
16394            not 'IP4FWD'"
16395   parameters:
16396   - "throughput"
16397   - "parent"
16398   - "tags"
16399 #  sort:
16400 #  - "1VM"
16401 #  - "L2XCFWD"
16402 #  - "1VM"
16403 #  - "L2BDMACLRN"
16404   traces:
16405     hoverinfo: "x+y"
16406     boxpoints: "outliers"
16407     whiskerwidth: 0
16408   layout:
16409     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16410     layout: "plot-throughput"
16411
16412 -
16413   type: "plot"
16414   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16415   algorithm: "plot_performance_box"
16416   output-file-type: ".html"
16417   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16418   data: "plot-vpp-throughput-latency-2n-skx"
16419   filter: "'NIC_Intel-X710' and
16420            '64B' and
16421            'NDRPDR' and
16422            ('ETH' or 'DOT1Q') and
16423            '4T2C' and
16424            ('L2BDMACLRN' or 'L2XCFWD') and
16425            'VHOST_1024' and
16426            not 'CFS_OPT' and
16427            not 'VXLAN' and
16428            not 'IP4FWD'"
16429   parameters:
16430   - "throughput"
16431   - "parent"
16432   - "tags"
16433 #  sort:
16434 #  - "1VM"
16435 #  - "L2XCFWD"
16436 #  - "1VM"
16437 #  - "L2BDMACLRN"
16438   traces:
16439     hoverinfo: "x+y"
16440     boxpoints: "outliers"
16441     whiskerwidth: 0
16442   layout:
16443     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16444     layout: "plot-throughput"
16445
16446 -
16447   type: "plot"
16448   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16449   algorithm: "plot_performance_box"
16450   output-file-type: ".html"
16451   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16452   data: "plot-vpp-throughput-latency-2n-skx"
16453   filter: "'NIC_Intel-X710' and
16454            '64B' and
16455            'NDRPDR' and
16456            ('ETH' or 'DOT1Q') and
16457            '4T2C' and
16458            ('L2BDMACLRN' or 'L2XCFWD') and
16459            'VHOST_1024' and
16460            not 'CFS_OPT' and
16461            not 'VXLAN' and
16462            not 'IP4FWD'"
16463   parameters:
16464   - "throughput"
16465   - "parent"
16466   - "tags"
16467 #  sort:
16468 #  - "1VM"
16469 #  - "L2XCFWD"
16470 #  - "1VM"
16471 #  - "L2BDMACLRN"
16472   traces:
16473     hoverinfo: "x+y"
16474     boxpoints: "outliers"
16475     whiskerwidth: 0
16476   layout:
16477     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16478     layout: "plot-throughput"
16479
16480 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16481 -
16482   type: "plot"
16483   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16484   algorithm: "plot_performance_box"
16485   output-file-type: ".html"
16486   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16487   data: "plot-vpp-throughput-latency-2n-skx"
16488   filter: "'NIC_Intel-XXV710' and
16489            '64B' and
16490            'NDRPDR' and
16491            'ETH' and
16492            'IP4FWD' and
16493            '2T1C' and
16494            'VHOST_1024' and
16495            not 'VXLAN' and
16496            not 'DOT1Q'"
16497   parameters:
16498   - "throughput"
16499   - "parent"
16500   - "tags"
16501   sort:
16502   - "not CFS_OPT"
16503   - "1VM"
16504   - "2VM"
16505   traces:
16506     hoverinfo: "x+y"
16507     boxpoints: "outliers"
16508     whiskerwidth: 0
16509   layout:
16510     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16511     layout: "plot-throughput"
16512
16513 -
16514   type: "plot"
16515   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16516   algorithm: "plot_performance_box"
16517   output-file-type: ".html"
16518   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16519   data: "plot-vpp-throughput-latency-2n-skx"
16520   filter: "'NIC_Intel-XXV710' and
16521            '64B' and
16522            'NDRPDR' and
16523            'ETH' and
16524            'IP4FWD' and
16525            '4T2C' and
16526            'VHOST_1024' and
16527            not 'VXLAN' and
16528            not 'DOT1Q'"
16529   parameters:
16530   - "throughput"
16531   - "parent"
16532   - "tags"
16533   sort:
16534   - "not CFS_OPT"
16535   - "1VM"
16536   - "2VM"
16537   traces:
16538     hoverinfo: "x+y"
16539     boxpoints: "outliers"
16540     whiskerwidth: 0
16541   layout:
16542     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16543     layout: "plot-throughput"
16544
16545 -
16546   type: "plot"
16547   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16548   algorithm: "plot_performance_box"
16549   output-file-type: ".html"
16550   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16551   data: "plot-vpp-throughput-latency-2n-skx"
16552   filter: "'NIC_Intel-XXV710' and
16553            '64B' and
16554            'NDRPDR' and
16555            'ETH' and
16556            'IP4FWD' and
16557            '2T1C' and
16558            'VHOST_1024' and
16559            not 'VXLAN' and
16560            not 'DOT1Q'"
16561   parameters:
16562   - "throughput"
16563   - "parent"
16564   - "tags"
16565   sort:
16566   - "not CFS_OPT"
16567   - "1VM"
16568   - "2VM"
16569   traces:
16570     hoverinfo: "x+y"
16571     boxpoints: "outliers"
16572     whiskerwidth: 0
16573   layout:
16574     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16575     layout: "plot-throughput"
16576
16577 -
16578   type: "plot"
16579   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16580   algorithm: "plot_performance_box"
16581   output-file-type: ".html"
16582   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16583   data: "plot-vpp-throughput-latency-2n-skx"
16584   filter: "'NIC_Intel-XXV710' and
16585            '64B' and
16586            'NDRPDR' and
16587            'ETH' and
16588            'IP4FWD' and
16589            '4T2C' and
16590            'VHOST_1024' and
16591            not 'VXLAN' and
16592            not 'DOT1Q'"
16593   parameters:
16594   - "throughput"
16595   - "parent"
16596   - "tags"
16597   sort:
16598   - "not CFS_OPT"
16599   - "1VM"
16600   - "2VM"
16601   traces:
16602     hoverinfo: "x+y"
16603     boxpoints: "outliers"
16604     whiskerwidth: 0
16605   layout:
16606     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16607     layout: "plot-throughput"
16608
16609 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16610 -
16611   type: "plot"
16612   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16613   algorithm: "plot_performance_box"
16614   output-file-type: ".html"
16615   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16616   data: "plot-vpp-throughput-latency-2n-skx"
16617   filter: "'NIC_Intel-XXV710' and
16618            '64B' and
16619            'NDRPDR' and
16620            ('ETH' or 'DOT1Q') and
16621            '2T1C' and
16622            'L2BDMACLRN' and
16623            'VHOST_1024' and
16624            not 'VXLAN' and
16625            not 'IP4FWD' and
16626            not '2VM'"
16627   parameters:
16628   - "throughput"
16629   - "parent"
16630   - "tags"
16631 #  sort:
16632 #  - "VM"  # "not CFS_OPT"
16633 #  - "CFS_OPT"
16634 #  - "FIB_10K"
16635 #  - "FIB_100K"
16636 #  - "FIB_1M"
16637   traces:
16638     hoverinfo: "x+y"
16639     boxpoints: "outliers"
16640     whiskerwidth: 0
16641   layout:
16642     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16643     layout: "plot-throughput"
16644
16645 -
16646   type: "plot"
16647   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16648   algorithm: "plot_performance_box"
16649   output-file-type: ".html"
16650   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16651   data: "plot-vpp-throughput-latency-2n-skx"
16652   filter: "'NIC_Intel-XXV710' and
16653            '64B' and
16654            'NDRPDR' and
16655            ('ETH' or 'DOT1Q') and
16656            '4T2C' and
16657            'L2BDMACLRN' and
16658            'VHOST_1024' and
16659            not 'VXLAN' and
16660            not 'IP4FWD' and
16661            not '2VM'"
16662   parameters:
16663   - "throughput"
16664   - "parent"
16665   - "tags"
16666 #  sort:
16667 #  - "VM"  # "not CFS_OPT"
16668 #  - "CFS_OPT"
16669 #  - "FIB_10K"
16670 #  - "FIB_100K"
16671 #  - "FIB_1M"
16672   traces:
16673     hoverinfo: "x+y"
16674     boxpoints: "outliers"
16675     whiskerwidth: 0
16676   layout:
16677     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16678     layout: "plot-throughput"
16679
16680 -
16681   type: "plot"
16682   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16683   algorithm: "plot_performance_box"
16684   output-file-type: ".html"
16685   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16686   data: "plot-vpp-throughput-latency-2n-skx"
16687   filter: "'NIC_Intel-XXV710' and
16688            '64B' and
16689            'NDRPDR' and
16690            ('ETH' or 'DOT1Q') and
16691            '2T1C' and
16692            'L2BDMACLRN' and
16693            'VHOST_1024' and
16694            not 'VXLAN' and
16695            not 'IP4FWD' and
16696            not '2VM'"
16697   parameters:
16698   - "throughput"
16699   - "parent"
16700   - "tags"
16701 #  sort:
16702 #  - "VM"  # "not CFS_OPT"
16703 #  - "CFS_OPT"
16704 #  - "FIB_10K"
16705 #  - "FIB_100K"
16706 #  - "FIB_1M"
16707   traces:
16708     hoverinfo: "x+y"
16709     boxpoints: "outliers"
16710     whiskerwidth: 0
16711   layout:
16712     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16713     layout: "plot-throughput"
16714
16715 -
16716   type: "plot"
16717   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16718   algorithm: "plot_performance_box"
16719   output-file-type: ".html"
16720   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16721   data: "plot-vpp-throughput-latency-2n-skx"
16722   filter: "'NIC_Intel-XXV710' and
16723            '64B' and
16724            'NDRPDR' and
16725            ('ETH' or 'DOT1Q') and
16726            '4T2C' and
16727            'L2BDMACLRN' and
16728            'VHOST_1024' and
16729            not 'VXLAN' and
16730            not 'IP4FWD' and
16731            not '2VM'"
16732   parameters:
16733   - "throughput"
16734   - "parent"
16735   - "tags"
16736 #  sort:
16737 #  - "VM"  # "not CFS_OPT"
16738 #  - "CFS_OPT"
16739 #  - "FIB_10K"
16740 #  - "FIB_100K"
16741 #  - "FIB_1M"
16742   traces:
16743     hoverinfo: "x+y"
16744     boxpoints: "outliers"
16745     whiskerwidth: 0
16746   layout:
16747     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16748     layout: "plot-throughput"
16749
16750 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16751 -
16752   type: "plot"
16753   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16754   algorithm: "plot_performance_box"
16755   output-file-type: ".html"
16756   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16757   data: "plot-vpp-throughput-latency-2n-skx"
16758   filter: "'NIC_Intel-XXV710' and
16759            '64B' and
16760            'NDRPDR' and
16761            ('ETH' or 'DOT1Q') and
16762            'BASE' and
16763            '2T1C' and
16764            ('L2BDMACLRN' or 'L2XCFWD') and
16765            'VHOST_1024' and
16766            not 'VXLAN' and
16767            not 'IP4FWD' and
16768            not '2VM'"
16769   parameters:
16770   - "throughput"
16771   - "parent"
16772   - "tags"
16773 #  sort:
16774 #  - "not CFS_OPT"
16775 #  - "L2XCFWD"
16776 #  - "not CFS_OPT"
16777 #  - "CFS_OPT"
16778   traces:
16779     hoverinfo: "x+y"
16780     boxpoints: "outliers"
16781     whiskerwidth: 0
16782   layout:
16783     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16784     layout: "plot-throughput"
16785
16786 -
16787   type: "plot"
16788   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16789   algorithm: "plot_performance_box"
16790   output-file-type: ".html"
16791   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16792   data: "plot-vpp-throughput-latency-2n-skx"
16793   filter: "'NIC_Intel-XXV710' and
16794            '64B' and
16795            'NDRPDR' and
16796            ('ETH' or 'DOT1Q') and
16797            'BASE' and
16798            '2T1C' and
16799            ('L2BDMACLRN' or 'L2XCFWD') and
16800            'VHOST_1024' and
16801            not 'VXLAN' and
16802            not 'IP4FWD' and
16803            not '2VM'"
16804   parameters:
16805   - "throughput"
16806   - "parent"
16807   - "tags"
16808 #  sort:
16809 #  - "not CFS_OPT"
16810 #  - "L2XCFWD"
16811 #  - "not CFS_OPT"
16812 #  - "CFS_OPT"
16813   traces:
16814     hoverinfo: "x+y"
16815     boxpoints: "outliers"
16816     whiskerwidth: 0
16817   layout:
16818     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16819     layout: "plot-throughput"
16820
16821 -
16822   type: "plot"
16823   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16824   algorithm: "plot_performance_box"
16825   output-file-type: ".html"
16826   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16827   data: "plot-vpp-throughput-latency-2n-skx"
16828   filter: "'NIC_Intel-XXV710' and
16829            '64B' and
16830            'NDRPDR' and
16831            ('ETH' or 'DOT1Q') and
16832            'BASE' and
16833            '4T2C' and
16834            ('L2BDMACLRN' or 'L2XCFWD') and
16835            'VHOST_1024' and
16836            not 'VXLAN' and
16837            not 'IP4FWD' and
16838            not '2VM'"
16839   parameters:
16840   - "throughput"
16841   - "parent"
16842   - "tags"
16843 #  sort:
16844 #  - "not CFS_OPT"
16845 #  - "L2XCFWD"
16846 #  - "not CFS_OPT"
16847 #  - "CFS_OPT"
16848   traces:
16849     hoverinfo: "x+y"
16850     boxpoints: "outliers"
16851     whiskerwidth: 0
16852   layout:
16853     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16854     layout: "plot-throughput"
16855
16856 -
16857   type: "plot"
16858   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16859   algorithm: "plot_performance_box"
16860   output-file-type: ".html"
16861   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16862   data: "plot-vpp-throughput-latency-2n-skx"
16863   filter: "'NIC_Intel-XXV710' and
16864            '64B' and
16865            'NDRPDR' and
16866            ('ETH' or 'DOT1Q') and
16867            'BASE' and
16868            '4T2C' and
16869            ('L2BDMACLRN' or 'L2XCFWD') and
16870            'VHOST_1024' and
16871            not 'VXLAN' and
16872            not 'IP4FWD' and
16873            not '2VM'"
16874   parameters:
16875   - "throughput"
16876   - "parent"
16877   - "tags"
16878 #  sort:
16879 #  - "not CFS_OPT"
16880 #  - "L2XCFWD"
16881 #  - "not CFS_OPT"
16882 #  - "CFS_OPT"
16883   traces:
16884     hoverinfo: "x+y"
16885     boxpoints: "outliers"
16886     whiskerwidth: 0
16887   layout:
16888     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16889     layout: "plot-throughput"
16890
16891 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16892 -
16893   type: "plot"
16894   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16895   algorithm: "plot_performance_box"
16896   output-file-type: ".html"
16897   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16898   data: "plot-vpp-throughput-latency-2n-skx"
16899   filter: "'NIC_Intel-XXV710' and
16900            '64B' and
16901            'NDRPDR' and
16902            ('ETH' or 'DOT1Q') and
16903            '2T1C' and
16904            ('L2BDMACLRN' or 'L2XCFWD') and
16905            'VHOST_1024' and
16906            not 'CFS_OPT' and
16907            not 'VXLAN' and
16908            not 'IP4FWD'"
16909   parameters:
16910   - "throughput"
16911   - "parent"
16912   - "tags"
16913 #  sort:
16914 #  - "1VM"
16915 #  - "L2XCFWD"
16916 #  - "1VM"
16917 #  - "L2BDMACLRN"
16918   traces:
16919     hoverinfo: "x+y"
16920     boxpoints: "outliers"
16921     whiskerwidth: 0
16922   layout:
16923     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16924     layout: "plot-throughput"
16925
16926 -
16927   type: "plot"
16928   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16929   algorithm: "plot_performance_box"
16930   output-file-type: ".html"
16931   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16932   data: "plot-vpp-throughput-latency-2n-skx"
16933   filter: "'NIC_Intel-XXV710' and
16934            '64B' and
16935            'NDRPDR' and
16936            ('ETH' or 'DOT1Q') and
16937            '2T1C' and
16938            ('L2BDMACLRN' or 'L2XCFWD') and
16939            'VHOST_1024' and
16940            not 'CFS_OPT' and
16941            not 'VXLAN' and
16942            not 'IP4FWD'"
16943   parameters:
16944   - "throughput"
16945   - "parent"
16946   - "tags"
16947 #  sort:
16948 #  - "1VM"
16949 #  - "L2XCFWD"
16950 #  - "1VM"
16951 #  - "L2BDMACLRN"
16952   traces:
16953     hoverinfo: "x+y"
16954     boxpoints: "outliers"
16955     whiskerwidth: 0
16956   layout:
16957     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16958     layout: "plot-throughput"
16959
16960 -
16961   type: "plot"
16962   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16963   algorithm: "plot_performance_box"
16964   output-file-type: ".html"
16965   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16966   data: "plot-vpp-throughput-latency-2n-skx"
16967   filter: "'NIC_Intel-XXV710' and
16968            '64B' and
16969            'NDRPDR' and
16970            ('ETH' or 'DOT1Q') and
16971            '4T2C' and
16972            ('L2BDMACLRN' or 'L2XCFWD') and
16973            'VHOST_1024' and
16974            not 'CFS_OPT' and
16975            not 'VXLAN' and
16976            not 'IP4FWD'"
16977   parameters:
16978   - "throughput"
16979   - "parent"
16980   - "tags"
16981 #  sort:
16982 #  - "1VM"
16983 #  - "L2XCFWD"
16984 #  - "1VM"
16985 #  - "L2BDMACLRN"
16986   traces:
16987     hoverinfo: "x+y"
16988     boxpoints: "outliers"
16989     whiskerwidth: 0
16990   layout:
16991     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16992     layout: "plot-throughput"
16993
16994 -
16995   type: "plot"
16996   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16997   algorithm: "plot_performance_box"
16998   output-file-type: ".html"
16999   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17000   data: "plot-vpp-throughput-latency-2n-skx"
17001   filter: "'NIC_Intel-XXV710' and
17002            '64B' and
17003            'NDRPDR' and
17004            ('ETH' or 'DOT1Q') and
17005            '4T2C' and
17006            ('L2BDMACLRN' or 'L2XCFWD') and
17007            'VHOST_1024' and
17008            not 'CFS_OPT' and
17009            not 'VXLAN' and
17010            not 'IP4FWD'"
17011   parameters:
17012   - "throughput"
17013   - "parent"
17014   - "tags"
17015 #  sort:
17016 #  - "1VM"
17017 #  - "L2XCFWD"
17018 #  - "1VM"
17019 #  - "L2BDMACLRN"
17020   traces:
17021     hoverinfo: "x+y"
17022     boxpoints: "outliers"
17023     whiskerwidth: 0
17024   layout:
17025     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17026     layout: "plot-throughput"
17027
17028 ################################################################################
17029
17030 # Packet Throughput - VPP VTS 3n-hsw-x520
17031 -
17032   type: "plot"
17033   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17034   algorithm: "plot_performance_box"
17035   output-file-type: ".html"
17036   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17037   data: "plot-vpp-throughput-latency-3n-hsw"
17038   filter: "'NIC_Intel-X520-DA2' and
17039            '114B' and
17040            'NDRPDR' and
17041            '1T1C' and
17042            'VTS'"
17043   parameters:
17044   - "throughput"
17045   - "parent"
17046   - "tags"
17047   traces:
17048     hoverinfo: "x+y"
17049     boxpoints: "outliers"
17050     whiskerwidth: 0
17051   layout:
17052     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17053     layout: "plot-throughput"
17054
17055 -
17056   type: "plot"
17057   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17058   algorithm: "plot_performance_box"
17059   output-file-type: ".html"
17060   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17061   data: "plot-vpp-throughput-latency-3n-hsw"
17062   filter: "'NIC_Intel-X520-DA2' and
17063            '114B' and
17064            'NDRPDR' and
17065            '2T2C' and
17066            'VTS'"
17067   parameters:
17068   - "throughput"
17069   - "parent"
17070   - "tags"
17071   traces:
17072     hoverinfo: "x+y"
17073     boxpoints: "outliers"
17074     whiskerwidth: 0
17075   layout:
17076     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17077     layout: "plot-throughput"
17078
17079 -
17080   type: "plot"
17081   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17082   algorithm: "plot_performance_box"
17083   output-file-type: ".html"
17084   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17085   data: "plot-vpp-throughput-latency-3n-hsw"
17086   filter: "'NIC_Intel-X520-DA2' and
17087            '114B' and
17088            'NDRPDR' and
17089            '1T1C' and
17090            'VTS'"
17091   parameters:
17092   - "throughput"
17093   - "parent"
17094   - "tags"
17095   traces:
17096     hoverinfo: "x+y"
17097     boxpoints: "outliers"
17098     whiskerwidth: 0
17099   layout:
17100     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17101     layout: "plot-throughput"
17102
17103 -
17104   type: "plot"
17105   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17106   algorithm: "plot_performance_box"
17107   output-file-type: ".html"
17108   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17109   data: "plot-vpp-throughput-latency-3n-hsw"
17110   filter: "'NIC_Intel-X520-DA2' and
17111            '114B' and
17112            'NDRPDR' and
17113            '2T2C' and
17114            'VTS'"
17115   parameters:
17116   - "throughput"
17117   - "parent"
17118   - "tags"
17119   traces:
17120     hoverinfo: "x+y"
17121     boxpoints: "outliers"
17122     whiskerwidth: 0
17123   layout:
17124     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17125     layout: "plot-throughput"
17126
17127 ################################################################################
17128
17129 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17130 -
17131   type: "plot"
17132   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17133   algorithm: "plot_performance_box"
17134   output-file-type: ".html"
17135   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17136   data: "plot-dpdk-throughput-latency-3n-hsw"
17137   filter: "'NIC_Intel-X520-DA2' and
17138            '64B' and
17139            'BASE' and
17140            'NDRPDR' and
17141            '1T1C' and
17142            'IP4FWD'"
17143   parameters:
17144   - "throughput"
17145   - "parent"
17146   - "tags"
17147   traces:
17148     hoverinfo: "x+y"
17149     boxpoints: "outliers"
17150     whiskerwidth: 0
17151   layout:
17152     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17153     layout: "plot-throughput"
17154
17155 -
17156   type: "plot"
17157   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17158   algorithm: "plot_performance_box"
17159   output-file-type: ".html"
17160   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17161   data: "plot-dpdk-throughput-latency-3n-hsw"
17162   filter: "'NIC_Intel-X520-DA2' and
17163            '64B' and
17164            'BASE' and
17165            'NDRPDR' and
17166            '2T2C' and
17167            'IP4FWD'"
17168   parameters:
17169   - "throughput"
17170   - "parent"
17171   - "tags"
17172   traces:
17173     hoverinfo: "x+y"
17174     boxpoints: "outliers"
17175     whiskerwidth: 0
17176   layout:
17177     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17178     layout: "plot-throughput"
17179
17180 -
17181   type: "plot"
17182   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17183   algorithm: "plot_performance_box"
17184   output-file-type: ".html"
17185   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17186   data: "plot-dpdk-throughput-latency-3n-hsw"
17187   filter: "'NIC_Intel-X520-DA2' and
17188            '64B' and
17189            'BASE' and
17190            'NDRPDR' and
17191            '1T1C' and
17192            'IP4FWD'"
17193   parameters:
17194   - "throughput"
17195   - "parent"
17196   - "tags"
17197   traces:
17198     hoverinfo: "x+y"
17199     boxpoints: "outliers"
17200     whiskerwidth: 0
17201   layout:
17202     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17203     layout: "plot-throughput"
17204
17205 -
17206   type: "plot"
17207   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17208   algorithm: "plot_performance_box"
17209   output-file-type: ".html"
17210   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17211   data: "plot-dpdk-throughput-latency-3n-hsw"
17212   filter: "'NIC_Intel-X520-DA2' and
17213            '64B' and
17214            'BASE' and
17215            'NDRPDR' and
17216            '2T2C' and
17217            'IP4FWD'"
17218   parameters:
17219   - "throughput"
17220   - "parent"
17221   - "tags"
17222   traces:
17223     hoverinfo: "x+y"
17224     boxpoints: "outliers"
17225     whiskerwidth: 0
17226   layout:
17227     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17228     layout: "plot-throughput"
17229
17230 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17231 -
17232   type: "plot"
17233   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17234   algorithm: "plot_performance_box"
17235   output-file-type: ".html"
17236   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17237   data: "plot-dpdk-throughput-latency-3n-hsw"
17238   filter: "'NIC_Intel-X710' and
17239            '64B' and
17240            'BASE' and
17241            'NDRPDR' and
17242            '1T1C' and
17243            'IP4FWD'"
17244   parameters:
17245   - "throughput"
17246   - "parent"
17247   - "tags"
17248   traces:
17249     hoverinfo: "x+y"
17250     boxpoints: "outliers"
17251     whiskerwidth: 0
17252   layout:
17253     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17254     layout: "plot-throughput"
17255
17256 -
17257   type: "plot"
17258   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17259   algorithm: "plot_performance_box"
17260   output-file-type: ".html"
17261   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17262   data: "plot-dpdk-throughput-latency-3n-hsw"
17263   filter: "'NIC_Intel-X710' and
17264            '64B' and
17265            'BASE' and
17266            'NDRPDR' and
17267            '2T2C' and
17268            'IP4FWD'"
17269   parameters:
17270   - "throughput"
17271   - "parent"
17272   - "tags"
17273   traces:
17274     hoverinfo: "x+y"
17275     boxpoints: "outliers"
17276     whiskerwidth: 0
17277   layout:
17278     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17279     layout: "plot-throughput"
17280
17281 -
17282   type: "plot"
17283   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17284   algorithm: "plot_performance_box"
17285   output-file-type: ".html"
17286   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17287   data: "plot-dpdk-throughput-latency-3n-hsw"
17288   filter: "'NIC_Intel-X710' and
17289            '64B' and
17290            'BASE' and
17291            'NDRPDR' and
17292            '1T1C' and
17293            'IP4FWD'"
17294   parameters:
17295   - "throughput"
17296   - "parent"
17297   - "tags"
17298   traces:
17299     hoverinfo: "x+y"
17300     boxpoints: "outliers"
17301     whiskerwidth: 0
17302   layout:
17303     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17304     layout: "plot-throughput"
17305
17306 -
17307   type: "plot"
17308   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17309   algorithm: "plot_performance_box"
17310   output-file-type: ".html"
17311   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17312   data: "plot-dpdk-throughput-latency-3n-hsw"
17313   filter: "'NIC_Intel-X710' and
17314            '64B' and
17315            'BASE' and
17316            'NDRPDR' and
17317            '2T2C' and
17318            'IP4FWD'"
17319   parameters:
17320   - "throughput"
17321   - "parent"
17322   - "tags"
17323   traces:
17324     hoverinfo: "x+y"
17325     boxpoints: "outliers"
17326     whiskerwidth: 0
17327   layout:
17328     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17329     layout: "plot-throughput"
17330
17331 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17332 -
17333   type: "plot"
17334   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17335   algorithm: "plot_performance_box"
17336   output-file-type: ".html"
17337   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17338   data: "plot-dpdk-throughput-latency-3n-hsw"
17339   filter: "'NIC_Intel-XL710' and
17340            '64B' and
17341            'BASE' and
17342            'NDRPDR' and
17343            '1T1C' and
17344            'IP4FWD'"
17345   parameters:
17346   - "throughput"
17347   - "parent"
17348   - "tags"
17349   traces:
17350     hoverinfo: "x+y"
17351     boxpoints: "outliers"
17352     whiskerwidth: 0
17353   layout:
17354     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17355     layout: "plot-throughput"
17356
17357 -
17358   type: "plot"
17359   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17360   algorithm: "plot_performance_box"
17361   output-file-type: ".html"
17362   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17363   data: "plot-dpdk-throughput-latency-3n-hsw"
17364   filter: "'NIC_Intel-XL710' and
17365            '64B' and
17366            'BASE' and
17367            'NDRPDR' and
17368            '2T2C' and
17369            'IP4FWD'"
17370   parameters:
17371   - "throughput"
17372   - "parent"
17373   - "tags"
17374   traces:
17375     hoverinfo: "x+y"
17376     boxpoints: "outliers"
17377     whiskerwidth: 0
17378   layout:
17379     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17380     layout: "plot-throughput"
17381
17382 -
17383   type: "plot"
17384   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17385   algorithm: "plot_performance_box"
17386   output-file-type: ".html"
17387   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17388   data: "plot-dpdk-throughput-latency-3n-hsw"
17389   filter: "'NIC_Intel-XL710' and
17390            '64B' and
17391            'BASE' and
17392            'NDRPDR' and
17393            '1T1C' and
17394            'IP4FWD'"
17395   parameters:
17396   - "throughput"
17397   - "parent"
17398   - "tags"
17399   traces:
17400     hoverinfo: "x+y"
17401     boxpoints: "outliers"
17402     whiskerwidth: 0
17403   layout:
17404     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17405     layout: "plot-throughput"
17406
17407 -
17408   type: "plot"
17409   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17410   algorithm: "plot_performance_box"
17411   output-file-type: ".html"
17412   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17413   data: "plot-dpdk-throughput-latency-3n-hsw"
17414   filter: "'NIC_Intel-XL710' and
17415            '64B' and
17416            'BASE' and
17417            'NDRPDR' and
17418            '2T2C' and
17419            'IP4FWD'"
17420   parameters:
17421   - "throughput"
17422   - "parent"
17423   - "tags"
17424   traces:
17425     hoverinfo: "x+y"
17426     boxpoints: "outliers"
17427     whiskerwidth: 0
17428   layout:
17429     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17430     layout: "plot-throughput"
17431
17432 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17433 -
17434   type: "plot"
17435   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17436   algorithm: "plot_performance_box"
17437   output-file-type: ".html"
17438   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17439   data: "plot-dpdk-throughput-latency-3n-skx"
17440   filter: "'NIC_Intel-X710' and
17441            '64B' and
17442            'BASE' and
17443            'NDRPDR' and
17444            '2T1C' and
17445            'IP4FWD'"
17446   parameters:
17447   - "throughput"
17448   - "parent"
17449   - "tags"
17450   traces:
17451     hoverinfo: "x+y"
17452     boxpoints: "outliers"
17453     whiskerwidth: 0
17454   layout:
17455     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17456     layout: "plot-throughput"
17457
17458 -
17459   type: "plot"
17460   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17461   algorithm: "plot_performance_box"
17462   output-file-type: ".html"
17463   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17464   data: "plot-dpdk-throughput-latency-3n-skx"
17465   filter: "'NIC_Intel-X710' and
17466            '64B' and
17467            'BASE' and
17468            'NDRPDR' and
17469            '4T2C' and
17470            'IP4FWD'"
17471   parameters:
17472   - "throughput"
17473   - "parent"
17474   - "tags"
17475   traces:
17476     hoverinfo: "x+y"
17477     boxpoints: "outliers"
17478     whiskerwidth: 0
17479   layout:
17480     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17481     layout: "plot-throughput"
17482
17483 -
17484   type: "plot"
17485   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17486   algorithm: "plot_performance_box"
17487   output-file-type: ".html"
17488   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17489   data: "plot-dpdk-throughput-latency-3n-skx"
17490   filter: "'NIC_Intel-X710' and
17491            '64B' and
17492            'BASE' and
17493            'NDRPDR' and
17494            '2T1C' and
17495            'IP4FWD'"
17496   parameters:
17497   - "throughput"
17498   - "parent"
17499   - "tags"
17500   traces:
17501     hoverinfo: "x+y"
17502     boxpoints: "outliers"
17503     whiskerwidth: 0
17504   layout:
17505     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17506     layout: "plot-throughput"
17507
17508 -
17509   type: "plot"
17510   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17511   algorithm: "plot_performance_box"
17512   output-file-type: ".html"
17513   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17514   data: "plot-dpdk-throughput-latency-3n-skx"
17515   filter: "'NIC_Intel-X710' and
17516            '64B' and
17517            'BASE' and
17518            'NDRPDR' and
17519            '4T2C' and
17520            'IP4FWD'"
17521   parameters:
17522   - "throughput"
17523   - "parent"
17524   - "tags"
17525   traces:
17526     hoverinfo: "x+y"
17527     boxpoints: "outliers"
17528     whiskerwidth: 0
17529   layout:
17530     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17531     layout: "plot-throughput"
17532
17533 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17534 -
17535   type: "plot"
17536   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17537   algorithm: "plot_performance_box"
17538   output-file-type: ".html"
17539   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17540   data: "plot-dpdk-throughput-latency-3n-skx"
17541   filter: "'NIC_Intel-XXV710' and
17542            '64B' and
17543            'BASE' and
17544            'NDRPDR' and
17545            '2T1C' and
17546            'IP4FWD'"
17547   parameters:
17548   - "throughput"
17549   - "parent"
17550   - "tags"
17551   traces:
17552     hoverinfo: "x+y"
17553     boxpoints: "outliers"
17554     whiskerwidth: 0
17555   layout:
17556     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17557     layout: "plot-throughput"
17558
17559 -
17560   type: "plot"
17561   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17562   algorithm: "plot_performance_box"
17563   output-file-type: ".html"
17564   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17565   data: "plot-dpdk-throughput-latency-3n-skx"
17566   filter: "'NIC_Intel-XXV710' and
17567            '64B' and
17568            'BASE' and
17569            'NDRPDR' and
17570            '4T2C' and
17571            'IP4FWD'"
17572   parameters:
17573   - "throughput"
17574   - "parent"
17575   - "tags"
17576   traces:
17577     hoverinfo: "x+y"
17578     boxpoints: "outliers"
17579     whiskerwidth: 0
17580   layout:
17581     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17582     layout: "plot-throughput"
17583
17584 -
17585   type: "plot"
17586   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17587   algorithm: "plot_performance_box"
17588   output-file-type: ".html"
17589   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17590   data: "plot-dpdk-throughput-latency-3n-skx"
17591   filter: "'NIC_Intel-XXV710' and
17592            '64B' and
17593            'BASE' and
17594            'NDRPDR' and
17595            '2T1C' and
17596            'IP4FWD'"
17597   parameters:
17598   - "throughput"
17599   - "parent"
17600   - "tags"
17601   traces:
17602     hoverinfo: "x+y"
17603     boxpoints: "outliers"
17604     whiskerwidth: 0
17605   layout:
17606     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17607     layout: "plot-throughput"
17608
17609 -
17610   type: "plot"
17611   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17612   algorithm: "plot_performance_box"
17613   output-file-type: ".html"
17614   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17615   data: "plot-dpdk-throughput-latency-3n-skx"
17616   filter: "'NIC_Intel-XXV710' and
17617            '64B' and
17618            'BASE' and
17619            'NDRPDR' and
17620            '4T2C' and
17621            'IP4FWD'"
17622   parameters:
17623   - "throughput"
17624   - "parent"
17625   - "tags"
17626   traces:
17627     hoverinfo: "x+y"
17628     boxpoints: "outliers"
17629     whiskerwidth: 0
17630   layout:
17631     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17632     layout: "plot-throughput"
17633
17634 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17635 -
17636   type: "plot"
17637   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17638   algorithm: "plot_performance_box"
17639   output-file-type: ".html"
17640   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17641   data: "plot-dpdk-throughput-latency-2n-skx"
17642   filter: "'NIC_Intel-X710' and
17643            '64B' and
17644            'BASE' and
17645            'NDRPDR' and
17646            '2T1C' and
17647            'IP4FWD'"
17648   parameters:
17649   - "throughput"
17650   - "parent"
17651   - "tags"
17652   traces:
17653     hoverinfo: "x+y"
17654     boxpoints: "outliers"
17655     whiskerwidth: 0
17656   layout:
17657     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17658     layout: "plot-throughput"
17659
17660 -
17661   type: "plot"
17662   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17663   algorithm: "plot_performance_box"
17664   output-file-type: ".html"
17665   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17666   data: "plot-dpdk-throughput-latency-2n-skx"
17667   filter: "'NIC_Intel-X710' and
17668            '64B' and
17669            'BASE' and
17670            'NDRPDR' and
17671            '4T2C' and
17672            'IP4FWD'"
17673   parameters:
17674   - "throughput"
17675   - "parent"
17676   - "tags"
17677   traces:
17678     hoverinfo: "x+y"
17679     boxpoints: "outliers"
17680     whiskerwidth: 0
17681   layout:
17682     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17683     layout: "plot-throughput"
17684
17685 -
17686   type: "plot"
17687   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17688   algorithm: "plot_performance_box"
17689   output-file-type: ".html"
17690   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17691   data: "plot-dpdk-throughput-latency-2n-skx"
17692   filter: "'NIC_Intel-X710' and
17693            '64B' and
17694            'BASE' and
17695            'NDRPDR' and
17696            '2T1C' and
17697            'IP4FWD'"
17698   parameters:
17699   - "throughput"
17700   - "parent"
17701   - "tags"
17702   traces:
17703     hoverinfo: "x+y"
17704     boxpoints: "outliers"
17705     whiskerwidth: 0
17706   layout:
17707     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17708     layout: "plot-throughput"
17709
17710 -
17711   type: "plot"
17712   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17713   algorithm: "plot_performance_box"
17714   output-file-type: ".html"
17715   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17716   data: "plot-dpdk-throughput-latency-2n-skx"
17717   filter: "'NIC_Intel-X710' and
17718            '64B' and
17719            'BASE' and
17720            'NDRPDR' and
17721            '4T2C' and
17722            'IP4FWD'"
17723   parameters:
17724   - "throughput"
17725   - "parent"
17726   - "tags"
17727   traces:
17728     hoverinfo: "x+y"
17729     boxpoints: "outliers"
17730     whiskerwidth: 0
17731   layout:
17732     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17733     layout: "plot-throughput"
17734
17735 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17736 -
17737   type: "plot"
17738   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17739   algorithm: "plot_performance_box"
17740   output-file-type: ".html"
17741   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17742   data: "plot-dpdk-throughput-latency-2n-skx"
17743   filter: "'NIC_Intel-XXV710' and
17744            '64B' and
17745            'BASE' and
17746            'NDRPDR' and
17747            '2T1C' and
17748            'IP4FWD'"
17749   parameters:
17750   - "throughput"
17751   - "parent"
17752   - "tags"
17753   traces:
17754     hoverinfo: "x+y"
17755     boxpoints: "outliers"
17756     whiskerwidth: 0
17757   layout:
17758     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17759     layout: "plot-throughput"
17760
17761 -
17762   type: "plot"
17763   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17764   algorithm: "plot_performance_box"
17765   output-file-type: ".html"
17766   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17767   data: "plot-dpdk-throughput-latency-2n-skx"
17768   filter: "'NIC_Intel-XXV710' and
17769            '64B' and
17770            'BASE' and
17771            'NDRPDR' and
17772            '4T2C' and
17773            'IP4FWD'"
17774   parameters:
17775   - "throughput"
17776   - "parent"
17777   - "tags"
17778   traces:
17779     hoverinfo: "x+y"
17780     boxpoints: "outliers"
17781     whiskerwidth: 0
17782   layout:
17783     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17784     layout: "plot-throughput"
17785
17786 -
17787   type: "plot"
17788   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17789   algorithm: "plot_performance_box"
17790   output-file-type: ".html"
17791   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17792   data: "plot-dpdk-throughput-latency-2n-skx"
17793   filter: "'NIC_Intel-XXV710' and
17794            '64B' and
17795            'BASE' and
17796            'NDRPDR' and
17797            '2T1C' and
17798            'IP4FWD'"
17799   parameters:
17800   - "throughput"
17801   - "parent"
17802   - "tags"
17803   traces:
17804     hoverinfo: "x+y"
17805     boxpoints: "outliers"
17806     whiskerwidth: 0
17807   layout:
17808     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17809     layout: "plot-throughput"
17810
17811 -
17812   type: "plot"
17813   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17814   algorithm: "plot_performance_box"
17815   output-file-type: ".html"
17816   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17817   data: "plot-dpdk-throughput-latency-2n-skx"
17818   filter: "'NIC_Intel-XXV710' and
17819            '64B' and
17820            'BASE' and
17821            'NDRPDR' and
17822            '4T2C' and
17823            'IP4FWD'"
17824   parameters:
17825   - "throughput"
17826   - "parent"
17827   - "tags"
17828   traces:
17829     hoverinfo: "x+y"
17830     boxpoints: "outliers"
17831     whiskerwidth: 0
17832   layout:
17833     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17834     layout: "plot-throughput"
17835
17836 ################################################################################
17837
17838 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17839 -
17840   type: "plot"
17841   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17842   algorithm: "plot_performance_box"
17843   output-file-type: ".html"
17844   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17845   data: "plot-dpdk-throughput-latency-3n-hsw"
17846   filter: "'NIC_Intel-X520-DA2' and
17847            '64B' and
17848            'BASE' and
17849            'NDRPDR' and
17850            '1T1C' and
17851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17852   parameters:
17853   - "throughput"
17854   - "parent"
17855   - "tags"
17856   traces:
17857     hoverinfo: "x+y"
17858     boxpoints: "outliers"
17859     whiskerwidth: 0
17860   layout:
17861     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17862     layout: "plot-throughput"
17863
17864 -
17865   type: "plot"
17866   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17867   algorithm: "plot_performance_box"
17868   output-file-type: ".html"
17869   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17870   data: "plot-dpdk-throughput-latency-3n-hsw"
17871   filter: "'NIC_Intel-X520-DA2' and
17872            '64B' and
17873            'BASE' and
17874            'NDRPDR' and
17875            '2T2C' and
17876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17877   parameters:
17878   - "throughput"
17879   - "parent"
17880   - "tags"
17881   traces:
17882     hoverinfo: "x+y"
17883     boxpoints: "outliers"
17884     whiskerwidth: 0
17885   layout:
17886     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17887     layout: "plot-throughput"
17888
17889 -
17890   type: "plot"
17891   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17892   algorithm: "plot_performance_box"
17893   output-file-type: ".html"
17894   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17895   data: "plot-dpdk-throughput-latency-3n-hsw"
17896   filter: "'NIC_Intel-X520-DA2' and
17897            '64B' and
17898            'BASE' and
17899            'NDRPDR' and
17900            '1T1C' and
17901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17902   parameters:
17903   - "throughput"
17904   - "parent"
17905   - "tags"
17906   traces:
17907     hoverinfo: "x+y"
17908     boxpoints: "outliers"
17909     whiskerwidth: 0
17910   layout:
17911     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17912     layout: "plot-throughput"
17913
17914 -
17915   type: "plot"
17916   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17917   algorithm: "plot_performance_box"
17918   output-file-type: ".html"
17919   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17920   data: "plot-dpdk-throughput-latency-3n-hsw"
17921   filter: "'NIC_Intel-X520-DA2' and
17922            '64B' and
17923            'BASE' and
17924            'NDRPDR' and
17925            '2T2C' and
17926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17927   parameters:
17928   - "throughput"
17929   - "parent"
17930   - "tags"
17931   traces:
17932     hoverinfo: "x+y"
17933     boxpoints: "outliers"
17934     whiskerwidth: 0
17935   layout:
17936     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17937     layout: "plot-throughput"
17938
17939 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17940 -
17941   type: "plot"
17942   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17943   algorithm: "plot_performance_box"
17944   output-file-type: ".html"
17945   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17946   data: "plot-dpdk-throughput-latency-3n-hsw"
17947   filter: "'NIC_Intel-X710' and
17948            '64B' and
17949            'BASE' and
17950            'NDRPDR' and
17951            '1T1C' and
17952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17953   parameters:
17954   - "throughput"
17955   - "parent"
17956   - "tags"
17957   traces:
17958     hoverinfo: "x+y"
17959     boxpoints: "outliers"
17960     whiskerwidth: 0
17961   layout:
17962     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17963     layout: "plot-throughput"
17964
17965 -
17966   type: "plot"
17967   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17968   algorithm: "plot_performance_box"
17969   output-file-type: ".html"
17970   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17971   data: "plot-dpdk-throughput-latency-3n-hsw"
17972   filter: "'NIC_Intel-X710' and
17973            '64B' and
17974            'BASE' and
17975            'NDRPDR' and
17976            '2T2C' and
17977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17978   parameters:
17979   - "throughput"
17980   - "parent"
17981   - "tags"
17982   traces:
17983     hoverinfo: "x+y"
17984     boxpoints: "outliers"
17985     whiskerwidth: 0
17986   layout:
17987     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17988     layout: "plot-throughput"
17989
17990 -
17991   type: "plot"
17992   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17993   algorithm: "plot_performance_box"
17994   output-file-type: ".html"
17995   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17996   data: "plot-dpdk-throughput-latency-3n-hsw"
17997   filter: "'NIC_Intel-X710' and
17998            '64B' and
17999            'BASE' and
18000            'NDRPDR' and
18001            '1T1C' and
18002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18003   parameters:
18004   - "throughput"
18005   - "parent"
18006   - "tags"
18007   traces:
18008     hoverinfo: "x+y"
18009     boxpoints: "outliers"
18010     whiskerwidth: 0
18011   layout:
18012     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18013     layout: "plot-throughput"
18014
18015 -
18016   type: "plot"
18017   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18018   algorithm: "plot_performance_box"
18019   output-file-type: ".html"
18020   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18021   data: "plot-dpdk-throughput-latency-3n-hsw"
18022   filter: "'NIC_Intel-X710' and
18023            '64B' and
18024            'BASE' and
18025            'NDRPDR' and
18026            '2T2C' and
18027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18028   parameters:
18029   - "throughput"
18030   - "parent"
18031   - "tags"
18032   traces:
18033     hoverinfo: "x+y"
18034     boxpoints: "outliers"
18035     whiskerwidth: 0
18036   layout:
18037     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18038     layout: "plot-throughput"
18039
18040 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18041 -
18042   type: "plot"
18043   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18044   algorithm: "plot_performance_box"
18045   output-file-type: ".html"
18046   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18047   data: "plot-dpdk-throughput-latency-3n-hsw"
18048   filter: "'NIC_Intel-XL710' and
18049            '64B' and
18050            'BASE' and
18051            'NDRPDR' and
18052            '1T1C' and
18053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18054   parameters:
18055   - "throughput"
18056   - "parent"
18057   - "tags"
18058   traces:
18059     hoverinfo: "x+y"
18060     boxpoints: "outliers"
18061     whiskerwidth: 0
18062   layout:
18063     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18064     layout: "plot-throughput"
18065
18066 -
18067   type: "plot"
18068   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18069   algorithm: "plot_performance_box"
18070   output-file-type: ".html"
18071   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18072   data: "plot-dpdk-throughput-latency-3n-hsw"
18073   filter: "'NIC_Intel-XL710' and
18074            '64B' and
18075            'BASE' and
18076            'NDRPDR' and
18077            '2T2C' and
18078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18079   parameters:
18080   - "throughput"
18081   - "parent"
18082   - "tags"
18083   traces:
18084     hoverinfo: "x+y"
18085     boxpoints: "outliers"
18086     whiskerwidth: 0
18087   layout:
18088     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18089     layout: "plot-throughput"
18090
18091 -
18092   type: "plot"
18093   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18094   algorithm: "plot_performance_box"
18095   output-file-type: ".html"
18096   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18097   data: "plot-dpdk-throughput-latency-3n-hsw"
18098   filter: "'NIC_Intel-XL710' and
18099            '64B' and
18100            'BASE' and
18101            'NDRPDR' and
18102            '1T1C' and
18103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18104   parameters:
18105   - "throughput"
18106   - "parent"
18107   - "tags"
18108   traces:
18109     hoverinfo: "x+y"
18110     boxpoints: "outliers"
18111     whiskerwidth: 0
18112   layout:
18113     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18114     layout: "plot-throughput"
18115
18116 -
18117   type: "plot"
18118   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18119   algorithm: "plot_performance_box"
18120   output-file-type: ".html"
18121   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18122   data: "plot-dpdk-throughput-latency-3n-hsw"
18123   filter: "'NIC_Intel-XL710' and
18124            '64B' and
18125            'BASE' and
18126            'NDRPDR' and
18127            '2T2C' and
18128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18129   parameters:
18130   - "throughput"
18131   - "parent"
18132   - "tags"
18133   traces:
18134     hoverinfo: "x+y"
18135     boxpoints: "outliers"
18136     whiskerwidth: 0
18137   layout:
18138     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18139     layout: "plot-throughput"
18140
18141 # Packet Throughput - DPDK testpmd 3n-skx-x710
18142 -
18143   type: "plot"
18144   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18145   algorithm: "plot_performance_box"
18146   output-file-type: ".html"
18147   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18148   data: "plot-dpdk-throughput-latency-3n-skx"
18149   filter: "'NIC_Intel-X710' and
18150            '64B' and
18151            'BASE' and
18152            'NDRPDR' and
18153            '2T1C' and
18154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18155   parameters:
18156   - "throughput"
18157   - "parent"
18158   - "tags"
18159   traces:
18160     hoverinfo: "x+y"
18161     boxpoints: "outliers"
18162     whiskerwidth: 0
18163   layout:
18164     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18165     layout: "plot-throughput"
18166
18167 -
18168   type: "plot"
18169   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18170   algorithm: "plot_performance_box"
18171   output-file-type: ".html"
18172   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18173   data: "plot-dpdk-throughput-latency-3n-skx"
18174   filter: "'NIC_Intel-X710' and
18175            '64B' and
18176            'BASE' and
18177            'NDRPDR' and
18178            '4T2C' and
18179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18180   parameters:
18181   - "throughput"
18182   - "parent"
18183   - "tags"
18184   traces:
18185     hoverinfo: "x+y"
18186     boxpoints: "outliers"
18187     whiskerwidth: 0
18188   layout:
18189     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18190     layout: "plot-throughput"
18191
18192 -
18193   type: "plot"
18194   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18195   algorithm: "plot_performance_box"
18196   output-file-type: ".html"
18197   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18198   data: "plot-dpdk-throughput-latency-3n-skx"
18199   filter: "'NIC_Intel-X710' and
18200            '64B' and
18201            'BASE' and
18202            'NDRPDR' and
18203            '2T1C' and
18204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18205   parameters:
18206   - "throughput"
18207   - "parent"
18208   - "tags"
18209   traces:
18210     hoverinfo: "x+y"
18211     boxpoints: "outliers"
18212     whiskerwidth: 0
18213   layout:
18214     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18215     layout: "plot-throughput"
18216
18217 -
18218   type: "plot"
18219   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18220   algorithm: "plot_performance_box"
18221   output-file-type: ".html"
18222   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18223   data: "plot-dpdk-throughput-latency-3n-skx"
18224   filter: "'NIC_Intel-X710' and
18225            '64B' and
18226            'BASE' and
18227            'NDRPDR' and
18228            '4T2C' and
18229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18230   parameters:
18231   - "throughput"
18232   - "parent"
18233   - "tags"
18234   traces:
18235     hoverinfo: "x+y"
18236     boxpoints: "outliers"
18237     whiskerwidth: 0
18238   layout:
18239     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18240     layout: "plot-throughput"
18241
18242 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18243 -
18244   type: "plot"
18245   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18246   algorithm: "plot_performance_box"
18247   output-file-type: ".html"
18248   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18249   data: "plot-dpdk-throughput-latency-3n-skx"
18250   filter: "'NIC_Intel-XXV710' and
18251            '64B' and
18252            'BASE' and
18253            'NDRPDR' and
18254            '2T1C' and
18255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18256   parameters:
18257   - "throughput"
18258   - "parent"
18259   - "tags"
18260   traces:
18261     hoverinfo: "x+y"
18262     boxpoints: "outliers"
18263     whiskerwidth: 0
18264   layout:
18265     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18266     layout: "plot-throughput"
18267
18268 -
18269   type: "plot"
18270   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18271   algorithm: "plot_performance_box"
18272   output-file-type: ".html"
18273   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18274   data: "plot-dpdk-throughput-latency-3n-skx"
18275   filter: "'NIC_Intel-XXV710' and
18276            '64B' and
18277            'BASE' and
18278            'NDRPDR' and
18279            '4T2C' and
18280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18281   parameters:
18282   - "throughput"
18283   - "parent"
18284   - "tags"
18285   traces:
18286     hoverinfo: "x+y"
18287     boxpoints: "outliers"
18288     whiskerwidth: 0
18289   layout:
18290     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18291     layout: "plot-throughput"
18292
18293 -
18294   type: "plot"
18295   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18296   algorithm: "plot_performance_box"
18297   output-file-type: ".html"
18298   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18299   data: "plot-dpdk-throughput-latency-3n-skx"
18300   filter: "'NIC_Intel-XXV710' and
18301            '64B' and
18302            'BASE' and
18303            'NDRPDR' and
18304            '2T1C' and
18305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18306   parameters:
18307   - "throughput"
18308   - "parent"
18309   - "tags"
18310   traces:
18311     hoverinfo: "x+y"
18312     boxpoints: "outliers"
18313     whiskerwidth: 0
18314   layout:
18315     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18316     layout: "plot-throughput"
18317
18318 -
18319   type: "plot"
18320   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18321   algorithm: "plot_performance_box"
18322   output-file-type: ".html"
18323   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18324   data: "plot-dpdk-throughput-latency-3n-skx"
18325   filter: "'NIC_Intel-XXV710' and
18326            '64B' and
18327            'BASE' and
18328            'NDRPDR' and
18329            '4T2C' and
18330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18331   parameters:
18332   - "throughput"
18333   - "parent"
18334   - "tags"
18335   traces:
18336     hoverinfo: "x+y"
18337     boxpoints: "outliers"
18338     whiskerwidth: 0
18339   layout:
18340     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18341     layout: "plot-throughput"
18342
18343 # Packet Throughput - DPDK testpmd 2n-skx-x710
18344 -
18345   type: "plot"
18346   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18347   algorithm: "plot_performance_box"
18348   output-file-type: ".html"
18349   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18350   data: "plot-dpdk-throughput-latency-2n-skx"
18351   filter: "'NIC_Intel-X710' and
18352            '64B' and
18353            'BASE' and
18354            'NDRPDR' and
18355            '2T1C' and
18356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18357   parameters:
18358   - "throughput"
18359   - "parent"
18360   - "tags"
18361   traces:
18362     hoverinfo: "x+y"
18363     boxpoints: "outliers"
18364     whiskerwidth: 0
18365   layout:
18366     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18367     layout: "plot-throughput"
18368
18369 -
18370   type: "plot"
18371   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18372   algorithm: "plot_performance_box"
18373   output-file-type: ".html"
18374   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18375   data: "plot-dpdk-throughput-latency-2n-skx"
18376   filter: "'NIC_Intel-X710' and
18377            '64B' and
18378            'BASE' and
18379            'NDRPDR' and
18380            '4T2C' and
18381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18382   parameters:
18383   - "throughput"
18384   - "parent"
18385   - "tags"
18386   traces:
18387     hoverinfo: "x+y"
18388     boxpoints: "outliers"
18389     whiskerwidth: 0
18390   layout:
18391     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18392     layout: "plot-throughput"
18393
18394 -
18395   type: "plot"
18396   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18397   algorithm: "plot_performance_box"
18398   output-file-type: ".html"
18399   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18400   data: "plot-dpdk-throughput-latency-2n-skx"
18401   filter: "'NIC_Intel-X710' and
18402            '64B' and
18403            'BASE' and
18404            'NDRPDR' and
18405            '2T1C' and
18406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18407   parameters:
18408   - "throughput"
18409   - "parent"
18410   - "tags"
18411   traces:
18412     hoverinfo: "x+y"
18413     boxpoints: "outliers"
18414     whiskerwidth: 0
18415   layout:
18416     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18417     layout: "plot-throughput"
18418
18419 -
18420   type: "plot"
18421   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18422   algorithm: "plot_performance_box"
18423   output-file-type: ".html"
18424   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18425   data: "plot-dpdk-throughput-latency-2n-skx"
18426   filter: "'NIC_Intel-X710' and
18427            '64B' and
18428            'BASE' and
18429            'NDRPDR' and
18430            '4T2C' and
18431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18432   parameters:
18433   - "throughput"
18434   - "parent"
18435   - "tags"
18436   traces:
18437     hoverinfo: "x+y"
18438     boxpoints: "outliers"
18439     whiskerwidth: 0
18440   layout:
18441     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18442     layout: "plot-throughput"
18443
18444 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18445 -
18446   type: "plot"
18447   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18448   algorithm: "plot_performance_box"
18449   output-file-type: ".html"
18450   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18451   data: "plot-dpdk-throughput-latency-2n-skx"
18452   filter: "'NIC_Intel-XXV710' and
18453            '64B' and
18454            'BASE' and
18455            'NDRPDR' and
18456            '2T1C' and
18457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18458   parameters:
18459   - "throughput"
18460   - "parent"
18461   - "tags"
18462   traces:
18463     hoverinfo: "x+y"
18464     boxpoints: "outliers"
18465     whiskerwidth: 0
18466   layout:
18467     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18468     layout: "plot-throughput"
18469
18470 -
18471   type: "plot"
18472   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18473   algorithm: "plot_performance_box"
18474   output-file-type: ".html"
18475   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18476   data: "plot-dpdk-throughput-latency-2n-skx"
18477   filter: "'NIC_Intel-XXV710' and
18478            '64B' and
18479            'BASE' and
18480            'NDRPDR' and
18481            '4T2C' and
18482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18483   parameters:
18484   - "throughput"
18485   - "parent"
18486   - "tags"
18487   traces:
18488     hoverinfo: "x+y"
18489     boxpoints: "outliers"
18490     whiskerwidth: 0
18491   layout:
18492     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18493     layout: "plot-throughput"
18494
18495 -
18496   type: "plot"
18497   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18498   algorithm: "plot_performance_box"
18499   output-file-type: ".html"
18500   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18501   data: "plot-dpdk-throughput-latency-2n-skx"
18502   filter: "'NIC_Intel-XXV710' and
18503            '64B' and
18504            'BASE' and
18505            'NDRPDR' and
18506            '2T1C' and
18507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18508   parameters:
18509   - "throughput"
18510   - "parent"
18511   - "tags"
18512   traces:
18513     hoverinfo: "x+y"
18514     boxpoints: "outliers"
18515     whiskerwidth: 0
18516   layout:
18517     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18518     layout: "plot-throughput"
18519
18520 -
18521   type: "plot"
18522   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18523   algorithm: "plot_performance_box"
18524   output-file-type: ".html"
18525   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18526   data: "plot-dpdk-throughput-latency-2n-skx"
18527   filter: "'NIC_Intel-XXV710' and
18528            '64B' and
18529            'BASE' and
18530            'NDRPDR' and
18531            '4T2C' and
18532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18533   parameters:
18534   - "throughput"
18535   - "parent"
18536   - "tags"
18537   traces:
18538     hoverinfo: "x+y"
18539     boxpoints: "outliers"
18540     whiskerwidth: 0
18541   layout:
18542     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18543     layout: "plot-throughput"
18544
18545 ################################################################################
18546
18547 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18548 -
18549   type: "plot"
18550   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18551   algorithm: "plot_latency_error_bars"
18552   output-file-type: ".html"
18553   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18554   data: "plot-vpp-throughput-latency-3n-hsw"
18555   filter: "'NIC_Intel-X520-DA2' and
18556            '64B' and
18557            ('BASE' or 'SCALE') and
18558            'NDRPDR' and
18559            'ETH' and
18560            '1T1C' and
18561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18562            not 'VHOST' and
18563            not 'MEMIF'"
18564   parameters:
18565   - "latency"
18566   - "parent"
18567   - "tags"
18568   sort:
18569   - "L2XCFWD"
18570   - "L2PATCH"
18571   - "L2BDMACLRN"
18572   - "FIB_10K"
18573   - "FIB_100K"
18574   - "FIB_1M"
18575   layout:
18576     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18577     layout: "plot-latency"
18578
18579 -
18580   type: "plot"
18581   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18582   algorithm: "plot_latency_error_bars"
18583   output-file-type: ".html"
18584   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18585   data: "plot-vpp-throughput-latency-3n-hsw"
18586   filter: "'NIC_Intel-X520-DA2' and
18587            '64B' and
18588            ('BASE' or 'SCALE') and
18589            'NDRPDR' and
18590            'ETH' and
18591            '2T2C' and
18592            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18593            not 'VHOST' and
18594            not 'MEMIF'"
18595   parameters:
18596   - "latency"
18597   - "parent"
18598   - "tags"
18599   sort:
18600   - "L2XCFWD"
18601   - "L2PATCH"
18602   - "L2BDMACLRN"
18603   - "FIB_10K"
18604   - "FIB_100K"
18605   - "FIB_1M"
18606   layout:
18607     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18608     layout: "plot-latency"
18609
18610 # Packet Latency - VPP L2 3n-hsw-x520 features
18611 -
18612   type: "plot"
18613   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18614   algorithm: "plot_latency_error_bars"
18615   output-file-type: ".html"
18616   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18617   data: "plot-vpp-throughput-latency-3n-hsw"
18618   filter: "'NIC_Intel-X520-DA2' and
18619            '64B' and
18620            'NDRPDR' and
18621            '1T1C' and
18622            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18623            not 'ACL' and
18624            not 'VHOST' and
18625            not 'MEMIF'"
18626   parameters:
18627   - "latency"
18628   - "parent"
18629   - "tags"
18630   sort:
18631   - "L2XCBASE"    # l2xcbase
18632   - "L2BDBASE"    # l2bdbase
18633   - "L2XCFWD"     # dot1q-l2xcbase
18634   - "L2BDMACLRN"  # dot1q-l2bdbase
18635   layout:
18636     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18637     layout: "plot-latency"
18638
18639 -
18640   type: "plot"
18641   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18642   algorithm: "plot_latency_error_bars"
18643   output-file-type: ".html"
18644   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18645   data: "plot-vpp-throughput-latency-3n-hsw"
18646   filter: "'NIC_Intel-X520-DA2' and
18647            '64B' and
18648            'NDRPDR' and
18649            '2T2C' and
18650            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18651            not 'ACL' and
18652            not 'VHOST' and
18653            not 'MEMIF'"
18654   parameters:
18655   - "latency"
18656   - "parent"
18657   - "tags"
18658   sort:
18659   - "L2XCBASE"    # l2xcbase
18660   - "L2BDBASE"    # l2bdbase
18661   - "L2XCFWD"     # dot1q-l2xcbase
18662   - "L2BDMACLRN"  # dot1q-l2bdbase
18663   layout:
18664     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18665     layout: "plot-latency"
18666
18667 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18668 -
18669   type: "plot"
18670   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18671   algorithm: "plot_latency_error_bars"
18672   output-file-type: ".html"
18673   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18674   data: "plot-vpp-throughput-latency-3n-hsw"
18675   filter: "'NIC_Intel-X710' and
18676            '64B' and
18677            ('BASE' or 'SCALE') and
18678            'NDRPDR' and
18679            'ETH' and
18680            '1T1C' and
18681            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18682            not 'VHOST' and
18683            not 'MEMIF'"
18684   parameters:
18685   - "latency"
18686   - "parent"
18687   - "tags"
18688   sort:
18689   - "L2PATCH"
18690   - "L2XCBASE"
18691   - "BASE"
18692   - "FIB_10K"
18693   - "FIB_100K"
18694   - "FIB_1M"
18695   layout:
18696     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18697     layout: "plot-latency"
18698
18699 -
18700   type: "plot"
18701   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18702   algorithm: "plot_latency_error_bars"
18703   output-file-type: ".html"
18704   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18705   data: "plot-vpp-throughput-latency-3n-hsw"
18706   filter: "'NIC_Intel-X710' and
18707            '64B' and
18708            ('BASE' or 'SCALE') and
18709            'NDRPDR' and
18710            'ETH' and
18711            '2T2C' and
18712            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18713            not 'VHOST' and
18714            not 'MEMIF'"
18715   parameters:
18716   - "latency"
18717   - "parent"
18718   - "tags"
18719   sort:
18720   - "L2PATCH"
18721   - "L2XCBASE"
18722   - "BASE"
18723   - "FIB_10K"
18724   - "FIB_100K"
18725   - "FIB_1M"
18726   layout:
18727     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18728     layout: "plot-latency"
18729
18730 # Packet Latency - VPP L2 3n-hsw-x710 features
18731 -
18732   type: "plot"
18733   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18734   algorithm: "plot_latency_error_bars"
18735   output-file-type: ".html"
18736   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18737   data: "plot-vpp-throughput-latency-3n-hsw"
18738   filter: "'NIC_Intel-X710' and
18739            '64B' and
18740            'NDRPDR' and
18741            '1T1C' and
18742            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18743            not 'ACL' and
18744            not 'VHOST' and
18745            not 'MEMIF'"
18746   parameters:
18747   - "latency"
18748   - "parent"
18749   - "tags"
18750   sort:
18751   - "L2XCBASE"    # l2xcbase
18752   - "L2BDBASE"    # l2bdbase
18753   - "L2XCFWD"     # dot1q-l2xcbase
18754   - "L2BDMACLRN"  # dot1q-l2bdbase
18755   layout:
18756     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18757     layout: "plot-latency"
18758
18759 -
18760   type: "plot"
18761   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18762   algorithm: "plot_latency_error_bars"
18763   output-file-type: ".html"
18764   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18765   data: "plot-vpp-throughput-latency-3n-hsw"
18766   filter: "'NIC_Intel-X710' and
18767            '64B' and
18768            'NDRPDR' and
18769            '2T2C' and
18770            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18771            not 'ACL' and
18772            not 'VHOST' and
18773            not 'MEMIF'"
18774   parameters:
18775   - "latency"
18776   - "parent"
18777   - "tags"
18778   sort:
18779   - "L2XCBASE"    # l2xcbase
18780   - "L2BDBASE"    # l2bdbase
18781   - "L2XCFWD"     # dot1q-l2xcbase
18782   - "L2BDMACLRN"  # dot1q-l2bdbase
18783   layout:
18784     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18785     layout: "plot-latency"
18786
18787 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18788 -
18789   type: "plot"
18790   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18791   algorithm: "plot_latency_error_bars"
18792   output-file-type: ".html"
18793   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18794   data: "plot-vpp-throughput-latency-3n-hsw"
18795   filter: "'NIC_Intel-XL710' and
18796            '64B' and
18797            ('BASE' or 'SCALE') and
18798            'NDRPDR' and
18799            'ETH' and
18800            '1T1C' and
18801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18802            not 'VHOST' and
18803            not 'MEMIF'"
18804   parameters:
18805   - "latency"
18806   - "parent"
18807   - "tags"
18808   sort:
18809   - "L2PATCH"
18810   - "L2XCBASE"
18811   - "BASE"
18812   - "FIB_10K"
18813   - "FIB_100K"
18814   - "FIB_1M"
18815   layout:
18816     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18817     layout: "plot-latency"
18818
18819 -
18820   type: "plot"
18821   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18822   algorithm: "plot_latency_error_bars"
18823   output-file-type: ".html"
18824   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18825   data: "plot-vpp-throughput-latency-3n-hsw"
18826   filter: "'NIC_Intel-XL710' and
18827            '64B' and
18828            ('BASE' or 'SCALE') and
18829            'NDRPDR' and
18830            'ETH' and
18831            '2T2C' and
18832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18833            not 'VHOST' and
18834            not 'MEMIF'"
18835   parameters:
18836   - "latency"
18837   - "parent"
18838   - "tags"
18839   sort:
18840   - "L2PATCH"
18841   - "L2XCBASE"
18842   - "BASE"
18843   - "FIB_10K"
18844   - "FIB_100K"
18845   - "FIB_1M"
18846   layout:
18847     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18848     layout: "plot-latency"
18849
18850 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18851 -
18852   type: "plot"
18853   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18854   algorithm: "plot_latency_error_bars"
18855   output-file-type: ".html"
18856   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18857   data: "plot-vpp-throughput-latency-3n-skx"
18858   filter: "'NIC_Intel-X710' and
18859            '64B' and
18860            ('BASE' or 'SCALE') and
18861            'NDRPDR' and
18862            'ETH' and
18863            '2T1C' and
18864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18865            not 'VHOST' and
18866            not 'MEMIF' and
18867            not 'DRV_AVF'"
18868   parameters:
18869   - "latency"
18870   - "parent"
18871   - "tags"
18872   sort:
18873   - "L2PATCH"
18874   - "L2XCBASE"
18875   - "BASE"
18876   - "FIB_10K"
18877   - "FIB_100K"
18878   - "FIB_1M"
18879   layout:
18880     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18881     layout: "plot-latency"
18882
18883 -
18884   type: "plot"
18885   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18886   algorithm: "plot_latency_error_bars"
18887   output-file-type: ".html"
18888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18889   data: "plot-vpp-throughput-latency-3n-skx"
18890   filter: "'NIC_Intel-X710' and
18891            '64B' and
18892            ('BASE' or 'SCALE') and
18893            'NDRPDR' and
18894            'ETH' and
18895            '4T2C' and
18896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18897            not 'VHOST' and
18898            not 'MEMIF' and
18899            not 'DRV_AVF'"
18900   parameters:
18901   - "latency"
18902   - "parent"
18903   - "tags"
18904   sort:
18905   - "L2PATCH"
18906   - "L2XCBASE"
18907   - "BASE"
18908   - "FIB_10K"
18909   - "FIB_100K"
18910   - "FIB_1M"
18911   layout:
18912     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18913     layout: "plot-latency"
18914
18915 # Packet Latency - VPP L2 3n-skx-x710 features
18916 -
18917   type: "plot"
18918   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18919   algorithm: "plot_latency_error_bars"
18920   output-file-type: ".html"
18921   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18922   data: "plot-vpp-throughput-latency-3n-skx"
18923   filter: "'NIC_Intel-X710' and
18924            '64B' and
18925            'NDRPDR' and
18926            '2T1C' and
18927            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18928            not 'ACL' and
18929            not 'VHOST' and
18930            not 'MEMIF'"
18931   parameters:
18932   - "latency"
18933   - "parent"
18934   - "tags"
18935   sort:
18936   - "L2XCBASE"    # l2xcbase
18937   - "L2BDBASE"    # l2bdbase
18938   - "L2XCFWD"     # dot1q-l2xcbase
18939   - "L2BDMACLRN"  # dot1q-l2bdbase
18940   layout:
18941     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18942     layout: "plot-latency"
18943
18944 -
18945   type: "plot"
18946   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18947   algorithm: "plot_latency_error_bars"
18948   output-file-type: ".html"
18949   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18950   data: "plot-vpp-throughput-latency-3n-skx"
18951   filter: "'NIC_Intel-X710' and
18952            '64B' and
18953            'NDRPDR' and
18954            '4T2C' and
18955            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18956            not 'ACL' and
18957            not 'VHOST' and
18958            not 'MEMIF'"
18959   parameters:
18960   - "latency"
18961   - "parent"
18962   - "tags"
18963   sort:
18964   - "L2XCBASE"    # l2xcbase
18965   - "L2BDBASE"    # l2bdbase
18966   - "L2XCFWD"     # dot1q-l2xcbase
18967   - "L2BDMACLRN"  # dot1q-l2bdbase
18968   layout:
18969     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18970     layout: "plot-latency"
18971
18972 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
18973 -
18974   type: "plot"
18975   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18976   algorithm: "plot_latency_error_bars"
18977   output-file-type: ".html"
18978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18979   data: "plot-vpp-throughput-latency-3n-skx"
18980   filter: "'NIC_Intel-XXV710' and
18981            '64B' and
18982            ('BASE' or 'SCALE') and
18983            'NDRPDR' and
18984            'ETH' and
18985            '2T1C' and
18986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18987            not 'VHOST' and
18988            not 'MEMIF' and
18989            not 'DRV_AVF'"
18990   parameters:
18991   - "latency"
18992   - "parent"
18993   - "tags"
18994   sort:
18995   - "L2PATCH"
18996   - "L2XCBASE"
18997   - "BASE"
18998   - "FIB_10K"
18999   - "FIB_100K"
19000   - "FIB_1M"
19001   layout:
19002     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19003     layout: "plot-latency"
19004
19005 -
19006   type: "plot"
19007   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19008   algorithm: "plot_latency_error_bars"
19009   output-file-type: ".html"
19010   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19011   data: "plot-vpp-throughput-latency-3n-skx"
19012   filter: "'NIC_Intel-XXV710' and
19013            '64B' and
19014            ('BASE' or 'SCALE') and
19015            'NDRPDR' and
19016            'ETH' and
19017            '4T2C' and
19018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19019            not 'VHOST' and
19020            not 'MEMIF' and
19021            not 'DRV_AVF'"
19022   parameters:
19023   - "latency"
19024   - "parent"
19025   - "tags"
19026   sort:
19027   - "L2PATCH"
19028   - "L2XCBASE"
19029   - "BASE"
19030   - "FIB_10K"
19031   - "FIB_100K"
19032   - "FIB_1M"
19033   layout:
19034     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19035     layout: "plot-latency"
19036
19037 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19038 -
19039   type: "plot"
19040   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19041   algorithm: "plot_latency_error_bars"
19042   output-file-type: ".html"
19043   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19044   data: "plot-vpp-throughput-latency-2n-skx"
19045   filter: "'NIC_Intel-X710' and
19046            '64B' and
19047            'ETH' and
19048            ('BASE' or 'SCALE') and
19049            'NDRPDR' and
19050            '2T1C' and
19051            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19052            not 'VHOST' and
19053            not 'MEMIF'"
19054   parameters:
19055   - "latency"
19056   - "parent"
19057   - "tags"
19058   sort:
19059   - "L2PATCH"
19060   - "L2XCBASE"
19061   - "BASE"
19062   - "FIB_10K"
19063   - "FIB_100K"
19064   - "FIB_1M"
19065   layout:
19066     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19067     layout: "plot-latency"
19068
19069 -
19070   type: "plot"
19071   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19072   algorithm: "plot_latency_error_bars"
19073   output-file-type: ".html"
19074   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19075   data: "plot-vpp-throughput-latency-2n-skx"
19076   filter: "'NIC_Intel-X710' and
19077            '64B' and
19078            ('BASE' or 'SCALE') and
19079            'NDRPDR' and
19080            'ETH' and
19081            '4T2C' and
19082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19083            not 'VHOST' and
19084            not 'MEMIF'"
19085   parameters:
19086   - "latency"
19087   - "parent"
19088   - "tags"
19089   sort:
19090   - "L2PATCH"
19091   - "L2XCBASE"
19092   - "BASE"
19093   - "FIB_10K"
19094   - "FIB_100K"
19095   - "FIB_1M"
19096   layout:
19097     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19098     layout: "plot-latency"
19099
19100 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19101 -
19102   type: "plot"
19103   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19104   algorithm: "plot_latency_error_bars"
19105   output-file-type: ".html"
19106   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19107   data: "plot-vpp-throughput-latency-2n-skx"
19108   filter: "'NIC_Intel-XXV710' and
19109            '64B' and
19110            ('BASE' or 'SCALE') and
19111            'NDRPDR' and
19112            'ETH' and
19113            '2T1C' and
19114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19115            not 'VHOST' and
19116            not 'MEMIF'"
19117   parameters:
19118   - "latency"
19119   - "parent"
19120   - "tags"
19121   sort:
19122   - "L2PATCH"
19123   - "L2XCBASE"
19124   - "BASE"
19125   - "FIB_10K"
19126   - "FIB_100K"
19127   - "FIB_1M"
19128   layout:
19129     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19130     layout: "plot-latency"
19131
19132 -
19133   type: "plot"
19134   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19135   algorithm: "plot_latency_error_bars"
19136   output-file-type: ".html"
19137   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19138   data: "plot-vpp-throughput-latency-2n-skx"
19139   filter: "'NIC_Intel-XXV710' and
19140            '64B' and
19141            ('BASE' or 'SCALE') and
19142            'NDRPDR' and
19143            'ETH' and
19144            '4T2C' and
19145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19146            not 'VHOST' and
19147            not 'MEMIF'"
19148   parameters:
19149   - "latency"
19150   - "parent"
19151   - "tags"
19152   sort:
19153   - "L2PATCH"
19154   - "L2XCBASE"
19155   - "BASE"
19156   - "FIB_10K"
19157   - "FIB_100K"
19158   - "FIB_1M"
19159   layout:
19160     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19161     layout: "plot-latency"
19162
19163 ################################################################################
19164
19165 # Packet Latency - VPP Container Memif 3n-hsw-x520
19166 -
19167   type: "plot"
19168   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19169   algorithm: "plot_latency_error_bars"
19170   output-file-type: ".html"
19171   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19172   data: "plot-vpp-throughput-latency-3n-hsw"
19173   filter: "'NIC_Intel-X520-DA2' and
19174            '64B' and
19175            ('BASE' or 'SCALE') and
19176            'NDRPDR' and
19177            '1T1C' and
19178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19179            not 'VHOST' and
19180            'MEMIF'"
19181   parameters:
19182   - "latency"
19183   - "parent"
19184   - "tags"
19185   sort:
19186   - "L2XCFWD"
19187   - "L2XCFWD"
19188   - "L2XCFWD"
19189   - "L2BDMACLRN"
19190   - "L2BDMACLRN"
19191   - "L2BDMACLRN"
19192   layout:
19193     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19194     layout: "plot-latency"
19195
19196 -
19197   type: "plot"
19198   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19199   algorithm: "plot_latency_error_bars"
19200   output-file-type: ".html"
19201   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19202   data: "plot-vpp-throughput-latency-3n-hsw"
19203   filter: "'NIC_Intel-X520-DA2' and
19204            '64B' and
19205            ('BASE' or 'SCALE') and
19206            'NDRPDR' and
19207            '2T2C' and
19208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19209            not 'VHOST' and
19210            'MEMIF'"
19211   parameters:
19212   - "latency"
19213   - "parent"
19214   - "tags"
19215   sort:
19216   - "L2XCFWD"
19217   - "L2XCFWD"
19218   - "L2XCFWD"
19219   - "L2BDMACLRN"
19220   - "L2BDMACLRN"
19221   - "L2BDMACLRN"
19222   layout:
19223     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19224     layout: "plot-latency"
19225
19226 # Packet Latency - VPP Container Memif 3n-hsw-x710
19227 -
19228   type: "plot"
19229   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19230   algorithm: "plot_latency_error_bars"
19231   output-file-type: ".html"
19232   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19233   data: "plot-vpp-throughput-latency-3n-hsw"
19234   filter: "'NIC_Intel-X710' and
19235            '64B' and
19236            ('BASE' or 'SCALE') and
19237            'NDRPDR' and
19238            '1T1C' and
19239            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19240            not 'VHOST' and
19241            'MEMIF'"
19242   parameters:
19243   - "latency"
19244   - "parent"
19245   - "tags"
19246   sort:
19247   - "L2XCFWD"
19248   - "L2XCFWD"
19249   - "L2XCFWD"
19250   - "L2BDMACLRN"
19251   - "L2BDMACLRN"
19252   - "L2BDMACLRN"
19253   layout:
19254     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19255     layout: "plot-latency"
19256
19257 -
19258   type: "plot"
19259   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19260   algorithm: "plot_latency_error_bars"
19261   output-file-type: ".html"
19262   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19263   data: "plot-vpp-throughput-latency-3n-hsw"
19264   filter: "'NIC_Intel-X710' and
19265            '64B' and
19266            ('BASE' or 'SCALE') and
19267            'NDRPDR' and
19268            '2T2C' and
19269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19270            not 'VHOST' and
19271            'MEMIF'"
19272   parameters:
19273   - "latency"
19274   - "parent"
19275   - "tags"
19276   sort:
19277   - "L2XCFWD"
19278   - "L2XCFWD"
19279   - "L2XCFWD"
19280   - "L2BDMACLRN"
19281   - "L2BDMACLRN"
19282   - "L2BDMACLRN"
19283   layout:
19284     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19285     layout: "plot-latency"
19286
19287 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19288 -
19289   type: "plot"
19290   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19291   algorithm: "plot_latency_error_bars"
19292   output-file-type: ".html"
19293   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19294   data: "plot-vpp-throughput-latency-3n-hsw"
19295   filter: "'NIC_Intel-XL710' and
19296            '64B' and
19297            ('BASE' or 'SCALE') and
19298            'NDRPDR' and
19299            '1T1C' and
19300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19301            not 'VHOST' and
19302            'MEMIF'"
19303   parameters:
19304   - "latency"
19305   - "parent"
19306   - "tags"
19307   sort:
19308   - "L2XCFWD"
19309   - "L2XCFWD"
19310   - "L2XCFWD"
19311   - "L2BDMACLRN"
19312   - "L2BDMACLRN"
19313   - "L2BDMACLRN"
19314   layout:
19315     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19316     layout: "plot-latency"
19317
19318 -
19319   type: "plot"
19320   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19321   algorithm: "plot_latency_error_bars"
19322   output-file-type: ".html"
19323   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19324   data: "plot-vpp-throughput-latency-3n-hsw"
19325   filter: "'NIC_Intel-XL710' and
19326            '64B' and
19327            ('BASE' or 'SCALE') and
19328            'NDRPDR' and
19329            '2T2C' and
19330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19331            not 'VHOST' and
19332            'MEMIF'"
19333   parameters:
19334   - "latency"
19335   - "parent"
19336   - "tags"
19337   sort:
19338   - "L2XCFWD"
19339   - "L2XCFWD"
19340   - "L2XCFWD"
19341   - "L2BDMACLRN"
19342   - "L2BDMACLRN"
19343   - "L2BDMACLRN"
19344   layout:
19345     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19346     layout: "plot-latency"
19347
19348 # Packet Latency - VPP Container Memif 3n-skx-x710
19349 -
19350   type: "plot"
19351   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19352   algorithm: "plot_latency_error_bars"
19353   output-file-type: ".html"
19354   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19355   data: "plot-vpp-throughput-latency-3n-skx"
19356   filter: "'NIC_Intel-X710' and
19357            '64B' and
19358            ('BASE' or 'SCALE') and
19359            'NDRPDR' and
19360            '2T1C' and
19361            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19362            not 'VHOST' and
19363            'MEMIF'"
19364   parameters:
19365   - "latency"
19366   - "parent"
19367   - "tags"
19368   sort:
19369   - "L2XCFWD"
19370   - "L2XCFWD"
19371   - "L2XCFWD"
19372   - "L2BDMACLRN"
19373   - "L2BDMACLRN"
19374   - "L2BDMACLRN"
19375   layout:
19376     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19377     layout: "plot-latency"
19378
19379 -
19380   type: "plot"
19381   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19382   algorithm: "plot_latency_error_bars"
19383   output-file-type: ".html"
19384   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19385   data: "plot-vpp-throughput-latency-3n-skx"
19386   filter: "'NIC_Intel-X710' and
19387            '64B' and
19388            ('BASE' or 'SCALE') and
19389            'NDRPDR' and
19390            '4T2C' and
19391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19392            not 'VHOST' and
19393            'MEMIF'"
19394   parameters:
19395   - "latency"
19396   - "parent"
19397   - "tags"
19398   sort:
19399   - "L2XCFWD"
19400   - "L2XCFWD"
19401   - "L2XCFWD"
19402   - "L2BDMACLRN"
19403   - "L2BDMACLRN"
19404   - "L2BDMACLRN"
19405   layout:
19406     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19407     layout: "plot-latency"
19408
19409 # Packet Latency - VPP Container Memif 2n-skx-x710
19410 -
19411   type: "plot"
19412   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19413   algorithm: "plot_latency_error_bars"
19414   output-file-type: ".html"
19415   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19416   data: "plot-vpp-throughput-latency-2n-skx"
19417   filter: "'NIC_Intel-X710' and
19418            '64B' and
19419            ('BASE' or 'SCALE') and
19420            'NDRPDR' and
19421            '2T1C' and
19422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19423            not 'VHOST' and
19424            'MEMIF'"
19425   parameters:
19426   - "latency"
19427   - "parent"
19428   - "tags"
19429   sort:
19430   - "L2XCFWD"
19431   - "L2XCFWD"
19432   - "L2XCFWD"
19433   - "L2BDMACLRN"
19434   - "L2BDMACLRN"
19435   - "L2BDMACLRN"
19436   layout:
19437     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19438     layout: "plot-latency"
19439
19440 -
19441   type: "plot"
19442   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19443   algorithm: "plot_latency_error_bars"
19444   output-file-type: ".html"
19445   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19446   data: "plot-vpp-throughput-latency-2n-skx"
19447   filter: "'NIC_Intel-X710' and
19448            '64B' and
19449            ('BASE' or 'SCALE') and
19450            'NDRPDR' and
19451            '4T2C' and
19452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19453            not 'VHOST' and
19454            'MEMIF'"
19455   parameters:
19456   - "latency"
19457   - "parent"
19458   - "tags"
19459   sort:
19460   - "L2XCFWD"
19461   - "L2XCFWD"
19462   - "L2XCFWD"
19463   - "L2BDMACLRN"
19464   - "L2BDMACLRN"
19465   - "L2BDMACLRN"
19466   layout:
19467     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19468     layout: "plot-latency"
19469
19470 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19471 -
19472   type: "plot"
19473   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19474   algorithm: "plot_latency_error_bars"
19475   output-file-type: ".html"
19476   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19477   data: "plot-vpp-throughput-latency-2n-skx"
19478   filter: "'NIC_Intel-XXV710' and
19479            '64B' and
19480            ('BASE' or 'SCALE') and
19481            'NDRPDR' and
19482            '2T1C' and
19483            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19484            not 'VHOST' and
19485            'MEMIF'"
19486   parameters:
19487   - "latency"
19488   - "parent"
19489   - "tags"
19490   sort:
19491   - "L2XCFWD"
19492   - "L2XCFWD"
19493   - "L2XCFWD"
19494   - "L2BDMACLRN"
19495   - "L2BDMACLRN"
19496   - "L2BDMACLRN"
19497   layout:
19498     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19499     layout: "plot-latency"
19500
19501 -
19502   type: "plot"
19503   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19504   algorithm: "plot_latency_error_bars"
19505   output-file-type: ".html"
19506   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19507   data: "plot-vpp-throughput-latency-2n-skx"
19508   filter: "'NIC_Intel-XXV710' and
19509            '64B' and
19510            ('BASE' or 'SCALE') and
19511            'NDRPDR' and
19512            '4T2C' and
19513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19514            not 'VHOST' and
19515            'MEMIF'"
19516   parameters:
19517   - "latency"
19518   - "parent"
19519   - "tags"
19520   sort:
19521   - "L2XCFWD"
19522   - "L2XCFWD"
19523   - "L2XCFWD"
19524   - "L2BDMACLRN"
19525   - "L2BDMACLRN"
19526   - "L2BDMACLRN"
19527   layout:
19528     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19529     layout: "plot-latency"
19530
19531 ################################################################################
19532
19533 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19534 -
19535   type: "plot"
19536   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19537   algorithm: "plot_latency_error_bars"
19538   output-file-type: ".html"
19539   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19540   data: "plot-ligato-throughput-latency-3n-hsw"
19541   filter: "'NIC_Intel-X520-DA2' and
19542            '64B' and
19543            ('BASE' or 'SCALE') and
19544            'NDRPDR' and
19545            '1T1C' and
19546            'L2XCFWD' and
19547            not 'VHOST' and
19548            'MEMIF'"
19549   parameters:
19550   - "latency"
19551   - "parent"
19552   - "tags"
19553   sort:
19554   - "1VNF"
19555   - "2VNF"
19556   - "4VNF"
19557   - "2VNF"
19558   - "4VNF"
19559   layout:
19560     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19561     layout: "plot-latency"
19562
19563 -
19564   type: "plot"
19565   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19566   algorithm: "plot_latency_error_bars"
19567   output-file-type: ".html"
19568   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19569   data: "plot-ligato-throughput-latency-3n-hsw"
19570   filter: "'NIC_Intel-X520-DA2' and
19571            '64B' and
19572            ('BASE' or 'SCALE') and
19573            'NDRPDR' and
19574            '2T2C' and
19575            'L2XCFWD' and
19576            not 'VHOST' and
19577            'MEMIF'"
19578   parameters:
19579   - "latency"
19580   - "parent"
19581   - "tags"
19582   sort:
19583   - "1VNF"
19584   - "2VNF"
19585   - "4VNF"
19586   - "2VNF"
19587   - "4VNF"
19588   layout:
19589     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19590     layout: "plot-latency"
19591
19592 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19593 -
19594   type: "plot"
19595   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19596   algorithm: "plot_latency_error_bars"
19597   output-file-type: ".html"
19598   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19599   data: "plot-ligato-throughput-latency-3n-hsw"
19600   filter: "'NIC_Intel-X520-DA2' and
19601            '64B' and
19602            ('BASE' or 'SCALE') and
19603            'NDRPDR' and
19604            '1T1C' and
19605            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19606            not 'VHOST' and
19607            'MEMIF'"
19608   parameters:
19609   - "latency"
19610   - "parent"
19611   - "tags"
19612   sort:
19613   - "1VNF"
19614   - "2VNF"
19615   - "4VNF"
19616   - "2VNF"
19617   - "4VNF"
19618   layout:
19619     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19620     layout: "plot-latency"
19621
19622 -
19623   type: "plot"
19624   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19625   algorithm: "plot_latency_error_bars"
19626   output-file-type: ".html"
19627   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19628   data: "plot-ligato-throughput-latency-3n-hsw"
19629   filter: "'NIC_Intel-X520-DA2' and
19630            '64B' and
19631            ('BASE' or 'SCALE') and
19632            'NDRPDR' and
19633            '2T2C' and
19634            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19635            not 'VHOST' and
19636            'MEMIF'"
19637   parameters:
19638   - "latency"
19639   - "parent"
19640   - "tags"
19641   sort:
19642   - "1VNF"
19643   - "2VNF"
19644   - "4VNF"
19645   - "2VNF"
19646   - "4VNF"
19647   layout:
19648     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19649     layout: "plot-latency"
19650
19651 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19652 -
19653   type: "plot"
19654   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19655   algorithm: "plot_latency_error_bars"
19656   output-file-type: ".html"
19657   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19658   data: "plot-ligato-throughput-latency-3n-hsw"
19659   filter: "'NIC_Intel-X710' and
19660            '64B' and
19661            ('BASE' or 'SCALE') and
19662            'NDRPDR' and
19663            '1T1C' and
19664            'L2XCFWD' and
19665            not 'VHOST' and
19666            'MEMIF'"
19667   parameters:
19668   - "latency"
19669   - "parent"
19670   - "tags"
19671   sort:
19672   - "1VNF"
19673   - "2VNF"
19674   - "4VNF"
19675   - "2VNF"
19676   - "4VNF"
19677   layout:
19678     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19679     layout: "plot-latency"
19680
19681 -
19682   type: "plot"
19683   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19684   algorithm: "plot_latency_error_bars"
19685   output-file-type: ".html"
19686   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19687   data: "plot-ligato-throughput-latency-3n-hsw"
19688   filter: "'NIC_Intel-X710' and
19689            '64B' and
19690            ('BASE' or 'SCALE') and
19691            'NDRPDR' and
19692            '2T2C' and
19693            'L2XCFWD' and
19694            not 'VHOST' and
19695            'MEMIF'"
19696   parameters:
19697   - "latency"
19698   - "parent"
19699   - "tags"
19700   sort:
19701   - "1VNF"
19702   - "2VNF"
19703   - "4VNF"
19704   - "2VNF"
19705   - "4VNF"
19706   layout:
19707     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19708     layout: "plot-latency"
19709
19710 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19711 -
19712   type: "plot"
19713   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19714   algorithm: "plot_latency_error_bars"
19715   output-file-type: ".html"
19716   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19717   data: "plot-ligato-throughput-latency-3n-hsw"
19718   filter: "'NIC_Intel-X710' and
19719            '64B' and
19720            ('BASE' or 'SCALE') and
19721            'NDRPDR' and
19722            '1T1C' and
19723            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19724            not 'VHOST' and
19725            'MEMIF'"
19726   parameters:
19727   - "latency"
19728   - "parent"
19729   - "tags"
19730   sort:
19731   - "1VNF"
19732   - "2VNF"
19733   - "4VNF"
19734   - "2VNF"
19735   - "4VNF"
19736   layout:
19737     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19738     layout: "plot-latency"
19739
19740 -
19741   type: "plot"
19742   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19743   algorithm: "plot_latency_error_bars"
19744   output-file-type: ".html"
19745   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19746   data: "plot-ligato-throughput-latency-3n-hsw"
19747   filter: "'NIC_Intel-X710' and
19748            '64B' and
19749            ('BASE' or 'SCALE') and
19750            'NDRPDR' and
19751            '2T2C' and
19752            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19753            not 'VHOST' and
19754            'MEMIF'"
19755   parameters:
19756   - "latency"
19757   - "parent"
19758   - "tags"
19759   sort:
19760   - "1VNF"
19761   - "2VNF"
19762   - "4VNF"
19763   - "2VNF"
19764   - "4VNF"
19765   layout:
19766     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19767     layout: "plot-latency"
19768
19769 ################################################################################
19770
19771 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19772 -
19773   type: "plot"
19774   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19775   algorithm: "plot_latency_error_bars"
19776   output-file-type: ".html"
19777   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19778   data: "plot-vpp-throughput-latency-3n-hsw"
19779   filter: "'NIC_Intel-X520-DA2' and
19780            '64B' and
19781            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19782            'NDRPDR' and
19783            '1T1C' and
19784            'IP4FWD' and
19785            not 'IPSEC' and
19786            not 'VHOST'"
19787   parameters:
19788   - "latency"
19789   - "parent"
19790   - "tags"
19791   sort:
19792   - "DOT1Q"
19793   - "IP4BASE"
19794   - "FIB_20k"
19795   - "FIB_200k"
19796   - "FIB_2M"
19797   layout:
19798     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19799     layout: "plot-latency"
19800
19801 -
19802   type: "plot"
19803   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19804   algorithm: "plot_latency_error_bars"
19805   output-file-type: ".html"
19806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19807   data: "plot-vpp-throughput-latency-3n-hsw"
19808   filter: "'NIC_Intel-X520-DA2' and
19809            '64B' and
19810            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19811            'NDRPDR' and
19812            '2T2C' and
19813            'IP4FWD' and
19814            not 'IPSEC' and
19815            not 'VHOST'"
19816   parameters:
19817   - "latency"
19818   - "parent"
19819   - "tags"
19820   sort:
19821   - "DOT1Q"
19822   - "IP4BASE"
19823   - "FIB_20k"
19824   - "FIB_200k"
19825   - "FIB_2M"
19826   layout:
19827     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19828     layout: "plot-latency"
19829
19830 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19831 -
19832   type: "plot"
19833   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19834   algorithm: "plot_latency_error_bars"
19835   output-file-type: ".html"
19836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19837   data: "plot-vpp-throughput-latency-3n-hsw"
19838   filter: "'NIC_Intel-X520-DA2' and
19839            '64B' and
19840            ('IP4BASE' or
19841             'POLICE_MARK' or
19842             'COPWHLIST' or
19843             ('NAT44' and 'BASE') or
19844             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19845            'NDRPDR' and
19846            '1T1C' and
19847            'IP4FWD' and
19848            not 'IPSEC' and
19849            not 'VHOST'"
19850   parameters:
19851   - "latency"
19852   - "parent"
19853   - "tags"
19854   sort:
19855   - "DOT1Q"
19856   - "IP4BASE"
19857   - "NAT44"
19858   - "POLICE_MARK"
19859   - "COPWHLIST"
19860   - "IACL"
19861   - "OACL"
19862   layout:
19863     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19864     layout: "plot-latency"
19865
19866 -
19867   type: "plot"
19868   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19869   algorithm: "plot_latency_error_bars"
19870   output-file-type: ".html"
19871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19872   data: "plot-vpp-throughput-latency-3n-hsw"
19873   filter: "'NIC_Intel-X520-DA2' and
19874            '64B' and
19875            ('IP4BASE' or
19876             'POLICE_MARK' or
19877             'COPWHLIST' or
19878             ('NAT44' and 'BASE') or
19879             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19880            'NDRPDR' and
19881            '2T2C' and
19882            'IP4FWD' and
19883            not 'IPSEC' and
19884            not 'VHOST'"
19885   parameters:
19886   - "latency"
19887   - "parent"
19888   - "tags"
19889   sort:
19890   - "DOT1Q"
19891   - "IP4BASE"
19892   - "NAT44"
19893   - "POLICE_MARK"
19894   - "COPWHLIST"
19895   - "IACL"
19896   - "OACL"
19897   layout:
19898     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19899     layout: "plot-latency"
19900
19901 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19902 -
19903   type: "plot"
19904   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19905   algorithm: "plot_latency_error_bars"
19906   output-file-type: ".html"
19907   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19908   data: "plot-vpp-throughput-latency-3n-hsw"
19909   filter: "'NIC_Intel-X520-DA2' and
19910            '64B' and
19911            'NDRPDR' and
19912            '1T1C' and
19913            'IP4FWD' and
19914            'NAT44' and
19915            not 'IPSEC' and
19916            not 'VHOST'"
19917   parameters:
19918   - "latency"
19919   - "parent"
19920   - "tags"
19921   sort:
19922   - "BASE"
19923   - "BASE"
19924   - "SRC_USER_10"
19925   - "SRC_USER_100"
19926   - "SRC_USER_1000"
19927   - "SRC_USER_2000"
19928   layout:
19929     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19930     layout: "plot-latency"
19931
19932 -
19933   type: "plot"
19934   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19935   algorithm: "plot_latency_error_bars"
19936   output-file-type: ".html"
19937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19938   data: "plot-vpp-throughput-latency-3n-hsw"
19939   filter: "'NIC_Intel-X520-DA2' and
19940            '64B' and
19941            'NDRPDR' and
19942            '2T2C' and
19943            'IP4FWD' and
19944            'NAT44' and
19945            not 'IPSEC' and
19946            not 'VHOST'"
19947   parameters:
19948   - "latency"
19949   - "parent"
19950   - "tags"
19951   sort:
19952   - "BASE"
19953   - "BASE"
19954   - "SRC_USER_10"
19955   - "SRC_USER_100"
19956   - "SRC_USER_1000"
19957   - "SRC_USER_2000"
19958   layout:
19959     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19960     layout: "plot-latency"
19961
19962 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19963 -
19964   type: "plot"
19965   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19966   algorithm: "plot_latency_error_bars"
19967   output-file-type: ".html"
19968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19969   data: "plot-vpp-throughput-latency-3n-hsw"
19970   filter: "'NIC_Intel-X520-DA2' and
19971            '64B' and
19972            'NDRPDR' and
19973            '1T1C' and
19974            'IP4FWD' and
19975            'IACL' and
19976            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19977            not 'IPSEC' and
19978            not 'VHOST'"
19979   parameters:
19980   - "latency"
19981   - "parent"
19982   - "tags"
19983   sort:
19984   - "ACL_STATELESS"
19985   - "ACL_STATEFUL"
19986   - "ACL_STATELESS"
19987   - "ACL_STATEFUL"
19988   layout:
19989     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19990     layout: "plot-latency"
19991
19992 -
19993   type: "plot"
19994   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19995   algorithm: "plot_latency_error_bars"
19996   output-file-type: ".html"
19997   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19998   data: "plot-vpp-throughput-latency-3n-hsw"
19999   filter: "'NIC_Intel-X520-DA2' and
20000            '64B' and
20001            'NDRPDR' and
20002            '2T2C' and
20003            'IP4FWD' and
20004            'IACL' and
20005            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20006            not 'IPSEC' and
20007            not 'VHOST'"
20008   parameters:
20009   - "latency"
20010   - "parent"
20011   - "tags"
20012   sort:
20013   - "ACL_STATELESS"
20014   - "ACL_STATEFUL"
20015   - "ACL_STATELESS"
20016   - "ACL_STATEFUL"
20017   layout:
20018     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20019     layout: "plot-latency"
20020
20021 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20022 -
20023   type: "plot"
20024   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20025   algorithm: "plot_latency_error_bars"
20026   output-file-type: ".html"
20027   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20028   data: "plot-vpp-throughput-latency-3n-hsw"
20029   filter: "'NIC_Intel-X520-DA2' and
20030            '64B' and
20031            'NDRPDR' and
20032            '1T1C' and
20033            'IP4FWD' and
20034            'OACL' and
20035            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20036            not 'IPSEC' and
20037            not 'VHOST'"
20038   parameters:
20039   - "latency"
20040   - "parent"
20041   - "tags"
20042   sort:
20043   - "ACL_STATELESS"
20044   - "ACL_STATEFUL"
20045   - "ACL_STATELESS"
20046   - "ACL_STATEFUL"
20047   layout:
20048     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20049     layout: "plot-latency"
20050
20051 -
20052   type: "plot"
20053   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20054   algorithm: "plot_latency_error_bars"
20055   output-file-type: ".html"
20056   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20057   data: "plot-vpp-throughput-latency-3n-hsw"
20058   filter: "'NIC_Intel-X520-DA2' and
20059            '64B' and
20060            'NDRPDR' and
20061            '2T2C' and
20062            'IP4FWD' and
20063            'OACL' and
20064            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20065            not 'IPSEC' and
20066            not 'VHOST'"
20067   parameters:
20068   - "latency"
20069   - "parent"
20070   - "tags"
20071   sort:
20072   - "ACL_STATELESS"
20073   - "ACL_STATEFUL"
20074   - "ACL_STATELESS"
20075   - "ACL_STATEFUL"
20076   layout:
20077     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20078     layout: "plot-latency"
20079
20080 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20081 -
20082   type: "plot"
20083   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20084   algorithm: "plot_latency_error_bars"
20085   output-file-type: ".html"
20086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20087   data: "plot-vpp-throughput-latency-3n-hsw"
20088   filter: "'NIC_Intel-X710' and
20089            '64B' and
20090            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20091            'NDRPDR' and
20092            '1T1C' and
20093            'IP4FWD' and
20094            not 'IPSEC' and
20095            not 'VHOST'"
20096   parameters:
20097   - "latency"
20098   - "parent"
20099   - "tags"
20100   sort:
20101   - "DOT1Q"
20102   - "IP4BASE"
20103   - "FIB_20K"
20104   - "FIB_200K"
20105   - "FIB_2M"
20106   layout:
20107     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20108     layout: "plot-latency"
20109
20110 -
20111   type: "plot"
20112   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20113   algorithm: "plot_latency_error_bars"
20114   output-file-type: ".html"
20115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20116   data: "plot-vpp-throughput-latency-3n-hsw"
20117   filter: "'NIC_Intel-X710' and
20118            '64B' and
20119            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20120            'NDRPDR' and
20121            '2T2C' and
20122            'IP4FWD' and
20123            not 'IPSEC' and
20124            not 'VHOST'"
20125   parameters:
20126   - "latency"
20127   - "parent"
20128   - "tags"
20129   sort:
20130   - "DOT1Q"
20131   - "IP4BASE"
20132   - "FIB_20K"
20133   - "FIB_200K"
20134   - "FIB_2M"
20135   layout:
20136     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20137     layout: "plot-latency"
20138
20139 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20140 -
20141   type: "plot"
20142   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20143   algorithm: "plot_latency_error_bars"
20144   output-file-type: ".html"
20145   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20146   data: "plot-vpp-throughput-latency-3n-hsw"
20147   filter: "'NIC_Intel-X710' and
20148            '64B' and
20149            ('IP4BASE' or
20150             'POLICE_MARK' or
20151             'COPWHLIST' or
20152             ('NAT44' and 'BASE') or
20153             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20154            'NDRPDR' and
20155            '1T1C' and
20156            'IP4FWD' and
20157            not 'IPSEC' and
20158            not 'VHOST'"
20159   parameters:
20160   - "latency"
20161   - "parent"
20162   - "tags"
20163   sort:
20164   - "IP4BASE"
20165   - "NAT44"
20166   - "POLICE_MARK"
20167   - "COPWHLIST"
20168   - "IACL"
20169   - "OACL"
20170   layout:
20171     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20172     layout: "plot-latency"
20173
20174 -
20175   type: "plot"
20176   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20177   algorithm: "plot_latency_error_bars"
20178   output-file-type: ".html"
20179   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20180   data: "plot-vpp-throughput-latency-3n-hsw"
20181   filter: "'NIC_Intel-X710' and
20182            '64B' and
20183            ('IP4BASE' or
20184             'POLICE_MARK' or
20185             'COPWHLIST' or
20186             ('NAT44' and 'BASE') or
20187             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20188            'NDRPDR' and
20189            '2T2C' and
20190            'IP4FWD' and
20191            not 'IPSEC' and
20192            not 'VHOST'"
20193   parameters:
20194   - "latency"
20195   - "parent"
20196   - "tags"
20197   sort:
20198   - "IP4BASE"
20199   - "NAT44"
20200   - "POLICE_MARK"
20201   - "COPWHLIST"
20202   - "IACL"
20203   - "OACL"
20204   layout:
20205     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20206     layout: "plot-latency"
20207
20208 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20209 -
20210   type: "plot"
20211   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20212   algorithm: "plot_latency_error_bars"
20213   output-file-type: ".html"
20214   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20215   data: "plot-vpp-throughput-latency-3n-hsw"
20216   filter: "'NIC_Intel-X710' and
20217            '64B' and
20218            'NDRPDR' and
20219            '1T1C' and
20220            'IP4FWD' and
20221            'NAT44' and
20222            not 'IPSEC' and
20223            not 'VHOST'"
20224   parameters:
20225   - "latency"
20226   - "parent"
20227   - "tags"
20228   sort:
20229   - "BASE"
20230   - "BASE"
20231   - "SRC_USER_10"
20232   - "SRC_USER_100"
20233   - "SRC_USER_1000"
20234   - "SRC_USER_2000"
20235   layout:
20236     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20237     layout: "plot-latency"
20238
20239 -
20240   type: "plot"
20241   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20242   algorithm: "plot_latency_error_bars"
20243   output-file-type: ".html"
20244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20245   data: "plot-vpp-throughput-latency-3n-hsw"
20246   filter: "'NIC_Intel-X710' and
20247            '64B' and
20248            'NDRPDR' and
20249            '2T2C' and
20250            'IP4FWD' and
20251            'NAT44' and
20252            not 'IPSEC' and
20253            not 'VHOST'"
20254   parameters:
20255   - "latency"
20256   - "parent"
20257   - "tags"
20258   sort:
20259   - "BASE"
20260   - "BASE"
20261   - "SRC_USER_10"
20262   - "SRC_USER_100"
20263   - "SRC_USER_1000"
20264   - "SRC_USER_2000"
20265   layout:
20266     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20267     layout: "plot-latency"
20268
20269 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20270 -
20271   type: "plot"
20272   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20273   algorithm: "plot_latency_error_bars"
20274   output-file-type: ".html"
20275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20276   data: "plot-vpp-throughput-latency-3n-hsw"
20277   filter: "'NIC_Intel-X710' and
20278            '64B' and
20279            'NDRPDR' and
20280            '1T1C' and
20281            'IP4FWD' and
20282            'IACL' and
20283            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20284            not 'IPSEC' and
20285            not 'VHOST'"
20286   parameters:
20287   - "latency"
20288   - "parent"
20289   - "tags"
20290   sort:
20291   - "ACL_STATELESS"
20292   - "ACL_STATEFUL"
20293   - "ACL_STATELESS"
20294   - "ACL_STATEFUL"
20295   layout:
20296     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20297     layout: "plot-latency"
20298
20299 -
20300   type: "plot"
20301   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20302   algorithm: "plot_latency_error_bars"
20303   output-file-type: ".html"
20304   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20305   data: "plot-vpp-throughput-latency-3n-hsw"
20306   filter: "'NIC_Intel-X710' and
20307            '64B' and
20308            'NDRPDR' and
20309            '2T2C' and
20310            'IP4FWD' and
20311            'IACL' and
20312            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20313            not 'IPSEC' and
20314            not 'VHOST'"
20315   parameters:
20316   - "latency"
20317   - "parent"
20318   - "tags"
20319   sort:
20320   - "ACL_STATELESS"
20321   - "ACL_STATEFUL"
20322   - "ACL_STATELESS"
20323   - "ACL_STATEFUL"
20324   layout:
20325     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20326     layout: "plot-latency"
20327
20328 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20329 -
20330   type: "plot"
20331   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20332   algorithm: "plot_latency_error_bars"
20333   output-file-type: ".html"
20334   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20335   data: "plot-vpp-throughput-latency-3n-hsw"
20336   filter: "'NIC_Intel-X710' and
20337            '64B' and
20338            'NDRPDR' and
20339            '1T1C' and
20340            'IP4FWD' and
20341            'OACL' and
20342            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20343            not 'IPSEC' and
20344            not 'VHOST'"
20345   parameters:
20346   - "latency"
20347   - "parent"
20348   - "tags"
20349   sort:
20350   - "ACL_STATELESS"
20351   - "ACL_STATEFUL"
20352   - "ACL_STATELESS"
20353   - "ACL_STATEFUL"
20354   layout:
20355     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20356     layout: "plot-latency"
20357
20358 -
20359   type: "plot"
20360   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20361   algorithm: "plot_latency_error_bars"
20362   output-file-type: ".html"
20363   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20364   data: "plot-vpp-throughput-latency-3n-hsw"
20365   filter: "'NIC_Intel-X710' and
20366            '64B' and
20367            'NDRPDR' and
20368            '2T2C' and
20369            'IP4FWD' and
20370            'OACL' and
20371            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20372            not 'IPSEC' and
20373            not 'VHOST'"
20374   parameters:
20375   - "latency"
20376   - "parent"
20377   - "tags"
20378   sort:
20379   - "ACL_STATELESS"
20380   - "ACL_STATEFUL"
20381   - "ACL_STATELESS"
20382   - "ACL_STATEFUL"
20383   layout:
20384     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20385     layout: "plot-latency"
20386
20387 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20388 -
20389   type: "plot"
20390   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20391   algorithm: "plot_latency_error_bars"
20392   output-file-type: ".html"
20393   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20394   data: "plot-vpp-throughput-latency-3n-hsw"
20395   filter: "'NIC_Intel-XL710' and
20396            '64B' and
20397            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20398            'NDRPDR' and
20399            '1T1C' and
20400            'IP4FWD' and
20401            not 'IPSEC' and
20402            not 'VHOST'"
20403   parameters:
20404   - "latency"
20405   - "parent"
20406   - "tags"
20407   sort:
20408   - "IP4BASE"
20409   - "FIB_20K"
20410   - "FIB_200K"
20411   - "FIB_2M"
20412   layout:
20413     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20414     layout: "plot-latency"
20415
20416 -
20417   type: "plot"
20418   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20419   algorithm: "plot_latency_error_bars"
20420   output-file-type: ".html"
20421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20422   data: "plot-vpp-throughput-latency-3n-hsw"
20423   filter: "'NIC_Intel-XL710' and
20424            '64B' and
20425            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20426            'NDRPDR' and
20427            '2T2C' and
20428            'IP4FWD' and
20429            not 'IPSEC' and
20430            not 'VHOST'"
20431   parameters:
20432   - "latency"
20433   - "parent"
20434   - "tags"
20435   sort:
20436   - "IP4BASE"
20437   - "FIB_20K"
20438   - "FIB_200K"
20439   - "FIB_2M"
20440   layout:
20441     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20442     layout: "plot-latency"
20443
20444 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20445 -
20446   type: "plot"
20447   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20448   algorithm: "plot_latency_error_bars"
20449   output-file-type: ".html"
20450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20451   data: "plot-vpp-throughput-latency-3n-skx"
20452   filter: "'NIC_Intel-X710' and
20453            '64B' and
20454            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20455            'NDRPDR' and
20456            '2T1C' and
20457            'IP4FWD' and
20458            not 'IPSEC' and
20459            not 'VHOST'"
20460   parameters:
20461   - "latency"
20462   - "parent"
20463   - "tags"
20464   sort:
20465   - "IP4BASE"
20466   - "FIB_20K"
20467   - "FIB_200K"
20468   - "FIB_2M"
20469   layout:
20470     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20471     layout: "plot-latency"
20472
20473 -
20474   type: "plot"
20475   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20476   algorithm: "plot_latency_error_bars"
20477   output-file-type: ".html"
20478   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20479   data: "plot-vpp-throughput-latency-3n-skx"
20480   filter: "'NIC_Intel-X710' and
20481            '64B' and
20482            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20483            'NDRPDR' and
20484            '4T2C' and
20485            'IP4FWD' and
20486            not 'IPSEC' and
20487            not 'VHOST'"
20488   parameters:
20489   - "latency"
20490   - "parent"
20491   - "tags"
20492   sort:
20493   - "IP4BASE"
20494   - "FIB_20K"
20495   - "FIB_200K"
20496   - "FIB_2M"
20497   layout:
20498     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20499     layout: "plot-latency"
20500
20501 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20502 -
20503   type: "plot"
20504   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20505   algorithm: "plot_latency_error_bars"
20506   output-file-type: ".html"
20507   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20508   data: "plot-vpp-throughput-latency-3n-skx"
20509   filter: "'NIC_Intel-X710' and
20510            '64B' and
20511            ('IP4BASE' or
20512             'POLICE_MARK' or
20513             'COPWHLIST' or
20514             ('NAT44' and 'BASE') or
20515             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20516            'NDRPDR' and
20517            '2T1C' and
20518            'IP4FWD' and
20519            not 'IPSEC' and
20520            not 'VHOST'"
20521   parameters:
20522   - "latency"
20523   - "parent"
20524   - "tags"
20525   sort:
20526   - "IP4BASE"
20527   - "NAT44"
20528   - "POLICE_MARK"
20529   - "COPWHLIST"
20530   - "IACL"
20531   - "OACL"
20532   layout:
20533     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20534     layout: "plot-latency"
20535
20536 -
20537   type: "plot"
20538   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20539   algorithm: "plot_latency_error_bars"
20540   output-file-type: ".html"
20541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20542   data: "plot-vpp-throughput-latency-3n-skx"
20543   filter: "'NIC_Intel-X710' and
20544            '64B' and
20545            ('IP4BASE' or
20546             'POLICE_MARK' or
20547             'COPWHLIST' or
20548             ('NAT44' and 'BASE') or
20549             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20550            'NDRPDR' and
20551            '4T2C' and
20552            'IP4FWD' and
20553            not 'IPSEC' and
20554            not 'VHOST'"
20555   parameters:
20556   - "latency"
20557   - "parent"
20558   - "tags"
20559   sort:
20560   - "IP4BASE"
20561   - "NAT44"
20562   - "POLICE_MARK"
20563   - "COPWHLIST"
20564   - "IACL"
20565   - "OACL"
20566   layout:
20567     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20568     layout: "plot-latency"
20569
20570 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20571 -
20572   type: "plot"
20573   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20574   algorithm: "plot_latency_error_bars"
20575   output-file-type: ".html"
20576   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20577   data: "plot-vpp-throughput-latency-3n-skx"
20578   filter: "'NIC_Intel-X710' and
20579            '64B' and
20580            'NDRPDR' and
20581            '2T1C' and
20582            'IP4FWD' and
20583            'NAT44' and
20584            not 'IPSEC' and
20585            not 'VHOST'"
20586   parameters:
20587   - "latency"
20588   - "parent"
20589   - "tags"
20590   sort:
20591   - "BASE"
20592   - "BASE"
20593   - "SRC_USER_10"
20594   - "SRC_USER_100"
20595   - "SRC_USER_1000"
20596   - "SRC_USER_2000"
20597   layout:
20598     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20599     layout: "plot-latency"
20600
20601 -
20602   type: "plot"
20603   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20604   algorithm: "plot_latency_error_bars"
20605   output-file-type: ".html"
20606   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20607   data: "plot-vpp-throughput-latency-3n-skx"
20608   filter: "'NIC_Intel-X710' and
20609            '64B' and
20610            'NDRPDR' and
20611            '4T2C' and
20612            'IP4FWD' and
20613            'NAT44' and
20614            not 'IPSEC' and
20615            not 'VHOST'"
20616   parameters:
20617   - "latency"
20618   - "parent"
20619   - "tags"
20620   sort:
20621   - "BASE"
20622   - "BASE"
20623   - "SRC_USER_10"
20624   - "SRC_USER_100"
20625   - "SRC_USER_1000"
20626   - "SRC_USER_2000"
20627   layout:
20628     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20629     layout: "plot-latency"
20630
20631 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20632 -
20633   type: "plot"
20634   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20635   algorithm: "plot_latency_error_bars"
20636   output-file-type: ".html"
20637   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20638   data: "plot-vpp-throughput-latency-3n-skx"
20639   filter: "'NIC_Intel-X710' and
20640            '64B' and
20641            'NDRPDR' and
20642            '2T1C' and
20643            'IP4FWD' and
20644            'IACL' and
20645            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20646            not 'IPSEC' and
20647            not 'VHOST'"
20648   parameters:
20649   - "latency"
20650   - "parent"
20651   - "tags"
20652   sort:
20653   - "ACL_STATELESS"
20654   - "ACL_STATEFUL"
20655   - "ACL_STATELESS"
20656   - "ACL_STATEFUL"
20657   layout:
20658     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20659     layout: "plot-latency"
20660
20661 -
20662   type: "plot"
20663   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20664   algorithm: "plot_latency_error_bars"
20665   output-file-type: ".html"
20666   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20667   data: "plot-vpp-throughput-latency-3n-skx"
20668   filter: "'NIC_Intel-X710' and
20669            '64B' and
20670            'NDRPDR' and
20671            '4T2C' and
20672            'IP4FWD' and
20673            'IACL' and
20674            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20675            not 'IPSEC' and
20676            not 'VHOST'"
20677   parameters:
20678   - "latency"
20679   - "parent"
20680   - "tags"
20681   sort:
20682   - "ACL_STATELESS"
20683   - "ACL_STATEFUL"
20684   - "ACL_STATELESS"
20685   - "ACL_STATEFUL"
20686   layout:
20687     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20688     layout: "plot-latency"
20689
20690 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20691 -
20692   type: "plot"
20693   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20694   algorithm: "plot_latency_error_bars"
20695   output-file-type: ".html"
20696   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20697   data: "plot-vpp-throughput-latency-3n-skx"
20698   filter: "'NIC_Intel-X710' and
20699            '64B' and
20700            'NDRPDR' and
20701            '2T1C' and
20702            'IP4FWD' and
20703            'OACL' and
20704            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20705            not 'IPSEC' and
20706            not 'VHOST'"
20707   parameters:
20708   - "latency"
20709   - "parent"
20710   - "tags"
20711   sort:
20712   - "ACL_STATELESS"
20713   - "ACL_STATEFUL"
20714   - "ACL_STATELESS"
20715   - "ACL_STATEFUL"
20716   layout:
20717     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20718     layout: "plot-latency"
20719
20720 -
20721   type: "plot"
20722   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20723   algorithm: "plot_latency_error_bars"
20724   output-file-type: ".html"
20725   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20726   data: "plot-vpp-throughput-latency-3n-skx"
20727   filter: "'NIC_Intel-X710' and
20728            '64B' and
20729            'NDRPDR' and
20730            '4T2C' and
20731            'IP4FWD' and
20732            'OACL' and
20733            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20734            not 'IPSEC' and
20735            not 'VHOST'"
20736   parameters:
20737   - "latency"
20738   - "parent"
20739   - "tags"
20740   sort:
20741   - "ACL_STATELESS"
20742   - "ACL_STATEFUL"
20743   - "ACL_STATELESS"
20744   - "ACL_STATEFUL"
20745   layout:
20746     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20747     layout: "plot-latency"
20748
20749 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20750 -
20751   type: "plot"
20752   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20753   algorithm: "plot_latency_error_bars"
20754   output-file-type: ".html"
20755   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20756   data: "plot-vpp-throughput-latency-2n-skx"
20757   filter: "'NIC_Intel-X710' and
20758            '64B' and
20759            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20760            'NDRPDR' and
20761            '2T1C' and
20762            'IP4FWD' and
20763            not 'IPSEC' and
20764            not 'VHOST'"
20765   parameters:
20766   - "latency"
20767   - "parent"
20768   - "tags"
20769   sort:
20770   - "DOT1Q"
20771   - "IP4BASE"
20772   - "FIB_20k"
20773   - "FIB_200k"
20774   - "FIB_2M"
20775   layout:
20776     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20777     layout: "plot-latency"
20778
20779 -
20780   type: "plot"
20781   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20782   algorithm: "plot_latency_error_bars"
20783   output-file-type: ".html"
20784   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20785   data: "plot-vpp-throughput-latency-2n-skx"
20786   filter: "'NIC_Intel-X710' and
20787            '64B' and
20788            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20789            'NDRPDR' and
20790            '4T2C' and
20791            'IP4FWD' and
20792            not 'IPSEC' and
20793            not 'VHOST'"
20794   parameters:
20795   - "latency"
20796   - "parent"
20797   - "tags"
20798   sort:
20799   - "DOT1Q"
20800   - "IP4BASE"
20801   - "FIB_20k"
20802   - "FIB_200k"
20803   - "FIB_2M"
20804   layout:
20805     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20806     layout: "plot-latency"
20807
20808 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20809 -
20810   type: "plot"
20811   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20812   algorithm: "plot_latency_error_bars"
20813   output-file-type: ".html"
20814   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20815   data: "plot-vpp-throughput-latency-2n-skx"
20816   filter: "'NIC_Intel-XXV710' and
20817            '64B' and
20818            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20819            'NDRPDR' and
20820            '2T1C' and
20821            'IP4FWD' and
20822            not 'IPSEC' and
20823            not 'VHOST'"
20824   parameters:
20825   - "latency"
20826   - "parent"
20827   - "tags"
20828   sort:
20829   - "DOT1Q"
20830   - "IP4BASE"
20831   - "FIB_20k"
20832   - "FIB_200k"
20833   - "FIB_2M"
20834   layout:
20835     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20836     layout: "plot-latency"
20837
20838 -
20839   type: "plot"
20840   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20841   algorithm: "plot_latency_error_bars"
20842   output-file-type: ".html"
20843   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20844   data: "plot-vpp-throughput-latency-2n-skx"
20845   filter: "'NIC_Intel-XXV710' and
20846            '64B' and
20847            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20848            'NDRPDR' and
20849            '4T2C' and
20850            'IP4FWD' and
20851            not 'IPSEC' and
20852            not 'VHOST'"
20853   parameters:
20854   - "latency"
20855   - "parent"
20856   - "tags"
20857   sort:
20858   - "DOT1Q"
20859   - "IP4BASE"
20860   - "FIB_20k"
20861   - "FIB_200k"
20862   - "FIB_2M"
20863   layout:
20864     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20865     layout: "plot-latency"
20866
20867 ################################################################################
20868
20869 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20870 -
20871   type: "plot"
20872   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20873   algorithm: "plot_latency_error_bars"
20874   output-file-type: ".html"
20875   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20876   data: "plot-vpp-throughput-latency-3n-hsw"
20877   filter: "'NIC_Intel-X520-DA2' and
20878            '64B' and
20879            'ENCAP' and
20880            'NDRPDR' and
20881            '1T1C' and
20882            ('VXLAN' or 'LISP') and
20883            not 'VHOST' and
20884            not 'IPSECHW'"
20885   parameters:
20886   - "latency"
20887   - "parent"
20888   - "tags"
20889   sort:
20890   - "not DOT1Q"
20891   - "VXLAN_1"
20892   - "VXLAN_10"
20893   - "VXLAN_100"
20894   - "VXLAN_1000"
20895   layout:
20896     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20897     layout: "plot-latency"
20898
20899 -
20900   type: "plot"
20901   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20902   algorithm: "plot_latency_error_bars"
20903   output-file-type: ".html"
20904   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20905   data: "plot-vpp-throughput-latency-3n-hsw"
20906   filter: "'NIC_Intel-X520-DA2' and
20907            '64B' and
20908            'ENCAP' and
20909            'NDRPDR' and
20910            '2T2C' and
20911            ('VXLAN' or 'LISP') and
20912            not 'VHOST' and
20913            not 'IPSECHW'"
20914   parameters:
20915   - "latency"
20916   - "parent"
20917   - "tags"
20918   sort:
20919   - "not DOT1Q"
20920   - "VXLAN_1"
20921   - "VXLAN_10"
20922   - "VXLAN_100"
20923   - "VXLAN_1000"
20924   layout:
20925     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20926     layout: "plot-latency"
20927
20928 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20929 -
20930   type: "plot"
20931   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20932   algorithm: "plot_latency_error_bars"
20933   output-file-type: ".html"
20934   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20935   data: "plot-vpp-throughput-latency-3n-hsw"
20936   filter: "'NIC_Intel-X520-DA2' and
20937            '64B' and
20938            'ENCAP' and
20939            'NDRPDR' and
20940            '1T1C' and
20941            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20942            not 'DOT1Q' and
20943            not 'VHOST' and
20944            not 'IPSECHW'"
20945   parameters:
20946   - "latency"
20947   - "parent"
20948   - "tags"
20949   sort:
20950   - "L2BDMACLRN"
20951   - "L2XCFWD"
20952   - "LISP"
20953   layout:
20954     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20955     layout: "plot-latency"
20956
20957 -
20958   type: "plot"
20959   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20960   algorithm: "plot_latency_error_bars"
20961   output-file-type: ".html"
20962   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20963   data: "plot-vpp-throughput-latency-3n-hsw"
20964   filter: "'NIC_Intel-X520-DA2' and
20965            '64B' and
20966            'ENCAP' and
20967            'NDRPDR' and
20968            '2T2C' and
20969            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20970            not 'DOT1Q' and
20971            not 'VHOST' and
20972            not 'IPSECHW'"
20973   parameters:
20974   - "latency"
20975   - "parent"
20976   - "tags"
20977   sort:
20978   - "L2BDMACLRN"
20979   - "L2XCFWD"
20980   - "LISP"
20981   layout:
20982     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20983     layout: "plot-latency"
20984
20985 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20986 -
20987   type: "plot"
20988   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20989   algorithm: "plot_latency_error_bars"
20990   output-file-type: ".html"
20991   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20992   data: "plot-vpp-throughput-latency-3n-hsw"
20993   filter: "'NIC_Intel-X710' and
20994            '64B' and
20995            'ENCAP' and
20996            'NDRPDR' and
20997            '1T1C' and
20998            ('VXLAN' or 'LISP') and
20999            not 'VHOST' and
21000            not 'IPSECHW'"
21001   parameters:
21002   - "latency"
21003   - "parent"
21004   - "tags"
21005   sort:
21006   - "LISP"
21007   - "VXLAN_1"
21008   - "VXLAN_10"
21009   - "VXLAN_100"
21010   - "VXLAN_1000"
21011   layout:
21012     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21013     layout: "plot-latency"
21014
21015 -
21016   type: "plot"
21017   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21018   algorithm: "plot_latency_error_bars"
21019   output-file-type: ".html"
21020   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21021   data: "plot-vpp-throughput-latency-3n-hsw"
21022   filter: "'NIC_Intel-X710' and
21023            '64B' and
21024            'ENCAP' and
21025            'NDRPDR' and
21026            '2T2C' and
21027            ('VXLAN' or 'LISP') and
21028            not 'VHOST' and
21029            not 'IPSECHW'"
21030   parameters:
21031   - "latency"
21032   - "parent"
21033   - "tags"
21034   sort:
21035   - "LISP"
21036   - "VXLAN_1"
21037   - "VXLAN_10"
21038   - "VXLAN_100"
21039   - "VXLAN_1000"
21040   layout:
21041     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21042     layout: "plot-latency"
21043
21044 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21045 -
21046   type: "plot"
21047   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21048   algorithm: "plot_latency_error_bars"
21049   output-file-type: ".html"
21050   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21051   data: "plot-vpp-throughput-latency-3n-hsw"
21052   filter: "'NIC_Intel-X710' and
21053            '64B' and
21054            'ENCAP' and
21055            'NDRPDR' and
21056            '1T1C' and
21057            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21058            not 'DOT1Q' and
21059            not 'VHOST' and
21060            not 'IPSECHW'"
21061   parameters:
21062   - "latency"
21063   - "parent"
21064   - "tags"
21065   sort:
21066   - "L2BDMACLRN"
21067   - "L2XCFWD"
21068   - "LISP"
21069   layout:
21070     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21071     layout: "plot-latency"
21072
21073 -
21074   type: "plot"
21075   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21076   algorithm: "plot_latency_error_bars"
21077   output-file-type: ".html"
21078   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21079   data: "plot-vpp-throughput-latency-3n-hsw"
21080   filter: "'NIC_Intel-X710' and
21081            '64B' and
21082            'ENCAP' and
21083            'NDRPDR' and
21084            '2T2C' and
21085            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21086            not 'DOT1Q' and
21087            not 'VHOST' and
21088            not 'IPSECHW'"
21089   parameters:
21090   - "latency"
21091   - "parent"
21092   - "tags"
21093   sort:
21094   - "L2BDMACLRN"
21095   - "L2XCFWD"
21096   - "LISP"
21097   layout:
21098     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21099     layout: "plot-latency"
21100
21101 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21102 -
21103   type: "plot"
21104   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21105   algorithm: "plot_latency_error_bars"
21106   output-file-type: ".html"
21107   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21108   data: "plot-vpp-throughput-latency-3n-skx"
21109   filter: "'NIC_Intel-X710' and
21110            '64B' and
21111            'ENCAP' and
21112            'NDRPDR' and
21113            '2T1C' and
21114            ('VXLAN' or 'LISP') and
21115            not 'VHOST' and
21116            not 'IPSECHW'"
21117   parameters:
21118   - "latency"
21119   - "parent"
21120   - "tags"
21121   sort:
21122   - "LISP"
21123   - "VXLAN_1"
21124   - "VXLAN_10"
21125   - "VXLAN_100"
21126   - "VXLAN_1000"
21127   layout:
21128     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21129     layout: "plot-latency"
21130
21131 -
21132   type: "plot"
21133   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21134   algorithm: "plot_latency_error_bars"
21135   output-file-type: ".html"
21136   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21137   data: "plot-vpp-throughput-latency-3n-skx"
21138   filter: "'NIC_Intel-X710' and
21139            '64B' and
21140            'ENCAP' and
21141            'NDRPDR' and
21142            '4T2C' and
21143            ('VXLAN' or 'LISP') and
21144            not 'VHOST' and
21145            not 'IPSECHW'"
21146   parameters:
21147   - "latency"
21148   - "parent"
21149   - "tags"
21150   sort:
21151   - "LISP"
21152   - "VXLAN_1"
21153   - "VXLAN_10"
21154   - "VXLAN_100"
21155   - "VXLAN_1000"
21156   layout:
21157     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21158     layout: "plot-latency"
21159
21160 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21161 -
21162   type: "plot"
21163   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21164   algorithm: "plot_latency_error_bars"
21165   output-file-type: ".html"
21166   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21167   data: "plot-vpp-throughput-latency-3n-skx"
21168   filter: "'NIC_Intel-X710' and
21169            '64B' and
21170            'ENCAP' and
21171            'NDRPDR' and
21172            '2T1C' and
21173            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21174            not 'DOT1Q' and
21175            not 'VHOST' and
21176            not 'IPSECHW'"
21177   parameters:
21178   - "latency"
21179   - "parent"
21180   - "tags"
21181   sort:
21182   - "L2BDMACLRN"
21183   - "L2XCFWD"
21184   - "LISP"
21185   layout:
21186     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21187     layout: "plot-latency"
21188
21189 -
21190   type: "plot"
21191   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21192   algorithm: "plot_latency_error_bars"
21193   output-file-type: ".html"
21194   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21195   data: "plot-vpp-throughput-latency-3n-skx"
21196   filter: "'NIC_Intel-X710' and
21197            '64B' and
21198            'ENCAP' and
21199            'NDRPDR' and
21200            '4T2C' and
21201            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21202            not 'DOT1Q' and
21203            not 'VHOST' and
21204            not 'IPSECHW'"
21205   parameters:
21206   - "latency"
21207   - "parent"
21208   - "tags"
21209   sort:
21210   - "L2BDMACLRN"
21211   - "L2XCFWD"
21212   - "LISP"
21213   layout:
21214     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21215     layout: "plot-latency"
21216
21217 ################################################################################
21218
21219 # Packet Latency - VPP IPv6 3n-hsw-x520
21220 -
21221   type: "plot"
21222   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21223   algorithm: "plot_latency_error_bars"
21224   output-file-type: ".html"
21225   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21226   data: "plot-vpp-throughput-latency-3n-hsw"
21227   filter: "'NIC_Intel-X520-DA2' and
21228            '78B' and
21229            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21230            'NDRPDR' and
21231            '1T1C' and
21232            'IP6FWD' and
21233            not 'SRv6' and
21234            not 'IPSEC' and
21235            not 'VHOST'"
21236   parameters:
21237   - "latency"
21238   - "parent"
21239   - "tags"
21240   sort:
21241   - "IP6BASE"
21242   - "FIB_20K"
21243   - "FIB_200K"
21244   - "FIB_2M"
21245   layout:
21246     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21247     layout: "plot-latency"
21248
21249 -
21250   type: "plot"
21251   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21252   algorithm: "plot_latency_error_bars"
21253   output-file-type: ".html"
21254   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21255   data: "plot-vpp-throughput-latency-3n-hsw"
21256   filter: "'NIC_Intel-X520-DA2' and
21257            '78B' and
21258            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21259            'NDRPDR' and
21260            '2T2C' and
21261            'IP6FWD' and
21262            not 'SRv6' and
21263            not 'IPSEC' and
21264            not 'VHOST'"
21265   parameters:
21266   - "latency"
21267   - "parent"
21268   - "tags"
21269   sort:
21270   - "IP6BASE"
21271   - "FIB_20K"
21272   - "FIB_200K"
21273   - "FIB_2M"
21274   layout:
21275     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21276     layout: "plot-latency"
21277
21278 # Packet Latency - VPP IPv6 3n-hsw-x710
21279 -
21280   type: "plot"
21281   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21282   algorithm: "plot_latency_error_bars"
21283   output-file-type: ".html"
21284   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21285   data: "plot-vpp-throughput-latency-3n-hsw"
21286   filter: "'NIC_Intel-X710' and
21287            '78B' and
21288            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21289            'NDRPDR' and
21290            '1T1C' and
21291            'IP6FWD' and
21292            not 'SRv6' and
21293            not 'IPSEC' and
21294            not 'VHOST'"
21295   parameters:
21296   - "latency"
21297   - "parent"
21298   - "tags"
21299   sort:
21300   - "IP6BASE"
21301   - "FIB_20K"
21302   - "FIB_200K"
21303   - "FIB_2M"
21304   layout:
21305     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21306     layout: "plot-latency"
21307
21308 -
21309   type: "plot"
21310   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21311   algorithm: "plot_latency_error_bars"
21312   output-file-type: ".html"
21313   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21314   data: "plot-vpp-throughput-latency-3n-hsw"
21315   filter: "'NIC_Intel-X710' and
21316            '78B' and
21317            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21318            'NDRPDR' and
21319            '2T2C' and
21320            'IP6FWD' and
21321            not 'SRv6' and
21322            not 'IPSEC' and
21323            not 'VHOST'"
21324   parameters:
21325   - "latency"
21326   - "parent"
21327   - "tags"
21328   sort:
21329   - "IP6BASE"
21330   - "FIB_20K"
21331   - "FIB_200K"
21332   - "FIB_2M"
21333   layout:
21334     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21335     layout: "plot-latency"
21336
21337 # Packet Latency - VPP IPv6 3n-hsw-xl710
21338 -
21339   type: "plot"
21340   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21341   algorithm: "plot_latency_error_bars"
21342   output-file-type: ".html"
21343   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21344   data: "plot-vpp-throughput-latency-3n-hsw"
21345   filter: "'NIC_Intel-XL710' and
21346            '78B' and
21347            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21348            'NDRPDR' and
21349            '1T1C' and
21350            'IP6FWD' and
21351            not 'SRv6' and
21352            not 'IPSEC' and
21353            not 'VHOST'"
21354   parameters:
21355   - "latency"
21356   - "parent"
21357   - "tags"
21358   sort:
21359   - "IP6BASE"
21360   - "FIB_20K"
21361   - "FIB_200K"
21362   - "FIB_2M"
21363   layout:
21364     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21365     layout: "plot-latency"
21366
21367 -
21368   type: "plot"
21369   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21370   algorithm: "plot_latency_error_bars"
21371   output-file-type: ".html"
21372   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21373   data: "plot-vpp-throughput-latency-3n-hsw"
21374   filter: "'NIC_Intel-XL710' and
21375            '78B' and
21376            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21377            'NDRPDR' and
21378            '2T2C' and
21379            'IP6FWD' and
21380            not 'SRv6' and
21381            not 'IPSEC' and
21382            not 'VHOST'"
21383   parameters:
21384   - "latency"
21385   - "parent"
21386   - "tags"
21387   sort:
21388   - "IP6BASE"
21389   - "FIB_20K"
21390   - "FIB_200K"
21391   - "FIB_2M"
21392   layout:
21393     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21394     layout: "plot-latency"
21395
21396 # Packet Latency - VPP IPv6 3n-skx-x710
21397 -
21398   type: "plot"
21399   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21400   algorithm: "plot_latency_error_bars"
21401   output-file-type: ".html"
21402   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21403   data: "plot-vpp-throughput-latency-3n-skx"
21404   filter: "'NIC_Intel-X710' and
21405            '78B' and
21406            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21407            'NDRPDR' and
21408            '2T1C' and
21409            'IP6FWD' and
21410            not 'SRv6' and
21411            not 'IPSEC' and
21412            not 'VHOST'"
21413   parameters:
21414   - "latency"
21415   - "parent"
21416   - "tags"
21417   sort:
21418   - "IP6BASE"
21419   - "FIB_20K"
21420   - "FIB_200K"
21421   - "FIB_2M"
21422   layout:
21423     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21424     layout: "plot-latency"
21425
21426 -
21427   type: "plot"
21428   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21429   algorithm: "plot_latency_error_bars"
21430   output-file-type: ".html"
21431   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21432   data: "plot-vpp-throughput-latency-3n-skx"
21433   filter: "'NIC_Intel-X710' and
21434            '78B' and
21435            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21436            'NDRPDR' and
21437            '4T2C' and
21438            'IP6FWD' and
21439            not 'SRv6' and
21440            not 'IPSEC' and
21441            not 'VHOST'"
21442   parameters:
21443   - "latency"
21444   - "parent"
21445   - "tags"
21446   sort:
21447   - "IP6BASE"
21448   - "FIB_20K"
21449   - "FIB_200K"
21450   - "FIB_2M"
21451   layout:
21452     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21453     layout: "plot-latency"
21454
21455 # Packet Latency - VPP IPv6 2n-skx-x710
21456 -
21457   type: "plot"
21458   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21459   algorithm: "plot_latency_error_bars"
21460   output-file-type: ".html"
21461   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21462   data: "plot-vpp-throughput-latency-2n-skx"
21463   filter: "'NIC_Intel-X710' and
21464            '78B' and
21465            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21466            'NDRPDR' and
21467            '2T1C' and
21468            'IP6FWD' and
21469            not 'SRv6' and
21470            not 'IPSEC' and
21471            not 'VHOST'"
21472   parameters:
21473   - "latency"
21474   - "parent"
21475   - "tags"
21476   sort:
21477   - "IP6BASE"
21478   - "FIB_20k"
21479   - "FIB_200k"
21480   - "FIB_2M"
21481   layout:
21482     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21483     layout: "plot-latency"
21484
21485 -
21486   type: "plot"
21487   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21488   algorithm: "plot_latency_error_bars"
21489   output-file-type: ".html"
21490   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21491   data: "plot-vpp-throughput-latency-2n-skx"
21492   filter: "'NIC_Intel-X710' and
21493            '78B' and
21494            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21495            'NDRPDR' and
21496            '4T2C' and
21497            'IP6FWD' and
21498            not 'SRv6' and
21499            not 'IPSEC' and
21500            not 'VHOST'"
21501   parameters:
21502   - "latency"
21503   - "parent"
21504   - "tags"
21505   sort:
21506   - "IP6BASE"
21507   - "FIB_20k"
21508   - "FIB_200k"
21509   - "FIB_2M"
21510   layout:
21511     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21512     layout: "plot-latency"
21513
21514 # Packet Latency - VPP IPv6 2n-skx-xxv710
21515 -
21516   type: "plot"
21517   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21518   algorithm: "plot_latency_error_bars"
21519   output-file-type: ".html"
21520   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21521   data: "plot-vpp-throughput-latency-2n-skx"
21522   filter: "'NIC_Intel-XXV710' and
21523            '78B' and
21524            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21525            'NDRPDR' and
21526            '2T1C' and
21527            'IP6FWD' and
21528            not 'SRv6' and
21529            not 'IPSEC' and
21530            not 'VHOST'"
21531   parameters:
21532   - "latency"
21533   - "parent"
21534   - "tags"
21535   sort:
21536   - "IP6BASE"
21537   - "FIB_20k"
21538   - "FIB_200k"
21539   - "FIB_2M"
21540   layout:
21541     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21542     layout: "plot-latency"
21543
21544 -
21545   type: "plot"
21546   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21547   algorithm: "plot_latency_error_bars"
21548   output-file-type: ".html"
21549   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21550   data: "plot-vpp-throughput-latency-2n-skx"
21551   filter: "'NIC_Intel-XXV710' and
21552            '78B' and
21553            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21554            'NDRPDR' and
21555            '4T2C' and
21556            'IP6FWD' and
21557            not 'SRv6' and
21558            not 'IPSEC' and
21559            not 'VHOST'"
21560   parameters:
21561   - "latency"
21562   - "parent"
21563   - "tags"
21564   sort:
21565   - "IP6BASE"
21566   - "FIB_20k"
21567   - "FIB_200k"
21568   - "FIB_2M"
21569   layout:
21570     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21571     layout: "plot-latency"
21572
21573 ################################################################################
21574
21575 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21576 -
21577   type: "plot"
21578   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21579   algorithm: "plot_latency_error_bars"
21580   output-file-type: ".html"
21581   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21582   data: "plot-vpp-throughput-latency-3n-hsw"
21583   filter: "'NIC_Intel-X520-DA2' and
21584            '78B' and
21585            'ENCAP' and
21586            'NDRPDR' and
21587            '1T1C' and
21588            'LISP' and
21589            not 'VHOST'"
21590   parameters:
21591   - "latency"
21592   - "parent"
21593   - "tags"
21594   sort:
21595   - "IP4UNRLAY"
21596   - "IP6UNRLAY"
21597   layout:
21598     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21599     layout: "plot-latency"
21600
21601 -
21602   type: "plot"
21603   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21604   algorithm: "plot_latency_error_bars"
21605   output-file-type: ".html"
21606   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21607   data: "plot-vpp-throughput-latency-3n-hsw"
21608   filter: "'NIC_Intel-X520-DA2' and
21609            '78B' and
21610            'ENCAP' and
21611            'NDRPDR' and
21612            '2T2C' and
21613            'LISP' and
21614            not 'VHOST'"
21615   parameters:
21616   - "latency"
21617   - "parent"
21618   - "tags"
21619   sort:
21620   - "IP4UNRLAY"
21621   - "IP6UNRLAY"
21622   layout:
21623     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21624     layout: "plot-latency"
21625
21626 ################################################################################
21627
21628 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21629 -
21630   type: "plot"
21631   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21632   algorithm: "plot_latency_error_bars"
21633   output-file-type: ".html"
21634   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21635   data: "plot-vpp-throughput-latency-3n-hsw"
21636   filter: "'NIC_Intel-XL710' and
21637            '64B' and
21638            'IP4FWD' and
21639            'NDRPDR' and
21640            'BASE' and
21641            '1T1C' and
21642            'IPSECHW' and
21643            ('IPSECTRAN' or 'IPSECTUN') and
21644            not 'VHOST'"
21645   parameters:
21646   - "latency"
21647   - "parent"
21648   - "tags"
21649   layout:
21650     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21651     layout: "plot-latency"
21652
21653 -
21654   type: "plot"
21655   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21656   algorithm: "plot_latency_error_bars"
21657   output-file-type: ".html"
21658   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21659   data: "plot-vpp-throughput-latency-3n-hsw"
21660   filter: "'NIC_Intel-XL710' and
21661            '64B' and
21662            'IP4FWD' and
21663            'NDRPDR' and
21664            'BASE' and
21665            '2T2C' and
21666            'IPSECHW' and
21667            ('IPSECTRAN' or 'IPSECTUN') and
21668            not 'VHOST'"
21669   parameters:
21670   - "latency"
21671   - "parent"
21672   - "tags"
21673   layout:
21674     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21675     layout: "plot-latency"
21676
21677 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21678 -
21679   type: "plot"
21680   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21681   algorithm: "plot_latency_error_bars"
21682   output-file-type: ".html"
21683   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21684   data: "plot-vpp-throughput-latency-3n-hsw"
21685   filter: "'NIC_Intel-XL710' and
21686            '64B' and
21687            'IP4FWD' and
21688            'NDRPDR' and
21689            'SCALE' and
21690            '1T1C' and
21691            'IPSECHW' and
21692            ('IPSECTRAN' or 'IPSECTUN') and
21693            not 'VHOST'"
21694   parameters:
21695   - "latency"
21696   - "parent"
21697   - "tags"
21698   layout:
21699     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21700     layout: "plot-latency"
21701
21702 -
21703   type: "plot"
21704   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21705   algorithm: "plot_latency_error_bars"
21706   output-file-type: ".html"
21707   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21708   data: "plot-vpp-throughput-latency-3n-hsw"
21709   filter: "'NIC_Intel-XL710' and
21710            '64B' and
21711            'IP4FWD' and
21712            'NDRPDR' and
21713            'SCALE' and
21714            '2T2C' and
21715            'IPSECHW' and
21716            ('IPSECTRAN' or 'IPSECTUN') and
21717            not 'VHOST'"
21718   parameters:
21719   - "latency"
21720   - "parent"
21721   - "tags"
21722   layout:
21723     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21724     layout: "plot-latency"
21725
21726 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21727 -
21728   type: "plot"
21729   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21730   algorithm: "plot_latency_error_bars"
21731   output-file-type: ".html"
21732   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21733   data: "plot-vpp-throughput-latency-3n-hsw"
21734   filter: "'NIC_Intel-XL710' and
21735            '64B' and
21736            'IP4FWD' and
21737            'NDRPDR' and
21738            '1T1C' and
21739            'IPSECSW' and
21740            ('IPSECTRAN' or 'IPSECTUN') and
21741            not 'VHOST'"
21742   parameters:
21743   - "latency"
21744   - "parent"
21745   - "tags"
21746   layout:
21747     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21748     layout: "plot-latency"
21749
21750 -
21751   type: "plot"
21752   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21753   algorithm: "plot_latency_error_bars"
21754   output-file-type: ".html"
21755   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21756   data: "plot-vpp-throughput-latency-3n-hsw"
21757   filter: "'NIC_Intel-XL710' and
21758            '64B' and
21759            'IP4FWD' and
21760            'NDRPDR' and
21761            '2T2C' and
21762            'IPSECSW' and
21763            ('IPSECTRAN' or 'IPSECTUN') and
21764            not 'VHOST'"
21765   parameters:
21766   - "latency"
21767   - "parent"
21768   - "tags"
21769   layout:
21770     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21771     layout: "plot-latency"
21772
21773 ################################################################################
21774
21775 # Packet Latency - VPP SRv6 3n-hsw-x520
21776 -
21777   type: "plot"
21778   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21779   algorithm: "plot_latency_error_bars"
21780   output-file-type: ".html"
21781   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21782   data: "plot-vpp-throughput-latency-3n-hsw"
21783   filter: "'NIC_Intel-X520-DA2' and
21784            '78B' and
21785            'FEATURE' and
21786            'NDRPDR' and
21787            '1T1C' and
21788            'IP6FWD' and
21789            'SRv6'"
21790   parameters:
21791   - "latency"
21792   - "parent"
21793   - "tags"
21794   layout:
21795     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21796     layout: "plot-latency"
21797
21798 -
21799   type: "plot"
21800   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21801   algorithm: "plot_latency_error_bars"
21802   output-file-type: ".html"
21803   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21804   data: "plot-vpp-throughput-latency-3n-hsw"
21805   filter: "'NIC_Intel-X520-DA2' and
21806            '78B' and
21807            'FEATURE' and
21808            'NDRPDR' and
21809            '2T2C' and
21810            'IP6FWD' and
21811            'SRv6'"
21812   parameters:
21813   - "latency"
21814   - "parent"
21815   - "tags"
21816   layout:
21817     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21818     layout: "plot-latency"
21819
21820 ################################################################################
21821
21822 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21823 -
21824   type: "plot"
21825   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21826   algorithm: "plot_latency_error_bars"
21827   output-file-type: ".html"
21828   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21829   data: "plot-vpp-throughput-latency-3n-hsw"
21830   filter: "'NIC_Intel-X520-DA2' and
21831            '64B' and
21832            'NDRPDR' and
21833            'ETH' and
21834            'IP4FWD' and
21835            '1T1C' and
21836            'VHOST_1024' and
21837            not 'VXLAN' and
21838            not 'DOT1Q'"
21839   parameters:
21840   - "latency"
21841   - "parent"
21842   - "tags"
21843   sort:
21844   - "not CFS_OPT"
21845   - "1VM"
21846   - "2VM"
21847   layout:
21848     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21849     layout: "plot-latency"
21850
21851 -
21852   type: "plot"
21853   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21854   algorithm: "plot_latency_error_bars"
21855   output-file-type: ".html"
21856   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21857   data: "plot-vpp-throughput-latency-3n-hsw"
21858   filter: "'NIC_Intel-X520-DA2' and
21859            '64B' and
21860            'NDRPDR' and
21861            'ETH' and
21862            'IP4FWD' and
21863            '2T2C' and
21864            'VHOST_1024' and
21865            not 'VXLAN' and
21866            not 'DOT1Q'"
21867   parameters:
21868   - "latency"
21869   - "parent"
21870   - "tags"
21871   sort:
21872   - "not CFS_OPT"
21873   - "1VM"
21874   - "2VM"
21875   layout:
21876     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21877     layout: "plot-latency"
21878
21879 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21880 -
21881   type: "plot"
21882   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21883   algorithm: "plot_latency_error_bars"
21884   output-file-type: ".html"
21885   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21886   data: "plot-vpp-throughput-latency-3n-hsw"
21887   filter: "'NIC_Intel-X520-DA2' and
21888            '64B' and
21889            'NDRPDR' and
21890            ('ETH' or 'DOT1Q') and
21891            '1T1C' and
21892            'L2BDMACLRN' and
21893            'VHOST_1024' and
21894            not 'VXLAN' and
21895            not 'IP4FWD' and
21896            not '2VM'"
21897   parameters:
21898   - "latency"
21899   - "parent"
21900   - "tags"
21901 #  sort:
21902 #  - "VM"  # "not CFS_OPT"
21903 #  - "CFS_OPT"
21904 #  - "FIB_10K"
21905 #  - "FIB_100K"
21906 #  - "FIB_1M"
21907   layout:
21908     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21909     layout: "plot-latency"
21910
21911 -
21912   type: "plot"
21913   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21914   algorithm: "plot_latency_error_bars"
21915   output-file-type: ".html"
21916   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21917   data: "plot-vpp-throughput-latency-3n-hsw"
21918   filter: "'NIC_Intel-X520-DA2' and
21919            '64B' and
21920            'NDRPDR' and
21921            ('ETH' or 'DOT1Q') and
21922            '2T2C' and
21923            'L2BDMACLRN' and
21924            'VHOST_1024' and
21925            not 'VXLAN' and
21926            not 'IP4FWD' and
21927            not '2VM'"
21928   parameters:
21929   - "latency"
21930   - "parent"
21931   - "tags"
21932 #  sort:
21933 #  - "VM"  # "not CFS_OPT"
21934 #  - "CFS_OPT"
21935 #  - "FIB_10K"
21936 #  - "FIB_100K"
21937 #  - "FIB_1M"
21938   layout:
21939     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21940     layout: "plot-latency"
21941
21942 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21943 -
21944   type: "plot"
21945   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21946   algorithm: "plot_latency_error_bars"
21947   output-file-type: ".html"
21948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21949   data: "plot-vpp-throughput-latency-3n-hsw"
21950   filter: "'NIC_Intel-X520-DA2' and
21951            '64B' and
21952            'NDRPDR' and
21953            ('ETH' or 'DOT1Q') and
21954            'BASE' and
21955            '1T1C' and
21956            ('L2BDMACLRN' or 'L2XCFWD') and
21957            'VHOST_1024' and
21958            not 'VXLAN' and
21959            not 'IP4FWD' and
21960            not '2VM'"
21961   parameters:
21962   - "latency"
21963   - "parent"
21964   - "tags"
21965 #  sort:
21966 #  - "not CFS_OPT"
21967 #  - "L2XCFWD"
21968 #  - "not CFS_OPT"
21969 #  - "CFS_OPT"
21970   layout:
21971     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
21972     layout: "plot-latency"
21973
21974 -
21975   type: "plot"
21976   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21977   algorithm: "plot_latency_error_bars"
21978   output-file-type: ".html"
21979   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21980   data: "plot-vpp-throughput-latency-3n-hsw"
21981   filter: "'NIC_Intel-X520-DA2' and
21982            '64B' and
21983            'NDRPDR' and
21984            ('ETH' or 'DOT1Q') and
21985            'BASE' and
21986            '2T2C' and
21987            ('L2BDMACLRN' or 'L2XCFWD') and
21988            'VHOST_1024' and
21989            not 'VXLAN' and
21990            not 'IP4FWD' and
21991            not '2VM'"
21992   parameters:
21993   - "latency"
21994   - "parent"
21995   - "tags"
21996 #  sort:
21997 #  - "not CFS_OPT"
21998 #  - "L2XCFWD"
21999 #  - "not CFS_OPT"
22000 #  - "CFS_OPT"
22001   layout:
22002     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22003     layout: "plot-latency"
22004
22005 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22006 -
22007   type: "plot"
22008   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22009   algorithm: "plot_latency_error_bars"
22010   output-file-type: ".html"
22011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22012   data: "plot-vpp-throughput-latency-3n-hsw"
22013   filter: "'NIC_Intel-X520-DA2' and
22014            '64B' and
22015            'NDRPDR' and
22016            ('ETH' or 'DOT1Q') and
22017            '1T1C' and
22018            ('L2BDMACLRN' or 'L2XCFWD') and
22019            'VHOST_1024' and
22020            not 'CFS_OPT' and
22021            not 'VXLAN' and
22022            not 'IP4FWD' and
22023            not 'LBOND'"
22024   parameters:
22025   - "latency"
22026   - "parent"
22027   - "tags"
22028 #  sort:
22029 #  - "1VM"
22030 #  - "L2XCFWD"
22031 #  - "1VM"
22032 #  - "L2BDMACLRN"
22033   layout:
22034     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22035     layout: "plot-latency"
22036
22037 -
22038   type: "plot"
22039   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22040   algorithm: "plot_latency_error_bars"
22041   output-file-type: ".html"
22042   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22043   data: "plot-vpp-throughput-latency-3n-hsw"
22044   filter: "'NIC_Intel-X520-DA2' and
22045            '64B' and
22046            'NDRPDR' and
22047            ('ETH' or 'DOT1Q') and
22048            '2T2C' and
22049            ('L2BDMACLRN' or 'L2XCFWD') and
22050            'VHOST_1024' and
22051            not 'CFS_OPT' and
22052            not 'VXLAN' and
22053            not 'IP4FWD' and
22054            not 'LBOND'"
22055   parameters:
22056   - "latency"
22057   - "parent"
22058   - "tags"
22059 #  sort:
22060 #  - "1VM"
22061 #  - "L2XCFWD"
22062 #  - "1VM"
22063 #  - "L2BDMACLRN"
22064   layout:
22065     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22066     layout: "plot-latency"
22067
22068 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22069 -
22070   type: "plot"
22071   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22072   algorithm: "plot_latency_error_bars"
22073   output-file-type: ".html"
22074   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22075   data: "plot-vpp-throughput-latency-3n-hsw"
22076   filter: "'NIC_Intel-X710' and
22077            '64B' and
22078            'NDRPDR' and
22079            'ETH' and
22080            'IP4FWD' and
22081            '1T1C' and
22082            'VHOST_1024' and
22083            not 'VXLAN' and
22084            not 'DOT1Q'"
22085   parameters:
22086   - "latency"
22087   - "parent"
22088   - "tags"
22089   sort:
22090   - "not CFS_OPT"
22091   - "1VM"
22092   - "2VM"
22093   layout:
22094     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22095     layout: "plot-latency"
22096
22097 -
22098   type: "plot"
22099   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22100   algorithm: "plot_latency_error_bars"
22101   output-file-type: ".html"
22102   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22103   data: "plot-vpp-throughput-latency-3n-hsw"
22104   filter: "'NIC_Intel-X710' and
22105            '64B' and
22106            'NDRPDR' and
22107            'ETH' and
22108            'IP4FWD' and
22109            '2T2C' and
22110            'VHOST_1024' and
22111            not 'VXLAN' and
22112            not 'DOT1Q'"
22113   parameters:
22114   - "latency"
22115   - "parent"
22116   - "tags"
22117   sort:
22118   - "not CFS_OPT"
22119   - "1VM"
22120   - "2VM"
22121   layout:
22122     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22123     layout: "plot-latency"
22124
22125 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22126 -
22127   type: "plot"
22128   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22129   algorithm: "plot_latency_error_bars"
22130   output-file-type: ".html"
22131   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22132   data: "plot-vpp-throughput-latency-3n-hsw"
22133   filter: "'NIC_Intel-X710' and
22134            '64B' and
22135            'NDRPDR' and
22136            ('ETH' or 'DOT1Q') and
22137            '1T1C' and
22138            'L2BDMACLRN' and
22139            'VHOST_1024' and
22140            not 'VXLAN' and
22141            not 'IP4FWD' and
22142            not '2VM'"
22143   parameters:
22144   - "latency"
22145   - "parent"
22146   - "tags"
22147 #  sort:
22148 #  - "VM"  # "not CFS_OPT"
22149 #  - "CFS_OPT"
22150 #  - "FIB_10K"
22151 #  - "FIB_100K"
22152 #  - "FIB_1M"
22153   layout:
22154     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22155     layout: "plot-latency"
22156
22157 -
22158   type: "plot"
22159   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22160   algorithm: "plot_latency_error_bars"
22161   output-file-type: ".html"
22162   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22163   data: "plot-vpp-throughput-latency-3n-hsw"
22164   filter: "'NIC_Intel-X710' and
22165            '64B' and
22166            'NDRPDR' and
22167            ('ETH' or 'DOT1Q') and
22168            '2T2C' and
22169            'L2BDMACLRN' and
22170            'VHOST_1024' and
22171            not 'VXLAN' and
22172            not 'IP4FWD' and
22173            not '2VM'"
22174   parameters:
22175   - "latency"
22176   - "parent"
22177   - "tags"
22178 #  sort:
22179 #  - "VM"  # "not CFS_OPT"
22180 #  - "CFS_OPT"
22181 #  - "FIB_10K"
22182 #  - "FIB_100K"
22183 #  - "FIB_1M"
22184   layout:
22185     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22186     layout: "plot-latency"
22187
22188 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22189 -
22190   type: "plot"
22191   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22192   algorithm: "plot_latency_error_bars"
22193   output-file-type: ".html"
22194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22195   data: "plot-vpp-throughput-latency-3n-hsw"
22196   filter: "'NIC_Intel-X710' and
22197            '64B' and
22198            'NDRPDR' and
22199            ('ETH' or 'DOT1Q') and
22200            'BASE' and
22201            '1T1C' and
22202            ('L2BDMACLRN' or 'L2XCFWD') and
22203            'VHOST_1024' and
22204            not 'VXLAN' and
22205            not 'IP4FWD' and
22206            not '2VM'"
22207   parameters:
22208   - "latency"
22209   - "parent"
22210   - "tags"
22211 #  sort:
22212 #  - "not CFS_OPT"
22213 #  - "L2XCFWD"
22214 #  - "not CFS_OPT"
22215 #  - "CFS_OPT"
22216   layout:
22217     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22218     layout: "plot-latency"
22219
22220 -
22221   type: "plot"
22222   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22223   algorithm: "plot_latency_error_bars"
22224   output-file-type: ".html"
22225   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22226   data: "plot-vpp-throughput-latency-3n-hsw"
22227   filter: "'NIC_Intel-X710' and
22228            '64B' and
22229            'NDRPDR' and
22230            ('ETH' or 'DOT1Q') and
22231            'BASE' and
22232            '2T2C' and
22233            ('L2BDMACLRN' or 'L2XCFWD') and
22234            'VHOST_1024' and
22235            not 'VXLAN' and
22236            not 'IP4FWD' and
22237            not '2VM'"
22238   parameters:
22239   - "latency"
22240   - "parent"
22241   - "tags"
22242 #  sort:
22243 #  - "not CFS_OPT"
22244 #  - "L2XCFWD"
22245 #  - "not CFS_OPT"
22246 #  - "CFS_OPT"
22247   layout:
22248     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22249     layout: "plot-latency"
22250
22251 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22252 -
22253   type: "plot"
22254   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22255   algorithm: "plot_latency_error_bars"
22256   output-file-type: ".html"
22257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22258   data: "plot-vpp-throughput-latency-3n-hsw"
22259   filter: "'NIC_Intel-X710' and
22260            '64B' and
22261            'NDRPDR' and
22262            ('ETH' or 'DOT1Q') and
22263            '1T1C' and
22264            ('L2BDMACLRN' or 'L2XCFWD') and
22265            'VHOST_1024' and
22266            not 'CFS_OPT' and
22267            not 'VXLAN' and
22268            not 'IP4FWD' and
22269            not 'LBOND'"
22270   parameters:
22271   - "latency"
22272   - "parent"
22273   - "tags"
22274 #  sort:
22275 #  - "1VM"
22276 #  - "L2XCFWD"
22277 #  - "1VM"
22278 #  - "L2BDMACLRN"
22279   layout:
22280     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22281     layout: "plot-latency"
22282
22283 -
22284   type: "plot"
22285   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22286   algorithm: "plot_latency_error_bars"
22287   output-file-type: ".html"
22288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22289   data: "plot-vpp-throughput-latency-3n-hsw"
22290   filter: "'NIC_Intel-X710' and
22291            '64B' and
22292            'NDRPDR' and
22293            ('ETH' or 'DOT1Q') and
22294            '2T2C' and
22295            ('L2BDMACLRN' or 'L2XCFWD') and
22296            'VHOST_1024' and
22297            not 'CFS_OPT' and
22298            not 'VXLAN' and
22299            not 'IP4FWD' and
22300            not 'LBOND'"
22301   parameters:
22302   - "latency"
22303   - "parent"
22304   - "tags"
22305 #  sort:
22306 #  - "1VM"
22307 #  - "L2XCFWD"
22308 #  - "1VM"
22309 #  - "L2BDMACLRN"
22310   layout:
22311     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22312     layout: "plot-latency"
22313
22314 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22315 -
22316   type: "plot"
22317   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22318   algorithm: "plot_latency_error_bars"
22319   output-file-type: ".html"
22320   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22321   data: "plot-vpp-throughput-latency-3n-hsw"
22322   filter: "'NIC_Intel-XL710' and
22323            '64B' and
22324            'NDRPDR' and
22325            'ETH' and
22326            'IP4FWD' and
22327            '1T1C' and
22328            'VHOST_1024' and
22329            not 'VXLAN' and
22330            not 'DOT1Q'"
22331   parameters:
22332   - "latency"
22333   - "parent"
22334   - "tags"
22335   sort:
22336   - "not CFS_OPT"
22337   - "1VM"
22338   - "2VM"
22339   layout:
22340     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22341     layout: "plot-latency"
22342
22343 -
22344   type: "plot"
22345   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22346   algorithm: "plot_latency_error_bars"
22347   output-file-type: ".html"
22348   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22349   data: "plot-vpp-throughput-latency-3n-hsw"
22350   filter: "'NIC_Intel-XL710' and
22351            '64B' and
22352            'NDRPDR' and
22353            'ETH' and
22354            'IP4FWD' and
22355            '2T2C' and
22356            'VHOST_1024' and
22357            not 'VXLAN' and
22358            not 'DOT1Q'"
22359   parameters:
22360   - "latency"
22361   - "parent"
22362   - "tags"
22363   sort:
22364   - "not CFS_OPT"
22365   - "1VM"
22366   - "2VM"
22367   layout:
22368     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22369     layout: "plot-latency"
22370
22371 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22372 -
22373   type: "plot"
22374   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22375   algorithm: "plot_latency_error_bars"
22376   output-file-type: ".html"
22377   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22378   data: "plot-vpp-throughput-latency-3n-hsw"
22379   filter: "'NIC_Intel-XL710' and
22380            '64B' and
22381            'NDRPDR' and
22382            ('ETH' or 'DOT1Q') and
22383            '1T1C' and
22384            'L2BDMACLRN' and
22385            'VHOST_1024' and
22386            not 'VXLAN' and
22387            not 'IP4FWD' and
22388            not '2VM'"
22389   parameters:
22390   - "latency"
22391   - "parent"
22392   - "tags"
22393 #  sort:
22394 #  - "VM"  # "not CFS_OPT"
22395 #  - "CFS_OPT"
22396 #  - "FIB_10K"
22397 #  - "FIB_100K"
22398 #  - "FIB_1M"
22399   layout:
22400     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22401     layout: "plot-latency"
22402
22403 -
22404   type: "plot"
22405   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22406   algorithm: "plot_latency_error_bars"
22407   output-file-type: ".html"
22408   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22409   data: "plot-vpp-throughput-latency-3n-hsw"
22410   filter: "'NIC_Intel-XL710' and
22411            '64B' and
22412            'NDRPDR' and
22413            ('ETH' or 'DOT1Q') and
22414            '2T2C' and
22415            'L2BDMACLRN' and
22416            'VHOST_1024' and
22417            not 'VXLAN' and
22418            not 'IP4FWD' and
22419            not '2VM'"
22420   parameters:
22421   - "latency"
22422   - "parent"
22423   - "tags"
22424 #  sort:
22425 #  - "VM"  # "not CFS_OPT"
22426 #  - "CFS_OPT"
22427 #  - "FIB_10K"
22428 #  - "FIB_100K"
22429 #  - "FIB_1M"
22430   layout:
22431     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22432     layout: "plot-latency"
22433
22434 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22435 -
22436   type: "plot"
22437   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22438   algorithm: "plot_latency_error_bars"
22439   output-file-type: ".html"
22440   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22441   data: "plot-vpp-throughput-latency-3n-hsw"
22442   filter: "'NIC_Intel-XL710' and
22443            '64B' and
22444            'NDRPDR' and
22445            ('ETH' or 'DOT1Q') and
22446            'BASE' and
22447            '1T1C' and
22448            ('L2BDMACLRN' or 'L2XCFWD') and
22449            'VHOST_1024' and
22450            not 'VXLAN' and
22451            not 'IP4FWD' and
22452            not '2VM'"
22453   parameters:
22454   - "latency"
22455   - "parent"
22456   - "tags"
22457 #  sort:
22458 #  - "not CFS_OPT"
22459 #  - "L2XCFWD"
22460 #  - "not CFS_OPT"
22461 #  - "CFS_OPT"
22462   layout:
22463     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22464     layout: "plot-latency"
22465
22466 -
22467   type: "plot"
22468   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22469   algorithm: "plot_latency_error_bars"
22470   output-file-type: ".html"
22471   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22472   data: "plot-vpp-throughput-latency-3n-hsw"
22473   filter: "'NIC_Intel-XL710' and
22474            '64B' and
22475            'NDRPDR' and
22476            ('ETH' or 'DOT1Q') and
22477            'BASE' and
22478            '2T2C' and
22479            ('L2BDMACLRN' or 'L2XCFWD') and
22480            'VHOST_1024' and
22481            not 'VXLAN' and
22482            not 'IP4FWD' and
22483            not '2VM'"
22484   parameters:
22485   - "latency"
22486   - "parent"
22487   - "tags"
22488 #  sort:
22489 #  - "not CFS_OPT"
22490 #  - "L2XCFWD"
22491 #  - "not CFS_OPT"
22492 #  - "CFS_OPT"
22493   layout:
22494     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22495     layout: "plot-latency"
22496
22497 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22498 -
22499   type: "plot"
22500   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22501   algorithm: "plot_latency_error_bars"
22502   output-file-type: ".html"
22503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22504   data: "plot-vpp-throughput-latency-3n-hsw"
22505   filter: "'NIC_Intel-XL710' and
22506            '64B' and
22507            'NDRPDR' and
22508            ('ETH' or 'DOT1Q') and
22509            '1T1C' and
22510            ('L2BDMACLRN' or 'L2XCFWD') and
22511            'VHOST_1024' and
22512            not 'CFS_OPT' and
22513            not 'VXLAN' and
22514            not 'IP4FWD'"
22515   parameters:
22516   - "latency"
22517   - "parent"
22518   - "tags"
22519 #  sort:
22520 #  - "1VM"
22521 #  - "L2XCFWD"
22522 #  - "1VM"
22523 #  - "L2BDMACLRN"
22524   layout:
22525     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22526     layout: "plot-latency"
22527
22528 -
22529   type: "plot"
22530   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22531   algorithm: "plot_latency_error_bars"
22532   output-file-type: ".html"
22533   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22534   data: "plot-vpp-throughput-latency-3n-hsw"
22535   filter: "'NIC_Intel-XL710' and
22536            '64B' and
22537            'NDRPDR' and
22538            ('ETH' or 'DOT1Q') and
22539            '2T2C' and
22540            ('L2BDMACLRN' or 'L2XCFWD') and
22541            'VHOST_1024' and
22542            not 'CFS_OPT' and
22543            not 'VXLAN' and
22544            not 'IP4FWD'"
22545   parameters:
22546   - "latency"
22547   - "parent"
22548   - "tags"
22549 #  sort:
22550 #  - "1VM"
22551 #  - "L2XCFWD"
22552 #  - "1VM"
22553 #  - "L2BDMACLRN"
22554   layout:
22555     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22556     layout: "plot-latency"
22557
22558 # Packet Latency - VPP vhost ip4 3n-skx-x710
22559 -
22560   type: "plot"
22561   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22562   algorithm: "plot_latency_error_bars"
22563   output-file-type: ".html"
22564   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22565   data: "plot-vpp-throughput-latency-3n-skx"
22566   filter: "'NIC_Intel-X710' and
22567            '64B' and
22568            'NDRPDR' and
22569            'ETH' and
22570            'IP4FWD' and
22571            '2T1C' and
22572            'VHOST_1024' and
22573            not 'VXLAN' and
22574            not 'DOT1Q'"
22575   parameters:
22576   - "latency"
22577   - "parent"
22578   - "tags"
22579   sort:
22580   - "not CFS_OPT"
22581   - "1VM"
22582   - "2VM"
22583   layout:
22584     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22585     layout: "plot-latency"
22586
22587 -
22588   type: "plot"
22589   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22590   algorithm: "plot_latency_error_bars"
22591   output-file-type: ".html"
22592   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22593   data: "plot-vpp-throughput-latency-3n-skx"
22594   filter: "'NIC_Intel-X710' and
22595            '64B' and
22596            'NDRPDR' and
22597            'ETH' and
22598            'IP4FWD' and
22599            '4T2C' and
22600            'VHOST_1024' and
22601            not 'VXLAN' and
22602            not 'DOT1Q'"
22603   parameters:
22604   - "latency"
22605   - "parent"
22606   - "tags"
22607   sort:
22608   - "not CFS_OPT"
22609   - "1VM"
22610   - "2VM"
22611   layout:
22612     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22613     layout: "plot-latency"
22614
22615 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22616 -
22617   type: "plot"
22618   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22619   algorithm: "plot_latency_error_bars"
22620   output-file-type: ".html"
22621   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22622   data: "plot-vpp-throughput-latency-3n-skx"
22623   filter: "'NIC_Intel-X710' and
22624            '64B' and
22625            'NDRPDR' and
22626            ('ETH' or 'DOT1Q') and
22627            '2T1C' and
22628            'L2BDMACLRN' and
22629            'VHOST_1024' and
22630            not 'VXLAN' and
22631            not 'IP4FWD' and
22632            not '2VM'"
22633   parameters:
22634   - "latency"
22635   - "parent"
22636   - "tags"
22637 #  sort:
22638 #  - "VM"  # "not CFS_OPT"
22639 #  - "CFS_OPT"
22640 #  - "FIB_10K"
22641 #  - "FIB_100K"
22642 #  - "FIB_1M"
22643   layout:
22644     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22645     layout: "plot-latency"
22646
22647 -
22648   type: "plot"
22649   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22650   algorithm: "plot_latency_error_bars"
22651   output-file-type: ".html"
22652   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22653   data: "plot-vpp-throughput-latency-3n-skx"
22654   filter: "'NIC_Intel-X710' and
22655            '64B' and
22656            'NDRPDR' and
22657            ('ETH' or 'DOT1Q') and
22658            '4T2C' and
22659            'L2BDMACLRN' and
22660            'VHOST_1024' and
22661            not 'VXLAN' and
22662            not 'IP4FWD' and
22663            not '2VM'"
22664   parameters:
22665   - "latency"
22666   - "parent"
22667   - "tags"
22668 #  sort:
22669 #  - "VM"  # "not CFS_OPT"
22670 #  - "CFS_OPT"
22671 #  - "FIB_10K"
22672 #  - "FIB_100K"
22673 #  - "FIB_1M"
22674   layout:
22675     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22676     layout: "plot-latency"
22677
22678 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22679 -
22680   type: "plot"
22681   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22682   algorithm: "plot_latency_error_bars"
22683   output-file-type: ".html"
22684   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22685   data: "plot-vpp-throughput-latency-3n-skx"
22686   filter: "'NIC_Intel-X710' and
22687            '64B' and
22688            'NDRPDR' and
22689            ('ETH' or 'DOT1Q') and
22690            'BASE' and
22691            '2T1C' and
22692            ('L2BDMACLRN' or 'L2XCFWD') and
22693            'VHOST_1024' and
22694            not 'VXLAN' and
22695            not 'IP4FWD' and
22696            not '2VM' and
22697            not 'LBOND'"
22698   parameters:
22699   - "latency"
22700   - "parent"
22701   - "tags"
22702 #  sort:
22703 #  - "not CFS_OPT"
22704 #  - "L2XCFWD"
22705 #  - "not CFS_OPT"
22706 #  - "CFS_OPT"
22707   layout:
22708     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22709     layout: "plot-latency"
22710
22711 -
22712   type: "plot"
22713   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22714   algorithm: "plot_latency_error_bars"
22715   output-file-type: ".html"
22716   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22717   data: "plot-vpp-throughput-latency-3n-skx"
22718   filter: "'NIC_Intel-X710' and
22719            '64B' and
22720            'NDRPDR' and
22721            ('ETH' or 'DOT1Q') and
22722            'BASE' and
22723            '4T2C' and
22724            ('L2BDMACLRN' or 'L2XCFWD') and
22725            'VHOST_1024' and
22726            not 'VXLAN' and
22727            not 'IP4FWD' and
22728            not '2VM' and
22729            not 'LBOND'"
22730   parameters:
22731   - "latency"
22732   - "parent"
22733   - "tags"
22734 #  sort:
22735 #  - "not CFS_OPT"
22736 #  - "L2XCFWD"
22737 #  - "not CFS_OPT"
22738 #  - "CFS_OPT"
22739   layout:
22740     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22741     layout: "plot-latency"
22742
22743 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22744 -
22745   type: "plot"
22746   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22747   algorithm: "plot_latency_error_bars"
22748   output-file-type: ".html"
22749   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22750   data: "plot-vpp-throughput-latency-3n-skx"
22751   filter: "'NIC_Intel-X710' and
22752            '64B' and
22753            'NDRPDR' and
22754            ('ETH' or 'DOT1Q') and
22755            '2T1C' and
22756            ('L2BDMACLRN' or 'L2XCFWD') and
22757            'VHOST_1024' and
22758            not 'CFS_OPT' and
22759            not 'VXLAN' and
22760            not 'IP4FWD' and
22761            not 'LBOND'"
22762   parameters:
22763   - "latency"
22764   - "parent"
22765   - "tags"
22766 #  sort:
22767 #  - "1VM"
22768 #  - "L2XCFWD"
22769 #  - "1VM"
22770 #  - "L2BDMACLRN"
22771   layout:
22772     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22773     layout: "plot-latency"
22774
22775 -
22776   type: "plot"
22777   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22778   algorithm: "plot_latency_error_bars"
22779   output-file-type: ".html"
22780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22781   data: "plot-vpp-throughput-latency-3n-skx"
22782   filter: "'NIC_Intel-X710' and
22783            '64B' and
22784            'NDRPDR' and
22785            ('ETH' or 'DOT1Q') and
22786            '4T2C' and
22787            ('L2BDMACLRN' or 'L2XCFWD') and
22788            'VHOST_1024' and
22789            not 'CFS_OPT' and
22790            not 'VXLAN' and
22791            not 'IP4FWD' and
22792            not 'LBOND'"
22793   parameters:
22794   - "latency"
22795   - "parent"
22796   - "tags"
22797 #  sort:
22798 #  - "1VM"
22799 #  - "L2XCFWD"
22800 #  - "1VM"
22801 #  - "L2BDMACLRN"
22802   layout:
22803     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22804     layout: "plot-latency"
22805
22806 # Packet Latency - VPP vhost ip4 2n-skx-x710
22807 -
22808   type: "plot"
22809   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22810   algorithm: "plot_latency_error_bars"
22811   output-file-type: ".html"
22812   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22813   data: "plot-vpp-throughput-latency-2n-skx"
22814   filter: "'NIC_Intel-X710' and
22815            '64B' and
22816            'NDRPDR' and
22817            'ETH' and
22818            'IP4FWD' and
22819            '2T1C' and
22820            'VHOST_1024' and
22821            not 'VXLAN' and
22822            not 'DOT1Q'"
22823   parameters:
22824   - "latency"
22825   - "parent"
22826   - "tags"
22827   sort:
22828   - "not CFS_OPT"
22829   - "1VM"
22830   - "2VM"
22831   layout:
22832     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22833     layout: "plot-latency"
22834
22835 -
22836   type: "plot"
22837   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22838   algorithm: "plot_latency_error_bars"
22839   output-file-type: ".html"
22840   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22841   data: "plot-vpp-throughput-latency-2n-skx"
22842   filter: "'NIC_Intel-X710' and
22843            '64B' and
22844            'NDRPDR' and
22845            'ETH' and
22846            'IP4FWD' and
22847            '4T2C' and
22848            'VHOST_1024' and
22849            not 'VXLAN' and
22850            not 'DOT1Q'"
22851   parameters:
22852   - "latency"
22853   - "parent"
22854   - "tags"
22855   sort:
22856   - "not CFS_OPT"
22857   - "1VM"
22858   - "2VM"
22859   layout:
22860     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22861     layout: "plot-latency"
22862
22863 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22864 -
22865   type: "plot"
22866   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22867   algorithm: "plot_latency_error_bars"
22868   output-file-type: ".html"
22869   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22870   data: "plot-vpp-throughput-latency-2n-skx"
22871   filter: "'NIC_Intel-X710' and
22872            '64B' and
22873            'NDRPDR' and
22874            ('ETH' or 'DOT1Q') and
22875            '2T1C' and
22876            'L2BDMACLRN' and
22877            'VHOST_1024' and
22878            not 'VXLAN' and
22879            not 'IP4FWD' and
22880            not '2VM'"
22881   parameters:
22882   - "latency"
22883   - "parent"
22884   - "tags"
22885 #  sort:
22886 #  - "VM"  # "not CFS_OPT"
22887 #  - "CFS_OPT"
22888 #  - "FIB_10K"
22889 #  - "FIB_100K"
22890 #  - "FIB_1M"
22891   layout:
22892     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22893     layout: "plot-latency"
22894
22895 -
22896   type: "plot"
22897   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22898   algorithm: "plot_latency_error_bars"
22899   output-file-type: ".html"
22900   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22901   data: "plot-vpp-throughput-latency-2n-skx"
22902   filter: "'NIC_Intel-X710' and
22903            '64B' and
22904            'NDRPDR' and
22905            ('ETH' or 'DOT1Q') and
22906            '4T2C' and
22907            'L2BDMACLRN' and
22908            'VHOST_1024' and
22909            not 'VXLAN' and
22910            not 'IP4FWD' and
22911            not '2VM'"
22912   parameters:
22913   - "latency"
22914   - "parent"
22915   - "tags"
22916 #  sort:
22917 #  - "VM"  # "not CFS_OPT"
22918 #  - "CFS_OPT"
22919 #  - "FIB_10K"
22920 #  - "FIB_100K"
22921 #  - "FIB_1M"
22922   layout:
22923     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22924     layout: "plot-latency"
22925
22926 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22927 -
22928   type: "plot"
22929   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22930   algorithm: "plot_latency_error_bars"
22931   output-file-type: ".html"
22932   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22933   data: "plot-vpp-throughput-latency-2n-skx"
22934   filter: "'NIC_Intel-X710' and
22935            '64B' and
22936            'NDRPDR' and
22937            ('ETH' or 'DOT1Q') and
22938            'BASE' and
22939            '2T1C' and
22940            ('L2BDMACLRN' or 'L2XCFWD') and
22941            'VHOST_1024' and
22942            not 'VXLAN' and
22943            not 'IP4FWD' and
22944            not '2VM'"
22945   parameters:
22946   - "latency"
22947   - "parent"
22948   - "tags"
22949 #  sort:
22950 #  - "not CFS_OPT"
22951 #  - "L2XCFWD"
22952 #  - "not CFS_OPT"
22953 #  - "CFS_OPT"
22954   layout:
22955     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
22956     layout: "plot-latency"
22957
22958 -
22959   type: "plot"
22960   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22961   algorithm: "plot_latency_error_bars"
22962   output-file-type: ".html"
22963   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22964   data: "plot-vpp-throughput-latency-2n-skx"
22965   filter: "'NIC_Intel-X710' and
22966            '64B' and
22967            'NDRPDR' and
22968            ('ETH' or 'DOT1Q') and
22969            'BASE' and
22970            '4T2C' and
22971            ('L2BDMACLRN' or 'L2XCFWD') and
22972            'VHOST_1024' and
22973            not 'VXLAN' and
22974            not 'IP4FWD' and
22975            not '2VM'"
22976   parameters:
22977   - "latency"
22978   - "parent"
22979   - "tags"
22980 #  sort:
22981 #  - "not CFS_OPT"
22982 #  - "L2XCFWD"
22983 #  - "not CFS_OPT"
22984 #  - "CFS_OPT"
22985   layout:
22986     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
22987     layout: "plot-latency"
22988
22989 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22990 -
22991   type: "plot"
22992   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22993   algorithm: "plot_latency_error_bars"
22994   output-file-type: ".html"
22995   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22996   data: "plot-vpp-throughput-latency-2n-skx"
22997   filter: "'NIC_Intel-X710' and
22998            '64B' and
22999            'NDRPDR' and
23000            ('ETH' or 'DOT1Q') and
23001            '2T1C' and
23002            ('L2BDMACLRN' or 'L2XCFWD') and
23003            'VHOST_1024' and
23004            not 'CFS_OPT' and
23005            not 'VXLAN' and
23006            not 'IP4FWD'"
23007   parameters:
23008   - "latency"
23009   - "parent"
23010   - "tags"
23011 #  sort:
23012 #  - "1VM"
23013 #  - "L2XCFWD"
23014 #  - "1VM"
23015 #  - "L2BDMACLRN"
23016   layout:
23017     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23018     layout: "plot-latency"
23019
23020 -
23021   type: "plot"
23022   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23023   algorithm: "plot_latency_error_bars"
23024   output-file-type: ".html"
23025   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23026   data: "plot-vpp-throughput-latency-2n-skx"
23027   filter: "'NIC_Intel-X710' and
23028            '64B' and
23029            'NDRPDR' and
23030            ('ETH' or 'DOT1Q') and
23031            '4T2C' and
23032            ('L2BDMACLRN' or 'L2XCFWD') and
23033            'VHOST_1024' and
23034            not 'CFS_OPT' and
23035            not 'VXLAN' and
23036            not 'IP4FWD'"
23037   parameters:
23038   - "latency"
23039   - "parent"
23040   - "tags"
23041 #  sort:
23042 #  - "1VM"
23043 #  - "L2XCFWD"
23044 #  - "1VM"
23045 #  - "L2BDMACLRN"
23046   layout:
23047     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23048     layout: "plot-latency"
23049
23050 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23051 -
23052   type: "plot"
23053   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23054   algorithm: "plot_latency_error_bars"
23055   output-file-type: ".html"
23056   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23057   data: "plot-vpp-throughput-latency-2n-skx"
23058   filter: "'NIC_Intel-XXV710' and
23059            '64B' and
23060            'NDRPDR' and
23061            'ETH' and
23062            'IP4FWD' and
23063            '2T1C' and
23064            'VHOST_1024' and
23065            not 'VXLAN' and
23066            not 'DOT1Q'"
23067   parameters:
23068   - "latency"
23069   - "parent"
23070   - "tags"
23071   sort:
23072   - "not CFS_OPT"
23073   - "1VM"
23074   - "2VM"
23075   layout:
23076     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23077     layout: "plot-latency"
23078
23079 -
23080   type: "plot"
23081   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23082   algorithm: "plot_latency_error_bars"
23083   output-file-type: ".html"
23084   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23085   data: "plot-vpp-throughput-latency-2n-skx"
23086   filter: "'NIC_Intel-XXV710' and
23087            '64B' and
23088            'NDRPDR' and
23089            'ETH' and
23090            'IP4FWD' and
23091            '4T2C' and
23092            'VHOST_1024' and
23093            not 'VXLAN' and
23094            not 'DOT1Q'"
23095   parameters:
23096   - "latency"
23097   - "parent"
23098   - "tags"
23099   sort:
23100   - "not CFS_OPT"
23101   - "1VM"
23102   - "2VM"
23103   layout:
23104     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23105     layout: "plot-latency"
23106
23107 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23108 -
23109   type: "plot"
23110   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23111   algorithm: "plot_latency_error_bars"
23112   output-file-type: ".html"
23113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23114   data: "plot-vpp-throughput-latency-2n-skx"
23115   filter: "'NIC_Intel-XXV710' and
23116            '64B' and
23117            'NDRPDR' and
23118            ('ETH' or 'DOT1Q') and
23119            '2T1C' and
23120            'L2BDMACLRN' and
23121            'VHOST_1024' and
23122            not 'VXLAN' and
23123            not 'IP4FWD' and
23124            not '2VM'"
23125   parameters:
23126   - "latency"
23127   - "parent"
23128   - "tags"
23129 #  sort:
23130 #  - "VM"  # "not CFS_OPT"
23131 #  - "CFS_OPT"
23132 #  - "FIB_10K"
23133 #  - "FIB_100K"
23134 #  - "FIB_1M"
23135   layout:
23136     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23137     layout: "plot-latency"
23138
23139 -
23140   type: "plot"
23141   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23142   algorithm: "plot_latency_error_bars"
23143   output-file-type: ".html"
23144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23145   data: "plot-vpp-throughput-latency-2n-skx"
23146   filter: "'NIC_Intel-XXV710' and
23147            '64B' and
23148            'NDRPDR' and
23149            ('ETH' or 'DOT1Q') and
23150            '4T2C' and
23151            'L2BDMACLRN' and
23152            'VHOST_1024' and
23153            not 'VXLAN' and
23154            not 'IP4FWD' and
23155            not '2VM'"
23156   parameters:
23157   - "latency"
23158   - "parent"
23159   - "tags"
23160 #  sort:
23161 #  - "VM"  # "not CFS_OPT"
23162 #  - "CFS_OPT"
23163 #  - "FIB_10K"
23164 #  - "FIB_100K"
23165 #  - "FIB_1M"
23166   layout:
23167     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23168     layout: "plot-latency"
23169
23170 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23171 -
23172   type: "plot"
23173   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23174   algorithm: "plot_latency_error_bars"
23175   output-file-type: ".html"
23176   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23177   data: "plot-vpp-throughput-latency-2n-skx"
23178   filter: "'NIC_Intel-XXV710' and
23179            '64B' and
23180            'NDRPDR' and
23181            ('ETH' or 'DOT1Q') and
23182            'BASE' and
23183            '2T1C' and
23184            ('L2BDMACLRN' or 'L2XCFWD') and
23185            'VHOST_1024' and
23186            not 'VXLAN' and
23187            not 'IP4FWD' and
23188            not '2VM'"
23189   parameters:
23190   - "latency"
23191   - "parent"
23192   - "tags"
23193 #  sort:
23194 #  - "not CFS_OPT"
23195 #  - "L2XCFWD"
23196 #  - "not CFS_OPT"
23197 #  - "CFS_OPT"
23198   layout:
23199     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23200     layout: "plot-latency"
23201
23202 -
23203   type: "plot"
23204   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23205   algorithm: "plot_latency_error_bars"
23206   output-file-type: ".html"
23207   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23208   data: "plot-vpp-throughput-latency-2n-skx"
23209   filter: "'NIC_Intel-XXV710' and
23210            '64B' and
23211            'NDRPDR' and
23212            ('ETH' or 'DOT1Q') and
23213            'BASE' and
23214            '4T2C' and
23215            ('L2BDMACLRN' or 'L2XCFWD') and
23216            'VHOST_1024' and
23217            not 'VXLAN' and
23218            not 'IP4FWD' and
23219            not '2VM'"
23220   parameters:
23221   - "latency"
23222   - "parent"
23223   - "tags"
23224 #  sort:
23225 #  - "not CFS_OPT"
23226 #  - "L2XCFWD"
23227 #  - "not CFS_OPT"
23228 #  - "CFS_OPT"
23229   layout:
23230     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23231     layout: "plot-latency"
23232
23233 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23234 -
23235   type: "plot"
23236   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23237   algorithm: "plot_latency_error_bars"
23238   output-file-type: ".html"
23239   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23240   data: "plot-vpp-throughput-latency-2n-skx"
23241   filter: "'NIC_Intel-XXV710' and
23242            '64B' and
23243            'NDRPDR' and
23244            ('ETH' or 'DOT1Q') and
23245            '2T1C' and
23246            ('L2BDMACLRN' or 'L2XCFWD') and
23247            'VHOST_1024' and
23248            not 'CFS_OPT' and
23249            not 'VXLAN' and
23250            not 'IP4FWD'"
23251   parameters:
23252   - "latency"
23253   - "parent"
23254   - "tags"
23255 #  sort:
23256 #  - "1VM"
23257 #  - "L2XCFWD"
23258 #  - "1VM"
23259 #  - "L2BDMACLRN"
23260   layout:
23261     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23262     layout: "plot-latency"
23263
23264 -
23265   type: "plot"
23266   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23267   algorithm: "plot_latency_error_bars"
23268   output-file-type: ".html"
23269   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23270   data: "plot-vpp-throughput-latency-2n-skx"
23271   filter: "'NIC_Intel-XXV710' and
23272            '64B' and
23273            'NDRPDR' and
23274            ('ETH' or 'DOT1Q') and
23275            '4T2C' and
23276            ('L2BDMACLRN' or 'L2XCFWD') and
23277            'VHOST_1024' and
23278            not 'CFS_OPT' and
23279            not 'VXLAN' and
23280            not 'IP4FWD'"
23281   parameters:
23282   - "latency"
23283   - "parent"
23284   - "tags"
23285 #  sort:
23286 #  - "1VM"
23287 #  - "L2XCFWD"
23288 #  - "1VM"
23289 #  - "L2BDMACLRN"
23290   layout:
23291     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23292     layout: "plot-latency"
23293
23294 ################################################################################
23295
23296 # Packet Latency - VPP VTS 3n-hsw-x520
23297 -
23298   type: "plot"
23299   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23300   algorithm: "plot_latency_error_bars"
23301   output-file-type: ".html"
23302   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23303   data: "plot-vpp-throughput-latency-3n-hsw"
23304   filter: "'NIC_Intel-X520-DA2' and
23305            '114B' and
23306            'NDRPDR' and
23307            '1T1C' and
23308            'VTS'"
23309   parameters:
23310   - "latency"
23311   - "parent"
23312   - "tags"
23313   layout:
23314     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23315     layout: "plot-latency"
23316
23317 -
23318   type: "plot"
23319   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23320   algorithm: "plot_latency_error_bars"
23321   output-file-type: ".html"
23322   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23323   data: "plot-vpp-throughput-latency-3n-hsw"
23324   filter: "'NIC_Intel-X520-DA2' and
23325            '114B' and
23326            'NDRPDR' and
23327            '2T2C' and
23328            'VTS'"
23329   parameters:
23330   - "latency"
23331   - "parent"
23332   - "tags"
23333   layout:
23334     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23335     layout: "plot-latency"
23336
23337 ################################################################################
23338
23339 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23340 -
23341   type: "plot"
23342   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23343   algorithm: "plot_latency_error_bars"
23344   output-file-type: ".html"
23345   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23346   data: "plot-dpdk-throughput-latency-3n-hsw"
23347   filter: "'NIC_Intel-X520-DA2' and
23348            '64B' and
23349            'BASE' and
23350            'NDRPDR' and
23351            '1T1C' and
23352            'IP4FWD'"
23353   parameters:
23354   - "latency"
23355   - "parent"
23356   - "tags"
23357   layout:
23358     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23359     layout: "plot-latency"
23360
23361 -
23362   type: "plot"
23363   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23364   algorithm: "plot_latency_error_bars"
23365   output-file-type: ".html"
23366   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23367   data: "plot-dpdk-throughput-latency-3n-hsw"
23368   filter: "'NIC_Intel-X520-DA2' and
23369            '64B' and
23370            'BASE' and
23371            'NDRPDR' and
23372            '2T2C' and
23373            'IP4FWD'"
23374   parameters:
23375   - "latency"
23376   - "parent"
23377   - "tags"
23378   layout:
23379     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23380     layout: "plot-latency"
23381
23382 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23383 -
23384   type: "plot"
23385   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23386   algorithm: "plot_latency_error_bars"
23387   output-file-type: ".html"
23388   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23389   data: "plot-dpdk-throughput-latency-3n-hsw"
23390   filter: "'NIC_Intel-X710' and
23391            '64B' and
23392            'BASE' and
23393            'NDRPDR' and
23394            '1T1C' and
23395            'IP4FWD'"
23396   parameters:
23397   - "latency"
23398   - "parent"
23399   - "tags"
23400   layout:
23401     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23402     layout: "plot-latency"
23403
23404 -
23405   type: "plot"
23406   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23407   algorithm: "plot_latency_error_bars"
23408   output-file-type: ".html"
23409   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23410   data: "plot-dpdk-throughput-latency-3n-hsw"
23411   filter: "'NIC_Intel-X710' and
23412            '64B' and
23413            'BASE' and
23414            'NDRPDR' and
23415            '2T2C' and
23416            'IP4FWD'"
23417   parameters:
23418   - "latency"
23419   - "parent"
23420   - "tags"
23421   layout:
23422     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23423     layout: "plot-latency"
23424
23425 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23426 -
23427   type: "plot"
23428   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23429   algorithm: "plot_latency_error_bars"
23430   output-file-type: ".html"
23431   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23432   data: "plot-dpdk-throughput-latency-3n-hsw"
23433   filter: "'NIC_Intel-XL710' and
23434            '64B' and
23435            'BASE' and
23436            'NDRPDR' and
23437            '1T1C' and
23438            'IP4FWD'"
23439   parameters:
23440   - "latency"
23441   - "parent"
23442   - "tags"
23443   layout:
23444     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23445     layout: "plot-latency"
23446
23447 -
23448   type: "plot"
23449   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23450   algorithm: "plot_latency_error_bars"
23451   output-file-type: ".html"
23452   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23453   data: "plot-dpdk-throughput-latency-3n-hsw"
23454   filter: "'NIC_Intel-XL710' and
23455            '64B' and
23456            'BASE' and
23457            'NDRPDR' and
23458            '2T2C' and
23459            'IP4FWD'"
23460   parameters:
23461   - "latency"
23462   - "parent"
23463   - "tags"
23464   layout:
23465     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23466     layout: "plot-latency"
23467
23468 # Packet Latency - DPDK l3fwd 3n-skx-x710
23469 -
23470   type: "plot"
23471   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23472   algorithm: "plot_latency_error_bars"
23473   output-file-type: ".html"
23474   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23475   data: "plot-dpdk-throughput-latency-3n-skx"
23476   filter: "'NIC_Intel-X710' and
23477            '64B' and
23478            'BASE' and
23479            'NDRPDR' and
23480            '2T1C' and
23481            'IP4FWD'"
23482   parameters:
23483   - "latency"
23484   - "parent"
23485   - "tags"
23486   layout:
23487     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23488     layout: "plot-latency"
23489
23490 -
23491   type: "plot"
23492   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23493   algorithm: "plot_latency_error_bars"
23494   output-file-type: ".html"
23495   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23496   data: "plot-dpdk-throughput-latency-3n-skx"
23497   filter: "'NIC_Intel-X710' and
23498            '64B' and
23499            'BASE' and
23500            'NDRPDR' and
23501            '4T2C' and
23502            'IP4FWD'"
23503   parameters:
23504   - "latency"
23505   - "parent"
23506   - "tags"
23507   layout:
23508     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23509     layout: "plot-latency"
23510
23511 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23512 -
23513   type: "plot"
23514   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23515   algorithm: "plot_latency_error_bars"
23516   output-file-type: ".html"
23517   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23518   data: "plot-dpdk-throughput-latency-3n-skx"
23519   filter: "'NIC_Intel-XXV710' and
23520            '64B' and
23521            'BASE' and
23522            'NDRPDR' and
23523            '2T1C' and
23524            'IP4FWD'"
23525   parameters:
23526   - "latency"
23527   - "parent"
23528   - "tags"
23529   layout:
23530     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23531     layout: "plot-latency"
23532
23533 -
23534   type: "plot"
23535   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23536   algorithm: "plot_latency_error_bars"
23537   output-file-type: ".html"
23538   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23539   data: "plot-dpdk-throughput-latency-3n-skx"
23540   filter: "'NIC_Intel-XXV710' and
23541            '64B' and
23542            'BASE' and
23543            'NDRPDR' and
23544            '4T2C' and
23545            'IP4FWD'"
23546   parameters:
23547   - "latency"
23548   - "parent"
23549   - "tags"
23550   layout:
23551     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23552     layout: "plot-latency"
23553
23554 # Packet Latency - DPDK l3fwd 2n-skx-x710
23555 -
23556   type: "plot"
23557   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23558   algorithm: "plot_latency_error_bars"
23559   output-file-type: ".html"
23560   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23561   data: "plot-dpdk-throughput-latency-2n-skx"
23562   filter: "'NIC_Intel-X710' and
23563            '64B' and
23564            'BASE' and
23565            'NDRPDR' and
23566            '2T1C' and
23567            'IP4FWD'"
23568   parameters:
23569   - "latency"
23570   - "parent"
23571   - "tags"
23572   layout:
23573     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23574     layout: "plot-latency"
23575
23576 -
23577   type: "plot"
23578   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23579   algorithm: "plot_latency_error_bars"
23580   output-file-type: ".html"
23581   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23582   data: "plot-dpdk-throughput-latency-2n-skx"
23583   filter: "'NIC_Intel-X710' and
23584            '64B' and
23585            'BASE' and
23586            'NDRPDR' and
23587            '4T2C' and
23588            'IP4FWD'"
23589   parameters:
23590   - "latency"
23591   - "parent"
23592   - "tags"
23593   layout:
23594     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23595     layout: "plot-latency"
23596
23597 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23598 -
23599   type: "plot"
23600   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23601   algorithm: "plot_latency_error_bars"
23602   output-file-type: ".html"
23603   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23604   data: "plot-dpdk-throughput-latency-2n-skx"
23605   filter: "'NIC_Intel-XXV710' and
23606            '64B' and
23607            'BASE' and
23608            'NDRPDR' and
23609            '2T1C' and
23610            'IP4FWD'"
23611   parameters:
23612   - "latency"
23613   - "parent"
23614   - "tags"
23615   layout:
23616     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23617     layout: "plot-latency"
23618
23619 -
23620   type: "plot"
23621   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23622   algorithm: "plot_latency_error_bars"
23623   output-file-type: ".html"
23624   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23625   data: "plot-dpdk-throughput-latency-2n-skx"
23626   filter: "'NIC_Intel-XXV710' and
23627            '64B' and
23628            'BASE' and
23629            'NDRPDR' and
23630            '4T2C' and
23631            'IP4FWD'"
23632   parameters:
23633   - "latency"
23634   - "parent"
23635   - "tags"
23636   layout:
23637     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23638     layout: "plot-latency"
23639
23640 ################################################################################
23641
23642 # Packet Latency - DPDK testpmd 3n-hsw-x520
23643 -
23644   type: "plot"
23645   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23646   algorithm: "plot_latency_error_bars"
23647   output-file-type: ".html"
23648   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23649   data: "plot-dpdk-throughput-latency-3n-hsw"
23650   filter: "'NIC_Intel-X520-DA2' and
23651            '64B' and
23652            'BASE' and
23653            'NDRPDR' and
23654            '1T1C' and
23655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23656   parameters:
23657   - "latency"
23658   - "parent"
23659   - "tags"
23660   layout:
23661     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23662     layout: "plot-latency"
23663
23664 -
23665   type: "plot"
23666   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23667   algorithm: "plot_latency_error_bars"
23668   output-file-type: ".html"
23669   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23670   data: "plot-dpdk-throughput-latency-3n-hsw"
23671   filter: "'NIC_Intel-X520-DA2' and
23672            '64B' and
23673            'BASE' and
23674            'NDRPDR' and
23675            '2T2C' and
23676            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23677   parameters:
23678   - "latency"
23679   - "parent"
23680   - "tags"
23681   layout:
23682     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23683     layout: "plot-latency"
23684
23685 # Packet Latency - DPDK testpmd 3n-hsw-x710
23686 -
23687   type: "plot"
23688   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23689   algorithm: "plot_latency_error_bars"
23690   output-file-type: ".html"
23691   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23692   data: "plot-dpdk-throughput-latency-3n-hsw"
23693   filter: "'NIC_Intel-X710' and
23694            '64B' and
23695            'BASE' and
23696            'NDRPDR' and
23697            '1T1C' and
23698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23699   parameters:
23700   - "latency"
23701   - "parent"
23702   - "tags"
23703   layout:
23704     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23705     layout: "plot-latency"
23706
23707 -
23708   type: "plot"
23709   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23710   algorithm: "plot_latency_error_bars"
23711   output-file-type: ".html"
23712   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23713   data: "plot-dpdk-throughput-latency-3n-hsw"
23714   filter: "'NIC_Intel-X710' and
23715            '64B' and
23716            'BASE' and
23717            'NDRPDR' and
23718            '2T2C' and
23719            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23720   parameters:
23721   - "latency"
23722   - "parent"
23723   - "tags"
23724   layout:
23725     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23726     layout: "plot-latency"
23727
23728 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23729 -
23730   type: "plot"
23731   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23732   algorithm: "plot_latency_error_bars"
23733   output-file-type: ".html"
23734   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23735   data: "plot-dpdk-throughput-latency-3n-hsw"
23736   filter: "'NIC_Intel-XL710' and
23737            '64B' and
23738            'BASE' and
23739            'NDRPDR' and
23740            '1T1C' and
23741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23742   parameters:
23743   - "latency"
23744   - "parent"
23745   - "tags"
23746   layout:
23747     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23748     layout: "plot-latency"
23749
23750 -
23751   type: "plot"
23752   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23753   algorithm: "plot_latency_error_bars"
23754   output-file-type: ".html"
23755   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23756   data: "plot-dpdk-throughput-latency-3n-hsw"
23757   filter: "'NIC_Intel-XL710' and
23758            '64B' and
23759            'BASE' and
23760            'NDRPDR' and
23761            '2T2C' and
23762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23763   parameters:
23764   - "latency"
23765   - "parent"
23766   - "tags"
23767   layout:
23768     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23769     layout: "plot-latency"
23770
23771 # Packet Latency - DPDK testpmd 3n-skx-x710
23772 -
23773   type: "plot"
23774   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23775   algorithm: "plot_latency_error_bars"
23776   output-file-type: ".html"
23777   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23778   data: "plot-dpdk-throughput-latency-3n-skx"
23779   filter: "'NIC_Intel-X710' and
23780            '64B' and
23781            'BASE' and
23782            'NDRPDR' and
23783            '2T1C' and
23784            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23785   parameters:
23786   - "latency"
23787   - "parent"
23788   - "tags"
23789   layout:
23790     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23791     layout: "plot-latency"
23792
23793 -
23794   type: "plot"
23795   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23796   algorithm: "plot_latency_error_bars"
23797   output-file-type: ".html"
23798   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23799   data: "plot-dpdk-throughput-latency-3n-skx"
23800   filter: "'NIC_Intel-X710' and
23801            '64B' and
23802            'BASE' and
23803            'NDRPDR' and
23804            '4T2C' and
23805            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23806   parameters:
23807   - "latency"
23808   - "parent"
23809   - "tags"
23810   layout:
23811     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23812     layout: "plot-latency"
23813
23814 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23815 -
23816   type: "plot"
23817   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23818   algorithm: "plot_latency_error_bars"
23819   output-file-type: ".html"
23820   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23821   data: "plot-dpdk-throughput-latency-3n-skx"
23822   filter: "'NIC_Intel-XXV710' and
23823            '64B' and
23824            'BASE' and
23825            'NDRPDR' and
23826            '2T1C' and
23827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23828   parameters:
23829   - "latency"
23830   - "parent"
23831   - "tags"
23832   layout:
23833     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23834     layout: "plot-latency"
23835
23836 -
23837   type: "plot"
23838   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23839   algorithm: "plot_latency_error_bars"
23840   output-file-type: ".html"
23841   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23842   data: "plot-dpdk-throughput-latency-3n-skx"
23843   filter: "'NIC_Intel-XXV710' and
23844            '64B' and
23845            'BASE' and
23846            'NDRPDR' and
23847            '4T2C' and
23848            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23849   parameters:
23850   - "latency"
23851   - "parent"
23852   - "tags"
23853   layout:
23854     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23855     layout: "plot-latency"
23856
23857 # Packet Latency - DPDK testpmd 2n-skx-x710
23858 -
23859   type: "plot"
23860   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23861   algorithm: "plot_latency_error_bars"
23862   output-file-type: ".html"
23863   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23864   data: "plot-dpdk-throughput-latency-2n-skx"
23865   filter: "'NIC_Intel-X710' and
23866            '64B' and
23867            'BASE' and
23868            'NDRPDR' and
23869            '2T1C' and
23870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23871   parameters:
23872   - "latency"
23873   - "parent"
23874   - "tags"
23875   layout:
23876     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23877     layout: "plot-latency"
23878
23879 -
23880   type: "plot"
23881   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23882   algorithm: "plot_latency_error_bars"
23883   output-file-type: ".html"
23884   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23885   data: "plot-dpdk-throughput-latency-2n-skx"
23886   filter: "'NIC_Intel-X710' and
23887            '64B' and
23888            'BASE' and
23889            'NDRPDR' and
23890            '4T2C' and
23891            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23892   parameters:
23893   - "latency"
23894   - "parent"
23895   - "tags"
23896   layout:
23897     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23898     layout: "plot-latency"
23899
23900 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23901 -
23902   type: "plot"
23903   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23904   algorithm: "plot_latency_error_bars"
23905   output-file-type: ".html"
23906   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23907   data: "plot-dpdk-throughput-latency-2n-skx"
23908   filter: "'NIC_Intel-XXV710' and
23909            '64B' and
23910            'BASE' and
23911            'NDRPDR' and
23912            '2T1C' and
23913            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23914   parameters:
23915   - "latency"
23916   - "parent"
23917   - "tags"
23918   layout:
23919     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23920     layout: "plot-latency"
23921
23922 -
23923   type: "plot"
23924   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23925   algorithm: "plot_latency_error_bars"
23926   output-file-type: ".html"
23927   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23928   data: "plot-dpdk-throughput-latency-2n-skx"
23929   filter: "'NIC_Intel-XXV710' and
23930            '64B' and
23931            'BASE' and
23932            'NDRPDR' and
23933            '4T2C' and
23934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23935   parameters:
23936   - "latency"
23937   - "parent"
23938   - "tags"
23939   layout:
23940     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23941     layout: "plot-latency"
23942
23943 ################################################################################
23944
23945 # Speedup - VPP Container Memif 3n-hsw-x520
23946 -
23947   type: "plot"
23948   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23949   algorithm: "plot_throughput_speedup_analysis"
23950   output-file-type: ".html"
23951   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23952   data: "plot-throughput-speedup-analysis-3n-hsw"
23953   filter: "'NIC_Intel-X520-DA2' and
23954            '64B' and
23955            ('BASE' or 'SCALE') and
23956            'NDRPDR' and
23957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23958            not 'VHOST' and
23959            'MEMIF'"
23960   parameters:
23961   - "throughput"
23962   - "parent"
23963   - "tags"
23964   sort:
23965   - "L2XCFWD"
23966   - "L2XCFWD"
23967   - "L2XCFWD"
23968   - "L2BDMACLRN"
23969   - "L2BDMACLRN"
23970   - "L2BDMACLRN"
23971   layout:
23972     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
23973     layout: "plot-throughput-speedup-analysis"
23974
23975 -
23976   type: "plot"
23977   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23978   algorithm: "plot_throughput_speedup_analysis"
23979   output-file-type: ".html"
23980   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23981   data: "plot-throughput-speedup-analysis-3n-hsw"
23982   filter: "'NIC_Intel-X520-DA2' and
23983            '64B' and
23984            ('BASE' or 'SCALE') and
23985            'NDRPDR' and
23986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23987            not 'VHOST' and
23988            'MEMIF'"
23989   parameters:
23990   - "throughput"
23991   - "parent"
23992   - "tags"
23993   sort:
23994   - "L2XCFWD"
23995   - "L2XCFWD"
23996   - "L2XCFWD"
23997   - "L2BDMACLRN"
23998   - "L2BDMACLRN"
23999   - "L2BDMACLRN"
24000   layout:
24001     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24002     layout: "plot-throughput-speedup-analysis"
24003
24004 # Speedup - VPP Container Memif 3n-hsw-x710
24005 -
24006   type: "plot"
24007   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24008   algorithm: "plot_throughput_speedup_analysis"
24009   output-file-type: ".html"
24010   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24011   data: "plot-throughput-speedup-analysis-3n-hsw"
24012   filter: "'NIC_Intel-X710' and
24013            '64B' and
24014            ('BASE' or 'SCALE') and
24015            'NDRPDR' and
24016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24017            not 'VHOST' and
24018            'MEMIF'"
24019   parameters:
24020   - "throughput"
24021   - "parent"
24022   - "tags"
24023   sort:
24024   - "L2XCFWD"
24025   - "L2XCFWD"
24026   - "L2XCFWD"
24027   - "L2BDMACLRN"
24028   - "L2BDMACLRN"
24029   - "L2BDMACLRN"
24030   layout:
24031     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24032     layout: "plot-throughput-speedup-analysis"
24033
24034 -
24035   type: "plot"
24036   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24037   algorithm: "plot_throughput_speedup_analysis"
24038   output-file-type: ".html"
24039   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24040   data: "plot-throughput-speedup-analysis-3n-hsw"
24041   filter: "'NIC_Intel-X710' and
24042            '64B' and
24043            ('BASE' or 'SCALE') and
24044            'NDRPDR' and
24045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24046            not 'VHOST' and
24047            'MEMIF'"
24048   parameters:
24049   - "throughput"
24050   - "parent"
24051   - "tags"
24052   sort:
24053   - "L2XCFWD"
24054   - "L2XCFWD"
24055   - "L2XCFWD"
24056   - "L2BDMACLRN"
24057   - "L2BDMACLRN"
24058   - "L2BDMACLRN"
24059   layout:
24060     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24061     layout: "plot-throughput-speedup-analysis"
24062
24063 # Speedup - VPP Container Memif 3n-hsw-xl710
24064 -
24065   type: "plot"
24066   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24067   algorithm: "plot_throughput_speedup_analysis"
24068   output-file-type: ".html"
24069   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24070   data: "plot-throughput-speedup-analysis-3n-hsw"
24071   filter: "'NIC_Intel-XL710' and
24072            '64B' and
24073            ('BASE' or 'SCALE') and
24074            'NDRPDR' and
24075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24076            not 'VHOST' and
24077            'MEMIF'"
24078   parameters:
24079   - "throughput"
24080   - "parent"
24081   - "tags"
24082   sort:
24083   - "L2XCFWD"
24084   - "L2XCFWD"
24085   - "L2XCFWD"
24086   - "L2BDMACLRN"
24087   - "L2BDMACLRN"
24088   - "L2BDMACLRN"
24089   layout:
24090     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24091     layout: "plot-throughput-speedup-analysis"
24092
24093 -
24094   type: "plot"
24095   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24096   algorithm: "plot_throughput_speedup_analysis"
24097   output-file-type: ".html"
24098   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24099   data: "plot-throughput-speedup-analysis-3n-hsw"
24100   filter: "'NIC_Intel-XL710' and
24101            '64B' and
24102            ('BASE' or 'SCALE') and
24103            'NDRPDR' and
24104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24105            not 'VHOST' and
24106            'MEMIF'"
24107   parameters:
24108   - "throughput"
24109   - "parent"
24110   - "tags"
24111   sort:
24112   - "L2XCFWD"
24113   - "L2XCFWD"
24114   - "L2XCFWD"
24115   - "L2BDMACLRN"
24116   - "L2BDMACLRN"
24117   - "L2BDMACLRN"
24118   layout:
24119     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24120     layout: "plot-throughput-speedup-analysis"
24121
24122 # Speedup - VPP Container Memif 3n-skx-x710
24123 -
24124   type: "plot"
24125   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24126   algorithm: "plot_throughput_speedup_analysis"
24127   output-file-type: ".html"
24128   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24129   data: "plot-throughput-speedup-analysis-3n-skx"
24130   filter: "'NIC_Intel-X710' and
24131            '64B' and
24132            ('BASE' or 'SCALE') and
24133            'NDRPDR' and
24134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24135            not 'VHOST' and
24136            'MEMIF'"
24137   parameters:
24138   - "throughput"
24139   - "parent"
24140   - "tags"
24141   sort:
24142   - "L2XCFWD"
24143   - "L2XCFWD"
24144   - "L2XCFWD"
24145   - "L2BDMACLRN"
24146   - "L2BDMACLRN"
24147   - "L2BDMACLRN"
24148   layout:
24149     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24150     layout: "plot-throughput-speedup-analysis"
24151
24152 -
24153   type: "plot"
24154   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24155   algorithm: "plot_throughput_speedup_analysis"
24156   output-file-type: ".html"
24157   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24158   data: "plot-throughput-speedup-analysis-3n-skx"
24159   filter: "'NIC_Intel-X710' and
24160            '64B' and
24161            ('BASE' or 'SCALE') and
24162            'NDRPDR' and
24163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24164            not 'VHOST' and
24165             'MEMIF'"
24166   parameters:
24167   - "throughput"
24168   - "parent"
24169   - "tags"
24170   sort:
24171   - "L2XCFWD"
24172   - "L2XCFWD"
24173   - "L2XCFWD"
24174   - "L2BDMACLRN"
24175   - "L2BDMACLRN"
24176   - "L2BDMACLRN"
24177   layout:
24178     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24179     layout: "plot-throughput-speedup-analysis"
24180
24181 # Speedup - VPP Container Memif 2n-skx-x710
24182 -
24183   type: "plot"
24184   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24185   algorithm: "plot_throughput_speedup_analysis"
24186   output-file-type: ".html"
24187   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24188   data: "plot-throughput-speedup-analysis-2n-skx"
24189   filter: "'NIC_Intel-X710' and
24190            '64B' and
24191            ('BASE' or 'SCALE') and
24192            'NDRPDR' and
24193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24194            not 'VHOST' and
24195            'MEMIF'"
24196   parameters:
24197   - "throughput"
24198   - "parent"
24199   - "tags"
24200   sort:
24201   - "L2XCFWD"
24202   - "L2XCFWD"
24203   - "L2XCFWD"
24204   - "L2BDMACLRN"
24205   - "L2BDMACLRN"
24206   - "L2BDMACLRN"
24207   layout:
24208     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24209     layout: "plot-throughput-speedup-analysis"
24210
24211 -
24212   type: "plot"
24213   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24214   algorithm: "plot_throughput_speedup_analysis"
24215   output-file-type: ".html"
24216   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24217   data: "plot-throughput-speedup-analysis-2n-skx"
24218   filter: "'NIC_Intel-X710' and
24219            '64B' and
24220            ('BASE' or 'SCALE') and
24221            'NDRPDR' and
24222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24223            not 'VHOST' and
24224             'MEMIF'"
24225   parameters:
24226   - "throughput"
24227   - "parent"
24228   - "tags"
24229   sort:
24230   - "L2XCFWD"
24231   - "L2XCFWD"
24232   - "L2XCFWD"
24233   - "L2BDMACLRN"
24234   - "L2BDMACLRN"
24235   - "L2BDMACLRN"
24236   layout:
24237     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24238     layout: "plot-throughput-speedup-analysis"
24239
24240 # Speedup - VPP Container Memif 2n-skx-xxv710
24241 -
24242   type: "plot"
24243   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24244   algorithm: "plot_throughput_speedup_analysis"
24245   output-file-type: ".html"
24246   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24247   data: "plot-throughput-speedup-analysis-2n-skx"
24248   filter: "'NIC_Intel-XXV710' and
24249            '64B' and
24250            ('BASE' or 'SCALE') and
24251            'NDRPDR' and
24252            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24253            not 'VHOST' and
24254            'MEMIF'"
24255   parameters:
24256   - "throughput"
24257   - "parent"
24258   - "tags"
24259   sort:
24260   - "L2XCFWD"
24261   - "L2XCFWD"
24262   - "L2XCFWD"
24263   - "L2BDMACLRN"
24264   - "L2BDMACLRN"
24265   - "L2BDMACLRN"
24266   layout:
24267     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24268     layout: "plot-throughput-speedup-analysis"
24269
24270 -
24271   type: "plot"
24272   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24273   algorithm: "plot_throughput_speedup_analysis"
24274   output-file-type: ".html"
24275   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24276   data: "plot-throughput-speedup-analysis-2n-skx"
24277   filter: "'NIC_Intel-XXV710' and
24278            '64B' and
24279            ('BASE' or 'SCALE') and
24280            'NDRPDR' and
24281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24282            not 'VHOST' and
24283             'MEMIF'"
24284   parameters:
24285   - "throughput"
24286   - "parent"
24287   - "tags"
24288   sort:
24289   - "L2XCFWD"
24290   - "L2XCFWD"
24291   - "L2XCFWD"
24292   - "L2BDMACLRN"
24293   - "L2BDMACLRN"
24294   - "L2BDMACLRN"
24295   layout:
24296     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24297     layout: "plot-throughput-speedup-analysis"
24298
24299 ################################################################################
24300
24301 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24302 -
24303   type: "plot"
24304   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24305   algorithm: "plot_throughput_speedup_analysis"
24306   output-file-type: ".html"
24307   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24308   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24309   filter: "'NIC_Intel-X520-DA2' and
24310            '64B' and
24311            ('BASE' or 'SCALE') and
24312            'NDRPDR' and
24313            'L2XCFWD' and
24314            not 'VHOST' and
24315            'MEMIF'"
24316   parameters:
24317   - "throughput"
24318   - "parent"
24319   - "tags"
24320   sort:
24321   - "1VNF"
24322   - "2VNF"
24323   - "4VNF"
24324   - "2VNF"
24325   - "4VNF"
24326   layout:
24327     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24328     layout: "plot-throughput-speedup-analysis"
24329
24330 -
24331   type: "plot"
24332   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24333   algorithm: "plot_throughput_speedup_analysis"
24334   output-file-type: ".html"
24335   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24336   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24337   filter: "'NIC_Intel-X520-DA2' and
24338            '64B' and
24339            ('BASE' or 'SCALE') and
24340            'NDRPDR' and
24341            'L2XCFWD' and
24342            not 'VHOST' and
24343            'MEMIF'"
24344   parameters:
24345   - "throughput"
24346   - "parent"
24347   - "tags"
24348   sort:
24349   - "1VNF"
24350   - "2VNF"
24351   - "4VNF"
24352   - "2VNF"
24353   - "4VNF"
24354   layout:
24355     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24356     layout: "plot-throughput-speedup-analysis"
24357
24358 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24359 -
24360   type: "plot"
24361   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24362   algorithm: "plot_throughput_speedup_analysis"
24363   output-file-type: ".html"
24364   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24365   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24366   filter: "'NIC_Intel-X520-DA2' and
24367            '64B' and
24368            ('BASE' or 'SCALE') and
24369            'NDRPDR' and
24370            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24371            not 'VHOST' and
24372            'MEMIF'"
24373   parameters:
24374   - "throughput"
24375   - "parent"
24376   - "tags"
24377   sort:
24378   - "1VNF"
24379   - "2VNF"
24380   - "4VNF"
24381   - "2VNF"
24382   - "4VNF"
24383   layout:
24384     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24385     layout: "plot-throughput-speedup-analysis"
24386
24387 -
24388   type: "plot"
24389   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24390   algorithm: "plot_throughput_speedup_analysis"
24391   output-file-type: ".html"
24392   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24393   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24394   filter: "'NIC_Intel-X520-DA2' and
24395            '64B' and
24396            ('BASE' or 'SCALE') and
24397            'NDRPDR' and
24398            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24399            not 'VHOST' and
24400            'MEMIF'"
24401   parameters:
24402   - "throughput"
24403   - "parent"
24404   - "tags"
24405   sort:
24406   - "1VNF"
24407   - "2VNF"
24408   - "4VNF"
24409   - "2VNF"
24410   - "4VNF"
24411   layout:
24412     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24413     layout: "plot-throughput-speedup-analysis"
24414
24415 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24416 -
24417   type: "plot"
24418   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24419   algorithm: "plot_throughput_speedup_analysis"
24420   output-file-type: ".html"
24421   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24422   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24423   filter: "'NIC_Intel-X710' and
24424            '64B' and
24425            ('BASE' or 'SCALE') and
24426            'NDRPDR' and
24427            'L2XCFWD' and
24428            not 'VHOST' and
24429            'MEMIF'"
24430   parameters:
24431   - "throughput"
24432   - "parent"
24433   - "tags"
24434   sort:
24435   - "1VNF"
24436   - "2VNF"
24437   - "4VNF"
24438   - "2VNF"
24439   - "4VNF"
24440   layout:
24441     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24442     layout: "plot-throughput-speedup-analysis"
24443
24444 -
24445   type: "plot"
24446   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24447   algorithm: "plot_throughput_speedup_analysis"
24448   output-file-type: ".html"
24449   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24450   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24451   filter: "'NIC_Intel-X710' and
24452            '64B' and
24453            ('BASE' or 'SCALE') and
24454            'NDRPDR' and
24455            'L2XCFWD' and
24456            not 'VHOST' and
24457            'MEMIF'"
24458   parameters:
24459   - "throughput"
24460   - "parent"
24461   - "tags"
24462   sort:
24463   - "1VNF"
24464   - "2VNF"
24465   - "4VNF"
24466   - "2VNF"
24467   - "4VNF"
24468   layout:
24469     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24470     layout: "plot-throughput-speedup-analysis"
24471
24472 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24473 -
24474   type: "plot"
24475   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24476   algorithm: "plot_throughput_speedup_analysis"
24477   output-file-type: ".html"
24478   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24479   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24480   filter: "'NIC_Intel-X710' and
24481            '64B' and
24482            ('BASE' or 'SCALE') and
24483            'NDRPDR' and
24484            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24485            not 'VHOST' and
24486            'MEMIF'"
24487   parameters:
24488   - "throughput"
24489   - "parent"
24490   - "tags"
24491   sort:
24492   - "1VNF"
24493   - "2VNF"
24494   - "4VNF"
24495   - "2VNF"
24496   - "4VNF"
24497   layout:
24498     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24499     layout: "plot-throughput-speedup-analysis"
24500
24501 -
24502   type: "plot"
24503   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24504   algorithm: "plot_throughput_speedup_analysis"
24505   output-file-type: ".html"
24506   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24507   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24508   filter: "'NIC_Intel-X710' and
24509            '64B' and
24510            ('BASE' or 'SCALE') and
24511            'NDRPDR' and
24512            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24513            not 'VHOST' and
24514            'MEMIF'"
24515   parameters:
24516   - "throughput"
24517   - "parent"
24518   - "tags"
24519   sort:
24520   - "1VNF"
24521   - "2VNF"
24522   - "4VNF"
24523   - "2VNF"
24524   - "4VNF"
24525   layout:
24526     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24527     layout: "plot-throughput-speedup-analysis"
24528
24529 ################################################################################
24530
24531 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24532 -
24533   type: "plot"
24534   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24535   algorithm: "plot_throughput_speedup_analysis"
24536   output-file-type: ".html"
24537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24538   data: "plot-throughput-speedup-analysis-3n-hsw"
24539   filter: "'NIC_Intel-X520-DA2' and
24540            '64B' and
24541            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24542            'NDRPDR' and
24543            'IP4FWD' and
24544            not 'IPSEC' and
24545            not 'VHOST'"
24546   parameters:
24547   - "throughput"
24548   - "parent"
24549   - "tags"
24550   sort:
24551   - "DOT1Q"
24552   - "IP4BASE"
24553   - "FIB_20k"
24554   - "FIB_200k"
24555   - "FIB_2M"
24556   layout:
24557     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24558     layout: "plot-throughput-speedup-analysis"
24559
24560 -
24561   type: "plot"
24562   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24563   algorithm: "plot_throughput_speedup_analysis"
24564   output-file-type: ".html"
24565   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24566   data: "plot-throughput-speedup-analysis-3n-hsw"
24567   filter: "'NIC_Intel-X520-DA2' and
24568            '64B' and
24569            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24570            'NDRPDR' and
24571            'IP4FWD' and
24572            not 'IPSEC' and
24573            not 'VHOST'"
24574   parameters:
24575   - "throughput"
24576   - "parent"
24577   - "tags"
24578   sort:
24579   - "DOT1Q"
24580   - "IP4BASE"
24581   - "FIB_20k"
24582   - "FIB_200k"
24583   - "FIB_2M"
24584   layout:
24585     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24586     layout: "plot-throughput-speedup-analysis"
24587
24588 # Speedup - VPP IPv4 3n-hsw-x520 features
24589 -
24590   type: "plot"
24591   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24592   algorithm: "plot_throughput_speedup_analysis"
24593   output-file-type: ".html"
24594   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24595   data: "plot-throughput-speedup-analysis-3n-hsw"
24596   filter: "'NIC_Intel-X520-DA2' and
24597            '64B' and
24598            ('IP4BASE' or
24599             'POLICE_MARK' or
24600             'COPWHLIST' or
24601             ('NAT44' and 'BASE') or
24602             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24603            'NDRPDR' and
24604            'IP4FWD' and
24605            not 'IPSEC' and
24606            not 'VHOST'"
24607   parameters:
24608   - "throughput"
24609   - "parent"
24610   - "tags"
24611   sort:
24612   - "DOT1Q"
24613   - "IP4BASE"
24614   - "NAT44"
24615   - "POLICE_MARK"
24616   - "COPWHLIST"
24617   - "IACL"
24618   - "OACL"
24619   layout:
24620     title: "ip4-3n-hsw-x520-64b-features-ndr"
24621     layout: "plot-throughput-speedup-analysis"
24622
24623 -
24624   type: "plot"
24625   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24626   algorithm: "plot_throughput_speedup_analysis"
24627   output-file-type: ".html"
24628   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24629   data: "plot-throughput-speedup-analysis-3n-hsw"
24630   filter: "'NIC_Intel-X520-DA2' and
24631            '64B' and
24632            ('IP4BASE' or
24633             'POLICE_MARK' or
24634             'COPWHLIST' or
24635             ('NAT44' and 'BASE') or
24636             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24637            'NDRPDR' and
24638            'IP4FWD' and
24639            not 'IPSEC' and
24640            not 'VHOST'"
24641   parameters:
24642   - "throughput"
24643   - "parent"
24644   - "tags"
24645   sort:
24646   - "DOT1Q"
24647   - "IP4BASE"
24648   - "NAT44"
24649   - "POLICE_MARK"
24650   - "COPWHLIST"
24651   - "IACL"
24652   - "OACL"
24653   layout:
24654     title: "ip4-3n-hsw-x520-64b-features-pdr"
24655     layout: "plot-throughput-speedup-analysis"
24656
24657 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24658 -
24659   type: "plot"
24660   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24661   algorithm: "plot_throughput_speedup_analysis"
24662   output-file-type: ".html"
24663   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24664   data: "plot-throughput-speedup-analysis-3n-hsw"
24665   filter: "'NIC_Intel-X520-DA2' and
24666            '64B' and
24667            'NDRPDR' and
24668            'IP4FWD' and
24669            'NAT44' and
24670            not 'IPSEC' and
24671            not 'VHOST'"
24672   parameters:
24673   - "throughput"
24674   - "parent"
24675   - "tags"
24676   sort:
24677   - "BASE"
24678   - "BASE"
24679   - "SRC_USER_10"
24680   - "SRC_USER_100"
24681   - "SRC_USER_1000"
24682   - "SRC_USER_2000"
24683   layout:
24684     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24685     layout: "plot-throughput-speedup-analysis"
24686
24687 -
24688   type: "plot"
24689   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24690   algorithm: "plot_throughput_speedup_analysis"
24691   output-file-type: ".html"
24692   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24693   data: "plot-throughput-speedup-analysis-3n-hsw"
24694   filter: "'NIC_Intel-X520-DA2' and
24695            '64B' and
24696            'NDRPDR' and
24697            'IP4FWD' and
24698            'NAT44' and
24699            not 'IPSEC' and
24700            not 'VHOST'"
24701   parameters:
24702   - "throughput"
24703   - "parent"
24704   - "tags"
24705   sort:
24706   - "BASE"
24707   - "BASE"
24708   - "SRC_USER_10"
24709   - "SRC_USER_100"
24710   - "SRC_USER_1000"
24711   - "SRC_USER_2000"
24712   layout:
24713     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24714     layout: "plot-throughput-speedup-analysis"
24715
24716 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24717 -
24718   type: "plot"
24719   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24720   algorithm: "plot_throughput_speedup_analysis"
24721   output-file-type: ".html"
24722   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24723   data: "plot-throughput-speedup-analysis-3n-hsw"
24724   filter: "'NIC_Intel-X520-DA2' and
24725            '64B' and
24726            'NDRPDR' and
24727            'IP4FWD' and
24728            'IACL' and
24729            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24730            not 'IPSEC' and
24731            not 'VHOST'"
24732   parameters:
24733   - "throughput"
24734   - "parent"
24735   - "tags"
24736   sort:
24737   - "ACL_STATELESS"
24738   - "ACL_STATEFUL"
24739   - "ACL_STATELESS"
24740   - "ACL_STATEFUL"
24741   layout:
24742     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24743     layout: "plot-throughput-speedup-analysis"
24744
24745 -
24746   type: "plot"
24747   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24748   algorithm: "plot_throughput_speedup_analysis"
24749   output-file-type: ".html"
24750   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24751   data: "plot-throughput-speedup-analysis-3n-hsw"
24752   filter: "'NIC_Intel-X520-DA2' and
24753            '64B' and
24754            'NDRPDR' and
24755            'IP4FWD' and
24756            'IACL' and
24757            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24758            not 'IPSEC' and
24759            not 'VHOST'"
24760   parameters:
24761   - "throughput"
24762   - "parent"
24763   - "tags"
24764   sort:
24765   - "ACL_STATELESS"
24766   - "ACL_STATEFUL"
24767   - "ACL_STATELESS"
24768   - "ACL_STATEFUL"
24769   layout:
24770     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24771     layout: "plot-throughput-speedup-analysis"
24772
24773 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24774 -
24775   type: "plot"
24776   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24777   algorithm: "plot_throughput_speedup_analysis"
24778   output-file-type: ".html"
24779   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24780   data: "plot-throughput-speedup-analysis-3n-hsw"
24781   filter: "'NIC_Intel-X520-DA2' and
24782            '64B' and
24783            'NDRPDR' and
24784            'IP4FWD' and
24785            'OACL' and
24786            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24787            not 'IPSEC' and
24788            not 'VHOST'"
24789   parameters:
24790   - "throughput"
24791   - "parent"
24792   - "tags"
24793   sort:
24794   - "ACL_STATELESS"
24795   - "ACL_STATEFUL"
24796   - "ACL_STATELESS"
24797   - "ACL_STATEFUL"
24798   layout:
24799     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24800     layout: "plot-throughput-speedup-analysis"
24801
24802 -
24803   type: "plot"
24804   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24805   algorithm: "plot_throughput_speedup_analysis"
24806   output-file-type: ".html"
24807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24808   data: "plot-throughput-speedup-analysis-3n-hsw"
24809   filter: "'NIC_Intel-X520-DA2' and
24810            '64B' and
24811            'NDRPDR' and
24812            'IP4FWD' and
24813            'OACL' and
24814            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24815            not 'IPSEC' and
24816            not 'VHOST'"
24817   parameters:
24818   - "throughput"
24819   - "parent"
24820   - "tags"
24821   sort:
24822   - "ACL_STATELESS"
24823   - "ACL_STATEFUL"
24824   - "ACL_STATELESS"
24825   - "ACL_STATEFUL"
24826   layout:
24827     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24828     layout: "plot-throughput-speedup-analysis"
24829
24830 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24831 -
24832   type: "plot"
24833   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24834   algorithm: "plot_throughput_speedup_analysis"
24835   output-file-type: ".html"
24836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24837   data: "plot-throughput-speedup-analysis-3n-hsw"
24838   filter: "'NIC_Intel-X710' and
24839            '64B' and
24840            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24841            'NDRPDR' and
24842            'IP4FWD' and
24843            not 'IPSEC' and
24844            not 'VHOST'"
24845   parameters:
24846   - "throughput"
24847   - "parent"
24848   - "tags"
24849   sort:
24850   - "DOT1Q"
24851   - "IP4BASE"
24852   - "FIB_20K"
24853   - "FIB_200K"
24854   - "FIB_2M"
24855   layout:
24856     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24857     layout: "plot-throughput-speedup-analysis"
24858
24859 -
24860   type: "plot"
24861   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24862   algorithm: "plot_throughput_speedup_analysis"
24863   output-file-type: ".html"
24864   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24865   data: "plot-throughput-speedup-analysis-3n-hsw"
24866   filter: "'NIC_Intel-X710' and
24867            '64B' and
24868            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24869            'NDRPDR' and
24870            'IP4FWD' and
24871            not 'IPSEC' and
24872            not 'VHOST'"
24873   parameters:
24874   - "throughput"
24875   - "parent"
24876   - "tags"
24877   sort:
24878   - "DOT1Q"
24879   - "IP4BASE"
24880   - "FIB_20K"
24881   - "FIB_200K"
24882   - "FIB_2M"
24883   layout:
24884     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24885     layout: "plot-throughput-speedup-analysis"
24886
24887 # Speedup - VPP IPv4 3n-hsw-x710 features
24888 -
24889   type: "plot"
24890   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24891   algorithm: "plot_throughput_speedup_analysis"
24892   output-file-type: ".html"
24893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24894   data: "plot-throughput-speedup-analysis-3n-hsw"
24895   filter: "'NIC_Intel-X710' and
24896            '64B' and
24897            ('IP4BASE' or
24898             'POLICE_MARK' or
24899             'COPWHLIST' or
24900             ('NAT44' and 'BASE') or
24901             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24902            'NDRPDR' and
24903            'IP4FWD' and
24904            not 'IPSEC' and
24905            not 'VHOST'"
24906   parameters:
24907   - "throughput"
24908   - "parent"
24909   - "tags"
24910   sort:
24911   - "IP4BASE"
24912   - "NAT44"
24913   - "POLICE_MARK"
24914   - "COPWHLIST"
24915   - "IACL"
24916   - "OACL"
24917   layout:
24918     title: "ip4-3n-hsw-x710-64b-features-ndr"
24919     layout: "plot-throughput-speedup-analysis"
24920
24921 -
24922   type: "plot"
24923   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24924   algorithm: "plot_throughput_speedup_analysis"
24925   output-file-type: ".html"
24926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24927   data: "plot-throughput-speedup-analysis-3n-hsw"
24928   filter: "'NIC_Intel-X710' and
24929            '64B' and
24930            ('IP4BASE' or
24931             'POLICE_MARK' or
24932             'COPWHLIST' or
24933             ('NAT44' and 'BASE') or
24934             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24935            'NDRPDR' and
24936            'IP4FWD' and
24937            not 'IPSEC' and
24938            not 'VHOST'"
24939   parameters:
24940   - "throughput"
24941   - "parent"
24942   - "tags"
24943   sort:
24944   - "IP4BASE"
24945   - "NAT44"
24946   - "POLICE_MARK"
24947   - "COPWHLIST"
24948   - "IACL"
24949   - "OACL"
24950   layout:
24951     title: "ip4-3n-hsw-x710-64b-features-pdr"
24952     layout: "plot-throughput-speedup-analysis"
24953
24954 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24955 -
24956   type: "plot"
24957   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24958   algorithm: "plot_throughput_speedup_analysis"
24959   output-file-type: ".html"
24960   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24961   data: "plot-throughput-speedup-analysis-3n-hsw"
24962   filter: "'NIC_Intel-X710' and
24963            '64B' and
24964            'NDRPDR' and
24965            'IP4FWD' and
24966            'NAT44' and
24967            not 'IPSEC' and
24968            not 'VHOST'"
24969   parameters:
24970   - "throughput"
24971   - "parent"
24972   - "tags"
24973   sort:
24974   - "BASE"
24975   - "BASE"
24976   - "SRC_USER_10"
24977   - "SRC_USER_100"
24978   - "SRC_USER_1000"
24979   - "SRC_USER_2000"
24980   layout:
24981     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24982     layout: "plot-throughput-speedup-analysis"
24983
24984 -
24985   type: "plot"
24986   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24987   algorithm: "plot_throughput_speedup_analysis"
24988   output-file-type: ".html"
24989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24990   data: "plot-throughput-speedup-analysis-3n-hsw"
24991   filter: "'NIC_Intel-X710' and
24992            '64B' and
24993            'NDRPDR' and
24994            'IP4FWD' and
24995            'NAT44' and
24996            not 'IPSEC' and
24997            not 'VHOST'"
24998   parameters:
24999   - "throughput"
25000   - "parent"
25001   - "tags"
25002   sort:
25003   - "BASE"
25004   - "BASE"
25005   - "SRC_USER_10"
25006   - "SRC_USER_100"
25007   - "SRC_USER_1000"
25008   - "SRC_USER_2000"
25009   layout:
25010     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25011     layout: "plot-throughput-speedup-analysis"
25012
25013 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25014 -
25015   type: "plot"
25016   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25017   algorithm: "plot_throughput_speedup_analysis"
25018   output-file-type: ".html"
25019   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25020   data: "plot-throughput-speedup-analysis-3n-hsw"
25021   filter: "'NIC_Intel-X710' and
25022            '64B' and
25023            'NDRPDR' and
25024            'IP4FWD' and
25025            'IACL' and
25026            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25027            not 'IPSEC' and
25028            not 'VHOST'"
25029   parameters:
25030   - "throughput"
25031   - "parent"
25032   - "tags"
25033   sort:
25034   - "ACL_STATELESS"
25035   - "ACL_STATEFUL"
25036   - "ACL_STATELESS"
25037   - "ACL_STATEFUL"
25038   layout:
25039     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25040     layout: "plot-throughput-speedup-analysis"
25041
25042 -
25043   type: "plot"
25044   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25045   algorithm: "plot_throughput_speedup_analysis"
25046   output-file-type: ".html"
25047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25048   data: "plot-throughput-speedup-analysis-3n-hsw"
25049   filter: "'NIC_Intel-X710' and
25050            '64B' and
25051            'NDRPDR' and
25052            'IP4FWD' and
25053            'IACL' and
25054            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25055            not 'IPSEC' and
25056            not 'VHOST'"
25057   parameters:
25058   - "throughput"
25059   - "parent"
25060   - "tags"
25061   sort:
25062   - "ACL_STATELESS"
25063   - "ACL_STATEFUL"
25064   - "ACL_STATELESS"
25065   - "ACL_STATEFUL"
25066   layout:
25067     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25068     layout: "plot-throughput-speedup-analysis"
25069
25070 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
25071 -
25072   type: "plot"
25073   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25074   algorithm: "plot_throughput_speedup_analysis"
25075   output-file-type: ".html"
25076   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25077   data: "plot-throughput-speedup-analysis-3n-hsw"
25078   filter: "'NIC_Intel-X710' and
25079            '64B' and
25080            'NDRPDR' and
25081            'IP4FWD' and
25082            'OACL' and
25083            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25084            not 'IPSEC' and
25085            not 'VHOST'"
25086   parameters:
25087   - "throughput"
25088   - "parent"
25089   - "tags"
25090   sort:
25091   - "ACL_STATELESS"
25092   - "ACL_STATEFUL"
25093   - "ACL_STATELESS"
25094   - "ACL_STATEFUL"
25095   layout:
25096     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25097     layout: "plot-throughput-speedup-analysis"
25098
25099 -
25100   type: "plot"
25101   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25102   algorithm: "plot_throughput_speedup_analysis"
25103   output-file-type: ".html"
25104   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25105   data: "plot-throughput-speedup-analysis-3n-hsw"
25106   filter: "'NIC_Intel-X710' and
25107            '64B' and
25108            'NDRPDR' and
25109            'IP4FWD' and
25110            'OACL' and
25111            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25112            not 'IPSEC' and
25113            not 'VHOST'"
25114   parameters:
25115   - "throughput"
25116   - "parent"
25117   - "tags"
25118   sort:
25119   - "ACL_STATELESS"
25120   - "ACL_STATEFUL"
25121   - "ACL_STATELESS"
25122   - "ACL_STATEFUL"
25123   layout:
25124     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25125     layout: "plot-throughput-speedup-analysis"
25126
25127 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25128 -
25129   type: "plot"
25130   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25131   algorithm: "plot_throughput_speedup_analysis"
25132   output-file-type: ".html"
25133   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25134   data: "plot-throughput-speedup-analysis-3n-hsw"
25135   filter: "'NIC_Intel-XL710' and
25136            '64B' and
25137            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25138            'NDRPDR' and
25139            'IP4FWD' and
25140            not 'IPSEC' and
25141            not 'VHOST'"
25142   parameters:
25143   - "throughput"
25144   - "parent"
25145   - "tags"
25146   sort:
25147   - "IP4BASE"
25148   - "FIB_20K"
25149   - "FIB_200K"
25150   - "FIB_2M"
25151   layout:
25152     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25153     layout: "plot-throughput-speedup-analysis"
25154
25155 -
25156   type: "plot"
25157   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25158   algorithm: "plot_throughput_speedup_analysis"
25159   output-file-type: ".html"
25160   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25161   data: "plot-throughput-speedup-analysis-3n-hsw"
25162   filter: "'NIC_Intel-XL710' and
25163            '64B' and
25164            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25165            'NDRPDR' and
25166            'IP4FWD' and
25167            not 'IPSEC' and
25168            not 'VHOST'"
25169   parameters:
25170   - "throughput"
25171   - "parent"
25172   - "tags"
25173   sort:
25174   - "IP4BASE"
25175   - "FIB_20K"
25176   - "FIB_200K"
25177   - "FIB_2M"
25178   layout:
25179     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25180     layout: "plot-throughput-speedup-analysis"
25181
25182 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25183 -
25184   type: "plot"
25185   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25186   algorithm: "plot_throughput_speedup_analysis"
25187   output-file-type: ".html"
25188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25189   data: "plot-throughput-speedup-analysis-3n-skx"
25190   filter: "'NIC_Intel-X710' and
25191            '64B' and
25192            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25193            'NDRPDR' and
25194            'IP4FWD' and
25195            not 'IPSEC' and
25196            not 'VHOST'"
25197   parameters:
25198   - "throughput"
25199   - "parent"
25200   - "tags"
25201   sort:
25202   - "IP4BASE"
25203   - "FIB_20K"
25204   - "FIB_200K"
25205   - "FIB_2M"
25206   layout:
25207     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25208     layout: "plot-throughput-speedup-analysis"
25209
25210 -
25211   type: "plot"
25212   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25213   algorithm: "plot_throughput_speedup_analysis"
25214   output-file-type: ".html"
25215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25216   data: "plot-throughput-speedup-analysis-3n-skx"
25217   filter: "'NIC_Intel-X710' and
25218            '64B' and
25219            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25220            'NDRPDR' and
25221            'IP4FWD' and
25222            not 'IPSEC' and
25223            not 'VHOST'"
25224   parameters:
25225   - "throughput"
25226   - "parent"
25227   - "tags"
25228   sort:
25229   - "IP4BASE"
25230   - "FIB_20K"
25231   - "FIB_200K"
25232   - "FIB_2M"
25233   layout:
25234     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25235     layout: "plot-throughput-speedup-analysis"
25236
25237 # Speedup - VPP IPv4 3n-skx-x710 features
25238 -
25239   type: "plot"
25240   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25241   algorithm: "plot_throughput_speedup_analysis"
25242   output-file-type: ".html"
25243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25244   data: "plot-throughput-speedup-analysis-3n-skx"
25245   filter: "'NIC_Intel-X710' and
25246            '64B' and
25247            ('IP4BASE' or
25248             'POLICE_MARK' or
25249             'COPWHLIST' or
25250             ('NAT44' and 'BASE') or
25251             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25252            'NDRPDR' and
25253            'IP4FWD' and
25254            not 'IPSEC' and
25255            not 'VHOST'"
25256   parameters:
25257   - "throughput"
25258   - "parent"
25259   - "tags"
25260   sort:
25261   - "IP4BASE"
25262   - "NAT44"
25263   - "POLICE_MARK"
25264   - "COPWHLIST"
25265   - "IACL"
25266   - "OACL"
25267   layout:
25268     title: "ip4-3n-skx-x710-64b-features-ndr"
25269     layout: "plot-throughput-speedup-analysis"
25270
25271 -
25272   type: "plot"
25273   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25274   algorithm: "plot_throughput_speedup_analysis"
25275   output-file-type: ".html"
25276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25277   data: "plot-throughput-speedup-analysis-3n-skx"
25278   filter: "'NIC_Intel-X710' and
25279            '64B' and
25280            ('IP4BASE' or
25281             'POLICE_MARK' or
25282             'COPWHLIST' or
25283             ('NAT44' and 'BASE') or
25284             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25285            'NDRPDR' and
25286            'IP4FWD' and
25287            not 'IPSEC' and
25288            not 'VHOST'"
25289   parameters:
25290   - "throughput"
25291   - "parent"
25292   - "tags"
25293   sort:
25294   - "IP4BASE"
25295   - "NAT44"
25296   - "POLICE_MARK"
25297   - "COPWHLIST"
25298   - "IACL"
25299   - "OACL"
25300   layout:
25301     title: "ip4-3n-skx-x710-64b-features-pdr"
25302     layout: "plot-throughput-speedup-analysis"
25303
25304 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25305 -
25306   type: "plot"
25307   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25308   algorithm: "plot_throughput_speedup_analysis"
25309   output-file-type: ".html"
25310   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25311   data: "plot-throughput-speedup-analysis-3n-skx"
25312   filter: "'NIC_Intel-X710' and
25313            '64B' and
25314            'NDRPDR' and
25315            'IP4FWD' and
25316            'NAT44' and
25317            not 'IPSEC' and
25318            not 'VHOST'"
25319   parameters:
25320   - "throughput"
25321   - "parent"
25322   - "tags"
25323   sort:
25324   - "BASE"
25325   - "BASE"
25326   - "SRC_USER_10"
25327   - "SRC_USER_100"
25328   - "SRC_USER_1000"
25329   - "SRC_USER_2000"
25330   layout:
25331     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25332     layout: "plot-throughput-speedup-analysis"
25333
25334 -
25335   type: "plot"
25336   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25337   algorithm: "plot_throughput_speedup_analysis"
25338   output-file-type: ".html"
25339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25340   data: "plot-throughput-speedup-analysis-3n-skx"
25341   filter: "'NIC_Intel-X710' and
25342            '64B' and
25343            'NDRPDR' and
25344            'IP4FWD' and
25345            'NAT44' and
25346            not 'IPSEC' and
25347            not 'VHOST'"
25348   parameters:
25349   - "throughput"
25350   - "parent"
25351   - "tags"
25352   sort:
25353   - "BASE"
25354   - "BASE"
25355   - "SRC_USER_10"
25356   - "SRC_USER_100"
25357   - "SRC_USER_1000"
25358   - "SRC_USER_2000"
25359   layout:
25360     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25361     layout: "plot-throughput-speedup-analysis"
25362
25363 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25364 -
25365   type: "plot"
25366   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25367   algorithm: "plot_throughput_speedup_analysis"
25368   output-file-type: ".html"
25369   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25370   data: "plot-throughput-speedup-analysis-3n-skx"
25371   filter: "'NIC_Intel-X710' and
25372            '64B' and
25373            'NDRPDR' and
25374            'IP4FWD' and
25375            'IACL' and
25376            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25377            not 'IPSEC' and
25378            not 'VHOST'"
25379   parameters:
25380   - "throughput"
25381   - "parent"
25382   - "tags"
25383   sort:
25384   - "ACL_STATELESS"
25385   - "ACL_STATEFUL"
25386   - "ACL_STATELESS"
25387   - "ACL_STATEFUL"
25388   layout:
25389     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25390     layout: "plot-throughput-speedup-analysis"
25391
25392 -
25393   type: "plot"
25394   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25395   algorithm: "plot_throughput_speedup_analysis"
25396   output-file-type: ".html"
25397   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25398   data: "plot-throughput-speedup-analysis-3n-skx"
25399   filter: "'NIC_Intel-X710' and
25400            '64B' and
25401            'NDRPDR' and
25402            'IP4FWD' and
25403            'IACL' and
25404            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25405            not 'IPSEC' and
25406            not 'VHOST'"
25407   parameters:
25408   - "throughput"
25409   - "parent"
25410   - "tags"
25411   sort:
25412   - "ACL_STATELESS"
25413   - "ACL_STATEFUL"
25414   - "ACL_STATELESS"
25415   - "ACL_STATEFUL"
25416   layout:
25417     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25418     layout: "plot-throughput-speedup-analysis"
25419
25420 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25421 -
25422   type: "plot"
25423   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25424   algorithm: "plot_throughput_speedup_analysis"
25425   output-file-type: ".html"
25426   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25427   data: "plot-throughput-speedup-analysis-3n-skx"
25428   filter: "'NIC_Intel-X710' and
25429            '64B' and
25430            'NDRPDR' and
25431            'IP4FWD' and
25432            'OACL' and
25433            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25434            not 'IPSEC' and
25435            not 'VHOST'"
25436   parameters:
25437   - "throughput"
25438   - "parent"
25439   - "tags"
25440   sort:
25441   - "ACL_STATELESS"
25442   - "ACL_STATEFUL"
25443   - "ACL_STATELESS"
25444   - "ACL_STATEFUL"
25445   layout:
25446     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25447     layout: "plot-throughput-speedup-analysis"
25448
25449 -
25450   type: "plot"
25451   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25452   algorithm: "plot_throughput_speedup_analysis"
25453   output-file-type: ".html"
25454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25455   data: "plot-throughput-speedup-analysis-3n-skx"
25456   filter: "'NIC_Intel-X710' and
25457            '64B' and
25458            'NDRPDR' and
25459            'IP4FWD' and
25460            'OACL' and
25461            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25462            not 'IPSEC' and
25463            not 'VHOST'"
25464   parameters:
25465   - "throughput"
25466   - "parent"
25467   - "tags"
25468   sort:
25469   - "ACL_STATELESS"
25470   - "ACL_STATEFUL"
25471   - "ACL_STATELESS"
25472   - "ACL_STATEFUL"
25473   layout:
25474     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25475     layout: "plot-throughput-speedup-analysis"
25476
25477 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25478 -
25479   type: "plot"
25480   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25481   algorithm: "plot_throughput_speedup_analysis"
25482   output-file-type: ".html"
25483   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25484   data: "plot-throughput-speedup-analysis-2n-skx"
25485   filter: "'NIC_Intel-X710' and
25486            '64B' and
25487            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25488            'NDRPDR' and
25489            'IP4FWD' and
25490            not 'IPSEC' and
25491            not 'VHOST'"
25492   parameters:
25493   - "throughput"
25494   - "parent"
25495   - "tags"
25496   sort:
25497   - "DOT1Q"
25498   - "IP4BASE"
25499   - "FIB_20k"
25500   - "FIB_200k"
25501   - "FIB_2M"
25502   layout:
25503     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25504     layout: "plot-throughput-speedup-analysis"
25505
25506 -
25507   type: "plot"
25508   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25509   algorithm: "plot_throughput_speedup_analysis"
25510   output-file-type: ".html"
25511   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25512   data: "plot-throughput-speedup-analysis-2n-skx"
25513   filter: "'NIC_Intel-X710' and
25514            '64B' and
25515            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25516            'NDRPDR' and
25517            'IP4FWD' and
25518            not 'IPSEC' and
25519            not 'VHOST'"
25520   parameters:
25521   - "throughput"
25522   - "parent"
25523   - "tags"
25524   sort:
25525   - "DOT1Q"
25526   - "IP4BASE"
25527   - "FIB_20k"
25528   - "FIB_200k"
25529   - "FIB_2M"
25530   layout:
25531     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25532     layout: "plot-throughput-speedup-analysis"
25533
25534 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25535 -
25536   type: "plot"
25537   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25538   algorithm: "plot_throughput_speedup_analysis"
25539   output-file-type: ".html"
25540   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25541   data: "plot-throughput-speedup-analysis-2n-skx"
25542   filter: "'NIC_Intel-XXV710' and
25543            '64B' and
25544            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25545            'NDRPDR' and
25546            'IP4FWD' and
25547            not 'IPSEC' and
25548            not 'VHOST'"
25549   parameters:
25550   - "throughput"
25551   - "parent"
25552   - "tags"
25553   sort:
25554   - "DOT1Q"
25555   - "IP4BASE"
25556   - "FIB_20k"
25557   - "FIB_200k"
25558   - "FIB_2M"
25559   layout:
25560     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25561     layout: "plot-throughput-speedup-analysis"
25562
25563 -
25564   type: "plot"
25565   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25566   algorithm: "plot_throughput_speedup_analysis"
25567   output-file-type: ".html"
25568   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25569   data: "plot-throughput-speedup-analysis-2n-skx"
25570   filter: "'NIC_Intel-XXV710' and
25571            '64B' and
25572            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25573            'NDRPDR' and
25574            'IP4FWD' and
25575            not 'IPSEC' and
25576            not 'VHOST'"
25577   parameters:
25578   - "throughput"
25579   - "parent"
25580   - "tags"
25581   sort:
25582   - "DOT1Q"
25583   - "IP4BASE"
25584   - "FIB_20k"
25585   - "FIB_200k"
25586   - "FIB_2M"
25587   layout:
25588     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25589     layout: "plot-throughput-speedup-analysis"
25590
25591 # Speedup - VPP IPv4 2n-dnv-x553 base
25592 -
25593   type: "plot"
25594   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25595   algorithm: "plot_throughput_speedup_analysis"
25596   output-file-type: ".html"
25597   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25598   data: "intel-dnv-vpp"
25599   filter: "'NIC_Intel-X553' and
25600            '64B' and
25601            'IP4BASE' and
25602            'NDRPDR' and
25603            'IP4FWD' and
25604            not 'IPSEC' and
25605            not 'VHOST'"
25606   parameters:
25607   - "throughput"
25608   - "parent"
25609   - "tags"
25610   sort:
25611   - "IP4BASE"
25612   layout:
25613     title: "ip4-2n-dnv-x553-64b-base-ndr"
25614     layout: "plot-throughput-speedup-analysis"
25615
25616 -
25617   type: "plot"
25618   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25619   algorithm: "plot_throughput_speedup_analysis"
25620   output-file-type: ".html"
25621   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25622   data: "intel-dnv-vpp"
25623   filter: "'NIC_Intel-X553' and
25624            '64B' and
25625            'IP4BASE' and
25626            'NDRPDR' and
25627            'IP4FWD' and
25628            not 'IPSEC' and
25629            not 'VHOST'"
25630   parameters:
25631   - "throughput"
25632   - "parent"
25633   - "tags"
25634   sort:
25635   - "IP4BASE"
25636   layout:
25637     title: "ip4-2n-dnv-x553-64b-base-pdr"
25638     layout: "plot-throughput-speedup-analysis"
25639
25640 ################################################################################
25641
25642 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25643 -
25644   type: "plot"
25645   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25646   algorithm: "plot_throughput_speedup_analysis"
25647   output-file-type: ".html"
25648   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25649   data: "plot-throughput-speedup-analysis-3n-hsw"
25650   filter: "'NIC_Intel-X520_DA2' and
25651            '64B' and
25652            'ENCAP' and
25653            'NDRPDR' and
25654            ('VXLAN' or 'LISP') and
25655            not 'VHOST' and
25656            not 'IPSECHW'"
25657   parameters:
25658   - "throughput"
25659   - "parent"
25660   - "tags"
25661   sort:
25662   - "not DOT1Q"
25663   - "VXLAN_1"
25664   - "VXLAN_10"
25665   - "VXLAN_100"
25666   - "VXLAN_1000"
25667   layout:
25668     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25669     layout: "plot-throughput-speedup-analysis"
25670
25671 -
25672   type: "plot"
25673   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25674   algorithm: "plot_throughput_speedup_analysis"
25675   output-file-type: ".html"
25676   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25677   data: "plot-throughput-speedup-analysis-3n-hsw"
25678   filter: "'NIC_Intel-X520_DA2' and
25679            '64B' and
25680            'ENCAP' and
25681            'NDRPDR' and
25682            ('VXLAN' or 'LISP') and
25683            not 'VHOST' and
25684            not 'IPSECHW'"
25685   parameters:
25686   - "throughput"
25687   - "parent"
25688   - "tags"
25689   sort:
25690   - "not DOT1Q"
25691   - "VXLAN_1"
25692   - "VXLAN_10"
25693   - "VXLAN_100"
25694   - "VXLAN_1000"
25695   layout:
25696     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25697     layout: "plot-throughput-speedup-analysis"
25698
25699 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25700 -
25701   type: "plot"
25702   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25703   algorithm: "plot_throughput_speedup_analysis"
25704   output-file-type: ".html"
25705   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25706   data: "plot-throughput-speedup-analysis-3n-hsw"
25707   filter: "'NIC_Intel-X520-DA2' and
25708            '64B' and
25709            'ENCAP' and
25710            'NDRPDR' and
25711            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25712            not 'DOT1Q' and
25713            not 'VHOST' and
25714            not 'IPSECHW'"
25715   parameters:
25716   - "throughput"
25717   - "parent"
25718   - "tags"
25719   sort:
25720   - "L2BDMACLRN"
25721   - "L2XCFWD"
25722   - "LISP"
25723   layout:
25724     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25725     layout: "plot-throughput-speedup-analysis"
25726
25727 -
25728   type: "plot"
25729   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25730   algorithm: "plot_throughput_speedup_analysis"
25731   output-file-type: ".html"
25732   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25733   data: "plot-throughput-speedup-analysis-3n-hsw"
25734   filter: "'NIC_Intel-X520-DA2' and
25735            '64B' and
25736            'ENCAP' and
25737            'NDRPDR' and
25738            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25739            not 'DOT1Q' and
25740            not 'VHOST' and
25741            not 'IPSECHW'"
25742   parameters:
25743   - "throughput"
25744   - "parent"
25745   - "tags"
25746   sort:
25747   - "L2BDMACLRN"
25748   - "L2XCFWD"
25749   - "LISP"
25750   layout:
25751     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25752     layout: "plot-throughput-speedup-analysis"
25753
25754 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25755 -
25756   type: "plot"
25757   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25758   algorithm: "plot_throughput_speedup_analysis"
25759   output-file-type: ".html"
25760   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25761   data: "plot-throughput-speedup-analysis-3n-hsw"
25762   filter: "'NIC_Intel-X710' and
25763            '64B' and
25764            'ENCAP' and
25765            'NDRPDR' and
25766            ('VXLAN' or 'LISP') and
25767            not 'VHOST' and
25768            not 'IPSECHW'"
25769   parameters:
25770   - "throughput"
25771   - "parent"
25772   - "tags"
25773   sort:
25774   - "LISP"
25775   - "VXLAN_1"
25776   - "VXLAN_10"
25777   - "VXLAN_100"
25778   - "VXLAN_1000"
25779   layout:
25780     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25781     layout: "plot-throughput-speedup-analysis"
25782
25783 -
25784   type: "plot"
25785   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25786   algorithm: "plot_throughput_speedup_analysis"
25787   output-file-type: ".html"
25788   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25789   data: "plot-throughput-speedup-analysis-3n-hsw"
25790   filter: "'NIC_Intel-X710' and
25791            '64B' and
25792            'ENCAP' and
25793            'NDRPDR' and
25794            ('VXLAN' or 'LISP') and
25795            not 'VHOST' and
25796            not 'IPSECHW'"
25797   parameters:
25798   - "throughput"
25799   - "parent"
25800   - "tags"
25801   sort:
25802   - "LISP"
25803   - "VXLAN_1"
25804   - "VXLAN_10"
25805   - "VXLAN_100"
25806   - "VXLAN_1000"
25807   layout:
25808     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25809     layout: "plot-throughput-speedup-analysis"
25810
25811 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25812 -
25813   type: "plot"
25814   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25815   algorithm: "plot_throughput_speedup_analysis"
25816   output-file-type: ".html"
25817   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25818   data: "plot-throughput-speedup-analysis-3n-hsw"
25819   filter: "'NIC_Intel-X710' and
25820            '64B' and
25821            'ENCAP' and
25822            'NDRPDR' and
25823            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25824            not 'DOT1Q' and
25825            not 'VHOST' and
25826            not 'IPSECHW'"
25827   parameters:
25828   - "throughput"
25829   - "parent"
25830   - "tags"
25831   sort:
25832   - "L2BDMACLRN"
25833   - "L2XCFWD"
25834   - "LISP"
25835   layout:
25836     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25837     layout: "plot-throughput-speedup-analysis"
25838
25839 -
25840   type: "plot"
25841   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25842   algorithm: "plot_throughput_speedup_analysis"
25843   output-file-type: ".html"
25844   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25845   data: "plot-throughput-speedup-analysis-3n-hsw"
25846   filter: "'NIC_Intel-X710' and
25847            '64B' and
25848            'ENCAP' and
25849            'NDRPDR' and
25850            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25851            not 'DOT1Q' and
25852            not 'VHOST' and
25853            not 'IPSECHW'"
25854   parameters:
25855   - "throughput"
25856   - "parent"
25857   - "tags"
25858   sort:
25859   - "L2BDMACLRN"
25860   - "L2XCFWD"
25861   - "LISP"
25862   layout:
25863     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25864     layout: "plot-throughput-speedup-analysis"
25865
25866 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25867 -
25868   type: "plot"
25869   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25870   algorithm: "plot_throughput_speedup_analysis"
25871   output-file-type: ".html"
25872   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25873   data: "plot-throughput-speedup-analysis-3n-skx"
25874   filter: "'NIC_Intel-X710' and
25875            '64B' and
25876            'ENCAP' and
25877            'NDRPDR' and
25878            'VXLAN' and
25879            'L2BDMACLRN' and
25880            not 'VHOST' and
25881            not 'IPSECHW'"
25882   parameters:
25883   - "throughput"
25884   - "parent"
25885   - "tags"
25886   sort:
25887   - "LISP"
25888   - "VXLAN_1"
25889   - "VXLAN_10"
25890   - "VXLAN_100"
25891   - "VXLAN_1000"
25892   layout:
25893     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25894     layout: "plot-throughput-speedup-analysis"
25895
25896 -
25897   type: "plot"
25898   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25899   algorithm: "plot_throughput_speedup_analysis"
25900   output-file-type: ".html"
25901   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25902   data: "plot-throughput-speedup-analysis-3n-skx"
25903   filter: "'NIC_Intel-X710' and
25904            '64B' and
25905            'ENCAP' and
25906            'NDRPDR' and
25907            'VXLAN' and
25908            'L2BDMACLRN' and
25909            not 'VHOST' and
25910            not 'IPSECHW'"
25911   parameters:
25912   - "throughput"
25913   - "parent"
25914   - "tags"
25915   sort:
25916   - "LISP"
25917   - "VXLAN_1"
25918   - "VXLAN_10"
25919   - "VXLAN_100"
25920   - "VXLAN_1000"
25921   layout:
25922     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25923     layout: "plot-throughput-speedup-analysis"
25924
25925 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25926 -
25927   type: "plot"
25928   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25929   algorithm: "plot_throughput_speedup_analysis"
25930   output-file-type: ".html"
25931   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25932   data: "plot-throughput-speedup-analysis-3n-skx"
25933   filter: "'NIC_Intel-X710' and
25934            '64B' and
25935            'ENCAP' and
25936            'NDRPDR' and
25937            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25938            not 'DOT1Q' and
25939            not 'VHOST' and
25940            not 'IPSECHW'"
25941   parameters:
25942   - "throughput"
25943   - "parent"
25944   - "tags"
25945   sort:
25946   - "L2BDMACLRN"
25947   - "L2XCFWD"
25948   - "LISP"
25949   layout:
25950     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25951     layout: "plot-throughput-speedup-analysis"
25952
25953 -
25954   type: "plot"
25955   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25956   algorithm: "plot_throughput_speedup_analysis"
25957   output-file-type: ".html"
25958   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25959   data: "plot-throughput-speedup-analysis-3n-skx"
25960   filter: "'NIC_Intel-X710' and
25961            '64B' and
25962            'ENCAP' and
25963            'NDRPDR' and
25964            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25965            not 'DOT1Q' and
25966            not 'VHOST' and
25967            not 'IPSECHW'"
25968   parameters:
25969   - "throughput"
25970   - "parent"
25971   - "tags"
25972   sort:
25973   - "L2BDMACLRN"
25974   - "L2XCFWD"
25975   - "LISP"
25976   layout:
25977     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25978     layout: "plot-throughput-speedup-analysis"
25979
25980 ################################################################################
25981
25982 # Speedup - VPP IPv6 3n-hsw-x520
25983 -
25984   type: "plot"
25985   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25986   algorithm: "plot_throughput_speedup_analysis"
25987   output-file-type: ".html"
25988   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25989   data: "plot-throughput-speedup-analysis-3n-hsw"
25990   filter: "'NIC_Intel-X520-DA2' and
25991            '78B' and
25992            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25993            'NDRPDR' and
25994            'IP6FWD' and
25995            not 'SRv6' and
25996            not 'IPSEC' and
25997            not 'VHOST'"
25998   parameters:
25999   - "throughput"
26000   - "parent"
26001   - "tags"
26002   sort:
26003   - "IP6BASE"
26004   - "FIB_20K"
26005   - "FIB_200K"
26006   - "FIB_2M"
26007   layout:
26008     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26009     layout: "plot-throughput-speedup-analysis"
26010
26011 -
26012   type: "plot"
26013   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26014   algorithm: "plot_throughput_speedup_analysis"
26015   output-file-type: ".html"
26016   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26017   data: "plot-throughput-speedup-analysis-3n-hsw"
26018   filter: "'NIC_Intel-X520-DA2' and
26019            '78B' and
26020            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26021            'NDRPDR' and
26022            'IP6FWD' and
26023            not 'SRv6' and
26024            not 'IPSEC' and
26025            not 'VHOST'"
26026   parameters:
26027   - "throughput"
26028   - "parent"
26029   - "tags"
26030   sort:
26031   - "IP6BASE"
26032   - "FIB_20K"
26033   - "FIB_200K"
26034   - "FIB_2M"
26035   layout:
26036     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26037     layout: "plot-throughput-speedup-analysis"
26038
26039 # Speedup - VPP IPv6 3n-hsw-x520 features
26040 -
26041   type: "plot"
26042   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26043   algorithm: "plot_throughput_speedup_analysis"
26044   output-file-type: ".html"
26045   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26046   data: "plot-throughput-speedup-analysis-3n-hsw"
26047   filter: "'NIC_Intel-X520-DA2' and
26048            '78B' and
26049            ('IP6BASE' or
26050             'POLICE_MARK' or
26051             'COPWHLIST' or
26052             'IACLDST') and
26053            'NDRPDR' and
26054            'IP6FWD' and
26055            not 'SRv6' and
26056            not 'IPSEC' and
26057            not 'VHOST'"
26058   parameters:
26059   - "throughput"
26060   - "parent"
26061   - "tags"
26062   sort:
26063   - "IP6BASE"
26064   - "POLICE_MARK"
26065   - "COPWHLIST"
26066   - "IACLDST"
26067   layout:
26068     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26069     layout: "plot-throughput-speedup-analysis"
26070
26071 -
26072   type: "plot"
26073   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26074   algorithm: "plot_throughput_speedup_analysis"
26075   output-file-type: ".html"
26076   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26077   data: "plot-throughput-speedup-analysis-3n-hsw"
26078   filter: "'NIC_Intel-X520-DA2' and
26079            '78B' and
26080            ('IP6BASE' or
26081             'POLICE_MARK' or
26082             'COPWHLIST' or
26083             'IACLDST') and
26084            'NDRPDR' and
26085            'IP6FWD' and
26086            not 'SRv6' and
26087            not 'IPSEC' and
26088            not 'VHOST'"
26089   parameters:
26090   - "throughput"
26091   - "parent"
26092   - "tags"
26093   sort:
26094   - "IP6BASE"
26095   - "POLICE_MARK"
26096   - "COPWHLIST"
26097   - "IACLDST"
26098   layout:
26099     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26100     layout: "plot-throughput-speedup-analysis"
26101
26102 # Speedup - VPP IPv6 3n-hsw-x710
26103 -
26104   type: "plot"
26105   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26106   algorithm: "plot_throughput_speedup_analysis"
26107   output-file-type: ".html"
26108   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26109   data: "plot-throughput-speedup-analysis-3n-hsw"
26110   filter: "'NIC_Intel-X710' and
26111            '78B' and
26112            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26113            'NDRPDR' and
26114            'IP6FWD' and
26115            not 'SRv6' and
26116            not 'IPSEC' and
26117            not 'VHOST'"
26118   parameters:
26119   - "throughput"
26120   - "parent"
26121   - "tags"
26122   sort:
26123   - "IP6BASE"
26124   - "FIB_20K"
26125   - "FIB_200K"
26126   - "FIB_2M"
26127   layout:
26128     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26129     layout: "plot-throughput-speedup-analysis"
26130
26131 -
26132   type: "plot"
26133   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26134   algorithm: "plot_throughput_speedup_analysis"
26135   output-file-type: ".html"
26136   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26137   data: "plot-throughput-speedup-analysis-3n-hsw"
26138   filter: "'NIC_Intel-X710' and
26139            '78B' and
26140            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26141            'NDRPDR' and
26142            'IP6FWD' and
26143            not 'SRv6' and
26144            not 'IPSEC' and
26145            not 'VHOST'"
26146   parameters:
26147   - "throughput"
26148   - "parent"
26149   - "tags"
26150   sort:
26151   - "IP6BASE"
26152   - "FIB_20K"
26153   - "FIB_200K"
26154   - "FIB_2M"
26155   layout:
26156     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26157     layout: "plot-throughput-speedup-analysis"
26158
26159 # Speedup - VPP IPv6 3n-hsw-x710 features
26160 -
26161   type: "plot"
26162   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26163   algorithm: "plot_throughput_speedup_analysis"
26164   output-file-type: ".html"
26165   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26166   data: "plot-throughput-speedup-analysis-3n-hsw"
26167   filter: "'NIC_Intel-X710' and
26168            '78B' and
26169            ('IP6BASE' or
26170             'POLICE_MARK' or
26171             'COPWHLIST' or
26172             'IACLDST') and
26173            'NDRPDR' and
26174            'IP6FWD' and
26175            not 'SRv6' and
26176            not 'IPSEC' and
26177            not 'VHOST'"
26178   parameters:
26179   - "throughput"
26180   - "parent"
26181   - "tags"
26182   sort:
26183   - "IP6BASE"
26184   - "POLICE_MARK"
26185   - "COPWHLIST"
26186   - "IACLDST"
26187   layout:
26188     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26189     layout: "plot-throughput-speedup-analysis"
26190
26191 -
26192   type: "plot"
26193   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26194   algorithm: "plot_throughput_speedup_analysis"
26195   output-file-type: ".html"
26196   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26197   data: "plot-throughput-speedup-analysis-3n-hsw"
26198   filter: "'NIC_Intel-X710' and
26199            '78B' and
26200            ('IP6BASE' or
26201             'POLICE_MARK' or
26202             'COPWHLIST' or
26203             'IACLDST') and
26204            'NDRPDR' and
26205            'IP6FWD' and
26206            not 'SRv6' and
26207            not 'IPSEC' and
26208            not 'VHOST'"
26209   parameters:
26210   - "throughput"
26211   - "parent"
26212   - "tags"
26213   sort:
26214   - "IP6BASE"
26215   - "POLICE_MARK"
26216   - "COPWHLIST"
26217   - "IACLDST"
26218   layout:
26219     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26220     layout: "plot-throughput-speedup-analysis"
26221
26222 # Speedup - VPP IPv6 3n-hsw-xl710
26223 -
26224   type: "plot"
26225   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26226   algorithm: "plot_throughput_speedup_analysis"
26227   output-file-type: ".html"
26228   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26229   data: "plot-throughput-speedup-analysis-3n-hsw"
26230   filter: "'NIC_Intel-XL710' and
26231            '78B' and
26232            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26233            'NDRPDR' and
26234            'IP6FWD' and
26235            not 'SRv6' and
26236            not 'IPSEC' and
26237            not 'VHOST'"
26238   parameters:
26239   - "throughput"
26240   - "parent"
26241   - "tags"
26242   sort:
26243   - "IP6BASE"
26244   - "FIB_20K"
26245   - "FIB_200K"
26246   - "FIB_2M"
26247   layout:
26248     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26249     layout: "plot-throughput-speedup-analysis"
26250
26251 -
26252   type: "plot"
26253   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26254   algorithm: "plot_throughput_speedup_analysis"
26255   output-file-type: ".html"
26256   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26257   data: "plot-throughput-speedup-analysis-3n-hsw"
26258   filter: "'NIC_Intel-XL710' and
26259            '78B' and
26260            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26261            'NDRPDR' and
26262            'IP6FWD' and
26263            not 'SRv6' and
26264            not 'IPSEC' and
26265            not 'VHOST'"
26266   parameters:
26267   - "throughput"
26268   - "parent"
26269   - "tags"
26270   sort:
26271   - "IP6BASE"
26272   - "FIB_20K"
26273   - "FIB_200K"
26274   - "FIB_2M"
26275   layout:
26276     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26277     layout: "plot-throughput-speedup-analysis"
26278
26279 # Speedup - VPP IPv6 3n-skx-x710
26280 -
26281   type: "plot"
26282   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26283   algorithm: "plot_throughput_speedup_analysis"
26284   output-file-type: ".html"
26285   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26286   data: "plot-throughput-speedup-analysis-3n-skx"
26287   filter: "'NIC_Intel-X710' and
26288            '78B' and
26289            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26290            'NDRPDR' and
26291            'IP6FWD' and
26292            not 'SRv6' and
26293            not 'IPSEC' and
26294            not 'VHOST'"
26295   parameters:
26296   - "throughput"
26297   - "parent"
26298   - "tags"
26299   sort:
26300   - "IP6BASE"
26301   - "FIB_20K"
26302   - "FIB_200K"
26303   - "FIB_2M"
26304   layout:
26305     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26306     layout: "plot-throughput-speedup-analysis"
26307
26308 -
26309   type: "plot"
26310   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26311   algorithm: "plot_throughput_speedup_analysis"
26312   output-file-type: ".html"
26313   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26314   data: "plot-throughput-speedup-analysis-3n-skx"
26315   filter: "'NIC_Intel-X710' and
26316            '78B' and
26317            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26318            'NDRPDR' and
26319            'IP6FWD' and
26320            not 'SRv6' and
26321            not 'IPSEC' and
26322            not 'VHOST'"
26323   parameters:
26324   - "throughput"
26325   - "parent"
26326   - "tags"
26327   sort:
26328   - "IP6BASE"
26329   - "FIB_20K"
26330   - "FIB_200K"
26331   - "FIB_2M"
26332   layout:
26333     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26334     layout: "plot-throughput-speedup-analysis"
26335
26336 # Speedup - VPP IPv6 3n-skx-x710 features
26337 -
26338   type: "plot"
26339   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26340   algorithm: "plot_throughput_speedup_analysis"
26341   output-file-type: ".html"
26342   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26343   data: "plot-throughput-speedup-analysis-3n-skx"
26344   filter: "'NIC_Intel-X710' and
26345            '78B' and
26346            ('IP6BASE' or
26347             'POLICE_MARK' or
26348             'COPWHLIST' or
26349             'IACLDST') and
26350            'NDRPDR' and
26351            'IP6FWD' and
26352            not 'SRv6' and
26353            not 'IPSEC' and
26354            not 'VHOST'"
26355   parameters:
26356   - "throughput"
26357   - "parent"
26358   - "tags"
26359   sort:
26360   - "IP6BASE"
26361   - "POLICE_MARK"
26362   - "COPWHLIST"
26363   - "IACLDST"
26364   layout:
26365     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26366     layout: "plot-throughput-speedup-analysis"
26367
26368 -
26369   type: "plot"
26370   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26371   algorithm: "plot_throughput_speedup_analysis"
26372   output-file-type: ".html"
26373   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26374   data: "plot-throughput-speedup-analysis-3n-skx"
26375   filter: "'NIC_Intel-X710' and
26376            '78B' and
26377            ('IP6BASE' or
26378             'POLICE_MARK' or
26379             'COPWHLIST' or
26380             'IACLDST') and
26381            'NDRPDR' and
26382            'IP6FWD' and
26383            not 'SRv6' and
26384            not 'IPSEC' and
26385            not 'VHOST'"
26386   parameters:
26387   - "throughput"
26388   - "parent"
26389   - "tags"
26390   sort:
26391   - "IP6BASE"
26392   - "POLICE_MARK"
26393   - "COPWHLIST"
26394   - "IACLDST"
26395   layout:
26396     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26397     layout: "plot-throughput-speedup-analysis"
26398
26399 # Speedup - VPP IPv6 2n-skx-x710
26400 -
26401   type: "plot"
26402   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26403   algorithm: "plot_throughput_speedup_analysis"
26404   output-file-type: ".html"
26405   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26406   data: "plot-throughput-speedup-analysis-2n-skx"
26407   filter: "'NIC_Intel-X710' and
26408            '78B' and
26409            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26410            'NDRPDR' and
26411            'IP6FWD' and
26412            not 'SRv6' and
26413            not 'IPSEC' and
26414            not 'VHOST'"
26415   parameters:
26416   - "throughput"
26417   - "parent"
26418   - "tags"
26419   sort:
26420   - "IP6BASE"
26421   - "FIB_20k"
26422   - "FIB_200k"
26423   - "FIB_2M"
26424   layout:
26425     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26426     layout: "plot-throughput-speedup-analysis"
26427
26428 -
26429   type: "plot"
26430   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26431   algorithm: "plot_throughput_speedup_analysis"
26432   output-file-type: ".html"
26433   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26434   data: "plot-throughput-speedup-analysis-2n-skx"
26435   filter: "'NIC_Intel-X710' and
26436            '78B' and
26437            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26438            'NDRPDR' and
26439            'IP6FWD' and
26440            not 'SRv6' and
26441            not 'IPSEC' and
26442            not 'VHOST'"
26443   parameters:
26444   - "throughput"
26445   - "parent"
26446   - "tags"
26447   sort:
26448   - "IP6BASE"
26449   - "FIB_20k"
26450   - "FIB_200k"
26451   - "FIB_2M"
26452   layout:
26453     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26454     layout: "plot-throughput-speedup-analysis"
26455
26456 # Speedup - VPP IPv6 2n-skx-xxv710
26457 -
26458   type: "plot"
26459   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26460   algorithm: "plot_throughput_speedup_analysis"
26461   output-file-type: ".html"
26462   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26463   data: "plot-throughput-speedup-analysis-2n-skx"
26464   filter: "'NIC_Intel-XXV710' and
26465            '78B' and
26466            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26467            'NDRPDR' and
26468            'IP6FWD' and
26469            not 'SRv6' and
26470            not 'IPSEC' and
26471            not 'VHOST'"
26472   parameters:
26473   - "throughput"
26474   - "parent"
26475   - "tags"
26476   sort:
26477   - "IP6BASE"
26478   - "FIB_20k"
26479   - "FIB_200k"
26480   - "FIB_2M"
26481   layout:
26482     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26483     layout: "plot-throughput-speedup-analysis"
26484
26485 -
26486   type: "plot"
26487   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26488   algorithm: "plot_throughput_speedup_analysis"
26489   output-file-type: ".html"
26490   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26491   data: "plot-throughput-speedup-analysis-2n-skx"
26492   filter: "'NIC_Intel-XXV710' and
26493            '78B' and
26494            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26495            'NDRPDR' and
26496            'IP6FWD' and
26497            not 'SRv6' and
26498            not 'IPSEC' and
26499            not 'VHOST'"
26500   parameters:
26501   - "throughput"
26502   - "parent"
26503   - "tags"
26504   sort:
26505   - "IP6BASE"
26506   - "FIB_20k"
26507   - "FIB_200k"
26508   - "FIB_2M"
26509   layout:
26510     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26511     layout: "plot-throughput-speedup-analysis"
26512
26513 # Speedup - VPP IPv6 2n-dnv-x553 base
26514 -
26515   type: "plot"
26516   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26517   algorithm: "plot_throughput_speedup_analysis"
26518   output-file-type: ".html"
26519   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26520   data: "intel-dnv-vpp"
26521   filter: "'NIC_Intel-X553' and
26522            '78B' and
26523            'IP6BASE' and
26524            'NDRPDR' and
26525            'IP6FWD' and
26526            not 'SRv6' and
26527            not 'IPSEC' and
26528            not 'VHOST'"
26529   parameters:
26530   - "throughput"
26531   - "parent"
26532   - "tags"
26533   sort:
26534   - "IP6BASE"
26535   layout:
26536     title: "ip6-2n-dnv-x553-78b-base-ndr"
26537     layout: "plot-throughput-speedup-analysis"
26538
26539 -
26540   type: "plot"
26541   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26542   algorithm: "plot_throughput_speedup_analysis"
26543   output-file-type: ".html"
26544   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26545   data: "intel-dnv-vpp"
26546   filter: "'NIC_Intel-X553' and
26547            '78B' and
26548            'IP6BASE' and
26549            'NDRPDR' and
26550            'IP6FWD' and
26551            not 'SRv6' and
26552            not 'IPSEC' and
26553            not 'VHOST'"
26554   parameters:
26555   - "throughput"
26556   - "parent"
26557   - "tags"
26558   sort:
26559   - "IP6BASE"
26560   layout:
26561     title: "ip6-2n-dnv-x553-78b-base-pdr"
26562     layout: "plot-throughput-speedup-analysis"
26563
26564 ################################################################################
26565
26566 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26567 -
26568   type: "plot"
26569   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26570   algorithm: "plot_throughput_speedup_analysis"
26571   output-file-type: ".html"
26572   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26573   data: "plot-throughput-speedup-analysis-3n-hsw"
26574   filter: "'NIC_Intel-X520-DA2' and
26575            '78B' and
26576            'ENCAP' and
26577            'NDRPDR' and
26578            'LISP' and
26579            not 'VHOST'"
26580   parameters:
26581   - "throughput"
26582   - "parent"
26583   - "tags"
26584   sort:
26585   - "IP4UNRLAY"
26586   - "IP6UNRLAY"
26587   layout:
26588     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26589     layout: "plot-throughput-speedup-analysis"
26590
26591 -
26592   type: "plot"
26593   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26594   algorithm: "plot_throughput_speedup_analysis"
26595   output-file-type: ".html"
26596   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26597   data: "plot-throughput-speedup-analysis-3n-hsw"
26598   filter: "'NIC_Intel-X520-DA2' and
26599            '78B' and
26600            'ENCAP' and
26601            'NDRPDR' and
26602            'LISP' and
26603            not 'VHOST'"
26604   parameters:
26605   - "throughput"
26606   - "parent"
26607   - "tags"
26608   sort:
26609   - "IP4UNRLAY"
26610   - "IP6UNRLAY"
26611   layout:
26612     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26613     layout: "plot-throughput-speedup-analysis"
26614
26615 ################################################################################
26616
26617 # Speedup - VPP IPSec 3n-hsw-xl710 base
26618 -
26619   type: "plot"
26620   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26621   algorithm: "plot_throughput_speedup_analysis"
26622   output-file-type: ".html"
26623   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26624   data: "plot-throughput-speedup-analysis-3n-hsw"
26625   filter: "'NIC_Intel-XL710' and
26626            '64B' and
26627            'IP4FWD' and
26628            'NDRPDR' and
26629            'BASE' and
26630            'IPSECHW' and
26631            ('IPSECTRAN' or 'IPSECTUN') and
26632            not 'VHOST'"
26633   parameters:
26634   - "throughput"
26635   - "parent"
26636   - "tags"
26637   layout:
26638     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26639     layout: "plot-throughput-speedup-analysis"
26640
26641 -
26642   type: "plot"
26643   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26644   algorithm: "plot_throughput_speedup_analysis"
26645   output-file-type: ".html"
26646   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26647   data: "plot-throughput-speedup-analysis-3n-hsw"
26648   filter: "'NIC_Intel-XL710' and
26649            '64B' and
26650            'IP4FWD' and
26651            'NDRPDR' and
26652            'BASE' and
26653            'IPSECHW' and
26654            ('IPSECTRAN' or 'IPSECTUN') and
26655            not 'VHOST'"
26656   parameters:
26657   - "throughput"
26658   - "parent"
26659   - "tags"
26660   layout:
26661     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26662     layout: "plot-throughput-speedup-analysis"
26663
26664 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26665 -
26666   type: "plot"
26667   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26668   algorithm: "plot_throughput_speedup_analysis"
26669   output-file-type: ".html"
26670   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26671   data: "plot-throughput-speedup-analysis-3n-hsw"
26672   filter: "'NIC_Intel-XL710' and
26673            '64B' and
26674            'IP4FWD' and
26675            'NDRPDR' and
26676            'SCALE' and
26677            'IPSECHW' and
26678            ('IPSECTRAN' or 'IPSECTUN') and
26679            not 'VHOST'"
26680   parameters:
26681   - "throughput"
26682   - "parent"
26683   - "tags"
26684   layout:
26685     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26686     layout: "plot-throughput-speedup-analysis"
26687
26688 -
26689   type: "plot"
26690   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26691   algorithm: "plot_throughput_speedup_analysis"
26692   output-file-type: ".html"
26693   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26694   data: "plot-throughput-speedup-analysis-3n-hsw"
26695   filter: "'NIC_Intel-XL710' and
26696            '64B' and
26697            'IP4FWD' and
26698            'NDRPDR' and
26699            'SCALE' and
26700            'IPSECHW' and
26701            ('IPSECTRAN' or 'IPSECTUN') and
26702            not 'VHOST'"
26703   parameters:
26704   - "throughput"
26705   - "parent"
26706   - "tags"
26707   layout:
26708     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26709     layout: "plot-throughput-speedup-analysis"
26710
26711 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26712 -
26713   type: "plot"
26714   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26715   algorithm: "plot_throughput_speedup_analysis"
26716   output-file-type: ".html"
26717   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26718   data: "plot-throughput-speedup-analysis-3n-hsw"
26719   filter: "'NIC_Intel-XL710' and
26720            '64B' and
26721            'IP4FWD' and
26722            'NDRPDR' and
26723            'IPSECSW' and
26724            ('IPSECTRAN' or 'IPSECTUN') and
26725            not 'VHOST'"
26726   parameters:
26727   - "throughput"
26728   - "parent"
26729   - "tags"
26730   layout:
26731     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26732     layout: "plot-throughput-speedup-analysis"
26733
26734 -
26735   type: "plot"
26736   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26737   algorithm: "plot_throughput_speedup_analysis"
26738   output-file-type: ".html"
26739   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26740   data: "plot-throughput-speedup-analysis-3n-hsw"
26741   filter: "'NIC_Intel-XL710' and
26742            '64B' and
26743            'IP4FWD' and
26744            'NDRPDR' and
26745            'IPSECSW' and
26746            ('IPSECTRAN' or 'IPSECTUN') and
26747            not 'VHOST'"
26748   parameters:
26749   - "throughput"
26750   - "parent"
26751   - "tags"
26752   layout:
26753     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26754     layout: "plot-throughput-speedup-analysis"
26755
26756 ################################################################################
26757
26758 # Speedup - VPP SRv6 3n-hsw-x520
26759 -
26760   type: "plot"
26761   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26762   algorithm: "plot_throughput_speedup_analysis"
26763   output-file-type: ".html"
26764   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26765   data: "plot-throughput-speedup-analysis-3n-hsw"
26766   filter: "'NIC_Intel-X520-DA2' and
26767            '78B' and
26768            'FEATURE' and
26769            'NDRPDR' and
26770            'IP6FWD' and
26771            'SRv6'"
26772   parameters:
26773   - "throughput"
26774   - "parent"
26775   - "tags"
26776   layout:
26777     title: "srv6-3n-hsw-x520-78b-features-ndr"
26778     layout: "plot-throughput-speedup-analysis"
26779
26780 -
26781   type: "plot"
26782   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26783   algorithm: "plot_throughput_speedup_analysis"
26784   output-file-type: ".html"
26785   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26786   data: "plot-throughput-speedup-analysis-3n-hsw"
26787   filter: "'NIC_Intel-X520-DA2' and
26788            '78B' and
26789            'FEATURE' and
26790            'NDRPDR' and
26791            'IP6FWD' and
26792            'SRv6'"
26793   parameters:
26794   - "throughput"
26795   - "parent"
26796   - "tags"
26797   layout:
26798     title: "srv6-3n-hsw-x520-78b-features-pdr"
26799     layout: "plot-throughput-speedup-analysis"
26800
26801 ################################################################################
26802
26803 # Speedup - VPP L2 3n-hsw-x520 base and scale
26804 -
26805   type: "plot"
26806   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26807   algorithm: "plot_throughput_speedup_analysis"
26808   output-file-type: ".html"
26809   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26810   data: "plot-throughput-speedup-analysis-3n-hsw"
26811   filter: "'NIC_Intel-X520-DA2' and
26812            '64B' and
26813            ('BASE' or 'SCALE') and
26814            'NDRPDR' and
26815            'ETH' and
26816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26817            not 'VHOST' and
26818            not 'MEMIF'"
26819   parameters:
26820   - "throughput"
26821   - "parent"
26822   - "tags"
26823   sort:
26824   - "L2XCFWD"
26825   - "L2PATCH"
26826   - "L2BDMACLRN"
26827   - "FIB_10K"
26828   - "FIB_100K"
26829   - "FIB_1M"
26830   layout:
26831     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26832     layout: "plot-throughput-speedup-analysis"
26833
26834 -
26835   type: "plot"
26836   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26837   algorithm: "plot_throughput_speedup_analysis"
26838   output-file-type: ".html"
26839   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26840   data: "plot-throughput-speedup-analysis-3n-hsw"
26841   filter: "'NIC_Intel-X520-DA2' and
26842            '64B' and
26843            ('BASE' or 'SCALE') and
26844            'NDRPDR' and
26845            'ETH' and
26846            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26847            not 'VHOST' and
26848            not 'MEMIF'"
26849   parameters:
26850   - "throughput"
26851   - "parent"
26852   - "tags"
26853   sort:
26854   - "L2XCFWD"
26855   - "L2PATCH"
26856   - "L2BDMACLRN"
26857   - "FIB_10K"
26858   - "FIB_100K"
26859   - "FIB_1M"
26860   layout:
26861     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26862     layout: "plot-throughput-speedup-analysis"
26863
26864 # Speedup - VPP L2 3n-hsw-x520 features
26865 -
26866   type: "plot"
26867   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26868   algorithm: "plot_throughput_speedup_analysis"
26869   output-file-type: ".html"
26870   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26871   data: "plot-throughput-speedup-analysis-3n-hsw"
26872   filter: "'NIC_Intel-X520-DA2' and
26873            '64B' and
26874            'NDRPDR' and
26875            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26876            not 'ACL' and
26877            not 'VHOST' and
26878            not 'MEMIF'"
26879   parameters:
26880   - "throughput"
26881   - "parent"
26882   - "tags"
26883   sort:
26884   - "L2XCBASE"    # l2xcbase
26885   - "L2BDBASE"    # l2bdbase
26886   - "L2XCFWD"     # dot1q-l2xcbase
26887   - "L2BDMACLRN"  # dot1q-l2bdbase
26888   layout:
26889     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26890     layout: "plot-throughput-speedup-analysis"
26891
26892 -
26893   type: "plot"
26894   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26895   algorithm: "plot_throughput_speedup_analysis"
26896   output-file-type: ".html"
26897   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26898   data: "plot-throughput-speedup-analysis-3n-hsw"
26899   filter: "'NIC_Intel-X520-DA2' and
26900            '64B' and
26901            'NDRPDR' and
26902            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26903            not 'ACL' and
26904            not 'VHOST' and
26905            not 'MEMIF'"
26906   parameters:
26907   - "throughput"
26908   - "parent"
26909   - "tags"
26910   sort:
26911   - "L2XCBASE"    # l2xcbase
26912   - "L2BDBASE"    # l2bdbase
26913   - "L2XCFWD"     # dot1q-l2xcbase
26914   - "L2BDMACLRN"  # dot1q-l2bdbase
26915   layout:
26916     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26917     layout: "plot-throughput-speedup-analysis"
26918
26919 # Speedup - VPP L2 3n-hsw-x710 base and scale
26920 -
26921   type: "plot"
26922   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26923   algorithm: "plot_throughput_speedup_analysis"
26924   output-file-type: ".html"
26925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26926   data: "plot-throughput-speedup-analysis-3n-hsw"
26927   filter: "'NIC_Intel-X710' and
26928            '64B' and
26929            ('BASE' or 'SCALE') and
26930            'NDRPDR' and
26931            'ETH' and
26932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26933            not 'VHOST' and
26934            not 'MEMIF' and
26935            not 'DRV_AVF'"
26936   parameters:
26937   - "throughput"
26938   - "parent"
26939   - "tags"
26940   sort:
26941   - "L2PATCH"
26942   - "L2XCBASE"
26943   - "BASE"
26944   - "FIB_10K"
26945   - "FIB_100K"
26946   - "FIB_1M"
26947   layout:
26948     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26949     layout: "plot-throughput-speedup-analysis"
26950
26951 -
26952   type: "plot"
26953   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26954   algorithm: "plot_throughput_speedup_analysis"
26955   output-file-type: ".html"
26956   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26957   data: "plot-throughput-speedup-analysis-3n-hsw"
26958   filter: "'NIC_Intel-X710' and
26959            '64B' and
26960            ('BASE' or 'SCALE') and
26961            'NDRPDR' and
26962            'ETH' and
26963            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26964            not 'VHOST' and
26965            not 'MEMIF' and
26966            not 'DRV_AVF'"
26967   parameters:
26968   - "throughput"
26969   - "parent"
26970   - "tags"
26971   sort:
26972   - "L2PATCH"
26973   - "L2XCBASE"
26974   - "BASE"
26975   - "FIB_10K"
26976   - "FIB_100K"
26977   - "FIB_1M"
26978   layout:
26979     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26980     layout: "plot-throughput-speedup-analysis"
26981
26982 # Speedup - VPP L2 3n-hsw-x710 features
26983 -
26984   type: "plot"
26985   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26986   algorithm: "plot_throughput_speedup_analysis"
26987   output-file-type: ".html"
26988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26989   data: "plot-throughput-speedup-analysis-3n-hsw"
26990   filter: "'NIC_Intel-X710' and
26991            '64B' and
26992            'NDRPDR' and
26993            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26994            not 'ACL' and
26995            not 'VHOST' and
26996            not 'MEMIF'"
26997   parameters:
26998   - "throughput"
26999   - "parent"
27000   - "tags"
27001   sort:
27002   - "L2XCBASE"    # l2xcbase
27003   - "L2BDBASE"    # l2bdbase
27004   - "L2XCFWD"     # dot1q-l2xcbase
27005   - "L2BDMACLRN"  # dot1q-l2bdbase
27006   layout:
27007     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27008     layout: "plot-throughput-speedup-analysis"
27009
27010 -
27011   type: "plot"
27012   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27013   algorithm: "plot_throughput_speedup_analysis"
27014   output-file-type: ".html"
27015   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27016   data: "plot-throughput-speedup-analysis-3n-hsw"
27017   filter: "'NIC_Intel-X710' and
27018            '64B' and
27019            'NDRPDR' and
27020            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27021            not 'ACL' and
27022            not 'VHOST' and
27023            not 'MEMIF'"
27024   parameters:
27025   - "throughput"
27026   - "parent"
27027   - "tags"
27028   sort:
27029   - "L2XCBASE"    # l2xcbase
27030   - "L2BDBASE"    # l2bdbase
27031   - "L2XCFWD"     # dot1q-l2xcbase
27032   - "L2BDMACLRN"  # dot1q-l2bdbase
27033   layout:
27034     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27035     layout: "plot-throughput-speedup-analysis"
27036
27037 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27038 -
27039   type: "plot"
27040   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27041   algorithm: "plot_throughput_speedup_analysis"
27042   output-file-type: ".html"
27043   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27044   data: "plot-throughput-speedup-analysis-3n-hsw"
27045   filter: "'NIC_Intel-XL710' and
27046            '64B' and
27047            ('BASE' or 'SCALE') and
27048            'NDRPDR' and
27049            'ETH' and
27050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27051            not 'VHOST' and
27052            not 'MEMIF'"
27053   parameters:
27054   - "throughput"
27055   - "parent"
27056   - "tags"
27057   sort:
27058   - "L2PATCH"
27059   - "L2XCBASE"
27060   - "BASE"
27061   - "FIB_10K"
27062   - "FIB_100K"
27063   - "FIB_1M"
27064   layout:
27065     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27066     layout: "plot-throughput-speedup-analysis"
27067
27068 -
27069   type: "plot"
27070   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27071   algorithm: "plot_throughput_speedup_analysis"
27072   output-file-type: ".html"
27073   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27074   data: "plot-throughput-speedup-analysis-3n-hsw"
27075   filter: "'NIC_Intel-XL710' and
27076            '64B' and
27077            ('BASE' or 'SCALE') and
27078            'NDRPDR' and
27079            'ETH' and
27080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27081            not 'VHOST' and
27082            not 'MEMIF'"
27083   parameters:
27084   - "throughput"
27085   - "parent"
27086   - "tags"
27087   sort:
27088   - "L2PATCH"
27089   - "L2XCBASE"
27090   - "BASE"
27091   - "FIB_10K"
27092   - "FIB_100K"
27093   - "FIB_1M"
27094   layout:
27095     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27096     layout: "plot-throughput-speedup-analysis"
27097
27098 # Speedup - VPP L2 3n-skx-x710 base and scale
27099 -
27100   type: "plot"
27101   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27102   algorithm: "plot_throughput_speedup_analysis"
27103   output-file-type: ".html"
27104   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27105   data: "plot-throughput-speedup-analysis-3n-skx"
27106   filter: "'NIC_Intel-X710' and
27107            '64B' and
27108            ('BASE' or 'SCALE') and
27109            'NDRPDR' and
27110            'ETH' and
27111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27112            not 'VHOST' and
27113            not 'DRV_AVF' and
27114            not 'MEMIF'"
27115   parameters:
27116   - "throughput"
27117   - "parent"
27118   - "tags"
27119   sort:
27120   - "L2PATCH"
27121   - "L2XCBASE"
27122   - "BASE"
27123   - "FIB_10K"
27124   - "FIB_100K"
27125   - "FIB_1M"
27126   layout:
27127     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27128     layout: "plot-throughput-speedup-analysis"
27129
27130 -
27131   type: "plot"
27132   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27133   algorithm: "plot_throughput_speedup_analysis"
27134   output-file-type: ".html"
27135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27136   data: "plot-throughput-speedup-analysis-3n-skx"
27137   filter: "'NIC_Intel-X710' and
27138            '64B' and
27139            ('BASE' or 'SCALE') and
27140            'NDRPDR' and
27141            'ETH' and
27142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27143            not 'VHOST' and
27144            not 'DRV_AVF' and
27145            not 'MEMIF'"
27146   parameters:
27147   - "throughput"
27148   - "parent"
27149   - "tags"
27150   sort:
27151   - "L2PATCH"
27152   - "L2XCBASE"
27153   - "BASE"
27154   - "FIB_10K"
27155   - "FIB_100K"
27156   - "FIB_1M"
27157   layout:
27158     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27159     layout: "plot-throughput-speedup-analysis"
27160
27161 # Speedup - VPP L2 3n-skx-x710 features
27162 -
27163   type: "plot"
27164   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27165   algorithm: "plot_throughput_speedup_analysis"
27166   output-file-type: ".html"
27167   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27168   data: "plot-throughput-speedup-analysis-3n-skx"
27169   filter: "'NIC_Intel-X710' and
27170            '64B' and
27171            'NDRPDR' and
27172            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27173            not 'ACL' and
27174            not 'VHOST' and
27175            not 'MEMIF'"
27176   parameters:
27177   - "throughput"
27178   - "parent"
27179   - "tags"
27180   sort:
27181   - "L2XCBASE"    # l2xcbase
27182   - "L2BDBASE"    # l2bdbase
27183   - "L2XCFWD"     # dot1q-l2xcbase
27184   - "L2BDMACLRN"  # dot1q-l2bdbase
27185   layout:
27186     title: "l2sw-3n-skx-x710-64b-features-ndr"
27187     layout: "plot-throughput-speedup-analysis"
27188
27189 -
27190   type: "plot"
27191   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27192   algorithm: "plot_throughput_speedup_analysis"
27193   output-file-type: ".html"
27194   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27195   data: "plot-throughput-speedup-analysis-3n-skx"
27196   filter: "'NIC_Intel-X710' and
27197            '64B' and
27198            'NDRPDR' and
27199            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27200            not 'ACL' and
27201            not 'VHOST' and
27202            not 'MEMIF'"
27203   parameters:
27204   - "throughput"
27205   - "parent"
27206   - "tags"
27207   sort:
27208   - "L2XCBASE"    # l2xcbase
27209   - "L2BDBASE"    # l2bdbase
27210   - "L2XCFWD"     # dot1q-l2xcbase
27211   - "L2BDMACLRN"  # dot1q-l2bdbase
27212   layout:
27213     title: "l2sw-3n-skx-x710-64b-features-pdr"
27214     layout: "plot-throughput-speedup-analysis"
27215
27216 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27217 -
27218   type: "plot"
27219   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27220   algorithm: "plot_throughput_speedup_analysis"
27221   output-file-type: ".html"
27222   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27223   data: "plot-throughput-speedup-analysis-3n-skx"
27224   filter: "'NIC_Intel-XXV710' and
27225            '64B' and
27226            ('BASE' or 'SCALE') and
27227            'NDRPDR' and
27228            'ETH' and
27229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27230            not 'VHOST' and
27231            not 'MEMIF' and
27232            not 'DRV_AVF'"
27233   parameters:
27234   - "throughput"
27235   - "parent"
27236   - "tags"
27237   sort:
27238   - "L2PATCH"
27239   - "L2XCBASE"
27240   - "BASE"
27241   - "FIB_10K"
27242   - "FIB_100K"
27243   - "FIB_1M"
27244   layout:
27245     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27246     layout: "plot-throughput-speedup-analysis"
27247
27248 -
27249   type: "plot"
27250   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27251   algorithm: "plot_throughput_speedup_analysis"
27252   output-file-type: ".html"
27253   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27254   data: "plot-throughput-speedup-analysis-3n-skx"
27255   filter: "'NIC_Intel-XXV710' and
27256            '64B' and
27257            ('BASE' or 'SCALE') and
27258            'NDRPDR' and
27259            'ETH' and
27260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27261            not 'VHOST' and
27262            not 'MEMIF' and
27263            not 'DRV_AVF'"
27264   parameters:
27265   - "throughput"
27266   - "parent"
27267   - "tags"
27268   sort:
27269   - "L2PATCH"
27270   - "L2XCBASE"
27271   - "BASE"
27272   - "FIB_10K"
27273   - "FIB_100K"
27274   - "FIB_1M"
27275   layout:
27276     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27277     layout: "plot-throughput-speedup-analysis"
27278
27279 # Speedup - VPP L2 2n-skx-x710 base and scale
27280 -
27281   type: "plot"
27282   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27283   algorithm: "plot_throughput_speedup_analysis"
27284   output-file-type: ".html"
27285   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27286   data: "plot-throughput-speedup-analysis-2n-skx"
27287   filter: "'NIC_Intel-X710' and
27288            '64B' and
27289            ('BASE' or 'SCALE') and
27290            'NDRPDR' and
27291            'ETH' and
27292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27293            not 'VHOST' and
27294            not 'MEMIF'"
27295   parameters:
27296   - "throughput"
27297   - "parent"
27298   - "tags"
27299   sort:
27300   - "L2PATCH"
27301   - "L2XCBASE"
27302   - "BASE"
27303   - "FIB_10K"
27304   - "FIB_100K"
27305   - "FIB_1M"
27306   layout:
27307     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27308     layout: "plot-throughput-speedup-analysis"
27309
27310 -
27311   type: "plot"
27312   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27313   algorithm: "plot_throughput_speedup_analysis"
27314   output-file-type: ".html"
27315   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27316   data: "plot-throughput-speedup-analysis-2n-skx"
27317   filter: "'NIC_Intel-X710' and
27318            '64B' and
27319            ('BASE' or 'SCALE') and
27320            'NDRPDR' and
27321            'ETH' and
27322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27323            not 'VHOST' and
27324            not 'MEMIF'"
27325   parameters:
27326   - "throughput"
27327   - "parent"
27328   - "tags"
27329   sort:
27330   - "L2PATCH"
27331   - "L2XCBASE"
27332   - "BASE"
27333   - "FIB_10K"
27334   - "FIB_100K"
27335   - "FIB_1M"
27336   layout:
27337     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27338     layout: "plot-throughput-speedup-analysis"
27339
27340 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27341 -
27342   type: "plot"
27343   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27344   algorithm: "plot_throughput_speedup_analysis"
27345   output-file-type: ".html"
27346   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27347   data: "plot-throughput-speedup-analysis-2n-skx"
27348   filter: "'NIC_Intel-XXV710' and
27349            '64B' and
27350            ('BASE' or 'SCALE') and
27351            'NDRPDR' and
27352            'ETH' and
27353            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27354            not 'VHOST' and
27355            not 'MEMIF'"
27356   parameters:
27357   - "throughput"
27358   - "parent"
27359   - "tags"
27360   sort:
27361   - "L2PATCH"
27362   - "L2XCBASE"
27363   - "BASE"
27364   - "FIB_10K"
27365   - "FIB_100K"
27366   - "FIB_1M"
27367   layout:
27368     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27369     layout: "plot-throughput-speedup-analysis"
27370
27371 -
27372   type: "plot"
27373   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27374   algorithm: "plot_throughput_speedup_analysis"
27375   output-file-type: ".html"
27376   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27377   data: "plot-throughput-speedup-analysis-2n-skx"
27378   filter: "'NIC_Intel-XXV710' and
27379            '64B' and
27380            ('BASE' or 'SCALE') and
27381            'NDRPDR' and
27382            'ETH' and
27383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27384            not 'VHOST' and
27385            not 'MEMIF'"
27386   parameters:
27387   - "throughput"
27388   - "parent"
27389   - "tags"
27390   sort:
27391   - "L2PATCH"
27392   - "L2XCBASE"
27393   - "BASE"
27394   - "FIB_10K"
27395   - "FIB_100K"
27396   - "FIB_1M"
27397   layout:
27398     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27399     layout: "plot-throughput-speedup-analysis"
27400
27401 # Speedup - VPP L2 2n-dnv-x553 base
27402 -
27403   type: "plot"
27404   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27405   algorithm: "plot_throughput_speedup_analysis"
27406   output-file-type: ".html"
27407   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27408   data: "intel-dnv-vpp"
27409   filter: "'NIC_Intel-X553' and
27410            '64B' and
27411            ('BASE' or 'SCALE') and
27412            'NDRPDR' and
27413            'ETH' and
27414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27415            not 'VHOST' and
27416            not 'MEMIF'"
27417   parameters:
27418   - "throughput"
27419   - "parent"
27420   - "tags"
27421   sort:
27422   - "L2XCBASE"
27423   - "L2BDMACLRN"
27424   - "L2PATCH"
27425   layout:
27426     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27427     layout: "plot-throughput-speedup-analysis"
27428
27429 -
27430   type: "plot"
27431   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27432   algorithm: "plot_throughput_speedup_analysis"
27433   output-file-type: ".html"
27434   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27435   data: "intel-dnv-vpp"
27436   filter: "'NIC_Intel-X553' and
27437            '64B' and
27438            ('BASE' or 'SCALE') and
27439            'NDRPDR' and
27440            'ETH' and
27441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27442            not 'VHOST' and
27443            not 'MEMIF'"
27444   parameters:
27445   - "throughput"
27446   - "parent"
27447   - "tags"
27448   sort:
27449   - "L2XCBASE"
27450   - "L2BDMACLRN"
27451   - "L2PATCH"
27452   layout:
27453     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27454     layout: "plot-throughput-speedup-analysis"
27455
27456 ################################################################################
27457
27458 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27459 -
27460   type: "plot"
27461   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27462   algorithm: "plot_throughput_speedup_analysis"
27463   output-file-type: ".html"
27464   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27465   data: "plot-throughput-speedup-analysis-3n-hsw"
27466   filter: "'NIC_Intel-X520-DA2' and
27467            '64B' and
27468            'NDRPDR' and
27469            'ETH' and
27470            'IP4FWD' and
27471            'VHOST_1024' and
27472            not 'VXLAN' and
27473            not 'DOT1Q'"
27474   parameters:
27475   - "throughput"
27476   - "parent"
27477   - "tags"
27478   sort:
27479   - "not CFS_OPT"
27480   - "1VM"
27481   - "2VM"
27482   layout:
27483     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27484     layout: "plot-throughput-speedup-analysis"
27485
27486 -
27487   type: "plot"
27488   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27489   algorithm: "plot_throughput_speedup_analysis"
27490   output-file-type: ".html"
27491   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27492   data: "plot-throughput-speedup-analysis-3n-hsw"
27493   filter: "'NIC_Intel-X520-DA2' and
27494            '64B' and
27495            'NDRPDR' and
27496            'ETH' and
27497            'IP4FWD' and
27498            'VHOST_1024' and
27499            not 'VXLAN' and
27500            not 'DOT1Q'"
27501   parameters:
27502   - "throughput"
27503   - "parent"
27504   - "tags"
27505   sort:
27506   - "not CFS_OPT"
27507   - "1VM"
27508   - "2VM"
27509   layout:
27510     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27511     layout: "plot-throughput-speedup-analysis"
27512
27513 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27514 -
27515   type: "plot"
27516   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27517   algorithm: "plot_throughput_speedup_analysis"
27518   output-file-type: ".html"
27519   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27520   data: "plot-throughput-speedup-analysis-3n-hsw"
27521   filter: "'NIC_Intel-X520-DA2' and
27522            '64B' and
27523            'NDRPDR' and
27524            ('ETH' or 'DOT1Q') and
27525            'VHOST_1024' and
27526            not 'VXLAN' and
27527            not 'IP4FWD' and
27528            not '2VM'"
27529   parameters:
27530   - "throughput"
27531   - "parent"
27532   - "tags"
27533 #  sort:
27534 #  - "VM"  # "not CFS_OPT"
27535 #  - "CFS_OPT"
27536 #  - "FIB_10K"
27537 #  - "FIB_100K"
27538 #  - "FIB_1M"
27539   layout:
27540     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27541     layout: "plot-throughput-speedup-analysis"
27542
27543 -
27544   type: "plot"
27545   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27546   algorithm: "plot_throughput_speedup_analysis"
27547   output-file-type: ".html"
27548   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27549   data: "plot-throughput-speedup-analysis-3n-hsw"
27550   filter: "'NIC_Intel-X520-DA2' and
27551            '64B' and
27552            'NDRPDR' and
27553            ('ETH' or 'DOT1Q') and
27554            'L2BDMACLRN' and
27555            'VHOST_1024' and
27556            not 'VXLAN' and
27557            not 'IP4FWD' and
27558            not '2VM'"
27559   parameters:
27560   - "throughput"
27561   - "parent"
27562   - "tags"
27563 #  sort:
27564 #  - "VM"  # "not CFS_OPT"
27565 #  - "CFS_OPT"
27566 #  - "FIB_10K"
27567 #  - "FIB_100K"
27568 #  - "FIB_1M"
27569   layout:
27570     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27571     layout: "plot-throughput-speedup-analysis"
27572
27573 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27574 -
27575   type: "plot"
27576   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27577   algorithm: "plot_throughput_speedup_analysis"
27578   output-file-type: ".html"
27579   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27580   data: "plot-throughput-speedup-analysis-3n-hsw"
27581   filter: "'NIC_Intel-X520-DA2' and
27582            '64B' and
27583            'NDRPDR' and
27584            ('ETH' or 'DOT1Q') and
27585            'BASE' and
27586            ('L2BDMACLRN' or 'L2XCFWD') and
27587            'VHOST_1024' and
27588            not 'VXLAN' and
27589            not 'IP4FWD' and
27590            not '2VM'"
27591   parameters:
27592   - "throughput"
27593   - "parent"
27594   - "tags"
27595 #  sort:
27596 #  - "not CFS_OPT"
27597 #  - "L2XCFWD"
27598 #  - "not CFS_OPT"
27599 #  - "CFS_OPT"
27600   layout:
27601     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27602     layout: "plot-throughput-speedup-analysis"
27603
27604 -
27605   type: "plot"
27606   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27607   algorithm: "plot_throughput_speedup_analysis"
27608   output-file-type: ".html"
27609   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27610   data: "plot-throughput-speedup-analysis-3n-hsw"
27611   filter: "'NIC_Intel-X520-DA2' and
27612            '64B' and
27613            'NDRPDR' and
27614            ('ETH' or 'DOT1Q') and
27615            'BASE' and
27616            ('L2BDMACLRN' or 'L2XCFWD') and
27617            'VHOST_1024' and
27618            not 'VXLAN' and
27619            not 'IP4FWD' and
27620            not '2VM'"
27621   parameters:
27622   - "throughput"
27623   - "parent"
27624   - "tags"
27625 #  sort:
27626 #  - "not CFS_OPT"
27627 #  - "L2XCFWD"
27628 #  - "not CFS_OPT"
27629 #  - "CFS_OPT"
27630   layout:
27631     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27632     layout: "plot-throughput-speedup-analysis"
27633
27634 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27635 -
27636   type: "plot"
27637   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27638   algorithm: "plot_throughput_speedup_analysis"
27639   output-file-type: ".html"
27640   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27641   data: "plot-throughput-speedup-analysis-3n-hsw"
27642   filter: "'NIC_Intel-X520-DA2' and
27643            '64B' and
27644            'NDRPDR' and
27645            ('ETH' or 'DOT1Q') and
27646            ('L2BDMACLRN' or 'L2XCFWD') and
27647            'VHOST_1024' and
27648            not 'CFS_OPT' and
27649            not 'VXLAN' and
27650            not 'IP4FWD' and
27651            not 'LBOND'"
27652   parameters:
27653   - "throughput"
27654   - "parent"
27655   - "tags"
27656 #  sort:
27657 #  - "1VM"
27658 #  - "L2XCFWD"
27659 #  - "1VM"
27660 #  - "L2BDMACLRN"
27661   layout:
27662     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27663     layout: "plot-throughput-speedup-analysis"
27664
27665 -
27666   type: "plot"
27667   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27668   algorithm: "plot_throughput_speedup_analysis"
27669   output-file-type: ".html"
27670   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27671   data: "plot-throughput-speedup-analysis-3n-hsw"
27672   filter: "'NIC_Intel-X520-DA2' and
27673            '64B' and
27674            'NDRPDR' and
27675            ('ETH' or 'DOT1Q') and
27676            ('L2BDMACLRN' or 'L2XCFWD') and
27677            'VHOST_1024' and
27678            not 'CFS_OPT' and
27679            not 'VXLAN' and
27680            not 'IP4FWD' and
27681            not 'LBOND'"
27682   parameters:
27683   - "throughput"
27684   - "parent"
27685   - "tags"
27686 #  sort:
27687 #  - "1VM"
27688 #  - "L2XCFWD"
27689 #  - "1VM"
27690 #  - "L2BDMACLRN"
27691   layout:
27692     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27693     layout: "plot-throughput-speedup-analysis"
27694
27695 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27696 -
27697   type: "plot"
27698   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27699   algorithm: "plot_throughput_speedup_analysis"
27700   output-file-type: ".html"
27701   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27702   data: "plot-throughput-speedup-analysis-3n-hsw"
27703   filter: "'NIC_Intel-X710' and
27704            '64B' and
27705            'NDRPDR' and
27706            'ETH' and
27707            'IP4FWD' and
27708            'VHOST_1024' and
27709            not 'VXLAN' and
27710            not 'DOT1Q'"
27711   parameters:
27712   - "throughput"
27713   - "parent"
27714   - "tags"
27715   sort:
27716   - "not CFS_OPT"
27717   - "1VM"
27718   - "2VM"
27719   layout:
27720     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27721     layout: "plot-throughput-speedup-analysis"
27722
27723 -
27724   type: "plot"
27725   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27726   algorithm: "plot_throughput_speedup_analysis"
27727   output-file-type: ".html"
27728   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27729   data: "plot-throughput-speedup-analysis-3n-hsw"
27730   filter: "'NIC_Intel-X710' and
27731            '64B' and
27732            'NDRPDR' and
27733            'ETH' and
27734            'IP4FWD' and
27735            'VHOST_1024' and
27736            not 'VXLAN' and
27737            not 'DOT1Q'"
27738   parameters:
27739   - "throughput"
27740   - "parent"
27741   - "tags"
27742   sort:
27743   - "not CFS_OPT"
27744   - "1VM"
27745   - "2VM"
27746   layout:
27747     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27748     layout: "plot-throughput-speedup-analysis"
27749
27750 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27751 -
27752   type: "plot"
27753   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27754   algorithm: "plot_throughput_speedup_analysis"
27755   output-file-type: ".html"
27756   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27757   data: "plot-throughput-speedup-analysis-3n-hsw"
27758   filter: "'NIC_Intel-X710' and
27759            '64B' and
27760            'NDRPDR' and
27761            ('ETH' or 'DOT1Q') and
27762            'L2BDMACLRN' and
27763            'VHOST_1024' and
27764            not 'VXLAN' and
27765            not 'IP4FWD' and
27766            not '2VM'"
27767   parameters:
27768   - "throughput"
27769   - "parent"
27770   - "tags"
27771 #  sort:
27772 #  - "VM"  # "not CFS_OPT"
27773 #  - "CFS_OPT"
27774 #  - "FIB_10K"
27775 #  - "FIB_100K"
27776 #  - "FIB_1M"
27777   layout:
27778     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27779     layout: "plot-throughput-speedup-analysis"
27780
27781 -
27782   type: "plot"
27783   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27784   algorithm: "plot_throughput_speedup_analysis"
27785   output-file-type: ".html"
27786   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27787   data: "plot-throughput-speedup-analysis-3n-hsw"
27788   filter: "'NIC_Intel-X710' and
27789            '64B' and
27790            'NDRPDR' and
27791            ('ETH' or 'DOT1Q') and
27792            'L2BDMACLRN' and
27793            'VHOST_1024' and
27794            not 'VXLAN' and
27795            not 'IP4FWD' and
27796            not '2VM'"
27797   parameters:
27798   - "throughput"
27799   - "parent"
27800   - "tags"
27801 #  sort:
27802 #  - "VM"  # "not CFS_OPT"
27803 #  - "CFS_OPT"
27804 #  - "FIB_10K"
27805 #  - "FIB_100K"
27806 #  - "FIB_1M"
27807   layout:
27808     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27809     layout: "plot-throughput-speedup-analysis"
27810
27811 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27812 -
27813   type: "plot"
27814   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27815   algorithm: "plot_throughput_speedup_analysis"
27816   output-file-type: ".html"
27817   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27818   data: "plot-throughput-speedup-analysis-3n-hsw"
27819   filter: "'NIC_Intel-X710' and
27820            '64B' and
27821            'NDRPDR' and
27822            ('ETH' or 'DOT1Q') and
27823            'BASE' and
27824            ('L2BDMACLRN' or 'L2XCFWD') and
27825            'VHOST_1024' and
27826            not 'VXLAN' and
27827            not 'IP4FWD' and
27828            not '2VM'"
27829   parameters:
27830   - "throughput"
27831   - "parent"
27832   - "tags"
27833 #  sort:
27834 #  - "not CFS_OPT"
27835 #  - "L2XCFWD"
27836 #  - "not CFS_OPT"
27837 #  - "CFS_OPT"
27838   layout:
27839     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27840     layout: "plot-throughput-speedup-analysis"
27841
27842 -
27843   type: "plot"
27844   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27845   algorithm: "plot_throughput_speedup_analysis"
27846   output-file-type: ".html"
27847   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27848   data: "plot-throughput-speedup-analysis-3n-hsw"
27849   filter: "'NIC_Intel-X710' and
27850            '64B' and
27851            'NDRPDR' and
27852            ('ETH' or 'DOT1Q') and
27853            'BASE' and
27854            ('L2BDMACLRN' or 'L2XCFWD') and
27855            'VHOST_1024' and
27856            not 'VXLAN' and
27857            not 'IP4FWD' and
27858            not '2VM'"
27859   parameters:
27860   - "throughput"
27861   - "parent"
27862   - "tags"
27863 #  sort:
27864 #  - "not CFS_OPT"
27865 #  - "L2XCFWD"
27866 #  - "not CFS_OPT"
27867 #  - "CFS_OPT"
27868   layout:
27869     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27870     layout: "plot-throughput-speedup-analysis"
27871
27872 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27873 -
27874   type: "plot"
27875   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27876   algorithm: "plot_throughput_speedup_analysis"
27877   output-file-type: ".html"
27878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27879   data: "plot-throughput-speedup-analysis-3n-hsw"
27880   filter: "'NIC_Intel-X710' and
27881            '64B' and
27882            'NDRPDR' and
27883            ('ETH' or 'DOT1Q') and
27884            ('L2BDMACLRN' or 'L2XCFWD') and
27885            'VHOST_1024' and
27886            not 'CFS_OPT' and
27887            not 'VXLAN' and
27888            not 'IP4FWD' and
27889            not 'LBOND'"
27890   parameters:
27891   - "throughput"
27892   - "parent"
27893   - "tags"
27894 #  sort:
27895 #  - "1VM"
27896 #  - "L2XCFWD"
27897 #  - "1VM"
27898 #  - "L2BDMACLRN"
27899   layout:
27900     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27901     layout: "plot-throughput-speedup-analysis"
27902
27903 -
27904   type: "plot"
27905   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27906   algorithm: "plot_throughput_speedup_analysis"
27907   output-file-type: ".html"
27908   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27909   data: "plot-throughput-speedup-analysis-3n-hsw"
27910   filter: "'NIC_Intel-X710' and
27911            '64B' and
27912            'NDRPDR' and
27913            ('ETH' or 'DOT1Q') and
27914            ('L2BDMACLRN' or 'L2XCFWD') and
27915            'VHOST_1024' and
27916            not 'CFS_OPT' and
27917            not 'VXLAN' and
27918            not 'IP4FWD' and
27919            not 'LBOND'"
27920   parameters:
27921   - "throughput"
27922   - "parent"
27923   - "tags"
27924 #  sort:
27925 #  - "1VM"
27926 #  - "L2XCFWD"
27927 #  - "1VM"
27928 #  - "L2BDMACLRN"
27929   layout:
27930     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
27931     layout: "plot-throughput-speedup-analysis"
27932
27933 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
27934 -
27935   type: "plot"
27936   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27937   algorithm: "plot_throughput_speedup_analysis"
27938   output-file-type: ".html"
27939   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27940   data: "plot-throughput-speedup-analysis-3n-hsw"
27941   filter: "'NIC_Intel-XL710' and
27942            '64B' and
27943            'NDRPDR' and
27944            'ETH' and
27945            'IP4FWD' and
27946            'VHOST_1024' and
27947            not 'VXLAN' and
27948            not 'DOT1Q'"
27949   parameters:
27950   - "throughput"
27951   - "parent"
27952   - "tags"
27953   sort:
27954   - "not CFS_OPT"
27955   - "1VM"
27956   - "2VM"
27957   layout:
27958     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
27959     layout: "plot-throughput-speedup-analysis"
27960
27961 -
27962   type: "plot"
27963   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27964   algorithm: "plot_throughput_speedup_analysis"
27965   output-file-type: ".html"
27966   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27967   data: "plot-throughput-speedup-analysis-3n-hsw"
27968   filter: "'NIC_Intel-XL710' and
27969            '64B' and
27970            'NDRPDR' and
27971            'ETH' and
27972            'IP4FWD' and
27973            'VHOST_1024' and
27974            not 'VXLAN' and
27975            not 'DOT1Q'"
27976   parameters:
27977   - "throughput"
27978   - "parent"
27979   - "tags"
27980   sort:
27981   - "not CFS_OPT"
27982   - "1VM"
27983   - "2VM"
27984   layout:
27985     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
27986     layout: "plot-throughput-speedup-analysis"
27987
27988 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
27989 -
27990   type: "plot"
27991   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27992   algorithm: "plot_throughput_speedup_analysis"
27993   output-file-type: ".html"
27994   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27995   data: "plot-throughput-speedup-analysis-3n-hsw"
27996   filter: "'NIC_Intel-XL710' and
27997            '64B' and
27998            'NDRPDR' and
27999            ('ETH' or 'DOT1Q') and
28000            'L2BDMACLRN' and
28001            'VHOST_1024' and
28002            not 'VXLAN' and
28003            not 'IP4FWD' and
28004            not '2VM'"
28005   parameters:
28006   - "throughput"
28007   - "parent"
28008   - "tags"
28009 #  sort:
28010 #  - "VM"  # "not CFS_OPT"
28011 #  - "CFS_OPT"
28012 #  - "FIB_10K"
28013 #  - "FIB_100K"
28014 #  - "FIB_1M"
28015   layout:
28016     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28017     layout: "plot-throughput-speedup-analysis"
28018
28019 -
28020   type: "plot"
28021   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28022   algorithm: "plot_throughput_speedup_analysis"
28023   output-file-type: ".html"
28024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28025   data: "plot-throughput-speedup-analysis-3n-hsw"
28026   filter: "'NIC_Intel-XL710' and
28027            '64B' and
28028            'NDRPDR' and
28029            ('ETH' or 'DOT1Q') and
28030            'L2BDMACLRN' and
28031            'VHOST_1024' and
28032            not 'VXLAN' and
28033            not 'IP4FWD' and
28034            not '2VM'"
28035   parameters:
28036   - "throughput"
28037   - "parent"
28038   - "tags"
28039 #  sort:
28040 #  - "VM"  # "not CFS_OPT"
28041 #  - "CFS_OPT"
28042 #  - "FIB_10K"
28043 #  - "FIB_100K"
28044 #  - "FIB_1M"
28045   layout:
28046     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28047     layout: "plot-throughput-speedup-analysis"
28048
28049 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28050 -
28051   type: "plot"
28052   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28053   algorithm: "plot_throughput_speedup_analysis"
28054   output-file-type: ".html"
28055   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28056   data: "plot-throughput-speedup-analysis-3n-hsw"
28057   filter: "'NIC_Intel-XL710' and
28058            '64B' and
28059            'NDRPDR' and
28060            ('ETH' or 'DOT1Q') and
28061            'BASE' and
28062            ('L2BDMACLRN' or 'L2XCFWD') and
28063            'VHOST_1024' and
28064            not 'VXLAN' and
28065            not 'IP4FWD' and
28066            not '2VM'"
28067   parameters:
28068   - "throughput"
28069   - "parent"
28070   - "tags"
28071 #  sort:
28072 #  - "not CFS_OPT"
28073 #  - "L2XCFWD"
28074 #  - "not CFS_OPT"
28075 #  - "CFS_OPT"
28076   layout:
28077     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28078     layout: "plot-throughput-speedup-analysis"
28079
28080 -
28081   type: "plot"
28082   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28083   algorithm: "plot_throughput_speedup_analysis"
28084   output-file-type: ".html"
28085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28086   data: "plot-throughput-speedup-analysis-3n-hsw"
28087   filter: "'NIC_Intel-XL710' and
28088            '64B' and
28089            'NDRPDR' and
28090            ('ETH' or 'DOT1Q') and
28091            'BASE' and
28092            ('L2BDMACLRN' or 'L2XCFWD') and
28093            'VHOST_1024' and
28094            not 'VXLAN' and
28095            not 'IP4FWD' and
28096            not '2VM'"
28097   parameters:
28098   - "throughput"
28099   - "parent"
28100   - "tags"
28101 #  sort:
28102 #  - "not CFS_OPT"
28103 #  - "L2XCFWD"
28104 #  - "not CFS_OPT"
28105 #  - "CFS_OPT"
28106   layout:
28107     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28108     layout: "plot-throughput-speedup-analysis"
28109
28110 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28111 -
28112   type: "plot"
28113   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28114   algorithm: "plot_throughput_speedup_analysis"
28115   output-file-type: ".html"
28116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28117   data: "plot-throughput-speedup-analysis-3n-hsw"
28118   filter: "'NIC_Intel-XL710' and
28119            '64B' and
28120            'NDRPDR' and
28121            ('ETH' or 'DOT1Q') and
28122            ('L2BDMACLRN' or 'L2XCFWD') and
28123            'VHOST_1024' and
28124            not 'CFS_OPT' and
28125            not 'VXLAN' and
28126            not 'IP4FWD'"
28127   parameters:
28128   - "throughput"
28129   - "parent"
28130   - "tags"
28131 #  sort:
28132 #  - "1VM"
28133 #  - "L2XCFWD"
28134 #  - "1VM"
28135 #  - "L2BDMACLRN"
28136   layout:
28137     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28138     layout: "plot-throughput-speedup-analysis"
28139
28140 -
28141   type: "plot"
28142   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28143   algorithm: "plot_throughput_speedup_analysis"
28144   output-file-type: ".html"
28145   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28146   data: "plot-throughput-speedup-analysis-3n-hsw"
28147   filter: "'NIC_Intel-XL710' and
28148            '64B' and
28149            'NDRPDR' and
28150            ('ETH' or 'DOT1Q') and
28151            ('L2BDMACLRN' or 'L2XCFWD') and
28152            'VHOST_1024' and
28153            not 'CFS_OPT' and
28154            not 'VXLAN' and
28155            not 'IP4FWD'"
28156   parameters:
28157   - "throughput"
28158   - "parent"
28159   - "tags"
28160 #  sort:
28161 #  - "1VM"
28162 #  - "L2XCFWD"
28163 #  - "1VM"
28164 #  - "L2BDMACLRN"
28165   layout:
28166     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28167     layout: "plot-throughput-speedup-analysis"
28168
28169 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28170 -
28171   type: "plot"
28172   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28173   algorithm: "plot_throughput_speedup_analysis"
28174   output-file-type: ".html"
28175   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28176   data: "plot-throughput-speedup-analysis-3n-skx"
28177   filter: "'NIC_Intel-X710' and
28178            '64B' and
28179            'NDRPDR' and
28180            'ETH' and
28181            'IP4FWD' and
28182            'VHOST_1024' and
28183            not 'VXLAN' and
28184            not 'DOT1Q'"
28185   parameters:
28186   - "throughput"
28187   - "parent"
28188   - "tags"
28189   sort:
28190   - "not CFS_OPT"
28191   - "1VM"
28192   - "2VM"
28193   layout:
28194     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28195     layout: "plot-throughput-speedup-analysis"
28196
28197 -
28198   type: "plot"
28199   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28200   algorithm: "plot_throughput_speedup_analysis"
28201   output-file-type: ".html"
28202   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28203   data: "plot-throughput-speedup-analysis-3n-skx"
28204   filter: "'NIC_Intel-X710' and
28205            '64B' and
28206            'NDRPDR' and
28207            'ETH' and
28208            'IP4FWD' and
28209            'VHOST_1024' and
28210            not 'VXLAN' and
28211            not 'DOT1Q'"
28212   parameters:
28213   - "throughput"
28214   - "parent"
28215   - "tags"
28216   sort:
28217   - "not CFS_OPT"
28218   - "1VM"
28219   - "2VM"
28220   layout:
28221     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28222     layout: "plot-throughput-speedup-analysis"
28223
28224 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28225 -
28226   type: "plot"
28227   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28228   algorithm: "plot_throughput_speedup_analysis"
28229   output-file-type: ".html"
28230   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28231   data: "plot-throughput-speedup-analysis-3n-skx"
28232   filter: "'NIC_Intel-X710' and
28233            '64B' and
28234            'NDRPDR' and
28235            ('ETH' or 'DOT1Q') and
28236            'L2BDMACLRN' and
28237            'VHOST_1024' and
28238            not 'VXLAN' and
28239            not 'IP4FWD' and
28240            not '2VM'"
28241   parameters:
28242   - "throughput"
28243   - "parent"
28244   - "tags"
28245 #  sort:
28246 #  - "VM"  # "not CFS_OPT"
28247 #  - "CFS_OPT"
28248 #  - "FIB_10K"
28249 #  - "FIB_100K"
28250 #  - "FIB_1M"
28251   layout:
28252     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28253     layout: "plot-throughput-speedup-analysis"
28254
28255 -
28256   type: "plot"
28257   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28258   algorithm: "plot_throughput_speedup_analysis"
28259   output-file-type: ".html"
28260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28261   data: "plot-throughput-speedup-analysis-3n-skx"
28262   filter: "'NIC_Intel-X710' and
28263            '64B' and
28264            'NDRPDR' and
28265            ('ETH' or 'DOT1Q') and
28266            'L2BDMACLRN' and
28267            'VHOST_1024' and
28268            not 'VXLAN' and
28269            not 'IP4FWD' and
28270            not '2VM'"
28271   parameters:
28272   - "throughput"
28273   - "parent"
28274   - "tags"
28275 #  sort:
28276 #  - "VM"  # "not CFS_OPT"
28277 #  - "CFS_OPT"
28278 #  - "FIB_10K"
28279 #  - "FIB_100K"
28280 #  - "FIB_1M"
28281   layout:
28282     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28283     layout: "plot-throughput-speedup-analysis"
28284
28285 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28286 -
28287   type: "plot"
28288   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28289   algorithm: "plot_throughput_speedup_analysis"
28290   output-file-type: ".html"
28291   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28292   data: "plot-throughput-speedup-analysis-3n-skx"
28293   filter: "'NIC_Intel-X710' and
28294            '64B' and
28295            'NDRPDR' and
28296            ('ETH' or 'DOT1Q') and
28297            'BASE' and
28298            ('L2BDMACLRN' or 'L2XCFWD') and
28299            'VHOST_1024' and
28300            not 'VXLAN' and
28301            not 'IP4FWD' and
28302            not '2VM' and
28303            not 'LBOND'"
28304   parameters:
28305   - "throughput"
28306   - "parent"
28307   - "tags"
28308 #  sort:
28309 #  - "not CFS_OPT"
28310 #  - "L2XCFWD"
28311 #  - "not CFS_OPT"
28312 #  - "CFS_OPT"
28313   layout:
28314     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28315     layout: "plot-throughput-speedup-analysis"
28316
28317 -
28318   type: "plot"
28319   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28320   algorithm: "plot_throughput_speedup_analysis"
28321   output-file-type: ".html"
28322   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28323   data: "plot-throughput-speedup-analysis-3n-skx"
28324   filter: "'NIC_Intel-X710' and
28325            '64B' and
28326            'NDRPDR' and
28327            ('ETH' or 'DOT1Q') and
28328            'BASE' and
28329            ('L2BDMACLRN' or 'L2XCFWD') and
28330            'VHOST_1024' and
28331            not 'VXLAN' and
28332            not 'IP4FWD' and
28333            not '2VM' and
28334            not 'LBOND'"
28335   parameters:
28336   - "throughput"
28337   - "parent"
28338   - "tags"
28339 #  sort:
28340 #  - "not CFS_OPT"
28341 #  - "L2XCFWD"
28342 #  - "not CFS_OPT"
28343 #  - "CFS_OPT"
28344   layout:
28345     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28346     layout: "plot-throughput-speedup-analysis"
28347
28348 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28349 -
28350   type: "plot"
28351   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28352   algorithm: "plot_throughput_speedup_analysis"
28353   output-file-type: ".html"
28354   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28355   data: "plot-throughput-speedup-analysis-3n-skx"
28356   filter: "'NIC_Intel-X710' and
28357            '64B' and
28358            'NDRPDR' and
28359            ('ETH' or 'DOT1Q') and
28360            ('L2BDMACLRN' or 'L2XCFWD') and
28361            'VHOST_1024' and
28362            not 'CFS_OPT' and
28363            not 'VXLAN' and
28364            not 'IP4FWD' and
28365            not 'LBOND'"
28366   parameters:
28367   - "throughput"
28368   - "parent"
28369   - "tags"
28370 #  sort:
28371 #  - "1VM"
28372 #  - "L2XCFWD"
28373 #  - "1VM"
28374 #  - "L2BDMACLRN"
28375   layout:
28376     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28377     layout: "plot-throughput-speedup-analysis"
28378
28379 -
28380   type: "plot"
28381   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28382   algorithm: "plot_throughput_speedup_analysis"
28383   output-file-type: ".html"
28384   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28385   data: "plot-throughput-speedup-analysis-3n-skx"
28386   filter: "'NIC_Intel-X710' and
28387            '64B' and
28388            'NDRPDR' and
28389            ('ETH' or 'DOT1Q') and
28390            ('L2BDMACLRN' or 'L2XCFWD') and
28391            'VHOST_1024' and
28392            not 'CFS_OPT' and
28393            not 'VXLAN' and
28394            not 'IP4FWD' and
28395            not 'LBOND'"
28396   parameters:
28397   - "throughput"
28398   - "parent"
28399   - "tags"
28400 #  sort:
28401 #  - "1VM"
28402 #  - "L2XCFWD"
28403 #  - "1VM"
28404 #  - "L2BDMACLRN"
28405   layout:
28406     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28407     layout: "plot-throughput-speedup-analysis"
28408
28409 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28410 -
28411   type: "plot"
28412   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28413   algorithm: "plot_throughput_speedup_analysis"
28414   output-file-type: ".html"
28415   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28416   data: "plot-throughput-speedup-analysis-2n-skx"
28417   filter: "'NIC_Intel-X710' and
28418            '64B' and
28419            'NDRPDR' and
28420            'ETH' and
28421            'IP4FWD' and
28422            'VHOST_1024' and
28423            not 'VXLAN' and
28424            not 'DOT1Q'"
28425   parameters:
28426   - "throughput"
28427   - "parent"
28428   - "tags"
28429   sort:
28430   - "not CFS_OPT"
28431   - "1VM"
28432   - "2VM"
28433   layout:
28434     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28435     layout: "plot-throughput-speedup-analysis"
28436
28437 -
28438   type: "plot"
28439   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28440   algorithm: "plot_throughput_speedup_analysis"
28441   output-file-type: ".html"
28442   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28443   data: "plot-throughput-speedup-analysis-2n-skx"
28444   filter: "'NIC_Intel-X710' and
28445            '64B' and
28446            'NDRPDR' and
28447            'ETH' and
28448            'IP4FWD' and
28449            'VHOST_1024' and
28450            not 'VXLAN' and
28451            not 'DOT1Q'"
28452   parameters:
28453   - "throughput"
28454   - "parent"
28455   - "tags"
28456   sort:
28457   - "not CFS_OPT"
28458   - "1VM"
28459   - "2VM"
28460   layout:
28461     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28462     layout: "plot-throughput-speedup-analysis"
28463
28464 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28465 -
28466   type: "plot"
28467   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28468   algorithm: "plot_throughput_speedup_analysis"
28469   output-file-type: ".html"
28470   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28471   data: "plot-throughput-speedup-analysis-2n-skx"
28472   filter: "'NIC_Intel-X710' and
28473            '64B' and
28474            'NDRPDR' and
28475            ('ETH' or 'DOT1Q') and
28476            'L2BDMACLRN' and
28477            'VHOST_1024' and
28478            not 'VXLAN' and
28479            not 'IP4FWD' and
28480            not '2VM'"
28481   parameters:
28482   - "throughput"
28483   - "parent"
28484   - "tags"
28485 #  sort:
28486 #  - "VM"  # "not CFS_OPT"
28487 #  - "CFS_OPT"
28488 #  - "FIB_10K"
28489 #  - "FIB_100K"
28490 #  - "FIB_1M"
28491   layout:
28492     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28493     layout: "plot-throughput-speedup-analysis"
28494
28495 -
28496   type: "plot"
28497   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28498   algorithm: "plot_throughput_speedup_analysis"
28499   output-file-type: ".html"
28500   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28501   data: "plot-throughput-speedup-analysis-2n-skx"
28502   filter: "'NIC_Intel-X710' and
28503            '64B' and
28504            'NDRPDR' and
28505            ('ETH' or 'DOT1Q') and
28506            'L2BDMACLRN' and
28507            'VHOST_1024' and
28508            not 'VXLAN' and
28509            not 'IP4FWD' and
28510            not '2VM'"
28511   parameters:
28512   - "throughput"
28513   - "parent"
28514   - "tags"
28515 #  sort:
28516 #  - "VM"  # "not CFS_OPT"
28517 #  - "CFS_OPT"
28518 #  - "FIB_10K"
28519 #  - "FIB_100K"
28520 #  - "FIB_1M"
28521   layout:
28522     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28523     layout: "plot-throughput-speedup-analysis"
28524
28525 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28526 -
28527   type: "plot"
28528   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28529   algorithm: "plot_throughput_speedup_analysis"
28530   output-file-type: ".html"
28531   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28532   data: "plot-throughput-speedup-analysis-2n-skx"
28533   filter: "'NIC_Intel-X710' and
28534            '64B' and
28535            'NDRPDR' and
28536            ('ETH' or 'DOT1Q') and
28537            'BASE' and
28538            ('L2BDMACLRN' or 'L2XCFWD') and
28539            'VHOST_1024' and
28540            not 'VXLAN' and
28541            not 'IP4FWD' and
28542            not '2VM'"
28543   parameters:
28544   - "throughput"
28545   - "parent"
28546   - "tags"
28547 #  sort:
28548 #  - "not CFS_OPT"
28549 #  - "L2XCFWD"
28550 #  - "not CFS_OPT"
28551 #  - "CFS_OPT"
28552   layout:
28553     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28554     layout: "plot-throughput-speedup-analysis"
28555
28556 -
28557   type: "plot"
28558   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28559   algorithm: "plot_throughput_speedup_analysis"
28560   output-file-type: ".html"
28561   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28562   data: "plot-throughput-speedup-analysis-2n-skx"
28563   filter: "'NIC_Intel-X710' and
28564            '64B' and
28565            'NDRPDR' and
28566            ('ETH' or 'DOT1Q') and
28567            'BASE' and
28568            ('L2BDMACLRN' or 'L2XCFWD') and
28569            'VHOST_1024' and
28570            not 'VXLAN' and
28571            not 'IP4FWD' and
28572            not '2VM'"
28573   parameters:
28574   - "throughput"
28575   - "parent"
28576   - "tags"
28577 #  sort:
28578 #  - "not CFS_OPT"
28579 #  - "L2XCFWD"
28580 #  - "not CFS_OPT"
28581 #  - "CFS_OPT"
28582   layout:
28583     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28584     layout: "plot-throughput-speedup-analysis"
28585
28586 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28587 -
28588   type: "plot"
28589   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28590   algorithm: "plot_throughput_speedup_analysis"
28591   output-file-type: ".html"
28592   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28593   data: "plot-throughput-speedup-analysis-2n-skx"
28594   filter: "'NIC_Intel-X710' and
28595            '64B' and
28596            'NDRPDR' and
28597            ('ETH' or 'DOT1Q') and
28598            ('L2BDMACLRN' or 'L2XCFWD') and
28599            'VHOST_1024' and
28600            not 'CFS_OPT' and
28601            not 'VXLAN' and
28602            not 'IP4FWD'"
28603   parameters:
28604   - "throughput"
28605   - "parent"
28606   - "tags"
28607 #  sort:
28608 #  - "1VM"
28609 #  - "L2XCFWD"
28610 #  - "1VM"
28611 #  - "L2BDMACLRN"
28612   layout:
28613     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28614     layout: "plot-throughput-speedup-analysis"
28615
28616 -
28617   type: "plot"
28618   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28619   algorithm: "plot_throughput_speedup_analysis"
28620   output-file-type: ".html"
28621   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28622   data: "plot-throughput-speedup-analysis-2n-skx"
28623   filter: "'NIC_Intel-X710' and
28624            '64B' and
28625            'NDRPDR' and
28626            ('ETH' or 'DOT1Q') and
28627            ('L2BDMACLRN' or 'L2XCFWD') and
28628            'VHOST_1024' and
28629            not 'CFS_OPT' and
28630            not 'VXLAN' and
28631            not 'IP4FWD'"
28632   parameters:
28633   - "throughput"
28634   - "parent"
28635   - "tags"
28636 #  sort:
28637 #  - "1VM"
28638 #  - "L2XCFWD"
28639 #  - "1VM"
28640 #  - "L2BDMACLRN"
28641   layout:
28642     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28643     layout: "plot-throughput-speedup-analysis"
28644
28645 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28646 -
28647   type: "plot"
28648   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28649   algorithm: "plot_throughput_speedup_analysis"
28650   output-file-type: ".html"
28651   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28652   data: "plot-throughput-speedup-analysis-2n-skx"
28653   filter: "'NIC_Intel-XXV710' and
28654            '64B' and
28655            'NDRPDR' and
28656            'ETH' and
28657            'IP4FWD' and
28658            'VHOST_1024' and
28659            not 'VXLAN' and
28660            not 'DOT1Q'"
28661   parameters:
28662   - "throughput"
28663   - "parent"
28664   - "tags"
28665   sort:
28666   - "not CFS_OPT"
28667   - "1VM"
28668   - "2VM"
28669   layout:
28670     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28671     layout: "plot-throughput-speedup-analysis"
28672
28673 -
28674   type: "plot"
28675   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28676   algorithm: "plot_throughput_speedup_analysis"
28677   output-file-type: ".html"
28678   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28679   data: "plot-throughput-speedup-analysis-2n-skx"
28680   filter: "'NIC_Intel-XXV710' and
28681            '64B' and
28682            'NDRPDR' and
28683            'ETH' and
28684            'IP4FWD' and
28685            'VHOST_1024' and
28686            not 'VXLAN' and
28687            not 'DOT1Q'"
28688   parameters:
28689   - "throughput"
28690   - "parent"
28691   - "tags"
28692   sort:
28693   - "not CFS_OPT"
28694   - "1VM"
28695   - "2VM"
28696   layout:
28697     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28698     layout: "plot-throughput-speedup-analysis"
28699
28700 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28701 -
28702   type: "plot"
28703   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28704   algorithm: "plot_throughput_speedup_analysis"
28705   output-file-type: ".html"
28706   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28707   data: "plot-throughput-speedup-analysis-2n-skx"
28708   filter: "'NIC_Intel-XXV710' and
28709            '64B' and
28710            'NDRPDR' and
28711            ('ETH' or 'DOT1Q') and
28712            'L2BDMACLRN' and
28713            'VHOST_1024' and
28714            not 'VXLAN' and
28715            not 'IP4FWD' and
28716            not '2VM'"
28717   parameters:
28718   - "throughput"
28719   - "parent"
28720   - "tags"
28721 #  sort:
28722 #  - "VM"  # "not CFS_OPT"
28723 #  - "CFS_OPT"
28724 #  - "FIB_10K"
28725 #  - "FIB_100K"
28726 #  - "FIB_1M"
28727   layout:
28728     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28729     layout: "plot-throughput-speedup-analysis"
28730
28731 -
28732   type: "plot"
28733   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28734   algorithm: "plot_throughput_speedup_analysis"
28735   output-file-type: ".html"
28736   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28737   data: "plot-throughput-speedup-analysis-2n-skx"
28738   filter: "'NIC_Intel-XXV710' and
28739            '64B' and
28740            'NDRPDR' and
28741            ('ETH' or 'DOT1Q') and
28742            'L2BDMACLRN' and
28743            'VHOST_1024' and
28744            not 'VXLAN' and
28745            not 'IP4FWD' and
28746            not '2VM'"
28747   parameters:
28748   - "throughput"
28749   - "parent"
28750   - "tags"
28751 #  sort:
28752 #  - "VM"  # "not CFS_OPT"
28753 #  - "CFS_OPT"
28754 #  - "FIB_10K"
28755 #  - "FIB_100K"
28756 #  - "FIB_1M"
28757   layout:
28758     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28759     layout: "plot-throughput-speedup-analysis"
28760
28761 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28762 -
28763   type: "plot"
28764   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28765   algorithm: "plot_throughput_speedup_analysis"
28766   output-file-type: ".html"
28767   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28768   data: "plot-throughput-speedup-analysis-2n-skx"
28769   filter: "'NIC_Intel-XXV710' and
28770            '64B' and
28771            'NDRPDR' and
28772            ('ETH' or 'DOT1Q') and
28773            'BASE' and
28774            ('L2BDMACLRN' or 'L2XCFWD') and
28775            'VHOST_1024' and
28776            not 'VXLAN' and
28777            not 'IP4FWD' and
28778            not '2VM'"
28779   parameters:
28780   - "throughput"
28781   - "parent"
28782   - "tags"
28783 #  sort:
28784 #  - "not CFS_OPT"
28785 #  - "L2XCFWD"
28786 #  - "not CFS_OPT"
28787 #  - "CFS_OPT"
28788   layout:
28789     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28790     layout: "plot-throughput-speedup-analysis"
28791
28792 -
28793   type: "plot"
28794   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28795   algorithm: "plot_throughput_speedup_analysis"
28796   output-file-type: ".html"
28797   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28798   data: "plot-throughput-speedup-analysis-2n-skx"
28799   filter: "'NIC_Intel-XXV710' and
28800            '64B' and
28801            'NDRPDR' and
28802            ('ETH' or 'DOT1Q') and
28803            'BASE' and
28804            ('L2BDMACLRN' or 'L2XCFWD') and
28805            'VHOST_1024' and
28806            not 'VXLAN' and
28807            not 'IP4FWD' and
28808            not '2VM'"
28809   parameters:
28810   - "throughput"
28811   - "parent"
28812   - "tags"
28813 #  sort:
28814 #  - "not CFS_OPT"
28815 #  - "L2XCFWD"
28816 #  - "not CFS_OPT"
28817 #  - "CFS_OPT"
28818   layout:
28819     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28820     layout: "plot-throughput-speedup-analysis"
28821
28822 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28823 -
28824   type: "plot"
28825   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28826   algorithm: "plot_throughput_speedup_analysis"
28827   output-file-type: ".html"
28828   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28829   data: "plot-throughput-speedup-analysis-2n-skx"
28830   filter: "'NIC_Intel-XXV710' and
28831            '64B' and
28832            'NDRPDR' and
28833            ('ETH' or 'DOT1Q') and
28834            ('L2BDMACLRN' or 'L2XCFWD') and
28835            'VHOST_1024' and
28836            not 'CFS_OPT' and
28837            not 'VXLAN' and
28838            not 'IP4FWD'"
28839   parameters:
28840   - "throughput"
28841   - "parent"
28842   - "tags"
28843 #  sort:
28844 #  - "1VM"
28845 #  - "L2XCFWD"
28846 #  - "1VM"
28847 #  - "L2BDMACLRN"
28848   layout:
28849     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28850     layout: "plot-throughput-speedup-analysis"
28851
28852 -
28853   type: "plot"
28854   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28855   algorithm: "plot_throughput_speedup_analysis"
28856   output-file-type: ".html"
28857   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28858   data: "plot-throughput-speedup-analysis-2n-skx"
28859   filter: "'NIC_Intel-XXV710' and
28860            '64B' and
28861            'NDRPDR' and
28862            ('ETH' or 'DOT1Q') and
28863            ('L2BDMACLRN' or 'L2XCFWD') and
28864            'VHOST_1024' and
28865            not 'CFS_OPT' and
28866            not 'VXLAN' and
28867            not 'IP4FWD'"
28868   parameters:
28869   - "throughput"
28870   - "parent"
28871   - "tags"
28872 #  sort:
28873 #  - "1VM"
28874 #  - "L2XCFWD"
28875 #  - "1VM"
28876 #  - "L2BDMACLRN"
28877   layout:
28878     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28879     layout: "plot-throughput-speedup-analysis"
28880
28881 ################################################################################
28882
28883 # Speedup - VPP vts 3n-hsw-x520
28884 -
28885   type: "plot"
28886   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28887   algorithm: "plot_throughput_speedup_analysis"
28888   output-file-type: ".html"
28889   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28890   data: "plot-throughput-speedup-analysis-3n-hsw"
28891   filter: "'NIC_Intel-X520-DA2' and
28892            '114B' and
28893            'NDRPDR' and
28894            'VTS'"
28895   parameters:
28896   - "throughput"
28897   - "parent"
28898   - "tags"
28899   layout:
28900     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28901     layout: "plot-throughput-speedup-analysis"
28902
28903 -
28904   type: "plot"
28905   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28906   algorithm: "plot_throughput_speedup_analysis"
28907   output-file-type: ".html"
28908   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28909   data: "plot-throughput-speedup-analysis-3n-hsw"
28910   filter: "'NIC_Intel-X520-DA2' and
28911            '114B' and
28912            'NDRPDR' and
28913            'VTS'"
28914   parameters:
28915   - "throughput"
28916   - "parent"
28917   - "tags"
28918   layout:
28919     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28920     layout: "plot-throughput-speedup-analysis"