Report: fix specification file
[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       - 207  # SOAK sel
494
495     plot-vpp-vsc-2n-skx:
496       csit-vpp-perf-verify-master-2n-skx:
497       - 234
498
499     plot-vpp-csc-2n-skx:
500       csit-vpp-perf-verify-master-2n-skx:
501       - 226
502       - 231
503       - 233
504
505     plot-vpp-throughput-latency-3n-skx:
506       csit-vpp-perf-verify-1810-3n-skx:
507       - 24  # NDRPDR full
508       - 10  # NDRPDR sel
509       - 14  # NDRPDR sel
510       - 15  # NDRPDR sel
511       - 16  # NDRPDR sel
512       - 17  # NDRPDR sel
513       - 19  # NDRPDR sel
514       - 20  # NDRPDR sel
515       - 21  # NDRPDR sel
516       - 22  # NDRPDR sel
517       - 25  # NDRPDR sel
518
519     plot-vpp-throughput-latency-2n-skx:
520       csit-vpp-perf-verify-1810-2n-skx:
521       - 9   # NDRPDR sel
522       - 13  # NDRPDR sel
523       - 14  # NDRPDR sel
524       - 19  # NDRPDR sel
525       - 20  # NDRPDR sel
526       - 21  # NDRPDR sel
527       - 22  # NDRPDR sel
528       - 23  # NDRPDR sel
529       - 24  # NDRPDR sel
530       - 27  # NDRPDR sel
531
532     plot-vpp-http-server-performance:
533       csit-vpp-perf-verify-1810-3n-hsw:
534       - 28  # WRK
535       - 29  # WRK
536       - 30  # WRK
537       - 31  # WRK
538       - 32  # WRK
539       - 33  # WRK
540       - 34  # WRK
541       - 35  # WRK
542       - 36  # WRK
543       - 37  # WRK
544
545     # VPP Functional
546     vpp-func-results-ubuntu:
547       csit-vpp-functional-1810-ubuntu1604-virl:
548       - 44
549
550     vpp-func-results-centos:
551       csit-vpp-functional-1810-centos7-virl:
552       - 44
553
554     vpp-device-results-ubuntu:
555       csit-vpp-device-1810-ubuntu1804-1n-skx:
556       - 2
557
558     # VPP Ligato
559     ligato-perf-results-3n-hsw:
560       csit-ligato-perf-verify-1810-3n-hsw:
561       - 5   # full
562
563     plot-ligato-throughput-speedup-analysis-3n-hsw:
564       csit-ligato-perf-verify-1810-3n-hsw:
565       - 5   # full
566       - 6   # sel
567       - 8   # sel
568       - 9   # sel
569       - 11  # sel
570       - 12  # sel
571       - 13  # sel
572       - 14  # sel
573       - 16  # sel
574       - 17  # sel
575       - 18  # sel
576
577     plot-ligato-throughput-latency-3n-hsw:
578       csit-ligato-perf-verify-1810-3n-hsw:
579       - 5   # full
580       - 6   # sel
581       - 8   # sel
582       - 9   # sel
583       - 11  # sel
584       - 12  # sel
585       - 13  # sel
586       - 14  # sel
587       - 16  # sel
588       - 17  # sel
589       - 18  # sel
590
591     # DPDK Performance
592     dpdk-performance-changes-3n-hsw:
593       csit-dpdk-perf-1804-all:
594       - 4
595       - 5
596       - 6
597       - 7
598       - 8
599       - 9
600       - 10
601       - 11
602       - 12
603       - 13
604       csit-dpdk-perf-verify-1807-3n-hsw:
605       - 11
606       - 12  # full
607       - 14
608       - 15
609       - 16
610       - 17
611       - 20
612       - 21
613       - 22
614       - 23
615       csit-dpdk-perf-verify-1810-3n-hsw:
616       - 1   # NDRPDR sel
617       - 2   # NDRPDR sel
618       - 3   # NDRPDR sel
619       - 4   # NDRPDR sel
620       - 5   # NDRPDR sel
621       - 6   # NDRPDR sel
622       - 7   # NDRPDR sel
623       - 8   # NDRPDR sel
624       - 9   # NDRPDR sel
625       - 10  # NDRPDR sel
626
627     dpdk-performance-changes-3n-skx:
628       csit-dpdk-perf-verify-1807-3n-skx:
629       - 1   # NDRPDR sel
630       - 2   # NDRPDR sel
631       - 3   # NDRPDR sel
632       - 6   # NDRPDR sel
633       - 7   # NDRPDR sel
634       - 8   # NDRPDR sel
635       - 9   # NDRPDR sel
636       - 10  # NDRPDR sel
637       - 11  # NDRPDR sel
638       - 12  # NDRPDR sel
639       csit-dpdk-perf-verify-1810-3n-skx:
640       - 3   # NDRPDR sel
641       - 4   # NDRPDR sel
642       - 6   # NDRPDR sel
643       - 7   # NDRPDR sel
644       - 8   # NDRPDR sel
645       - 9   # NDRPDR sel
646       - 10  # NDRPDR sel
647       - 11  # NDRPDR sel
648       - 12  # NDRPDR sel
649       - 13  # NDRPDR sel
650
651     dpdk-compare-testbeds:
652       csit-dpdk-perf-verify-1810-3n-skx:
653       - 3   # NDRPDR sel
654       - 4   # NDRPDR sel
655       - 6   # NDRPDR sel
656       - 7   # NDRPDR sel
657       - 8   # NDRPDR sel
658       - 9   # NDRPDR sel
659       - 10  # NDRPDR sel
660       - 11  # NDRPDR sel
661       - 12  # NDRPDR sel
662       - 13  # NDRPDR sel
663       csit-dpdk-perf-verify-1810-3n-hsw:
664       - 1   # NDRPDR sel
665       - 2   # NDRPDR sel
666       - 3   # NDRPDR sel
667       - 4   # NDRPDR sel
668       - 5   # NDRPDR sel
669       - 6   # NDRPDR sel
670       - 7   # NDRPDR sel
671       - 8   # NDRPDR sel
672       - 9   # NDRPDR sel
673       - 10  # NDRPDR sel
674
675     dpdk-compare-topologies:
676       csit-dpdk-perf-verify-1810-3n-skx:
677       - 3   # NDRPDR sel
678       - 4   # NDRPDR sel
679       - 6   # NDRPDR sel
680       - 7   # NDRPDR sel
681       - 8   # NDRPDR sel
682       - 9   # NDRPDR sel
683       - 10  # NDRPDR sel
684       - 11  # NDRPDR sel
685       - 12  # NDRPDR sel
686       - 13  # NDRPDR sel
687       csit-dpdk-perf-verify-1810-2n-skx:
688       - 3   # NDRPDR sel
689       - 4   # NDRPDR sel
690       - 5   # NDRPDR sel
691       - 7   # NDRPDR sel
692       - 8   # NDRPDR sel
693       - 9   # NDRPDR sel
694       - 10  # NDRPDR sel
695       - 11  # NDRPDR sel
696       - 12  # NDRPDR sel
697       - 13  # NDRPDR sel
698
699     dpdk-perf-results-3n-hsw:
700       csit-dpdk-perf-verify-1810-3n-hsw:
701       - 1
702
703     dpdk-perf-results-3n-skx:
704       csit-dpdk-perf-verify-1810-3n-skx:
705       - 3   # NDRPDR sel
706
707     dpdk-perf-results-2n-skx:
708       csit-dpdk-perf-verify-1810-2n-skx:
709       - 3
710
711     plot-dpdk-throughput-latency-3n-hsw:
712       csit-dpdk-perf-verify-1810-3n-hsw:
713       - 1   # NDRPDR sel
714       - 2   # NDRPDR sel
715       - 3   # NDRPDR sel
716       - 4   # NDRPDR sel
717       - 5   # NDRPDR sel
718       - 6   # NDRPDR sel
719       - 7   # NDRPDR sel
720       - 8   # NDRPDR sel
721       - 9   # NDRPDR sel
722       - 10  # NDRPDR sel
723
724     plot-dpdk-throughput-latency-3n-skx:
725       csit-dpdk-perf-verify-1810-3n-skx:
726       - 3   # NDRPDR sel
727       - 4   # NDRPDR sel
728       - 6   # NDRPDR sel
729       - 7   # NDRPDR sel
730       - 8   # NDRPDR sel
731       - 9   # NDRPDR sel
732       - 10  # NDRPDR sel
733       - 11  # NDRPDR sel
734       - 12  # NDRPDR sel
735       - 13  # NDRPDR sel
736
737     plot-dpdk-throughput-latency-2n-skx:
738       csit-dpdk-perf-verify-1810-2n-skx:
739       - 3   # NDRPDR sel
740       - 4   # NDRPDR sel
741       - 5   # NDRPDR sel
742       - 7   # NDRPDR sel
743       - 8   # NDRPDR sel
744       - 9   # NDRPDR sel
745       - 10  # NDRPDR sel
746       - 11  # NDRPDR sel
747       - 12  # NDRPDR sel
748       - 13  # NDRPDR sel
749
750     # HoneyComb Functional
751     hc-func-results:
752       csit-hc2vpp-verify-func-1810-ubuntu1604:
753       - 3
754
755     # NSH SFC Functional
756     nsh-func-results:
757       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
758       - 1
759
760     # DMM Functional
761     dmm-func-results:
762       csit-dmm-functional-1810-ubuntu1604-virl:
763       - 1
764
765   plot-layouts:
766
767     plot-soak-throughput:
768       titlefont:
769         size: 18
770       xaxis:
771         title: "<b>Test Cases [Index]</b>"
772         titlefont:
773           size: 16
774         autorange: True
775         fixedrange: False
776         gridcolor: "rgb(230, 230, 230)"
777         linecolor: "rgb(220, 220, 220)"
778         linewidth: 1
779         showgrid: True
780         showline: True
781         showticklabels: True
782         tickcolor: "rgb(220, 220, 220)"
783         tickmode: "linear"
784         tickfont:
785           size: 16
786         zeroline: False
787       yaxis:
788         title: "<b>Packet Throughput [Mpps]</b>"
789         titlefont:
790           size: 16
791         gridcolor: "rgb(230, 230, 230)"
792         hoverformat: ".4s"
793         tickformat: ".3s"
794         linecolor: "rgb(220, 220, 220)"
795         linewidth: 1
796         showgrid: True
797         showline: True
798         showticklabels: True
799         tickcolor: "rgb(220, 220, 220)"
800         tickfont:
801           size: 16
802         zeroline: False
803         range: [0,50]
804       autosize: False
805       margin:
806         t: 50
807         b: 0
808         l: 80
809         r: 20
810       showlegend: True
811       legend:
812         orientation: "h"
813         font:
814           size: 16
815       width: 700
816       height: 900
817
818     plot-service-density:
819       titlefont:
820         size: 18
821       xaxis:
822         side: "top"
823         autorange: True
824         fixedrange: False
825         showgrid: False
826         showline: False
827         showticklabels: False
828         ticks: ""
829         ticklen: 0
830         tickwidth: 0
831         zeroline: False
832       yaxis:
833         autorange: "reversed"
834         showgrid: False
835         showline: False
836         showticklabels: False
837         ticks: ""
838         ticklen: 0
839         tickwidth: 0
840         zeroline: False
841       autosize: True
842       showlegend: False
843       width: 700
844       height: 700
845
846     plot-cps:
847       titlefont:
848         size: 18
849       xaxis:
850         title: "<b>Test Cases [Index]</b>"
851         titlefont:
852           size: 16
853         autorange: True
854         fixedrange: False
855         gridcolor: "rgb(230, 230, 230)"
856         linecolor: "rgb(220, 220, 220)"
857         linewidth: 1
858         showgrid: True
859         showline: True
860         showticklabels: True
861         tickcolor: "rgb(220, 220, 220)"
862         tickmode: "linear"
863         tickfont:
864           size: 16
865         zeroline: False
866       yaxis:
867         title: "<b>Connections Per Second [cps]</b>"
868         titlefont:
869           size: 16
870         gridcolor: "rgb(230, 230, 230)"
871         hoverformat: ".4s"
872         linecolor: "rgb(220, 220, 220)"
873         linewidth: 1
874         rangemode: "tozero"
875         showgrid: True
876         showline: True
877         showticklabels: True
878         tickcolor: "rgb(220, 220, 220)"
879         tickformat: ".3s"
880         tickfont:
881           size: 16
882         zeroline: False
883       boxmode: "group"
884       boxgroupgap: 0.5
885       autosize: False
886       margin:
887         t: 50
888         b: 20
889         l: 80
890         r: 20
891       showlegend: True
892       legend:
893         orientation: "h"
894         font:
895           size: 16
896       width: 700
897       height: 800
898
899     plot-rps:
900       titlefont:
901         size: 18
902       xaxis:
903         title: "<b>Test Cases [Index]</b>"
904         titlefont:
905           size: 16
906         autorange: True
907         fixedrange: False
908         gridcolor: "rgb(230, 230, 230)"
909         linecolor: "rgb(220, 220, 220)"
910         linewidth: 1
911         showgrid: True
912         showline: True
913         showticklabels: True
914         tickcolor: "rgb(220, 220, 220)"
915         tickmode: "linear"
916         tickfont:
917           size: 16
918         zeroline: False
919       yaxis:
920         title: "<b>Requests Per Second [rps]</b>"
921         titlefont:
922           size: 16
923         gridcolor: "rgb(230, 230, 230)"
924         hoverformat: ".4s"
925         linecolor: "rgb(220, 220, 220)"
926         linewidth: 1
927         rangemode: "tozero"
928         showgrid: True
929         showline: True
930         showticklabels: True
931         tickcolor: "rgb(230, 230, 230)"
932         tickformat: ".3s"
933         tickfont:
934           size: 16
935         zeroline: False
936       boxmode: "group"
937       boxgroupgap: 0.5
938       autosize: False
939       margin:
940         t: 50
941         b: 20
942         l: 80
943         r: 20
944       showlegend: True
945       legend:
946         orientation: "h"
947         font:
948           size: 16
949       width: 700
950       height: 800
951
952     plot-throughput:
953       titlefont:
954         size: 18
955       xaxis:
956         title: "<b>Test Cases [Index]</b>"
957         titlefont:
958           size: 16
959         autorange: True
960         fixedrange: False
961         gridcolor: "rgb(230, 230, 230)"
962         linecolor: "rgb(220, 220, 220)"
963         linewidth: 1
964         showgrid: True
965         showline: True
966         showticklabels: True
967         tickcolor: "rgb(220, 220, 220)"
968         tickmode: "linear"
969         tickfont:
970           size: 16
971         zeroline: False
972       yaxis:
973         title: "<b>Packet Throughput [Mpps]</b>"
974         titlefont:
975           size: 16
976         gridcolor: "rgb(230, 230, 230)"
977         hoverformat: ".4s"
978         tickformat: ".3s"
979         linecolor: "rgb(220, 220, 220)"
980         linewidth: 1
981         showgrid: True
982         showline: True
983         showticklabels: True
984         tickcolor: "rgb(220, 220, 220)"
985         tickfont:
986           size: 16
987         zeroline: False
988         range: [0,50]
989       boxmode: "group"
990       boxgroupgap: 0.5
991       autosize: False
992       margin:
993         t: 50
994         b: 0
995         l: 80
996         r: 20
997       showlegend: True
998       legend:
999         orientation: "h"
1000         font:
1001           size: 16
1002       width: 700
1003       height: 900
1004
1005     plot-throughput-speedup-analysis:
1006       titlefont:
1007         size: 18
1008       xaxis:
1009         title: "<b>Number of Cores [Qty]</b>"
1010         titlefont:
1011           size: 16
1012         autorange: True
1013         fixedrange: False
1014         gridcolor: "rgb(230, 230, 230)"
1015         linecolor: "rgb(220, 220, 220)"
1016         linewidth: 1
1017         showgrid: True
1018         showline: True
1019         showticklabels: True
1020         tickcolor: "rgb(238, 238, 238)"
1021         tickmode: "linear"
1022         tickfont:
1023           size: 16
1024         zeroline: False
1025       yaxis:
1026         title: "<b>Packet Throughput [Mpps]</b>"
1027         titlefont:
1028           size: 16
1029         type: "linear"
1030         gridcolor: "rgb(230, 230, 230)"
1031         hoverformat: ".4s"
1032         linecolor: "rgb(220, 220, 220)"
1033         linewidth: 1
1034         showgrid: True
1035         showline: True
1036         showticklabels: True
1037         tickcolor: "rgb(220, 220, 220)"
1038         tickformat: ".4s"
1039         tickfont:
1040           size: 16
1041         zeroline: True
1042         rangemode: "tozero"
1043         # range: [0,100]
1044       legend:
1045         orientation: "h"
1046         font:
1047           size: 16
1048         xanchor: "left"
1049         yanchor: "top"
1050         x: 0
1051         y: -0.2
1052         bgcolor: "rgba(255, 255, 255, 0)"
1053         bordercolor: "rgba(255, 255, 255, 0)"
1054         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1055       autosize: False
1056       margin:
1057           't': 50
1058           'b': 150
1059           'l': 85
1060           'r': 10
1061       showlegend: True
1062       width: 700
1063       height: 700
1064       hoverlabel:
1065         namelength: -1
1066       annotations: [
1067         {
1068           text: "_ _          __          ...",
1069           align: "left",
1070           showarrow: False,
1071           xref: "paper",
1072           yref: "paper",
1073           xanchor: "left",
1074           yanchor: "top",
1075           x: 0,
1076           y: -0.13,
1077           font: {
1078             family: "Consolas, Courier New",
1079             size: 15
1080           },
1081         },
1082         {
1083           text: "    Perfect     Measured     Limit",
1084           align: "left",
1085           showarrow: False,
1086           xref: "paper",
1087           yref: "paper",
1088           xanchor: "left",
1089           yanchor: "top",
1090           x: 0,
1091           y: -0.15,
1092           font: {
1093             family: "Consolas, Courier New",
1094             size: 15
1095           },
1096         },
1097       ]
1098
1099     plot-latency:
1100       titlefont:
1101         size: 18
1102       xaxis:
1103         title: "<b>Direction</b>"
1104         titlefont:
1105           size: 16
1106         autorange: True
1107         fixedrange: False
1108         gridcolor: "rgb(230, 230, 230)"
1109         linecolor: "rgb(220, 220, 220)"
1110         linewidth: 1
1111         showgrid: True
1112         showline: True
1113         showticklabels: False
1114         tickcolor: "rgb(220, 220, 220)"
1115         tickmode: "linear"
1116         tickfont:
1117           size: 16
1118         zeroline: False
1119       yaxis:
1120         title: "<b>Packet Latency [uSec]</b>"
1121         titlefont:
1122           size: 16
1123         type: "linear"
1124         gridcolor: "rgb(230, 230, 230)"
1125         hoverformat: ".4s"
1126         linecolor: "rgb(220, 220, 220)"
1127         linewidth: 1
1128         showgrid: True
1129         showline: True
1130         showticklabels: True
1131         tickcolor: "rgb(220, 220, 220)"
1132         tickformat: ".4s"
1133         tickfont:
1134           size: 16
1135         zeroline: True
1136         rangemode: "tozero"
1137       legend:
1138         orientation: "h"
1139         font:
1140           size: 16
1141         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1142       autosize: False
1143       margin:
1144           't': 50
1145           'b': 150
1146           'l': 80
1147           'r': 10
1148       showlegend: True
1149       width: 700
1150       height: 700
1151       hoverlabel:
1152         namelength: -1
1153
1154 -
1155   type: "static"
1156   src-path: "{DIR[RST]}"
1157   dst-path: "{DIR[WORKING,SRC]}"
1158
1159 -
1160   type: "input"
1161   general:
1162     file-name: "robot-plugin.zip"
1163     file-format: ".zip"
1164     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1165     extract: "robot-plugin/output.xml"
1166
1167   builds:
1168
1169     intel-dnv-vpp-release-1810:
1170     - 1
1171
1172     csit-vpp-perf-1804-all:
1173     - 21  # sel
1174     - 22  # sel
1175     - 23  # sel
1176     - 24  # sel
1177     - 27  # sel
1178     - 28  # sel
1179     - 29  # sel
1180     - 30  # sel
1181     - 31  # sel
1182     - 35  # sel
1183     csit-vpp-perf-verify-1807-3n-hsw:
1184     - 8   # MRR full
1185     - 9   # MRR sel
1186     - 21  # MRR sel
1187     - 31  # MRR sel
1188     - 33  # MRR sel
1189     - 36  # MRR sel
1190     - 41  # MRR sel
1191     - 42  # MRR sel
1192     - 48  # MRR sel
1193     - 11  # NDRPDR full 1
1194     - 22  # NDRPDR full 2
1195     - 45  # NDRPDR full 3
1196     - 46  # NDRPDR full 4
1197     - 15  # NDRPDR sel
1198     - 16  # NDRPDR sel
1199     - 19  # NDRPDR sel
1200     - 18  # NDRPDR sel
1201     - 20  # NDRPDR sel
1202     - 38  # NDRPDR sel
1203     - 40  # NDRPDR sel
1204     - 44  # NDRPDR sel
1205     - 47  # NDRPDR sel
1206     - 24  # WRK
1207     - 25  # WRK
1208     - 23  # WRK
1209     - 26  # WRK
1210     - 27  # WRK
1211     - 28  # WRK
1212     - 29  # WRK
1213     - 30  # WRK
1214     - 32  # WRK
1215     - 35  # WRK
1216     csit-vpp-perf-verify-1810-3n-hsw:
1217     - 9   # MRR sel
1218     - 20  # NDRPDR full
1219     - 21  # NDRPDR full
1220     - 22  # NDRPDR full
1221     - 27  # NDRPDR full
1222     - 8   # NDRPDR sel
1223     - 12  # NDRPDR sel
1224     - 14  # NDRPDR sel
1225     - 18  # NDRPDR sel
1226     - 23  # NDRPDR sel
1227     - 25  # NDRPDR sel
1228     - 38  # NDRPDR sel
1229     - 39  # NDRPDR sel
1230     - 41  # NDRPDR sel
1231     - 42  # NDRPDR sel
1232     - 28  # WRK
1233     - 29  # WRK
1234     - 30  # WRK
1235     - 31  # WRK
1236     - 32  # WRK
1237     - 33  # WRK
1238     - 34  # WRK
1239     - 35  # WRK
1240     - 36  # WRK
1241     - 37  # WRK
1242     csit-vpp-perf-verify-1807-3n-skx:
1243     - 31  # MRR full
1244     - 28  # MRR sel
1245     - 32  # MRR sel
1246     - 36  # MRR sel
1247     - 42  # MRR sel
1248     - 47  # MRR sel
1249     - 48  # MRR sel
1250     - 51  # MRR sel
1251     - 52  # MRR sel
1252     - 53  # MRR sel
1253     - 54  # MRR sel
1254     - 40  # NDRPDR full 1
1255     - 41  # NDRPDR full 2
1256     - 33  # NDRPDR sel
1257     - 35  # NDRPDR sel
1258     - 37  # NDRPDR sel
1259     - 38  # NDRPDR sel
1260     - 39  # NDRPDR sel
1261     - 43  # NDRPDR sel
1262     - 44  # NDRPDR sel
1263     - 49  # NDRPDR sel
1264     - 50  # NDRPDR sel
1265     - 56  # NDRPDR sel
1266     csit-vpp-perf-verify-1810-3n-skx:
1267     - 9   # MRR sel
1268     - 11  # MRR sel
1269     - 12  # MRR sel
1270     - 13  # MRR sel
1271     - 23  # NDRPDR full
1272     - 24  # NDRPDR full
1273     - 10  # NDRPDR sel
1274     - 14  # NDRPDR sel
1275     - 15  # NDRPDR sel
1276     - 16  # NDRPDR sel
1277     - 17  # NDRPDR sel
1278     - 19  # NDRPDR sel
1279     - 20  # NDRPDR sel
1280     - 21  # NDRPDR sel
1281     - 22  # NDRPDR sel
1282     - 25  # NDRPDR sel
1283     csit-vpp-perf-verify-1807-2n-skx:
1284     - 27  # MRR full
1285     - 31  # MRR sel
1286     - 33  # MRR sel
1287     - 37  # MRR sel
1288     - 38  # MRR sel
1289     - 41  # MRR sel
1290     - 43  # MRR sel
1291     - 44  # MRR sel
1292     - 45  # MRR sel
1293     - 46  # MRR sel
1294     - 47  # MRR sel
1295     - 32  # NDRPDR full
1296     - 26  # NDRPDR sel
1297     - 28  # NDRPDR sel
1298     - 29  # NDRPDR sel
1299     - 30  # NDRPDR sel
1300     - 34  # NDRPDR sel
1301     - 35  # NDRPDR sel
1302     - 36  # NDRPDR sel
1303     - 39  # NDRPDR sel
1304     - 40  # NDRPDR sel
1305     - 42  # NDRPDR sel
1306     csit-vpp-perf-verify-1810-2n-skx:
1307     - 8   # MRR sel
1308     - 10  # MRR sel
1309     - 11  # MRR sel
1310     - 12  # MRR sel
1311     - 25  # NDRPDR full
1312     - 26  # NDRPDR full
1313     - 9   # NDRPDR sel
1314     - 13  # NDRPDR sel
1315     - 14  # NDRPDR sel
1316     - 19  # NDRPDR sel
1317     - 20  # NDRPDR sel
1318     - 21  # NDRPDR sel
1319     - 22  # NDRPDR sel
1320     - 23  # NDRPDR sel
1321     - 24  # NDRPDR sel
1322     - 27  # NDRPDR sel
1323     csit-vpp-perf-verify-master-2n-skx:
1324     - 207  # SOAK sel
1325     - 234  # VSC
1326     - 226  # CSC
1327     - 231  # CSC
1328     - 233  # CSC
1329     csit-vpp-perf-check-1804:
1330     - 5   # mrr - full
1331     - 6   # mrr - sel
1332     - 13  # mrr - sel
1333     - 14  # mrr - sel
1334     - 15  # mrr - sel
1335     - 16  # mrr - sel
1336     - 17  # mrr - sel
1337     - 19  # mrr - sel
1338     - 20  # mrr - sel
1339     - 21  # mrr - sel
1340     - 22  # mrr - sel
1341     csit-ligato-perf-verify-1810-3n-hsw:
1342     - 5   # full
1343     - 6   # sel
1344     - 8   # sel
1345     - 9   # sel
1346     - 11  # sel
1347     - 12  # sel
1348     - 13  # sel
1349     - 14  # sel
1350     - 16  # sel
1351     - 17  # sel
1352     - 18  # sel
1353     csit-dpdk-perf-1804-all:
1354     - 4
1355     - 5
1356     - 6
1357     - 7
1358     - 8
1359     - 9
1360     - 10
1361     - 11
1362     - 12
1363     - 13
1364     csit-dpdk-perf-verify-1807-3n-hsw:
1365     - 11
1366     - 12  # full
1367     - 14
1368     - 15
1369     - 16
1370     - 17
1371     - 20
1372     - 21
1373     - 22
1374     - 23
1375     csit-dpdk-perf-verify-1810-3n-hsw:
1376     - 1   # NDRPDR sel
1377     - 2   # NDRPDR sel
1378     - 3   # NDRPDR sel
1379     - 4   # NDRPDR sel
1380     - 5   # NDRPDR sel
1381     - 6   # NDRPDR sel
1382     - 7   # NDRPDR sel
1383     - 8   # NDRPDR sel
1384     - 9   # NDRPDR sel
1385     - 10  # NDRPDR sel
1386     csit-dpdk-perf-verify-1807-3n-skx:
1387     - 1   # NDRPDR sel
1388     - 2   # NDRPDR sel
1389     - 3   # NDRPDR sel
1390     - 6   # NDRPDR sel
1391     - 7   # NDRPDR sel
1392     - 8   # NDRPDR sel
1393     - 9   # NDRPDR sel
1394     - 10  # NDRPDR sel
1395     - 11  # NDRPDR sel
1396     - 12  # NDRPDR sel
1397     csit-dpdk-perf-verify-1810-3n-skx:
1398     - 3   # NDRPDR sel
1399     - 4   # NDRPDR sel
1400     - 6   # NDRPDR sel
1401     - 7   # NDRPDR sel
1402     - 8   # NDRPDR sel
1403     - 9   # NDRPDR sel
1404     - 10  # NDRPDR sel
1405     - 11  # NDRPDR sel
1406     - 12  # NDRPDR sel
1407     - 13  # NDRPDR sel
1408     csit-dpdk-perf-verify-1810-2n-skx:
1409     - 3   # NDRPDR sel
1410     - 4   # NDRPDR sel
1411     - 5   # NDRPDR sel
1412     - 7   # NDRPDR sel
1413     - 8   # NDRPDR sel
1414     - 9   # NDRPDR sel
1415     - 10  # NDRPDR sel
1416     - 11  # NDRPDR sel
1417     - 12  # NDRPDR sel
1418     - 13  # NDRPDR sel
1419
1420     csit-vpp-functional-1810-ubuntu1604-virl:
1421     - 44
1422     csit-vpp-functional-1810-centos7-virl:
1423     - 44
1424     csit-vpp-device-1810-ubuntu1804-1n-skx:
1425     - 2
1426     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1427     - 1
1428     csit-dmm-functional-1810-ubuntu1604-virl:
1429     - 1
1430     csit-hc2vpp-verify-func-1810-ubuntu1604:
1431     - 3
1432
1433 -
1434   type: "output"
1435   output: "report"
1436   format:
1437     html:
1438     - full
1439     pdf:
1440     - minimal
1441
1442 ################################################################################
1443 ###                               T A B L E S                                ###
1444 ################################################################################
1445
1446
1447 # VPP Compare NICs 3n-hsw 1t1c ndr
1448 -
1449   type: "table"
1450   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1451   algorithm: "table_nics_comparison"
1452   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1453   reference:
1454     title: "Intel-x520"
1455     nic: "NIC_Intel-X520-DA2"
1456   compare:
1457     title: "Intel-x710"
1458     nic: "NIC_Intel-X710"
1459   data: "vpp-nic-comparison-3n-hsw"
1460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1461   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1462   parameters:
1463   - "name"
1464   - "parent"
1465   - "throughput"
1466   - "tags"
1467
1468 # VPP Compare NICs 3n-hsw 2t2c ndr
1469 -
1470   type: "table"
1471   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1472   algorithm: "table_nics_comparison"
1473   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1474   reference:
1475     title: "Intel-x520"
1476     nic: "NIC_Intel-X520-DA2"
1477   compare:
1478     title: "Intel-x710"
1479     nic: "NIC_Intel-X710"
1480   data: "vpp-nic-comparison-3n-hsw"
1481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1482   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1483   parameters:
1484   - "name"
1485   - "parent"
1486   - "throughput"
1487   - "tags"
1488
1489 # VPP Compare NICs 3n-hsw 1t1c pdr
1490 -
1491   type: "table"
1492   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1493   algorithm: "table_nics_comparison"
1494   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1495   reference:
1496     title: "Intel-x520"
1497     nic: "NIC_Intel-X520-DA2"
1498   compare:
1499     title: "Intel-x710"
1500     nic: "NIC_Intel-X710"
1501   data: "vpp-nic-comparison-3n-hsw"
1502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1503   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1504   parameters:
1505   - "name"
1506   - "parent"
1507   - "throughput"
1508   - "tags"
1509
1510 # VPP Compare NICs 3n-hsw 2t2c pdr
1511 -
1512   type: "table"
1513   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1514   algorithm: "table_nics_comparison"
1515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1516   reference:
1517     title: "Intel-x520"
1518     nic: "NIC_Intel-X520-DA2"
1519   compare:
1520     title: "Intel-x710"
1521     nic: "NIC_Intel-X710"
1522   data: "vpp-nic-comparison-3n-hsw"
1523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1524   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1525   parameters:
1526   - "name"
1527   - "parent"
1528   - "throughput"
1529   - "tags"
1530
1531 # VPP Compare NICs 3n-hsw 1t1c mrr
1532 -
1533   type: "table"
1534   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1535   algorithm: "table_nics_comparison"
1536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1537   reference:
1538     title: "Intel-x520"
1539     nic: "NIC_Intel-X520-DA2"
1540   compare:
1541     title: "Intel-x710"
1542     nic: "NIC_Intel-X710"
1543   data: "vpp-nic-comparison-3n-hsw-mrr"
1544   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1545   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1546   parameters:
1547   - "name"
1548   - "parent"
1549   - "result"
1550   - "tags"
1551
1552 # VPP Compare NICs 3n-hsw 2t2c mrr
1553 -
1554   type: "table"
1555   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1556   algorithm: "table_nics_comparison"
1557   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1558   reference:
1559     title: "Intel-x520"
1560     nic: "NIC_Intel-X520-DA2"
1561   compare:
1562     title: "Intel-x710"
1563     nic: "NIC_Intel-X710"
1564   data: "vpp-nic-comparison-3n-hsw-mrr"
1565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1566   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1567   parameters:
1568   - "name"
1569   - "parent"
1570   - "result"
1571   - "tags"
1572
1573 # VPP Compare NICs 3n-hsw 4t4c mrr
1574 -
1575   type: "table"
1576   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1577   algorithm: "table_nics_comparison"
1578   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1579   reference:
1580     title: "Intel-x520"
1581     nic: "NIC_Intel-X520-DA2"
1582   compare:
1583     title: "Intel-x710"
1584     nic: "NIC_Intel-X710"
1585   data: "vpp-nic-comparison-3n-hsw-mrr"
1586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1587   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1588   parameters:
1589   - "name"
1590   - "parent"
1591   - "result"
1592   - "tags"
1593
1594 # VPP Compare NICs 3n-skx 2t1c ndr
1595 -
1596   type: "table"
1597   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1598   algorithm: "table_nics_comparison"
1599   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1600   reference:
1601     title: "Intel-x710"
1602     nic: "NIC_Intel-X710"
1603   compare:
1604     title: "Intel-xxv710"
1605     nic: "NIC_Intel-XXV710"
1606   data: "vpp-nic-comparison-3n-skx"
1607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1608   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1609   parameters:
1610   - "name"
1611   - "parent"
1612   - "throughput"
1613   - "tags"
1614
1615 # VPP Compare NICs 3n-skx 4t2c ndr
1616 -
1617   type: "table"
1618   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1619   algorithm: "table_nics_comparison"
1620   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1621   reference:
1622     title: "Intel-x710"
1623     nic: "NIC_Intel-X710"
1624   compare:
1625     title: "Intel-xxv710"
1626     nic: "NIC_Intel-XXV710"
1627   data: "vpp-nic-comparison-3n-skx"
1628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1629   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1630   parameters:
1631   - "name"
1632   - "parent"
1633   - "throughput"
1634   - "tags"
1635
1636 # VPP Compare NICs 3n-skx 2t1c pdr
1637 -
1638   type: "table"
1639   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1640   algorithm: "table_nics_comparison"
1641   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1642   reference:
1643     title: "Intel-x710"
1644     nic: "NIC_Intel-X710"
1645   compare:
1646     title: "Intel-xxv710"
1647     nic: "NIC_Intel-XXV710"
1648   data: "vpp-nic-comparison-3n-skx"
1649   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1650   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1651   parameters:
1652   - "name"
1653   - "parent"
1654   - "throughput"
1655   - "tags"
1656
1657  # VPP Compare NICs 3n-skx 4t2c pdr
1658 -
1659   type: "table"
1660   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1661   algorithm: "table_nics_comparison"
1662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1663   reference:
1664     title: "Intel-x710"
1665     nic: "NIC_Intel-X710"
1666   compare:
1667     title: "Intel-xxv710"
1668     nic: "NIC_Intel-XXV710"
1669   data: "vpp-nic-comparison-3n-skx"
1670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1671   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1672   parameters:
1673   - "name"
1674   - "parent"
1675   - "throughput"
1676   - "tags"
1677
1678 # VPP Compare NICs 3n-skx 2t1c mrr
1679 -
1680   type: "table"
1681   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1682   algorithm: "table_nics_comparison"
1683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1684   reference:
1685     title: "Intel-x710"
1686     nic: "NIC_Intel-X710"
1687   compare:
1688     title: "Intel-xxv710"
1689     nic: "NIC_Intel-XXV710"
1690   data: "vpp-nic-comparison-3n-skx-mrr"
1691   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1692   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1693   parameters:
1694   - "name"
1695   - "parent"
1696   - "result"
1697   - "tags"
1698
1699 # VPP Compare NICs 3n-skx 4t2c mrr
1700 -
1701   type: "table"
1702   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1703   algorithm: "table_nics_comparison"
1704   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1705   reference:
1706     title: "Intel-x710"
1707     nic: "NIC_Intel-X710"
1708   compare:
1709     title: "Intel-xxv710"
1710     nic: "NIC_Intel-XXV710"
1711   data: "vpp-nic-comparison-3n-skx-mrr"
1712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1713   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1714   parameters:
1715   - "name"
1716   - "parent"
1717   - "result"
1718   - "tags"
1719
1720  # VPP Compare NICs 3n-skx 8t4c mrr
1721 -
1722   type: "table"
1723   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1724   algorithm: "table_nics_comparison"
1725   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1726   reference:
1727     title: "Intel-x710"
1728     nic: "NIC_Intel-X710"
1729   compare:
1730     title: "Intel-xxv710"
1731     nic: "NIC_Intel-XXV710"
1732   data: "vpp-nic-comparison-3n-skx-mrr"
1733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1734   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1735   parameters:
1736   - "name"
1737   - "parent"
1738   - "result"
1739   - "tags"
1740
1741 # VPP Compare NICs 2n-skx 2t1c ndr
1742 -
1743   type: "table"
1744   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1745   algorithm: "table_nics_comparison"
1746   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1747   reference:
1748     title: "Intel-x710"
1749     nic: "NIC_Intel-X710"
1750   compare:
1751     title: "Intel-xxv710"
1752     nic: "NIC_Intel-XXV710"
1753   data: "vpp-nic-comparison-2n-skx"
1754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1755   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1756   parameters:
1757   - "name"
1758   - "parent"
1759   - "throughput"
1760   - "tags"
1761
1762 # VPP Compare NICs 2n-skx 4t2c ndr
1763 -
1764   type: "table"
1765   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1766   algorithm: "table_nics_comparison"
1767   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1768   reference:
1769     title: "Intel-x710"
1770     nic: "NIC_Intel-X710"
1771   compare:
1772     title: "Intel-xxv710"
1773     nic: "NIC_Intel-XXV710"
1774   data: "vpp-nic-comparison-2n-skx"
1775   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1776   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1777   parameters:
1778   - "name"
1779   - "parent"
1780   - "throughput"
1781   - "tags"
1782
1783  # VPP Compare NICs 2n-skx 2t1c pdr
1784 -
1785   type: "table"
1786   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1787   algorithm: "table_nics_comparison"
1788   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1789   reference:
1790     title: "Intel-x710"
1791     nic: "NIC_Intel-X710"
1792   compare:
1793     title: "Intel-xxv710"
1794     nic: "NIC_Intel-XXV710"
1795   data: "vpp-nic-comparison-2n-skx"
1796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1797   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1798   parameters:
1799   - "name"
1800   - "parent"
1801   - "throughput"
1802   - "tags"
1803
1804 # VPP Compare NICs 2n-skx 4t2c pdr
1805 -
1806   type: "table"
1807   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1808   algorithm: "table_nics_comparison"
1809   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1810   reference:
1811     title: "Intel-x710"
1812     nic: "NIC_Intel-X710"
1813   compare:
1814     title: "Intel-xxv710"
1815     nic: "NIC_Intel-XXV710"
1816   data: "vpp-nic-comparison-2n-skx"
1817   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1818   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1819   parameters:
1820   - "name"
1821   - "parent"
1822   - "throughput"
1823   - "tags"
1824
1825 # VPP Compare NICs 2n-skx 2t1c mrr
1826 -
1827   type: "table"
1828   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1829   algorithm: "table_nics_comparison"
1830   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1831   reference:
1832     title: "Intel-x710"
1833     nic: "NIC_Intel-X710"
1834   compare:
1835     title: "Intel-xxv710"
1836     nic: "NIC_Intel-XXV710"
1837   data: "vpp-nic-comparison-2n-skx-mrr"
1838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1839   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1840   parameters:
1841   - "name"
1842   - "parent"
1843   - "result"
1844   - "tags"
1845
1846 # VPP Compare NICs 2n-skx 4t2c mrr
1847 -
1848   type: "table"
1849   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1850   algorithm: "table_nics_comparison"
1851   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1852   reference:
1853     title: "Intel-x710"
1854     nic: "NIC_Intel-X710"
1855   compare:
1856     title: "Intel-xxv710"
1857     nic: "NIC_Intel-XXV710"
1858   data: "vpp-nic-comparison-2n-skx-mrr"
1859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1860   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1861   parameters:
1862   - "name"
1863   - "parent"
1864   - "result"
1865   - "tags"
1866
1867 # VPP Compare NICs 2n-skx 8t4c mrr
1868 -
1869   type: "table"
1870   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1871   algorithm: "table_nics_comparison"
1872   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1873   reference:
1874     title: "Intel-x710"
1875     nic: "NIC_Intel-X710"
1876   compare:
1877     title: "Intel-xxv710"
1878     nic: "NIC_Intel-XXV710"
1879   data: "vpp-nic-comparison-2n-skx-mrr"
1880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1881   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1882   parameters:
1883   - "name"
1884   - "parent"
1885   - "result"
1886   - "tags"
1887
1888 ################################################################################
1889 # VPP
1890
1891 # VPP Performance Changes 3n-hsw 1t1c pdr
1892 -
1893   type: "table"
1894   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1895   algorithm: "table_performance_comparison"
1896   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1897   history:
1898     -
1899       title: "rls1804"
1900       data:
1901         csit-vpp-perf-1804-all:
1902         - 21  # sel
1903         - 22  # sel
1904         - 23  # sel
1905         - 24  # sel
1906         - 27  # sel
1907         - 28  # sel
1908         - 29  # sel
1909         - 30  # sel
1910         - 31  # sel
1911         - 35  # sel
1912   reference:
1913     title: "rls1807"
1914     data:
1915       csit-vpp-perf-verify-1807-3n-hsw:
1916       - 11  # NDRPDR full 1
1917       - 22  # NDRPDR full 2
1918       - 45  # NDRPDR full 3
1919       - 46  # NDRPDR full 4
1920       - 15  # NDRPDR sel
1921       - 16  # NDRPDR sel
1922       - 19  # NDRPDR sel
1923       - 18  # NDRPDR sel
1924       - 20  # NDRPDR sel
1925       - 38  # NDRPDR sel
1926       - 40  # NDRPDR sel
1927       - 44  # NDRPDR sel
1928       - 47  # NDRPDR sel
1929   compare:
1930     title: "rls1810"
1931     data:
1932       csit-vpp-perf-verify-1810-3n-hsw:
1933       - 8   # NDRPDR sel
1934       - 12  # NDRPDR sel
1935       - 14  # NDRPDR sel
1936       - 18  # NDRPDR sel
1937       - 23  # NDRPDR sel
1938       - 25  # NDRPDR sel
1939       - 38  # NDRPDR sel
1940       - 39  # NDRPDR sel
1941       - 41  # NDRPDR sel
1942       - 42  # NDRPDR sel
1943   data: "vpp-performance-changes-3n-hsw"
1944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1945   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1946   parameters:
1947   - "name"
1948   - "parent"
1949   - "throughput"
1950
1951 # VPP Performance Changes 3n-hsw 2t2c pdr
1952 -
1953   type: "table"
1954   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1955   algorithm: "table_performance_comparison"
1956   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1957   history:
1958     -
1959       title: "rls1804"
1960       data:
1961         csit-vpp-perf-1804-all:
1962         - 21  # sel
1963         - 22  # sel
1964         - 23  # sel
1965         - 24  # sel
1966         - 27  # sel
1967         - 28  # sel
1968         - 29  # sel
1969         - 30  # sel
1970         - 31  # sel
1971         - 35  # sel
1972   reference:
1973     title: "rls1807"
1974     data:
1975       csit-vpp-perf-verify-1807-3n-hsw:
1976       - 11  # NDRPDR full 1
1977       - 22  # NDRPDR full 2
1978       - 45  # NDRPDR full 3
1979       - 46  # NDRPDR full 4
1980       - 15  # NDRPDR sel
1981       - 16  # NDRPDR sel
1982       - 19  # NDRPDR sel
1983       - 18  # NDRPDR sel
1984       - 20  # NDRPDR sel
1985       - 38  # NDRPDR sel
1986       - 40  # NDRPDR sel
1987       - 44  # NDRPDR sel
1988       - 47  # NDRPDR sel
1989   compare:
1990     title: "rls1810"
1991     data:
1992       csit-vpp-perf-verify-1810-3n-hsw:
1993       - 8   # NDRPDR sel
1994       - 12  # NDRPDR sel
1995       - 14  # NDRPDR sel
1996       - 18  # NDRPDR sel
1997       - 23  # NDRPDR sel
1998       - 25  # NDRPDR sel
1999       - 38  # NDRPDR sel
2000       - 39  # NDRPDR sel
2001       - 41  # NDRPDR sel
2002       - 42  # NDRPDR sel
2003   data: "vpp-performance-changes-3n-hsw"
2004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2005   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2006   parameters:
2007   - "name"
2008   - "parent"
2009   - "throughput"
2010
2011 # VPP Performance Changes 3n-hsw 1t1c ndr
2012 -
2013   type: "table"
2014   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2015   algorithm: "table_performance_comparison"
2016   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2017   history:
2018     -
2019       title: "rls1804"
2020       data:
2021         csit-vpp-perf-1804-all:
2022         - 21  # sel
2023         - 22  # sel
2024         - 23  # sel
2025         - 24  # sel
2026         - 27  # sel
2027         - 28  # sel
2028         - 29  # sel
2029         - 30  # sel
2030         - 31  # sel
2031         - 35  # sel
2032   reference:
2033     title: "rls1807"
2034     data:
2035       csit-vpp-perf-verify-1807-3n-hsw:
2036       - 11  # NDRPDR full 1
2037       - 22  # NDRPDR full 2
2038       - 45  # NDRPDR full 3
2039       - 46  # NDRPDR full 4
2040       - 15  # NDRPDR sel
2041       - 16  # NDRPDR sel
2042       - 19  # NDRPDR sel
2043       - 18  # NDRPDR sel
2044       - 20  # NDRPDR sel
2045       - 38  # NDRPDR sel
2046       - 40  # NDRPDR sel
2047       - 44  # NDRPDR sel
2048       - 47  # NDRPDR sel
2049   compare:
2050     title: "rls1810"
2051     data:
2052       csit-vpp-perf-verify-1810-3n-hsw:
2053       - 8   # NDRPDR sel
2054       - 12  # NDRPDR sel
2055       - 14  # NDRPDR sel
2056       - 18  # NDRPDR sel
2057       - 23  # NDRPDR sel
2058       - 25  # NDRPDR sel
2059       - 38  # NDRPDR sel
2060       - 39  # NDRPDR sel
2061       - 41  # NDRPDR sel
2062       - 42  # NDRPDR sel
2063   data: "vpp-performance-changes-3n-hsw"
2064   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2065   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2066   parameters:
2067   - "name"
2068   - "parent"
2069   - "throughput"
2070
2071 # VPP Performance Changes 3n-hsw 2t2c ndr
2072 -
2073   type: "table"
2074   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2075   algorithm: "table_performance_comparison"
2076   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2077   history:
2078     -
2079       title: "rls1804"
2080       data:
2081         csit-vpp-perf-1804-all:
2082         - 21  # sel
2083         - 22  # sel
2084         - 23  # sel
2085         - 24  # sel
2086         - 27  # sel
2087         - 28  # sel
2088         - 29  # sel
2089         - 30  # sel
2090         - 31  # sel
2091         - 35  # sel
2092   reference:
2093     title: "rls1807"
2094     data:
2095       csit-vpp-perf-verify-1807-3n-hsw:
2096       - 11  # NDRPDR full 1
2097       - 22  # NDRPDR full 2
2098       - 45  # NDRPDR full 3
2099       - 46  # NDRPDR full 4
2100       - 15  # NDRPDR sel
2101       - 16  # NDRPDR sel
2102       - 19  # NDRPDR sel
2103       - 18  # NDRPDR sel
2104       - 20  # NDRPDR sel
2105       - 38  # NDRPDR sel
2106       - 40  # NDRPDR sel
2107       - 44  # NDRPDR sel
2108       - 47  # NDRPDR sel
2109   compare:
2110     title: "rls1810"
2111     data:
2112       csit-vpp-perf-verify-1810-3n-hsw:
2113       - 8   # NDRPDR sel
2114       - 12  # NDRPDR sel
2115       - 14  # NDRPDR sel
2116       - 18  # NDRPDR sel
2117       - 23  # NDRPDR sel
2118       - 25  # NDRPDR sel
2119       - 38  # NDRPDR sel
2120       - 39  # NDRPDR sel
2121       - 41  # NDRPDR sel
2122       - 42  # NDRPDR sel
2123   data: "vpp-performance-changes-3n-hsw"
2124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2125   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2126   parameters:
2127   - "name"
2128   - "parent"
2129   - "throughput"
2130
2131 # VPP Performance Changes 3n-skx 2t1c pdr
2132 -
2133   type: "table"
2134   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2135   algorithm: "table_performance_comparison"
2136   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2137   reference:
2138     title: "rls1807"
2139     data:
2140       csit-vpp-perf-verify-1807-3n-skx:
2141       - 33  # NDRPDR sel
2142       - 35  # NDRPDR sel
2143       - 37  # NDRPDR sel
2144       - 38  # NDRPDR sel
2145       - 39  # NDRPDR sel
2146       - 43  # NDRPDR sel
2147       - 44  # NDRPDR sel
2148       - 49  # NDRPDR sel
2149       - 50  # NDRPDR sel
2150       - 56  # NDRPDR sel
2151   compare:
2152     title: "rls1810"
2153     data:
2154       csit-vpp-perf-verify-1810-3n-skx:
2155       - 10  # NDRPDR sel
2156       - 14  # NDRPDR sel
2157       - 15  # NDRPDR sel
2158       - 16  # NDRPDR sel
2159       - 17  # NDRPDR sel
2160       - 19  # NDRPDR sel
2161       - 20  # NDRPDR sel
2162       - 21  # NDRPDR sel
2163       - 22  # NDRPDR sel
2164       - 25  # NDRPDR sel
2165   data: "vpp-performance-changes-3n-skx"
2166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2167   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2168   parameters:
2169   - "name"
2170   - "parent"
2171   - "throughput"
2172
2173 # VPP Performance Changes 3n-skx 4t2c pdr
2174 -
2175   type: "table"
2176   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2177   algorithm: "table_performance_comparison"
2178   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2179   reference:
2180     title: "rls1807"
2181     data:
2182       csit-vpp-perf-verify-1807-3n-skx:
2183       - 33  # NDRPDR sel
2184       - 35  # NDRPDR sel
2185       - 37  # NDRPDR sel
2186       - 38  # NDRPDR sel
2187       - 39  # NDRPDR sel
2188       - 43  # NDRPDR sel
2189       - 44  # NDRPDR sel
2190       - 49  # NDRPDR sel
2191       - 50  # NDRPDR sel
2192       - 56  # NDRPDR sel
2193   compare:
2194     title: "rls1810"
2195     data:
2196       csit-vpp-perf-verify-1810-3n-skx:
2197       - 10  # NDRPDR sel
2198       - 14  # NDRPDR sel
2199       - 15  # NDRPDR sel
2200       - 16  # NDRPDR sel
2201       - 17  # NDRPDR sel
2202       - 19  # NDRPDR sel
2203       - 20  # NDRPDR sel
2204       - 21  # NDRPDR sel
2205       - 22  # NDRPDR sel
2206       - 25  # NDRPDR sel
2207   data: "vpp-performance-changes-3n-skx"
2208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2209   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2210   parameters:
2211   - "name"
2212   - "parent"
2213   - "throughput"
2214
2215 # VPP Performance Changes 3n-skx 2t1c ndr
2216 -
2217   type: "table"
2218   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2219   algorithm: "table_performance_comparison"
2220   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2221   reference:
2222     title: "rls1807"
2223     data:
2224       csit-vpp-perf-verify-1807-3n-skx:
2225       - 33  # NDRPDR sel
2226       - 35  # NDRPDR sel
2227       - 37  # NDRPDR sel
2228       - 38  # NDRPDR sel
2229       - 39  # NDRPDR sel
2230       - 43  # NDRPDR sel
2231       - 44  # NDRPDR sel
2232       - 49  # NDRPDR sel
2233       - 50  # NDRPDR sel
2234       - 56  # NDRPDR sel
2235   compare:
2236     title: "rls1810"
2237     data:
2238       csit-vpp-perf-verify-1810-3n-skx:
2239       - 10  # NDRPDR sel
2240       - 14  # NDRPDR sel
2241       - 15  # NDRPDR sel
2242       - 16  # NDRPDR sel
2243       - 17  # NDRPDR sel
2244       - 19  # NDRPDR sel
2245       - 20  # NDRPDR sel
2246       - 21  # NDRPDR sel
2247       - 22  # NDRPDR sel
2248       - 25  # NDRPDR sel
2249   data: "vpp-performance-changes-3n-skx"
2250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2251   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2252   parameters:
2253   - "name"
2254   - "parent"
2255   - "throughput"
2256
2257 # VPP Performance Changes 3n-skx 4t2c ndr
2258 -
2259   type: "table"
2260   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2261   algorithm: "table_performance_comparison"
2262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2263   reference:
2264     title: "rls1807"
2265     data:
2266       csit-vpp-perf-verify-1807-3n-skx:
2267       - 33  # NDRPDR sel
2268       - 35  # NDRPDR sel
2269       - 37  # NDRPDR sel
2270       - 38  # NDRPDR sel
2271       - 39  # NDRPDR sel
2272       - 43  # NDRPDR sel
2273       - 44  # NDRPDR sel
2274       - 49  # NDRPDR sel
2275       - 50  # NDRPDR sel
2276       - 56  # NDRPDR sel
2277   compare:
2278     title: "rls1810"
2279     data:
2280       csit-vpp-perf-verify-1810-3n-skx:
2281       - 10  # NDRPDR sel
2282       - 14  # NDRPDR sel
2283       - 15  # NDRPDR sel
2284       - 16  # NDRPDR sel
2285       - 17  # NDRPDR sel
2286       - 19  # NDRPDR sel
2287       - 20  # NDRPDR sel
2288       - 21  # NDRPDR sel
2289       - 22  # NDRPDR sel
2290       - 25  # NDRPDR sel
2291   data: "vpp-performance-changes-3n-skx"
2292   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2293   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2294   parameters:
2295   - "name"
2296   - "parent"
2297   - "throughput"
2298
2299 # VPP Performance Changes 2n-skx 2t1c pdr
2300 -
2301   type: "table"
2302   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2303   algorithm: "table_performance_comparison"
2304   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2305   reference:
2306     title: "rls1807"
2307     data:
2308       csit-vpp-perf-verify-1807-2n-skx:
2309       - 26  # NDRPDR sel
2310       - 28  # NDRPDR sel
2311       - 29  # NDRPDR sel
2312       - 30  # NDRPDR sel
2313       - 34  # NDRPDR sel
2314       - 35  # NDRPDR sel
2315       - 36  # NDRPDR sel
2316       - 39  # NDRPDR sel
2317       - 40  # NDRPDR sel
2318       - 42  # NDRPDR sel
2319   compare:
2320     title: "rls1810"
2321     data:
2322       csit-vpp-perf-verify-1810-2n-skx:
2323       - 9   # NDRPDR sel
2324       - 13  # NDRPDR sel
2325       - 14  # NDRPDR sel
2326       - 19  # NDRPDR sel
2327       - 20  # NDRPDR sel
2328       - 21  # NDRPDR sel
2329       - 22  # NDRPDR sel
2330       - 23  # NDRPDR sel
2331       - 24  # NDRPDR sel
2332       - 27  # NDRPDR sel
2333   data: "vpp-performance-changes-2n-skx"
2334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2335   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2336   parameters:
2337   - "name"
2338   - "parent"
2339   - "throughput"
2340
2341 # VPP Performance Changes 2n-skx 4t2c pdr
2342 -
2343   type: "table"
2344   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2345   algorithm: "table_performance_comparison"
2346   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2347   reference:
2348     title: "rls1807"
2349     data:
2350       csit-vpp-perf-verify-1807-2n-skx:
2351       - 26  # NDRPDR sel
2352       - 28  # NDRPDR sel
2353       - 29  # NDRPDR sel
2354       - 30  # NDRPDR sel
2355       - 34  # NDRPDR sel
2356       - 35  # NDRPDR sel
2357       - 36  # NDRPDR sel
2358       - 39  # NDRPDR sel
2359       - 40  # NDRPDR sel
2360       - 42  # NDRPDR sel
2361   compare:
2362     title: "rls1810"
2363     data:
2364       csit-vpp-perf-verify-1810-2n-skx:
2365       - 9   # NDRPDR sel
2366       - 13  # NDRPDR sel
2367       - 14  # NDRPDR sel
2368       - 19  # NDRPDR sel
2369       - 20  # NDRPDR sel
2370       - 21  # NDRPDR sel
2371       - 22  # NDRPDR sel
2372       - 23  # NDRPDR sel
2373       - 24  # NDRPDR sel
2374       - 27  # NDRPDR sel
2375   data: "vpp-performance-changes-2n-skx"
2376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2377   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2378   parameters:
2379   - "name"
2380   - "parent"
2381   - "throughput"
2382
2383 # VPP Performance Changes 2n-skx 2t1c ndr
2384 -
2385   type: "table"
2386   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2387   algorithm: "table_performance_comparison"
2388   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2389   reference:
2390     title: "rls1807"
2391     data:
2392       csit-vpp-perf-verify-1807-2n-skx:
2393       - 26  # NDRPDR sel
2394       - 28  # NDRPDR sel
2395       - 29  # NDRPDR sel
2396       - 30  # NDRPDR sel
2397       - 34  # NDRPDR sel
2398       - 35  # NDRPDR sel
2399       - 36  # NDRPDR sel
2400       - 39  # NDRPDR sel
2401       - 40  # NDRPDR sel
2402       - 42  # NDRPDR sel
2403   compare:
2404     title: "rls1810"
2405     data:
2406       csit-vpp-perf-verify-1810-2n-skx:
2407       - 9   # NDRPDR sel
2408       - 13  # NDRPDR sel
2409       - 14  # NDRPDR sel
2410       - 19  # NDRPDR sel
2411       - 20  # NDRPDR sel
2412       - 21  # NDRPDR sel
2413       - 22  # NDRPDR sel
2414       - 23  # NDRPDR sel
2415       - 24  # NDRPDR sel
2416       - 27  # NDRPDR sel
2417   data: "vpp-performance-changes-2n-skx"
2418   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2419   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2420   parameters:
2421   - "name"
2422   - "parent"
2423   - "throughput"
2424
2425 # VPP Performance Changes 2n-skx 4t2c ndr
2426 -
2427   type: "table"
2428   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2429   algorithm: "table_performance_comparison"
2430   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2431   reference:
2432     title: "rls1807"
2433     data:
2434       csit-vpp-perf-verify-1807-2n-skx:
2435       - 26  # NDRPDR sel
2436       - 28  # NDRPDR sel
2437       - 29  # NDRPDR sel
2438       - 30  # NDRPDR sel
2439       - 34  # NDRPDR sel
2440       - 35  # NDRPDR sel
2441       - 36  # NDRPDR sel
2442       - 39  # NDRPDR sel
2443       - 40  # NDRPDR sel
2444       - 42  # NDRPDR sel
2445   compare:
2446     title: "rls1810"
2447     data:
2448       csit-vpp-perf-verify-1810-2n-skx:
2449       - 9   # NDRPDR sel
2450       - 13  # NDRPDR sel
2451       - 14  # NDRPDR sel
2452       - 19  # NDRPDR sel
2453       - 20  # NDRPDR sel
2454       - 21  # NDRPDR sel
2455       - 22  # NDRPDR sel
2456       - 23  # NDRPDR sel
2457       - 24  # NDRPDR sel
2458       - 27  # NDRPDR sel
2459   data: "vpp-performance-changes-2n-skx"
2460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2461   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2462   parameters:
2463   - "name"
2464   - "parent"
2465   - "throughput"
2466
2467 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2468 -
2469   type: "table"
2470   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2471   algorithm: "table_performance_comparison"
2472   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2473   reference:
2474     title: "3-Node Hsw"
2475     data:
2476       csit-vpp-perf-verify-1810-3n-hsw:
2477       - 8   # NDRPDR sel
2478       - 12  # NDRPDR sel
2479       - 14  # NDRPDR sel
2480       - 18  # NDRPDR sel
2481       - 23  # NDRPDR sel
2482       - 25  # NDRPDR sel
2483       - 38  # NDRPDR sel
2484       - 39  # NDRPDR sel
2485       - 41  # NDRPDR sel
2486       - 42  # NDRPDR sel
2487   compare:
2488     title: "3-Node Skx"
2489     data:
2490       csit-vpp-perf-verify-1810-3n-skx:
2491       - 10  # NDRPDR sel
2492       - 14  # NDRPDR sel
2493       - 15  # NDRPDR sel
2494       - 16  # NDRPDR sel
2495       - 17  # NDRPDR sel
2496       - 19  # NDRPDR sel
2497       - 20  # NDRPDR sel
2498       - 21  # NDRPDR sel
2499       - 22  # NDRPDR sel
2500       - 25  # NDRPDR sel
2501   data: "vpp-compare-testbeds"
2502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2503   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2504   parameters:
2505   - "name"
2506   - "parent"
2507   - "throughput"
2508
2509 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2510 -
2511   type: "table"
2512   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2513   algorithm: "table_performance_comparison"
2514   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2515   reference:
2516     title: "3-Node Hsw"
2517     data:
2518       csit-vpp-perf-verify-1810-3n-hsw:
2519       - 8   # NDRPDR sel
2520       - 12  # NDRPDR sel
2521       - 14  # NDRPDR sel
2522       - 18  # NDRPDR sel
2523       - 23  # NDRPDR sel
2524       - 25  # NDRPDR sel
2525       - 38  # NDRPDR sel
2526       - 39  # NDRPDR sel
2527       - 41  # NDRPDR sel
2528       - 42  # NDRPDR sel
2529   compare:
2530     title: "3-Node Skx"
2531     data:
2532       csit-vpp-perf-verify-1810-3n-skx:
2533       - 10  # NDRPDR sel
2534       - 14  # NDRPDR sel
2535       - 15  # NDRPDR sel
2536       - 16  # NDRPDR sel
2537       - 17  # NDRPDR sel
2538       - 19  # NDRPDR sel
2539       - 20  # NDRPDR sel
2540       - 21  # NDRPDR sel
2541       - 22  # NDRPDR sel
2542       - 25  # NDRPDR sel
2543   data: "vpp-compare-testbeds"
2544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2545   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2546   parameters:
2547   - "name"
2548   - "parent"
2549   - "throughput"
2550
2551 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2552 -
2553   type: "table"
2554   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2555   algorithm: "table_performance_comparison"
2556   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2557   reference:
2558     title: "3-Node Hsw"
2559     data:
2560       csit-vpp-perf-verify-1810-3n-hsw:
2561       - 8   # NDRPDR sel
2562       - 12  # NDRPDR sel
2563       - 14  # NDRPDR sel
2564       - 18  # NDRPDR sel
2565       - 23  # NDRPDR sel
2566       - 25  # NDRPDR sel
2567       - 38  # NDRPDR sel
2568       - 39  # NDRPDR sel
2569       - 41  # NDRPDR sel
2570       - 42  # NDRPDR sel
2571   compare:
2572     title: "3-Node Skx"
2573     data:
2574       csit-vpp-perf-verify-1810-3n-skx:
2575       - 10  # NDRPDR sel
2576       - 14  # NDRPDR sel
2577       - 15  # NDRPDR sel
2578       - 16  # NDRPDR sel
2579       - 17  # NDRPDR sel
2580       - 19  # NDRPDR sel
2581       - 20  # NDRPDR sel
2582       - 21  # NDRPDR sel
2583       - 22  # NDRPDR sel
2584       - 25  # NDRPDR sel
2585   data: "vpp-compare-testbeds"
2586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2587   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2588   parameters:
2589   - "name"
2590   - "parent"
2591   - "throughput"
2592
2593 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2594 -
2595   type: "table"
2596   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2597   algorithm: "table_performance_comparison"
2598   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2599   reference:
2600     title: "3-Node Hsw"
2601     data:
2602       csit-vpp-perf-verify-1810-3n-hsw:
2603       - 8   # NDRPDR sel
2604       - 12  # NDRPDR sel
2605       - 14  # NDRPDR sel
2606       - 18  # NDRPDR sel
2607       - 23  # NDRPDR sel
2608       - 25  # NDRPDR sel
2609       - 38  # NDRPDR sel
2610       - 39  # NDRPDR sel
2611       - 41  # NDRPDR sel
2612       - 42  # NDRPDR sel
2613   compare:
2614     title: "3-Node Skx"
2615     data:
2616       csit-vpp-perf-verify-1810-3n-skx:
2617       - 10  # NDRPDR sel
2618       - 14  # NDRPDR sel
2619       - 15  # NDRPDR sel
2620       - 16  # NDRPDR sel
2621       - 17  # NDRPDR sel
2622       - 19  # NDRPDR sel
2623       - 20  # NDRPDR sel
2624       - 21  # NDRPDR sel
2625       - 22  # NDRPDR sel
2626       - 25  # NDRPDR sel
2627   data: "vpp-compare-testbeds"
2628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2629   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2630   parameters:
2631   - "name"
2632   - "parent"
2633   - "throughput"
2634
2635 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2636 -
2637   type: "table"
2638   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2639   algorithm: "table_performance_comparison"
2640   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2641   reference:
2642     title: "3-Node Skx"
2643     data:
2644       csit-vpp-perf-verify-1810-3n-skx:
2645       - 10  # NDRPDR sel
2646       - 14  # NDRPDR sel
2647       - 15  # NDRPDR sel
2648       - 16  # NDRPDR sel
2649       - 17  # NDRPDR sel
2650       - 19  # NDRPDR sel
2651       - 20  # NDRPDR sel
2652       - 21  # NDRPDR sel
2653       - 22  # NDRPDR sel
2654       - 25  # NDRPDR sel
2655   compare:
2656     title: "2-Node Skx"
2657     data:
2658       csit-vpp-perf-verify-1810-2n-skx:
2659       - 9   # NDRPDR sel
2660       - 13  # NDRPDR sel
2661       - 14  # NDRPDR sel
2662       - 19  # NDRPDR sel
2663       - 20  # NDRPDR sel
2664       - 21  # NDRPDR sel
2665       - 22  # NDRPDR sel
2666       - 23  # NDRPDR sel
2667       - 24  # NDRPDR sel
2668       - 27  # NDRPDR sel
2669   data: "vpp-compare-topologies"
2670   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2671   filter: "'NDRPDR' and '1C'"
2672   parameters:
2673   - "name"
2674   - "parent"
2675   - "throughput"
2676
2677 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2678 -
2679   type: "table"
2680   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2681   algorithm: "table_performance_comparison"
2682   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2683   reference:
2684     title: "3-Node Skx"
2685     data:
2686       csit-vpp-perf-verify-1810-3n-skx:
2687       - 10  # NDRPDR sel
2688       - 14  # NDRPDR sel
2689       - 15  # NDRPDR sel
2690       - 16  # NDRPDR sel
2691       - 17  # NDRPDR sel
2692       - 19  # NDRPDR sel
2693       - 20  # NDRPDR sel
2694       - 21  # NDRPDR sel
2695       - 22  # NDRPDR sel
2696       - 25  # NDRPDR sel
2697   compare:
2698     title: "2-Node Skx"
2699     data:
2700       csit-vpp-perf-verify-1810-2n-skx:
2701       - 9   # NDRPDR sel
2702       - 13  # NDRPDR sel
2703       - 14  # NDRPDR sel
2704       - 19  # NDRPDR sel
2705       - 20  # NDRPDR sel
2706       - 21  # NDRPDR sel
2707       - 22  # NDRPDR sel
2708       - 23  # NDRPDR sel
2709       - 24  # NDRPDR sel
2710       - 27  # NDRPDR sel
2711   data: "vpp-compare-topologies"
2712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2713   filter: "'NDRPDR' and '2C'"
2714   parameters:
2715   - "name"
2716   - "parent"
2717   - "throughput"
2718
2719 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2720 -
2721   type: "table"
2722   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2723   algorithm: "table_performance_comparison"
2724   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2725   reference:
2726     title: "3-Node Skx"
2727     data:
2728       csit-vpp-perf-verify-1810-3n-skx:
2729       - 10  # NDRPDR sel
2730       - 14  # NDRPDR sel
2731       - 15  # NDRPDR sel
2732       - 16  # NDRPDR sel
2733       - 17  # NDRPDR sel
2734       - 19  # NDRPDR sel
2735       - 20  # NDRPDR sel
2736       - 21  # NDRPDR sel
2737       - 22  # NDRPDR sel
2738       - 25  # NDRPDR sel
2739   compare:
2740     title: "2-Node Skx"
2741     data:
2742       csit-vpp-perf-verify-1810-2n-skx:
2743       - 9   # NDRPDR sel
2744       - 13  # NDRPDR sel
2745       - 14  # NDRPDR sel
2746       - 19  # NDRPDR sel
2747       - 20  # NDRPDR sel
2748       - 21  # NDRPDR sel
2749       - 22  # NDRPDR sel
2750       - 23  # NDRPDR sel
2751       - 24  # NDRPDR sel
2752       - 27  # NDRPDR sel
2753   data: "vpp-compare-topologies"
2754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2755   filter: "'NDRPDR' and '1C'"
2756   parameters:
2757   - "name"
2758   - "parent"
2759   - "throughput"
2760
2761 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2762 -
2763   type: "table"
2764   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2765   algorithm: "table_performance_comparison"
2766   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2767   reference:
2768     title: "3-Node Skx"
2769     data:
2770       csit-vpp-perf-verify-1810-3n-skx:
2771       - 10  # NDRPDR sel
2772       - 14  # NDRPDR sel
2773       - 15  # NDRPDR sel
2774       - 16  # NDRPDR sel
2775       - 17  # NDRPDR sel
2776       - 19  # NDRPDR sel
2777       - 20  # NDRPDR sel
2778       - 21  # NDRPDR sel
2779       - 22  # NDRPDR sel
2780       - 25  # NDRPDR sel
2781   compare:
2782     title: "2-Node Skx"
2783     data:
2784       csit-vpp-perf-verify-1810-2n-skx:
2785       - 9   # NDRPDR sel
2786       - 13  # NDRPDR sel
2787       - 14  # NDRPDR sel
2788       - 19  # NDRPDR sel
2789       - 20  # NDRPDR sel
2790       - 21  # NDRPDR sel
2791       - 22  # NDRPDR sel
2792       - 23  # NDRPDR sel
2793       - 24  # NDRPDR sel
2794       - 27  # NDRPDR sel
2795   data: "vpp-compare-topologies"
2796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2797   filter: "'NDRPDR' and '2C'"
2798   parameters:
2799   - "name"
2800   - "parent"
2801   - "throughput"
2802
2803 # VPP Performance Changes 3n-hsw 1t1c MRR
2804 -
2805   type: "table"
2806   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2807   algorithm: "table_performance_comparison"
2808   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2809   history:
2810     -
2811       title: "rls1804"
2812       data:
2813         csit-vpp-perf-check-1804:
2814         - 6   # mrr - sel
2815         - 13  # mrr - sel
2816         - 14  # mrr - sel
2817         - 15  # mrr - sel
2818         - 16  # mrr - sel
2819         - 17  # mrr - sel
2820         - 19  # mrr - sel
2821         - 20  # mrr - sel
2822         - 21  # mrr - sel
2823         - 22  # mrr - sel
2824   reference:
2825     title: "rls1807"
2826     data:
2827       csit-vpp-perf-verify-1807-3n-hsw:
2828       - 8   # MRR full
2829       - 9   # MRR sel
2830       - 21  # MRR sel
2831       - 31  # MRR sel
2832       - 33  # MRR sel
2833       - 36  # MRR sel
2834       - 41  # MRR sel
2835       - 42  # MRR sel
2836       - 48  # MRR sel
2837   compare:
2838     title: "rls1810"
2839     data:
2840       csit-vpp-perf-verify-1810-3n-hsw:
2841       - 9   # MRR sel
2842   data: "vpp-performance-changes-3n-hsw-mrr"
2843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2845   parameters:
2846   - "name"
2847   - "parent"
2848   - "result"
2849
2850 # VPP Performance Changes 3n-hsw 2t2c MRR
2851 -
2852   type: "table"
2853   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2854   algorithm: "table_performance_comparison"
2855   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2856   history:
2857     -
2858       title: "rls1804"
2859       data:
2860         csit-vpp-perf-check-1804:
2861         - 6   # mrr - sel
2862         - 13  # mrr - sel
2863         - 14  # mrr - sel
2864         - 15  # mrr - sel
2865         - 16  # mrr - sel
2866         - 17  # mrr - sel
2867         - 19  # mrr - sel
2868         - 20  # mrr - sel
2869         - 21  # mrr - sel
2870         - 22  # mrr - sel
2871   reference:
2872     title: "rls1807"
2873     data:
2874       csit-vpp-perf-verify-1807-3n-hsw:
2875       - 8   # MRR full
2876       - 9   # MRR sel
2877       - 21  # MRR sel
2878       - 31  # MRR sel
2879       - 33  # MRR sel
2880       - 36  # MRR sel
2881       - 41  # MRR sel
2882       - 42  # MRR sel
2883       - 48  # MRR sel
2884   compare:
2885     title: "rls1810"
2886     data:
2887       csit-vpp-perf-verify-1810-3n-hsw:
2888       - 9   # MRR sel
2889   data: "vpp-performance-changes-3n-hsw-mrr"
2890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2891   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2892   parameters:
2893   - "name"
2894   - "parent"
2895   - "result"
2896
2897 # VPP Performance Changes 3n-hsw 4t4c MRR
2898 -
2899   type: "table"
2900   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2901   algorithm: "table_performance_comparison"
2902   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2903   history:
2904     -
2905       title: "rls1804"
2906       data:
2907         csit-vpp-perf-check-1804:
2908         - 6   # mrr - sel
2909         - 13  # mrr - sel
2910         - 14  # mrr - sel
2911         - 15  # mrr - sel
2912         - 16  # mrr - sel
2913         - 17  # mrr - sel
2914         - 19  # mrr - sel
2915         - 20  # mrr - sel
2916         - 21  # mrr - sel
2917         - 22  # mrr - sel
2918   reference:
2919     title: "rls1807"
2920     data:
2921       csit-vpp-perf-verify-1807-3n-hsw:
2922       - 8   # MRR full
2923       - 9   # MRR sel
2924       - 21  # MRR sel
2925       - 31  # MRR sel
2926       - 33  # MRR sel
2927       - 36  # MRR sel
2928       - 41  # MRR sel
2929       - 42  # MRR sel
2930       - 48  # MRR sel
2931   compare:
2932     title: "rls1810"
2933     data:
2934       csit-vpp-perf-verify-1810-3n-hsw:
2935       - 9   # MRR sel
2936   data: "vpp-performance-changes-3n-hsw-mrr"
2937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2938   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2939   parameters:
2940   - "name"
2941   - "parent"
2942   - "result"
2943
2944 # VPP Performance Changes 3n-skx 2t1c MRR
2945 -
2946   type: "table"
2947   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2948   algorithm: "table_performance_comparison"
2949   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2950   reference:
2951     title: "rls1807"
2952     data:
2953       csit-vpp-perf-verify-1807-3n-skx:
2954       - 28  # MRR sel
2955       - 32  # MRR sel
2956       - 36  # MRR sel
2957       - 42  # MRR sel
2958       - 47  # MRR sel
2959       - 48  # MRR sel
2960       - 51  # MRR sel
2961       - 52  # MRR sel
2962       - 53  # MRR sel
2963   compare:
2964     title: "rls1810"
2965     data:
2966       csit-vpp-perf-verify-1810-3n-skx:
2967       - 9   # MRR sel
2968       - 11  # MRR sel
2969       - 12  # MRR sel
2970       - 13  # MRR sel
2971   data: "vpp-performance-changes-3n-skx-mrr"
2972   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2973   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2974   parameters:
2975   - "name"
2976   - "parent"
2977   - "result"
2978
2979 # VPP Performance Changes 3n-skx 4t2c MRR
2980 -
2981   type: "table"
2982   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2983   algorithm: "table_performance_comparison"
2984   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2985   reference:
2986     title: "rls1807"
2987     data:
2988       csit-vpp-perf-verify-1807-3n-skx:
2989       - 28  # MRR sel
2990       - 32  # MRR sel
2991       - 36  # MRR sel
2992       - 42  # MRR sel
2993       - 47  # MRR sel
2994       - 48  # MRR sel
2995       - 51  # MRR sel
2996       - 52  # MRR sel
2997       - 53  # MRR sel
2998   compare:
2999     title: "rls1810"
3000     data:
3001       csit-vpp-perf-verify-1810-3n-skx:
3002       - 9   # MRR sel
3003       - 11  # MRR sel
3004       - 12  # MRR sel
3005       - 13  # MRR sel
3006   data: "vpp-performance-changes-3n-skx-mrr"
3007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3008   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3009   parameters:
3010   - "name"
3011   - "parent"
3012   - "result"
3013
3014 # VPP Performance Changes 3n-skx 8t4c MRR
3015 -
3016   type: "table"
3017   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3018   algorithm: "table_performance_comparison"
3019   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3020   reference:
3021     title: "rls1807"
3022     data:
3023       csit-vpp-perf-verify-1807-3n-skx:
3024       - 28  # MRR sel
3025       - 32  # MRR sel
3026       - 36  # MRR sel
3027       - 42  # MRR sel
3028       - 47  # MRR sel
3029       - 48  # MRR sel
3030       - 51  # MRR sel
3031       - 52  # MRR sel
3032       - 53  # MRR sel
3033   compare:
3034     title: "rls1810"
3035     data:
3036       csit-vpp-perf-verify-1810-3n-skx:
3037       - 9   # MRR sel
3038       - 11  # MRR sel
3039       - 12  # MRR sel
3040       - 13  # MRR sel
3041   data: "vpp-performance-changes-3n-skx-mrr"
3042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3043   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3044   parameters:
3045   - "name"
3046   - "parent"
3047   - "result"
3048
3049 # VPP Performance Changes 2n-skx 2t1c MRR
3050 -
3051   type: "table"
3052   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3053   algorithm: "table_performance_comparison"
3054   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3055   reference:
3056     title: "rls1807"
3057     data:
3058       csit-vpp-perf-verify-1807-2n-skx:
3059       - 31  # MRR sel
3060       - 33  # MRR sel
3061       - 37  # MRR sel
3062       - 38  # MRR sel
3063       - 41  # MRR sel
3064       - 43  # MRR sel
3065       - 44  # MRR sel
3066       - 45  # MRR sel
3067       - 46  # MRR sel
3068       - 47  # MRR sel
3069   compare:
3070     title: "rls1810"
3071     data:
3072       csit-vpp-perf-verify-1810-2n-skx:
3073       - 8   # MRR sel
3074       - 10  # MRR sel
3075       - 11  # MRR sel
3076       - 12  # MRR sel
3077   data: "vpp-performance-changes-2n-skx-mrr"
3078   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3079   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3080   parameters:
3081   - "name"
3082   - "parent"
3083   - "result"
3084
3085 # VPP Performance Changes 2n-skx 4t2c MRR
3086 -
3087   type: "table"
3088   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3089   algorithm: "table_performance_comparison"
3090   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3091   reference:
3092     title: "rls1807"
3093     data:
3094       csit-vpp-perf-verify-1807-2n-skx:
3095       - 31  # MRR sel
3096       - 33  # MRR sel
3097       - 37  # MRR sel
3098       - 38  # MRR sel
3099       - 41  # MRR sel
3100       - 43  # MRR sel
3101       - 44  # MRR sel
3102       - 45  # MRR sel
3103       - 46  # MRR sel
3104       - 47  # MRR sel
3105   compare:
3106     title: "rls1810"
3107     data:
3108       csit-vpp-perf-verify-1810-2n-skx:
3109       - 8   # MRR sel
3110       - 10  # MRR sel
3111       - 11  # MRR sel
3112       - 12  # MRR sel
3113   data: "vpp-performance-changes-2n-skx-mrr"
3114   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3115   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3116   parameters:
3117   - "name"
3118   - "parent"
3119   - "result"
3120
3121 # VPP Performance Changes 2n-skx 8t4c MRR
3122 -
3123   type: "table"
3124   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3125   algorithm: "table_performance_comparison"
3126   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3127   reference:
3128     title: "rls1807"
3129     data:
3130       csit-vpp-perf-verify-1807-2n-skx:
3131       - 31  # MRR sel
3132       - 33  # MRR sel
3133       - 37  # MRR sel
3134       - 38  # MRR sel
3135       - 41  # MRR sel
3136       - 43  # MRR sel
3137       - 44  # MRR sel
3138       - 45  # MRR sel
3139       - 46  # MRR sel
3140       - 47  # MRR sel
3141   compare:
3142     title: "rls1810"
3143     data:
3144       csit-vpp-perf-verify-1810-2n-skx:
3145       - 8   # MRR sel
3146       - 10  # MRR sel
3147       - 11  # MRR sel
3148       - 12  # MRR sel
3149   data: "vpp-performance-changes-2n-skx-mrr"
3150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3151   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3152   parameters:
3153   - "name"
3154   - "parent"
3155   - "result"
3156
3157 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3158 -
3159   type: "table"
3160   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3161   algorithm: "table_performance_comparison"
3162   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3163   reference:
3164     title: "3-Node Hsw"
3165     data:
3166       csit-vpp-perf-verify-1810-3n-hsw:
3167       - 9   # MRR sel
3168   compare:
3169     title: "3-Node Skx"
3170     data:
3171       csit-vpp-perf-verify-1810-3n-skx:
3172       - 9   # MRR sel
3173       - 11  # MRR sel
3174       - 12  # MRR sel
3175       - 13  # MRR sel
3176   data: "vpp-compare-testbeds-mrr"
3177   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3178   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3179   parameters:
3180   - "name"
3181   - "parent"
3182   - "result"
3183
3184 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3185 -
3186   type: "table"
3187   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3188   algorithm: "table_performance_comparison"
3189   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3190   reference:
3191     title: "3-Node Hsw"
3192     data:
3193       csit-vpp-perf-verify-1810-3n-hsw:
3194       - 9   # MRR sel
3195   compare:
3196     title: "3-Node Skx"
3197     data:
3198       csit-vpp-perf-verify-1810-3n-skx:
3199       - 9   # MRR sel
3200       - 11  # MRR sel
3201       - 12  # MRR sel
3202       - 13  # MRR sel
3203   data: "vpp-compare-testbeds-mrr"
3204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3205   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3206   parameters:
3207   - "name"
3208   - "parent"
3209   - "result"
3210
3211 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3212 -
3213   type: "table"
3214   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3215   algorithm: "table_performance_comparison"
3216   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3217   reference:
3218     title: "3-Node Hsw"
3219     data:
3220       csit-vpp-perf-verify-1810-3n-hsw:
3221       - 9   # MRR sel
3222   compare:
3223     title: "3-Node Skx"
3224     data:
3225       csit-vpp-perf-verify-1810-3n-skx:
3226       - 9   # MRR sel
3227       - 11  # MRR sel
3228       - 12  # MRR sel
3229       - 13  # MRR sel
3230   data: "vpp-compare-testbeds-mrr"
3231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3232   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3233   parameters:
3234   - "name"
3235   - "parent"
3236   - "result"
3237
3238 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3239 -
3240   type: "table"
3241   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3242   algorithm: "table_performance_comparison"
3243   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3244   reference:
3245     title: "3-Node Skx"
3246     data:
3247       csit-vpp-perf-verify-1810-3n-skx:
3248       - 9   # MRR sel
3249       - 11  # MRR sel
3250       - 12  # MRR sel
3251       - 13  # MRR sel
3252   compare:
3253     title: "2-Node Skx"
3254     data:
3255       csit-vpp-perf-verify-1810-2n-skx:
3256       - 8   # MRR sel
3257       - 10  # MRR sel
3258       - 11  # MRR sel
3259       - 12  # MRR sel
3260   data: "vpp-compare-topologies-mrr"
3261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3262   filter: "'MRR' and '1C'"
3263   parameters:
3264   - "name"
3265   - "parent"
3266   - "result"
3267
3268 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3269 -
3270   type: "table"
3271   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3272   algorithm: "table_performance_comparison"
3273   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3274   reference:
3275     title: "3-Node Skx"
3276     data:
3277       csit-vpp-perf-verify-1810-3n-skx:
3278       - 9   # MRR sel
3279       - 11  # MRR sel
3280       - 12  # MRR sel
3281       - 13  # MRR sel
3282   compare:
3283     title: "2-Node Skx"
3284     data:
3285       csit-vpp-perf-verify-1810-2n-skx:
3286       - 8   # MRR sel
3287       - 10  # MRR sel
3288       - 11  # MRR sel
3289       - 12  # MRR sel
3290   data: "vpp-compare-topologies-mrr"
3291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3292   filter: "'MRR' and '2C'"
3293   parameters:
3294   - "name"
3295   - "parent"
3296   - "result"
3297
3298 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3299 -
3300   type: "table"
3301   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3302   algorithm: "table_performance_comparison"
3303   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3304   reference:
3305     title: "3-Node Skx"
3306     data:
3307       csit-vpp-perf-verify-1810-3n-skx:
3308       - 9   # MRR sel
3309       - 11  # MRR sel
3310       - 12  # MRR sel
3311       - 13  # MRR sel
3312   compare:
3313     title: "2-Node Skx"
3314     data:
3315       csit-vpp-perf-verify-1810-2n-skx:
3316       - 8   # MRR sel
3317       - 10  # MRR sel
3318       - 11  # MRR sel
3319       - 12  # MRR sel
3320   data: "vpp-compare-topologies-mrr"
3321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3322   filter: "'MRR' and '4C'"
3323   parameters:
3324   - "name"
3325   - "parent"
3326   - "result"
3327
3328 # Detailed Test Results - VPP Performance Results 3n-hsw
3329 -
3330   type: "table"
3331   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3332   algorithm: "table_merged_details"
3333   output-file-ext: ".csv"
3334   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3335   columns:
3336   -
3337     title: "Name"
3338     data: "data name"
3339   -
3340     title: "Status"
3341     data: "data msg"
3342   rows: "generated"
3343   data: "vpp-perf-results-3n-hsw"
3344   filter: "not 'NDRCHK' and not 'PDRCHK'"
3345   parameters:
3346   - "name"
3347   - "parent"
3348   - "msg"
3349
3350 # Detailed Test Results - VPP Performance Results 3n-skx
3351 -
3352   type: "table"
3353   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3354   algorithm: "table_merged_details"
3355   output-file-ext: ".csv"
3356   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3357   columns:
3358   -
3359     title: "Name"
3360     data: "data name"
3361   -
3362     title: "Status"
3363     data: "data msg"
3364   rows: "generated"
3365   data: "vpp-perf-results-3n-skx"
3366   filter: "not 'NDRCHK' and not 'PDRCHK'"
3367   parameters:
3368   - "name"
3369   - "parent"
3370   - "msg"
3371
3372 # Detailed Test Results - VPP Performance Results 2n-skx
3373 -
3374   type: "table"
3375   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3376   algorithm: "table_merged_details"
3377   output-file-ext: ".csv"
3378   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3379   columns:
3380   -
3381     title: "Name"
3382     data: "data name"
3383   -
3384     title: "Status"
3385     data: "data msg"
3386   rows: "generated"
3387   data: "vpp-perf-results-2n-skx"
3388   filter: "not 'NDRCHK' and not 'PDRCHK'"
3389   parameters:
3390   - "name"
3391   - "parent"
3392   - "msg"
3393
3394 # Detailed Test Results - VPP Performance Results 2n-dnv
3395 -
3396   type: "table"
3397   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3398   algorithm: "table_details"
3399   output-file-ext: ".csv"
3400   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3401   columns:
3402   -
3403     title: "Name"
3404     data: "data name"
3405   -
3406     title: "Status"
3407     data: "data msg"
3408   rows: "generated"
3409   data: "intel-dnv-vpp"
3410   filter: "'NDRPDR'"
3411   parameters:
3412   - "name"
3413   - "parent"
3414   - "msg"
3415
3416 # Test configuration - VPP Performance Test Configs 3n-hsw
3417 -
3418   type: "table"
3419   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3420   algorithm: "table_merged_details"
3421   output-file-ext: ".csv"
3422   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3423   columns:
3424   -
3425     title: "Name"
3426     data: "data name"
3427   -
3428     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3429     data: "data vat-history"
3430   rows: "generated"
3431   data: "vpp-perf-results-3n-hsw"
3432   filter: "not 'NDRCHK' and not 'PDRCHK'"
3433   parameters:
3434   - "parent"
3435   - "name"
3436   - "vat-history"
3437
3438 # Test configuration - VPP Performance Test Configs 3n-skx
3439 -
3440   type: "table"
3441   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3442   algorithm: "table_merged_details"
3443   output-file-ext: ".csv"
3444   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3445   columns:
3446   -
3447     title: "Name"
3448     data: "data name"
3449   -
3450     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3451     data: "data vat-history"
3452   rows: "generated"
3453   data: "vpp-perf-results-3n-skx"
3454   filter: "not 'NDRCHK' and not 'PDRCHK'"
3455   parameters:
3456   - "parent"
3457   - "name"
3458   - "vat-history"
3459
3460 # Test configuration - VPP Performance Test Configs 2n-skx
3461 -
3462   type: "table"
3463   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3464   algorithm: "table_merged_details"
3465   output-file-ext: ".csv"
3466   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3467   columns:
3468   -
3469     title: "Name"
3470     data: "data name"
3471   -
3472     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3473     data: "data vat-history"
3474   rows: "generated"
3475   data: "vpp-perf-results-2n-skx"
3476   filter: "not 'NDRCHK' and not 'PDRCHK'"
3477   parameters:
3478   - "parent"
3479   - "name"
3480   - "vat-history"
3481
3482 # Test configuration - VPP Performance Test Configs 2n-dnv
3483 -
3484   type: "table"
3485   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3486   algorithm: "table_details"
3487   output-file-ext: ".csv"
3488   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3489   columns:
3490   -
3491     title: "Name"
3492     data: "data name"
3493   -
3494     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3495     data: "data vat-history"
3496   rows: "generated"
3497   data: "intel-dnv-vpp"
3498   filter: "'NDRPDR'"
3499   parameters:
3500   - "parent"
3501   - "name"
3502   - "vat-history"
3503
3504 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3505 -
3506   type: "table"
3507   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3508   algorithm: "table_merged_details"
3509   output-file-ext: ".csv"
3510   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3511   columns:
3512   -
3513     title: "Name"
3514     data: "data name"
3515   -
3516     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3517     data: "data show-run"
3518   rows: "generated"
3519   data: "vpp-perf-results-3n-hsw"
3520   filter: "not 'NDRCHK' and not 'PDRCHK'"
3521   parameters:
3522   - "parent"
3523   - "name"
3524   - "show-run"
3525
3526 # Test Operational Data - VPP Performance Operational Data 3n-skx
3527 -
3528   type: "table"
3529   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3530   algorithm: "table_merged_details"
3531   output-file-ext: ".csv"
3532   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3533   columns:
3534   -
3535     title: "Name"
3536     data: "data name"
3537   -
3538     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3539     data: "data show-run"
3540   rows: "generated"
3541   data: "vpp-perf-results-3n-skx"
3542   filter: "not 'NDRCHK' and not 'PDRCHK'"
3543   parameters:
3544   - "parent"
3545   - "name"
3546   - "show-run"
3547
3548 # Test Operational Data - VPP Performance Operational Data 2n-skx
3549 -
3550   type: "table"
3551   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3552   algorithm: "table_merged_details"
3553   output-file-ext: ".csv"
3554   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3555   columns:
3556   -
3557     title: "Name"
3558     data: "data name"
3559   -
3560     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3561     data: "data show-run"
3562   rows: "generated"
3563   data: "vpp-perf-results-2n-skx"
3564   filter: "not 'NDRCHK' and not 'PDRCHK'"
3565   parameters:
3566   - "parent"
3567   - "name"
3568   - "show-run"
3569
3570 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3571 -
3572   type: "table"
3573   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3574   algorithm: "table_details"
3575   output-file-ext: ".csv"
3576   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3577   columns:
3578   -
3579     title: "Name"
3580     data: "data name"
3581   -
3582     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3583     data: "data show-run"
3584   rows: "generated"
3585   data: "intel-dnv-vpp"
3586   filter: "'NDRPDR'"
3587   parameters:
3588   - "parent"
3589   - "name"
3590   - "show-run"
3591
3592 # Detailed Test Results - VPP MRR Results 3n-hsw
3593 -
3594   type: "table"
3595   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3596   algorithm: "table_details"
3597   output-file-ext: ".csv"
3598   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3599   columns:
3600   -
3601     title: "Name"
3602     data: "data name"
3603   -
3604     title: "Status"
3605     data: "data msg"
3606   rows: "generated"
3607   data: "vpp-mrr-results-3n-hsw"
3608   filter: "'MRR'"
3609   parameters:
3610   - "name"
3611   - "parent"
3612   - "msg"
3613
3614 # Detailed Test Results - VPP MRR Results 3n-skx
3615 -
3616   type: "table"
3617   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3618   algorithm: "table_details"
3619   output-file-ext: ".csv"
3620   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3621   columns:
3622   -
3623     title: "Name"
3624     data: "data name"
3625   -
3626     title: "Status"
3627     data: "data msg"
3628   rows: "generated"
3629   data: "vpp-mrr-results-3n-skx"
3630   filter: "'MRR'"
3631   parameters:
3632   - "name"
3633   - "parent"
3634   - "msg"
3635
3636 # Detailed Test Results - VPP MRR Results 2n-skx
3637 -
3638   type: "table"
3639   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3640   algorithm: "table_details"
3641   output-file-ext: ".csv"
3642   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3643   columns:
3644   -
3645     title: "Name"
3646     data: "data name"
3647   -
3648     title: "Status"
3649     data: "data msg"
3650   rows: "generated"
3651   data: "vpp-mrr-results-2n-skx"
3652   filter: "'MRR'"
3653   parameters:
3654   - "name"
3655   - "parent"
3656   - "msg"
3657
3658 # Detailed Test Results - VPP MRR Results 2n-dnv
3659 -
3660   type: "table"
3661   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3662   algorithm: "table_details"
3663   output-file-ext: ".csv"
3664   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3665   columns:
3666   -
3667     title: "Name"
3668     data: "data name"
3669   -
3670     title: "Status"
3671     data: "data msg"
3672   rows: "generated"
3673   data: "intel-dnv-vpp"
3674   filter: "'MRR'"
3675   parameters:
3676   - "name"
3677   - "parent"
3678   - "msg"
3679
3680 # Test configuration - VPP MRR Test Configs 3n-hsw
3681 -
3682   type: "table"
3683   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3684   algorithm: "table_details"
3685   output-file-ext: ".csv"
3686   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3687   columns:
3688   -
3689     title: "Name"
3690     data: "data name"
3691   -
3692     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3693     data: "data vat-history"
3694   rows: "generated"
3695   data: "vpp-mrr-results-3n-hsw"
3696   filter: "'MRR'"
3697   parameters:
3698   - "parent"
3699   - "name"
3700   - "vat-history"
3701
3702 # Test configuration - VPP MRR Test Configs 3n-skx
3703 -
3704   type: "table"
3705   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3706   algorithm: "table_details"
3707   output-file-ext: ".csv"
3708   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3709   columns:
3710   -
3711     title: "Name"
3712     data: "data name"
3713   -
3714     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3715     data: "data vat-history"
3716   rows: "generated"
3717   data: "vpp-mrr-results-3n-skx"
3718   filter: "'MRR'"
3719   parameters:
3720   - "parent"
3721   - "name"
3722   - "vat-history"
3723
3724 # Test configuration - VPP MRR Test Configs 2n-skx
3725 -
3726   type: "table"
3727   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3728   algorithm: "table_details"
3729   output-file-ext: ".csv"
3730   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3731   columns:
3732   -
3733     title: "Name"
3734     data: "data name"
3735   -
3736     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3737     data: "data vat-history"
3738   rows: "generated"
3739   data: "vpp-mrr-results-2n-skx"
3740   filter: "'MRR'"
3741   parameters:
3742   - "parent"
3743   - "name"
3744   - "vat-history"
3745
3746 # Test configuration - VPP MRR Test Configs 2n-dnv
3747 -
3748   type: "table"
3749   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3750   algorithm: "table_details"
3751   output-file-ext: ".csv"
3752   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3753   columns:
3754   -
3755     title: "Name"
3756     data: "data name"
3757   -
3758     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3759     data: "data vat-history"
3760   rows: "generated"
3761   data: "intel-dnv-vpp"
3762   filter: "'MRR'"
3763   parameters:
3764   - "parent"
3765   - "name"
3766   - "vat-history"
3767
3768 # Detailed Test Results - VPP Functional Results - Ubuntu
3769 -
3770   type: "table"
3771   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3772   algorithm: "table_details"
3773   output-file-ext: ".csv"
3774   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3775   columns:
3776   -
3777     title: "Name"
3778     data: "data name"
3779   -
3780     title: "Documentation"
3781     data: "data doc"
3782   -
3783     title: "Status"
3784     data: "data status"
3785   rows: "generated"
3786   data: "vpp-func-results-ubuntu"
3787   filter: "all"
3788   parameters:
3789   - "name"
3790   - "parent"
3791   - "doc"
3792   - "status"
3793
3794 # Detailed Test Results - VPP Functional Results - CentOS
3795 -
3796   type: "table"
3797   title: "Detailed Test Results - VPP Functional Results - CentOS"
3798   algorithm: "table_details"
3799   output-file-ext: ".csv"
3800   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3801   columns:
3802   -
3803     title: "Name"
3804     data: "data name"
3805   -
3806     title: "Documentation"
3807     data: "data doc"
3808   -
3809     title: "Status"
3810     data: "data status"
3811   rows: "generated"
3812   data:
3813     "vpp-func-results-centos"
3814   filter: "all"
3815   parameters:
3816   - "name"
3817   - "parent"
3818   - "doc"
3819   - "status"
3820
3821 # Test configuration - VPP Functional Test Configs - Ubuntu
3822 -
3823   type: "table"
3824   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3825   algorithm: "table_details"
3826   output-file-ext: ".csv"
3827   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3828   columns:
3829   -
3830     title: "Name"
3831     data: "data name"
3832   -
3833     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3834     data: "data vat-history"
3835   rows: "generated"
3836   data: "vpp-func-results-ubuntu"
3837   filter: "all"
3838   parameters:
3839   - "parent"
3840   - "name"
3841   - "vat-history"
3842
3843 # Test configuration - VPP Functional Test Configs - CentOS
3844 -
3845   type: "table"
3846   title: "Test configuration - VPP Functional Test Configs - CentOS"
3847   algorithm: "table_details"
3848   output-file-ext: ".csv"
3849   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3850   columns:
3851   -
3852     title: "Name"
3853     data: "data name"
3854   -
3855     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3856     data: "data vat-history"
3857   rows: "generated"
3858   data: "vpp-func-results-centos"
3859   filter: "all"
3860   parameters:
3861   - "parent"
3862   - "name"
3863   - "vat-history"
3864
3865 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3866 -
3867   type: "table"
3868   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3869   algorithm: "table_details"
3870   output-file-ext: ".csv"
3871   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3872   columns:
3873   -
3874     title: "Name"
3875     data: "data name"
3876   -
3877     title: "Status"
3878     data: "data msg"
3879   rows: "generated"
3880   data: "ligato-perf-results-3n-hsw"
3881   filter: "all"
3882   parameters:
3883   - "name"
3884   - "parent"
3885   - "msg"
3886
3887 # Detailed Test Results - VPP Device Results - Ubuntu
3888 -
3889   type: "table"
3890   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3891   algorithm: "table_details"
3892   output-file-ext: ".csv"
3893   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3894   columns:
3895   -
3896     title: "Name"
3897     data: "data name"
3898   -
3899     title: "Documentation"
3900     data: "data doc"
3901   -
3902     title: "Status"
3903     data: "data status"
3904   rows: "generated"
3905   data: "vpp-device-results-ubuntu"
3906   filter: "all"
3907   parameters:
3908   - "name"
3909   - "parent"
3910   - "doc"
3911   - "status"
3912
3913 # Test configuration - VPP Device Test Configs - Ubuntu
3914 -
3915   type: "table"
3916   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3917   algorithm: "table_details"
3918   output-file-ext: ".csv"
3919   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3920   columns:
3921   -
3922     title: "Name"
3923     data: "data name"
3924   -
3925     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3926     data: "data vat-history"
3927   rows: "generated"
3928   data: "vpp-device-results-ubuntu"
3929   filter: "all"
3930   parameters:
3931   - "parent"
3932   - "name"
3933   - "vat-history"
3934
3935 ################################################################################
3936
3937 # DPDK Performance Changes 3n-hsw 1t1c pdr
3938 -
3939   type: "table"
3940   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3941   algorithm: "table_performance_comparison"
3942   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3943   history:
3944     -
3945       title: "rls1804"
3946       data:
3947         csit-dpdk-perf-1804-all:
3948         - 4
3949         - 5
3950         - 6
3951         - 7
3952         - 8
3953         - 9
3954         - 10
3955         - 11
3956         - 12
3957         - 13
3958   reference:
3959     title: "rls1807"
3960     data:
3961       csit-dpdk-perf-verify-1807-3n-hsw:
3962       - 11
3963       - 12  # full
3964       - 14
3965       - 15
3966       - 16
3967       - 17
3968       - 20
3969       - 21
3970       - 22
3971       - 23
3972   compare:
3973     title: "rls1810"
3974     data:
3975       csit-dpdk-perf-verify-1810-3n-hsw:
3976       - 1   # NDRPDR sel
3977       - 2   # NDRPDR sel
3978       - 3   # NDRPDR sel
3979       - 4   # NDRPDR sel
3980       - 5   # NDRPDR sel
3981       - 6   # NDRPDR sel
3982       - 7   # NDRPDR sel
3983       - 8   # NDRPDR sel
3984       - 9   # NDRPDR sel
3985       - 10  # NDRPDR sel
3986   data: "dpdk-performance-changes-3n-hsw"
3987   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3988   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3989   parameters:
3990   - "name"
3991   - "parent"
3992   - "throughput"
3993
3994 # DPDK Performance Changes 3n-hsw 2t2c pdr
3995 -
3996   type: "table"
3997   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3998   algorithm: "table_performance_comparison"
3999   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4000   history:
4001     -
4002       title: "rls1804"
4003       data:
4004         csit-dpdk-perf-1804-all:
4005         - 4
4006         - 5
4007         - 6
4008         - 7
4009         - 8
4010         - 9
4011         - 10
4012         - 11
4013         - 12
4014         - 13
4015   reference:
4016     title: "rls1807"
4017     data:
4018       csit-dpdk-perf-verify-1807-3n-hsw:
4019       - 11
4020       - 12  # full
4021       - 14
4022       - 15
4023       - 16
4024       - 17
4025       - 20
4026       - 21
4027       - 22
4028       - 23
4029   compare:
4030     title: "rls1810"
4031     data:
4032       csit-dpdk-perf-verify-1810-3n-hsw:
4033       - 1   # NDRPDR sel
4034       - 2   # NDRPDR sel
4035       - 3   # NDRPDR sel
4036       - 4   # NDRPDR sel
4037       - 5   # NDRPDR sel
4038       - 6   # NDRPDR sel
4039       - 7   # NDRPDR sel
4040       - 8   # NDRPDR sel
4041       - 9   # NDRPDR sel
4042       - 10  # NDRPDR sel
4043   data: "dpdk-performance-changes-3n-hsw"
4044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4045   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4046   parameters:
4047   - "name"
4048   - "parent"
4049   - "throughput"
4050
4051 # DPDK Performance Changes 3n-hsw 1t1c ndr
4052 -
4053   type: "table"
4054   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4055   algorithm: "table_performance_comparison"
4056   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4057   history:
4058     -
4059       title: "rls1804"
4060       data:
4061         csit-dpdk-perf-1804-all:
4062         - 4
4063         - 5
4064         - 6
4065         - 7
4066         - 8
4067         - 9
4068         - 10
4069         - 11
4070         - 12
4071         - 13
4072   reference:
4073     title: "rls1807"
4074     data:
4075       csit-dpdk-perf-verify-1807-3n-hsw:
4076       - 11
4077       - 12  # full
4078       - 14
4079       - 15
4080       - 16
4081       - 17
4082       - 20
4083       - 21
4084       - 22
4085       - 23
4086   compare:
4087     title: "rls1810"
4088     data:
4089       csit-dpdk-perf-verify-1810-3n-hsw:
4090       - 1   # NDRPDR sel
4091       - 2   # NDRPDR sel
4092       - 3   # NDRPDR sel
4093       - 4   # NDRPDR sel
4094       - 5   # NDRPDR sel
4095       - 6   # NDRPDR sel
4096       - 7   # NDRPDR sel
4097       - 8   # NDRPDR sel
4098       - 9   # NDRPDR sel
4099       - 10  # NDRPDR sel
4100   data: "dpdk-performance-changes-3n-hsw"
4101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4102   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4103   parameters:
4104   - "name"
4105   - "parent"
4106   - "throughput"
4107
4108 # DPDK Performance Changes 3n-hsw 2t2c ndr
4109 -
4110   type: "table"
4111   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4112   algorithm: "table_performance_comparison"
4113   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4114   history:
4115     -
4116       title: "rls1804"
4117       data:
4118         csit-dpdk-perf-1804-all:
4119         - 4
4120         - 5
4121         - 6
4122         - 7
4123         - 8
4124         - 9
4125         - 10
4126         - 11
4127         - 12
4128         - 13
4129   reference:
4130     title: "rls1807"
4131     data:
4132       csit-dpdk-perf-verify-1807-3n-hsw:
4133       - 11
4134       - 12  # full
4135       - 14
4136       - 15
4137       - 16
4138       - 17
4139       - 20
4140       - 21
4141       - 22
4142       - 23
4143   compare:
4144     title: "rls1810"
4145     data:
4146       csit-dpdk-perf-verify-1810-3n-hsw:
4147       - 1   # NDRPDR sel
4148       - 2   # NDRPDR sel
4149       - 3   # NDRPDR sel
4150       - 4   # NDRPDR sel
4151       - 5   # NDRPDR sel
4152       - 6   # NDRPDR sel
4153       - 7   # NDRPDR sel
4154       - 8   # NDRPDR sel
4155       - 9   # NDRPDR sel
4156       - 10  # NDRPDR sel
4157   data: "dpdk-performance-changes-3n-hsw"
4158   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4159   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4160   parameters:
4161   - "name"
4162   - "parent"
4163   - "throughput"
4164
4165 # DPDK Performance Changes 3n-skx 2t1c pdr
4166 -
4167   type: "table"
4168   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4169   algorithm: "table_performance_comparison"
4170   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4171   reference:
4172     title: "rls1807"
4173     data:
4174       csit-dpdk-perf-verify-1807-3n-skx:
4175       - 1   # NDRPDR sel
4176       - 2   # NDRPDR sel
4177       - 3   # NDRPDR sel
4178       - 6   # NDRPDR sel
4179       - 7   # NDRPDR sel
4180       - 8   # NDRPDR sel
4181       - 9   # NDRPDR sel
4182       - 10  # NDRPDR sel
4183       - 11  # NDRPDR sel
4184       - 12  # NDRPDR sel
4185   compare:
4186     title: "rls1810"
4187     data:
4188       csit-dpdk-perf-verify-1810-3n-skx:
4189       - 3   # NDRPDR sel
4190       - 4   # NDRPDR sel
4191       - 6   # NDRPDR sel
4192       - 7   # NDRPDR sel
4193       - 8   # NDRPDR sel
4194       - 9   # NDRPDR sel
4195       - 10  # NDRPDR sel
4196       - 11  # NDRPDR sel
4197       - 12  # NDRPDR sel
4198       - 13  # NDRPDR sel
4199   data: "dpdk-performance-changes-3n-skx"
4200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4201   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4202   parameters:
4203   - "name"
4204   - "parent"
4205   - "throughput"
4206
4207 # DPDK Performance Changes 3n-skx 4t2c pdr
4208 -
4209   type: "table"
4210   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4211   algorithm: "table_performance_comparison"
4212   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4213   reference:
4214     title: "rls1807"
4215     data:
4216       csit-dpdk-perf-verify-1807-3n-skx:
4217       - 1   # NDRPDR sel
4218       - 2   # NDRPDR sel
4219       - 3   # NDRPDR sel
4220       - 6   # NDRPDR sel
4221       - 7   # NDRPDR sel
4222       - 8   # NDRPDR sel
4223       - 9   # NDRPDR sel
4224       - 10  # NDRPDR sel
4225       - 11  # NDRPDR sel
4226       - 12  # NDRPDR sel
4227   compare:
4228     title: "rls1810"
4229     data:
4230       csit-dpdk-perf-verify-1810-3n-skx:
4231       - 3   # NDRPDR sel
4232       - 4   # NDRPDR sel
4233       - 6   # NDRPDR sel
4234       - 7   # NDRPDR sel
4235       - 8   # NDRPDR sel
4236       - 9   # NDRPDR sel
4237       - 10  # NDRPDR sel
4238       - 11  # NDRPDR sel
4239       - 12  # NDRPDR sel
4240       - 13  # NDRPDR sel
4241   data: "dpdk-performance-changes-3n-skx"
4242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4243   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4244   parameters:
4245   - "name"
4246   - "parent"
4247   - "throughput"
4248
4249 # DPDK Performance Changes 3n-skx 2t1c ndr
4250 -
4251   type: "table"
4252   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4253   algorithm: "table_performance_comparison"
4254   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4255   reference:
4256     title: "rls1807"
4257     data:
4258       csit-dpdk-perf-verify-1807-3n-skx:
4259       - 1   # NDRPDR sel
4260       - 2   # NDRPDR sel
4261       - 3   # NDRPDR sel
4262       - 6   # NDRPDR sel
4263       - 7   # NDRPDR sel
4264       - 8   # NDRPDR sel
4265       - 9   # NDRPDR sel
4266       - 10  # NDRPDR sel
4267       - 11  # NDRPDR sel
4268       - 12  # NDRPDR sel
4269   compare:
4270     title: "rls1810"
4271     data:
4272       csit-dpdk-perf-verify-1810-3n-skx:
4273       - 3   # NDRPDR sel
4274       - 4   # NDRPDR sel
4275       - 6   # NDRPDR sel
4276       - 7   # NDRPDR sel
4277       - 8   # NDRPDR sel
4278       - 9   # NDRPDR sel
4279       - 10  # NDRPDR sel
4280       - 11  # NDRPDR sel
4281       - 12  # NDRPDR sel
4282       - 13  # NDRPDR sel
4283   data: "dpdk-performance-changes-3n-skx"
4284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4285   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4286   parameters:
4287   - "name"
4288   - "parent"
4289   - "throughput"
4290
4291 # DPDK Performance Changes 3n-skx 4t2c ndr
4292 -
4293   type: "table"
4294   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4295   algorithm: "table_performance_comparison"
4296   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4297   reference:
4298     title: "rls1807"
4299     data:
4300       csit-dpdk-perf-verify-1807-3n-skx:
4301       - 1   # NDRPDR sel
4302       - 2   # NDRPDR sel
4303       - 3   # NDRPDR sel
4304       - 6   # NDRPDR sel
4305       - 7   # NDRPDR sel
4306       - 8   # NDRPDR sel
4307       - 9   # NDRPDR sel
4308       - 10  # NDRPDR sel
4309       - 11  # NDRPDR sel
4310       - 12  # NDRPDR sel
4311   compare:
4312     title: "rls1810"
4313     data:
4314       csit-dpdk-perf-verify-1810-3n-skx:
4315       - 3   # NDRPDR sel
4316       - 4   # NDRPDR sel
4317       - 6   # NDRPDR sel
4318       - 7   # NDRPDR sel
4319       - 8   # NDRPDR sel
4320       - 9   # NDRPDR sel
4321       - 10  # NDRPDR sel
4322       - 11  # NDRPDR sel
4323       - 12  # NDRPDR sel
4324       - 13  # NDRPDR sel
4325   data: "dpdk-performance-changes-3n-skx"
4326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4327   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4328   parameters:
4329   - "name"
4330   - "parent"
4331   - "throughput"
4332
4333 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4334 -
4335   type: "table"
4336   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4337   algorithm: "table_performance_comparison"
4338   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4339   reference:
4340     title: "3-Node Hsw"
4341     data:
4342       csit-dpdk-perf-verify-1810-3n-hsw:
4343       - 1   # NDRPDR sel
4344       - 2   # NDRPDR sel
4345       - 3   # NDRPDR sel
4346       - 4   # NDRPDR sel
4347       - 5   # NDRPDR sel
4348       - 6   # NDRPDR sel
4349       - 7   # NDRPDR sel
4350       - 8   # NDRPDR sel
4351       - 9   # NDRPDR sel
4352       - 10  # NDRPDR sel
4353   compare:
4354     title: "3-Node Skx"
4355     data:
4356       csit-dpdk-perf-verify-1810-3n-skx:
4357       - 3   # NDRPDR sel
4358       - 4   # NDRPDR sel
4359       - 6   # NDRPDR sel
4360       - 7   # NDRPDR sel
4361       - 8   # NDRPDR sel
4362       - 9   # NDRPDR sel
4363       - 10  # NDRPDR sel
4364       - 11  # NDRPDR sel
4365       - 12  # NDRPDR sel
4366       - 13  # NDRPDR sel
4367   data: "dpdk-compare-testbeds"
4368   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4369   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4370   parameters:
4371   - "name"
4372   - "parent"
4373   - "throughput"
4374
4375 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4376 -
4377   type: "table"
4378   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4379   algorithm: "table_performance_comparison"
4380   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4381   reference:
4382     title: "3-Node Skx"
4383     data:
4384       csit-dpdk-perf-verify-1810-3n-skx:
4385       - 3   # NDRPDR sel
4386       - 4   # NDRPDR sel
4387       - 6   # NDRPDR sel
4388       - 7   # NDRPDR sel
4389       - 8   # NDRPDR sel
4390       - 9   # NDRPDR sel
4391       - 10  # NDRPDR sel
4392       - 11  # NDRPDR sel
4393       - 12  # NDRPDR sel
4394       - 13  # NDRPDR sel
4395   compare:
4396     title: "2-Node Skx"
4397     data:
4398       csit-dpdk-perf-verify-1810-2n-skx:
4399       - 3   # NDRPDR sel
4400       - 4   # NDRPDR sel
4401       - 5   # NDRPDR sel
4402       - 7   # NDRPDR sel
4403       - 8   # NDRPDR sel
4404       - 9   # NDRPDR sel
4405       - 10  # NDRPDR sel
4406       - 11  # NDRPDR sel
4407       - 12  # NDRPDR sel
4408       - 13  # NDRPDR sel
4409   data: "dpdk-compare-topologies"
4410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4411   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4412   parameters:
4413   - "name"
4414   - "parent"
4415   - "throughput"
4416
4417 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4418 -
4419   type: "table"
4420   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4421   algorithm: "table_performance_comparison"
4422   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4423   reference:
4424     title: "3-Node Skx"
4425     data:
4426       csit-dpdk-perf-verify-1810-3n-skx:
4427       - 3   # NDRPDR sel
4428       - 4   # NDRPDR sel
4429       - 6   # NDRPDR sel
4430       - 7   # NDRPDR sel
4431       - 8   # NDRPDR sel
4432       - 9   # NDRPDR sel
4433       - 10  # NDRPDR sel
4434       - 11  # NDRPDR sel
4435       - 12  # NDRPDR sel
4436       - 13  # NDRPDR sel
4437   compare:
4438     title: "2-Node Skx"
4439     data:
4440       csit-dpdk-perf-verify-1810-2n-skx:
4441       - 3   # NDRPDR sel
4442       - 4   # NDRPDR sel
4443       - 5   # NDRPDR sel
4444       - 7   # NDRPDR sel
4445       - 8   # NDRPDR sel
4446       - 9   # NDRPDR sel
4447       - 10  # NDRPDR sel
4448       - 11  # NDRPDR sel
4449       - 12  # NDRPDR sel
4450       - 13  # NDRPDR sel
4451   data: "dpdk-compare-topologies"
4452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4453   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4454   parameters:
4455   - "name"
4456   - "parent"
4457   - "throughput"
4458
4459 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4460 -
4461   type: "table"
4462   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4463   algorithm: "table_performance_comparison"
4464   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4465   reference:
4466     title: "3-Node Hsw"
4467     data:
4468       csit-dpdk-perf-verify-1810-3n-hsw:
4469       - 1   # NDRPDR sel
4470       - 2   # NDRPDR sel
4471       - 3   # NDRPDR sel
4472       - 4   # NDRPDR sel
4473       - 5   # NDRPDR sel
4474       - 6   # NDRPDR sel
4475       - 7   # NDRPDR sel
4476       - 8   # NDRPDR sel
4477       - 9   # NDRPDR sel
4478       - 10  # NDRPDR sel
4479   compare:
4480     title: "3-Node Skx"
4481     data:
4482       csit-dpdk-perf-verify-1810-3n-skx:
4483       - 3   # NDRPDR sel
4484       - 4   # NDRPDR sel
4485       - 6   # NDRPDR sel
4486       - 7   # NDRPDR sel
4487       - 8   # NDRPDR sel
4488       - 9   # NDRPDR sel
4489       - 10  # NDRPDR sel
4490       - 11  # NDRPDR sel
4491       - 12  # NDRPDR sel
4492       - 13  # NDRPDR sel
4493   data: "dpdk-compare-testbeds"
4494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4495   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4496   parameters:
4497   - "name"
4498   - "parent"
4499   - "throughput"
4500
4501 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4502 # NOTE: Not used in 18.10
4503 #-
4504 #  type: "table"
4505 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4506 #  algorithm: "table_performance_comparison"
4507 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4508 #  reference:
4509 #    title: "3-Node Hsw"
4510 #    data:
4511 #      csit-dpdk-perf-verify-1807-3n-hsw:
4512 #      - 11
4513 #      - 12  # full
4514 #      - 14
4515 #      - 15
4516 #      - 16
4517 #      - 17
4518 #      - 20
4519 #      - 21
4520 #      - 22
4521 #      - 23
4522 #  compare:
4523 #    title: "3-Node Skx"
4524 #    data:
4525 #      csit-dpdk-perf-verify-1807-3n-skx:
4526 #      - 1
4527 #      - 2
4528 #      - 3
4529 #      - 6
4530 #      - 7
4531 #      - 8
4532 #      - 9
4533 #      - 10
4534 #      - 11
4535 #      - 12
4536 #  data: "dpdk-compare-testbeds"
4537 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4538 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4539 #  parameters:
4540 #  - "name"
4541 #  - "parent"
4542 #  - "result"
4543
4544 # Detailed Test Results - DPDK Performance Results 3n-hsw
4545 -
4546   type: "table"
4547   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4548   algorithm: "table_details"
4549   output-file-ext: ".csv"
4550   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4551   columns:
4552   -
4553     title: "Name"
4554     data: "data name"
4555   -
4556     title: "Status"
4557     data: "data msg"
4558   rows: "generated"
4559   data: "dpdk-perf-results-3n-hsw"
4560   filter: "all"
4561   parameters:
4562   - "name"
4563   - "parent"
4564   - "msg"
4565
4566 # Detailed Test Results - DPDK Performance Results 3n-skx
4567 -
4568   type: "table"
4569   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4570   algorithm: "table_details"
4571   output-file-ext: ".csv"
4572   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4573   columns:
4574   -
4575     title: "Name"
4576     data: "data name"
4577   -
4578     title: "Status"
4579     data: "data msg"
4580   rows: "generated"
4581   data: "dpdk-perf-results-3n-skx"
4582   filter: "all"
4583   parameters:
4584   - "name"
4585   - "parent"
4586   - "msg"
4587
4588 # Detailed Test Results - DPDK Performance Results 2n-skx
4589 -
4590   type: "table"
4591   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4592   algorithm: "table_details"
4593   output-file-ext: ".csv"
4594   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4595   columns:
4596   -
4597     title: "Name"
4598     data: "data name"
4599   -
4600     title: "Status"
4601     data: "data msg"
4602   rows: "generated"
4603   data: "dpdk-perf-results-2n-skx"
4604   filter: "all"
4605   parameters:
4606   - "name"
4607   - "parent"
4608   - "msg"
4609
4610 ################################################################################
4611 # HoneyComb
4612 -
4613   type: "table"
4614   title: "Detailed Test Results - Honeycomb Functional Results"
4615   algorithm: "table_details"
4616   output-file-ext: ".csv"
4617   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4618   columns:
4619   -
4620     title: "Name"
4621     data: "data name"
4622   -
4623     title: "Documentation"
4624     data: "data doc"
4625   -
4626     title: "Status"
4627     data: "data status"
4628   rows: "generated"
4629   data:
4630     "hc-func-results"
4631   filter: "all"
4632   parameters:
4633   - "name"
4634   - "parent"
4635   - "doc"
4636   - "status"
4637
4638 ################################################################################
4639 # NSH SFC
4640 -
4641   type: "table"
4642   title: "Detailed Test Results - NSH SFC Functional Results"
4643   algorithm: "table_details"
4644   output-file-ext: ".csv"
4645   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4646   columns:
4647   -
4648     title: "Name"
4649     data: "data name"
4650   -
4651     title: "Documentation"
4652     data: "data doc"
4653   -
4654     title: "Status"
4655     data: "data status"
4656   rows: "generated"
4657   data:
4658     "nsh-func-results"
4659   filter: "all"
4660   parameters:
4661   - "name"
4662   - "parent"
4663   - "doc"
4664   - "status"
4665
4666 ################################################################################
4667 # DMM
4668 -
4669   type: "table"
4670   title: "Detailed Test Results - DMM Functional Results"
4671   algorithm: "table_details"
4672   output-file-ext: ".csv"
4673   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4674   columns:
4675   -
4676     title: "Name"
4677     data: "data name"
4678   -
4679     title: "Documentation"
4680     data: "data doc"
4681   -
4682     title: "Status"
4683     data: "data status"
4684   rows: "generated"
4685   data:
4686     "dmm-func-results"
4687   filter: "all"
4688   parameters:
4689   - "name"
4690   - "parent"
4691   - "doc"
4692   - "status"
4693
4694 ################################################################################
4695 ###                                F I L E S                                 ###
4696 ################################################################################
4697
4698 # VPP Performance Results 3n-hsw
4699 -
4700   type: "file"
4701   title: "VPP Performance Results 3n-hsw"
4702   algorithm: "file_test_results"
4703   output-file-ext: ".rst"
4704   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4705   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"
4706   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4707   data: "vpp-perf-results-3n-hsw"
4708   filter: "not 'NDRCHK' and not 'PDRCHK'"
4709   parameters:
4710   - "name"
4711   - "doc"
4712   - "level"
4713   - "parent"
4714   data-start-level: 3
4715
4716 # VPP Performance Results 3n-skx
4717 -
4718   type: "file"
4719   title: "VPP Performance Results 3n-skx"
4720   algorithm: "file_test_results"
4721   output-file-ext: ".rst"
4722   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4723   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"
4724   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4725   data: "vpp-perf-results-3n-skx"
4726   filter: "not 'NDRCHK' and not 'PDRCHK'"
4727   parameters:
4728   - "name"
4729   - "doc"
4730   - "level"
4731   - "parent"
4732   data-start-level: 3
4733
4734 # VPP Performance Results 2n-skx
4735 -
4736   type: "file"
4737   title: "VPP Performance Results 2n-skx"
4738   algorithm: "file_test_results"
4739   output-file-ext: ".rst"
4740   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4741   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"
4742   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4743   data: "vpp-perf-results-2n-skx"
4744   filter: "not 'NDRCHK' and not 'PDRCHK'"
4745   parameters:
4746   - "name"
4747   - "doc"
4748   - "level"
4749   - "parent"
4750   data-start-level: 3
4751
4752 # VPP Performance Results 2n-dnv
4753 -
4754   type: "file"
4755   title: "VPP Performance Results 2n-dnv"
4756   algorithm: "file_test_results"
4757   output-file-ext: ".rst"
4758   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4759   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"
4760   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4761   data: "intel-dnv-vpp"
4762   filter: "'NDRPDR'"
4763   parameters:
4764   - "name"
4765   - "doc"
4766   - "level"
4767   - "parent"
4768   data-start-level: 3
4769
4770 # VPP Performance Configuration 3n-hsw
4771 -
4772   type: "file"
4773   title: "VPP Performance Configuration 3n-hsw"
4774   algorithm: "file_test_results"
4775   output-file-ext: ".rst"
4776   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4777   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"
4778   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4779   data: "vpp-perf-results-3n-hsw"
4780   filter: "not 'NDRCHK' and not 'PDRCHK'"
4781   parameters:
4782   - "name"
4783   - "doc"
4784   - "level"
4785   - "parent"
4786   data-start-level: 3
4787
4788 # VPP Performance Configuration 3n-skx
4789 -
4790   type: "file"
4791   title: "VPP Performance Configuration 3n-skx"
4792   algorithm: "file_test_results"
4793   output-file-ext: ".rst"
4794   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4795   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"
4796   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4797   data: "vpp-perf-results-3n-skx"
4798   filter: "not 'NDRCHK' and not 'PDRCHK'"
4799   parameters:
4800   - "name"
4801   - "doc"
4802   - "level"
4803   - "parent"
4804   data-start-level: 3
4805
4806 # VPP Performance Configuration 2n-skx
4807 -
4808   type: "file"
4809   title: "VPP Performance Configuration 2n-skx"
4810   algorithm: "file_test_results"
4811   output-file-ext: ".rst"
4812   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4813   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"
4814   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4815   data: "vpp-perf-results-2n-skx"
4816   filter: "not 'NDRCHK' and not 'PDRCHK'"
4817   parameters:
4818   - "name"
4819   - "doc"
4820   - "level"
4821   - "parent"
4822   data-start-level: 3
4823
4824 # VPP Performance Configuration 2n-dnv
4825 -
4826   type: "file"
4827   title: "VPP Performance Configuration 2n-dnv"
4828   algorithm: "file_test_results"
4829   output-file-ext: ".rst"
4830   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4831   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"
4832   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4833   data: "intel-dnv-vpp"
4834   filter: "'NDRPDR'"
4835   parameters:
4836   - "name"
4837   - "doc"
4838   - "level"
4839   - "parent"
4840   data-start-level: 3
4841
4842 # VPP Performance Operational Data 3n-hsw
4843 -
4844   type: "file"
4845   title: "VPP Performance Operational Data 3n-hsw"
4846   algorithm: "file_test_results"
4847   output-file-ext: ".rst"
4848   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4849   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"
4850   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4851   data: "vpp-perf-results-3n-hsw"
4852   filter: "not 'NDRCHK' and not 'PDRCHK'"
4853   parameters:
4854   - "name"
4855   - "doc"
4856   - "level"
4857   - "parent"
4858   data-start-level: 3
4859
4860 # VPP Performance Operational Data 3n-skx
4861 -
4862   type: "file"
4863   title: "VPP Performance Operational Data 3n-skx"
4864   algorithm: "file_test_results"
4865   output-file-ext: ".rst"
4866   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4867   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"
4868   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4869   data: "vpp-perf-results-3n-skx"
4870   filter: "not 'NDRCHK' and not 'PDRCHK'"
4871   parameters:
4872   - "name"
4873   - "doc"
4874   - "level"
4875   - "parent"
4876   data-start-level: 3
4877
4878 # VPP Performance Operational Data 2n-skx
4879 -
4880   type: "file"
4881   title: "VPP Performance Operational Data 2n-skx"
4882   algorithm: "file_test_results"
4883   output-file-ext: ".rst"
4884   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4885   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"
4886   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4887   data: "vpp-perf-results-2n-skx"
4888   filter: "not 'NDRCHK' and not 'PDRCHK'"
4889   parameters:
4890   - "name"
4891   - "doc"
4892   - "level"
4893   - "parent"
4894   data-start-level: 3
4895
4896 # VPP Performance Operational Data 2n-dnv
4897 -
4898   type: "file"
4899   title: "VPP Performance Operational Data 2n-dnv"
4900   algorithm: "file_test_results"
4901   output-file-ext: ".rst"
4902   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4903   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"
4904   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4905   data: "intel-dnv-vpp"
4906   filter: "'NDRPDR'"
4907   parameters:
4908   - "name"
4909   - "doc"
4910   - "level"
4911   - "parent"
4912   data-start-level: 3
4913
4914 # VPP MRR Results 3n-hsw
4915 -
4916   type: "file"
4917   title: "VPP MRR Results 3n-hsw"
4918   algorithm: "file_test_results"
4919   output-file-ext: ".rst"
4920   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4921   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"
4922   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4923   data: "vpp-mrr-results-3n-hsw"
4924   filter: "'MRR'"
4925   parameters:
4926   - "name"
4927   - "doc"
4928   - "level"
4929   - "parent"
4930   data-start-level: 3
4931
4932 # VPP MRR Results 3n-skx
4933 -
4934   type: "file"
4935   title: "VPP MRR Results 3n-skx"
4936   algorithm: "file_test_results"
4937   output-file-ext: ".rst"
4938   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4939   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"
4940   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4941   data: "vpp-mrr-results-3n-skx"
4942   filter: "'MRR'"
4943   parameters:
4944   - "name"
4945   - "doc"
4946   - "level"
4947   - "parent"
4948   data-start-level: 3
4949
4950 # VPP MRR Results 2n-skx
4951 -
4952   type: "file"
4953   title: "VPP MRR Results 2n-skx"
4954   algorithm: "file_test_results"
4955   output-file-ext: ".rst"
4956   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4957   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"
4958   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4959   data: "vpp-mrr-results-2n-skx"
4960   filter: "all"
4961   parameters:
4962   - "name"
4963   - "doc"
4964   - "level"
4965   - "parent"
4966   data-start-level: 3
4967
4968 # VPP MRR Results 2n-dnv
4969 -
4970   type: "file"
4971   title: "VPP MRR Results 2n-dnv"
4972   algorithm: "file_test_results"
4973   output-file-ext: ".rst"
4974   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4975   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"
4976   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4977   data: "intel-dnv-vpp"
4978   filter: "'MRR'"
4979   parameters:
4980   - "name"
4981   - "doc"
4982   - "level"
4983   - "parent"
4984   data-start-level: 3
4985
4986 # VPP MRR Configuration 3n-hsw
4987 -
4988   type: "file"
4989   title: "VPP MRR Configuration 3n-hsw"
4990   algorithm: "file_test_results"
4991   output-file-ext: ".rst"
4992   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4993   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"
4994   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4995   data: "vpp-mrr-results-3n-hsw"
4996   filter: "'MRR'"
4997   parameters:
4998   - "name"
4999   - "doc"
5000   - "level"
5001   - "parent"
5002   data-start-level: 3
5003
5004 # VPP MRR Configuration 3n-skx
5005 -
5006   type: "file"
5007   title: "VPP MRR Configuration 3n-skx"
5008   algorithm: "file_test_results"
5009   output-file-ext: ".rst"
5010   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5011   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"
5012   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5013   data: "vpp-mrr-results-3n-skx"
5014   filter: "'MRR'"
5015   parameters:
5016   - "name"
5017   - "doc"
5018   - "level"
5019   - "parent"
5020   data-start-level: 3
5021
5022 # VPP MRR Configuration 2n-skx
5023 -
5024   type: "file"
5025   title: "VPP MRR Configuration 2n-skx"
5026   algorithm: "file_test_results"
5027   output-file-ext: ".rst"
5028   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5029   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"
5030   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5031   data: "vpp-mrr-results-2n-skx"
5032   filter: "'MRR'"
5033   parameters:
5034   - "name"
5035   - "doc"
5036   - "level"
5037   - "parent"
5038   data-start-level: 3
5039
5040 # VPP MRR Configuration 2n-dnv
5041 -
5042   type: "file"
5043   title: "VPP MRR Configuration 2n-dnv"
5044   algorithm: "file_test_results"
5045   output-file-ext: ".rst"
5046   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5047   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"
5048   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5049   data: "intel-dnv-vpp"
5050   filter: "'MRR'"
5051   parameters:
5052   - "name"
5053   - "doc"
5054   - "level"
5055   - "parent"
5056   data-start-level: 3
5057
5058 # VPP Functional Results - Ubuntu
5059 -
5060   type: "file"
5061   title: "VPP Functional Results - Ubuntu"
5062   algorithm: "file_test_results"
5063   output-file-ext: ".rst"
5064   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5065   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"
5066   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5067   data: "vpp-func-results-ubuntu"
5068   filter: "all"
5069   parameters:
5070   - "name"
5071   - "doc"
5072   - "level"
5073   - "parent"
5074   data-start-level: 3
5075
5076 # VPP Functional Results - CentOS
5077 -
5078   type: "file"
5079   title: "VPP Functional Results - CentOS"
5080   algorithm: "file_test_results"
5081   output-file-ext: ".rst"
5082   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5083   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"
5084   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5085   data:
5086     "vpp-func-results-centos"
5087   filter: "all"
5088   parameters:
5089   - "name"
5090   - "doc"
5091   - "level"
5092   - "parent"
5093   data-start-level: 3
5094
5095 # VPP Functional Configuration - Ubuntu
5096 -
5097   type: "file"
5098   title: "VPP Functional Configuration - Ubuntu"
5099   algorithm: "file_test_results"
5100   output-file-ext: ".rst"
5101   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5102   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"
5103   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5104   data: "vpp-func-results-ubuntu"
5105   filter: "all"
5106   parameters:
5107   - "name"
5108   - "doc"
5109   - "level"
5110   - "parent"
5111   data-start-level: 3
5112
5113 # VPP Functional Configuration - CentOS
5114 -
5115   type: "file"
5116   title: "VPP Functional Configuration - CentOS"
5117   algorithm: "file_test_results"
5118   output-file-ext: ".rst"
5119   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5120   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"
5121   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5122   data:
5123     "vpp-func-results-centos"
5124   filter: "all"
5125   parameters:
5126   - "name"
5127   - "doc"
5128   - "level"
5129   - "parent"
5130   data-start-level: 3
5131
5132 # VPP Device Results - Ubuntu
5133 -
5134   type: "file"
5135   title: "VPP Device Results - Ubuntu"
5136   algorithm: "file_test_results"
5137   output-file-ext: ".rst"
5138   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5139   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"
5140   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5141   data: "vpp-device-results-ubuntu"
5142   filter: "all"
5143   parameters:
5144   - "name"
5145   - "doc"
5146   - "level"
5147   - "parent"
5148   data-start-level: 2
5149
5150 # VPP Device Configuration - Ubuntu
5151 -
5152   type: "file"
5153   title: "VPP Device Configuration - Ubuntu"
5154   algorithm: "file_test_results"
5155   output-file-ext: ".rst"
5156   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5157   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"
5158   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5159   data: "vpp-device-results-ubuntu"
5160   filter: "all"
5161   parameters:
5162   - "name"
5163   - "doc"
5164   - "level"
5165   - "parent"
5166   data-start-level: 2
5167
5168 # Container Orchestrated Performance Results 3n-hsw
5169 -
5170   type: "file"
5171   title: "Container Orchestrated Performance Results 3n-hsw"
5172   algorithm: "file_test_results"
5173   output-file-ext: ".rst"
5174   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5175   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"
5176   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5177   data: "ligato-perf-results-3n-hsw"
5178   filter: "all"
5179   parameters:
5180   - "name"
5181   - "doc"
5182   - "level"
5183   - "parent"
5184   data-start-level: 3
5185
5186 # DPDK Performance Results 3n-hsw
5187 -
5188   type: "file"
5189   title: "DPDK Performance Results 3n-hsw"
5190   algorithm: "file_test_results"
5191   output-file-ext: ".rst"
5192   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5193   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"
5194   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5195   data: "dpdk-perf-results-3n-hsw"
5196   filter: "all"
5197   parameters:
5198   - "name"
5199   - "doc"
5200   - "level"
5201   - "parent"
5202   data-start-level: 3
5203
5204 # DPDK Performance Results 3n-skx
5205 -
5206   type: "file"
5207   title: "DPDK Performance Results 3n-skx"
5208   algorithm: "file_test_results"
5209   output-file-ext: ".rst"
5210   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5211   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"
5212   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5213   data: "dpdk-perf-results-3n-skx"
5214   filter: "all"
5215   parameters:
5216   - "name"
5217   - "doc"
5218   - "level"
5219   - "parent"
5220   data-start-level: 3
5221
5222 # DPDK Performance Results 2n-skx
5223 -
5224   type: "file"
5225   title: "DPDK Performance Results 2n-skx"
5226   algorithm: "file_test_results"
5227   output-file-ext: ".rst"
5228   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5229   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"
5230   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5231   data: "dpdk-perf-results-2n-skx"
5232   filter: "all"
5233   parameters:
5234   - "name"
5235   - "doc"
5236   - "level"
5237   - "parent"
5238   data-start-level: 3
5239
5240 # Honeycomb Functional Results
5241 -
5242   type: "file"
5243   title: "Honeycomb Functional Results"
5244   algorithm: "file_test_results"
5245   output-file-ext: ".rst"
5246   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5247   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"
5248   dir-tables: "{DIR[DTR,FUNC,HC]}"
5249   data:
5250     "hc-func-results"
5251   filter: "all"
5252   parameters:
5253   - "name"
5254   - "doc"
5255   - "level"
5256   - "parent"
5257   data-start-level: 3
5258
5259 # NSH SFC Functional Results
5260 -
5261   type: "file"
5262   title: "NSH SFC Functional Results"
5263   algorithm: "file_test_results"
5264   output-file-ext: ".rst"
5265   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5266   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"
5267   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5268   data:
5269     "nsh-func-results"
5270   filter: "all"
5271   parameters:
5272   - "name"
5273   - "doc"
5274   - "level"
5275   - "parent"
5276   data-start-level: 3
5277
5278 # DMM Functional Results
5279 -
5280   type: "file"
5281   title: "DMM Functional Results"
5282   algorithm: "file_test_results"
5283   output-file-ext: ".rst"
5284   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5285   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"
5286   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5287   data:
5288     "dmm-func-results"
5289   filter: "all"
5290   parameters:
5291   - "name"
5292   - "doc"
5293   - "level"
5294   - "parent"
5295   data-start-level: 3
5296
5297 ################################################################################
5298 ###                                P L O T S                                 ###
5299 ################################################################################
5300
5301 # Soak test - example
5302 -
5303   type: "plot"
5304   title: "VPP Throughput Soak: Example"
5305   algorithm: "plot_soak_boxes"
5306   output-file-type: ".html"
5307   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5308   data: "plot-vpp-soak-2n-skx"
5309   filter: "'SOAK'"
5310   parameters:
5311   - "throughput"
5312   - "parent"
5313   - "tags"
5314   sort:
5315   - "L2PATCH"
5316   - "L2XCBASE"
5317   - "L2BDMACLRN"
5318   - "IP4FWD"
5319   - "IP6FWD"
5320   layout:
5321     title: "example-30min-boxes"
5322     layout: "plot-soak-throughput"
5323
5324 # Soak test - example
5325 -
5326   type: "plot"
5327   title: "VPP Throughput Soak: Example"
5328   algorithm: "plot_soak_bars"
5329   output-file-type: ".html"
5330   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5331   data: "plot-vpp-soak-2n-skx"
5332   filter: "'SOAK'"
5333   parameters:
5334   - "throughput"
5335   - "parent"
5336   - "tags"
5337   sort:
5338   - "L2PATCH"
5339   - "L2XCBASE"
5340   - "L2BDMACLRN"
5341   - "IP4FWD"
5342   - "IP6FWD"
5343   layout:
5344     title: "example-30min-bars"
5345     layout: "plot-soak-throughput"
5346
5347 # Heatmap - example
5348 -
5349   type: "plot"
5350   title: "Service Density: l2sw-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5351   algorithm: "plot_service_density_heatmap"
5352   output-file-type: ".html"
5353   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5354   data: "plot-vpp-vsc-2n-skx"
5355   filter: "'NIC_Intel-X710' and
5356            'NF_DENSITY' and
5357            'VM' and
5358            'CHAIN' and
5359            '64B' and
5360            '2T1C' and
5361            'MRR'"
5362   parameters:
5363   - "result"
5364   - "name"
5365   - "tags"
5366   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5367   layout:
5368     title: "<b>Network Service Density Matrix: Packet Throughput View</b>"
5369     layout: "plot-service-density"
5370
5371 -
5372   type: "plot"
5373   title: "Service Density: l2sw-2n-skx-x710-64b-2t1c-base-csc-mrr"
5374   algorithm: "plot_service_density_heatmap"
5375   output-file-type: ".html"
5376   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base-csc-mrr"
5377   data: "plot-vpp-csc-2n-skx"
5378   filter: "'NIC_Intel-X710' and
5379            'NF_DENSITY' and
5380            'DOCKER' and
5381            'CHAIN' and
5382            '64B' and
5383            '2T1C' and
5384            'MRR'"
5385   parameters:
5386   - "result"
5387   - "name"
5388   - "tags"
5389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5390   layout:
5391     title: "<b>Network Service Density Matrix: Packet Throughput View</b>"
5392     layout: "plot-service-density"
5393
5394 ################################################################################
5395 # Plots VPP HTTP Server Performance
5396 -
5397   type: "plot"
5398   title: "VPP HTTP Server Performance"
5399   algorithm: "plot_http_server_performance_box"
5400   output-file-type: ".html"
5401   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5402   data:
5403     "plot-vpp-http-server-performance"
5404   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5405   # each tag is enclosed with ' (apostrophe).
5406   filter: "'HTTP' and 'TCP_CPS'"
5407   parameters:
5408   - "result"
5409   - "name"
5410   traces:
5411     hoverinfo: "x+y"
5412     boxpoints: "outliers"
5413     whiskerwidth: 0
5414   layout:
5415     title: "VPP HTTP Server Performance"
5416     layout:
5417       "plot-cps"
5418
5419 -
5420   type: "plot"
5421   title: "VPP HTTP Server Performance"
5422   algorithm: "plot_http_server_performance_box"
5423   output-file-type: ".html"
5424   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5425   data:
5426     "plot-vpp-http-server-performance"
5427   filter: "'HTTP' and 'TCP_RPS'"
5428   parameters:
5429   - "result"
5430   - "name"
5431   traces:
5432     hoverinfo: "x+y"
5433     boxpoints: "outliers"
5434     whiskerwidth: 0
5435   layout:
5436     title: "VPP HTTP Server Performance"
5437     layout:
5438       "plot-rps"
5439
5440 ################################################################################
5441
5442 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
5443 -
5444   type: "plot"
5445   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5446   algorithm: "plot_performance_box"
5447   output-file-type: ".html"
5448   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5449   data: "plot-vpp-throughput-latency-3n-hsw"
5450   filter: "'NIC_Intel-X520-DA2' and
5451            '64B' and
5452            ('BASE' or 'SCALE') and
5453            'NDRPDR' and
5454            'ETH' and
5455            '1T1C' and
5456            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5457            not 'VHOST' and
5458            not 'MEMIF'"
5459   parameters:
5460   - "throughput"
5461   - "parent"
5462   - "tags"
5463   sort:
5464   - "L2PATCH"
5465   - "L2XCBASE"
5466   - "BASE"
5467   - "FIB_10K"
5468   - "FIB_100K"
5469   - "FIB_1M"
5470   traces:
5471     hoverinfo: "x+y"
5472     boxpoints: "outliers"
5473     whiskerwidth: 0
5474   layout:
5475     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5476     layout: "plot-throughput"
5477
5478 -
5479   type: "plot"
5480   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5481   algorithm: "plot_performance_box"
5482   output-file-type: ".html"
5483   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5484   data: "plot-vpp-throughput-latency-3n-hsw"
5485   filter: "'NIC_Intel-X520-DA2' and
5486            '64B' and
5487            ('BASE' or 'SCALE') and
5488            'NDRPDR' and
5489            'ETH' and
5490            '1T1C' and
5491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5492            not 'VHOST' and
5493            not 'MEMIF'"
5494   parameters:
5495   - "throughput"
5496   - "parent"
5497   - "tags"
5498   sort:
5499   - "L2PATCH"
5500   - "L2XCBASE"
5501   - "BASE"
5502   - "FIB_10K"
5503   - "FIB_100K"
5504   - "FIB_1M"
5505   traces:
5506     hoverinfo: "x+y"
5507     boxpoints: "outliers"
5508     whiskerwidth: 0
5509   layout:
5510     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5511     layout: "plot-throughput"
5512
5513 -
5514   type: "plot"
5515   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5516   algorithm: "plot_performance_box"
5517   output-file-type: ".html"
5518   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5519   data: "plot-vpp-throughput-latency-3n-hsw"
5520   filter: "'NIC_Intel-X520-DA2' and
5521            '64B' and
5522            ('BASE' or 'SCALE') and
5523            'NDRPDR' and
5524            'ETH' and
5525            '2T2C' and
5526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5527            not 'VHOST' and
5528            not 'MEMIF'"
5529   parameters:
5530   - "throughput"
5531   - "parent"
5532   - "tags"
5533   sort:
5534   - "L2PATCH"
5535   - "L2XCBASE"
5536   - "BASE"
5537   - "FIB_10K"
5538   - "FIB_100K"
5539   - "FIB_1M"
5540   traces:
5541     hoverinfo: "x+y"
5542     boxpoints: "outliers"
5543     whiskerwidth: 0
5544   layout:
5545     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5546     layout: "plot-throughput"
5547
5548 -
5549   type: "plot"
5550   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5551   algorithm: "plot_performance_box"
5552   output-file-type: ".html"
5553   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5554   data: "plot-vpp-throughput-latency-3n-hsw"
5555   filter: "'NIC_Intel-X520-DA2' and
5556            '64B' and
5557            ('BASE' or 'SCALE') and
5558            'NDRPDR' and
5559            'ETH' and
5560            '2T2C' and
5561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5562            not 'VHOST' and
5563            not 'MEMIF'"
5564   parameters:
5565   - "throughput"
5566   - "parent"
5567   - "tags"
5568   sort:
5569   - "L2PATCH"
5570   - "L2XCBASE"
5571   - "BASE"
5572   - "FIB_10K"
5573   - "FIB_100K"
5574   - "FIB_1M"
5575   traces:
5576     hoverinfo: "x+y"
5577     boxpoints: "outliers"
5578     whiskerwidth: 0
5579   layout:
5580     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5581     layout: "plot-throughput"
5582
5583 # Packet Throughput - VPP L2 3n-hsw-x520 features
5584 -
5585   type: "plot"
5586   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5587   algorithm: "plot_performance_box"
5588   output-file-type: ".html"
5589   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5590   data: "plot-vpp-throughput-latency-3n-hsw"
5591   filter: "'NIC_Intel-X520-DA2' and
5592            '64B' and
5593            'NDRPDR' and
5594            '1T1C' and
5595            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5596            not 'ACL' and
5597            not 'VHOST' and
5598            not 'MEMIF'"
5599   parameters:
5600   - "throughput"
5601   - "parent"
5602   - "tags"
5603   sort:
5604   - "L2XCBASE"    # l2xcbase
5605   - "L2BDBASE"    # l2bdbase
5606   - "L2XCFWD"     # dot1q-l2xcbase
5607   - "L2BDMACLRN"  # dot1q-l2bdbase
5608   traces:
5609     hoverinfo: "x+y"
5610     boxpoints: "outliers"
5611     whiskerwidth: 0
5612   layout:
5613     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
5614     layout: "plot-throughput"
5615
5616 -
5617   type: "plot"
5618   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5619   algorithm: "plot_performance_box"
5620   output-file-type: ".html"
5621   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5622   data: "plot-vpp-throughput-latency-3n-hsw"
5623   filter: "'NIC_Intel-X520-DA2' and
5624            '64B' and
5625            'NDRPDR' and
5626            '1T1C' and
5627            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5628            not 'ACL' and
5629            not 'VHOST' and
5630            not 'MEMIF'"
5631   parameters:
5632   - "throughput"
5633   - "parent"
5634   - "tags"
5635   sort:
5636   - "L2XCBASE"    # l2xcbase
5637   - "L2BDBASE"    # l2bdbase
5638   - "L2XCFWD"     # dot1q-l2xcbase
5639   - "L2BDMACLRN"  # dot1q-l2bdbase
5640   traces:
5641     hoverinfo: "x+y"
5642     boxpoints: "outliers"
5643     whiskerwidth: 0
5644   layout:
5645     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
5646     layout: "plot-throughput"
5647
5648 -
5649   type: "plot"
5650   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5651   algorithm: "plot_performance_box"
5652   output-file-type: ".html"
5653   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5654   data: "plot-vpp-throughput-latency-3n-hsw"
5655   filter: "'NIC_Intel-X520-DA2' and
5656            '64B' and
5657            'NDRPDR' and
5658            '2T2C' and
5659            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5660            not 'ACL' and
5661            not 'VHOST' and
5662            not 'MEMIF'"
5663   parameters:
5664   - "throughput"
5665   - "parent"
5666   - "tags"
5667   sort:
5668   - "L2XCBASE"    # l2xcbase
5669   - "L2BDBASE"    # l2bdbase
5670   - "L2XCFWD"     # dot1q-l2xcbase
5671   - "L2BDMACLRN"  # dot1q-l2bdbase
5672   traces:
5673     hoverinfo: "x+y"
5674     boxpoints: "outliers"
5675     whiskerwidth: 0
5676   layout:
5677     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
5678     layout: "plot-throughput"
5679
5680 -
5681   type: "plot"
5682   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5683   algorithm: "plot_performance_box"
5684   output-file-type: ".html"
5685   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5686   data: "plot-vpp-throughput-latency-3n-hsw"
5687   filter: "'NIC_Intel-X520-DA2' and
5688            '64B' and
5689            'NDRPDR' and
5690            '2T2C' and
5691            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5692            not 'ACL' and
5693            not 'VHOST' and
5694            not 'MEMIF'"
5695   parameters:
5696   - "throughput"
5697   - "parent"
5698   - "tags"
5699   sort:
5700   - "L2XCBASE"    # l2xcbase
5701   - "L2BDBASE"    # l2bdbase
5702   - "L2XCFWD"     # dot1q-l2xcbase
5703   - "L2BDMACLRN"  # dot1q-l2bdbase
5704   traces:
5705     hoverinfo: "x+y"
5706     boxpoints: "outliers"
5707     whiskerwidth: 0
5708   layout:
5709     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5710     layout: "plot-throughput"
5711
5712 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5713 -
5714   type: "plot"
5715   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5716   algorithm: "plot_performance_box"
5717   output-file-type: ".html"
5718   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5719   data: "plot-vpp-throughput-latency-3n-hsw"
5720   filter: "'NIC_Intel-X710' and
5721            '64B' and
5722            ('BASE' or 'SCALE') and
5723            'NDRPDR' and
5724            'ETH' and
5725            '1T1C' and
5726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5727            not 'VHOST' and
5728            not 'MEMIF'"
5729   parameters:
5730   - "throughput"
5731   - "parent"
5732   - "tags"
5733   sort:
5734   - "L2XCFWD"
5735   - "L2PATCH"
5736   - "L2BDMACLRN"
5737   - "FIB_10K"
5738   - "FIB_100K"
5739   - "FIB_1M"
5740   traces:
5741     hoverinfo: "x+y"
5742     boxpoints: "outliers"
5743     whiskerwidth: 0
5744   layout:
5745     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5746     layout: "plot-throughput"
5747
5748 -
5749   type: "plot"
5750   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5751   algorithm: "plot_performance_box"
5752   output-file-type: ".html"
5753   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5754   data: "plot-vpp-throughput-latency-3n-hsw"
5755   filter: "'NIC_Intel-X710' and
5756            '64B' and
5757            ('BASE' or 'SCALE') and
5758            'NDRPDR' and
5759            'ETH' and
5760            '1T1C' and
5761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5762            not 'VHOST' and
5763            not 'MEMIF'"
5764   parameters:
5765   - "throughput"
5766   - "parent"
5767   - "tags"
5768   sort:
5769   - "L2XCFWD"
5770   - "L2PATCH"
5771   - "L2BDMACLRN"
5772   - "FIB_10K"
5773   - "FIB_100K"
5774   - "FIB_1M"
5775   traces:
5776     hoverinfo: "x+y"
5777     boxpoints: "outliers"
5778     whiskerwidth: 0
5779   layout:
5780     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5781     layout: "plot-throughput"
5782
5783 -
5784   type: "plot"
5785   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5786   algorithm: "plot_performance_box"
5787   output-file-type: ".html"
5788   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5789   data: "plot-vpp-throughput-latency-3n-hsw"
5790   filter: "'NIC_Intel-X710' and
5791            '64B' and
5792            ('BASE' or 'SCALE') and
5793            'NDRPDR' and
5794            'ETH' and
5795            '2T2C' and
5796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5797            not 'VHOST' and
5798            not 'MEMIF'"
5799   parameters:
5800   - "throughput"
5801   - "parent"
5802   - "tags"
5803   sort:
5804   - "L2XCFWD"
5805   - "L2PATCH"
5806   - "L2BDMACLRN"
5807   - "FIB_10K"
5808   - "FIB_100K"
5809   - "FIB_1M"
5810   traces:
5811     hoverinfo: "x+y"
5812     boxpoints: "outliers"
5813     whiskerwidth: 0
5814   layout:
5815     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5816     layout: "plot-throughput"
5817
5818 -
5819   type: "plot"
5820   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5821   algorithm: "plot_performance_box"
5822   output-file-type: ".html"
5823   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5824   data: "plot-vpp-throughput-latency-3n-hsw"
5825   filter: "'NIC_Intel-X710' and
5826            '64B' and
5827            ('BASE' or 'SCALE') and
5828            'NDRPDR' and
5829            'ETH' and
5830            '2T2C' and
5831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5832            not 'VHOST' and
5833            not 'MEMIF'"
5834   parameters:
5835   - "throughput"
5836   - "parent"
5837   - "tags"
5838   sort:
5839   - "L2XCFWD"
5840   - "L2PATCH"
5841   - "L2BDMACLRN"
5842   - "FIB_10K"
5843   - "FIB_100K"
5844   - "FIB_1M"
5845   traces:
5846     hoverinfo: "x+y"
5847     boxpoints: "outliers"
5848     whiskerwidth: 0
5849   layout:
5850     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5851     layout: "plot-throughput"
5852
5853 # Packet Throughput - VPP L2 3n-hsw-x710 features
5854 -
5855   type: "plot"
5856   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5857   algorithm: "plot_performance_box"
5858   output-file-type: ".html"
5859   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5860   data: "plot-vpp-throughput-latency-3n-hsw"
5861   filter: "'NIC_Intel-X710' and
5862            '64B' and
5863            'NDRPDR' and
5864            '1T1C' and
5865            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5866            not 'ACL' and
5867            not 'VHOST' and
5868            not 'MEMIF'"
5869   parameters:
5870   - "throughput"
5871   - "parent"
5872   - "tags"
5873   sort:
5874   - "L2XCBASE"    # l2xcbase
5875   - "L2BDBASE"    # l2bdbase
5876   - "L2XCFWD"     # dot1q-l2xcbase
5877   - "L2BDMACLRN"  # dot1q-l2bdbase
5878   traces:
5879     hoverinfo: "x+y"
5880     boxpoints: "outliers"
5881     whiskerwidth: 0
5882   layout:
5883     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5884     layout: "plot-throughput"
5885
5886 -
5887   type: "plot"
5888   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5889   algorithm: "plot_performance_box"
5890   output-file-type: ".html"
5891   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5892   data: "plot-vpp-throughput-latency-3n-hsw"
5893   filter: "'NIC_Intel-X710' and
5894            '64B' and
5895            'NDRPDR' and
5896            '1T1C' and
5897            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5898            not 'ACL' and
5899            not 'VHOST' and
5900            not 'MEMIF'"
5901   parameters:
5902   - "throughput"
5903   - "parent"
5904   - "tags"
5905   sort:
5906   - "L2XCBASE"    # l2xcbase
5907   - "L2BDBASE"    # l2bdbase
5908   - "L2XCFWD"     # dot1q-l2xcbase
5909   - "L2BDMACLRN"  # dot1q-l2bdbase
5910   traces:
5911     hoverinfo: "x+y"
5912     boxpoints: "outliers"
5913     whiskerwidth: 0
5914   layout:
5915     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5916     layout: "plot-throughput"
5917
5918 -
5919   type: "plot"
5920   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5921   algorithm: "plot_performance_box"
5922   output-file-type: ".html"
5923   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5924   data: "plot-vpp-throughput-latency-3n-hsw"
5925   filter: "'NIC_Intel-X710' and
5926            '64B' and
5927            'NDRPDR' and
5928            '2T2C' and
5929            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5930            not 'ACL' and
5931            not 'VHOST' and
5932            not 'MEMIF'"
5933   parameters:
5934   - "throughput"
5935   - "parent"
5936   - "tags"
5937   sort:
5938   - "L2XCBASE"    # l2xcbase
5939   - "L2BDBASE"    # l2bdbase
5940   - "L2XCFWD"     # dot1q-l2xcbase
5941   - "L2BDMACLRN"  # dot1q-l2bdbase
5942   traces:
5943     hoverinfo: "x+y"
5944     boxpoints: "outliers"
5945     whiskerwidth: 0
5946   layout:
5947     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5948     layout: "plot-throughput"
5949
5950 -
5951   type: "plot"
5952   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5953   algorithm: "plot_performance_box"
5954   output-file-type: ".html"
5955   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5956   data: "plot-vpp-throughput-latency-3n-hsw"
5957   filter: "'NIC_Intel-X710' and
5958            '64B' and
5959            'NDRPDR' and
5960            '2T2C' and
5961            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5962            not 'ACL' and
5963            not 'VHOST' and
5964            not 'MEMIF'"
5965   parameters:
5966   - "throughput"
5967   - "parent"
5968   - "tags"
5969   sort:
5970   - "L2XCBASE"    # l2xcbase
5971   - "L2BDBASE"    # l2bdbase
5972   - "L2XCFWD"     # dot1q-l2xcbase
5973   - "L2BDMACLRN"  # dot1q-l2bdbase
5974   traces:
5975     hoverinfo: "x+y"
5976     boxpoints: "outliers"
5977     whiskerwidth: 0
5978   layout:
5979     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5980     layout: "plot-throughput"
5981
5982 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
5983 -
5984   type: "plot"
5985   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5986   algorithm: "plot_performance_box"
5987   output-file-type: ".html"
5988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5989   data: "plot-vpp-throughput-latency-3n-hsw"
5990   filter: "'NIC_Intel-XL710' and
5991            '64B' and
5992            ('BASE' or 'SCALE') and
5993            'NDRPDR' and
5994            'ETH' and
5995            '1T1C' and
5996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5997            not 'VHOST' and
5998            not 'MEMIF'"
5999   parameters:
6000   - "throughput"
6001   - "parent"
6002   - "tags"
6003   sort:
6004   - "L2PATCH"
6005   - "L2XCBASE"
6006   - "BASE"
6007   - "FIB_10K"
6008   - "FIB_100K"
6009   - "FIB_1M"
6010   traces:
6011     hoverinfo: "x+y"
6012     boxpoints: "outliers"
6013     whiskerwidth: 0
6014   layout:
6015     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6016     layout: "plot-throughput"
6017
6018 -
6019   type: "plot"
6020   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6021   algorithm: "plot_performance_box"
6022   output-file-type: ".html"
6023   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6024   data: "plot-vpp-throughput-latency-3n-hsw"
6025   filter: "'NIC_Intel-XL710' and
6026            '64B' and
6027            ('BASE' or 'SCALE') and
6028            'NDRPDR' and
6029            'ETH' and
6030            '1T1C' and
6031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6032            not 'VHOST' and
6033            not 'MEMIF'"
6034   parameters:
6035   - "throughput"
6036   - "parent"
6037   - "tags"
6038   sort:
6039   - "L2PATCH"
6040   - "L2XCBASE"
6041   - "BASE"
6042   - "FIB_10K"
6043   - "FIB_100K"
6044   - "FIB_1M"
6045   traces:
6046     hoverinfo: "x+y"
6047     boxpoints: "outliers"
6048     whiskerwidth: 0
6049   layout:
6050     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6051     layout: "plot-throughput"
6052
6053 -
6054   type: "plot"
6055   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6056   algorithm: "plot_performance_box"
6057   output-file-type: ".html"
6058   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6059   data: "plot-vpp-throughput-latency-3n-hsw"
6060   filter: "'NIC_Intel-XL710' and
6061            '64B' and
6062            ('BASE' or 'SCALE') and
6063            'NDRPDR' and
6064            'ETH' and
6065            '2T2C' and
6066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6067            not 'VHOST' and
6068            not 'MEMIF'"
6069   parameters:
6070   - "throughput"
6071   - "parent"
6072   - "tags"
6073   sort:
6074   - "L2PATCH"
6075   - "L2XCBASE"
6076   - "BASE"
6077   - "FIB_10K"
6078   - "FIB_100K"
6079   - "FIB_1M"
6080   traces:
6081     hoverinfo: "x+y"
6082     boxpoints: "outliers"
6083     whiskerwidth: 0
6084   layout:
6085     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6086     layout: "plot-throughput"
6087
6088 -
6089   type: "plot"
6090   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6091   algorithm: "plot_performance_box"
6092   output-file-type: ".html"
6093   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6094   data: "plot-vpp-throughput-latency-3n-hsw"
6095   filter: "'NIC_Intel-XL710' and
6096            '64B' and
6097            ('BASE' or 'SCALE') and
6098            'NDRPDR' and
6099            'ETH' and
6100            '2T2C' and
6101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6102            not 'VHOST' and
6103            not 'MEMIF'"
6104   parameters:
6105   - "throughput"
6106   - "parent"
6107   - "tags"
6108   sort:
6109   - "L2PATCH"
6110   - "L2XCBASE"
6111   - "BASE"
6112   - "FIB_10K"
6113   - "FIB_100K"
6114   - "FIB_1M"
6115   traces:
6116     hoverinfo: "x+y"
6117     boxpoints: "outliers"
6118     whiskerwidth: 0
6119   layout:
6120     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6121     layout: "plot-throughput"
6122
6123 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
6124 -
6125   type: "plot"
6126   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6127   algorithm: "plot_performance_box"
6128   output-file-type: ".html"
6129   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6130   data: "plot-vpp-throughput-latency-3n-skx"
6131   filter: "'NIC_Intel-X710' and
6132            '64B' and
6133            ('BASE' or 'SCALE') and
6134            'NDRPDR' and
6135            'ETH' and
6136            '2T1C' and
6137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6138            not 'VHOST' and
6139            not 'MEMIF' and
6140            not 'DRV_AVF'"
6141   parameters:
6142   - "throughput"
6143   - "parent"
6144   - "tags"
6145   sort:
6146   - "L2PATCH"
6147   - "L2XCBASE"
6148   - "BASE"
6149   - "FIB_10K"
6150   - "FIB_100K"
6151   - "FIB_1M"
6152   traces:
6153     hoverinfo: "x+y"
6154     boxpoints: "outliers"
6155     whiskerwidth: 0
6156   layout:
6157     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6158     layout: "plot-throughput"
6159
6160 -
6161   type: "plot"
6162   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6163   algorithm: "plot_performance_box"
6164   output-file-type: ".html"
6165   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6166   data: "plot-vpp-throughput-latency-3n-skx"
6167   filter: "'NIC_Intel-X710' and
6168            '64B' and
6169            ('BASE' or 'SCALE') and
6170            'NDRPDR' and
6171            'ETH' and
6172            '2T1C' and
6173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6174            not 'VHOST' and
6175            not 'MEMIF' and
6176            not 'DRV_AVF'"
6177   parameters:
6178   - "throughput"
6179   - "parent"
6180   - "tags"
6181   sort:
6182   - "L2PATCH"
6183   - "L2XCBASE"
6184   - "BASE"
6185   - "FIB_10K"
6186   - "FIB_100K"
6187   - "FIB_1M"
6188   traces:
6189     hoverinfo: "x+y"
6190     boxpoints: "outliers"
6191     whiskerwidth: 0
6192   layout:
6193     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6194     layout: "plot-throughput"
6195
6196 -
6197   type: "plot"
6198   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6199   algorithm: "plot_performance_box"
6200   output-file-type: ".html"
6201   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6202   data: "plot-vpp-throughput-latency-3n-skx"
6203   filter: "'NIC_Intel-X710' and
6204            '64B' and
6205            ('BASE' or 'SCALE') and
6206            'NDRPDR' and
6207            'ETH' and
6208            '4T2C' and
6209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6210            not 'VHOST' and
6211            not 'MEMIF' and
6212            not 'DRV_AVF'"
6213   parameters:
6214   - "throughput"
6215   - "parent"
6216   - "tags"
6217   sort:
6218   - "L2PATCH"
6219   - "L2XCBASE"
6220   - "BASE"
6221   - "FIB_10K"
6222   - "FIB_100K"
6223   - "FIB_1M"
6224   traces:
6225     hoverinfo: "x+y"
6226     boxpoints: "outliers"
6227     whiskerwidth: 0
6228   layout:
6229     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6230     layout: "plot-throughput"
6231
6232 -
6233   type: "plot"
6234   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6235   algorithm: "plot_performance_box"
6236   output-file-type: ".html"
6237   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6238   data: "plot-vpp-throughput-latency-3n-skx"
6239   filter: "'NIC_Intel-X710' and
6240            '64B' and
6241            ('BASE' or 'SCALE') and
6242            'NDRPDR' and
6243            'ETH' and
6244            '4T2C' and
6245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6246            not 'VHOST' and
6247            not 'MEMIF' and
6248            not 'DRV_AVF'"
6249   parameters:
6250   - "throughput"
6251   - "parent"
6252   - "tags"
6253   sort:
6254   - "L2PATCH"
6255   - "L2XCBASE"
6256   - "BASE"
6257   - "FIB_10K"
6258   - "FIB_100K"
6259   - "FIB_1M"
6260   traces:
6261     hoverinfo: "x+y"
6262     boxpoints: "outliers"
6263     whiskerwidth: 0
6264   layout:
6265     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6266     layout: "plot-throughput"
6267
6268 # Packet Throughput - VPP L2 3n-skx-x710 features
6269 -
6270   type: "plot"
6271   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6272   algorithm: "plot_performance_box"
6273   output-file-type: ".html"
6274   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6275   data: "plot-vpp-throughput-latency-3n-skx"
6276   filter: "'NIC_Intel-X710' and
6277            '64B' and
6278            'NDRPDR' and
6279            '2T1C' and
6280            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6281            not 'ACL' and
6282            not 'VHOST' and
6283            not 'MEMIF'"
6284   parameters:
6285   - "throughput"
6286   - "parent"
6287   - "tags"
6288   sort:
6289   - "L2XCBASE"    # l2xcbase
6290   - "L2BDBASE"    # l2bdbase
6291   - "L2XCFWD"     # dot1q-l2xcbase
6292   - "L2BDMACLRN"  # dot1q-l2bdbase
6293   traces:
6294     hoverinfo: "x+y"
6295     boxpoints: "outliers"
6296     whiskerwidth: 0
6297   layout:
6298     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
6299     layout: "plot-throughput"
6300
6301 -
6302   type: "plot"
6303   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6304   algorithm: "plot_performance_box"
6305   output-file-type: ".html"
6306   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6307   data: "plot-vpp-throughput-latency-3n-skx"
6308   filter: "'NIC_Intel-X710' and
6309            '64B' and
6310            'NDRPDR' and
6311            '2T1C' and
6312            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6313            not 'ACL' and
6314            not 'VHOST' and
6315            not 'MEMIF'"
6316   parameters:
6317   - "throughput"
6318   - "parent"
6319   - "tags"
6320   sort:
6321   - "L2XCBASE"    # l2xcbase
6322   - "L2BDBASE"    # l2bdbase
6323   - "L2XCFWD"     # dot1q-l2xcbase
6324   - "L2BDMACLRN"  # dot1q-l2bdbase
6325   traces:
6326     hoverinfo: "x+y"
6327     boxpoints: "outliers"
6328     whiskerwidth: 0
6329   layout:
6330     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
6331     layout: "plot-throughput"
6332
6333 -
6334   type: "plot"
6335   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6336   algorithm: "plot_performance_box"
6337   output-file-type: ".html"
6338   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6339   data: "plot-vpp-throughput-latency-3n-skx"
6340   filter: "'NIC_Intel-X710' and
6341            '64B' and
6342            'NDRPDR' and
6343            '4T2C' and
6344            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6345            not 'ACL' and
6346            not 'VHOST' and
6347            not 'MEMIF'"
6348   parameters:
6349   - "throughput"
6350   - "parent"
6351   - "tags"
6352   sort:
6353   - "L2XCBASE"    # l2xcbase
6354   - "L2BDBASE"    # l2bdbase
6355   - "L2XCFWD"     # dot1q-l2xcbase
6356   - "L2BDMACLRN"  # dot1q-l2bdbase
6357   traces:
6358     hoverinfo: "x+y"
6359     boxpoints: "outliers"
6360     whiskerwidth: 0
6361   layout:
6362     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
6363     layout: "plot-throughput"
6364
6365 -
6366   type: "plot"
6367   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6368   algorithm: "plot_performance_box"
6369   output-file-type: ".html"
6370   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6371   data: "plot-vpp-throughput-latency-3n-skx"
6372   filter: "'NIC_Intel-X710' and
6373            '64B' and
6374            'NDRPDR' and
6375            '4T2C' and
6376            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6377            not 'ACL' and
6378            not 'VHOST' and
6379            not 'MEMIF'"
6380   parameters:
6381   - "throughput"
6382   - "parent"
6383   - "tags"
6384   sort:
6385   - "L2XCBASE"    # l2xcbase
6386   - "L2BDBASE"    # l2bdbase
6387   - "L2XCFWD"     # dot1q-l2xcbase
6388   - "L2BDMACLRN"  # dot1q-l2bdbase
6389   traces:
6390     hoverinfo: "x+y"
6391     boxpoints: "outliers"
6392     whiskerwidth: 0
6393   layout:
6394     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
6395     layout: "plot-throughput"
6396
6397 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
6398 -
6399   type: "plot"
6400   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6401   algorithm: "plot_performance_box"
6402   output-file-type: ".html"
6403   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6404   data: "plot-vpp-throughput-latency-3n-skx"
6405   filter: "'NIC_Intel-XXV710' and
6406            '64B' and
6407            ('BASE' or 'SCALE') and
6408            'NDRPDR' and
6409            'ETH' and
6410            '2T1C' and
6411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6412            not 'VHOST' and
6413            not 'MEMIF' and
6414            not 'DRV_AVF'"
6415   parameters:
6416   - "throughput"
6417   - "parent"
6418   - "tags"
6419   sort:
6420   - "L2PATCH"
6421   - "L2XCBASE"
6422   - "BASE"
6423   - "FIB_10K"
6424   - "FIB_100K"
6425   - "FIB_1M"
6426   traces:
6427     hoverinfo: "x+y"
6428     boxpoints: "outliers"
6429     whiskerwidth: 0
6430   layout:
6431     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6432     layout: "plot-throughput"
6433
6434 -
6435   type: "plot"
6436   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6437   algorithm: "plot_performance_box"
6438   output-file-type: ".html"
6439   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6440   data: "plot-vpp-throughput-latency-3n-skx"
6441   filter: "'NIC_Intel-XXV710' and
6442            '64B' and
6443            ('BASE' or 'SCALE') and
6444            'NDRPDR' and
6445            'ETH' and
6446            '2T1C' and
6447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6448            not 'VHOST' and
6449            not 'MEMIF' and
6450            not 'DRV_AVF'"
6451   parameters:
6452   - "throughput"
6453   - "parent"
6454   - "tags"
6455   sort:
6456   - "L2PATCH"
6457   - "L2XCBASE"
6458   - "BASE"
6459   - "FIB_10K"
6460   - "FIB_100K"
6461   - "FIB_1M"
6462   traces:
6463     hoverinfo: "x+y"
6464     boxpoints: "outliers"
6465     whiskerwidth: 0
6466   layout:
6467     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6468     layout: "plot-throughput"
6469
6470 -
6471   type: "plot"
6472   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6473   algorithm: "plot_performance_box"
6474   output-file-type: ".html"
6475   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6476   data: "plot-vpp-throughput-latency-3n-skx"
6477   filter: "'NIC_Intel-XXV710' and
6478            '64B' and
6479            ('BASE' or 'SCALE') and
6480            'NDRPDR' and
6481            'ETH' and
6482            '4T2C' and
6483            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6484            not 'VHOST' and
6485            not 'MEMIF' and
6486            not 'DRV_AVF'"
6487   parameters:
6488   - "throughput"
6489   - "parent"
6490   - "tags"
6491   sort:
6492   - "L2PATCH"
6493   - "L2XCBASE"
6494   - "BASE"
6495   - "FIB_10K"
6496   - "FIB_100K"
6497   - "FIB_1M"
6498   traces:
6499     hoverinfo: "x+y"
6500     boxpoints: "outliers"
6501     whiskerwidth: 0
6502   layout:
6503     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6504     layout: "plot-throughput"
6505
6506 -
6507   type: "plot"
6508   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6509   algorithm: "plot_performance_box"
6510   output-file-type: ".html"
6511   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6512   data: "plot-vpp-throughput-latency-3n-skx"
6513   filter: "'NIC_Intel-XXV710' and
6514            '64B' and
6515            ('BASE' or 'SCALE') and
6516            'NDRPDR' and
6517            'ETH' and
6518            '4T2C' and
6519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6520            not 'VHOST' and
6521            not 'MEMIF' and
6522            not 'DRV_AVF'"
6523   parameters:
6524   - "throughput"
6525   - "parent"
6526   - "tags"
6527   sort:
6528   - "L2PATCH"
6529   - "L2XCBASE"
6530   - "BASE"
6531   - "FIB_10K"
6532   - "FIB_100K"
6533   - "FIB_1M"
6534   traces:
6535     hoverinfo: "x+y"
6536     boxpoints: "outliers"
6537     whiskerwidth: 0
6538   layout:
6539     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6540     layout: "plot-throughput"
6541
6542 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
6543 -
6544   type: "plot"
6545   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6546   algorithm: "plot_performance_box"
6547   output-file-type: ".html"
6548   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6549   data: "plot-vpp-throughput-latency-2n-skx"
6550   filter: "'NIC_Intel-X710' and
6551            '64B' and
6552            ('BASE' or 'SCALE') and
6553            'NDRPDR' and
6554            'ETH' and
6555            '2T1C' and
6556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6557            not 'VHOST' and
6558            not 'MEMIF'"
6559   parameters:
6560   - "throughput"
6561   - "parent"
6562   - "tags"
6563   sort:
6564   - "L2PATCH"
6565   - "L2XCBASE"
6566   - "BASE"
6567   - "FIB_10K"
6568   - "FIB_100K"
6569   - "FIB_1M"
6570   traces:
6571     hoverinfo: "x+y"
6572     boxpoints: "outliers"
6573     whiskerwidth: 0
6574   layout:
6575     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6576     layout: "plot-throughput"
6577
6578 -
6579   type: "plot"
6580   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6581   algorithm: "plot_performance_box"
6582   output-file-type: ".html"
6583   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6584   data: "plot-vpp-throughput-latency-2n-skx"
6585   filter: "'NIC_Intel-X710' and
6586            '64B' and
6587            ('BASE' or 'SCALE') and
6588            'NDRPDR' and
6589            'ETH' and
6590            '2T1C' and
6591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6592            not 'VHOST' and
6593            not 'MEMIF'"
6594   parameters:
6595   - "throughput"
6596   - "parent"
6597   - "tags"
6598   sort:
6599   - "L2PATCH"
6600   - "L2XCBASE"
6601   - "BASE"
6602   - "FIB_10K"
6603   - "FIB_100K"
6604   - "FIB_1M"
6605   traces:
6606     hoverinfo: "x+y"
6607     boxpoints: "outliers"
6608     whiskerwidth: 0
6609   layout:
6610     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6611     layout: "plot-throughput"
6612
6613 -
6614   type: "plot"
6615   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6616   algorithm: "plot_performance_box"
6617   output-file-type: ".html"
6618   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6619   data: "plot-vpp-throughput-latency-2n-skx"
6620   filter: "'NIC_Intel-X710' and
6621            '64B' and
6622            ('BASE' or 'SCALE') and
6623            'NDRPDR' and
6624            'ETH' and
6625            '4T2C' and
6626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6627            not 'VHOST' and
6628            not 'MEMIF'"
6629   parameters:
6630   - "throughput"
6631   - "parent"
6632   - "tags"
6633   sort:
6634   - "L2PATCH"
6635   - "L2XCBASE"
6636   - "BASE"
6637   - "FIB_10K"
6638   - "FIB_100K"
6639   - "FIB_1M"
6640   traces:
6641     hoverinfo: "x+y"
6642     boxpoints: "outliers"
6643     whiskerwidth: 0
6644   layout:
6645     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6646     layout: "plot-throughput"
6647
6648 -
6649   type: "plot"
6650   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6651   algorithm: "plot_performance_box"
6652   output-file-type: ".html"
6653   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6654   data: "plot-vpp-throughput-latency-2n-skx"
6655   filter: "'NIC_Intel-X710' and
6656            '64B' and
6657            ('BASE' or 'SCALE') and
6658            'NDRPDR' and
6659            'ETH' and
6660            '4T2C' and
6661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6662            not 'VHOST' and
6663            not 'MEMIF'"
6664   parameters:
6665   - "throughput"
6666   - "parent"
6667   - "tags"
6668   sort:
6669   - "L2PATCH"
6670   - "L2XCBASE"
6671   - "BASE"
6672   - "FIB_10K"
6673   - "FIB_100K"
6674   - "FIB_1M"
6675   traces:
6676     hoverinfo: "x+y"
6677     boxpoints: "outliers"
6678     whiskerwidth: 0
6679   layout:
6680     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6681     layout: "plot-throughput"
6682
6683 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
6684 -
6685   type: "plot"
6686   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6687   algorithm: "plot_performance_box"
6688   output-file-type: ".html"
6689   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6690   data: "plot-vpp-throughput-latency-2n-skx"
6691   filter: "'NIC_Intel-XXV710' and
6692            '64B' and
6693            ('BASE' or 'SCALE') and
6694            'NDRPDR' and
6695            'ETH' and
6696            '2T1C' and
6697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6698            not 'VHOST' and
6699            not 'MEMIF'"
6700   parameters:
6701   - "throughput"
6702   - "parent"
6703   - "tags"
6704   sort:
6705   - "L2PATCH"
6706   - "L2XCBASE"
6707   - "BASE"
6708   - "FIB_10K"
6709   - "FIB_100K"
6710   - "FIB_1M"
6711   traces:
6712     hoverinfo: "x+y"
6713     boxpoints: "outliers"
6714     whiskerwidth: 0
6715   layout:
6716     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6717     layout: "plot-throughput"
6718
6719 -
6720   type: "plot"
6721   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6722   algorithm: "plot_performance_box"
6723   output-file-type: ".html"
6724   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6725   data: "plot-vpp-throughput-latency-2n-skx"
6726   filter: "'NIC_Intel-XXV710' and
6727            '64B' and
6728            ('BASE' or 'SCALE') and
6729            'NDRPDR' and
6730            'ETH' and
6731            '2T1C' and
6732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6733            not 'VHOST' and
6734            not 'MEMIF'"
6735   parameters:
6736   - "throughput"
6737   - "parent"
6738   - "tags"
6739   sort:
6740   - "L2PATCH"
6741   - "L2XCBASE"
6742   - "BASE"
6743   - "FIB_10K"
6744   - "FIB_100K"
6745   - "FIB_1M"
6746   traces:
6747     hoverinfo: "x+y"
6748     boxpoints: "outliers"
6749     whiskerwidth: 0
6750   layout:
6751     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6752     layout: "plot-throughput"
6753
6754 -
6755   type: "plot"
6756   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6757   algorithm: "plot_performance_box"
6758   output-file-type: ".html"
6759   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6760   data: "plot-vpp-throughput-latency-2n-skx"
6761   filter: "'NIC_Intel-XXV710' and
6762            '64B' and
6763            ('BASE' or 'SCALE') and
6764            'NDRPDR' and
6765            'ETH' and
6766            '4T2C' and
6767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6768            not 'VHOST' and
6769            not 'MEMIF'"
6770   parameters:
6771   - "throughput"
6772   - "parent"
6773   - "tags"
6774   sort:
6775   - "L2PATCH"
6776   - "L2XCBASE"
6777   - "BASE"
6778   - "FIB_10K"
6779   - "FIB_100K"
6780   - "FIB_1M"
6781   traces:
6782     hoverinfo: "x+y"
6783     boxpoints: "outliers"
6784     whiskerwidth: 0
6785   layout:
6786     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6787     layout: "plot-throughput"
6788
6789 -
6790   type: "plot"
6791   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6792   algorithm: "plot_performance_box"
6793   output-file-type: ".html"
6794   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6795   data: "plot-vpp-throughput-latency-2n-skx"
6796   filter: "'NIC_Intel-XXV710' and
6797            '64B' and
6798            ('BASE' or 'SCALE') and
6799            'NDRPDR' and
6800            'ETH' and
6801            '4T2C' and
6802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6803            not 'VHOST' and
6804            not 'MEMIF'"
6805   parameters:
6806   - "throughput"
6807   - "parent"
6808   - "tags"
6809   sort:
6810   - "L2PATCH"
6811   - "L2XCBASE"
6812   - "BASE"
6813   - "FIB_10K"
6814   - "FIB_100K"
6815   - "FIB_1M"
6816   traces:
6817     hoverinfo: "x+y"
6818     boxpoints: "outliers"
6819     whiskerwidth: 0
6820   layout:
6821     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6822     layout: "plot-throughput"
6823
6824 # Packet Throughput - VPP L2 2n-dnv-x553 base
6825 -
6826   type: "plot"
6827   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6828   algorithm: "plot_performance_box"
6829   output-file-type: ".html"
6830   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6831   data: "intel-dnv-vpp"
6832   filter: "'NIC_Intel-X553' and
6833            '64B' and
6834            'BASE' and
6835            'NDRPDR' and
6836            'ETH' and
6837            '1T1C' and
6838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6839            not 'VHOST' and
6840            not 'MEMIF'"
6841   parameters:
6842   - "throughput"
6843   - "parent"
6844   - "tags"
6845   sort:
6846   - "L2XCBASE"
6847   - "L2BDMACLRN"
6848   - "L2PATCH"
6849   traces:
6850     hoverinfo: "x+y"
6851     boxpoints: "outliers"
6852     whiskerwidth: 0
6853   layout:
6854     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6855     layout: "plot-throughput"
6856
6857 -
6858   type: "plot"
6859   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6860   algorithm: "plot_performance_box"
6861   output-file-type: ".html"
6862   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6863   data: "intel-dnv-vpp"
6864   filter: "'NIC_Intel-X553' and
6865            '64B' and
6866            ('BASE' or 'SCALE') and
6867            'NDRPDR' and
6868            'ETH' and
6869            '1T1C' and
6870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6871            not 'VHOST' and
6872            not 'MEMIF'"
6873   parameters:
6874   - "throughput"
6875   - "parent"
6876   - "tags"
6877   sort:
6878   - "L2XCBASE"
6879   - "L2BDMACLRN"
6880   - "L2PATCH"
6881   traces:
6882     hoverinfo: "x+y"
6883     boxpoints: "outliers"
6884     whiskerwidth: 0
6885   layout:
6886     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6887     layout: "plot-throughput"
6888
6889 -
6890   type: "plot"
6891   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6892   algorithm: "plot_performance_box"
6893   output-file-type: ".html"
6894   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6895   data: "intel-dnv-vpp"
6896   filter: "'NIC_Intel-X553' and
6897            '64B' and
6898            ('BASE' or 'SCALE') and
6899            'NDRPDR' and
6900            'ETH' and
6901            '2T2C' and
6902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6903            not 'VHOST' and
6904            not 'MEMIF'"
6905   parameters:
6906   - "throughput"
6907   - "parent"
6908   - "tags"
6909   sort:
6910   - "L2XCBASE"
6911   - "L2BDMACLRN"
6912   - "L2PATCH"
6913   traces:
6914     hoverinfo: "x+y"
6915     boxpoints: "outliers"
6916     whiskerwidth: 0
6917   layout:
6918     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6919     layout: "plot-throughput"
6920
6921 -
6922   type: "plot"
6923   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6924   algorithm: "plot_performance_box"
6925   output-file-type: ".html"
6926   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6927   data: "intel-dnv-vpp"
6928   filter: "'NIC_Intel-X553' and
6929            '64B' and
6930            ('BASE' or 'SCALE') and
6931            'NDRPDR' and
6932            'ETH' and
6933            '2T2C' and
6934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6935            not 'VHOST' and
6936            not 'MEMIF'"
6937   parameters:
6938   - "throughput"
6939   - "parent"
6940   - "tags"
6941   sort:
6942   - "L2XCBASE"
6943   - "L2BDMACLRN"
6944   - "L2PATCH"
6945   traces:
6946     hoverinfo: "x+y"
6947     boxpoints: "outliers"
6948     whiskerwidth: 0
6949   layout:
6950     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6951     layout: "plot-throughput"
6952
6953 ################################################################################
6954
6955 # Packet Throughput - VPP Container Memif 3n-hsw-x520
6956 -
6957   type: "plot"
6958   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6959   algorithm: "plot_performance_box"
6960   output-file-type: ".html"
6961   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6962   data: "plot-vpp-throughput-latency-3n-hsw"
6963   filter: "'NIC_Intel-X520-DA2' and
6964            '64B' and
6965            ('BASE' or 'SCALE') and
6966            'NDRPDR' and
6967            '1T1C' and
6968            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6969            not 'VHOST' and
6970            'MEMIF'"
6971   parameters:
6972   - "throughput"
6973   - "parent"
6974   - "tags"
6975   sort:
6976   - "L2XCFWD"
6977   - "L2XCFWD"
6978   - "L2XCFWD"
6979   - "L2BDMACLRN"
6980   - "L2BDMACLRN"
6981   - "L2BDMACLRN"
6982   traces:
6983     hoverinfo: "x+y"
6984     boxpoints: "outliers"
6985     whiskerwidth: 0
6986   layout:
6987     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6988     layout: "plot-throughput"
6989
6990 -
6991   type: "plot"
6992   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6993   algorithm: "plot_performance_box"
6994   output-file-type: ".html"
6995   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6996   data: "plot-vpp-throughput-latency-3n-hsw"
6997   filter: "'NIC_Intel-X520-DA2' and
6998            '64B' and
6999            ('BASE' or 'SCALE') and
7000            'NDRPDR' and
7001            '1T1C' and
7002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7003            not 'VHOST' and
7004            'MEMIF'"
7005   parameters:
7006   - "throughput"
7007   - "parent"
7008   - "tags"
7009   sort:
7010   - "L2XCFWD"
7011   - "L2XCFWD"
7012   - "L2XCFWD"
7013   - "L2BDMACLRN"
7014   - "L2BDMACLRN"
7015   - "L2BDMACLRN"
7016   traces:
7017     hoverinfo: "x+y"
7018     boxpoints: "outliers"
7019     whiskerwidth: 0
7020   layout:
7021     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7022     layout: "plot-throughput"
7023
7024 -
7025   type: "plot"
7026   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7027   algorithm: "plot_performance_box"
7028   output-file-type: ".html"
7029   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7030   data: "plot-vpp-throughput-latency-3n-hsw"
7031   filter: "'NIC_Intel-X520-DA2' and
7032            '64B' and
7033            ('BASE' or 'SCALE') and
7034            'NDRPDR' and
7035            '2T2C' and
7036            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7037            not 'VHOST' and
7038            'MEMIF'"
7039   parameters:
7040   - "throughput"
7041   - "parent"
7042   - "tags"
7043   sort:
7044   - "L2XCFWD"
7045   - "L2XCFWD"
7046   - "L2XCFWD"
7047   - "L2BDMACLRN"
7048   - "L2BDMACLRN"
7049   - "L2BDMACLRN"
7050   traces:
7051     hoverinfo: "x+y"
7052     boxpoints: "outliers"
7053     whiskerwidth: 0
7054   layout:
7055     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7056     layout: "plot-throughput"
7057
7058 -
7059   type: "plot"
7060   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7061   algorithm: "plot_performance_box"
7062   output-file-type: ".html"
7063   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7064   data: "plot-vpp-throughput-latency-3n-hsw"
7065   filter: "'NIC_Intel-X520-DA2' and
7066            '64B' and
7067            ('BASE' or 'SCALE') and
7068            'NDRPDR' and
7069            '2T2C' and
7070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7071            not 'VHOST' and
7072            'MEMIF'"
7073   parameters:
7074   - "throughput"
7075   - "parent"
7076   - "tags"
7077   sort:
7078   - "L2XCFWD"
7079   - "L2XCFWD"
7080   - "L2XCFWD"
7081   - "L2BDMACLRN"
7082   - "L2BDMACLRN"
7083   - "L2BDMACLRN"
7084   traces:
7085     hoverinfo: "x+y"
7086     boxpoints: "outliers"
7087     whiskerwidth: 0
7088   layout:
7089     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7090     layout: "plot-throughput"
7091
7092 # Packet Throughput - VPP Container Memif 3n-hsw-x710
7093 -
7094   type: "plot"
7095   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7096   algorithm: "plot_performance_box"
7097   output-file-type: ".html"
7098   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7099   data: "plot-vpp-throughput-latency-3n-hsw"
7100   filter: "'NIC_Intel-X710' and
7101            '64B' and
7102            ('BASE' or 'SCALE') and
7103            'NDRPDR' and
7104            '1T1C' and
7105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7106            not 'VHOST' and
7107            'MEMIF'"
7108   parameters:
7109   - "throughput"
7110   - "parent"
7111   - "tags"
7112   sort:
7113   - "L2XCFWD"
7114   - "L2XCFWD"
7115   - "L2XCFWD"
7116   - "L2BDMACLRN"
7117   - "L2BDMACLRN"
7118   - "L2BDMACLRN"
7119   traces:
7120     hoverinfo: "x+y"
7121     boxpoints: "outliers"
7122     whiskerwidth: 0
7123   layout:
7124     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7125     layout: "plot-throughput"
7126
7127 -
7128   type: "plot"
7129   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7130   algorithm: "plot_performance_box"
7131   output-file-type: ".html"
7132   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7133   data: "plot-vpp-throughput-latency-3n-hsw"
7134   filter: "'NIC_Intel-X710' and
7135            '64B' and
7136            ('BASE' or 'SCALE') and
7137            'NDRPDR' and
7138            '1T1C' and
7139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7140            not 'VHOST' and
7141            'MEMIF'"
7142   parameters:
7143   - "throughput"
7144   - "parent"
7145   - "tags"
7146   sort:
7147   - "L2XCFWD"
7148   - "L2XCFWD"
7149   - "L2XCFWD"
7150   - "L2BDMACLRN"
7151   - "L2BDMACLRN"
7152   - "L2BDMACLRN"
7153   traces:
7154     hoverinfo: "x+y"
7155     boxpoints: "outliers"
7156     whiskerwidth: 0
7157   layout:
7158     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7159     layout: "plot-throughput"
7160
7161 -
7162   type: "plot"
7163   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7164   algorithm: "plot_performance_box"
7165   output-file-type: ".html"
7166   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7167   data: "plot-vpp-throughput-latency-3n-hsw"
7168   filter: "'NIC_Intel-X710' and
7169            '64B' and
7170            ('BASE' or 'SCALE') and
7171            'NDRPDR' and
7172            '2T2C' and
7173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7174            not 'VHOST' and
7175            'MEMIF'"
7176   parameters:
7177   - "throughput"
7178   - "parent"
7179   - "tags"
7180   sort:
7181   - "L2XCFWD"
7182   - "L2XCFWD"
7183   - "L2XCFWD"
7184   - "L2BDMACLRN"
7185   - "L2BDMACLRN"
7186   - "L2BDMACLRN"
7187   traces:
7188     hoverinfo: "x+y"
7189     boxpoints: "outliers"
7190     whiskerwidth: 0
7191   layout:
7192     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7193     layout: "plot-throughput"
7194
7195 -
7196   type: "plot"
7197   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7198   algorithm: "plot_performance_box"
7199   output-file-type: ".html"
7200   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7201   data: "plot-vpp-throughput-latency-3n-hsw"
7202   filter: "'NIC_Intel-X710' and
7203            '64B' and
7204            ('BASE' or 'SCALE') and
7205            'NDRPDR' and
7206            '2T2C' and
7207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7208            not 'VHOST' and
7209            'MEMIF'"
7210   parameters:
7211   - "throughput"
7212   - "parent"
7213   - "tags"
7214   sort:
7215   - "L2XCFWD"
7216   - "L2XCFWD"
7217   - "L2XCFWD"
7218   - "L2BDMACLRN"
7219   - "L2BDMACLRN"
7220   - "L2BDMACLRN"
7221   traces:
7222     hoverinfo: "x+y"
7223     boxpoints: "outliers"
7224     whiskerwidth: 0
7225   layout:
7226     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7227     layout: "plot-throughput"
7228
7229 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
7230 -
7231   type: "plot"
7232   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7233   algorithm: "plot_performance_box"
7234   output-file-type: ".html"
7235   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7236   data: "plot-vpp-throughput-latency-3n-hsw"
7237   filter: "'NIC_Intel-XL710' and
7238            '64B' and
7239            ('BASE' or 'SCALE') and
7240            'NDRPDR' and
7241            '1T1C' and
7242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7243            not 'VHOST' and
7244            'MEMIF'"
7245   parameters:
7246   - "throughput"
7247   - "parent"
7248   - "tags"
7249   sort:
7250   - "L2XCFWD"
7251   - "L2XCFWD"
7252   - "L2XCFWD"
7253   - "L2BDMACLRN"
7254   - "L2BDMACLRN"
7255   - "L2BDMACLRN"
7256   traces:
7257     hoverinfo: "x+y"
7258     boxpoints: "outliers"
7259     whiskerwidth: 0
7260   layout:
7261     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7262     layout: "plot-throughput"
7263
7264 -
7265   type: "plot"
7266   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7267   algorithm: "plot_performance_box"
7268   output-file-type: ".html"
7269   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7270   data: "plot-vpp-throughput-latency-3n-hsw"
7271   filter: "'NIC_Intel-XL710' and
7272            '64B' and
7273            ('BASE' or 'SCALE') and
7274            'NDRPDR' and
7275            '1T1C' and
7276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7277            not 'VHOST' and
7278            'MEMIF'"
7279   parameters:
7280   - "throughput"
7281   - "parent"
7282   - "tags"
7283   sort:
7284   - "L2XCFWD"
7285   - "L2XCFWD"
7286   - "L2XCFWD"
7287   - "L2BDMACLRN"
7288   - "L2BDMACLRN"
7289   - "L2BDMACLRN"
7290   traces:
7291     hoverinfo: "x+y"
7292     boxpoints: "outliers"
7293     whiskerwidth: 0
7294   layout:
7295     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7296     layout: "plot-throughput"
7297
7298 -
7299   type: "plot"
7300   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7301   algorithm: "plot_performance_box"
7302   output-file-type: ".html"
7303   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7304   data: "plot-vpp-throughput-latency-3n-hsw"
7305   filter: "'NIC_Intel-XL710' and
7306            '64B' and
7307            ('BASE' or 'SCALE') and
7308            'NDRPDR' and
7309            '2T2C' and
7310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7311            not 'VHOST' and
7312            'MEMIF'"
7313   parameters:
7314   - "throughput"
7315   - "parent"
7316   - "tags"
7317   sort:
7318   - "L2XCFWD"
7319   - "L2XCFWD"
7320   - "L2XCFWD"
7321   - "L2BDMACLRN"
7322   - "L2BDMACLRN"
7323   - "L2BDMACLRN"
7324   traces:
7325     hoverinfo: "x+y"
7326     boxpoints: "outliers"
7327     whiskerwidth: 0
7328   layout:
7329     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7330     layout: "plot-throughput"
7331
7332 -
7333   type: "plot"
7334   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7335   algorithm: "plot_performance_box"
7336   output-file-type: ".html"
7337   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7338   data: "plot-vpp-throughput-latency-3n-hsw"
7339   filter: "'NIC_Intel-XL710' and
7340            '64B' and
7341            ('BASE' or 'SCALE') and
7342            'NDRPDR' and
7343            '2T2C' and
7344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7345            not 'VHOST' and
7346            'MEMIF'"
7347   parameters:
7348   - "throughput"
7349   - "parent"
7350   - "tags"
7351   sort:
7352   - "L2XCFWD"
7353   - "L2XCFWD"
7354   - "L2XCFWD"
7355   - "L2BDMACLRN"
7356   - "L2BDMACLRN"
7357   - "L2BDMACLRN"
7358   traces:
7359     hoverinfo: "x+y"
7360     boxpoints: "outliers"
7361     whiskerwidth: 0
7362   layout:
7363     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7364     layout: "plot-throughput"
7365
7366 # Packet Throughput - VPP Container Memif 3n-skx-x710
7367 -
7368   type: "plot"
7369   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7370   algorithm: "plot_performance_box"
7371   output-file-type: ".html"
7372   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7373   data: "plot-vpp-throughput-latency-3n-skx"
7374   filter: "'NIC_Intel-X710' and
7375            '64B' and
7376            ('BASE' or 'SCALE') and
7377            'NDRPDR' and
7378            '2T1C' and
7379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7380            not 'VHOST' and
7381            'MEMIF'"
7382   parameters:
7383   - "throughput"
7384   - "parent"
7385   - "tags"
7386   sort:
7387   - "L2XCFWD"
7388   - "L2XCFWD"
7389   - "L2XCFWD"
7390   - "L2BDMACLRN"
7391   - "L2BDMACLRN"
7392   - "L2BDMACLRN"
7393   traces:
7394     hoverinfo: "x+y"
7395     boxpoints: "outliers"
7396     whiskerwidth: 0
7397   layout:
7398     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7399     layout: "plot-throughput"
7400
7401 -
7402   type: "plot"
7403   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7404   algorithm: "plot_performance_box"
7405   output-file-type: ".html"
7406   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7407   data: "plot-vpp-throughput-latency-3n-skx"
7408   filter: "'NIC_Intel-X710' and
7409            '64B' and
7410            ('BASE' or 'SCALE') and
7411            'NDRPDR' and
7412            '2T1C' and
7413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7414            not 'VHOST' and
7415            'MEMIF'"
7416   parameters:
7417   - "throughput"
7418   - "parent"
7419   - "tags"
7420   sort:
7421   - "L2XCFWD"
7422   - "L2XCFWD"
7423   - "L2XCFWD"
7424   - "L2BDMACLRN"
7425   - "L2BDMACLRN"
7426   - "L2BDMACLRN"
7427   traces:
7428     hoverinfo: "x+y"
7429     boxpoints: "outliers"
7430     whiskerwidth: 0
7431   layout:
7432     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7433     layout: "plot-throughput"
7434
7435 -
7436   type: "plot"
7437   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7438   algorithm: "plot_performance_box"
7439   output-file-type: ".html"
7440   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7441   data: "plot-vpp-throughput-latency-3n-skx"
7442   filter: "'NIC_Intel-X710' and
7443            '64B' and
7444            ('BASE' or 'SCALE') and
7445            'NDRPDR' and
7446            '4T2C' and
7447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7448            not 'VHOST' and
7449            'MEMIF'"
7450   parameters:
7451   - "throughput"
7452   - "parent"
7453   - "tags"
7454   sort:
7455   - "L2XCFWD"
7456   - "L2XCFWD"
7457   - "L2XCFWD"
7458   - "L2BDMACLRN"
7459   - "L2BDMACLRN"
7460   - "L2BDMACLRN"
7461   traces:
7462     hoverinfo: "x+y"
7463     boxpoints: "outliers"
7464     whiskerwidth: 0
7465   layout:
7466     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7467     layout: "plot-throughput"
7468
7469 -
7470   type: "plot"
7471   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7472   algorithm: "plot_performance_box"
7473   output-file-type: ".html"
7474   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7475   data: "plot-vpp-throughput-latency-3n-skx"
7476   filter: "'NIC_Intel-X710' and
7477            '64B' and
7478            ('BASE' or 'SCALE') and
7479            'NDRPDR' and
7480            '4T2C' and
7481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7482            not 'VHOST' and
7483            'MEMIF'"
7484   parameters:
7485   - "throughput"
7486   - "parent"
7487   - "tags"
7488   sort:
7489   - "L2XCFWD"
7490   - "L2XCFWD"
7491   - "L2XCFWD"
7492   - "L2BDMACLRN"
7493   - "L2BDMACLRN"
7494   - "L2BDMACLRN"
7495   traces:
7496     hoverinfo: "x+y"
7497     boxpoints: "outliers"
7498     whiskerwidth: 0
7499   layout:
7500     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7501     layout: "plot-throughput"
7502
7503 # Packet Throughput - VPP Container Memif 2n-skx-x710
7504 -
7505   type: "plot"
7506   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7507   algorithm: "plot_performance_box"
7508   output-file-type: ".html"
7509   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7510   data: "plot-vpp-throughput-latency-2n-skx"
7511   filter: "'NIC_Intel-X710' and
7512            '64B' and
7513            ('BASE' or 'SCALE') and
7514            'NDRPDR' and
7515            '2T1C' and
7516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7517            not 'VHOST' and
7518            'MEMIF'"
7519   parameters:
7520   - "throughput"
7521   - "parent"
7522   - "tags"
7523   sort:
7524   - "L2XCFWD"
7525   - "L2XCFWD"
7526   - "L2XCFWD"
7527   - "L2BDMACLRN"
7528   - "L2BDMACLRN"
7529   - "L2BDMACLRN"
7530   traces:
7531     hoverinfo: "x+y"
7532     boxpoints: "outliers"
7533     whiskerwidth: 0
7534   layout:
7535     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7536     layout: "plot-throughput"
7537
7538 -
7539   type: "plot"
7540   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7541   algorithm: "plot_performance_box"
7542   output-file-type: ".html"
7543   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7544   data: "plot-vpp-throughput-latency-2n-skx"
7545   filter: "'NIC_Intel-X710' and
7546            '64B' and
7547            ('BASE' or 'SCALE') and
7548            'NDRPDR' and
7549            '2T1C' and
7550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7551            not 'VHOST' and
7552            'MEMIF'"
7553   parameters:
7554   - "throughput"
7555   - "parent"
7556   - "tags"
7557   sort:
7558   - "L2XCFWD"
7559   - "L2XCFWD"
7560   - "L2XCFWD"
7561   - "L2BDMACLRN"
7562   - "L2BDMACLRN"
7563   - "L2BDMACLRN"
7564   traces:
7565     hoverinfo: "x+y"
7566     boxpoints: "outliers"
7567     whiskerwidth: 0
7568   layout:
7569     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7570     layout: "plot-throughput"
7571
7572 -
7573   type: "plot"
7574   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7575   algorithm: "plot_performance_box"
7576   output-file-type: ".html"
7577   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7578   data: "plot-vpp-throughput-latency-2n-skx"
7579   filter: "'NIC_Intel-X710' and
7580            '64B' and
7581            ('BASE' or 'SCALE') and
7582            'NDRPDR' and
7583            '4T2C' and
7584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7585            not 'VHOST' and
7586            'MEMIF'"
7587   parameters:
7588   - "throughput"
7589   - "parent"
7590   - "tags"
7591   sort:
7592   - "L2XCFWD"
7593   - "L2XCFWD"
7594   - "L2XCFWD"
7595   - "L2BDMACLRN"
7596   - "L2BDMACLRN"
7597   - "L2BDMACLRN"
7598   traces:
7599     hoverinfo: "x+y"
7600     boxpoints: "outliers"
7601     whiskerwidth: 0
7602   layout:
7603     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7604     layout: "plot-throughput"
7605
7606 -
7607   type: "plot"
7608   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7609   algorithm: "plot_performance_box"
7610   output-file-type: ".html"
7611   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7612   data: "plot-vpp-throughput-latency-2n-skx"
7613   filter: "'NIC_Intel-X710' and
7614            '64B' and
7615            ('BASE' or 'SCALE') and
7616            'NDRPDR' and
7617            '4T2C' and
7618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7619            not 'VHOST' and
7620            'MEMIF'"
7621   parameters:
7622   - "throughput"
7623   - "parent"
7624   - "tags"
7625   sort:
7626   - "L2XCFWD"
7627   - "L2XCFWD"
7628   - "L2XCFWD"
7629   - "L2BDMACLRN"
7630   - "L2BDMACLRN"
7631   - "L2BDMACLRN"
7632   traces:
7633     hoverinfo: "x+y"
7634     boxpoints: "outliers"
7635     whiskerwidth: 0
7636   layout:
7637     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7638     layout: "plot-throughput"
7639
7640 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
7641 -
7642   type: "plot"
7643   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7644   algorithm: "plot_performance_box"
7645   output-file-type: ".html"
7646   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7647   data: "plot-vpp-throughput-latency-2n-skx"
7648   filter: "'NIC_Intel-XXV710' and
7649            '64B' and
7650            ('BASE' or 'SCALE') and
7651            'NDRPDR' and
7652            '2T1C' and
7653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7654            not 'VHOST' and
7655            'MEMIF'"
7656   parameters:
7657   - "throughput"
7658   - "parent"
7659   - "tags"
7660   sort:
7661   - "L2XCFWD"
7662   - "L2XCFWD"
7663   - "L2XCFWD"
7664   - "L2BDMACLRN"
7665   - "L2BDMACLRN"
7666   - "L2BDMACLRN"
7667   traces:
7668     hoverinfo: "x+y"
7669     boxpoints: "outliers"
7670     whiskerwidth: 0
7671   layout:
7672     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7673     layout: "plot-throughput"
7674
7675 -
7676   type: "plot"
7677   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7678   algorithm: "plot_performance_box"
7679   output-file-type: ".html"
7680   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7681   data: "plot-vpp-throughput-latency-2n-skx"
7682   filter: "'NIC_Intel-XXV710' and
7683            '64B' and
7684            ('BASE' or 'SCALE') and
7685            'NDRPDR' and
7686            '2T1C' and
7687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7688            not 'VHOST' and
7689            'MEMIF'"
7690   parameters:
7691   - "throughput"
7692   - "parent"
7693   - "tags"
7694   sort:
7695   - "L2XCFWD"
7696   - "L2XCFWD"
7697   - "L2XCFWD"
7698   - "L2BDMACLRN"
7699   - "L2BDMACLRN"
7700   - "L2BDMACLRN"
7701   traces:
7702     hoverinfo: "x+y"
7703     boxpoints: "outliers"
7704     whiskerwidth: 0
7705   layout:
7706     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7707     layout: "plot-throughput"
7708
7709 -
7710   type: "plot"
7711   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7712   algorithm: "plot_performance_box"
7713   output-file-type: ".html"
7714   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7715   data: "plot-vpp-throughput-latency-2n-skx"
7716   filter: "'NIC_Intel-XXV710' and
7717            '64B' and
7718            ('BASE' or 'SCALE') and
7719            'NDRPDR' and
7720            '4T2C' and
7721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7722            not 'VHOST' and
7723            'MEMIF'"
7724   parameters:
7725   - "throughput"
7726   - "parent"
7727   - "tags"
7728   sort:
7729   - "L2XCFWD"
7730   - "L2XCFWD"
7731   - "L2XCFWD"
7732   - "L2BDMACLRN"
7733   - "L2BDMACLRN"
7734   - "L2BDMACLRN"
7735   traces:
7736     hoverinfo: "x+y"
7737     boxpoints: "outliers"
7738     whiskerwidth: 0
7739   layout:
7740     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7741     layout: "plot-throughput"
7742
7743 -
7744   type: "plot"
7745   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7746   algorithm: "plot_performance_box"
7747   output-file-type: ".html"
7748   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7749   data: "plot-vpp-throughput-latency-2n-skx"
7750   filter: "'NIC_Intel-XXV710' and
7751            '64B' and
7752            ('BASE' or 'SCALE') and
7753            'NDRPDR' and
7754            '4T2C' and
7755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7756            not 'VHOST' and
7757            'MEMIF'"
7758   parameters:
7759   - "throughput"
7760   - "parent"
7761   - "tags"
7762   sort:
7763   - "L2XCFWD"
7764   - "L2XCFWD"
7765   - "L2XCFWD"
7766   - "L2BDMACLRN"
7767   - "L2BDMACLRN"
7768   - "L2BDMACLRN"
7769   traces:
7770     hoverinfo: "x+y"
7771     boxpoints: "outliers"
7772     whiskerwidth: 0
7773   layout:
7774     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7775     layout: "plot-throughput"
7776
7777 ################################################################################
7778
7779 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7780 -
7781   type: "plot"
7782   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7783   algorithm: "plot_performance_box"
7784   output-file-type: ".html"
7785   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7786   data: "plot-ligato-throughput-latency-3n-hsw"
7787   filter: "'NIC_Intel-X520-DA2' and
7788            '64B' and
7789            ('BASE' or 'SCALE') and
7790            'NDRPDR' and
7791            '1T1C' and
7792            'L2XCFWD' and
7793            not 'VHOST' and
7794            'MEMIF'"
7795   parameters:
7796   - "throughput"
7797   - "parent"
7798   - "tags"
7799   sort:
7800   - "1VNF"
7801   - "2VNF"
7802   - "4VNF"
7803   - "2VNF"
7804   - "4VNF"
7805   traces:
7806     hoverinfo: "x+y"
7807     boxpoints: "outliers"
7808     whiskerwidth: 0
7809   layout:
7810     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7811     layout: "plot-throughput"
7812
7813 -
7814   type: "plot"
7815   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7816   algorithm: "plot_performance_box"
7817   output-file-type: ".html"
7818   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7819   data: "plot-ligato-throughput-latency-3n-hsw"
7820   filter: "'NIC_Intel-X520-DA2' and
7821            '64B' and
7822            ('BASE' or 'SCALE') and
7823            'NDRPDR' and
7824            '1T1C' and
7825            'L2XCFWD' and
7826            not 'VHOST' and
7827            'MEMIF'"
7828   parameters:
7829   - "throughput"
7830   - "parent"
7831   - "tags"
7832   sort:
7833   - "1VNF"
7834   - "2VNF"
7835   - "4VNF"
7836   - "2VNF"
7837   - "4VNF"
7838   traces:
7839     hoverinfo: "x+y"
7840     boxpoints: "outliers"
7841     whiskerwidth: 0
7842   layout:
7843     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7844     layout: "plot-throughput"
7845
7846 -
7847   type: "plot"
7848   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7849   algorithm: "plot_performance_box"
7850   output-file-type: ".html"
7851   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7852   data: "plot-ligato-throughput-latency-3n-hsw"
7853   filter: "'NIC_Intel-X520-DA2' and
7854            '64B' and
7855            ('BASE' or 'SCALE') and
7856            'NDRPDR' and
7857            '2T2C' and
7858            'L2XCFWD' and
7859            not 'VHOST' and
7860            'MEMIF'"
7861   parameters:
7862   - "throughput"
7863   - "parent"
7864   - "tags"
7865   sort:
7866   - "1VNF"
7867   - "2VNF"
7868   - "4VNF"
7869   - "2VNF"
7870   - "4VNF"
7871   traces:
7872     hoverinfo: "x+y"
7873     boxpoints: "outliers"
7874     whiskerwidth: 0
7875   layout:
7876     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7877     layout: "plot-throughput"
7878
7879 -
7880   type: "plot"
7881   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7882   algorithm: "plot_performance_box"
7883   output-file-type: ".html"
7884   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7885   data: "plot-ligato-throughput-latency-3n-hsw"
7886   filter: "'NIC_Intel-X520-DA2' and
7887            '64B' and
7888            ('BASE' or 'SCALE') and
7889            'NDRPDR' and
7890            '2T2C' and
7891            'L2XCFWD' and
7892            not 'VHOST' and
7893            'MEMIF'"
7894   parameters:
7895   - "throughput"
7896   - "parent"
7897   - "tags"
7898   sort:
7899   - "1VNF"
7900   - "2VNF"
7901   - "4VNF"
7902   - "2VNF"
7903   - "4VNF"
7904   traces:
7905     hoverinfo: "x+y"
7906     boxpoints: "outliers"
7907     whiskerwidth: 0
7908   layout:
7909     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7910     layout: "plot-throughput"
7911
7912 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
7913 -
7914   type: "plot"
7915   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7916   algorithm: "plot_performance_box"
7917   output-file-type: ".html"
7918   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7919   data: "plot-ligato-throughput-latency-3n-hsw"
7920   filter: "'NIC_Intel-X520-DA2' and
7921            '64B' and
7922            ('BASE' or 'SCALE') and
7923            'NDRPDR' and
7924            '1T1C' and
7925            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7926            not 'VHOST' and
7927            'MEMIF'"
7928   parameters:
7929   - "throughput"
7930   - "parent"
7931   - "tags"
7932   sort:
7933   - "1VNF"
7934   - "2VNF"
7935   - "4VNF"
7936   - "2VNF"
7937   - "4VNF"
7938   traces:
7939     hoverinfo: "x+y"
7940     boxpoints: "outliers"
7941     whiskerwidth: 0
7942   layout:
7943     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7944     layout: "plot-throughput"
7945
7946 -
7947   type: "plot"
7948   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7949   algorithm: "plot_performance_box"
7950   output-file-type: ".html"
7951   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7952   data: "plot-ligato-throughput-latency-3n-hsw"
7953   filter: "'NIC_Intel-X520-DA2' and
7954            '64B' and
7955            ('BASE' or 'SCALE') and
7956            'NDRPDR' and
7957            '1T1C' and
7958            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7959            not 'VHOST' and
7960            'MEMIF'"
7961   parameters:
7962   - "throughput"
7963   - "parent"
7964   - "tags"
7965   sort:
7966   - "1VNF"
7967   - "2VNF"
7968   - "4VNF"
7969   - "2VNF"
7970   - "4VNF"
7971   traces:
7972     hoverinfo: "x+y"
7973     boxpoints: "outliers"
7974     whiskerwidth: 0
7975   layout:
7976     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7977     layout: "plot-throughput"
7978
7979 -
7980   type: "plot"
7981   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7982   algorithm: "plot_performance_box"
7983   output-file-type: ".html"
7984   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7985   data: "plot-ligato-throughput-latency-3n-hsw"
7986   filter: "'NIC_Intel-X520-DA2' and
7987            '64B' and
7988            ('BASE' or 'SCALE') and
7989            'NDRPDR' and
7990            '2T2C' and
7991            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7992            not 'VHOST' and
7993            'MEMIF'"
7994   parameters:
7995   - "throughput"
7996   - "parent"
7997   - "tags"
7998   sort:
7999   - "1VNF"
8000   - "2VNF"
8001   - "4VNF"
8002   - "2VNF"
8003   - "4VNF"
8004   traces:
8005     hoverinfo: "x+y"
8006     boxpoints: "outliers"
8007     whiskerwidth: 0
8008   layout:
8009     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8010     layout: "plot-throughput"
8011
8012 -
8013   type: "plot"
8014   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8015   algorithm: "plot_performance_box"
8016   output-file-type: ".html"
8017   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8018   data: "plot-ligato-throughput-latency-3n-hsw"
8019   filter: "'NIC_Intel-X520-DA2' and
8020            '64B' and
8021            ('BASE' or 'SCALE') and
8022            'NDRPDR' and
8023            '2T2C' and
8024            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8025            not 'VHOST' and
8026            'MEMIF'"
8027   parameters:
8028   - "throughput"
8029   - "parent"
8030   - "tags"
8031   sort:
8032   - "1VNF"
8033   - "2VNF"
8034   - "4VNF"
8035   - "2VNF"
8036   - "4VNF"
8037   traces:
8038     hoverinfo: "x+y"
8039     boxpoints: "outliers"
8040     whiskerwidth: 0
8041   layout:
8042     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8043     layout: "plot-throughput"
8044
8045 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
8046 -
8047   type: "plot"
8048   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8049   algorithm: "plot_performance_box"
8050   output-file-type: ".html"
8051   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8052   data: "plot-ligato-throughput-latency-3n-hsw"
8053   filter: "'NIC_Intel-X710' and
8054            '64B' and
8055            ('BASE' or 'SCALE') and
8056            'NDRPDR' and
8057            '1T1C' and
8058            'L2XCFWD' and
8059            not 'VHOST' and
8060            'MEMIF'"
8061   parameters:
8062   - "throughput"
8063   - "parent"
8064   - "tags"
8065   sort:
8066   - "1VNF"
8067   - "2VNF"
8068   - "4VNF"
8069   - "2VNF"
8070   - "4VNF"
8071   traces:
8072     hoverinfo: "x+y"
8073     boxpoints: "outliers"
8074     whiskerwidth: 0
8075   layout:
8076     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
8077     layout: "plot-throughput"
8078
8079 -
8080   type: "plot"
8081   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8082   algorithm: "plot_performance_box"
8083   output-file-type: ".html"
8084   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8085   data: "plot-ligato-throughput-latency-3n-hsw"
8086   filter: "'NIC_Intel-X710' and
8087            '64B' and
8088            ('BASE' or 'SCALE') and
8089            'NDRPDR' and
8090            '1T1C' and
8091            'L2XCFWD' and
8092            not 'VHOST' and
8093            'MEMIF'"
8094   parameters:
8095   - "throughput"
8096   - "parent"
8097   - "tags"
8098   sort:
8099   - "1VNF"
8100   - "2VNF"
8101   - "4VNF"
8102   - "2VNF"
8103   - "4VNF"
8104   traces:
8105     hoverinfo: "x+y"
8106     boxpoints: "outliers"
8107     whiskerwidth: 0
8108   layout:
8109     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
8110     layout: "plot-throughput"
8111
8112 -
8113   type: "plot"
8114   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8115   algorithm: "plot_performance_box"
8116   output-file-type: ".html"
8117   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8118   data: "plot-ligato-throughput-latency-3n-hsw"
8119   filter: "'NIC_Intel-X710' and
8120            '64B' and
8121            ('BASE' or 'SCALE') and
8122            'NDRPDR' and
8123            '2T2C' and
8124            'L2XCFWD' and
8125            not 'VHOST' and
8126            'MEMIF'"
8127   parameters:
8128   - "throughput"
8129   - "parent"
8130   - "tags"
8131   sort:
8132   - "1VNF"
8133   - "2VNF"
8134   - "4VNF"
8135   - "2VNF"
8136   - "4VNF"
8137   traces:
8138     hoverinfo: "x+y"
8139     boxpoints: "outliers"
8140     whiskerwidth: 0
8141   layout:
8142     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
8143     layout: "plot-throughput"
8144
8145 -
8146   type: "plot"
8147   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8148   algorithm: "plot_performance_box"
8149   output-file-type: ".html"
8150   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8151   data: "plot-ligato-throughput-latency-3n-hsw"
8152   filter: "'NIC_Intel-X710' and
8153            '64B' and
8154            ('BASE' or 'SCALE') and
8155            'NDRPDR' and
8156            '2T2C' and
8157            'L2XCFWD' and
8158            not 'VHOST' and
8159            'MEMIF'"
8160   parameters:
8161   - "throughput"
8162   - "parent"
8163   - "tags"
8164   sort:
8165   - "1VNF"
8166   - "2VNF"
8167   - "4VNF"
8168   - "2VNF"
8169   - "4VNF"
8170   traces:
8171     hoverinfo: "x+y"
8172     boxpoints: "outliers"
8173     whiskerwidth: 0
8174   layout:
8175     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
8176     layout: "plot-throughput"
8177
8178 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
8179 -
8180   type: "plot"
8181   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8182   algorithm: "plot_performance_box"
8183   output-file-type: ".html"
8184   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8185   data: "plot-ligato-throughput-latency-3n-hsw"
8186   filter: "'NIC_Intel-X710' and
8187            '64B' and
8188            ('BASE' or 'SCALE') and
8189            'NDRPDR' and
8190            '1T1C' and
8191            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8192            not 'VHOST' and
8193            'MEMIF'"
8194   parameters:
8195   - "throughput"
8196   - "parent"
8197   - "tags"
8198   sort:
8199   - "1VNF"
8200   - "2VNF"
8201   - "4VNF"
8202   - "2VNF"
8203   - "4VNF"
8204   traces:
8205     hoverinfo: "x+y"
8206     boxpoints: "outliers"
8207     whiskerwidth: 0
8208   layout:
8209     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
8210     layout: "plot-throughput"
8211
8212 -
8213   type: "plot"
8214   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8215   algorithm: "plot_performance_box"
8216   output-file-type: ".html"
8217   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8218   data: "plot-ligato-throughput-latency-3n-hsw"
8219   filter: "'NIC_Intel-X710' and
8220            '64B' and
8221            ('BASE' or 'SCALE') and
8222            'NDRPDR' and
8223            '1T1C' and
8224            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8225            not 'VHOST' and
8226            'MEMIF'"
8227   parameters:
8228   - "throughput"
8229   - "parent"
8230   - "tags"
8231   sort:
8232   - "1VNF"
8233   - "2VNF"
8234   - "4VNF"
8235   - "2VNF"
8236   - "4VNF"
8237   traces:
8238     hoverinfo: "x+y"
8239     boxpoints: "outliers"
8240     whiskerwidth: 0
8241   layout:
8242     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
8243     layout: "plot-throughput"
8244
8245 -
8246   type: "plot"
8247   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8248   algorithm: "plot_performance_box"
8249   output-file-type: ".html"
8250   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8251   data: "plot-ligato-throughput-latency-3n-hsw"
8252   filter: "'NIC_Intel-X710' and
8253            '64B' and
8254            ('BASE' or 'SCALE') and
8255            'NDRPDR' and
8256            '2T2C' and
8257            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8258            not 'VHOST' and
8259            'MEMIF'"
8260   parameters:
8261   - "throughput"
8262   - "parent"
8263   - "tags"
8264   sort:
8265   - "1VNF"
8266   - "2VNF"
8267   - "4VNF"
8268   - "2VNF"
8269   - "4VNF"
8270   traces:
8271     hoverinfo: "x+y"
8272     boxpoints: "outliers"
8273     whiskerwidth: 0
8274   layout:
8275     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
8276     layout: "plot-throughput"
8277
8278 -
8279   type: "plot"
8280   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8281   algorithm: "plot_performance_box"
8282   output-file-type: ".html"
8283   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8284   data: "plot-ligato-throughput-latency-3n-hsw"
8285   filter: "'NIC_Intel-X710' and
8286            '64B' and
8287            ('BASE' or 'SCALE') and
8288            'NDRPDR' and
8289            '2T2C' and
8290            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8291            not 'VHOST' and
8292            'MEMIF'"
8293   parameters:
8294   - "throughput"
8295   - "parent"
8296   - "tags"
8297   sort:
8298   - "1VNF"
8299   - "2VNF"
8300   - "4VNF"
8301   - "2VNF"
8302   - "4VNF"
8303   traces:
8304     hoverinfo: "x+y"
8305     boxpoints: "outliers"
8306     whiskerwidth: 0
8307   layout:
8308     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
8309     layout: "plot-throughput"
8310
8311 ################################################################################
8312
8313 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
8314 -
8315   type: "plot"
8316   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8317   algorithm: "plot_performance_box"
8318   output-file-type: ".html"
8319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8320   data: "plot-vpp-throughput-latency-3n-hsw"
8321   filter: "'NIC_Intel-X520-DA2' and
8322            '64B' and
8323            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8324            'NDRPDR' and
8325            '1T1C' and
8326            'IP4FWD' and
8327            not 'IPSEC' and
8328            not 'VHOST'"
8329   parameters:
8330   - "throughput"
8331   - "parent"
8332   - "tags"
8333   sort:
8334   - "DOT1Q"
8335   - "IP4BASE"
8336   - "FIB_20k"
8337   - "FIB_200k"
8338   - "FIB_2M"
8339   traces:
8340     hoverinfo: "x+y"
8341     boxpoints: "outliers"
8342     whiskerwidth: 0
8343   layout:
8344     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8345     layout: "plot-throughput"
8346
8347 -
8348   type: "plot"
8349   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8350   algorithm: "plot_performance_box"
8351   output-file-type: ".html"
8352   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8353   data: "plot-vpp-throughput-latency-3n-hsw"
8354   filter: "'NIC_Intel-X520-DA2' and
8355            '64B' and
8356            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8357            'NDRPDR' and
8358            '1T1C' and
8359            'IP4FWD' and
8360            not 'IPSEC' and
8361            not 'VHOST'"
8362   parameters:
8363   - "throughput"
8364   - "parent"
8365   - "tags"
8366   sort:
8367   - "DOT1Q"
8368   - "IP4BASE"
8369   - "FIB_20k"
8370   - "FIB_200k"
8371   - "FIB_2M"
8372   traces:
8373     hoverinfo: "x+y"
8374     boxpoints: "outliers"
8375     whiskerwidth: 0
8376   layout:
8377     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8378     layout: "plot-throughput"
8379
8380 -
8381   type: "plot"
8382   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8383   algorithm: "plot_performance_box"
8384   output-file-type: ".html"
8385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8386   data: "plot-vpp-throughput-latency-3n-hsw"
8387   filter: "'NIC_Intel-X520-DA2' and
8388            '64B' and
8389            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8390            'NDRPDR' and
8391            '2T2C' and
8392            'IP4FWD' and
8393            not 'IPSEC' and
8394            not 'VHOST'"
8395   parameters:
8396   - "throughput"
8397   - "parent"
8398   - "tags"
8399   sort:
8400   - "DOT1Q"
8401   - "IP4BASE"
8402   - "FIB_20k"
8403   - "FIB_200k"
8404   - "FIB_2M"
8405   traces:
8406     hoverinfo: "x+y"
8407     boxpoints: "outliers"
8408     whiskerwidth: 0
8409   layout:
8410     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8411     layout: "plot-throughput"
8412
8413 -
8414   type: "plot"
8415   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8416   algorithm: "plot_performance_box"
8417   output-file-type: ".html"
8418   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8419   data: "plot-vpp-throughput-latency-3n-hsw"
8420   filter: "'NIC_Intel-X520-DA2' and
8421            '64B' and
8422            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
8423            'NDRPDR' and
8424            '2T2C' and
8425            'IP4FWD' and
8426            not 'IPSEC' and
8427            not 'VHOST'"
8428   parameters:
8429   - "throughput"
8430   - "parent"
8431   - "tags"
8432   sort:
8433   - "DOT1Q"
8434   - "IP4BASE"
8435   - "FIB_20k"
8436   - "FIB_200k"
8437   - "FIB_2M"
8438   traces:
8439     hoverinfo: "x+y"
8440     boxpoints: "outliers"
8441     whiskerwidth: 0
8442   layout:
8443     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8444     layout: "plot-throughput"
8445
8446 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
8447 -
8448   type: "plot"
8449   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8450   algorithm: "plot_performance_box"
8451   output-file-type: ".html"
8452   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8453   data: "plot-vpp-throughput-latency-3n-hsw"
8454   filter: "'NIC_Intel-X520-DA2' and
8455            '64B' and
8456            ('IP4BASE' or
8457             'POLICE_MARK' or
8458             'COPWHLIST' or
8459             ('NAT44' and 'BASE') or
8460             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8461            'NDRPDR' and
8462            '1T1C' and
8463            'IP4FWD' and
8464            not 'IPSEC' and
8465            not 'VHOST'"
8466   parameters:
8467   - "throughput"
8468   - "parent"
8469   - "tags"
8470   sort:
8471   - "DOT1Q"
8472   - "IP4BASE"
8473   - "NAT44"
8474   - "POLICE_MARK"
8475   - "COPWHLIST"
8476   - "IACL"
8477   - "OACL"
8478   traces:
8479     hoverinfo: "x+y"
8480     boxpoints: "outliers"
8481     whiskerwidth: 0
8482   layout:
8483     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
8484     layout: "plot-throughput"
8485
8486 -
8487   type: "plot"
8488   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8489   algorithm: "plot_performance_box"
8490   output-file-type: ".html"
8491   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8492   data: "plot-vpp-throughput-latency-3n-hsw"
8493   filter: "'NIC_Intel-X520-DA2' and
8494            '64B' and
8495            ('IP4BASE' or
8496             'POLICE_MARK' or
8497             'COPWHLIST' or
8498             ('NAT44' and 'BASE') or
8499             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8500            'NDRPDR' and
8501            '1T1C' and
8502            'IP4FWD' and
8503            not 'IPSEC' and
8504            not 'VHOST'"
8505   parameters:
8506   - "throughput"
8507   - "parent"
8508   - "tags"
8509   sort:
8510   - "DOT1Q"
8511   - "IP4BASE"
8512   - "NAT44"
8513   - "POLICE_MARK"
8514   - "COPWHLIST"
8515   - "IACL"
8516   - "OACL"
8517   traces:
8518     hoverinfo: "x+y"
8519     boxpoints: "outliers"
8520     whiskerwidth: 0
8521   layout:
8522     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
8523     layout: "plot-throughput"
8524
8525 -
8526   type: "plot"
8527   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8528   algorithm: "plot_performance_box"
8529   output-file-type: ".html"
8530   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8531   data: "plot-vpp-throughput-latency-3n-hsw"
8532   filter: "'NIC_Intel-X520-DA2' and
8533            '64B' and
8534            ('IP4BASE' or
8535             'POLICE_MARK' or
8536             'COPWHLIST' or
8537             ('NAT44' and 'BASE') or
8538             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8539            'NDRPDR' and
8540            '2T2C' and
8541            'IP4FWD' and
8542            not 'IPSEC' and
8543            not 'VHOST'"
8544   parameters:
8545   - "throughput"
8546   - "parent"
8547   - "tags"
8548   sort:
8549   - "DOT1Q"
8550   - "IP4BASE"
8551   - "NAT44"
8552   - "POLICE_MARK"
8553   - "COPWHLIST"
8554   - "IACL"
8555   - "OACL"
8556   traces:
8557     hoverinfo: "x+y"
8558     boxpoints: "outliers"
8559     whiskerwidth: 0
8560   layout:
8561     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
8562     layout: "plot-throughput"
8563
8564 -
8565   type: "plot"
8566   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8567   algorithm: "plot_performance_box"
8568   output-file-type: ".html"
8569   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8570   data: "plot-vpp-throughput-latency-3n-hsw"
8571   filter: "'NIC_Intel-X520-DA2' and
8572            '64B' and
8573            ('IP4BASE' or
8574             'POLICE_MARK' or
8575             'COPWHLIST' or
8576             ('NAT44' and 'BASE') or
8577             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8578            'NDRPDR' and
8579            '2T2C' and
8580            'IP4FWD' and
8581            not 'IPSEC' and
8582            not 'VHOST'"
8583   parameters:
8584   - "throughput"
8585   - "parent"
8586   - "tags"
8587   sort:
8588   - "DOT1Q"
8589   - "IP4BASE"
8590   - "NAT44"
8591   - "POLICE_MARK"
8592   - "COPWHLIST"
8593   - "IACL"
8594   - "OACL"
8595   traces:
8596     hoverinfo: "x+y"
8597     boxpoints: "outliers"
8598     whiskerwidth: 0
8599   layout:
8600     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
8601     layout: "plot-throughput"
8602
8603 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
8604 -
8605   type: "plot"
8606   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8607   algorithm: "plot_performance_box"
8608   output-file-type: ".html"
8609   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8610   data: "plot-vpp-throughput-latency-3n-hsw"
8611   filter: "'NIC_Intel-X520-DA2' and
8612            '64B' and
8613            'NDRPDR' and
8614            '1T1C' and
8615            'IP4FWD' and
8616            'NAT44' and
8617            not 'IPSEC' and
8618            not 'VHOST'"
8619   parameters:
8620   - "throughput"
8621   - "parent"
8622   - "tags"
8623   sort:
8624   - "BASE"
8625   - "BASE"
8626   - "SRC_USER_10"
8627   - "SRC_USER_100"
8628   - "SRC_USER_1000"
8629   - "SRC_USER_2000"
8630   traces:
8631     hoverinfo: "x+y"
8632     boxpoints: "outliers"
8633     whiskerwidth: 0
8634   layout:
8635     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
8636     layout: "plot-throughput"
8637
8638 -
8639   type: "plot"
8640   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8641   algorithm: "plot_performance_box"
8642   output-file-type: ".html"
8643   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8644   data: "plot-vpp-throughput-latency-3n-hsw"
8645   filter: "'NIC_Intel-X520-DA2' and
8646            '64B' and
8647            'NDRPDR' and
8648            '1T1C' and
8649            'IP4FWD' and
8650            'NAT44' and
8651            not 'IPSEC' and
8652            not 'VHOST'"
8653   parameters:
8654   - "throughput"
8655   - "parent"
8656   - "tags"
8657   sort:
8658   - "BASE"
8659   - "BASE"
8660   - "SRC_USER_10"
8661   - "SRC_USER_100"
8662   - "SRC_USER_1000"
8663   - "SRC_USER_2000"
8664   traces:
8665     hoverinfo: "x+y"
8666     boxpoints: "outliers"
8667     whiskerwidth: 0
8668   layout:
8669     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
8670     layout: "plot-throughput"
8671
8672 -
8673   type: "plot"
8674   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8675   algorithm: "plot_performance_box"
8676   output-file-type: ".html"
8677   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8678   data: "plot-vpp-throughput-latency-3n-hsw"
8679   filter: "'NIC_Intel-X520-DA2' and
8680            '64B' and
8681            'NDRPDR' and
8682            '2T2C' and
8683            'IP4FWD' and
8684            'NAT44' and
8685            not 'IPSEC' and
8686            not 'VHOST'"
8687   parameters:
8688   - "throughput"
8689   - "parent"
8690   - "tags"
8691   sort:
8692   - "BASE"
8693   - "BASE"
8694   - "SRC_USER_10"
8695   - "SRC_USER_100"
8696   - "SRC_USER_1000"
8697   - "SRC_USER_2000"
8698   traces:
8699     hoverinfo: "x+y"
8700     boxpoints: "outliers"
8701     whiskerwidth: 0
8702   layout:
8703     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
8704     layout: "plot-throughput"
8705
8706 -
8707   type: "plot"
8708   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8709   algorithm: "plot_performance_box"
8710   output-file-type: ".html"
8711   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8712   data: "plot-vpp-throughput-latency-3n-hsw"
8713   filter: "'NIC_Intel-X520-DA2' and
8714            '64B' and
8715            'NDRPDR' and
8716            '2T2C' and
8717            'IP4FWD' and
8718            'NAT44' and
8719            not 'IPSEC' and
8720            not 'VHOST'"
8721   parameters:
8722   - "throughput"
8723   - "parent"
8724   - "tags"
8725   sort:
8726   - "BASE"
8727   - "BASE"
8728   - "SRC_USER_10"
8729   - "SRC_USER_100"
8730   - "SRC_USER_1000"
8731   - "SRC_USER_2000"
8732   traces:
8733     hoverinfo: "x+y"
8734     boxpoints: "outliers"
8735     whiskerwidth: 0
8736   layout:
8737     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8738     layout: "plot-throughput"
8739
8740 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8741 -
8742   type: "plot"
8743   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8744   algorithm: "plot_performance_box"
8745   output-file-type: ".html"
8746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8747   data: "plot-vpp-throughput-latency-3n-hsw"
8748   filter: "'NIC_Intel-X520-DA2' and
8749            '64B' and
8750            'NDRPDR' and
8751            '1T1C' and
8752            'IP4FWD' and
8753            'IACL' and
8754            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8755            not 'IPSEC' and
8756            not 'VHOST'"
8757   parameters:
8758   - "throughput"
8759   - "parent"
8760   - "tags"
8761   sort:
8762   - "ACL_STATELESS"
8763   - "ACL_STATEFUL"
8764   - "ACL_STATELESS"
8765   - "ACL_STATEFUL"
8766   traces:
8767     hoverinfo: "x+y"
8768     boxpoints: "outliers"
8769     whiskerwidth: 0
8770   layout:
8771     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8772     layout: "plot-throughput"
8773
8774 -
8775   type: "plot"
8776   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8777   algorithm: "plot_performance_box"
8778   output-file-type: ".html"
8779   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8780   data: "plot-vpp-throughput-latency-3n-hsw"
8781   filter: "'NIC_Intel-X520-DA2' and
8782            '64B' and
8783            'NDRPDR' and
8784            '1T1C' and
8785            'IP4FWD' and
8786            'IACL' and
8787            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8788            not 'IPSEC' and
8789            not 'VHOST'"
8790   parameters:
8791   - "throughput"
8792   - "parent"
8793   - "tags"
8794   sort:
8795   - "ACL_STATELESS"
8796   - "ACL_STATEFUL"
8797   - "ACL_STATELESS"
8798   - "ACL_STATEFUL"
8799   traces:
8800     hoverinfo: "x+y"
8801     boxpoints: "outliers"
8802     whiskerwidth: 0
8803   layout:
8804     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8805     layout: "plot-throughput"
8806
8807 -
8808   type: "plot"
8809   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8810   algorithm: "plot_performance_box"
8811   output-file-type: ".html"
8812   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8813   data: "plot-vpp-throughput-latency-3n-hsw"
8814   filter: "'NIC_Intel-X520-DA2' and
8815            '64B' and
8816            'NDRPDR' and
8817            '2T2C' and
8818            'IP4FWD' and
8819            'IACL' and
8820            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8821            not 'IPSEC' and
8822            not 'VHOST'"
8823   parameters:
8824   - "throughput"
8825   - "parent"
8826   - "tags"
8827   sort:
8828   - "ACL_STATELESS"
8829   - "ACL_STATEFUL"
8830   - "ACL_STATELESS"
8831   - "ACL_STATEFUL"
8832   traces:
8833     hoverinfo: "x+y"
8834     boxpoints: "outliers"
8835     whiskerwidth: 0
8836   layout:
8837     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8838     layout: "plot-throughput"
8839
8840 -
8841   type: "plot"
8842   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8843   algorithm: "plot_performance_box"
8844   output-file-type: ".html"
8845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8846   data: "plot-vpp-throughput-latency-3n-hsw"
8847   filter: "'NIC_Intel-X520-DA2' and
8848            '64B' and
8849            'NDRPDR' and
8850            '2T2C' and
8851            'IP4FWD' and
8852            'IACL' and
8853            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8854            not 'IPSEC' and
8855            not 'VHOST'"
8856   parameters:
8857   - "throughput"
8858   - "parent"
8859   - "tags"
8860   sort:
8861   - "ACL_STATELESS"
8862   - "ACL_STATEFUL"
8863   - "ACL_STATELESS"
8864   - "ACL_STATEFUL"
8865   traces:
8866     hoverinfo: "x+y"
8867     boxpoints: "outliers"
8868     whiskerwidth: 0
8869   layout:
8870     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8871     layout: "plot-throughput"
8872
8873 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
8874 -
8875   type: "plot"
8876   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8877   algorithm: "plot_performance_box"
8878   output-file-type: ".html"
8879   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8880   data: "plot-vpp-throughput-latency-3n-hsw"
8881   filter: "'NIC_Intel-X520-DA2' and
8882            '64B' and
8883            'NDRPDR' and
8884            '1T1C' and
8885            'IP4FWD' and
8886            'OACL' and
8887            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8888            not 'IPSEC' and
8889            not 'VHOST'"
8890   parameters:
8891   - "throughput"
8892   - "parent"
8893   - "tags"
8894   sort:
8895   - "ACL_STATELESS"
8896   - "ACL_STATEFUL"
8897   - "ACL_STATELESS"
8898   - "ACL_STATEFUL"
8899   traces:
8900     hoverinfo: "x+y"
8901     boxpoints: "outliers"
8902     whiskerwidth: 0
8903   layout:
8904     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8905     layout: "plot-throughput"
8906
8907 -
8908   type: "plot"
8909   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8910   algorithm: "plot_performance_box"
8911   output-file-type: ".html"
8912   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8913   data: "plot-vpp-throughput-latency-3n-hsw"
8914   filter: "'NIC_Intel-X520-DA2' and
8915            '64B' and
8916            'NDRPDR' and
8917            '1T1C' and
8918            'IP4FWD' and
8919            'OACL' and
8920            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8921            not 'IPSEC' and
8922            not 'VHOST'"
8923   parameters:
8924   - "throughput"
8925   - "parent"
8926   - "tags"
8927   sort:
8928   - "ACL_STATELESS"
8929   - "ACL_STATEFUL"
8930   - "ACL_STATELESS"
8931   - "ACL_STATEFUL"
8932   traces:
8933     hoverinfo: "x+y"
8934     boxpoints: "outliers"
8935     whiskerwidth: 0
8936   layout:
8937     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8938     layout: "plot-throughput"
8939
8940 -
8941   type: "plot"
8942   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8943   algorithm: "plot_performance_box"
8944   output-file-type: ".html"
8945   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8946   data: "plot-vpp-throughput-latency-3n-hsw"
8947   filter: "'NIC_Intel-X520-DA2' and
8948            '64B' and
8949            'NDRPDR' and
8950            '2T2C' and
8951            'IP4FWD' and
8952            'OACL' and
8953            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8954            not 'IPSEC' and
8955            not 'VHOST'"
8956   parameters:
8957   - "throughput"
8958   - "parent"
8959   - "tags"
8960   sort:
8961   - "ACL_STATELESS"
8962   - "ACL_STATEFUL"
8963   - "ACL_STATELESS"
8964   - "ACL_STATEFUL"
8965   traces:
8966     hoverinfo: "x+y"
8967     boxpoints: "outliers"
8968     whiskerwidth: 0
8969   layout:
8970     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8971     layout: "plot-throughput"
8972
8973 -
8974   type: "plot"
8975   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8976   algorithm: "plot_performance_box"
8977   output-file-type: ".html"
8978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8979   data: "plot-vpp-throughput-latency-3n-hsw"
8980   filter: "'NIC_Intel-X520-DA2' and
8981            '64B' and
8982            'NDRPDR' and
8983            '2T2C' and
8984            'IP4FWD' and
8985            'OACL' and
8986            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8987            not 'IPSEC' and
8988            not 'VHOST'"
8989   parameters:
8990   - "throughput"
8991   - "parent"
8992   - "tags"
8993   sort:
8994   - "ACL_STATELESS"
8995   - "ACL_STATEFUL"
8996   - "ACL_STATELESS"
8997   - "ACL_STATEFUL"
8998   traces:
8999     hoverinfo: "x+y"
9000     boxpoints: "outliers"
9001     whiskerwidth: 0
9002   layout:
9003     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9004     layout: "plot-throughput"
9005
9006 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9007 -
9008   type: "plot"
9009   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9010   algorithm: "plot_performance_box"
9011   output-file-type: ".html"
9012   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9013   data: "plot-vpp-throughput-latency-3n-hsw"
9014   filter: "'NIC_Intel-X710' and
9015            '64B' and
9016            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9017            'NDRPDR' and
9018            '1T1C' and
9019            'IP4FWD' and
9020            not 'IPSEC' and
9021            not 'VHOST'"
9022   parameters:
9023   - "throughput"
9024   - "parent"
9025   - "tags"
9026   sort:
9027   - "DOT1Q"
9028   - "IP4BASE"
9029   - "FIB_20K"
9030   - "FIB_200K"
9031   - "FIB_2M"
9032   traces:
9033     hoverinfo: "x+y"
9034     boxpoints: "outliers"
9035     whiskerwidth: 0
9036   layout:
9037     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9038     layout: "plot-throughput"
9039
9040 -
9041   type: "plot"
9042   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9043   algorithm: "plot_performance_box"
9044   output-file-type: ".html"
9045   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9046   data: "plot-vpp-throughput-latency-3n-hsw"
9047   filter: "'NIC_Intel-X710' and
9048            '64B' and
9049            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9050            'NDRPDR' and
9051            '1T1C' and
9052            'IP4FWD' and
9053            not 'IPSEC' and
9054            not 'VHOST'"
9055   parameters:
9056   - "throughput"
9057   - "parent"
9058   - "tags"
9059   sort:
9060   - "DOT1Q"
9061   - "IP4BASE"
9062   - "FIB_20K"
9063   - "FIB_200K"
9064   - "FIB_2M"
9065   traces:
9066     hoverinfo: "x+y"
9067     boxpoints: "outliers"
9068     whiskerwidth: 0
9069   layout:
9070     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
9071     layout: "plot-throughput"
9072
9073 -
9074   type: "plot"
9075   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9076   algorithm: "plot_performance_box"
9077   output-file-type: ".html"
9078   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9079   data: "plot-vpp-throughput-latency-3n-hsw"
9080   filter: "'NIC_Intel-X710' and
9081            '64B' and
9082            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9083            'NDRPDR' and
9084            '2T2C' and
9085            'IP4FWD' and
9086            not 'IPSEC' and
9087            not 'VHOST'"
9088   parameters:
9089   - "throughput"
9090   - "parent"
9091   - "tags"
9092   sort:
9093   - "DOT1Q"
9094   - "IP4BASE"
9095   - "FIB_20K"
9096   - "FIB_200K"
9097   - "FIB_2M"
9098   traces:
9099     hoverinfo: "x+y"
9100     boxpoints: "outliers"
9101     whiskerwidth: 0
9102   layout:
9103     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
9104     layout: "plot-throughput"
9105
9106 -
9107   type: "plot"
9108   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9109   algorithm: "plot_performance_box"
9110   output-file-type: ".html"
9111   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9112   data: "plot-vpp-throughput-latency-3n-hsw"
9113   filter: "'NIC_Intel-X710' and
9114            '64B' and
9115            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9116            'NDRPDR' and
9117            '2T2C' and
9118            'IP4FWD' and
9119            not 'IPSEC' and
9120            not 'VHOST'"
9121   parameters:
9122   - "throughput"
9123   - "parent"
9124   - "tags"
9125   sort:
9126   - "DOT1Q"
9127   - "IP4BASE"
9128   - "FIB_20K"
9129   - "FIB_200K"
9130   - "FIB_2M"
9131   traces:
9132     hoverinfo: "x+y"
9133     boxpoints: "outliers"
9134     whiskerwidth: 0
9135   layout:
9136     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
9137     layout: "plot-throughput"
9138
9139 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
9140 -
9141   type: "plot"
9142   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9143   algorithm: "plot_performance_box"
9144   output-file-type: ".html"
9145   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9146   data: "plot-vpp-throughput-latency-3n-hsw"
9147   filter: "'NIC_Intel-X710' and
9148            '64B' and
9149            ('IP4BASE' or
9150             'POLICE_MARK' or
9151             'COPWHLIST' or
9152             ('NAT44' and 'BASE') or
9153             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9154            'NDRPDR' and
9155            '1T1C' and
9156            'IP4FWD' and
9157            not 'IPSEC' and
9158            not 'VHOST'"
9159   parameters:
9160   - "throughput"
9161   - "parent"
9162   - "tags"
9163   sort:
9164   - "IP4BASE"
9165   - "NAT44"
9166   - "POLICE_MARK"
9167   - "COPWHLIST"
9168   - "IACL"
9169   - "OACL"
9170   traces:
9171     hoverinfo: "x+y"
9172     boxpoints: "outliers"
9173     whiskerwidth: 0
9174   layout:
9175     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
9176     layout: "plot-throughput"
9177
9178 -
9179   type: "plot"
9180   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9181   algorithm: "plot_performance_box"
9182   output-file-type: ".html"
9183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9184   data: "plot-vpp-throughput-latency-3n-hsw"
9185   filter: "'NIC_Intel-X710' and
9186            '64B' and
9187            ('IP4BASE' or
9188             'POLICE_MARK' or
9189             'COPWHLIST' or
9190             ('NAT44' and 'BASE') or
9191             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9192            'NDRPDR' and
9193            '1T1C' and
9194            'IP4FWD' and
9195            not 'IPSEC' and
9196            not 'VHOST'"
9197   parameters:
9198   - "throughput"
9199   - "parent"
9200   - "tags"
9201   sort:
9202   - "IP4BASE"
9203   - "NAT44"
9204   - "POLICE_MARK"
9205   - "COPWHLIST"
9206   - "IACL"
9207   - "OACL"
9208   traces:
9209     hoverinfo: "x+y"
9210     boxpoints: "outliers"
9211     whiskerwidth: 0
9212   layout:
9213     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
9214     layout: "plot-throughput"
9215
9216 -
9217   type: "plot"
9218   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9219   algorithm: "plot_performance_box"
9220   output-file-type: ".html"
9221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9222   data: "plot-vpp-throughput-latency-3n-hsw"
9223   filter: "'NIC_Intel-X710' and
9224            '64B' and
9225            ('IP4BASE' or
9226             'POLICE_MARK' or
9227             'COPWHLIST' or
9228             ('NAT44' and 'BASE') or
9229             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9230            'NDRPDR' and
9231            '2T2C' and
9232            'IP4FWD' and
9233            not 'IPSEC' and
9234            not 'VHOST'"
9235   parameters:
9236   - "throughput"
9237   - "parent"
9238   - "tags"
9239   sort:
9240   - "IP4BASE"
9241   - "NAT44"
9242   - "POLICE_MARK"
9243   - "COPWHLIST"
9244   - "IACL"
9245   - "OACL"
9246   traces:
9247     hoverinfo: "x+y"
9248     boxpoints: "outliers"
9249     whiskerwidth: 0
9250   layout:
9251     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
9252     layout: "plot-throughput"
9253
9254 -
9255   type: "plot"
9256   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9257   algorithm: "plot_performance_box"
9258   output-file-type: ".html"
9259   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9260   data: "plot-vpp-throughput-latency-3n-hsw"
9261   filter: "'NIC_Intel-X710' and
9262            '64B' and
9263            ('IP4BASE' or
9264             'POLICE_MARK' or
9265             'COPWHLIST' or
9266             ('NAT44' and 'BASE') or
9267             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9268            'NDRPDR' and
9269            '2T2C' and
9270            'IP4FWD' and
9271            not 'IPSEC' and
9272            not 'VHOST'"
9273   parameters:
9274   - "throughput"
9275   - "parent"
9276   - "tags"
9277   sort:
9278   - "IP4BASE"
9279   - "NAT44"
9280   - "POLICE_MARK"
9281   - "COPWHLIST"
9282   - "IACL"
9283   - "OACL"
9284   traces:
9285     hoverinfo: "x+y"
9286     boxpoints: "outliers"
9287     whiskerwidth: 0
9288   layout:
9289     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
9290     layout: "plot-throughput"
9291
9292 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
9293 -
9294   type: "plot"
9295   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9296   algorithm: "plot_performance_box"
9297   output-file-type: ".html"
9298   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9299   data: "plot-vpp-throughput-latency-3n-skx"
9300   filter: "'NIC_Intel-X710' and
9301            '64B' and
9302            'NDRPDR' and
9303            '2T1C' and
9304            'IP4FWD' and
9305            'NAT44' and
9306            not 'IPSEC' and
9307            not 'VHOST'"
9308   parameters:
9309   - "throughput"
9310   - "parent"
9311   - "tags"
9312   sort:
9313   - "BASE"
9314   - "BASE"
9315   - "SRC_USER_10"
9316   - "SRC_USER_100"
9317   - "SRC_USER_1000"
9318   - "SRC_USER_2000"
9319   traces:
9320     hoverinfo: "x+y"
9321     boxpoints: "outliers"
9322     whiskerwidth: 0
9323   layout:
9324     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
9325     layout: "plot-throughput"
9326
9327 -
9328   type: "plot"
9329   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9330   algorithm: "plot_performance_box"
9331   output-file-type: ".html"
9332   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9333   data: "plot-vpp-throughput-latency-3n-skx"
9334   filter: "'NIC_Intel-X710' and
9335            '64B' and
9336            'NDRPDR' and
9337            '2T1C' and
9338            'IP4FWD' and
9339            'NAT44' and
9340            not 'IPSEC' and
9341            not 'VHOST'"
9342   parameters:
9343   - "throughput"
9344   - "parent"
9345   - "tags"
9346   sort:
9347   - "BASE"
9348   - "BASE"
9349   - "SRC_USER_10"
9350   - "SRC_USER_100"
9351   - "SRC_USER_1000"
9352   - "SRC_USER_2000"
9353   traces:
9354     hoverinfo: "x+y"
9355     boxpoints: "outliers"
9356     whiskerwidth: 0
9357   layout:
9358     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
9359     layout: "plot-throughput"
9360
9361 -
9362   type: "plot"
9363   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9364   algorithm: "plot_performance_box"
9365   output-file-type: ".html"
9366   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9367   data: "plot-vpp-throughput-latency-3n-skx"
9368   filter: "'NIC_Intel-X710' and
9369            '64B' and
9370            'NDRPDR' and
9371            '4T2C' and
9372            'IP4FWD' and
9373            'NAT44' and
9374            not 'IPSEC' and
9375            not 'VHOST'"
9376   parameters:
9377   - "throughput"
9378   - "parent"
9379   - "tags"
9380   sort:
9381   - "BASE"
9382   - "BASE"
9383   - "SRC_USER_10"
9384   - "SRC_USER_100"
9385   - "SRC_USER_1000"
9386   - "SRC_USER_2000"
9387   traces:
9388     hoverinfo: "x+y"
9389     boxpoints: "outliers"
9390     whiskerwidth: 0
9391   layout:
9392     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
9393     layout: "plot-throughput"
9394
9395 -
9396   type: "plot"
9397   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9398   algorithm: "plot_performance_box"
9399   output-file-type: ".html"
9400   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9401   data: "plot-vpp-throughput-latency-3n-skx"
9402   filter: "'NIC_Intel-X710' and
9403            '64B' and
9404            'NDRPDR' and
9405            '4T2C' and
9406            'IP4FWD' and
9407            'NAT44' and
9408            not 'IPSEC' and
9409            not 'VHOST'"
9410   parameters:
9411   - "throughput"
9412   - "parent"
9413   - "tags"
9414   sort:
9415   - "BASE"
9416   - "BASE"
9417   - "SRC_USER_10"
9418   - "SRC_USER_100"
9419   - "SRC_USER_1000"
9420   - "SRC_USER_2000"
9421   traces:
9422     hoverinfo: "x+y"
9423     boxpoints: "outliers"
9424     whiskerwidth: 0
9425   layout:
9426     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
9427     layout: "plot-throughput"
9428
9429 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
9430 -
9431   type: "plot"
9432   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9433   algorithm: "plot_performance_box"
9434   output-file-type: ".html"
9435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9436   data: "plot-vpp-throughput-latency-3n-skx"
9437   filter: "'NIC_Intel-X710' and
9438            '64B' and
9439            'NDRPDR' and
9440            '2T1C' and
9441            'IP4FWD' and
9442            'IACL' and
9443            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9444            not 'IPSEC' and
9445            not 'VHOST'"
9446   parameters:
9447   - "throughput"
9448   - "parent"
9449   - "tags"
9450   sort:
9451   - "ACL_STATELESS"
9452   - "ACL_STATEFUL"
9453   - "ACL_STATELESS"
9454   - "ACL_STATEFUL"
9455   traces:
9456     hoverinfo: "x+y"
9457     boxpoints: "outliers"
9458     whiskerwidth: 0
9459   layout:
9460     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
9461     layout: "plot-throughput"
9462
9463 -
9464   type: "plot"
9465   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9466   algorithm: "plot_performance_box"
9467   output-file-type: ".html"
9468   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9469   data: "plot-vpp-throughput-latency-3n-skx"
9470   filter: "'NIC_Intel-X710' and
9471            '64B' and
9472            'NDRPDR' and
9473            '2T1C' and
9474            'IP4FWD' and
9475            'IACL' and
9476            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9477            not 'IPSEC' and
9478            not 'VHOST'"
9479   parameters:
9480   - "throughput"
9481   - "parent"
9482   - "tags"
9483   sort:
9484   - "ACL_STATELESS"
9485   - "ACL_STATEFUL"
9486   - "ACL_STATELESS"
9487   - "ACL_STATEFUL"
9488   traces:
9489     hoverinfo: "x+y"
9490     boxpoints: "outliers"
9491     whiskerwidth: 0
9492   layout:
9493     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
9494     layout: "plot-throughput"
9495
9496 -
9497   type: "plot"
9498   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9499   algorithm: "plot_performance_box"
9500   output-file-type: ".html"
9501   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9502   data: "plot-vpp-throughput-latency-3n-skx"
9503   filter: "'NIC_Intel-X710' and
9504            '64B' and
9505            'NDRPDR' and
9506            '4T2C' and
9507            'IP4FWD' and
9508            'IACL' and
9509            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9510            not 'IPSEC' and
9511            not 'VHOST'"
9512   parameters:
9513   - "throughput"
9514   - "parent"
9515   - "tags"
9516   sort:
9517   - "ACL_STATELESS"
9518   - "ACL_STATEFUL"
9519   - "ACL_STATELESS"
9520   - "ACL_STATEFUL"
9521   traces:
9522     hoverinfo: "x+y"
9523     boxpoints: "outliers"
9524     whiskerwidth: 0
9525   layout:
9526     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
9527     layout: "plot-throughput"
9528
9529 -
9530   type: "plot"
9531   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9532   algorithm: "plot_performance_box"
9533   output-file-type: ".html"
9534   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9535   data: "plot-vpp-throughput-latency-3n-skx"
9536   filter: "'NIC_Intel-X710' and
9537            '64B' and
9538            'NDRPDR' and
9539            '4T2C' and
9540            'IP4FWD' and
9541            'IACL' and
9542            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9543            not 'IPSEC' and
9544            not 'VHOST'"
9545   parameters:
9546   - "throughput"
9547   - "parent"
9548   - "tags"
9549   sort:
9550   - "ACL_STATELESS"
9551   - "ACL_STATEFUL"
9552   - "ACL_STATELESS"
9553   - "ACL_STATEFUL"
9554   traces:
9555     hoverinfo: "x+y"
9556     boxpoints: "outliers"
9557     whiskerwidth: 0
9558   layout:
9559     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
9560     layout: "plot-throughput"
9561
9562 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
9563 -
9564   type: "plot"
9565   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9566   algorithm: "plot_performance_box"
9567   output-file-type: ".html"
9568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9569   data: "plot-vpp-throughput-latency-3n-skx"
9570   filter: "'NIC_Intel-X710' and
9571            '64B' and
9572            'NDRPDR' and
9573            '2T1C' and
9574            'IP4FWD' and
9575            'OACL' and
9576            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9577            not 'IPSEC' and
9578            not 'VHOST'"
9579   parameters:
9580   - "throughput"
9581   - "parent"
9582   - "tags"
9583   sort:
9584   - "ACL_STATELESS"
9585   - "ACL_STATEFUL"
9586   - "ACL_STATELESS"
9587   - "ACL_STATEFUL"
9588   traces:
9589     hoverinfo: "x+y"
9590     boxpoints: "outliers"
9591     whiskerwidth: 0
9592   layout:
9593     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
9594     layout: "plot-throughput"
9595
9596 -
9597   type: "plot"
9598   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9599   algorithm: "plot_performance_box"
9600   output-file-type: ".html"
9601   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9602   data: "plot-vpp-throughput-latency-3n-skx"
9603   filter: "'NIC_Intel-X710' and
9604            '64B' and
9605            'NDRPDR' and
9606            '2T1C' and
9607            'IP4FWD' and
9608            'OACL' and
9609            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9610            not 'IPSEC' and
9611            not 'VHOST'"
9612   parameters:
9613   - "throughput"
9614   - "parent"
9615   - "tags"
9616   sort:
9617   - "ACL_STATELESS"
9618   - "ACL_STATEFUL"
9619   - "ACL_STATELESS"
9620   - "ACL_STATEFUL"
9621   traces:
9622     hoverinfo: "x+y"
9623     boxpoints: "outliers"
9624     whiskerwidth: 0
9625   layout:
9626     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
9627     layout: "plot-throughput"
9628
9629 -
9630   type: "plot"
9631   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9632   algorithm: "plot_performance_box"
9633   output-file-type: ".html"
9634   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9635   data: "plot-vpp-throughput-latency-3n-skx"
9636   filter: "'NIC_Intel-X710' and
9637            '64B' and
9638            'NDRPDR' and
9639            '4T2C' and
9640            'IP4FWD' and
9641            'OACL' and
9642            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9643            not 'IPSEC' and
9644            not 'VHOST'"
9645   parameters:
9646   - "throughput"
9647   - "parent"
9648   - "tags"
9649   sort:
9650   - "ACL_STATELESS"
9651   - "ACL_STATEFUL"
9652   - "ACL_STATELESS"
9653   - "ACL_STATEFUL"
9654   traces:
9655     hoverinfo: "x+y"
9656     boxpoints: "outliers"
9657     whiskerwidth: 0
9658   layout:
9659     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
9660     layout: "plot-throughput"
9661
9662 -
9663   type: "plot"
9664   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9665   algorithm: "plot_performance_box"
9666   output-file-type: ".html"
9667   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9668   data: "plot-vpp-throughput-latency-3n-skx"
9669   filter: "'NIC_Intel-X710' and
9670            '64B' and
9671            'NDRPDR' and
9672            '4T2C' and
9673            'IP4FWD' and
9674            'OACL' and
9675            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9676            not 'IPSEC' and
9677            not 'VHOST'"
9678   parameters:
9679   - "throughput"
9680   - "parent"
9681   - "tags"
9682   sort:
9683   - "ACL_STATELESS"
9684   - "ACL_STATEFUL"
9685   - "ACL_STATELESS"
9686   - "ACL_STATEFUL"
9687   traces:
9688     hoverinfo: "x+y"
9689     boxpoints: "outliers"
9690     whiskerwidth: 0
9691   layout:
9692     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
9693     layout: "plot-throughput"
9694
9695 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
9696 -
9697   type: "plot"
9698   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9699   algorithm: "plot_performance_box"
9700   output-file-type: ".html"
9701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9702   data: "plot-vpp-throughput-latency-3n-hsw"
9703   filter: "'NIC_Intel-XL710' and
9704            '64B' and
9705            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9706            'NDRPDR' and
9707            '1T1C' and
9708            'IP4FWD' and
9709            not 'IPSEC' and
9710            not 'VHOST'"
9711   parameters:
9712   - "throughput"
9713   - "parent"
9714   - "tags"
9715   sort:
9716   - "IP4BASE"
9717   - "FIB_20K"
9718   - "FIB_200K"
9719   - "FIB_2M"
9720   traces:
9721     hoverinfo: "x+y"
9722     boxpoints: "outliers"
9723     whiskerwidth: 0
9724   layout:
9725     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9726     layout: "plot-throughput"
9727
9728 -
9729   type: "plot"
9730   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9731   algorithm: "plot_performance_box"
9732   output-file-type: ".html"
9733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9734   data: "plot-vpp-throughput-latency-3n-hsw"
9735   filter: "'NIC_Intel-XL710' and
9736            '64B' and
9737            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9738            'NDRPDR' and
9739            '1T1C' and
9740            'IP4FWD' and
9741            not 'IPSEC' and
9742            not 'VHOST'"
9743   parameters:
9744   - "throughput"
9745   - "parent"
9746   - "tags"
9747   sort:
9748   - "IP4BASE"
9749   - "FIB_20K"
9750   - "FIB_200K"
9751   - "FIB_2M"
9752   traces:
9753     hoverinfo: "x+y"
9754     boxpoints: "outliers"
9755     whiskerwidth: 0
9756   layout:
9757     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9758     layout: "plot-throughput"
9759
9760 -
9761   type: "plot"
9762   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9763   algorithm: "plot_performance_box"
9764   output-file-type: ".html"
9765   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9766   data: "plot-vpp-throughput-latency-3n-hsw"
9767   filter: "'NIC_Intel-XL710' and
9768            '64B' and
9769            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9770            'NDRPDR' and
9771            '2T2C' and
9772            'IP4FWD' and
9773            not 'IPSEC' and
9774            not 'VHOST'"
9775   parameters:
9776   - "throughput"
9777   - "parent"
9778   - "tags"
9779   sort:
9780   - "IP4BASE"
9781   - "FIB_20K"
9782   - "FIB_200K"
9783   - "FIB_2M"
9784   traces:
9785     hoverinfo: "x+y"
9786     boxpoints: "outliers"
9787     whiskerwidth: 0
9788   layout:
9789     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9790     layout: "plot-throughput"
9791
9792 -
9793   type: "plot"
9794   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9795   algorithm: "plot_performance_box"
9796   output-file-type: ".html"
9797   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9798   data: "plot-vpp-throughput-latency-3n-hsw"
9799   filter: "'NIC_Intel-XL710' and
9800            '64B' and
9801            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9802            'NDRPDR' and
9803            '2T2C' and
9804            'IP4FWD' and
9805            not 'IPSEC' and
9806            not 'VHOST'"
9807   parameters:
9808   - "throughput"
9809   - "parent"
9810   - "tags"
9811   sort:
9812   - "IP4BASE"
9813   - "FIB_20K"
9814   - "FIB_200K"
9815   - "FIB_2M"
9816   traces:
9817     hoverinfo: "x+y"
9818     boxpoints: "outliers"
9819     whiskerwidth: 0
9820   layout:
9821     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9822     layout: "plot-throughput"
9823
9824 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9825 -
9826   type: "plot"
9827   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9828   algorithm: "plot_performance_box"
9829   output-file-type: ".html"
9830   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9831   data: "plot-vpp-throughput-latency-3n-skx"
9832   filter: "'NIC_Intel-X710' and
9833            '64B' and
9834            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9835            'NDRPDR' and
9836            '2T1C' and
9837            'IP4FWD' and
9838            not 'IPSEC' and
9839            not 'VHOST'"
9840   parameters:
9841   - "throughput"
9842   - "parent"
9843   - "tags"
9844   sort:
9845   - "IP4BASE"
9846   - "FIB_20K"
9847   - "FIB_200K"
9848   - "FIB_2M"
9849   traces:
9850     hoverinfo: "x+y"
9851     boxpoints: "outliers"
9852     whiskerwidth: 0
9853   layout:
9854     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9855     layout: "plot-throughput"
9856
9857 -
9858   type: "plot"
9859   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9860   algorithm: "plot_performance_box"
9861   output-file-type: ".html"
9862   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9863   data: "plot-vpp-throughput-latency-3n-skx"
9864   filter: "'NIC_Intel-X710' and
9865            '64B' and
9866            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9867            'NDRPDR' and
9868            '2T1C' and
9869            'IP4FWD' and
9870            not 'IPSEC' and
9871            not 'VHOST'"
9872   parameters:
9873   - "throughput"
9874   - "parent"
9875   - "tags"
9876   sort:
9877   - "IP4BASE"
9878   - "FIB_20K"
9879   - "FIB_200K"
9880   - "FIB_2M"
9881   traces:
9882     hoverinfo: "x+y"
9883     boxpoints: "outliers"
9884     whiskerwidth: 0
9885   layout:
9886     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9887     layout: "plot-throughput"
9888
9889 -
9890   type: "plot"
9891   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9892   algorithm: "plot_performance_box"
9893   output-file-type: ".html"
9894   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9895   data: "plot-vpp-throughput-latency-3n-skx"
9896   filter: "'NIC_Intel-X710' and
9897            '64B' and
9898            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9899            'NDRPDR' and
9900            '4T2C' and
9901            'IP4FWD' and
9902            not 'IPSEC' and
9903            not 'VHOST'"
9904   parameters:
9905   - "throughput"
9906   - "parent"
9907   - "tags"
9908   sort:
9909   - "IP4BASE"
9910   - "FIB_20K"
9911   - "FIB_200K"
9912   - "FIB_2M"
9913   traces:
9914     hoverinfo: "x+y"
9915     boxpoints: "outliers"
9916     whiskerwidth: 0
9917   layout:
9918     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9919     layout: "plot-throughput"
9920
9921 -
9922   type: "plot"
9923   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9924   algorithm: "plot_performance_box"
9925   output-file-type: ".html"
9926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9927   data: "plot-vpp-throughput-latency-3n-skx"
9928   filter: "'NIC_Intel-X710' and
9929            '64B' and
9930            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9931            'NDRPDR' and
9932            '4T2C' and
9933            'IP4FWD' and
9934            not 'IPSEC' and
9935            not 'VHOST'"
9936   parameters:
9937   - "throughput"
9938   - "parent"
9939   - "tags"
9940   sort:
9941   - "IP4BASE"
9942   - "FIB_20K"
9943   - "FIB_200K"
9944   - "FIB_2M"
9945   traces:
9946     hoverinfo: "x+y"
9947     boxpoints: "outliers"
9948     whiskerwidth: 0
9949   layout:
9950     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9951     layout: "plot-throughput"
9952
9953 # Packet Throughput - VPP IPv4 3n-skx-x710 features
9954 -
9955   type: "plot"
9956   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
9957   algorithm: "plot_performance_box"
9958   output-file-type: ".html"
9959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
9960   data: "plot-vpp-throughput-latency-3n-skx"
9961   filter: "'NIC_Intel-X710' and
9962            '64B' and
9963            ('IP4BASE' or
9964             'POLICE_MARK' or
9965             'COPWHLIST' or
9966             ('NAT44' and 'BASE') or
9967             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9968            'NDRPDR' and
9969            '2T1C' and
9970            'IP4FWD' and
9971            not 'IPSEC' and
9972            not 'VHOST'"
9973   parameters:
9974   - "throughput"
9975   - "parent"
9976   - "tags"
9977   sort:
9978   - "IP4BASE"
9979   - "NAT44"
9980   - "POLICE_MARK"
9981   - "COPWHLIST"
9982   - "IACL"
9983   - "OACL"
9984   traces:
9985     hoverinfo: "x+y"
9986     boxpoints: "outliers"
9987     whiskerwidth: 0
9988   layout:
9989     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
9990     layout: "plot-throughput"
9991
9992 -
9993   type: "plot"
9994   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
9995   algorithm: "plot_performance_box"
9996   output-file-type: ".html"
9997   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
9998   data: "plot-vpp-throughput-latency-3n-skx"
9999   filter: "'NIC_Intel-X710' and
10000            '64B' and
10001            ('IP4BASE' or
10002             'POLICE_MARK' or
10003             'COPWHLIST' or
10004             ('NAT44' and 'BASE') or
10005             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10006            'NDRPDR' and
10007            '2T1C' and
10008            'IP4FWD' and
10009            not 'IPSEC' and
10010            not 'VHOST'"
10011   parameters:
10012   - "throughput"
10013   - "parent"
10014   - "tags"
10015   sort:
10016   - "IP4BASE"
10017   - "NAT44"
10018   - "POLICE_MARK"
10019   - "COPWHLIST"
10020   - "IACL"
10021   - "OACL"
10022   traces:
10023     hoverinfo: "x+y"
10024     boxpoints: "outliers"
10025     whiskerwidth: 0
10026   layout:
10027     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
10028     layout: "plot-throughput"
10029
10030 -
10031   type: "plot"
10032   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
10033   algorithm: "plot_performance_box"
10034   output-file-type: ".html"
10035   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
10036   data: "plot-vpp-throughput-latency-3n-skx"
10037   filter: "'NIC_Intel-X710' and
10038            '64B' and
10039            ('IP4BASE' or
10040             'POLICE_MARK' or
10041             'COPWHLIST' or
10042             ('NAT44' and 'BASE') or
10043             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10044            'NDRPDR' and
10045            '4T2C' and
10046            'IP4FWD' and
10047            not 'IPSEC' and
10048            not 'VHOST'"
10049   parameters:
10050   - "throughput"
10051   - "parent"
10052   - "tags"
10053   sort:
10054   - "IP4BASE"
10055   - "NAT44"
10056   - "POLICE_MARK"
10057   - "COPWHLIST"
10058   - "IACL"
10059   - "OACL"
10060   traces:
10061     hoverinfo: "x+y"
10062     boxpoints: "outliers"
10063     whiskerwidth: 0
10064   layout:
10065     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
10066     layout: "plot-throughput"
10067
10068 -
10069   type: "plot"
10070   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
10071   algorithm: "plot_performance_box"
10072   output-file-type: ".html"
10073   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
10074   data: "plot-vpp-throughput-latency-3n-skx"
10075   filter: "'NIC_Intel-X710' and
10076            '64B' and
10077            ('IP4BASE' or
10078             'POLICE_MARK' or
10079             'COPWHLIST' or
10080             ('NAT44' and 'BASE') or
10081             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10082            'NDRPDR' and
10083            '4T2C' and
10084            'IP4FWD' and
10085            not 'IPSEC' and
10086            not 'VHOST'"
10087   parameters:
10088   - "throughput"
10089   - "parent"
10090   - "tags"
10091   sort:
10092   - "IP4BASE"
10093   - "NAT44"
10094   - "POLICE_MARK"
10095   - "COPWHLIST"
10096   - "IACL"
10097   - "OACL"
10098   traces:
10099     hoverinfo: "x+y"
10100     boxpoints: "outliers"
10101     whiskerwidth: 0
10102   layout:
10103     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
10104     layout: "plot-throughput"
10105
10106 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
10107 -
10108   type: "plot"
10109   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10110   algorithm: "plot_performance_box"
10111   output-file-type: ".html"
10112   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10113   data: "plot-vpp-throughput-latency-3n-hsw"
10114   filter: "'NIC_Intel-X710' and
10115            '64B' and
10116            'NDRPDR' and
10117            '1T1C' and
10118            'IP4FWD' and
10119            'NAT44' and
10120            not 'IPSEC' and
10121            not 'VHOST'"
10122   parameters:
10123   - "throughput"
10124   - "parent"
10125   - "tags"
10126   sort:
10127   - "BASE"
10128   - "BASE"
10129   - "SRC_USER_10"
10130   - "SRC_USER_100"
10131   - "SRC_USER_1000"
10132   - "SRC_USER_2000"
10133   traces:
10134     hoverinfo: "x+y"
10135     boxpoints: "outliers"
10136     whiskerwidth: 0
10137   layout:
10138     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
10139     layout: "plot-throughput"
10140
10141 -
10142   type: "plot"
10143   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10144   algorithm: "plot_performance_box"
10145   output-file-type: ".html"
10146   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10147   data: "plot-vpp-throughput-latency-3n-hsw"
10148   filter: "'NIC_Intel-X710' and
10149            '64B' and
10150            'NDRPDR' and
10151            '1T1C' and
10152            'IP4FWD' and
10153            'NAT44' and
10154            not 'IPSEC' and
10155            not 'VHOST'"
10156   parameters:
10157   - "throughput"
10158   - "parent"
10159   - "tags"
10160   sort:
10161   - "BASE"
10162   - "BASE"
10163   - "SRC_USER_10"
10164   - "SRC_USER_100"
10165   - "SRC_USER_1000"
10166   - "SRC_USER_2000"
10167   traces:
10168     hoverinfo: "x+y"
10169     boxpoints: "outliers"
10170     whiskerwidth: 0
10171   layout:
10172     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
10173     layout: "plot-throughput"
10174
10175 -
10176   type: "plot"
10177   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10178   algorithm: "plot_performance_box"
10179   output-file-type: ".html"
10180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10181   data: "plot-vpp-throughput-latency-3n-hsw"
10182   filter: "'NIC_Intel-X710' and
10183            '64B' and
10184            'NDRPDR' and
10185            '2T2C' and
10186            'IP4FWD' and
10187            'NAT44' and
10188            not 'IPSEC' and
10189            not 'VHOST'"
10190   parameters:
10191   - "throughput"
10192   - "parent"
10193   - "tags"
10194   sort:
10195   - "BASE"
10196   - "BASE"
10197   - "SRC_USER_10"
10198   - "SRC_USER_100"
10199   - "SRC_USER_1000"
10200   - "SRC_USER_2000"
10201   traces:
10202     hoverinfo: "x+y"
10203     boxpoints: "outliers"
10204     whiskerwidth: 0
10205   layout:
10206     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
10207     layout: "plot-throughput"
10208
10209 -
10210   type: "plot"
10211   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10212   algorithm: "plot_performance_box"
10213   output-file-type: ".html"
10214   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10215   data: "plot-vpp-throughput-latency-3n-hsw"
10216   filter: "'NIC_Intel-X710' and
10217            '64B' and
10218            'NDRPDR' and
10219            '2T2C' and
10220            'IP4FWD' and
10221            'NAT44' and
10222            not 'IPSEC' and
10223            not 'VHOST'"
10224   parameters:
10225   - "throughput"
10226   - "parent"
10227   - "tags"
10228   sort:
10229   - "BASE"
10230   - "BASE"
10231   - "SRC_USER_10"
10232   - "SRC_USER_100"
10233   - "SRC_USER_1000"
10234   - "SRC_USER_2000"
10235   traces:
10236     hoverinfo: "x+y"
10237     boxpoints: "outliers"
10238     whiskerwidth: 0
10239   layout:
10240     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
10241     layout: "plot-throughput"
10242
10243 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
10244 -
10245   type: "plot"
10246   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10247   algorithm: "plot_performance_box"
10248   output-file-type: ".html"
10249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10250   data: "plot-vpp-throughput-latency-3n-hsw"
10251   filter: "'NIC_Intel-X710' and
10252            '64B' and
10253            'NDRPDR' and
10254            '1T1C' and
10255            'IP4FWD' and
10256            'IACL' and
10257            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10258            not 'IPSEC' and
10259            not 'VHOST'"
10260   parameters:
10261   - "throughput"
10262   - "parent"
10263   - "tags"
10264   sort:
10265   - "ACL_STATELESS"
10266   - "ACL_STATEFUL"
10267   - "ACL_STATELESS"
10268   - "ACL_STATEFUL"
10269   traces:
10270     hoverinfo: "x+y"
10271     boxpoints: "outliers"
10272     whiskerwidth: 0
10273   layout:
10274     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
10275     layout: "plot-throughput"
10276
10277 -
10278   type: "plot"
10279   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10280   algorithm: "plot_performance_box"
10281   output-file-type: ".html"
10282   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10283   data: "plot-vpp-throughput-latency-3n-hsw"
10284   filter: "'NIC_Intel-X710' and
10285            '64B' and
10286            'NDRPDR' and
10287            '1T1C' and
10288            'IP4FWD' and
10289            'IACL' and
10290            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10291            not 'IPSEC' and
10292            not 'VHOST'"
10293   parameters:
10294   - "throughput"
10295   - "parent"
10296   - "tags"
10297   sort:
10298   - "ACL_STATELESS"
10299   - "ACL_STATEFUL"
10300   - "ACL_STATELESS"
10301   - "ACL_STATEFUL"
10302   traces:
10303     hoverinfo: "x+y"
10304     boxpoints: "outliers"
10305     whiskerwidth: 0
10306   layout:
10307     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
10308     layout: "plot-throughput"
10309
10310 -
10311   type: "plot"
10312   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10313   algorithm: "plot_performance_box"
10314   output-file-type: ".html"
10315   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10316   data: "plot-vpp-throughput-latency-3n-hsw"
10317   filter: "'NIC_Intel-X710' and
10318            '64B' and
10319            'NDRPDR' and
10320            '2T2C' and
10321            'IP4FWD' and
10322            'IACL' and
10323            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10324            not 'IPSEC' and
10325            not 'VHOST'"
10326   parameters:
10327   - "throughput"
10328   - "parent"
10329   - "tags"
10330   sort:
10331   - "ACL_STATELESS"
10332   - "ACL_STATEFUL"
10333   - "ACL_STATELESS"
10334   - "ACL_STATEFUL"
10335   traces:
10336     hoverinfo: "x+y"
10337     boxpoints: "outliers"
10338     whiskerwidth: 0
10339   layout:
10340     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
10341     layout: "plot-throughput"
10342
10343 -
10344   type: "plot"
10345   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10346   algorithm: "plot_performance_box"
10347   output-file-type: ".html"
10348   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10349   data: "plot-vpp-throughput-latency-3n-hsw"
10350   filter: "'NIC_Intel-X710' and
10351            '64B' and
10352            'NDRPDR' and
10353            '2T2C' and
10354            'IP4FWD' and
10355            'IACL' and
10356            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10357            not 'IPSEC' and
10358            not 'VHOST'"
10359   parameters:
10360   - "throughput"
10361   - "parent"
10362   - "tags"
10363   sort:
10364   - "ACL_STATELESS"
10365   - "ACL_STATEFUL"
10366   - "ACL_STATELESS"
10367   - "ACL_STATEFUL"
10368   traces:
10369     hoverinfo: "x+y"
10370     boxpoints: "outliers"
10371     whiskerwidth: 0
10372   layout:
10373     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
10374     layout: "plot-throughput"
10375
10376 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
10377 -
10378   type: "plot"
10379   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10380   algorithm: "plot_performance_box"
10381   output-file-type: ".html"
10382   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10383   data: "plot-vpp-throughput-latency-3n-hsw"
10384   filter: "'NIC_Intel-X710' and
10385            '64B' and
10386            'NDRPDR' and
10387            '1T1C' and
10388            'IP4FWD' and
10389            'OACL' and
10390            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10391            not 'IPSEC' and
10392            not 'VHOST'"
10393   parameters:
10394   - "throughput"
10395   - "parent"
10396   - "tags"
10397   sort:
10398   - "ACL_STATELESS"
10399   - "ACL_STATEFUL"
10400   - "ACL_STATELESS"
10401   - "ACL_STATEFUL"
10402   traces:
10403     hoverinfo: "x+y"
10404     boxpoints: "outliers"
10405     whiskerwidth: 0
10406   layout:
10407     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
10408     layout: "plot-throughput"
10409
10410 -
10411   type: "plot"
10412   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10413   algorithm: "plot_performance_box"
10414   output-file-type: ".html"
10415   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10416   data: "plot-vpp-throughput-latency-3n-hsw"
10417   filter: "'NIC_Intel-X710' and
10418            '64B' and
10419            'NDRPDR' and
10420            '1T1C' and
10421            'IP4FWD' and
10422            'OACL' and
10423            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10424            not 'IPSEC' and
10425            not 'VHOST'"
10426   parameters:
10427   - "throughput"
10428   - "parent"
10429   - "tags"
10430   sort:
10431   - "ACL_STATELESS"
10432   - "ACL_STATEFUL"
10433   - "ACL_STATELESS"
10434   - "ACL_STATEFUL"
10435   traces:
10436     hoverinfo: "x+y"
10437     boxpoints: "outliers"
10438     whiskerwidth: 0
10439   layout:
10440     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
10441     layout: "plot-throughput"
10442
10443 -
10444   type: "plot"
10445   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10446   algorithm: "plot_performance_box"
10447   output-file-type: ".html"
10448   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10449   data: "plot-vpp-throughput-latency-3n-hsw"
10450   filter: "'NIC_Intel-X710' and
10451            '64B' and
10452            'NDRPDR' and
10453            '2T2C' and
10454            'IP4FWD' and
10455            'OACL' and
10456            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10457            not 'IPSEC' and
10458            not 'VHOST'"
10459   parameters:
10460   - "throughput"
10461   - "parent"
10462   - "tags"
10463   sort:
10464   - "ACL_STATELESS"
10465   - "ACL_STATEFUL"
10466   - "ACL_STATELESS"
10467   - "ACL_STATEFUL"
10468   traces:
10469     hoverinfo: "x+y"
10470     boxpoints: "outliers"
10471     whiskerwidth: 0
10472   layout:
10473     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
10474     layout: "plot-throughput"
10475
10476 -
10477   type: "plot"
10478   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10479   algorithm: "plot_performance_box"
10480   output-file-type: ".html"
10481   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10482   data: "plot-vpp-throughput-latency-3n-hsw"
10483   filter: "'NIC_Intel-X710' and
10484            '64B' and
10485            'NDRPDR' and
10486            '2T2C' and
10487            'IP4FWD' and
10488            'OACL' and
10489            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10490            not 'IPSEC' and
10491            not 'VHOST'"
10492   parameters:
10493   - "throughput"
10494   - "parent"
10495   - "tags"
10496   sort:
10497   - "ACL_STATELESS"
10498   - "ACL_STATEFUL"
10499   - "ACL_STATELESS"
10500   - "ACL_STATEFUL"
10501   traces:
10502     hoverinfo: "x+y"
10503     boxpoints: "outliers"
10504     whiskerwidth: 0
10505   layout:
10506     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
10507     layout: "plot-throughput"
10508
10509 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
10510 -
10511   type: "plot"
10512   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10513   algorithm: "plot_performance_box"
10514   output-file-type: ".html"
10515   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10516   data: "plot-vpp-throughput-latency-2n-skx"
10517   filter: "'NIC_Intel-X710' and
10518            '64B' and
10519            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10520            'NDRPDR' and
10521            '2T1C' and
10522            'IP4FWD' and
10523            not 'IPSEC' and
10524            not 'VHOST'"
10525   parameters:
10526   - "throughput"
10527   - "parent"
10528   - "tags"
10529   sort:
10530   - "DOT1Q"
10531   - "IP4BASE"
10532   - "FIB_20k"
10533   - "FIB_200k"
10534   - "FIB_2M"
10535   traces:
10536     hoverinfo: "x+y"
10537     boxpoints: "outliers"
10538     whiskerwidth: 0
10539   layout:
10540     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
10541     layout: "plot-throughput"
10542
10543 -
10544   type: "plot"
10545   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10546   algorithm: "plot_performance_box"
10547   output-file-type: ".html"
10548   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10549   data: "plot-vpp-throughput-latency-2n-skx"
10550   filter: "'NIC_Intel-X710' and
10551            '64B' and
10552            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10553            'NDRPDR' and
10554            '2T1C' and
10555            'IP4FWD' and
10556            not 'IPSEC' and
10557            not 'VHOST'"
10558   parameters:
10559   - "throughput"
10560   - "parent"
10561   - "tags"
10562   sort:
10563   - "DOT1Q"
10564   - "IP4BASE"
10565   - "FIB_20k"
10566   - "FIB_200k"
10567   - "FIB_2M"
10568   traces:
10569     hoverinfo: "x+y"
10570     boxpoints: "outliers"
10571     whiskerwidth: 0
10572   layout:
10573     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
10574     layout: "plot-throughput"
10575
10576 -
10577   type: "plot"
10578   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10579   algorithm: "plot_performance_box"
10580   output-file-type: ".html"
10581   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10582   data: "plot-vpp-throughput-latency-2n-skx"
10583   filter: "'NIC_Intel-X710' and
10584            '64B' and
10585            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10586            'NDRPDR' and
10587            '4T2C' and
10588            'IP4FWD' and
10589            not 'IPSEC' and
10590            not 'VHOST'"
10591   parameters:
10592   - "throughput"
10593   - "parent"
10594   - "tags"
10595   sort:
10596   - "DOT1Q"
10597   - "IP4BASE"
10598   - "FIB_20k"
10599   - "FIB_200k"
10600   - "FIB_2M"
10601   traces:
10602     hoverinfo: "x+y"
10603     boxpoints: "outliers"
10604     whiskerwidth: 0
10605   layout:
10606     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
10607     layout: "plot-throughput"
10608
10609 -
10610   type: "plot"
10611   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10612   algorithm: "plot_performance_box"
10613   output-file-type: ".html"
10614   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10615   data: "plot-vpp-throughput-latency-2n-skx"
10616   filter: "'NIC_Intel-X710' and
10617            '64B' and
10618            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10619            'NDRPDR' and
10620            '4T2C' and
10621            'IP4FWD' and
10622            not 'IPSEC' and
10623            not 'VHOST'"
10624   parameters:
10625   - "throughput"
10626   - "parent"
10627   - "tags"
10628   sort:
10629   - "DOT1Q"
10630   - "IP4BASE"
10631   - "FIB_20k"
10632   - "FIB_200k"
10633   - "FIB_2M"
10634   traces:
10635     hoverinfo: "x+y"
10636     boxpoints: "outliers"
10637     whiskerwidth: 0
10638   layout:
10639     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
10640     layout: "plot-throughput"
10641
10642 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
10643 -
10644   type: "plot"
10645   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10646   algorithm: "plot_performance_box"
10647   output-file-type: ".html"
10648   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10649   data: "plot-vpp-throughput-latency-2n-skx"
10650   filter: "'NIC_Intel-XXV710' and
10651            '64B' and
10652            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10653            'NDRPDR' and
10654            '2T1C' and
10655            'IP4FWD' and
10656            not 'IPSEC' and
10657            not 'VHOST'"
10658   parameters:
10659   - "throughput"
10660   - "parent"
10661   - "tags"
10662   sort:
10663   - "DOT1Q"
10664   - "IP4BASE"
10665   - "FIB_20k"
10666   - "FIB_200k"
10667   - "FIB_2M"
10668   traces:
10669     hoverinfo: "x+y"
10670     boxpoints: "outliers"
10671     whiskerwidth: 0
10672   layout:
10673     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
10674     layout: "plot-throughput"
10675
10676 -
10677   type: "plot"
10678   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10679   algorithm: "plot_performance_box"
10680   output-file-type: ".html"
10681   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10682   data: "plot-vpp-throughput-latency-2n-skx"
10683   filter: "'NIC_Intel-XXV710' and
10684            '64B' and
10685            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10686            'NDRPDR' and
10687            '2T1C' and
10688            'IP4FWD' and
10689            not 'IPSEC' and
10690            not 'VHOST'"
10691   parameters:
10692   - "throughput"
10693   - "parent"
10694   - "tags"
10695   sort:
10696   - "DOT1Q"
10697   - "IP4BASE"
10698   - "FIB_20k"
10699   - "FIB_200k"
10700   - "FIB_2M"
10701   traces:
10702     hoverinfo: "x+y"
10703     boxpoints: "outliers"
10704     whiskerwidth: 0
10705   layout:
10706     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
10707     layout: "plot-throughput"
10708
10709 -
10710   type: "plot"
10711   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10712   algorithm: "plot_performance_box"
10713   output-file-type: ".html"
10714   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10715   data: "plot-vpp-throughput-latency-2n-skx"
10716   filter: "'NIC_Intel-XXV710' and
10717            '64B' and
10718            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10719            'NDRPDR' and
10720            '4T2C' and
10721            'IP4FWD' and
10722            not 'IPSEC' and
10723            not 'VHOST'"
10724   parameters:
10725   - "throughput"
10726   - "parent"
10727   - "tags"
10728   sort:
10729   - "DOT1Q"
10730   - "IP4BASE"
10731   - "FIB_20k"
10732   - "FIB_200k"
10733   - "FIB_2M"
10734   traces:
10735     hoverinfo: "x+y"
10736     boxpoints: "outliers"
10737     whiskerwidth: 0
10738   layout:
10739     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10740     layout: "plot-throughput"
10741
10742 -
10743   type: "plot"
10744   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10745   algorithm: "plot_performance_box"
10746   output-file-type: ".html"
10747   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10748   data: "plot-vpp-throughput-latency-2n-skx"
10749   filter: "'NIC_Intel-XXV710' and
10750            '64B' and
10751            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
10752            'NDRPDR' and
10753            '4T2C' and
10754            'IP4FWD' and
10755            not 'IPSEC' and
10756            not 'VHOST'"
10757   parameters:
10758   - "throughput"
10759   - "parent"
10760   - "tags"
10761   sort:
10762   - "DOT1Q"
10763   - "IP4BASE"
10764   - "FIB_20k"
10765   - "FIB_200k"
10766   - "FIB_2M"
10767   traces:
10768     hoverinfo: "x+y"
10769     boxpoints: "outliers"
10770     whiskerwidth: 0
10771   layout:
10772     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10773     layout: "plot-throughput"
10774
10775 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10776 -
10777   type: "plot"
10778   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10779   algorithm: "plot_performance_box"
10780   output-file-type: ".html"
10781   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10782   data: "intel-dnv-vpp"
10783   filter: "'NIC_Intel-X553' and
10784            '64B' and
10785            'IP4BASE' and
10786            'NDRPDR' and
10787            '1T1C' and
10788            'IP4FWD' and
10789            not 'IPSEC' and
10790            not 'VHOST'"
10791   parameters:
10792   - "throughput"
10793   - "parent"
10794   - "tags"
10795   sort:
10796   - "IP4BASE"
10797   traces:
10798     hoverinfo: "x+y"
10799     boxpoints: "outliers"
10800     whiskerwidth: 0
10801   layout:
10802     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10803     layout: "plot-throughput"
10804
10805 -
10806   type: "plot"
10807   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10808   algorithm: "plot_performance_box"
10809   output-file-type: ".html"
10810   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10811   data: "intel-dnv-vpp"
10812   filter: "'NIC_Intel-X553' and
10813            '64B' and
10814            'IP4BASE' and
10815            'NDRPDR' and
10816            '1T1C' and
10817            'IP4FWD' and
10818            not 'IPSEC' and
10819            not 'VHOST'"
10820   parameters:
10821   - "throughput"
10822   - "parent"
10823   - "tags"
10824   sort:
10825   - "IP4BASE"
10826   traces:
10827     hoverinfo: "x+y"
10828     boxpoints: "outliers"
10829     whiskerwidth: 0
10830   layout:
10831     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10832     layout: "plot-throughput"
10833
10834 -
10835   type: "plot"
10836   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10837   algorithm: "plot_performance_box"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10840   data: "intel-dnv-vpp"
10841   filter: "'NIC_Intel-X553' and
10842            '64B' and
10843            'IP4BASE' and
10844            'NDRPDR' and
10845            '2T2C' and
10846            'IP4FWD' and
10847            not 'IPSEC' and
10848            not 'VHOST'"
10849   parameters:
10850   - "throughput"
10851   - "parent"
10852   - "tags"
10853   sort:
10854   - "IP4BASE"
10855   traces:
10856     hoverinfo: "x+y"
10857     boxpoints: "outliers"
10858     whiskerwidth: 0
10859   layout:
10860     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10861     layout: "plot-throughput"
10862
10863 -
10864   type: "plot"
10865   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10866   algorithm: "plot_performance_box"
10867   output-file-type: ".html"
10868   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10869   data: "intel-dnv-vpp"
10870   filter: "'NIC_Intel-X553' and
10871            '64B' and
10872            'IP4BASE' and
10873            'NDRPDR' and
10874            '2T2C' and
10875            'IP4FWD' and
10876            not 'IPSEC' and
10877            not 'VHOST'"
10878   parameters:
10879   - "throughput"
10880   - "parent"
10881   - "tags"
10882   sort:
10883   - "IP4BASE"
10884   traces:
10885     hoverinfo: "x+y"
10886     boxpoints: "outliers"
10887     whiskerwidth: 0
10888   layout:
10889     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10890     layout: "plot-throughput"
10891
10892 ################################################################################
10893
10894 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
10895 -
10896   type: "plot"
10897   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10898   algorithm: "plot_performance_box"
10899   output-file-type: ".html"
10900   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10901   data: "plot-vpp-throughput-latency-3n-hsw"
10902   filter: "'NIC_Intel-X520-DA2' and
10903            '64B' and
10904            'ENCAP' and
10905            'NDRPDR' and
10906            '1T1C' and
10907            ('VXLAN' or 'LISP') and
10908            not 'VHOST' and
10909            not 'IPSECHW'"
10910   parameters:
10911   - "throughput"
10912   - "parent"
10913   - "tags"
10914   sort:
10915   - "not DOT1Q"
10916   - "VXLAN_1"
10917   - "VXLAN_10"
10918   - "VXLAN_100"
10919   - "VXLAN_1000"
10920   traces:
10921     hoverinfo: "x+y"
10922     boxpoints: "outliers"
10923     whiskerwidth: 0
10924   layout:
10925     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10926     layout: "plot-throughput"
10927
10928 -
10929   type: "plot"
10930   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10931   algorithm: "plot_performance_box"
10932   output-file-type: ".html"
10933   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10934   data: "plot-vpp-throughput-latency-3n-hsw"
10935   filter: "'NIC_Intel-X520-DA2' and
10936            '64B' and
10937            'ENCAP' and
10938            'NDRPDR' and
10939            '1T1C' and
10940            ('VXLAN' or 'LISP') and
10941            not 'VHOST' and
10942            not 'IPSECHW'"
10943   parameters:
10944   - "throughput"
10945   - "parent"
10946   - "tags"
10947   sort:
10948   - "not DOT1Q"
10949   - "VXLAN_1"
10950   - "VXLAN_10"
10951   - "VXLAN_100"
10952   - "VXLAN_1000"
10953   traces:
10954     hoverinfo: "x+y"
10955     boxpoints: "outliers"
10956     whiskerwidth: 0
10957   layout:
10958     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10959     layout: "plot-throughput"
10960
10961 -
10962   type: "plot"
10963   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10964   algorithm: "plot_performance_box"
10965   output-file-type: ".html"
10966   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10967   data: "plot-vpp-throughput-latency-3n-hsw"
10968   filter: "'NIC_Intel-X520-DA2' and
10969            '64B' and
10970            'ENCAP' and
10971            'NDRPDR' and
10972            '2T2C' and
10973            ('VXLAN' or 'LISP') and
10974            not 'VHOST' and
10975            not 'IPSECHW'"
10976   parameters:
10977   - "throughput"
10978   - "parent"
10979   - "tags"
10980   sort:
10981   - "not DOT1Q"
10982   - "VXLAN_1"
10983   - "VXLAN_10"
10984   - "VXLAN_100"
10985   - "VXLAN_1000"
10986   traces:
10987     hoverinfo: "x+y"
10988     boxpoints: "outliers"
10989     whiskerwidth: 0
10990   layout:
10991     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10992     layout: "plot-throughput"
10993
10994 -
10995   type: "plot"
10996   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10997   algorithm: "plot_performance_box"
10998   output-file-type: ".html"
10999   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11000   data: "plot-vpp-throughput-latency-3n-hsw"
11001   filter: "'NIC_Intel-X520-DA2' and
11002            '64B' and
11003            'ENCAP' and
11004            'NDRPDR' and
11005            '2T2C' and
11006            ('VXLAN' or 'LISP') and
11007            not 'VHOST' and
11008            not 'IPSECHW'"
11009   parameters:
11010   - "throughput"
11011   - "parent"
11012   - "tags"
11013   sort:
11014   - "not DOT1Q"
11015   - "VXLAN_1"
11016   - "VXLAN_10"
11017   - "VXLAN_100"
11018   - "VXLAN_1000"
11019   traces:
11020     hoverinfo: "x+y"
11021     boxpoints: "outliers"
11022     whiskerwidth: 0
11023   layout:
11024     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11025     layout: "plot-throughput"
11026
11027 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
11028 -
11029   type: "plot"
11030   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11031   algorithm: "plot_performance_box"
11032   output-file-type: ".html"
11033   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11034   data: "plot-vpp-throughput-latency-3n-hsw"
11035   filter: "'NIC_Intel-X520-DA2' and
11036            '64B' and
11037            'ENCAP' and
11038            'NDRPDR' and
11039            '1T1C' and
11040            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11041            not 'DOT1Q' and
11042            not 'VHOST' and
11043            not 'IPSECHW'"
11044   parameters:
11045   - "throughput"
11046   - "parent"
11047   - "tags"
11048   sort:
11049   - "L2BDMACLRN"
11050   - "L2XCFWD"
11051   - "LISP"
11052   traces:
11053     hoverinfo: "x+y"
11054     boxpoints: "outliers"
11055     whiskerwidth: 0
11056   layout:
11057     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
11058     layout: "plot-throughput"
11059
11060 -
11061   type: "plot"
11062   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11063   algorithm: "plot_performance_box"
11064   output-file-type: ".html"
11065   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11066   data: "plot-vpp-throughput-latency-3n-hsw"
11067   filter: "'NIC_Intel-X520-DA2' and
11068            '64B' and
11069            'ENCAP' and
11070            'NDRPDR' and
11071            '2T2C' and
11072            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11073            not 'DOT1Q' and
11074            not 'VHOST' and
11075            not 'IPSECHW'"
11076   parameters:
11077   - "throughput"
11078   - "parent"
11079   - "tags"
11080   sort:
11081   - "L2BDMACLRN"
11082   - "L2XCFWD"
11083   - "LISP"
11084   traces:
11085     hoverinfo: "x+y"
11086     boxpoints: "outliers"
11087     whiskerwidth: 0
11088   layout:
11089     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
11090     layout: "plot-throughput"
11091
11092 -
11093   type: "plot"
11094   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11095   algorithm: "plot_performance_box"
11096   output-file-type: ".html"
11097   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11098   data: "plot-vpp-throughput-latency-3n-hsw"
11099   filter: "'NIC_Intel-X520-DA2' and
11100            '64B' and
11101            'ENCAP' and
11102            'NDRPDR' and
11103            '1T1C' and
11104            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11105            not 'DOT1Q' and
11106            not 'VHOST' and
11107            not 'IPSECHW'"
11108   parameters:
11109   - "throughput"
11110   - "parent"
11111   - "tags"
11112   sort:
11113   - "L2BDMACLRN"
11114   - "L2XCFWD"
11115   - "LISP"
11116   traces:
11117     hoverinfo: "x+y"
11118     boxpoints: "outliers"
11119     whiskerwidth: 0
11120   layout:
11121     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
11122     layout: "plot-throughput"
11123
11124 -
11125   type: "plot"
11126   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11127   algorithm: "plot_performance_box"
11128   output-file-type: ".html"
11129   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11130   data: "plot-vpp-throughput-latency-3n-hsw"
11131   filter: "'NIC_Intel-X520-DA2' and
11132            '64B' and
11133            'ENCAP' and
11134            'NDRPDR' and
11135            '2T2C' and
11136            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11137            not 'DOT1Q' and
11138            not 'VHOST' and
11139            not 'IPSECHW'"
11140   parameters:
11141   - "throughput"
11142   - "parent"
11143   - "tags"
11144   sort:
11145   - "L2BDMACLRN"
11146   - "L2XCFWD"
11147   - "LISP"
11148   traces:
11149     hoverinfo: "x+y"
11150     boxpoints: "outliers"
11151     whiskerwidth: 0
11152   layout:
11153     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
11154     layout: "plot-throughput"
11155
11156 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
11157 -
11158   type: "plot"
11159   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11160   algorithm: "plot_performance_box"
11161   output-file-type: ".html"
11162   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11163   data: "plot-vpp-throughput-latency-3n-hsw"
11164   filter: "'NIC_Intel-X710' and
11165            '64B' and
11166            'ENCAP' and
11167            'NDRPDR' and
11168            '1T1C' and
11169            ('VXLAN' or 'LISP') and
11170            not 'VHOST' and
11171            not 'IPSECHW'"
11172   parameters:
11173   - "throughput"
11174   - "parent"
11175   - "tags"
11176   sort:
11177   - "LISP"
11178   - "VXLAN_1"
11179   - "VXLAN_10"
11180   - "VXLAN_100"
11181   - "VXLAN_1000"
11182   traces:
11183     hoverinfo: "x+y"
11184     boxpoints: "outliers"
11185     whiskerwidth: 0
11186   layout:
11187     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11188     layout: "plot-throughput"
11189
11190 -
11191   type: "plot"
11192   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11193   algorithm: "plot_performance_box"
11194   output-file-type: ".html"
11195   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11196   data: "plot-vpp-throughput-latency-3n-hsw"
11197   filter: "'NIC_Intel-X710' and
11198            '64B' and
11199            'ENCAP' and
11200            'NDRPDR' and
11201            '1T1C' and
11202            ('VXLAN' or 'LISP') and
11203            not 'VHOST' and
11204            not 'IPSECHW'"
11205   parameters:
11206   - "throughput"
11207   - "parent"
11208   - "tags"
11209   sort:
11210   - "LISP"
11211   - "VXLAN_1"
11212   - "VXLAN_10"
11213   - "VXLAN_100"
11214   - "VXLAN_1000"
11215   traces:
11216     hoverinfo: "x+y"
11217     boxpoints: "outliers"
11218     whiskerwidth: 0
11219   layout:
11220     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11221     layout: "plot-throughput"
11222
11223 -
11224   type: "plot"
11225   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11226   algorithm: "plot_performance_box"
11227   output-file-type: ".html"
11228   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11229   data: "plot-vpp-throughput-latency-3n-hsw"
11230   filter: "'NIC_Intel-X710' and
11231            '64B' and
11232            'ENCAP' and
11233            'NDRPDR' and
11234            '2T2C' and
11235            ('VXLAN' or 'LISP') and
11236            not 'VHOST' and
11237            not 'IPSECHW'"
11238   parameters:
11239   - "throughput"
11240   - "parent"
11241   - "tags"
11242   sort:
11243   - "LISP"
11244   - "VXLAN_1"
11245   - "VXLAN_10"
11246   - "VXLAN_100"
11247   - "VXLAN_1000"
11248   traces:
11249     hoverinfo: "x+y"
11250     boxpoints: "outliers"
11251     whiskerwidth: 0
11252   layout:
11253     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11254     layout: "plot-throughput"
11255
11256 -
11257   type: "plot"
11258   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11259   algorithm: "plot_performance_box"
11260   output-file-type: ".html"
11261   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11262   data: "plot-vpp-throughput-latency-3n-hsw"
11263   filter: "'NIC_Intel-X710' and
11264            '64B' and
11265            'ENCAP' and
11266            'NDRPDR' and
11267            '2T2C' and
11268            ('VXLAN' or 'LISP') and
11269            not 'VHOST' and
11270            not 'IPSECHW'"
11271   parameters:
11272   - "throughput"
11273   - "parent"
11274   - "tags"
11275   sort:
11276   - "LISP"
11277   - "VXLAN_1"
11278   - "VXLAN_10"
11279   - "VXLAN_100"
11280   - "VXLAN_1000"
11281   traces:
11282     hoverinfo: "x+y"
11283     boxpoints: "outliers"
11284     whiskerwidth: 0
11285   layout:
11286     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11287     layout: "plot-throughput"
11288
11289 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
11290 -
11291   type: "plot"
11292   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11293   algorithm: "plot_performance_box"
11294   output-file-type: ".html"
11295   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11296   data: "plot-vpp-throughput-latency-3n-hsw"
11297   filter: "'NIC_Intel-X710' and
11298            '64B' and
11299            'ENCAP' and
11300            'NDRPDR' and
11301            '1T1C' and
11302            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11303            not 'DOT1Q' and
11304            not 'VHOST' and
11305            not 'IPSECHW'"
11306   parameters:
11307   - "throughput"
11308   - "parent"
11309   - "tags"
11310   sort:
11311   - "L2BDMACLRN"
11312   - "L2XCFWD"
11313   - "LISP"
11314   traces:
11315     hoverinfo: "x+y"
11316     boxpoints: "outliers"
11317     whiskerwidth: 0
11318   layout:
11319     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
11320     layout: "plot-throughput"
11321
11322 -
11323   type: "plot"
11324   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11325   algorithm: "plot_performance_box"
11326   output-file-type: ".html"
11327   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11328   data: "plot-vpp-throughput-latency-3n-hsw"
11329   filter: "'NIC_Intel-X710' and
11330            '64B' and
11331            'ENCAP' and
11332            'NDRPDR' and
11333            '2T2C' and
11334            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11335            not 'DOT1Q' and
11336            not 'VHOST' and
11337            not 'IPSECHW'"
11338   parameters:
11339   - "throughput"
11340   - "parent"
11341   - "tags"
11342   sort:
11343   - "L2BDMACLRN"
11344   - "L2XCFWD"
11345   - "LISP"
11346   traces:
11347     hoverinfo: "x+y"
11348     boxpoints: "outliers"
11349     whiskerwidth: 0
11350   layout:
11351     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
11352     layout: "plot-throughput"
11353
11354 -
11355   type: "plot"
11356   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11357   algorithm: "plot_performance_box"
11358   output-file-type: ".html"
11359   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11360   data: "plot-vpp-throughput-latency-3n-hsw"
11361   filter: "'NIC_Intel-X710' and
11362            '64B' and
11363            'ENCAP' and
11364            'NDRPDR' and
11365            '1T1C' and
11366            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11367            not 'DOT1Q' and
11368            not 'VHOST' and
11369            not 'IPSECHW'"
11370   parameters:
11371   - "throughput"
11372   - "parent"
11373   - "tags"
11374   sort:
11375   - "L2BDMACLRN"
11376   - "L2XCFWD"
11377   - "LISP"
11378   traces:
11379     hoverinfo: "x+y"
11380     boxpoints: "outliers"
11381     whiskerwidth: 0
11382   layout:
11383     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
11384     layout: "plot-throughput"
11385
11386 -
11387   type: "plot"
11388   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11389   algorithm: "plot_performance_box"
11390   output-file-type: ".html"
11391   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11392   data: "plot-vpp-throughput-latency-3n-hsw"
11393   filter: "'NIC_Intel-X710' and
11394            '64B' and
11395            'ENCAP' and
11396            'NDRPDR' and
11397            '2T2C' and
11398            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11399            not 'DOT1Q' and
11400            not 'VHOST' and
11401            not 'IPSECHW'"
11402   parameters:
11403   - "throughput"
11404   - "parent"
11405   - "tags"
11406   sort:
11407   - "L2BDMACLRN"
11408   - "L2XCFWD"
11409   - "LISP"
11410   traces:
11411     hoverinfo: "x+y"
11412     boxpoints: "outliers"
11413     whiskerwidth: 0
11414   layout:
11415     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
11416     layout: "plot-throughput"
11417
11418 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
11419 -
11420   type: "plot"
11421   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11422   algorithm: "plot_performance_box"
11423   output-file-type: ".html"
11424   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11425   data: "plot-vpp-throughput-latency-3n-skx"
11426   filter: "'NIC_Intel-X710' and
11427            '64B' and
11428            'ENCAP' and
11429            'NDRPDR' and
11430            '2T1C' and
11431            ('VXLAN' or 'LISP') and
11432            not 'VHOST' and
11433            not 'IPSECHW'"
11434   parameters:
11435   - "throughput"
11436   - "parent"
11437   - "tags"
11438   sort:
11439   - "LISP"
11440   - "VXLAN_1"
11441   - "VXLAN_10"
11442   - "VXLAN_100"
11443   - "VXLAN_1000"
11444   traces:
11445     hoverinfo: "x+y"
11446     boxpoints: "outliers"
11447     whiskerwidth: 0
11448   layout:
11449     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11450     layout: "plot-throughput"
11451
11452 -
11453   type: "plot"
11454   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11455   algorithm: "plot_performance_box"
11456   output-file-type: ".html"
11457   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11458   data: "plot-vpp-throughput-latency-3n-skx"
11459   filter: "'NIC_Intel-X710' and
11460            '64B' and
11461            'ENCAP' and
11462            'NDRPDR' and
11463            '2T1C' and
11464            ('VXLAN' or 'LISP') and
11465            not 'VHOST' and
11466            not 'IPSECHW'"
11467   parameters:
11468   - "throughput"
11469   - "parent"
11470   - "tags"
11471   sort:
11472   - "LISP"
11473   - "VXLAN_1"
11474   - "VXLAN_10"
11475   - "VXLAN_100"
11476   - "VXLAN_1000"
11477   traces:
11478     hoverinfo: "x+y"
11479     boxpoints: "outliers"
11480     whiskerwidth: 0
11481   layout:
11482     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11483     layout: "plot-throughput"
11484
11485 -
11486   type: "plot"
11487   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11488   algorithm: "plot_performance_box"
11489   output-file-type: ".html"
11490   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11491   data: "plot-vpp-throughput-latency-3n-skx"
11492   filter: "'NIC_Intel-X710' and
11493            '64B' and
11494            'ENCAP' and
11495            'NDRPDR' and
11496            '4T2C' and
11497            ('VXLAN' or 'LISP') and
11498            not 'VHOST' and
11499            not 'IPSECHW'"
11500   parameters:
11501   - "throughput"
11502   - "parent"
11503   - "tags"
11504   sort:
11505   - "LISP"
11506   - "VXLAN_1"
11507   - "VXLAN_10"
11508   - "VXLAN_100"
11509   - "VXLAN_1000"
11510   traces:
11511     hoverinfo: "x+y"
11512     boxpoints: "outliers"
11513     whiskerwidth: 0
11514   layout:
11515     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11516     layout: "plot-throughput"
11517
11518 -
11519   type: "plot"
11520   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11521   algorithm: "plot_performance_box"
11522   output-file-type: ".html"
11523   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11524   data: "plot-vpp-throughput-latency-3n-skx"
11525   filter: "'NIC_Intel-X710' and
11526            '64B' and
11527            'ENCAP' and
11528            'NDRPDR' and
11529            '4T2C' and
11530            ('VXLAN' or 'LISP') and
11531            not 'VHOST' and
11532            not 'IPSECHW'"
11533   parameters:
11534   - "throughput"
11535   - "parent"
11536   - "tags"
11537   sort:
11538   - "LISP"
11539   - "VXLAN_1"
11540   - "VXLAN_10"
11541   - "VXLAN_100"
11542   - "VXLAN_1000"
11543   traces:
11544     hoverinfo: "x+y"
11545     boxpoints: "outliers"
11546     whiskerwidth: 0
11547   layout:
11548     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11549     layout: "plot-throughput"
11550
11551 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
11552 -
11553   type: "plot"
11554   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11555   algorithm: "plot_performance_box"
11556   output-file-type: ".html"
11557   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11558   data: "plot-vpp-throughput-latency-3n-skx"
11559   filter: "'NIC_Intel-X710' and
11560            '64B' and
11561            'ENCAP' and
11562            'NDRPDR' and
11563            '2T1C' and
11564            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11565            not 'DOT1Q' and
11566            not 'VHOST' and
11567            not 'IPSECHW'"
11568   parameters:
11569   - "throughput"
11570   - "parent"
11571   - "tags"
11572   sort:
11573   - "L2BDMACLRN"
11574   - "L2XCFWD"
11575   - "LISP"
11576   traces:
11577     hoverinfo: "x+y"
11578     boxpoints: "outliers"
11579     whiskerwidth: 0
11580   layout:
11581     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
11582     layout: "plot-throughput"
11583
11584 -
11585   type: "plot"
11586   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11587   algorithm: "plot_performance_box"
11588   output-file-type: ".html"
11589   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11590   data: "plot-vpp-throughput-latency-3n-skx"
11591   filter: "'NIC_Intel-X710' and
11592            '64B' and
11593            'ENCAP' and
11594            'NDRPDR' and
11595            '4T2C' and
11596            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11597            not 'DOT1Q' and
11598            not 'VHOST' and
11599            not 'IPSECHW'"
11600   parameters:
11601   - "throughput"
11602   - "parent"
11603   - "tags"
11604   sort:
11605   - "L2BDMACLRN"
11606   - "L2XCFWD"
11607   - "LISP"
11608   traces:
11609     hoverinfo: "x+y"
11610     boxpoints: "outliers"
11611     whiskerwidth: 0
11612   layout:
11613     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
11614     layout: "plot-throughput"
11615
11616 -
11617   type: "plot"
11618   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11619   algorithm: "plot_performance_box"
11620   output-file-type: ".html"
11621   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11622   data: "plot-vpp-throughput-latency-3n-skx"
11623   filter: "'NIC_Intel-X710' and
11624            '64B' and
11625            'ENCAP' and
11626            'NDRPDR' and
11627            '2T1C' and
11628            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11629            not 'DOT1Q' and
11630            not 'VHOST' and
11631            not 'IPSECHW'"
11632   parameters:
11633   - "throughput"
11634   - "parent"
11635   - "tags"
11636   sort:
11637   - "L2BDMACLRN"
11638   - "L2XCFWD"
11639   - "LISP"
11640   traces:
11641     hoverinfo: "x+y"
11642     boxpoints: "outliers"
11643     whiskerwidth: 0
11644   layout:
11645     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
11646     layout: "plot-throughput"
11647
11648 -
11649   type: "plot"
11650   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11651   algorithm: "plot_performance_box"
11652   output-file-type: ".html"
11653   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11654   data: "plot-vpp-throughput-latency-3n-skx"
11655   filter: "'NIC_Intel-X710' and
11656            '64B' and
11657            'ENCAP' and
11658            'NDRPDR' and
11659            '4T2C' and
11660            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
11661            not 'DOT1Q' and
11662            not 'VHOST' and
11663            not 'IPSECHW'"
11664   parameters:
11665   - "throughput"
11666   - "parent"
11667   - "tags"
11668   sort:
11669   - "L2BDMACLRN"
11670   - "L2XCFWD"
11671   - "LISP"
11672   traces:
11673     hoverinfo: "x+y"
11674     boxpoints: "outliers"
11675     whiskerwidth: 0
11676   layout:
11677     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
11678     layout: "plot-throughput"
11679
11680 ################################################################################
11681
11682 # Packet Throughput - VPP IPv6 3n-hsw-x520
11683 -
11684   type: "plot"
11685   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11686   algorithm: "plot_performance_box"
11687   output-file-type: ".html"
11688   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11689   data: "plot-vpp-throughput-latency-3n-hsw"
11690   filter: "'NIC_Intel-X520-DA2' and
11691            '78B' and
11692            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11693            'NDRPDR' and
11694            '1T1C' and
11695            'IP6FWD' and
11696            not 'SRv6' and
11697            not 'IPSEC' and
11698            not 'VHOST'"
11699   parameters:
11700   - "throughput"
11701   - "parent"
11702   - "tags"
11703   sort:
11704   - "IP6BASE"
11705   - "FIB_20K"
11706   - "FIB_200K"
11707   - "FIB_2M"
11708   traces:
11709     hoverinfo: "x+y"
11710     boxpoints: "outliers"
11711     whiskerwidth: 0
11712   layout:
11713     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11714     layout: "plot-throughput"
11715
11716 -
11717   type: "plot"
11718   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11719   algorithm: "plot_performance_box"
11720   output-file-type: ".html"
11721   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11722   data: "plot-vpp-throughput-latency-3n-hsw"
11723   filter: "'NIC_Intel-X520-DA2' and
11724            '78B' and
11725            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11726            'NDRPDR' and
11727            '1T1C' and
11728            'IP6FWD' and
11729            not 'SRv6' and
11730            not 'IPSEC' and
11731            not 'VHOST'"
11732   parameters:
11733   - "throughput"
11734   - "parent"
11735   - "tags"
11736   sort:
11737   - "IP6BASE"
11738   - "FIB_20K"
11739   - "FIB_200K"
11740   - "FIB_2M"
11741   traces:
11742     hoverinfo: "x+y"
11743     boxpoints: "outliers"
11744     whiskerwidth: 0
11745   layout:
11746     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11747     layout: "plot-throughput"
11748
11749 -
11750   type: "plot"
11751   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11752   algorithm: "plot_performance_box"
11753   output-file-type: ".html"
11754   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11755   data: "plot-vpp-throughput-latency-3n-hsw"
11756   filter: "'NIC_Intel-X520-DA2' and
11757            '78B' and
11758            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11759            'NDRPDR' and
11760            '2T2C' and
11761            'IP6FWD' and
11762            not 'SRv6' and
11763            not 'IPSEC' and
11764            not 'VHOST'"
11765   parameters:
11766   - "throughput"
11767   - "parent"
11768   - "tags"
11769   sort:
11770   - "IP6BASE"
11771   - "FIB_20K"
11772   - "FIB_200K"
11773   - "FIB_2M"
11774   traces:
11775     hoverinfo: "x+y"
11776     boxpoints: "outliers"
11777     whiskerwidth: 0
11778   layout:
11779     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11780     layout: "plot-throughput"
11781
11782 -
11783   type: "plot"
11784   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11785   algorithm: "plot_performance_box"
11786   output-file-type: ".html"
11787   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11788   data: "plot-vpp-throughput-latency-3n-hsw"
11789   filter: "'NIC_Intel-X520-DA2' and
11790            '78B' and
11791            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11792            'NDRPDR' and
11793            '2T2C' and
11794            'IP6FWD' and
11795            not 'SRv6' and
11796            not 'IPSEC' and
11797            not 'VHOST'"
11798   parameters:
11799   - "throughput"
11800   - "parent"
11801   - "tags"
11802   sort:
11803   - "IP6BASE"
11804   - "FIB_20K"
11805   - "FIB_200K"
11806   - "FIB_2M"
11807   traces:
11808     hoverinfo: "x+y"
11809     boxpoints: "outliers"
11810     whiskerwidth: 0
11811   layout:
11812     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11813     layout: "plot-throughput"
11814
11815 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11816 -
11817   type: "plot"
11818   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11819   algorithm: "plot_performance_box"
11820   output-file-type: ".html"
11821   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11822   data: "plot-vpp-throughput-latency-3n-hsw"
11823   filter: "'NIC_Intel-X520-DA2' and
11824            '78B' and
11825            ('IP6BASE' or
11826             'POLICE_MARK' or
11827             'COPWHLIST' or
11828             'IACLDST') and
11829            'NDRPDR' and
11830            '1T1C' and
11831            'IP6FWD' and
11832            not 'SRv6' and
11833            not 'IPSEC' and
11834            not 'VHOST'"
11835   parameters:
11836   - "throughput"
11837   - "parent"
11838   - "tags"
11839   sort:
11840   - "IP6BASE"
11841   - "POLICE_MARK"
11842   - "COPWHLIST"
11843   - "IACLDST"
11844   traces:
11845     hoverinfo: "x+y"
11846     boxpoints: "outliers"
11847     whiskerwidth: 0
11848   layout:
11849     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11850     layout: "plot-throughput"
11851
11852 -
11853   type: "plot"
11854   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11855   algorithm: "plot_performance_box"
11856   output-file-type: ".html"
11857   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11858   data: "plot-vpp-throughput-latency-3n-hsw"
11859   filter: "'NIC_Intel-X520-DA2' and
11860            '78B' and
11861            ('IP6BASE' or
11862             'POLICE_MARK' or
11863             'COPWHLIST' or
11864             'IACLDST') and
11865            'NDRPDR' and
11866            '2T2C' and
11867            'IP6FWD' and
11868            not 'SRv6' and
11869            not 'IPSEC' and
11870            not 'VHOST'"
11871   parameters:
11872   - "throughput"
11873   - "parent"
11874   - "tags"
11875   sort:
11876   - "IP6BASE"
11877   - "POLICE_MARK"
11878   - "COPWHLIST"
11879   - "IACLDST"
11880   traces:
11881     hoverinfo: "x+y"
11882     boxpoints: "outliers"
11883     whiskerwidth: 0
11884   layout:
11885     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11886     layout: "plot-throughput"
11887
11888 -
11889   type: "plot"
11890   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11891   algorithm: "plot_performance_box"
11892   output-file-type: ".html"
11893   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11894   data: "plot-vpp-throughput-latency-3n-hsw"
11895   filter: "'NIC_Intel-X520-DA2' and
11896            '78B' and
11897            ('IP6BASE' or
11898             'POLICE_MARK' or
11899             'COPWHLIST' or
11900             'IACLDST') and
11901            'NDRPDR' and
11902            '1T1C' and
11903            'IP6FWD' and
11904            not 'SRv6' and
11905            not 'IPSEC' and
11906            not 'VHOST'"
11907   parameters:
11908   - "throughput"
11909   - "parent"
11910   - "tags"
11911   sort:
11912   - "IP6BASE"
11913   - "POLICE_MARK"
11914   - "COPWHLIST"
11915   - "IACLDST"
11916   traces:
11917     hoverinfo: "x+y"
11918     boxpoints: "outliers"
11919     whiskerwidth: 0
11920   layout:
11921     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11922     layout: "plot-throughput"
11923
11924 -
11925   type: "plot"
11926   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11927   algorithm: "plot_performance_box"
11928   output-file-type: ".html"
11929   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11930   data: "plot-vpp-throughput-latency-3n-hsw"
11931   filter: "'NIC_Intel-X520-DA2' and
11932            '78B' and
11933            ('IP6BASE' or
11934             'POLICE_MARK' or
11935             'COPWHLIST' or
11936             'IACLDST') and
11937            'NDRPDR' and
11938            '2T2C' and
11939            'IP6FWD' and
11940            not 'SRv6' and
11941            not 'IPSEC' and
11942            not 'VHOST'"
11943   parameters:
11944   - "throughput"
11945   - "parent"
11946   - "tags"
11947   sort:
11948   - "IP6BASE"
11949   - "POLICE_MARK"
11950   - "COPWHLIST"
11951   - "IACLDST"
11952   traces:
11953     hoverinfo: "x+y"
11954     boxpoints: "outliers"
11955     whiskerwidth: 0
11956   layout:
11957     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11958     layout: "plot-throughput"
11959
11960 # Packet Throughput - VPP IPv6 3n-hsw-x710
11961 -
11962   type: "plot"
11963   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11964   algorithm: "plot_performance_box"
11965   output-file-type: ".html"
11966   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11967   data: "plot-vpp-throughput-latency-3n-hsw"
11968   filter: "'NIC_Intel-X710' and
11969            '78B' and
11970            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11971            'NDRPDR' and
11972            '1T1C' and
11973            'IP6FWD' and
11974            not 'SRv6' and
11975            not 'IPSEC' and
11976            not 'VHOST'"
11977   parameters:
11978   - "throughput"
11979   - "parent"
11980   - "tags"
11981   sort:
11982   - "IP6BASE"
11983   - "FIB_20K"
11984   - "FIB_200K"
11985   - "FIB_2M"
11986   traces:
11987     hoverinfo: "x+y"
11988     boxpoints: "outliers"
11989     whiskerwidth: 0
11990   layout:
11991     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11992     layout: "plot-throughput"
11993
11994 -
11995   type: "plot"
11996   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11997   algorithm: "plot_performance_box"
11998   output-file-type: ".html"
11999   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12000   data: "plot-vpp-throughput-latency-3n-hsw"
12001   filter: "'NIC_Intel-X710' and
12002            '78B' and
12003            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12004            'NDRPDR' and
12005            '1T1C' and
12006            'IP6FWD' and
12007            not 'SRv6' and
12008            not 'IPSEC' and
12009            not 'VHOST'"
12010   parameters:
12011   - "throughput"
12012   - "parent"
12013   - "tags"
12014   sort:
12015   - "IP6BASE"
12016   - "FIB_20K"
12017   - "FIB_200K"
12018   - "FIB_2M"
12019   traces:
12020     hoverinfo: "x+y"
12021     boxpoints: "outliers"
12022     whiskerwidth: 0
12023   layout:
12024     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12025     layout: "plot-throughput"
12026
12027 -
12028   type: "plot"
12029   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12030   algorithm: "plot_performance_box"
12031   output-file-type: ".html"
12032   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12033   data: "plot-vpp-throughput-latency-3n-hsw"
12034   filter: "'NIC_Intel-X710' and
12035            '78B' and
12036            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12037            'NDRPDR' and
12038            '2T2C' and
12039            'IP6FWD' and
12040            not 'SRv6' and
12041            not 'IPSEC' and
12042            not 'VHOST'"
12043   parameters:
12044   - "throughput"
12045   - "parent"
12046   - "tags"
12047   sort:
12048   - "IP6BASE"
12049   - "FIB_20K"
12050   - "FIB_200K"
12051   - "FIB_2M"
12052   traces:
12053     hoverinfo: "x+y"
12054     boxpoints: "outliers"
12055     whiskerwidth: 0
12056   layout:
12057     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
12058     layout: "plot-throughput"
12059
12060 -
12061   type: "plot"
12062   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12063   algorithm: "plot_performance_box"
12064   output-file-type: ".html"
12065   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12066   data: "plot-vpp-throughput-latency-3n-hsw"
12067   filter: "'NIC_Intel-X710' and
12068            '78B' and
12069            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12070            'NDRPDR' and
12071            '2T2C' and
12072            'IP6FWD' and
12073            not 'SRv6' and
12074            not 'IPSEC' and
12075            not 'VHOST'"
12076   parameters:
12077   - "throughput"
12078   - "parent"
12079   - "tags"
12080   sort:
12081   - "IP6BASE"
12082   - "FIB_20K"
12083   - "FIB_200K"
12084   - "FIB_2M"
12085   traces:
12086     hoverinfo: "x+y"
12087     boxpoints: "outliers"
12088     whiskerwidth: 0
12089   layout:
12090     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
12091     layout: "plot-throughput"
12092
12093 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
12094 -
12095   type: "plot"
12096   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12097   algorithm: "plot_performance_box"
12098   output-file-type: ".html"
12099   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12100   data: "plot-vpp-throughput-latency-3n-hsw"
12101   filter: "'NIC_Intel-X710' and
12102            '78B' and
12103            ('IP6BASE' or
12104             'POLICE_MARK' or
12105             'COPWHLIST' or
12106             'IACLDST') and
12107            'NDRPDR' and
12108            '1T1C' and
12109            'IP6FWD' and
12110            not 'SRv6' and
12111            not 'IPSEC' and
12112            not 'VHOST'"
12113   parameters:
12114   - "throughput"
12115   - "parent"
12116   - "tags"
12117   sort:
12118   - "IP6BASE"
12119   - "POLICE_MARK"
12120   - "COPWHLIST"
12121   - "IACLDST"
12122   traces:
12123     hoverinfo: "x+y"
12124     boxpoints: "outliers"
12125     whiskerwidth: 0
12126   layout:
12127     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
12128     layout: "plot-throughput"
12129
12130 -
12131   type: "plot"
12132   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12133   algorithm: "plot_performance_box"
12134   output-file-type: ".html"
12135   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12136   data: "plot-vpp-throughput-latency-3n-hsw"
12137   filter: "'NIC_Intel-X710' and
12138            '78B' and
12139            ('IP6BASE' or
12140             'POLICE_MARK' or
12141             'COPWHLIST' or
12142             'IACLDST') and
12143            'NDRPDR' and
12144            '2T2C' and
12145            'IP6FWD' and
12146            not 'SRv6' and
12147            not 'IPSEC' and
12148            not 'VHOST'"
12149   parameters:
12150   - "throughput"
12151   - "parent"
12152   - "tags"
12153   sort:
12154   - "IP6BASE"
12155   - "POLICE_MARK"
12156   - "COPWHLIST"
12157   - "IACLDST"
12158   traces:
12159     hoverinfo: "x+y"
12160     boxpoints: "outliers"
12161     whiskerwidth: 0
12162   layout:
12163     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
12164     layout: "plot-throughput"
12165
12166 -
12167   type: "plot"
12168   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12169   algorithm: "plot_performance_box"
12170   output-file-type: ".html"
12171   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12172   data: "plot-vpp-throughput-latency-3n-hsw"
12173   filter: "'NIC_Intel-X710' and
12174            '78B' and
12175            ('IP6BASE' or
12176             'POLICE_MARK' or
12177             'COPWHLIST' or
12178             'IACLDST') and
12179            'NDRPDR' and
12180            '1T1C' and
12181            'IP6FWD' and
12182            not 'SRv6' and
12183            not 'IPSEC' and
12184            not 'VHOST'"
12185   parameters:
12186   - "throughput"
12187   - "parent"
12188   - "tags"
12189   sort:
12190   - "IP6BASE"
12191   - "POLICE_MARK"
12192   - "COPWHLIST"
12193   - "IACLDST"
12194   traces:
12195     hoverinfo: "x+y"
12196     boxpoints: "outliers"
12197     whiskerwidth: 0
12198   layout:
12199     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
12200     layout: "plot-throughput"
12201
12202 -
12203   type: "plot"
12204   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12205   algorithm: "plot_performance_box"
12206   output-file-type: ".html"
12207   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12208   data: "plot-vpp-throughput-latency-3n-hsw"
12209   filter: "'NIC_Intel-X710' and
12210            '78B' and
12211            ('IP6BASE' or
12212             'POLICE_MARK' or
12213             'COPWHLIST' or
12214             'IACLDST') and
12215            'NDRPDR' and
12216            '2T2C' and
12217            'IP6FWD' and
12218            not 'SRv6' and
12219            not 'IPSEC' and
12220            not 'VHOST'"
12221   parameters:
12222   - "throughput"
12223   - "parent"
12224   - "tags"
12225   sort:
12226   - "IP6BASE"
12227   - "POLICE_MARK"
12228   - "COPWHLIST"
12229   - "IACLDST"
12230   traces:
12231     hoverinfo: "x+y"
12232     boxpoints: "outliers"
12233     whiskerwidth: 0
12234   layout:
12235     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
12236     layout: "plot-throughput"
12237
12238 # Packet Throughput - VPP IPv6 3n-hsw-xl710
12239 -
12240   type: "plot"
12241   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12242   algorithm: "plot_performance_box"
12243   output-file-type: ".html"
12244   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12245   data: "plot-vpp-throughput-latency-3n-hsw"
12246   filter: "'NIC_Intel-XL710' and
12247            '78B' and
12248            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12249            'NDRPDR' and
12250            '1T1C' and
12251            'IP6FWD' and
12252            not 'SRv6' and
12253            not 'IPSEC' and
12254            not 'VHOST'"
12255   parameters:
12256   - "throughput"
12257   - "parent"
12258   - "tags"
12259   sort:
12260   - "IP6BASE"
12261   - "FIB_20K"
12262   - "FIB_200K"
12263   - "FIB_2M"
12264   traces:
12265     hoverinfo: "x+y"
12266     boxpoints: "outliers"
12267     whiskerwidth: 0
12268   layout:
12269     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
12270     layout: "plot-throughput"
12271
12272 -
12273   type: "plot"
12274   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12275   algorithm: "plot_performance_box"
12276   output-file-type: ".html"
12277   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12278   data: "plot-vpp-throughput-latency-3n-hsw"
12279   filter: "'NIC_Intel-XL710' and
12280            '78B' and
12281            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12282            'NDRPDR' and
12283            '1T1C' and
12284            'IP6FWD' and
12285            not 'SRv6' and
12286            not 'IPSEC' and
12287            not 'VHOST'"
12288   parameters:
12289   - "throughput"
12290   - "parent"
12291   - "tags"
12292   sort:
12293   - "IP6BASE"
12294   - "FIB_20K"
12295   - "FIB_200K"
12296   - "FIB_2M"
12297   traces:
12298     hoverinfo: "x+y"
12299     boxpoints: "outliers"
12300     whiskerwidth: 0
12301   layout:
12302     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
12303     layout: "plot-throughput"
12304
12305 -
12306   type: "plot"
12307   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12308   algorithm: "plot_performance_box"
12309   output-file-type: ".html"
12310   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12311   data: "plot-vpp-throughput-latency-3n-hsw"
12312   filter: "'NIC_Intel-XL710' and
12313            '78B' and
12314            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12315            'NDRPDR' and
12316            '2T2C' and
12317            'IP6FWD' and
12318            not 'SRv6' and
12319            not 'IPSEC' and
12320            not 'VHOST'"
12321   parameters:
12322   - "throughput"
12323   - "parent"
12324   - "tags"
12325   sort:
12326   - "IP6BASE"
12327   - "FIB_20K"
12328   - "FIB_200K"
12329   - "FIB_2M"
12330   traces:
12331     hoverinfo: "x+y"
12332     boxpoints: "outliers"
12333     whiskerwidth: 0
12334   layout:
12335     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
12336     layout: "plot-throughput"
12337
12338 -
12339   type: "plot"
12340   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12341   algorithm: "plot_performance_box"
12342   output-file-type: ".html"
12343   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12344   data: "plot-vpp-throughput-latency-3n-hsw"
12345   filter: "'NIC_Intel-XL710' and
12346            '78B' and
12347            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12348            'NDRPDR' and
12349            '2T2C' and
12350            'IP6FWD' and
12351            not 'SRv6' and
12352            not 'IPSEC' and
12353            not 'VHOST'"
12354   parameters:
12355   - "throughput"
12356   - "parent"
12357   - "tags"
12358   sort:
12359   - "IP6BASE"
12360   - "FIB_20K"
12361   - "FIB_200K"
12362   - "FIB_2M"
12363   traces:
12364     hoverinfo: "x+y"
12365     boxpoints: "outliers"
12366     whiskerwidth: 0
12367   layout:
12368     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
12369     layout: "plot-throughput"
12370
12371 # Packet Throughput - VPP IPv6 3n-skx-x710
12372 -
12373   type: "plot"
12374   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12375   algorithm: "plot_performance_box"
12376   output-file-type: ".html"
12377   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12378   data: "plot-vpp-throughput-latency-3n-skx"
12379   filter: "'NIC_Intel-X710' and
12380            '78B' and
12381            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12382            'NDRPDR' and
12383            '2T1C' and
12384            'IP6FWD' and
12385            not 'SRv6' and
12386            not 'IPSEC' and
12387            not 'VHOST'"
12388   parameters:
12389   - "throughput"
12390   - "parent"
12391   - "tags"
12392   sort:
12393   - "IP6BASE"
12394   - "FIB_20k"
12395   - "FIB_200k"
12396   - "FIB_2M"
12397   traces:
12398     hoverinfo: "x+y"
12399     boxpoints: "outliers"
12400     whiskerwidth: 0
12401   layout:
12402     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
12403     layout: "plot-throughput"
12404
12405 -
12406   type: "plot"
12407   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12408   algorithm: "plot_performance_box"
12409   output-file-type: ".html"
12410   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12411   data: "plot-vpp-throughput-latency-3n-skx"
12412   filter: "'NIC_Intel-X710' and
12413            '78B' and
12414            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12415            'NDRPDR' and
12416            '2T1C' and
12417            'IP6FWD' and
12418            not 'SRv6' and
12419            not 'IPSEC' and
12420            not 'VHOST'"
12421   parameters:
12422   - "throughput"
12423   - "parent"
12424   - "tags"
12425   sort:
12426   - "IP6BASE"
12427   - "FIB_20k"
12428   - "FIB_200k"
12429   - "FIB_2M"
12430   traces:
12431     hoverinfo: "x+y"
12432     boxpoints: "outliers"
12433     whiskerwidth: 0
12434   layout:
12435     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
12436     layout: "plot-throughput"
12437
12438 -
12439   type: "plot"
12440   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12441   algorithm: "plot_performance_box"
12442   output-file-type: ".html"
12443   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12444   data: "plot-vpp-throughput-latency-3n-skx"
12445   filter: "'NIC_Intel-X710' and
12446            '78B' and
12447            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12448            'NDRPDR' and
12449            '4T2C' and
12450            'IP6FWD' and
12451            not 'SRv6' and
12452            not 'IPSEC' and
12453            not 'VHOST'"
12454   parameters:
12455   - "throughput"
12456   - "parent"
12457   - "tags"
12458   sort:
12459   - "IP6BASE"
12460   - "FIB_20k"
12461   - "FIB_200k"
12462   - "FIB_2M"
12463   traces:
12464     hoverinfo: "x+y"
12465     boxpoints: "outliers"
12466     whiskerwidth: 0
12467   layout:
12468     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
12469     layout: "plot-throughput"
12470
12471 -
12472   type: "plot"
12473   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12474   algorithm: "plot_performance_box"
12475   output-file-type: ".html"
12476   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12477   data: "plot-vpp-throughput-latency-3n-skx"
12478   filter: "'NIC_Intel-X710' and
12479            '78B' and
12480            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12481            'NDRPDR' and
12482            '4T2C' and
12483            'IP6FWD' and
12484            not 'SRv6' and
12485            not 'IPSEC' and
12486            not 'VHOST'"
12487   parameters:
12488   - "throughput"
12489   - "parent"
12490   - "tags"
12491   sort:
12492   - "IP6BASE"
12493   - "FIB_20k"
12494   - "FIB_200k"
12495   - "FIB_2M"
12496   traces:
12497     hoverinfo: "x+y"
12498     boxpoints: "outliers"
12499     whiskerwidth: 0
12500   layout:
12501     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
12502     layout: "plot-throughput"
12503
12504 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
12505 -
12506   type: "plot"
12507   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12508   algorithm: "plot_performance_box"
12509   output-file-type: ".html"
12510   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12511   data: "plot-vpp-throughput-latency-3n-skx"
12512   filter: "'NIC_Intel-X710' and
12513            '78B' and
12514            ('IP6BASE' or
12515             'POLICE_MARK' or
12516             'COPWHLIST' or
12517             'IACLDST') and
12518            'NDRPDR' and
12519            '2T1C' and
12520            'IP6FWD' and
12521            not 'SRv6' and
12522            not 'IPSEC' and
12523            not 'VHOST'"
12524   parameters:
12525   - "throughput"
12526   - "parent"
12527   - "tags"
12528   sort:
12529   - "IP6BASE"
12530   - "POLICE_MARK"
12531   - "COPWHLIST"
12532   - "IACLDST"
12533   traces:
12534     hoverinfo: "x+y"
12535     boxpoints: "outliers"
12536     whiskerwidth: 0
12537   layout:
12538     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
12539     layout: "plot-throughput"
12540
12541 -
12542   type: "plot"
12543   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12544   algorithm: "plot_performance_box"
12545   output-file-type: ".html"
12546   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12547   data: "plot-vpp-throughput-latency-3n-hsw"
12548   filter: "'NIC_Intel-X710' and
12549            '78B' and
12550            ('IP6BASE' or
12551             'POLICE_MARK' or
12552             'COPWHLIST' or
12553             'IACLDST') and
12554            'NDRPDR' and
12555            '4T2C' and
12556            'IP6FWD' and
12557            not 'SRv6' and
12558            not 'IPSEC' and
12559            not 'VHOST'"
12560   parameters:
12561   - "throughput"
12562   - "parent"
12563   - "tags"
12564   sort:
12565   - "IP6BASE"
12566   - "POLICE_MARK"
12567   - "COPWHLIST"
12568   - "IACLDST"
12569   traces:
12570     hoverinfo: "x+y"
12571     boxpoints: "outliers"
12572     whiskerwidth: 0
12573   layout:
12574     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
12575     layout: "plot-throughput"
12576
12577 -
12578   type: "plot"
12579   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12580   algorithm: "plot_performance_box"
12581   output-file-type: ".html"
12582   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12583   data: "plot-vpp-throughput-latency-3n-skx"
12584   filter: "'NIC_Intel-X710' and
12585            '78B' and
12586            ('IP6BASE' or
12587             'POLICE_MARK' or
12588             'COPWHLIST' or
12589             'IACLDST') and
12590            'NDRPDR' and
12591            '2T1C' and
12592            'IP6FWD' and
12593            not 'SRv6' and
12594            not 'IPSEC' and
12595            not 'VHOST'"
12596   parameters:
12597   - "throughput"
12598   - "parent"
12599   - "tags"
12600   sort:
12601   - "IP6BASE"
12602   - "POLICE_MARK"
12603   - "COPWHLIST"
12604   - "IACLDST"
12605   traces:
12606     hoverinfo: "x+y"
12607     boxpoints: "outliers"
12608     whiskerwidth: 0
12609   layout:
12610     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
12611     layout: "plot-throughput"
12612
12613 -
12614   type: "plot"
12615   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12616   algorithm: "plot_performance_box"
12617   output-file-type: ".html"
12618   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12619   data: "plot-vpp-throughput-latency-3n-skx"
12620   filter: "'NIC_Intel-X710' and
12621            '78B' and
12622            ('IP6BASE' or
12623             'POLICE_MARK' or
12624             'COPWHLIST' or
12625             'IACLDST') and
12626            'NDRPDR' and
12627            '4T2C' and
12628            'IP6FWD' and
12629            not 'SRv6' and
12630            not 'IPSEC' and
12631            not 'VHOST'"
12632   parameters:
12633   - "throughput"
12634   - "parent"
12635   - "tags"
12636   sort:
12637   - "IP6BASE"
12638   - "POLICE_MARK"
12639   - "COPWHLIST"
12640   - "IACLDST"
12641   traces:
12642     hoverinfo: "x+y"
12643     boxpoints: "outliers"
12644     whiskerwidth: 0
12645   layout:
12646     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
12647     layout: "plot-throughput"
12648
12649 # Packet Throughput - VPP IPv6 2n-skx-x710
12650 -
12651   type: "plot"
12652   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12653   algorithm: "plot_performance_box"
12654   output-file-type: ".html"
12655   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12656   data: "plot-vpp-throughput-latency-2n-skx"
12657   filter: "'NIC_Intel-X710' and
12658            '78B' and
12659            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12660            'NDRPDR' and
12661            '2T1C' and
12662            'IP6FWD' and
12663            not 'SRv6' and
12664            not 'IPSEC' and
12665            not 'VHOST'"
12666   parameters:
12667   - "throughput"
12668   - "parent"
12669   - "tags"
12670   sort:
12671   - "IP6BASE"
12672   - "FIB_20k"
12673   - "FIB_200k"
12674   - "FIB_2M"
12675   traces:
12676     hoverinfo: "x+y"
12677     boxpoints: "outliers"
12678     whiskerwidth: 0
12679   layout:
12680     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
12681     layout: "plot-throughput"
12682
12683 -
12684   type: "plot"
12685   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12686   algorithm: "plot_performance_box"
12687   output-file-type: ".html"
12688   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12689   data: "plot-vpp-throughput-latency-2n-skx"
12690   filter: "'NIC_Intel-X710' and
12691            '78B' and
12692            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12693            'NDRPDR' and
12694            '2T1C' and
12695            'IP6FWD' and
12696            not 'SRv6' and
12697            not 'IPSEC' and
12698            not 'VHOST'"
12699   parameters:
12700   - "throughput"
12701   - "parent"
12702   - "tags"
12703   sort:
12704   - "IP6BASE"
12705   - "FIB_20k"
12706   - "FIB_200k"
12707   - "FIB_2M"
12708   traces:
12709     hoverinfo: "x+y"
12710     boxpoints: "outliers"
12711     whiskerwidth: 0
12712   layout:
12713     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12714     layout: "plot-throughput"
12715
12716 -
12717   type: "plot"
12718   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12719   algorithm: "plot_performance_box"
12720   output-file-type: ".html"
12721   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12722   data: "plot-vpp-throughput-latency-2n-skx"
12723   filter: "'NIC_Intel-X710' and
12724            '78B' and
12725            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12726            'NDRPDR' and
12727            '4T2C' and
12728            'IP6FWD' and
12729            not 'SRv6' and
12730            not 'IPSEC' and
12731            not 'VHOST'"
12732   parameters:
12733   - "throughput"
12734   - "parent"
12735   - "tags"
12736   sort:
12737   - "IP6BASE"
12738   - "FIB_20k"
12739   - "FIB_200k"
12740   - "FIB_2M"
12741   traces:
12742     hoverinfo: "x+y"
12743     boxpoints: "outliers"
12744     whiskerwidth: 0
12745   layout:
12746     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12747     layout: "plot-throughput"
12748
12749 -
12750   type: "plot"
12751   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12752   algorithm: "plot_performance_box"
12753   output-file-type: ".html"
12754   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12755   data: "plot-vpp-throughput-latency-2n-skx"
12756   filter: "'NIC_Intel-X710' and
12757            '78B' and
12758            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12759            'NDRPDR' and
12760            '4T2C' and
12761            'IP6FWD' and
12762            not 'SRv6' and
12763            not 'IPSEC' and
12764            not 'VHOST'"
12765   parameters:
12766   - "throughput"
12767   - "parent"
12768   - "tags"
12769   sort:
12770   - "IP6BASE"
12771   - "FIB_20k"
12772   - "FIB_200k"
12773   - "FIB_2M"
12774   traces:
12775     hoverinfo: "x+y"
12776     boxpoints: "outliers"
12777     whiskerwidth: 0
12778   layout:
12779     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12780     layout: "plot-throughput"
12781
12782 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12783 -
12784   type: "plot"
12785   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12786   algorithm: "plot_performance_box"
12787   output-file-type: ".html"
12788   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12789   data: "plot-vpp-throughput-latency-2n-skx"
12790   filter: "'NIC_Intel-XXV710' and
12791            '78B' and
12792            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12793            'NDRPDR' and
12794            '2T1C' and
12795            'IP6FWD' and
12796            not 'SRv6' and
12797            not 'IPSEC' and
12798            not 'VHOST'"
12799   parameters:
12800   - "throughput"
12801   - "parent"
12802   - "tags"
12803   sort:
12804   - "IP6BASE"
12805   - "FIB_20k"
12806   - "FIB_200k"
12807   - "FIB_2M"
12808   traces:
12809     hoverinfo: "x+y"
12810     boxpoints: "outliers"
12811     whiskerwidth: 0
12812   layout:
12813     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12814     layout: "plot-throughput"
12815
12816 -
12817   type: "plot"
12818   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12819   algorithm: "plot_performance_box"
12820   output-file-type: ".html"
12821   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12822   data: "plot-vpp-throughput-latency-2n-skx"
12823   filter: "'NIC_Intel-XXV710' and
12824            '78B' and
12825            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12826            'NDRPDR' and
12827            '2T1C' and
12828            'IP6FWD' and
12829            not 'SRv6' and
12830            not 'IPSEC' and
12831            not 'VHOST'"
12832   parameters:
12833   - "throughput"
12834   - "parent"
12835   - "tags"
12836   sort:
12837   - "IP6BASE"
12838   - "FIB_20k"
12839   - "FIB_200k"
12840   - "FIB_2M"
12841   traces:
12842     hoverinfo: "x+y"
12843     boxpoints: "outliers"
12844     whiskerwidth: 0
12845   layout:
12846     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12847     layout: "plot-throughput"
12848
12849 -
12850   type: "plot"
12851   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12852   algorithm: "plot_performance_box"
12853   output-file-type: ".html"
12854   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12855   data: "plot-vpp-throughput-latency-2n-skx"
12856   filter: "'NIC_Intel-XXV710' and
12857            '78B' and
12858            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12859            'NDRPDR' and
12860            '4T2C' and
12861            'IP6FWD' and
12862            not 'SRv6' and
12863            not 'IPSEC' and
12864            not 'VHOST'"
12865   parameters:
12866   - "throughput"
12867   - "parent"
12868   - "tags"
12869   sort:
12870   - "IP6BASE"
12871   - "FIB_20k"
12872   - "FIB_200k"
12873   - "FIB_2M"
12874   traces:
12875     hoverinfo: "x+y"
12876     boxpoints: "outliers"
12877     whiskerwidth: 0
12878   layout:
12879     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12880     layout: "plot-throughput"
12881
12882 -
12883   type: "plot"
12884   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12885   algorithm: "plot_performance_box"
12886   output-file-type: ".html"
12887   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12888   data: "plot-vpp-throughput-latency-2n-skx"
12889   filter: "'NIC_Intel-XXV710' and
12890            '78B' and
12891            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
12892            'NDRPDR' and
12893            '4T2C' and
12894            'IP6FWD' and
12895            not 'SRv6' and
12896            not 'IPSEC' and
12897            not 'VHOST'"
12898   parameters:
12899   - "throughput"
12900   - "parent"
12901   - "tags"
12902   sort:
12903   - "IP6BASE"
12904   - "FIB_20k"
12905   - "FIB_200k"
12906   - "FIB_2M"
12907   traces:
12908     hoverinfo: "x+y"
12909     boxpoints: "outliers"
12910     whiskerwidth: 0
12911   layout:
12912     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12913     layout: "plot-throughput"
12914
12915 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
12916 -
12917   type: "plot"
12918   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12919   algorithm: "plot_performance_box"
12920   output-file-type: ".html"
12921   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12922   data: "intel-dnv-vpp"
12923   filter: "'NIC_Intel-X553' and
12924            '78B' and
12925            'IP6BASE' and
12926            'NDRPDR' and
12927            '1T1C' and
12928            'IP6FWD' and
12929            not 'SRv6' and
12930            not 'IPSEC' and
12931            not 'VHOST'"
12932   parameters:
12933   - "throughput"
12934   - "parent"
12935   - "tags"
12936   sort:
12937   - "IP6BASE"
12938   traces:
12939     hoverinfo: "x+y"
12940     boxpoints: "outliers"
12941     whiskerwidth: 0
12942   layout:
12943     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12944     layout: "plot-throughput"
12945
12946 -
12947   type: "plot"
12948   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12949   algorithm: "plot_performance_box"
12950   output-file-type: ".html"
12951   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12952   data: "intel-dnv-vpp"
12953   filter: "'NIC_Intel-X553' and
12954            '78B' and
12955            'IP6BASE' and
12956            'NDRPDR' and
12957            '1T1C' and
12958            'IP6FWD' and
12959            not 'SRv6' and
12960            not 'IPSEC' and
12961            not 'VHOST'"
12962   parameters:
12963   - "throughput"
12964   - "parent"
12965   - "tags"
12966   sort:
12967   - "IP6BASE"
12968   traces:
12969     hoverinfo: "x+y"
12970     boxpoints: "outliers"
12971     whiskerwidth: 0
12972   layout:
12973     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12974     layout: "plot-throughput"
12975
12976 -
12977   type: "plot"
12978   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12979   algorithm: "plot_performance_box"
12980   output-file-type: ".html"
12981   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12982   data: "intel-dnv-vpp"
12983   filter: "'NIC_Intel-X553' and
12984            '78B' and
12985            'IP6BASE' and
12986            'NDRPDR' and
12987            '2T2C' and
12988            'IP6FWD' and
12989            not 'SRv6' and
12990            not 'IPSEC' and
12991            not 'VHOST'"
12992   parameters:
12993   - "throughput"
12994   - "parent"
12995   - "tags"
12996   sort:
12997   - "IP6BASE"
12998   traces:
12999     hoverinfo: "x+y"
13000     boxpoints: "outliers"
13001     whiskerwidth: 0
13002   layout:
13003     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13004     layout: "plot-throughput"
13005
13006 -
13007   type: "plot"
13008   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13009   algorithm: "plot_performance_box"
13010   output-file-type: ".html"
13011   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13012   data: "intel-dnv-vpp"
13013   filter: "'NIC_Intel-X553' and
13014            '78B' and
13015            'IP6BASE' and
13016            'NDRPDR' and
13017            '2T2C' and
13018            'IP6FWD' and
13019            not 'SRv6' and
13020            not 'IPSEC' and
13021            not 'VHOST'"
13022   parameters:
13023   - "throughput"
13024   - "parent"
13025   - "tags"
13026   sort:
13027   - "IP6BASE"
13028   traces:
13029     hoverinfo: "x+y"
13030     boxpoints: "outliers"
13031     whiskerwidth: 0
13032   layout:
13033     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13034     layout: "plot-throughput"
13035
13036 ################################################################################
13037
13038 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
13039 -
13040   type: "plot"
13041   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13042   algorithm: "plot_performance_box"
13043   output-file-type: ".html"
13044   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13045   data: "plot-vpp-throughput-latency-3n-hsw"
13046   filter: "'NIC_Intel-X520-DA2' and
13047            '78B' and
13048            'ENCAP' and
13049            'NDRPDR' and
13050            '1T1C' and
13051            'LISP' and
13052            not 'VHOST'"
13053   parameters:
13054   - "throughput"
13055   - "parent"
13056   - "tags"
13057   sort:
13058   - "IP4UNRLAY"
13059   - "IP6UNRLAY"
13060   traces:
13061     hoverinfo: "x+y"
13062     boxpoints: "outliers"
13063     whiskerwidth: 0
13064   layout:
13065     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
13066     layout: "plot-throughput"
13067
13068 -
13069   type: "plot"
13070   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13071   algorithm: "plot_performance_box"
13072   output-file-type: ".html"
13073   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13074   data: "plot-vpp-throughput-latency-3n-hsw"
13075   filter: "'NIC_Intel-X520-DA2' and
13076            '78B' and
13077            'ENCAP' and
13078            'NDRPDR' and
13079            '1T1C' and
13080            'LISP' and
13081            not 'VHOST'"
13082   parameters:
13083   - "throughput"
13084   - "parent"
13085   - "tags"
13086   sort:
13087   - "IP4UNRLAY"
13088   - "IP6UNRLAY"
13089   traces:
13090     hoverinfo: "x+y"
13091     boxpoints: "outliers"
13092     whiskerwidth: 0
13093   layout:
13094     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
13095     layout: "plot-throughput"
13096
13097 -
13098   type: "plot"
13099   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13100   algorithm: "plot_performance_box"
13101   output-file-type: ".html"
13102   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13103   data: "plot-vpp-throughput-latency-3n-hsw"
13104   filter: "'NIC_Intel-X520-DA2' and
13105            '78B' and
13106            'ENCAP' and
13107            'NDRPDR' and
13108            '2T2C' and
13109            'LISP' and
13110            not 'VHOST'"
13111   parameters:
13112   - "throughput"
13113   - "parent"
13114   - "tags"
13115   sort:
13116   - "IP4UNRLAY"
13117   - "IP6UNRLAY"
13118   traces:
13119     hoverinfo: "x+y"
13120     boxpoints: "outliers"
13121     whiskerwidth: 0
13122   layout:
13123     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
13124     layout: "plot-throughput"
13125
13126 -
13127   type: "plot"
13128   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13129   algorithm: "plot_performance_box"
13130   output-file-type: ".html"
13131   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13132   data: "plot-vpp-throughput-latency-3n-hsw"
13133   filter: "'NIC_Intel-X520-DA2' and
13134            '78B' and
13135            'ENCAP' and
13136            'NDRPDR' and
13137            '2T2C' and
13138            'LISP' and
13139            not 'VHOST'"
13140   parameters:
13141   - "throughput"
13142   - "parent"
13143   - "tags"
13144   sort:
13145   - "IP4UNRLAY"
13146   - "IP6UNRLAY"
13147   traces:
13148     hoverinfo: "x+y"
13149     boxpoints: "outliers"
13150     whiskerwidth: 0
13151   layout:
13152     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
13153     layout: "plot-throughput"
13154
13155 ################################################################################
13156
13157 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
13158 -
13159   type: "plot"
13160   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13161   algorithm: "plot_performance_box"
13162   output-file-type: ".html"
13163   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13164   data: "plot-vpp-throughput-latency-3n-hsw"
13165   filter: "'NIC_Intel-XL710' and
13166            '64B' and
13167            'IP4FWD' and
13168            'NDRPDR' and
13169            'BASE' and
13170            '1T1C' and
13171            'IPSECHW' and
13172            ('IPSECTRAN' or 'IPSECTUN') and
13173            not 'VHOST'"
13174   parameters:
13175   - "throughput"
13176   - "parent"
13177   - "tags"
13178   traces:
13179     hoverinfo: "x+y"
13180     boxpoints: "outliers"
13181     whiskerwidth: 0
13182   layout:
13183     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
13184     layout: "plot-throughput"
13185
13186 -
13187   type: "plot"
13188   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13189   algorithm: "plot_performance_box"
13190   output-file-type: ".html"
13191   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13192   data: "plot-vpp-throughput-latency-3n-hsw"
13193   filter: "'NIC_Intel-XL710' and
13194            '64B' and
13195            'IP4FWD' and
13196            'NDRPDR' and
13197            'BASE' and
13198            '1T1C' and
13199            'IPSECHW' and
13200            ('IPSECTRAN' or 'IPSECTUN') and
13201            not 'VHOST'"
13202   parameters:
13203   - "throughput"
13204   - "parent"
13205   - "tags"
13206   traces:
13207     hoverinfo: "x+y"
13208     boxpoints: "outliers"
13209     whiskerwidth: 0
13210   layout:
13211     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
13212     layout: "plot-throughput"
13213
13214 -
13215   type: "plot"
13216   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13217   algorithm: "plot_performance_box"
13218   output-file-type: ".html"
13219   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13220   data: "plot-vpp-throughput-latency-3n-hsw"
13221   filter: "'NIC_Intel-XL710' and
13222            '64B' and
13223            'IP4FWD' and
13224            'NDRPDR' and
13225            'BASE' and
13226            '2T2C' and
13227            'IPSECHW' and
13228            ('IPSECTRAN' or 'IPSECTUN') and
13229            not 'VHOST'"
13230   parameters:
13231   - "throughput"
13232   - "parent"
13233   - "tags"
13234   traces:
13235     hoverinfo: "x+y"
13236     boxpoints: "outliers"
13237     whiskerwidth: 0
13238   layout:
13239     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
13240     layout: "plot-throughput"
13241
13242 -
13243   type: "plot"
13244   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13245   algorithm: "plot_performance_box"
13246   output-file-type: ".html"
13247   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13248   data: "plot-vpp-throughput-latency-3n-hsw"
13249   filter: "'NIC_Intel-XL710' and
13250            '64B' and
13251            'IP4FWD' and
13252            'NDRPDR' and
13253            'BASE' and
13254            '2T2C' and
13255            'IPSECHW' and
13256            ('IPSECTRAN' or 'IPSECTUN') and
13257            not 'VHOST'"
13258   parameters:
13259   - "throughput"
13260   - "parent"
13261   - "tags"
13262   traces:
13263     hoverinfo: "x+y"
13264     boxpoints: "outliers"
13265     whiskerwidth: 0
13266   layout:
13267     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
13268     layout: "plot-throughput"
13269
13270 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
13271 -
13272   type: "plot"
13273   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13274   algorithm: "plot_performance_box"
13275   output-file-type: ".html"
13276   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13277   data: "plot-vpp-throughput-latency-3n-hsw"
13278   filter: "'NIC_Intel-XL710' and
13279            '64B' and
13280            'IP4FWD' and
13281            'NDRPDR' and
13282            'SCALE' and
13283            '1T1C' and
13284            'IPSECHW' and
13285            ('IPSECTRAN' or 'IPSECTUN') and
13286            not 'VHOST'"
13287   parameters:
13288   - "throughput"
13289   - "parent"
13290   - "tags"
13291   traces:
13292     hoverinfo: "x+y"
13293     boxpoints: "outliers"
13294     whiskerwidth: 0
13295   layout:
13296     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
13297     layout: "plot-throughput"
13298
13299 -
13300   type: "plot"
13301   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13302   algorithm: "plot_performance_box"
13303   output-file-type: ".html"
13304   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13305   data: "plot-vpp-throughput-latency-3n-hsw"
13306   filter: "'NIC_Intel-XL710' and
13307            '64B' and
13308            'IP4FWD' and
13309            'NDRPDR' and
13310            'SCALE' and
13311            '1T1C' and
13312            'IPSECHW' and
13313            ('IPSECTRAN' or 'IPSECTUN') and
13314            not 'VHOST'"
13315   parameters:
13316   - "throughput"
13317   - "parent"
13318   - "tags"
13319   traces:
13320     hoverinfo: "x+y"
13321     boxpoints: "outliers"
13322     whiskerwidth: 0
13323   layout:
13324     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
13325     layout: "plot-throughput"
13326
13327 -
13328   type: "plot"
13329   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13330   algorithm: "plot_performance_box"
13331   output-file-type: ".html"
13332   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13333   data: "plot-vpp-throughput-latency-3n-hsw"
13334   filter: "'NIC_Intel-XL710' and
13335            '64B' and
13336            'IP4FWD' and
13337            'NDRPDR' and
13338            'SCALE' and
13339            '2T2C' and
13340            'IPSECHW' and
13341            ('IPSECTRAN' or 'IPSECTUN') and
13342            not 'VHOST'"
13343   parameters:
13344   - "throughput"
13345   - "parent"
13346   - "tags"
13347   traces:
13348     hoverinfo: "x+y"
13349     boxpoints: "outliers"
13350     whiskerwidth: 0
13351   layout:
13352     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
13353     layout: "plot-throughput"
13354
13355 -
13356   type: "plot"
13357   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13358   algorithm: "plot_performance_box"
13359   output-file-type: ".html"
13360   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13361   data: "plot-vpp-throughput-latency-3n-hsw"
13362   filter: "'NIC_Intel-XL710' and
13363            '64B' and
13364            'IP4FWD' and
13365            'NDRPDR' and
13366            'SCALE' and
13367            '2T2C' and
13368            'IPSECHW' and
13369            ('IPSECTRAN' or 'IPSECTUN') and
13370            not 'VHOST'"
13371   parameters:
13372   - "throughput"
13373   - "parent"
13374   - "tags"
13375   traces:
13376     hoverinfo: "x+y"
13377     boxpoints: "outliers"
13378     whiskerwidth: 0
13379   layout:
13380     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
13381     layout: "plot-throughput"
13382
13383 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
13384 -
13385   type: "plot"
13386   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13387   algorithm: "plot_performance_box"
13388   output-file-type: ".html"
13389   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13390   data: "plot-vpp-throughput-latency-3n-hsw"
13391   filter: "'NIC_Intel-XL710' and
13392            '64B' and
13393            'IP4FWD' and
13394            'NDRPDR' and
13395            '1T1C' and
13396            'IPSECSW' and
13397            ('IPSECTRAN' or 'IPSECTUN') and
13398            not 'VHOST'"
13399   parameters:
13400   - "throughput"
13401   - "parent"
13402   - "tags"
13403   traces:
13404     hoverinfo: "x+y"
13405     boxpoints: "outliers"
13406     whiskerwidth: 0
13407   layout:
13408     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
13409     layout: "plot-throughput"
13410
13411 -
13412   type: "plot"
13413   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13414   algorithm: "plot_performance_box"
13415   output-file-type: ".html"
13416   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13417   data: "plot-vpp-throughput-latency-3n-hsw"
13418   filter: "'NIC_Intel-XL710' and
13419            '64B' and
13420            'IP4FWD' and
13421            'NDRPDR' and
13422            '1T1C' and
13423            'IPSECSW' and
13424            ('IPSECTRAN' or 'IPSECTUN') and
13425            not 'VHOST'"
13426   parameters:
13427   - "throughput"
13428   - "parent"
13429   - "tags"
13430   traces:
13431     hoverinfo: "x+y"
13432     boxpoints: "outliers"
13433     whiskerwidth: 0
13434   layout:
13435     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
13436     layout: "plot-throughput"
13437
13438 -
13439   type: "plot"
13440   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13441   algorithm: "plot_performance_box"
13442   output-file-type: ".html"
13443   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13444   data: "plot-vpp-throughput-latency-3n-hsw"
13445   filter: "'NIC_Intel-XL710' and
13446            '64B' and
13447            'IP4FWD' and
13448            'NDRPDR' and
13449            '2T2C' and
13450            'IPSECSW' and
13451            ('IPSECTRAN' or 'IPSECTUN') and
13452            not 'VHOST'"
13453   parameters:
13454   - "throughput"
13455   - "parent"
13456   - "tags"
13457   traces:
13458     hoverinfo: "x+y"
13459     boxpoints: "outliers"
13460     whiskerwidth: 0
13461   layout:
13462     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
13463     layout: "plot-throughput"
13464
13465 -
13466   type: "plot"
13467   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13468   algorithm: "plot_performance_box"
13469   output-file-type: ".html"
13470   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13471   data: "plot-vpp-throughput-latency-3n-hsw"
13472   filter: "'NIC_Intel-XL710' and
13473            '64B' and
13474            'IP4FWD' and
13475            'NDRPDR' and
13476            '2T2C' and
13477            'IPSECSW' and
13478            ('IPSECTRAN' or 'IPSECTUN') and
13479            not 'VHOST'"
13480   parameters:
13481   - "throughput"
13482   - "parent"
13483   - "tags"
13484   traces:
13485     hoverinfo: "x+y"
13486     boxpoints: "outliers"
13487     whiskerwidth: 0
13488   layout:
13489     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
13490     layout: "plot-throughput"
13491
13492 ################################################################################
13493
13494 # Packet Throughput - VPP SRv6 3n-hsw-x520
13495 -
13496   type: "plot"
13497   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13498   algorithm: "plot_performance_box"
13499   output-file-type: ".html"
13500   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13501   data: "plot-vpp-throughput-latency-3n-hsw"
13502   filter: "'NIC_Intel-X520-DA2' and
13503            '78B' and
13504            'FEATURE' and
13505            'NDRPDR' and
13506            '1T1C' and
13507            'IP6FWD' and
13508            'SRv6'"
13509   parameters:
13510   - "throughput"
13511   - "parent"
13512   - "tags"
13513   traces:
13514     hoverinfo: "x+y"
13515     boxpoints: "outliers"
13516     whiskerwidth: 0
13517   layout:
13518     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
13519     layout: "plot-throughput"
13520
13521 -
13522   type: "plot"
13523   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13524   algorithm: "plot_performance_box"
13525   output-file-type: ".html"
13526   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13527   data: "plot-vpp-throughput-latency-3n-hsw"
13528   filter: "'NIC_Intel-X520-DA2' and
13529            '78B' and
13530            'FEATURE' and
13531            'NDRPDR' and
13532            '1T1C' and
13533            'IP6FWD' and
13534            'SRv6'"
13535   parameters:
13536   - "throughput"
13537   - "parent"
13538   - "tags"
13539   traces:
13540     hoverinfo: "x+y"
13541     boxpoints: "outliers"
13542     whiskerwidth: 0
13543   layout:
13544     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
13545     layout: "plot-throughput"
13546
13547 -
13548   type: "plot"
13549   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13550   algorithm: "plot_performance_box"
13551   output-file-type: ".html"
13552   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13553   data: "plot-vpp-throughput-latency-3n-hsw"
13554   filter: "'NIC_Intel-X520-DA2' and
13555            '78B' and
13556            'FEATURE' and
13557            'NDRPDR' and
13558            '2T2C' and
13559            'IP6FWD' and
13560            'SRv6'"
13561   parameters:
13562   - "throughput"
13563   - "parent"
13564   - "tags"
13565   traces:
13566     hoverinfo: "x+y"
13567     boxpoints: "outliers"
13568     whiskerwidth: 0
13569   layout:
13570     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
13571     layout: "plot-throughput"
13572
13573 -
13574   type: "plot"
13575   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13576   algorithm: "plot_performance_box"
13577   output-file-type: ".html"
13578   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13579   data: "plot-vpp-throughput-latency-3n-hsw"
13580   filter: "'NIC_Intel-X520-DA2' and
13581            '78B' and
13582            'FEATURE' and
13583            'NDRPDR' and
13584            '2T2C' and
13585            'IP6FWD' and
13586            'SRv6'"
13587   parameters:
13588   - "throughput"
13589   - "parent"
13590   - "tags"
13591   traces:
13592     hoverinfo: "x+y"
13593     boxpoints: "outliers"
13594     whiskerwidth: 0
13595   layout:
13596     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
13597     layout: "plot-throughput"
13598
13599 ################################################################################
13600
13601 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
13602 -
13603   type: "plot"
13604   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13605   algorithm: "plot_performance_box"
13606   output-file-type: ".html"
13607   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13608   data: "plot-vpp-throughput-latency-3n-hsw"
13609   filter: "'NIC_Intel-X520-DA2' and
13610            '64B' and
13611            'NDRPDR' and
13612            'ETH' and
13613            'IP4FWD' and
13614            '1T1C' and
13615            'VHOST_1024' and
13616            not 'VXLAN' and
13617            not 'DOT1Q'"
13618   parameters:
13619   - "throughput"
13620   - "parent"
13621   - "tags"
13622   sort:
13623   - "not CFS_OPT"
13624   - "1VM"
13625   - "2VM"
13626   traces:
13627     hoverinfo: "x+y"
13628     boxpoints: "outliers"
13629     whiskerwidth: 0
13630   layout:
13631     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13632     layout: "plot-throughput"
13633
13634 -
13635   type: "plot"
13636   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13637   algorithm: "plot_performance_box"
13638   output-file-type: ".html"
13639   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13640   data: "plot-vpp-throughput-latency-3n-hsw"
13641   filter: "'NIC_Intel-X520-DA2' and
13642            '64B' and
13643            'NDRPDR' and
13644            'ETH' and
13645            'IP4FWD' and
13646            '2T2C' and
13647            'VHOST_1024' and
13648            not 'VXLAN' and
13649            not 'DOT1Q'"
13650   parameters:
13651   - "throughput"
13652   - "parent"
13653   - "tags"
13654   sort:
13655   - "not CFS_OPT"
13656   - "1VM"
13657   - "2VM"
13658   traces:
13659     hoverinfo: "x+y"
13660     boxpoints: "outliers"
13661     whiskerwidth: 0
13662   layout:
13663     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13664     layout: "plot-throughput"
13665
13666 -
13667   type: "plot"
13668   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13669   algorithm: "plot_performance_box"
13670   output-file-type: ".html"
13671   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13672   data: "plot-vpp-throughput-latency-3n-hsw"
13673   filter: "'NIC_Intel-X520-DA2' and
13674            '64B' and
13675            'NDRPDR' and
13676            'ETH' and
13677            'IP4FWD' and
13678            '1T1C' and
13679            'VHOST_1024' and
13680            not 'VXLAN' and
13681            not 'DOT1Q'"
13682   parameters:
13683   - "throughput"
13684   - "parent"
13685   - "tags"
13686   sort:
13687   - "not CFS_OPT"
13688   - "1VM"
13689   - "2VM"
13690   traces:
13691     hoverinfo: "x+y"
13692     boxpoints: "outliers"
13693     whiskerwidth: 0
13694   layout:
13695     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13696     layout: "plot-throughput"
13697
13698 -
13699   type: "plot"
13700   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13701   algorithm: "plot_performance_box"
13702   output-file-type: ".html"
13703   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13704   data: "plot-vpp-throughput-latency-3n-hsw"
13705   filter: "'NIC_Intel-X520-DA2' and
13706            '64B' and
13707            'NDRPDR' and
13708            'ETH' and
13709            'IP4FWD' and
13710            '2T2C' and
13711            'VHOST_1024' and
13712            not 'VXLAN' and
13713            not 'DOT1Q'"
13714   parameters:
13715   - "throughput"
13716   - "parent"
13717   - "tags"
13718   sort:
13719   - "not CFS_OPT"
13720   - "1VM"
13721   - "2VM"
13722   traces:
13723     hoverinfo: "x+y"
13724     boxpoints: "outliers"
13725     whiskerwidth: 0
13726   layout:
13727     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13728     layout: "plot-throughput"
13729
13730 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13731 -
13732   type: "plot"
13733   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13734   algorithm: "plot_performance_box"
13735   output-file-type: ".html"
13736   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13737   data: "plot-vpp-throughput-latency-3n-hsw"
13738   filter: "'NIC_Intel-X520-DA2' and
13739            '64B' and
13740            'NDRPDR' and
13741            ('ETH' or 'DOT1Q') and
13742            '1T1C' and
13743            'L2BDMACLRN' and
13744            'VHOST_1024' and
13745            not 'VXLAN' and
13746            not 'IP4FWD' and
13747            not '2VM'"
13748   parameters:
13749   - "throughput"
13750   - "parent"
13751   - "tags"
13752 #  sort:
13753 #  - "VM"  # "not CFS_OPT"
13754 #  - "CFS_OPT"
13755 #  - "FIB_10K"
13756 #  - "FIB_100K"
13757 #  - "FIB_1M"
13758   traces:
13759     hoverinfo: "x+y"
13760     boxpoints: "outliers"
13761     whiskerwidth: 0
13762   layout:
13763     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13764     layout: "plot-throughput"
13765
13766 -
13767   type: "plot"
13768   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13769   algorithm: "plot_performance_box"
13770   output-file-type: ".html"
13771   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13772   data: "plot-vpp-throughput-latency-3n-hsw"
13773   filter: "'NIC_Intel-X520-DA2' and
13774            '64B' and
13775            'NDRPDR' and
13776            ('ETH' or 'DOT1Q') and
13777            '2T2C' and
13778            'L2BDMACLRN' and
13779            'VHOST_1024' and
13780            not 'VXLAN' and
13781            not 'IP4FWD' and
13782            not '2VM'"
13783   parameters:
13784   - "throughput"
13785   - "parent"
13786   - "tags"
13787 #  sort:
13788 #  - "VM"  # "not CFS_OPT"
13789 #  - "CFS_OPT"
13790 #  - "FIB_10K"
13791 #  - "FIB_100K"
13792 #  - "FIB_1M"
13793   traces:
13794     hoverinfo: "x+y"
13795     boxpoints: "outliers"
13796     whiskerwidth: 0
13797   layout:
13798     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13799     layout: "plot-throughput"
13800
13801 -
13802   type: "plot"
13803   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13804   algorithm: "plot_performance_box"
13805   output-file-type: ".html"
13806   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13807   data: "plot-vpp-throughput-latency-3n-hsw"
13808   filter: "'NIC_Intel-X520-DA2' and
13809            '64B' and
13810            'NDRPDR' and
13811            ('ETH' or 'DOT1Q') and
13812            '1T1C' and
13813            'L2BDMACLRN' and
13814            'VHOST_1024' and
13815            not 'VXLAN' and
13816            not 'IP4FWD' and
13817            not '2VM'"
13818   parameters:
13819   - "throughput"
13820   - "parent"
13821   - "tags"
13822 #  sort:
13823 #  - "VM"  # "not CFS_OPT"
13824 #  - "CFS_OPT"
13825 #  - "FIB_10K"
13826 #  - "FIB_100K"
13827 #  - "FIB_1M"
13828   traces:
13829     hoverinfo: "x+y"
13830     boxpoints: "outliers"
13831     whiskerwidth: 0
13832   layout:
13833     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13834     layout: "plot-throughput"
13835
13836 -
13837   type: "plot"
13838   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13839   algorithm: "plot_performance_box"
13840   output-file-type: ".html"
13841   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13842   data: "plot-vpp-throughput-latency-3n-hsw"
13843   filter: "'NIC_Intel-X520-DA2' and
13844            '64B' and
13845            'NDRPDR' and
13846            ('ETH' or 'DOT1Q') and
13847            '2T2C' and
13848            'L2BDMACLRN' and
13849            'VHOST_1024' and
13850            not 'VXLAN' and
13851            not 'IP4FWD' and
13852            not '2VM'"
13853   parameters:
13854   - "throughput"
13855   - "parent"
13856   - "tags"
13857 #  sort:
13858 #  - "VM"  # "not CFS_OPT"
13859 #  - "CFS_OPT"
13860 #  - "FIB_10K"
13861 #  - "FIB_100K"
13862 #  - "FIB_1M"
13863   traces:
13864     hoverinfo: "x+y"
13865     boxpoints: "outliers"
13866     whiskerwidth: 0
13867   layout:
13868     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13869     layout: "plot-throughput"
13870
13871 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13872 -
13873   type: "plot"
13874   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13875   algorithm: "plot_performance_box"
13876   output-file-type: ".html"
13877   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13878   data: "plot-vpp-throughput-latency-3n-hsw"
13879   filter: "'NIC_Intel-X520-DA2' and
13880            '64B' and
13881            'NDRPDR' and
13882            ('ETH' or 'DOT1Q') and
13883            'BASE' and
13884            '1T1C' and
13885            ('L2BDMACLRN' or 'L2XCFWD') and
13886            'VHOST_1024' and
13887            not 'VXLAN' and
13888            not 'IP4FWD' and
13889            not '2VM'"
13890   parameters:
13891   - "throughput"
13892   - "parent"
13893   - "tags"
13894 #  sort:
13895 #  - "not CFS_OPT"
13896 #  - "L2XCFWD"
13897 #  - "not CFS_OPT"
13898 #  - "CFS_OPT"
13899   traces:
13900     hoverinfo: "x+y"
13901     boxpoints: "outliers"
13902     whiskerwidth: 0
13903   layout:
13904     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13905     layout: "plot-throughput"
13906
13907 -
13908   type: "plot"
13909   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13910   algorithm: "plot_performance_box"
13911   output-file-type: ".html"
13912   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13913   data: "plot-vpp-throughput-latency-3n-hsw"
13914   filter: "'NIC_Intel-X520-DA2' and
13915            '64B' and
13916            'NDRPDR' and
13917            ('ETH' or 'DOT1Q') and
13918            'BASE' and
13919            '1T1C' and
13920            ('L2BDMACLRN' or 'L2XCFWD') and
13921            'VHOST_1024' and
13922            not 'VXLAN' and
13923            not 'IP4FWD' and
13924            not '2VM'"
13925   parameters:
13926   - "throughput"
13927   - "parent"
13928   - "tags"
13929 #  sort:
13930 #  - "not CFS_OPT"
13931 #  - "L2XCFWD"
13932 #  - "not CFS_OPT"
13933 #  - "CFS_OPT"
13934   traces:
13935     hoverinfo: "x+y"
13936     boxpoints: "outliers"
13937     whiskerwidth: 0
13938   layout:
13939     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13940     layout: "plot-throughput"
13941
13942 -
13943   type: "plot"
13944   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13945   algorithm: "plot_performance_box"
13946   output-file-type: ".html"
13947   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13948   data: "plot-vpp-throughput-latency-3n-hsw"
13949   filter: "'NIC_Intel-X520-DA2' and
13950            '64B' and
13951            'NDRPDR' and
13952            ('ETH' or 'DOT1Q') and
13953            'BASE' and
13954            '2T2C' and
13955            ('L2BDMACLRN' or 'L2XCFWD') and
13956            'VHOST_1024' and
13957            not 'VXLAN' and
13958            not 'IP4FWD' and
13959            not '2VM'"
13960   parameters:
13961   - "throughput"
13962   - "parent"
13963   - "tags"
13964 #  sort:
13965 #  - "not CFS_OPT"
13966 #  - "L2XCFWD"
13967 #  - "not CFS_OPT"
13968 #  - "CFS_OPT"
13969   traces:
13970     hoverinfo: "x+y"
13971     boxpoints: "outliers"
13972     whiskerwidth: 0
13973   layout:
13974     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13975     layout: "plot-throughput"
13976
13977 -
13978   type: "plot"
13979   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13980   algorithm: "plot_performance_box"
13981   output-file-type: ".html"
13982   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13983   data: "plot-vpp-throughput-latency-3n-hsw"
13984   filter: "'NIC_Intel-X520-DA2' and
13985            '64B' and
13986            'NDRPDR' and
13987            ('ETH' or 'DOT1Q') and
13988            'BASE' and
13989            '2T2C' and
13990            ('L2BDMACLRN' or 'L2XCFWD') and
13991            'VHOST_1024' and
13992            not 'VXLAN' and
13993            not 'IP4FWD' and
13994            not '2VM'"
13995   parameters:
13996   - "throughput"
13997   - "parent"
13998   - "tags"
13999 #  sort:
14000 #  - "not CFS_OPT"
14001 #  - "L2XCFWD"
14002 #  - "not CFS_OPT"
14003 #  - "CFS_OPT"
14004   traces:
14005     hoverinfo: "x+y"
14006     boxpoints: "outliers"
14007     whiskerwidth: 0
14008   layout:
14009     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14010     layout: "plot-throughput"
14011
14012 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14013 -
14014   type: "plot"
14015   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14016   algorithm: "plot_performance_box"
14017   output-file-type: ".html"
14018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14019   data: "plot-vpp-throughput-latency-3n-hsw"
14020   filter: "'NIC_Intel-X520-DA2' and
14021            '64B' and
14022            'NDRPDR' and
14023            ('ETH' or 'DOT1Q') and
14024            '1T1C' and
14025            ('L2BDMACLRN' or 'L2XCFWD') and
14026            'VHOST_1024' and
14027            not 'CFS_OPT' and
14028            not 'VXLAN' and
14029            not 'IP4FWD' and
14030            not 'LBOND'"
14031   parameters:
14032   - "throughput"
14033   - "parent"
14034   - "tags"
14035 #  sort:
14036 #  - "1VM"
14037 #  - "L2XCFWD"
14038 #  - "1VM"
14039 #  - "L2BDMACLRN"
14040   traces:
14041     hoverinfo: "x+y"
14042     boxpoints: "outliers"
14043     whiskerwidth: 0
14044   layout:
14045     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14046     layout: "plot-throughput"
14047
14048 -
14049   type: "plot"
14050   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14051   algorithm: "plot_performance_box"
14052   output-file-type: ".html"
14053   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14054   data: "plot-vpp-throughput-latency-3n-hsw"
14055   filter: "'NIC_Intel-X520-DA2' and
14056            '64B' and
14057            'NDRPDR' and
14058            ('ETH' or 'DOT1Q') and
14059            '1T1C' and
14060            ('L2BDMACLRN' or 'L2XCFWD') and
14061            'VHOST_1024' and
14062            not 'CFS_OPT' and
14063            not 'VXLAN' and
14064            not 'IP4FWD' and
14065            not 'LBOND'"
14066   parameters:
14067   - "throughput"
14068   - "parent"
14069   - "tags"
14070 #  sort:
14071 #  - "1VM"
14072 #  - "L2XCFWD"
14073 #  - "1VM"
14074 #  - "L2BDMACLRN"
14075   traces:
14076     hoverinfo: "x+y"
14077     boxpoints: "outliers"
14078     whiskerwidth: 0
14079   layout:
14080     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
14081     layout: "plot-throughput"
14082
14083 -
14084   type: "plot"
14085   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14086   algorithm: "plot_performance_box"
14087   output-file-type: ".html"
14088   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14089   data: "plot-vpp-throughput-latency-3n-hsw"
14090   filter: "'NIC_Intel-X520-DA2' and
14091            '64B' and
14092            'NDRPDR' and
14093            ('ETH' or 'DOT1Q') and
14094            '2T2C' and
14095            ('L2BDMACLRN' or 'L2XCFWD') and
14096            'VHOST_1024' and
14097            not 'CFS_OPT' and
14098            not 'VXLAN' and
14099            not 'IP4FWD' and
14100            not 'LBOND'"
14101   parameters:
14102   - "throughput"
14103   - "parent"
14104   - "tags"
14105 #  sort:
14106 #  - "1VM"
14107 #  - "L2XCFWD"
14108 #  - "1VM"
14109 #  - "L2BDMACLRN"
14110   traces:
14111     hoverinfo: "x+y"
14112     boxpoints: "outliers"
14113     whiskerwidth: 0
14114   layout:
14115     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
14116     layout: "plot-throughput"
14117
14118 -
14119   type: "plot"
14120   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14121   algorithm: "plot_performance_box"
14122   output-file-type: ".html"
14123   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14124   data: "plot-vpp-throughput-latency-3n-hsw"
14125   filter: "'NIC_Intel-X520-DA2' and
14126            '64B' and
14127            'NDRPDR' and
14128            ('ETH' or 'DOT1Q') and
14129            '2T2C' and
14130            ('L2BDMACLRN' or 'L2XCFWD') and
14131            'VHOST_1024' and
14132            not 'CFS_OPT' and
14133            not 'VXLAN' and
14134            not 'IP4FWD' and
14135            not 'LBOND'"
14136   parameters:
14137   - "throughput"
14138   - "parent"
14139   - "tags"
14140 #  sort:
14141 #  - "1VM"
14142 #  - "L2XCFWD"
14143 #  - "1VM"
14144 #  - "L2BDMACLRN"
14145   traces:
14146     hoverinfo: "x+y"
14147     boxpoints: "outliers"
14148     whiskerwidth: 0
14149   layout:
14150     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
14151     layout: "plot-throughput"
14152
14153 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
14154 -
14155   type: "plot"
14156   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14157   algorithm: "plot_performance_box"
14158   output-file-type: ".html"
14159   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14160   data: "plot-vpp-throughput-latency-3n-hsw"
14161   filter: "'NIC_Intel-X710' and
14162            '64B' and
14163            'NDRPDR' and
14164            'ETH' and
14165            'IP4FWD' and
14166            '1T1C' and
14167            'VHOST_1024' and
14168            not 'VXLAN' and
14169            not 'DOT1Q'"
14170   parameters:
14171   - "throughput"
14172   - "parent"
14173   - "tags"
14174   sort:
14175   - "not CFS_OPT"
14176   - "1VM"
14177   - "2VM"
14178   traces:
14179     hoverinfo: "x+y"
14180     boxpoints: "outliers"
14181     whiskerwidth: 0
14182   layout:
14183     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14184     layout: "plot-throughput"
14185
14186 -
14187   type: "plot"
14188   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14189   algorithm: "plot_performance_box"
14190   output-file-type: ".html"
14191   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14192   data: "plot-vpp-throughput-latency-3n-hsw"
14193   filter: "'NIC_Intel-X710' and
14194            '64B' and
14195            'NDRPDR' and
14196            'ETH' and
14197            'IP4FWD' and
14198            '2T2C' and
14199            'VHOST_1024' and
14200            not 'VXLAN' and
14201            not 'DOT1Q'"
14202   parameters:
14203   - "throughput"
14204   - "parent"
14205   - "tags"
14206   sort:
14207   - "not CFS_OPT"
14208   - "1VM"
14209   - "2VM"
14210   traces:
14211     hoverinfo: "x+y"
14212     boxpoints: "outliers"
14213     whiskerwidth: 0
14214   layout:
14215     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14216     layout: "plot-throughput"
14217
14218 -
14219   type: "plot"
14220   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14221   algorithm: "plot_performance_box"
14222   output-file-type: ".html"
14223   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14224   data: "plot-vpp-throughput-latency-3n-hsw"
14225   filter: "'NIC_Intel-X710' and
14226            '64B' and
14227            'NDRPDR' and
14228            'ETH' and
14229            'IP4FWD' and
14230            '1T1C' and
14231            'VHOST_1024' and
14232            not 'VXLAN' and
14233            not 'DOT1Q'"
14234   parameters:
14235   - "throughput"
14236   - "parent"
14237   - "tags"
14238   sort:
14239   - "not CFS_OPT"
14240   - "1VM"
14241   - "2VM"
14242   traces:
14243     hoverinfo: "x+y"
14244     boxpoints: "outliers"
14245     whiskerwidth: 0
14246   layout:
14247     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14248     layout: "plot-throughput"
14249
14250 -
14251   type: "plot"
14252   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14253   algorithm: "plot_performance_box"
14254   output-file-type: ".html"
14255   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14256   data: "plot-vpp-throughput-latency-3n-hsw"
14257   filter: "'NIC_Intel-X710' and
14258            '64B' and
14259            'NDRPDR' and
14260            'ETH' and
14261            'IP4FWD' and
14262            '2T2C' and
14263            'VHOST_1024' and
14264            not 'VXLAN' and
14265            not 'DOT1Q'"
14266   parameters:
14267   - "throughput"
14268   - "parent"
14269   - "tags"
14270   sort:
14271   - "not CFS_OPT"
14272   - "1VM"
14273   - "2VM"
14274   traces:
14275     hoverinfo: "x+y"
14276     boxpoints: "outliers"
14277     whiskerwidth: 0
14278   layout:
14279     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14280     layout: "plot-throughput"
14281
14282 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
14283 -
14284   type: "plot"
14285   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14286   algorithm: "plot_performance_box"
14287   output-file-type: ".html"
14288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14289   data: "plot-vpp-throughput-latency-3n-hsw"
14290   filter: "'NIC_Intel-X710' and
14291            '64B' and
14292            'NDRPDR' and
14293            ('ETH' or 'DOT1Q') and
14294            '1T1C' and
14295            'L2BDMACLRN' and
14296            'VHOST_1024' and
14297            not 'VXLAN' and
14298            not 'IP4FWD' and
14299            not '2VM'"
14300   parameters:
14301   - "throughput"
14302   - "parent"
14303   - "tags"
14304 #  sort:
14305 #  - "VM"  # "not CFS_OPT"
14306 #  - "CFS_OPT"
14307 #  - "FIB_10K"
14308 #  - "FIB_100K"
14309 #  - "FIB_1M"
14310   traces:
14311     hoverinfo: "x+y"
14312     boxpoints: "outliers"
14313     whiskerwidth: 0
14314   layout:
14315     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
14316     layout: "plot-throughput"
14317
14318 -
14319   type: "plot"
14320   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14321   algorithm: "plot_performance_box"
14322   output-file-type: ".html"
14323   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14324   data: "plot-vpp-throughput-latency-3n-hsw"
14325   filter: "'NIC_Intel-X710' and
14326            '64B' and
14327            'NDRPDR' and
14328            ('ETH' or 'DOT1Q') and
14329            '2T2C' and
14330            'L2BDMACLRN' and
14331            'VHOST_1024' and
14332            not 'VXLAN' and
14333            not 'IP4FWD' and
14334            not '2VM'"
14335   parameters:
14336   - "throughput"
14337   - "parent"
14338   - "tags"
14339 #  sort:
14340 #  - "VM"  # "not CFS_OPT"
14341 #  - "CFS_OPT"
14342 #  - "FIB_10K"
14343 #  - "FIB_100K"
14344 #  - "FIB_1M"
14345   traces:
14346     hoverinfo: "x+y"
14347     boxpoints: "outliers"
14348     whiskerwidth: 0
14349   layout:
14350     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
14351     layout: "plot-throughput"
14352
14353 -
14354   type: "plot"
14355   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14356   algorithm: "plot_performance_box"
14357   output-file-type: ".html"
14358   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14359   data: "plot-vpp-throughput-latency-3n-hsw"
14360   filter: "'NIC_Intel-X710' and
14361            '64B' and
14362            'NDRPDR' and
14363            ('ETH' or 'DOT1Q') and
14364            '1T1C' and
14365            'L2BDMACLRN' and
14366            'VHOST_1024' and
14367            not 'VXLAN' and
14368            not 'IP4FWD' and
14369            not '2VM'"
14370   parameters:
14371   - "throughput"
14372   - "parent"
14373   - "tags"
14374 #  sort:
14375 #  - "VM"  # "not CFS_OPT"
14376 #  - "CFS_OPT"
14377 #  - "FIB_10K"
14378 #  - "FIB_100K"
14379 #  - "FIB_1M"
14380   traces:
14381     hoverinfo: "x+y"
14382     boxpoints: "outliers"
14383     whiskerwidth: 0
14384   layout:
14385     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
14386     layout: "plot-throughput"
14387
14388 -
14389   type: "plot"
14390   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14391   algorithm: "plot_performance_box"
14392   output-file-type: ".html"
14393   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14394   data: "plot-vpp-throughput-latency-3n-hsw"
14395   filter: "'NIC_Intel-X710' and
14396            '64B' and
14397            'NDRPDR' and
14398            ('ETH' or 'DOT1Q') and
14399            '2T2C' and
14400            'L2BDMACLRN' and
14401            'VHOST_1024' and
14402            not 'VXLAN' and
14403            not 'IP4FWD' and
14404            not '2VM'"
14405   parameters:
14406   - "throughput"
14407   - "parent"
14408   - "tags"
14409 #  sort:
14410 #  - "VM"  # "not CFS_OPT"
14411 #  - "CFS_OPT"
14412 #  - "FIB_10K"
14413 #  - "FIB_100K"
14414 #  - "FIB_1M"
14415   traces:
14416     hoverinfo: "x+y"
14417     boxpoints: "outliers"
14418     whiskerwidth: 0
14419   layout:
14420     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
14421     layout: "plot-throughput"
14422
14423 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
14424 -
14425   type: "plot"
14426   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14427   algorithm: "plot_performance_box"
14428   output-file-type: ".html"
14429   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14430   data: "plot-vpp-throughput-latency-3n-hsw"
14431   filter: "'NIC_Intel-X710' and
14432            '64B' and
14433            'NDRPDR' and
14434            ('ETH' or 'DOT1Q') and
14435            'BASE' and
14436            '1T1C' and
14437            ('L2BDMACLRN' or 'L2XCFWD') and
14438            'VHOST_1024' and
14439            not 'VXLAN' and
14440            not 'IP4FWD' and
14441            not '2VM'"
14442   parameters:
14443   - "throughput"
14444   - "parent"
14445   - "tags"
14446 #  sort:
14447 #  - "not CFS_OPT"
14448 #  - "L2XCFWD"
14449 #  - "not CFS_OPT"
14450 #  - "CFS_OPT"
14451   traces:
14452     hoverinfo: "x+y"
14453     boxpoints: "outliers"
14454     whiskerwidth: 0
14455   layout:
14456     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
14457     layout: "plot-throughput"
14458
14459 -
14460   type: "plot"
14461   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14462   algorithm: "plot_performance_box"
14463   output-file-type: ".html"
14464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14465   data: "plot-vpp-throughput-latency-3n-hsw"
14466   filter: "'NIC_Intel-X710' and
14467            '64B' and
14468            'NDRPDR' and
14469            ('ETH' or 'DOT1Q') and
14470            'BASE' and
14471            '1T1C' and
14472            ('L2BDMACLRN' or 'L2XCFWD') and
14473            'VHOST_1024' and
14474            not 'VXLAN' and
14475            not 'IP4FWD' and
14476            not '2VM'"
14477   parameters:
14478   - "throughput"
14479   - "parent"
14480   - "tags"
14481 #  sort:
14482 #  - "not CFS_OPT"
14483 #  - "L2XCFWD"
14484 #  - "not CFS_OPT"
14485 #  - "CFS_OPT"
14486   traces:
14487     hoverinfo: "x+y"
14488     boxpoints: "outliers"
14489     whiskerwidth: 0
14490   layout:
14491     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
14492     layout: "plot-throughput"
14493
14494 -
14495   type: "plot"
14496   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14497   algorithm: "plot_performance_box"
14498   output-file-type: ".html"
14499   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14500   data: "plot-vpp-throughput-latency-3n-hsw"
14501   filter: "'NIC_Intel-X710' and
14502            '64B' and
14503            'NDRPDR' and
14504            ('ETH' or 'DOT1Q') and
14505            'BASE' and
14506            '2T2C' and
14507            ('L2BDMACLRN' or 'L2XCFWD') and
14508            'VHOST_1024' and
14509            not 'VXLAN' and
14510            not 'IP4FWD' and
14511            not '2VM'"
14512   parameters:
14513   - "throughput"
14514   - "parent"
14515   - "tags"
14516 #  sort:
14517 #  - "not CFS_OPT"
14518 #  - "L2XCFWD"
14519 #  - "not CFS_OPT"
14520 #  - "CFS_OPT"
14521   traces:
14522     hoverinfo: "x+y"
14523     boxpoints: "outliers"
14524     whiskerwidth: 0
14525   layout:
14526     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
14527     layout: "plot-throughput"
14528
14529 -
14530   type: "plot"
14531   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14532   algorithm: "plot_performance_box"
14533   output-file-type: ".html"
14534   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14535   data: "plot-vpp-throughput-latency-3n-hsw"
14536   filter: "'NIC_Intel-X710' and
14537            '64B' and
14538            'NDRPDR' and
14539            ('ETH' or 'DOT1Q') and
14540            'BASE' and
14541            '2T2C' and
14542            ('L2BDMACLRN' or 'L2XCFWD') and
14543            'VHOST_1024' and
14544            not 'VXLAN' and
14545            not 'IP4FWD' and
14546            not '2VM'"
14547   parameters:
14548   - "throughput"
14549   - "parent"
14550   - "tags"
14551 #  sort:
14552 #  - "not CFS_OPT"
14553 #  - "L2XCFWD"
14554 #  - "not CFS_OPT"
14555 #  - "CFS_OPT"
14556   traces:
14557     hoverinfo: "x+y"
14558     boxpoints: "outliers"
14559     whiskerwidth: 0
14560   layout:
14561     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
14562     layout: "plot-throughput"
14563
14564 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
14565 -
14566   type: "plot"
14567   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14568   algorithm: "plot_performance_box"
14569   output-file-type: ".html"
14570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14571   data: "plot-vpp-throughput-latency-3n-hsw"
14572   filter: "'NIC_Intel-X710' and
14573            '64B' and
14574            'NDRPDR' and
14575            ('ETH' or 'DOT1Q') and
14576            '1T1C' and
14577            ('L2BDMACLRN' or 'L2XCFWD') and
14578            'VHOST_1024' and
14579            not 'CFS_OPT' and
14580            not 'VXLAN' and
14581            not 'IP4FWD' and
14582            not 'LBOND'"
14583   parameters:
14584   - "throughput"
14585   - "parent"
14586   - "tags"
14587 #  sort:
14588 #  - "1VM"
14589 #  - "L2XCFWD"
14590 #  - "1VM"
14591 #  - "L2BDMACLRN"
14592   traces:
14593     hoverinfo: "x+y"
14594     boxpoints: "outliers"
14595     whiskerwidth: 0
14596   layout:
14597     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
14598     layout: "plot-throughput"
14599
14600 -
14601   type: "plot"
14602   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14603   algorithm: "plot_performance_box"
14604   output-file-type: ".html"
14605   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14606   data: "plot-vpp-throughput-latency-3n-hsw"
14607   filter: "'NIC_Intel-X710' and
14608            '64B' and
14609            'NDRPDR' and
14610            ('ETH' or 'DOT1Q') and
14611            '1T1C' and
14612            ('L2BDMACLRN' or 'L2XCFWD') and
14613            'VHOST_1024' and
14614            not 'CFS_OPT' and
14615            not 'VXLAN' and
14616            not 'IP4FWD' and
14617            not 'LBOND'"
14618   parameters:
14619   - "throughput"
14620   - "parent"
14621   - "tags"
14622 #  sort:
14623 #  - "1VM"
14624 #  - "L2XCFWD"
14625 #  - "1VM"
14626 #  - "L2BDMACLRN"
14627   traces:
14628     hoverinfo: "x+y"
14629     boxpoints: "outliers"
14630     whiskerwidth: 0
14631   layout:
14632     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
14633     layout: "plot-throughput"
14634
14635 -
14636   type: "plot"
14637   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14638   algorithm: "plot_performance_box"
14639   output-file-type: ".html"
14640   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14641   data: "plot-vpp-throughput-latency-3n-hsw"
14642   filter: "'NIC_Intel-X710' and
14643            '64B' and
14644            'NDRPDR' and
14645            ('ETH' or 'DOT1Q') and
14646            '2T2C' and
14647            ('L2BDMACLRN' or 'L2XCFWD') and
14648            'VHOST_1024' and
14649            not 'CFS_OPT' and
14650            not 'VXLAN' and
14651            not 'IP4FWD' and
14652            not 'LBOND'"
14653   parameters:
14654   - "throughput"
14655   - "parent"
14656   - "tags"
14657 #  sort:
14658 #  - "1VM"
14659 #  - "L2XCFWD"
14660 #  - "1VM"
14661 #  - "L2BDMACLRN"
14662   traces:
14663     hoverinfo: "x+y"
14664     boxpoints: "outliers"
14665     whiskerwidth: 0
14666   layout:
14667     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
14668     layout: "plot-throughput"
14669
14670 -
14671   type: "plot"
14672   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14673   algorithm: "plot_performance_box"
14674   output-file-type: ".html"
14675   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14676   data: "plot-vpp-throughput-latency-3n-hsw"
14677   filter: "'NIC_Intel-X710' and
14678            '64B' and
14679            'NDRPDR' and
14680            ('ETH' or 'DOT1Q') and
14681            '2T2C' and
14682            ('L2BDMACLRN' or 'L2XCFWD') and
14683            'VHOST_1024' and
14684            not 'CFS_OPT' and
14685            not 'VXLAN' and
14686            not 'IP4FWD' and
14687            not 'LBOND'"
14688   parameters:
14689   - "throughput"
14690   - "parent"
14691   - "tags"
14692 #  sort:
14693 #  - "1VM"
14694 #  - "L2XCFWD"
14695 #  - "1VM"
14696 #  - "L2BDMACLRN"
14697   traces:
14698     hoverinfo: "x+y"
14699     boxpoints: "outliers"
14700     whiskerwidth: 0
14701   layout:
14702     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
14703     layout: "plot-throughput"
14704
14705 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
14706 -
14707   type: "plot"
14708   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14709   algorithm: "plot_performance_box"
14710   output-file-type: ".html"
14711   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14712   data: "plot-vpp-throughput-latency-3n-hsw"
14713   filter: "'NIC_Intel-XL710' and
14714            '64B' and
14715            'NDRPDR' and
14716            'ETH' and
14717            'IP4FWD' and
14718            '1T1C' and
14719            'VHOST_1024' and
14720            not 'VXLAN' and
14721            not 'DOT1Q'"
14722   parameters:
14723   - "throughput"
14724   - "parent"
14725   - "tags"
14726   sort:
14727   - "not CFS_OPT"
14728   - "1VM"
14729   - "2VM"
14730   traces:
14731     hoverinfo: "x+y"
14732     boxpoints: "outliers"
14733     whiskerwidth: 0
14734   layout:
14735     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14736     layout: "plot-throughput"
14737
14738 -
14739   type: "plot"
14740   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14741   algorithm: "plot_performance_box"
14742   output-file-type: ".html"
14743   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14744   data: "plot-vpp-throughput-latency-3n-hsw"
14745   filter: "'NIC_Intel-XL710' and
14746            '64B' and
14747            'NDRPDR' and
14748            'ETH' and
14749            'IP4FWD' and
14750            '2T2C' and
14751            'VHOST_1024' and
14752            not 'VXLAN' and
14753            not 'DOT1Q'"
14754   parameters:
14755   - "throughput"
14756   - "parent"
14757   - "tags"
14758   sort:
14759   - "not CFS_OPT"
14760   - "1VM"
14761   - "2VM"
14762   traces:
14763     hoverinfo: "x+y"
14764     boxpoints: "outliers"
14765     whiskerwidth: 0
14766   layout:
14767     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14768     layout: "plot-throughput"
14769
14770 -
14771   type: "plot"
14772   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14773   algorithm: "plot_performance_box"
14774   output-file-type: ".html"
14775   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14776   data: "plot-vpp-throughput-latency-3n-hsw"
14777   filter: "'NIC_Intel-XL710' and
14778            '64B' and
14779            'NDRPDR' and
14780            'ETH' and
14781            'IP4FWD' and
14782            '1T1C' and
14783            'VHOST_1024' and
14784            not 'VXLAN' and
14785            not 'DOT1Q'"
14786   parameters:
14787   - "throughput"
14788   - "parent"
14789   - "tags"
14790   sort:
14791   - "not CFS_OPT"
14792   - "1VM"
14793   - "2VM"
14794   traces:
14795     hoverinfo: "x+y"
14796     boxpoints: "outliers"
14797     whiskerwidth: 0
14798   layout:
14799     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14800     layout: "plot-throughput"
14801
14802 -
14803   type: "plot"
14804   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14805   algorithm: "plot_performance_box"
14806   output-file-type: ".html"
14807   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14808   data: "plot-vpp-throughput-latency-3n-hsw"
14809   filter: "'NIC_Intel-XL710' and
14810            '64B' and
14811            'NDRPDR' and
14812            'ETH' and
14813            'IP4FWD' and
14814            '2T2C' and
14815            'VHOST_1024' and
14816            not 'VXLAN' and
14817            not 'DOT1Q'"
14818   parameters:
14819   - "throughput"
14820   - "parent"
14821   - "tags"
14822   sort:
14823   - "not CFS_OPT"
14824   - "1VM"
14825   - "2VM"
14826   traces:
14827     hoverinfo: "x+y"
14828     boxpoints: "outliers"
14829     whiskerwidth: 0
14830   layout:
14831     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14832     layout: "plot-throughput"
14833
14834 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
14835 -
14836   type: "plot"
14837   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14838   algorithm: "plot_performance_box"
14839   output-file-type: ".html"
14840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14841   data: "plot-vpp-throughput-latency-3n-hsw"
14842   filter: "'NIC_Intel-XL710' and
14843            '64B' and
14844            'NDRPDR' and
14845            ('ETH' or 'DOT1Q') and
14846            '1T1C' and
14847            'L2BDMACLRN' and
14848            'VHOST_1024' and
14849            not 'VXLAN' and
14850            not 'IP4FWD' and
14851            not '2VM'"
14852   parameters:
14853   - "throughput"
14854   - "parent"
14855   - "tags"
14856 #  sort:
14857 #  - "VM"  # "not CFS_OPT"
14858 #  - "CFS_OPT"
14859 #  - "FIB_10K"
14860 #  - "FIB_100K"
14861 #  - "FIB_1M"
14862   traces:
14863     hoverinfo: "x+y"
14864     boxpoints: "outliers"
14865     whiskerwidth: 0
14866   layout:
14867     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14868     layout: "plot-throughput"
14869
14870 -
14871   type: "plot"
14872   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14873   algorithm: "plot_performance_box"
14874   output-file-type: ".html"
14875   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14876   data: "plot-vpp-throughput-latency-3n-hsw"
14877   filter: "'NIC_Intel-XL710' and
14878            '64B' and
14879            'NDRPDR' and
14880            ('ETH' or 'DOT1Q') and
14881            '2T2C' and
14882            'L2BDMACLRN' and
14883            'VHOST_1024' and
14884            not 'VXLAN' and
14885            not 'IP4FWD' and
14886            not '2VM'"
14887   parameters:
14888   - "throughput"
14889   - "parent"
14890   - "tags"
14891 #  sort:
14892 #  - "VM"  # "not CFS_OPT"
14893 #  - "CFS_OPT"
14894 #  - "FIB_10K"
14895 #  - "FIB_100K"
14896 #  - "FIB_1M"
14897   traces:
14898     hoverinfo: "x+y"
14899     boxpoints: "outliers"
14900     whiskerwidth: 0
14901   layout:
14902     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14903     layout: "plot-throughput"
14904
14905 -
14906   type: "plot"
14907   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14908   algorithm: "plot_performance_box"
14909   output-file-type: ".html"
14910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14911   data: "plot-vpp-throughput-latency-3n-hsw"
14912   filter: "'NIC_Intel-XL710' and
14913            '64B' and
14914            'NDRPDR' and
14915            ('ETH' or 'DOT1Q') and
14916            '1T1C' and
14917            'L2BDMACLRN' and
14918            'VHOST_1024' and
14919            not 'VXLAN' and
14920            not 'IP4FWD' and
14921            not '2VM'"
14922   parameters:
14923   - "throughput"
14924   - "parent"
14925   - "tags"
14926 #  sort:
14927 #  - "VM"  # "not CFS_OPT"
14928 #  - "CFS_OPT"
14929 #  - "FIB_10K"
14930 #  - "FIB_100K"
14931 #  - "FIB_1M"
14932   traces:
14933     hoverinfo: "x+y"
14934     boxpoints: "outliers"
14935     whiskerwidth: 0
14936   layout:
14937     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14938     layout: "plot-throughput"
14939
14940 -
14941   type: "plot"
14942   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14943   algorithm: "plot_performance_box"
14944   output-file-type: ".html"
14945   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14946   data: "plot-vpp-throughput-latency-3n-hsw"
14947   filter: "'NIC_Intel-XL710' and
14948            '64B' and
14949            'NDRPDR' and
14950            ('ETH' or 'DOT1Q') and
14951            '2T2C' and
14952            'L2BDMACLRN' and
14953            'VHOST_1024' and
14954            not 'VXLAN' and
14955            not 'IP4FWD' and
14956            not '2VM'"
14957   parameters:
14958   - "throughput"
14959   - "parent"
14960   - "tags"
14961 #  sort:
14962 #  - "VM"  # "not CFS_OPT"
14963 #  - "CFS_OPT"
14964 #  - "FIB_10K"
14965 #  - "FIB_100K"
14966 #  - "FIB_1M"
14967   traces:
14968     hoverinfo: "x+y"
14969     boxpoints: "outliers"
14970     whiskerwidth: 0
14971   layout:
14972     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14973     layout: "plot-throughput"
14974
14975 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
14976 -
14977   type: "plot"
14978   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14979   algorithm: "plot_performance_box"
14980   output-file-type: ".html"
14981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14982   data: "plot-vpp-throughput-latency-3n-hsw"
14983   filter: "'NIC_Intel-XL710' and
14984            '64B' and
14985            'NDRPDR' and
14986            ('ETH' or 'DOT1Q') and
14987            'BASE' and
14988            '1T1C' and
14989            ('L2BDMACLRN' or 'L2XCFWD') and
14990            'VHOST_1024' and
14991            not 'VXLAN' and
14992            not 'IP4FWD' and
14993            not '2VM'"
14994   parameters:
14995   - "throughput"
14996   - "parent"
14997   - "tags"
14998 #  sort:
14999 #  - "not CFS_OPT"
15000 #  - "L2XCFWD"
15001 #  - "not CFS_OPT"
15002 #  - "CFS_OPT"
15003   traces:
15004     hoverinfo: "x+y"
15005     boxpoints: "outliers"
15006     whiskerwidth: 0
15007   layout:
15008     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15009     layout: "plot-throughput"
15010
15011 -
15012   type: "plot"
15013   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15014   algorithm: "plot_performance_box"
15015   output-file-type: ".html"
15016   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15017   data: "plot-vpp-throughput-latency-3n-hsw"
15018   filter: "'NIC_Intel-XL710' and
15019            '64B' and
15020            'NDRPDR' and
15021            ('ETH' or 'DOT1Q') and
15022            'BASE' and
15023            '1T1C' and
15024            ('L2BDMACLRN' or 'L2XCFWD') and
15025            'VHOST_1024' and
15026            not 'VXLAN' and
15027            not 'IP4FWD' and
15028            not '2VM'"
15029   parameters:
15030   - "throughput"
15031   - "parent"
15032   - "tags"
15033 #  sort:
15034 #  - "not CFS_OPT"
15035 #  - "L2XCFWD"
15036 #  - "not CFS_OPT"
15037 #  - "CFS_OPT"
15038   traces:
15039     hoverinfo: "x+y"
15040     boxpoints: "outliers"
15041     whiskerwidth: 0
15042   layout:
15043     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15044     layout: "plot-throughput"
15045
15046 -
15047   type: "plot"
15048   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15049   algorithm: "plot_performance_box"
15050   output-file-type: ".html"
15051   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15052   data: "plot-vpp-throughput-latency-3n-hsw"
15053   filter: "'NIC_Intel-XL710' and
15054            '64B' and
15055            'NDRPDR' and
15056            ('ETH' or 'DOT1Q') and
15057            'BASE' and
15058            '2T2C' and
15059            ('L2BDMACLRN' or 'L2XCFWD') and
15060            'VHOST_1024' and
15061            not 'VXLAN' and
15062            not 'IP4FWD' and
15063            not '2VM'"
15064   parameters:
15065   - "throughput"
15066   - "parent"
15067   - "tags"
15068 #  sort:
15069 #  - "not CFS_OPT"
15070 #  - "L2XCFWD"
15071 #  - "not CFS_OPT"
15072 #  - "CFS_OPT"
15073   traces:
15074     hoverinfo: "x+y"
15075     boxpoints: "outliers"
15076     whiskerwidth: 0
15077   layout:
15078     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
15079     layout: "plot-throughput"
15080
15081 -
15082   type: "plot"
15083   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15084   algorithm: "plot_performance_box"
15085   output-file-type: ".html"
15086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15087   data: "plot-vpp-throughput-latency-3n-hsw"
15088   filter: "'NIC_Intel-XL710' and
15089            '64B' and
15090            'NDRPDR' and
15091            ('ETH' or 'DOT1Q') and
15092            'BASE' and
15093            '2T2C' and
15094            ('L2BDMACLRN' or 'L2XCFWD') and
15095            'VHOST_1024' and
15096            not 'VXLAN' and
15097            not 'IP4FWD' and
15098            not '2VM'"
15099   parameters:
15100   - "throughput"
15101   - "parent"
15102   - "tags"
15103 #  sort:
15104 #  - "not CFS_OPT"
15105 #  - "L2XCFWD"
15106 #  - "not CFS_OPT"
15107 #  - "CFS_OPT"
15108   traces:
15109     hoverinfo: "x+y"
15110     boxpoints: "outliers"
15111     whiskerwidth: 0
15112   layout:
15113     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
15114     layout: "plot-throughput"
15115
15116 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
15117 -
15118   type: "plot"
15119   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15120   algorithm: "plot_performance_box"
15121   output-file-type: ".html"
15122   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15123   data: "plot-vpp-throughput-latency-3n-hsw"
15124   filter: "'NIC_Intel-XL710' and
15125            '64B' and
15126            'NDRPDR' and
15127            ('ETH' or 'DOT1Q') and
15128            '1T1C' and
15129            ('L2BDMACLRN' or 'L2XCFWD') and
15130            'VHOST_1024' and
15131            not 'CFS_OPT' and
15132            not 'VXLAN' and
15133            not 'IP4FWD'"
15134   parameters:
15135   - "throughput"
15136   - "parent"
15137   - "tags"
15138 #  sort:
15139 #  - "1VM"
15140 #  - "L2XCFWD"
15141 #  - "1VM"
15142 #  - "L2BDMACLRN"
15143   traces:
15144     hoverinfo: "x+y"
15145     boxpoints: "outliers"
15146     whiskerwidth: 0
15147   layout:
15148     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
15149     layout: "plot-throughput"
15150
15151 -
15152   type: "plot"
15153   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15154   algorithm: "plot_performance_box"
15155   output-file-type: ".html"
15156   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15157   data: "plot-vpp-throughput-latency-3n-hsw"
15158   filter: "'NIC_Intel-XL710' and
15159            '64B' and
15160            'NDRPDR' and
15161            ('ETH' or 'DOT1Q') and
15162            '1T1C' and
15163            ('L2BDMACLRN' or 'L2XCFWD') and
15164            'VHOST_1024' and
15165            not 'CFS_OPT' and
15166            not 'VXLAN' and
15167            not 'IP4FWD'"
15168   parameters:
15169   - "throughput"
15170   - "parent"
15171   - "tags"
15172 #  sort:
15173 #  - "1VM"
15174 #  - "L2XCFWD"
15175 #  - "1VM"
15176 #  - "L2BDMACLRN"
15177   traces:
15178     hoverinfo: "x+y"
15179     boxpoints: "outliers"
15180     whiskerwidth: 0
15181   layout:
15182     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
15183     layout: "plot-throughput"
15184
15185 -
15186   type: "plot"
15187   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15188   algorithm: "plot_performance_box"
15189   output-file-type: ".html"
15190   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15191   data: "plot-vpp-throughput-latency-3n-hsw"
15192   filter: "'NIC_Intel-XL710' and
15193            '64B' and
15194            'NDRPDR' and
15195            ('ETH' or 'DOT1Q') and
15196            '2T2C' and
15197            ('L2BDMACLRN' or 'L2XCFWD') and
15198            'VHOST_1024' and
15199            not 'CFS_OPT' and
15200            not 'VXLAN' and
15201            not 'IP4FWD'"
15202   parameters:
15203   - "throughput"
15204   - "parent"
15205   - "tags"
15206 #  sort:
15207 #  - "1VM"
15208 #  - "L2XCFWD"
15209 #  - "1VM"
15210 #  - "L2BDMACLRN"
15211   traces:
15212     hoverinfo: "x+y"
15213     boxpoints: "outliers"
15214     whiskerwidth: 0
15215   layout:
15216     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
15217     layout: "plot-throughput"
15218
15219 -
15220   type: "plot"
15221   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15222   algorithm: "plot_performance_box"
15223   output-file-type: ".html"
15224   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15225   data: "plot-vpp-throughput-latency-3n-hsw"
15226   filter: "'NIC_Intel-XL710' and
15227            '64B' and
15228            'NDRPDR' and
15229            ('ETH' or 'DOT1Q') and
15230            '2T2C' and
15231            ('L2BDMACLRN' or 'L2XCFWD') and
15232            'VHOST_1024' and
15233            not 'CFS_OPT' and
15234            not 'VXLAN' and
15235            not 'IP4FWD'"
15236   parameters:
15237   - "throughput"
15238   - "parent"
15239   - "tags"
15240 #  sort:
15241 #  - "1VM"
15242 #  - "L2XCFWD"
15243 #  - "1VM"
15244 #  - "L2BDMACLRN"
15245   traces:
15246     hoverinfo: "x+y"
15247     boxpoints: "outliers"
15248     whiskerwidth: 0
15249   layout:
15250     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
15251     layout: "plot-throughput"
15252
15253 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15254 -
15255   type: "plot"
15256   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15257   algorithm: "plot_performance_box"
15258   output-file-type: ".html"
15259   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15260   data: "plot-vpp-throughput-latency-3n-skx"
15261   filter: "'NIC_Intel-X710' and
15262            '64B' and
15263            'NDRPDR' and
15264            'ETH' and
15265            'IP4FWD' and
15266            '2T1C' and
15267            'VHOST_1024' and
15268            not 'VXLAN' and
15269            not 'DOT1Q'"
15270   parameters:
15271   - "throughput"
15272   - "parent"
15273   - "tags"
15274   sort:
15275   - "not CFS_OPT"
15276   - "1VM"
15277   - "2VM"
15278   traces:
15279     hoverinfo: "x+y"
15280     boxpoints: "outliers"
15281     whiskerwidth: 0
15282   layout:
15283     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15284     layout: "plot-throughput"
15285
15286 -
15287   type: "plot"
15288   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15289   algorithm: "plot_performance_box"
15290   output-file-type: ".html"
15291   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15292   data: "plot-vpp-throughput-latency-3n-skx"
15293   filter: "'NIC_Intel-X710' and
15294            '64B' and
15295            'NDRPDR' and
15296            'ETH' and
15297            'IP4FWD' and
15298            '4T2C' and
15299            'VHOST_1024' and
15300            not 'VXLAN' and
15301            not 'DOT1Q'"
15302   parameters:
15303   - "throughput"
15304   - "parent"
15305   - "tags"
15306   sort:
15307   - "not CFS_OPT"
15308   - "1VM"
15309   - "2VM"
15310   traces:
15311     hoverinfo: "x+y"
15312     boxpoints: "outliers"
15313     whiskerwidth: 0
15314   layout:
15315     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15316     layout: "plot-throughput"
15317
15318 -
15319   type: "plot"
15320   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15321   algorithm: "plot_performance_box"
15322   output-file-type: ".html"
15323   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15324   data: "plot-vpp-throughput-latency-3n-skx"
15325   filter: "'NIC_Intel-X710' and
15326            '64B' and
15327            'NDRPDR' and
15328            'ETH' and
15329            'IP4FWD' and
15330            '2T1C' and
15331            'VHOST_1024' and
15332            not 'VXLAN' and
15333            not 'DOT1Q'"
15334   parameters:
15335   - "throughput"
15336   - "parent"
15337   - "tags"
15338   sort:
15339   - "not CFS_OPT"
15340   - "1VM"
15341   - "2VM"
15342   traces:
15343     hoverinfo: "x+y"
15344     boxpoints: "outliers"
15345     whiskerwidth: 0
15346   layout:
15347     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15348     layout: "plot-throughput"
15349
15350 -
15351   type: "plot"
15352   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15353   algorithm: "plot_performance_box"
15354   output-file-type: ".html"
15355   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15356   data: "plot-vpp-throughput-latency-3n-skx"
15357   filter: "'NIC_Intel-X710' and
15358            '64B' and
15359            'NDRPDR' and
15360            'ETH' and
15361            'IP4FWD' and
15362            '4T2C' and
15363            'VHOST_1024' and
15364            not 'VXLAN' and
15365            not 'DOT1Q'"
15366   parameters:
15367   - "throughput"
15368   - "parent"
15369   - "tags"
15370   sort:
15371   - "not CFS_OPT"
15372   - "1VM"
15373   - "2VM"
15374   traces:
15375     hoverinfo: "x+y"
15376     boxpoints: "outliers"
15377     whiskerwidth: 0
15378   layout:
15379     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15380     layout: "plot-throughput"
15381
15382 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
15383 -
15384   type: "plot"
15385   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15386   algorithm: "plot_performance_box"
15387   output-file-type: ".html"
15388   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15389   data: "plot-vpp-throughput-latency-3n-skx"
15390   filter: "'NIC_Intel-X710' and
15391            '64B' and
15392            'NDRPDR' and
15393            ('ETH' or 'DOT1Q') and
15394            '2T1C' and
15395            'L2BDMACLRN' and
15396            'VHOST_1024' and
15397            not 'VXLAN' and
15398            not 'IP4FWD' and
15399            not '2VM'"
15400   parameters:
15401   - "throughput"
15402   - "parent"
15403   - "tags"
15404 #  sort:
15405 #  - "VM"  # "not CFS_OPT"
15406 #  - "CFS_OPT"
15407 #  - "FIB_10K"
15408 #  - "FIB_100K"
15409 #  - "FIB_1M"
15410   traces:
15411     hoverinfo: "x+y"
15412     boxpoints: "outliers"
15413     whiskerwidth: 0
15414   layout:
15415     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15416     layout: "plot-throughput"
15417
15418 -
15419   type: "plot"
15420   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15421   algorithm: "plot_performance_box"
15422   output-file-type: ".html"
15423   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15424   data: "plot-vpp-throughput-latency-3n-skx"
15425   filter: "'NIC_Intel-X710' and
15426            '64B' and
15427            'NDRPDR' and
15428            ('ETH' or 'DOT1Q') and
15429            '4T2C' and
15430            'L2BDMACLRN' and
15431            'VHOST_1024' and
15432            not 'VXLAN' and
15433            not 'IP4FWD' and
15434            not '2VM'"
15435   parameters:
15436   - "throughput"
15437   - "parent"
15438   - "tags"
15439 #  sort:
15440 #  - "VM"  # "not CFS_OPT"
15441 #  - "CFS_OPT"
15442 #  - "FIB_10K"
15443 #  - "FIB_100K"
15444 #  - "FIB_1M"
15445   traces:
15446     hoverinfo: "x+y"
15447     boxpoints: "outliers"
15448     whiskerwidth: 0
15449   layout:
15450     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15451     layout: "plot-throughput"
15452
15453 -
15454   type: "plot"
15455   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15456   algorithm: "plot_performance_box"
15457   output-file-type: ".html"
15458   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15459   data: "plot-vpp-throughput-latency-3n-skx"
15460   filter: "'NIC_Intel-X710' and
15461            '64B' and
15462            'NDRPDR' and
15463            ('ETH' or 'DOT1Q') and
15464            '2T1C' and
15465            'L2BDMACLRN' and
15466            'VHOST_1024' and
15467            not 'VXLAN' and
15468            not 'IP4FWD' and
15469            not '2VM'"
15470   parameters:
15471   - "throughput"
15472   - "parent"
15473   - "tags"
15474 #  sort:
15475 #  - "VM"  # "not CFS_OPT"
15476 #  - "CFS_OPT"
15477 #  - "FIB_10K"
15478 #  - "FIB_100K"
15479 #  - "FIB_1M"
15480   traces:
15481     hoverinfo: "x+y"
15482     boxpoints: "outliers"
15483     whiskerwidth: 0
15484   layout:
15485     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15486     layout: "plot-throughput"
15487
15488 -
15489   type: "plot"
15490   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15491   algorithm: "plot_performance_box"
15492   output-file-type: ".html"
15493   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15494   data: "plot-vpp-throughput-latency-3n-skx"
15495   filter: "'NIC_Intel-X710' and
15496            '64B' and
15497            'NDRPDR' and
15498            ('ETH' or 'DOT1Q') and
15499            '4T2C' and
15500            'L2BDMACLRN' and
15501            'VHOST_1024' and
15502            not 'VXLAN' and
15503            not 'IP4FWD' and
15504            not '2VM'"
15505   parameters:
15506   - "throughput"
15507   - "parent"
15508   - "tags"
15509 #  sort:
15510 #  - "VM"  # "not CFS_OPT"
15511 #  - "CFS_OPT"
15512 #  - "FIB_10K"
15513 #  - "FIB_100K"
15514 #  - "FIB_1M"
15515   traces:
15516     hoverinfo: "x+y"
15517     boxpoints: "outliers"
15518     whiskerwidth: 0
15519   layout:
15520     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15521     layout: "plot-throughput"
15522
15523 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15524 -
15525   type: "plot"
15526   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15527   algorithm: "plot_performance_box"
15528   output-file-type: ".html"
15529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15530   data: "plot-vpp-throughput-latency-3n-skx"
15531   filter: "'NIC_Intel-X710' and
15532            '64B' and
15533            'NDRPDR' and
15534            ('ETH' or 'DOT1Q') and
15535            'BASE' and
15536            '2T1C' and
15537            ('L2BDMACLRN' or 'L2XCFWD') and
15538            'VHOST_1024' and
15539            not 'VXLAN' and
15540            not 'IP4FWD' and
15541            not '2VM' and
15542            not 'LBOND'"
15543   parameters:
15544   - "throughput"
15545   - "parent"
15546   - "tags"
15547 #  sort:
15548 #  - "not CFS_OPT"
15549 #  - "L2XCFWD"
15550 #  - "not CFS_OPT"
15551 #  - "CFS_OPT"
15552   traces:
15553     hoverinfo: "x+y"
15554     boxpoints: "outliers"
15555     whiskerwidth: 0
15556   layout:
15557     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
15558     layout: "plot-throughput"
15559
15560 -
15561   type: "plot"
15562   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15563   algorithm: "plot_performance_box"
15564   output-file-type: ".html"
15565   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15566   data: "plot-vpp-throughput-latency-3n-skx"
15567   filter: "'NIC_Intel-X710' and
15568            '64B' and
15569            'NDRPDR' and
15570            ('ETH' or 'DOT1Q') and
15571            'BASE' and
15572            '2T1C' and
15573            ('L2BDMACLRN' or 'L2XCFWD') and
15574            'VHOST_1024' and
15575            not 'VXLAN' and
15576            not 'IP4FWD' and
15577            not '2VM' and
15578            not 'LBOND'"
15579   parameters:
15580   - "throughput"
15581   - "parent"
15582   - "tags"
15583 #  sort:
15584 #  - "not CFS_OPT"
15585 #  - "L2XCFWD"
15586 #  - "not CFS_OPT"
15587 #  - "CFS_OPT"
15588   traces:
15589     hoverinfo: "x+y"
15590     boxpoints: "outliers"
15591     whiskerwidth: 0
15592   layout:
15593     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
15594     layout: "plot-throughput"
15595
15596 -
15597   type: "plot"
15598   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15599   algorithm: "plot_performance_box"
15600   output-file-type: ".html"
15601   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15602   data: "plot-vpp-throughput-latency-3n-skx"
15603   filter: "'NIC_Intel-X710' and
15604            '64B' and
15605            'NDRPDR' and
15606            ('ETH' or 'DOT1Q') and
15607            'BASE' and
15608            '4T2C' and
15609            ('L2BDMACLRN' or 'L2XCFWD') and
15610            'VHOST_1024' and
15611            not 'VXLAN' and
15612            not 'IP4FWD' and
15613            not '2VM' and
15614            not 'LBOND'"
15615   parameters:
15616   - "throughput"
15617   - "parent"
15618   - "tags"
15619 #  sort:
15620 #  - "not CFS_OPT"
15621 #  - "L2XCFWD"
15622 #  - "not CFS_OPT"
15623 #  - "CFS_OPT"
15624   traces:
15625     hoverinfo: "x+y"
15626     boxpoints: "outliers"
15627     whiskerwidth: 0
15628   layout:
15629     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
15630     layout: "plot-throughput"
15631
15632 -
15633   type: "plot"
15634   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15635   algorithm: "plot_performance_box"
15636   output-file-type: ".html"
15637   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15638   data: "plot-vpp-throughput-latency-3n-skx"
15639   filter: "'NIC_Intel-X710' and
15640            '64B' and
15641            'NDRPDR' and
15642            ('ETH' or 'DOT1Q') and
15643            'BASE' and
15644            '4T2C' and
15645            ('L2BDMACLRN' or 'L2XCFWD') and
15646            'VHOST_1024' and
15647            not 'VXLAN' and
15648            not 'IP4FWD' and
15649            not '2VM' and
15650            not 'LBOND'"
15651   parameters:
15652   - "throughput"
15653   - "parent"
15654   - "tags"
15655 #  sort:
15656 #  - "not CFS_OPT"
15657 #  - "L2XCFWD"
15658 #  - "not CFS_OPT"
15659 #  - "CFS_OPT"
15660   traces:
15661     hoverinfo: "x+y"
15662     boxpoints: "outliers"
15663     whiskerwidth: 0
15664   layout:
15665     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
15666     layout: "plot-throughput"
15667
15668 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15669 -
15670   type: "plot"
15671   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15672   algorithm: "plot_performance_box"
15673   output-file-type: ".html"
15674   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15675   data: "plot-vpp-throughput-latency-3n-skx"
15676   filter: "'NIC_Intel-X710' and
15677            '64B' and
15678            'NDRPDR' and
15679            ('ETH' or 'DOT1Q') and
15680            '2T1C' and
15681            ('L2BDMACLRN' or 'L2XCFWD') and
15682            'VHOST_1024' and
15683            not 'CFS_OPT' and
15684            not 'VXLAN' and
15685            not 'IP4FWD' and
15686            not 'LBOND'"
15687   parameters:
15688   - "throughput"
15689   - "parent"
15690   - "tags"
15691 #  sort:
15692 #  - "1VM"
15693 #  - "L2XCFWD"
15694 #  - "1VM"
15695 #  - "L2BDMACLRN"
15696   traces:
15697     hoverinfo: "x+y"
15698     boxpoints: "outliers"
15699     whiskerwidth: 0
15700   layout:
15701     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
15702     layout: "plot-throughput"
15703
15704 -
15705   type: "plot"
15706   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15707   algorithm: "plot_performance_box"
15708   output-file-type: ".html"
15709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15710   data: "plot-vpp-throughput-latency-3n-skx"
15711   filter: "'NIC_Intel-X710' and
15712            '64B' and
15713            'NDRPDR' and
15714            ('ETH' or 'DOT1Q') and
15715            '2T1C' and
15716            ('L2BDMACLRN' or 'L2XCFWD') and
15717            'VHOST_1024' and
15718            not 'CFS_OPT' and
15719            not 'VXLAN' and
15720            not 'IP4FWD' and
15721            not 'LBOND'"
15722   parameters:
15723   - "throughput"
15724   - "parent"
15725   - "tags"
15726 #  sort:
15727 #  - "1VM"
15728 #  - "L2XCFWD"
15729 #  - "1VM"
15730 #  - "L2BDMACLRN"
15731   traces:
15732     hoverinfo: "x+y"
15733     boxpoints: "outliers"
15734     whiskerwidth: 0
15735   layout:
15736     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15737     layout: "plot-throughput"
15738
15739 -
15740   type: "plot"
15741   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15742   algorithm: "plot_performance_box"
15743   output-file-type: ".html"
15744   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15745   data: "plot-vpp-throughput-latency-3n-skx"
15746   filter: "'NIC_Intel-X710' and
15747            '64B' and
15748            'NDRPDR' and
15749            ('ETH' or 'DOT1Q') and
15750            '4T2C' and
15751            ('L2BDMACLRN' or 'L2XCFWD') and
15752            'VHOST_1024' and
15753            not 'CFS_OPT' and
15754            not 'VXLAN' and
15755            not 'IP4FWD' and
15756            not 'LBOND'"
15757   parameters:
15758   - "throughput"
15759   - "parent"
15760   - "tags"
15761 #  sort:
15762 #  - "1VM"
15763 #  - "L2XCFWD"
15764 #  - "1VM"
15765 #  - "L2BDMACLRN"
15766   traces:
15767     hoverinfo: "x+y"
15768     boxpoints: "outliers"
15769     whiskerwidth: 0
15770   layout:
15771     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15772     layout: "plot-throughput"
15773
15774 -
15775   type: "plot"
15776   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15777   algorithm: "plot_performance_box"
15778   output-file-type: ".html"
15779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15780   data: "plot-vpp-throughput-latency-3n-skx"
15781   filter: "'NIC_Intel-X710' and
15782            '64B' and
15783            'NDRPDR' and
15784            ('ETH' or 'DOT1Q') and
15785            '4T2C' and
15786            ('L2BDMACLRN' or 'L2XCFWD') and
15787            'VHOST_1024' and
15788            not 'CFS_OPT' and
15789            not 'VXLAN' and
15790            not 'IP4FWD' and
15791            not 'LBOND'"
15792   parameters:
15793   - "throughput"
15794   - "parent"
15795   - "tags"
15796 #  sort:
15797 #  - "1VM"
15798 #  - "L2XCFWD"
15799 #  - "1VM"
15800 #  - "L2BDMACLRN"
15801   traces:
15802     hoverinfo: "x+y"
15803     boxpoints: "outliers"
15804     whiskerwidth: 0
15805   layout:
15806     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15807     layout: "plot-throughput"
15808
15809 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15810 -
15811   type: "plot"
15812   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15813   algorithm: "plot_performance_box"
15814   output-file-type: ".html"
15815   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15816   data: "plot-vpp-throughput-latency-2n-skx"
15817   filter: "'NIC_Intel-X710' and
15818            '64B' and
15819            'NDRPDR' and
15820            'ETH' and
15821            'IP4FWD' and
15822            '2T1C' and
15823            'VHOST_1024' and
15824            not 'VXLAN' and
15825            not 'DOT1Q'"
15826   parameters:
15827   - "throughput"
15828   - "parent"
15829   - "tags"
15830   sort:
15831   - "not CFS_OPT"
15832   - "1VM"
15833   - "2VM"
15834   traces:
15835     hoverinfo: "x+y"
15836     boxpoints: "outliers"
15837     whiskerwidth: 0
15838   layout:
15839     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15840     layout: "plot-throughput"
15841
15842 -
15843   type: "plot"
15844   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15845   algorithm: "plot_performance_box"
15846   output-file-type: ".html"
15847   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15848   data: "plot-vpp-throughput-latency-2n-skx"
15849   filter: "'NIC_Intel-X710' and
15850            '64B' and
15851            'NDRPDR' and
15852            'ETH' and
15853            'IP4FWD' and
15854            '4T2C' and
15855            'VHOST_1024' and
15856            not 'VXLAN' and
15857            not 'DOT1Q'"
15858   parameters:
15859   - "throughput"
15860   - "parent"
15861   - "tags"
15862   sort:
15863   - "not CFS_OPT"
15864   - "1VM"
15865   - "2VM"
15866   traces:
15867     hoverinfo: "x+y"
15868     boxpoints: "outliers"
15869     whiskerwidth: 0
15870   layout:
15871     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15872     layout: "plot-throughput"
15873
15874 -
15875   type: "plot"
15876   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15877   algorithm: "plot_performance_box"
15878   output-file-type: ".html"
15879   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15880   data: "plot-vpp-throughput-latency-2n-skx"
15881   filter: "'NIC_Intel-X710' and
15882            '64B' and
15883            'NDRPDR' and
15884            'ETH' and
15885            'IP4FWD' and
15886            '2T1C' and
15887            'VHOST_1024' and
15888            not 'VXLAN' and
15889            not 'DOT1Q'"
15890   parameters:
15891   - "throughput"
15892   - "parent"
15893   - "tags"
15894   sort:
15895   - "not CFS_OPT"
15896   - "1VM"
15897   - "2VM"
15898   traces:
15899     hoverinfo: "x+y"
15900     boxpoints: "outliers"
15901     whiskerwidth: 0
15902   layout:
15903     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15904     layout: "plot-throughput"
15905
15906 -
15907   type: "plot"
15908   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15909   algorithm: "plot_performance_box"
15910   output-file-type: ".html"
15911   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15912   data: "plot-vpp-throughput-latency-2n-skx"
15913   filter: "'NIC_Intel-X710' and
15914            '64B' and
15915            'NDRPDR' and
15916            'ETH' and
15917            'IP4FWD' and
15918            '4T2C' and
15919            'VHOST_1024' and
15920            not 'VXLAN' and
15921            not 'DOT1Q'"
15922   parameters:
15923   - "throughput"
15924   - "parent"
15925   - "tags"
15926   sort:
15927   - "not CFS_OPT"
15928   - "1VM"
15929   - "2VM"
15930   traces:
15931     hoverinfo: "x+y"
15932     boxpoints: "outliers"
15933     whiskerwidth: 0
15934   layout:
15935     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15936     layout: "plot-throughput"
15937
15938 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
15939 -
15940   type: "plot"
15941   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15942   algorithm: "plot_performance_box"
15943   output-file-type: ".html"
15944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15945   data: "plot-vpp-throughput-latency-2n-skx"
15946   filter: "'NIC_Intel-X710' and
15947            '64B' and
15948            'NDRPDR' and
15949            ('ETH' or 'DOT1Q') and
15950            '2T1C' and
15951            'L2BDMACLRN' and
15952            'VHOST_1024' and
15953            not 'VXLAN' and
15954            not 'IP4FWD' and
15955            not '2VM'"
15956   parameters:
15957   - "throughput"
15958   - "parent"
15959   - "tags"
15960 #  sort:
15961 #  - "VM"  # "not CFS_OPT"
15962 #  - "CFS_OPT"
15963 #  - "FIB_10K"
15964 #  - "FIB_100K"
15965 #  - "FIB_1M"
15966   traces:
15967     hoverinfo: "x+y"
15968     boxpoints: "outliers"
15969     whiskerwidth: 0
15970   layout:
15971     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15972     layout: "plot-throughput"
15973
15974 -
15975   type: "plot"
15976   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15977   algorithm: "plot_performance_box"
15978   output-file-type: ".html"
15979   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15980   data: "plot-vpp-throughput-latency-2n-skx"
15981   filter: "'NIC_Intel-X710' and
15982            '64B' and
15983            'NDRPDR' and
15984            ('ETH' or 'DOT1Q') and
15985            '4T2C' and
15986            'L2BDMACLRN' and
15987            'VHOST_1024' and
15988            not 'VXLAN' and
15989            not 'IP4FWD' and
15990            not '2VM'"
15991   parameters:
15992   - "throughput"
15993   - "parent"
15994   - "tags"
15995 #  sort:
15996 #  - "VM"  # "not CFS_OPT"
15997 #  - "CFS_OPT"
15998 #  - "FIB_10K"
15999 #  - "FIB_100K"
16000 #  - "FIB_1M"
16001   traces:
16002     hoverinfo: "x+y"
16003     boxpoints: "outliers"
16004     whiskerwidth: 0
16005   layout:
16006     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16007     layout: "plot-throughput"
16008
16009 -
16010   type: "plot"
16011   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16012   algorithm: "plot_performance_box"
16013   output-file-type: ".html"
16014   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16015   data: "plot-vpp-throughput-latency-2n-skx"
16016   filter: "'NIC_Intel-X710' and
16017            '64B' and
16018            'NDRPDR' and
16019            ('ETH' or 'DOT1Q') and
16020            '2T1C' and
16021            'L2BDMACLRN' and
16022            'VHOST_1024' and
16023            not 'VXLAN' and
16024            not 'IP4FWD' and
16025            not '2VM'"
16026   parameters:
16027   - "throughput"
16028   - "parent"
16029   - "tags"
16030 #  sort:
16031 #  - "VM"  # "not CFS_OPT"
16032 #  - "CFS_OPT"
16033 #  - "FIB_10K"
16034 #  - "FIB_100K"
16035 #  - "FIB_1M"
16036   traces:
16037     hoverinfo: "x+y"
16038     boxpoints: "outliers"
16039     whiskerwidth: 0
16040   layout:
16041     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16042     layout: "plot-throughput"
16043
16044 -
16045   type: "plot"
16046   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16047   algorithm: "plot_performance_box"
16048   output-file-type: ".html"
16049   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16050   data: "plot-vpp-throughput-latency-2n-skx"
16051   filter: "'NIC_Intel-X710' and
16052            '64B' and
16053            'NDRPDR' and
16054            ('ETH' or 'DOT1Q') and
16055            '4T2C' and
16056            'L2BDMACLRN' and
16057            'VHOST_1024' and
16058            not 'VXLAN' and
16059            not 'IP4FWD' and
16060            not '2VM'"
16061   parameters:
16062   - "throughput"
16063   - "parent"
16064   - "tags"
16065 #  sort:
16066 #  - "VM"  # "not CFS_OPT"
16067 #  - "CFS_OPT"
16068 #  - "FIB_10K"
16069 #  - "FIB_100K"
16070 #  - "FIB_1M"
16071   traces:
16072     hoverinfo: "x+y"
16073     boxpoints: "outliers"
16074     whiskerwidth: 0
16075   layout:
16076     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16077     layout: "plot-throughput"
16078
16079 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16080 -
16081   type: "plot"
16082   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16083   algorithm: "plot_performance_box"
16084   output-file-type: ".html"
16085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16086   data: "plot-vpp-throughput-latency-2n-skx"
16087   filter: "'NIC_Intel-X710' and
16088            '64B' and
16089            'NDRPDR' and
16090            ('ETH' or 'DOT1Q') and
16091            'BASE' and
16092            '2T1C' and
16093            ('L2BDMACLRN' or 'L2XCFWD') and
16094            'VHOST_1024' and
16095            not 'VXLAN' and
16096            not 'IP4FWD' and
16097            not '2VM'"
16098   parameters:
16099   - "throughput"
16100   - "parent"
16101   - "tags"
16102 #  sort:
16103 #  - "not CFS_OPT"
16104 #  - "L2XCFWD"
16105 #  - "not CFS_OPT"
16106 #  - "CFS_OPT"
16107   traces:
16108     hoverinfo: "x+y"
16109     boxpoints: "outliers"
16110     whiskerwidth: 0
16111   layout:
16112     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
16113     layout: "plot-throughput"
16114
16115 -
16116   type: "plot"
16117   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16118   algorithm: "plot_performance_box"
16119   output-file-type: ".html"
16120   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16121   data: "plot-vpp-throughput-latency-2n-skx"
16122   filter: "'NIC_Intel-X710' and
16123            '64B' and
16124            'NDRPDR' and
16125            ('ETH' or 'DOT1Q') and
16126            'BASE' and
16127            '2T1C' and
16128            ('L2BDMACLRN' or 'L2XCFWD') and
16129            'VHOST_1024' and
16130            not 'VXLAN' and
16131            not 'IP4FWD' and
16132            not '2VM'"
16133   parameters:
16134   - "throughput"
16135   - "parent"
16136   - "tags"
16137 #  sort:
16138 #  - "not CFS_OPT"
16139 #  - "L2XCFWD"
16140 #  - "not CFS_OPT"
16141 #  - "CFS_OPT"
16142   traces:
16143     hoverinfo: "x+y"
16144     boxpoints: "outliers"
16145     whiskerwidth: 0
16146   layout:
16147     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
16148     layout: "plot-throughput"
16149
16150 -
16151   type: "plot"
16152   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16153   algorithm: "plot_performance_box"
16154   output-file-type: ".html"
16155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16156   data: "plot-vpp-throughput-latency-2n-skx"
16157   filter: "'NIC_Intel-X710' and
16158            '64B' and
16159            'NDRPDR' and
16160            ('ETH' or 'DOT1Q') and
16161            'BASE' and
16162            '4T2C' and
16163            ('L2BDMACLRN' or 'L2XCFWD') and
16164            'VHOST_1024' and
16165            not 'VXLAN' and
16166            not 'IP4FWD' and
16167            not '2VM'"
16168   parameters:
16169   - "throughput"
16170   - "parent"
16171   - "tags"
16172 #  sort:
16173 #  - "not CFS_OPT"
16174 #  - "L2XCFWD"
16175 #  - "not CFS_OPT"
16176 #  - "CFS_OPT"
16177   traces:
16178     hoverinfo: "x+y"
16179     boxpoints: "outliers"
16180     whiskerwidth: 0
16181   layout:
16182     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
16183     layout: "plot-throughput"
16184
16185 -
16186   type: "plot"
16187   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16188   algorithm: "plot_performance_box"
16189   output-file-type: ".html"
16190   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16191   data: "plot-vpp-throughput-latency-2n-skx"
16192   filter: "'NIC_Intel-X710' and
16193            '64B' and
16194            'NDRPDR' and
16195            ('ETH' or 'DOT1Q') and
16196            'BASE' and
16197            '4T2C' and
16198            ('L2BDMACLRN' or 'L2XCFWD') and
16199            'VHOST_1024' and
16200            not 'VXLAN' and
16201            not 'IP4FWD' and
16202            not '2VM'"
16203   parameters:
16204   - "throughput"
16205   - "parent"
16206   - "tags"
16207 #  sort:
16208 #  - "not CFS_OPT"
16209 #  - "L2XCFWD"
16210 #  - "not CFS_OPT"
16211 #  - "CFS_OPT"
16212   traces:
16213     hoverinfo: "x+y"
16214     boxpoints: "outliers"
16215     whiskerwidth: 0
16216   layout:
16217     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
16218     layout: "plot-throughput"
16219
16220 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16221 -
16222   type: "plot"
16223   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16224   algorithm: "plot_performance_box"
16225   output-file-type: ".html"
16226   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16227   data: "plot-vpp-throughput-latency-2n-skx"
16228   filter: "'NIC_Intel-X710' and
16229            '64B' and
16230            'NDRPDR' and
16231            ('ETH' or 'DOT1Q') and
16232            '2T1C' and
16233            ('L2BDMACLRN' or 'L2XCFWD') and
16234            'VHOST_1024' and
16235            not 'CFS_OPT' and
16236            not 'VXLAN' and
16237            not 'IP4FWD'"
16238   parameters:
16239   - "throughput"
16240   - "parent"
16241   - "tags"
16242 #  sort:
16243 #  - "1VM"
16244 #  - "L2XCFWD"
16245 #  - "1VM"
16246 #  - "L2BDMACLRN"
16247   traces:
16248     hoverinfo: "x+y"
16249     boxpoints: "outliers"
16250     whiskerwidth: 0
16251   layout:
16252     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16253     layout: "plot-throughput"
16254
16255 -
16256   type: "plot"
16257   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16258   algorithm: "plot_performance_box"
16259   output-file-type: ".html"
16260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16261   data: "plot-vpp-throughput-latency-2n-skx"
16262   filter: "'NIC_Intel-X710' and
16263            '64B' and
16264            'NDRPDR' and
16265            ('ETH' or 'DOT1Q') and
16266            '2T1C' and
16267            ('L2BDMACLRN' or 'L2XCFWD') and
16268            'VHOST_1024' and
16269            not 'CFS_OPT' and
16270            not 'VXLAN' and
16271            not 'IP4FWD'"
16272   parameters:
16273   - "throughput"
16274   - "parent"
16275   - "tags"
16276 #  sort:
16277 #  - "1VM"
16278 #  - "L2XCFWD"
16279 #  - "1VM"
16280 #  - "L2BDMACLRN"
16281   traces:
16282     hoverinfo: "x+y"
16283     boxpoints: "outliers"
16284     whiskerwidth: 0
16285   layout:
16286     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16287     layout: "plot-throughput"
16288
16289 -
16290   type: "plot"
16291   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16292   algorithm: "plot_performance_box"
16293   output-file-type: ".html"
16294   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16295   data: "plot-vpp-throughput-latency-2n-skx"
16296   filter: "'NIC_Intel-X710' and
16297            '64B' and
16298            'NDRPDR' and
16299            ('ETH' or 'DOT1Q') and
16300            '4T2C' and
16301            ('L2BDMACLRN' or 'L2XCFWD') and
16302            'VHOST_1024' and
16303            not 'CFS_OPT' and
16304            not 'VXLAN' and
16305            not 'IP4FWD'"
16306   parameters:
16307   - "throughput"
16308   - "parent"
16309   - "tags"
16310 #  sort:
16311 #  - "1VM"
16312 #  - "L2XCFWD"
16313 #  - "1VM"
16314 #  - "L2BDMACLRN"
16315   traces:
16316     hoverinfo: "x+y"
16317     boxpoints: "outliers"
16318     whiskerwidth: 0
16319   layout:
16320     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16321     layout: "plot-throughput"
16322
16323 -
16324   type: "plot"
16325   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16326   algorithm: "plot_performance_box"
16327   output-file-type: ".html"
16328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16329   data: "plot-vpp-throughput-latency-2n-skx"
16330   filter: "'NIC_Intel-X710' and
16331            '64B' and
16332            'NDRPDR' and
16333            ('ETH' or 'DOT1Q') and
16334            '4T2C' and
16335            ('L2BDMACLRN' or 'L2XCFWD') and
16336            'VHOST_1024' and
16337            not 'CFS_OPT' and
16338            not 'VXLAN' and
16339            not 'IP4FWD'"
16340   parameters:
16341   - "throughput"
16342   - "parent"
16343   - "tags"
16344 #  sort:
16345 #  - "1VM"
16346 #  - "L2XCFWD"
16347 #  - "1VM"
16348 #  - "L2BDMACLRN"
16349   traces:
16350     hoverinfo: "x+y"
16351     boxpoints: "outliers"
16352     whiskerwidth: 0
16353   layout:
16354     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16355     layout: "plot-throughput"
16356
16357 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16358 -
16359   type: "plot"
16360   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16361   algorithm: "plot_performance_box"
16362   output-file-type: ".html"
16363   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16364   data: "plot-vpp-throughput-latency-2n-skx"
16365   filter: "'NIC_Intel-XXV710' and
16366            '64B' and
16367            'NDRPDR' and
16368            'ETH' and
16369            'IP4FWD' and
16370            '2T1C' and
16371            'VHOST_1024' and
16372            not 'VXLAN' and
16373            not 'DOT1Q'"
16374   parameters:
16375   - "throughput"
16376   - "parent"
16377   - "tags"
16378   sort:
16379   - "not CFS_OPT"
16380   - "1VM"
16381   - "2VM"
16382   traces:
16383     hoverinfo: "x+y"
16384     boxpoints: "outliers"
16385     whiskerwidth: 0
16386   layout:
16387     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16388     layout: "plot-throughput"
16389
16390 -
16391   type: "plot"
16392   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16393   algorithm: "plot_performance_box"
16394   output-file-type: ".html"
16395   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16396   data: "plot-vpp-throughput-latency-2n-skx"
16397   filter: "'NIC_Intel-XXV710' and
16398            '64B' and
16399            'NDRPDR' and
16400            'ETH' and
16401            'IP4FWD' and
16402            '4T2C' and
16403            'VHOST_1024' and
16404            not 'VXLAN' and
16405            not 'DOT1Q'"
16406   parameters:
16407   - "throughput"
16408   - "parent"
16409   - "tags"
16410   sort:
16411   - "not CFS_OPT"
16412   - "1VM"
16413   - "2VM"
16414   traces:
16415     hoverinfo: "x+y"
16416     boxpoints: "outliers"
16417     whiskerwidth: 0
16418   layout:
16419     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16420     layout: "plot-throughput"
16421
16422 -
16423   type: "plot"
16424   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16425   algorithm: "plot_performance_box"
16426   output-file-type: ".html"
16427   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16428   data: "plot-vpp-throughput-latency-2n-skx"
16429   filter: "'NIC_Intel-XXV710' and
16430            '64B' and
16431            'NDRPDR' and
16432            'ETH' and
16433            'IP4FWD' and
16434            '2T1C' and
16435            'VHOST_1024' and
16436            not 'VXLAN' and
16437            not 'DOT1Q'"
16438   parameters:
16439   - "throughput"
16440   - "parent"
16441   - "tags"
16442   sort:
16443   - "not CFS_OPT"
16444   - "1VM"
16445   - "2VM"
16446   traces:
16447     hoverinfo: "x+y"
16448     boxpoints: "outliers"
16449     whiskerwidth: 0
16450   layout:
16451     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16452     layout: "plot-throughput"
16453
16454 -
16455   type: "plot"
16456   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16457   algorithm: "plot_performance_box"
16458   output-file-type: ".html"
16459   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16460   data: "plot-vpp-throughput-latency-2n-skx"
16461   filter: "'NIC_Intel-XXV710' and
16462            '64B' and
16463            'NDRPDR' and
16464            'ETH' and
16465            'IP4FWD' and
16466            '4T2C' and
16467            'VHOST_1024' and
16468            not 'VXLAN' and
16469            not 'DOT1Q'"
16470   parameters:
16471   - "throughput"
16472   - "parent"
16473   - "tags"
16474   sort:
16475   - "not CFS_OPT"
16476   - "1VM"
16477   - "2VM"
16478   traces:
16479     hoverinfo: "x+y"
16480     boxpoints: "outliers"
16481     whiskerwidth: 0
16482   layout:
16483     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16484     layout: "plot-throughput"
16485
16486 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
16487 -
16488   type: "plot"
16489   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16490   algorithm: "plot_performance_box"
16491   output-file-type: ".html"
16492   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16493   data: "plot-vpp-throughput-latency-2n-skx"
16494   filter: "'NIC_Intel-XXV710' and
16495            '64B' and
16496            'NDRPDR' and
16497            ('ETH' or 'DOT1Q') and
16498            '2T1C' and
16499            'L2BDMACLRN' and
16500            'VHOST_1024' and
16501            not 'VXLAN' and
16502            not 'IP4FWD' and
16503            not '2VM'"
16504   parameters:
16505   - "throughput"
16506   - "parent"
16507   - "tags"
16508 #  sort:
16509 #  - "VM"  # "not CFS_OPT"
16510 #  - "CFS_OPT"
16511 #  - "FIB_10K"
16512 #  - "FIB_100K"
16513 #  - "FIB_1M"
16514   traces:
16515     hoverinfo: "x+y"
16516     boxpoints: "outliers"
16517     whiskerwidth: 0
16518   layout:
16519     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16520     layout: "plot-throughput"
16521
16522 -
16523   type: "plot"
16524   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16525   algorithm: "plot_performance_box"
16526   output-file-type: ".html"
16527   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16528   data: "plot-vpp-throughput-latency-2n-skx"
16529   filter: "'NIC_Intel-XXV710' and
16530            '64B' and
16531            'NDRPDR' and
16532            ('ETH' or 'DOT1Q') and
16533            '4T2C' and
16534            'L2BDMACLRN' and
16535            'VHOST_1024' and
16536            not 'VXLAN' and
16537            not 'IP4FWD' and
16538            not '2VM'"
16539   parameters:
16540   - "throughput"
16541   - "parent"
16542   - "tags"
16543 #  sort:
16544 #  - "VM"  # "not CFS_OPT"
16545 #  - "CFS_OPT"
16546 #  - "FIB_10K"
16547 #  - "FIB_100K"
16548 #  - "FIB_1M"
16549   traces:
16550     hoverinfo: "x+y"
16551     boxpoints: "outliers"
16552     whiskerwidth: 0
16553   layout:
16554     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16555     layout: "plot-throughput"
16556
16557 -
16558   type: "plot"
16559   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16560   algorithm: "plot_performance_box"
16561   output-file-type: ".html"
16562   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16563   data: "plot-vpp-throughput-latency-2n-skx"
16564   filter: "'NIC_Intel-XXV710' and
16565            '64B' and
16566            'NDRPDR' and
16567            ('ETH' or 'DOT1Q') and
16568            '2T1C' and
16569            'L2BDMACLRN' and
16570            'VHOST_1024' and
16571            not 'VXLAN' and
16572            not 'IP4FWD' and
16573            not '2VM'"
16574   parameters:
16575   - "throughput"
16576   - "parent"
16577   - "tags"
16578 #  sort:
16579 #  - "VM"  # "not CFS_OPT"
16580 #  - "CFS_OPT"
16581 #  - "FIB_10K"
16582 #  - "FIB_100K"
16583 #  - "FIB_1M"
16584   traces:
16585     hoverinfo: "x+y"
16586     boxpoints: "outliers"
16587     whiskerwidth: 0
16588   layout:
16589     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16590     layout: "plot-throughput"
16591
16592 -
16593   type: "plot"
16594   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16595   algorithm: "plot_performance_box"
16596   output-file-type: ".html"
16597   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16598   data: "plot-vpp-throughput-latency-2n-skx"
16599   filter: "'NIC_Intel-XXV710' and
16600            '64B' and
16601            'NDRPDR' and
16602            ('ETH' or 'DOT1Q') and
16603            '4T2C' and
16604            'L2BDMACLRN' and
16605            'VHOST_1024' and
16606            not 'VXLAN' and
16607            not 'IP4FWD' and
16608            not '2VM'"
16609   parameters:
16610   - "throughput"
16611   - "parent"
16612   - "tags"
16613 #  sort:
16614 #  - "VM"  # "not CFS_OPT"
16615 #  - "CFS_OPT"
16616 #  - "FIB_10K"
16617 #  - "FIB_100K"
16618 #  - "FIB_1M"
16619   traces:
16620     hoverinfo: "x+y"
16621     boxpoints: "outliers"
16622     whiskerwidth: 0
16623   layout:
16624     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16625     layout: "plot-throughput"
16626
16627 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16628 -
16629   type: "plot"
16630   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16631   algorithm: "plot_performance_box"
16632   output-file-type: ".html"
16633   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16634   data: "plot-vpp-throughput-latency-2n-skx"
16635   filter: "'NIC_Intel-XXV710' and
16636            '64B' and
16637            'NDRPDR' and
16638            ('ETH' or 'DOT1Q') and
16639            'BASE' and
16640            '2T1C' and
16641            ('L2BDMACLRN' or 'L2XCFWD') and
16642            'VHOST_1024' and
16643            not 'VXLAN' and
16644            not 'IP4FWD' and
16645            not '2VM'"
16646   parameters:
16647   - "throughput"
16648   - "parent"
16649   - "tags"
16650 #  sort:
16651 #  - "not CFS_OPT"
16652 #  - "L2XCFWD"
16653 #  - "not CFS_OPT"
16654 #  - "CFS_OPT"
16655   traces:
16656     hoverinfo: "x+y"
16657     boxpoints: "outliers"
16658     whiskerwidth: 0
16659   layout:
16660     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
16661     layout: "plot-throughput"
16662
16663 -
16664   type: "plot"
16665   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16666   algorithm: "plot_performance_box"
16667   output-file-type: ".html"
16668   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16669   data: "plot-vpp-throughput-latency-2n-skx"
16670   filter: "'NIC_Intel-XXV710' and
16671            '64B' and
16672            'NDRPDR' and
16673            ('ETH' or 'DOT1Q') and
16674            'BASE' and
16675            '2T1C' and
16676            ('L2BDMACLRN' or 'L2XCFWD') and
16677            'VHOST_1024' and
16678            not 'VXLAN' and
16679            not 'IP4FWD' and
16680            not '2VM'"
16681   parameters:
16682   - "throughput"
16683   - "parent"
16684   - "tags"
16685 #  sort:
16686 #  - "not CFS_OPT"
16687 #  - "L2XCFWD"
16688 #  - "not CFS_OPT"
16689 #  - "CFS_OPT"
16690   traces:
16691     hoverinfo: "x+y"
16692     boxpoints: "outliers"
16693     whiskerwidth: 0
16694   layout:
16695     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
16696     layout: "plot-throughput"
16697
16698 -
16699   type: "plot"
16700   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16701   algorithm: "plot_performance_box"
16702   output-file-type: ".html"
16703   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16704   data: "plot-vpp-throughput-latency-2n-skx"
16705   filter: "'NIC_Intel-XXV710' and
16706            '64B' and
16707            'NDRPDR' and
16708            ('ETH' or 'DOT1Q') and
16709            'BASE' and
16710            '4T2C' and
16711            ('L2BDMACLRN' or 'L2XCFWD') and
16712            'VHOST_1024' and
16713            not 'VXLAN' and
16714            not 'IP4FWD' and
16715            not '2VM'"
16716   parameters:
16717   - "throughput"
16718   - "parent"
16719   - "tags"
16720 #  sort:
16721 #  - "not CFS_OPT"
16722 #  - "L2XCFWD"
16723 #  - "not CFS_OPT"
16724 #  - "CFS_OPT"
16725   traces:
16726     hoverinfo: "x+y"
16727     boxpoints: "outliers"
16728     whiskerwidth: 0
16729   layout:
16730     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16731     layout: "plot-throughput"
16732
16733 -
16734   type: "plot"
16735   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16736   algorithm: "plot_performance_box"
16737   output-file-type: ".html"
16738   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16739   data: "plot-vpp-throughput-latency-2n-skx"
16740   filter: "'NIC_Intel-XXV710' and
16741            '64B' and
16742            'NDRPDR' and
16743            ('ETH' or 'DOT1Q') and
16744            'BASE' and
16745            '4T2C' and
16746            ('L2BDMACLRN' or 'L2XCFWD') and
16747            'VHOST_1024' and
16748            not 'VXLAN' and
16749            not 'IP4FWD' and
16750            not '2VM'"
16751   parameters:
16752   - "throughput"
16753   - "parent"
16754   - "tags"
16755 #  sort:
16756 #  - "not CFS_OPT"
16757 #  - "L2XCFWD"
16758 #  - "not CFS_OPT"
16759 #  - "CFS_OPT"
16760   traces:
16761     hoverinfo: "x+y"
16762     boxpoints: "outliers"
16763     whiskerwidth: 0
16764   layout:
16765     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16766     layout: "plot-throughput"
16767
16768 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16769 -
16770   type: "plot"
16771   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16772   algorithm: "plot_performance_box"
16773   output-file-type: ".html"
16774   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16775   data: "plot-vpp-throughput-latency-2n-skx"
16776   filter: "'NIC_Intel-XXV710' and
16777            '64B' and
16778            'NDRPDR' and
16779            ('ETH' or 'DOT1Q') and
16780            '2T1C' and
16781            ('L2BDMACLRN' or 'L2XCFWD') and
16782            'VHOST_1024' and
16783            not 'CFS_OPT' and
16784            not 'VXLAN' and
16785            not 'IP4FWD'"
16786   parameters:
16787   - "throughput"
16788   - "parent"
16789   - "tags"
16790 #  sort:
16791 #  - "1VM"
16792 #  - "L2XCFWD"
16793 #  - "1VM"
16794 #  - "L2BDMACLRN"
16795   traces:
16796     hoverinfo: "x+y"
16797     boxpoints: "outliers"
16798     whiskerwidth: 0
16799   layout:
16800     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16801     layout: "plot-throughput"
16802
16803 -
16804   type: "plot"
16805   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16806   algorithm: "plot_performance_box"
16807   output-file-type: ".html"
16808   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16809   data: "plot-vpp-throughput-latency-2n-skx"
16810   filter: "'NIC_Intel-XXV710' and
16811            '64B' and
16812            'NDRPDR' and
16813            ('ETH' or 'DOT1Q') and
16814            '2T1C' and
16815            ('L2BDMACLRN' or 'L2XCFWD') and
16816            'VHOST_1024' and
16817            not 'CFS_OPT' and
16818            not 'VXLAN' and
16819            not 'IP4FWD'"
16820   parameters:
16821   - "throughput"
16822   - "parent"
16823   - "tags"
16824 #  sort:
16825 #  - "1VM"
16826 #  - "L2XCFWD"
16827 #  - "1VM"
16828 #  - "L2BDMACLRN"
16829   traces:
16830     hoverinfo: "x+y"
16831     boxpoints: "outliers"
16832     whiskerwidth: 0
16833   layout:
16834     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16835     layout: "plot-throughput"
16836
16837 -
16838   type: "plot"
16839   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16840   algorithm: "plot_performance_box"
16841   output-file-type: ".html"
16842   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16843   data: "plot-vpp-throughput-latency-2n-skx"
16844   filter: "'NIC_Intel-XXV710' and
16845            '64B' and
16846            'NDRPDR' and
16847            ('ETH' or 'DOT1Q') and
16848            '4T2C' and
16849            ('L2BDMACLRN' or 'L2XCFWD') and
16850            'VHOST_1024' and
16851            not 'CFS_OPT' and
16852            not 'VXLAN' and
16853            not 'IP4FWD'"
16854   parameters:
16855   - "throughput"
16856   - "parent"
16857   - "tags"
16858 #  sort:
16859 #  - "1VM"
16860 #  - "L2XCFWD"
16861 #  - "1VM"
16862 #  - "L2BDMACLRN"
16863   traces:
16864     hoverinfo: "x+y"
16865     boxpoints: "outliers"
16866     whiskerwidth: 0
16867   layout:
16868     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16869     layout: "plot-throughput"
16870
16871 -
16872   type: "plot"
16873   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16874   algorithm: "plot_performance_box"
16875   output-file-type: ".html"
16876   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16877   data: "plot-vpp-throughput-latency-2n-skx"
16878   filter: "'NIC_Intel-XXV710' and
16879            '64B' and
16880            'NDRPDR' and
16881            ('ETH' or 'DOT1Q') and
16882            '4T2C' and
16883            ('L2BDMACLRN' or 'L2XCFWD') and
16884            'VHOST_1024' and
16885            not 'CFS_OPT' and
16886            not 'VXLAN' and
16887            not 'IP4FWD'"
16888   parameters:
16889   - "throughput"
16890   - "parent"
16891   - "tags"
16892 #  sort:
16893 #  - "1VM"
16894 #  - "L2XCFWD"
16895 #  - "1VM"
16896 #  - "L2BDMACLRN"
16897   traces:
16898     hoverinfo: "x+y"
16899     boxpoints: "outliers"
16900     whiskerwidth: 0
16901   layout:
16902     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16903     layout: "plot-throughput"
16904
16905 ################################################################################
16906
16907 # Packet Throughput - VPP VTS 3n-hsw-x520
16908 -
16909   type: "plot"
16910   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16911   algorithm: "plot_performance_box"
16912   output-file-type: ".html"
16913   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16914   data: "plot-vpp-throughput-latency-3n-hsw"
16915   filter: "'NIC_Intel-X520-DA2' and
16916            '114B' and
16917            'NDRPDR' and
16918            '1T1C' and
16919            'VTS'"
16920   parameters:
16921   - "throughput"
16922   - "parent"
16923   - "tags"
16924   traces:
16925     hoverinfo: "x+y"
16926     boxpoints: "outliers"
16927     whiskerwidth: 0
16928   layout:
16929     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16930     layout: "plot-throughput"
16931
16932 -
16933   type: "plot"
16934   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16935   algorithm: "plot_performance_box"
16936   output-file-type: ".html"
16937   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16938   data: "plot-vpp-throughput-latency-3n-hsw"
16939   filter: "'NIC_Intel-X520-DA2' and
16940            '114B' and
16941            'NDRPDR' and
16942            '2T2C' and
16943            'VTS'"
16944   parameters:
16945   - "throughput"
16946   - "parent"
16947   - "tags"
16948   traces:
16949     hoverinfo: "x+y"
16950     boxpoints: "outliers"
16951     whiskerwidth: 0
16952   layout:
16953     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16954     layout: "plot-throughput"
16955
16956 -
16957   type: "plot"
16958   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16959   algorithm: "plot_performance_box"
16960   output-file-type: ".html"
16961   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16962   data: "plot-vpp-throughput-latency-3n-hsw"
16963   filter: "'NIC_Intel-X520-DA2' and
16964            '114B' and
16965            'NDRPDR' and
16966            '1T1C' and
16967            'VTS'"
16968   parameters:
16969   - "throughput"
16970   - "parent"
16971   - "tags"
16972   traces:
16973     hoverinfo: "x+y"
16974     boxpoints: "outliers"
16975     whiskerwidth: 0
16976   layout:
16977     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16978     layout: "plot-throughput"
16979
16980 -
16981   type: "plot"
16982   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16983   algorithm: "plot_performance_box"
16984   output-file-type: ".html"
16985   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16986   data: "plot-vpp-throughput-latency-3n-hsw"
16987   filter: "'NIC_Intel-X520-DA2' and
16988            '114B' and
16989            'NDRPDR' and
16990            '2T2C' and
16991            'VTS'"
16992   parameters:
16993   - "throughput"
16994   - "parent"
16995   - "tags"
16996   traces:
16997     hoverinfo: "x+y"
16998     boxpoints: "outliers"
16999     whiskerwidth: 0
17000   layout:
17001     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17002     layout: "plot-throughput"
17003
17004 ################################################################################
17005
17006 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17007 -
17008   type: "plot"
17009   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17010   algorithm: "plot_performance_box"
17011   output-file-type: ".html"
17012   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17013   data: "plot-dpdk-throughput-latency-3n-hsw"
17014   filter: "'NIC_Intel-X520-DA2' and
17015            '64B' and
17016            'BASE' and
17017            'NDRPDR' and
17018            '1T1C' and
17019            'IP4FWD'"
17020   parameters:
17021   - "throughput"
17022   - "parent"
17023   - "tags"
17024   traces:
17025     hoverinfo: "x+y"
17026     boxpoints: "outliers"
17027     whiskerwidth: 0
17028   layout:
17029     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17030     layout: "plot-throughput"
17031
17032 -
17033   type: "plot"
17034   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17035   algorithm: "plot_performance_box"
17036   output-file-type: ".html"
17037   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17038   data: "plot-dpdk-throughput-latency-3n-hsw"
17039   filter: "'NIC_Intel-X520-DA2' and
17040            '64B' and
17041            'BASE' and
17042            'NDRPDR' and
17043            '2T2C' and
17044            'IP4FWD'"
17045   parameters:
17046   - "throughput"
17047   - "parent"
17048   - "tags"
17049   traces:
17050     hoverinfo: "x+y"
17051     boxpoints: "outliers"
17052     whiskerwidth: 0
17053   layout:
17054     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
17055     layout: "plot-throughput"
17056
17057 -
17058   type: "plot"
17059   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17060   algorithm: "plot_performance_box"
17061   output-file-type: ".html"
17062   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17063   data: "plot-dpdk-throughput-latency-3n-hsw"
17064   filter: "'NIC_Intel-X520-DA2' and
17065            '64B' and
17066            'BASE' and
17067            'NDRPDR' and
17068            '1T1C' and
17069            'IP4FWD'"
17070   parameters:
17071   - "throughput"
17072   - "parent"
17073   - "tags"
17074   traces:
17075     hoverinfo: "x+y"
17076     boxpoints: "outliers"
17077     whiskerwidth: 0
17078   layout:
17079     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
17080     layout: "plot-throughput"
17081
17082 -
17083   type: "plot"
17084   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17085   algorithm: "plot_performance_box"
17086   output-file-type: ".html"
17087   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17088   data: "plot-dpdk-throughput-latency-3n-hsw"
17089   filter: "'NIC_Intel-X520-DA2' and
17090            '64B' and
17091            'BASE' and
17092            'NDRPDR' and
17093            '2T2C' and
17094            'IP4FWD'"
17095   parameters:
17096   - "throughput"
17097   - "parent"
17098   - "tags"
17099   traces:
17100     hoverinfo: "x+y"
17101     boxpoints: "outliers"
17102     whiskerwidth: 0
17103   layout:
17104     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17105     layout: "plot-throughput"
17106
17107 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17108 -
17109   type: "plot"
17110   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17111   algorithm: "plot_performance_box"
17112   output-file-type: ".html"
17113   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17114   data: "plot-dpdk-throughput-latency-3n-hsw"
17115   filter: "'NIC_Intel-X710' and
17116            '64B' and
17117            'BASE' and
17118            'NDRPDR' and
17119            '1T1C' and
17120            'IP4FWD'"
17121   parameters:
17122   - "throughput"
17123   - "parent"
17124   - "tags"
17125   traces:
17126     hoverinfo: "x+y"
17127     boxpoints: "outliers"
17128     whiskerwidth: 0
17129   layout:
17130     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17131     layout: "plot-throughput"
17132
17133 -
17134   type: "plot"
17135   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17136   algorithm: "plot_performance_box"
17137   output-file-type: ".html"
17138   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17139   data: "plot-dpdk-throughput-latency-3n-hsw"
17140   filter: "'NIC_Intel-X710' and
17141            '64B' and
17142            'BASE' and
17143            'NDRPDR' and
17144            '2T2C' and
17145            'IP4FWD'"
17146   parameters:
17147   - "throughput"
17148   - "parent"
17149   - "tags"
17150   traces:
17151     hoverinfo: "x+y"
17152     boxpoints: "outliers"
17153     whiskerwidth: 0
17154   layout:
17155     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17156     layout: "plot-throughput"
17157
17158 -
17159   type: "plot"
17160   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17161   algorithm: "plot_performance_box"
17162   output-file-type: ".html"
17163   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17164   data: "plot-dpdk-throughput-latency-3n-hsw"
17165   filter: "'NIC_Intel-X710' and
17166            '64B' and
17167            'BASE' and
17168            'NDRPDR' and
17169            '1T1C' and
17170            'IP4FWD'"
17171   parameters:
17172   - "throughput"
17173   - "parent"
17174   - "tags"
17175   traces:
17176     hoverinfo: "x+y"
17177     boxpoints: "outliers"
17178     whiskerwidth: 0
17179   layout:
17180     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17181     layout: "plot-throughput"
17182
17183 -
17184   type: "plot"
17185   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17186   algorithm: "plot_performance_box"
17187   output-file-type: ".html"
17188   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17189   data: "plot-dpdk-throughput-latency-3n-hsw"
17190   filter: "'NIC_Intel-X710' and
17191            '64B' and
17192            'BASE' and
17193            'NDRPDR' and
17194            '2T2C' and
17195            'IP4FWD'"
17196   parameters:
17197   - "throughput"
17198   - "parent"
17199   - "tags"
17200   traces:
17201     hoverinfo: "x+y"
17202     boxpoints: "outliers"
17203     whiskerwidth: 0
17204   layout:
17205     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17206     layout: "plot-throughput"
17207
17208 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17209 -
17210   type: "plot"
17211   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17212   algorithm: "plot_performance_box"
17213   output-file-type: ".html"
17214   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17215   data: "plot-dpdk-throughput-latency-3n-hsw"
17216   filter: "'NIC_Intel-XL710' and
17217            '64B' and
17218            'BASE' and
17219            'NDRPDR' and
17220            '1T1C' and
17221            'IP4FWD'"
17222   parameters:
17223   - "throughput"
17224   - "parent"
17225   - "tags"
17226   traces:
17227     hoverinfo: "x+y"
17228     boxpoints: "outliers"
17229     whiskerwidth: 0
17230   layout:
17231     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17232     layout: "plot-throughput"
17233
17234 -
17235   type: "plot"
17236   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17237   algorithm: "plot_performance_box"
17238   output-file-type: ".html"
17239   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17240   data: "plot-dpdk-throughput-latency-3n-hsw"
17241   filter: "'NIC_Intel-XL710' and
17242            '64B' and
17243            'BASE' and
17244            'NDRPDR' and
17245            '2T2C' and
17246            'IP4FWD'"
17247   parameters:
17248   - "throughput"
17249   - "parent"
17250   - "tags"
17251   traces:
17252     hoverinfo: "x+y"
17253     boxpoints: "outliers"
17254     whiskerwidth: 0
17255   layout:
17256     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17257     layout: "plot-throughput"
17258
17259 -
17260   type: "plot"
17261   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17262   algorithm: "plot_performance_box"
17263   output-file-type: ".html"
17264   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17265   data: "plot-dpdk-throughput-latency-3n-hsw"
17266   filter: "'NIC_Intel-XL710' and
17267            '64B' and
17268            'BASE' and
17269            'NDRPDR' and
17270            '1T1C' and
17271            'IP4FWD'"
17272   parameters:
17273   - "throughput"
17274   - "parent"
17275   - "tags"
17276   traces:
17277     hoverinfo: "x+y"
17278     boxpoints: "outliers"
17279     whiskerwidth: 0
17280   layout:
17281     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17282     layout: "plot-throughput"
17283
17284 -
17285   type: "plot"
17286   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17287   algorithm: "plot_performance_box"
17288   output-file-type: ".html"
17289   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17290   data: "plot-dpdk-throughput-latency-3n-hsw"
17291   filter: "'NIC_Intel-XL710' and
17292            '64B' and
17293            'BASE' and
17294            'NDRPDR' and
17295            '2T2C' and
17296            'IP4FWD'"
17297   parameters:
17298   - "throughput"
17299   - "parent"
17300   - "tags"
17301   traces:
17302     hoverinfo: "x+y"
17303     boxpoints: "outliers"
17304     whiskerwidth: 0
17305   layout:
17306     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17307     layout: "plot-throughput"
17308
17309 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17310 -
17311   type: "plot"
17312   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17313   algorithm: "plot_performance_box"
17314   output-file-type: ".html"
17315   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17316   data: "plot-dpdk-throughput-latency-3n-skx"
17317   filter: "'NIC_Intel-X710' and
17318            '64B' and
17319            'BASE' and
17320            'NDRPDR' and
17321            '2T1C' and
17322            'IP4FWD'"
17323   parameters:
17324   - "throughput"
17325   - "parent"
17326   - "tags"
17327   traces:
17328     hoverinfo: "x+y"
17329     boxpoints: "outliers"
17330     whiskerwidth: 0
17331   layout:
17332     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17333     layout: "plot-throughput"
17334
17335 -
17336   type: "plot"
17337   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17338   algorithm: "plot_performance_box"
17339   output-file-type: ".html"
17340   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17341   data: "plot-dpdk-throughput-latency-3n-skx"
17342   filter: "'NIC_Intel-X710' and
17343            '64B' and
17344            'BASE' and
17345            'NDRPDR' and
17346            '4T2C' and
17347            'IP4FWD'"
17348   parameters:
17349   - "throughput"
17350   - "parent"
17351   - "tags"
17352   traces:
17353     hoverinfo: "x+y"
17354     boxpoints: "outliers"
17355     whiskerwidth: 0
17356   layout:
17357     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17358     layout: "plot-throughput"
17359
17360 -
17361   type: "plot"
17362   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17363   algorithm: "plot_performance_box"
17364   output-file-type: ".html"
17365   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17366   data: "plot-dpdk-throughput-latency-3n-skx"
17367   filter: "'NIC_Intel-X710' and
17368            '64B' and
17369            'BASE' and
17370            'NDRPDR' and
17371            '2T1C' and
17372            'IP4FWD'"
17373   parameters:
17374   - "throughput"
17375   - "parent"
17376   - "tags"
17377   traces:
17378     hoverinfo: "x+y"
17379     boxpoints: "outliers"
17380     whiskerwidth: 0
17381   layout:
17382     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17383     layout: "plot-throughput"
17384
17385 -
17386   type: "plot"
17387   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17388   algorithm: "plot_performance_box"
17389   output-file-type: ".html"
17390   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17391   data: "plot-dpdk-throughput-latency-3n-skx"
17392   filter: "'NIC_Intel-X710' and
17393            '64B' and
17394            'BASE' and
17395            'NDRPDR' and
17396            '4T2C' and
17397            'IP4FWD'"
17398   parameters:
17399   - "throughput"
17400   - "parent"
17401   - "tags"
17402   traces:
17403     hoverinfo: "x+y"
17404     boxpoints: "outliers"
17405     whiskerwidth: 0
17406   layout:
17407     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17408     layout: "plot-throughput"
17409
17410 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17411 -
17412   type: "plot"
17413   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17414   algorithm: "plot_performance_box"
17415   output-file-type: ".html"
17416   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17417   data: "plot-dpdk-throughput-latency-3n-skx"
17418   filter: "'NIC_Intel-XXV710' and
17419            '64B' and
17420            'BASE' and
17421            'NDRPDR' and
17422            '2T1C' and
17423            'IP4FWD'"
17424   parameters:
17425   - "throughput"
17426   - "parent"
17427   - "tags"
17428   traces:
17429     hoverinfo: "x+y"
17430     boxpoints: "outliers"
17431     whiskerwidth: 0
17432   layout:
17433     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17434     layout: "plot-throughput"
17435
17436 -
17437   type: "plot"
17438   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17439   algorithm: "plot_performance_box"
17440   output-file-type: ".html"
17441   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17442   data: "plot-dpdk-throughput-latency-3n-skx"
17443   filter: "'NIC_Intel-XXV710' and
17444            '64B' and
17445            'BASE' and
17446            'NDRPDR' and
17447            '4T2C' and
17448            'IP4FWD'"
17449   parameters:
17450   - "throughput"
17451   - "parent"
17452   - "tags"
17453   traces:
17454     hoverinfo: "x+y"
17455     boxpoints: "outliers"
17456     whiskerwidth: 0
17457   layout:
17458     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17459     layout: "plot-throughput"
17460
17461 -
17462   type: "plot"
17463   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17464   algorithm: "plot_performance_box"
17465   output-file-type: ".html"
17466   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17467   data: "plot-dpdk-throughput-latency-3n-skx"
17468   filter: "'NIC_Intel-XXV710' and
17469            '64B' and
17470            'BASE' and
17471            'NDRPDR' and
17472            '2T1C' and
17473            'IP4FWD'"
17474   parameters:
17475   - "throughput"
17476   - "parent"
17477   - "tags"
17478   traces:
17479     hoverinfo: "x+y"
17480     boxpoints: "outliers"
17481     whiskerwidth: 0
17482   layout:
17483     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17484     layout: "plot-throughput"
17485
17486 -
17487   type: "plot"
17488   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17489   algorithm: "plot_performance_box"
17490   output-file-type: ".html"
17491   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17492   data: "plot-dpdk-throughput-latency-3n-skx"
17493   filter: "'NIC_Intel-XXV710' and
17494            '64B' and
17495            'BASE' and
17496            'NDRPDR' and
17497            '4T2C' and
17498            'IP4FWD'"
17499   parameters:
17500   - "throughput"
17501   - "parent"
17502   - "tags"
17503   traces:
17504     hoverinfo: "x+y"
17505     boxpoints: "outliers"
17506     whiskerwidth: 0
17507   layout:
17508     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17509     layout: "plot-throughput"
17510
17511 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17512 -
17513   type: "plot"
17514   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17515   algorithm: "plot_performance_box"
17516   output-file-type: ".html"
17517   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17518   data: "plot-dpdk-throughput-latency-2n-skx"
17519   filter: "'NIC_Intel-X710' and
17520            '64B' and
17521            'BASE' and
17522            'NDRPDR' and
17523            '2T1C' and
17524            'IP4FWD'"
17525   parameters:
17526   - "throughput"
17527   - "parent"
17528   - "tags"
17529   traces:
17530     hoverinfo: "x+y"
17531     boxpoints: "outliers"
17532     whiskerwidth: 0
17533   layout:
17534     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17535     layout: "plot-throughput"
17536
17537 -
17538   type: "plot"
17539   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17540   algorithm: "plot_performance_box"
17541   output-file-type: ".html"
17542   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17543   data: "plot-dpdk-throughput-latency-2n-skx"
17544   filter: "'NIC_Intel-X710' and
17545            '64B' and
17546            'BASE' and
17547            'NDRPDR' and
17548            '4T2C' and
17549            'IP4FWD'"
17550   parameters:
17551   - "throughput"
17552   - "parent"
17553   - "tags"
17554   traces:
17555     hoverinfo: "x+y"
17556     boxpoints: "outliers"
17557     whiskerwidth: 0
17558   layout:
17559     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17560     layout: "plot-throughput"
17561
17562 -
17563   type: "plot"
17564   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17565   algorithm: "plot_performance_box"
17566   output-file-type: ".html"
17567   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17568   data: "plot-dpdk-throughput-latency-2n-skx"
17569   filter: "'NIC_Intel-X710' and
17570            '64B' and
17571            'BASE' and
17572            'NDRPDR' and
17573            '2T1C' and
17574            'IP4FWD'"
17575   parameters:
17576   - "throughput"
17577   - "parent"
17578   - "tags"
17579   traces:
17580     hoverinfo: "x+y"
17581     boxpoints: "outliers"
17582     whiskerwidth: 0
17583   layout:
17584     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17585     layout: "plot-throughput"
17586
17587 -
17588   type: "plot"
17589   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17590   algorithm: "plot_performance_box"
17591   output-file-type: ".html"
17592   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17593   data: "plot-dpdk-throughput-latency-2n-skx"
17594   filter: "'NIC_Intel-X710' and
17595            '64B' and
17596            'BASE' and
17597            'NDRPDR' and
17598            '4T2C' and
17599            'IP4FWD'"
17600   parameters:
17601   - "throughput"
17602   - "parent"
17603   - "tags"
17604   traces:
17605     hoverinfo: "x+y"
17606     boxpoints: "outliers"
17607     whiskerwidth: 0
17608   layout:
17609     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17610     layout: "plot-throughput"
17611
17612 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17613 -
17614   type: "plot"
17615   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17616   algorithm: "plot_performance_box"
17617   output-file-type: ".html"
17618   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17619   data: "plot-dpdk-throughput-latency-2n-skx"
17620   filter: "'NIC_Intel-XXV710' and
17621            '64B' and
17622            'BASE' and
17623            'NDRPDR' and
17624            '2T1C' and
17625            'IP4FWD'"
17626   parameters:
17627   - "throughput"
17628   - "parent"
17629   - "tags"
17630   traces:
17631     hoverinfo: "x+y"
17632     boxpoints: "outliers"
17633     whiskerwidth: 0
17634   layout:
17635     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17636     layout: "plot-throughput"
17637
17638 -
17639   type: "plot"
17640   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17641   algorithm: "plot_performance_box"
17642   output-file-type: ".html"
17643   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17644   data: "plot-dpdk-throughput-latency-2n-skx"
17645   filter: "'NIC_Intel-XXV710' and
17646            '64B' and
17647            'BASE' and
17648            'NDRPDR' and
17649            '4T2C' and
17650            'IP4FWD'"
17651   parameters:
17652   - "throughput"
17653   - "parent"
17654   - "tags"
17655   traces:
17656     hoverinfo: "x+y"
17657     boxpoints: "outliers"
17658     whiskerwidth: 0
17659   layout:
17660     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17661     layout: "plot-throughput"
17662
17663 -
17664   type: "plot"
17665   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17666   algorithm: "plot_performance_box"
17667   output-file-type: ".html"
17668   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17669   data: "plot-dpdk-throughput-latency-2n-skx"
17670   filter: "'NIC_Intel-XXV710' and
17671            '64B' and
17672            'BASE' and
17673            'NDRPDR' and
17674            '2T1C' and
17675            'IP4FWD'"
17676   parameters:
17677   - "throughput"
17678   - "parent"
17679   - "tags"
17680   traces:
17681     hoverinfo: "x+y"
17682     boxpoints: "outliers"
17683     whiskerwidth: 0
17684   layout:
17685     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17686     layout: "plot-throughput"
17687
17688 -
17689   type: "plot"
17690   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17691   algorithm: "plot_performance_box"
17692   output-file-type: ".html"
17693   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17694   data: "plot-dpdk-throughput-latency-2n-skx"
17695   filter: "'NIC_Intel-XXV710' and
17696            '64B' and
17697            'BASE' and
17698            'NDRPDR' and
17699            '4T2C' and
17700            'IP4FWD'"
17701   parameters:
17702   - "throughput"
17703   - "parent"
17704   - "tags"
17705   traces:
17706     hoverinfo: "x+y"
17707     boxpoints: "outliers"
17708     whiskerwidth: 0
17709   layout:
17710     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17711     layout: "plot-throughput"
17712
17713 ################################################################################
17714
17715 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17716 -
17717   type: "plot"
17718   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17719   algorithm: "plot_performance_box"
17720   output-file-type: ".html"
17721   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17722   data: "plot-dpdk-throughput-latency-3n-hsw"
17723   filter: "'NIC_Intel-X520-DA2' and
17724            '64B' and
17725            'BASE' and
17726            'NDRPDR' and
17727            '1T1C' and
17728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17729   parameters:
17730   - "throughput"
17731   - "parent"
17732   - "tags"
17733   traces:
17734     hoverinfo: "x+y"
17735     boxpoints: "outliers"
17736     whiskerwidth: 0
17737   layout:
17738     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17739     layout: "plot-throughput"
17740
17741 -
17742   type: "plot"
17743   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17744   algorithm: "plot_performance_box"
17745   output-file-type: ".html"
17746   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17747   data: "plot-dpdk-throughput-latency-3n-hsw"
17748   filter: "'NIC_Intel-X520-DA2' and
17749            '64B' and
17750            'BASE' and
17751            'NDRPDR' and
17752            '2T2C' and
17753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17754   parameters:
17755   - "throughput"
17756   - "parent"
17757   - "tags"
17758   traces:
17759     hoverinfo: "x+y"
17760     boxpoints: "outliers"
17761     whiskerwidth: 0
17762   layout:
17763     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17764     layout: "plot-throughput"
17765
17766 -
17767   type: "plot"
17768   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17769   algorithm: "plot_performance_box"
17770   output-file-type: ".html"
17771   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17772   data: "plot-dpdk-throughput-latency-3n-hsw"
17773   filter: "'NIC_Intel-X520-DA2' and
17774            '64B' and
17775            'BASE' and
17776            'NDRPDR' and
17777            '1T1C' and
17778            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17779   parameters:
17780   - "throughput"
17781   - "parent"
17782   - "tags"
17783   traces:
17784     hoverinfo: "x+y"
17785     boxpoints: "outliers"
17786     whiskerwidth: 0
17787   layout:
17788     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17789     layout: "plot-throughput"
17790
17791 -
17792   type: "plot"
17793   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17794   algorithm: "plot_performance_box"
17795   output-file-type: ".html"
17796   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17797   data: "plot-dpdk-throughput-latency-3n-hsw"
17798   filter: "'NIC_Intel-X520-DA2' and
17799            '64B' and
17800            'BASE' and
17801            'NDRPDR' and
17802            '2T2C' and
17803            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17804   parameters:
17805   - "throughput"
17806   - "parent"
17807   - "tags"
17808   traces:
17809     hoverinfo: "x+y"
17810     boxpoints: "outliers"
17811     whiskerwidth: 0
17812   layout:
17813     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17814     layout: "plot-throughput"
17815
17816 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17817 -
17818   type: "plot"
17819   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17820   algorithm: "plot_performance_box"
17821   output-file-type: ".html"
17822   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17823   data: "plot-dpdk-throughput-latency-3n-hsw"
17824   filter: "'NIC_Intel-X710' and
17825            '64B' and
17826            'BASE' and
17827            'NDRPDR' and
17828            '1T1C' and
17829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17830   parameters:
17831   - "throughput"
17832   - "parent"
17833   - "tags"
17834   traces:
17835     hoverinfo: "x+y"
17836     boxpoints: "outliers"
17837     whiskerwidth: 0
17838   layout:
17839     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17840     layout: "plot-throughput"
17841
17842 -
17843   type: "plot"
17844   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17845   algorithm: "plot_performance_box"
17846   output-file-type: ".html"
17847   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17848   data: "plot-dpdk-throughput-latency-3n-hsw"
17849   filter: "'NIC_Intel-X710' and
17850            '64B' and
17851            'BASE' and
17852            'NDRPDR' and
17853            '2T2C' and
17854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17855   parameters:
17856   - "throughput"
17857   - "parent"
17858   - "tags"
17859   traces:
17860     hoverinfo: "x+y"
17861     boxpoints: "outliers"
17862     whiskerwidth: 0
17863   layout:
17864     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17865     layout: "plot-throughput"
17866
17867 -
17868   type: "plot"
17869   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17870   algorithm: "plot_performance_box"
17871   output-file-type: ".html"
17872   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17873   data: "plot-dpdk-throughput-latency-3n-hsw"
17874   filter: "'NIC_Intel-X710' and
17875            '64B' and
17876            'BASE' and
17877            'NDRPDR' and
17878            '1T1C' and
17879            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17880   parameters:
17881   - "throughput"
17882   - "parent"
17883   - "tags"
17884   traces:
17885     hoverinfo: "x+y"
17886     boxpoints: "outliers"
17887     whiskerwidth: 0
17888   layout:
17889     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17890     layout: "plot-throughput"
17891
17892 -
17893   type: "plot"
17894   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17895   algorithm: "plot_performance_box"
17896   output-file-type: ".html"
17897   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17898   data: "plot-dpdk-throughput-latency-3n-hsw"
17899   filter: "'NIC_Intel-X710' and
17900            '64B' and
17901            'BASE' and
17902            'NDRPDR' and
17903            '2T2C' and
17904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17905   parameters:
17906   - "throughput"
17907   - "parent"
17908   - "tags"
17909   traces:
17910     hoverinfo: "x+y"
17911     boxpoints: "outliers"
17912     whiskerwidth: 0
17913   layout:
17914     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17915     layout: "plot-throughput"
17916
17917 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17918 -
17919   type: "plot"
17920   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17921   algorithm: "plot_performance_box"
17922   output-file-type: ".html"
17923   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17924   data: "plot-dpdk-throughput-latency-3n-hsw"
17925   filter: "'NIC_Intel-XL710' and
17926            '64B' and
17927            'BASE' and
17928            'NDRPDR' and
17929            '1T1C' and
17930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17931   parameters:
17932   - "throughput"
17933   - "parent"
17934   - "tags"
17935   traces:
17936     hoverinfo: "x+y"
17937     boxpoints: "outliers"
17938     whiskerwidth: 0
17939   layout:
17940     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17941     layout: "plot-throughput"
17942
17943 -
17944   type: "plot"
17945   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17946   algorithm: "plot_performance_box"
17947   output-file-type: ".html"
17948   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17949   data: "plot-dpdk-throughput-latency-3n-hsw"
17950   filter: "'NIC_Intel-XL710' and
17951            '64B' and
17952            'BASE' and
17953            'NDRPDR' and
17954            '2T2C' and
17955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17956   parameters:
17957   - "throughput"
17958   - "parent"
17959   - "tags"
17960   traces:
17961     hoverinfo: "x+y"
17962     boxpoints: "outliers"
17963     whiskerwidth: 0
17964   layout:
17965     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17966     layout: "plot-throughput"
17967
17968 -
17969   type: "plot"
17970   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17971   algorithm: "plot_performance_box"
17972   output-file-type: ".html"
17973   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17974   data: "plot-dpdk-throughput-latency-3n-hsw"
17975   filter: "'NIC_Intel-XL710' and
17976            '64B' and
17977            'BASE' and
17978            'NDRPDR' and
17979            '1T1C' and
17980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17981   parameters:
17982   - "throughput"
17983   - "parent"
17984   - "tags"
17985   traces:
17986     hoverinfo: "x+y"
17987     boxpoints: "outliers"
17988     whiskerwidth: 0
17989   layout:
17990     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17991     layout: "plot-throughput"
17992
17993 -
17994   type: "plot"
17995   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17996   algorithm: "plot_performance_box"
17997   output-file-type: ".html"
17998   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17999   data: "plot-dpdk-throughput-latency-3n-hsw"
18000   filter: "'NIC_Intel-XL710' and
18001            '64B' and
18002            'BASE' and
18003            'NDRPDR' and
18004            '2T2C' and
18005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18006   parameters:
18007   - "throughput"
18008   - "parent"
18009   - "tags"
18010   traces:
18011     hoverinfo: "x+y"
18012     boxpoints: "outliers"
18013     whiskerwidth: 0
18014   layout:
18015     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18016     layout: "plot-throughput"
18017
18018 # Packet Throughput - DPDK testpmd 3n-skx-x710
18019 -
18020   type: "plot"
18021   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18022   algorithm: "plot_performance_box"
18023   output-file-type: ".html"
18024   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18025   data: "plot-dpdk-throughput-latency-3n-skx"
18026   filter: "'NIC_Intel-X710' and
18027            '64B' and
18028            'BASE' and
18029            'NDRPDR' and
18030            '2T1C' and
18031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18032   parameters:
18033   - "throughput"
18034   - "parent"
18035   - "tags"
18036   traces:
18037     hoverinfo: "x+y"
18038     boxpoints: "outliers"
18039     whiskerwidth: 0
18040   layout:
18041     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
18042     layout: "plot-throughput"
18043
18044 -
18045   type: "plot"
18046   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18047   algorithm: "plot_performance_box"
18048   output-file-type: ".html"
18049   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18050   data: "plot-dpdk-throughput-latency-3n-skx"
18051   filter: "'NIC_Intel-X710' and
18052            '64B' and
18053            'BASE' and
18054            'NDRPDR' and
18055            '4T2C' and
18056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18057   parameters:
18058   - "throughput"
18059   - "parent"
18060   - "tags"
18061   traces:
18062     hoverinfo: "x+y"
18063     boxpoints: "outliers"
18064     whiskerwidth: 0
18065   layout:
18066     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
18067     layout: "plot-throughput"
18068
18069 -
18070   type: "plot"
18071   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18072   algorithm: "plot_performance_box"
18073   output-file-type: ".html"
18074   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18075   data: "plot-dpdk-throughput-latency-3n-skx"
18076   filter: "'NIC_Intel-X710' and
18077            '64B' and
18078            'BASE' and
18079            'NDRPDR' and
18080            '2T1C' and
18081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18082   parameters:
18083   - "throughput"
18084   - "parent"
18085   - "tags"
18086   traces:
18087     hoverinfo: "x+y"
18088     boxpoints: "outliers"
18089     whiskerwidth: 0
18090   layout:
18091     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
18092     layout: "plot-throughput"
18093
18094 -
18095   type: "plot"
18096   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18097   algorithm: "plot_performance_box"
18098   output-file-type: ".html"
18099   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18100   data: "plot-dpdk-throughput-latency-3n-skx"
18101   filter: "'NIC_Intel-X710' and
18102            '64B' and
18103            'BASE' and
18104            'NDRPDR' and
18105            '4T2C' and
18106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18107   parameters:
18108   - "throughput"
18109   - "parent"
18110   - "tags"
18111   traces:
18112     hoverinfo: "x+y"
18113     boxpoints: "outliers"
18114     whiskerwidth: 0
18115   layout:
18116     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
18117     layout: "plot-throughput"
18118
18119 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
18120 -
18121   type: "plot"
18122   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18123   algorithm: "plot_performance_box"
18124   output-file-type: ".html"
18125   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18126   data: "plot-dpdk-throughput-latency-3n-skx"
18127   filter: "'NIC_Intel-XXV710' and
18128            '64B' and
18129            'BASE' and
18130            'NDRPDR' and
18131            '2T1C' and
18132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18133   parameters:
18134   - "throughput"
18135   - "parent"
18136   - "tags"
18137   traces:
18138     hoverinfo: "x+y"
18139     boxpoints: "outliers"
18140     whiskerwidth: 0
18141   layout:
18142     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18143     layout: "plot-throughput"
18144
18145 -
18146   type: "plot"
18147   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18148   algorithm: "plot_performance_box"
18149   output-file-type: ".html"
18150   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18151   data: "plot-dpdk-throughput-latency-3n-skx"
18152   filter: "'NIC_Intel-XXV710' and
18153            '64B' and
18154            'BASE' and
18155            'NDRPDR' and
18156            '4T2C' and
18157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18158   parameters:
18159   - "throughput"
18160   - "parent"
18161   - "tags"
18162   traces:
18163     hoverinfo: "x+y"
18164     boxpoints: "outliers"
18165     whiskerwidth: 0
18166   layout:
18167     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18168     layout: "plot-throughput"
18169
18170 -
18171   type: "plot"
18172   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18173   algorithm: "plot_performance_box"
18174   output-file-type: ".html"
18175   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18176   data: "plot-dpdk-throughput-latency-3n-skx"
18177   filter: "'NIC_Intel-XXV710' and
18178            '64B' and
18179            'BASE' and
18180            'NDRPDR' and
18181            '2T1C' and
18182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18183   parameters:
18184   - "throughput"
18185   - "parent"
18186   - "tags"
18187   traces:
18188     hoverinfo: "x+y"
18189     boxpoints: "outliers"
18190     whiskerwidth: 0
18191   layout:
18192     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18193     layout: "plot-throughput"
18194
18195 -
18196   type: "plot"
18197   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18198   algorithm: "plot_performance_box"
18199   output-file-type: ".html"
18200   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18201   data: "plot-dpdk-throughput-latency-3n-skx"
18202   filter: "'NIC_Intel-XXV710' and
18203            '64B' and
18204            'BASE' and
18205            'NDRPDR' and
18206            '4T2C' and
18207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18208   parameters:
18209   - "throughput"
18210   - "parent"
18211   - "tags"
18212   traces:
18213     hoverinfo: "x+y"
18214     boxpoints: "outliers"
18215     whiskerwidth: 0
18216   layout:
18217     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18218     layout: "plot-throughput"
18219
18220 # Packet Throughput - DPDK testpmd 2n-skx-x710
18221 -
18222   type: "plot"
18223   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18224   algorithm: "plot_performance_box"
18225   output-file-type: ".html"
18226   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18227   data: "plot-dpdk-throughput-latency-2n-skx"
18228   filter: "'NIC_Intel-X710' and
18229            '64B' and
18230            'BASE' and
18231            'NDRPDR' and
18232            '2T1C' and
18233            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18234   parameters:
18235   - "throughput"
18236   - "parent"
18237   - "tags"
18238   traces:
18239     hoverinfo: "x+y"
18240     boxpoints: "outliers"
18241     whiskerwidth: 0
18242   layout:
18243     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18244     layout: "plot-throughput"
18245
18246 -
18247   type: "plot"
18248   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18249   algorithm: "plot_performance_box"
18250   output-file-type: ".html"
18251   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18252   data: "plot-dpdk-throughput-latency-2n-skx"
18253   filter: "'NIC_Intel-X710' and
18254            '64B' and
18255            'BASE' and
18256            'NDRPDR' and
18257            '4T2C' and
18258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18259   parameters:
18260   - "throughput"
18261   - "parent"
18262   - "tags"
18263   traces:
18264     hoverinfo: "x+y"
18265     boxpoints: "outliers"
18266     whiskerwidth: 0
18267   layout:
18268     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18269     layout: "plot-throughput"
18270
18271 -
18272   type: "plot"
18273   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18274   algorithm: "plot_performance_box"
18275   output-file-type: ".html"
18276   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18277   data: "plot-dpdk-throughput-latency-2n-skx"
18278   filter: "'NIC_Intel-X710' and
18279            '64B' and
18280            'BASE' and
18281            'NDRPDR' and
18282            '2T1C' and
18283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18284   parameters:
18285   - "throughput"
18286   - "parent"
18287   - "tags"
18288   traces:
18289     hoverinfo: "x+y"
18290     boxpoints: "outliers"
18291     whiskerwidth: 0
18292   layout:
18293     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18294     layout: "plot-throughput"
18295
18296 -
18297   type: "plot"
18298   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18299   algorithm: "plot_performance_box"
18300   output-file-type: ".html"
18301   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18302   data: "plot-dpdk-throughput-latency-2n-skx"
18303   filter: "'NIC_Intel-X710' and
18304            '64B' and
18305            'BASE' and
18306            'NDRPDR' and
18307            '4T2C' and
18308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18309   parameters:
18310   - "throughput"
18311   - "parent"
18312   - "tags"
18313   traces:
18314     hoverinfo: "x+y"
18315     boxpoints: "outliers"
18316     whiskerwidth: 0
18317   layout:
18318     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18319     layout: "plot-throughput"
18320
18321 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18322 -
18323   type: "plot"
18324   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18325   algorithm: "plot_performance_box"
18326   output-file-type: ".html"
18327   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18328   data: "plot-dpdk-throughput-latency-2n-skx"
18329   filter: "'NIC_Intel-XXV710' and
18330            '64B' and
18331            'BASE' and
18332            'NDRPDR' and
18333            '2T1C' and
18334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18335   parameters:
18336   - "throughput"
18337   - "parent"
18338   - "tags"
18339   traces:
18340     hoverinfo: "x+y"
18341     boxpoints: "outliers"
18342     whiskerwidth: 0
18343   layout:
18344     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18345     layout: "plot-throughput"
18346
18347 -
18348   type: "plot"
18349   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18350   algorithm: "plot_performance_box"
18351   output-file-type: ".html"
18352   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18353   data: "plot-dpdk-throughput-latency-2n-skx"
18354   filter: "'NIC_Intel-XXV710' and
18355            '64B' and
18356            'BASE' and
18357            'NDRPDR' and
18358            '4T2C' and
18359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18360   parameters:
18361   - "throughput"
18362   - "parent"
18363   - "tags"
18364   traces:
18365     hoverinfo: "x+y"
18366     boxpoints: "outliers"
18367     whiskerwidth: 0
18368   layout:
18369     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18370     layout: "plot-throughput"
18371
18372 -
18373   type: "plot"
18374   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18375   algorithm: "plot_performance_box"
18376   output-file-type: ".html"
18377   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18378   data: "plot-dpdk-throughput-latency-2n-skx"
18379   filter: "'NIC_Intel-XXV710' and
18380            '64B' and
18381            'BASE' and
18382            'NDRPDR' and
18383            '2T1C' and
18384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18385   parameters:
18386   - "throughput"
18387   - "parent"
18388   - "tags"
18389   traces:
18390     hoverinfo: "x+y"
18391     boxpoints: "outliers"
18392     whiskerwidth: 0
18393   layout:
18394     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18395     layout: "plot-throughput"
18396
18397 -
18398   type: "plot"
18399   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18400   algorithm: "plot_performance_box"
18401   output-file-type: ".html"
18402   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18403   data: "plot-dpdk-throughput-latency-2n-skx"
18404   filter: "'NIC_Intel-XXV710' and
18405            '64B' and
18406            'BASE' and
18407            'NDRPDR' and
18408            '4T2C' and
18409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18410   parameters:
18411   - "throughput"
18412   - "parent"
18413   - "tags"
18414   traces:
18415     hoverinfo: "x+y"
18416     boxpoints: "outliers"
18417     whiskerwidth: 0
18418   layout:
18419     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18420     layout: "plot-throughput"
18421
18422 ################################################################################
18423
18424 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18425 -
18426   type: "plot"
18427   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18428   algorithm: "plot_latency_error_bars"
18429   output-file-type: ".html"
18430   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18431   data: "plot-vpp-throughput-latency-3n-hsw"
18432   filter: "'NIC_Intel-X520-DA2' and
18433            '64B' and
18434            ('BASE' or 'SCALE') and
18435            'NDRPDR' and
18436            'ETH' and
18437            '1T1C' and
18438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18439            not 'VHOST' and
18440            not 'MEMIF'"
18441   parameters:
18442   - "latency"
18443   - "parent"
18444   - "tags"
18445   sort:
18446   - "L2XCFWD"
18447   - "L2PATCH"
18448   - "L2BDMACLRN"
18449   - "FIB_10K"
18450   - "FIB_100K"
18451   - "FIB_1M"
18452   layout:
18453     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18454     layout: "plot-latency"
18455
18456 -
18457   type: "plot"
18458   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18459   algorithm: "plot_latency_error_bars"
18460   output-file-type: ".html"
18461   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18462   data: "plot-vpp-throughput-latency-3n-hsw"
18463   filter: "'NIC_Intel-X520-DA2' and
18464            '64B' and
18465            ('BASE' or 'SCALE') and
18466            'NDRPDR' and
18467            'ETH' and
18468            '2T2C' and
18469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18470            not 'VHOST' and
18471            not 'MEMIF'"
18472   parameters:
18473   - "latency"
18474   - "parent"
18475   - "tags"
18476   sort:
18477   - "L2XCFWD"
18478   - "L2PATCH"
18479   - "L2BDMACLRN"
18480   - "FIB_10K"
18481   - "FIB_100K"
18482   - "FIB_1M"
18483   layout:
18484     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18485     layout: "plot-latency"
18486
18487 # Packet Latency - VPP L2 3n-hsw-x520 features
18488 -
18489   type: "plot"
18490   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18491   algorithm: "plot_latency_error_bars"
18492   output-file-type: ".html"
18493   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18494   data: "plot-vpp-throughput-latency-3n-hsw"
18495   filter: "'NIC_Intel-X520-DA2' and
18496            '64B' and
18497            'NDRPDR' and
18498            '1T1C' and
18499            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18500            not 'ACL' and
18501            not 'VHOST' and
18502            not 'MEMIF'"
18503   parameters:
18504   - "latency"
18505   - "parent"
18506   - "tags"
18507   sort:
18508   - "L2XCBASE"    # l2xcbase
18509   - "L2BDBASE"    # l2bdbase
18510   - "L2XCFWD"     # dot1q-l2xcbase
18511   - "L2BDMACLRN"  # dot1q-l2bdbase
18512   layout:
18513     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18514     layout: "plot-latency"
18515
18516 -
18517   type: "plot"
18518   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18519   algorithm: "plot_latency_error_bars"
18520   output-file-type: ".html"
18521   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18522   data: "plot-vpp-throughput-latency-3n-hsw"
18523   filter: "'NIC_Intel-X520-DA2' and
18524            '64B' and
18525            'NDRPDR' and
18526            '2T2C' and
18527            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18528            not 'ACL' and
18529            not 'VHOST' and
18530            not 'MEMIF'"
18531   parameters:
18532   - "latency"
18533   - "parent"
18534   - "tags"
18535   sort:
18536   - "L2XCBASE"    # l2xcbase
18537   - "L2BDBASE"    # l2bdbase
18538   - "L2XCFWD"     # dot1q-l2xcbase
18539   - "L2BDMACLRN"  # dot1q-l2bdbase
18540   layout:
18541     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18542     layout: "plot-latency"
18543
18544 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18545 -
18546   type: "plot"
18547   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18548   algorithm: "plot_latency_error_bars"
18549   output-file-type: ".html"
18550   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18551   data: "plot-vpp-throughput-latency-3n-hsw"
18552   filter: "'NIC_Intel-X710' and
18553            '64B' and
18554            ('BASE' or 'SCALE') and
18555            'NDRPDR' and
18556            'ETH' and
18557            '1T1C' and
18558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18559            not 'VHOST' and
18560            not 'MEMIF'"
18561   parameters:
18562   - "latency"
18563   - "parent"
18564   - "tags"
18565   sort:
18566   - "L2PATCH"
18567   - "L2XCBASE"
18568   - "BASE"
18569   - "FIB_10K"
18570   - "FIB_100K"
18571   - "FIB_1M"
18572   layout:
18573     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18574     layout: "plot-latency"
18575
18576 -
18577   type: "plot"
18578   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18579   algorithm: "plot_latency_error_bars"
18580   output-file-type: ".html"
18581   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18582   data: "plot-vpp-throughput-latency-3n-hsw"
18583   filter: "'NIC_Intel-X710' and
18584            '64B' and
18585            ('BASE' or 'SCALE') and
18586            'NDRPDR' and
18587            'ETH' and
18588            '2T2C' and
18589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18590            not 'VHOST' and
18591            not 'MEMIF'"
18592   parameters:
18593   - "latency"
18594   - "parent"
18595   - "tags"
18596   sort:
18597   - "L2PATCH"
18598   - "L2XCBASE"
18599   - "BASE"
18600   - "FIB_10K"
18601   - "FIB_100K"
18602   - "FIB_1M"
18603   layout:
18604     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18605     layout: "plot-latency"
18606
18607 # Packet Latency - VPP L2 3n-hsw-x710 features
18608 -
18609   type: "plot"
18610   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18611   algorithm: "plot_latency_error_bars"
18612   output-file-type: ".html"
18613   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18614   data: "plot-vpp-throughput-latency-3n-hsw"
18615   filter: "'NIC_Intel-X710' and
18616            '64B' and
18617            'NDRPDR' and
18618            '1T1C' and
18619            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18620            not 'ACL' and
18621            not 'VHOST' and
18622            not 'MEMIF'"
18623   parameters:
18624   - "latency"
18625   - "parent"
18626   - "tags"
18627   sort:
18628   - "L2XCBASE"    # l2xcbase
18629   - "L2BDBASE"    # l2bdbase
18630   - "L2XCFWD"     # dot1q-l2xcbase
18631   - "L2BDMACLRN"  # dot1q-l2bdbase
18632   layout:
18633     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18634     layout: "plot-latency"
18635
18636 -
18637   type: "plot"
18638   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18639   algorithm: "plot_latency_error_bars"
18640   output-file-type: ".html"
18641   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18642   data: "plot-vpp-throughput-latency-3n-hsw"
18643   filter: "'NIC_Intel-X710' and
18644            '64B' and
18645            'NDRPDR' and
18646            '2T2C' and
18647            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18648            not 'ACL' and
18649            not 'VHOST' and
18650            not 'MEMIF'"
18651   parameters:
18652   - "latency"
18653   - "parent"
18654   - "tags"
18655   sort:
18656   - "L2XCBASE"    # l2xcbase
18657   - "L2BDBASE"    # l2bdbase
18658   - "L2XCFWD"     # dot1q-l2xcbase
18659   - "L2BDMACLRN"  # dot1q-l2bdbase
18660   layout:
18661     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18662     layout: "plot-latency"
18663
18664 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18665 -
18666   type: "plot"
18667   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18668   algorithm: "plot_latency_error_bars"
18669   output-file-type: ".html"
18670   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18671   data: "plot-vpp-throughput-latency-3n-hsw"
18672   filter: "'NIC_Intel-XL710' and
18673            '64B' and
18674            ('BASE' or 'SCALE') and
18675            'NDRPDR' and
18676            'ETH' and
18677            '1T1C' and
18678            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18679            not 'VHOST' and
18680            not 'MEMIF'"
18681   parameters:
18682   - "latency"
18683   - "parent"
18684   - "tags"
18685   sort:
18686   - "L2PATCH"
18687   - "L2XCBASE"
18688   - "BASE"
18689   - "FIB_10K"
18690   - "FIB_100K"
18691   - "FIB_1M"
18692   layout:
18693     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18694     layout: "plot-latency"
18695
18696 -
18697   type: "plot"
18698   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18699   algorithm: "plot_latency_error_bars"
18700   output-file-type: ".html"
18701   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18702   data: "plot-vpp-throughput-latency-3n-hsw"
18703   filter: "'NIC_Intel-XL710' and
18704            '64B' and
18705            ('BASE' or 'SCALE') and
18706            'NDRPDR' and
18707            'ETH' and
18708            '2T2C' and
18709            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18710            not 'VHOST' and
18711            not 'MEMIF'"
18712   parameters:
18713   - "latency"
18714   - "parent"
18715   - "tags"
18716   sort:
18717   - "L2PATCH"
18718   - "L2XCBASE"
18719   - "BASE"
18720   - "FIB_10K"
18721   - "FIB_100K"
18722   - "FIB_1M"
18723   layout:
18724     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18725     layout: "plot-latency"
18726
18727 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18728 -
18729   type: "plot"
18730   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18731   algorithm: "plot_latency_error_bars"
18732   output-file-type: ".html"
18733   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18734   data: "plot-vpp-throughput-latency-3n-skx"
18735   filter: "'NIC_Intel-X710' and
18736            '64B' and
18737            ('BASE' or 'SCALE') and
18738            'NDRPDR' and
18739            'ETH' and
18740            '2T1C' and
18741            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18742            not 'VHOST' and
18743            not 'MEMIF' and
18744            not 'DRV_AVF'"
18745   parameters:
18746   - "latency"
18747   - "parent"
18748   - "tags"
18749   sort:
18750   - "L2PATCH"
18751   - "L2XCBASE"
18752   - "BASE"
18753   - "FIB_10K"
18754   - "FIB_100K"
18755   - "FIB_1M"
18756   layout:
18757     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18758     layout: "plot-latency"
18759
18760 -
18761   type: "plot"
18762   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18763   algorithm: "plot_latency_error_bars"
18764   output-file-type: ".html"
18765   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18766   data: "plot-vpp-throughput-latency-3n-skx"
18767   filter: "'NIC_Intel-X710' and
18768            '64B' and
18769            ('BASE' or 'SCALE') and
18770            'NDRPDR' and
18771            'ETH' and
18772            '4T2C' and
18773            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18774            not 'VHOST' and
18775            not 'MEMIF' and
18776            not 'DRV_AVF'"
18777   parameters:
18778   - "latency"
18779   - "parent"
18780   - "tags"
18781   sort:
18782   - "L2PATCH"
18783   - "L2XCBASE"
18784   - "BASE"
18785   - "FIB_10K"
18786   - "FIB_100K"
18787   - "FIB_1M"
18788   layout:
18789     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18790     layout: "plot-latency"
18791
18792 # Packet Latency - VPP L2 3n-skx-x710 features
18793 -
18794   type: "plot"
18795   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18796   algorithm: "plot_latency_error_bars"
18797   output-file-type: ".html"
18798   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18799   data: "plot-vpp-throughput-latency-3n-skx"
18800   filter: "'NIC_Intel-X710' and
18801            '64B' and
18802            'NDRPDR' and
18803            '2T1C' and
18804            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18805            not 'ACL' and
18806            not 'VHOST' and
18807            not 'MEMIF'"
18808   parameters:
18809   - "latency"
18810   - "parent"
18811   - "tags"
18812   sort:
18813   - "L2XCBASE"    # l2xcbase
18814   - "L2BDBASE"    # l2bdbase
18815   - "L2XCFWD"     # dot1q-l2xcbase
18816   - "L2BDMACLRN"  # dot1q-l2bdbase
18817   layout:
18818     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18819     layout: "plot-latency"
18820
18821 -
18822   type: "plot"
18823   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18824   algorithm: "plot_latency_error_bars"
18825   output-file-type: ".html"
18826   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18827   data: "plot-vpp-throughput-latency-3n-skx"
18828   filter: "'NIC_Intel-X710' and
18829            '64B' and
18830            'NDRPDR' and
18831            '4T2C' and
18832            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18833            not 'ACL' and
18834            not 'VHOST' and
18835            not 'MEMIF'"
18836   parameters:
18837   - "latency"
18838   - "parent"
18839   - "tags"
18840   sort:
18841   - "L2XCBASE"    # l2xcbase
18842   - "L2BDBASE"    # l2bdbase
18843   - "L2XCFWD"     # dot1q-l2xcbase
18844   - "L2BDMACLRN"  # dot1q-l2bdbase
18845   layout:
18846     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18847     layout: "plot-latency"
18848
18849 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
18850 -
18851   type: "plot"
18852   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18853   algorithm: "plot_latency_error_bars"
18854   output-file-type: ".html"
18855   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18856   data: "plot-vpp-throughput-latency-3n-skx"
18857   filter: "'NIC_Intel-XXV710' and
18858            '64B' and
18859            ('BASE' or 'SCALE') and
18860            'NDRPDR' and
18861            'ETH' and
18862            '2T1C' and
18863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18864            not 'VHOST' and
18865            not 'MEMIF' and
18866            not 'DRV_AVF'"
18867   parameters:
18868   - "latency"
18869   - "parent"
18870   - "tags"
18871   sort:
18872   - "L2PATCH"
18873   - "L2XCBASE"
18874   - "BASE"
18875   - "FIB_10K"
18876   - "FIB_100K"
18877   - "FIB_1M"
18878   layout:
18879     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18880     layout: "plot-latency"
18881
18882 -
18883   type: "plot"
18884   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18885   algorithm: "plot_latency_error_bars"
18886   output-file-type: ".html"
18887   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18888   data: "plot-vpp-throughput-latency-3n-skx"
18889   filter: "'NIC_Intel-XXV710' and
18890            '64B' and
18891            ('BASE' or 'SCALE') and
18892            'NDRPDR' and
18893            'ETH' and
18894            '4T2C' and
18895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18896            not 'VHOST' and
18897            not 'MEMIF' and
18898            not 'DRV_AVF'"
18899   parameters:
18900   - "latency"
18901   - "parent"
18902   - "tags"
18903   sort:
18904   - "L2PATCH"
18905   - "L2XCBASE"
18906   - "BASE"
18907   - "FIB_10K"
18908   - "FIB_100K"
18909   - "FIB_1M"
18910   layout:
18911     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18912     layout: "plot-latency"
18913
18914 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18915 -
18916   type: "plot"
18917   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18918   algorithm: "plot_latency_error_bars"
18919   output-file-type: ".html"
18920   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18921   data: "plot-vpp-throughput-latency-2n-skx"
18922   filter: "'NIC_Intel-X710' and
18923            '64B' and
18924            'ETH' and
18925            ('BASE' or 'SCALE') and
18926            'NDRPDR' and
18927            '2T1C' and
18928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18929            not 'VHOST' and
18930            not 'MEMIF'"
18931   parameters:
18932   - "latency"
18933   - "parent"
18934   - "tags"
18935   sort:
18936   - "L2PATCH"
18937   - "L2XCBASE"
18938   - "BASE"
18939   - "FIB_10K"
18940   - "FIB_100K"
18941   - "FIB_1M"
18942   layout:
18943     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18944     layout: "plot-latency"
18945
18946 -
18947   type: "plot"
18948   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18949   algorithm: "plot_latency_error_bars"
18950   output-file-type: ".html"
18951   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18952   data: "plot-vpp-throughput-latency-2n-skx"
18953   filter: "'NIC_Intel-X710' and
18954            '64B' and
18955            ('BASE' or 'SCALE') and
18956            'NDRPDR' and
18957            'ETH' and
18958            '4T2C' and
18959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18960            not 'VHOST' and
18961            not 'MEMIF'"
18962   parameters:
18963   - "latency"
18964   - "parent"
18965   - "tags"
18966   sort:
18967   - "L2PATCH"
18968   - "L2XCBASE"
18969   - "BASE"
18970   - "FIB_10K"
18971   - "FIB_100K"
18972   - "FIB_1M"
18973   layout:
18974     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18975     layout: "plot-latency"
18976
18977 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18978 -
18979   type: "plot"
18980   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18981   algorithm: "plot_latency_error_bars"
18982   output-file-type: ".html"
18983   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18984   data: "plot-vpp-throughput-latency-2n-skx"
18985   filter: "'NIC_Intel-XXV710' and
18986            '64B' and
18987            ('BASE' or 'SCALE') and
18988            'NDRPDR' and
18989            'ETH' and
18990            '2T1C' and
18991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18992            not 'VHOST' and
18993            not 'MEMIF'"
18994   parameters:
18995   - "latency"
18996   - "parent"
18997   - "tags"
18998   sort:
18999   - "L2PATCH"
19000   - "L2XCBASE"
19001   - "BASE"
19002   - "FIB_10K"
19003   - "FIB_100K"
19004   - "FIB_1M"
19005   layout:
19006     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19007     layout: "plot-latency"
19008
19009 -
19010   type: "plot"
19011   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19012   algorithm: "plot_latency_error_bars"
19013   output-file-type: ".html"
19014   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19015   data: "plot-vpp-throughput-latency-2n-skx"
19016   filter: "'NIC_Intel-XXV710' and
19017            '64B' and
19018            ('BASE' or 'SCALE') and
19019            'NDRPDR' and
19020            'ETH' and
19021            '4T2C' and
19022            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19023            not 'VHOST' and
19024            not 'MEMIF'"
19025   parameters:
19026   - "latency"
19027   - "parent"
19028   - "tags"
19029   sort:
19030   - "L2PATCH"
19031   - "L2XCBASE"
19032   - "BASE"
19033   - "FIB_10K"
19034   - "FIB_100K"
19035   - "FIB_1M"
19036   layout:
19037     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19038     layout: "plot-latency"
19039
19040 ################################################################################
19041
19042 # Packet Latency - VPP Container Memif 3n-hsw-x520
19043 -
19044   type: "plot"
19045   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19046   algorithm: "plot_latency_error_bars"
19047   output-file-type: ".html"
19048   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19049   data: "plot-vpp-throughput-latency-3n-hsw"
19050   filter: "'NIC_Intel-X520-DA2' and
19051            '64B' and
19052            ('BASE' or 'SCALE') and
19053            'NDRPDR' and
19054            '1T1C' and
19055            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19056            not 'VHOST' and
19057            'MEMIF'"
19058   parameters:
19059   - "latency"
19060   - "parent"
19061   - "tags"
19062   sort:
19063   - "L2XCFWD"
19064   - "L2XCFWD"
19065   - "L2XCFWD"
19066   - "L2BDMACLRN"
19067   - "L2BDMACLRN"
19068   - "L2BDMACLRN"
19069   layout:
19070     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19071     layout: "plot-latency"
19072
19073 -
19074   type: "plot"
19075   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19076   algorithm: "plot_latency_error_bars"
19077   output-file-type: ".html"
19078   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19079   data: "plot-vpp-throughput-latency-3n-hsw"
19080   filter: "'NIC_Intel-X520-DA2' and
19081            '64B' and
19082            ('BASE' or 'SCALE') and
19083            'NDRPDR' and
19084            '2T2C' and
19085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19086            not 'VHOST' and
19087            'MEMIF'"
19088   parameters:
19089   - "latency"
19090   - "parent"
19091   - "tags"
19092   sort:
19093   - "L2XCFWD"
19094   - "L2XCFWD"
19095   - "L2XCFWD"
19096   - "L2BDMACLRN"
19097   - "L2BDMACLRN"
19098   - "L2BDMACLRN"
19099   layout:
19100     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19101     layout: "plot-latency"
19102
19103 # Packet Latency - VPP Container Memif 3n-hsw-x710
19104 -
19105   type: "plot"
19106   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19107   algorithm: "plot_latency_error_bars"
19108   output-file-type: ".html"
19109   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19110   data: "plot-vpp-throughput-latency-3n-hsw"
19111   filter: "'NIC_Intel-X710' and
19112            '64B' and
19113            ('BASE' or 'SCALE') and
19114            'NDRPDR' and
19115            '1T1C' and
19116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19117            not 'VHOST' and
19118            'MEMIF'"
19119   parameters:
19120   - "latency"
19121   - "parent"
19122   - "tags"
19123   sort:
19124   - "L2XCFWD"
19125   - "L2XCFWD"
19126   - "L2XCFWD"
19127   - "L2BDMACLRN"
19128   - "L2BDMACLRN"
19129   - "L2BDMACLRN"
19130   layout:
19131     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19132     layout: "plot-latency"
19133
19134 -
19135   type: "plot"
19136   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19137   algorithm: "plot_latency_error_bars"
19138   output-file-type: ".html"
19139   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19140   data: "plot-vpp-throughput-latency-3n-hsw"
19141   filter: "'NIC_Intel-X710' and
19142            '64B' and
19143            ('BASE' or 'SCALE') and
19144            'NDRPDR' and
19145            '2T2C' and
19146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19147            not 'VHOST' and
19148            'MEMIF'"
19149   parameters:
19150   - "latency"
19151   - "parent"
19152   - "tags"
19153   sort:
19154   - "L2XCFWD"
19155   - "L2XCFWD"
19156   - "L2XCFWD"
19157   - "L2BDMACLRN"
19158   - "L2BDMACLRN"
19159   - "L2BDMACLRN"
19160   layout:
19161     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19162     layout: "plot-latency"
19163
19164 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19165 -
19166   type: "plot"
19167   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19168   algorithm: "plot_latency_error_bars"
19169   output-file-type: ".html"
19170   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19171   data: "plot-vpp-throughput-latency-3n-hsw"
19172   filter: "'NIC_Intel-XL710' and
19173            '64B' and
19174            ('BASE' or 'SCALE') and
19175            'NDRPDR' and
19176            '1T1C' and
19177            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19178            not 'VHOST' and
19179            'MEMIF'"
19180   parameters:
19181   - "latency"
19182   - "parent"
19183   - "tags"
19184   sort:
19185   - "L2XCFWD"
19186   - "L2XCFWD"
19187   - "L2XCFWD"
19188   - "L2BDMACLRN"
19189   - "L2BDMACLRN"
19190   - "L2BDMACLRN"
19191   layout:
19192     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19193     layout: "plot-latency"
19194
19195 -
19196   type: "plot"
19197   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19198   algorithm: "plot_latency_error_bars"
19199   output-file-type: ".html"
19200   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19201   data: "plot-vpp-throughput-latency-3n-hsw"
19202   filter: "'NIC_Intel-XL710' and
19203            '64B' and
19204            ('BASE' or 'SCALE') and
19205            'NDRPDR' and
19206            '2T2C' and
19207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19208            not 'VHOST' and
19209            'MEMIF'"
19210   parameters:
19211   - "latency"
19212   - "parent"
19213   - "tags"
19214   sort:
19215   - "L2XCFWD"
19216   - "L2XCFWD"
19217   - "L2XCFWD"
19218   - "L2BDMACLRN"
19219   - "L2BDMACLRN"
19220   - "L2BDMACLRN"
19221   layout:
19222     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19223     layout: "plot-latency"
19224
19225 # Packet Latency - VPP Container Memif 3n-skx-x710
19226 -
19227   type: "plot"
19228   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19229   algorithm: "plot_latency_error_bars"
19230   output-file-type: ".html"
19231   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19232   data: "plot-vpp-throughput-latency-3n-skx"
19233   filter: "'NIC_Intel-X710' and
19234            '64B' and
19235            ('BASE' or 'SCALE') and
19236            'NDRPDR' and
19237            '2T1C' and
19238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19239            not 'VHOST' and
19240            'MEMIF'"
19241   parameters:
19242   - "latency"
19243   - "parent"
19244   - "tags"
19245   sort:
19246   - "L2XCFWD"
19247   - "L2XCFWD"
19248   - "L2XCFWD"
19249   - "L2BDMACLRN"
19250   - "L2BDMACLRN"
19251   - "L2BDMACLRN"
19252   layout:
19253     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19254     layout: "plot-latency"
19255
19256 -
19257   type: "plot"
19258   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19259   algorithm: "plot_latency_error_bars"
19260   output-file-type: ".html"
19261   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19262   data: "plot-vpp-throughput-latency-3n-skx"
19263   filter: "'NIC_Intel-X710' and
19264            '64B' and
19265            ('BASE' or 'SCALE') and
19266            'NDRPDR' and
19267            '4T2C' and
19268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19269            not 'VHOST' and
19270            'MEMIF'"
19271   parameters:
19272   - "latency"
19273   - "parent"
19274   - "tags"
19275   sort:
19276   - "L2XCFWD"
19277   - "L2XCFWD"
19278   - "L2XCFWD"
19279   - "L2BDMACLRN"
19280   - "L2BDMACLRN"
19281   - "L2BDMACLRN"
19282   layout:
19283     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19284     layout: "plot-latency"
19285
19286 # Packet Latency - VPP Container Memif 2n-skx-x710
19287 -
19288   type: "plot"
19289   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19290   algorithm: "plot_latency_error_bars"
19291   output-file-type: ".html"
19292   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19293   data: "plot-vpp-throughput-latency-2n-skx"
19294   filter: "'NIC_Intel-X710' and
19295            '64B' and
19296            ('BASE' or 'SCALE') and
19297            'NDRPDR' and
19298            '2T1C' and
19299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19300            not 'VHOST' and
19301            'MEMIF'"
19302   parameters:
19303   - "latency"
19304   - "parent"
19305   - "tags"
19306   sort:
19307   - "L2XCFWD"
19308   - "L2XCFWD"
19309   - "L2XCFWD"
19310   - "L2BDMACLRN"
19311   - "L2BDMACLRN"
19312   - "L2BDMACLRN"
19313   layout:
19314     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19315     layout: "plot-latency"
19316
19317 -
19318   type: "plot"
19319   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19320   algorithm: "plot_latency_error_bars"
19321   output-file-type: ".html"
19322   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19323   data: "plot-vpp-throughput-latency-2n-skx"
19324   filter: "'NIC_Intel-X710' and
19325            '64B' and
19326            ('BASE' or 'SCALE') and
19327            'NDRPDR' and
19328            '4T2C' and
19329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19330            not 'VHOST' and
19331            'MEMIF'"
19332   parameters:
19333   - "latency"
19334   - "parent"
19335   - "tags"
19336   sort:
19337   - "L2XCFWD"
19338   - "L2XCFWD"
19339   - "L2XCFWD"
19340   - "L2BDMACLRN"
19341   - "L2BDMACLRN"
19342   - "L2BDMACLRN"
19343   layout:
19344     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19345     layout: "plot-latency"
19346
19347 # Packet Latency - VPP Container Memif 2n-skx-xxv710
19348 -
19349   type: "plot"
19350   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19351   algorithm: "plot_latency_error_bars"
19352   output-file-type: ".html"
19353   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19354   data: "plot-vpp-throughput-latency-2n-skx"
19355   filter: "'NIC_Intel-XXV710' and
19356            '64B' and
19357            ('BASE' or 'SCALE') and
19358            'NDRPDR' and
19359            '2T1C' and
19360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19361            not 'VHOST' and
19362            'MEMIF'"
19363   parameters:
19364   - "latency"
19365   - "parent"
19366   - "tags"
19367   sort:
19368   - "L2XCFWD"
19369   - "L2XCFWD"
19370   - "L2XCFWD"
19371   - "L2BDMACLRN"
19372   - "L2BDMACLRN"
19373   - "L2BDMACLRN"
19374   layout:
19375     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19376     layout: "plot-latency"
19377
19378 -
19379   type: "plot"
19380   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19381   algorithm: "plot_latency_error_bars"
19382   output-file-type: ".html"
19383   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19384   data: "plot-vpp-throughput-latency-2n-skx"
19385   filter: "'NIC_Intel-XXV710' and
19386            '64B' and
19387            ('BASE' or 'SCALE') and
19388            'NDRPDR' and
19389            '4T2C' and
19390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19391            not 'VHOST' and
19392            'MEMIF'"
19393   parameters:
19394   - "latency"
19395   - "parent"
19396   - "tags"
19397   sort:
19398   - "L2XCFWD"
19399   - "L2XCFWD"
19400   - "L2XCFWD"
19401   - "L2BDMACLRN"
19402   - "L2BDMACLRN"
19403   - "L2BDMACLRN"
19404   layout:
19405     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19406     layout: "plot-latency"
19407
19408 ################################################################################
19409
19410 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19411 -
19412   type: "plot"
19413   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19414   algorithm: "plot_latency_error_bars"
19415   output-file-type: ".html"
19416   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19417   data: "plot-ligato-throughput-latency-3n-hsw"
19418   filter: "'NIC_Intel-X520-DA2' and
19419            '64B' and
19420            ('BASE' or 'SCALE') and
19421            'NDRPDR' and
19422            '1T1C' and
19423            'L2XCFWD' and
19424            not 'VHOST' and
19425            'MEMIF'"
19426   parameters:
19427   - "latency"
19428   - "parent"
19429   - "tags"
19430   sort:
19431   - "1VNF"
19432   - "2VNF"
19433   - "4VNF"
19434   - "2VNF"
19435   - "4VNF"
19436   layout:
19437     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19438     layout: "plot-latency"
19439
19440 -
19441   type: "plot"
19442   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19443   algorithm: "plot_latency_error_bars"
19444   output-file-type: ".html"
19445   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19446   data: "plot-ligato-throughput-latency-3n-hsw"
19447   filter: "'NIC_Intel-X520-DA2' and
19448            '64B' and
19449            ('BASE' or 'SCALE') and
19450            'NDRPDR' and
19451            '2T2C' and
19452            'L2XCFWD' and
19453            not 'VHOST' and
19454            'MEMIF'"
19455   parameters:
19456   - "latency"
19457   - "parent"
19458   - "tags"
19459   sort:
19460   - "1VNF"
19461   - "2VNF"
19462   - "4VNF"
19463   - "2VNF"
19464   - "4VNF"
19465   layout:
19466     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19467     layout: "plot-latency"
19468
19469 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19470 -
19471   type: "plot"
19472   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19473   algorithm: "plot_latency_error_bars"
19474   output-file-type: ".html"
19475   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19476   data: "plot-ligato-throughput-latency-3n-hsw"
19477   filter: "'NIC_Intel-X520-DA2' and
19478            '64B' and
19479            ('BASE' or 'SCALE') and
19480            'NDRPDR' and
19481            '1T1C' and
19482            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19483            not 'VHOST' and
19484            'MEMIF'"
19485   parameters:
19486   - "latency"
19487   - "parent"
19488   - "tags"
19489   sort:
19490   - "1VNF"
19491   - "2VNF"
19492   - "4VNF"
19493   - "2VNF"
19494   - "4VNF"
19495   layout:
19496     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19497     layout: "plot-latency"
19498
19499 -
19500   type: "plot"
19501   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19502   algorithm: "plot_latency_error_bars"
19503   output-file-type: ".html"
19504   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19505   data: "plot-ligato-throughput-latency-3n-hsw"
19506   filter: "'NIC_Intel-X520-DA2' and
19507            '64B' and
19508            ('BASE' or 'SCALE') and
19509            'NDRPDR' and
19510            '2T2C' and
19511            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19512            not 'VHOST' and
19513            'MEMIF'"
19514   parameters:
19515   - "latency"
19516   - "parent"
19517   - "tags"
19518   sort:
19519   - "1VNF"
19520   - "2VNF"
19521   - "4VNF"
19522   - "2VNF"
19523   - "4VNF"
19524   layout:
19525     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19526     layout: "plot-latency"
19527
19528 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19529 -
19530   type: "plot"
19531   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19532   algorithm: "plot_latency_error_bars"
19533   output-file-type: ".html"
19534   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19535   data: "plot-ligato-throughput-latency-3n-hsw"
19536   filter: "'NIC_Intel-X710' and
19537            '64B' and
19538            ('BASE' or 'SCALE') and
19539            'NDRPDR' and
19540            '1T1C' and
19541            'L2XCFWD' and
19542            not 'VHOST' and
19543            'MEMIF'"
19544   parameters:
19545   - "latency"
19546   - "parent"
19547   - "tags"
19548   sort:
19549   - "1VNF"
19550   - "2VNF"
19551   - "4VNF"
19552   - "2VNF"
19553   - "4VNF"
19554   layout:
19555     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19556     layout: "plot-latency"
19557
19558 -
19559   type: "plot"
19560   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19561   algorithm: "plot_latency_error_bars"
19562   output-file-type: ".html"
19563   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19564   data: "plot-ligato-throughput-latency-3n-hsw"
19565   filter: "'NIC_Intel-X710' and
19566            '64B' and
19567            ('BASE' or 'SCALE') and
19568            'NDRPDR' and
19569            '2T2C' and
19570            'L2XCFWD' and
19571            not 'VHOST' and
19572            'MEMIF'"
19573   parameters:
19574   - "latency"
19575   - "parent"
19576   - "tags"
19577   sort:
19578   - "1VNF"
19579   - "2VNF"
19580   - "4VNF"
19581   - "2VNF"
19582   - "4VNF"
19583   layout:
19584     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19585     layout: "plot-latency"
19586
19587 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19588 -
19589   type: "plot"
19590   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19591   algorithm: "plot_latency_error_bars"
19592   output-file-type: ".html"
19593   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19594   data: "plot-ligato-throughput-latency-3n-hsw"
19595   filter: "'NIC_Intel-X710' and
19596            '64B' and
19597            ('BASE' or 'SCALE') and
19598            'NDRPDR' and
19599            '1T1C' and
19600            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19601            not 'VHOST' and
19602            'MEMIF'"
19603   parameters:
19604   - "latency"
19605   - "parent"
19606   - "tags"
19607   sort:
19608   - "1VNF"
19609   - "2VNF"
19610   - "4VNF"
19611   - "2VNF"
19612   - "4VNF"
19613   layout:
19614     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19615     layout: "plot-latency"
19616
19617 -
19618   type: "plot"
19619   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19620   algorithm: "plot_latency_error_bars"
19621   output-file-type: ".html"
19622   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19623   data: "plot-ligato-throughput-latency-3n-hsw"
19624   filter: "'NIC_Intel-X710' and
19625            '64B' and
19626            ('BASE' or 'SCALE') and
19627            'NDRPDR' and
19628            '2T2C' and
19629            ('L2BDMACSTAT' or 'L2BDMACLRN') and
19630            not 'VHOST' and
19631            'MEMIF'"
19632   parameters:
19633   - "latency"
19634   - "parent"
19635   - "tags"
19636   sort:
19637   - "1VNF"
19638   - "2VNF"
19639   - "4VNF"
19640   - "2VNF"
19641   - "4VNF"
19642   layout:
19643     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19644     layout: "plot-latency"
19645
19646 ################################################################################
19647
19648 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19649 -
19650   type: "plot"
19651   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19652   algorithm: "plot_latency_error_bars"
19653   output-file-type: ".html"
19654   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19655   data: "plot-vpp-throughput-latency-3n-hsw"
19656   filter: "'NIC_Intel-X520-DA2' and
19657            '64B' and
19658            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19659            'NDRPDR' and
19660            '1T1C' and
19661            'IP4FWD' and
19662            not 'IPSEC' and
19663            not 'VHOST'"
19664   parameters:
19665   - "latency"
19666   - "parent"
19667   - "tags"
19668   sort:
19669   - "DOT1Q"
19670   - "IP4BASE"
19671   - "FIB_20k"
19672   - "FIB_200k"
19673   - "FIB_2M"
19674   layout:
19675     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19676     layout: "plot-latency"
19677
19678 -
19679   type: "plot"
19680   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19681   algorithm: "plot_latency_error_bars"
19682   output-file-type: ".html"
19683   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19684   data: "plot-vpp-throughput-latency-3n-hsw"
19685   filter: "'NIC_Intel-X520-DA2' and
19686            '64B' and
19687            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
19688            'NDRPDR' and
19689            '2T2C' and
19690            'IP4FWD' and
19691            not 'IPSEC' and
19692            not 'VHOST'"
19693   parameters:
19694   - "latency"
19695   - "parent"
19696   - "tags"
19697   sort:
19698   - "DOT1Q"
19699   - "IP4BASE"
19700   - "FIB_20k"
19701   - "FIB_200k"
19702   - "FIB_2M"
19703   layout:
19704     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19705     layout: "plot-latency"
19706
19707 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19708 -
19709   type: "plot"
19710   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19711   algorithm: "plot_latency_error_bars"
19712   output-file-type: ".html"
19713   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19714   data: "plot-vpp-throughput-latency-3n-hsw"
19715   filter: "'NIC_Intel-X520-DA2' and
19716            '64B' and
19717            ('IP4BASE' or
19718             'POLICE_MARK' or
19719             'COPWHLIST' or
19720             ('NAT44' and 'BASE') or
19721             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19722            'NDRPDR' and
19723            '1T1C' and
19724            'IP4FWD' and
19725            not 'IPSEC' and
19726            not 'VHOST'"
19727   parameters:
19728   - "latency"
19729   - "parent"
19730   - "tags"
19731   sort:
19732   - "DOT1Q"
19733   - "IP4BASE"
19734   - "NAT44"
19735   - "POLICE_MARK"
19736   - "COPWHLIST"
19737   - "IACL"
19738   - "OACL"
19739   layout:
19740     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19741     layout: "plot-latency"
19742
19743 -
19744   type: "plot"
19745   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19746   algorithm: "plot_latency_error_bars"
19747   output-file-type: ".html"
19748   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19749   data: "plot-vpp-throughput-latency-3n-hsw"
19750   filter: "'NIC_Intel-X520-DA2' and
19751            '64B' and
19752            ('IP4BASE' or
19753             'POLICE_MARK' or
19754             'COPWHLIST' or
19755             ('NAT44' and 'BASE') or
19756             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19757            'NDRPDR' and
19758            '2T2C' and
19759            'IP4FWD' and
19760            not 'IPSEC' and
19761            not 'VHOST'"
19762   parameters:
19763   - "latency"
19764   - "parent"
19765   - "tags"
19766   sort:
19767   - "DOT1Q"
19768   - "IP4BASE"
19769   - "NAT44"
19770   - "POLICE_MARK"
19771   - "COPWHLIST"
19772   - "IACL"
19773   - "OACL"
19774   layout:
19775     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19776     layout: "plot-latency"
19777
19778 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19779 -
19780   type: "plot"
19781   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19782   algorithm: "plot_latency_error_bars"
19783   output-file-type: ".html"
19784   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19785   data: "plot-vpp-throughput-latency-3n-hsw"
19786   filter: "'NIC_Intel-X520-DA2' and
19787            '64B' and
19788            'NDRPDR' and
19789            '1T1C' and
19790            'IP4FWD' and
19791            'NAT44' and
19792            not 'IPSEC' and
19793            not 'VHOST'"
19794   parameters:
19795   - "latency"
19796   - "parent"
19797   - "tags"
19798   sort:
19799   - "BASE"
19800   - "BASE"
19801   - "SRC_USER_10"
19802   - "SRC_USER_100"
19803   - "SRC_USER_1000"
19804   - "SRC_USER_2000"
19805   layout:
19806     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19807     layout: "plot-latency"
19808
19809 -
19810   type: "plot"
19811   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19812   algorithm: "plot_latency_error_bars"
19813   output-file-type: ".html"
19814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19815   data: "plot-vpp-throughput-latency-3n-hsw"
19816   filter: "'NIC_Intel-X520-DA2' and
19817            '64B' and
19818            'NDRPDR' and
19819            '2T2C' and
19820            'IP4FWD' and
19821            'NAT44' and
19822            not 'IPSEC' and
19823            not 'VHOST'"
19824   parameters:
19825   - "latency"
19826   - "parent"
19827   - "tags"
19828   sort:
19829   - "BASE"
19830   - "BASE"
19831   - "SRC_USER_10"
19832   - "SRC_USER_100"
19833   - "SRC_USER_1000"
19834   - "SRC_USER_2000"
19835   layout:
19836     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19837     layout: "plot-latency"
19838
19839 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19840 -
19841   type: "plot"
19842   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19843   algorithm: "plot_latency_error_bars"
19844   output-file-type: ".html"
19845   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19846   data: "plot-vpp-throughput-latency-3n-hsw"
19847   filter: "'NIC_Intel-X520-DA2' and
19848            '64B' and
19849            'NDRPDR' and
19850            '1T1C' and
19851            'IP4FWD' and
19852            'IACL' and
19853            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19854            not 'IPSEC' and
19855            not 'VHOST'"
19856   parameters:
19857   - "latency"
19858   - "parent"
19859   - "tags"
19860   sort:
19861   - "ACL_STATELESS"
19862   - "ACL_STATEFUL"
19863   - "ACL_STATELESS"
19864   - "ACL_STATEFUL"
19865   layout:
19866     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19867     layout: "plot-latency"
19868
19869 -
19870   type: "plot"
19871   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19872   algorithm: "plot_latency_error_bars"
19873   output-file-type: ".html"
19874   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19875   data: "plot-vpp-throughput-latency-3n-hsw"
19876   filter: "'NIC_Intel-X520-DA2' and
19877            '64B' and
19878            'NDRPDR' and
19879            '2T2C' and
19880            'IP4FWD' and
19881            'IACL' and
19882            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19883            not 'IPSEC' and
19884            not 'VHOST'"
19885   parameters:
19886   - "latency"
19887   - "parent"
19888   - "tags"
19889   sort:
19890   - "ACL_STATELESS"
19891   - "ACL_STATEFUL"
19892   - "ACL_STATELESS"
19893   - "ACL_STATEFUL"
19894   layout:
19895     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19896     layout: "plot-latency"
19897
19898 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19899 -
19900   type: "plot"
19901   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19902   algorithm: "plot_latency_error_bars"
19903   output-file-type: ".html"
19904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19905   data: "plot-vpp-throughput-latency-3n-hsw"
19906   filter: "'NIC_Intel-X520-DA2' and
19907            '64B' and
19908            'NDRPDR' and
19909            '1T1C' and
19910            'IP4FWD' and
19911            'OACL' and
19912            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19913            not 'IPSEC' and
19914            not 'VHOST'"
19915   parameters:
19916   - "latency"
19917   - "parent"
19918   - "tags"
19919   sort:
19920   - "ACL_STATELESS"
19921   - "ACL_STATEFUL"
19922   - "ACL_STATELESS"
19923   - "ACL_STATEFUL"
19924   layout:
19925     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19926     layout: "plot-latency"
19927
19928 -
19929   type: "plot"
19930   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19931   algorithm: "plot_latency_error_bars"
19932   output-file-type: ".html"
19933   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19934   data: "plot-vpp-throughput-latency-3n-hsw"
19935   filter: "'NIC_Intel-X520-DA2' and
19936            '64B' and
19937            'NDRPDR' and
19938            '2T2C' and
19939            'IP4FWD' and
19940            'OACL' and
19941            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19942            not 'IPSEC' and
19943            not 'VHOST'"
19944   parameters:
19945   - "latency"
19946   - "parent"
19947   - "tags"
19948   sort:
19949   - "ACL_STATELESS"
19950   - "ACL_STATEFUL"
19951   - "ACL_STATELESS"
19952   - "ACL_STATEFUL"
19953   layout:
19954     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19955     layout: "plot-latency"
19956
19957 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19958 -
19959   type: "plot"
19960   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19961   algorithm: "plot_latency_error_bars"
19962   output-file-type: ".html"
19963   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19964   data: "plot-vpp-throughput-latency-3n-hsw"
19965   filter: "'NIC_Intel-X710' and
19966            '64B' and
19967            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19968            'NDRPDR' and
19969            '1T1C' and
19970            'IP4FWD' and
19971            not 'IPSEC' and
19972            not 'VHOST'"
19973   parameters:
19974   - "latency"
19975   - "parent"
19976   - "tags"
19977   sort:
19978   - "DOT1Q"
19979   - "IP4BASE"
19980   - "FIB_20K"
19981   - "FIB_200K"
19982   - "FIB_2M"
19983   layout:
19984     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19985     layout: "plot-latency"
19986
19987 -
19988   type: "plot"
19989   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19990   algorithm: "plot_latency_error_bars"
19991   output-file-type: ".html"
19992   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19993   data: "plot-vpp-throughput-latency-3n-hsw"
19994   filter: "'NIC_Intel-X710' and
19995            '64B' and
19996            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19997            'NDRPDR' and
19998            '2T2C' and
19999            'IP4FWD' and
20000            not 'IPSEC' and
20001            not 'VHOST'"
20002   parameters:
20003   - "latency"
20004   - "parent"
20005   - "tags"
20006   sort:
20007   - "DOT1Q"
20008   - "IP4BASE"
20009   - "FIB_20K"
20010   - "FIB_200K"
20011   - "FIB_2M"
20012   layout:
20013     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20014     layout: "plot-latency"
20015
20016 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20017 -
20018   type: "plot"
20019   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20020   algorithm: "plot_latency_error_bars"
20021   output-file-type: ".html"
20022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20023   data: "plot-vpp-throughput-latency-3n-hsw"
20024   filter: "'NIC_Intel-X710' and
20025            '64B' and
20026            ('IP4BASE' or
20027             'POLICE_MARK' or
20028             'COPWHLIST' or
20029             ('NAT44' and 'BASE') or
20030             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20031            'NDRPDR' and
20032            '1T1C' and
20033            'IP4FWD' and
20034            not 'IPSEC' and
20035            not 'VHOST'"
20036   parameters:
20037   - "latency"
20038   - "parent"
20039   - "tags"
20040   sort:
20041   - "IP4BASE"
20042   - "NAT44"
20043   - "POLICE_MARK"
20044   - "COPWHLIST"
20045   - "IACL"
20046   - "OACL"
20047   layout:
20048     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20049     layout: "plot-latency"
20050
20051 -
20052   type: "plot"
20053   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20054   algorithm: "plot_latency_error_bars"
20055   output-file-type: ".html"
20056   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20057   data: "plot-vpp-throughput-latency-3n-hsw"
20058   filter: "'NIC_Intel-X710' and
20059            '64B' and
20060            ('IP4BASE' or
20061             'POLICE_MARK' or
20062             'COPWHLIST' or
20063             ('NAT44' and 'BASE') or
20064             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20065            'NDRPDR' and
20066            '2T2C' and
20067            'IP4FWD' and
20068            not 'IPSEC' and
20069            not 'VHOST'"
20070   parameters:
20071   - "latency"
20072   - "parent"
20073   - "tags"
20074   sort:
20075   - "IP4BASE"
20076   - "NAT44"
20077   - "POLICE_MARK"
20078   - "COPWHLIST"
20079   - "IACL"
20080   - "OACL"
20081   layout:
20082     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20083     layout: "plot-latency"
20084
20085 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20086 -
20087   type: "plot"
20088   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20089   algorithm: "plot_latency_error_bars"
20090   output-file-type: ".html"
20091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20092   data: "plot-vpp-throughput-latency-3n-hsw"
20093   filter: "'NIC_Intel-X710' and
20094            '64B' and
20095            'NDRPDR' and
20096            '1T1C' and
20097            'IP4FWD' and
20098            'NAT44' and
20099            not 'IPSEC' and
20100            not 'VHOST'"
20101   parameters:
20102   - "latency"
20103   - "parent"
20104   - "tags"
20105   sort:
20106   - "BASE"
20107   - "BASE"
20108   - "SRC_USER_10"
20109   - "SRC_USER_100"
20110   - "SRC_USER_1000"
20111   - "SRC_USER_2000"
20112   layout:
20113     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20114     layout: "plot-latency"
20115
20116 -
20117   type: "plot"
20118   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20119   algorithm: "plot_latency_error_bars"
20120   output-file-type: ".html"
20121   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20122   data: "plot-vpp-throughput-latency-3n-hsw"
20123   filter: "'NIC_Intel-X710' and
20124            '64B' and
20125            'NDRPDR' and
20126            '2T2C' and
20127            'IP4FWD' and
20128            'NAT44' and
20129            not 'IPSEC' and
20130            not 'VHOST'"
20131   parameters:
20132   - "latency"
20133   - "parent"
20134   - "tags"
20135   sort:
20136   - "BASE"
20137   - "BASE"
20138   - "SRC_USER_10"
20139   - "SRC_USER_100"
20140   - "SRC_USER_1000"
20141   - "SRC_USER_2000"
20142   layout:
20143     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20144     layout: "plot-latency"
20145
20146 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20147 -
20148   type: "plot"
20149   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20150   algorithm: "plot_latency_error_bars"
20151   output-file-type: ".html"
20152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20153   data: "plot-vpp-throughput-latency-3n-hsw"
20154   filter: "'NIC_Intel-X710' and
20155            '64B' and
20156            'NDRPDR' and
20157            '1T1C' and
20158            'IP4FWD' and
20159            'IACL' and
20160            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20161            not 'IPSEC' and
20162            not 'VHOST'"
20163   parameters:
20164   - "latency"
20165   - "parent"
20166   - "tags"
20167   sort:
20168   - "ACL_STATELESS"
20169   - "ACL_STATEFUL"
20170   - "ACL_STATELESS"
20171   - "ACL_STATEFUL"
20172   layout:
20173     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20174     layout: "plot-latency"
20175
20176 -
20177   type: "plot"
20178   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20179   algorithm: "plot_latency_error_bars"
20180   output-file-type: ".html"
20181   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20182   data: "plot-vpp-throughput-latency-3n-hsw"
20183   filter: "'NIC_Intel-X710' and
20184            '64B' and
20185            'NDRPDR' and
20186            '2T2C' and
20187            'IP4FWD' and
20188            'IACL' and
20189            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20190            not 'IPSEC' and
20191            not 'VHOST'"
20192   parameters:
20193   - "latency"
20194   - "parent"
20195   - "tags"
20196   sort:
20197   - "ACL_STATELESS"
20198   - "ACL_STATEFUL"
20199   - "ACL_STATELESS"
20200   - "ACL_STATEFUL"
20201   layout:
20202     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20203     layout: "plot-latency"
20204
20205 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
20206 -
20207   type: "plot"
20208   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20209   algorithm: "plot_latency_error_bars"
20210   output-file-type: ".html"
20211   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
20212   data: "plot-vpp-throughput-latency-3n-hsw"
20213   filter: "'NIC_Intel-X710' and
20214            '64B' and
20215            'NDRPDR' and
20216            '1T1C' and
20217            'IP4FWD' and
20218            'OACL' and
20219            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20220            not 'IPSEC' and
20221            not 'VHOST'"
20222   parameters:
20223   - "latency"
20224   - "parent"
20225   - "tags"
20226   sort:
20227   - "ACL_STATELESS"
20228   - "ACL_STATEFUL"
20229   - "ACL_STATELESS"
20230   - "ACL_STATEFUL"
20231   layout:
20232     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
20233     layout: "plot-latency"
20234
20235 -
20236   type: "plot"
20237   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20238   algorithm: "plot_latency_error_bars"
20239   output-file-type: ".html"
20240   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
20241   data: "plot-vpp-throughput-latency-3n-hsw"
20242   filter: "'NIC_Intel-X710' and
20243            '64B' and
20244            'NDRPDR' and
20245            '2T2C' and
20246            'IP4FWD' and
20247            'OACL' and
20248            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20249            not 'IPSEC' and
20250            not 'VHOST'"
20251   parameters:
20252   - "latency"
20253   - "parent"
20254   - "tags"
20255   sort:
20256   - "ACL_STATELESS"
20257   - "ACL_STATEFUL"
20258   - "ACL_STATELESS"
20259   - "ACL_STATEFUL"
20260   layout:
20261     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
20262     layout: "plot-latency"
20263
20264 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20265 -
20266   type: "plot"
20267   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20268   algorithm: "plot_latency_error_bars"
20269   output-file-type: ".html"
20270   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20271   data: "plot-vpp-throughput-latency-3n-hsw"
20272   filter: "'NIC_Intel-XL710' and
20273            '64B' and
20274            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20275            'NDRPDR' and
20276            '1T1C' and
20277            'IP4FWD' and
20278            not 'IPSEC' and
20279            not 'VHOST'"
20280   parameters:
20281   - "latency"
20282   - "parent"
20283   - "tags"
20284   sort:
20285   - "IP4BASE"
20286   - "FIB_20K"
20287   - "FIB_200K"
20288   - "FIB_2M"
20289   layout:
20290     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20291     layout: "plot-latency"
20292
20293 -
20294   type: "plot"
20295   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20296   algorithm: "plot_latency_error_bars"
20297   output-file-type: ".html"
20298   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20299   data: "plot-vpp-throughput-latency-3n-hsw"
20300   filter: "'NIC_Intel-XL710' and
20301            '64B' and
20302            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20303            'NDRPDR' and
20304            '2T2C' and
20305            'IP4FWD' and
20306            not 'IPSEC' and
20307            not 'VHOST'"
20308   parameters:
20309   - "latency"
20310   - "parent"
20311   - "tags"
20312   sort:
20313   - "IP4BASE"
20314   - "FIB_20K"
20315   - "FIB_200K"
20316   - "FIB_2M"
20317   layout:
20318     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20319     layout: "plot-latency"
20320
20321 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20322 -
20323   type: "plot"
20324   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20325   algorithm: "plot_latency_error_bars"
20326   output-file-type: ".html"
20327   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20328   data: "plot-vpp-throughput-latency-3n-skx"
20329   filter: "'NIC_Intel-X710' and
20330            '64B' and
20331            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20332            'NDRPDR' and
20333            '2T1C' and
20334            'IP4FWD' and
20335            not 'IPSEC' and
20336            not 'VHOST'"
20337   parameters:
20338   - "latency"
20339   - "parent"
20340   - "tags"
20341   sort:
20342   - "IP4BASE"
20343   - "FIB_20K"
20344   - "FIB_200K"
20345   - "FIB_2M"
20346   layout:
20347     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20348     layout: "plot-latency"
20349
20350 -
20351   type: "plot"
20352   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20353   algorithm: "plot_latency_error_bars"
20354   output-file-type: ".html"
20355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20356   data: "plot-vpp-throughput-latency-3n-skx"
20357   filter: "'NIC_Intel-X710' and
20358            '64B' and
20359            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20360            'NDRPDR' and
20361            '4T2C' and
20362            'IP4FWD' and
20363            not 'IPSEC' and
20364            not 'VHOST'"
20365   parameters:
20366   - "latency"
20367   - "parent"
20368   - "tags"
20369   sort:
20370   - "IP4BASE"
20371   - "FIB_20K"
20372   - "FIB_200K"
20373   - "FIB_2M"
20374   layout:
20375     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20376     layout: "plot-latency"
20377
20378 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20379 -
20380   type: "plot"
20381   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20382   algorithm: "plot_latency_error_bars"
20383   output-file-type: ".html"
20384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20385   data: "plot-vpp-throughput-latency-3n-skx"
20386   filter: "'NIC_Intel-X710' and
20387            '64B' and
20388            ('IP4BASE' or
20389             'POLICE_MARK' or
20390             'COPWHLIST' or
20391             ('NAT44' and 'BASE') or
20392             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20393            'NDRPDR' and
20394            '2T1C' and
20395            'IP4FWD' and
20396            not 'IPSEC' and
20397            not 'VHOST'"
20398   parameters:
20399   - "latency"
20400   - "parent"
20401   - "tags"
20402   sort:
20403   - "IP4BASE"
20404   - "NAT44"
20405   - "POLICE_MARK"
20406   - "COPWHLIST"
20407   - "IACL"
20408   - "OACL"
20409   layout:
20410     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20411     layout: "plot-latency"
20412
20413 -
20414   type: "plot"
20415   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20416   algorithm: "plot_latency_error_bars"
20417   output-file-type: ".html"
20418   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20419   data: "plot-vpp-throughput-latency-3n-skx"
20420   filter: "'NIC_Intel-X710' and
20421            '64B' and
20422            ('IP4BASE' or
20423             'POLICE_MARK' or
20424             'COPWHLIST' or
20425             ('NAT44' and 'BASE') or
20426             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20427            'NDRPDR' and
20428            '4T2C' and
20429            'IP4FWD' and
20430            not 'IPSEC' and
20431            not 'VHOST'"
20432   parameters:
20433   - "latency"
20434   - "parent"
20435   - "tags"
20436   sort:
20437   - "IP4BASE"
20438   - "NAT44"
20439   - "POLICE_MARK"
20440   - "COPWHLIST"
20441   - "IACL"
20442   - "OACL"
20443   layout:
20444     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20445     layout: "plot-latency"
20446
20447 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20448 -
20449   type: "plot"
20450   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20451   algorithm: "plot_latency_error_bars"
20452   output-file-type: ".html"
20453   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20454   data: "plot-vpp-throughput-latency-3n-skx"
20455   filter: "'NIC_Intel-X710' and
20456            '64B' and
20457            'NDRPDR' and
20458            '2T1C' and
20459            'IP4FWD' and
20460            'NAT44' and
20461            not 'IPSEC' and
20462            not 'VHOST'"
20463   parameters:
20464   - "latency"
20465   - "parent"
20466   - "tags"
20467   sort:
20468   - "BASE"
20469   - "BASE"
20470   - "SRC_USER_10"
20471   - "SRC_USER_100"
20472   - "SRC_USER_1000"
20473   - "SRC_USER_2000"
20474   layout:
20475     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20476     layout: "plot-latency"
20477
20478 -
20479   type: "plot"
20480   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20481   algorithm: "plot_latency_error_bars"
20482   output-file-type: ".html"
20483   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20484   data: "plot-vpp-throughput-latency-3n-skx"
20485   filter: "'NIC_Intel-X710' and
20486            '64B' and
20487            'NDRPDR' and
20488            '4T2C' and
20489            'IP4FWD' and
20490            'NAT44' and
20491            not 'IPSEC' and
20492            not 'VHOST'"
20493   parameters:
20494   - "latency"
20495   - "parent"
20496   - "tags"
20497   sort:
20498   - "BASE"
20499   - "BASE"
20500   - "SRC_USER_10"
20501   - "SRC_USER_100"
20502   - "SRC_USER_1000"
20503   - "SRC_USER_2000"
20504   layout:
20505     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20506     layout: "plot-latency"
20507
20508 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20509 -
20510   type: "plot"
20511   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20512   algorithm: "plot_latency_error_bars"
20513   output-file-type: ".html"
20514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20515   data: "plot-vpp-throughput-latency-3n-skx"
20516   filter: "'NIC_Intel-X710' and
20517            '64B' and
20518            'NDRPDR' and
20519            '2T1C' and
20520            'IP4FWD' and
20521            'IACL' and
20522            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20523            not 'IPSEC' and
20524            not 'VHOST'"
20525   parameters:
20526   - "latency"
20527   - "parent"
20528   - "tags"
20529   sort:
20530   - "ACL_STATELESS"
20531   - "ACL_STATEFUL"
20532   - "ACL_STATELESS"
20533   - "ACL_STATEFUL"
20534   layout:
20535     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20536     layout: "plot-latency"
20537
20538 -
20539   type: "plot"
20540   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20541   algorithm: "plot_latency_error_bars"
20542   output-file-type: ".html"
20543   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20544   data: "plot-vpp-throughput-latency-3n-skx"
20545   filter: "'NIC_Intel-X710' and
20546            '64B' and
20547            'NDRPDR' and
20548            '4T2C' and
20549            'IP4FWD' and
20550            'IACL' and
20551            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20552            not 'IPSEC' and
20553            not 'VHOST'"
20554   parameters:
20555   - "latency"
20556   - "parent"
20557   - "tags"
20558   sort:
20559   - "ACL_STATELESS"
20560   - "ACL_STATEFUL"
20561   - "ACL_STATELESS"
20562   - "ACL_STATEFUL"
20563   layout:
20564     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20565     layout: "plot-latency"
20566
20567 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20568 -
20569   type: "plot"
20570   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20571   algorithm: "plot_latency_error_bars"
20572   output-file-type: ".html"
20573   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
20574   data: "plot-vpp-throughput-latency-3n-skx"
20575   filter: "'NIC_Intel-X710' and
20576            '64B' and
20577            'NDRPDR' and
20578            '2T1C' and
20579            'IP4FWD' and
20580            'OACL' and
20581            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20582            not 'IPSEC' and
20583            not 'VHOST'"
20584   parameters:
20585   - "latency"
20586   - "parent"
20587   - "tags"
20588   sort:
20589   - "ACL_STATELESS"
20590   - "ACL_STATEFUL"
20591   - "ACL_STATELESS"
20592   - "ACL_STATEFUL"
20593   layout:
20594     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
20595     layout: "plot-latency"
20596
20597 -
20598   type: "plot"
20599   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
20600   algorithm: "plot_latency_error_bars"
20601   output-file-type: ".html"
20602   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
20603   data: "plot-vpp-throughput-latency-3n-skx"
20604   filter: "'NIC_Intel-X710' and
20605            '64B' and
20606            'NDRPDR' and
20607            '4T2C' and
20608            'IP4FWD' and
20609            'OACL' and
20610            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20611            not 'IPSEC' and
20612            not 'VHOST'"
20613   parameters:
20614   - "latency"
20615   - "parent"
20616   - "tags"
20617   sort:
20618   - "ACL_STATELESS"
20619   - "ACL_STATEFUL"
20620   - "ACL_STATELESS"
20621   - "ACL_STATEFUL"
20622   layout:
20623     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
20624     layout: "plot-latency"
20625
20626 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20627 -
20628   type: "plot"
20629   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20630   algorithm: "plot_latency_error_bars"
20631   output-file-type: ".html"
20632   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20633   data: "plot-vpp-throughput-latency-2n-skx"
20634   filter: "'NIC_Intel-X710' and
20635            '64B' and
20636            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20637            'NDRPDR' and
20638            '2T1C' and
20639            'IP4FWD' and
20640            not 'IPSEC' and
20641            not 'VHOST'"
20642   parameters:
20643   - "latency"
20644   - "parent"
20645   - "tags"
20646   sort:
20647   - "DOT1Q"
20648   - "IP4BASE"
20649   - "FIB_20k"
20650   - "FIB_200k"
20651   - "FIB_2M"
20652   layout:
20653     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20654     layout: "plot-latency"
20655
20656 -
20657   type: "plot"
20658   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20659   algorithm: "plot_latency_error_bars"
20660   output-file-type: ".html"
20661   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20662   data: "plot-vpp-throughput-latency-2n-skx"
20663   filter: "'NIC_Intel-X710' and
20664            '64B' and
20665            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20666            'NDRPDR' and
20667            '4T2C' and
20668            'IP4FWD' and
20669            not 'IPSEC' and
20670            not 'VHOST'"
20671   parameters:
20672   - "latency"
20673   - "parent"
20674   - "tags"
20675   sort:
20676   - "DOT1Q"
20677   - "IP4BASE"
20678   - "FIB_20k"
20679   - "FIB_200k"
20680   - "FIB_2M"
20681   layout:
20682     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20683     layout: "plot-latency"
20684
20685 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20686 -
20687   type: "plot"
20688   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20689   algorithm: "plot_latency_error_bars"
20690   output-file-type: ".html"
20691   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20692   data: "plot-vpp-throughput-latency-2n-skx"
20693   filter: "'NIC_Intel-XXV710' and
20694            '64B' and
20695            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20696            'NDRPDR' and
20697            '2T1C' and
20698            'IP4FWD' and
20699            not 'IPSEC' and
20700            not 'VHOST'"
20701   parameters:
20702   - "latency"
20703   - "parent"
20704   - "tags"
20705   sort:
20706   - "DOT1Q"
20707   - "IP4BASE"
20708   - "FIB_20k"
20709   - "FIB_200k"
20710   - "FIB_2M"
20711   layout:
20712     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20713     layout: "plot-latency"
20714
20715 -
20716   type: "plot"
20717   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20718   algorithm: "plot_latency_error_bars"
20719   output-file-type: ".html"
20720   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20721   data: "plot-vpp-throughput-latency-2n-skx"
20722   filter: "'NIC_Intel-XXV710' and
20723            '64B' and
20724            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20725            'NDRPDR' and
20726            '4T2C' and
20727            'IP4FWD' and
20728            not 'IPSEC' and
20729            not 'VHOST'"
20730   parameters:
20731   - "latency"
20732   - "parent"
20733   - "tags"
20734   sort:
20735   - "DOT1Q"
20736   - "IP4BASE"
20737   - "FIB_20k"
20738   - "FIB_200k"
20739   - "FIB_2M"
20740   layout:
20741     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20742     layout: "plot-latency"
20743
20744 ################################################################################
20745
20746 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20747 -
20748   type: "plot"
20749   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20750   algorithm: "plot_latency_error_bars"
20751   output-file-type: ".html"
20752   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20753   data: "plot-vpp-throughput-latency-3n-hsw"
20754   filter: "'NIC_Intel-X520-DA2' and
20755            '64B' and
20756            'ENCAP' and
20757            'NDRPDR' and
20758            '1T1C' and
20759            ('VXLAN' or 'LISP') and
20760            not 'VHOST' and
20761            not 'IPSECHW'"
20762   parameters:
20763   - "latency"
20764   - "parent"
20765   - "tags"
20766   sort:
20767   - "not DOT1Q"
20768   - "VXLAN_1"
20769   - "VXLAN_10"
20770   - "VXLAN_100"
20771   - "VXLAN_1000"
20772   layout:
20773     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20774     layout: "plot-latency"
20775
20776 -
20777   type: "plot"
20778   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20779   algorithm: "plot_latency_error_bars"
20780   output-file-type: ".html"
20781   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20782   data: "plot-vpp-throughput-latency-3n-hsw"
20783   filter: "'NIC_Intel-X520-DA2' and
20784            '64B' and
20785            'ENCAP' and
20786            'NDRPDR' and
20787            '2T2C' and
20788            ('VXLAN' or 'LISP') and
20789            not 'VHOST' and
20790            not 'IPSECHW'"
20791   parameters:
20792   - "latency"
20793   - "parent"
20794   - "tags"
20795   sort:
20796   - "not DOT1Q"
20797   - "VXLAN_1"
20798   - "VXLAN_10"
20799   - "VXLAN_100"
20800   - "VXLAN_1000"
20801   layout:
20802     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20803     layout: "plot-latency"
20804
20805 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20806 -
20807   type: "plot"
20808   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20809   algorithm: "plot_latency_error_bars"
20810   output-file-type: ".html"
20811   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20812   data: "plot-vpp-throughput-latency-3n-hsw"
20813   filter: "'NIC_Intel-X520-DA2' and
20814            '64B' and
20815            'ENCAP' and
20816            'NDRPDR' and
20817            '1T1C' and
20818            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20819            not 'DOT1Q' and
20820            not 'VHOST' and
20821            not 'IPSECHW'"
20822   parameters:
20823   - "latency"
20824   - "parent"
20825   - "tags"
20826   sort:
20827   - "L2BDMACLRN"
20828   - "L2XCFWD"
20829   - "LISP"
20830   layout:
20831     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20832     layout: "plot-latency"
20833
20834 -
20835   type: "plot"
20836   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20837   algorithm: "plot_latency_error_bars"
20838   output-file-type: ".html"
20839   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20840   data: "plot-vpp-throughput-latency-3n-hsw"
20841   filter: "'NIC_Intel-X520-DA2' and
20842            '64B' and
20843            'ENCAP' and
20844            'NDRPDR' and
20845            '2T2C' and
20846            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20847            not 'DOT1Q' and
20848            not 'VHOST' and
20849            not 'IPSECHW'"
20850   parameters:
20851   - "latency"
20852   - "parent"
20853   - "tags"
20854   sort:
20855   - "L2BDMACLRN"
20856   - "L2XCFWD"
20857   - "LISP"
20858   layout:
20859     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20860     layout: "plot-latency"
20861
20862 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20863 -
20864   type: "plot"
20865   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20866   algorithm: "plot_latency_error_bars"
20867   output-file-type: ".html"
20868   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20869   data: "plot-vpp-throughput-latency-3n-hsw"
20870   filter: "'NIC_Intel-X710' and
20871            '64B' and
20872            'ENCAP' and
20873            'NDRPDR' and
20874            '1T1C' and
20875            ('VXLAN' or 'LISP') and
20876            not 'VHOST' and
20877            not 'IPSECHW'"
20878   parameters:
20879   - "latency"
20880   - "parent"
20881   - "tags"
20882   sort:
20883   - "LISP"
20884   - "VXLAN_1"
20885   - "VXLAN_10"
20886   - "VXLAN_100"
20887   - "VXLAN_1000"
20888   layout:
20889     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20890     layout: "plot-latency"
20891
20892 -
20893   type: "plot"
20894   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20895   algorithm: "plot_latency_error_bars"
20896   output-file-type: ".html"
20897   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20898   data: "plot-vpp-throughput-latency-3n-hsw"
20899   filter: "'NIC_Intel-X710' and
20900            '64B' and
20901            'ENCAP' and
20902            'NDRPDR' and
20903            '2T2C' and
20904            ('VXLAN' or 'LISP') and
20905            not 'VHOST' and
20906            not 'IPSECHW'"
20907   parameters:
20908   - "latency"
20909   - "parent"
20910   - "tags"
20911   sort:
20912   - "LISP"
20913   - "VXLAN_1"
20914   - "VXLAN_10"
20915   - "VXLAN_100"
20916   - "VXLAN_1000"
20917   layout:
20918     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20919     layout: "plot-latency"
20920
20921 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20922 -
20923   type: "plot"
20924   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20925   algorithm: "plot_latency_error_bars"
20926   output-file-type: ".html"
20927   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20928   data: "plot-vpp-throughput-latency-3n-hsw"
20929   filter: "'NIC_Intel-X710' and
20930            '64B' and
20931            'ENCAP' and
20932            'NDRPDR' and
20933            '1T1C' and
20934            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20935            not 'DOT1Q' and
20936            not 'VHOST' and
20937            not 'IPSECHW'"
20938   parameters:
20939   - "latency"
20940   - "parent"
20941   - "tags"
20942   sort:
20943   - "L2BDMACLRN"
20944   - "L2XCFWD"
20945   - "LISP"
20946   layout:
20947     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20948     layout: "plot-latency"
20949
20950 -
20951   type: "plot"
20952   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20953   algorithm: "plot_latency_error_bars"
20954   output-file-type: ".html"
20955   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20956   data: "plot-vpp-throughput-latency-3n-hsw"
20957   filter: "'NIC_Intel-X710' and
20958            '64B' and
20959            'ENCAP' and
20960            'NDRPDR' and
20961            '2T2C' and
20962            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20963            not 'DOT1Q' and
20964            not 'VHOST' and
20965            not 'IPSECHW'"
20966   parameters:
20967   - "latency"
20968   - "parent"
20969   - "tags"
20970   sort:
20971   - "L2BDMACLRN"
20972   - "L2XCFWD"
20973   - "LISP"
20974   layout:
20975     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20976     layout: "plot-latency"
20977
20978 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20979 -
20980   type: "plot"
20981   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20982   algorithm: "plot_latency_error_bars"
20983   output-file-type: ".html"
20984   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20985   data: "plot-vpp-throughput-latency-3n-skx"
20986   filter: "'NIC_Intel-X710' and
20987            '64B' and
20988            'ENCAP' and
20989            'NDRPDR' and
20990            '2T1C' and
20991            ('VXLAN' or 'LISP') and
20992            not 'VHOST' and
20993            not 'IPSECHW'"
20994   parameters:
20995   - "latency"
20996   - "parent"
20997   - "tags"
20998   sort:
20999   - "LISP"
21000   - "VXLAN_1"
21001   - "VXLAN_10"
21002   - "VXLAN_100"
21003   - "VXLAN_1000"
21004   layout:
21005     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21006     layout: "plot-latency"
21007
21008 -
21009   type: "plot"
21010   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21011   algorithm: "plot_latency_error_bars"
21012   output-file-type: ".html"
21013   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21014   data: "plot-vpp-throughput-latency-3n-skx"
21015   filter: "'NIC_Intel-X710' and
21016            '64B' and
21017            'ENCAP' and
21018            'NDRPDR' and
21019            '4T2C' and
21020            ('VXLAN' or 'LISP') and
21021            not 'VHOST' and
21022            not 'IPSECHW'"
21023   parameters:
21024   - "latency"
21025   - "parent"
21026   - "tags"
21027   sort:
21028   - "LISP"
21029   - "VXLAN_1"
21030   - "VXLAN_10"
21031   - "VXLAN_100"
21032   - "VXLAN_1000"
21033   layout:
21034     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21035     layout: "plot-latency"
21036
21037 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
21038 -
21039   type: "plot"
21040   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21041   algorithm: "plot_latency_error_bars"
21042   output-file-type: ".html"
21043   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21044   data: "plot-vpp-throughput-latency-3n-skx"
21045   filter: "'NIC_Intel-X710' and
21046            '64B' and
21047            'ENCAP' and
21048            'NDRPDR' and
21049            '2T1C' and
21050            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21051            not 'DOT1Q' and
21052            not 'VHOST' and
21053            not 'IPSECHW'"
21054   parameters:
21055   - "latency"
21056   - "parent"
21057   - "tags"
21058   sort:
21059   - "L2BDMACLRN"
21060   - "L2XCFWD"
21061   - "LISP"
21062   layout:
21063     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21064     layout: "plot-latency"
21065
21066 -
21067   type: "plot"
21068   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21069   algorithm: "plot_latency_error_bars"
21070   output-file-type: ".html"
21071   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21072   data: "plot-vpp-throughput-latency-3n-skx"
21073   filter: "'NIC_Intel-X710' and
21074            '64B' and
21075            'ENCAP' and
21076            'NDRPDR' and
21077            '4T2C' and
21078            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21079            not 'DOT1Q' and
21080            not 'VHOST' and
21081            not 'IPSECHW'"
21082   parameters:
21083   - "latency"
21084   - "parent"
21085   - "tags"
21086   sort:
21087   - "L2BDMACLRN"
21088   - "L2XCFWD"
21089   - "LISP"
21090   layout:
21091     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21092     layout: "plot-latency"
21093
21094 ################################################################################
21095
21096 # Packet Latency - VPP IPv6 3n-hsw-x520
21097 -
21098   type: "plot"
21099   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21100   algorithm: "plot_latency_error_bars"
21101   output-file-type: ".html"
21102   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21103   data: "plot-vpp-throughput-latency-3n-hsw"
21104   filter: "'NIC_Intel-X520-DA2' and
21105            '78B' and
21106            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21107            'NDRPDR' and
21108            '1T1C' and
21109            'IP6FWD' and
21110            not 'SRv6' and
21111            not 'IPSEC' and
21112            not 'VHOST'"
21113   parameters:
21114   - "latency"
21115   - "parent"
21116   - "tags"
21117   sort:
21118   - "IP6BASE"
21119   - "FIB_20K"
21120   - "FIB_200K"
21121   - "FIB_2M"
21122   layout:
21123     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21124     layout: "plot-latency"
21125
21126 -
21127   type: "plot"
21128   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21129   algorithm: "plot_latency_error_bars"
21130   output-file-type: ".html"
21131   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21132   data: "plot-vpp-throughput-latency-3n-hsw"
21133   filter: "'NIC_Intel-X520-DA2' and
21134            '78B' and
21135            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21136            'NDRPDR' and
21137            '2T2C' and
21138            'IP6FWD' and
21139            not 'SRv6' and
21140            not 'IPSEC' and
21141            not 'VHOST'"
21142   parameters:
21143   - "latency"
21144   - "parent"
21145   - "tags"
21146   sort:
21147   - "IP6BASE"
21148   - "FIB_20K"
21149   - "FIB_200K"
21150   - "FIB_2M"
21151   layout:
21152     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21153     layout: "plot-latency"
21154
21155 # Packet Latency - VPP IPv6 3n-hsw-x710
21156 -
21157   type: "plot"
21158   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21159   algorithm: "plot_latency_error_bars"
21160   output-file-type: ".html"
21161   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21162   data: "plot-vpp-throughput-latency-3n-hsw"
21163   filter: "'NIC_Intel-X710' and
21164            '78B' and
21165            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21166            'NDRPDR' and
21167            '1T1C' and
21168            'IP6FWD' and
21169            not 'SRv6' and
21170            not 'IPSEC' and
21171            not 'VHOST'"
21172   parameters:
21173   - "latency"
21174   - "parent"
21175   - "tags"
21176   sort:
21177   - "IP6BASE"
21178   - "FIB_20K"
21179   - "FIB_200K"
21180   - "FIB_2M"
21181   layout:
21182     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21183     layout: "plot-latency"
21184
21185 -
21186   type: "plot"
21187   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21188   algorithm: "plot_latency_error_bars"
21189   output-file-type: ".html"
21190   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21191   data: "plot-vpp-throughput-latency-3n-hsw"
21192   filter: "'NIC_Intel-X710' and
21193            '78B' and
21194            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21195            'NDRPDR' and
21196            '2T2C' and
21197            'IP6FWD' and
21198            not 'SRv6' and
21199            not 'IPSEC' and
21200            not 'VHOST'"
21201   parameters:
21202   - "latency"
21203   - "parent"
21204   - "tags"
21205   sort:
21206   - "IP6BASE"
21207   - "FIB_20K"
21208   - "FIB_200K"
21209   - "FIB_2M"
21210   layout:
21211     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21212     layout: "plot-latency"
21213
21214 # Packet Latency - VPP IPv6 3n-hsw-xl710
21215 -
21216   type: "plot"
21217   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21218   algorithm: "plot_latency_error_bars"
21219   output-file-type: ".html"
21220   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
21221   data: "plot-vpp-throughput-latency-3n-hsw"
21222   filter: "'NIC_Intel-XL710' and
21223            '78B' and
21224            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21225            'NDRPDR' and
21226            '1T1C' and
21227            'IP6FWD' and
21228            not 'SRv6' and
21229            not 'IPSEC' and
21230            not 'VHOST'"
21231   parameters:
21232   - "latency"
21233   - "parent"
21234   - "tags"
21235   sort:
21236   - "IP6BASE"
21237   - "FIB_20K"
21238   - "FIB_200K"
21239   - "FIB_2M"
21240   layout:
21241     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
21242     layout: "plot-latency"
21243
21244 -
21245   type: "plot"
21246   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21247   algorithm: "plot_latency_error_bars"
21248   output-file-type: ".html"
21249   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
21250   data: "plot-vpp-throughput-latency-3n-hsw"
21251   filter: "'NIC_Intel-XL710' and
21252            '78B' and
21253            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21254            'NDRPDR' and
21255            '2T2C' and
21256            'IP6FWD' and
21257            not 'SRv6' and
21258            not 'IPSEC' and
21259            not 'VHOST'"
21260   parameters:
21261   - "latency"
21262   - "parent"
21263   - "tags"
21264   sort:
21265   - "IP6BASE"
21266   - "FIB_20K"
21267   - "FIB_200K"
21268   - "FIB_2M"
21269   layout:
21270     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
21271     layout: "plot-latency"
21272
21273 # Packet Latency - VPP IPv6 3n-skx-x710
21274 -
21275   type: "plot"
21276   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21277   algorithm: "plot_latency_error_bars"
21278   output-file-type: ".html"
21279   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21280   data: "plot-vpp-throughput-latency-3n-skx"
21281   filter: "'NIC_Intel-X710' and
21282            '78B' and
21283            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21284            'NDRPDR' and
21285            '2T1C' and
21286            'IP6FWD' and
21287            not 'SRv6' and
21288            not 'IPSEC' and
21289            not 'VHOST'"
21290   parameters:
21291   - "latency"
21292   - "parent"
21293   - "tags"
21294   sort:
21295   - "IP6BASE"
21296   - "FIB_20K"
21297   - "FIB_200K"
21298   - "FIB_2M"
21299   layout:
21300     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21301     layout: "plot-latency"
21302
21303 -
21304   type: "plot"
21305   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21306   algorithm: "plot_latency_error_bars"
21307   output-file-type: ".html"
21308   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21309   data: "plot-vpp-throughput-latency-3n-skx"
21310   filter: "'NIC_Intel-X710' and
21311            '78B' and
21312            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21313            'NDRPDR' and
21314            '4T2C' and
21315            'IP6FWD' and
21316            not 'SRv6' and
21317            not 'IPSEC' and
21318            not 'VHOST'"
21319   parameters:
21320   - "latency"
21321   - "parent"
21322   - "tags"
21323   sort:
21324   - "IP6BASE"
21325   - "FIB_20K"
21326   - "FIB_200K"
21327   - "FIB_2M"
21328   layout:
21329     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21330     layout: "plot-latency"
21331
21332 # Packet Latency - VPP IPv6 2n-skx-x710
21333 -
21334   type: "plot"
21335   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21336   algorithm: "plot_latency_error_bars"
21337   output-file-type: ".html"
21338   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21339   data: "plot-vpp-throughput-latency-2n-skx"
21340   filter: "'NIC_Intel-X710' and
21341            '78B' and
21342            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21343            'NDRPDR' and
21344            '2T1C' and
21345            'IP6FWD' and
21346            not 'SRv6' and
21347            not 'IPSEC' and
21348            not 'VHOST'"
21349   parameters:
21350   - "latency"
21351   - "parent"
21352   - "tags"
21353   sort:
21354   - "IP6BASE"
21355   - "FIB_20k"
21356   - "FIB_200k"
21357   - "FIB_2M"
21358   layout:
21359     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21360     layout: "plot-latency"
21361
21362 -
21363   type: "plot"
21364   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21365   algorithm: "plot_latency_error_bars"
21366   output-file-type: ".html"
21367   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21368   data: "plot-vpp-throughput-latency-2n-skx"
21369   filter: "'NIC_Intel-X710' and
21370            '78B' and
21371            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21372            'NDRPDR' and
21373            '4T2C' and
21374            'IP6FWD' and
21375            not 'SRv6' and
21376            not 'IPSEC' and
21377            not 'VHOST'"
21378   parameters:
21379   - "latency"
21380   - "parent"
21381   - "tags"
21382   sort:
21383   - "IP6BASE"
21384   - "FIB_20k"
21385   - "FIB_200k"
21386   - "FIB_2M"
21387   layout:
21388     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21389     layout: "plot-latency"
21390
21391 # Packet Latency - VPP IPv6 2n-skx-xxv710
21392 -
21393   type: "plot"
21394   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21395   algorithm: "plot_latency_error_bars"
21396   output-file-type: ".html"
21397   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21398   data: "plot-vpp-throughput-latency-2n-skx"
21399   filter: "'NIC_Intel-XXV710' and
21400            '78B' and
21401            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21402            'NDRPDR' and
21403            '2T1C' and
21404            'IP6FWD' and
21405            not 'SRv6' and
21406            not 'IPSEC' and
21407            not 'VHOST'"
21408   parameters:
21409   - "latency"
21410   - "parent"
21411   - "tags"
21412   sort:
21413   - "IP6BASE"
21414   - "FIB_20k"
21415   - "FIB_200k"
21416   - "FIB_2M"
21417   layout:
21418     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21419     layout: "plot-latency"
21420
21421 -
21422   type: "plot"
21423   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21424   algorithm: "plot_latency_error_bars"
21425   output-file-type: ".html"
21426   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21427   data: "plot-vpp-throughput-latency-2n-skx"
21428   filter: "'NIC_Intel-XXV710' and
21429            '78B' and
21430            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21431            'NDRPDR' and
21432            '4T2C' and
21433            'IP6FWD' and
21434            not 'SRv6' and
21435            not 'IPSEC' and
21436            not 'VHOST'"
21437   parameters:
21438   - "latency"
21439   - "parent"
21440   - "tags"
21441   sort:
21442   - "IP6BASE"
21443   - "FIB_20k"
21444   - "FIB_200k"
21445   - "FIB_2M"
21446   layout:
21447     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21448     layout: "plot-latency"
21449
21450 ################################################################################
21451
21452 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21453 -
21454   type: "plot"
21455   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21456   algorithm: "plot_latency_error_bars"
21457   output-file-type: ".html"
21458   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
21459   data: "plot-vpp-throughput-latency-3n-hsw"
21460   filter: "'NIC_Intel-X520-DA2' and
21461            '78B' and
21462            'ENCAP' and
21463            'NDRPDR' and
21464            '1T1C' and
21465            'LISP' and
21466            not 'VHOST'"
21467   parameters:
21468   - "latency"
21469   - "parent"
21470   - "tags"
21471   sort:
21472   - "IP4UNRLAY"
21473   - "IP6UNRLAY"
21474   layout:
21475     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
21476     layout: "plot-latency"
21477
21478 -
21479   type: "plot"
21480   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21481   algorithm: "plot_latency_error_bars"
21482   output-file-type: ".html"
21483   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
21484   data: "plot-vpp-throughput-latency-3n-hsw"
21485   filter: "'NIC_Intel-X520-DA2' and
21486            '78B' and
21487            'ENCAP' and
21488            'NDRPDR' and
21489            '2T2C' and
21490            'LISP' and
21491            not 'VHOST'"
21492   parameters:
21493   - "latency"
21494   - "parent"
21495   - "tags"
21496   sort:
21497   - "IP4UNRLAY"
21498   - "IP6UNRLAY"
21499   layout:
21500     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
21501     layout: "plot-latency"
21502
21503 ################################################################################
21504
21505 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21506 -
21507   type: "plot"
21508   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21509   algorithm: "plot_latency_error_bars"
21510   output-file-type: ".html"
21511   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21512   data: "plot-vpp-throughput-latency-3n-hsw"
21513   filter: "'NIC_Intel-XL710' and
21514            '64B' and
21515            'IP4FWD' and
21516            'NDRPDR' and
21517            'BASE' and
21518            '1T1C' and
21519            'IPSECHW' and
21520            ('IPSECTRAN' or 'IPSECTUN') and
21521            not 'VHOST'"
21522   parameters:
21523   - "latency"
21524   - "parent"
21525   - "tags"
21526   layout:
21527     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21528     layout: "plot-latency"
21529
21530 -
21531   type: "plot"
21532   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21533   algorithm: "plot_latency_error_bars"
21534   output-file-type: ".html"
21535   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21536   data: "plot-vpp-throughput-latency-3n-hsw"
21537   filter: "'NIC_Intel-XL710' and
21538            '64B' and
21539            'IP4FWD' and
21540            'NDRPDR' and
21541            'BASE' and
21542            '2T2C' and
21543            'IPSECHW' and
21544            ('IPSECTRAN' or 'IPSECTUN') and
21545            not 'VHOST'"
21546   parameters:
21547   - "latency"
21548   - "parent"
21549   - "tags"
21550   layout:
21551     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21552     layout: "plot-latency"
21553
21554 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21555 -
21556   type: "plot"
21557   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21558   algorithm: "plot_latency_error_bars"
21559   output-file-type: ".html"
21560   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21561   data: "plot-vpp-throughput-latency-3n-hsw"
21562   filter: "'NIC_Intel-XL710' and
21563            '64B' and
21564            'IP4FWD' and
21565            'NDRPDR' and
21566            'SCALE' and
21567            '1T1C' and
21568            'IPSECHW' and
21569            ('IPSECTRAN' or 'IPSECTUN') and
21570            not 'VHOST'"
21571   parameters:
21572   - "latency"
21573   - "parent"
21574   - "tags"
21575   layout:
21576     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21577     layout: "plot-latency"
21578
21579 -
21580   type: "plot"
21581   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21582   algorithm: "plot_latency_error_bars"
21583   output-file-type: ".html"
21584   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21585   data: "plot-vpp-throughput-latency-3n-hsw"
21586   filter: "'NIC_Intel-XL710' and
21587            '64B' and
21588            'IP4FWD' and
21589            'NDRPDR' and
21590            'SCALE' and
21591            '2T2C' and
21592            'IPSECHW' and
21593            ('IPSECTRAN' or 'IPSECTUN') and
21594            not 'VHOST'"
21595   parameters:
21596   - "latency"
21597   - "parent"
21598   - "tags"
21599   layout:
21600     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21601     layout: "plot-latency"
21602
21603 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21604 -
21605   type: "plot"
21606   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21607   algorithm: "plot_latency_error_bars"
21608   output-file-type: ".html"
21609   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21610   data: "plot-vpp-throughput-latency-3n-hsw"
21611   filter: "'NIC_Intel-XL710' and
21612            '64B' and
21613            'IP4FWD' and
21614            'NDRPDR' and
21615            '1T1C' and
21616            'IPSECSW' and
21617            ('IPSECTRAN' or 'IPSECTUN') and
21618            not 'VHOST'"
21619   parameters:
21620   - "latency"
21621   - "parent"
21622   - "tags"
21623   layout:
21624     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21625     layout: "plot-latency"
21626
21627 -
21628   type: "plot"
21629   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21630   algorithm: "plot_latency_error_bars"
21631   output-file-type: ".html"
21632   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21633   data: "plot-vpp-throughput-latency-3n-hsw"
21634   filter: "'NIC_Intel-XL710' and
21635            '64B' and
21636            'IP4FWD' and
21637            'NDRPDR' and
21638            '2T2C' and
21639            'IPSECSW' and
21640            ('IPSECTRAN' or 'IPSECTUN') and
21641            not 'VHOST'"
21642   parameters:
21643   - "latency"
21644   - "parent"
21645   - "tags"
21646   layout:
21647     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21648     layout: "plot-latency"
21649
21650 ################################################################################
21651
21652 # Packet Latency - VPP SRv6 3n-hsw-x520
21653 -
21654   type: "plot"
21655   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21656   algorithm: "plot_latency_error_bars"
21657   output-file-type: ".html"
21658   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21659   data: "plot-vpp-throughput-latency-3n-hsw"
21660   filter: "'NIC_Intel-X520-DA2' and
21661            '78B' and
21662            'FEATURE' and
21663            'NDRPDR' and
21664            '1T1C' and
21665            'IP6FWD' and
21666            'SRv6'"
21667   parameters:
21668   - "latency"
21669   - "parent"
21670   - "tags"
21671   layout:
21672     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21673     layout: "plot-latency"
21674
21675 -
21676   type: "plot"
21677   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21678   algorithm: "plot_latency_error_bars"
21679   output-file-type: ".html"
21680   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21681   data: "plot-vpp-throughput-latency-3n-hsw"
21682   filter: "'NIC_Intel-X520-DA2' and
21683            '78B' and
21684            'FEATURE' and
21685            'NDRPDR' and
21686            '2T2C' and
21687            'IP6FWD' and
21688            'SRv6'"
21689   parameters:
21690   - "latency"
21691   - "parent"
21692   - "tags"
21693   layout:
21694     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21695     layout: "plot-latency"
21696
21697 ################################################################################
21698
21699 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21700 -
21701   type: "plot"
21702   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21703   algorithm: "plot_latency_error_bars"
21704   output-file-type: ".html"
21705   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21706   data: "plot-vpp-throughput-latency-3n-hsw"
21707   filter: "'NIC_Intel-X520-DA2' and
21708            '64B' and
21709            'NDRPDR' and
21710            'ETH' and
21711            'IP4FWD' and
21712            '1T1C' and
21713            'VHOST_1024' and
21714            not 'VXLAN' and
21715            not 'DOT1Q'"
21716   parameters:
21717   - "latency"
21718   - "parent"
21719   - "tags"
21720   sort:
21721   - "not CFS_OPT"
21722   - "1VM"
21723   - "2VM"
21724   layout:
21725     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21726     layout: "plot-latency"
21727
21728 -
21729   type: "plot"
21730   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21731   algorithm: "plot_latency_error_bars"
21732   output-file-type: ".html"
21733   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21734   data: "plot-vpp-throughput-latency-3n-hsw"
21735   filter: "'NIC_Intel-X520-DA2' and
21736            '64B' and
21737            'NDRPDR' and
21738            'ETH' and
21739            'IP4FWD' and
21740            '2T2C' and
21741            'VHOST_1024' and
21742            not 'VXLAN' and
21743            not 'DOT1Q'"
21744   parameters:
21745   - "latency"
21746   - "parent"
21747   - "tags"
21748   sort:
21749   - "not CFS_OPT"
21750   - "1VM"
21751   - "2VM"
21752   layout:
21753     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21754     layout: "plot-latency"
21755
21756 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21757 -
21758   type: "plot"
21759   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21760   algorithm: "plot_latency_error_bars"
21761   output-file-type: ".html"
21762   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21763   data: "plot-vpp-throughput-latency-3n-hsw"
21764   filter: "'NIC_Intel-X520-DA2' and
21765            '64B' and
21766            'NDRPDR' and
21767            ('ETH' or 'DOT1Q') and
21768            '1T1C' and
21769            'L2BDMACLRN' and
21770            'VHOST_1024' and
21771            not 'VXLAN' and
21772            not 'IP4FWD' and
21773            not '2VM'"
21774   parameters:
21775   - "latency"
21776   - "parent"
21777   - "tags"
21778 #  sort:
21779 #  - "VM"  # "not CFS_OPT"
21780 #  - "CFS_OPT"
21781 #  - "FIB_10K"
21782 #  - "FIB_100K"
21783 #  - "FIB_1M"
21784   layout:
21785     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21786     layout: "plot-latency"
21787
21788 -
21789   type: "plot"
21790   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21791   algorithm: "plot_latency_error_bars"
21792   output-file-type: ".html"
21793   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21794   data: "plot-vpp-throughput-latency-3n-hsw"
21795   filter: "'NIC_Intel-X520-DA2' and
21796            '64B' and
21797            'NDRPDR' and
21798            ('ETH' or 'DOT1Q') and
21799            '2T2C' and
21800            'L2BDMACLRN' and
21801            'VHOST_1024' and
21802            not 'VXLAN' and
21803            not 'IP4FWD' and
21804            not '2VM'"
21805   parameters:
21806   - "latency"
21807   - "parent"
21808   - "tags"
21809 #  sort:
21810 #  - "VM"  # "not CFS_OPT"
21811 #  - "CFS_OPT"
21812 #  - "FIB_10K"
21813 #  - "FIB_100K"
21814 #  - "FIB_1M"
21815   layout:
21816     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21817     layout: "plot-latency"
21818
21819 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21820 -
21821   type: "plot"
21822   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21823   algorithm: "plot_latency_error_bars"
21824   output-file-type: ".html"
21825   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21826   data: "plot-vpp-throughput-latency-3n-hsw"
21827   filter: "'NIC_Intel-X520-DA2' and
21828            '64B' and
21829            'NDRPDR' and
21830            ('ETH' or 'DOT1Q') and
21831            'BASE' and
21832            '1T1C' and
21833            ('L2BDMACLRN' or 'L2XCFWD') and
21834            'VHOST_1024' and
21835            not 'VXLAN' and
21836            not 'IP4FWD' and
21837            not '2VM'"
21838   parameters:
21839   - "latency"
21840   - "parent"
21841   - "tags"
21842 #  sort:
21843 #  - "not CFS_OPT"
21844 #  - "L2XCFWD"
21845 #  - "not CFS_OPT"
21846 #  - "CFS_OPT"
21847   layout:
21848     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
21849     layout: "plot-latency"
21850
21851 -
21852   type: "plot"
21853   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21854   algorithm: "plot_latency_error_bars"
21855   output-file-type: ".html"
21856   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-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' or 'DOT1Q') and
21862            'BASE' and
21863            '2T2C' and
21864            ('L2BDMACLRN' or 'L2XCFWD') and
21865            'VHOST_1024' and
21866            not 'VXLAN' and
21867            not 'IP4FWD' and
21868            not '2VM'"
21869   parameters:
21870   - "latency"
21871   - "parent"
21872   - "tags"
21873 #  sort:
21874 #  - "not CFS_OPT"
21875 #  - "L2XCFWD"
21876 #  - "not CFS_OPT"
21877 #  - "CFS_OPT"
21878   layout:
21879     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
21880     layout: "plot-latency"
21881
21882 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21883 -
21884   type: "plot"
21885   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21886   algorithm: "plot_latency_error_bars"
21887   output-file-type: ".html"
21888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21889   data: "plot-vpp-throughput-latency-3n-hsw"
21890   filter: "'NIC_Intel-X520-DA2' and
21891            '64B' and
21892            'NDRPDR' and
21893            ('ETH' or 'DOT1Q') and
21894            '1T1C' and
21895            ('L2BDMACLRN' or 'L2XCFWD') and
21896            'VHOST_1024' and
21897            not 'CFS_OPT' and
21898            not 'VXLAN' and
21899            not 'IP4FWD' and
21900            not 'LBOND'"
21901   parameters:
21902   - "latency"
21903   - "parent"
21904   - "tags"
21905 #  sort:
21906 #  - "1VM"
21907 #  - "L2XCFWD"
21908 #  - "1VM"
21909 #  - "L2BDMACLRN"
21910   layout:
21911     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21912     layout: "plot-latency"
21913
21914 -
21915   type: "plot"
21916   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21917   algorithm: "plot_latency_error_bars"
21918   output-file-type: ".html"
21919   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21920   data: "plot-vpp-throughput-latency-3n-hsw"
21921   filter: "'NIC_Intel-X520-DA2' and
21922            '64B' and
21923            'NDRPDR' and
21924            ('ETH' or 'DOT1Q') and
21925            '2T2C' and
21926            ('L2BDMACLRN' or 'L2XCFWD') and
21927            'VHOST_1024' and
21928            not 'CFS_OPT' and
21929            not 'VXLAN' and
21930            not 'IP4FWD' and
21931            not 'LBOND'"
21932   parameters:
21933   - "latency"
21934   - "parent"
21935   - "tags"
21936 #  sort:
21937 #  - "1VM"
21938 #  - "L2XCFWD"
21939 #  - "1VM"
21940 #  - "L2BDMACLRN"
21941   layout:
21942     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21943     layout: "plot-latency"
21944
21945 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21946 -
21947   type: "plot"
21948   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21949   algorithm: "plot_latency_error_bars"
21950   output-file-type: ".html"
21951   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21952   data: "plot-vpp-throughput-latency-3n-hsw"
21953   filter: "'NIC_Intel-X710' and
21954            '64B' and
21955            'NDRPDR' and
21956            'ETH' and
21957            'IP4FWD' and
21958            '1T1C' and
21959            'VHOST_1024' and
21960            not 'VXLAN' and
21961            not 'DOT1Q'"
21962   parameters:
21963   - "latency"
21964   - "parent"
21965   - "tags"
21966   sort:
21967   - "not CFS_OPT"
21968   - "1VM"
21969   - "2VM"
21970   layout:
21971     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21972     layout: "plot-latency"
21973
21974 -
21975   type: "plot"
21976   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21977   algorithm: "plot_latency_error_bars"
21978   output-file-type: ".html"
21979   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21980   data: "plot-vpp-throughput-latency-3n-hsw"
21981   filter: "'NIC_Intel-X710' and
21982            '64B' and
21983            'NDRPDR' and
21984            'ETH' and
21985            'IP4FWD' and
21986            '2T2C' and
21987            'VHOST_1024' and
21988            not 'VXLAN' and
21989            not 'DOT1Q'"
21990   parameters:
21991   - "latency"
21992   - "parent"
21993   - "tags"
21994   sort:
21995   - "not CFS_OPT"
21996   - "1VM"
21997   - "2VM"
21998   layout:
21999     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22000     layout: "plot-latency"
22001
22002 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22003 -
22004   type: "plot"
22005   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22006   algorithm: "plot_latency_error_bars"
22007   output-file-type: ".html"
22008   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22009   data: "plot-vpp-throughput-latency-3n-hsw"
22010   filter: "'NIC_Intel-X710' and
22011            '64B' and
22012            'NDRPDR' and
22013            ('ETH' or 'DOT1Q') and
22014            '1T1C' and
22015            'L2BDMACLRN' and
22016            'VHOST_1024' and
22017            not 'VXLAN' and
22018            not 'IP4FWD' and
22019            not '2VM'"
22020   parameters:
22021   - "latency"
22022   - "parent"
22023   - "tags"
22024 #  sort:
22025 #  - "VM"  # "not CFS_OPT"
22026 #  - "CFS_OPT"
22027 #  - "FIB_10K"
22028 #  - "FIB_100K"
22029 #  - "FIB_1M"
22030   layout:
22031     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22032     layout: "plot-latency"
22033
22034 -
22035   type: "plot"
22036   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22037   algorithm: "plot_latency_error_bars"
22038   output-file-type: ".html"
22039   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22040   data: "plot-vpp-throughput-latency-3n-hsw"
22041   filter: "'NIC_Intel-X710' and
22042            '64B' and
22043            'NDRPDR' and
22044            ('ETH' or 'DOT1Q') and
22045            '2T2C' and
22046            'L2BDMACLRN' and
22047            'VHOST_1024' and
22048            not 'VXLAN' and
22049            not 'IP4FWD' and
22050            not '2VM'"
22051   parameters:
22052   - "latency"
22053   - "parent"
22054   - "tags"
22055 #  sort:
22056 #  - "VM"  # "not CFS_OPT"
22057 #  - "CFS_OPT"
22058 #  - "FIB_10K"
22059 #  - "FIB_100K"
22060 #  - "FIB_1M"
22061   layout:
22062     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22063     layout: "plot-latency"
22064
22065 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
22066 -
22067   type: "plot"
22068   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22069   algorithm: "plot_latency_error_bars"
22070   output-file-type: ".html"
22071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22072   data: "plot-vpp-throughput-latency-3n-hsw"
22073   filter: "'NIC_Intel-X710' and
22074            '64B' and
22075            'NDRPDR' and
22076            ('ETH' or 'DOT1Q') and
22077            'BASE' and
22078            '1T1C' and
22079            ('L2BDMACLRN' or 'L2XCFWD') and
22080            'VHOST_1024' and
22081            not 'VXLAN' and
22082            not 'IP4FWD' and
22083            not '2VM'"
22084   parameters:
22085   - "latency"
22086   - "parent"
22087   - "tags"
22088 #  sort:
22089 #  - "not CFS_OPT"
22090 #  - "L2XCFWD"
22091 #  - "not CFS_OPT"
22092 #  - "CFS_OPT"
22093   layout:
22094     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
22095     layout: "plot-latency"
22096
22097 -
22098   type: "plot"
22099   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22100   algorithm: "plot_latency_error_bars"
22101   output-file-type: ".html"
22102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22103   data: "plot-vpp-throughput-latency-3n-hsw"
22104   filter: "'NIC_Intel-X710' and
22105            '64B' and
22106            'NDRPDR' and
22107            ('ETH' or 'DOT1Q') and
22108            'BASE' and
22109            '2T2C' and
22110            ('L2BDMACLRN' or 'L2XCFWD') and
22111            'VHOST_1024' and
22112            not 'VXLAN' and
22113            not 'IP4FWD' and
22114            not '2VM'"
22115   parameters:
22116   - "latency"
22117   - "parent"
22118   - "tags"
22119 #  sort:
22120 #  - "not CFS_OPT"
22121 #  - "L2XCFWD"
22122 #  - "not CFS_OPT"
22123 #  - "CFS_OPT"
22124   layout:
22125     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
22126     layout: "plot-latency"
22127
22128 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
22129 -
22130   type: "plot"
22131   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22132   algorithm: "plot_latency_error_bars"
22133   output-file-type: ".html"
22134   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
22135   data: "plot-vpp-throughput-latency-3n-hsw"
22136   filter: "'NIC_Intel-X710' and
22137            '64B' and
22138            'NDRPDR' and
22139            ('ETH' or 'DOT1Q') and
22140            '1T1C' and
22141            ('L2BDMACLRN' or 'L2XCFWD') and
22142            'VHOST_1024' and
22143            not 'CFS_OPT' and
22144            not 'VXLAN' and
22145            not 'IP4FWD' and
22146            not 'LBOND'"
22147   parameters:
22148   - "latency"
22149   - "parent"
22150   - "tags"
22151 #  sort:
22152 #  - "1VM"
22153 #  - "L2XCFWD"
22154 #  - "1VM"
22155 #  - "L2BDMACLRN"
22156   layout:
22157     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
22158     layout: "plot-latency"
22159
22160 -
22161   type: "plot"
22162   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22163   algorithm: "plot_latency_error_bars"
22164   output-file-type: ".html"
22165   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
22166   data: "plot-vpp-throughput-latency-3n-hsw"
22167   filter: "'NIC_Intel-X710' and
22168            '64B' and
22169            'NDRPDR' and
22170            ('ETH' or 'DOT1Q') and
22171            '2T2C' and
22172            ('L2BDMACLRN' or 'L2XCFWD') and
22173            'VHOST_1024' and
22174            not 'CFS_OPT' and
22175            not 'VXLAN' and
22176            not 'IP4FWD' and
22177            not 'LBOND'"
22178   parameters:
22179   - "latency"
22180   - "parent"
22181   - "tags"
22182 #  sort:
22183 #  - "1VM"
22184 #  - "L2XCFWD"
22185 #  - "1VM"
22186 #  - "L2BDMACLRN"
22187   layout:
22188     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
22189     layout: "plot-latency"
22190
22191 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
22192 -
22193   type: "plot"
22194   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22195   algorithm: "plot_latency_error_bars"
22196   output-file-type: ".html"
22197   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22198   data: "plot-vpp-throughput-latency-3n-hsw"
22199   filter: "'NIC_Intel-XL710' and
22200            '64B' and
22201            'NDRPDR' and
22202            'ETH' and
22203            'IP4FWD' and
22204            '1T1C' and
22205            'VHOST_1024' and
22206            not 'VXLAN' and
22207            not 'DOT1Q'"
22208   parameters:
22209   - "latency"
22210   - "parent"
22211   - "tags"
22212   sort:
22213   - "not CFS_OPT"
22214   - "1VM"
22215   - "2VM"
22216   layout:
22217     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22218     layout: "plot-latency"
22219
22220 -
22221   type: "plot"
22222   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22223   algorithm: "plot_latency_error_bars"
22224   output-file-type: ".html"
22225   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22226   data: "plot-vpp-throughput-latency-3n-hsw"
22227   filter: "'NIC_Intel-XL710' and
22228            '64B' and
22229            'NDRPDR' and
22230            'ETH' and
22231            'IP4FWD' and
22232            '2T2C' and
22233            'VHOST_1024' and
22234            not 'VXLAN' and
22235            not 'DOT1Q'"
22236   parameters:
22237   - "latency"
22238   - "parent"
22239   - "tags"
22240   sort:
22241   - "not CFS_OPT"
22242   - "1VM"
22243   - "2VM"
22244   layout:
22245     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22246     layout: "plot-latency"
22247
22248 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
22249 -
22250   type: "plot"
22251   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22252   algorithm: "plot_latency_error_bars"
22253   output-file-type: ".html"
22254   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
22255   data: "plot-vpp-throughput-latency-3n-hsw"
22256   filter: "'NIC_Intel-XL710' and
22257            '64B' and
22258            'NDRPDR' and
22259            ('ETH' or 'DOT1Q') and
22260            '1T1C' and
22261            'L2BDMACLRN' and
22262            'VHOST_1024' and
22263            not 'VXLAN' and
22264            not 'IP4FWD' and
22265            not '2VM'"
22266   parameters:
22267   - "latency"
22268   - "parent"
22269   - "tags"
22270 #  sort:
22271 #  - "VM"  # "not CFS_OPT"
22272 #  - "CFS_OPT"
22273 #  - "FIB_10K"
22274 #  - "FIB_100K"
22275 #  - "FIB_1M"
22276   layout:
22277     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
22278     layout: "plot-latency"
22279
22280 -
22281   type: "plot"
22282   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22283   algorithm: "plot_latency_error_bars"
22284   output-file-type: ".html"
22285   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
22286   data: "plot-vpp-throughput-latency-3n-hsw"
22287   filter: "'NIC_Intel-XL710' and
22288            '64B' and
22289            'NDRPDR' and
22290            ('ETH' or 'DOT1Q') and
22291            '2T2C' and
22292            'L2BDMACLRN' and
22293            'VHOST_1024' and
22294            not 'VXLAN' and
22295            not 'IP4FWD' and
22296            not '2VM'"
22297   parameters:
22298   - "latency"
22299   - "parent"
22300   - "tags"
22301 #  sort:
22302 #  - "VM"  # "not CFS_OPT"
22303 #  - "CFS_OPT"
22304 #  - "FIB_10K"
22305 #  - "FIB_100K"
22306 #  - "FIB_1M"
22307   layout:
22308     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
22309     layout: "plot-latency"
22310
22311 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
22312 -
22313   type: "plot"
22314   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22315   algorithm: "plot_latency_error_bars"
22316   output-file-type: ".html"
22317   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22318   data: "plot-vpp-throughput-latency-3n-hsw"
22319   filter: "'NIC_Intel-XL710' and
22320            '64B' and
22321            'NDRPDR' and
22322            ('ETH' or 'DOT1Q') and
22323            'BASE' and
22324            '1T1C' and
22325            ('L2BDMACLRN' or 'L2XCFWD') and
22326            'VHOST_1024' and
22327            not 'VXLAN' and
22328            not 'IP4FWD' and
22329            not '2VM'"
22330   parameters:
22331   - "latency"
22332   - "parent"
22333   - "tags"
22334 #  sort:
22335 #  - "not CFS_OPT"
22336 #  - "L2XCFWD"
22337 #  - "not CFS_OPT"
22338 #  - "CFS_OPT"
22339   layout:
22340     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
22341     layout: "plot-latency"
22342
22343 -
22344   type: "plot"
22345   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22346   algorithm: "plot_latency_error_bars"
22347   output-file-type: ".html"
22348   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22349   data: "plot-vpp-throughput-latency-3n-hsw"
22350   filter: "'NIC_Intel-XL710' and
22351            '64B' and
22352            'NDRPDR' and
22353            ('ETH' or 'DOT1Q') and
22354            'BASE' and
22355            '2T2C' and
22356            ('L2BDMACLRN' or 'L2XCFWD') and
22357            'VHOST_1024' and
22358            not 'VXLAN' and
22359            not 'IP4FWD' and
22360            not '2VM'"
22361   parameters:
22362   - "latency"
22363   - "parent"
22364   - "tags"
22365 #  sort:
22366 #  - "not CFS_OPT"
22367 #  - "L2XCFWD"
22368 #  - "not CFS_OPT"
22369 #  - "CFS_OPT"
22370   layout:
22371     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
22372     layout: "plot-latency"
22373
22374 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
22375 -
22376   type: "plot"
22377   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22378   algorithm: "plot_latency_error_bars"
22379   output-file-type: ".html"
22380   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
22381   data: "plot-vpp-throughput-latency-3n-hsw"
22382   filter: "'NIC_Intel-XL710' and
22383            '64B' and
22384            'NDRPDR' and
22385            ('ETH' or 'DOT1Q') and
22386            '1T1C' and
22387            ('L2BDMACLRN' or 'L2XCFWD') and
22388            'VHOST_1024' and
22389            not 'CFS_OPT' and
22390            not 'VXLAN' and
22391            not 'IP4FWD'"
22392   parameters:
22393   - "latency"
22394   - "parent"
22395   - "tags"
22396 #  sort:
22397 #  - "1VM"
22398 #  - "L2XCFWD"
22399 #  - "1VM"
22400 #  - "L2BDMACLRN"
22401   layout:
22402     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
22403     layout: "plot-latency"
22404
22405 -
22406   type: "plot"
22407   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22408   algorithm: "plot_latency_error_bars"
22409   output-file-type: ".html"
22410   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
22411   data: "plot-vpp-throughput-latency-3n-hsw"
22412   filter: "'NIC_Intel-XL710' and
22413            '64B' and
22414            'NDRPDR' and
22415            ('ETH' or 'DOT1Q') and
22416            '2T2C' and
22417            ('L2BDMACLRN' or 'L2XCFWD') and
22418            'VHOST_1024' and
22419            not 'CFS_OPT' and
22420            not 'VXLAN' and
22421            not 'IP4FWD'"
22422   parameters:
22423   - "latency"
22424   - "parent"
22425   - "tags"
22426 #  sort:
22427 #  - "1VM"
22428 #  - "L2XCFWD"
22429 #  - "1VM"
22430 #  - "L2BDMACLRN"
22431   layout:
22432     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
22433     layout: "plot-latency"
22434
22435 # Packet Latency - VPP vhost ip4 3n-skx-x710
22436 -
22437   type: "plot"
22438   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22439   algorithm: "plot_latency_error_bars"
22440   output-file-type: ".html"
22441   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22442   data: "plot-vpp-throughput-latency-3n-skx"
22443   filter: "'NIC_Intel-X710' and
22444            '64B' and
22445            'NDRPDR' and
22446            'ETH' and
22447            'IP4FWD' and
22448            '2T1C' and
22449            'VHOST_1024' and
22450            not 'VXLAN' and
22451            not 'DOT1Q'"
22452   parameters:
22453   - "latency"
22454   - "parent"
22455   - "tags"
22456   sort:
22457   - "not CFS_OPT"
22458   - "1VM"
22459   - "2VM"
22460   layout:
22461     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22462     layout: "plot-latency"
22463
22464 -
22465   type: "plot"
22466   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22467   algorithm: "plot_latency_error_bars"
22468   output-file-type: ".html"
22469   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22470   data: "plot-vpp-throughput-latency-3n-skx"
22471   filter: "'NIC_Intel-X710' and
22472            '64B' and
22473            'NDRPDR' and
22474            'ETH' and
22475            'IP4FWD' and
22476            '4T2C' and
22477            'VHOST_1024' and
22478            not 'VXLAN' and
22479            not 'DOT1Q'"
22480   parameters:
22481   - "latency"
22482   - "parent"
22483   - "tags"
22484   sort:
22485   - "not CFS_OPT"
22486   - "1VM"
22487   - "2VM"
22488   layout:
22489     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22490     layout: "plot-latency"
22491
22492 # Packet Latency - VPP vhost l2sw 3n-skx-x710
22493 -
22494   type: "plot"
22495   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22496   algorithm: "plot_latency_error_bars"
22497   output-file-type: ".html"
22498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22499   data: "plot-vpp-throughput-latency-3n-skx"
22500   filter: "'NIC_Intel-X710' and
22501            '64B' and
22502            'NDRPDR' and
22503            ('ETH' or 'DOT1Q') and
22504            '2T1C' and
22505            'L2BDMACLRN' and
22506            'VHOST_1024' and
22507            not 'VXLAN' and
22508            not 'IP4FWD' and
22509            not '2VM'"
22510   parameters:
22511   - "latency"
22512   - "parent"
22513   - "tags"
22514 #  sort:
22515 #  - "VM"  # "not CFS_OPT"
22516 #  - "CFS_OPT"
22517 #  - "FIB_10K"
22518 #  - "FIB_100K"
22519 #  - "FIB_1M"
22520   layout:
22521     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22522     layout: "plot-latency"
22523
22524 -
22525   type: "plot"
22526   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22527   algorithm: "plot_latency_error_bars"
22528   output-file-type: ".html"
22529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22530   data: "plot-vpp-throughput-latency-3n-skx"
22531   filter: "'NIC_Intel-X710' and
22532            '64B' and
22533            'NDRPDR' and
22534            ('ETH' or 'DOT1Q') and
22535            '4T2C' and
22536            'L2BDMACLRN' and
22537            'VHOST_1024' and
22538            not 'VXLAN' and
22539            not 'IP4FWD' and
22540            not '2VM'"
22541   parameters:
22542   - "latency"
22543   - "parent"
22544   - "tags"
22545 #  sort:
22546 #  - "VM"  # "not CFS_OPT"
22547 #  - "CFS_OPT"
22548 #  - "FIB_10K"
22549 #  - "FIB_100K"
22550 #  - "FIB_1M"
22551   layout:
22552     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22553     layout: "plot-latency"
22554
22555 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22556 -
22557   type: "plot"
22558   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22559   algorithm: "plot_latency_error_bars"
22560   output-file-type: ".html"
22561   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
22562   data: "plot-vpp-throughput-latency-3n-skx"
22563   filter: "'NIC_Intel-X710' and
22564            '64B' and
22565            'NDRPDR' and
22566            ('ETH' or 'DOT1Q') and
22567            'BASE' and
22568            '2T1C' and
22569            ('L2BDMACLRN' or 'L2XCFWD') and
22570            'VHOST_1024' and
22571            not 'VXLAN' and
22572            not 'IP4FWD' and
22573            not '2VM' and
22574            not 'LBOND'"
22575   parameters:
22576   - "latency"
22577   - "parent"
22578   - "tags"
22579 #  sort:
22580 #  - "not CFS_OPT"
22581 #  - "L2XCFWD"
22582 #  - "not CFS_OPT"
22583 #  - "CFS_OPT"
22584   layout:
22585     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
22586     layout: "plot-latency"
22587
22588 -
22589   type: "plot"
22590   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22591   algorithm: "plot_latency_error_bars"
22592   output-file-type: ".html"
22593   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
22594   data: "plot-vpp-throughput-latency-3n-skx"
22595   filter: "'NIC_Intel-X710' and
22596            '64B' and
22597            'NDRPDR' and
22598            ('ETH' or 'DOT1Q') and
22599            'BASE' and
22600            '4T2C' and
22601            ('L2BDMACLRN' or 'L2XCFWD') and
22602            'VHOST_1024' and
22603            not 'VXLAN' and
22604            not 'IP4FWD' and
22605            not '2VM' and
22606            not 'LBOND'"
22607   parameters:
22608   - "latency"
22609   - "parent"
22610   - "tags"
22611 #  sort:
22612 #  - "not CFS_OPT"
22613 #  - "L2XCFWD"
22614 #  - "not CFS_OPT"
22615 #  - "CFS_OPT"
22616   layout:
22617     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
22618     layout: "plot-latency"
22619
22620 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22621 -
22622   type: "plot"
22623   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22624   algorithm: "plot_latency_error_bars"
22625   output-file-type: ".html"
22626   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22627   data: "plot-vpp-throughput-latency-3n-skx"
22628   filter: "'NIC_Intel-X710' and
22629            '64B' and
22630            'NDRPDR' and
22631            ('ETH' or 'DOT1Q') and
22632            '2T1C' and
22633            ('L2BDMACLRN' or 'L2XCFWD') and
22634            'VHOST_1024' and
22635            not 'CFS_OPT' and
22636            not 'VXLAN' and
22637            not 'IP4FWD' and
22638            not 'LBOND'"
22639   parameters:
22640   - "latency"
22641   - "parent"
22642   - "tags"
22643 #  sort:
22644 #  - "1VM"
22645 #  - "L2XCFWD"
22646 #  - "1VM"
22647 #  - "L2BDMACLRN"
22648   layout:
22649     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
22650     layout: "plot-latency"
22651
22652 -
22653   type: "plot"
22654   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22655   algorithm: "plot_latency_error_bars"
22656   output-file-type: ".html"
22657   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22658   data: "plot-vpp-throughput-latency-3n-skx"
22659   filter: "'NIC_Intel-X710' and
22660            '64B' and
22661            'NDRPDR' and
22662            ('ETH' or 'DOT1Q') and
22663            '4T2C' and
22664            ('L2BDMACLRN' or 'L2XCFWD') and
22665            'VHOST_1024' and
22666            not 'CFS_OPT' and
22667            not 'VXLAN' and
22668            not 'IP4FWD' and
22669            not 'LBOND'"
22670   parameters:
22671   - "latency"
22672   - "parent"
22673   - "tags"
22674 #  sort:
22675 #  - "1VM"
22676 #  - "L2XCFWD"
22677 #  - "1VM"
22678 #  - "L2BDMACLRN"
22679   layout:
22680     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
22681     layout: "plot-latency"
22682
22683 # Packet Latency - VPP vhost ip4 2n-skx-x710
22684 -
22685   type: "plot"
22686   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22687   algorithm: "plot_latency_error_bars"
22688   output-file-type: ".html"
22689   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22690   data: "plot-vpp-throughput-latency-2n-skx"
22691   filter: "'NIC_Intel-X710' and
22692            '64B' and
22693            'NDRPDR' and
22694            'ETH' and
22695            'IP4FWD' and
22696            '2T1C' and
22697            'VHOST_1024' and
22698            not 'VXLAN' and
22699            not 'DOT1Q'"
22700   parameters:
22701   - "latency"
22702   - "parent"
22703   - "tags"
22704   sort:
22705   - "not CFS_OPT"
22706   - "1VM"
22707   - "2VM"
22708   layout:
22709     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22710     layout: "plot-latency"
22711
22712 -
22713   type: "plot"
22714   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22715   algorithm: "plot_latency_error_bars"
22716   output-file-type: ".html"
22717   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22718   data: "plot-vpp-throughput-latency-2n-skx"
22719   filter: "'NIC_Intel-X710' and
22720            '64B' and
22721            'NDRPDR' and
22722            'ETH' and
22723            'IP4FWD' and
22724            '4T2C' and
22725            'VHOST_1024' and
22726            not 'VXLAN' and
22727            not 'DOT1Q'"
22728   parameters:
22729   - "latency"
22730   - "parent"
22731   - "tags"
22732   sort:
22733   - "not CFS_OPT"
22734   - "1VM"
22735   - "2VM"
22736   layout:
22737     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22738     layout: "plot-latency"
22739
22740 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22741 -
22742   type: "plot"
22743   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22744   algorithm: "plot_latency_error_bars"
22745   output-file-type: ".html"
22746   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22747   data: "plot-vpp-throughput-latency-2n-skx"
22748   filter: "'NIC_Intel-X710' and
22749            '64B' and
22750            'NDRPDR' and
22751            ('ETH' or 'DOT1Q') and
22752            '2T1C' and
22753            'L2BDMACLRN' and
22754            'VHOST_1024' and
22755            not 'VXLAN' and
22756            not 'IP4FWD' and
22757            not '2VM'"
22758   parameters:
22759   - "latency"
22760   - "parent"
22761   - "tags"
22762 #  sort:
22763 #  - "VM"  # "not CFS_OPT"
22764 #  - "CFS_OPT"
22765 #  - "FIB_10K"
22766 #  - "FIB_100K"
22767 #  - "FIB_1M"
22768   layout:
22769     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22770     layout: "plot-latency"
22771
22772 -
22773   type: "plot"
22774   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22775   algorithm: "plot_latency_error_bars"
22776   output-file-type: ".html"
22777   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22778   data: "plot-vpp-throughput-latency-2n-skx"
22779   filter: "'NIC_Intel-X710' and
22780            '64B' and
22781            'NDRPDR' and
22782            ('ETH' or 'DOT1Q') and
22783            '4T2C' and
22784            'L2BDMACLRN' and
22785            'VHOST_1024' and
22786            not 'VXLAN' and
22787            not 'IP4FWD' and
22788            not '2VM'"
22789   parameters:
22790   - "latency"
22791   - "parent"
22792   - "tags"
22793 #  sort:
22794 #  - "VM"  # "not CFS_OPT"
22795 #  - "CFS_OPT"
22796 #  - "FIB_10K"
22797 #  - "FIB_100K"
22798 #  - "FIB_1M"
22799   layout:
22800     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22801     layout: "plot-latency"
22802
22803 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22804 -
22805   type: "plot"
22806   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22807   algorithm: "plot_latency_error_bars"
22808   output-file-type: ".html"
22809   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22810   data: "plot-vpp-throughput-latency-2n-skx"
22811   filter: "'NIC_Intel-X710' and
22812            '64B' and
22813            'NDRPDR' and
22814            ('ETH' or 'DOT1Q') and
22815            'BASE' and
22816            '2T1C' and
22817            ('L2BDMACLRN' or 'L2XCFWD') and
22818            'VHOST_1024' and
22819            not 'VXLAN' and
22820            not 'IP4FWD' and
22821            not '2VM'"
22822   parameters:
22823   - "latency"
22824   - "parent"
22825   - "tags"
22826 #  sort:
22827 #  - "not CFS_OPT"
22828 #  - "L2XCFWD"
22829 #  - "not CFS_OPT"
22830 #  - "CFS_OPT"
22831   layout:
22832     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
22833     layout: "plot-latency"
22834
22835 -
22836   type: "plot"
22837   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22838   algorithm: "plot_latency_error_bars"
22839   output-file-type: ".html"
22840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22841   data: "plot-vpp-throughput-latency-2n-skx"
22842   filter: "'NIC_Intel-X710' and
22843            '64B' and
22844            'NDRPDR' and
22845            ('ETH' or 'DOT1Q') and
22846            'BASE' and
22847            '4T2C' and
22848            ('L2BDMACLRN' or 'L2XCFWD') and
22849            'VHOST_1024' and
22850            not 'VXLAN' and
22851            not 'IP4FWD' and
22852            not '2VM'"
22853   parameters:
22854   - "latency"
22855   - "parent"
22856   - "tags"
22857 #  sort:
22858 #  - "not CFS_OPT"
22859 #  - "L2XCFWD"
22860 #  - "not CFS_OPT"
22861 #  - "CFS_OPT"
22862   layout:
22863     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
22864     layout: "plot-latency"
22865
22866 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22867 -
22868   type: "plot"
22869   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22870   algorithm: "plot_latency_error_bars"
22871   output-file-type: ".html"
22872   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22873   data: "plot-vpp-throughput-latency-2n-skx"
22874   filter: "'NIC_Intel-X710' and
22875            '64B' and
22876            'NDRPDR' and
22877            ('ETH' or 'DOT1Q') and
22878            '2T1C' and
22879            ('L2BDMACLRN' or 'L2XCFWD') and
22880            'VHOST_1024' and
22881            not 'CFS_OPT' and
22882            not 'VXLAN' and
22883            not 'IP4FWD'"
22884   parameters:
22885   - "latency"
22886   - "parent"
22887   - "tags"
22888 #  sort:
22889 #  - "1VM"
22890 #  - "L2XCFWD"
22891 #  - "1VM"
22892 #  - "L2BDMACLRN"
22893   layout:
22894     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22895     layout: "plot-latency"
22896
22897 -
22898   type: "plot"
22899   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22900   algorithm: "plot_latency_error_bars"
22901   output-file-type: ".html"
22902   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22903   data: "plot-vpp-throughput-latency-2n-skx"
22904   filter: "'NIC_Intel-X710' and
22905            '64B' and
22906            'NDRPDR' and
22907            ('ETH' or 'DOT1Q') and
22908            '4T2C' and
22909            ('L2BDMACLRN' or 'L2XCFWD') and
22910            'VHOST_1024' and
22911            not 'CFS_OPT' and
22912            not 'VXLAN' and
22913            not 'IP4FWD'"
22914   parameters:
22915   - "latency"
22916   - "parent"
22917   - "tags"
22918 #  sort:
22919 #  - "1VM"
22920 #  - "L2XCFWD"
22921 #  - "1VM"
22922 #  - "L2BDMACLRN"
22923   layout:
22924     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22925     layout: "plot-latency"
22926
22927 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22928 -
22929   type: "plot"
22930   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22931   algorithm: "plot_latency_error_bars"
22932   output-file-type: ".html"
22933   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22934   data: "plot-vpp-throughput-latency-2n-skx"
22935   filter: "'NIC_Intel-XXV710' and
22936            '64B' and
22937            'NDRPDR' and
22938            'ETH' and
22939            'IP4FWD' and
22940            '2T1C' and
22941            'VHOST_1024' and
22942            not 'VXLAN' and
22943            not 'DOT1Q'"
22944   parameters:
22945   - "latency"
22946   - "parent"
22947   - "tags"
22948   sort:
22949   - "not CFS_OPT"
22950   - "1VM"
22951   - "2VM"
22952   layout:
22953     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22954     layout: "plot-latency"
22955
22956 -
22957   type: "plot"
22958   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22959   algorithm: "plot_latency_error_bars"
22960   output-file-type: ".html"
22961   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22962   data: "plot-vpp-throughput-latency-2n-skx"
22963   filter: "'NIC_Intel-XXV710' and
22964            '64B' and
22965            'NDRPDR' and
22966            'ETH' and
22967            'IP4FWD' and
22968            '4T2C' and
22969            'VHOST_1024' and
22970            not 'VXLAN' and
22971            not 'DOT1Q'"
22972   parameters:
22973   - "latency"
22974   - "parent"
22975   - "tags"
22976   sort:
22977   - "not CFS_OPT"
22978   - "1VM"
22979   - "2VM"
22980   layout:
22981     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22982     layout: "plot-latency"
22983
22984 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
22985 -
22986   type: "plot"
22987   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22988   algorithm: "plot_latency_error_bars"
22989   output-file-type: ".html"
22990   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22991   data: "plot-vpp-throughput-latency-2n-skx"
22992   filter: "'NIC_Intel-XXV710' and
22993            '64B' and
22994            'NDRPDR' and
22995            ('ETH' or 'DOT1Q') and
22996            '2T1C' and
22997            'L2BDMACLRN' and
22998            'VHOST_1024' and
22999            not 'VXLAN' and
23000            not 'IP4FWD' and
23001            not '2VM'"
23002   parameters:
23003   - "latency"
23004   - "parent"
23005   - "tags"
23006 #  sort:
23007 #  - "VM"  # "not CFS_OPT"
23008 #  - "CFS_OPT"
23009 #  - "FIB_10K"
23010 #  - "FIB_100K"
23011 #  - "FIB_1M"
23012   layout:
23013     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23014     layout: "plot-latency"
23015
23016 -
23017   type: "plot"
23018   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23019   algorithm: "plot_latency_error_bars"
23020   output-file-type: ".html"
23021   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23022   data: "plot-vpp-throughput-latency-2n-skx"
23023   filter: "'NIC_Intel-XXV710' and
23024            '64B' and
23025            'NDRPDR' and
23026            ('ETH' or 'DOT1Q') and
23027            '4T2C' and
23028            'L2BDMACLRN' and
23029            'VHOST_1024' and
23030            not 'VXLAN' and
23031            not 'IP4FWD' and
23032            not '2VM'"
23033   parameters:
23034   - "latency"
23035   - "parent"
23036   - "tags"
23037 #  sort:
23038 #  - "VM"  # "not CFS_OPT"
23039 #  - "CFS_OPT"
23040 #  - "FIB_10K"
23041 #  - "FIB_100K"
23042 #  - "FIB_1M"
23043   layout:
23044     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23045     layout: "plot-latency"
23046
23047 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
23048 -
23049   type: "plot"
23050   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23051   algorithm: "plot_latency_error_bars"
23052   output-file-type: ".html"
23053   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23054   data: "plot-vpp-throughput-latency-2n-skx"
23055   filter: "'NIC_Intel-XXV710' and
23056            '64B' and
23057            'NDRPDR' and
23058            ('ETH' or 'DOT1Q') and
23059            'BASE' and
23060            '2T1C' and
23061            ('L2BDMACLRN' or 'L2XCFWD') and
23062            'VHOST_1024' and
23063            not 'VXLAN' and
23064            not 'IP4FWD' and
23065            not '2VM'"
23066   parameters:
23067   - "latency"
23068   - "parent"
23069   - "tags"
23070 #  sort:
23071 #  - "not CFS_OPT"
23072 #  - "L2XCFWD"
23073 #  - "not CFS_OPT"
23074 #  - "CFS_OPT"
23075   layout:
23076     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
23077     layout: "plot-latency"
23078
23079 -
23080   type: "plot"
23081   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23082   algorithm: "plot_latency_error_bars"
23083   output-file-type: ".html"
23084   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23085   data: "plot-vpp-throughput-latency-2n-skx"
23086   filter: "'NIC_Intel-XXV710' and
23087            '64B' and
23088            'NDRPDR' and
23089            ('ETH' or 'DOT1Q') and
23090            'BASE' and
23091            '4T2C' and
23092            ('L2BDMACLRN' or 'L2XCFWD') and
23093            'VHOST_1024' and
23094            not 'VXLAN' and
23095            not 'IP4FWD' and
23096            not '2VM'"
23097   parameters:
23098   - "latency"
23099   - "parent"
23100   - "tags"
23101 #  sort:
23102 #  - "not CFS_OPT"
23103 #  - "L2XCFWD"
23104 #  - "not CFS_OPT"
23105 #  - "CFS_OPT"
23106   layout:
23107     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
23108     layout: "plot-latency"
23109
23110 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
23111 -
23112   type: "plot"
23113   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23114   algorithm: "plot_latency_error_bars"
23115   output-file-type: ".html"
23116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
23117   data: "plot-vpp-throughput-latency-2n-skx"
23118   filter: "'NIC_Intel-XXV710' and
23119            '64B' and
23120            'NDRPDR' and
23121            ('ETH' or 'DOT1Q') and
23122            '2T1C' and
23123            ('L2BDMACLRN' or 'L2XCFWD') and
23124            'VHOST_1024' and
23125            not 'CFS_OPT' and
23126            not 'VXLAN' and
23127            not 'IP4FWD'"
23128   parameters:
23129   - "latency"
23130   - "parent"
23131   - "tags"
23132 #  sort:
23133 #  - "1VM"
23134 #  - "L2XCFWD"
23135 #  - "1VM"
23136 #  - "L2BDMACLRN"
23137   layout:
23138     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
23139     layout: "plot-latency"
23140
23141 -
23142   type: "plot"
23143   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23144   algorithm: "plot_latency_error_bars"
23145   output-file-type: ".html"
23146   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
23147   data: "plot-vpp-throughput-latency-2n-skx"
23148   filter: "'NIC_Intel-XXV710' and
23149            '64B' and
23150            'NDRPDR' and
23151            ('ETH' or 'DOT1Q') and
23152            '4T2C' and
23153            ('L2BDMACLRN' or 'L2XCFWD') and
23154            'VHOST_1024' and
23155            not 'CFS_OPT' and
23156            not 'VXLAN' and
23157            not 'IP4FWD'"
23158   parameters:
23159   - "latency"
23160   - "parent"
23161   - "tags"
23162 #  sort:
23163 #  - "1VM"
23164 #  - "L2XCFWD"
23165 #  - "1VM"
23166 #  - "L2BDMACLRN"
23167   layout:
23168     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
23169     layout: "plot-latency"
23170
23171 ################################################################################
23172
23173 # Packet Latency - VPP VTS 3n-hsw-x520
23174 -
23175   type: "plot"
23176   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23177   algorithm: "plot_latency_error_bars"
23178   output-file-type: ".html"
23179   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
23180   data: "plot-vpp-throughput-latency-3n-hsw"
23181   filter: "'NIC_Intel-X520-DA2' and
23182            '114B' and
23183            'NDRPDR' and
23184            '1T1C' and
23185            'VTS'"
23186   parameters:
23187   - "latency"
23188   - "parent"
23189   - "tags"
23190   layout:
23191     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
23192     layout: "plot-latency"
23193
23194 -
23195   type: "plot"
23196   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23197   algorithm: "plot_latency_error_bars"
23198   output-file-type: ".html"
23199   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
23200   data: "plot-vpp-throughput-latency-3n-hsw"
23201   filter: "'NIC_Intel-X520-DA2' and
23202            '114B' and
23203            'NDRPDR' and
23204            '2T2C' and
23205            'VTS'"
23206   parameters:
23207   - "latency"
23208   - "parent"
23209   - "tags"
23210   layout:
23211     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
23212     layout: "plot-latency"
23213
23214 ################################################################################
23215
23216 # Packet Latency - DPDK l3fwd 3n-hsw-x520
23217 -
23218   type: "plot"
23219   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23220   algorithm: "plot_latency_error_bars"
23221   output-file-type: ".html"
23222   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23223   data: "plot-dpdk-throughput-latency-3n-hsw"
23224   filter: "'NIC_Intel-X520-DA2' and
23225            '64B' and
23226            'BASE' and
23227            'NDRPDR' and
23228            '1T1C' and
23229            'IP4FWD'"
23230   parameters:
23231   - "latency"
23232   - "parent"
23233   - "tags"
23234   layout:
23235     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
23236     layout: "plot-latency"
23237
23238 -
23239   type: "plot"
23240   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23241   algorithm: "plot_latency_error_bars"
23242   output-file-type: ".html"
23243   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23244   data: "plot-dpdk-throughput-latency-3n-hsw"
23245   filter: "'NIC_Intel-X520-DA2' and
23246            '64B' and
23247            'BASE' and
23248            'NDRPDR' and
23249            '2T2C' and
23250            'IP4FWD'"
23251   parameters:
23252   - "latency"
23253   - "parent"
23254   - "tags"
23255   layout:
23256     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
23257     layout: "plot-latency"
23258
23259 # Packet Latency - DPDK l3fwd 3n-hsw-x710
23260 -
23261   type: "plot"
23262   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23263   algorithm: "plot_latency_error_bars"
23264   output-file-type: ".html"
23265   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23266   data: "plot-dpdk-throughput-latency-3n-hsw"
23267   filter: "'NIC_Intel-X710' and
23268            '64B' and
23269            'BASE' and
23270            'NDRPDR' and
23271            '1T1C' and
23272            'IP4FWD'"
23273   parameters:
23274   - "latency"
23275   - "parent"
23276   - "tags"
23277   layout:
23278     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
23279     layout: "plot-latency"
23280
23281 -
23282   type: "plot"
23283   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23284   algorithm: "plot_latency_error_bars"
23285   output-file-type: ".html"
23286   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23287   data: "plot-dpdk-throughput-latency-3n-hsw"
23288   filter: "'NIC_Intel-X710' and
23289            '64B' and
23290            'BASE' and
23291            'NDRPDR' and
23292            '2T2C' and
23293            'IP4FWD'"
23294   parameters:
23295   - "latency"
23296   - "parent"
23297   - "tags"
23298   layout:
23299     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
23300     layout: "plot-latency"
23301
23302 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
23303 -
23304   type: "plot"
23305   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23306   algorithm: "plot_latency_error_bars"
23307   output-file-type: ".html"
23308   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23309   data: "plot-dpdk-throughput-latency-3n-hsw"
23310   filter: "'NIC_Intel-XL710' and
23311            '64B' and
23312            'BASE' and
23313            'NDRPDR' and
23314            '1T1C' and
23315            'IP4FWD'"
23316   parameters:
23317   - "latency"
23318   - "parent"
23319   - "tags"
23320   layout:
23321     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
23322     layout: "plot-latency"
23323
23324 -
23325   type: "plot"
23326   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23327   algorithm: "plot_latency_error_bars"
23328   output-file-type: ".html"
23329   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23330   data: "plot-dpdk-throughput-latency-3n-hsw"
23331   filter: "'NIC_Intel-XL710' and
23332            '64B' and
23333            'BASE' and
23334            'NDRPDR' and
23335            '2T2C' and
23336            'IP4FWD'"
23337   parameters:
23338   - "latency"
23339   - "parent"
23340   - "tags"
23341   layout:
23342     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
23343     layout: "plot-latency"
23344
23345 # Packet Latency - DPDK l3fwd 3n-skx-x710
23346 -
23347   type: "plot"
23348   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23349   algorithm: "plot_latency_error_bars"
23350   output-file-type: ".html"
23351   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23352   data: "plot-dpdk-throughput-latency-3n-skx"
23353   filter: "'NIC_Intel-X710' and
23354            '64B' and
23355            'BASE' and
23356            'NDRPDR' and
23357            '2T1C' and
23358            'IP4FWD'"
23359   parameters:
23360   - "latency"
23361   - "parent"
23362   - "tags"
23363   layout:
23364     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
23365     layout: "plot-latency"
23366
23367 -
23368   type: "plot"
23369   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23370   algorithm: "plot_latency_error_bars"
23371   output-file-type: ".html"
23372   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23373   data: "plot-dpdk-throughput-latency-3n-skx"
23374   filter: "'NIC_Intel-X710' and
23375            '64B' and
23376            'BASE' and
23377            'NDRPDR' and
23378            '4T2C' and
23379            'IP4FWD'"
23380   parameters:
23381   - "latency"
23382   - "parent"
23383   - "tags"
23384   layout:
23385     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
23386     layout: "plot-latency"
23387
23388 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
23389 -
23390   type: "plot"
23391   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23392   algorithm: "plot_latency_error_bars"
23393   output-file-type: ".html"
23394   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23395   data: "plot-dpdk-throughput-latency-3n-skx"
23396   filter: "'NIC_Intel-XXV710' and
23397            '64B' and
23398            'BASE' and
23399            'NDRPDR' and
23400            '2T1C' and
23401            'IP4FWD'"
23402   parameters:
23403   - "latency"
23404   - "parent"
23405   - "tags"
23406   layout:
23407     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
23408     layout: "plot-latency"
23409
23410 -
23411   type: "plot"
23412   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23413   algorithm: "plot_latency_error_bars"
23414   output-file-type: ".html"
23415   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23416   data: "plot-dpdk-throughput-latency-3n-skx"
23417   filter: "'NIC_Intel-XXV710' and
23418            '64B' and
23419            'BASE' and
23420            'NDRPDR' and
23421            '4T2C' and
23422            'IP4FWD'"
23423   parameters:
23424   - "latency"
23425   - "parent"
23426   - "tags"
23427   layout:
23428     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
23429     layout: "plot-latency"
23430
23431 # Packet Latency - DPDK l3fwd 2n-skx-x710
23432 -
23433   type: "plot"
23434   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23435   algorithm: "plot_latency_error_bars"
23436   output-file-type: ".html"
23437   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23438   data: "plot-dpdk-throughput-latency-2n-skx"
23439   filter: "'NIC_Intel-X710' and
23440            '64B' and
23441            'BASE' and
23442            'NDRPDR' and
23443            '2T1C' and
23444            'IP4FWD'"
23445   parameters:
23446   - "latency"
23447   - "parent"
23448   - "tags"
23449   layout:
23450     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
23451     layout: "plot-latency"
23452
23453 -
23454   type: "plot"
23455   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23456   algorithm: "plot_latency_error_bars"
23457   output-file-type: ".html"
23458   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23459   data: "plot-dpdk-throughput-latency-2n-skx"
23460   filter: "'NIC_Intel-X710' and
23461            '64B' and
23462            'BASE' and
23463            'NDRPDR' and
23464            '4T2C' and
23465            'IP4FWD'"
23466   parameters:
23467   - "latency"
23468   - "parent"
23469   - "tags"
23470   layout:
23471     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
23472     layout: "plot-latency"
23473
23474 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
23475 -
23476   type: "plot"
23477   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23478   algorithm: "plot_latency_error_bars"
23479   output-file-type: ".html"
23480   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23481   data: "plot-dpdk-throughput-latency-2n-skx"
23482   filter: "'NIC_Intel-XXV710' and
23483            '64B' and
23484            'BASE' and
23485            'NDRPDR' and
23486            '2T1C' and
23487            'IP4FWD'"
23488   parameters:
23489   - "latency"
23490   - "parent"
23491   - "tags"
23492   layout:
23493     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
23494     layout: "plot-latency"
23495
23496 -
23497   type: "plot"
23498   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23499   algorithm: "plot_latency_error_bars"
23500   output-file-type: ".html"
23501   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23502   data: "plot-dpdk-throughput-latency-2n-skx"
23503   filter: "'NIC_Intel-XXV710' and
23504            '64B' and
23505            'BASE' and
23506            'NDRPDR' and
23507            '4T2C' and
23508            'IP4FWD'"
23509   parameters:
23510   - "latency"
23511   - "parent"
23512   - "tags"
23513   layout:
23514     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
23515     layout: "plot-latency"
23516
23517 ################################################################################
23518
23519 # Packet Latency - DPDK testpmd 3n-hsw-x520
23520 -
23521   type: "plot"
23522   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23523   algorithm: "plot_latency_error_bars"
23524   output-file-type: ".html"
23525   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
23526   data: "plot-dpdk-throughput-latency-3n-hsw"
23527   filter: "'NIC_Intel-X520-DA2' and
23528            '64B' and
23529            'BASE' and
23530            'NDRPDR' and
23531            '1T1C' and
23532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23533   parameters:
23534   - "latency"
23535   - "parent"
23536   - "tags"
23537   layout:
23538     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
23539     layout: "plot-latency"
23540
23541 -
23542   type: "plot"
23543   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23544   algorithm: "plot_latency_error_bars"
23545   output-file-type: ".html"
23546   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23547   data: "plot-dpdk-throughput-latency-3n-hsw"
23548   filter: "'NIC_Intel-X520-DA2' and
23549            '64B' and
23550            'BASE' and
23551            'NDRPDR' and
23552            '2T2C' and
23553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23554   parameters:
23555   - "latency"
23556   - "parent"
23557   - "tags"
23558   layout:
23559     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
23560     layout: "plot-latency"
23561
23562 # Packet Latency - DPDK testpmd 3n-hsw-x710
23563 -
23564   type: "plot"
23565   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23566   algorithm: "plot_latency_error_bars"
23567   output-file-type: ".html"
23568   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23569   data: "plot-dpdk-throughput-latency-3n-hsw"
23570   filter: "'NIC_Intel-X710' and
23571            '64B' and
23572            'BASE' and
23573            'NDRPDR' and
23574            '1T1C' and
23575            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23576   parameters:
23577   - "latency"
23578   - "parent"
23579   - "tags"
23580   layout:
23581     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
23582     layout: "plot-latency"
23583
23584 -
23585   type: "plot"
23586   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23587   algorithm: "plot_latency_error_bars"
23588   output-file-type: ".html"
23589   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23590   data: "plot-dpdk-throughput-latency-3n-hsw"
23591   filter: "'NIC_Intel-X710' and
23592            '64B' and
23593            'BASE' and
23594            'NDRPDR' and
23595            '2T2C' and
23596            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23597   parameters:
23598   - "latency"
23599   - "parent"
23600   - "tags"
23601   layout:
23602     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23603     layout: "plot-latency"
23604
23605 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23606 -
23607   type: "plot"
23608   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23609   algorithm: "plot_latency_error_bars"
23610   output-file-type: ".html"
23611   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23612   data: "plot-dpdk-throughput-latency-3n-hsw"
23613   filter: "'NIC_Intel-XL710' and
23614            '64B' and
23615            'BASE' and
23616            'NDRPDR' and
23617            '1T1C' and
23618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23619   parameters:
23620   - "latency"
23621   - "parent"
23622   - "tags"
23623   layout:
23624     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23625     layout: "plot-latency"
23626
23627 -
23628   type: "plot"
23629   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23630   algorithm: "plot_latency_error_bars"
23631   output-file-type: ".html"
23632   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23633   data: "plot-dpdk-throughput-latency-3n-hsw"
23634   filter: "'NIC_Intel-XL710' and
23635            '64B' and
23636            'BASE' and
23637            'NDRPDR' and
23638            '2T2C' and
23639            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23640   parameters:
23641   - "latency"
23642   - "parent"
23643   - "tags"
23644   layout:
23645     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23646     layout: "plot-latency"
23647
23648 # Packet Latency - DPDK testpmd 3n-skx-x710
23649 -
23650   type: "plot"
23651   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23652   algorithm: "plot_latency_error_bars"
23653   output-file-type: ".html"
23654   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23655   data: "plot-dpdk-throughput-latency-3n-skx"
23656   filter: "'NIC_Intel-X710' and
23657            '64B' and
23658            'BASE' and
23659            'NDRPDR' and
23660            '2T1C' and
23661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23662   parameters:
23663   - "latency"
23664   - "parent"
23665   - "tags"
23666   layout:
23667     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23668     layout: "plot-latency"
23669
23670 -
23671   type: "plot"
23672   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23673   algorithm: "plot_latency_error_bars"
23674   output-file-type: ".html"
23675   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23676   data: "plot-dpdk-throughput-latency-3n-skx"
23677   filter: "'NIC_Intel-X710' and
23678            '64B' and
23679            'BASE' and
23680            'NDRPDR' and
23681            '4T2C' and
23682            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23683   parameters:
23684   - "latency"
23685   - "parent"
23686   - "tags"
23687   layout:
23688     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23689     layout: "plot-latency"
23690
23691 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23692 -
23693   type: "plot"
23694   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23695   algorithm: "plot_latency_error_bars"
23696   output-file-type: ".html"
23697   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23698   data: "plot-dpdk-throughput-latency-3n-skx"
23699   filter: "'NIC_Intel-XXV710' and
23700            '64B' and
23701            'BASE' and
23702            'NDRPDR' and
23703            '2T1C' and
23704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23705   parameters:
23706   - "latency"
23707   - "parent"
23708   - "tags"
23709   layout:
23710     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23711     layout: "plot-latency"
23712
23713 -
23714   type: "plot"
23715   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23716   algorithm: "plot_latency_error_bars"
23717   output-file-type: ".html"
23718   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23719   data: "plot-dpdk-throughput-latency-3n-skx"
23720   filter: "'NIC_Intel-XXV710' and
23721            '64B' and
23722            'BASE' and
23723            'NDRPDR' and
23724            '4T2C' and
23725            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23726   parameters:
23727   - "latency"
23728   - "parent"
23729   - "tags"
23730   layout:
23731     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23732     layout: "plot-latency"
23733
23734 # Packet Latency - DPDK testpmd 2n-skx-x710
23735 -
23736   type: "plot"
23737   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23738   algorithm: "plot_latency_error_bars"
23739   output-file-type: ".html"
23740   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23741   data: "plot-dpdk-throughput-latency-2n-skx"
23742   filter: "'NIC_Intel-X710' and
23743            '64B' and
23744            'BASE' and
23745            'NDRPDR' and
23746            '2T1C' and
23747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23748   parameters:
23749   - "latency"
23750   - "parent"
23751   - "tags"
23752   layout:
23753     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23754     layout: "plot-latency"
23755
23756 -
23757   type: "plot"
23758   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23759   algorithm: "plot_latency_error_bars"
23760   output-file-type: ".html"
23761   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23762   data: "plot-dpdk-throughput-latency-2n-skx"
23763   filter: "'NIC_Intel-X710' and
23764            '64B' and
23765            'BASE' and
23766            'NDRPDR' and
23767            '4T2C' and
23768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23769   parameters:
23770   - "latency"
23771   - "parent"
23772   - "tags"
23773   layout:
23774     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23775     layout: "plot-latency"
23776
23777 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23778 -
23779   type: "plot"
23780   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23781   algorithm: "plot_latency_error_bars"
23782   output-file-type: ".html"
23783   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23784   data: "plot-dpdk-throughput-latency-2n-skx"
23785   filter: "'NIC_Intel-XXV710' and
23786            '64B' and
23787            'BASE' and
23788            'NDRPDR' and
23789            '2T1C' and
23790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23791   parameters:
23792   - "latency"
23793   - "parent"
23794   - "tags"
23795   layout:
23796     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23797     layout: "plot-latency"
23798
23799 -
23800   type: "plot"
23801   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23802   algorithm: "plot_latency_error_bars"
23803   output-file-type: ".html"
23804   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23805   data: "plot-dpdk-throughput-latency-2n-skx"
23806   filter: "'NIC_Intel-XXV710' and
23807            '64B' and
23808            'BASE' and
23809            'NDRPDR' and
23810            '4T2C' and
23811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23812   parameters:
23813   - "latency"
23814   - "parent"
23815   - "tags"
23816   layout:
23817     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23818     layout: "plot-latency"
23819
23820 ################################################################################
23821
23822 # Speedup - VPP Container Memif 3n-hsw-x520
23823 -
23824   type: "plot"
23825   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23826   algorithm: "plot_throughput_speedup_analysis"
23827   output-file-type: ".html"
23828   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23829   data: "plot-throughput-speedup-analysis-3n-hsw"
23830   filter: "'NIC_Intel-X520-DA2' and
23831            '64B' and
23832            ('BASE' or 'SCALE') and
23833            'NDRPDR' and
23834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23835            not 'VHOST' and
23836            'MEMIF'"
23837   parameters:
23838   - "throughput"
23839   - "parent"
23840   - "tags"
23841   sort:
23842   - "L2XCFWD"
23843   - "L2XCFWD"
23844   - "L2XCFWD"
23845   - "L2BDMACLRN"
23846   - "L2BDMACLRN"
23847   - "L2BDMACLRN"
23848   layout:
23849     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
23850     layout: "plot-throughput-speedup-analysis"
23851
23852 -
23853   type: "plot"
23854   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23855   algorithm: "plot_throughput_speedup_analysis"
23856   output-file-type: ".html"
23857   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23858   data: "plot-throughput-speedup-analysis-3n-hsw"
23859   filter: "'NIC_Intel-X520-DA2' and
23860            '64B' and
23861            ('BASE' or 'SCALE') and
23862            'NDRPDR' and
23863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23864            not 'VHOST' and
23865            'MEMIF'"
23866   parameters:
23867   - "throughput"
23868   - "parent"
23869   - "tags"
23870   sort:
23871   - "L2XCFWD"
23872   - "L2XCFWD"
23873   - "L2XCFWD"
23874   - "L2BDMACLRN"
23875   - "L2BDMACLRN"
23876   - "L2BDMACLRN"
23877   layout:
23878     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
23879     layout: "plot-throughput-speedup-analysis"
23880
23881 # Speedup - VPP Container Memif 3n-hsw-x710
23882 -
23883   type: "plot"
23884   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23885   algorithm: "plot_throughput_speedup_analysis"
23886   output-file-type: ".html"
23887   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23888   data: "plot-throughput-speedup-analysis-3n-hsw"
23889   filter: "'NIC_Intel-X710' and
23890            '64B' and
23891            ('BASE' or 'SCALE') and
23892            'NDRPDR' and
23893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23894            not 'VHOST' and
23895            'MEMIF'"
23896   parameters:
23897   - "throughput"
23898   - "parent"
23899   - "tags"
23900   sort:
23901   - "L2XCFWD"
23902   - "L2XCFWD"
23903   - "L2XCFWD"
23904   - "L2BDMACLRN"
23905   - "L2BDMACLRN"
23906   - "L2BDMACLRN"
23907   layout:
23908     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
23909     layout: "plot-throughput-speedup-analysis"
23910
23911 -
23912   type: "plot"
23913   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23914   algorithm: "plot_throughput_speedup_analysis"
23915   output-file-type: ".html"
23916   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23917   data: "plot-throughput-speedup-analysis-3n-hsw"
23918   filter: "'NIC_Intel-X710' and
23919            '64B' and
23920            ('BASE' or 'SCALE') and
23921            'NDRPDR' and
23922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23923            not 'VHOST' and
23924            'MEMIF'"
23925   parameters:
23926   - "throughput"
23927   - "parent"
23928   - "tags"
23929   sort:
23930   - "L2XCFWD"
23931   - "L2XCFWD"
23932   - "L2XCFWD"
23933   - "L2BDMACLRN"
23934   - "L2BDMACLRN"
23935   - "L2BDMACLRN"
23936   layout:
23937     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
23938     layout: "plot-throughput-speedup-analysis"
23939
23940 # Speedup - VPP Container Memif 3n-hsw-xl710
23941 -
23942   type: "plot"
23943   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23944   algorithm: "plot_throughput_speedup_analysis"
23945   output-file-type: ".html"
23946   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23947   data: "plot-throughput-speedup-analysis-3n-hsw"
23948   filter: "'NIC_Intel-XL710' and
23949            '64B' and
23950            ('BASE' or 'SCALE') and
23951            'NDRPDR' and
23952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23953            not 'VHOST' and
23954            'MEMIF'"
23955   parameters:
23956   - "throughput"
23957   - "parent"
23958   - "tags"
23959   sort:
23960   - "L2XCFWD"
23961   - "L2XCFWD"
23962   - "L2XCFWD"
23963   - "L2BDMACLRN"
23964   - "L2BDMACLRN"
23965   - "L2BDMACLRN"
23966   layout:
23967     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
23968     layout: "plot-throughput-speedup-analysis"
23969
23970 -
23971   type: "plot"
23972   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23973   algorithm: "plot_throughput_speedup_analysis"
23974   output-file-type: ".html"
23975   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23976   data: "plot-throughput-speedup-analysis-3n-hsw"
23977   filter: "'NIC_Intel-XL710' and
23978            '64B' and
23979            ('BASE' or 'SCALE') and
23980            'NDRPDR' and
23981            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23982            not 'VHOST' and
23983            'MEMIF'"
23984   parameters:
23985   - "throughput"
23986   - "parent"
23987   - "tags"
23988   sort:
23989   - "L2XCFWD"
23990   - "L2XCFWD"
23991   - "L2XCFWD"
23992   - "L2BDMACLRN"
23993   - "L2BDMACLRN"
23994   - "L2BDMACLRN"
23995   layout:
23996     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
23997     layout: "plot-throughput-speedup-analysis"
23998
23999 # Speedup - VPP Container Memif 3n-skx-x710
24000 -
24001   type: "plot"
24002   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24003   algorithm: "plot_throughput_speedup_analysis"
24004   output-file-type: ".html"
24005   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24006   data: "plot-throughput-speedup-analysis-3n-skx"
24007   filter: "'NIC_Intel-X710' and
24008            '64B' and
24009            ('BASE' or 'SCALE') and
24010            'NDRPDR' and
24011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24012            not 'VHOST' and
24013            'MEMIF'"
24014   parameters:
24015   - "throughput"
24016   - "parent"
24017   - "tags"
24018   sort:
24019   - "L2XCFWD"
24020   - "L2XCFWD"
24021   - "L2XCFWD"
24022   - "L2BDMACLRN"
24023   - "L2BDMACLRN"
24024   - "L2BDMACLRN"
24025   layout:
24026     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
24027     layout: "plot-throughput-speedup-analysis"
24028
24029 -
24030   type: "plot"
24031   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24032   algorithm: "plot_throughput_speedup_analysis"
24033   output-file-type: ".html"
24034   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24035   data: "plot-throughput-speedup-analysis-3n-skx"
24036   filter: "'NIC_Intel-X710' and
24037            '64B' and
24038            ('BASE' or 'SCALE') and
24039            'NDRPDR' and
24040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24041            not 'VHOST' and
24042             'MEMIF'"
24043   parameters:
24044   - "throughput"
24045   - "parent"
24046   - "tags"
24047   sort:
24048   - "L2XCFWD"
24049   - "L2XCFWD"
24050   - "L2XCFWD"
24051   - "L2BDMACLRN"
24052   - "L2BDMACLRN"
24053   - "L2BDMACLRN"
24054   layout:
24055     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
24056     layout: "plot-throughput-speedup-analysis"
24057
24058 # Speedup - VPP Container Memif 2n-skx-x710
24059 -
24060   type: "plot"
24061   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24062   algorithm: "plot_throughput_speedup_analysis"
24063   output-file-type: ".html"
24064   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24065   data: "plot-throughput-speedup-analysis-2n-skx"
24066   filter: "'NIC_Intel-X710' and
24067            '64B' and
24068            ('BASE' or 'SCALE') and
24069            'NDRPDR' and
24070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24071            not 'VHOST' and
24072            'MEMIF'"
24073   parameters:
24074   - "throughput"
24075   - "parent"
24076   - "tags"
24077   sort:
24078   - "L2XCFWD"
24079   - "L2XCFWD"
24080   - "L2XCFWD"
24081   - "L2BDMACLRN"
24082   - "L2BDMACLRN"
24083   - "L2BDMACLRN"
24084   layout:
24085     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
24086     layout: "plot-throughput-speedup-analysis"
24087
24088 -
24089   type: "plot"
24090   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24091   algorithm: "plot_throughput_speedup_analysis"
24092   output-file-type: ".html"
24093   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24094   data: "plot-throughput-speedup-analysis-2n-skx"
24095   filter: "'NIC_Intel-X710' and
24096            '64B' and
24097            ('BASE' or 'SCALE') and
24098            'NDRPDR' and
24099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24100            not 'VHOST' and
24101             'MEMIF'"
24102   parameters:
24103   - "throughput"
24104   - "parent"
24105   - "tags"
24106   sort:
24107   - "L2XCFWD"
24108   - "L2XCFWD"
24109   - "L2XCFWD"
24110   - "L2BDMACLRN"
24111   - "L2BDMACLRN"
24112   - "L2BDMACLRN"
24113   layout:
24114     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
24115     layout: "plot-throughput-speedup-analysis"
24116
24117 # Speedup - VPP Container Memif 2n-skx-xxv710
24118 -
24119   type: "plot"
24120   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24121   algorithm: "plot_throughput_speedup_analysis"
24122   output-file-type: ".html"
24123   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24124   data: "plot-throughput-speedup-analysis-2n-skx"
24125   filter: "'NIC_Intel-XXV710' and
24126            '64B' and
24127            ('BASE' or 'SCALE') and
24128            'NDRPDR' and
24129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24130            not 'VHOST' and
24131            'MEMIF'"
24132   parameters:
24133   - "throughput"
24134   - "parent"
24135   - "tags"
24136   sort:
24137   - "L2XCFWD"
24138   - "L2XCFWD"
24139   - "L2XCFWD"
24140   - "L2BDMACLRN"
24141   - "L2BDMACLRN"
24142   - "L2BDMACLRN"
24143   layout:
24144     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
24145     layout: "plot-throughput-speedup-analysis"
24146
24147 -
24148   type: "plot"
24149   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24150   algorithm: "plot_throughput_speedup_analysis"
24151   output-file-type: ".html"
24152   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24153   data: "plot-throughput-speedup-analysis-2n-skx"
24154   filter: "'NIC_Intel-XXV710' and
24155            '64B' and
24156            ('BASE' or 'SCALE') and
24157            'NDRPDR' and
24158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24159            not 'VHOST' and
24160             'MEMIF'"
24161   parameters:
24162   - "throughput"
24163   - "parent"
24164   - "tags"
24165   sort:
24166   - "L2XCFWD"
24167   - "L2XCFWD"
24168   - "L2XCFWD"
24169   - "L2BDMACLRN"
24170   - "L2BDMACLRN"
24171   - "L2BDMACLRN"
24172   layout:
24173     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
24174     layout: "plot-throughput-speedup-analysis"
24175
24176 ################################################################################
24177
24178 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
24179 -
24180   type: "plot"
24181   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24182   algorithm: "plot_throughput_speedup_analysis"
24183   output-file-type: ".html"
24184   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
24185   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24186   filter: "'NIC_Intel-X520-DA2' and
24187            '64B' and
24188            ('BASE' or 'SCALE') and
24189            'NDRPDR' and
24190            'L2XCFWD' and
24191            not 'VHOST' and
24192            'MEMIF'"
24193   parameters:
24194   - "throughput"
24195   - "parent"
24196   - "tags"
24197   sort:
24198   - "1VNF"
24199   - "2VNF"
24200   - "4VNF"
24201   - "2VNF"
24202   - "4VNF"
24203   layout:
24204     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
24205     layout: "plot-throughput-speedup-analysis"
24206
24207 -
24208   type: "plot"
24209   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24210   algorithm: "plot_throughput_speedup_analysis"
24211   output-file-type: ".html"
24212   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
24213   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24214   filter: "'NIC_Intel-X520-DA2' and
24215            '64B' and
24216            ('BASE' or 'SCALE') and
24217            'NDRPDR' and
24218            'L2XCFWD' and
24219            not 'VHOST' and
24220            'MEMIF'"
24221   parameters:
24222   - "throughput"
24223   - "parent"
24224   - "tags"
24225   sort:
24226   - "1VNF"
24227   - "2VNF"
24228   - "4VNF"
24229   - "2VNF"
24230   - "4VNF"
24231   layout:
24232     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
24233     layout: "plot-throughput-speedup-analysis"
24234
24235 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
24236 -
24237   type: "plot"
24238   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24239   algorithm: "plot_throughput_speedup_analysis"
24240   output-file-type: ".html"
24241   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
24242   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24243   filter: "'NIC_Intel-X520-DA2' and
24244            '64B' and
24245            ('BASE' or 'SCALE') and
24246            'NDRPDR' and
24247            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24248            not 'VHOST' and
24249            'MEMIF'"
24250   parameters:
24251   - "throughput"
24252   - "parent"
24253   - "tags"
24254   sort:
24255   - "1VNF"
24256   - "2VNF"
24257   - "4VNF"
24258   - "2VNF"
24259   - "4VNF"
24260   layout:
24261     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
24262     layout: "plot-throughput-speedup-analysis"
24263
24264 -
24265   type: "plot"
24266   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24267   algorithm: "plot_throughput_speedup_analysis"
24268   output-file-type: ".html"
24269   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
24270   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24271   filter: "'NIC_Intel-X520-DA2' and
24272            '64B' and
24273            ('BASE' or 'SCALE') and
24274            'NDRPDR' and
24275            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24276            not 'VHOST' and
24277            'MEMIF'"
24278   parameters:
24279   - "throughput"
24280   - "parent"
24281   - "tags"
24282   sort:
24283   - "1VNF"
24284   - "2VNF"
24285   - "4VNF"
24286   - "2VNF"
24287   - "4VNF"
24288   layout:
24289     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
24290     layout: "plot-throughput-speedup-analysis"
24291
24292 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
24293 -
24294   type: "plot"
24295   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24296   algorithm: "plot_throughput_speedup_analysis"
24297   output-file-type: ".html"
24298   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
24299   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24300   filter: "'NIC_Intel-X710' and
24301            '64B' and
24302            ('BASE' or 'SCALE') and
24303            'NDRPDR' and
24304            'L2XCFWD' and
24305            not 'VHOST' and
24306            'MEMIF'"
24307   parameters:
24308   - "throughput"
24309   - "parent"
24310   - "tags"
24311   sort:
24312   - "1VNF"
24313   - "2VNF"
24314   - "4VNF"
24315   - "2VNF"
24316   - "4VNF"
24317   layout:
24318     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
24319     layout: "plot-throughput-speedup-analysis"
24320
24321 -
24322   type: "plot"
24323   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24324   algorithm: "plot_throughput_speedup_analysis"
24325   output-file-type: ".html"
24326   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
24327   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24328   filter: "'NIC_Intel-X710' and
24329            '64B' and
24330            ('BASE' or 'SCALE') and
24331            'NDRPDR' and
24332            'L2XCFWD' and
24333            not 'VHOST' and
24334            'MEMIF'"
24335   parameters:
24336   - "throughput"
24337   - "parent"
24338   - "tags"
24339   sort:
24340   - "1VNF"
24341   - "2VNF"
24342   - "4VNF"
24343   - "2VNF"
24344   - "4VNF"
24345   layout:
24346     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
24347     layout: "plot-throughput-speedup-analysis"
24348
24349 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
24350 -
24351   type: "plot"
24352   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24353   algorithm: "plot_throughput_speedup_analysis"
24354   output-file-type: ".html"
24355   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
24356   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24357   filter: "'NIC_Intel-X710' and
24358            '64B' and
24359            ('BASE' or 'SCALE') and
24360            'NDRPDR' and
24361            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24362            not 'VHOST' and
24363            'MEMIF'"
24364   parameters:
24365   - "throughput"
24366   - "parent"
24367   - "tags"
24368   sort:
24369   - "1VNF"
24370   - "2VNF"
24371   - "4VNF"
24372   - "2VNF"
24373   - "4VNF"
24374   layout:
24375     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
24376     layout: "plot-throughput-speedup-analysis"
24377
24378 -
24379   type: "plot"
24380   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24381   algorithm: "plot_throughput_speedup_analysis"
24382   output-file-type: ".html"
24383   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
24384   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
24385   filter: "'NIC_Intel-X710' and
24386            '64B' and
24387            ('BASE' or 'SCALE') and
24388            'NDRPDR' and
24389            ('L2BDMACSTAT' or 'L2BDMACLRN') and
24390            not 'VHOST' and
24391            'MEMIF'"
24392   parameters:
24393   - "throughput"
24394   - "parent"
24395   - "tags"
24396   sort:
24397   - "1VNF"
24398   - "2VNF"
24399   - "4VNF"
24400   - "2VNF"
24401   - "4VNF"
24402   layout:
24403     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
24404     layout: "plot-throughput-speedup-analysis"
24405
24406 ################################################################################
24407
24408 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
24409 -
24410   type: "plot"
24411   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24412   algorithm: "plot_throughput_speedup_analysis"
24413   output-file-type: ".html"
24414   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24415   data: "plot-throughput-speedup-analysis-3n-hsw"
24416   filter: "'NIC_Intel-X520-DA2' and
24417            '64B' and
24418            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24419            'NDRPDR' and
24420            'IP4FWD' and
24421            not 'IPSEC' and
24422            not 'VHOST'"
24423   parameters:
24424   - "throughput"
24425   - "parent"
24426   - "tags"
24427   sort:
24428   - "DOT1Q"
24429   - "IP4BASE"
24430   - "FIB_20k"
24431   - "FIB_200k"
24432   - "FIB_2M"
24433   layout:
24434     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24435     layout: "plot-throughput-speedup-analysis"
24436
24437 -
24438   type: "plot"
24439   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24440   algorithm: "plot_throughput_speedup_analysis"
24441   output-file-type: ".html"
24442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24443   data: "plot-throughput-speedup-analysis-3n-hsw"
24444   filter: "'NIC_Intel-X520-DA2' and
24445            '64B' and
24446            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
24447            'NDRPDR' and
24448            'IP4FWD' and
24449            not 'IPSEC' and
24450            not 'VHOST'"
24451   parameters:
24452   - "throughput"
24453   - "parent"
24454   - "tags"
24455   sort:
24456   - "DOT1Q"
24457   - "IP4BASE"
24458   - "FIB_20k"
24459   - "FIB_200k"
24460   - "FIB_2M"
24461   layout:
24462     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24463     layout: "plot-throughput-speedup-analysis"
24464
24465 # Speedup - VPP IPv4 3n-hsw-x520 features
24466 -
24467   type: "plot"
24468   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
24469   algorithm: "plot_throughput_speedup_analysis"
24470   output-file-type: ".html"
24471   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
24472   data: "plot-throughput-speedup-analysis-3n-hsw"
24473   filter: "'NIC_Intel-X520-DA2' and
24474            '64B' and
24475            ('IP4BASE' or
24476             'POLICE_MARK' or
24477             'COPWHLIST' or
24478             ('NAT44' and 'BASE') or
24479             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24480            'NDRPDR' and
24481            'IP4FWD' and
24482            not 'IPSEC' and
24483            not 'VHOST'"
24484   parameters:
24485   - "throughput"
24486   - "parent"
24487   - "tags"
24488   sort:
24489   - "DOT1Q"
24490   - "IP4BASE"
24491   - "NAT44"
24492   - "POLICE_MARK"
24493   - "COPWHLIST"
24494   - "IACL"
24495   - "OACL"
24496   layout:
24497     title: "ip4-3n-hsw-x520-64b-features-ndr"
24498     layout: "plot-throughput-speedup-analysis"
24499
24500 -
24501   type: "plot"
24502   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
24503   algorithm: "plot_throughput_speedup_analysis"
24504   output-file-type: ".html"
24505   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
24506   data: "plot-throughput-speedup-analysis-3n-hsw"
24507   filter: "'NIC_Intel-X520-DA2' and
24508            '64B' and
24509            ('IP4BASE' or
24510             'POLICE_MARK' or
24511             'COPWHLIST' or
24512             ('NAT44' and 'BASE') or
24513             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24514            'NDRPDR' and
24515            'IP4FWD' and
24516            not 'IPSEC' and
24517            not 'VHOST'"
24518   parameters:
24519   - "throughput"
24520   - "parent"
24521   - "tags"
24522   sort:
24523   - "DOT1Q"
24524   - "IP4BASE"
24525   - "NAT44"
24526   - "POLICE_MARK"
24527   - "COPWHLIST"
24528   - "IACL"
24529   - "OACL"
24530   layout:
24531     title: "ip4-3n-hsw-x520-64b-features-pdr"
24532     layout: "plot-throughput-speedup-analysis"
24533
24534 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
24535 -
24536   type: "plot"
24537   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24538   algorithm: "plot_throughput_speedup_analysis"
24539   output-file-type: ".html"
24540   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
24541   data: "plot-throughput-speedup-analysis-3n-hsw"
24542   filter: "'NIC_Intel-X520-DA2' and
24543            '64B' and
24544            'NDRPDR' and
24545            'IP4FWD' and
24546            'NAT44' and
24547            not 'IPSEC' and
24548            not 'VHOST'"
24549   parameters:
24550   - "throughput"
24551   - "parent"
24552   - "tags"
24553   sort:
24554   - "BASE"
24555   - "BASE"
24556   - "SRC_USER_10"
24557   - "SRC_USER_100"
24558   - "SRC_USER_1000"
24559   - "SRC_USER_2000"
24560   layout:
24561     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
24562     layout: "plot-throughput-speedup-analysis"
24563
24564 -
24565   type: "plot"
24566   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24567   algorithm: "plot_throughput_speedup_analysis"
24568   output-file-type: ".html"
24569   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
24570   data: "plot-throughput-speedup-analysis-3n-hsw"
24571   filter: "'NIC_Intel-X520-DA2' and
24572            '64B' and
24573            'NDRPDR' and
24574            'IP4FWD' and
24575            'NAT44' and
24576            not 'IPSEC' and
24577            not 'VHOST'"
24578   parameters:
24579   - "throughput"
24580   - "parent"
24581   - "tags"
24582   sort:
24583   - "BASE"
24584   - "BASE"
24585   - "SRC_USER_10"
24586   - "SRC_USER_100"
24587   - "SRC_USER_1000"
24588   - "SRC_USER_2000"
24589   layout:
24590     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
24591     layout: "plot-throughput-speedup-analysis"
24592
24593 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
24594 -
24595   type: "plot"
24596   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24597   algorithm: "plot_throughput_speedup_analysis"
24598   output-file-type: ".html"
24599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
24600   data: "plot-throughput-speedup-analysis-3n-hsw"
24601   filter: "'NIC_Intel-X520-DA2' and
24602            '64B' and
24603            'NDRPDR' and
24604            'IP4FWD' and
24605            'IACL' and
24606            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24607            not 'IPSEC' and
24608            not 'VHOST'"
24609   parameters:
24610   - "throughput"
24611   - "parent"
24612   - "tags"
24613   sort:
24614   - "ACL_STATELESS"
24615   - "ACL_STATEFUL"
24616   - "ACL_STATELESS"
24617   - "ACL_STATEFUL"
24618   layout:
24619     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24620     layout: "plot-throughput-speedup-analysis"
24621
24622 -
24623   type: "plot"
24624   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24625   algorithm: "plot_throughput_speedup_analysis"
24626   output-file-type: ".html"
24627   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24628   data: "plot-throughput-speedup-analysis-3n-hsw"
24629   filter: "'NIC_Intel-X520-DA2' and
24630            '64B' and
24631            'NDRPDR' and
24632            'IP4FWD' and
24633            'IACL' and
24634            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24635            not 'IPSEC' and
24636            not 'VHOST'"
24637   parameters:
24638   - "throughput"
24639   - "parent"
24640   - "tags"
24641   sort:
24642   - "ACL_STATELESS"
24643   - "ACL_STATEFUL"
24644   - "ACL_STATELESS"
24645   - "ACL_STATEFUL"
24646   layout:
24647     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24648     layout: "plot-throughput-speedup-analysis"
24649
24650 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24651 -
24652   type: "plot"
24653   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24654   algorithm: "plot_throughput_speedup_analysis"
24655   output-file-type: ".html"
24656   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24657   data: "plot-throughput-speedup-analysis-3n-hsw"
24658   filter: "'NIC_Intel-X520-DA2' and
24659            '64B' and
24660            'NDRPDR' and
24661            'IP4FWD' and
24662            'OACL' and
24663            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24664            not 'IPSEC' and
24665            not 'VHOST'"
24666   parameters:
24667   - "throughput"
24668   - "parent"
24669   - "tags"
24670   sort:
24671   - "ACL_STATELESS"
24672   - "ACL_STATEFUL"
24673   - "ACL_STATELESS"
24674   - "ACL_STATEFUL"
24675   layout:
24676     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24677     layout: "plot-throughput-speedup-analysis"
24678
24679 -
24680   type: "plot"
24681   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24682   algorithm: "plot_throughput_speedup_analysis"
24683   output-file-type: ".html"
24684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24685   data: "plot-throughput-speedup-analysis-3n-hsw"
24686   filter: "'NIC_Intel-X520-DA2' and
24687            '64B' and
24688            'NDRPDR' and
24689            'IP4FWD' and
24690            'OACL' and
24691            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24692            not 'IPSEC' and
24693            not 'VHOST'"
24694   parameters:
24695   - "throughput"
24696   - "parent"
24697   - "tags"
24698   sort:
24699   - "ACL_STATELESS"
24700   - "ACL_STATEFUL"
24701   - "ACL_STATELESS"
24702   - "ACL_STATEFUL"
24703   layout:
24704     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24705     layout: "plot-throughput-speedup-analysis"
24706
24707 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24708 -
24709   type: "plot"
24710   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24711   algorithm: "plot_throughput_speedup_analysis"
24712   output-file-type: ".html"
24713   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24714   data: "plot-throughput-speedup-analysis-3n-hsw"
24715   filter: "'NIC_Intel-X710' and
24716            '64B' and
24717            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24718            'NDRPDR' and
24719            'IP4FWD' and
24720            not 'IPSEC' and
24721            not 'VHOST'"
24722   parameters:
24723   - "throughput"
24724   - "parent"
24725   - "tags"
24726   sort:
24727   - "DOT1Q"
24728   - "IP4BASE"
24729   - "FIB_20K"
24730   - "FIB_200K"
24731   - "FIB_2M"
24732   layout:
24733     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24734     layout: "plot-throughput-speedup-analysis"
24735
24736 -
24737   type: "plot"
24738   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24739   algorithm: "plot_throughput_speedup_analysis"
24740   output-file-type: ".html"
24741   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24742   data: "plot-throughput-speedup-analysis-3n-hsw"
24743   filter: "'NIC_Intel-X710' and
24744            '64B' and
24745            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24746            'NDRPDR' and
24747            'IP4FWD' and
24748            not 'IPSEC' and
24749            not 'VHOST'"
24750   parameters:
24751   - "throughput"
24752   - "parent"
24753   - "tags"
24754   sort:
24755   - "DOT1Q"
24756   - "IP4BASE"
24757   - "FIB_20K"
24758   - "FIB_200K"
24759   - "FIB_2M"
24760   layout:
24761     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24762     layout: "plot-throughput-speedup-analysis"
24763
24764 # Speedup - VPP IPv4 3n-hsw-x710 features
24765 -
24766   type: "plot"
24767   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24768   algorithm: "plot_throughput_speedup_analysis"
24769   output-file-type: ".html"
24770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24771   data: "plot-throughput-speedup-analysis-3n-hsw"
24772   filter: "'NIC_Intel-X710' and
24773            '64B' and
24774            ('IP4BASE' or
24775             'POLICE_MARK' or
24776             'COPWHLIST' or
24777             ('NAT44' and 'BASE') or
24778             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24779            'NDRPDR' and
24780            'IP4FWD' and
24781            not 'IPSEC' and
24782            not 'VHOST'"
24783   parameters:
24784   - "throughput"
24785   - "parent"
24786   - "tags"
24787   sort:
24788   - "IP4BASE"
24789   - "NAT44"
24790   - "POLICE_MARK"
24791   - "COPWHLIST"
24792   - "IACL"
24793   - "OACL"
24794   layout:
24795     title: "ip4-3n-hsw-x710-64b-features-ndr"
24796     layout: "plot-throughput-speedup-analysis"
24797
24798 -
24799   type: "plot"
24800   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24801   algorithm: "plot_throughput_speedup_analysis"
24802   output-file-type: ".html"
24803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24804   data: "plot-throughput-speedup-analysis-3n-hsw"
24805   filter: "'NIC_Intel-X710' and
24806            '64B' and
24807            ('IP4BASE' or
24808             'POLICE_MARK' or
24809             'COPWHLIST' or
24810             ('NAT44' and 'BASE') or
24811             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24812            'NDRPDR' and
24813            'IP4FWD' and
24814            not 'IPSEC' and
24815            not 'VHOST'"
24816   parameters:
24817   - "throughput"
24818   - "parent"
24819   - "tags"
24820   sort:
24821   - "IP4BASE"
24822   - "NAT44"
24823   - "POLICE_MARK"
24824   - "COPWHLIST"
24825   - "IACL"
24826   - "OACL"
24827   layout:
24828     title: "ip4-3n-hsw-x710-64b-features-pdr"
24829     layout: "plot-throughput-speedup-analysis"
24830
24831 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24832 -
24833   type: "plot"
24834   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24835   algorithm: "plot_throughput_speedup_analysis"
24836   output-file-type: ".html"
24837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24838   data: "plot-throughput-speedup-analysis-3n-hsw"
24839   filter: "'NIC_Intel-X710' and
24840            '64B' and
24841            'NDRPDR' and
24842            'IP4FWD' and
24843            'NAT44' and
24844            not 'IPSEC' and
24845            not 'VHOST'"
24846   parameters:
24847   - "throughput"
24848   - "parent"
24849   - "tags"
24850   sort:
24851   - "BASE"
24852   - "BASE"
24853   - "SRC_USER_10"
24854   - "SRC_USER_100"
24855   - "SRC_USER_1000"
24856   - "SRC_USER_2000"
24857   layout:
24858     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24859     layout: "plot-throughput-speedup-analysis"
24860
24861 -
24862   type: "plot"
24863   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24864   algorithm: "plot_throughput_speedup_analysis"
24865   output-file-type: ".html"
24866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24867   data: "plot-throughput-speedup-analysis-3n-hsw"
24868   filter: "'NIC_Intel-X710' and
24869            '64B' and
24870            'NDRPDR' and
24871            'IP4FWD' and
24872            'NAT44' and
24873            not 'IPSEC' and
24874            not 'VHOST'"
24875   parameters:
24876   - "throughput"
24877   - "parent"
24878   - "tags"
24879   sort:
24880   - "BASE"
24881   - "BASE"
24882   - "SRC_USER_10"
24883   - "SRC_USER_100"
24884   - "SRC_USER_1000"
24885   - "SRC_USER_2000"
24886   layout:
24887     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24888     layout: "plot-throughput-speedup-analysis"
24889
24890 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24891 -
24892   type: "plot"
24893   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24894   algorithm: "plot_throughput_speedup_analysis"
24895   output-file-type: ".html"
24896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24897   data: "plot-throughput-speedup-analysis-3n-hsw"
24898   filter: "'NIC_Intel-X710' and
24899            '64B' and
24900            'NDRPDR' and
24901            'IP4FWD' and
24902            'IACL' and
24903            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24904            not 'IPSEC' and
24905            not 'VHOST'"
24906   parameters:
24907   - "throughput"
24908   - "parent"
24909   - "tags"
24910   sort:
24911   - "ACL_STATELESS"
24912   - "ACL_STATEFUL"
24913   - "ACL_STATELESS"
24914   - "ACL_STATEFUL"
24915   layout:
24916     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24917     layout: "plot-throughput-speedup-analysis"
24918
24919 -
24920   type: "plot"
24921   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24922   algorithm: "plot_throughput_speedup_analysis"
24923   output-file-type: ".html"
24924   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24925   data: "plot-throughput-speedup-analysis-3n-hsw"
24926   filter: "'NIC_Intel-X710' and
24927            '64B' and
24928            'NDRPDR' and
24929            'IP4FWD' and
24930            'IACL' and
24931            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24932            not 'IPSEC' and
24933            not 'VHOST'"
24934   parameters:
24935   - "throughput"
24936   - "parent"
24937   - "tags"
24938   sort:
24939   - "ACL_STATELESS"
24940   - "ACL_STATEFUL"
24941   - "ACL_STATELESS"
24942   - "ACL_STATEFUL"
24943   layout:
24944     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24945     layout: "plot-throughput-speedup-analysis"
24946
24947 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
24948 -
24949   type: "plot"
24950   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
24951   algorithm: "plot_throughput_speedup_analysis"
24952   output-file-type: ".html"
24953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
24954   data: "plot-throughput-speedup-analysis-3n-hsw"
24955   filter: "'NIC_Intel-X710' and
24956            '64B' and
24957            'NDRPDR' and
24958            'IP4FWD' and
24959            'OACL' and
24960            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24961            not 'IPSEC' and
24962            not 'VHOST'"
24963   parameters:
24964   - "throughput"
24965   - "parent"
24966   - "tags"
24967   sort:
24968   - "ACL_STATELESS"
24969   - "ACL_STATEFUL"
24970   - "ACL_STATELESS"
24971   - "ACL_STATEFUL"
24972   layout:
24973     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
24974     layout: "plot-throughput-speedup-analysis"
24975
24976 -
24977   type: "plot"
24978   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
24979   algorithm: "plot_throughput_speedup_analysis"
24980   output-file-type: ".html"
24981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
24982   data: "plot-throughput-speedup-analysis-3n-hsw"
24983   filter: "'NIC_Intel-X710' and
24984            '64B' and
24985            'NDRPDR' and
24986            'IP4FWD' and
24987            'OACL' and
24988            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24989            not 'IPSEC' and
24990            not 'VHOST'"
24991   parameters:
24992   - "throughput"
24993   - "parent"
24994   - "tags"
24995   sort:
24996   - "ACL_STATELESS"
24997   - "ACL_STATEFUL"
24998   - "ACL_STATELESS"
24999   - "ACL_STATEFUL"
25000   layout:
25001     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25002     layout: "plot-throughput-speedup-analysis"
25003
25004 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
25005 -
25006   type: "plot"
25007   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25008   algorithm: "plot_throughput_speedup_analysis"
25009   output-file-type: ".html"
25010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25011   data: "plot-throughput-speedup-analysis-3n-hsw"
25012   filter: "'NIC_Intel-XL710' and
25013            '64B' and
25014            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25015            'NDRPDR' and
25016            'IP4FWD' and
25017            not 'IPSEC' and
25018            not 'VHOST'"
25019   parameters:
25020   - "throughput"
25021   - "parent"
25022   - "tags"
25023   sort:
25024   - "IP4BASE"
25025   - "FIB_20K"
25026   - "FIB_200K"
25027   - "FIB_2M"
25028   layout:
25029     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25030     layout: "plot-throughput-speedup-analysis"
25031
25032 -
25033   type: "plot"
25034   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25035   algorithm: "plot_throughput_speedup_analysis"
25036   output-file-type: ".html"
25037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25038   data: "plot-throughput-speedup-analysis-3n-hsw"
25039   filter: "'NIC_Intel-XL710' and
25040            '64B' and
25041            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25042            'NDRPDR' and
25043            'IP4FWD' and
25044            not 'IPSEC' and
25045            not 'VHOST'"
25046   parameters:
25047   - "throughput"
25048   - "parent"
25049   - "tags"
25050   sort:
25051   - "IP4BASE"
25052   - "FIB_20K"
25053   - "FIB_200K"
25054   - "FIB_2M"
25055   layout:
25056     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25057     layout: "plot-throughput-speedup-analysis"
25058
25059 # Speedup - VPP IPv4 3n-skx-x710 base and scale
25060 -
25061   type: "plot"
25062   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25063   algorithm: "plot_throughput_speedup_analysis"
25064   output-file-type: ".html"
25065   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25066   data: "plot-throughput-speedup-analysis-3n-skx"
25067   filter: "'NIC_Intel-X710' and
25068            '64B' and
25069            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25070            'NDRPDR' and
25071            'IP4FWD' and
25072            not 'IPSEC' and
25073            not 'VHOST'"
25074   parameters:
25075   - "throughput"
25076   - "parent"
25077   - "tags"
25078   sort:
25079   - "IP4BASE"
25080   - "FIB_20K"
25081   - "FIB_200K"
25082   - "FIB_2M"
25083   layout:
25084     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
25085     layout: "plot-throughput-speedup-analysis"
25086
25087 -
25088   type: "plot"
25089   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25090   algorithm: "plot_throughput_speedup_analysis"
25091   output-file-type: ".html"
25092   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25093   data: "plot-throughput-speedup-analysis-3n-skx"
25094   filter: "'NIC_Intel-X710' and
25095            '64B' and
25096            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25097            'NDRPDR' and
25098            'IP4FWD' and
25099            not 'IPSEC' and
25100            not 'VHOST'"
25101   parameters:
25102   - "throughput"
25103   - "parent"
25104   - "tags"
25105   sort:
25106   - "IP4BASE"
25107   - "FIB_20K"
25108   - "FIB_200K"
25109   - "FIB_2M"
25110   layout:
25111     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
25112     layout: "plot-throughput-speedup-analysis"
25113
25114 # Speedup - VPP IPv4 3n-skx-x710 features
25115 -
25116   type: "plot"
25117   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
25118   algorithm: "plot_throughput_speedup_analysis"
25119   output-file-type: ".html"
25120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
25121   data: "plot-throughput-speedup-analysis-3n-skx"
25122   filter: "'NIC_Intel-X710' and
25123            '64B' and
25124            ('IP4BASE' or
25125             'POLICE_MARK' or
25126             'COPWHLIST' or
25127             ('NAT44' and 'BASE') or
25128             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25129            'NDRPDR' and
25130            'IP4FWD' and
25131            not 'IPSEC' and
25132            not 'VHOST'"
25133   parameters:
25134   - "throughput"
25135   - "parent"
25136   - "tags"
25137   sort:
25138   - "IP4BASE"
25139   - "NAT44"
25140   - "POLICE_MARK"
25141   - "COPWHLIST"
25142   - "IACL"
25143   - "OACL"
25144   layout:
25145     title: "ip4-3n-skx-x710-64b-features-ndr"
25146     layout: "plot-throughput-speedup-analysis"
25147
25148 -
25149   type: "plot"
25150   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
25151   algorithm: "plot_throughput_speedup_analysis"
25152   output-file-type: ".html"
25153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
25154   data: "plot-throughput-speedup-analysis-3n-skx"
25155   filter: "'NIC_Intel-X710' and
25156            '64B' and
25157            ('IP4BASE' or
25158             'POLICE_MARK' or
25159             'COPWHLIST' or
25160             ('NAT44' and 'BASE') or
25161             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25162            'NDRPDR' and
25163            'IP4FWD' and
25164            not 'IPSEC' and
25165            not 'VHOST'"
25166   parameters:
25167   - "throughput"
25168   - "parent"
25169   - "tags"
25170   sort:
25171   - "IP4BASE"
25172   - "NAT44"
25173   - "POLICE_MARK"
25174   - "COPWHLIST"
25175   - "IACL"
25176   - "OACL"
25177   layout:
25178     title: "ip4-3n-skx-x710-64b-features-pdr"
25179     layout: "plot-throughput-speedup-analysis"
25180
25181 # Speedup - VPP IPv4 3n-skx-x710 features nat44
25182 -
25183   type: "plot"
25184   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25185   algorithm: "plot_throughput_speedup_analysis"
25186   output-file-type: ".html"
25187   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
25188   data: "plot-throughput-speedup-analysis-3n-skx"
25189   filter: "'NIC_Intel-X710' and
25190            '64B' and
25191            'NDRPDR' and
25192            'IP4FWD' and
25193            'NAT44' and
25194            not 'IPSEC' and
25195            not 'VHOST'"
25196   parameters:
25197   - "throughput"
25198   - "parent"
25199   - "tags"
25200   sort:
25201   - "BASE"
25202   - "BASE"
25203   - "SRC_USER_10"
25204   - "SRC_USER_100"
25205   - "SRC_USER_1000"
25206   - "SRC_USER_2000"
25207   layout:
25208     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
25209     layout: "plot-throughput-speedup-analysis"
25210
25211 -
25212   type: "plot"
25213   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25214   algorithm: "plot_throughput_speedup_analysis"
25215   output-file-type: ".html"
25216   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
25217   data: "plot-throughput-speedup-analysis-3n-skx"
25218   filter: "'NIC_Intel-X710' and
25219            '64B' and
25220            'NDRPDR' and
25221            'IP4FWD' and
25222            'NAT44' and
25223            not 'IPSEC' and
25224            not 'VHOST'"
25225   parameters:
25226   - "throughput"
25227   - "parent"
25228   - "tags"
25229   sort:
25230   - "BASE"
25231   - "BASE"
25232   - "SRC_USER_10"
25233   - "SRC_USER_100"
25234   - "SRC_USER_1000"
25235   - "SRC_USER_2000"
25236   layout:
25237     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
25238     layout: "plot-throughput-speedup-analysis"
25239
25240 # Speedup - VPP IPv4 3n-skx-x710 features iacl
25241 -
25242   type: "plot"
25243   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25244   algorithm: "plot_throughput_speedup_analysis"
25245   output-file-type: ".html"
25246   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
25247   data: "plot-throughput-speedup-analysis-3n-skx"
25248   filter: "'NIC_Intel-X710' and
25249            '64B' and
25250            'NDRPDR' and
25251            'IP4FWD' and
25252            'IACL' and
25253            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25254            not 'IPSEC' and
25255            not 'VHOST'"
25256   parameters:
25257   - "throughput"
25258   - "parent"
25259   - "tags"
25260   sort:
25261   - "ACL_STATELESS"
25262   - "ACL_STATEFUL"
25263   - "ACL_STATELESS"
25264   - "ACL_STATEFUL"
25265   layout:
25266     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
25267     layout: "plot-throughput-speedup-analysis"
25268
25269 -
25270   type: "plot"
25271   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25272   algorithm: "plot_throughput_speedup_analysis"
25273   output-file-type: ".html"
25274   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
25275   data: "plot-throughput-speedup-analysis-3n-skx"
25276   filter: "'NIC_Intel-X710' and
25277            '64B' and
25278            'NDRPDR' and
25279            'IP4FWD' and
25280            'IACL' and
25281            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25282            not 'IPSEC' and
25283            not 'VHOST'"
25284   parameters:
25285   - "throughput"
25286   - "parent"
25287   - "tags"
25288   sort:
25289   - "ACL_STATELESS"
25290   - "ACL_STATEFUL"
25291   - "ACL_STATELESS"
25292   - "ACL_STATEFUL"
25293   layout:
25294     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
25295     layout: "plot-throughput-speedup-analysis"
25296
25297 # Speedup - VPP IPv4 3n-skx-x710 features oacl
25298 -
25299   type: "plot"
25300   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25301   algorithm: "plot_throughput_speedup_analysis"
25302   output-file-type: ".html"
25303   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
25304   data: "plot-throughput-speedup-analysis-3n-skx"
25305   filter: "'NIC_Intel-X710' and
25306            '64B' and
25307            'NDRPDR' and
25308            'IP4FWD' and
25309            'OACL' and
25310            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25311            not 'IPSEC' and
25312            not 'VHOST'"
25313   parameters:
25314   - "throughput"
25315   - "parent"
25316   - "tags"
25317   sort:
25318   - "ACL_STATELESS"
25319   - "ACL_STATEFUL"
25320   - "ACL_STATELESS"
25321   - "ACL_STATEFUL"
25322   layout:
25323     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
25324     layout: "plot-throughput-speedup-analysis"
25325
25326 -
25327   type: "plot"
25328   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25329   algorithm: "plot_throughput_speedup_analysis"
25330   output-file-type: ".html"
25331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
25332   data: "plot-throughput-speedup-analysis-3n-skx"
25333   filter: "'NIC_Intel-X710' and
25334            '64B' and
25335            'NDRPDR' and
25336            'IP4FWD' and
25337            'OACL' and
25338            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25339            not 'IPSEC' and
25340            not 'VHOST'"
25341   parameters:
25342   - "throughput"
25343   - "parent"
25344   - "tags"
25345   sort:
25346   - "ACL_STATELESS"
25347   - "ACL_STATEFUL"
25348   - "ACL_STATELESS"
25349   - "ACL_STATEFUL"
25350   layout:
25351     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
25352     layout: "plot-throughput-speedup-analysis"
25353
25354 # Speedup - VPP IPv4 2n-skx-x710 base and scale
25355 -
25356   type: "plot"
25357   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25358   algorithm: "plot_throughput_speedup_analysis"
25359   output-file-type: ".html"
25360   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25361   data: "plot-throughput-speedup-analysis-2n-skx"
25362   filter: "'NIC_Intel-X710' and
25363            '64B' and
25364            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25365            'NDRPDR' and
25366            'IP4FWD' and
25367            not 'IPSEC' and
25368            not 'VHOST'"
25369   parameters:
25370   - "throughput"
25371   - "parent"
25372   - "tags"
25373   sort:
25374   - "DOT1Q"
25375   - "IP4BASE"
25376   - "FIB_20k"
25377   - "FIB_200k"
25378   - "FIB_2M"
25379   layout:
25380     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
25381     layout: "plot-throughput-speedup-analysis"
25382
25383 -
25384   type: "plot"
25385   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25386   algorithm: "plot_throughput_speedup_analysis"
25387   output-file-type: ".html"
25388   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25389   data: "plot-throughput-speedup-analysis-2n-skx"
25390   filter: "'NIC_Intel-X710' and
25391            '64B' and
25392            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25393            'NDRPDR' and
25394            'IP4FWD' and
25395            not 'IPSEC' and
25396            not 'VHOST'"
25397   parameters:
25398   - "throughput"
25399   - "parent"
25400   - "tags"
25401   sort:
25402   - "DOT1Q"
25403   - "IP4BASE"
25404   - "FIB_20k"
25405   - "FIB_200k"
25406   - "FIB_2M"
25407   layout:
25408     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
25409     layout: "plot-throughput-speedup-analysis"
25410
25411 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
25412 -
25413   type: "plot"
25414   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25415   algorithm: "plot_throughput_speedup_analysis"
25416   output-file-type: ".html"
25417   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25418   data: "plot-throughput-speedup-analysis-2n-skx"
25419   filter: "'NIC_Intel-XXV710' and
25420            '64B' and
25421            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25422            'NDRPDR' and
25423            'IP4FWD' and
25424            not 'IPSEC' and
25425            not 'VHOST'"
25426   parameters:
25427   - "throughput"
25428   - "parent"
25429   - "tags"
25430   sort:
25431   - "DOT1Q"
25432   - "IP4BASE"
25433   - "FIB_20k"
25434   - "FIB_200k"
25435   - "FIB_2M"
25436   layout:
25437     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25438     layout: "plot-throughput-speedup-analysis"
25439
25440 -
25441   type: "plot"
25442   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25443   algorithm: "plot_throughput_speedup_analysis"
25444   output-file-type: ".html"
25445   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25446   data: "plot-throughput-speedup-analysis-2n-skx"
25447   filter: "'NIC_Intel-XXV710' and
25448            '64B' and
25449            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25450            'NDRPDR' and
25451            'IP4FWD' and
25452            not 'IPSEC' and
25453            not 'VHOST'"
25454   parameters:
25455   - "throughput"
25456   - "parent"
25457   - "tags"
25458   sort:
25459   - "DOT1Q"
25460   - "IP4BASE"
25461   - "FIB_20k"
25462   - "FIB_200k"
25463   - "FIB_2M"
25464   layout:
25465     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25466     layout: "plot-throughput-speedup-analysis"
25467
25468 # Speedup - VPP IPv4 2n-dnv-x553 base
25469 -
25470   type: "plot"
25471   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
25472   algorithm: "plot_throughput_speedup_analysis"
25473   output-file-type: ".html"
25474   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
25475   data: "intel-dnv-vpp"
25476   filter: "'NIC_Intel-X553' and
25477            '64B' and
25478            'IP4BASE' and
25479            'NDRPDR' and
25480            'IP4FWD' and
25481            not 'IPSEC' and
25482            not 'VHOST'"
25483   parameters:
25484   - "throughput"
25485   - "parent"
25486   - "tags"
25487   sort:
25488   - "IP4BASE"
25489   layout:
25490     title: "ip4-2n-dnv-x553-64b-base-ndr"
25491     layout: "plot-throughput-speedup-analysis"
25492
25493 -
25494   type: "plot"
25495   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
25496   algorithm: "plot_throughput_speedup_analysis"
25497   output-file-type: ".html"
25498   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
25499   data: "intel-dnv-vpp"
25500   filter: "'NIC_Intel-X553' and
25501            '64B' and
25502            'IP4BASE' and
25503            'NDRPDR' and
25504            'IP4FWD' and
25505            not 'IPSEC' and
25506            not 'VHOST'"
25507   parameters:
25508   - "throughput"
25509   - "parent"
25510   - "tags"
25511   sort:
25512   - "IP4BASE"
25513   layout:
25514     title: "ip4-2n-dnv-x553-64b-base-pdr"
25515     layout: "plot-throughput-speedup-analysis"
25516
25517 ################################################################################
25518
25519 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
25520 -
25521   type: "plot"
25522   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25523   algorithm: "plot_throughput_speedup_analysis"
25524   output-file-type: ".html"
25525   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25526   data: "plot-throughput-speedup-analysis-3n-hsw"
25527   filter: "'NIC_Intel-X520_DA2' and
25528            '64B' and
25529            'ENCAP' and
25530            'NDRPDR' and
25531            ('VXLAN' or 'LISP') and
25532            not 'VHOST' and
25533            not 'IPSECHW'"
25534   parameters:
25535   - "throughput"
25536   - "parent"
25537   - "tags"
25538   sort:
25539   - "not DOT1Q"
25540   - "VXLAN_1"
25541   - "VXLAN_10"
25542   - "VXLAN_100"
25543   - "VXLAN_1000"
25544   layout:
25545     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
25546     layout: "plot-throughput-speedup-analysis"
25547
25548 -
25549   type: "plot"
25550   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25551   algorithm: "plot_throughput_speedup_analysis"
25552   output-file-type: ".html"
25553   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25554   data: "plot-throughput-speedup-analysis-3n-hsw"
25555   filter: "'NIC_Intel-X520_DA2' and
25556            '64B' and
25557            'ENCAP' and
25558            'NDRPDR' and
25559            ('VXLAN' or 'LISP') and
25560            not 'VHOST' and
25561            not 'IPSECHW'"
25562   parameters:
25563   - "throughput"
25564   - "parent"
25565   - "tags"
25566   sort:
25567   - "not DOT1Q"
25568   - "VXLAN_1"
25569   - "VXLAN_10"
25570   - "VXLAN_100"
25571   - "VXLAN_1000"
25572   layout:
25573     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
25574     layout: "plot-throughput-speedup-analysis"
25575
25576 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
25577 -
25578   type: "plot"
25579   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25580   algorithm: "plot_throughput_speedup_analysis"
25581   output-file-type: ".html"
25582   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
25583   data: "plot-throughput-speedup-analysis-3n-hsw"
25584   filter: "'NIC_Intel-X520-DA2' and
25585            '64B' and
25586            'ENCAP' and
25587            'NDRPDR' and
25588            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25589            not 'DOT1Q' and
25590            not 'VHOST' and
25591            not 'IPSECHW'"
25592   parameters:
25593   - "throughput"
25594   - "parent"
25595   - "tags"
25596   sort:
25597   - "L2BDMACLRN"
25598   - "L2XCFWD"
25599   - "LISP"
25600   layout:
25601     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
25602     layout: "plot-throughput-speedup-analysis"
25603
25604 -
25605   type: "plot"
25606   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25607   algorithm: "plot_throughput_speedup_analysis"
25608   output-file-type: ".html"
25609   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
25610   data: "plot-throughput-speedup-analysis-3n-hsw"
25611   filter: "'NIC_Intel-X520-DA2' and
25612            '64B' and
25613            'ENCAP' and
25614            'NDRPDR' and
25615            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25616            not 'DOT1Q' and
25617            not 'VHOST' and
25618            not 'IPSECHW'"
25619   parameters:
25620   - "throughput"
25621   - "parent"
25622   - "tags"
25623   sort:
25624   - "L2BDMACLRN"
25625   - "L2XCFWD"
25626   - "LISP"
25627   layout:
25628     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
25629     layout: "plot-throughput-speedup-analysis"
25630
25631 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
25632 -
25633   type: "plot"
25634   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25635   algorithm: "plot_throughput_speedup_analysis"
25636   output-file-type: ".html"
25637   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25638   data: "plot-throughput-speedup-analysis-3n-hsw"
25639   filter: "'NIC_Intel-X710' and
25640            '64B' and
25641            'ENCAP' and
25642            'NDRPDR' and
25643            ('VXLAN' or 'LISP') and
25644            not 'VHOST' and
25645            not 'IPSECHW'"
25646   parameters:
25647   - "throughput"
25648   - "parent"
25649   - "tags"
25650   sort:
25651   - "LISP"
25652   - "VXLAN_1"
25653   - "VXLAN_10"
25654   - "VXLAN_100"
25655   - "VXLAN_1000"
25656   layout:
25657     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
25658     layout: "plot-throughput-speedup-analysis"
25659
25660 -
25661   type: "plot"
25662   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25663   algorithm: "plot_throughput_speedup_analysis"
25664   output-file-type: ".html"
25665   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25666   data: "plot-throughput-speedup-analysis-3n-hsw"
25667   filter: "'NIC_Intel-X710' and
25668            '64B' and
25669            'ENCAP' and
25670            'NDRPDR' and
25671            ('VXLAN' or 'LISP') and
25672            not 'VHOST' and
25673            not 'IPSECHW'"
25674   parameters:
25675   - "throughput"
25676   - "parent"
25677   - "tags"
25678   sort:
25679   - "LISP"
25680   - "VXLAN_1"
25681   - "VXLAN_10"
25682   - "VXLAN_100"
25683   - "VXLAN_1000"
25684   layout:
25685     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25686     layout: "plot-throughput-speedup-analysis"
25687
25688 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25689 -
25690   type: "plot"
25691   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25692   algorithm: "plot_throughput_speedup_analysis"
25693   output-file-type: ".html"
25694   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25695   data: "plot-throughput-speedup-analysis-3n-hsw"
25696   filter: "'NIC_Intel-X710' and
25697            '64B' and
25698            'ENCAP' and
25699            'NDRPDR' and
25700            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25701            not 'DOT1Q' and
25702            not 'VHOST' and
25703            not 'IPSECHW'"
25704   parameters:
25705   - "throughput"
25706   - "parent"
25707   - "tags"
25708   sort:
25709   - "L2BDMACLRN"
25710   - "L2XCFWD"
25711   - "LISP"
25712   layout:
25713     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25714     layout: "plot-throughput-speedup-analysis"
25715
25716 -
25717   type: "plot"
25718   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25719   algorithm: "plot_throughput_speedup_analysis"
25720   output-file-type: ".html"
25721   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25722   data: "plot-throughput-speedup-analysis-3n-hsw"
25723   filter: "'NIC_Intel-X710' and
25724            '64B' and
25725            'ENCAP' and
25726            'NDRPDR' and
25727            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25728            not 'DOT1Q' and
25729            not 'VHOST' and
25730            not 'IPSECHW'"
25731   parameters:
25732   - "throughput"
25733   - "parent"
25734   - "tags"
25735   sort:
25736   - "L2BDMACLRN"
25737   - "L2XCFWD"
25738   - "LISP"
25739   layout:
25740     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25741     layout: "plot-throughput-speedup-analysis"
25742
25743 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25744 -
25745   type: "plot"
25746   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25747   algorithm: "plot_throughput_speedup_analysis"
25748   output-file-type: ".html"
25749   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25750   data: "plot-throughput-speedup-analysis-3n-skx"
25751   filter: "'NIC_Intel-X710' and
25752            '64B' and
25753            'ENCAP' and
25754            'NDRPDR' and
25755            'VXLAN' and
25756            'L2BDMACLRN' and
25757            not 'VHOST' and
25758            not 'IPSECHW'"
25759   parameters:
25760   - "throughput"
25761   - "parent"
25762   - "tags"
25763   sort:
25764   - "LISP"
25765   - "VXLAN_1"
25766   - "VXLAN_10"
25767   - "VXLAN_100"
25768   - "VXLAN_1000"
25769   layout:
25770     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25771     layout: "plot-throughput-speedup-analysis"
25772
25773 -
25774   type: "plot"
25775   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25776   algorithm: "plot_throughput_speedup_analysis"
25777   output-file-type: ".html"
25778   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25779   data: "plot-throughput-speedup-analysis-3n-skx"
25780   filter: "'NIC_Intel-X710' and
25781            '64B' and
25782            'ENCAP' and
25783            'NDRPDR' and
25784            'VXLAN' and
25785            'L2BDMACLRN' and
25786            not 'VHOST' and
25787            not 'IPSECHW'"
25788   parameters:
25789   - "throughput"
25790   - "parent"
25791   - "tags"
25792   sort:
25793   - "LISP"
25794   - "VXLAN_1"
25795   - "VXLAN_10"
25796   - "VXLAN_100"
25797   - "VXLAN_1000"
25798   layout:
25799     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25800     layout: "plot-throughput-speedup-analysis"
25801
25802 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25803 -
25804   type: "plot"
25805   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25806   algorithm: "plot_throughput_speedup_analysis"
25807   output-file-type: ".html"
25808   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25809   data: "plot-throughput-speedup-analysis-3n-skx"
25810   filter: "'NIC_Intel-X710' and
25811            '64B' and
25812            'ENCAP' and
25813            'NDRPDR' and
25814            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25815            not 'DOT1Q' and
25816            not 'VHOST' and
25817            not 'IPSECHW'"
25818   parameters:
25819   - "throughput"
25820   - "parent"
25821   - "tags"
25822   sort:
25823   - "L2BDMACLRN"
25824   - "L2XCFWD"
25825   - "LISP"
25826   layout:
25827     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25828     layout: "plot-throughput-speedup-analysis"
25829
25830 -
25831   type: "plot"
25832   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25833   algorithm: "plot_throughput_speedup_analysis"
25834   output-file-type: ".html"
25835   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25836   data: "plot-throughput-speedup-analysis-3n-skx"
25837   filter: "'NIC_Intel-X710' and
25838            '64B' and
25839            'ENCAP' and
25840            'NDRPDR' and
25841            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25842            not 'DOT1Q' and
25843            not 'VHOST' and
25844            not 'IPSECHW'"
25845   parameters:
25846   - "throughput"
25847   - "parent"
25848   - "tags"
25849   sort:
25850   - "L2BDMACLRN"
25851   - "L2XCFWD"
25852   - "LISP"
25853   layout:
25854     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25855     layout: "plot-throughput-speedup-analysis"
25856
25857 ################################################################################
25858
25859 # Speedup - VPP IPv6 3n-hsw-x520
25860 -
25861   type: "plot"
25862   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25863   algorithm: "plot_throughput_speedup_analysis"
25864   output-file-type: ".html"
25865   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25866   data: "plot-throughput-speedup-analysis-3n-hsw"
25867   filter: "'NIC_Intel-X520-DA2' and
25868            '78B' and
25869            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25870            'NDRPDR' and
25871            'IP6FWD' and
25872            not 'SRv6' and
25873            not 'IPSEC' and
25874            not 'VHOST'"
25875   parameters:
25876   - "throughput"
25877   - "parent"
25878   - "tags"
25879   sort:
25880   - "IP6BASE"
25881   - "FIB_20K"
25882   - "FIB_200K"
25883   - "FIB_2M"
25884   layout:
25885     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
25886     layout: "plot-throughput-speedup-analysis"
25887
25888 -
25889   type: "plot"
25890   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25891   algorithm: "plot_throughput_speedup_analysis"
25892   output-file-type: ".html"
25893   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25894   data: "plot-throughput-speedup-analysis-3n-hsw"
25895   filter: "'NIC_Intel-X520-DA2' and
25896            '78B' and
25897            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25898            'NDRPDR' and
25899            'IP6FWD' and
25900            not 'SRv6' and
25901            not 'IPSEC' and
25902            not 'VHOST'"
25903   parameters:
25904   - "throughput"
25905   - "parent"
25906   - "tags"
25907   sort:
25908   - "IP6BASE"
25909   - "FIB_20K"
25910   - "FIB_200K"
25911   - "FIB_2M"
25912   layout:
25913     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
25914     layout: "plot-throughput-speedup-analysis"
25915
25916 # Speedup - VPP IPv6 3n-hsw-x520 features
25917 -
25918   type: "plot"
25919   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
25920   algorithm: "plot_throughput_speedup_analysis"
25921   output-file-type: ".html"
25922   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
25923   data: "plot-throughput-speedup-analysis-3n-hsw"
25924   filter: "'NIC_Intel-X520-DA2' and
25925            '78B' and
25926            ('IP6BASE' or
25927             'POLICE_MARK' or
25928             'COPWHLIST' or
25929             'IACLDST') and
25930            'NDRPDR' and
25931            'IP6FWD' and
25932            not 'SRv6' and
25933            not 'IPSEC' and
25934            not 'VHOST'"
25935   parameters:
25936   - "throughput"
25937   - "parent"
25938   - "tags"
25939   sort:
25940   - "IP6BASE"
25941   - "POLICE_MARK"
25942   - "COPWHLIST"
25943   - "IACLDST"
25944   layout:
25945     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
25946     layout: "plot-throughput-speedup-analysis"
25947
25948 -
25949   type: "plot"
25950   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
25951   algorithm: "plot_throughput_speedup_analysis"
25952   output-file-type: ".html"
25953   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
25954   data: "plot-throughput-speedup-analysis-3n-hsw"
25955   filter: "'NIC_Intel-X520-DA2' and
25956            '78B' and
25957            ('IP6BASE' or
25958             'POLICE_MARK' or
25959             'COPWHLIST' or
25960             'IACLDST') and
25961            'NDRPDR' and
25962            'IP6FWD' and
25963            not 'SRv6' and
25964            not 'IPSEC' and
25965            not 'VHOST'"
25966   parameters:
25967   - "throughput"
25968   - "parent"
25969   - "tags"
25970   sort:
25971   - "IP6BASE"
25972   - "POLICE_MARK"
25973   - "COPWHLIST"
25974   - "IACLDST"
25975   layout:
25976     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
25977     layout: "plot-throughput-speedup-analysis"
25978
25979 # Speedup - VPP IPv6 3n-hsw-x710
25980 -
25981   type: "plot"
25982   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25983   algorithm: "plot_throughput_speedup_analysis"
25984   output-file-type: ".html"
25985   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25986   data: "plot-throughput-speedup-analysis-3n-hsw"
25987   filter: "'NIC_Intel-X710' and
25988            '78B' and
25989            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25990            'NDRPDR' and
25991            'IP6FWD' and
25992            not 'SRv6' and
25993            not 'IPSEC' and
25994            not 'VHOST'"
25995   parameters:
25996   - "throughput"
25997   - "parent"
25998   - "tags"
25999   sort:
26000   - "IP6BASE"
26001   - "FIB_20K"
26002   - "FIB_200K"
26003   - "FIB_2M"
26004   layout:
26005     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
26006     layout: "plot-throughput-speedup-analysis"
26007
26008 -
26009   type: "plot"
26010   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26011   algorithm: "plot_throughput_speedup_analysis"
26012   output-file-type: ".html"
26013   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
26014   data: "plot-throughput-speedup-analysis-3n-hsw"
26015   filter: "'NIC_Intel-X710' and
26016            '78B' and
26017            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26018            'NDRPDR' and
26019            'IP6FWD' and
26020            not 'SRv6' and
26021            not 'IPSEC' and
26022            not 'VHOST'"
26023   parameters:
26024   - "throughput"
26025   - "parent"
26026   - "tags"
26027   sort:
26028   - "IP6BASE"
26029   - "FIB_20K"
26030   - "FIB_200K"
26031   - "FIB_2M"
26032   layout:
26033     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
26034     layout: "plot-throughput-speedup-analysis"
26035
26036 # Speedup - VPP IPv6 3n-hsw-x710 features
26037 -
26038   type: "plot"
26039   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26040   algorithm: "plot_throughput_speedup_analysis"
26041   output-file-type: ".html"
26042   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
26043   data: "plot-throughput-speedup-analysis-3n-hsw"
26044   filter: "'NIC_Intel-X710' and
26045            '78B' and
26046            ('IP6BASE' or
26047             'POLICE_MARK' or
26048             'COPWHLIST' or
26049             'IACLDST') and
26050            'NDRPDR' and
26051            'IP6FWD' and
26052            not 'SRv6' and
26053            not 'IPSEC' and
26054            not 'VHOST'"
26055   parameters:
26056   - "throughput"
26057   - "parent"
26058   - "tags"
26059   sort:
26060   - "IP6BASE"
26061   - "POLICE_MARK"
26062   - "COPWHLIST"
26063   - "IACLDST"
26064   layout:
26065     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
26066     layout: "plot-throughput-speedup-analysis"
26067
26068 -
26069   type: "plot"
26070   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26071   algorithm: "plot_throughput_speedup_analysis"
26072   output-file-type: ".html"
26073   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
26074   data: "plot-throughput-speedup-analysis-3n-hsw"
26075   filter: "'NIC_Intel-X710' and
26076            '78B' and
26077            ('IP6BASE' or
26078             'POLICE_MARK' or
26079             'COPWHLIST' or
26080             'IACLDST') and
26081            'NDRPDR' and
26082            'IP6FWD' and
26083            not 'SRv6' and
26084            not 'IPSEC' and
26085            not 'VHOST'"
26086   parameters:
26087   - "throughput"
26088   - "parent"
26089   - "tags"
26090   sort:
26091   - "IP6BASE"
26092   - "POLICE_MARK"
26093   - "COPWHLIST"
26094   - "IACLDST"
26095   layout:
26096     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
26097     layout: "plot-throughput-speedup-analysis"
26098
26099 # Speedup - VPP IPv6 3n-hsw-xl710
26100 -
26101   type: "plot"
26102   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26103   algorithm: "plot_throughput_speedup_analysis"
26104   output-file-type: ".html"
26105   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
26106   data: "plot-throughput-speedup-analysis-3n-hsw"
26107   filter: "'NIC_Intel-XL710' and
26108            '78B' and
26109            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26110            'NDRPDR' and
26111            'IP6FWD' and
26112            not 'SRv6' and
26113            not 'IPSEC' and
26114            not 'VHOST'"
26115   parameters:
26116   - "throughput"
26117   - "parent"
26118   - "tags"
26119   sort:
26120   - "IP6BASE"
26121   - "FIB_20K"
26122   - "FIB_200K"
26123   - "FIB_2M"
26124   layout:
26125     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
26126     layout: "plot-throughput-speedup-analysis"
26127
26128 -
26129   type: "plot"
26130   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26131   algorithm: "plot_throughput_speedup_analysis"
26132   output-file-type: ".html"
26133   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
26134   data: "plot-throughput-speedup-analysis-3n-hsw"
26135   filter: "'NIC_Intel-XL710' and
26136            '78B' and
26137            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26138            'NDRPDR' and
26139            'IP6FWD' and
26140            not 'SRv6' and
26141            not 'IPSEC' and
26142            not 'VHOST'"
26143   parameters:
26144   - "throughput"
26145   - "parent"
26146   - "tags"
26147   sort:
26148   - "IP6BASE"
26149   - "FIB_20K"
26150   - "FIB_200K"
26151   - "FIB_2M"
26152   layout:
26153     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
26154     layout: "plot-throughput-speedup-analysis"
26155
26156 # Speedup - VPP IPv6 3n-skx-x710
26157 -
26158   type: "plot"
26159   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26160   algorithm: "plot_throughput_speedup_analysis"
26161   output-file-type: ".html"
26162   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26163   data: "plot-throughput-speedup-analysis-3n-skx"
26164   filter: "'NIC_Intel-X710' and
26165            '78B' and
26166            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26167            'NDRPDR' and
26168            'IP6FWD' and
26169            not 'SRv6' and
26170            not 'IPSEC' and
26171            not 'VHOST'"
26172   parameters:
26173   - "throughput"
26174   - "parent"
26175   - "tags"
26176   sort:
26177   - "IP6BASE"
26178   - "FIB_20K"
26179   - "FIB_200K"
26180   - "FIB_2M"
26181   layout:
26182     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26183     layout: "plot-throughput-speedup-analysis"
26184
26185 -
26186   type: "plot"
26187   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26188   algorithm: "plot_throughput_speedup_analysis"
26189   output-file-type: ".html"
26190   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26191   data: "plot-throughput-speedup-analysis-3n-skx"
26192   filter: "'NIC_Intel-X710' and
26193            '78B' and
26194            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26195            'NDRPDR' and
26196            'IP6FWD' and
26197            not 'SRv6' and
26198            not 'IPSEC' and
26199            not 'VHOST'"
26200   parameters:
26201   - "throughput"
26202   - "parent"
26203   - "tags"
26204   sort:
26205   - "IP6BASE"
26206   - "FIB_20K"
26207   - "FIB_200K"
26208   - "FIB_2M"
26209   layout:
26210     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26211     layout: "plot-throughput-speedup-analysis"
26212
26213 # Speedup - VPP IPv6 3n-skx-x710 features
26214 -
26215   type: "plot"
26216   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26217   algorithm: "plot_throughput_speedup_analysis"
26218   output-file-type: ".html"
26219   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
26220   data: "plot-throughput-speedup-analysis-3n-skx"
26221   filter: "'NIC_Intel-X710' and
26222            '78B' and
26223            ('IP6BASE' or
26224             'POLICE_MARK' or
26225             'COPWHLIST' or
26226             'IACLDST') and
26227            'NDRPDR' and
26228            'IP6FWD' and
26229            not 'SRv6' and
26230            not 'IPSEC' and
26231            not 'VHOST'"
26232   parameters:
26233   - "throughput"
26234   - "parent"
26235   - "tags"
26236   sort:
26237   - "IP6BASE"
26238   - "POLICE_MARK"
26239   - "COPWHLIST"
26240   - "IACLDST"
26241   layout:
26242     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
26243     layout: "plot-throughput-speedup-analysis"
26244
26245 -
26246   type: "plot"
26247   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26248   algorithm: "plot_throughput_speedup_analysis"
26249   output-file-type: ".html"
26250   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
26251   data: "plot-throughput-speedup-analysis-3n-skx"
26252   filter: "'NIC_Intel-X710' and
26253            '78B' and
26254            ('IP6BASE' or
26255             'POLICE_MARK' or
26256             'COPWHLIST' or
26257             'IACLDST') and
26258            'NDRPDR' and
26259            'IP6FWD' and
26260            not 'SRv6' and
26261            not 'IPSEC' and
26262            not 'VHOST'"
26263   parameters:
26264   - "throughput"
26265   - "parent"
26266   - "tags"
26267   sort:
26268   - "IP6BASE"
26269   - "POLICE_MARK"
26270   - "COPWHLIST"
26271   - "IACLDST"
26272   layout:
26273     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
26274     layout: "plot-throughput-speedup-analysis"
26275
26276 # Speedup - VPP IPv6 2n-skx-x710
26277 -
26278   type: "plot"
26279   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26280   algorithm: "plot_throughput_speedup_analysis"
26281   output-file-type: ".html"
26282   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
26283   data: "plot-throughput-speedup-analysis-2n-skx"
26284   filter: "'NIC_Intel-X710' and
26285            '78B' and
26286            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26287            'NDRPDR' and
26288            'IP6FWD' and
26289            not 'SRv6' and
26290            not 'IPSEC' and
26291            not 'VHOST'"
26292   parameters:
26293   - "throughput"
26294   - "parent"
26295   - "tags"
26296   sort:
26297   - "IP6BASE"
26298   - "FIB_20k"
26299   - "FIB_200k"
26300   - "FIB_2M"
26301   layout:
26302     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
26303     layout: "plot-throughput-speedup-analysis"
26304
26305 -
26306   type: "plot"
26307   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26308   algorithm: "plot_throughput_speedup_analysis"
26309   output-file-type: ".html"
26310   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
26311   data: "plot-throughput-speedup-analysis-2n-skx"
26312   filter: "'NIC_Intel-X710' and
26313            '78B' and
26314            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26315            'NDRPDR' and
26316            'IP6FWD' and
26317            not 'SRv6' and
26318            not 'IPSEC' and
26319            not 'VHOST'"
26320   parameters:
26321   - "throughput"
26322   - "parent"
26323   - "tags"
26324   sort:
26325   - "IP6BASE"
26326   - "FIB_20k"
26327   - "FIB_200k"
26328   - "FIB_2M"
26329   layout:
26330     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
26331     layout: "plot-throughput-speedup-analysis"
26332
26333 # Speedup - VPP IPv6 2n-skx-xxv710
26334 -
26335   type: "plot"
26336   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26337   algorithm: "plot_throughput_speedup_analysis"
26338   output-file-type: ".html"
26339   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
26340   data: "plot-throughput-speedup-analysis-2n-skx"
26341   filter: "'NIC_Intel-XXV710' and
26342            '78B' and
26343            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26344            'NDRPDR' and
26345            'IP6FWD' and
26346            not 'SRv6' and
26347            not 'IPSEC' and
26348            not 'VHOST'"
26349   parameters:
26350   - "throughput"
26351   - "parent"
26352   - "tags"
26353   sort:
26354   - "IP6BASE"
26355   - "FIB_20k"
26356   - "FIB_200k"
26357   - "FIB_2M"
26358   layout:
26359     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
26360     layout: "plot-throughput-speedup-analysis"
26361
26362 -
26363   type: "plot"
26364   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26365   algorithm: "plot_throughput_speedup_analysis"
26366   output-file-type: ".html"
26367   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
26368   data: "plot-throughput-speedup-analysis-2n-skx"
26369   filter: "'NIC_Intel-XXV710' and
26370            '78B' and
26371            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26372            'NDRPDR' and
26373            'IP6FWD' and
26374            not 'SRv6' and
26375            not 'IPSEC' and
26376            not 'VHOST'"
26377   parameters:
26378   - "throughput"
26379   - "parent"
26380   - "tags"
26381   sort:
26382   - "IP6BASE"
26383   - "FIB_20k"
26384   - "FIB_200k"
26385   - "FIB_2M"
26386   layout:
26387     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
26388     layout: "plot-throughput-speedup-analysis"
26389
26390 # Speedup - VPP IPv6 2n-dnv-x553 base
26391 -
26392   type: "plot"
26393   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
26394   algorithm: "plot_throughput_speedup_analysis"
26395   output-file-type: ".html"
26396   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
26397   data: "intel-dnv-vpp"
26398   filter: "'NIC_Intel-X553' and
26399            '78B' and
26400            'IP6BASE' and
26401            'NDRPDR' and
26402            'IP6FWD' and
26403            not 'SRv6' and
26404            not 'IPSEC' and
26405            not 'VHOST'"
26406   parameters:
26407   - "throughput"
26408   - "parent"
26409   - "tags"
26410   sort:
26411   - "IP6BASE"
26412   layout:
26413     title: "ip6-2n-dnv-x553-78b-base-ndr"
26414     layout: "plot-throughput-speedup-analysis"
26415
26416 -
26417   type: "plot"
26418   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
26419   algorithm: "plot_throughput_speedup_analysis"
26420   output-file-type: ".html"
26421   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
26422   data: "intel-dnv-vpp"
26423   filter: "'NIC_Intel-X553' and
26424            '78B' and
26425            'IP6BASE' and
26426            'NDRPDR' and
26427            'IP6FWD' and
26428            not 'SRv6' and
26429            not 'IPSEC' and
26430            not 'VHOST'"
26431   parameters:
26432   - "throughput"
26433   - "parent"
26434   - "tags"
26435   sort:
26436   - "IP6BASE"
26437   layout:
26438     title: "ip6-2n-dnv-x553-78b-base-pdr"
26439     layout: "plot-throughput-speedup-analysis"
26440
26441 ################################################################################
26442
26443 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
26444 -
26445   type: "plot"
26446   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26447   algorithm: "plot_throughput_speedup_analysis"
26448   output-file-type: ".html"
26449   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26450   data: "plot-throughput-speedup-analysis-3n-hsw"
26451   filter: "'NIC_Intel-X520-DA2' and
26452            '78B' and
26453            'ENCAP' and
26454            'NDRPDR' and
26455            'LISP' and
26456            not 'VHOST'"
26457   parameters:
26458   - "throughput"
26459   - "parent"
26460   - "tags"
26461   sort:
26462   - "IP4UNRLAY"
26463   - "IP6UNRLAY"
26464   layout:
26465     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
26466     layout: "plot-throughput-speedup-analysis"
26467
26468 -
26469   type: "plot"
26470   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26471   algorithm: "plot_throughput_speedup_analysis"
26472   output-file-type: ".html"
26473   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26474   data: "plot-throughput-speedup-analysis-3n-hsw"
26475   filter: "'NIC_Intel-X520-DA2' and
26476            '78B' and
26477            'ENCAP' and
26478            'NDRPDR' and
26479            'LISP' and
26480            not 'VHOST'"
26481   parameters:
26482   - "throughput"
26483   - "parent"
26484   - "tags"
26485   sort:
26486   - "IP4UNRLAY"
26487   - "IP6UNRLAY"
26488   layout:
26489     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
26490     layout: "plot-throughput-speedup-analysis"
26491
26492 ################################################################################
26493
26494 # Speedup - VPP IPSec 3n-hsw-xl710 base
26495 -
26496   type: "plot"
26497   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26498   algorithm: "plot_throughput_speedup_analysis"
26499   output-file-type: ".html"
26500   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
26501   data: "plot-throughput-speedup-analysis-3n-hsw"
26502   filter: "'NIC_Intel-XL710' and
26503            '64B' and
26504            'IP4FWD' and
26505            'NDRPDR' and
26506            'BASE' and
26507            'IPSECHW' and
26508            ('IPSECTRAN' or 'IPSECTUN') and
26509            not 'VHOST'"
26510   parameters:
26511   - "throughput"
26512   - "parent"
26513   - "tags"
26514   layout:
26515     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
26516     layout: "plot-throughput-speedup-analysis"
26517
26518 -
26519   type: "plot"
26520   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26521   algorithm: "plot_throughput_speedup_analysis"
26522   output-file-type: ".html"
26523   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
26524   data: "plot-throughput-speedup-analysis-3n-hsw"
26525   filter: "'NIC_Intel-XL710' and
26526            '64B' and
26527            'IP4FWD' and
26528            'NDRPDR' and
26529            'BASE' and
26530            'IPSECHW' and
26531            ('IPSECTRAN' or 'IPSECTUN') and
26532            not 'VHOST'"
26533   parameters:
26534   - "throughput"
26535   - "parent"
26536   - "tags"
26537   layout:
26538     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
26539     layout: "plot-throughput-speedup-analysis"
26540
26541 # Speedup - VPP IPSec 3n-hsw-xl710 scale
26542 -
26543   type: "plot"
26544   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26545   algorithm: "plot_throughput_speedup_analysis"
26546   output-file-type: ".html"
26547   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
26548   data: "plot-throughput-speedup-analysis-3n-hsw"
26549   filter: "'NIC_Intel-XL710' and
26550            '64B' and
26551            'IP4FWD' and
26552            'NDRPDR' and
26553            'SCALE' and
26554            'IPSECHW' and
26555            ('IPSECTRAN' or 'IPSECTUN') and
26556            not 'VHOST'"
26557   parameters:
26558   - "throughput"
26559   - "parent"
26560   - "tags"
26561   layout:
26562     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
26563     layout: "plot-throughput-speedup-analysis"
26564
26565 -
26566   type: "plot"
26567   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26568   algorithm: "plot_throughput_speedup_analysis"
26569   output-file-type: ".html"
26570   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
26571   data: "plot-throughput-speedup-analysis-3n-hsw"
26572   filter: "'NIC_Intel-XL710' and
26573            '64B' and
26574            'IP4FWD' and
26575            'NDRPDR' and
26576            'SCALE' and
26577            'IPSECHW' and
26578            ('IPSECTRAN' or 'IPSECTUN') and
26579            not 'VHOST'"
26580   parameters:
26581   - "throughput"
26582   - "parent"
26583   - "tags"
26584   layout:
26585     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
26586     layout: "plot-throughput-speedup-analysis"
26587
26588 # Speedup - VPP IPSec 3n-hsw-xl710 sw
26589 -
26590   type: "plot"
26591   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26592   algorithm: "plot_throughput_speedup_analysis"
26593   output-file-type: ".html"
26594   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
26595   data: "plot-throughput-speedup-analysis-3n-hsw"
26596   filter: "'NIC_Intel-XL710' and
26597            '64B' and
26598            'IP4FWD' and
26599            'NDRPDR' and
26600            'IPSECSW' and
26601            ('IPSECTRAN' or 'IPSECTUN') and
26602            not 'VHOST'"
26603   parameters:
26604   - "throughput"
26605   - "parent"
26606   - "tags"
26607   layout:
26608     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
26609     layout: "plot-throughput-speedup-analysis"
26610
26611 -
26612   type: "plot"
26613   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26614   algorithm: "plot_throughput_speedup_analysis"
26615   output-file-type: ".html"
26616   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
26617   data: "plot-throughput-speedup-analysis-3n-hsw"
26618   filter: "'NIC_Intel-XL710' and
26619            '64B' and
26620            'IP4FWD' and
26621            'NDRPDR' and
26622            'IPSECSW' and
26623            ('IPSECTRAN' or 'IPSECTUN') and
26624            not 'VHOST'"
26625   parameters:
26626   - "throughput"
26627   - "parent"
26628   - "tags"
26629   layout:
26630     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
26631     layout: "plot-throughput-speedup-analysis"
26632
26633 ################################################################################
26634
26635 # Speedup - VPP SRv6 3n-hsw-x520
26636 -
26637   type: "plot"
26638   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
26639   algorithm: "plot_throughput_speedup_analysis"
26640   output-file-type: ".html"
26641   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
26642   data: "plot-throughput-speedup-analysis-3n-hsw"
26643   filter: "'NIC_Intel-X520-DA2' and
26644            '78B' and
26645            'FEATURE' and
26646            'NDRPDR' and
26647            'IP6FWD' and
26648            'SRv6'"
26649   parameters:
26650   - "throughput"
26651   - "parent"
26652   - "tags"
26653   layout:
26654     title: "srv6-3n-hsw-x520-78b-features-ndr"
26655     layout: "plot-throughput-speedup-analysis"
26656
26657 -
26658   type: "plot"
26659   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
26660   algorithm: "plot_throughput_speedup_analysis"
26661   output-file-type: ".html"
26662   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
26663   data: "plot-throughput-speedup-analysis-3n-hsw"
26664   filter: "'NIC_Intel-X520-DA2' and
26665            '78B' and
26666            'FEATURE' and
26667            'NDRPDR' and
26668            'IP6FWD' and
26669            'SRv6'"
26670   parameters:
26671   - "throughput"
26672   - "parent"
26673   - "tags"
26674   layout:
26675     title: "srv6-3n-hsw-x520-78b-features-pdr"
26676     layout: "plot-throughput-speedup-analysis"
26677
26678 ################################################################################
26679
26680 # Speedup - VPP L2 3n-hsw-x520 base and scale
26681 -
26682   type: "plot"
26683   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26684   algorithm: "plot_throughput_speedup_analysis"
26685   output-file-type: ".html"
26686   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26687   data: "plot-throughput-speedup-analysis-3n-hsw"
26688   filter: "'NIC_Intel-X520-DA2' and
26689            '64B' and
26690            ('BASE' or 'SCALE') and
26691            'NDRPDR' and
26692            'ETH' and
26693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26694            not 'VHOST' and
26695            not 'MEMIF'"
26696   parameters:
26697   - "throughput"
26698   - "parent"
26699   - "tags"
26700   sort:
26701   - "L2XCFWD"
26702   - "L2PATCH"
26703   - "L2BDMACLRN"
26704   - "FIB_10K"
26705   - "FIB_100K"
26706   - "FIB_1M"
26707   layout:
26708     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26709     layout: "plot-throughput-speedup-analysis"
26710
26711 -
26712   type: "plot"
26713   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26714   algorithm: "plot_throughput_speedup_analysis"
26715   output-file-type: ".html"
26716   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26717   data: "plot-throughput-speedup-analysis-3n-hsw"
26718   filter: "'NIC_Intel-X520-DA2' and
26719            '64B' and
26720            ('BASE' or 'SCALE') and
26721            'NDRPDR' and
26722            'ETH' and
26723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26724            not 'VHOST' and
26725            not 'MEMIF'"
26726   parameters:
26727   - "throughput"
26728   - "parent"
26729   - "tags"
26730   sort:
26731   - "L2XCFWD"
26732   - "L2PATCH"
26733   - "L2BDMACLRN"
26734   - "FIB_10K"
26735   - "FIB_100K"
26736   - "FIB_1M"
26737   layout:
26738     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26739     layout: "plot-throughput-speedup-analysis"
26740
26741 # Speedup - VPP L2 3n-hsw-x520 features
26742 -
26743   type: "plot"
26744   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26745   algorithm: "plot_throughput_speedup_analysis"
26746   output-file-type: ".html"
26747   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26748   data: "plot-throughput-speedup-analysis-3n-hsw"
26749   filter: "'NIC_Intel-X520-DA2' and
26750            '64B' and
26751            'NDRPDR' and
26752            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26753            not 'ACL' and
26754            not 'VHOST' and
26755            not 'MEMIF'"
26756   parameters:
26757   - "throughput"
26758   - "parent"
26759   - "tags"
26760   sort:
26761   - "L2XCBASE"    # l2xcbase
26762   - "L2BDBASE"    # l2bdbase
26763   - "L2XCFWD"     # dot1q-l2xcbase
26764   - "L2BDMACLRN"  # dot1q-l2bdbase
26765   layout:
26766     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26767     layout: "plot-throughput-speedup-analysis"
26768
26769 -
26770   type: "plot"
26771   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26772   algorithm: "plot_throughput_speedup_analysis"
26773   output-file-type: ".html"
26774   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26775   data: "plot-throughput-speedup-analysis-3n-hsw"
26776   filter: "'NIC_Intel-X520-DA2' and
26777            '64B' and
26778            'NDRPDR' and
26779            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26780            not 'ACL' and
26781            not 'VHOST' and
26782            not 'MEMIF'"
26783   parameters:
26784   - "throughput"
26785   - "parent"
26786   - "tags"
26787   sort:
26788   - "L2XCBASE"    # l2xcbase
26789   - "L2BDBASE"    # l2bdbase
26790   - "L2XCFWD"     # dot1q-l2xcbase
26791   - "L2BDMACLRN"  # dot1q-l2bdbase
26792   layout:
26793     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26794     layout: "plot-throughput-speedup-analysis"
26795
26796 # Speedup - VPP L2 3n-hsw-x710 base and scale
26797 -
26798   type: "plot"
26799   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26800   algorithm: "plot_throughput_speedup_analysis"
26801   output-file-type: ".html"
26802   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26803   data: "plot-throughput-speedup-analysis-3n-hsw"
26804   filter: "'NIC_Intel-X710' and
26805            '64B' and
26806            ('BASE' or 'SCALE') and
26807            'NDRPDR' and
26808            'ETH' and
26809            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26810            not 'VHOST' and
26811            not 'MEMIF' and
26812            not 'DRV_AVF'"
26813   parameters:
26814   - "throughput"
26815   - "parent"
26816   - "tags"
26817   sort:
26818   - "L2PATCH"
26819   - "L2XCBASE"
26820   - "BASE"
26821   - "FIB_10K"
26822   - "FIB_100K"
26823   - "FIB_1M"
26824   layout:
26825     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26826     layout: "plot-throughput-speedup-analysis"
26827
26828 -
26829   type: "plot"
26830   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26831   algorithm: "plot_throughput_speedup_analysis"
26832   output-file-type: ".html"
26833   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26834   data: "plot-throughput-speedup-analysis-3n-hsw"
26835   filter: "'NIC_Intel-X710' and
26836            '64B' and
26837            ('BASE' or 'SCALE') and
26838            'NDRPDR' and
26839            'ETH' and
26840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26841            not 'VHOST' and
26842            not 'MEMIF' and
26843            not 'DRV_AVF'"
26844   parameters:
26845   - "throughput"
26846   - "parent"
26847   - "tags"
26848   sort:
26849   - "L2PATCH"
26850   - "L2XCBASE"
26851   - "BASE"
26852   - "FIB_10K"
26853   - "FIB_100K"
26854   - "FIB_1M"
26855   layout:
26856     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26857     layout: "plot-throughput-speedup-analysis"
26858
26859 # Speedup - VPP L2 3n-hsw-x710 features
26860 -
26861   type: "plot"
26862   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26863   algorithm: "plot_throughput_speedup_analysis"
26864   output-file-type: ".html"
26865   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26866   data: "plot-throughput-speedup-analysis-3n-hsw"
26867   filter: "'NIC_Intel-X710' and
26868            '64B' and
26869            'NDRPDR' and
26870            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26871            not 'ACL' and
26872            not 'VHOST' and
26873            not 'MEMIF'"
26874   parameters:
26875   - "throughput"
26876   - "parent"
26877   - "tags"
26878   sort:
26879   - "L2XCBASE"    # l2xcbase
26880   - "L2BDBASE"    # l2bdbase
26881   - "L2XCFWD"     # dot1q-l2xcbase
26882   - "L2BDMACLRN"  # dot1q-l2bdbase
26883   layout:
26884     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26885     layout: "plot-throughput-speedup-analysis"
26886
26887 -
26888   type: "plot"
26889   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26890   algorithm: "plot_throughput_speedup_analysis"
26891   output-file-type: ".html"
26892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26893   data: "plot-throughput-speedup-analysis-3n-hsw"
26894   filter: "'NIC_Intel-X710' and
26895            '64B' and
26896            'NDRPDR' and
26897            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26898            not 'ACL' and
26899            not 'VHOST' and
26900            not 'MEMIF'"
26901   parameters:
26902   - "throughput"
26903   - "parent"
26904   - "tags"
26905   sort:
26906   - "L2XCBASE"    # l2xcbase
26907   - "L2BDBASE"    # l2bdbase
26908   - "L2XCFWD"     # dot1q-l2xcbase
26909   - "L2BDMACLRN"  # dot1q-l2bdbase
26910   layout:
26911     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26912     layout: "plot-throughput-speedup-analysis"
26913
26914 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26915 -
26916   type: "plot"
26917   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26918   algorithm: "plot_throughput_speedup_analysis"
26919   output-file-type: ".html"
26920   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26921   data: "plot-throughput-speedup-analysis-3n-hsw"
26922   filter: "'NIC_Intel-XL710' and
26923            '64B' and
26924            ('BASE' or 'SCALE') and
26925            'NDRPDR' and
26926            'ETH' and
26927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26928            not 'VHOST' and
26929            not 'MEMIF'"
26930   parameters:
26931   - "throughput"
26932   - "parent"
26933   - "tags"
26934   sort:
26935   - "L2PATCH"
26936   - "L2XCBASE"
26937   - "BASE"
26938   - "FIB_10K"
26939   - "FIB_100K"
26940   - "FIB_1M"
26941   layout:
26942     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
26943     layout: "plot-throughput-speedup-analysis"
26944
26945 -
26946   type: "plot"
26947   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26948   algorithm: "plot_throughput_speedup_analysis"
26949   output-file-type: ".html"
26950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26951   data: "plot-throughput-speedup-analysis-3n-hsw"
26952   filter: "'NIC_Intel-XL710' and
26953            '64B' and
26954            ('BASE' or 'SCALE') and
26955            'NDRPDR' and
26956            'ETH' and
26957            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26958            not 'VHOST' and
26959            not 'MEMIF'"
26960   parameters:
26961   - "throughput"
26962   - "parent"
26963   - "tags"
26964   sort:
26965   - "L2PATCH"
26966   - "L2XCBASE"
26967   - "BASE"
26968   - "FIB_10K"
26969   - "FIB_100K"
26970   - "FIB_1M"
26971   layout:
26972     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
26973     layout: "plot-throughput-speedup-analysis"
26974
26975 # Speedup - VPP L2 3n-skx-x710 base and scale
26976 -
26977   type: "plot"
26978   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26979   algorithm: "plot_throughput_speedup_analysis"
26980   output-file-type: ".html"
26981   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26982   data: "plot-throughput-speedup-analysis-3n-skx"
26983   filter: "'NIC_Intel-X710' and
26984            '64B' and
26985            ('BASE' or 'SCALE') and
26986            'NDRPDR' and
26987            'ETH' and
26988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26989            not 'VHOST' and
26990            not 'DRV_AVF' and
26991            not 'MEMIF'"
26992   parameters:
26993   - "throughput"
26994   - "parent"
26995   - "tags"
26996   sort:
26997   - "L2PATCH"
26998   - "L2XCBASE"
26999   - "BASE"
27000   - "FIB_10K"
27001   - "FIB_100K"
27002   - "FIB_1M"
27003   layout:
27004     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27005     layout: "plot-throughput-speedup-analysis"
27006
27007 -
27008   type: "plot"
27009   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27010   algorithm: "plot_throughput_speedup_analysis"
27011   output-file-type: ".html"
27012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27013   data: "plot-throughput-speedup-analysis-3n-skx"
27014   filter: "'NIC_Intel-X710' and
27015            '64B' and
27016            ('BASE' or 'SCALE') and
27017            'NDRPDR' and
27018            'ETH' and
27019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27020            not 'VHOST' and
27021            not 'DRV_AVF' and
27022            not 'MEMIF'"
27023   parameters:
27024   - "throughput"
27025   - "parent"
27026   - "tags"
27027   sort:
27028   - "L2PATCH"
27029   - "L2XCBASE"
27030   - "BASE"
27031   - "FIB_10K"
27032   - "FIB_100K"
27033   - "FIB_1M"
27034   layout:
27035     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27036     layout: "plot-throughput-speedup-analysis"
27037
27038 # Speedup - VPP L2 3n-skx-x710 features
27039 -
27040   type: "plot"
27041   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
27042   algorithm: "plot_throughput_speedup_analysis"
27043   output-file-type: ".html"
27044   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
27045   data: "plot-throughput-speedup-analysis-3n-skx"
27046   filter: "'NIC_Intel-X710' and
27047            '64B' and
27048            'NDRPDR' and
27049            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27050            not 'ACL' and
27051            not 'VHOST' and
27052            not 'MEMIF'"
27053   parameters:
27054   - "throughput"
27055   - "parent"
27056   - "tags"
27057   sort:
27058   - "L2XCBASE"    # l2xcbase
27059   - "L2BDBASE"    # l2bdbase
27060   - "L2XCFWD"     # dot1q-l2xcbase
27061   - "L2BDMACLRN"  # dot1q-l2bdbase
27062   layout:
27063     title: "l2sw-3n-skx-x710-64b-features-ndr"
27064     layout: "plot-throughput-speedup-analysis"
27065
27066 -
27067   type: "plot"
27068   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
27069   algorithm: "plot_throughput_speedup_analysis"
27070   output-file-type: ".html"
27071   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
27072   data: "plot-throughput-speedup-analysis-3n-skx"
27073   filter: "'NIC_Intel-X710' and
27074            '64B' and
27075            'NDRPDR' and
27076            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27077            not 'ACL' and
27078            not 'VHOST' and
27079            not 'MEMIF'"
27080   parameters:
27081   - "throughput"
27082   - "parent"
27083   - "tags"
27084   sort:
27085   - "L2XCBASE"    # l2xcbase
27086   - "L2BDBASE"    # l2bdbase
27087   - "L2XCFWD"     # dot1q-l2xcbase
27088   - "L2BDMACLRN"  # dot1q-l2bdbase
27089   layout:
27090     title: "l2sw-3n-skx-x710-64b-features-pdr"
27091     layout: "plot-throughput-speedup-analysis"
27092
27093 # Speedup - VPP L2 3n-skx-xxv710 base and scale
27094 -
27095   type: "plot"
27096   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27097   algorithm: "plot_throughput_speedup_analysis"
27098   output-file-type: ".html"
27099   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27100   data: "plot-throughput-speedup-analysis-3n-skx"
27101   filter: "'NIC_Intel-XXV710' and
27102            '64B' and
27103            ('BASE' or 'SCALE') and
27104            'NDRPDR' and
27105            'ETH' and
27106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27107            not 'VHOST' and
27108            not 'MEMIF' and
27109            not 'DRV_AVF'"
27110   parameters:
27111   - "throughput"
27112   - "parent"
27113   - "tags"
27114   sort:
27115   - "L2PATCH"
27116   - "L2XCBASE"
27117   - "BASE"
27118   - "FIB_10K"
27119   - "FIB_100K"
27120   - "FIB_1M"
27121   layout:
27122     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
27123     layout: "plot-throughput-speedup-analysis"
27124
27125 -
27126   type: "plot"
27127   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27128   algorithm: "plot_throughput_speedup_analysis"
27129   output-file-type: ".html"
27130   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27131   data: "plot-throughput-speedup-analysis-3n-skx"
27132   filter: "'NIC_Intel-XXV710' and
27133            '64B' and
27134            ('BASE' or 'SCALE') and
27135            'NDRPDR' and
27136            'ETH' and
27137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27138            not 'VHOST' and
27139            not 'MEMIF' and
27140            not 'DRV_AVF'"
27141   parameters:
27142   - "throughput"
27143   - "parent"
27144   - "tags"
27145   sort:
27146   - "L2PATCH"
27147   - "L2XCBASE"
27148   - "BASE"
27149   - "FIB_10K"
27150   - "FIB_100K"
27151   - "FIB_1M"
27152   layout:
27153     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
27154     layout: "plot-throughput-speedup-analysis"
27155
27156 # Speedup - VPP L2 2n-skx-x710 base and scale
27157 -
27158   type: "plot"
27159   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27160   algorithm: "plot_throughput_speedup_analysis"
27161   output-file-type: ".html"
27162   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27163   data: "plot-throughput-speedup-analysis-2n-skx"
27164   filter: "'NIC_Intel-X710' and
27165            '64B' and
27166            ('BASE' or 'SCALE') and
27167            'NDRPDR' and
27168            'ETH' and
27169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27170            not 'VHOST' and
27171            not 'MEMIF'"
27172   parameters:
27173   - "throughput"
27174   - "parent"
27175   - "tags"
27176   sort:
27177   - "L2PATCH"
27178   - "L2XCBASE"
27179   - "BASE"
27180   - "FIB_10K"
27181   - "FIB_100K"
27182   - "FIB_1M"
27183   layout:
27184     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27185     layout: "plot-throughput-speedup-analysis"
27186
27187 -
27188   type: "plot"
27189   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27190   algorithm: "plot_throughput_speedup_analysis"
27191   output-file-type: ".html"
27192   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27193   data: "plot-throughput-speedup-analysis-2n-skx"
27194   filter: "'NIC_Intel-X710' and
27195            '64B' and
27196            ('BASE' or 'SCALE') and
27197            'NDRPDR' and
27198            'ETH' and
27199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27200            not 'VHOST' and
27201            not 'MEMIF'"
27202   parameters:
27203   - "throughput"
27204   - "parent"
27205   - "tags"
27206   sort:
27207   - "L2PATCH"
27208   - "L2XCBASE"
27209   - "BASE"
27210   - "FIB_10K"
27211   - "FIB_100K"
27212   - "FIB_1M"
27213   layout:
27214     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27215     layout: "plot-throughput-speedup-analysis"
27216
27217 # Speedup - VPP L2 2n-skx-xxv710 base and scale
27218 -
27219   type: "plot"
27220   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27221   algorithm: "plot_throughput_speedup_analysis"
27222   output-file-type: ".html"
27223   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27224   data: "plot-throughput-speedup-analysis-2n-skx"
27225   filter: "'NIC_Intel-XXV710' and
27226            '64B' and
27227            ('BASE' or 'SCALE') and
27228            'NDRPDR' and
27229            'ETH' and
27230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27231            not 'VHOST' and
27232            not 'MEMIF'"
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-2n-skx-xxv710-64b-base_and_scale-ndr"
27246     layout: "plot-throughput-speedup-analysis"
27247
27248 -
27249   type: "plot"
27250   title: "Speedup: l2sw-2n-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-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27254   data: "plot-throughput-speedup-analysis-2n-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'"
27263   parameters:
27264   - "throughput"
27265   - "parent"
27266   - "tags"
27267   sort:
27268   - "L2PATCH"
27269   - "L2XCBASE"
27270   - "BASE"
27271   - "FIB_10K"
27272   - "FIB_100K"
27273   - "FIB_1M"
27274   layout:
27275     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27276     layout: "plot-throughput-speedup-analysis"
27277
27278 # Speedup - VPP L2 2n-dnv-x553 base
27279 -
27280   type: "plot"
27281   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27282   algorithm: "plot_throughput_speedup_analysis"
27283   output-file-type: ".html"
27284   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
27285   data: "intel-dnv-vpp"
27286   filter: "'NIC_Intel-X553' and
27287            '64B' and
27288            ('BASE' or 'SCALE') and
27289            'NDRPDR' and
27290            'ETH' and
27291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27292            not 'VHOST' and
27293            not 'MEMIF'"
27294   parameters:
27295   - "throughput"
27296   - "parent"
27297   - "tags"
27298   sort:
27299   - "L2XCBASE"
27300   - "L2BDMACLRN"
27301   - "L2PATCH"
27302   layout:
27303     title: "l2sw-2n-dnv-x553-64b-base-ndr"
27304     layout: "plot-throughput-speedup-analysis"
27305
27306 -
27307   type: "plot"
27308   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27309   algorithm: "plot_throughput_speedup_analysis"
27310   output-file-type: ".html"
27311   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
27312   data: "intel-dnv-vpp"
27313   filter: "'NIC_Intel-X553' and
27314            '64B' and
27315            ('BASE' or 'SCALE') and
27316            'NDRPDR' and
27317            'ETH' and
27318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27319            not 'VHOST' and
27320            not 'MEMIF'"
27321   parameters:
27322   - "throughput"
27323   - "parent"
27324   - "tags"
27325   sort:
27326   - "L2XCBASE"
27327   - "L2BDMACLRN"
27328   - "L2PATCH"
27329   layout:
27330     title: "l2sw-2n-dnv-x553-64b-base-pdr"
27331     layout: "plot-throughput-speedup-analysis"
27332
27333 ################################################################################
27334
27335 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
27336 -
27337   type: "plot"
27338   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27339   algorithm: "plot_throughput_speedup_analysis"
27340   output-file-type: ".html"
27341   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27342   data: "plot-throughput-speedup-analysis-3n-hsw"
27343   filter: "'NIC_Intel-X520-DA2' and
27344            '64B' and
27345            'NDRPDR' and
27346            'ETH' and
27347            'IP4FWD' and
27348            'VHOST_1024' and
27349            not 'VXLAN' and
27350            not 'DOT1Q'"
27351   parameters:
27352   - "throughput"
27353   - "parent"
27354   - "tags"
27355   sort:
27356   - "not CFS_OPT"
27357   - "1VM"
27358   - "2VM"
27359   layout:
27360     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
27361     layout: "plot-throughput-speedup-analysis"
27362
27363 -
27364   type: "plot"
27365   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27366   algorithm: "plot_throughput_speedup_analysis"
27367   output-file-type: ".html"
27368   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27369   data: "plot-throughput-speedup-analysis-3n-hsw"
27370   filter: "'NIC_Intel-X520-DA2' and
27371            '64B' and
27372            'NDRPDR' and
27373            'ETH' and
27374            'IP4FWD' and
27375            'VHOST_1024' and
27376            not 'VXLAN' and
27377            not 'DOT1Q'"
27378   parameters:
27379   - "throughput"
27380   - "parent"
27381   - "tags"
27382   sort:
27383   - "not CFS_OPT"
27384   - "1VM"
27385   - "2VM"
27386   layout:
27387     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
27388     layout: "plot-throughput-speedup-analysis"
27389
27390 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
27391 -
27392   type: "plot"
27393   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27394   algorithm: "plot_throughput_speedup_analysis"
27395   output-file-type: ".html"
27396   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27397   data: "plot-throughput-speedup-analysis-3n-hsw"
27398   filter: "'NIC_Intel-X520-DA2' and
27399            '64B' and
27400            'NDRPDR' and
27401            ('ETH' or 'DOT1Q') and
27402            'VHOST_1024' and
27403            not 'VXLAN' and
27404            not 'IP4FWD' and
27405            not '2VM'"
27406   parameters:
27407   - "throughput"
27408   - "parent"
27409   - "tags"
27410 #  sort:
27411 #  - "VM"  # "not CFS_OPT"
27412 #  - "CFS_OPT"
27413 #  - "FIB_10K"
27414 #  - "FIB_100K"
27415 #  - "FIB_1M"
27416   layout:
27417     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27418     layout: "plot-throughput-speedup-analysis"
27419
27420 -
27421   type: "plot"
27422   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27423   algorithm: "plot_throughput_speedup_analysis"
27424   output-file-type: ".html"
27425   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27426   data: "plot-throughput-speedup-analysis-3n-hsw"
27427   filter: "'NIC_Intel-X520-DA2' and
27428            '64B' and
27429            'NDRPDR' and
27430            ('ETH' or 'DOT1Q') and
27431            'L2BDMACLRN' and
27432            'VHOST_1024' and
27433            not 'VXLAN' and
27434            not 'IP4FWD' and
27435            not '2VM'"
27436   parameters:
27437   - "throughput"
27438   - "parent"
27439   - "tags"
27440 #  sort:
27441 #  - "VM"  # "not CFS_OPT"
27442 #  - "CFS_OPT"
27443 #  - "FIB_10K"
27444 #  - "FIB_100K"
27445 #  - "FIB_1M"
27446   layout:
27447     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27448     layout: "plot-throughput-speedup-analysis"
27449
27450 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
27451 -
27452   type: "plot"
27453   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27454   algorithm: "plot_throughput_speedup_analysis"
27455   output-file-type: ".html"
27456   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
27457   data: "plot-throughput-speedup-analysis-3n-hsw"
27458   filter: "'NIC_Intel-X520-DA2' and
27459            '64B' and
27460            'NDRPDR' and
27461            ('ETH' or 'DOT1Q') and
27462            'BASE' and
27463            ('L2BDMACLRN' or 'L2XCFWD') and
27464            'VHOST_1024' and
27465            not 'VXLAN' and
27466            not 'IP4FWD' and
27467            not '2VM'"
27468   parameters:
27469   - "throughput"
27470   - "parent"
27471   - "tags"
27472 #  sort:
27473 #  - "not CFS_OPT"
27474 #  - "L2XCFWD"
27475 #  - "not CFS_OPT"
27476 #  - "CFS_OPT"
27477   layout:
27478     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
27479     layout: "plot-throughput-speedup-analysis"
27480
27481 -
27482   type: "plot"
27483   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27484   algorithm: "plot_throughput_speedup_analysis"
27485   output-file-type: ".html"
27486   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
27487   data: "plot-throughput-speedup-analysis-3n-hsw"
27488   filter: "'NIC_Intel-X520-DA2' and
27489            '64B' and
27490            'NDRPDR' and
27491            ('ETH' or 'DOT1Q') and
27492            'BASE' and
27493            ('L2BDMACLRN' or 'L2XCFWD') and
27494            'VHOST_1024' and
27495            not 'VXLAN' and
27496            not 'IP4FWD' and
27497            not '2VM'"
27498   parameters:
27499   - "throughput"
27500   - "parent"
27501   - "tags"
27502 #  sort:
27503 #  - "not CFS_OPT"
27504 #  - "L2XCFWD"
27505 #  - "not CFS_OPT"
27506 #  - "CFS_OPT"
27507   layout:
27508     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
27509     layout: "plot-throughput-speedup-analysis"
27510
27511 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27512 -
27513   type: "plot"
27514   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27515   algorithm: "plot_throughput_speedup_analysis"
27516   output-file-type: ".html"
27517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27518   data: "plot-throughput-speedup-analysis-3n-hsw"
27519   filter: "'NIC_Intel-X520-DA2' and
27520            '64B' and
27521            'NDRPDR' and
27522            ('ETH' or 'DOT1Q') and
27523            ('L2BDMACLRN' or 'L2XCFWD') and
27524            'VHOST_1024' and
27525            not 'CFS_OPT' and
27526            not 'VXLAN' and
27527            not 'IP4FWD' and
27528            not 'LBOND'"
27529   parameters:
27530   - "throughput"
27531   - "parent"
27532   - "tags"
27533 #  sort:
27534 #  - "1VM"
27535 #  - "L2XCFWD"
27536 #  - "1VM"
27537 #  - "L2BDMACLRN"
27538   layout:
27539     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27540     layout: "plot-throughput-speedup-analysis"
27541
27542 -
27543   type: "plot"
27544   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27545   algorithm: "plot_throughput_speedup_analysis"
27546   output-file-type: ".html"
27547   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27548   data: "plot-throughput-speedup-analysis-3n-hsw"
27549   filter: "'NIC_Intel-X520-DA2' and
27550            '64B' and
27551            'NDRPDR' and
27552            ('ETH' or 'DOT1Q') and
27553            ('L2BDMACLRN' or 'L2XCFWD') and
27554            'VHOST_1024' and
27555            not 'CFS_OPT' and
27556            not 'VXLAN' and
27557            not 'IP4FWD' and
27558            not 'LBOND'"
27559   parameters:
27560   - "throughput"
27561   - "parent"
27562   - "tags"
27563 #  sort:
27564 #  - "1VM"
27565 #  - "L2XCFWD"
27566 #  - "1VM"
27567 #  - "L2BDMACLRN"
27568   layout:
27569     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27570     layout: "plot-throughput-speedup-analysis"
27571
27572 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27573 -
27574   type: "plot"
27575   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27576   algorithm: "plot_throughput_speedup_analysis"
27577   output-file-type: ".html"
27578   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27579   data: "plot-throughput-speedup-analysis-3n-hsw"
27580   filter: "'NIC_Intel-X710' and
27581            '64B' and
27582            'NDRPDR' and
27583            'ETH' and
27584            'IP4FWD' and
27585            'VHOST_1024' and
27586            not 'VXLAN' and
27587            not 'DOT1Q'"
27588   parameters:
27589   - "throughput"
27590   - "parent"
27591   - "tags"
27592   sort:
27593   - "not CFS_OPT"
27594   - "1VM"
27595   - "2VM"
27596   layout:
27597     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27598     layout: "plot-throughput-speedup-analysis"
27599
27600 -
27601   type: "plot"
27602   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27603   algorithm: "plot_throughput_speedup_analysis"
27604   output-file-type: ".html"
27605   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27606   data: "plot-throughput-speedup-analysis-3n-hsw"
27607   filter: "'NIC_Intel-X710' and
27608            '64B' and
27609            'NDRPDR' and
27610            'ETH' and
27611            'IP4FWD' and
27612            'VHOST_1024' and
27613            not 'VXLAN' and
27614            not 'DOT1Q'"
27615   parameters:
27616   - "throughput"
27617   - "parent"
27618   - "tags"
27619   sort:
27620   - "not CFS_OPT"
27621   - "1VM"
27622   - "2VM"
27623   layout:
27624     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27625     layout: "plot-throughput-speedup-analysis"
27626
27627 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
27628 -
27629   type: "plot"
27630   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27631   algorithm: "plot_throughput_speedup_analysis"
27632   output-file-type: ".html"
27633   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27634   data: "plot-throughput-speedup-analysis-3n-hsw"
27635   filter: "'NIC_Intel-X710' and
27636            '64B' and
27637            'NDRPDR' and
27638            ('ETH' or 'DOT1Q') and
27639            'L2BDMACLRN' and
27640            'VHOST_1024' and
27641            not 'VXLAN' and
27642            not 'IP4FWD' and
27643            not '2VM'"
27644   parameters:
27645   - "throughput"
27646   - "parent"
27647   - "tags"
27648 #  sort:
27649 #  - "VM"  # "not CFS_OPT"
27650 #  - "CFS_OPT"
27651 #  - "FIB_10K"
27652 #  - "FIB_100K"
27653 #  - "FIB_1M"
27654   layout:
27655     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27656     layout: "plot-throughput-speedup-analysis"
27657
27658 -
27659   type: "plot"
27660   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27661   algorithm: "plot_throughput_speedup_analysis"
27662   output-file-type: ".html"
27663   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27664   data: "plot-throughput-speedup-analysis-3n-hsw"
27665   filter: "'NIC_Intel-X710' and
27666            '64B' and
27667            'NDRPDR' and
27668            ('ETH' or 'DOT1Q') and
27669            'L2BDMACLRN' and
27670            'VHOST_1024' and
27671            not 'VXLAN' and
27672            not 'IP4FWD' and
27673            not '2VM'"
27674   parameters:
27675   - "throughput"
27676   - "parent"
27677   - "tags"
27678 #  sort:
27679 #  - "VM"  # "not CFS_OPT"
27680 #  - "CFS_OPT"
27681 #  - "FIB_10K"
27682 #  - "FIB_100K"
27683 #  - "FIB_1M"
27684   layout:
27685     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27686     layout: "plot-throughput-speedup-analysis"
27687
27688 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27689 -
27690   type: "plot"
27691   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27692   algorithm: "plot_throughput_speedup_analysis"
27693   output-file-type: ".html"
27694   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
27695   data: "plot-throughput-speedup-analysis-3n-hsw"
27696   filter: "'NIC_Intel-X710' and
27697            '64B' and
27698            'NDRPDR' and
27699            ('ETH' or 'DOT1Q') and
27700            'BASE' and
27701            ('L2BDMACLRN' or 'L2XCFWD') and
27702            'VHOST_1024' and
27703            not 'VXLAN' and
27704            not 'IP4FWD' and
27705            not '2VM'"
27706   parameters:
27707   - "throughput"
27708   - "parent"
27709   - "tags"
27710 #  sort:
27711 #  - "not CFS_OPT"
27712 #  - "L2XCFWD"
27713 #  - "not CFS_OPT"
27714 #  - "CFS_OPT"
27715   layout:
27716     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
27717     layout: "plot-throughput-speedup-analysis"
27718
27719 -
27720   type: "plot"
27721   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27722   algorithm: "plot_throughput_speedup_analysis"
27723   output-file-type: ".html"
27724   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
27725   data: "plot-throughput-speedup-analysis-3n-hsw"
27726   filter: "'NIC_Intel-X710' and
27727            '64B' and
27728            'NDRPDR' and
27729            ('ETH' or 'DOT1Q') and
27730            'BASE' and
27731            ('L2BDMACLRN' or 'L2XCFWD') and
27732            'VHOST_1024' and
27733            not 'VXLAN' and
27734            not 'IP4FWD' and
27735            not '2VM'"
27736   parameters:
27737   - "throughput"
27738   - "parent"
27739   - "tags"
27740 #  sort:
27741 #  - "not CFS_OPT"
27742 #  - "L2XCFWD"
27743 #  - "not CFS_OPT"
27744 #  - "CFS_OPT"
27745   layout:
27746     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27747     layout: "plot-throughput-speedup-analysis"
27748
27749 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27750 -
27751   type: "plot"
27752   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27753   algorithm: "plot_throughput_speedup_analysis"
27754   output-file-type: ".html"
27755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27756   data: "plot-throughput-speedup-analysis-3n-hsw"
27757   filter: "'NIC_Intel-X710' and
27758            '64B' and
27759            'NDRPDR' and
27760            ('ETH' or 'DOT1Q') and
27761            ('L2BDMACLRN' or 'L2XCFWD') and
27762            'VHOST_1024' and
27763            not 'CFS_OPT' and
27764            not 'VXLAN' and
27765            not 'IP4FWD' and
27766            not 'LBOND'"
27767   parameters:
27768   - "throughput"
27769   - "parent"
27770   - "tags"
27771 #  sort:
27772 #  - "1VM"
27773 #  - "L2XCFWD"
27774 #  - "1VM"
27775 #  - "L2BDMACLRN"
27776   layout:
27777     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27778     layout: "plot-throughput-speedup-analysis"
27779
27780 -
27781   type: "plot"
27782   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27783   algorithm: "plot_throughput_speedup_analysis"
27784   output-file-type: ".html"
27785   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27786   data: "plot-throughput-speedup-analysis-3n-hsw"
27787   filter: "'NIC_Intel-X710' and
27788            '64B' and
27789            'NDRPDR' and
27790            ('ETH' or 'DOT1Q') and
27791            ('L2BDMACLRN' or 'L2XCFWD') and
27792            'VHOST_1024' and
27793            not 'CFS_OPT' and
27794            not 'VXLAN' and
27795            not 'IP4FWD' and
27796            not 'LBOND'"
27797   parameters:
27798   - "throughput"
27799   - "parent"
27800   - "tags"
27801 #  sort:
27802 #  - "1VM"
27803 #  - "L2XCFWD"
27804 #  - "1VM"
27805 #  - "L2BDMACLRN"
27806   layout:
27807     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
27808     layout: "plot-throughput-speedup-analysis"
27809
27810 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
27811 -
27812   type: "plot"
27813   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27814   algorithm: "plot_throughput_speedup_analysis"
27815   output-file-type: ".html"
27816   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27817   data: "plot-throughput-speedup-analysis-3n-hsw"
27818   filter: "'NIC_Intel-XL710' and
27819            '64B' and
27820            'NDRPDR' and
27821            'ETH' and
27822            'IP4FWD' and
27823            'VHOST_1024' and
27824            not 'VXLAN' and
27825            not 'DOT1Q'"
27826   parameters:
27827   - "throughput"
27828   - "parent"
27829   - "tags"
27830   sort:
27831   - "not CFS_OPT"
27832   - "1VM"
27833   - "2VM"
27834   layout:
27835     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
27836     layout: "plot-throughput-speedup-analysis"
27837
27838 -
27839   type: "plot"
27840   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27841   algorithm: "plot_throughput_speedup_analysis"
27842   output-file-type: ".html"
27843   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27844   data: "plot-throughput-speedup-analysis-3n-hsw"
27845   filter: "'NIC_Intel-XL710' and
27846            '64B' and
27847            'NDRPDR' and
27848            'ETH' and
27849            'IP4FWD' and
27850            'VHOST_1024' and
27851            not 'VXLAN' and
27852            not 'DOT1Q'"
27853   parameters:
27854   - "throughput"
27855   - "parent"
27856   - "tags"
27857   sort:
27858   - "not CFS_OPT"
27859   - "1VM"
27860   - "2VM"
27861   layout:
27862     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
27863     layout: "plot-throughput-speedup-analysis"
27864
27865 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
27866 -
27867   type: "plot"
27868   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27869   algorithm: "plot_throughput_speedup_analysis"
27870   output-file-type: ".html"
27871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27872   data: "plot-throughput-speedup-analysis-3n-hsw"
27873   filter: "'NIC_Intel-XL710' and
27874            '64B' and
27875            'NDRPDR' and
27876            ('ETH' or 'DOT1Q') and
27877            'L2BDMACLRN' and
27878            'VHOST_1024' and
27879            not 'VXLAN' and
27880            not 'IP4FWD' and
27881            not '2VM'"
27882   parameters:
27883   - "throughput"
27884   - "parent"
27885   - "tags"
27886 #  sort:
27887 #  - "VM"  # "not CFS_OPT"
27888 #  - "CFS_OPT"
27889 #  - "FIB_10K"
27890 #  - "FIB_100K"
27891 #  - "FIB_1M"
27892   layout:
27893     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27894     layout: "plot-throughput-speedup-analysis"
27895
27896 -
27897   type: "plot"
27898   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27899   algorithm: "plot_throughput_speedup_analysis"
27900   output-file-type: ".html"
27901   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27902   data: "plot-throughput-speedup-analysis-3n-hsw"
27903   filter: "'NIC_Intel-XL710' and
27904            '64B' and
27905            'NDRPDR' and
27906            ('ETH' or 'DOT1Q') and
27907            'L2BDMACLRN' and
27908            'VHOST_1024' and
27909            not 'VXLAN' and
27910            not 'IP4FWD' and
27911            not '2VM'"
27912   parameters:
27913   - "throughput"
27914   - "parent"
27915   - "tags"
27916 #  sort:
27917 #  - "VM"  # "not CFS_OPT"
27918 #  - "CFS_OPT"
27919 #  - "FIB_10K"
27920 #  - "FIB_100K"
27921 #  - "FIB_1M"
27922   layout:
27923     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27924     layout: "plot-throughput-speedup-analysis"
27925
27926 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
27927 -
27928   type: "plot"
27929   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27930   algorithm: "plot_throughput_speedup_analysis"
27931   output-file-type: ".html"
27932   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27933   data: "plot-throughput-speedup-analysis-3n-hsw"
27934   filter: "'NIC_Intel-XL710' and
27935            '64B' and
27936            'NDRPDR' and
27937            ('ETH' or 'DOT1Q') and
27938            'BASE' and
27939            ('L2BDMACLRN' or 'L2XCFWD') and
27940            'VHOST_1024' and
27941            not 'VXLAN' and
27942            not 'IP4FWD' and
27943            not '2VM'"
27944   parameters:
27945   - "throughput"
27946   - "parent"
27947   - "tags"
27948 #  sort:
27949 #  - "not CFS_OPT"
27950 #  - "L2XCFWD"
27951 #  - "not CFS_OPT"
27952 #  - "CFS_OPT"
27953   layout:
27954     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
27955     layout: "plot-throughput-speedup-analysis"
27956
27957 -
27958   type: "plot"
27959   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27960   algorithm: "plot_throughput_speedup_analysis"
27961   output-file-type: ".html"
27962   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27963   data: "plot-throughput-speedup-analysis-3n-hsw"
27964   filter: "'NIC_Intel-XL710' and
27965            '64B' and
27966            'NDRPDR' and
27967            ('ETH' or 'DOT1Q') and
27968            'BASE' and
27969            ('L2BDMACLRN' or 'L2XCFWD') and
27970            'VHOST_1024' and
27971            not 'VXLAN' and
27972            not 'IP4FWD' and
27973            not '2VM'"
27974   parameters:
27975   - "throughput"
27976   - "parent"
27977   - "tags"
27978 #  sort:
27979 #  - "not CFS_OPT"
27980 #  - "L2XCFWD"
27981 #  - "not CFS_OPT"
27982 #  - "CFS_OPT"
27983   layout:
27984     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
27985     layout: "plot-throughput-speedup-analysis"
27986
27987 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
27988 -
27989   type: "plot"
27990   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
27991   algorithm: "plot_throughput_speedup_analysis"
27992   output-file-type: ".html"
27993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
27994   data: "plot-throughput-speedup-analysis-3n-hsw"
27995   filter: "'NIC_Intel-XL710' and
27996            '64B' and
27997            'NDRPDR' and
27998            ('ETH' or 'DOT1Q') and
27999            ('L2BDMACLRN' or 'L2XCFWD') and
28000            'VHOST_1024' and
28001            not 'CFS_OPT' and
28002            not 'VXLAN' and
28003            not 'IP4FWD'"
28004   parameters:
28005   - "throughput"
28006   - "parent"
28007   - "tags"
28008 #  sort:
28009 #  - "1VM"
28010 #  - "L2XCFWD"
28011 #  - "1VM"
28012 #  - "L2BDMACLRN"
28013   layout:
28014     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
28015     layout: "plot-throughput-speedup-analysis"
28016
28017 -
28018   type: "plot"
28019   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28020   algorithm: "plot_throughput_speedup_analysis"
28021   output-file-type: ".html"
28022   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
28023   data: "plot-throughput-speedup-analysis-3n-hsw"
28024   filter: "'NIC_Intel-XL710' and
28025            '64B' and
28026            'NDRPDR' and
28027            ('ETH' or 'DOT1Q') and
28028            ('L2BDMACLRN' or 'L2XCFWD') and
28029            'VHOST_1024' and
28030            not 'CFS_OPT' and
28031            not 'VXLAN' and
28032            not 'IP4FWD'"
28033   parameters:
28034   - "throughput"
28035   - "parent"
28036   - "tags"
28037 #  sort:
28038 #  - "1VM"
28039 #  - "L2XCFWD"
28040 #  - "1VM"
28041 #  - "L2BDMACLRN"
28042   layout:
28043     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
28044     layout: "plot-throughput-speedup-analysis"
28045
28046 # Packet Speedup - VPP vhost ip4 3n-skx-x710
28047 -
28048   type: "plot"
28049   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28050   algorithm: "plot_throughput_speedup_analysis"
28051   output-file-type: ".html"
28052   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28053   data: "plot-throughput-speedup-analysis-3n-skx"
28054   filter: "'NIC_Intel-X710' and
28055            '64B' and
28056            'NDRPDR' and
28057            'ETH' and
28058            'IP4FWD' and
28059            'VHOST_1024' and
28060            not 'VXLAN' and
28061            not 'DOT1Q'"
28062   parameters:
28063   - "throughput"
28064   - "parent"
28065   - "tags"
28066   sort:
28067   - "not CFS_OPT"
28068   - "1VM"
28069   - "2VM"
28070   layout:
28071     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
28072     layout: "plot-throughput-speedup-analysis"
28073
28074 -
28075   type: "plot"
28076   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28077   algorithm: "plot_throughput_speedup_analysis"
28078   output-file-type: ".html"
28079   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28080   data: "plot-throughput-speedup-analysis-3n-skx"
28081   filter: "'NIC_Intel-X710' and
28082            '64B' and
28083            'NDRPDR' and
28084            'ETH' and
28085            'IP4FWD' and
28086            'VHOST_1024' and
28087            not 'VXLAN' and
28088            not 'DOT1Q'"
28089   parameters:
28090   - "throughput"
28091   - "parent"
28092   - "tags"
28093   sort:
28094   - "not CFS_OPT"
28095   - "1VM"
28096   - "2VM"
28097   layout:
28098     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
28099     layout: "plot-throughput-speedup-analysis"
28100
28101 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
28102 -
28103   type: "plot"
28104   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28105   algorithm: "plot_throughput_speedup_analysis"
28106   output-file-type: ".html"
28107   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28108   data: "plot-throughput-speedup-analysis-3n-skx"
28109   filter: "'NIC_Intel-X710' and
28110            '64B' and
28111            'NDRPDR' and
28112            ('ETH' or 'DOT1Q') and
28113            'L2BDMACLRN' and
28114            'VHOST_1024' and
28115            not 'VXLAN' and
28116            not 'IP4FWD' and
28117            not '2VM'"
28118   parameters:
28119   - "throughput"
28120   - "parent"
28121   - "tags"
28122 #  sort:
28123 #  - "VM"  # "not CFS_OPT"
28124 #  - "CFS_OPT"
28125 #  - "FIB_10K"
28126 #  - "FIB_100K"
28127 #  - "FIB_1M"
28128   layout:
28129     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28130     layout: "plot-throughput-speedup-analysis"
28131
28132 -
28133   type: "plot"
28134   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28135   algorithm: "plot_throughput_speedup_analysis"
28136   output-file-type: ".html"
28137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28138   data: "plot-throughput-speedup-analysis-3n-skx"
28139   filter: "'NIC_Intel-X710' and
28140            '64B' and
28141            'NDRPDR' and
28142            ('ETH' or 'DOT1Q') and
28143            'L2BDMACLRN' and
28144            'VHOST_1024' and
28145            not 'VXLAN' and
28146            not 'IP4FWD' and
28147            not '2VM'"
28148   parameters:
28149   - "throughput"
28150   - "parent"
28151   - "tags"
28152 #  sort:
28153 #  - "VM"  # "not CFS_OPT"
28154 #  - "CFS_OPT"
28155 #  - "FIB_10K"
28156 #  - "FIB_100K"
28157 #  - "FIB_1M"
28158   layout:
28159     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28160     layout: "plot-throughput-speedup-analysis"
28161
28162 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
28163 -
28164   type: "plot"
28165   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28166   algorithm: "plot_throughput_speedup_analysis"
28167   output-file-type: ".html"
28168   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
28169   data: "plot-throughput-speedup-analysis-3n-skx"
28170   filter: "'NIC_Intel-X710' and
28171            '64B' and
28172            'NDRPDR' and
28173            ('ETH' or 'DOT1Q') and
28174            'BASE' and
28175            ('L2BDMACLRN' or 'L2XCFWD') and
28176            'VHOST_1024' and
28177            not 'VXLAN' and
28178            not 'IP4FWD' and
28179            not '2VM' and
28180            not 'LBOND'"
28181   parameters:
28182   - "throughput"
28183   - "parent"
28184   - "tags"
28185 #  sort:
28186 #  - "not CFS_OPT"
28187 #  - "L2XCFWD"
28188 #  - "not CFS_OPT"
28189 #  - "CFS_OPT"
28190   layout:
28191     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
28192     layout: "plot-throughput-speedup-analysis"
28193
28194 -
28195   type: "plot"
28196   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28197   algorithm: "plot_throughput_speedup_analysis"
28198   output-file-type: ".html"
28199   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
28200   data: "plot-throughput-speedup-analysis-3n-skx"
28201   filter: "'NIC_Intel-X710' and
28202            '64B' and
28203            'NDRPDR' and
28204            ('ETH' or 'DOT1Q') and
28205            'BASE' and
28206            ('L2BDMACLRN' or 'L2XCFWD') and
28207            'VHOST_1024' and
28208            not 'VXLAN' and
28209            not 'IP4FWD' and
28210            not '2VM' and
28211            not 'LBOND'"
28212   parameters:
28213   - "throughput"
28214   - "parent"
28215   - "tags"
28216 #  sort:
28217 #  - "not CFS_OPT"
28218 #  - "L2XCFWD"
28219 #  - "not CFS_OPT"
28220 #  - "CFS_OPT"
28221   layout:
28222     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
28223     layout: "plot-throughput-speedup-analysis"
28224
28225 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
28226 -
28227   type: "plot"
28228   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28229   algorithm: "plot_throughput_speedup_analysis"
28230   output-file-type: ".html"
28231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
28232   data: "plot-throughput-speedup-analysis-3n-skx"
28233   filter: "'NIC_Intel-X710' and
28234            '64B' and
28235            'NDRPDR' and
28236            ('ETH' or 'DOT1Q') and
28237            ('L2BDMACLRN' or 'L2XCFWD') and
28238            'VHOST_1024' and
28239            not 'CFS_OPT' and
28240            not 'VXLAN' and
28241            not 'IP4FWD' and
28242            not 'LBOND'"
28243   parameters:
28244   - "throughput"
28245   - "parent"
28246   - "tags"
28247 #  sort:
28248 #  - "1VM"
28249 #  - "L2XCFWD"
28250 #  - "1VM"
28251 #  - "L2BDMACLRN"
28252   layout:
28253     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
28254     layout: "plot-throughput-speedup-analysis"
28255
28256 -
28257   type: "plot"
28258   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28259   algorithm: "plot_throughput_speedup_analysis"
28260   output-file-type: ".html"
28261   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
28262   data: "plot-throughput-speedup-analysis-3n-skx"
28263   filter: "'NIC_Intel-X710' and
28264            '64B' and
28265            'NDRPDR' and
28266            ('ETH' or 'DOT1Q') and
28267            ('L2BDMACLRN' or 'L2XCFWD') and
28268            'VHOST_1024' and
28269            not 'CFS_OPT' and
28270            not 'VXLAN' and
28271            not 'IP4FWD' and
28272            not 'LBOND'"
28273   parameters:
28274   - "throughput"
28275   - "parent"
28276   - "tags"
28277 #  sort:
28278 #  - "1VM"
28279 #  - "L2XCFWD"
28280 #  - "1VM"
28281 #  - "L2BDMACLRN"
28282   layout:
28283     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
28284     layout: "plot-throughput-speedup-analysis"
28285
28286 # Packet Speedup - VPP vhost ip4 2n-skx-x710
28287 -
28288   type: "plot"
28289   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28290   algorithm: "plot_throughput_speedup_analysis"
28291   output-file-type: ".html"
28292   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28293   data: "plot-throughput-speedup-analysis-2n-skx"
28294   filter: "'NIC_Intel-X710' and
28295            '64B' and
28296            'NDRPDR' and
28297            'ETH' and
28298            'IP4FWD' and
28299            'VHOST_1024' and
28300            not 'VXLAN' and
28301            not 'DOT1Q'"
28302   parameters:
28303   - "throughput"
28304   - "parent"
28305   - "tags"
28306   sort:
28307   - "not CFS_OPT"
28308   - "1VM"
28309   - "2VM"
28310   layout:
28311     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
28312     layout: "plot-throughput-speedup-analysis"
28313
28314 -
28315   type: "plot"
28316   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28317   algorithm: "plot_throughput_speedup_analysis"
28318   output-file-type: ".html"
28319   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28320   data: "plot-throughput-speedup-analysis-2n-skx"
28321   filter: "'NIC_Intel-X710' and
28322            '64B' and
28323            'NDRPDR' and
28324            'ETH' and
28325            'IP4FWD' and
28326            'VHOST_1024' and
28327            not 'VXLAN' and
28328            not 'DOT1Q'"
28329   parameters:
28330   - "throughput"
28331   - "parent"
28332   - "tags"
28333   sort:
28334   - "not CFS_OPT"
28335   - "1VM"
28336   - "2VM"
28337   layout:
28338     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
28339     layout: "plot-throughput-speedup-analysis"
28340
28341 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
28342 -
28343   type: "plot"
28344   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28345   algorithm: "plot_throughput_speedup_analysis"
28346   output-file-type: ".html"
28347   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28348   data: "plot-throughput-speedup-analysis-2n-skx"
28349   filter: "'NIC_Intel-X710' and
28350            '64B' and
28351            'NDRPDR' and
28352            ('ETH' or 'DOT1Q') and
28353            'L2BDMACLRN' and
28354            'VHOST_1024' and
28355            not 'VXLAN' and
28356            not 'IP4FWD' and
28357            not '2VM'"
28358   parameters:
28359   - "throughput"
28360   - "parent"
28361   - "tags"
28362 #  sort:
28363 #  - "VM"  # "not CFS_OPT"
28364 #  - "CFS_OPT"
28365 #  - "FIB_10K"
28366 #  - "FIB_100K"
28367 #  - "FIB_1M"
28368   layout:
28369     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28370     layout: "plot-throughput-speedup-analysis"
28371
28372 -
28373   type: "plot"
28374   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28375   algorithm: "plot_throughput_speedup_analysis"
28376   output-file-type: ".html"
28377   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28378   data: "plot-throughput-speedup-analysis-2n-skx"
28379   filter: "'NIC_Intel-X710' and
28380            '64B' and
28381            'NDRPDR' and
28382            ('ETH' or 'DOT1Q') and
28383            'L2BDMACLRN' and
28384            'VHOST_1024' and
28385            not 'VXLAN' and
28386            not 'IP4FWD' and
28387            not '2VM'"
28388   parameters:
28389   - "throughput"
28390   - "parent"
28391   - "tags"
28392 #  sort:
28393 #  - "VM"  # "not CFS_OPT"
28394 #  - "CFS_OPT"
28395 #  - "FIB_10K"
28396 #  - "FIB_100K"
28397 #  - "FIB_1M"
28398   layout:
28399     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28400     layout: "plot-throughput-speedup-analysis"
28401
28402 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
28403 -
28404   type: "plot"
28405   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28406   algorithm: "plot_throughput_speedup_analysis"
28407   output-file-type: ".html"
28408   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
28409   data: "plot-throughput-speedup-analysis-2n-skx"
28410   filter: "'NIC_Intel-X710' and
28411            '64B' and
28412            'NDRPDR' and
28413            ('ETH' or 'DOT1Q') and
28414            'BASE' and
28415            ('L2BDMACLRN' or 'L2XCFWD') and
28416            'VHOST_1024' and
28417            not 'VXLAN' and
28418            not 'IP4FWD' and
28419            not '2VM'"
28420   parameters:
28421   - "throughput"
28422   - "parent"
28423   - "tags"
28424 #  sort:
28425 #  - "not CFS_OPT"
28426 #  - "L2XCFWD"
28427 #  - "not CFS_OPT"
28428 #  - "CFS_OPT"
28429   layout:
28430     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
28431     layout: "plot-throughput-speedup-analysis"
28432
28433 -
28434   type: "plot"
28435   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28436   algorithm: "plot_throughput_speedup_analysis"
28437   output-file-type: ".html"
28438   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
28439   data: "plot-throughput-speedup-analysis-2n-skx"
28440   filter: "'NIC_Intel-X710' and
28441            '64B' and
28442            'NDRPDR' and
28443            ('ETH' or 'DOT1Q') and
28444            'BASE' and
28445            ('L2BDMACLRN' or 'L2XCFWD') and
28446            'VHOST_1024' and
28447            not 'VXLAN' and
28448            not 'IP4FWD' and
28449            not '2VM'"
28450   parameters:
28451   - "throughput"
28452   - "parent"
28453   - "tags"
28454 #  sort:
28455 #  - "not CFS_OPT"
28456 #  - "L2XCFWD"
28457 #  - "not CFS_OPT"
28458 #  - "CFS_OPT"
28459   layout:
28460     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
28461     layout: "plot-throughput-speedup-analysis"
28462
28463 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
28464 -
28465   type: "plot"
28466   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28467   algorithm: "plot_throughput_speedup_analysis"
28468   output-file-type: ".html"
28469   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
28470   data: "plot-throughput-speedup-analysis-2n-skx"
28471   filter: "'NIC_Intel-X710' and
28472            '64B' and
28473            'NDRPDR' and
28474            ('ETH' or 'DOT1Q') and
28475            ('L2BDMACLRN' or 'L2XCFWD') and
28476            'VHOST_1024' and
28477            not 'CFS_OPT' and
28478            not 'VXLAN' and
28479            not 'IP4FWD'"
28480   parameters:
28481   - "throughput"
28482   - "parent"
28483   - "tags"
28484 #  sort:
28485 #  - "1VM"
28486 #  - "L2XCFWD"
28487 #  - "1VM"
28488 #  - "L2BDMACLRN"
28489   layout:
28490     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
28491     layout: "plot-throughput-speedup-analysis"
28492
28493 -
28494   type: "plot"
28495   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28496   algorithm: "plot_throughput_speedup_analysis"
28497   output-file-type: ".html"
28498   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
28499   data: "plot-throughput-speedup-analysis-2n-skx"
28500   filter: "'NIC_Intel-X710' and
28501            '64B' and
28502            'NDRPDR' and
28503            ('ETH' or 'DOT1Q') and
28504            ('L2BDMACLRN' or 'L2XCFWD') and
28505            'VHOST_1024' and
28506            not 'CFS_OPT' and
28507            not 'VXLAN' and
28508            not 'IP4FWD'"
28509   parameters:
28510   - "throughput"
28511   - "parent"
28512   - "tags"
28513 #  sort:
28514 #  - "1VM"
28515 #  - "L2XCFWD"
28516 #  - "1VM"
28517 #  - "L2BDMACLRN"
28518   layout:
28519     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
28520     layout: "plot-throughput-speedup-analysis"
28521
28522 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
28523 -
28524   type: "plot"
28525   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28526   algorithm: "plot_throughput_speedup_analysis"
28527   output-file-type: ".html"
28528   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28529   data: "plot-throughput-speedup-analysis-2n-skx"
28530   filter: "'NIC_Intel-XXV710' and
28531            '64B' and
28532            'NDRPDR' and
28533            'ETH' and
28534            'IP4FWD' and
28535            'VHOST_1024' and
28536            not 'VXLAN' and
28537            not 'DOT1Q'"
28538   parameters:
28539   - "throughput"
28540   - "parent"
28541   - "tags"
28542   sort:
28543   - "not CFS_OPT"
28544   - "1VM"
28545   - "2VM"
28546   layout:
28547     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
28548     layout: "plot-throughput-speedup-analysis"
28549
28550 -
28551   type: "plot"
28552   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28553   algorithm: "plot_throughput_speedup_analysis"
28554   output-file-type: ".html"
28555   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28556   data: "plot-throughput-speedup-analysis-2n-skx"
28557   filter: "'NIC_Intel-XXV710' and
28558            '64B' and
28559            'NDRPDR' and
28560            'ETH' and
28561            'IP4FWD' and
28562            'VHOST_1024' and
28563            not 'VXLAN' and
28564            not 'DOT1Q'"
28565   parameters:
28566   - "throughput"
28567   - "parent"
28568   - "tags"
28569   sort:
28570   - "not CFS_OPT"
28571   - "1VM"
28572   - "2VM"
28573   layout:
28574     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
28575     layout: "plot-throughput-speedup-analysis"
28576
28577 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
28578 -
28579   type: "plot"
28580   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28581   algorithm: "plot_throughput_speedup_analysis"
28582   output-file-type: ".html"
28583   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28584   data: "plot-throughput-speedup-analysis-2n-skx"
28585   filter: "'NIC_Intel-XXV710' and
28586            '64B' and
28587            'NDRPDR' and
28588            ('ETH' or 'DOT1Q') and
28589            'L2BDMACLRN' and
28590            'VHOST_1024' and
28591            not 'VXLAN' and
28592            not 'IP4FWD' and
28593            not '2VM'"
28594   parameters:
28595   - "throughput"
28596   - "parent"
28597   - "tags"
28598 #  sort:
28599 #  - "VM"  # "not CFS_OPT"
28600 #  - "CFS_OPT"
28601 #  - "FIB_10K"
28602 #  - "FIB_100K"
28603 #  - "FIB_1M"
28604   layout:
28605     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28606     layout: "plot-throughput-speedup-analysis"
28607
28608 -
28609   type: "plot"
28610   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28611   algorithm: "plot_throughput_speedup_analysis"
28612   output-file-type: ".html"
28613   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28614   data: "plot-throughput-speedup-analysis-2n-skx"
28615   filter: "'NIC_Intel-XXV710' and
28616            '64B' and
28617            'NDRPDR' and
28618            ('ETH' or 'DOT1Q') and
28619            'L2BDMACLRN' and
28620            'VHOST_1024' and
28621            not 'VXLAN' and
28622            not 'IP4FWD' and
28623            not '2VM'"
28624   parameters:
28625   - "throughput"
28626   - "parent"
28627   - "tags"
28628 #  sort:
28629 #  - "VM"  # "not CFS_OPT"
28630 #  - "CFS_OPT"
28631 #  - "FIB_10K"
28632 #  - "FIB_100K"
28633 #  - "FIB_1M"
28634   layout:
28635     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28636     layout: "plot-throughput-speedup-analysis"
28637
28638 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
28639 -
28640   type: "plot"
28641   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28642   algorithm: "plot_throughput_speedup_analysis"
28643   output-file-type: ".html"
28644   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
28645   data: "plot-throughput-speedup-analysis-2n-skx"
28646   filter: "'NIC_Intel-XXV710' and
28647            '64B' and
28648            'NDRPDR' and
28649            ('ETH' or 'DOT1Q') and
28650            'BASE' and
28651            ('L2BDMACLRN' or 'L2XCFWD') and
28652            'VHOST_1024' and
28653            not 'VXLAN' and
28654            not 'IP4FWD' and
28655            not '2VM'"
28656   parameters:
28657   - "throughput"
28658   - "parent"
28659   - "tags"
28660 #  sort:
28661 #  - "not CFS_OPT"
28662 #  - "L2XCFWD"
28663 #  - "not CFS_OPT"
28664 #  - "CFS_OPT"
28665   layout:
28666     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
28667     layout: "plot-throughput-speedup-analysis"
28668
28669 -
28670   type: "plot"
28671   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28672   algorithm: "plot_throughput_speedup_analysis"
28673   output-file-type: ".html"
28674   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
28675   data: "plot-throughput-speedup-analysis-2n-skx"
28676   filter: "'NIC_Intel-XXV710' and
28677            '64B' and
28678            'NDRPDR' and
28679            ('ETH' or 'DOT1Q') and
28680            'BASE' and
28681            ('L2BDMACLRN' or 'L2XCFWD') and
28682            'VHOST_1024' and
28683            not 'VXLAN' and
28684            not 'IP4FWD' and
28685            not '2VM'"
28686   parameters:
28687   - "throughput"
28688   - "parent"
28689   - "tags"
28690 #  sort:
28691 #  - "not CFS_OPT"
28692 #  - "L2XCFWD"
28693 #  - "not CFS_OPT"
28694 #  - "CFS_OPT"
28695   layout:
28696     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
28697     layout: "plot-throughput-speedup-analysis"
28698
28699 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
28700 -
28701   type: "plot"
28702   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28703   algorithm: "plot_throughput_speedup_analysis"
28704   output-file-type: ".html"
28705   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
28706   data: "plot-throughput-speedup-analysis-2n-skx"
28707   filter: "'NIC_Intel-XXV710' and
28708            '64B' and
28709            'NDRPDR' and
28710            ('ETH' or 'DOT1Q') and
28711            ('L2BDMACLRN' or 'L2XCFWD') and
28712            'VHOST_1024' and
28713            not 'CFS_OPT' and
28714            not 'VXLAN' and
28715            not 'IP4FWD'"
28716   parameters:
28717   - "throughput"
28718   - "parent"
28719   - "tags"
28720 #  sort:
28721 #  - "1VM"
28722 #  - "L2XCFWD"
28723 #  - "1VM"
28724 #  - "L2BDMACLRN"
28725   layout:
28726     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28727     layout: "plot-throughput-speedup-analysis"
28728
28729 -
28730   type: "plot"
28731   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28732   algorithm: "plot_throughput_speedup_analysis"
28733   output-file-type: ".html"
28734   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28735   data: "plot-throughput-speedup-analysis-2n-skx"
28736   filter: "'NIC_Intel-XXV710' and
28737            '64B' and
28738            'NDRPDR' and
28739            ('ETH' or 'DOT1Q') and
28740            ('L2BDMACLRN' or 'L2XCFWD') and
28741            'VHOST_1024' and
28742            not 'CFS_OPT' and
28743            not 'VXLAN' and
28744            not 'IP4FWD'"
28745   parameters:
28746   - "throughput"
28747   - "parent"
28748   - "tags"
28749 #  sort:
28750 #  - "1VM"
28751 #  - "L2XCFWD"
28752 #  - "1VM"
28753 #  - "L2BDMACLRN"
28754   layout:
28755     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28756     layout: "plot-throughput-speedup-analysis"
28757
28758 ################################################################################
28759
28760 # Speedup - VPP vts 3n-hsw-x520
28761 -
28762   type: "plot"
28763   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28764   algorithm: "plot_throughput_speedup_analysis"
28765   output-file-type: ".html"
28766   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28767   data: "plot-throughput-speedup-analysis-3n-hsw"
28768   filter: "'NIC_Intel-X520-DA2' and
28769            '114B' and
28770            'NDRPDR' and
28771            'VTS'"
28772   parameters:
28773   - "throughput"
28774   - "parent"
28775   - "tags"
28776   layout:
28777     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28778     layout: "plot-throughput-speedup-analysis"
28779
28780 -
28781   type: "plot"
28782   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28783   algorithm: "plot_throughput_speedup_analysis"
28784   output-file-type: ".html"
28785   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28786   data: "plot-throughput-speedup-analysis-3n-hsw"
28787   filter: "'NIC_Intel-X520-DA2' and
28788            '114B' and
28789            'NDRPDR' and
28790            'VTS'"
28791   parameters:
28792   - "throughput"
28793   - "parent"
28794   - "tags"
28795   layout:
28796     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28797     layout: "plot-throughput-speedup-analysis"