Report: Add data
[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       # TODO: Replace with new data
132       intel-dnv-vpp-release-1810:
133       - 1
134
135     # VPP Performance
136     vpp-performance-changes-3n-hsw:
137       csit-vpp-perf-verify-1807-3n-hsw:
138       - 11  # NDRPDR full 1
139       - 22  # NDRPDR full 2
140       - 45  # NDRPDR full 3
141       - 46  # NDRPDR full 4
142       - 15  # NDRPDR sel
143       - 16  # NDRPDR sel
144       - 19  # NDRPDR sel
145       - 18  # NDRPDR sel
146       - 20  # NDRPDR sel
147       - 38  # NDRPDR sel
148       - 40  # NDRPDR sel
149       - 44  # NDRPDR sel
150       - 47  # NDRPDR sel
151       csit-vpp-perf-verify-1810-3n-hsw:
152       - 8   # NDRPDR sel
153       - 12  # NDRPDR sel
154       - 14  # NDRPDR sel
155       - 18  # NDRPDR sel
156       - 23  # NDRPDR sel
157       - 25  # NDRPDR sel
158       - 38  # NDRPDR sel
159       - 39  # NDRPDR sel
160       - 41  # NDRPDR sel
161       - 42  # NDRPDR sel
162       # TODO Add new data
163       csit-vpp-perf-verify-1901-3n-hsw:
164       - 10  # NDRPDR sel
165       - 18  # NDRPDR sel F
166       - 19  # NDRPDR sel
167       - 31  # NDRPDR sel
168       - 36  # NDRPDR sel
169       - 40  # NDRPDR sel
170
171     vpp-nic-comparison-3n-hsw:
172       # TODO: Add new data
173       csit-vpp-perf-verify-1901-3n-hsw:
174       - 10  # NDRPDR sel
175       - 18  # NDRPDR sel F
176       - 19  # NDRPDR sel
177       - 31  # NDRPDR sel
178       - 36  # NDRPDR sel
179       - 40  # NDRPDR sel
180
181     vpp-performance-changes-3n-skx:
182       csit-vpp-perf-verify-1807-3n-skx:
183       - 33  # NDRPDR sel
184       - 35  # NDRPDR sel
185       - 37  # NDRPDR sel
186       - 38  # NDRPDR sel
187       - 39  # NDRPDR sel
188       - 43  # NDRPDR sel
189       - 44  # NDRPDR sel
190       - 49  # NDRPDR sel
191       - 50  # NDRPDR sel
192       - 56  # NDRPDR sel
193       csit-vpp-perf-verify-1810-3n-skx:
194       - 10  # NDRPDR sel
195       - 14  # NDRPDR sel
196       - 15  # NDRPDR sel
197       - 16  # NDRPDR sel
198       - 17  # NDRPDR sel
199       - 19  # NDRPDR sel
200       - 20  # NDRPDR sel
201       - 21  # NDRPDR sel
202       - 22  # NDRPDR sel
203       - 25  # NDRPDR sel
204       # TODO Add new data:
205       csit-vpp-perf-verify-1901-3n-skx:
206       - 18  # NDRPDR sel
207       - 19  # NDRPDR sel
208       - 20  # NDRPDR sel
209       - 28  # NDRPDR sel
210       - 31  # NDRPDR sel
211       - 33  # NDRPDR sel
212       - 36  # NDRPDR sel
213       - 38  # NDRPDR sel
214       - 47  # NDRPDR sel
215
216     vpp-nic-comparison-3n-skx:
217       # TODO: Add new data
218       csit-vpp-perf-verify-1901-3n-skx:
219       - 18  # NDRPDR sel
220       - 19  # NDRPDR sel
221       - 20  # NDRPDR sel
222       - 28  # NDRPDR sel
223       - 31  # NDRPDR sel
224       - 33  # NDRPDR sel
225       - 36  # NDRPDR sel
226       - 38  # NDRPDR sel
227       - 47  # NDRPDR sel
228
229     vpp-performance-changes-2n-skx:
230       csit-vpp-perf-verify-1807-2n-skx:
231       - 26  # NDRPDR sel
232       - 28  # NDRPDR sel
233       - 29  # NDRPDR sel
234       - 30  # NDRPDR sel
235       - 34  # NDRPDR sel
236       - 35  # NDRPDR sel
237       - 36  # NDRPDR sel
238       - 39  # NDRPDR sel
239       - 40  # NDRPDR sel
240       - 42  # NDRPDR sel
241       csit-vpp-perf-verify-1810-2n-skx:
242       - 9   # NDRPDR sel
243       - 13  # NDRPDR sel
244       - 14  # NDRPDR sel
245       - 19  # NDRPDR sel
246       - 20  # NDRPDR sel
247       - 21  # NDRPDR sel
248       - 22  # NDRPDR sel
249       - 23  # NDRPDR sel
250       - 24  # NDRPDR sel
251       - 27  # NDRPDR sel
252       # TODO Add new data:
253       csit-vpp-perf-verify-1901-2n-skx:
254       - 5   # NDRPDR sel
255       - 12  # NDRPDR sel
256       - 13  # NDRPDR sel
257       - 21  # NDRPDR sel
258       - 23  # NDRPDR sel
259       - 31  # NDRPDR sel
260       - 34  # NDRPDR sel
261       - 40  # NDRPDR sel
262
263     vpp-nic-comparison-2n-skx:
264       # TODO: Add new data
265       csit-vpp-perf-verify-1901-2n-skx:
266       - 5   # NDRPDR sel
267       - 12  # NDRPDR sel
268       - 13  # NDRPDR sel
269       - 21  # NDRPDR sel
270       - 23  # NDRPDR sel
271       - 31  # NDRPDR sel
272       - 34  # NDRPDR sel
273       - 40  # NDRPDR sel
274
275     vpp-compare-testbeds:
276       # TODO: Add new data
277       csit-vpp-perf-verify-1901-3n-hsw:
278       - 10  # NDRPDR sel
279       - 18  # NDRPDR sel F
280       - 19  # NDRPDR sel
281       - 31  # NDRPDR sel
282       - 36  # NDRPDR sel
283       - 40  # NDRPDR sel
284       # TODO: Add new data
285       csit-vpp-perf-verify-1901-3n-skx:
286       - 18  # NDRPDR sel
287       - 19  # NDRPDR sel
288       - 20  # NDRPDR sel
289       - 28  # NDRPDR sel
290       - 31  # NDRPDR sel
291       - 33  # NDRPDR sel
292       - 36  # NDRPDR sel
293       - 38  # NDRPDR sel
294       - 47  # NDRPDR sel
295
296     vpp-compare-testbeds-mrr:
297       # TODO: Add new data
298       csit-vpp-perf-verify-1901-3n-hsw:
299       - 35  # MRR sel
300       # TODO: Add new data
301       csit-vpp-perf-verify-1901-3n-skx:
302       - 32  # MRR sel
303
304     vpp-compare-topologies:
305       # TODO: Add new data
306       csit-vpp-perf-verify-1901-3n-skx:
307       - 18  # NDRPDR sel
308       - 19  # NDRPDR sel
309       - 20  # NDRPDR sel
310       - 28  # NDRPDR sel
311       - 31  # NDRPDR sel
312       - 33  # NDRPDR sel
313       - 36  # NDRPDR sel
314       - 38  # NDRPDR sel
315       - 47  # NDRPDR sel
316       # TODO: Add new data
317       csit-vpp-perf-verify-1901-2n-skx:
318       - 5   # NDRPDR sel
319       - 12  # NDRPDR sel
320       - 13  # NDRPDR sel
321       - 21  # NDRPDR sel
322       - 23  # NDRPDR sel
323       - 31  # NDRPDR sel
324       - 34  # NDRPDR sel
325       - 40  # NDRPDR sel
326
327     vpp-compare-topologies-mrr:
328       # TODO: Add new data
329       csit-vpp-perf-verify-1901-3n-skx:
330       - 32  # MRR sel
331       # TODO: Add new data
332       csit-vpp-perf-verify-1901-2n-skx:
333       - 22  # MRR sel
334
335     vpp-performance-changes-3n-hsw-mrr:
336       csit-vpp-perf-verify-1807-3n-hsw:
337       - 8   # MRR full
338       - 9   # MRR sel
339       - 21  # MRR sel
340       - 31  # MRR sel
341       - 33  # MRR sel
342       - 36  # MRR sel
343       - 41  # MRR sel
344       - 42  # MRR sel
345       - 48  # MRR sel
346       csit-vpp-perf-verify-1810-3n-hsw:
347       - 9   # MRR sel
348       # TODO: Add new data
349       csit-vpp-perf-verify-1901-3n-hsw:
350       - 35  # MRR sel
351
352     vpp-nic-comparison-3n-hsw-mrr:
353       # TODO: Add new data
354       csit-vpp-perf-verify-1901-3n-hsw:
355       - 35  # MRR sel
356
357     vpp-performance-changes-3n-skx-mrr:
358       csit-vpp-perf-verify-1807-3n-skx:
359       - 28  # MRR sel
360       - 32  # MRR sel
361       - 36  # MRR sel
362       - 42  # MRR sel
363       - 47  # MRR sel
364       - 48  # MRR sel
365       - 51  # MRR sel
366       - 52  # MRR sel
367       - 53  # MRR sel
368       - 54  # MRR sel
369       csit-vpp-perf-verify-1810-3n-skx:
370       - 9   # MRR sel
371       - 11  # MRR sel
372       - 12  # MRR sel
373       - 13  # MRR sel
374       # TODO: Add new data
375       csit-vpp-perf-verify-1901-3n-skx:
376       - 32  # MRR sel
377
378     vpp-nic-comparison-3n-skx-mrr:
379       # TODO: Replace with new data
380       csit-vpp-perf-verify-1901-3n-skx:
381       - 32  # MRR sel
382
383     vpp-performance-changes-2n-skx-mrr:
384       csit-vpp-perf-verify-1807-2n-skx:
385       - 31  # MRR sel
386       - 33  # MRR sel
387       - 37  # MRR sel
388       - 38  # MRR sel
389       - 41  # MRR sel
390       - 43  # MRR sel
391       - 44  # MRR sel
392       - 45  # MRR sel
393       - 46  # MRR sel
394       - 47  # MRR sel
395       csit-vpp-perf-verify-1810-2n-skx:
396       - 8   # MRR sel
397       - 10  # MRR sel
398       - 11  # MRR sel
399       - 12  # MRR sel
400       # TODO: Add new data
401       csit-vpp-perf-verify-1901-2n-skx:
402       - 22  # MRR sel
403
404     vpp-nic-comparison-2n-skx-mrr:
405       # TODO: Add new data
406       csit-vpp-perf-verify-1901-2n-skx:
407       - 22  # MRR sel
408
409     vpp-perf-results-3n-hsw:
410       # TODO: Add FULL data
411       csit-vpp-perf-verify-1901-3n-hsw:
412       - 38  # NDRPDR full
413
414     vpp-perf-results-3n-skx:
415       # TODO: Add FULL data
416       csit-vpp-perf-verify-1901-3n-skx:
417       - 37  # NDRPDR full
418       - 39  # NDRPDR full
419       - 40  # NDRPDR full
420
421     vpp-perf-results-2n-skx:
422       # TODO: Add FULL data
423       csit-vpp-perf-verify-1901-2n-skx:
424       - 25  # NDRPDR full
425       - 30  # NDRPDR full
426       - 33  # NDRPDR full
427
428     vpp-mrr-results-3n-hsw:
429       # TODO: Replace with FULL data
430       csit-vpp-perf-verify-1901-3n-hsw:
431       - 35  # MRR sel
432
433     vpp-mrr-results-3n-skx:
434       # TODO: Replace with FULL data
435       csit-vpp-perf-verify-1901-3n-skx:
436       - 32  # MRR sel
437
438     vpp-mrr-results-2n-skx:
439       # TODO: Replace with FULL data
440       csit-vpp-perf-verify-1901-2n-skx:
441       - 22  # MRR sel
442
443     plot-throughput-speedup-analysis-3n-hsw:
444       # TODO: Add new data
445       csit-vpp-perf-verify-1901-3n-hsw:
446       - 10  # NDRPDR sel
447       - 18  # NDRPDR sel F
448       - 19  # NDRPDR sel
449       - 31  # NDRPDR sel
450       - 36  # NDRPDR sel
451       - 40  # NDRPDR sel
452
453     plot-throughput-speedup-analysis-3n-skx:
454       # TODO: Add new data
455       csit-vpp-perf-verify-1901-3n-skx:
456       - 18  # NDRPDR sel
457       - 19  # NDRPDR sel
458       - 20  # NDRPDR sel
459       - 28  # NDRPDR sel
460       - 31  # NDRPDR sel
461       - 33  # NDRPDR sel
462       - 36  # NDRPDR sel
463       - 38  # NDRPDR sel
464       - 47  # NDRPDR sel
465
466     plot-throughput-speedup-analysis-2n-skx:
467       # TODO: Add new data
468       csit-vpp-perf-verify-1901-2n-skx:
469       - 5   # NDRPDR sel
470       - 12  # NDRPDR sel
471       - 13  # NDRPDR sel
472       - 21  # NDRPDR sel
473       - 23  # NDRPDR sel
474       - 31  # NDRPDR sel
475       - 34  # NDRPDR sel
476       - 40  # NDRPDR sel
477
478     plot-vpp-throughput-latency-3n-hsw:
479       # TODO: Add new data
480       csit-vpp-perf-verify-1901-3n-hsw:
481       - 10  # NDRPDR sel
482       - 18  # NDRPDR sel F
483       - 19  # NDRPDR sel
484       - 31  # NDRPDR sel
485       - 36  # NDRPDR sel
486       - 40  # NDRPDR sel
487
488     plot-vpp-soak-2n-skx:
489       # TODO: Replace with new data
490       # csit-vpp-perf-verify-1901-2n-skx:
491       csit-vpp-perf-verify-master-2n-skx:
492       - 248  # SOAK sel
493       - 251  # SOAK sel
494
495     plot-vpp-nfv-2n-skx:
496       # TODO: Add new data
497       csit-vpp-perf-verify-1901-2n-skx:
498       - 28  # NFV NDRPDR
499       - 29  # NFV NDRPDR
500       - 32  # NFV NDRPDR
501
502     plot-vpp-nfv-2n-skx-mrr:
503       # TODO: Add new data
504       csit-vpp-perf-verify-1901-2n-skx:
505       - 24  # NFV MRR
506       - 26  # NFV MRR
507       - 27  # NFV MRR
508       - 35  # NFV MRR
509       - 37  # NFV MRR
510
511     plot-vpp-throughput-latency-3n-skx:
512       # TODO: Add new data
513       csit-vpp-perf-verify-1901-3n-skx:
514       - 18  # NDRPDR sel
515       - 19  # NDRPDR sel
516       - 20  # NDRPDR sel
517       - 28  # NDRPDR sel
518       - 31  # NDRPDR sel
519       - 33  # NDRPDR sel
520       - 36  # NDRPDR sel
521       - 38  # NDRPDR sel
522       - 47  # NDRPDR sel
523
524     plot-vpp-throughput-latency-2n-skx:
525       # TODO: Add new data
526       csit-vpp-perf-verify-1901-2n-skx:
527       - 5   # NDRPDR sel
528       - 12  # NDRPDR sel
529       - 13  # NDRPDR sel
530       - 21  # NDRPDR sel
531       - 23  # NDRPDR sel
532       - 31  # NDRPDR sel
533       - 34  # NDRPDR sel
534       - 40  # NDRPDR sel
535
536     plot-vpp-http-server-performance:
537       # TODO: Replace with new data
538       # csit-vpp-perf-verify-1901-3n-hsw:
539       csit-vpp-perf-verify-1810-3n-hsw:
540       - 28  # WRK
541       - 29  # WRK
542       - 30  # WRK
543       - 31  # WRK
544       - 32  # WRK
545       - 33  # WRK
546       - 34  # WRK
547       - 35  # WRK
548       - 36  # WRK
549       - 37  # WRK
550
551     # VPP Functional
552     vpp-func-results-ubuntu:
553       csit-vpp-functional-1901-ubuntu1604-virl:
554       - 48
555
556     vpp-func-results-centos:
557       csit-vpp-functional-1901-centos7-virl:
558       - 50
559
560     vpp-device-results-ubuntu:
561       csit-vpp-device-1901-ubuntu1804-1n-skx:
562       - 49
563
564     # VPP Ligato
565     ligato-perf-results-3n-hsw:
566       # TODO: Replace with new data
567       # csit-ligato-perf-verify-1901-3n-hsw:
568       csit-ligato-perf-verify-1810-3n-hsw:
569       - 5   # full
570
571     plot-ligato-throughput-speedup-analysis-3n-hsw:
572       # TODO: Replace with new data
573       # csit-ligato-perf-verify-1901-3n-hsw:
574       csit-ligato-perf-verify-1810-3n-hsw:
575       - 5   # full
576       - 6   # sel
577       - 8   # sel
578       - 9   # sel
579       - 11  # sel
580       - 12  # sel
581       - 13  # sel
582       - 14  # sel
583       - 16  # sel
584       - 17  # sel
585       - 18  # sel
586
587     plot-ligato-throughput-latency-3n-hsw:
588       # TODO: Replace with new data
589       # csit-ligato-perf-verify-1901-3n-hsw:
590       csit-ligato-perf-verify-1810-3n-hsw:
591       - 5   # full
592       - 6   # sel
593       - 8   # sel
594       - 9   # sel
595       - 11  # sel
596       - 12  # sel
597       - 13  # sel
598       - 14  # sel
599       - 16  # sel
600       - 17  # sel
601       - 18  # sel
602
603     # DPDK Performance
604     dpdk-performance-changes-3n-hsw:
605       csit-dpdk-perf-verify-1807-3n-hsw:
606       - 11
607       - 12  # full
608       - 14
609       - 15
610       - 16
611       - 17
612       - 20
613       - 21
614       - 22
615       - 23
616       csit-dpdk-perf-verify-1810-3n-hsw:
617       - 1   # NDRPDR sel
618       - 2   # NDRPDR sel
619       - 3   # NDRPDR sel
620       - 4   # NDRPDR sel
621       - 5   # NDRPDR sel
622       - 6   # NDRPDR sel
623       - 7   # NDRPDR sel
624       - 8   # NDRPDR sel
625       - 9   # NDRPDR sel
626       - 10  # NDRPDR sel
627       csit-dpdk-perf-verify-1901-3n-hsw:
628       - 13  # NDRPDR sel
629       - 14  # NDRPDR sel
630
631     dpdk-performance-changes-3n-skx:
632       csit-dpdk-perf-verify-1807-3n-skx:
633       - 1   # NDRPDR sel
634       - 2   # NDRPDR sel
635       - 3   # NDRPDR sel
636       - 6   # NDRPDR sel
637       - 7   # NDRPDR sel
638       - 8   # NDRPDR sel
639       - 9   # NDRPDR sel
640       - 10  # NDRPDR sel
641       - 11  # NDRPDR sel
642       - 12  # NDRPDR sel
643       csit-dpdk-perf-verify-1810-3n-skx:
644       - 3   # NDRPDR sel
645       - 4   # NDRPDR sel
646       - 6   # NDRPDR sel
647       - 7   # NDRPDR sel
648       - 8   # NDRPDR sel
649       - 9   # NDRPDR sel
650       - 10  # NDRPDR sel
651       - 11  # NDRPDR sel
652       - 12  # NDRPDR sel
653       - 13  # NDRPDR sel
654       # TODO: Add new data
655       csit-dpdk-perf-verify-1901-3n-skx:
656       - 3   # NDRPDR sel
657       - 5   # NDRPDR sel
658       - 6   # NDRPDR sel
659       - 7   # NDRPDR sel
660       - 8   # NDRPDR sel
661       - 9   # NDRPDR sel
662
663     dpdk-performance-changes-2n-skx:
664       csit-dpdk-perf-verify-1810-2n-skx:
665       - 3   # NDRPDR sel
666       - 4   # NDRPDR sel
667       - 5   # NDRPDR sel
668       - 7   # NDRPDR sel
669       - 8   # NDRPDR sel
670       - 9   # NDRPDR sel
671       - 10  # NDRPDR sel
672       - 11  # NDRPDR sel
673       - 12  # NDRPDR sel
674       - 13  # NDRPDR sel
675       csit-dpdk-perf-verify-1901-2n-skx:
676       - 12  # NDRPDR sel
677       - 13  # NDRPDR sel
678       - 14  # NDRPDR sel
679       - 15  # NDRPDR sel
680       - 16  # NDRPDR sel
681
682     dpdk-compare-testbeds:
683       # TODO: Replace with new data
684       csit-dpdk-perf-verify-1901-3n-skx:
685       - 3   # NDRPDR sel
686       - 5   # NDRPDR sel
687       - 6   # NDRPDR sel
688       - 7   # NDRPDR sel
689       - 8   # NDRPDR sel
690       - 9   # NDRPDR sel
691       csit-dpdk-perf-verify-1901-3n-hsw:
692       - 13  # NDRPDR sel
693       - 14  # NDRPDR sel
694
695     dpdk-compare-topologies:
696       # TODO: Add new data
697       csit-dpdk-perf-verify-1901-3n-skx:
698       - 3   # NDRPDR sel
699       - 5   # NDRPDR sel
700       - 6   # NDRPDR sel
701       - 7   # NDRPDR sel
702       - 8   # NDRPDR sel
703       - 9   # NDRPDR sel
704       csit-dpdk-perf-verify-1901-2n-skx:
705       - 12  # NDRPDR sel
706       - 13  # NDRPDR sel
707       - 14  # NDRPDR sel
708       - 15  # NDRPDR sel
709       - 16  # NDRPDR sel
710
711     dpdk-perf-results-3n-hsw:
712       csit-dpdk-perf-verify-1901-3n-hsw:
713       - 14  # NDRPDR sel
714
715     dpdk-perf-results-3n-skx:
716       csit-dpdk-perf-verify-1901-3n-skx:
717       - 9   # NDRPDR sel F
718
719     dpdk-perf-results-2n-skx:
720       csit-dpdk-perf-verify-1901-2n-skx:
721       - 16  # NDRPDR sel
722
723     plot-dpdk-throughput-latency-3n-hsw:
724       csit-dpdk-perf-verify-1901-3n-hsw:
725       - 13  # NDRPDR sel
726       - 14  # NDRPDR sel
727
728     plot-dpdk-throughput-latency-3n-skx:
729       # TODO: Add new data
730       csit-dpdk-perf-verify-1901-3n-skx:
731       - 3   # NDRPDR sel
732       - 5   # NDRPDR sel
733       - 6   # NDRPDR sel
734       - 7   # NDRPDR sel
735       - 8   # NDRPDR sel
736       - 9   # NDRPDR sel
737
738     plot-dpdk-throughput-latency-2n-skx:
739       csit-dpdk-perf-verify-1901-2n-skx:
740       - 12  # NDRPDR sel
741       - 13  # NDRPDR sel
742       - 14  # NDRPDR sel
743       - 15  # NDRPDR sel
744       - 16  # NDRPDR sel
745
746     # HoneyComb Functional
747     hc-func-results:
748       csit-hc2vpp-verify-func-1901-ubuntu1604:
749       - 3
750
751     # NSH SFC Functional
752     nsh-func-results:
753       # TODO: Replace with new data
754       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
755       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
756       - 1
757
758     # DMM Functional
759     dmm-func-results:
760       csit-dmm-functional-1901-ubuntu1604-virl:
761       - 2
762
763   plot-layouts:
764
765     plot-soak-throughput:
766       titlefont:
767         size: 18
768       xaxis:
769         title: "<b>Test Cases [Index]</b>"
770         titlefont:
771           size: 16
772         autorange: True
773         fixedrange: False
774         gridcolor: "rgb(230, 230, 230)"
775         linecolor: "rgb(220, 220, 220)"
776         linewidth: 1
777         showgrid: True
778         showline: True
779         showticklabels: True
780         tickcolor: "rgb(220, 220, 220)"
781         tickmode: "linear"
782         tickfont:
783           size: 16
784         zeroline: False
785       yaxis:
786         title: "<b>Packet Throughput [Mpps]</b>"
787         titlefont:
788           size: 16
789         gridcolor: "rgb(230, 230, 230)"
790         hoverformat: ".4s"
791         tickformat: ".3s"
792         linecolor: "rgb(220, 220, 220)"
793         linewidth: 1
794         showgrid: True
795         showline: True
796         showticklabels: True
797         tickcolor: "rgb(220, 220, 220)"
798         tickfont:
799           size: 16
800         zeroline: False
801         range: [0,50]
802       autosize: False
803       margin:
804         t: 50
805         b: 0
806         l: 80
807         r: 20
808       showlegend: True
809       legend:
810         orientation: "h"
811         font:
812           size: 16
813       width: 700
814       height: 900
815
816     plot-service-density:
817       titlefont:
818         size: 18
819       xaxis:
820         side: "top"
821         autorange: True
822         fixedrange: False
823         showgrid: False
824         showline: False
825         showticklabels: False
826         ticks: ""
827         ticklen: 0
828         tickwidth: 0
829         zeroline: False
830       yaxis:
831         autorange: "reversed"
832         showgrid: False
833         showline: False
834         showticklabels: False
835         ticks: ""
836         ticklen: 0
837         tickwidth: 0
838         zeroline: False
839       autosize: True
840       showlegend: False
841       width: 700
842       height: 700
843
844     plot-cps:
845       titlefont:
846         size: 18
847       xaxis:
848         title: "<b>Test Cases [Index]</b>"
849         titlefont:
850           size: 16
851         autorange: True
852         fixedrange: False
853         gridcolor: "rgb(230, 230, 230)"
854         linecolor: "rgb(220, 220, 220)"
855         linewidth: 1
856         showgrid: True
857         showline: True
858         showticklabels: True
859         tickcolor: "rgb(220, 220, 220)"
860         tickmode: "linear"
861         tickfont:
862           size: 16
863         zeroline: False
864       yaxis:
865         title: "<b>Connections Per Second [cps]</b>"
866         titlefont:
867           size: 16
868         gridcolor: "rgb(230, 230, 230)"
869         hoverformat: ".4s"
870         linecolor: "rgb(220, 220, 220)"
871         linewidth: 1
872         rangemode: "tozero"
873         showgrid: True
874         showline: True
875         showticklabels: True
876         tickcolor: "rgb(220, 220, 220)"
877         tickformat: ".3s"
878         tickfont:
879           size: 16
880         zeroline: False
881       boxmode: "group"
882       boxgroupgap: 0.5
883       autosize: False
884       margin:
885         t: 50
886         b: 20
887         l: 80
888         r: 20
889       showlegend: True
890       legend:
891         orientation: "h"
892         font:
893           size: 16
894       width: 700
895       height: 800
896
897     plot-rps:
898       titlefont:
899         size: 18
900       xaxis:
901         title: "<b>Test Cases [Index]</b>"
902         titlefont:
903           size: 16
904         autorange: True
905         fixedrange: False
906         gridcolor: "rgb(230, 230, 230)"
907         linecolor: "rgb(220, 220, 220)"
908         linewidth: 1
909         showgrid: True
910         showline: True
911         showticklabels: True
912         tickcolor: "rgb(220, 220, 220)"
913         tickmode: "linear"
914         tickfont:
915           size: 16
916         zeroline: False
917       yaxis:
918         title: "<b>Requests Per Second [rps]</b>"
919         titlefont:
920           size: 16
921         gridcolor: "rgb(230, 230, 230)"
922         hoverformat: ".4s"
923         linecolor: "rgb(220, 220, 220)"
924         linewidth: 1
925         rangemode: "tozero"
926         showgrid: True
927         showline: True
928         showticklabels: True
929         tickcolor: "rgb(230, 230, 230)"
930         tickformat: ".3s"
931         tickfont:
932           size: 16
933         zeroline: False
934       boxmode: "group"
935       boxgroupgap: 0.5
936       autosize: False
937       margin:
938         t: 50
939         b: 20
940         l: 80
941         r: 20
942       showlegend: True
943       legend:
944         orientation: "h"
945         font:
946           size: 16
947       width: 700
948       height: 800
949
950     plot-throughput:
951       titlefont:
952         size: 18
953       xaxis:
954         title: "<b>Test Cases [Index]</b>"
955         titlefont:
956           size: 16
957         autorange: True
958         fixedrange: False
959         gridcolor: "rgb(230, 230, 230)"
960         linecolor: "rgb(220, 220, 220)"
961         linewidth: 1
962         showgrid: True
963         showline: True
964         showticklabels: True
965         tickcolor: "rgb(220, 220, 220)"
966         tickmode: "linear"
967         tickfont:
968           size: 16
969         zeroline: False
970       yaxis:
971         title: "<b>Packet Throughput [Mpps]</b>"
972         titlefont:
973           size: 16
974         gridcolor: "rgb(230, 230, 230)"
975         hoverformat: ".4s"
976         tickformat: ".3s"
977         linecolor: "rgb(220, 220, 220)"
978         linewidth: 1
979         showgrid: True
980         showline: True
981         showticklabels: True
982         tickcolor: "rgb(220, 220, 220)"
983         tickfont:
984           size: 16
985         zeroline: False
986         range: [0,50]
987       boxmode: "group"
988       boxgroupgap: 0.5
989       autosize: False
990       margin:
991         t: 50
992         b: 0
993         l: 80
994         r: 20
995       showlegend: True
996       legend:
997         orientation: "h"
998         font:
999           size: 16
1000       width: 700
1001       height: 900
1002
1003     plot-throughput-speedup-analysis:
1004       titlefont:
1005         size: 18
1006       xaxis:
1007         title: "<b>Number of Cores [Qty]</b>"
1008         titlefont:
1009           size: 16
1010         autorange: True
1011         fixedrange: False
1012         gridcolor: "rgb(230, 230, 230)"
1013         linecolor: "rgb(220, 220, 220)"
1014         linewidth: 1
1015         showgrid: True
1016         showline: True
1017         showticklabels: True
1018         tickcolor: "rgb(238, 238, 238)"
1019         tickmode: "linear"
1020         tickfont:
1021           size: 16
1022         zeroline: False
1023       yaxis:
1024         title: "<b>Packet Throughput [Mpps]</b>"
1025         titlefont:
1026           size: 16
1027         type: "linear"
1028         gridcolor: "rgb(230, 230, 230)"
1029         hoverformat: ".4s"
1030         linecolor: "rgb(220, 220, 220)"
1031         linewidth: 1
1032         showgrid: True
1033         showline: True
1034         showticklabels: True
1035         tickcolor: "rgb(220, 220, 220)"
1036         tickformat: ".4s"
1037         tickfont:
1038           size: 16
1039         zeroline: True
1040         rangemode: "tozero"
1041         range: [0,100]
1042       legend:
1043         orientation: "h"
1044         font:
1045           size: 16
1046         xanchor: "left"
1047         yanchor: "top"
1048         x: 0
1049         y: -0.2
1050         bgcolor: "rgba(255, 255, 255, 0)"
1051         bordercolor: "rgba(255, 255, 255, 0)"
1052         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1053       autosize: False
1054       margin:
1055           't': 50
1056           'b': 150
1057           'l': 85
1058           'r': 10
1059       showlegend: True
1060       width: 700
1061       height: 700
1062       hoverlabel:
1063         namelength: -1
1064       annotations: [
1065         {
1066           text: "_ _          __          ...",
1067           align: "left",
1068           showarrow: False,
1069           xref: "paper",
1070           yref: "paper",
1071           xanchor: "left",
1072           yanchor: "top",
1073           x: 0,
1074           y: -0.13,
1075           font: {
1076             family: "Consolas, Courier New",
1077             size: 15
1078           },
1079         },
1080         {
1081           text: "    Perfect     Measured     Limit",
1082           align: "left",
1083           showarrow: False,
1084           xref: "paper",
1085           yref: "paper",
1086           xanchor: "left",
1087           yanchor: "top",
1088           x: 0,
1089           y: -0.15,
1090           font: {
1091             family: "Consolas, Courier New",
1092             size: 15
1093           },
1094         },
1095       ]
1096
1097     plot-latency:
1098       titlefont:
1099         size: 18
1100       xaxis:
1101         title: "<b>Direction</b>"
1102         titlefont:
1103           size: 16
1104         autorange: True
1105         fixedrange: False
1106         gridcolor: "rgb(230, 230, 230)"
1107         linecolor: "rgb(220, 220, 220)"
1108         linewidth: 1
1109         showgrid: True
1110         showline: True
1111         showticklabels: False
1112         tickcolor: "rgb(220, 220, 220)"
1113         tickmode: "linear"
1114         tickfont:
1115           size: 16
1116         zeroline: False
1117       yaxis:
1118         title: "<b>Packet Latency [uSec]</b>"
1119         titlefont:
1120           size: 16
1121         type: "linear"
1122         gridcolor: "rgb(230, 230, 230)"
1123         hoverformat: ".4s"
1124         linecolor: "rgb(220, 220, 220)"
1125         linewidth: 1
1126         showgrid: True
1127         showline: True
1128         showticklabels: True
1129         tickcolor: "rgb(220, 220, 220)"
1130         tickformat: ".4s"
1131         tickfont:
1132           size: 16
1133         zeroline: True
1134         rangemode: "tozero"
1135       legend:
1136         orientation: "h"
1137         font:
1138           size: 16
1139         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1140       autosize: False
1141       margin:
1142           't': 50
1143           'b': 150
1144           'l': 80
1145           'r': 10
1146       showlegend: True
1147       width: 700
1148       height: 700
1149       hoverlabel:
1150         namelength: -1
1151
1152 -
1153   type: "static"
1154   src-path: "{DIR[RST]}"
1155   dst-path: "{DIR[WORKING,SRC]}"
1156
1157 -
1158   type: "input"
1159   general:
1160     file-name: "robot-plugin.zip"
1161     file-format: ".zip"
1162     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1163     extract: "robot-plugin/output.xml"
1164
1165   builds:
1166
1167     # TODO: Replace with 1901 data
1168     intel-dnv-vpp-release-1810:
1169     - 1
1170
1171     csit-vpp-perf-verify-1807-3n-hsw:
1172     - 8   # MRR full
1173     - 9   # MRR sel
1174     - 21  # MRR sel
1175     - 31  # MRR sel
1176     - 33  # MRR sel
1177     - 36  # MRR sel
1178     - 41  # MRR sel
1179     - 42  # MRR sel
1180     - 48  # MRR sel
1181     - 11  # NDRPDR full 1
1182     - 22  # NDRPDR full 2
1183     - 45  # NDRPDR full 3
1184     - 46  # NDRPDR full 4
1185     - 15  # NDRPDR sel
1186     - 16  # NDRPDR sel
1187     - 19  # NDRPDR sel
1188     - 18  # NDRPDR sel
1189     - 20  # NDRPDR sel
1190     - 38  # NDRPDR sel
1191     - 40  # NDRPDR sel
1192     - 44  # NDRPDR sel
1193     - 47  # NDRPDR sel
1194     - 24  # WRK
1195     - 25  # WRK
1196     - 23  # WRK
1197     - 26  # WRK
1198     - 27  # WRK
1199     - 28  # WRK
1200     - 29  # WRK
1201     - 30  # WRK
1202     - 32  # WRK
1203     - 35  # WRK
1204     csit-vpp-perf-verify-1810-3n-hsw:
1205     - 9   # MRR sel
1206     - 20  # NDRPDR full
1207     - 21  # NDRPDR full
1208     - 22  # NDRPDR full
1209     - 27  # NDRPDR full
1210     - 8   # NDRPDR sel
1211     - 12  # NDRPDR sel
1212     - 14  # NDRPDR sel
1213     - 18  # NDRPDR sel
1214     - 23  # NDRPDR sel
1215     - 25  # NDRPDR sel
1216     - 38  # NDRPDR sel
1217     - 39  # NDRPDR sel
1218     - 41  # NDRPDR sel
1219     - 42  # NDRPDR sel
1220     - 28  # WRK
1221     - 29  # WRK
1222     - 30  # WRK
1223     - 31  # WRK
1224     - 32  # WRK
1225     - 33  # WRK
1226     - 34  # WRK
1227     - 35  # WRK
1228     - 36  # WRK
1229     - 37  # WRK
1230     csit-vpp-perf-verify-1901-3n-hsw:
1231     - 35  # MRR sel
1232     - 38  # NDRPDR full
1233     - 10  # NDRPDR sel
1234     - 18  # NDRPDR sel F
1235     - 19  # NDRPDR sel
1236     - 31  # NDRPDR sel
1237     - 36  # NDRPDR sel
1238     - 40  # NDRPDR sel
1239     csit-vpp-perf-verify-1807-3n-skx:
1240     - 31  # MRR full
1241     - 28  # MRR sel
1242     - 32  # MRR sel
1243     - 36  # MRR sel
1244     - 42  # MRR sel
1245     - 47  # MRR sel
1246     - 48  # MRR sel
1247     - 51  # MRR sel
1248     - 52  # MRR sel
1249     - 53  # MRR sel
1250     - 54  # MRR sel
1251     - 40  # NDRPDR full 1
1252     - 41  # NDRPDR full 2
1253     - 33  # NDRPDR sel
1254     - 35  # NDRPDR sel
1255     - 37  # NDRPDR sel
1256     - 38  # NDRPDR sel
1257     - 39  # NDRPDR sel
1258     - 43  # NDRPDR sel
1259     - 44  # NDRPDR sel
1260     - 49  # NDRPDR sel
1261     - 50  # NDRPDR sel
1262     - 56  # NDRPDR sel
1263     csit-vpp-perf-verify-1810-3n-skx:
1264     - 9   # MRR sel
1265     - 11  # MRR sel
1266     - 12  # MRR sel
1267     - 13  # MRR sel
1268     - 23  # NDRPDR full
1269     - 24  # NDRPDR full
1270     - 10  # NDRPDR sel
1271     - 14  # NDRPDR sel
1272     - 15  # NDRPDR sel
1273     - 16  # NDRPDR sel
1274     - 17  # NDRPDR sel
1275     - 19  # NDRPDR sel
1276     - 20  # NDRPDR sel
1277     - 21  # NDRPDR sel
1278     - 22  # NDRPDR sel
1279     - 25  # NDRPDR sel
1280     csit-vpp-perf-verify-1901-3n-skx:
1281     - 32  # MRR sel
1282     - 37  # NDRPDR full
1283     - 39  # NDRPDR full
1284     - 40  # NDRPDR full
1285     - 18  # NDRPDR sel
1286     - 19  # NDRPDR sel
1287     - 20  # NDRPDR sel
1288     - 28  # NDRPDR sel
1289     - 31  # NDRPDR sel
1290     - 33  # NDRPDR sel
1291     - 36  # NDRPDR sel
1292     - 38  # NDRPDR sel
1293     - 47  # NDRPDR sel
1294     csit-vpp-perf-verify-1807-2n-skx:
1295     - 27  # MRR full
1296     - 31  # MRR sel
1297     - 33  # MRR sel
1298     - 37  # MRR sel
1299     - 38  # MRR sel
1300     - 41  # MRR sel
1301     - 43  # MRR sel
1302     - 44  # MRR sel
1303     - 45  # MRR sel
1304     - 46  # MRR sel
1305     - 47  # MRR sel
1306     - 32  # NDRPDR full
1307     - 26  # NDRPDR sel
1308     - 28  # NDRPDR sel
1309     - 29  # NDRPDR sel
1310     - 30  # NDRPDR sel
1311     - 34  # NDRPDR sel
1312     - 35  # NDRPDR sel
1313     - 36  # NDRPDR sel
1314     - 39  # NDRPDR sel
1315     - 40  # NDRPDR sel
1316     - 42  # NDRPDR sel
1317     csit-vpp-perf-verify-1810-2n-skx:
1318     - 8   # MRR sel
1319     - 10  # MRR sel
1320     - 11  # MRR sel
1321     - 12  # MRR sel
1322     - 25  # NDRPDR full
1323     - 26  # NDRPDR full
1324     - 9   # NDRPDR sel
1325     - 13  # NDRPDR sel
1326     - 14  # NDRPDR sel
1327     - 19  # NDRPDR sel
1328     - 20  # NDRPDR sel
1329     - 21  # NDRPDR sel
1330     - 22  # NDRPDR sel
1331     - 23  # NDRPDR sel
1332     - 24  # NDRPDR sel
1333     - 27  # NDRPDR sel
1334     csit-vpp-perf-verify-1901-2n-skx:
1335     - 22  # MRR sel
1336     - 25  # NDRPDR full
1337     - 30  # NDRPDR full
1338     - 33  # NDRPDR full
1339     - 5   # NDRPDR sel
1340     - 12  # NDRPDR sel
1341     - 13  # NDRPDR sel
1342     - 21  # NDRPDR sel
1343     - 23  # NDRPDR sel
1344     - 31  # NDRPDR sel
1345     - 34  # NDRPDR sel
1346     - 40  # NDRPDR sel
1347     - 24  # NFV MRR
1348     - 26  # NFV MRR
1349     - 27  # NFV MRR
1350     - 35  # NFV MRR
1351     - 37  # NFV MRR
1352     - 28  # NFV NDRPDR
1353     - 29  # NFV NDRPDR
1354     - 32  # NFV NDRPDR
1355     csit-vpp-perf-verify-master-2n-skx:
1356     - 248  # SOAK sel
1357     - 251  # SOAK sel
1358     csit-ligato-perf-verify-1810-3n-hsw:
1359     - 5   # full
1360     - 6   # sel
1361     - 8   # sel
1362     - 9   # sel
1363     - 11  # sel
1364     - 12  # sel
1365     - 13  # sel
1366     - 14  # sel
1367     - 16  # sel
1368     - 17  # sel
1369     - 18  # sel
1370     # TODO: Add new data
1371     # csit-ligato-perf-verify-1901-3n-hsw:
1372     csit-dpdk-perf-verify-1807-3n-hsw:
1373     - 11
1374     - 12  # full
1375     - 14
1376     - 15
1377     - 16
1378     - 17
1379     - 20
1380     - 21
1381     - 22
1382     - 23
1383     csit-dpdk-perf-verify-1810-3n-hsw:
1384     - 1   # NDRPDR sel
1385     - 2   # NDRPDR sel
1386     - 3   # NDRPDR sel
1387     - 4   # NDRPDR sel
1388     - 5   # NDRPDR sel
1389     - 6   # NDRPDR sel
1390     - 7   # NDRPDR sel
1391     - 8   # NDRPDR sel
1392     - 9   # NDRPDR sel
1393     - 10  # NDRPDR sel
1394     csit-dpdk-perf-verify-1901-3n-hsw:
1395     - 13  # NDRPDR sel
1396     - 14  # NDRPDR sel
1397     csit-dpdk-perf-verify-1807-3n-skx:
1398     - 1   # NDRPDR sel
1399     - 2   # NDRPDR sel
1400     - 3   # NDRPDR sel
1401     - 6   # NDRPDR sel
1402     - 7   # NDRPDR sel
1403     - 8   # NDRPDR sel
1404     - 9   # NDRPDR sel
1405     - 10  # NDRPDR sel
1406     - 11  # NDRPDR sel
1407     - 12  # NDRPDR sel
1408     csit-dpdk-perf-verify-1810-3n-skx:
1409     - 3   # NDRPDR sel
1410     - 4   # NDRPDR sel
1411     - 6   # 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     csit-dpdk-perf-verify-1901-3n-skx:
1420     - 3   # NDRPDR sel
1421     - 5   # NDRPDR sel
1422     - 6   # NDRPDR sel
1423     - 7   # NDRPDR sel
1424     - 8   # NDRPDR sel
1425     - 9   # NDRPDR sel
1426     csit-dpdk-perf-verify-1810-2n-skx:
1427     - 3   # NDRPDR sel
1428     - 4   # NDRPDR sel
1429     - 5   # NDRPDR sel
1430     - 7   # NDRPDR sel
1431     - 8   # NDRPDR sel
1432     - 9   # NDRPDR sel
1433     - 10  # NDRPDR sel
1434     - 11  # NDRPDR sel
1435     - 12  # NDRPDR sel
1436     - 13  # NDRPDR sel
1437     csit-dpdk-perf-verify-1901-2n-skx:
1438     - 12  # NDRPDR sel
1439     - 13  # NDRPDR sel
1440     - 14  # NDRPDR sel
1441     - 15  # NDRPDR sel
1442     - 16  # NDRPDR sel
1443     csit-vpp-functional-1901-ubuntu1604-virl:
1444     - 48
1445     csit-vpp-functional-1901-centos7-virl:
1446     - 50
1447     csit-vpp-device-1901-ubuntu1804-1n-skx:
1448     - 49
1449     # TODO: Replace with 1901 data
1450     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1451     - 1
1452     csit-dmm-functional-1901-ubuntu1604-virl:
1453     - 2
1454     csit-hc2vpp-verify-func-1901-ubuntu1604:
1455     - 3
1456
1457 -
1458   type: "output"
1459   output: "report"
1460   format:
1461     html:
1462     - full
1463     pdf:
1464     - minimal
1465
1466 ################################################################################
1467 ###                               T A B L E S                                ###
1468 ################################################################################
1469
1470
1471 # VPP Compare NICs 3n-hsw 1t1c ndr
1472 -
1473   type: "table"
1474   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1475   algorithm: "table_nics_comparison"
1476   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1477   reference:
1478     title: "Intel-x520"
1479     nic: "NIC_Intel-X520-DA2"
1480   compare:
1481     title: "Intel-x710"
1482     nic: "NIC_Intel-X710"
1483   data: "vpp-nic-comparison-3n-hsw"
1484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1485   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1486   parameters:
1487   - "name"
1488   - "parent"
1489   - "throughput"
1490   - "tags"
1491
1492 # VPP Compare NICs 3n-hsw 2t2c ndr
1493 -
1494   type: "table"
1495   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1496   algorithm: "table_nics_comparison"
1497   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1498   reference:
1499     title: "Intel-x520"
1500     nic: "NIC_Intel-X520-DA2"
1501   compare:
1502     title: "Intel-x710"
1503     nic: "NIC_Intel-X710"
1504   data: "vpp-nic-comparison-3n-hsw"
1505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1506   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1507   parameters:
1508   - "name"
1509   - "parent"
1510   - "throughput"
1511   - "tags"
1512
1513 # VPP Compare NICs 3n-hsw 1t1c pdr
1514 -
1515   type: "table"
1516   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1517   algorithm: "table_nics_comparison"
1518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1519   reference:
1520     title: "Intel-x520"
1521     nic: "NIC_Intel-X520-DA2"
1522   compare:
1523     title: "Intel-x710"
1524     nic: "NIC_Intel-X710"
1525   data: "vpp-nic-comparison-3n-hsw"
1526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1527   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1528   parameters:
1529   - "name"
1530   - "parent"
1531   - "throughput"
1532   - "tags"
1533
1534 # VPP Compare NICs 3n-hsw 2t2c pdr
1535 -
1536   type: "table"
1537   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1538   algorithm: "table_nics_comparison"
1539   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1540   reference:
1541     title: "Intel-x520"
1542     nic: "NIC_Intel-X520-DA2"
1543   compare:
1544     title: "Intel-x710"
1545     nic: "NIC_Intel-X710"
1546   data: "vpp-nic-comparison-3n-hsw"
1547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1548   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1549   parameters:
1550   - "name"
1551   - "parent"
1552   - "throughput"
1553   - "tags"
1554
1555 # VPP Compare NICs 3n-hsw 1t1c mrr
1556 -
1557   type: "table"
1558   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1559   algorithm: "table_nics_comparison"
1560   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1561   reference:
1562     title: "Intel-x520"
1563     nic: "NIC_Intel-X520-DA2"
1564   compare:
1565     title: "Intel-x710"
1566     nic: "NIC_Intel-X710"
1567   data: "vpp-nic-comparison-3n-hsw-mrr"
1568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1569   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1570   parameters:
1571   - "name"
1572   - "parent"
1573   - "result"
1574   - "tags"
1575
1576 # VPP Compare NICs 3n-hsw 2t2c mrr
1577 -
1578   type: "table"
1579   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1580   algorithm: "table_nics_comparison"
1581   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1582   reference:
1583     title: "Intel-x520"
1584     nic: "NIC_Intel-X520-DA2"
1585   compare:
1586     title: "Intel-x710"
1587     nic: "NIC_Intel-X710"
1588   data: "vpp-nic-comparison-3n-hsw-mrr"
1589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1590   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1591   parameters:
1592   - "name"
1593   - "parent"
1594   - "result"
1595   - "tags"
1596
1597 # VPP Compare NICs 3n-hsw 4t4c mrr
1598 -
1599   type: "table"
1600   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1601   algorithm: "table_nics_comparison"
1602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1603   reference:
1604     title: "Intel-x520"
1605     nic: "NIC_Intel-X520-DA2"
1606   compare:
1607     title: "Intel-x710"
1608     nic: "NIC_Intel-X710"
1609   data: "vpp-nic-comparison-3n-hsw-mrr"
1610   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1611   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1612   parameters:
1613   - "name"
1614   - "parent"
1615   - "result"
1616   - "tags"
1617
1618 # VPP Compare NICs 3n-skx 2t1c ndr
1619 -
1620   type: "table"
1621   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1622   algorithm: "table_nics_comparison"
1623   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1624   reference:
1625     title: "Intel-x710"
1626     nic: "NIC_Intel-X710"
1627   compare:
1628     title: "Intel-xxv710"
1629     nic: "NIC_Intel-XXV710"
1630   data: "vpp-nic-comparison-3n-skx"
1631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1632   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1633   parameters:
1634   - "name"
1635   - "parent"
1636   - "throughput"
1637   - "tags"
1638
1639 # VPP Compare NICs 3n-skx 4t2c ndr
1640 -
1641   type: "table"
1642   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1643   algorithm: "table_nics_comparison"
1644   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1645   reference:
1646     title: "Intel-x710"
1647     nic: "NIC_Intel-X710"
1648   compare:
1649     title: "Intel-xxv710"
1650     nic: "NIC_Intel-XXV710"
1651   data: "vpp-nic-comparison-3n-skx"
1652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1653   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1654   parameters:
1655   - "name"
1656   - "parent"
1657   - "throughput"
1658   - "tags"
1659
1660 # VPP Compare NICs 3n-skx 2t1c pdr
1661 -
1662   type: "table"
1663   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1664   algorithm: "table_nics_comparison"
1665   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1666   reference:
1667     title: "Intel-x710"
1668     nic: "NIC_Intel-X710"
1669   compare:
1670     title: "Intel-xxv710"
1671     nic: "NIC_Intel-XXV710"
1672   data: "vpp-nic-comparison-3n-skx"
1673   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1674   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1675   parameters:
1676   - "name"
1677   - "parent"
1678   - "throughput"
1679   - "tags"
1680
1681  # VPP Compare NICs 3n-skx 4t2c pdr
1682 -
1683   type: "table"
1684   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1685   algorithm: "table_nics_comparison"
1686   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1687   reference:
1688     title: "Intel-x710"
1689     nic: "NIC_Intel-X710"
1690   compare:
1691     title: "Intel-xxv710"
1692     nic: "NIC_Intel-XXV710"
1693   data: "vpp-nic-comparison-3n-skx"
1694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1695   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1696   parameters:
1697   - "name"
1698   - "parent"
1699   - "throughput"
1700   - "tags"
1701
1702 # VPP Compare NICs 3n-skx 2t1c mrr
1703 -
1704   type: "table"
1705   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1706   algorithm: "table_nics_comparison"
1707   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1708   reference:
1709     title: "Intel-x710"
1710     nic: "NIC_Intel-X710"
1711   compare:
1712     title: "Intel-xxv710"
1713     nic: "NIC_Intel-XXV710"
1714   data: "vpp-nic-comparison-3n-skx-mrr"
1715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1716   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1717   parameters:
1718   - "name"
1719   - "parent"
1720   - "result"
1721   - "tags"
1722
1723 # VPP Compare NICs 3n-skx 4t2c mrr
1724 -
1725   type: "table"
1726   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1727   algorithm: "table_nics_comparison"
1728   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1729   reference:
1730     title: "Intel-x710"
1731     nic: "NIC_Intel-X710"
1732   compare:
1733     title: "Intel-xxv710"
1734     nic: "NIC_Intel-XXV710"
1735   data: "vpp-nic-comparison-3n-skx-mrr"
1736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1737   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1738   parameters:
1739   - "name"
1740   - "parent"
1741   - "result"
1742   - "tags"
1743
1744  # VPP Compare NICs 3n-skx 8t4c mrr
1745 -
1746   type: "table"
1747   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1748   algorithm: "table_nics_comparison"
1749   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1750   reference:
1751     title: "Intel-x710"
1752     nic: "NIC_Intel-X710"
1753   compare:
1754     title: "Intel-xxv710"
1755     nic: "NIC_Intel-XXV710"
1756   data: "vpp-nic-comparison-3n-skx-mrr"
1757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1758   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1759   parameters:
1760   - "name"
1761   - "parent"
1762   - "result"
1763   - "tags"
1764
1765 # VPP Compare NICs 2n-skx 2t1c ndr
1766 -
1767   type: "table"
1768   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1769   algorithm: "table_nics_comparison"
1770   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1771   reference:
1772     title: "Intel-x710"
1773     nic: "NIC_Intel-X710"
1774   compare:
1775     title: "Intel-xxv710"
1776     nic: "NIC_Intel-XXV710"
1777   data: "vpp-nic-comparison-2n-skx"
1778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1779   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1780   parameters:
1781   - "name"
1782   - "parent"
1783   - "throughput"
1784   - "tags"
1785
1786 # VPP Compare NICs 2n-skx 4t2c ndr
1787 -
1788   type: "table"
1789   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1790   algorithm: "table_nics_comparison"
1791   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1792   reference:
1793     title: "Intel-x710"
1794     nic: "NIC_Intel-X710"
1795   compare:
1796     title: "Intel-xxv710"
1797     nic: "NIC_Intel-XXV710"
1798   data: "vpp-nic-comparison-2n-skx"
1799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1800   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1801   parameters:
1802   - "name"
1803   - "parent"
1804   - "throughput"
1805   - "tags"
1806
1807  # VPP Compare NICs 2n-skx 2t1c pdr
1808 -
1809   type: "table"
1810   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1811   algorithm: "table_nics_comparison"
1812   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1813   reference:
1814     title: "Intel-x710"
1815     nic: "NIC_Intel-X710"
1816   compare:
1817     title: "Intel-xxv710"
1818     nic: "NIC_Intel-XXV710"
1819   data: "vpp-nic-comparison-2n-skx"
1820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1821   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1822   parameters:
1823   - "name"
1824   - "parent"
1825   - "throughput"
1826   - "tags"
1827
1828 # VPP Compare NICs 2n-skx 4t2c pdr
1829 -
1830   type: "table"
1831   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1832   algorithm: "table_nics_comparison"
1833   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1834   reference:
1835     title: "Intel-x710"
1836     nic: "NIC_Intel-X710"
1837   compare:
1838     title: "Intel-xxv710"
1839     nic: "NIC_Intel-XXV710"
1840   data: "vpp-nic-comparison-2n-skx"
1841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1842   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1843   parameters:
1844   - "name"
1845   - "parent"
1846   - "throughput"
1847   - "tags"
1848
1849 # VPP Compare NICs 2n-skx 2t1c mrr
1850 -
1851   type: "table"
1852   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1853   algorithm: "table_nics_comparison"
1854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1855   reference:
1856     title: "Intel-x710"
1857     nic: "NIC_Intel-X710"
1858   compare:
1859     title: "Intel-xxv710"
1860     nic: "NIC_Intel-XXV710"
1861   data: "vpp-nic-comparison-2n-skx-mrr"
1862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1863   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1864   parameters:
1865   - "name"
1866   - "parent"
1867   - "result"
1868   - "tags"
1869
1870 # VPP Compare NICs 2n-skx 4t2c mrr
1871 -
1872   type: "table"
1873   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1874   algorithm: "table_nics_comparison"
1875   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1876   reference:
1877     title: "Intel-x710"
1878     nic: "NIC_Intel-X710"
1879   compare:
1880     title: "Intel-xxv710"
1881     nic: "NIC_Intel-XXV710"
1882   data: "vpp-nic-comparison-2n-skx-mrr"
1883   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1884   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1885   parameters:
1886   - "name"
1887   - "parent"
1888   - "result"
1889   - "tags"
1890
1891 # VPP Compare NICs 2n-skx 8t4c mrr
1892 -
1893   type: "table"
1894   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1895   algorithm: "table_nics_comparison"
1896   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1897   reference:
1898     title: "Intel-x710"
1899     nic: "NIC_Intel-X710"
1900   compare:
1901     title: "Intel-xxv710"
1902     nic: "NIC_Intel-XXV710"
1903   data: "vpp-nic-comparison-2n-skx-mrr"
1904   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1905   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1906   parameters:
1907   - "name"
1908   - "parent"
1909   - "result"
1910   - "tags"
1911
1912 ################################################################################
1913 # VPP
1914
1915 # VPP Performance Changes 3n-hsw 1t1c pdr
1916 -
1917   type: "table"
1918   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1919   algorithm: "table_performance_comparison"
1920   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1921   history:
1922     -
1923       title: "rls1807"
1924       data:
1925         csit-vpp-perf-verify-1807-3n-hsw:
1926         - 11  # NDRPDR full 1
1927         - 22  # NDRPDR full 2
1928         - 45  # NDRPDR full 3
1929         - 46  # NDRPDR full 4
1930         - 15  # NDRPDR sel
1931         - 16  # NDRPDR sel
1932         - 19  # NDRPDR sel
1933         - 18  # NDRPDR sel
1934         - 20  # NDRPDR sel
1935         - 38  # NDRPDR sel
1936         - 40  # NDRPDR sel
1937         - 44  # NDRPDR sel
1938   reference:
1939     title: "rls1810"
1940     data:
1941       csit-vpp-perf-verify-1810-3n-hsw:
1942       - 8   # NDRPDR sel
1943       - 12  # NDRPDR sel
1944       - 14  # NDRPDR sel
1945       - 18  # NDRPDR sel
1946       - 23  # NDRPDR sel
1947       - 25  # NDRPDR sel
1948       - 38  # NDRPDR sel
1949       - 39  # NDRPDR sel
1950       - 41  # NDRPDR sel
1951       - 42  # NDRPDR sel
1952   compare:
1953     title: "rls1901"
1954     data:
1955       # TODO: Add new data:
1956       csit-vpp-perf-verify-1901-3n-hsw:
1957       - 10  # NDRPDR sel
1958       - 18  # NDRPDR sel F
1959       - 19  # NDRPDR sel
1960       - 31  # NDRPDR sel
1961       - 36  # NDRPDR sel
1962       - 40  # NDRPDR sel
1963   data: "vpp-performance-changes-3n-hsw"
1964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1965   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1966   parameters:
1967   - "name"
1968   - "parent"
1969   - "throughput"
1970
1971 # VPP Performance Changes 3n-hsw 2t2c pdr
1972 -
1973   type: "table"
1974   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1975   algorithm: "table_performance_comparison"
1976   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1977   history:
1978     -
1979       title: "rls1807"
1980       data:
1981         csit-vpp-perf-verify-1807-3n-hsw:
1982         - 11  # NDRPDR full 1
1983         - 22  # NDRPDR full 2
1984         - 45  # NDRPDR full 3
1985         - 46  # NDRPDR full 4
1986         - 15  # NDRPDR sel
1987         - 16  # NDRPDR sel
1988         - 19  # NDRPDR sel
1989         - 18  # NDRPDR sel
1990         - 20  # NDRPDR sel
1991         - 38  # NDRPDR sel
1992         - 40  # NDRPDR sel
1993         - 44  # NDRPDR sel
1994         - 47  # NDRPDR sel
1995   reference:
1996     title: "rls1810"
1997     data:
1998       csit-vpp-perf-verify-1810-3n-hsw:
1999       - 8   # NDRPDR sel
2000       - 12  # NDRPDR sel
2001       - 14  # NDRPDR sel
2002       - 18  # NDRPDR sel
2003       - 23  # NDRPDR sel
2004       - 25  # NDRPDR sel
2005       - 38  # NDRPDR sel
2006       - 39  # NDRPDR sel
2007       - 41  # NDRPDR sel
2008       - 42  # NDRPDR sel
2009   compare:
2010     title: "rls1901"
2011     data:
2012       # TODO: Add new data:
2013       csit-vpp-perf-verify-1901-3n-hsw:
2014       - 10  # NDRPDR sel
2015       - 18  # NDRPDR sel F
2016       - 19  # NDRPDR sel
2017       - 31  # NDRPDR sel
2018       - 36  # NDRPDR sel
2019       - 40  # NDRPDR sel
2020   data: "vpp-performance-changes-3n-hsw"
2021   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2022   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2023   parameters:
2024   - "name"
2025   - "parent"
2026   - "throughput"
2027
2028 # VPP Performance Changes 3n-hsw 1t1c ndr
2029 -
2030   type: "table"
2031   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2032   algorithm: "table_performance_comparison"
2033   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2034   history:
2035     -
2036       title: "rls1807"
2037       data:
2038         csit-vpp-perf-verify-1807-3n-hsw:
2039         - 11  # NDRPDR full 1
2040         - 22  # NDRPDR full 2
2041         - 45  # NDRPDR full 3
2042         - 46  # NDRPDR full 4
2043         - 15  # NDRPDR sel
2044         - 16  # NDRPDR sel
2045         - 19  # NDRPDR sel
2046         - 18  # NDRPDR sel
2047         - 20  # NDRPDR sel
2048         - 38  # NDRPDR sel
2049         - 40  # NDRPDR sel
2050         - 44  # NDRPDR sel
2051         - 47  # NDRPDR sel
2052   reference:
2053     title: "rls1810"
2054     data:
2055       csit-vpp-perf-verify-1810-3n-hsw:
2056       - 8   # NDRPDR sel
2057       - 12  # NDRPDR sel
2058       - 14  # NDRPDR sel
2059       - 18  # NDRPDR sel
2060       - 23  # NDRPDR sel
2061       - 25  # NDRPDR sel
2062       - 38  # NDRPDR sel
2063       - 39  # NDRPDR sel
2064       - 41  # NDRPDR sel
2065       - 42  # NDRPDR sel
2066   compare:
2067     title: "rls1901"
2068     data:
2069       # TODO: Add new data:
2070       csit-vpp-perf-verify-1901-3n-hsw:
2071       - 10  # NDRPDR sel
2072       - 18  # NDRPDR sel F
2073       - 19  # NDRPDR sel
2074       - 31  # NDRPDR sel
2075       - 36  # NDRPDR sel
2076       - 40  # NDRPDR sel
2077   data: "vpp-performance-changes-3n-hsw"
2078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2079   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2080   parameters:
2081   - "name"
2082   - "parent"
2083   - "throughput"
2084
2085 # VPP Performance Changes 3n-hsw 2t2c ndr
2086 -
2087   type: "table"
2088   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2089   algorithm: "table_performance_comparison"
2090   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2091   history:
2092     -
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   reference:
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   compare:
2124     title: "rls1901"
2125     data:
2126       # TODO: Add new data:
2127       csit-vpp-perf-verify-1901-3n-hsw:
2128       - 10  # NDRPDR sel
2129       - 18  # NDRPDR sel F
2130       - 19  # NDRPDR sel
2131       - 31  # NDRPDR sel
2132       - 36  # NDRPDR sel
2133       - 40  # NDRPDR sel
2134   data: "vpp-performance-changes-3n-hsw"
2135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2136   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2137   parameters:
2138   - "name"
2139   - "parent"
2140   - "throughput"
2141
2142 # VPP Performance Changes 3n-skx 2t1c pdr
2143 -
2144   type: "table"
2145   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2146   algorithm: "table_performance_comparison"
2147   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2148   history:
2149     -
2150       title: "rls1807"
2151       data:
2152         csit-vpp-perf-verify-1807-3n-skx:
2153         - 33  # NDRPDR sel
2154         - 35  # NDRPDR sel
2155         - 37  # NDRPDR sel
2156         - 38  # NDRPDR sel
2157         - 39  # NDRPDR sel
2158         - 43  # NDRPDR sel
2159         - 44  # NDRPDR sel
2160         - 49  # NDRPDR sel
2161         - 50  # NDRPDR sel
2162         - 56  # NDRPDR sel
2163   reference:
2164     title: "rls1810"
2165     data:
2166       csit-vpp-perf-verify-1810-3n-skx:
2167       - 10  # NDRPDR sel
2168       - 14  # NDRPDR sel
2169       - 15  # NDRPDR sel
2170       - 16  # NDRPDR sel
2171       - 17  # NDRPDR sel
2172       - 19  # NDRPDR sel
2173       - 20  # NDRPDR sel
2174       - 21  # NDRPDR sel
2175       - 22  # NDRPDR sel
2176       - 25  # NDRPDR sel
2177   compare:
2178     title: "rls1901"
2179     data:
2180       # TODO: Add new data:
2181       csit-vpp-perf-verify-1901-3n-skx:
2182       - 18  # NDRPDR sel
2183       - 19  # NDRPDR sel
2184       - 20  # NDRPDR sel
2185       - 28  # NDRPDR sel
2186       - 31  # NDRPDR sel
2187       - 33  # NDRPDR sel
2188       - 36  # NDRPDR sel
2189       - 38  # NDRPDR sel
2190       - 47  # NDRPDR sel
2191   data: "vpp-performance-changes-3n-skx"
2192   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2193   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2194   parameters:
2195   - "name"
2196   - "parent"
2197   - "throughput"
2198
2199 # VPP Performance Changes 3n-skx 4t2c pdr
2200 -
2201   type: "table"
2202   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2203   algorithm: "table_performance_comparison"
2204   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2205   history:
2206     -
2207       title: "rls1807"
2208       data:
2209         csit-vpp-perf-verify-1807-3n-skx:
2210         - 33  # NDRPDR sel
2211         - 35  # NDRPDR sel
2212         - 37  # NDRPDR sel
2213         - 38  # NDRPDR sel
2214         - 39  # NDRPDR sel
2215         - 43  # NDRPDR sel
2216         - 44  # NDRPDR sel
2217         - 49  # NDRPDR sel
2218         - 50  # NDRPDR sel
2219         - 56  # NDRPDR sel
2220   reference:
2221     title: "rls1810"
2222     data:
2223       csit-vpp-perf-verify-1810-3n-skx:
2224       - 10  # NDRPDR sel
2225       - 14  # NDRPDR sel
2226       - 15  # NDRPDR sel
2227       - 16  # NDRPDR sel
2228       - 17  # NDRPDR sel
2229       - 19  # NDRPDR sel
2230       - 20  # NDRPDR sel
2231       - 21  # NDRPDR sel
2232       - 22  # NDRPDR sel
2233       - 25  # NDRPDR sel
2234   compare:
2235     title: "rls1901"
2236     data:
2237       # TODO: Add new data:
2238       csit-vpp-perf-verify-1901-3n-skx:
2239       - 18  # NDRPDR sel
2240       - 19  # NDRPDR sel
2241       - 20  # NDRPDR sel
2242       - 28  # NDRPDR sel
2243       - 31  # NDRPDR sel
2244       - 33  # NDRPDR sel
2245       - 36  # NDRPDR sel
2246       - 38  # NDRPDR sel
2247       - 47  # NDRPDR sel
2248   data: "vpp-performance-changes-3n-skx"
2249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2250   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2251   parameters:
2252   - "name"
2253   - "parent"
2254   - "throughput"
2255
2256 # VPP Performance Changes 3n-skx 2t1c ndr
2257 -
2258   type: "table"
2259   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2260   algorithm: "table_performance_comparison"
2261   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2262   history:
2263     -
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   reference:
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   compare:
2292     title: "rls1901"
2293     data:
2294       # TODO: Add new data:
2295       csit-vpp-perf-verify-1901-3n-skx:
2296       - 18  # NDRPDR sel
2297       - 19  # NDRPDR sel
2298       - 20  # NDRPDR sel
2299       - 28  # NDRPDR sel
2300       - 31  # NDRPDR sel
2301       - 33  # NDRPDR sel
2302       - 36  # NDRPDR sel
2303       - 38  # NDRPDR sel
2304       - 47  # NDRPDR sel
2305   data: "vpp-performance-changes-3n-skx"
2306   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2307   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2308   parameters:
2309   - "name"
2310   - "parent"
2311   - "throughput"
2312
2313 # VPP Performance Changes 3n-skx 4t2c ndr
2314 -
2315   type: "table"
2316   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2317   algorithm: "table_performance_comparison"
2318   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2319   history:
2320     -
2321       title: "rls1807"
2322       data:
2323         csit-vpp-perf-verify-1807-3n-skx:
2324         - 33  # NDRPDR sel
2325         - 35  # NDRPDR sel
2326         - 37  # NDRPDR sel
2327         - 38  # NDRPDR sel
2328         - 39  # NDRPDR sel
2329         - 43  # NDRPDR sel
2330         - 44  # NDRPDR sel
2331         - 49  # NDRPDR sel
2332         - 50  # NDRPDR sel
2333         - 56  # NDRPDR sel
2334   reference:
2335     title: "rls1810"
2336     data:
2337       csit-vpp-perf-verify-1810-3n-skx:
2338       - 10  # NDRPDR sel
2339       - 14  # NDRPDR sel
2340       - 15  # NDRPDR sel
2341       - 16  # NDRPDR sel
2342       - 17  # NDRPDR sel
2343       - 19  # NDRPDR sel
2344       - 20  # NDRPDR sel
2345       - 21  # NDRPDR sel
2346       - 22  # NDRPDR sel
2347       - 25  # NDRPDR sel
2348   compare:
2349     title: "rls1901"
2350     data:
2351       # TODO: Add new data:
2352       csit-vpp-perf-verify-1901-3n-skx:
2353       - 18  # NDRPDR sel
2354       - 19  # NDRPDR sel
2355       - 20  # NDRPDR sel
2356       - 28  # NDRPDR sel
2357       - 31  # NDRPDR sel
2358       - 33  # NDRPDR sel
2359       - 36  # NDRPDR sel
2360       - 38  # NDRPDR sel
2361       - 47  # NDRPDR sel
2362   data: "vpp-performance-changes-3n-skx"
2363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2364   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2365   parameters:
2366   - "name"
2367   - "parent"
2368   - "throughput"
2369
2370 # VPP Performance Changes 2n-skx 2t1c pdr
2371 -
2372   type: "table"
2373   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2374   algorithm: "table_performance_comparison"
2375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2376   history:
2377     -
2378       title: "rls1807"
2379       data:
2380         csit-vpp-perf-verify-1807-2n-skx:
2381         - 26  # NDRPDR sel
2382         - 28  # NDRPDR sel
2383         - 29  # NDRPDR sel
2384         - 30  # NDRPDR sel
2385         - 34  # NDRPDR sel
2386         - 35  # NDRPDR sel
2387         - 36  # NDRPDR sel
2388         - 39  # NDRPDR sel
2389         - 40  # NDRPDR sel
2390         - 42  # NDRPDR sel
2391   reference:
2392     title: "rls1810"
2393     data:
2394       csit-vpp-perf-verify-1810-2n-skx:
2395       - 9   # NDRPDR sel
2396       - 13  # NDRPDR sel
2397       - 14  # NDRPDR sel
2398       - 19  # NDRPDR sel
2399       - 20  # NDRPDR sel
2400       - 21  # NDRPDR sel
2401       - 22  # NDRPDR sel
2402       - 23  # NDRPDR sel
2403       - 24  # NDRPDR sel
2404       - 27  # NDRPDR sel
2405   compare:
2406     title: "rls1901"
2407     data:
2408       # TODO: Add new data:
2409       csit-vpp-perf-verify-1901-2n-skx:
2410       - 5   # NDRPDR sel
2411       - 12  # NDRPDR sel
2412       - 13  # NDRPDR sel
2413       - 21  # NDRPDR sel
2414       - 23  # NDRPDR sel
2415       - 31  # NDRPDR sel
2416       - 34  # NDRPDR sel
2417       - 40  # NDRPDR sel
2418   data: "vpp-performance-changes-2n-skx"
2419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2420   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2421   parameters:
2422   - "name"
2423   - "parent"
2424   - "throughput"
2425
2426 # VPP Performance Changes 2n-skx 4t2c pdr
2427 -
2428   type: "table"
2429   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2430   algorithm: "table_performance_comparison"
2431   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2432   history:
2433     - title: "rls1807"
2434       data:
2435         csit-vpp-perf-verify-1807-2n-skx:
2436         - 26  # NDRPDR sel
2437         - 28  # NDRPDR sel
2438         - 29  # NDRPDR sel
2439         - 30  # NDRPDR sel
2440         - 34  # NDRPDR sel
2441         - 35  # NDRPDR sel
2442         - 36  # NDRPDR sel
2443         - 39  # NDRPDR sel
2444         - 40  # NDRPDR sel
2445         - 42  # NDRPDR sel
2446   reference:
2447     title: "rls1810"
2448     data:
2449       csit-vpp-perf-verify-1810-2n-skx:
2450       - 9   # NDRPDR sel
2451       - 13  # NDRPDR sel
2452       - 14  # NDRPDR sel
2453       - 19  # NDRPDR sel
2454       - 20  # NDRPDR sel
2455       - 21  # NDRPDR sel
2456       - 22  # NDRPDR sel
2457       - 23  # NDRPDR sel
2458       - 24  # NDRPDR sel
2459       - 27  # NDRPDR sel
2460   compare:
2461     title: "rls1901"
2462     data:
2463       # TODO: Add new data:
2464       csit-vpp-perf-verify-1901-2n-skx:
2465       - 5   # NDRPDR sel
2466       - 12  # NDRPDR sel
2467       - 13  # NDRPDR sel
2468       - 21  # NDRPDR sel
2469       - 23  # NDRPDR sel
2470       - 31  # NDRPDR sel
2471       - 34  # NDRPDR sel
2472       - 40  # NDRPDR sel
2473   data: "vpp-performance-changes-2n-skx"
2474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2475   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2476   parameters:
2477   - "name"
2478   - "parent"
2479   - "throughput"
2480
2481 # VPP Performance Changes 2n-skx 2t1c ndr
2482 -
2483   type: "table"
2484   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2485   algorithm: "table_performance_comparison"
2486   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2487   history:
2488     - title: "rls1807"
2489       data:
2490         csit-vpp-perf-verify-1807-2n-skx:
2491         - 26  # NDRPDR sel
2492         - 28  # NDRPDR sel
2493         - 29  # NDRPDR sel
2494         - 30  # NDRPDR sel
2495         - 34  # NDRPDR sel
2496         - 35  # NDRPDR sel
2497         - 36  # NDRPDR sel
2498         - 39  # NDRPDR sel
2499         - 40  # NDRPDR sel
2500         - 42  # NDRPDR sel
2501   reference:
2502     title: "rls1810"
2503     data:
2504       csit-vpp-perf-verify-1810-2n-skx:
2505       - 9   # NDRPDR sel
2506       - 13  # NDRPDR sel
2507       - 14  # NDRPDR sel
2508       - 19  # NDRPDR sel
2509       - 20  # NDRPDR sel
2510       - 21  # NDRPDR sel
2511       - 22  # NDRPDR sel
2512       - 23  # NDRPDR sel
2513       - 24  # NDRPDR sel
2514       - 27  # NDRPDR sel
2515   compare:
2516     title: "rls1901"
2517     data:
2518       # TODO: Add new data:
2519       csit-vpp-perf-verify-1901-2n-skx:
2520       - 5   # NDRPDR sel
2521       - 12  # NDRPDR sel
2522       - 13  # NDRPDR sel
2523       - 21  # NDRPDR sel
2524       - 23  # NDRPDR sel
2525       - 31  # NDRPDR sel
2526       - 34  # NDRPDR sel
2527       - 40  # NDRPDR sel
2528   data: "vpp-performance-changes-2n-skx"
2529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2530   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2531   parameters:
2532   - "name"
2533   - "parent"
2534   - "throughput"
2535
2536 # VPP Performance Changes 2n-skx 4t2c ndr
2537 -
2538   type: "table"
2539   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2540   algorithm: "table_performance_comparison"
2541   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2542   history:
2543     - title: "rls1807"
2544       data:
2545         csit-vpp-perf-verify-1807-2n-skx:
2546         - 26  # NDRPDR sel
2547         - 28  # NDRPDR sel
2548         - 29  # NDRPDR sel
2549         - 30  # NDRPDR sel
2550         - 34  # NDRPDR sel
2551         - 35  # NDRPDR sel
2552         - 36  # NDRPDR sel
2553         - 39  # NDRPDR sel
2554         - 40  # NDRPDR sel
2555         - 42  # NDRPDR sel
2556   reference:
2557     title: "rls1810"
2558     data:
2559       csit-vpp-perf-verify-1810-2n-skx:
2560       - 9   # NDRPDR sel
2561       - 13  # NDRPDR sel
2562       - 14  # NDRPDR sel
2563       - 19  # NDRPDR sel
2564       - 20  # NDRPDR sel
2565       - 21  # NDRPDR sel
2566       - 22  # NDRPDR sel
2567       - 23  # NDRPDR sel
2568       - 24  # NDRPDR sel
2569       - 27  # NDRPDR sel
2570   compare:
2571     title: "rls1901"
2572     data:
2573       # TODO: Add new data:
2574       csit-vpp-perf-verify-1901-2n-skx:
2575       - 5   # NDRPDR sel
2576       - 12  # NDRPDR sel
2577       - 13  # NDRPDR sel
2578       - 21  # NDRPDR sel
2579       - 23  # NDRPDR sel
2580       - 31  # NDRPDR sel
2581       - 34  # NDRPDR sel
2582       - 40  # NDRPDR sel
2583   data: "vpp-performance-changes-2n-skx"
2584   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2585   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2586   parameters:
2587   - "name"
2588   - "parent"
2589   - "throughput"
2590
2591 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2592 -
2593   type: "table"
2594   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2595   algorithm: "table_performance_comparison"
2596   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2597   reference:
2598     title: "3-Node Hsw"
2599     data:
2600       # TODO: Add new data:
2601       csit-vpp-perf-verify-1901-3n-hsw:
2602       - 10  # NDRPDR sel
2603       - 18  # NDRPDR sel F
2604       - 19  # NDRPDR sel
2605       - 31  # NDRPDR sel
2606       - 36  # NDRPDR sel
2607       - 40  # NDRPDR sel
2608   compare:
2609     title: "3-Node Skx"
2610     data:
2611       # TODO: Add new data:
2612       csit-vpp-perf-verify-1901-3n-skx:
2613       - 18  # NDRPDR sel
2614       - 19  # NDRPDR sel
2615       - 20  # NDRPDR sel
2616       - 28  # NDRPDR sel
2617       - 31  # NDRPDR sel
2618       - 33  # NDRPDR sel
2619       - 36  # NDRPDR sel
2620       - 38  # NDRPDR sel
2621       - 47  # NDRPDR sel
2622   data: "vpp-compare-testbeds"
2623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2624   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2625   parameters:
2626   - "name"
2627   - "parent"
2628   - "throughput"
2629
2630 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2631 -
2632   type: "table"
2633   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2634   algorithm: "table_performance_comparison"
2635   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2636   reference:
2637     title: "3-Node Hsw"
2638     data:
2639       # TODO: Add new data:
2640       csit-vpp-perf-verify-1901-3n-hsw:
2641       - 10  # NDRPDR sel
2642       - 18  # NDRPDR sel F
2643       - 19  # NDRPDR sel
2644       - 31  # NDRPDR sel
2645       - 36  # NDRPDR sel
2646       - 40  # NDRPDR sel
2647   compare:
2648     title: "3-Node Skx"
2649     data:
2650       # TODO: Add new data:
2651       csit-vpp-perf-verify-1901-3n-skx:
2652       - 18  # NDRPDR sel
2653       - 19  # NDRPDR sel
2654       - 20  # NDRPDR sel
2655       - 28  # NDRPDR sel
2656       - 31  # NDRPDR sel
2657       - 33  # NDRPDR sel
2658       - 36  # NDRPDR sel
2659       - 38  # NDRPDR sel
2660       - 47  # NDRPDR sel
2661   data: "vpp-compare-testbeds"
2662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2663   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2664   parameters:
2665   - "name"
2666   - "parent"
2667   - "throughput"
2668
2669 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2670 -
2671   type: "table"
2672   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2673   algorithm: "table_performance_comparison"
2674   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2675   reference:
2676     title: "3-Node Hsw"
2677     data:
2678       # TODO: Add new data:
2679       csit-vpp-perf-verify-1901-3n-hsw:
2680       - 10  # NDRPDR sel
2681       - 18  # NDRPDR sel F
2682       - 19  # NDRPDR sel
2683       - 31  # NDRPDR sel
2684       - 36  # NDRPDR sel
2685       - 40  # NDRPDR sel
2686   compare:
2687     title: "3-Node Skx"
2688     data:
2689       # TODO: Add new data:
2690       csit-vpp-perf-verify-1901-3n-skx:
2691       - 18  # NDRPDR sel
2692       - 19  # NDRPDR sel
2693       - 20  # NDRPDR sel
2694       - 28  # NDRPDR sel
2695       - 31  # NDRPDR sel
2696       - 33  # NDRPDR sel
2697       - 36  # NDRPDR sel
2698       - 38  # NDRPDR sel
2699       - 47  # NDRPDR sel
2700   data: "vpp-compare-testbeds"
2701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2702   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2703   parameters:
2704   - "name"
2705   - "parent"
2706   - "throughput"
2707
2708 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2709 -
2710   type: "table"
2711   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2712   algorithm: "table_performance_comparison"
2713   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2714   reference:
2715     title: "3-Node Hsw"
2716     data:
2717       # TODO: Add new data:
2718       csit-vpp-perf-verify-1901-3n-hsw:
2719       - 10  # NDRPDR sel
2720       - 18  # NDRPDR sel F
2721       - 19  # NDRPDR sel
2722       - 31  # NDRPDR sel
2723       - 36  # NDRPDR sel
2724       - 40  # NDRPDR sel
2725   compare:
2726     title: "3-Node Skx"
2727     data:
2728       # TODO: Add new data:
2729       csit-vpp-perf-verify-1901-3n-skx:
2730       - 18  # NDRPDR sel
2731       - 19  # NDRPDR sel
2732       - 20  # NDRPDR sel
2733       - 28  # NDRPDR sel
2734       - 31  # NDRPDR sel
2735       - 33  # NDRPDR sel
2736       - 36  # NDRPDR sel
2737       - 38  # NDRPDR sel
2738       - 47  # NDRPDR sel
2739   data: "vpp-compare-testbeds"
2740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2741   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2742   parameters:
2743   - "name"
2744   - "parent"
2745   - "throughput"
2746
2747 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2748 -
2749   type: "table"
2750   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2751   algorithm: "table_performance_comparison"
2752   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2753   reference:
2754     title: "3-Node Skx"
2755     data:
2756       # TODO: Add new data:
2757       csit-vpp-perf-verify-1901-3n-skx:
2758       - 18  # NDRPDR sel
2759       - 19  # NDRPDR sel
2760       - 20  # NDRPDR sel
2761       - 28  # NDRPDR sel
2762       - 31  # NDRPDR sel
2763       - 33  # NDRPDR sel
2764       - 36  # NDRPDR sel
2765       - 38  # NDRPDR sel
2766       - 47  # NDRPDR sel
2767   compare:
2768     title: "2-Node Skx"
2769     data:
2770       # TODO: Add new data:
2771       csit-vpp-perf-verify-1901-2n-skx:
2772       - 5   # NDRPDR sel
2773       - 12  # NDRPDR sel
2774       - 13  # NDRPDR sel
2775       - 21  # NDRPDR sel
2776       - 23  # NDRPDR sel
2777       - 31  # NDRPDR sel
2778       - 34  # NDRPDR sel
2779       - 40  # NDRPDR sel
2780   data: "vpp-compare-topologies"
2781   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2782   filter: "'NDRPDR' and '1C'"
2783   parameters:
2784   - "name"
2785   - "parent"
2786   - "throughput"
2787
2788 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2789 -
2790   type: "table"
2791   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2792   algorithm: "table_performance_comparison"
2793   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2794   reference:
2795     title: "3-Node Skx"
2796     data:
2797       # TODO: Add new data:
2798       csit-vpp-perf-verify-1901-3n-skx:
2799       - 18  # NDRPDR sel
2800       - 19  # NDRPDR sel
2801       - 20  # NDRPDR sel
2802       - 28  # NDRPDR sel
2803       - 31  # NDRPDR sel
2804       - 33  # NDRPDR sel
2805       - 36  # NDRPDR sel
2806       - 38  # NDRPDR sel
2807       - 47  # NDRPDR sel
2808   compare:
2809     title: "2-Node Skx"
2810     data:
2811       # TODO: Add new data:
2812       csit-vpp-perf-verify-1901-2n-skx:
2813       - 5   # NDRPDR sel
2814       - 12  # NDRPDR sel
2815       - 13  # NDRPDR sel
2816       - 21  # NDRPDR sel
2817       - 23  # NDRPDR sel
2818       - 31  # NDRPDR sel
2819       - 34  # NDRPDR sel
2820       - 40  # NDRPDR sel
2821   data: "vpp-compare-topologies"
2822   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2823   filter: "'NDRPDR' and '2C'"
2824   parameters:
2825   - "name"
2826   - "parent"
2827   - "throughput"
2828
2829 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2830 -
2831   type: "table"
2832   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2833   algorithm: "table_performance_comparison"
2834   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2835   reference:
2836     title: "3-Node Skx"
2837     data:
2838       # TODO: Add new data:
2839       csit-vpp-perf-verify-1901-3n-skx:
2840       - 18  # NDRPDR sel
2841       - 19  # NDRPDR sel
2842       - 20  # NDRPDR sel
2843       - 28  # NDRPDR sel
2844       - 31  # NDRPDR sel
2845       - 33  # NDRPDR sel
2846       - 36  # NDRPDR sel
2847       - 38  # NDRPDR sel
2848       - 47  # NDRPDR sel
2849   compare:
2850     title: "2-Node Skx"
2851     data:
2852       # TODO: Add new data:
2853       csit-vpp-perf-verify-1901-2n-skx:
2854       - 5   # NDRPDR sel
2855       - 12  # NDRPDR sel
2856       - 13  # NDRPDR sel
2857       - 21  # NDRPDR sel
2858       - 23  # NDRPDR sel
2859       - 31  # NDRPDR sel
2860       - 34  # NDRPDR sel
2861       - 40  # NDRPDR sel
2862   data: "vpp-compare-topologies"
2863   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2864   filter: "'NDRPDR' and '1C'"
2865   parameters:
2866   - "name"
2867   - "parent"
2868   - "throughput"
2869
2870 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2871 -
2872   type: "table"
2873   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2874   algorithm: "table_performance_comparison"
2875   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2876   reference:
2877     title: "3-Node Skx"
2878     data:
2879       # TODO: Add new data:
2880       csit-vpp-perf-verify-1901-3n-skx:
2881       - 18  # NDRPDR sel
2882       - 19  # NDRPDR sel
2883       - 20  # NDRPDR sel
2884       - 28  # NDRPDR sel
2885       - 31  # NDRPDR sel
2886       - 33  # NDRPDR sel
2887       - 36  # NDRPDR sel
2888       - 38  # NDRPDR sel
2889       - 47  # NDRPDR sel
2890   compare:
2891     title: "2-Node Skx"
2892     data:
2893       # TODO: Add new data:
2894       csit-vpp-perf-verify-1901-2n-skx:
2895       - 5   # NDRPDR sel
2896       - 12  # NDRPDR sel
2897       - 13  # NDRPDR sel
2898       - 21  # NDRPDR sel
2899       - 23  # NDRPDR sel
2900       - 31  # NDRPDR sel
2901       - 34  # NDRPDR sel
2902       - 40  # NDRPDR sel
2903   data: "vpp-compare-topologies"
2904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2905   filter: "'NDRPDR' and '2C'"
2906   parameters:
2907   - "name"
2908   - "parent"
2909   - "throughput"
2910
2911 # VPP Performance Changes 3n-hsw 1t1c MRR
2912 -
2913   type: "table"
2914   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2915   algorithm: "table_performance_comparison"
2916   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2917   history:
2918     -
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   reference:
2932     title: "rls1810"
2933     data:
2934       csit-vpp-perf-verify-1810-3n-hsw:
2935       - 9   # MRR sel
2936   compare:
2937     title: "rls1901"
2938     data:
2939       # TODO: Add new data
2940       csit-vpp-perf-verify-1901-3n-hsw:
2941       - 35  # MRR sel
2942   data: "vpp-performance-changes-3n-hsw-mrr"
2943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2944   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2945   parameters:
2946   - "name"
2947   - "parent"
2948   - "result"
2949
2950 # VPP Performance Changes 3n-hsw 2t2c MRR
2951 -
2952   type: "table"
2953   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2954   algorithm: "table_performance_comparison"
2955   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2956   history:
2957     -
2958       title: "rls1807"
2959       data:
2960         csit-vpp-perf-verify-1807-3n-hsw:
2961         - 8   # MRR full
2962         - 9   # MRR sel
2963         - 21  # MRR sel
2964         - 31  # MRR sel
2965         - 33  # MRR sel
2966         - 36  # MRR sel
2967         - 41  # MRR sel
2968         - 42  # MRR sel
2969         - 48  # MRR sel
2970   reference:
2971     title: "rls1810"
2972     data:
2973       csit-vpp-perf-verify-1810-3n-hsw:
2974       - 9   # MRR sel
2975   compare:
2976     title: "rls1901"
2977     data:
2978       # TODO: Add new data
2979       csit-vpp-perf-verify-1901-3n-hsw:
2980       - 35  # MRR sel
2981   data: "vpp-performance-changes-3n-hsw-mrr"
2982   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2983   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2984   parameters:
2985   - "name"
2986   - "parent"
2987   - "result"
2988
2989 # VPP Performance Changes 3n-hsw 4t4c MRR
2990 -
2991   type: "table"
2992   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2993   algorithm: "table_performance_comparison"
2994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2995   history:
2996     -
2997       title: "rls1807"
2998       data:
2999         csit-vpp-perf-verify-1807-3n-hsw:
3000         - 8   # MRR full
3001         - 9   # MRR sel
3002         - 21  # MRR sel
3003         - 31  # MRR sel
3004         - 33  # MRR sel
3005         - 36  # MRR sel
3006         - 41  # MRR sel
3007         - 42  # MRR sel
3008         - 48  # MRR sel
3009   reference:
3010     title: "rls1810"
3011     data:
3012       csit-vpp-perf-verify-1810-3n-hsw:
3013       - 9   # MRR sel
3014   compare:
3015     title: "rls1901"
3016     data:
3017       # TODO: Add new data
3018       csit-vpp-perf-verify-1901-3n-hsw:
3019       - 35  # MRR sel
3020   data: "vpp-performance-changes-3n-hsw-mrr"
3021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3022   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3023   parameters:
3024   - "name"
3025   - "parent"
3026   - "result"
3027
3028 # VPP Performance Changes 3n-skx 2t1c MRR
3029 -
3030   type: "table"
3031   title: "VPP Performance Changes 3n-skx 2t1c MRR"
3032   algorithm: "table_performance_comparison"
3033   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3034   history:
3035     -
3036       title: "rls1807"
3037       data:
3038         csit-vpp-perf-verify-1807-3n-skx:
3039         - 28  # MRR sel
3040         - 32  # MRR sel
3041         - 36  # MRR sel
3042         - 42  # MRR sel
3043         - 47  # MRR sel
3044         - 48  # MRR sel
3045         - 51  # MRR sel
3046         - 52  # MRR sel
3047         - 53  # MRR sel
3048   reference:
3049     title: "rls1810"
3050     data:
3051       csit-vpp-perf-verify-1810-3n-skx:
3052       - 9   # MRR sel
3053       - 11  # MRR sel
3054       - 12  # MRR sel
3055       - 13  # MRR sel
3056   compare:
3057     title: "rls1901"
3058     data:
3059       # TODO: Add new data
3060       csit-vpp-perf-verify-1901-3n-skx:
3061       - 32  # MRR sel
3062   data: "vpp-performance-changes-3n-skx-mrr"
3063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3064   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3065   parameters:
3066   - "name"
3067   - "parent"
3068   - "result"
3069
3070 # VPP Performance Changes 3n-skx 4t2c MRR
3071 -
3072   type: "table"
3073   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3074   algorithm: "table_performance_comparison"
3075   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3076   history:
3077     -
3078       title: "rls1807"
3079       data:
3080         csit-vpp-perf-verify-1807-3n-skx:
3081         - 28  # MRR sel
3082         - 32  # MRR sel
3083         - 36  # MRR sel
3084         - 42  # MRR sel
3085         - 47  # MRR sel
3086         - 48  # MRR sel
3087         - 51  # MRR sel
3088         - 52  # MRR sel
3089         - 53  # MRR sel
3090   reference:
3091     title: "rls1810"
3092     data:
3093       csit-vpp-perf-verify-1810-3n-skx:
3094       - 9   # MRR sel
3095       - 11  # MRR sel
3096       - 12  # MRR sel
3097       - 13  # MRR sel
3098   compare:
3099     title: "rls1901"
3100     data:
3101       # TODO: Add new data
3102       csit-vpp-perf-verify-1901-3n-skx:
3103       - 32  # MRR sel
3104   data: "vpp-performance-changes-3n-skx-mrr"
3105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3106   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3107   parameters:
3108   - "name"
3109   - "parent"
3110   - "result"
3111
3112 # VPP Performance Changes 3n-skx 8t4c MRR
3113 -
3114   type: "table"
3115   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3116   algorithm: "table_performance_comparison"
3117   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3118   history:
3119     -
3120       title: "rls1807"
3121       data:
3122         csit-vpp-perf-verify-1807-3n-skx:
3123         - 28  # MRR sel
3124         - 32  # MRR sel
3125         - 36  # MRR sel
3126         - 42  # MRR sel
3127         - 47  # MRR sel
3128         - 48  # MRR sel
3129         - 51  # MRR sel
3130         - 52  # MRR sel
3131         - 53  # MRR sel
3132   reference:
3133     title: "rls1810"
3134     data:
3135       csit-vpp-perf-verify-1810-3n-skx:
3136       - 9   # MRR sel
3137       - 11  # MRR sel
3138       - 12  # MRR sel
3139       - 13  # MRR sel
3140   compare:
3141     title: "rls1901"
3142     data:
3143       # TODO: Add new data
3144       csit-vpp-perf-verify-1901-3n-skx:
3145       - 32  # MRR sel
3146   data: "vpp-performance-changes-3n-skx-mrr"
3147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3148   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3149   parameters:
3150   - "name"
3151   - "parent"
3152   - "result"
3153
3154 # VPP Performance Changes 2n-skx 2t1c MRR
3155 -
3156   type: "table"
3157   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3158   algorithm: "table_performance_comparison"
3159   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3160   history:
3161     -
3162       title: "rls1807"
3163       data:
3164         csit-vpp-perf-verify-1807-2n-skx:
3165         - 31  # MRR sel
3166         - 33  # MRR sel
3167         - 37  # MRR sel
3168         - 38  # MRR sel
3169         - 41  # MRR sel
3170         - 43  # MRR sel
3171         - 44  # MRR sel
3172         - 45  # MRR sel
3173         - 46  # MRR sel
3174         - 47  # MRR sel
3175   reference:
3176     title: "rls1810"
3177     data:
3178       csit-vpp-perf-verify-1810-2n-skx:
3179       - 8   # MRR sel
3180       - 10  # MRR sel
3181       - 11  # MRR sel
3182       - 12  # MRR sel
3183   compare:
3184     title: "rls1901"
3185     data:
3186       # TODO: Add new data
3187       csit-vpp-perf-verify-1901-2n-skx:
3188       - 22  # MRR sel
3189   data: "vpp-performance-changes-2n-skx-mrr"
3190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3191   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3192   parameters:
3193   - "name"
3194   - "parent"
3195   - "result"
3196
3197 # VPP Performance Changes 2n-skx 4t2c MRR
3198 -
3199   type: "table"
3200   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3201   algorithm: "table_performance_comparison"
3202   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3203   history:
3204     -
3205       title: "rls1807"
3206       data:
3207         csit-vpp-perf-verify-1807-2n-skx:
3208         - 31  # MRR sel
3209         - 33  # MRR sel
3210         - 37  # MRR sel
3211         - 38  # MRR sel
3212         - 41  # MRR sel
3213         - 43  # MRR sel
3214         - 44  # MRR sel
3215         - 45  # MRR sel
3216         - 46  # MRR sel
3217         - 47  # MRR sel
3218   reference:
3219     title: "rls1810"
3220     data:
3221       csit-vpp-perf-verify-1810-2n-skx:
3222       - 8   # MRR sel
3223       - 10  # MRR sel
3224       - 11  # MRR sel
3225       - 12  # MRR sel
3226   compare:
3227     title: "rls1901"
3228     data:
3229       # TODO: Add new data
3230       csit-vpp-perf-verify-1901-2n-skx:
3231       - 22  # MRR sel
3232   data: "vpp-performance-changes-2n-skx-mrr"
3233   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3234   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3235   parameters:
3236   - "name"
3237   - "parent"
3238   - "result"
3239
3240 # VPP Performance Changes 2n-skx 8t4c MRR
3241 -
3242   type: "table"
3243   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3244   algorithm: "table_performance_comparison"
3245   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3246   history:
3247     -
3248       title: "rls1807"
3249       data:
3250         csit-vpp-perf-verify-1807-2n-skx:
3251         - 31  # MRR sel
3252         - 33  # MRR sel
3253         - 37  # MRR sel
3254         - 38  # MRR sel
3255         - 41  # MRR sel
3256         - 43  # MRR sel
3257         - 44  # MRR sel
3258         - 45  # MRR sel
3259         - 46  # MRR sel
3260         - 47  # MRR sel
3261   reference:
3262     title: "rls1810"
3263     data:
3264       csit-vpp-perf-verify-1810-2n-skx:
3265       - 8   # MRR sel
3266       - 10  # MRR sel
3267       - 11  # MRR sel
3268       - 12  # MRR sel
3269   compare:
3270     title: "rls1901"
3271     data:
3272       # TODO: Add new data
3273       csit-vpp-perf-verify-1901-2n-skx:
3274       - 22  # MRR sel
3275   data: "vpp-performance-changes-2n-skx-mrr"
3276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3277   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3278   parameters:
3279   - "name"
3280   - "parent"
3281   - "result"
3282
3283 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3284 -
3285   type: "table"
3286   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3287   algorithm: "table_performance_comparison"
3288   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3289   reference:
3290     title: "3-Node Hsw"
3291     data:
3292       # TODO: Add new data
3293       csit-vpp-perf-verify-1901-3n-hsw:
3294       - 35  # MRR sel
3295   compare:
3296     title: "3-Node Skx"
3297     data:
3298       # TODO: Add new data
3299       csit-vpp-perf-verify-1901-3n-skx:
3300       - 32  # MRR sel
3301   data: "vpp-compare-testbeds-mrr"
3302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3303   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3304   parameters:
3305   - "name"
3306   - "parent"
3307   - "result"
3308
3309 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3310 -
3311   type: "table"
3312   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3313   algorithm: "table_performance_comparison"
3314   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3315   reference:
3316     title: "3-Node Hsw"
3317     data:
3318       # TODO: Add new data
3319       csit-vpp-perf-verify-1901-3n-hsw:
3320       - 35  # MRR sel
3321   compare:
3322     title: "3-Node Skx"
3323     data:
3324       # TODO: Add new data
3325       csit-vpp-perf-verify-1901-3n-skx:
3326       - 32  # MRR sel
3327   data: "vpp-compare-testbeds-mrr"
3328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3329   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3330   parameters:
3331   - "name"
3332   - "parent"
3333   - "result"
3334
3335 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3336 -
3337   type: "table"
3338   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3339   algorithm: "table_performance_comparison"
3340   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3341   reference:
3342     title: "3-Node Hsw"
3343     data:
3344       # TODO: Add new data
3345       csit-vpp-perf-verify-1901-3n-hsw:
3346       - 35  # MRR sel
3347   compare:
3348     title: "3-Node Skx"
3349     data:
3350       # TODO: Add new data
3351       csit-vpp-perf-verify-1901-3n-skx:
3352       - 32  # MRR sel
3353   data: "vpp-compare-testbeds-mrr"
3354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3355   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3356   parameters:
3357   - "name"
3358   - "parent"
3359   - "result"
3360
3361 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3362 -
3363   type: "table"
3364   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3365   algorithm: "table_performance_comparison"
3366   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3367   reference:
3368     title: "3-Node Skx"
3369     data:
3370       # TODO: Add new data
3371       csit-vpp-perf-verify-1901-3n-skx:
3372       - 32  # MRR sel
3373   compare:
3374     title: "2-Node Skx"
3375     data:
3376       # TODO: Add new data
3377       csit-vpp-perf-verify-1901-2n-skx:
3378       - 22  # MRR sel
3379   data: "vpp-compare-topologies-mrr"
3380   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3381   filter: "'MRR' and '1C'"
3382   parameters:
3383   - "name"
3384   - "parent"
3385   - "result"
3386
3387 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3388 -
3389   type: "table"
3390   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3391   algorithm: "table_performance_comparison"
3392   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3393   reference:
3394     title: "3-Node Skx"
3395     data:
3396       # TODO: Add new data
3397       csit-vpp-perf-verify-1901-3n-skx:
3398       - 32  # MRR sel
3399   compare:
3400     title: "2-Node Skx"
3401     data:
3402       # TODO: Add new data
3403       csit-vpp-perf-verify-1901-2n-skx:
3404       - 22  # MRR sel
3405   data: "vpp-compare-topologies-mrr"
3406   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3407   filter: "'MRR' and '2C'"
3408   parameters:
3409   - "name"
3410   - "parent"
3411   - "result"
3412
3413 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3414 -
3415   type: "table"
3416   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3417   algorithm: "table_performance_comparison"
3418   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3419   reference:
3420     title: "3-Node Skx"
3421     data:
3422       # TODO: Add new data
3423       csit-vpp-perf-verify-1901-3n-skx:
3424       - 32  # MRR sel
3425   compare:
3426     title: "2-Node Skx"
3427     data:
3428       # TODO: Add new data
3429       csit-vpp-perf-verify-1901-2n-skx:
3430       - 22  # MRR sel
3431   data: "vpp-compare-topologies-mrr"
3432   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3433   filter: "'MRR' and '4C'"
3434   parameters:
3435   - "name"
3436   - "parent"
3437   - "result"
3438
3439 # Detailed Test Results - VPP Performance Results 3n-hsw
3440 -
3441   type: "table"
3442   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3443   algorithm: "table_merged_details"
3444   output-file-ext: ".csv"
3445   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3446   columns:
3447   -
3448     title: "Name"
3449     data: "data name"
3450   -
3451     title: "Status"
3452     data: "data msg"
3453   rows: "generated"
3454   data: "vpp-perf-results-3n-hsw"
3455   filter: "not 'NDRCHK' and not 'PDRCHK'"
3456   parameters:
3457   - "name"
3458   - "parent"
3459   - "msg"
3460
3461 # Detailed Test Results - VPP Performance Results 3n-skx
3462 -
3463   type: "table"
3464   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3465   algorithm: "table_merged_details"
3466   output-file-ext: ".csv"
3467   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3468   columns:
3469   -
3470     title: "Name"
3471     data: "data name"
3472   -
3473     title: "Status"
3474     data: "data msg"
3475   rows: "generated"
3476   data: "vpp-perf-results-3n-skx"
3477   filter: "not 'NDRCHK' and not 'PDRCHK'"
3478   parameters:
3479   - "name"
3480   - "parent"
3481   - "msg"
3482
3483 # Detailed Test Results - VPP Performance Results 2n-skx
3484 -
3485   type: "table"
3486   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3487   algorithm: "table_merged_details"
3488   output-file-ext: ".csv"
3489   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3490   columns:
3491   -
3492     title: "Name"
3493     data: "data name"
3494   -
3495     title: "Status"
3496     data: "data msg"
3497   rows: "generated"
3498   data: "vpp-perf-results-2n-skx"
3499   filter: "not 'NDRCHK' and not 'PDRCHK'"
3500   parameters:
3501   - "name"
3502   - "parent"
3503   - "msg"
3504
3505 # Detailed Test Results - VPP Performance Results 2n-dnv
3506 -
3507   type: "table"
3508   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3509   algorithm: "table_details"
3510   output-file-ext: ".csv"
3511   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3512   columns:
3513   -
3514     title: "Name"
3515     data: "data name"
3516   -
3517     title: "Status"
3518     data: "data msg"
3519   rows: "generated"
3520   data: "intel-dnv-vpp"
3521   filter: "'NDRPDR'"
3522   parameters:
3523   - "name"
3524   - "parent"
3525   - "msg"
3526
3527 # Test configuration - VPP Performance Test Configs 3n-hsw
3528 -
3529   type: "table"
3530   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3531   algorithm: "table_merged_details"
3532   output-file-ext: ".csv"
3533   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3534   columns:
3535   -
3536     title: "Name"
3537     data: "data name"
3538   -
3539     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3540     data: "data vat-history"
3541   rows: "generated"
3542   data: "vpp-perf-results-3n-hsw"
3543   filter: "not 'NDRCHK' and not 'PDRCHK'"
3544   parameters:
3545   - "parent"
3546   - "name"
3547   - "vat-history"
3548
3549 # Test configuration - VPP Performance Test Configs 3n-skx
3550 -
3551   type: "table"
3552   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3553   algorithm: "table_merged_details"
3554   output-file-ext: ".csv"
3555   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3556   columns:
3557   -
3558     title: "Name"
3559     data: "data name"
3560   -
3561     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3562     data: "data vat-history"
3563   rows: "generated"
3564   data: "vpp-perf-results-3n-skx"
3565   filter: "not 'NDRCHK' and not 'PDRCHK'"
3566   parameters:
3567   - "parent"
3568   - "name"
3569   - "vat-history"
3570
3571 # Test configuration - VPP Performance Test Configs 2n-skx
3572 -
3573   type: "table"
3574   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3575   algorithm: "table_merged_details"
3576   output-file-ext: ".csv"
3577   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3578   columns:
3579   -
3580     title: "Name"
3581     data: "data name"
3582   -
3583     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3584     data: "data vat-history"
3585   rows: "generated"
3586   data: "vpp-perf-results-2n-skx"
3587   filter: "not 'NDRCHK' and not 'PDRCHK'"
3588   parameters:
3589   - "parent"
3590   - "name"
3591   - "vat-history"
3592
3593 # Test configuration - VPP Performance Test Configs 2n-dnv
3594 -
3595   type: "table"
3596   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3597   algorithm: "table_details"
3598   output-file-ext: ".csv"
3599   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3600   columns:
3601   -
3602     title: "Name"
3603     data: "data name"
3604   -
3605     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3606     data: "data vat-history"
3607   rows: "generated"
3608   data: "intel-dnv-vpp"
3609   filter: "'NDRPDR'"
3610   parameters:
3611   - "parent"
3612   - "name"
3613   - "vat-history"
3614
3615 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3616 -
3617   type: "table"
3618   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3619   algorithm: "table_merged_details"
3620   output-file-ext: ".csv"
3621   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3622   columns:
3623   -
3624     title: "Name"
3625     data: "data name"
3626   -
3627     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3628     data: "data show-run"
3629   rows: "generated"
3630   data: "vpp-perf-results-3n-hsw"
3631   filter: "not 'NDRCHK' and not 'PDRCHK'"
3632   parameters:
3633   - "parent"
3634   - "name"
3635   - "show-run"
3636
3637 # Test Operational Data - VPP Performance Operational Data 3n-skx
3638 -
3639   type: "table"
3640   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3641   algorithm: "table_merged_details"
3642   output-file-ext: ".csv"
3643   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3644   columns:
3645   -
3646     title: "Name"
3647     data: "data name"
3648   -
3649     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3650     data: "data show-run"
3651   rows: "generated"
3652   data: "vpp-perf-results-3n-skx"
3653   filter: "not 'NDRCHK' and not 'PDRCHK'"
3654   parameters:
3655   - "parent"
3656   - "name"
3657   - "show-run"
3658
3659 # Test Operational Data - VPP Performance Operational Data 2n-skx
3660 -
3661   type: "table"
3662   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3663   algorithm: "table_merged_details"
3664   output-file-ext: ".csv"
3665   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3666   columns:
3667   -
3668     title: "Name"
3669     data: "data name"
3670   -
3671     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3672     data: "data show-run"
3673   rows: "generated"
3674   data: "vpp-perf-results-2n-skx"
3675   filter: "not 'NDRCHK' and not 'PDRCHK'"
3676   parameters:
3677   - "parent"
3678   - "name"
3679   - "show-run"
3680
3681 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3682 -
3683   type: "table"
3684   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3685   algorithm: "table_details"
3686   output-file-ext: ".csv"
3687   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3688   columns:
3689   -
3690     title: "Name"
3691     data: "data name"
3692   -
3693     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3694     data: "data show-run"
3695   rows: "generated"
3696   data: "intel-dnv-vpp"
3697   filter: "'NDRPDR'"
3698   parameters:
3699   - "parent"
3700   - "name"
3701   - "show-run"
3702
3703 # Detailed Test Results - VPP MRR Results 3n-hsw
3704 -
3705   type: "table"
3706   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3707   algorithm: "table_details"
3708   output-file-ext: ".csv"
3709   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3710   columns:
3711   -
3712     title: "Name"
3713     data: "data name"
3714   -
3715     title: "Status"
3716     data: "data msg"
3717   rows: "generated"
3718   data: "vpp-mrr-results-3n-hsw"
3719   filter: "'MRR'"
3720   parameters:
3721   - "name"
3722   - "parent"
3723   - "msg"
3724
3725 # Detailed Test Results - VPP MRR Results 3n-skx
3726 -
3727   type: "table"
3728   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3729   algorithm: "table_details"
3730   output-file-ext: ".csv"
3731   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3732   columns:
3733   -
3734     title: "Name"
3735     data: "data name"
3736   -
3737     title: "Status"
3738     data: "data msg"
3739   rows: "generated"
3740   data: "vpp-mrr-results-3n-skx"
3741   filter: "'MRR'"
3742   parameters:
3743   - "name"
3744   - "parent"
3745   - "msg"
3746
3747 # Detailed Test Results - VPP MRR Results 2n-skx
3748 -
3749   type: "table"
3750   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3751   algorithm: "table_details"
3752   output-file-ext: ".csv"
3753   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3754   columns:
3755   -
3756     title: "Name"
3757     data: "data name"
3758   -
3759     title: "Status"
3760     data: "data msg"
3761   rows: "generated"
3762   data: "vpp-mrr-results-2n-skx"
3763   filter: "'MRR'"
3764   parameters:
3765   - "name"
3766   - "parent"
3767   - "msg"
3768
3769 # Detailed Test Results - VPP MRR Results 2n-dnv
3770 -
3771   type: "table"
3772   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3773   algorithm: "table_details"
3774   output-file-ext: ".csv"
3775   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3776   columns:
3777   -
3778     title: "Name"
3779     data: "data name"
3780   -
3781     title: "Status"
3782     data: "data msg"
3783   rows: "generated"
3784   data: "intel-dnv-vpp"
3785   filter: "'MRR'"
3786   parameters:
3787   - "name"
3788   - "parent"
3789   - "msg"
3790
3791 # Test configuration - VPP MRR Test Configs 3n-hsw
3792 -
3793   type: "table"
3794   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3795   algorithm: "table_details"
3796   output-file-ext: ".csv"
3797   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3798   columns:
3799   -
3800     title: "Name"
3801     data: "data name"
3802   -
3803     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3804     data: "data vat-history"
3805   rows: "generated"
3806   data: "vpp-mrr-results-3n-hsw"
3807   filter: "'MRR'"
3808   parameters:
3809   - "parent"
3810   - "name"
3811   - "vat-history"
3812
3813 # Test configuration - VPP MRR Test Configs 3n-skx
3814 -
3815   type: "table"
3816   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3817   algorithm: "table_details"
3818   output-file-ext: ".csv"
3819   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3820   columns:
3821   -
3822     title: "Name"
3823     data: "data name"
3824   -
3825     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3826     data: "data vat-history"
3827   rows: "generated"
3828   data: "vpp-mrr-results-3n-skx"
3829   filter: "'MRR'"
3830   parameters:
3831   - "parent"
3832   - "name"
3833   - "vat-history"
3834
3835 # Test configuration - VPP MRR Test Configs 2n-skx
3836 -
3837   type: "table"
3838   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3839   algorithm: "table_details"
3840   output-file-ext: ".csv"
3841   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3842   columns:
3843   -
3844     title: "Name"
3845     data: "data name"
3846   -
3847     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3848     data: "data vat-history"
3849   rows: "generated"
3850   data: "vpp-mrr-results-2n-skx"
3851   filter: "'MRR'"
3852   parameters:
3853   - "parent"
3854   - "name"
3855   - "vat-history"
3856
3857 # Test configuration - VPP MRR Test Configs 2n-dnv
3858 -
3859   type: "table"
3860   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3861   algorithm: "table_details"
3862   output-file-ext: ".csv"
3863   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3864   columns:
3865   -
3866     title: "Name"
3867     data: "data name"
3868   -
3869     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3870     data: "data vat-history"
3871   rows: "generated"
3872   data: "intel-dnv-vpp"
3873   filter: "'MRR'"
3874   parameters:
3875   - "parent"
3876   - "name"
3877   - "vat-history"
3878
3879 # Detailed Test Results - VPP Functional Results - Ubuntu
3880 -
3881   type: "table"
3882   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3883   algorithm: "table_details"
3884   output-file-ext: ".csv"
3885   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3886   columns:
3887   -
3888     title: "Name"
3889     data: "data name"
3890   -
3891     title: "Documentation"
3892     data: "data doc"
3893   -
3894     title: "Status"
3895     data: "data status"
3896   rows: "generated"
3897   data: "vpp-func-results-ubuntu"
3898   filter: "all"
3899   parameters:
3900   - "name"
3901   - "parent"
3902   - "doc"
3903   - "status"
3904
3905 # Detailed Test Results - VPP Functional Results - CentOS
3906 -
3907   type: "table"
3908   title: "Detailed Test Results - VPP Functional Results - CentOS"
3909   algorithm: "table_details"
3910   output-file-ext: ".csv"
3911   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3912   columns:
3913   -
3914     title: "Name"
3915     data: "data name"
3916   -
3917     title: "Documentation"
3918     data: "data doc"
3919   -
3920     title: "Status"
3921     data: "data status"
3922   rows: "generated"
3923   data:
3924     "vpp-func-results-centos"
3925   filter: "all"
3926   parameters:
3927   - "name"
3928   - "parent"
3929   - "doc"
3930   - "status"
3931
3932 # Test configuration - VPP Functional Test Configs - Ubuntu
3933 -
3934   type: "table"
3935   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3936   algorithm: "table_details"
3937   output-file-ext: ".csv"
3938   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3939   columns:
3940   -
3941     title: "Name"
3942     data: "data name"
3943   -
3944     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3945     data: "data vat-history"
3946   rows: "generated"
3947   data: "vpp-func-results-ubuntu"
3948   filter: "all"
3949   parameters:
3950   - "parent"
3951   - "name"
3952   - "vat-history"
3953
3954 # Test configuration - VPP Functional Test Configs - CentOS
3955 -
3956   type: "table"
3957   title: "Test configuration - VPP Functional Test Configs - CentOS"
3958   algorithm: "table_details"
3959   output-file-ext: ".csv"
3960   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3961   columns:
3962   -
3963     title: "Name"
3964     data: "data name"
3965   -
3966     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3967     data: "data vat-history"
3968   rows: "generated"
3969   data: "vpp-func-results-centos"
3970   filter: "all"
3971   parameters:
3972   - "parent"
3973   - "name"
3974   - "vat-history"
3975
3976 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3977 -
3978   type: "table"
3979   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3980   algorithm: "table_details"
3981   output-file-ext: ".csv"
3982   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3983   columns:
3984   -
3985     title: "Name"
3986     data: "data name"
3987   -
3988     title: "Status"
3989     data: "data msg"
3990   rows: "generated"
3991   data: "ligato-perf-results-3n-hsw"
3992   filter: "all"
3993   parameters:
3994   - "name"
3995   - "parent"
3996   - "msg"
3997
3998 # Detailed Test Results - VPP Device Results - Ubuntu
3999 -
4000   type: "table"
4001   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4002   algorithm: "table_details"
4003   output-file-ext: ".csv"
4004   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4005   columns:
4006   -
4007     title: "Name"
4008     data: "data name"
4009   -
4010     title: "Documentation"
4011     data: "data doc"
4012   -
4013     title: "Status"
4014     data: "data status"
4015   rows: "generated"
4016   data: "vpp-device-results-ubuntu"
4017   filter: "all"
4018   parameters:
4019   - "name"
4020   - "parent"
4021   - "doc"
4022   - "status"
4023
4024 # Test configuration - VPP Device Test Configs - Ubuntu
4025 -
4026   type: "table"
4027   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4028   algorithm: "table_details"
4029   output-file-ext: ".csv"
4030   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4031   columns:
4032   -
4033     title: "Name"
4034     data: "data name"
4035   -
4036     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
4037     data: "data vat-history"
4038   rows: "generated"
4039   data: "vpp-device-results-ubuntu"
4040   filter: "all"
4041   parameters:
4042   - "parent"
4043   - "name"
4044   - "vat-history"
4045
4046 ################################################################################
4047
4048 # DPDK Performance Changes 3n-hsw 1t1c pdr
4049 -
4050   type: "table"
4051   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4052   algorithm: "table_performance_comparison"
4053   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4054   history:
4055     -
4056       title: "rls1807"
4057       data:
4058         csit-dpdk-perf-verify-1807-3n-hsw:
4059         - 11
4060         - 12  # full
4061         - 14
4062         - 15
4063         - 16
4064         - 17
4065         - 20
4066         - 21
4067         - 22
4068         - 23
4069   reference:
4070     title: "rls1810"
4071     data:
4072       csit-dpdk-perf-verify-1810-3n-hsw:
4073       - 1   # NDRPDR sel
4074       - 2   # NDRPDR sel
4075       - 3   # NDRPDR sel
4076       - 4   # NDRPDR sel
4077       - 5   # NDRPDR sel
4078       - 6   # NDRPDR sel
4079       - 7   # NDRPDR sel
4080       - 8   # NDRPDR sel
4081       - 9   # NDRPDR sel
4082       - 10  # NDRPDR sel
4083   compare:
4084     title: "rls1901"
4085     data:
4086       csit-dpdk-perf-verify-1901-3n-hsw:
4087       - 13  # NDRPDR sel
4088       - 14  # NDRPDR sel
4089   data: "dpdk-performance-changes-3n-hsw"
4090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4091   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4092   parameters:
4093   - "name"
4094   - "parent"
4095   - "throughput"
4096
4097 # DPDK Performance Changes 3n-hsw 2t2c pdr
4098 -
4099   type: "table"
4100   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4101   algorithm: "table_performance_comparison"
4102   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4103   history:
4104     -
4105       title: "rls1807"
4106       data:
4107         csit-dpdk-perf-verify-1807-3n-hsw:
4108         - 11
4109         - 12  # full
4110         - 14
4111         - 15
4112         - 16
4113         - 17
4114         - 20
4115         - 21
4116         - 22
4117         - 23
4118   reference:
4119     title: "rls1810"
4120     data:
4121       csit-dpdk-perf-verify-1810-3n-hsw:
4122       - 1   # NDRPDR sel
4123       - 2   # NDRPDR sel
4124       - 3   # NDRPDR sel
4125       - 4   # NDRPDR sel
4126       - 5   # NDRPDR sel
4127       - 6   # NDRPDR sel
4128       - 7   # NDRPDR sel
4129       - 8   # NDRPDR sel
4130       - 9   # NDRPDR sel
4131       - 10  # NDRPDR sel
4132   compare:
4133     title: "rls1901"
4134     data:
4135       csit-dpdk-perf-verify-1901-3n-hsw:
4136       - 13  # NDRPDR sel
4137       - 14  # NDRPDR sel
4138   data: "dpdk-performance-changes-3n-hsw"
4139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4140   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4141   parameters:
4142   - "name"
4143   - "parent"
4144   - "throughput"
4145
4146 # DPDK Performance Changes 3n-hsw 1t1c ndr
4147 -
4148   type: "table"
4149   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4150   algorithm: "table_performance_comparison"
4151   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4152   history:
4153     -
4154       title: "rls1807"
4155       data:
4156         csit-dpdk-perf-verify-1807-3n-hsw:
4157         - 11
4158         - 12  # full
4159         - 14
4160         - 15
4161         - 16
4162         - 17
4163         - 20
4164         - 21
4165         - 22
4166         - 23
4167   reference:
4168     title: "rls1810"
4169     data:
4170       csit-dpdk-perf-verify-1810-3n-hsw:
4171       - 1   # NDRPDR sel
4172       - 2   # NDRPDR sel
4173       - 3   # NDRPDR sel
4174       - 4   # NDRPDR sel
4175       - 5   # NDRPDR sel
4176       - 6   # NDRPDR sel
4177       - 7   # NDRPDR sel
4178       - 8   # NDRPDR sel
4179       - 9   # NDRPDR sel
4180       - 10  # NDRPDR sel
4181   compare:
4182     title: "rls1901"
4183     data:
4184       csit-dpdk-perf-verify-1901-3n-hsw:
4185       - 13  # NDRPDR sel
4186       - 14  # NDRPDR sel
4187   data: "dpdk-performance-changes-3n-hsw"
4188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4189   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4190   parameters:
4191   - "name"
4192   - "parent"
4193   - "throughput"
4194
4195 # DPDK Performance Changes 3n-hsw 2t2c ndr
4196 -
4197   type: "table"
4198   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4199   algorithm: "table_performance_comparison"
4200   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4201   history:
4202     -
4203       title: "rls1807"
4204       data:
4205         csit-dpdk-perf-verify-1807-3n-hsw:
4206         - 11
4207         - 12  # full
4208         - 14
4209         - 15
4210         - 16
4211         - 17
4212         - 20
4213         - 21
4214         - 22
4215         - 23
4216   reference:
4217     title: "rls1810"
4218     data:
4219       csit-dpdk-perf-verify-1810-3n-hsw:
4220       - 1   # NDRPDR sel
4221       - 2   # NDRPDR sel
4222       - 3   # NDRPDR sel
4223       - 4   # NDRPDR sel
4224       - 5   # NDRPDR sel
4225       - 6   # NDRPDR sel
4226       - 7   # NDRPDR sel
4227       - 8   # NDRPDR sel
4228       - 9   # NDRPDR sel
4229       - 10  # NDRPDR sel
4230   compare:
4231     title: "rls1901"
4232     data:
4233       csit-dpdk-perf-verify-1901-3n-hsw:
4234       - 13  # NDRPDR sel
4235       - 14  # NDRPDR sel
4236   data: "dpdk-performance-changes-3n-hsw"
4237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4238   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4239   parameters:
4240   - "name"
4241   - "parent"
4242   - "throughput"
4243
4244 # DPDK Performance Changes 3n-skx 2t1c pdr
4245 -
4246   type: "table"
4247   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4248   algorithm: "table_performance_comparison"
4249   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4250   history:
4251     -
4252       title: "rls1807"
4253       data:
4254         csit-dpdk-perf-verify-1807-3n-skx:
4255         - 1   # NDRPDR sel
4256         - 2   # NDRPDR sel
4257         - 3   # NDRPDR sel
4258         - 6   # NDRPDR sel
4259         - 7   # NDRPDR sel
4260         - 8   # NDRPDR sel
4261         - 9   # NDRPDR sel
4262         - 10  # NDRPDR sel
4263         - 11  # NDRPDR sel
4264         - 12  # NDRPDR sel
4265   reference:
4266     title: "rls1810"
4267     data:
4268       csit-dpdk-perf-verify-1810-3n-skx:
4269       - 3   # NDRPDR sel
4270       - 4   # NDRPDR sel
4271       - 6   # NDRPDR sel
4272       - 7   # NDRPDR sel
4273       - 8   # NDRPDR sel
4274       - 9   # NDRPDR sel
4275       - 10  # NDRPDR sel
4276       - 11  # NDRPDR sel
4277       - 12  # NDRPDR sel
4278       - 13  # NDRPDR sel
4279   compare:
4280     title: "rls1901"
4281     data:
4282       # TODO: Add new data
4283       csit-dpdk-perf-verify-1901-3n-skx:
4284       - 3   # NDRPDR sel
4285       - 5   # NDRPDR sel
4286       - 6   # NDRPDR sel
4287       - 7   # NDRPDR sel
4288       - 8   # NDRPDR sel
4289       - 9   # NDRPDR sel
4290   data: "dpdk-performance-changes-3n-skx"
4291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4292   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4293   parameters:
4294   - "name"
4295   - "parent"
4296   - "throughput"
4297
4298 # DPDK Performance Changes 3n-skx 4t2c pdr
4299 -
4300   type: "table"
4301   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4302   algorithm: "table_performance_comparison"
4303   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4304   history:
4305     -
4306       title: "rls1807"
4307       data:
4308         csit-dpdk-perf-verify-1807-3n-skx:
4309         - 1   # NDRPDR sel
4310         - 2   # NDRPDR sel
4311         - 3   # NDRPDR sel
4312         - 6   # NDRPDR sel
4313         - 7   # NDRPDR sel
4314         - 8   # NDRPDR sel
4315         - 9   # NDRPDR sel
4316         - 10  # NDRPDR sel
4317         - 11  # NDRPDR sel
4318         - 12  # NDRPDR sel
4319   reference:
4320     title: "rls1810"
4321     data:
4322       csit-dpdk-perf-verify-1810-3n-skx:
4323       - 3   # NDRPDR sel
4324       - 4   # NDRPDR sel
4325       - 6   # NDRPDR sel
4326       - 7   # NDRPDR sel
4327       - 8   # NDRPDR sel
4328       - 9   # NDRPDR sel
4329       - 10  # NDRPDR sel
4330       - 11  # NDRPDR sel
4331       - 12  # NDRPDR sel
4332       - 13  # NDRPDR sel
4333   compare:
4334     title: "rls1901"
4335     data:
4336       # TODO: Add new data
4337       csit-dpdk-perf-verify-1901-3n-skx:
4338       - 3   # NDRPDR sel
4339       - 5   # NDRPDR sel
4340       - 6   # NDRPDR sel
4341       - 7   # NDRPDR sel
4342       - 8   # NDRPDR sel
4343       - 9   # NDRPDR sel
4344   data: "dpdk-performance-changes-3n-skx"
4345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4346   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4347   parameters:
4348   - "name"
4349   - "parent"
4350   - "throughput"
4351
4352 # DPDK Performance Changes 3n-skx 2t1c ndr
4353 -
4354   type: "table"
4355   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4356   algorithm: "table_performance_comparison"
4357   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4358   history:
4359     -
4360       title: "rls1807"
4361       data:
4362         csit-dpdk-perf-verify-1807-3n-skx:
4363         - 1   # NDRPDR sel
4364         - 2   # NDRPDR sel
4365         - 3   # NDRPDR sel
4366         - 6   # NDRPDR sel
4367         - 7   # NDRPDR sel
4368         - 8   # NDRPDR sel
4369         - 9   # NDRPDR sel
4370         - 10  # NDRPDR sel
4371         - 11  # NDRPDR sel
4372         - 12  # NDRPDR sel
4373   reference:
4374     title: "rls1810"
4375     data:
4376       csit-dpdk-perf-verify-1810-3n-skx:
4377       - 3   # NDRPDR sel
4378       - 4   # NDRPDR sel
4379       - 6   # NDRPDR sel
4380       - 7   # NDRPDR sel
4381       - 8   # NDRPDR sel
4382       - 9   # NDRPDR sel
4383       - 10  # NDRPDR sel
4384       - 11  # NDRPDR sel
4385       - 12  # NDRPDR sel
4386       - 13  # NDRPDR sel
4387   compare:
4388     title: "rls1901"
4389     data:
4390       # TODO: Add new data
4391       csit-dpdk-perf-verify-1901-3n-skx:
4392       - 3   # NDRPDR sel
4393       - 5   # NDRPDR sel
4394       - 6   # NDRPDR sel
4395       - 7   # NDRPDR sel
4396       - 8   # NDRPDR sel
4397       - 9   # NDRPDR sel
4398   data: "dpdk-performance-changes-3n-skx"
4399   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4400   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4401   parameters:
4402   - "name"
4403   - "parent"
4404   - "throughput"
4405
4406 # DPDK Performance Changes 3n-skx 4t2c ndr
4407 -
4408   type: "table"
4409   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4410   algorithm: "table_performance_comparison"
4411   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4412   history:
4413     -
4414       title: "rls1807"
4415       data:
4416         csit-dpdk-perf-verify-1807-3n-skx:
4417         - 1   # NDRPDR sel
4418         - 2   # NDRPDR sel
4419         - 3   # NDRPDR sel
4420         - 6   # NDRPDR sel
4421         - 7   # NDRPDR sel
4422         - 8   # NDRPDR sel
4423         - 9   # NDRPDR sel
4424         - 10  # NDRPDR sel
4425         - 11  # NDRPDR sel
4426         - 12  # NDRPDR sel
4427   reference:
4428     title: "rls1810"
4429     data:
4430       csit-dpdk-perf-verify-1810-3n-skx:
4431       - 3   # NDRPDR sel
4432       - 4   # NDRPDR sel
4433       - 6   # NDRPDR sel
4434       - 7   # NDRPDR sel
4435       - 8   # NDRPDR sel
4436       - 9   # NDRPDR sel
4437       - 10  # NDRPDR sel
4438       - 11  # NDRPDR sel
4439       - 12  # NDRPDR sel
4440       - 13  # NDRPDR sel
4441   compare:
4442     title: "rls1901"
4443     data:
4444       # TODO: Add new data
4445       csit-dpdk-perf-verify-1901-3n-skx:
4446       - 3   # NDRPDR sel
4447       - 5   # NDRPDR sel
4448       - 6   # NDRPDR sel
4449       - 7   # NDRPDR sel
4450       - 8   # NDRPDR sel
4451       - 9   # NDRPDR sel
4452   data: "dpdk-performance-changes-3n-skx"
4453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4454   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4455   parameters:
4456   - "name"
4457   - "parent"
4458   - "throughput"
4459
4460 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4461 -
4462   type: "table"
4463   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4464   algorithm: "table_performance_comparison"
4465   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4466   reference:
4467     title: "3-Node Hsw"
4468     data:
4469       csit-dpdk-perf-verify-1901-3n-hsw:
4470       - 13  # NDRPDR sel
4471       - 14  # NDRPDR sel
4472   compare:
4473     title: "3-Node Skx"
4474     data:
4475       # TODO: Add new data
4476       csit-dpdk-perf-verify-1901-3n-skx:
4477       - 3   # NDRPDR sel
4478       - 5   # NDRPDR sel
4479       - 6   # NDRPDR sel
4480       - 7   # NDRPDR sel
4481       - 8   # NDRPDR sel
4482       - 9   # NDRPDR sel
4483   data: "dpdk-compare-testbeds"
4484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4485   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4486   parameters:
4487   - "name"
4488   - "parent"
4489   - "throughput"
4490
4491 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4492 -
4493   type: "table"
4494   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4495   algorithm: "table_performance_comparison"
4496   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4497   reference:
4498     title: "3-Node Skx"
4499     data:
4500       # TODO: Add new data
4501       csit-dpdk-perf-verify-1901-3n-skx:
4502       - 3   # NDRPDR sel
4503       - 5   # NDRPDR sel
4504       - 6   # NDRPDR sel
4505       - 7   # NDRPDR sel
4506       - 8   # NDRPDR sel
4507       - 9   # NDRPDR sel
4508   compare:
4509     title: "2-Node Skx"
4510     data:
4511       csit-dpdk-perf-verify-1901-2n-skx:
4512       - 12  # NDRPDR sel
4513       - 13  # NDRPDR sel
4514       - 14  # NDRPDR sel
4515       - 15  # NDRPDR sel
4516       - 16  # NDRPDR sel
4517   data: "dpdk-compare-topologies"
4518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4519   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4520   parameters:
4521   - "name"
4522   - "parent"
4523   - "throughput"
4524
4525 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4526 -
4527   type: "table"
4528   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4529   algorithm: "table_performance_comparison"
4530   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4531   reference:
4532     title: "3-Node Skx"
4533     data:
4534       # TODO: Add new data
4535       csit-dpdk-perf-verify-1901-3n-skx:
4536       - 3   # NDRPDR sel
4537       - 5   # NDRPDR sel
4538       - 6   # NDRPDR sel
4539       - 7   # NDRPDR sel
4540       - 8   # NDRPDR sel
4541       - 9   # NDRPDR sel
4542   compare:
4543     title: "2-Node Skx"
4544     data:
4545       csit-dpdk-perf-verify-1901-2n-skx:
4546       - 12  # NDRPDR sel
4547       - 13  # NDRPDR sel
4548       - 14  # NDRPDR sel
4549       - 15  # NDRPDR sel
4550       - 16  # NDRPDR sel
4551   data: "dpdk-compare-topologies"
4552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4553   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4554   parameters:
4555   - "name"
4556   - "parent"
4557   - "throughput"
4558
4559 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4560 -
4561   type: "table"
4562   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4563   algorithm: "table_performance_comparison"
4564   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4565   reference:
4566     title: "3-Node Hsw"
4567     data:
4568       csit-dpdk-perf-verify-1901-3n-hsw:
4569       - 13  # NDRPDR sel
4570       - 14  # NDRPDR sel
4571   compare:
4572     title: "3-Node Skx"
4573     data:
4574       # TODO: Add new data
4575       csit-dpdk-perf-verify-1901-3n-skx:
4576       - 3   # NDRPDR sel
4577       - 5   # NDRPDR sel
4578       - 6   # NDRPDR sel
4579       - 7   # NDRPDR sel
4580       - 8   # NDRPDR sel
4581       - 9   # NDRPDR sel
4582   data: "dpdk-compare-testbeds"
4583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4584   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4585   parameters:
4586   - "name"
4587   - "parent"
4588   - "throughput"
4589
4590 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4591 # NOTE: Not used in 18.10
4592 #-
4593 #  type: "table"
4594 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4595 #  algorithm: "table_performance_comparison"
4596 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4597 #  reference:
4598 #    title: "3-Node Hsw"
4599 #    data:
4600 #      csit-dpdk-perf-verify-1807-3n-hsw:
4601 #      - 11
4602 #      - 12  # full
4603 #      - 14
4604 #      - 15
4605 #      - 16
4606 #      - 17
4607 #      - 20
4608 #      - 21
4609 #      - 22
4610 #      - 23
4611 #  compare:
4612 #    title: "3-Node Skx"
4613 #    data:
4614 #      csit-dpdk-perf-verify-1807-3n-skx:
4615 #      - 1
4616 #      - 2
4617 #      - 3
4618 #      - 6
4619 #      - 7
4620 #      - 8
4621 #      - 9
4622 #      - 10
4623 #      - 11
4624 #      - 12
4625 #  data: "dpdk-compare-testbeds"
4626 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4627 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4628 #  parameters:
4629 #  - "name"
4630 #  - "parent"
4631 #  - "result"
4632
4633 # DPDK Performance Changes 2n-skx 2t1c pdr
4634 -
4635   type: "table"
4636   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4637   algorithm: "table_performance_comparison"
4638   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4639   reference:
4640     title: "rls1810"
4641     data:
4642       csit-dpdk-perf-verify-1810-2n-skx:
4643       - 3   # NDRPDR sel
4644       - 4   # NDRPDR sel
4645       - 5   # NDRPDR sel
4646       - 7   # NDRPDR sel
4647       - 8   # NDRPDR sel
4648       - 9   # NDRPDR sel
4649       - 10  # NDRPDR sel
4650       - 11  # NDRPDR sel
4651       - 12  # NDRPDR sel
4652       - 13  # NDRPDR sel
4653   compare:
4654     title: "rls1901"
4655     data:
4656       csit-dpdk-perf-verify-1901-2n-skx:
4657       - 12  # NDRPDR sel
4658       - 13  # NDRPDR sel
4659       - 14  # NDRPDR sel
4660       - 15  # NDRPDR sel
4661       - 16  # NDRPDR sel
4662   data: "dpdk-performance-changes-2n-skx"
4663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4664   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4665   parameters:
4666   - "name"
4667   - "parent"
4668   - "throughput"
4669
4670 # DPDK Performance Changes 2n-skx 4t2c pdr
4671 -
4672   type: "table"
4673   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4674   algorithm: "table_performance_comparison"
4675   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4676   reference:
4677     title: "rls1810"
4678     data:
4679       csit-dpdk-perf-verify-1810-2n-skx:
4680       - 3   # NDRPDR sel
4681       - 4   # NDRPDR sel
4682       - 5   # NDRPDR sel
4683       - 7   # NDRPDR sel
4684       - 8   # NDRPDR sel
4685       - 9   # NDRPDR sel
4686       - 10  # NDRPDR sel
4687       - 11  # NDRPDR sel
4688       - 12  # NDRPDR sel
4689       - 13  # NDRPDR sel
4690   compare:
4691     title: "rls1901"
4692     data:
4693       csit-dpdk-perf-verify-1901-2n-skx:
4694       - 12  # NDRPDR sel
4695       - 13  # NDRPDR sel
4696       - 14  # NDRPDR sel
4697       - 15  # NDRPDR sel
4698       - 16  # NDRPDR sel
4699   data: "dpdk-performance-changes-2n-skx"
4700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4701   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4702   parameters:
4703   - "name"
4704   - "parent"
4705   - "throughput"
4706
4707 # DPDK Performance Changes 2n-skx 2t1c ndr
4708 -
4709   type: "table"
4710   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4711   algorithm: "table_performance_comparison"
4712   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4713   reference:
4714     title: "rls1810"
4715     data:
4716       csit-dpdk-perf-verify-1810-2n-skx:
4717       - 3   # NDRPDR sel
4718       - 4   # NDRPDR sel
4719       - 5   # NDRPDR sel
4720       - 7   # NDRPDR sel
4721       - 8   # NDRPDR sel
4722       - 9   # NDRPDR sel
4723       - 10  # NDRPDR sel
4724       - 11  # NDRPDR sel
4725       - 12  # NDRPDR sel
4726       - 13  # NDRPDR sel
4727   compare:
4728     title: "rls1901"
4729     data:
4730       csit-dpdk-perf-verify-1901-2n-skx:
4731       - 12  # NDRPDR sel
4732       - 13  # NDRPDR sel
4733       - 14  # NDRPDR sel
4734       - 15  # NDRPDR sel
4735       - 16  # NDRPDR sel
4736   data: "dpdk-performance-changes-2n-skx"
4737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4738   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4739   parameters:
4740   - "name"
4741   - "parent"
4742   - "throughput"
4743
4744 # DPDK Performance Changes 2n-skx 4t2c ndr
4745 -
4746   type: "table"
4747   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4748   algorithm: "table_performance_comparison"
4749   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4750   reference:
4751     title: "rls1810"
4752     data:
4753       csit-dpdk-perf-verify-1810-2n-skx:
4754       - 3   # NDRPDR sel
4755       - 4   # NDRPDR sel
4756       - 5   # NDRPDR sel
4757       - 7   # NDRPDR sel
4758       - 8   # NDRPDR sel
4759       - 9   # NDRPDR sel
4760       - 10  # NDRPDR sel
4761       - 11  # NDRPDR sel
4762       - 12  # NDRPDR sel
4763       - 13  # NDRPDR sel
4764   compare:
4765     title: "rls1901"
4766     data:
4767       csit-dpdk-perf-verify-1901-2n-skx:
4768       - 12  # NDRPDR sel
4769       - 13  # NDRPDR sel
4770       - 14  # NDRPDR sel
4771       - 15  # NDRPDR sel
4772       - 16  # NDRPDR sel
4773   data: "dpdk-performance-changes-2n-skx"
4774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4775   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4776   parameters:
4777   - "name"
4778   - "parent"
4779   - "throughput"
4780
4781 # Detailed Test Results - DPDK Performance Results 3n-hsw
4782 -
4783   type: "table"
4784   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4785   algorithm: "table_details"
4786   output-file-ext: ".csv"
4787   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4788   columns:
4789   -
4790     title: "Name"
4791     data: "data name"
4792   -
4793     title: "Status"
4794     data: "data msg"
4795   rows: "generated"
4796   data: "dpdk-perf-results-3n-hsw"
4797   filter: "all"
4798   parameters:
4799   - "name"
4800   - "parent"
4801   - "msg"
4802
4803 # Detailed Test Results - DPDK Performance Results 3n-skx
4804 -
4805   type: "table"
4806   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4807   algorithm: "table_details"
4808   output-file-ext: ".csv"
4809   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4810   columns:
4811   -
4812     title: "Name"
4813     data: "data name"
4814   -
4815     title: "Status"
4816     data: "data msg"
4817   rows: "generated"
4818   data: "dpdk-perf-results-3n-skx"
4819   filter: "all"
4820   parameters:
4821   - "name"
4822   - "parent"
4823   - "msg"
4824
4825 # Detailed Test Results - DPDK Performance Results 2n-skx
4826 -
4827   type: "table"
4828   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4829   algorithm: "table_details"
4830   output-file-ext: ".csv"
4831   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4832   columns:
4833   -
4834     title: "Name"
4835     data: "data name"
4836   -
4837     title: "Status"
4838     data: "data msg"
4839   rows: "generated"
4840   data: "dpdk-perf-results-2n-skx"
4841   filter: "all"
4842   parameters:
4843   - "name"
4844   - "parent"
4845   - "msg"
4846
4847 ################################################################################
4848 # HoneyComb
4849 -
4850   type: "table"
4851   title: "Detailed Test Results - Honeycomb Functional Results"
4852   algorithm: "table_details"
4853   output-file-ext: ".csv"
4854   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4855   columns:
4856   -
4857     title: "Name"
4858     data: "data name"
4859   -
4860     title: "Documentation"
4861     data: "data doc"
4862   -
4863     title: "Status"
4864     data: "data status"
4865   rows: "generated"
4866   data:
4867     "hc-func-results"
4868   filter: "all"
4869   parameters:
4870   - "name"
4871   - "parent"
4872   - "doc"
4873   - "status"
4874
4875 ################################################################################
4876 # NSH SFC
4877 -
4878   type: "table"
4879   title: "Detailed Test Results - NSH SFC Functional Results"
4880   algorithm: "table_details"
4881   output-file-ext: ".csv"
4882   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4883   columns:
4884   -
4885     title: "Name"
4886     data: "data name"
4887   -
4888     title: "Documentation"
4889     data: "data doc"
4890   -
4891     title: "Status"
4892     data: "data status"
4893   rows: "generated"
4894   data:
4895     "nsh-func-results"
4896   filter: "all"
4897   parameters:
4898   - "name"
4899   - "parent"
4900   - "doc"
4901   - "status"
4902
4903 ################################################################################
4904 # DMM
4905 -
4906   type: "table"
4907   title: "Detailed Test Results - DMM Functional Results"
4908   algorithm: "table_details"
4909   output-file-ext: ".csv"
4910   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4911   columns:
4912   -
4913     title: "Name"
4914     data: "data name"
4915   -
4916     title: "Documentation"
4917     data: "data doc"
4918   -
4919     title: "Status"
4920     data: "data status"
4921   rows: "generated"
4922   data:
4923     "dmm-func-results"
4924   filter: "all"
4925   parameters:
4926   - "name"
4927   - "parent"
4928   - "doc"
4929   - "status"
4930
4931 ################################################################################
4932 ###                                F I L E S                                 ###
4933 ################################################################################
4934
4935 # VPP Performance Results 3n-hsw
4936 -
4937   type: "file"
4938   title: "VPP Performance Results 3n-hsw"
4939   algorithm: "file_test_results"
4940   output-file-ext: ".rst"
4941   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4942   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"
4943   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4944   data: "vpp-perf-results-3n-hsw"
4945   filter: "not 'NDRCHK' and not 'PDRCHK'"
4946   parameters:
4947   - "name"
4948   - "doc"
4949   - "level"
4950   - "parent"
4951   data-start-level: 3
4952
4953 # VPP Performance Results 3n-skx
4954 -
4955   type: "file"
4956   title: "VPP Performance Results 3n-skx"
4957   algorithm: "file_test_results"
4958   output-file-ext: ".rst"
4959   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4960   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"
4961   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4962   data: "vpp-perf-results-3n-skx"
4963   filter: "not 'NDRCHK' and not 'PDRCHK'"
4964   parameters:
4965   - "name"
4966   - "doc"
4967   - "level"
4968   - "parent"
4969   data-start-level: 3
4970
4971 # VPP Performance Results 2n-skx
4972 -
4973   type: "file"
4974   title: "VPP Performance Results 2n-skx"
4975   algorithm: "file_test_results"
4976   output-file-ext: ".rst"
4977   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4978   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"
4979   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4980   data: "vpp-perf-results-2n-skx"
4981   filter: "not 'NDRCHK' and not 'PDRCHK'"
4982   parameters:
4983   - "name"
4984   - "doc"
4985   - "level"
4986   - "parent"
4987   data-start-level: 3
4988
4989 # VPP Performance Results 2n-dnv
4990 -
4991   type: "file"
4992   title: "VPP Performance Results 2n-dnv"
4993   algorithm: "file_test_results"
4994   output-file-ext: ".rst"
4995   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4996   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"
4997   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4998   data: "intel-dnv-vpp"
4999   filter: "'NDRPDR'"
5000   parameters:
5001   - "name"
5002   - "doc"
5003   - "level"
5004   - "parent"
5005   data-start-level: 3
5006
5007 # VPP Performance Configuration 3n-hsw
5008 -
5009   type: "file"
5010   title: "VPP Performance Configuration 3n-hsw"
5011   algorithm: "file_test_results"
5012   output-file-ext: ".rst"
5013   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5014   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"
5015   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5016   data: "vpp-perf-results-3n-hsw"
5017   filter: "not 'NDRCHK' and not 'PDRCHK'"
5018   parameters:
5019   - "name"
5020   - "doc"
5021   - "level"
5022   - "parent"
5023   data-start-level: 3
5024
5025 # VPP Performance Configuration 3n-skx
5026 -
5027   type: "file"
5028   title: "VPP Performance Configuration 3n-skx"
5029   algorithm: "file_test_results"
5030   output-file-ext: ".rst"
5031   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5032   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"
5033   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5034   data: "vpp-perf-results-3n-skx"
5035   filter: "not 'NDRCHK' and not 'PDRCHK'"
5036   parameters:
5037   - "name"
5038   - "doc"
5039   - "level"
5040   - "parent"
5041   data-start-level: 3
5042
5043 # VPP Performance Configuration 2n-skx
5044 -
5045   type: "file"
5046   title: "VPP Performance Configuration 2n-skx"
5047   algorithm: "file_test_results"
5048   output-file-ext: ".rst"
5049   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5050   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"
5051   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5052   data: "vpp-perf-results-2n-skx"
5053   filter: "not 'NDRCHK' and not 'PDRCHK'"
5054   parameters:
5055   - "name"
5056   - "doc"
5057   - "level"
5058   - "parent"
5059   data-start-level: 3
5060
5061 # VPP Performance Configuration 2n-dnv
5062 -
5063   type: "file"
5064   title: "VPP Performance Configuration 2n-dnv"
5065   algorithm: "file_test_results"
5066   output-file-ext: ".rst"
5067   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5068   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"
5069   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5070   data: "intel-dnv-vpp"
5071   filter: "'NDRPDR'"
5072   parameters:
5073   - "name"
5074   - "doc"
5075   - "level"
5076   - "parent"
5077   data-start-level: 3
5078
5079 # VPP Performance Operational Data 3n-hsw
5080 -
5081   type: "file"
5082   title: "VPP Performance Operational Data 3n-hsw"
5083   algorithm: "file_test_results"
5084   output-file-ext: ".rst"
5085   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5086   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"
5087   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5088   data: "vpp-perf-results-3n-hsw"
5089   filter: "not 'NDRCHK' and not 'PDRCHK'"
5090   parameters:
5091   - "name"
5092   - "doc"
5093   - "level"
5094   - "parent"
5095   data-start-level: 3
5096
5097 # VPP Performance Operational Data 3n-skx
5098 -
5099   type: "file"
5100   title: "VPP Performance Operational Data 3n-skx"
5101   algorithm: "file_test_results"
5102   output-file-ext: ".rst"
5103   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5104   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"
5105   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5106   data: "vpp-perf-results-3n-skx"
5107   filter: "not 'NDRCHK' and not 'PDRCHK'"
5108   parameters:
5109   - "name"
5110   - "doc"
5111   - "level"
5112   - "parent"
5113   data-start-level: 3
5114
5115 # VPP Performance Operational Data 2n-skx
5116 -
5117   type: "file"
5118   title: "VPP Performance Operational Data 2n-skx"
5119   algorithm: "file_test_results"
5120   output-file-ext: ".rst"
5121   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5122   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"
5123   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5124   data: "vpp-perf-results-2n-skx"
5125   filter: "not 'NDRCHK' and not 'PDRCHK'"
5126   parameters:
5127   - "name"
5128   - "doc"
5129   - "level"
5130   - "parent"
5131   data-start-level: 3
5132
5133 # VPP Performance Operational Data 2n-dnv
5134 -
5135   type: "file"
5136   title: "VPP Performance Operational Data 2n-dnv"
5137   algorithm: "file_test_results"
5138   output-file-ext: ".rst"
5139   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5140   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"
5141   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5142   data: "intel-dnv-vpp"
5143   filter: "'NDRPDR'"
5144   parameters:
5145   - "name"
5146   - "doc"
5147   - "level"
5148   - "parent"
5149   data-start-level: 3
5150
5151 # VPP MRR Results 3n-hsw
5152 -
5153   type: "file"
5154   title: "VPP MRR Results 3n-hsw"
5155   algorithm: "file_test_results"
5156   output-file-ext: ".rst"
5157   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5158   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"
5159   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5160   data: "vpp-mrr-results-3n-hsw"
5161   filter: "'MRR'"
5162   parameters:
5163   - "name"
5164   - "doc"
5165   - "level"
5166   - "parent"
5167   data-start-level: 3
5168
5169 # VPP MRR Results 3n-skx
5170 -
5171   type: "file"
5172   title: "VPP MRR Results 3n-skx"
5173   algorithm: "file_test_results"
5174   output-file-ext: ".rst"
5175   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5176   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"
5177   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5178   data: "vpp-mrr-results-3n-skx"
5179   filter: "'MRR'"
5180   parameters:
5181   - "name"
5182   - "doc"
5183   - "level"
5184   - "parent"
5185   data-start-level: 3
5186
5187 # VPP MRR Results 2n-skx
5188 -
5189   type: "file"
5190   title: "VPP MRR Results 2n-skx"
5191   algorithm: "file_test_results"
5192   output-file-ext: ".rst"
5193   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5194   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"
5195   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5196   data: "vpp-mrr-results-2n-skx"
5197   filter: "all"
5198   parameters:
5199   - "name"
5200   - "doc"
5201   - "level"
5202   - "parent"
5203   data-start-level: 3
5204
5205 # VPP MRR Results 2n-dnv
5206 -
5207   type: "file"
5208   title: "VPP MRR Results 2n-dnv"
5209   algorithm: "file_test_results"
5210   output-file-ext: ".rst"
5211   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5212   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"
5213   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5214   data: "intel-dnv-vpp"
5215   filter: "'MRR'"
5216   parameters:
5217   - "name"
5218   - "doc"
5219   - "level"
5220   - "parent"
5221   data-start-level: 3
5222
5223 # VPP MRR Configuration 3n-hsw
5224 -
5225   type: "file"
5226   title: "VPP MRR Configuration 3n-hsw"
5227   algorithm: "file_test_results"
5228   output-file-ext: ".rst"
5229   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5230   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"
5231   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5232   data: "vpp-mrr-results-3n-hsw"
5233   filter: "'MRR'"
5234   parameters:
5235   - "name"
5236   - "doc"
5237   - "level"
5238   - "parent"
5239   data-start-level: 3
5240
5241 # VPP MRR Configuration 3n-skx
5242 -
5243   type: "file"
5244   title: "VPP MRR Configuration 3n-skx"
5245   algorithm: "file_test_results"
5246   output-file-ext: ".rst"
5247   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5248   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"
5249   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5250   data: "vpp-mrr-results-3n-skx"
5251   filter: "'MRR'"
5252   parameters:
5253   - "name"
5254   - "doc"
5255   - "level"
5256   - "parent"
5257   data-start-level: 3
5258
5259 # VPP MRR Configuration 2n-skx
5260 -
5261   type: "file"
5262   title: "VPP MRR Configuration 2n-skx"
5263   algorithm: "file_test_results"
5264   output-file-ext: ".rst"
5265   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
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[DTC,MRR,VPP,2N,SKX]}"
5268   data: "vpp-mrr-results-2n-skx"
5269   filter: "'MRR'"
5270   parameters:
5271   - "name"
5272   - "doc"
5273   - "level"
5274   - "parent"
5275   data-start-level: 3
5276
5277 # VPP MRR Configuration 2n-dnv
5278 -
5279   type: "file"
5280   title: "VPP MRR Configuration 2n-dnv"
5281   algorithm: "file_test_results"
5282   output-file-ext: ".rst"
5283   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5284   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"
5285   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5286   data: "intel-dnv-vpp"
5287   filter: "'MRR'"
5288   parameters:
5289   - "name"
5290   - "doc"
5291   - "level"
5292   - "parent"
5293   data-start-level: 3
5294
5295 # VPP Functional Results - Ubuntu
5296 -
5297   type: "file"
5298   title: "VPP Functional Results - Ubuntu"
5299   algorithm: "file_test_results"
5300   output-file-ext: ".rst"
5301   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5302   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"
5303   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5304   data: "vpp-func-results-ubuntu"
5305   filter: "all"
5306   parameters:
5307   - "name"
5308   - "doc"
5309   - "level"
5310   - "parent"
5311   data-start-level: 3
5312
5313 # VPP Functional Results - CentOS
5314 -
5315   type: "file"
5316   title: "VPP Functional Results - CentOS"
5317   algorithm: "file_test_results"
5318   output-file-ext: ".rst"
5319   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5320   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"
5321   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5322   data:
5323     "vpp-func-results-centos"
5324   filter: "all"
5325   parameters:
5326   - "name"
5327   - "doc"
5328   - "level"
5329   - "parent"
5330   data-start-level: 3
5331
5332 # VPP Functional Configuration - Ubuntu
5333 -
5334   type: "file"
5335   title: "VPP Functional Configuration - Ubuntu"
5336   algorithm: "file_test_results"
5337   output-file-ext: ".rst"
5338   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5339   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"
5340   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5341   data: "vpp-func-results-ubuntu"
5342   filter: "all"
5343   parameters:
5344   - "name"
5345   - "doc"
5346   - "level"
5347   - "parent"
5348   data-start-level: 3
5349
5350 # VPP Functional Configuration - CentOS
5351 -
5352   type: "file"
5353   title: "VPP Functional Configuration - CentOS"
5354   algorithm: "file_test_results"
5355   output-file-ext: ".rst"
5356   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5357   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"
5358   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5359   data:
5360     "vpp-func-results-centos"
5361   filter: "all"
5362   parameters:
5363   - "name"
5364   - "doc"
5365   - "level"
5366   - "parent"
5367   data-start-level: 3
5368
5369 # VPP Device Results - Ubuntu
5370 -
5371   type: "file"
5372   title: "VPP Device Results - Ubuntu"
5373   algorithm: "file_test_results"
5374   output-file-ext: ".rst"
5375   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5376   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"
5377   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5378   data: "vpp-device-results-ubuntu"
5379   filter: "all"
5380   parameters:
5381   - "name"
5382   - "doc"
5383   - "level"
5384   - "parent"
5385   data-start-level: 2
5386
5387 # VPP Device Configuration - Ubuntu
5388 -
5389   type: "file"
5390   title: "VPP Device Configuration - Ubuntu"
5391   algorithm: "file_test_results"
5392   output-file-ext: ".rst"
5393   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5394   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"
5395   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5396   data: "vpp-device-results-ubuntu"
5397   filter: "all"
5398   parameters:
5399   - "name"
5400   - "doc"
5401   - "level"
5402   - "parent"
5403   data-start-level: 2
5404
5405 # Container Orchestrated Performance Results 3n-hsw
5406 -
5407   type: "file"
5408   title: "Container Orchestrated Performance Results 3n-hsw"
5409   algorithm: "file_test_results"
5410   output-file-ext: ".rst"
5411   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
5412   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"
5413   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
5414   data: "ligato-perf-results-3n-hsw"
5415   filter: "all"
5416   parameters:
5417   - "name"
5418   - "doc"
5419   - "level"
5420   - "parent"
5421   data-start-level: 3
5422
5423 # DPDK Performance Results 3n-hsw
5424 -
5425   type: "file"
5426   title: "DPDK Performance Results 3n-hsw"
5427   algorithm: "file_test_results"
5428   output-file-ext: ".rst"
5429   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5430   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"
5431   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5432   data: "dpdk-perf-results-3n-hsw"
5433   filter: "all"
5434   parameters:
5435   - "name"
5436   - "doc"
5437   - "level"
5438   - "parent"
5439   data-start-level: 3
5440
5441 # DPDK Performance Results 3n-skx
5442 -
5443   type: "file"
5444   title: "DPDK Performance Results 3n-skx"
5445   algorithm: "file_test_results"
5446   output-file-ext: ".rst"
5447   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5448   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"
5449   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5450   data: "dpdk-perf-results-3n-skx"
5451   filter: "all"
5452   parameters:
5453   - "name"
5454   - "doc"
5455   - "level"
5456   - "parent"
5457   data-start-level: 3
5458
5459 # DPDK Performance Results 2n-skx
5460 -
5461   type: "file"
5462   title: "DPDK Performance Results 2n-skx"
5463   algorithm: "file_test_results"
5464   output-file-ext: ".rst"
5465   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5466   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"
5467   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5468   data: "dpdk-perf-results-2n-skx"
5469   filter: "all"
5470   parameters:
5471   - "name"
5472   - "doc"
5473   - "level"
5474   - "parent"
5475   data-start-level: 3
5476
5477 # Honeycomb Functional Results
5478 -
5479   type: "file"
5480   title: "Honeycomb Functional Results"
5481   algorithm: "file_test_results"
5482   output-file-ext: ".rst"
5483   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
5484   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"
5485   dir-tables: "{DIR[DTR,FUNC,HC]}"
5486   data:
5487     "hc-func-results"
5488   filter: "all"
5489   parameters:
5490   - "name"
5491   - "doc"
5492   - "level"
5493   - "parent"
5494   data-start-level: 3
5495
5496 # NSH SFC Functional Results
5497 -
5498   type: "file"
5499   title: "NSH SFC Functional Results"
5500   algorithm: "file_test_results"
5501   output-file-ext: ".rst"
5502   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
5503   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"
5504   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
5505   data:
5506     "nsh-func-results"
5507   filter: "all"
5508   parameters:
5509   - "name"
5510   - "doc"
5511   - "level"
5512   - "parent"
5513   data-start-level: 3
5514
5515 # DMM Functional Results
5516 -
5517   type: "file"
5518   title: "DMM Functional Results"
5519   algorithm: "file_test_results"
5520   output-file-ext: ".rst"
5521   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5522   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"
5523   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5524   data:
5525     "dmm-func-results"
5526   filter: "all"
5527   parameters:
5528   - "name"
5529   - "doc"
5530   - "level"
5531   - "parent"
5532   data-start-level: 3
5533
5534 ################################################################################
5535 ###                                P L O T S                                 ###
5536 ################################################################################
5537
5538 # Soak test - 30min Soak Test (PLRsearch), boxes
5539 -
5540   type: "plot"
5541   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
5542   algorithm: "plot_soak_boxes"
5543   output-file-type: ".html"
5544   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5545   data: "plot-vpp-soak-2n-skx"
5546   filter: "'SOAK'"
5547   parameters:
5548   - "throughput"
5549   - "parent"
5550   - "tags"
5551   sort:
5552   - "L2PATCH"
5553   - "L2XCBASE"
5554   - "L2BDMACLRN"
5555   - "IP4FWD"
5556   - "IP6FWD"
5557   - "VHOST"
5558   layout:
5559     title: "30min Soak Test (PLRsearch)"
5560     layout: "plot-soak-throughput"
5561
5562 # Soak test - example, not used
5563 -
5564   type: "plot"
5565   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
5566   algorithm: "plot_soak_bars"
5567   output-file-type: ".html"
5568   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5569   data: "plot-vpp-soak-2n-skx"
5570   filter: "'SOAK'"
5571   parameters:
5572   - "throughput"
5573   - "parent"
5574   - "tags"
5575   sort:
5576   - "L2PATCH"
5577   - "L2XCBASE"
5578   - "L2BDMACLRN"
5579   - "IP4FWD"
5580   - "IP6FWD"
5581   - "VHOST"
5582   layout:
5583     title: "30min Soak Test (PLRsearch)"
5584     layout: "plot-soak-throughput"
5585
5586 ################################################################################
5587 # Plots - NF Density - VSC
5588
5589 -
5590   type: "plot"
5591   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5592   algorithm: "plot_service_density_heatmap"
5593   output-file-type: ".html"
5594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5595   data: "plot-vpp-nfv-2n-skx-mrr"
5596   filter: "'NIC_Intel-X710' and
5597            'NF_DENSITY' and
5598            'VM' and
5599            'CHAIN' and
5600            '64B' and
5601            '2T1C' and
5602            'MRR'"
5603   parameters:
5604   - "result"
5605   - "name"
5606   - "tags"
5607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5608   x-axis: "X = VNFs per Service Chain"
5609   y-axis: "Y = Number of Service Chains"
5610   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5611   layout:
5612     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5613     layout: "plot-service-density"
5614
5615 -
5616   type: "plot"
5617   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5618   algorithm: "plot_service_density_heatmap"
5619   output-file-type: ".html"
5620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
5621   data: "plot-vpp-nfv-2n-skx-mrr"
5622   filter: "'NIC_Intel-X710' and
5623            'NF_DENSITY' and
5624            'VM' and
5625            'CHAIN' and
5626            '64B' and
5627            '4T2C' and
5628            'MRR'"
5629   parameters:
5630   - "result"
5631   - "name"
5632   - "tags"
5633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5634   x-axis: "X = VNFs per Service Chain"
5635   y-axis: "Y = Number of Service Chains"
5636   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5637   layout:
5638     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5639     layout: "plot-service-density"
5640
5641 -
5642   type: "plot"
5643   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5644   algorithm: "plot_service_density_heatmap"
5645   output-file-type: ".html"
5646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
5647   data: "plot-vpp-nfv-2n-skx-mrr"
5648   filter: "'NIC_Intel-X710' and
5649            'NF_DENSITY' and
5650            'VM' and
5651            'CHAIN' and
5652            'IMIX' and
5653            '2T1C' and
5654            'MRR'"
5655   parameters:
5656   - "result"
5657   - "name"
5658   - "tags"
5659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5660   x-axis: "X = VNFs per Service Chain"
5661   y-axis: "Y = Number of Service Chains"
5662   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5663   layout:
5664     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5665     layout: "plot-service-density"
5666
5667 -
5668   type: "plot"
5669   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5670   algorithm: "plot_service_density_heatmap"
5671   output-file-type: ".html"
5672   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
5673   data: "plot-vpp-nfv-2n-skx-mrr"
5674   filter: "'NIC_Intel-X710' and
5675            'NF_DENSITY' and
5676            'VM' and
5677            'CHAIN' and
5678            'IMIX' and
5679            '4T2C' and
5680            'MRR'"
5681   parameters:
5682   - "result"
5683   - "name"
5684   - "tags"
5685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5686   x-axis: "X = VNFs per Service Chain"
5687   y-axis: "Y = Number of Service Chains"
5688   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5689   layout:
5690     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5691     layout: "plot-service-density"
5692
5693 -
5694   type: "plot"
5695   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5696   algorithm: "plot_service_density_heatmap"
5697   output-file-type: ".html"
5698   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
5699   data: "plot-vpp-nfv-2n-skx"
5700   filter: "'NIC_Intel-X710' and
5701            'NF_DENSITY' and
5702            'VM' and
5703            'CHAIN' and
5704            '64B' and
5705            '2T1C' and
5706            'NDRPDR'"
5707   parameters:
5708   - "throughput"
5709   - "name"
5710   - "tags"
5711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5712   x-axis: "X = VNFs per Service Chain"
5713   y-axis: "Y = Number of Service Chains"
5714   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5715   layout:
5716     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5717     layout: "plot-service-density"
5718
5719 -
5720   type: "plot"
5721   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5722   algorithm: "plot_service_density_heatmap"
5723   output-file-type: ".html"
5724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
5725   data: "plot-vpp-nfv-2n-skx"
5726   filter: "'NIC_Intel-X710' and
5727            'NF_DENSITY' and
5728            'VM' and
5729            'CHAIN' and
5730            '64B' and
5731            '4T2C' and
5732            'NDRPDR'"
5733   parameters:
5734   - "throughput"
5735   - "name"
5736   - "tags"
5737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5738   x-axis: "X = VNFs per Service Chain"
5739   y-axis: "Y = Number of Service Chains"
5740   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5741   layout:
5742     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5743     layout: "plot-service-density"
5744
5745 -
5746   type: "plot"
5747   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5748   algorithm: "plot_service_density_heatmap"
5749   output-file-type: ".html"
5750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
5751   data: "plot-vpp-nfv-2n-skx"
5752   filter: "'NIC_Intel-X710' and
5753            'NF_DENSITY' and
5754            'VM' and
5755            'CHAIN' and
5756            'IMIX' and
5757            '2T1C' and
5758            'NDRPDR'"
5759   parameters:
5760   - "throughput"
5761   - "name"
5762   - "tags"
5763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5764   x-axis: "X = VNFs per Service Chain"
5765   y-axis: "Y = Number of Service Chains"
5766   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5767   layout:
5768     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5769     layout: "plot-service-density"
5770
5771 -
5772   type: "plot"
5773   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5774   algorithm: "plot_service_density_heatmap"
5775   output-file-type: ".html"
5776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
5777   data: "plot-vpp-nfv-2n-skx"
5778   filter: "'NIC_Intel-X710' and
5779            'NF_DENSITY' and
5780            'VM' and
5781            'CHAIN' and
5782            'IMIX' and
5783            '4T2C' and
5784            'NDRPDR'"
5785   parameters:
5786   - "throughput"
5787   - "name"
5788   - "tags"
5789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5790   x-axis: "X = VNFs per Service Chain"
5791   y-axis: "Y = Number of Service Chains"
5792   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5793   layout:
5794     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5795     layout: "plot-service-density"
5796
5797 -
5798   type: "plot"
5799   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5800   algorithm: "plot_service_density_heatmap"
5801   output-file-type: ".html"
5802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5803   data: "plot-vpp-nfv-2n-skx"
5804   filter: "'NIC_Intel-X710' and
5805            'NF_DENSITY' and
5806            'VM' and
5807            'CHAIN' and
5808            '64B' and
5809            '2T1C' and
5810            'NDRPDR'"
5811   parameters:
5812   - "throughput"
5813   - "name"
5814   - "tags"
5815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5816   x-axis: "X = VNFs per Service Chain"
5817   y-axis: "Y = Number of Service Chains"
5818   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5819   layout:
5820     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5821     layout: "plot-service-density"
5822
5823 -
5824   type: "plot"
5825   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5826   algorithm: "plot_service_density_heatmap"
5827   output-file-type: ".html"
5828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5829   data: "plot-vpp-nfv-2n-skx"
5830   filter: "'NIC_Intel-X710' and
5831            'NF_DENSITY' and
5832            'VM' and
5833            'CHAIN' and
5834            '64B' and
5835            '4T2C' and
5836            'NDRPDR'"
5837   parameters:
5838   - "throughput"
5839   - "name"
5840   - "tags"
5841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5842   x-axis: "X = VNFs per Service Chain"
5843   y-axis: "Y = Number of Service Chains"
5844   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5845   layout:
5846     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5847     layout: "plot-service-density"
5848
5849 -
5850   type: "plot"
5851   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5852   algorithm: "plot_service_density_heatmap"
5853   output-file-type: ".html"
5854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5855   data: "plot-vpp-nfv-2n-skx"
5856   filter: "'NIC_Intel-X710' and
5857            'NF_DENSITY' and
5858            'VM' and
5859            'CHAIN' and
5860            'IMIX' and
5861            '2T1C' and
5862            'NDRPDR'"
5863   parameters:
5864   - "throughput"
5865   - "name"
5866   - "tags"
5867   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5868   x-axis: "X = VNFs per Service Chain"
5869   y-axis: "Y = Number of Service Chains"
5870   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5871   layout:
5872     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5873     layout: "plot-service-density"
5874
5875 -
5876   type: "plot"
5877   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5878   algorithm: "plot_service_density_heatmap"
5879   output-file-type: ".html"
5880   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5881   data: "plot-vpp-nfv-2n-skx"
5882   filter: "'NIC_Intel-X710' and
5883            'NF_DENSITY' and
5884            'VM' and
5885            'CHAIN' and
5886            'IMIX' and
5887            '4T2C' and
5888            'NDRPDR'"
5889   parameters:
5890   - "throughput"
5891   - "name"
5892   - "tags"
5893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5894   x-axis: "X = VNFs per Service Chain"
5895   y-axis: "Y = Number of Service Chains"
5896   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5897   layout:
5898     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5899     layout: "plot-service-density"
5900
5901 ################################################################################
5902 # Plots - NF Density - CSC
5903
5904 -
5905   type: "plot"
5906   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5907   algorithm: "plot_service_density_heatmap"
5908   output-file-type: ".html"
5909   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5910   data: "plot-vpp-nfv-2n-skx-mrr"
5911   filter: "'NIC_Intel-X710' and
5912            'NF_DENSITY' and
5913            'DOCKER' and
5914            'CHAIN' and
5915            '64B' and
5916            '2T1C' and
5917            'MRR'"
5918   parameters:
5919   - "result"
5920   - "name"
5921   - "tags"
5922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5923   x-axis: "X = CNFs per Service Chain"
5924   y-axis: "Y = Number of Service Chains"
5925   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5926   layout:
5927     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5928     layout: "plot-service-density"
5929
5930 -
5931   type: "plot"
5932   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5933   algorithm: "plot_service_density_heatmap"
5934   output-file-type: ".html"
5935   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5936   data: "plot-vpp-nfv-2n-skx-mrr"
5937   filter: "'NIC_Intel-X710' and
5938            'NF_DENSITY' and
5939            'DOCKER' and
5940            'CHAIN' and
5941            '64B' and
5942            '4T2C' and
5943            'MRR'"
5944   parameters:
5945   - "result"
5946   - "name"
5947   - "tags"
5948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5949   x-axis: "X = CNFs per Service Chain"
5950   y-axis: "Y = Number of Service Chains"
5951   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5952   layout:
5953     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5954     layout: "plot-service-density"
5955
5956 -
5957   type: "plot"
5958   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5959   algorithm: "plot_service_density_heatmap"
5960   output-file-type: ".html"
5961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5962   data: "plot-vpp-nfv-2n-skx-mrr"
5963   filter: "'NIC_Intel-X710' and
5964            'NF_DENSITY' and
5965            'DOCKER' and
5966            'CHAIN' and
5967            'IMIX' and
5968            '2T1C' and
5969            'MRR'"
5970   parameters:
5971   - "result"
5972   - "name"
5973   - "tags"
5974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5975   x-axis: "X = CNFs per Service Chain"
5976   y-axis: "Y = Number of Service Chains"
5977   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5978   layout:
5979     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5980     layout: "plot-service-density"
5981
5982 -
5983   type: "plot"
5984   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5985   algorithm: "plot_service_density_heatmap"
5986   output-file-type: ".html"
5987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5988   data: "plot-vpp-nfv-2n-skx-mrr"
5989   filter: "'NIC_Intel-X710' and
5990            'NF_DENSITY' and
5991            'DOCKER' and
5992            'CHAIN' and
5993            'IMIX' and
5994            '4T2C' and
5995            'MRR'"
5996   parameters:
5997   - "result"
5998   - "name"
5999   - "tags"
6000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6001   x-axis: "X = CNFs per Service Chain"
6002   y-axis: "Y = Number of Service Chains"
6003   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6004   layout:
6005     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
6006     layout: "plot-service-density"
6007
6008 -
6009   type: "plot"
6010   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6011   algorithm: "plot_service_density_heatmap"
6012   output-file-type: ".html"
6013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
6014   data: "plot-vpp-nfv-2n-skx"
6015   filter: "'NIC_Intel-X710' and
6016            'NF_DENSITY' and
6017            'DOCKER' and
6018            'CHAIN' and
6019            '64B' and
6020            '2T1C' and
6021            'NDRPDR'"
6022   parameters:
6023   - "throughput"
6024   - "name"
6025   - "tags"
6026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6027   x-axis: "X = CNFs per Service Chain"
6028   y-axis: "Y = Number of Service Chains"
6029   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6030   layout:
6031     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6032     layout: "plot-service-density"
6033
6034 -
6035   type: "plot"
6036   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6037   algorithm: "plot_service_density_heatmap"
6038   output-file-type: ".html"
6039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
6040   data: "plot-vpp-nfv-2n-skx"
6041   filter: "'NIC_Intel-X710' and
6042            'NF_DENSITY' and
6043            'DOCKER' and
6044            'CHAIN' and
6045            '64B' and
6046            '4T2C' and
6047            'NDRPDR'"
6048   parameters:
6049   - "throughput"
6050   - "name"
6051   - "tags"
6052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6053   x-axis: "X = CNFs per Service Chain"
6054   y-axis: "Y = Number of Service Chains"
6055   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6056   layout:
6057     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6058     layout: "plot-service-density"
6059
6060 -
6061   type: "plot"
6062   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6063   algorithm: "plot_service_density_heatmap"
6064   output-file-type: ".html"
6065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
6066   data: "plot-vpp-nfv-2n-skx"
6067   filter: "'NIC_Intel-X710' and
6068            'NF_DENSITY' and
6069            'DOCKER' and
6070            'CHAIN' and
6071            'IMIX' and
6072            '2T1C' and
6073            'NDRPDR'"
6074   parameters:
6075   - "throughput"
6076   - "name"
6077   - "tags"
6078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6079   x-axis: "X = CNFs per Service Chain"
6080   y-axis: "Y = Number of Service Chains"
6081   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6082   layout:
6083     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6084     layout: "plot-service-density"
6085
6086 -
6087   type: "plot"
6088   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
6089   algorithm: "plot_service_density_heatmap"
6090   output-file-type: ".html"
6091   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
6092   data: "plot-vpp-nfv-2n-skx"
6093   filter: "'NIC_Intel-X710' and
6094            'NF_DENSITY' and
6095            'DOCKER' and
6096            'CHAIN' and
6097            'IMIX' and
6098            '4T2C' and
6099            'NDRPDR'"
6100   parameters:
6101   - "throughput"
6102   - "name"
6103   - "tags"
6104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6105   x-axis: "X = CNFs per Service Chain"
6106   y-axis: "Y = Number of Service Chains"
6107   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6108   layout:
6109     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
6110     layout: "plot-service-density"
6111
6112 -
6113   type: "plot"
6114   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6115   algorithm: "plot_service_density_heatmap"
6116   output-file-type: ".html"
6117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
6118   data: "plot-vpp-nfv-2n-skx"
6119   filter: "'NIC_Intel-X710' and
6120            'NF_DENSITY' and
6121            'DOCKER' and
6122            'CHAIN' and
6123            '64B' and
6124            '2T1C' and
6125            'NDRPDR'"
6126   parameters:
6127   - "throughput"
6128   - "name"
6129   - "tags"
6130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6131   x-axis: "X = CNFs per Service Chain"
6132   y-axis: "Y = Number of Service Chains"
6133   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6134   layout:
6135     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6136     layout: "plot-service-density"
6137
6138 -
6139   type: "plot"
6140   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6141   algorithm: "plot_service_density_heatmap"
6142   output-file-type: ".html"
6143   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
6144   data: "plot-vpp-nfv-2n-skx"
6145   filter: "'NIC_Intel-X710' and
6146            'NF_DENSITY' and
6147            'DOCKER' and
6148            'CHAIN' and
6149            '64B' and
6150            '4T2C' and
6151            'NDRPDR'"
6152   parameters:
6153   - "throughput"
6154   - "name"
6155   - "tags"
6156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6157   x-axis: "X = CNFs per Service Chain"
6158   y-axis: "Y = Number of Service Chains"
6159   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6160   layout:
6161     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6162     layout: "plot-service-density"
6163
6164 -
6165   type: "plot"
6166   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6167   algorithm: "plot_service_density_heatmap"
6168   output-file-type: ".html"
6169   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
6170   data: "plot-vpp-nfv-2n-skx"
6171   filter: "'NIC_Intel-X710' and
6172            'NF_DENSITY' and
6173            'DOCKER' and
6174            'CHAIN' and
6175            'IMIX' and
6176            '2T1C' and
6177            'NDRPDR'"
6178   parameters:
6179   - "throughput"
6180   - "name"
6181   - "tags"
6182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6183   x-axis: "X = CNFs per Service Chain"
6184   y-axis: "Y = Number of Service Chains"
6185   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6186   layout:
6187     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6188     layout: "plot-service-density"
6189
6190 -
6191   type: "plot"
6192   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6193   algorithm: "plot_service_density_heatmap"
6194   output-file-type: ".html"
6195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
6196   data: "plot-vpp-nfv-2n-skx"
6197   filter: "'NIC_Intel-X710' and
6198            'NF_DENSITY' and
6199            'DOCKER' and
6200            'CHAIN' and
6201            'IMIX' and
6202            '4T2C' and
6203            'NDRPDR'"
6204   parameters:
6205   - "throughput"
6206   - "name"
6207   - "tags"
6208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6209   x-axis: "X = CNFs per Service Chain"
6210   y-axis: "Y = Number of Service Chains"
6211   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6212   layout:
6213     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6214     layout: "plot-service-density"
6215
6216 ################################################################################
6217 # Plots - NF Density - CSP
6218
6219 -
6220   type: "plot"
6221   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6222   algorithm: "plot_service_density_heatmap"
6223   output-file-type: ".html"
6224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
6225   data: "plot-vpp-nfv-2n-skx-mrr"
6226   filter: "'NIC_Intel-X710' and
6227            'NF_DENSITY' and
6228            'DOCKER' and
6229            'PIPELINE' and
6230            '64B' and
6231            '2T1C' and
6232            'MRR'"
6233   parameters:
6234   - "result"
6235   - "name"
6236   - "tags"
6237   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6238   x-axis: "X = CNFs per Service Pipeline"
6239   y-axis: "Y = Number of Service Pipelines"
6240   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6241   layout:
6242     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6243     layout: "plot-service-density"
6244
6245 -
6246   type: "plot"
6247   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6248   algorithm: "plot_service_density_heatmap"
6249   output-file-type: ".html"
6250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
6251   data: "plot-vpp-nfv-2n-skx-mrr"
6252   filter: "'NIC_Intel-X710' and
6253            'NF_DENSITY' and
6254            'DOCKER' and
6255            'PIPELINE' and
6256            '64B' and
6257            '4T2C' and
6258            'MRR'"
6259   parameters:
6260   - "result"
6261   - "name"
6262   - "tags"
6263   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6264   x-axis: "X = CNFs per Service Pipeline"
6265   y-axis: "Y = Number of Service Pipelines"
6266   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6267   layout:
6268     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6269     layout: "plot-service-density"
6270
6271 -
6272   type: "plot"
6273   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6274   algorithm: "plot_service_density_heatmap"
6275   output-file-type: ".html"
6276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
6277   data: "plot-vpp-nfv-2n-skx-mrr"
6278   filter: "'NIC_Intel-X710' and
6279            'NF_DENSITY' and
6280            'DOCKER' and
6281            'PIPELINE' and
6282            'IMIX' and
6283            '2T1C' and
6284            'MRR'"
6285   parameters:
6286   - "result"
6287   - "name"
6288   - "tags"
6289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6290   x-axis: "X = CNFs per Service Pipeline"
6291   y-axis: "Y = Number of Service Pipelines"
6292   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6293   layout:
6294     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6295     layout: "plot-service-density"
6296
6297 -
6298   type: "plot"
6299   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6300   algorithm: "plot_service_density_heatmap"
6301   output-file-type: ".html"
6302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
6303   data: "plot-vpp-nfv-2n-skx-mrr"
6304   filter: "'NIC_Intel-X710' and
6305            'NF_DENSITY' and
6306            'DOCKER' and
6307            'PIPELINE' and
6308            'IMIX' and
6309            '4T2C' and
6310            'MRR'"
6311   parameters:
6312   - "result"
6313   - "name"
6314   - "tags"
6315   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6316   x-axis: "X = CNFs per Service Pipeline"
6317   y-axis: "Y = Number of Service Pipelines"
6318   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6319   layout:
6320     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6321     layout: "plot-service-density"
6322
6323 -
6324   type: "plot"
6325   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6326   algorithm: "plot_service_density_heatmap"
6327   output-file-type: ".html"
6328   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6329   data: "plot-vpp-nfv-2n-skx"
6330   filter: "'NIC_Intel-X710' and
6331            'NF_DENSITY' and
6332            'DOCKER' and
6333            'PIPELINE' and
6334            '64B' and
6335            '2T1C' and
6336            'NDRPDR'"
6337   parameters:
6338   - "throughput"
6339   - "name"
6340   - "tags"
6341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6342   x-axis: "X = CNFs per Service Pipeline"
6343   y-axis: "Y = Number of Service Pipelines"
6344   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6345   layout:
6346     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6347     layout: "plot-service-density"
6348
6349 -
6350   type: "plot"
6351   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6352   algorithm: "plot_service_density_heatmap"
6353   output-file-type: ".html"
6354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6355   data: "plot-vpp-nfv-2n-skx"
6356   filter: "'NIC_Intel-X710' and
6357            'NF_DENSITY' and
6358            'DOCKER' and
6359            'PIPELINE' and
6360            '64B' and
6361            '4T2C' and
6362            'NDRPDR'"
6363   parameters:
6364   - "throughput"
6365   - "name"
6366   - "tags"
6367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6368   x-axis: "X = CNFs per Service Pipeline"
6369   y-axis: "Y = Number of Service Pipelines"
6370   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6371   layout:
6372     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6373     layout: "plot-service-density"
6374
6375 -
6376   type: "plot"
6377   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6378   algorithm: "plot_service_density_heatmap"
6379   output-file-type: ".html"
6380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6381   data: "plot-vpp-nfv-2n-skx"
6382   filter: "'NIC_Intel-X710' and
6383            'NF_DENSITY' and
6384            'DOCKER' and
6385            'PIPELINE' and
6386            'IMIX' and
6387            '2T1C' and
6388            'NDRPDR'"
6389   parameters:
6390   - "throughput"
6391   - "name"
6392   - "tags"
6393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6394   x-axis: "X = CNFs per Service Pipeline"
6395   y-axis: "Y = Number of Service Pipelines"
6396   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6397   layout:
6398     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6399     layout: "plot-service-density"
6400
6401 -
6402   type: "plot"
6403   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6404   algorithm: "plot_service_density_heatmap"
6405   output-file-type: ".html"
6406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6407   data: "plot-vpp-nfv-2n-skx"
6408   filter: "'NIC_Intel-X710' and
6409            'NF_DENSITY' and
6410            'DOCKER' and
6411            'PIPELINE' and
6412            'IMIX' and
6413            '4T2C' and
6414            'NDRPDR'"
6415   parameters:
6416   - "throughput"
6417   - "name"
6418   - "tags"
6419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6420   x-axis: "X = CNFs per Service Pipeline"
6421   y-axis: "Y = Number of Service Pipelines"
6422   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6423   layout:
6424     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6425     layout: "plot-service-density"
6426
6427 -
6428   type: "plot"
6429   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6430   algorithm: "plot_service_density_heatmap"
6431   output-file-type: ".html"
6432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6433   data: "plot-vpp-nfv-2n-skx"
6434   filter: "'NIC_Intel-X710' and
6435            'NF_DENSITY' and
6436            'DOCKER' and
6437            'PIPELINE' and
6438            '64B' and
6439            '2T1C' and
6440            'NDRPDR'"
6441   parameters:
6442   - "throughput"
6443   - "name"
6444   - "tags"
6445   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6446   x-axis: "X = CNFs per Service Pipeline"
6447   y-axis: "Y = Number of Service Pipelines"
6448   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6449   layout:
6450     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6451     layout: "plot-service-density"
6452
6453 -
6454   type: "plot"
6455   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6456   algorithm: "plot_service_density_heatmap"
6457   output-file-type: ".html"
6458   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6459   data: "plot-vpp-nfv-2n-skx"
6460   filter: "'NIC_Intel-X710' and
6461            'NF_DENSITY' and
6462            'DOCKER' and
6463            'PIPELINE' and
6464            '64B' and
6465            '4T2C' and
6466            'NDRPDR'"
6467   parameters:
6468   - "throughput"
6469   - "name"
6470   - "tags"
6471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6472   x-axis: "X = CNFs per Service Pipeline"
6473   y-axis: "Y = Number of Service Pipelines"
6474   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6475   layout:
6476     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6477     layout: "plot-service-density"
6478
6479 -
6480   type: "plot"
6481   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6482   algorithm: "plot_service_density_heatmap"
6483   output-file-type: ".html"
6484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6485   data: "plot-vpp-nfv-2n-skx"
6486   filter: "'NIC_Intel-X710' and
6487            'NF_DENSITY' and
6488            'DOCKER' and
6489            'PIPELINE' and
6490            'IMIX' and
6491            '2T1C' and
6492            'NDRPDR'"
6493   parameters:
6494   - "throughput"
6495   - "name"
6496   - "tags"
6497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6498   x-axis: "X = CNFs per Service Pipeline"
6499   y-axis: "Y = Number of Service Pipelines"
6500   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6501   layout:
6502     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6503     layout: "plot-service-density"
6504
6505 -
6506   type: "plot"
6507   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6508   algorithm: "plot_service_density_heatmap"
6509   output-file-type: ".html"
6510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6511   data: "plot-vpp-nfv-2n-skx"
6512   filter: "'NIC_Intel-X710' and
6513            'NF_DENSITY' and
6514            'DOCKER' and
6515            'PIPELINE' and
6516            'IMIX' and
6517            '4T2C' and
6518            'NDRPDR'"
6519   parameters:
6520   - "throughput"
6521   - "name"
6522   - "tags"
6523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6524   x-axis: "X = CNFs per Service Pipeline"
6525   y-axis: "Y = Number of Service Pipelines"
6526   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6527   layout:
6528     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6529     layout: "plot-service-density"
6530
6531 ################################################################################
6532 # Plots VPP HTTP Server Performance
6533 -
6534   type: "plot"
6535   title: "VPP HTTP Server Performance"
6536   algorithm: "plot_http_server_performance_box"
6537   output-file-type: ".html"
6538   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6539   data:
6540     "plot-vpp-http-server-performance"
6541   # Keep this formatting, the filter is enclosed with " (quotation mark) and
6542   # each tag is enclosed with ' (apostrophe).
6543   filter: "'HTTP' and 'TCP_CPS'"
6544   parameters:
6545   - "result"
6546   - "name"
6547   traces:
6548     hoverinfo: "x+y"
6549     boxpoints: "outliers"
6550     whiskerwidth: 0
6551   layout:
6552     title: "VPP HTTP Server Performance"
6553     layout:
6554       "plot-cps"
6555
6556 -
6557   type: "plot"
6558   title: "VPP HTTP Server Performance"
6559   algorithm: "plot_http_server_performance_box"
6560   output-file-type: ".html"
6561   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6562   data:
6563     "plot-vpp-http-server-performance"
6564   filter: "'HTTP' and 'TCP_RPS'"
6565   parameters:
6566   - "result"
6567   - "name"
6568   traces:
6569     hoverinfo: "x+y"
6570     boxpoints: "outliers"
6571     whiskerwidth: 0
6572   layout:
6573     title: "VPP HTTP Server Performance"
6574     layout:
6575       "plot-rps"
6576
6577 ################################################################################
6578
6579 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6580 -
6581   type: "plot"
6582   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6583   algorithm: "plot_performance_box"
6584   output-file-type: ".html"
6585   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6586   data: "plot-vpp-throughput-latency-3n-hsw"
6587   filter: "'NIC_Intel-X520-DA2' and
6588            '64B' and
6589            ('BASE' or 'SCALE') and
6590            'NDRPDR' and
6591            'ETH' and
6592            '1T1C' and
6593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6594            not 'VHOST' and
6595            not 'MEMIF'"
6596   parameters:
6597   - "throughput"
6598   - "parent"
6599   - "tags"
6600   sort:
6601   - "L2PATCH"
6602   - "L2XCBASE"
6603   - "BASE"
6604   - "FIB_10K"
6605   - "FIB_100K"
6606   - "FIB_1M"
6607   traces:
6608     hoverinfo: "x+y"
6609     boxpoints: "outliers"
6610     whiskerwidth: 0
6611   layout:
6612     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6613     layout: "plot-throughput"
6614
6615 -
6616   type: "plot"
6617   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6618   algorithm: "plot_performance_box"
6619   output-file-type: ".html"
6620   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6621   data: "plot-vpp-throughput-latency-3n-hsw"
6622   filter: "'NIC_Intel-X520-DA2' and
6623            '64B' and
6624            ('BASE' or 'SCALE') and
6625            'NDRPDR' and
6626            'ETH' and
6627            '1T1C' and
6628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6629            not 'VHOST' and
6630            not 'MEMIF'"
6631   parameters:
6632   - "throughput"
6633   - "parent"
6634   - "tags"
6635   sort:
6636   - "L2PATCH"
6637   - "L2XCBASE"
6638   - "BASE"
6639   - "FIB_10K"
6640   - "FIB_100K"
6641   - "FIB_1M"
6642   traces:
6643     hoverinfo: "x+y"
6644     boxpoints: "outliers"
6645     whiskerwidth: 0
6646   layout:
6647     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6648     layout: "plot-throughput"
6649
6650 -
6651   type: "plot"
6652   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6653   algorithm: "plot_performance_box"
6654   output-file-type: ".html"
6655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6656   data: "plot-vpp-throughput-latency-3n-hsw"
6657   filter: "'NIC_Intel-X520-DA2' and
6658            '64B' and
6659            ('BASE' or 'SCALE') and
6660            'NDRPDR' and
6661            'ETH' and
6662            '2T2C' and
6663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6664            not 'VHOST' and
6665            not 'MEMIF'"
6666   parameters:
6667   - "throughput"
6668   - "parent"
6669   - "tags"
6670   sort:
6671   - "L2PATCH"
6672   - "L2XCBASE"
6673   - "BASE"
6674   - "FIB_10K"
6675   - "FIB_100K"
6676   - "FIB_1M"
6677   traces:
6678     hoverinfo: "x+y"
6679     boxpoints: "outliers"
6680     whiskerwidth: 0
6681   layout:
6682     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6683     layout: "plot-throughput"
6684
6685 -
6686   type: "plot"
6687   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6688   algorithm: "plot_performance_box"
6689   output-file-type: ".html"
6690   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6691   data: "plot-vpp-throughput-latency-3n-hsw"
6692   filter: "'NIC_Intel-X520-DA2' and
6693            '64B' and
6694            ('BASE' or 'SCALE') and
6695            'NDRPDR' and
6696            'ETH' and
6697            '2T2C' and
6698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6699            not 'VHOST' and
6700            not 'MEMIF'"
6701   parameters:
6702   - "throughput"
6703   - "parent"
6704   - "tags"
6705   sort:
6706   - "L2PATCH"
6707   - "L2XCBASE"
6708   - "BASE"
6709   - "FIB_10K"
6710   - "FIB_100K"
6711   - "FIB_1M"
6712   traces:
6713     hoverinfo: "x+y"
6714     boxpoints: "outliers"
6715     whiskerwidth: 0
6716   layout:
6717     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6718     layout: "plot-throughput"
6719
6720 # Packet Throughput - VPP L2 3n-hsw-x520 features
6721 -
6722   type: "plot"
6723   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6724   algorithm: "plot_performance_box"
6725   output-file-type: ".html"
6726   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6727   data: "plot-vpp-throughput-latency-3n-hsw"
6728   filter: "'NIC_Intel-X520-DA2' and
6729            '64B' and
6730            'NDRPDR' and
6731            '1T1C' and
6732            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6733            not 'ACL' and
6734            not 'VHOST' and
6735            not 'MEMIF'"
6736   parameters:
6737   - "throughput"
6738   - "parent"
6739   - "tags"
6740   sort:
6741   - "L2XCBASE"    # l2xcbase
6742   - "L2BDBASE"    # l2bdbase
6743   - "L2XCFWD"     # dot1q-l2xcbase
6744   - "L2BDMACLRN"  # dot1q-l2bdbase
6745   traces:
6746     hoverinfo: "x+y"
6747     boxpoints: "outliers"
6748     whiskerwidth: 0
6749   layout:
6750     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6751     layout: "plot-throughput"
6752
6753 -
6754   type: "plot"
6755   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6756   algorithm: "plot_performance_box"
6757   output-file-type: ".html"
6758   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6759   data: "plot-vpp-throughput-latency-3n-hsw"
6760   filter: "'NIC_Intel-X520-DA2' and
6761            '64B' and
6762            'NDRPDR' and
6763            '1T1C' and
6764            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6765            not 'ACL' and
6766            not 'VHOST' and
6767            not 'MEMIF'"
6768   parameters:
6769   - "throughput"
6770   - "parent"
6771   - "tags"
6772   sort:
6773   - "L2XCBASE"    # l2xcbase
6774   - "L2BDBASE"    # l2bdbase
6775   - "L2XCFWD"     # dot1q-l2xcbase
6776   - "L2BDMACLRN"  # dot1q-l2bdbase
6777   traces:
6778     hoverinfo: "x+y"
6779     boxpoints: "outliers"
6780     whiskerwidth: 0
6781   layout:
6782     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6783     layout: "plot-throughput"
6784
6785 -
6786   type: "plot"
6787   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6788   algorithm: "plot_performance_box"
6789   output-file-type: ".html"
6790   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6791   data: "plot-vpp-throughput-latency-3n-hsw"
6792   filter: "'NIC_Intel-X520-DA2' and
6793            '64B' and
6794            'NDRPDR' and
6795            '2T2C' and
6796            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6797            not 'ACL' and
6798            not 'VHOST' and
6799            not 'MEMIF'"
6800   parameters:
6801   - "throughput"
6802   - "parent"
6803   - "tags"
6804   sort:
6805   - "L2XCBASE"    # l2xcbase
6806   - "L2BDBASE"    # l2bdbase
6807   - "L2XCFWD"     # dot1q-l2xcbase
6808   - "L2BDMACLRN"  # dot1q-l2bdbase
6809   traces:
6810     hoverinfo: "x+y"
6811     boxpoints: "outliers"
6812     whiskerwidth: 0
6813   layout:
6814     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6815     layout: "plot-throughput"
6816
6817 -
6818   type: "plot"
6819   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6820   algorithm: "plot_performance_box"
6821   output-file-type: ".html"
6822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6823   data: "plot-vpp-throughput-latency-3n-hsw"
6824   filter: "'NIC_Intel-X520-DA2' and
6825            '64B' and
6826            'NDRPDR' and
6827            '2T2C' and
6828            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6829            not 'ACL' and
6830            not 'VHOST' and
6831            not 'MEMIF'"
6832   parameters:
6833   - "throughput"
6834   - "parent"
6835   - "tags"
6836   sort:
6837   - "L2XCBASE"    # l2xcbase
6838   - "L2BDBASE"    # l2bdbase
6839   - "L2XCFWD"     # dot1q-l2xcbase
6840   - "L2BDMACLRN"  # dot1q-l2bdbase
6841   traces:
6842     hoverinfo: "x+y"
6843     boxpoints: "outliers"
6844     whiskerwidth: 0
6845   layout:
6846     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6847     layout: "plot-throughput"
6848
6849 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6850 -
6851   type: "plot"
6852   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6853   algorithm: "plot_performance_box"
6854   output-file-type: ".html"
6855   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6856   data: "plot-vpp-throughput-latency-3n-hsw"
6857   filter: "'NIC_Intel-X710' and
6858            '64B' and
6859            ('BASE' or 'SCALE') and
6860            'NDRPDR' and
6861            'ETH' and
6862            '1T1C' and
6863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6864            not 'VHOST' and
6865            not 'MEMIF'"
6866   parameters:
6867   - "throughput"
6868   - "parent"
6869   - "tags"
6870   sort:
6871   - "L2XCFWD"
6872   - "L2PATCH"
6873   - "L2BDMACLRN"
6874   - "FIB_10K"
6875   - "FIB_100K"
6876   - "FIB_1M"
6877   traces:
6878     hoverinfo: "x+y"
6879     boxpoints: "outliers"
6880     whiskerwidth: 0
6881   layout:
6882     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6883     layout: "plot-throughput"
6884
6885 -
6886   type: "plot"
6887   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6888   algorithm: "plot_performance_box"
6889   output-file-type: ".html"
6890   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6891   data: "plot-vpp-throughput-latency-3n-hsw"
6892   filter: "'NIC_Intel-X710' and
6893            '64B' and
6894            ('BASE' or 'SCALE') and
6895            'NDRPDR' and
6896            'ETH' and
6897            '1T1C' and
6898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6899            not 'VHOST' and
6900            not 'MEMIF'"
6901   parameters:
6902   - "throughput"
6903   - "parent"
6904   - "tags"
6905   sort:
6906   - "L2XCFWD"
6907   - "L2PATCH"
6908   - "L2BDMACLRN"
6909   - "FIB_10K"
6910   - "FIB_100K"
6911   - "FIB_1M"
6912   traces:
6913     hoverinfo: "x+y"
6914     boxpoints: "outliers"
6915     whiskerwidth: 0
6916   layout:
6917     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6918     layout: "plot-throughput"
6919
6920 -
6921   type: "plot"
6922   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6923   algorithm: "plot_performance_box"
6924   output-file-type: ".html"
6925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6926   data: "plot-vpp-throughput-latency-3n-hsw"
6927   filter: "'NIC_Intel-X710' and
6928            '64B' and
6929            ('BASE' or 'SCALE') and
6930            'NDRPDR' and
6931            'ETH' and
6932            '2T2C' and
6933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6934            not 'VHOST' and
6935            not 'MEMIF'"
6936   parameters:
6937   - "throughput"
6938   - "parent"
6939   - "tags"
6940   sort:
6941   - "L2XCFWD"
6942   - "L2PATCH"
6943   - "L2BDMACLRN"
6944   - "FIB_10K"
6945   - "FIB_100K"
6946   - "FIB_1M"
6947   traces:
6948     hoverinfo: "x+y"
6949     boxpoints: "outliers"
6950     whiskerwidth: 0
6951   layout:
6952     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6953     layout: "plot-throughput"
6954
6955 -
6956   type: "plot"
6957   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6958   algorithm: "plot_performance_box"
6959   output-file-type: ".html"
6960   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6961   data: "plot-vpp-throughput-latency-3n-hsw"
6962   filter: "'NIC_Intel-X710' and
6963            '64B' and
6964            ('BASE' or 'SCALE') and
6965            'NDRPDR' and
6966            'ETH' and
6967            '2T2C' and
6968            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6969            not 'VHOST' and
6970            not 'MEMIF'"
6971   parameters:
6972   - "throughput"
6973   - "parent"
6974   - "tags"
6975   sort:
6976   - "L2XCFWD"
6977   - "L2PATCH"
6978   - "L2BDMACLRN"
6979   - "FIB_10K"
6980   - "FIB_100K"
6981   - "FIB_1M"
6982   traces:
6983     hoverinfo: "x+y"
6984     boxpoints: "outliers"
6985     whiskerwidth: 0
6986   layout:
6987     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6988     layout: "plot-throughput"
6989
6990 # Packet Throughput - VPP L2 3n-hsw-x710 features
6991 -
6992   type: "plot"
6993   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6994   algorithm: "plot_performance_box"
6995   output-file-type: ".html"
6996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6997   data: "plot-vpp-throughput-latency-3n-hsw"
6998   filter: "'NIC_Intel-X710' and
6999            '64B' and
7000            'NDRPDR' and
7001            '1T1C' and
7002            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7003            not 'ACL' and
7004            not 'VHOST' and
7005            not 'MEMIF'"
7006   parameters:
7007   - "throughput"
7008   - "parent"
7009   - "tags"
7010   sort:
7011   - "L2XCBASE"    # l2xcbase
7012   - "L2BDBASE"    # l2bdbase
7013   - "L2XCFWD"     # dot1q-l2xcbase
7014   - "L2BDMACLRN"  # dot1q-l2bdbase
7015   traces:
7016     hoverinfo: "x+y"
7017     boxpoints: "outliers"
7018     whiskerwidth: 0
7019   layout:
7020     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7021     layout: "plot-throughput"
7022
7023 -
7024   type: "plot"
7025   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7026   algorithm: "plot_performance_box"
7027   output-file-type: ".html"
7028   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7029   data: "plot-vpp-throughput-latency-3n-hsw"
7030   filter: "'NIC_Intel-X710' and
7031            '64B' and
7032            'NDRPDR' and
7033            '1T1C' and
7034            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7035            not 'ACL' and
7036            not 'VHOST' and
7037            not 'MEMIF'"
7038   parameters:
7039   - "throughput"
7040   - "parent"
7041   - "tags"
7042   sort:
7043   - "L2XCBASE"    # l2xcbase
7044   - "L2BDBASE"    # l2bdbase
7045   - "L2XCFWD"     # dot1q-l2xcbase
7046   - "L2BDMACLRN"  # dot1q-l2bdbase
7047   traces:
7048     hoverinfo: "x+y"
7049     boxpoints: "outliers"
7050     whiskerwidth: 0
7051   layout:
7052     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7053     layout: "plot-throughput"
7054
7055 -
7056   type: "plot"
7057   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7058   algorithm: "plot_performance_box"
7059   output-file-type: ".html"
7060   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7061   data: "plot-vpp-throughput-latency-3n-hsw"
7062   filter: "'NIC_Intel-X710' and
7063            '64B' and
7064            'NDRPDR' and
7065            '2T2C' and
7066            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7067            not 'ACL' and
7068            not 'VHOST' and
7069            not 'MEMIF'"
7070   parameters:
7071   - "throughput"
7072   - "parent"
7073   - "tags"
7074   sort:
7075   - "L2XCBASE"    # l2xcbase
7076   - "L2BDBASE"    # l2bdbase
7077   - "L2XCFWD"     # dot1q-l2xcbase
7078   - "L2BDMACLRN"  # dot1q-l2bdbase
7079   traces:
7080     hoverinfo: "x+y"
7081     boxpoints: "outliers"
7082     whiskerwidth: 0
7083   layout:
7084     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7085     layout: "plot-throughput"
7086
7087 -
7088   type: "plot"
7089   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7090   algorithm: "plot_performance_box"
7091   output-file-type: ".html"
7092   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7093   data: "plot-vpp-throughput-latency-3n-hsw"
7094   filter: "'NIC_Intel-X710' and
7095            '64B' and
7096            'NDRPDR' and
7097            '2T2C' and
7098            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7099            not 'ACL' and
7100            not 'VHOST' and
7101            not 'MEMIF'"
7102   parameters:
7103   - "throughput"
7104   - "parent"
7105   - "tags"
7106   sort:
7107   - "L2XCBASE"    # l2xcbase
7108   - "L2BDBASE"    # l2bdbase
7109   - "L2XCFWD"     # dot1q-l2xcbase
7110   - "L2BDMACLRN"  # dot1q-l2bdbase
7111   traces:
7112     hoverinfo: "x+y"
7113     boxpoints: "outliers"
7114     whiskerwidth: 0
7115   layout:
7116     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7117     layout: "plot-throughput"
7118
7119 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7120 -
7121   type: "plot"
7122   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7123   algorithm: "plot_performance_box"
7124   output-file-type: ".html"
7125   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7126   data: "plot-vpp-throughput-latency-3n-hsw"
7127   filter: "'NIC_Intel-XL710' and
7128            '64B' and
7129            ('BASE' or 'SCALE') and
7130            'NDRPDR' and
7131            'ETH' and
7132            '1T1C' and
7133            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7134            not 'VHOST' and
7135            not 'MEMIF'"
7136   parameters:
7137   - "throughput"
7138   - "parent"
7139   - "tags"
7140   sort:
7141   - "L2PATCH"
7142   - "L2XCBASE"
7143   - "BASE"
7144   - "FIB_10K"
7145   - "FIB_100K"
7146   - "FIB_1M"
7147   traces:
7148     hoverinfo: "x+y"
7149     boxpoints: "outliers"
7150     whiskerwidth: 0
7151   layout:
7152     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7153     layout: "plot-throughput"
7154
7155 -
7156   type: "plot"
7157   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7158   algorithm: "plot_performance_box"
7159   output-file-type: ".html"
7160   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7161   data: "plot-vpp-throughput-latency-3n-hsw"
7162   filter: "'NIC_Intel-XL710' and
7163            '64B' and
7164            ('BASE' or 'SCALE') and
7165            'NDRPDR' and
7166            'ETH' and
7167            '1T1C' and
7168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7169            not 'VHOST' and
7170            not 'MEMIF'"
7171   parameters:
7172   - "throughput"
7173   - "parent"
7174   - "tags"
7175   sort:
7176   - "L2PATCH"
7177   - "L2XCBASE"
7178   - "BASE"
7179   - "FIB_10K"
7180   - "FIB_100K"
7181   - "FIB_1M"
7182   traces:
7183     hoverinfo: "x+y"
7184     boxpoints: "outliers"
7185     whiskerwidth: 0
7186   layout:
7187     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7188     layout: "plot-throughput"
7189
7190 -
7191   type: "plot"
7192   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7193   algorithm: "plot_performance_box"
7194   output-file-type: ".html"
7195   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7196   data: "plot-vpp-throughput-latency-3n-hsw"
7197   filter: "'NIC_Intel-XL710' and
7198            '64B' and
7199            ('BASE' or 'SCALE') and
7200            'NDRPDR' and
7201            'ETH' and
7202            '2T2C' and
7203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7204            not 'VHOST' and
7205            not 'MEMIF'"
7206   parameters:
7207   - "throughput"
7208   - "parent"
7209   - "tags"
7210   sort:
7211   - "L2PATCH"
7212   - "L2XCBASE"
7213   - "BASE"
7214   - "FIB_10K"
7215   - "FIB_100K"
7216   - "FIB_1M"
7217   traces:
7218     hoverinfo: "x+y"
7219     boxpoints: "outliers"
7220     whiskerwidth: 0
7221   layout:
7222     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7223     layout: "plot-throughput"
7224
7225 -
7226   type: "plot"
7227   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7228   algorithm: "plot_performance_box"
7229   output-file-type: ".html"
7230   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7231   data: "plot-vpp-throughput-latency-3n-hsw"
7232   filter: "'NIC_Intel-XL710' and
7233            '64B' and
7234            ('BASE' or 'SCALE') and
7235            'NDRPDR' and
7236            'ETH' and
7237            '2T2C' and
7238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7239            not 'VHOST' and
7240            not 'MEMIF'"
7241   parameters:
7242   - "throughput"
7243   - "parent"
7244   - "tags"
7245   sort:
7246   - "L2PATCH"
7247   - "L2XCBASE"
7248   - "BASE"
7249   - "FIB_10K"
7250   - "FIB_100K"
7251   - "FIB_1M"
7252   traces:
7253     hoverinfo: "x+y"
7254     boxpoints: "outliers"
7255     whiskerwidth: 0
7256   layout:
7257     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7258     layout: "plot-throughput"
7259
7260 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7261 -
7262   type: "plot"
7263   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7264   algorithm: "plot_performance_box"
7265   output-file-type: ".html"
7266   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7267   data: "plot-vpp-throughput-latency-3n-skx"
7268   filter: "'NIC_Intel-X710' and
7269            '64B' and
7270            ('BASE' or 'SCALE') and
7271            'NDRPDR' and
7272            'ETH' and
7273            '2T1C' and
7274            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7275            not 'VHOST' and
7276            not 'MEMIF' and
7277            not 'DRV_AVF'"
7278   parameters:
7279   - "throughput"
7280   - "parent"
7281   - "tags"
7282   sort:
7283   - "L2PATCH"
7284   - "L2XCBASE"
7285   - "BASE"
7286   - "FIB_10K"
7287   - "FIB_100K"
7288   - "FIB_1M"
7289   traces:
7290     hoverinfo: "x+y"
7291     boxpoints: "outliers"
7292     whiskerwidth: 0
7293   layout:
7294     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7295     layout: "plot-throughput"
7296
7297 -
7298   type: "plot"
7299   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7300   algorithm: "plot_performance_box"
7301   output-file-type: ".html"
7302   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7303   data: "plot-vpp-throughput-latency-3n-skx"
7304   filter: "'NIC_Intel-X710' and
7305            '64B' and
7306            ('BASE' or 'SCALE') and
7307            'NDRPDR' and
7308            'ETH' and
7309            '2T1C' and
7310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7311            not 'VHOST' and
7312            not 'MEMIF' and
7313            not 'DRV_AVF'"
7314   parameters:
7315   - "throughput"
7316   - "parent"
7317   - "tags"
7318   sort:
7319   - "L2PATCH"
7320   - "L2XCBASE"
7321   - "BASE"
7322   - "FIB_10K"
7323   - "FIB_100K"
7324   - "FIB_1M"
7325   traces:
7326     hoverinfo: "x+y"
7327     boxpoints: "outliers"
7328     whiskerwidth: 0
7329   layout:
7330     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7331     layout: "plot-throughput"
7332
7333 -
7334   type: "plot"
7335   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7336   algorithm: "plot_performance_box"
7337   output-file-type: ".html"
7338   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7339   data: "plot-vpp-throughput-latency-3n-skx"
7340   filter: "'NIC_Intel-X710' and
7341            '64B' and
7342            ('BASE' or 'SCALE') and
7343            'NDRPDR' and
7344            'ETH' and
7345            '4T2C' and
7346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7347            not 'VHOST' and
7348            not 'MEMIF' and
7349            not 'DRV_AVF'"
7350   parameters:
7351   - "throughput"
7352   - "parent"
7353   - "tags"
7354   sort:
7355   - "L2PATCH"
7356   - "L2XCBASE"
7357   - "BASE"
7358   - "FIB_10K"
7359   - "FIB_100K"
7360   - "FIB_1M"
7361   traces:
7362     hoverinfo: "x+y"
7363     boxpoints: "outliers"
7364     whiskerwidth: 0
7365   layout:
7366     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7367     layout: "plot-throughput"
7368
7369 -
7370   type: "plot"
7371   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7372   algorithm: "plot_performance_box"
7373   output-file-type: ".html"
7374   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7375   data: "plot-vpp-throughput-latency-3n-skx"
7376   filter: "'NIC_Intel-X710' and
7377            '64B' and
7378            ('BASE' or 'SCALE') and
7379            'NDRPDR' and
7380            'ETH' and
7381            '4T2C' and
7382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7383            not 'VHOST' and
7384            not 'MEMIF' and
7385            not 'DRV_AVF'"
7386   parameters:
7387   - "throughput"
7388   - "parent"
7389   - "tags"
7390   sort:
7391   - "L2PATCH"
7392   - "L2XCBASE"
7393   - "BASE"
7394   - "FIB_10K"
7395   - "FIB_100K"
7396   - "FIB_1M"
7397   traces:
7398     hoverinfo: "x+y"
7399     boxpoints: "outliers"
7400     whiskerwidth: 0
7401   layout:
7402     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7403     layout: "plot-throughput"
7404
7405 # Packet Throughput - VPP L2 3n-skx-x710 features
7406 -
7407   type: "plot"
7408   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7409   algorithm: "plot_performance_box"
7410   output-file-type: ".html"
7411   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7412   data: "plot-vpp-throughput-latency-3n-skx"
7413   filter: "'NIC_Intel-X710' and
7414            '64B' and
7415            'NDRPDR' and
7416            '2T1C' and
7417            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7418            not 'ACL' and
7419            not 'VHOST' and
7420            not 'MEMIF'"
7421   parameters:
7422   - "throughput"
7423   - "parent"
7424   - "tags"
7425   sort:
7426   - "L2XCBASE"    # l2xcbase
7427   - "L2BDBASE"    # l2bdbase
7428   - "L2XCFWD"     # dot1q-l2xcbase
7429   - "L2BDMACLRN"  # dot1q-l2bdbase
7430   traces:
7431     hoverinfo: "x+y"
7432     boxpoints: "outliers"
7433     whiskerwidth: 0
7434   layout:
7435     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7436     layout: "plot-throughput"
7437
7438 -
7439   type: "plot"
7440   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7441   algorithm: "plot_performance_box"
7442   output-file-type: ".html"
7443   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7444   data: "plot-vpp-throughput-latency-3n-skx"
7445   filter: "'NIC_Intel-X710' and
7446            '64B' and
7447            'NDRPDR' and
7448            '2T1C' and
7449            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7450            not 'ACL' and
7451            not 'VHOST' and
7452            not 'MEMIF'"
7453   parameters:
7454   - "throughput"
7455   - "parent"
7456   - "tags"
7457   sort:
7458   - "L2XCBASE"    # l2xcbase
7459   - "L2BDBASE"    # l2bdbase
7460   - "L2XCFWD"     # dot1q-l2xcbase
7461   - "L2BDMACLRN"  # dot1q-l2bdbase
7462   traces:
7463     hoverinfo: "x+y"
7464     boxpoints: "outliers"
7465     whiskerwidth: 0
7466   layout:
7467     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7468     layout: "plot-throughput"
7469
7470 -
7471   type: "plot"
7472   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7473   algorithm: "plot_performance_box"
7474   output-file-type: ".html"
7475   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7476   data: "plot-vpp-throughput-latency-3n-skx"
7477   filter: "'NIC_Intel-X710' and
7478            '64B' and
7479            'NDRPDR' and
7480            '4T2C' and
7481            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7482            not 'ACL' and
7483            not 'VHOST' and
7484            not 'MEMIF'"
7485   parameters:
7486   - "throughput"
7487   - "parent"
7488   - "tags"
7489   sort:
7490   - "L2XCBASE"    # l2xcbase
7491   - "L2BDBASE"    # l2bdbase
7492   - "L2XCFWD"     # dot1q-l2xcbase
7493   - "L2BDMACLRN"  # dot1q-l2bdbase
7494   traces:
7495     hoverinfo: "x+y"
7496     boxpoints: "outliers"
7497     whiskerwidth: 0
7498   layout:
7499     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7500     layout: "plot-throughput"
7501
7502 -
7503   type: "plot"
7504   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7505   algorithm: "plot_performance_box"
7506   output-file-type: ".html"
7507   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7508   data: "plot-vpp-throughput-latency-3n-skx"
7509   filter: "'NIC_Intel-X710' and
7510            '64B' and
7511            'NDRPDR' and
7512            '4T2C' and
7513            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7514            not 'ACL' and
7515            not 'VHOST' and
7516            not 'MEMIF'"
7517   parameters:
7518   - "throughput"
7519   - "parent"
7520   - "tags"
7521   sort:
7522   - "L2XCBASE"    # l2xcbase
7523   - "L2BDBASE"    # l2bdbase
7524   - "L2XCFWD"     # dot1q-l2xcbase
7525   - "L2BDMACLRN"  # dot1q-l2bdbase
7526   traces:
7527     hoverinfo: "x+y"
7528     boxpoints: "outliers"
7529     whiskerwidth: 0
7530   layout:
7531     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7532     layout: "plot-throughput"
7533
7534 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
7535 -
7536   type: "plot"
7537   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7538   algorithm: "plot_performance_box"
7539   output-file-type: ".html"
7540   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7541   data: "plot-vpp-throughput-latency-3n-skx"
7542   filter: "'NIC_Intel-XXV710' and
7543            '64B' and
7544            ('BASE' or 'SCALE') and
7545            'NDRPDR' and
7546            'ETH' and
7547            '2T1C' and
7548            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7549            not 'VHOST' and
7550            not 'MEMIF' and
7551            not 'DRV_AVF'"
7552   parameters:
7553   - "throughput"
7554   - "parent"
7555   - "tags"
7556   sort:
7557   - "L2PATCH"
7558   - "L2XCBASE"
7559   - "BASE"
7560   - "FIB_10K"
7561   - "FIB_100K"
7562   - "FIB_1M"
7563   traces:
7564     hoverinfo: "x+y"
7565     boxpoints: "outliers"
7566     whiskerwidth: 0
7567   layout:
7568     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7569     layout: "plot-throughput"
7570
7571 -
7572   type: "plot"
7573   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7574   algorithm: "plot_performance_box"
7575   output-file-type: ".html"
7576   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7577   data: "plot-vpp-throughput-latency-3n-skx"
7578   filter: "'NIC_Intel-XXV710' and
7579            '64B' and
7580            ('BASE' or 'SCALE') and
7581            'NDRPDR' and
7582            'ETH' and
7583            '2T1C' and
7584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7585            not 'VHOST' and
7586            not 'MEMIF' and
7587            not 'DRV_AVF'"
7588   parameters:
7589   - "throughput"
7590   - "parent"
7591   - "tags"
7592   sort:
7593   - "L2PATCH"
7594   - "L2XCBASE"
7595   - "BASE"
7596   - "FIB_10K"
7597   - "FIB_100K"
7598   - "FIB_1M"
7599   traces:
7600     hoverinfo: "x+y"
7601     boxpoints: "outliers"
7602     whiskerwidth: 0
7603   layout:
7604     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7605     layout: "plot-throughput"
7606
7607 -
7608   type: "plot"
7609   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7610   algorithm: "plot_performance_box"
7611   output-file-type: ".html"
7612   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7613   data: "plot-vpp-throughput-latency-3n-skx"
7614   filter: "'NIC_Intel-XXV710' and
7615            '64B' and
7616            ('BASE' or 'SCALE') and
7617            'NDRPDR' and
7618            'ETH' and
7619            '4T2C' and
7620            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7621            not 'VHOST' and
7622            not 'MEMIF' and
7623            not 'DRV_AVF'"
7624   parameters:
7625   - "throughput"
7626   - "parent"
7627   - "tags"
7628   sort:
7629   - "L2PATCH"
7630   - "L2XCBASE"
7631   - "BASE"
7632   - "FIB_10K"
7633   - "FIB_100K"
7634   - "FIB_1M"
7635   traces:
7636     hoverinfo: "x+y"
7637     boxpoints: "outliers"
7638     whiskerwidth: 0
7639   layout:
7640     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7641     layout: "plot-throughput"
7642
7643 -
7644   type: "plot"
7645   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7646   algorithm: "plot_performance_box"
7647   output-file-type: ".html"
7648   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7649   data: "plot-vpp-throughput-latency-3n-skx"
7650   filter: "'NIC_Intel-XXV710' and
7651            '64B' and
7652            ('BASE' or 'SCALE') and
7653            'NDRPDR' and
7654            'ETH' and
7655            '4T2C' and
7656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7657            not 'VHOST' and
7658            not 'MEMIF' and
7659            not 'DRV_AVF'"
7660   parameters:
7661   - "throughput"
7662   - "parent"
7663   - "tags"
7664   sort:
7665   - "L2PATCH"
7666   - "L2XCBASE"
7667   - "BASE"
7668   - "FIB_10K"
7669   - "FIB_100K"
7670   - "FIB_1M"
7671   traces:
7672     hoverinfo: "x+y"
7673     boxpoints: "outliers"
7674     whiskerwidth: 0
7675   layout:
7676     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7677     layout: "plot-throughput"
7678
7679 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7680 -
7681   type: "plot"
7682   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7683   algorithm: "plot_performance_box"
7684   output-file-type: ".html"
7685   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7686   data: "plot-vpp-throughput-latency-2n-skx"
7687   filter: "'NIC_Intel-X710' and
7688            '64B' and
7689            ('BASE' or 'SCALE') and
7690            'NDRPDR' and
7691            'ETH' and
7692            '2T1C' and
7693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7694            not 'VHOST' and
7695            not 'MEMIF'"
7696   parameters:
7697   - "throughput"
7698   - "parent"
7699   - "tags"
7700   sort:
7701   - "L2PATCH"
7702   - "L2XCBASE"
7703   - "BASE"
7704   - "FIB_10K"
7705   - "FIB_100K"
7706   - "FIB_1M"
7707   traces:
7708     hoverinfo: "x+y"
7709     boxpoints: "outliers"
7710     whiskerwidth: 0
7711   layout:
7712     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7713     layout: "plot-throughput"
7714
7715 -
7716   type: "plot"
7717   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7718   algorithm: "plot_performance_box"
7719   output-file-type: ".html"
7720   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7721   data: "plot-vpp-throughput-latency-2n-skx"
7722   filter: "'NIC_Intel-X710' and
7723            '64B' and
7724            ('BASE' or 'SCALE') and
7725            'NDRPDR' and
7726            'ETH' and
7727            '2T1C' and
7728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7729            not 'VHOST' and
7730            not 'MEMIF'"
7731   parameters:
7732   - "throughput"
7733   - "parent"
7734   - "tags"
7735   sort:
7736   - "L2PATCH"
7737   - "L2XCBASE"
7738   - "BASE"
7739   - "FIB_10K"
7740   - "FIB_100K"
7741   - "FIB_1M"
7742   traces:
7743     hoverinfo: "x+y"
7744     boxpoints: "outliers"
7745     whiskerwidth: 0
7746   layout:
7747     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7748     layout: "plot-throughput"
7749
7750 -
7751   type: "plot"
7752   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7753   algorithm: "plot_performance_box"
7754   output-file-type: ".html"
7755   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7756   data: "plot-vpp-throughput-latency-2n-skx"
7757   filter: "'NIC_Intel-X710' and
7758            '64B' and
7759            ('BASE' or 'SCALE') and
7760            'NDRPDR' and
7761            'ETH' and
7762            '4T2C' and
7763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7764            not 'VHOST' and
7765            not 'MEMIF'"
7766   parameters:
7767   - "throughput"
7768   - "parent"
7769   - "tags"
7770   sort:
7771   - "L2PATCH"
7772   - "L2XCBASE"
7773   - "BASE"
7774   - "FIB_10K"
7775   - "FIB_100K"
7776   - "FIB_1M"
7777   traces:
7778     hoverinfo: "x+y"
7779     boxpoints: "outliers"
7780     whiskerwidth: 0
7781   layout:
7782     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7783     layout: "plot-throughput"
7784
7785 -
7786   type: "plot"
7787   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7788   algorithm: "plot_performance_box"
7789   output-file-type: ".html"
7790   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7791   data: "plot-vpp-throughput-latency-2n-skx"
7792   filter: "'NIC_Intel-X710' and
7793            '64B' and
7794            ('BASE' or 'SCALE') and
7795            'NDRPDR' and
7796            'ETH' and
7797            '4T2C' and
7798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7799            not 'VHOST' and
7800            not 'MEMIF'"
7801   parameters:
7802   - "throughput"
7803   - "parent"
7804   - "tags"
7805   sort:
7806   - "L2PATCH"
7807   - "L2XCBASE"
7808   - "BASE"
7809   - "FIB_10K"
7810   - "FIB_100K"
7811   - "FIB_1M"
7812   traces:
7813     hoverinfo: "x+y"
7814     boxpoints: "outliers"
7815     whiskerwidth: 0
7816   layout:
7817     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7818     layout: "plot-throughput"
7819
7820 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7821 -
7822   type: "plot"
7823   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7824   algorithm: "plot_performance_box"
7825   output-file-type: ".html"
7826   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7827   data: "plot-vpp-throughput-latency-2n-skx"
7828   filter: "'NIC_Intel-XXV710' and
7829            '64B' and
7830            ('BASE' or 'SCALE') and
7831            'NDRPDR' and
7832            'ETH' and
7833            '2T1C' and
7834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7835            not 'VHOST' and
7836            not 'MEMIF'"
7837   parameters:
7838   - "throughput"
7839   - "parent"
7840   - "tags"
7841   sort:
7842   - "L2PATCH"
7843   - "L2XCBASE"
7844   - "BASE"
7845   - "FIB_10K"
7846   - "FIB_100K"
7847   - "FIB_1M"
7848   traces:
7849     hoverinfo: "x+y"
7850     boxpoints: "outliers"
7851     whiskerwidth: 0
7852   layout:
7853     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7854     layout: "plot-throughput"
7855
7856 -
7857   type: "plot"
7858   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7859   algorithm: "plot_performance_box"
7860   output-file-type: ".html"
7861   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7862   data: "plot-vpp-throughput-latency-2n-skx"
7863   filter: "'NIC_Intel-XXV710' and
7864            '64B' and
7865            ('BASE' or 'SCALE') and
7866            'NDRPDR' and
7867            'ETH' and
7868            '2T1C' and
7869            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7870            not 'VHOST' and
7871            not 'MEMIF'"
7872   parameters:
7873   - "throughput"
7874   - "parent"
7875   - "tags"
7876   sort:
7877   - "L2PATCH"
7878   - "L2XCBASE"
7879   - "BASE"
7880   - "FIB_10K"
7881   - "FIB_100K"
7882   - "FIB_1M"
7883   traces:
7884     hoverinfo: "x+y"
7885     boxpoints: "outliers"
7886     whiskerwidth: 0
7887   layout:
7888     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7889     layout: "plot-throughput"
7890
7891 -
7892   type: "plot"
7893   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7894   algorithm: "plot_performance_box"
7895   output-file-type: ".html"
7896   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7897   data: "plot-vpp-throughput-latency-2n-skx"
7898   filter: "'NIC_Intel-XXV710' and
7899            '64B' and
7900            ('BASE' or 'SCALE') and
7901            'NDRPDR' and
7902            'ETH' and
7903            '4T2C' and
7904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7905            not 'VHOST' and
7906            not 'MEMIF'"
7907   parameters:
7908   - "throughput"
7909   - "parent"
7910   - "tags"
7911   sort:
7912   - "L2PATCH"
7913   - "L2XCBASE"
7914   - "BASE"
7915   - "FIB_10K"
7916   - "FIB_100K"
7917   - "FIB_1M"
7918   traces:
7919     hoverinfo: "x+y"
7920     boxpoints: "outliers"
7921     whiskerwidth: 0
7922   layout:
7923     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7924     layout: "plot-throughput"
7925
7926 -
7927   type: "plot"
7928   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7929   algorithm: "plot_performance_box"
7930   output-file-type: ".html"
7931   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7932   data: "plot-vpp-throughput-latency-2n-skx"
7933   filter: "'NIC_Intel-XXV710' and
7934            '64B' and
7935            ('BASE' or 'SCALE') and
7936            'NDRPDR' and
7937            'ETH' and
7938            '4T2C' and
7939            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7940            not 'VHOST' and
7941            not 'MEMIF'"
7942   parameters:
7943   - "throughput"
7944   - "parent"
7945   - "tags"
7946   sort:
7947   - "L2PATCH"
7948   - "L2XCBASE"
7949   - "BASE"
7950   - "FIB_10K"
7951   - "FIB_100K"
7952   - "FIB_1M"
7953   traces:
7954     hoverinfo: "x+y"
7955     boxpoints: "outliers"
7956     whiskerwidth: 0
7957   layout:
7958     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7959     layout: "plot-throughput"
7960
7961 # Packet Throughput - VPP L2 2n-dnv-x553 base
7962 -
7963   type: "plot"
7964   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7965   algorithm: "plot_performance_box"
7966   output-file-type: ".html"
7967   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7968   data: "intel-dnv-vpp"
7969   filter: "'NIC_Intel-X553' and
7970            '64B' and
7971            'BASE' and
7972            'NDRPDR' and
7973            'ETH' and
7974            '1T1C' and
7975            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7976            not 'VHOST' and
7977            not 'MEMIF'"
7978   parameters:
7979   - "throughput"
7980   - "parent"
7981   - "tags"
7982   sort:
7983   - "L2XCBASE"
7984   - "L2BDMACLRN"
7985   - "L2PATCH"
7986   traces:
7987     hoverinfo: "x+y"
7988     boxpoints: "outliers"
7989     whiskerwidth: 0
7990   layout:
7991     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7992     layout: "plot-throughput"
7993
7994 -
7995   type: "plot"
7996   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7997   algorithm: "plot_performance_box"
7998   output-file-type: ".html"
7999   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8000   data: "intel-dnv-vpp"
8001   filter: "'NIC_Intel-X553' and
8002            '64B' and
8003            ('BASE' or 'SCALE') and
8004            'NDRPDR' and
8005            'ETH' and
8006            '1T1C' and
8007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8008            not 'VHOST' and
8009            not 'MEMIF'"
8010   parameters:
8011   - "throughput"
8012   - "parent"
8013   - "tags"
8014   sort:
8015   - "L2XCBASE"
8016   - "L2BDMACLRN"
8017   - "L2PATCH"
8018   traces:
8019     hoverinfo: "x+y"
8020     boxpoints: "outliers"
8021     whiskerwidth: 0
8022   layout:
8023     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8024     layout: "plot-throughput"
8025
8026 -
8027   type: "plot"
8028   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8029   algorithm: "plot_performance_box"
8030   output-file-type: ".html"
8031   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8032   data: "intel-dnv-vpp"
8033   filter: "'NIC_Intel-X553' and
8034            '64B' and
8035            ('BASE' or 'SCALE') and
8036            'NDRPDR' and
8037            'ETH' and
8038            '2T2C' and
8039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8040            not 'VHOST' and
8041            not 'MEMIF'"
8042   parameters:
8043   - "throughput"
8044   - "parent"
8045   - "tags"
8046   sort:
8047   - "L2XCBASE"
8048   - "L2BDMACLRN"
8049   - "L2PATCH"
8050   traces:
8051     hoverinfo: "x+y"
8052     boxpoints: "outliers"
8053     whiskerwidth: 0
8054   layout:
8055     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8056     layout: "plot-throughput"
8057
8058 -
8059   type: "plot"
8060   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8061   algorithm: "plot_performance_box"
8062   output-file-type: ".html"
8063   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8064   data: "intel-dnv-vpp"
8065   filter: "'NIC_Intel-X553' and
8066            '64B' and
8067            ('BASE' or 'SCALE') and
8068            'NDRPDR' and
8069            'ETH' and
8070            '2T2C' and
8071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8072            not 'VHOST' and
8073            not 'MEMIF'"
8074   parameters:
8075   - "throughput"
8076   - "parent"
8077   - "tags"
8078   sort:
8079   - "L2XCBASE"
8080   - "L2BDMACLRN"
8081   - "L2PATCH"
8082   traces:
8083     hoverinfo: "x+y"
8084     boxpoints: "outliers"
8085     whiskerwidth: 0
8086   layout:
8087     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8088     layout: "plot-throughput"
8089
8090 ################################################################################
8091
8092 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8093 -
8094   type: "plot"
8095   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8096   algorithm: "plot_performance_box"
8097   output-file-type: ".html"
8098   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8099   data: "plot-vpp-throughput-latency-3n-hsw"
8100   filter: "'NIC_Intel-X520-DA2' and
8101            '64B' and
8102            ('BASE' or 'SCALE') and
8103            'NDRPDR' and
8104            '1T1C' and
8105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8106            not 'VHOST' and
8107            'MEMIF'"
8108   parameters:
8109   - "throughput"
8110   - "parent"
8111   - "tags"
8112   sort:
8113   - "L2XCFWD"
8114   - "L2XCFWD"
8115   - "L2XCFWD"
8116   - "L2BDMACLRN"
8117   - "L2BDMACLRN"
8118   - "L2BDMACLRN"
8119   traces:
8120     hoverinfo: "x+y"
8121     boxpoints: "outliers"
8122     whiskerwidth: 0
8123   layout:
8124     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8125     layout: "plot-throughput"
8126
8127 -
8128   type: "plot"
8129   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8130   algorithm: "plot_performance_box"
8131   output-file-type: ".html"
8132   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8133   data: "plot-vpp-throughput-latency-3n-hsw"
8134   filter: "'NIC_Intel-X520-DA2' and
8135            '64B' and
8136            ('BASE' or 'SCALE') and
8137            'NDRPDR' and
8138            '1T1C' and
8139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8140            not 'VHOST' and
8141            'MEMIF'"
8142   parameters:
8143   - "throughput"
8144   - "parent"
8145   - "tags"
8146   sort:
8147   - "L2XCFWD"
8148   - "L2XCFWD"
8149   - "L2XCFWD"
8150   - "L2BDMACLRN"
8151   - "L2BDMACLRN"
8152   - "L2BDMACLRN"
8153   traces:
8154     hoverinfo: "x+y"
8155     boxpoints: "outliers"
8156     whiskerwidth: 0
8157   layout:
8158     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8159     layout: "plot-throughput"
8160
8161 -
8162   type: "plot"
8163   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8164   algorithm: "plot_performance_box"
8165   output-file-type: ".html"
8166   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8167   data: "plot-vpp-throughput-latency-3n-hsw"
8168   filter: "'NIC_Intel-X520-DA2' and
8169            '64B' and
8170            ('BASE' or 'SCALE') and
8171            'NDRPDR' and
8172            '2T2C' and
8173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8174            not 'VHOST' and
8175            'MEMIF'"
8176   parameters:
8177   - "throughput"
8178   - "parent"
8179   - "tags"
8180   sort:
8181   - "L2XCFWD"
8182   - "L2XCFWD"
8183   - "L2XCFWD"
8184   - "L2BDMACLRN"
8185   - "L2BDMACLRN"
8186   - "L2BDMACLRN"
8187   traces:
8188     hoverinfo: "x+y"
8189     boxpoints: "outliers"
8190     whiskerwidth: 0
8191   layout:
8192     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8193     layout: "plot-throughput"
8194
8195 -
8196   type: "plot"
8197   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8198   algorithm: "plot_performance_box"
8199   output-file-type: ".html"
8200   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8201   data: "plot-vpp-throughput-latency-3n-hsw"
8202   filter: "'NIC_Intel-X520-DA2' and
8203            '64B' and
8204            ('BASE' or 'SCALE') and
8205            'NDRPDR' and
8206            '2T2C' and
8207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8208            not 'VHOST' and
8209            'MEMIF'"
8210   parameters:
8211   - "throughput"
8212   - "parent"
8213   - "tags"
8214   sort:
8215   - "L2XCFWD"
8216   - "L2XCFWD"
8217   - "L2XCFWD"
8218   - "L2BDMACLRN"
8219   - "L2BDMACLRN"
8220   - "L2BDMACLRN"
8221   traces:
8222     hoverinfo: "x+y"
8223     boxpoints: "outliers"
8224     whiskerwidth: 0
8225   layout:
8226     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8227     layout: "plot-throughput"
8228
8229 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8230 -
8231   type: "plot"
8232   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8233   algorithm: "plot_performance_box"
8234   output-file-type: ".html"
8235   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8236   data: "plot-vpp-throughput-latency-3n-hsw"
8237   filter: "'NIC_Intel-X710' and
8238            '64B' and
8239            ('BASE' or 'SCALE') and
8240            'NDRPDR' and
8241            '1T1C' and
8242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8243            not 'VHOST' and
8244            'MEMIF'"
8245   parameters:
8246   - "throughput"
8247   - "parent"
8248   - "tags"
8249   sort:
8250   - "L2XCFWD"
8251   - "L2XCFWD"
8252   - "L2XCFWD"
8253   - "L2BDMACLRN"
8254   - "L2BDMACLRN"
8255   - "L2BDMACLRN"
8256   traces:
8257     hoverinfo: "x+y"
8258     boxpoints: "outliers"
8259     whiskerwidth: 0
8260   layout:
8261     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8262     layout: "plot-throughput"
8263
8264 -
8265   type: "plot"
8266   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8267   algorithm: "plot_performance_box"
8268   output-file-type: ".html"
8269   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8270   data: "plot-vpp-throughput-latency-3n-hsw"
8271   filter: "'NIC_Intel-X710' and
8272            '64B' and
8273            ('BASE' or 'SCALE') and
8274            'NDRPDR' and
8275            '1T1C' and
8276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8277            not 'VHOST' and
8278            'MEMIF'"
8279   parameters:
8280   - "throughput"
8281   - "parent"
8282   - "tags"
8283   sort:
8284   - "L2XCFWD"
8285   - "L2XCFWD"
8286   - "L2XCFWD"
8287   - "L2BDMACLRN"
8288   - "L2BDMACLRN"
8289   - "L2BDMACLRN"
8290   traces:
8291     hoverinfo: "x+y"
8292     boxpoints: "outliers"
8293     whiskerwidth: 0
8294   layout:
8295     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8296     layout: "plot-throughput"
8297
8298 -
8299   type: "plot"
8300   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8301   algorithm: "plot_performance_box"
8302   output-file-type: ".html"
8303   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8304   data: "plot-vpp-throughput-latency-3n-hsw"
8305   filter: "'NIC_Intel-X710' and
8306            '64B' and
8307            ('BASE' or 'SCALE') and
8308            'NDRPDR' and
8309            '2T2C' and
8310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8311            not 'VHOST' and
8312            'MEMIF'"
8313   parameters:
8314   - "throughput"
8315   - "parent"
8316   - "tags"
8317   sort:
8318   - "L2XCFWD"
8319   - "L2XCFWD"
8320   - "L2XCFWD"
8321   - "L2BDMACLRN"
8322   - "L2BDMACLRN"
8323   - "L2BDMACLRN"
8324   traces:
8325     hoverinfo: "x+y"
8326     boxpoints: "outliers"
8327     whiskerwidth: 0
8328   layout:
8329     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8330     layout: "plot-throughput"
8331
8332 -
8333   type: "plot"
8334   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8335   algorithm: "plot_performance_box"
8336   output-file-type: ".html"
8337   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8338   data: "plot-vpp-throughput-latency-3n-hsw"
8339   filter: "'NIC_Intel-X710' and
8340            '64B' and
8341            ('BASE' or 'SCALE') and
8342            'NDRPDR' and
8343            '2T2C' and
8344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8345            not 'VHOST' and
8346            'MEMIF'"
8347   parameters:
8348   - "throughput"
8349   - "parent"
8350   - "tags"
8351   sort:
8352   - "L2XCFWD"
8353   - "L2XCFWD"
8354   - "L2XCFWD"
8355   - "L2BDMACLRN"
8356   - "L2BDMACLRN"
8357   - "L2BDMACLRN"
8358   traces:
8359     hoverinfo: "x+y"
8360     boxpoints: "outliers"
8361     whiskerwidth: 0
8362   layout:
8363     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8364     layout: "plot-throughput"
8365
8366 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8367 -
8368   type: "plot"
8369   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8370   algorithm: "plot_performance_box"
8371   output-file-type: ".html"
8372   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8373   data: "plot-vpp-throughput-latency-3n-hsw"
8374   filter: "'NIC_Intel-XL710' and
8375            '64B' and
8376            ('BASE' or 'SCALE') and
8377            'NDRPDR' and
8378            '1T1C' and
8379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8380            not 'VHOST' and
8381            'MEMIF'"
8382   parameters:
8383   - "throughput"
8384   - "parent"
8385   - "tags"
8386   sort:
8387   - "L2XCFWD"
8388   - "L2XCFWD"
8389   - "L2XCFWD"
8390   - "L2BDMACLRN"
8391   - "L2BDMACLRN"
8392   - "L2BDMACLRN"
8393   traces:
8394     hoverinfo: "x+y"
8395     boxpoints: "outliers"
8396     whiskerwidth: 0
8397   layout:
8398     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8399     layout: "plot-throughput"
8400
8401 -
8402   type: "plot"
8403   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8404   algorithm: "plot_performance_box"
8405   output-file-type: ".html"
8406   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8407   data: "plot-vpp-throughput-latency-3n-hsw"
8408   filter: "'NIC_Intel-XL710' and
8409            '64B' and
8410            ('BASE' or 'SCALE') and
8411            'NDRPDR' and
8412            '1T1C' and
8413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8414            not 'VHOST' and
8415            'MEMIF'"
8416   parameters:
8417   - "throughput"
8418   - "parent"
8419   - "tags"
8420   sort:
8421   - "L2XCFWD"
8422   - "L2XCFWD"
8423   - "L2XCFWD"
8424   - "L2BDMACLRN"
8425   - "L2BDMACLRN"
8426   - "L2BDMACLRN"
8427   traces:
8428     hoverinfo: "x+y"
8429     boxpoints: "outliers"
8430     whiskerwidth: 0
8431   layout:
8432     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8433     layout: "plot-throughput"
8434
8435 -
8436   type: "plot"
8437   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8438   algorithm: "plot_performance_box"
8439   output-file-type: ".html"
8440   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8441   data: "plot-vpp-throughput-latency-3n-hsw"
8442   filter: "'NIC_Intel-XL710' and
8443            '64B' and
8444            ('BASE' or 'SCALE') and
8445            'NDRPDR' and
8446            '2T2C' and
8447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8448            not 'VHOST' and
8449            'MEMIF'"
8450   parameters:
8451   - "throughput"
8452   - "parent"
8453   - "tags"
8454   sort:
8455   - "L2XCFWD"
8456   - "L2XCFWD"
8457   - "L2XCFWD"
8458   - "L2BDMACLRN"
8459   - "L2BDMACLRN"
8460   - "L2BDMACLRN"
8461   traces:
8462     hoverinfo: "x+y"
8463     boxpoints: "outliers"
8464     whiskerwidth: 0
8465   layout:
8466     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8467     layout: "plot-throughput"
8468
8469 -
8470   type: "plot"
8471   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8472   algorithm: "plot_performance_box"
8473   output-file-type: ".html"
8474   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8475   data: "plot-vpp-throughput-latency-3n-hsw"
8476   filter: "'NIC_Intel-XL710' and
8477            '64B' and
8478            ('BASE' or 'SCALE') and
8479            'NDRPDR' and
8480            '2T2C' and
8481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8482            not 'VHOST' and
8483            'MEMIF'"
8484   parameters:
8485   - "throughput"
8486   - "parent"
8487   - "tags"
8488   sort:
8489   - "L2XCFWD"
8490   - "L2XCFWD"
8491   - "L2XCFWD"
8492   - "L2BDMACLRN"
8493   - "L2BDMACLRN"
8494   - "L2BDMACLRN"
8495   traces:
8496     hoverinfo: "x+y"
8497     boxpoints: "outliers"
8498     whiskerwidth: 0
8499   layout:
8500     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8501     layout: "plot-throughput"
8502
8503 # Packet Throughput - VPP Container Memif 3n-skx-x710
8504 -
8505   type: "plot"
8506   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8507   algorithm: "plot_performance_box"
8508   output-file-type: ".html"
8509   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8510   data: "plot-vpp-throughput-latency-3n-skx"
8511   filter: "'NIC_Intel-X710' and
8512            '64B' and
8513            ('BASE' or 'SCALE') and
8514            'NDRPDR' and
8515            '2T1C' and
8516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8517            not 'VHOST' and
8518            'MEMIF'"
8519   parameters:
8520   - "throughput"
8521   - "parent"
8522   - "tags"
8523   sort:
8524   - "L2XCFWD"
8525   - "L2XCFWD"
8526   - "L2XCFWD"
8527   - "L2BDMACLRN"
8528   - "L2BDMACLRN"
8529   - "L2BDMACLRN"
8530   traces:
8531     hoverinfo: "x+y"
8532     boxpoints: "outliers"
8533     whiskerwidth: 0
8534   layout:
8535     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8536     layout: "plot-throughput"
8537
8538 -
8539   type: "plot"
8540   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8541   algorithm: "plot_performance_box"
8542   output-file-type: ".html"
8543   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8544   data: "plot-vpp-throughput-latency-3n-skx"
8545   filter: "'NIC_Intel-X710' and
8546            '64B' and
8547            ('BASE' or 'SCALE') and
8548            'NDRPDR' and
8549            '2T1C' and
8550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8551            not 'VHOST' and
8552            'MEMIF'"
8553   parameters:
8554   - "throughput"
8555   - "parent"
8556   - "tags"
8557   sort:
8558   - "L2XCFWD"
8559   - "L2XCFWD"
8560   - "L2XCFWD"
8561   - "L2BDMACLRN"
8562   - "L2BDMACLRN"
8563   - "L2BDMACLRN"
8564   traces:
8565     hoverinfo: "x+y"
8566     boxpoints: "outliers"
8567     whiskerwidth: 0
8568   layout:
8569     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8570     layout: "plot-throughput"
8571
8572 -
8573   type: "plot"
8574   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8575   algorithm: "plot_performance_box"
8576   output-file-type: ".html"
8577   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8578   data: "plot-vpp-throughput-latency-3n-skx"
8579   filter: "'NIC_Intel-X710' and
8580            '64B' and
8581            ('BASE' or 'SCALE') and
8582            'NDRPDR' and
8583            '4T2C' and
8584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8585            not 'VHOST' and
8586            'MEMIF'"
8587   parameters:
8588   - "throughput"
8589   - "parent"
8590   - "tags"
8591   sort:
8592   - "L2XCFWD"
8593   - "L2XCFWD"
8594   - "L2XCFWD"
8595   - "L2BDMACLRN"
8596   - "L2BDMACLRN"
8597   - "L2BDMACLRN"
8598   traces:
8599     hoverinfo: "x+y"
8600     boxpoints: "outliers"
8601     whiskerwidth: 0
8602   layout:
8603     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8604     layout: "plot-throughput"
8605
8606 -
8607   type: "plot"
8608   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8609   algorithm: "plot_performance_box"
8610   output-file-type: ".html"
8611   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8612   data: "plot-vpp-throughput-latency-3n-skx"
8613   filter: "'NIC_Intel-X710' and
8614            '64B' and
8615            ('BASE' or 'SCALE') and
8616            'NDRPDR' and
8617            '4T2C' and
8618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8619            not 'VHOST' and
8620            'MEMIF'"
8621   parameters:
8622   - "throughput"
8623   - "parent"
8624   - "tags"
8625   sort:
8626   - "L2XCFWD"
8627   - "L2XCFWD"
8628   - "L2XCFWD"
8629   - "L2BDMACLRN"
8630   - "L2BDMACLRN"
8631   - "L2BDMACLRN"
8632   traces:
8633     hoverinfo: "x+y"
8634     boxpoints: "outliers"
8635     whiskerwidth: 0
8636   layout:
8637     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8638     layout: "plot-throughput"
8639
8640 # Packet Throughput - VPP Container Memif 2n-skx-x710
8641 -
8642   type: "plot"
8643   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8644   algorithm: "plot_performance_box"
8645   output-file-type: ".html"
8646   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8647   data: "plot-vpp-throughput-latency-2n-skx"
8648   filter: "'NIC_Intel-X710' and
8649            '64B' and
8650            ('BASE' or 'SCALE') and
8651            'NDRPDR' and
8652            '2T1C' and
8653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8654            not 'VHOST' and
8655            'MEMIF'"
8656   parameters:
8657   - "throughput"
8658   - "parent"
8659   - "tags"
8660   sort:
8661   - "L2XCFWD"
8662   - "L2XCFWD"
8663   - "L2XCFWD"
8664   - "L2BDMACLRN"
8665   - "L2BDMACLRN"
8666   - "L2BDMACLRN"
8667   traces:
8668     hoverinfo: "x+y"
8669     boxpoints: "outliers"
8670     whiskerwidth: 0
8671   layout:
8672     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8673     layout: "plot-throughput"
8674
8675 -
8676   type: "plot"
8677   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8678   algorithm: "plot_performance_box"
8679   output-file-type: ".html"
8680   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8681   data: "plot-vpp-throughput-latency-2n-skx"
8682   filter: "'NIC_Intel-X710' and
8683            '64B' and
8684            ('BASE' or 'SCALE') and
8685            'NDRPDR' and
8686            '2T1C' and
8687            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8688            not 'VHOST' and
8689            'MEMIF'"
8690   parameters:
8691   - "throughput"
8692   - "parent"
8693   - "tags"
8694   sort:
8695   - "L2XCFWD"
8696   - "L2XCFWD"
8697   - "L2XCFWD"
8698   - "L2BDMACLRN"
8699   - "L2BDMACLRN"
8700   - "L2BDMACLRN"
8701   traces:
8702     hoverinfo: "x+y"
8703     boxpoints: "outliers"
8704     whiskerwidth: 0
8705   layout:
8706     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8707     layout: "plot-throughput"
8708
8709 -
8710   type: "plot"
8711   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8712   algorithm: "plot_performance_box"
8713   output-file-type: ".html"
8714   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8715   data: "plot-vpp-throughput-latency-2n-skx"
8716   filter: "'NIC_Intel-X710' and
8717            '64B' and
8718            ('BASE' or 'SCALE') and
8719            'NDRPDR' and
8720            '4T2C' and
8721            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8722            not 'VHOST' and
8723            'MEMIF'"
8724   parameters:
8725   - "throughput"
8726   - "parent"
8727   - "tags"
8728   sort:
8729   - "L2XCFWD"
8730   - "L2XCFWD"
8731   - "L2XCFWD"
8732   - "L2BDMACLRN"
8733   - "L2BDMACLRN"
8734   - "L2BDMACLRN"
8735   traces:
8736     hoverinfo: "x+y"
8737     boxpoints: "outliers"
8738     whiskerwidth: 0
8739   layout:
8740     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8741     layout: "plot-throughput"
8742
8743 -
8744   type: "plot"
8745   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8746   algorithm: "plot_performance_box"
8747   output-file-type: ".html"
8748   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8749   data: "plot-vpp-throughput-latency-2n-skx"
8750   filter: "'NIC_Intel-X710' and
8751            '64B' and
8752            ('BASE' or 'SCALE') and
8753            'NDRPDR' and
8754            '4T2C' and
8755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8756            not 'VHOST' and
8757            'MEMIF'"
8758   parameters:
8759   - "throughput"
8760   - "parent"
8761   - "tags"
8762   sort:
8763   - "L2XCFWD"
8764   - "L2XCFWD"
8765   - "L2XCFWD"
8766   - "L2BDMACLRN"
8767   - "L2BDMACLRN"
8768   - "L2BDMACLRN"
8769   traces:
8770     hoverinfo: "x+y"
8771     boxpoints: "outliers"
8772     whiskerwidth: 0
8773   layout:
8774     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8775     layout: "plot-throughput"
8776
8777 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
8778 -
8779   type: "plot"
8780   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8781   algorithm: "plot_performance_box"
8782   output-file-type: ".html"
8783   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8784   data: "plot-vpp-throughput-latency-2n-skx"
8785   filter: "'NIC_Intel-XXV710' and
8786            '64B' and
8787            ('BASE' or 'SCALE') and
8788            'NDRPDR' and
8789            '2T1C' and
8790            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8791            not 'VHOST' and
8792            'MEMIF'"
8793   parameters:
8794   - "throughput"
8795   - "parent"
8796   - "tags"
8797   sort:
8798   - "L2XCFWD"
8799   - "L2XCFWD"
8800   - "L2XCFWD"
8801   - "L2BDMACLRN"
8802   - "L2BDMACLRN"
8803   - "L2BDMACLRN"
8804   traces:
8805     hoverinfo: "x+y"
8806     boxpoints: "outliers"
8807     whiskerwidth: 0
8808   layout:
8809     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8810     layout: "plot-throughput"
8811
8812 -
8813   type: "plot"
8814   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8815   algorithm: "plot_performance_box"
8816   output-file-type: ".html"
8817   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8818   data: "plot-vpp-throughput-latency-2n-skx"
8819   filter: "'NIC_Intel-XXV710' and
8820            '64B' and
8821            ('BASE' or 'SCALE') and
8822            'NDRPDR' and
8823            '2T1C' and
8824            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8825            not 'VHOST' and
8826            'MEMIF'"
8827   parameters:
8828   - "throughput"
8829   - "parent"
8830   - "tags"
8831   sort:
8832   - "L2XCFWD"
8833   - "L2XCFWD"
8834   - "L2XCFWD"
8835   - "L2BDMACLRN"
8836   - "L2BDMACLRN"
8837   - "L2BDMACLRN"
8838   traces:
8839     hoverinfo: "x+y"
8840     boxpoints: "outliers"
8841     whiskerwidth: 0
8842   layout:
8843     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8844     layout: "plot-throughput"
8845
8846 -
8847   type: "plot"
8848   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8849   algorithm: "plot_performance_box"
8850   output-file-type: ".html"
8851   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8852   data: "plot-vpp-throughput-latency-2n-skx"
8853   filter: "'NIC_Intel-XXV710' and
8854            '64B' and
8855            ('BASE' or 'SCALE') and
8856            'NDRPDR' and
8857            '4T2C' and
8858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8859            not 'VHOST' and
8860            'MEMIF'"
8861   parameters:
8862   - "throughput"
8863   - "parent"
8864   - "tags"
8865   sort:
8866   - "L2XCFWD"
8867   - "L2XCFWD"
8868   - "L2XCFWD"
8869   - "L2BDMACLRN"
8870   - "L2BDMACLRN"
8871   - "L2BDMACLRN"
8872   traces:
8873     hoverinfo: "x+y"
8874     boxpoints: "outliers"
8875     whiskerwidth: 0
8876   layout:
8877     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8878     layout: "plot-throughput"
8879
8880 -
8881   type: "plot"
8882   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8883   algorithm: "plot_performance_box"
8884   output-file-type: ".html"
8885   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8886   data: "plot-vpp-throughput-latency-2n-skx"
8887   filter: "'NIC_Intel-XXV710' and
8888            '64B' and
8889            ('BASE' or 'SCALE') and
8890            'NDRPDR' and
8891            '4T2C' and
8892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8893            not 'VHOST' and
8894            'MEMIF'"
8895   parameters:
8896   - "throughput"
8897   - "parent"
8898   - "tags"
8899   sort:
8900   - "L2XCFWD"
8901   - "L2XCFWD"
8902   - "L2XCFWD"
8903   - "L2BDMACLRN"
8904   - "L2BDMACLRN"
8905   - "L2BDMACLRN"
8906   traces:
8907     hoverinfo: "x+y"
8908     boxpoints: "outliers"
8909     whiskerwidth: 0
8910   layout:
8911     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8912     layout: "plot-throughput"
8913
8914 ################################################################################
8915
8916 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8917 -
8918   type: "plot"
8919   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8920   algorithm: "plot_performance_box"
8921   output-file-type: ".html"
8922   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8923   data: "plot-ligato-throughput-latency-3n-hsw"
8924   filter: "'NIC_Intel-X520-DA2' and
8925            '64B' and
8926            ('BASE' or 'SCALE') and
8927            'NDRPDR' and
8928            '1T1C' and
8929            'L2XCFWD' and
8930            not 'VHOST' and
8931            'MEMIF'"
8932   parameters:
8933   - "throughput"
8934   - "parent"
8935   - "tags"
8936   sort:
8937   - "1VNF"
8938   - "2VNF"
8939   - "4VNF"
8940   - "2VNF"
8941   - "4VNF"
8942   traces:
8943     hoverinfo: "x+y"
8944     boxpoints: "outliers"
8945     whiskerwidth: 0
8946   layout:
8947     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8948     layout: "plot-throughput"
8949
8950 -
8951   type: "plot"
8952   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8953   algorithm: "plot_performance_box"
8954   output-file-type: ".html"
8955   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8956   data: "plot-ligato-throughput-latency-3n-hsw"
8957   filter: "'NIC_Intel-X520-DA2' and
8958            '64B' and
8959            ('BASE' or 'SCALE') and
8960            'NDRPDR' and
8961            '1T1C' and
8962            'L2XCFWD' and
8963            not 'VHOST' and
8964            'MEMIF'"
8965   parameters:
8966   - "throughput"
8967   - "parent"
8968   - "tags"
8969   sort:
8970   - "1VNF"
8971   - "2VNF"
8972   - "4VNF"
8973   - "2VNF"
8974   - "4VNF"
8975   traces:
8976     hoverinfo: "x+y"
8977     boxpoints: "outliers"
8978     whiskerwidth: 0
8979   layout:
8980     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8981     layout: "plot-throughput"
8982
8983 -
8984   type: "plot"
8985   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8986   algorithm: "plot_performance_box"
8987   output-file-type: ".html"
8988   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8989   data: "plot-ligato-throughput-latency-3n-hsw"
8990   filter: "'NIC_Intel-X520-DA2' and
8991            '64B' and
8992            ('BASE' or 'SCALE') and
8993            'NDRPDR' and
8994            '2T2C' and
8995            'L2XCFWD' and
8996            not 'VHOST' and
8997            'MEMIF'"
8998   parameters:
8999   - "throughput"
9000   - "parent"
9001   - "tags"
9002   sort:
9003   - "1VNF"
9004   - "2VNF"
9005   - "4VNF"
9006   - "2VNF"
9007   - "4VNF"
9008   traces:
9009     hoverinfo: "x+y"
9010     boxpoints: "outliers"
9011     whiskerwidth: 0
9012   layout:
9013     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9014     layout: "plot-throughput"
9015
9016 -
9017   type: "plot"
9018   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9019   algorithm: "plot_performance_box"
9020   output-file-type: ".html"
9021   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9022   data: "plot-ligato-throughput-latency-3n-hsw"
9023   filter: "'NIC_Intel-X520-DA2' and
9024            '64B' and
9025            ('BASE' or 'SCALE') and
9026            'NDRPDR' and
9027            '2T2C' and
9028            'L2XCFWD' and
9029            not 'VHOST' and
9030            'MEMIF'"
9031   parameters:
9032   - "throughput"
9033   - "parent"
9034   - "tags"
9035   sort:
9036   - "1VNF"
9037   - "2VNF"
9038   - "4VNF"
9039   - "2VNF"
9040   - "4VNF"
9041   traces:
9042     hoverinfo: "x+y"
9043     boxpoints: "outliers"
9044     whiskerwidth: 0
9045   layout:
9046     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9047     layout: "plot-throughput"
9048
9049 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9050 -
9051   type: "plot"
9052   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9053   algorithm: "plot_performance_box"
9054   output-file-type: ".html"
9055   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9056   data: "plot-ligato-throughput-latency-3n-hsw"
9057   filter: "'NIC_Intel-X520-DA2' and
9058            '64B' and
9059            ('BASE' or 'SCALE') and
9060            'NDRPDR' and
9061            '1T1C' and
9062            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9063            not 'VHOST' and
9064            'MEMIF'"
9065   parameters:
9066   - "throughput"
9067   - "parent"
9068   - "tags"
9069   sort:
9070   - "1VNF"
9071   - "2VNF"
9072   - "4VNF"
9073   - "2VNF"
9074   - "4VNF"
9075   traces:
9076     hoverinfo: "x+y"
9077     boxpoints: "outliers"
9078     whiskerwidth: 0
9079   layout:
9080     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9081     layout: "plot-throughput"
9082
9083 -
9084   type: "plot"
9085   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9086   algorithm: "plot_performance_box"
9087   output-file-type: ".html"
9088   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9089   data: "plot-ligato-throughput-latency-3n-hsw"
9090   filter: "'NIC_Intel-X520-DA2' and
9091            '64B' and
9092            ('BASE' or 'SCALE') and
9093            'NDRPDR' and
9094            '1T1C' and
9095            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9096            not 'VHOST' and
9097            'MEMIF'"
9098   parameters:
9099   - "throughput"
9100   - "parent"
9101   - "tags"
9102   sort:
9103   - "1VNF"
9104   - "2VNF"
9105   - "4VNF"
9106   - "2VNF"
9107   - "4VNF"
9108   traces:
9109     hoverinfo: "x+y"
9110     boxpoints: "outliers"
9111     whiskerwidth: 0
9112   layout:
9113     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9114     layout: "plot-throughput"
9115
9116 -
9117   type: "plot"
9118   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9119   algorithm: "plot_performance_box"
9120   output-file-type: ".html"
9121   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9122   data: "plot-ligato-throughput-latency-3n-hsw"
9123   filter: "'NIC_Intel-X520-DA2' and
9124            '64B' and
9125            ('BASE' or 'SCALE') and
9126            'NDRPDR' and
9127            '2T2C' and
9128            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9129            not 'VHOST' and
9130            'MEMIF'"
9131   parameters:
9132   - "throughput"
9133   - "parent"
9134   - "tags"
9135   sort:
9136   - "1VNF"
9137   - "2VNF"
9138   - "4VNF"
9139   - "2VNF"
9140   - "4VNF"
9141   traces:
9142     hoverinfo: "x+y"
9143     boxpoints: "outliers"
9144     whiskerwidth: 0
9145   layout:
9146     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9147     layout: "plot-throughput"
9148
9149 -
9150   type: "plot"
9151   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9152   algorithm: "plot_performance_box"
9153   output-file-type: ".html"
9154   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9155   data: "plot-ligato-throughput-latency-3n-hsw"
9156   filter: "'NIC_Intel-X520-DA2' and
9157            '64B' and
9158            ('BASE' or 'SCALE') and
9159            'NDRPDR' and
9160            '2T2C' and
9161            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9162            not 'VHOST' and
9163            'MEMIF'"
9164   parameters:
9165   - "throughput"
9166   - "parent"
9167   - "tags"
9168   sort:
9169   - "1VNF"
9170   - "2VNF"
9171   - "4VNF"
9172   - "2VNF"
9173   - "4VNF"
9174   traces:
9175     hoverinfo: "x+y"
9176     boxpoints: "outliers"
9177     whiskerwidth: 0
9178   layout:
9179     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9180     layout: "plot-throughput"
9181
9182 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9183 -
9184   type: "plot"
9185   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9186   algorithm: "plot_performance_box"
9187   output-file-type: ".html"
9188   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9189   data: "plot-ligato-throughput-latency-3n-hsw"
9190   filter: "'NIC_Intel-X710' and
9191            '64B' and
9192            ('BASE' or 'SCALE') and
9193            'NDRPDR' and
9194            '1T1C' and
9195            'L2XCFWD' and
9196            not 'VHOST' and
9197            'MEMIF'"
9198   parameters:
9199   - "throughput"
9200   - "parent"
9201   - "tags"
9202   sort:
9203   - "1VNF"
9204   - "2VNF"
9205   - "4VNF"
9206   - "2VNF"
9207   - "4VNF"
9208   traces:
9209     hoverinfo: "x+y"
9210     boxpoints: "outliers"
9211     whiskerwidth: 0
9212   layout:
9213     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9214     layout: "plot-throughput"
9215
9216 -
9217   type: "plot"
9218   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9219   algorithm: "plot_performance_box"
9220   output-file-type: ".html"
9221   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9222   data: "plot-ligato-throughput-latency-3n-hsw"
9223   filter: "'NIC_Intel-X710' and
9224            '64B' and
9225            ('BASE' or 'SCALE') and
9226            'NDRPDR' and
9227            '1T1C' and
9228            'L2XCFWD' and
9229            not 'VHOST' and
9230            'MEMIF'"
9231   parameters:
9232   - "throughput"
9233   - "parent"
9234   - "tags"
9235   sort:
9236   - "1VNF"
9237   - "2VNF"
9238   - "4VNF"
9239   - "2VNF"
9240   - "4VNF"
9241   traces:
9242     hoverinfo: "x+y"
9243     boxpoints: "outliers"
9244     whiskerwidth: 0
9245   layout:
9246     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9247     layout: "plot-throughput"
9248
9249 -
9250   type: "plot"
9251   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9252   algorithm: "plot_performance_box"
9253   output-file-type: ".html"
9254   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9255   data: "plot-ligato-throughput-latency-3n-hsw"
9256   filter: "'NIC_Intel-X710' and
9257            '64B' and
9258            ('BASE' or 'SCALE') and
9259            'NDRPDR' and
9260            '2T2C' and
9261            'L2XCFWD' and
9262            not 'VHOST' and
9263            'MEMIF'"
9264   parameters:
9265   - "throughput"
9266   - "parent"
9267   - "tags"
9268   sort:
9269   - "1VNF"
9270   - "2VNF"
9271   - "4VNF"
9272   - "2VNF"
9273   - "4VNF"
9274   traces:
9275     hoverinfo: "x+y"
9276     boxpoints: "outliers"
9277     whiskerwidth: 0
9278   layout:
9279     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9280     layout: "plot-throughput"
9281
9282 -
9283   type: "plot"
9284   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9285   algorithm: "plot_performance_box"
9286   output-file-type: ".html"
9287   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9288   data: "plot-ligato-throughput-latency-3n-hsw"
9289   filter: "'NIC_Intel-X710' and
9290            '64B' and
9291            ('BASE' or 'SCALE') and
9292            'NDRPDR' and
9293            '2T2C' and
9294            'L2XCFWD' and
9295            not 'VHOST' and
9296            'MEMIF'"
9297   parameters:
9298   - "throughput"
9299   - "parent"
9300   - "tags"
9301   sort:
9302   - "1VNF"
9303   - "2VNF"
9304   - "4VNF"
9305   - "2VNF"
9306   - "4VNF"
9307   traces:
9308     hoverinfo: "x+y"
9309     boxpoints: "outliers"
9310     whiskerwidth: 0
9311   layout:
9312     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9313     layout: "plot-throughput"
9314
9315 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9316 -
9317   type: "plot"
9318   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9319   algorithm: "plot_performance_box"
9320   output-file-type: ".html"
9321   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9322   data: "plot-ligato-throughput-latency-3n-hsw"
9323   filter: "'NIC_Intel-X710' and
9324            '64B' and
9325            ('BASE' or 'SCALE') and
9326            'NDRPDR' and
9327            '1T1C' and
9328            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9329            not 'VHOST' and
9330            'MEMIF'"
9331   parameters:
9332   - "throughput"
9333   - "parent"
9334   - "tags"
9335   sort:
9336   - "1VNF"
9337   - "2VNF"
9338   - "4VNF"
9339   - "2VNF"
9340   - "4VNF"
9341   traces:
9342     hoverinfo: "x+y"
9343     boxpoints: "outliers"
9344     whiskerwidth: 0
9345   layout:
9346     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9347     layout: "plot-throughput"
9348
9349 -
9350   type: "plot"
9351   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9352   algorithm: "plot_performance_box"
9353   output-file-type: ".html"
9354   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9355   data: "plot-ligato-throughput-latency-3n-hsw"
9356   filter: "'NIC_Intel-X710' and
9357            '64B' and
9358            ('BASE' or 'SCALE') and
9359            'NDRPDR' and
9360            '1T1C' and
9361            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9362            not 'VHOST' and
9363            'MEMIF'"
9364   parameters:
9365   - "throughput"
9366   - "parent"
9367   - "tags"
9368   sort:
9369   - "1VNF"
9370   - "2VNF"
9371   - "4VNF"
9372   - "2VNF"
9373   - "4VNF"
9374   traces:
9375     hoverinfo: "x+y"
9376     boxpoints: "outliers"
9377     whiskerwidth: 0
9378   layout:
9379     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9380     layout: "plot-throughput"
9381
9382 -
9383   type: "plot"
9384   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9385   algorithm: "plot_performance_box"
9386   output-file-type: ".html"
9387   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9388   data: "plot-ligato-throughput-latency-3n-hsw"
9389   filter: "'NIC_Intel-X710' and
9390            '64B' and
9391            ('BASE' or 'SCALE') and
9392            'NDRPDR' and
9393            '2T2C' and
9394            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9395            not 'VHOST' and
9396            'MEMIF'"
9397   parameters:
9398   - "throughput"
9399   - "parent"
9400   - "tags"
9401   sort:
9402   - "1VNF"
9403   - "2VNF"
9404   - "4VNF"
9405   - "2VNF"
9406   - "4VNF"
9407   traces:
9408     hoverinfo: "x+y"
9409     boxpoints: "outliers"
9410     whiskerwidth: 0
9411   layout:
9412     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9413     layout: "plot-throughput"
9414
9415 -
9416   type: "plot"
9417   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9418   algorithm: "plot_performance_box"
9419   output-file-type: ".html"
9420   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9421   data: "plot-ligato-throughput-latency-3n-hsw"
9422   filter: "'NIC_Intel-X710' and
9423            '64B' and
9424            ('BASE' or 'SCALE') and
9425            'NDRPDR' and
9426            '2T2C' and
9427            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9428            not 'VHOST' and
9429            'MEMIF'"
9430   parameters:
9431   - "throughput"
9432   - "parent"
9433   - "tags"
9434   sort:
9435   - "1VNF"
9436   - "2VNF"
9437   - "4VNF"
9438   - "2VNF"
9439   - "4VNF"
9440   traces:
9441     hoverinfo: "x+y"
9442     boxpoints: "outliers"
9443     whiskerwidth: 0
9444   layout:
9445     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9446     layout: "plot-throughput"
9447
9448 ################################################################################
9449
9450 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9451 -
9452   type: "plot"
9453   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9454   algorithm: "plot_performance_box"
9455   output-file-type: ".html"
9456   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9457   data: "plot-vpp-throughput-latency-3n-hsw"
9458   filter: "'NIC_Intel-X520-DA2' and
9459            '64B' and
9460            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9461            'NDRPDR' and
9462            '1T1C' and
9463            'IP4FWD' and
9464            not 'IPSEC' and
9465            not 'VHOST'"
9466   parameters:
9467   - "throughput"
9468   - "parent"
9469   - "tags"
9470   sort:
9471   - "DOT1Q"
9472   - "IP4BASE"
9473   - "FIB_20k"
9474   - "FIB_200k"
9475   - "FIB_2M"
9476   traces:
9477     hoverinfo: "x+y"
9478     boxpoints: "outliers"
9479     whiskerwidth: 0
9480   layout:
9481     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9482     layout: "plot-throughput"
9483
9484 -
9485   type: "plot"
9486   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9487   algorithm: "plot_performance_box"
9488   output-file-type: ".html"
9489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9490   data: "plot-vpp-throughput-latency-3n-hsw"
9491   filter: "'NIC_Intel-X520-DA2' and
9492            '64B' and
9493            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9494            'NDRPDR' and
9495            '1T1C' and
9496            'IP4FWD' and
9497            not 'IPSEC' and
9498            not 'VHOST'"
9499   parameters:
9500   - "throughput"
9501   - "parent"
9502   - "tags"
9503   sort:
9504   - "DOT1Q"
9505   - "IP4BASE"
9506   - "FIB_20k"
9507   - "FIB_200k"
9508   - "FIB_2M"
9509   traces:
9510     hoverinfo: "x+y"
9511     boxpoints: "outliers"
9512     whiskerwidth: 0
9513   layout:
9514     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9515     layout: "plot-throughput"
9516
9517 -
9518   type: "plot"
9519   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9520   algorithm: "plot_performance_box"
9521   output-file-type: ".html"
9522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9523   data: "plot-vpp-throughput-latency-3n-hsw"
9524   filter: "'NIC_Intel-X520-DA2' and
9525            '64B' and
9526            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9527            'NDRPDR' and
9528            '2T2C' and
9529            'IP4FWD' and
9530            not 'IPSEC' and
9531            not 'VHOST'"
9532   parameters:
9533   - "throughput"
9534   - "parent"
9535   - "tags"
9536   sort:
9537   - "DOT1Q"
9538   - "IP4BASE"
9539   - "FIB_20k"
9540   - "FIB_200k"
9541   - "FIB_2M"
9542   traces:
9543     hoverinfo: "x+y"
9544     boxpoints: "outliers"
9545     whiskerwidth: 0
9546   layout:
9547     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9548     layout: "plot-throughput"
9549
9550 -
9551   type: "plot"
9552   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9553   algorithm: "plot_performance_box"
9554   output-file-type: ".html"
9555   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9556   data: "plot-vpp-throughput-latency-3n-hsw"
9557   filter: "'NIC_Intel-X520-DA2' and
9558            '64B' and
9559            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9560            'NDRPDR' and
9561            '2T2C' and
9562            'IP4FWD' and
9563            not 'IPSEC' and
9564            not 'VHOST'"
9565   parameters:
9566   - "throughput"
9567   - "parent"
9568   - "tags"
9569   sort:
9570   - "DOT1Q"
9571   - "IP4BASE"
9572   - "FIB_20k"
9573   - "FIB_200k"
9574   - "FIB_2M"
9575   traces:
9576     hoverinfo: "x+y"
9577     boxpoints: "outliers"
9578     whiskerwidth: 0
9579   layout:
9580     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9581     layout: "plot-throughput"
9582
9583 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9584 -
9585   type: "plot"
9586   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9587   algorithm: "plot_performance_box"
9588   output-file-type: ".html"
9589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9590   data: "plot-vpp-throughput-latency-3n-hsw"
9591   filter: "'NIC_Intel-X520-DA2' and
9592            '64B' and
9593            ('IP4BASE' or
9594             'POLICE_MARK' or
9595             'COPWHLIST' or
9596             ('NAT44' and 'BASE') or
9597             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9598            'NDRPDR' and
9599            '1T1C' and
9600            'IP4FWD' and
9601            not 'IPSEC' and
9602            not 'VHOST'"
9603   parameters:
9604   - "throughput"
9605   - "parent"
9606   - "tags"
9607   sort:
9608   - "DOT1Q"
9609   - "IP4BASE"
9610   - "NAT44"
9611   - "POLICE_MARK"
9612   - "COPWHLIST"
9613   - "IACL"
9614   - "OACL"
9615   traces:
9616     hoverinfo: "x+y"
9617     boxpoints: "outliers"
9618     whiskerwidth: 0
9619   layout:
9620     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9621     layout: "plot-throughput"
9622
9623 -
9624   type: "plot"
9625   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9626   algorithm: "plot_performance_box"
9627   output-file-type: ".html"
9628   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9629   data: "plot-vpp-throughput-latency-3n-hsw"
9630   filter: "'NIC_Intel-X520-DA2' and
9631            '64B' and
9632            ('IP4BASE' or
9633             'POLICE_MARK' or
9634             'COPWHLIST' or
9635             ('NAT44' and 'BASE') or
9636             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9637            'NDRPDR' and
9638            '1T1C' and
9639            'IP4FWD' and
9640            not 'IPSEC' and
9641            not 'VHOST'"
9642   parameters:
9643   - "throughput"
9644   - "parent"
9645   - "tags"
9646   sort:
9647   - "DOT1Q"
9648   - "IP4BASE"
9649   - "NAT44"
9650   - "POLICE_MARK"
9651   - "COPWHLIST"
9652   - "IACL"
9653   - "OACL"
9654   traces:
9655     hoverinfo: "x+y"
9656     boxpoints: "outliers"
9657     whiskerwidth: 0
9658   layout:
9659     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9660     layout: "plot-throughput"
9661
9662 -
9663   type: "plot"
9664   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9665   algorithm: "plot_performance_box"
9666   output-file-type: ".html"
9667   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9668   data: "plot-vpp-throughput-latency-3n-hsw"
9669   filter: "'NIC_Intel-X520-DA2' and
9670            '64B' and
9671            ('IP4BASE' or
9672             'POLICE_MARK' or
9673             'COPWHLIST' or
9674             ('NAT44' and 'BASE') or
9675             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9676            'NDRPDR' and
9677            '2T2C' and
9678            'IP4FWD' and
9679            not 'IPSEC' and
9680            not 'VHOST'"
9681   parameters:
9682   - "throughput"
9683   - "parent"
9684   - "tags"
9685   sort:
9686   - "DOT1Q"
9687   - "IP4BASE"
9688   - "NAT44"
9689   - "POLICE_MARK"
9690   - "COPWHLIST"
9691   - "IACL"
9692   - "OACL"
9693   traces:
9694     hoverinfo: "x+y"
9695     boxpoints: "outliers"
9696     whiskerwidth: 0
9697   layout:
9698     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9699     layout: "plot-throughput"
9700
9701 -
9702   type: "plot"
9703   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9704   algorithm: "plot_performance_box"
9705   output-file-type: ".html"
9706   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9707   data: "plot-vpp-throughput-latency-3n-hsw"
9708   filter: "'NIC_Intel-X520-DA2' and
9709            '64B' and
9710            ('IP4BASE' or
9711             'POLICE_MARK' or
9712             'COPWHLIST' or
9713             ('NAT44' and 'BASE') or
9714             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9715            'NDRPDR' and
9716            '2T2C' and
9717            'IP4FWD' and
9718            not 'IPSEC' and
9719            not 'VHOST'"
9720   parameters:
9721   - "throughput"
9722   - "parent"
9723   - "tags"
9724   sort:
9725   - "DOT1Q"
9726   - "IP4BASE"
9727   - "NAT44"
9728   - "POLICE_MARK"
9729   - "COPWHLIST"
9730   - "IACL"
9731   - "OACL"
9732   traces:
9733     hoverinfo: "x+y"
9734     boxpoints: "outliers"
9735     whiskerwidth: 0
9736   layout:
9737     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9738     layout: "plot-throughput"
9739
9740 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9741 -
9742   type: "plot"
9743   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9744   algorithm: "plot_performance_box"
9745   output-file-type: ".html"
9746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9747   data: "plot-vpp-throughput-latency-3n-hsw"
9748   filter: "'NIC_Intel-X520-DA2' and
9749            '64B' and
9750            'NDRPDR' and
9751            '1T1C' and
9752            'IP4FWD' and
9753            'NAT44' and
9754            not 'IPSEC' and
9755            not 'VHOST'"
9756   parameters:
9757   - "throughput"
9758   - "parent"
9759   - "tags"
9760   sort:
9761   - "BASE"
9762   - "BASE"
9763   - "SRC_USER_10"
9764   - "SRC_USER_100"
9765   - "SRC_USER_1000"
9766   - "SRC_USER_2000"
9767   traces:
9768     hoverinfo: "x+y"
9769     boxpoints: "outliers"
9770     whiskerwidth: 0
9771   layout:
9772     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9773     layout: "plot-throughput"
9774
9775 -
9776   type: "plot"
9777   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9778   algorithm: "plot_performance_box"
9779   output-file-type: ".html"
9780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9781   data: "plot-vpp-throughput-latency-3n-hsw"
9782   filter: "'NIC_Intel-X520-DA2' and
9783            '64B' and
9784            'NDRPDR' and
9785            '1T1C' and
9786            'IP4FWD' and
9787            'NAT44' and
9788            not 'IPSEC' and
9789            not 'VHOST'"
9790   parameters:
9791   - "throughput"
9792   - "parent"
9793   - "tags"
9794   sort:
9795   - "BASE"
9796   - "BASE"
9797   - "SRC_USER_10"
9798   - "SRC_USER_100"
9799   - "SRC_USER_1000"
9800   - "SRC_USER_2000"
9801   traces:
9802     hoverinfo: "x+y"
9803     boxpoints: "outliers"
9804     whiskerwidth: 0
9805   layout:
9806     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9807     layout: "plot-throughput"
9808
9809 -
9810   type: "plot"
9811   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9812   algorithm: "plot_performance_box"
9813   output-file-type: ".html"
9814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9815   data: "plot-vpp-throughput-latency-3n-hsw"
9816   filter: "'NIC_Intel-X520-DA2' and
9817            '64B' and
9818            'NDRPDR' and
9819            '2T2C' and
9820            'IP4FWD' and
9821            'NAT44' and
9822            not 'IPSEC' and
9823            not 'VHOST'"
9824   parameters:
9825   - "throughput"
9826   - "parent"
9827   - "tags"
9828   sort:
9829   - "BASE"
9830   - "BASE"
9831   - "SRC_USER_10"
9832   - "SRC_USER_100"
9833   - "SRC_USER_1000"
9834   - "SRC_USER_2000"
9835   traces:
9836     hoverinfo: "x+y"
9837     boxpoints: "outliers"
9838     whiskerwidth: 0
9839   layout:
9840     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9841     layout: "plot-throughput"
9842
9843 -
9844   type: "plot"
9845   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9846   algorithm: "plot_performance_box"
9847   output-file-type: ".html"
9848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9849   data: "plot-vpp-throughput-latency-3n-hsw"
9850   filter: "'NIC_Intel-X520-DA2' and
9851            '64B' and
9852            'NDRPDR' and
9853            '2T2C' and
9854            'IP4FWD' and
9855            'NAT44' and
9856            not 'IPSEC' and
9857            not 'VHOST'"
9858   parameters:
9859   - "throughput"
9860   - "parent"
9861   - "tags"
9862   sort:
9863   - "BASE"
9864   - "BASE"
9865   - "SRC_USER_10"
9866   - "SRC_USER_100"
9867   - "SRC_USER_1000"
9868   - "SRC_USER_2000"
9869   traces:
9870     hoverinfo: "x+y"
9871     boxpoints: "outliers"
9872     whiskerwidth: 0
9873   layout:
9874     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9875     layout: "plot-throughput"
9876
9877 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9878 -
9879   type: "plot"
9880   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9881   algorithm: "plot_performance_box"
9882   output-file-type: ".html"
9883   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9884   data: "plot-vpp-throughput-latency-3n-hsw"
9885   filter: "'NIC_Intel-X520-DA2' and
9886            '64B' and
9887            'NDRPDR' and
9888            '1T1C' and
9889            'IP4FWD' and
9890            'IACL' and
9891            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9892            not 'IPSEC' and
9893            not 'VHOST'"
9894   parameters:
9895   - "throughput"
9896   - "parent"
9897   - "tags"
9898   sort:
9899   - "ACL_STATELESS"
9900   - "ACL_STATEFUL"
9901   - "ACL_STATELESS"
9902   - "ACL_STATEFUL"
9903   traces:
9904     hoverinfo: "x+y"
9905     boxpoints: "outliers"
9906     whiskerwidth: 0
9907   layout:
9908     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9909     layout: "plot-throughput"
9910
9911 -
9912   type: "plot"
9913   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9914   algorithm: "plot_performance_box"
9915   output-file-type: ".html"
9916   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9917   data: "plot-vpp-throughput-latency-3n-hsw"
9918   filter: "'NIC_Intel-X520-DA2' and
9919            '64B' and
9920            'NDRPDR' and
9921            '1T1C' and
9922            'IP4FWD' and
9923            'IACL' and
9924            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9925            not 'IPSEC' and
9926            not 'VHOST'"
9927   parameters:
9928   - "throughput"
9929   - "parent"
9930   - "tags"
9931   sort:
9932   - "ACL_STATELESS"
9933   - "ACL_STATEFUL"
9934   - "ACL_STATELESS"
9935   - "ACL_STATEFUL"
9936   traces:
9937     hoverinfo: "x+y"
9938     boxpoints: "outliers"
9939     whiskerwidth: 0
9940   layout:
9941     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9942     layout: "plot-throughput"
9943
9944 -
9945   type: "plot"
9946   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9947   algorithm: "plot_performance_box"
9948   output-file-type: ".html"
9949   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9950   data: "plot-vpp-throughput-latency-3n-hsw"
9951   filter: "'NIC_Intel-X520-DA2' and
9952            '64B' and
9953            'NDRPDR' and
9954            '2T2C' and
9955            'IP4FWD' and
9956            'IACL' and
9957            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9958            not 'IPSEC' and
9959            not 'VHOST'"
9960   parameters:
9961   - "throughput"
9962   - "parent"
9963   - "tags"
9964   sort:
9965   - "ACL_STATELESS"
9966   - "ACL_STATEFUL"
9967   - "ACL_STATELESS"
9968   - "ACL_STATEFUL"
9969   traces:
9970     hoverinfo: "x+y"
9971     boxpoints: "outliers"
9972     whiskerwidth: 0
9973   layout:
9974     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9975     layout: "plot-throughput"
9976
9977 -
9978   type: "plot"
9979   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9980   algorithm: "plot_performance_box"
9981   output-file-type: ".html"
9982   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9983   data: "plot-vpp-throughput-latency-3n-hsw"
9984   filter: "'NIC_Intel-X520-DA2' and
9985            '64B' and
9986            'NDRPDR' and
9987            '2T2C' and
9988            'IP4FWD' and
9989            'IACL' and
9990            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9991            not 'IPSEC' and
9992            not 'VHOST'"
9993   parameters:
9994   - "throughput"
9995   - "parent"
9996   - "tags"
9997   sort:
9998   - "ACL_STATELESS"
9999   - "ACL_STATEFUL"
10000   - "ACL_STATELESS"
10001   - "ACL_STATEFUL"
10002   traces:
10003     hoverinfo: "x+y"
10004     boxpoints: "outliers"
10005     whiskerwidth: 0
10006   layout:
10007     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10008     layout: "plot-throughput"
10009
10010 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10011 -
10012   type: "plot"
10013   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10014   algorithm: "plot_performance_box"
10015   output-file-type: ".html"
10016   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10017   data: "plot-vpp-throughput-latency-3n-hsw"
10018   filter: "'NIC_Intel-X520-DA2' and
10019            '64B' and
10020            'NDRPDR' and
10021            '1T1C' and
10022            'IP4FWD' and
10023            'OACL' and
10024            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10025            not 'IPSEC' and
10026            not 'VHOST'"
10027   parameters:
10028   - "throughput"
10029   - "parent"
10030   - "tags"
10031   sort:
10032   - "ACL_STATELESS"
10033   - "ACL_STATEFUL"
10034   - "ACL_STATELESS"
10035   - "ACL_STATEFUL"
10036   traces:
10037     hoverinfo: "x+y"
10038     boxpoints: "outliers"
10039     whiskerwidth: 0
10040   layout:
10041     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10042     layout: "plot-throughput"
10043
10044 -
10045   type: "plot"
10046   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10047   algorithm: "plot_performance_box"
10048   output-file-type: ".html"
10049   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10050   data: "plot-vpp-throughput-latency-3n-hsw"
10051   filter: "'NIC_Intel-X520-DA2' and
10052            '64B' and
10053            'NDRPDR' and
10054            '1T1C' and
10055            'IP4FWD' and
10056            'OACL' and
10057            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10058            not 'IPSEC' and
10059            not 'VHOST'"
10060   parameters:
10061   - "throughput"
10062   - "parent"
10063   - "tags"
10064   sort:
10065   - "ACL_STATELESS"
10066   - "ACL_STATEFUL"
10067   - "ACL_STATELESS"
10068   - "ACL_STATEFUL"
10069   traces:
10070     hoverinfo: "x+y"
10071     boxpoints: "outliers"
10072     whiskerwidth: 0
10073   layout:
10074     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10075     layout: "plot-throughput"
10076
10077 -
10078   type: "plot"
10079   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10080   algorithm: "plot_performance_box"
10081   output-file-type: ".html"
10082   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10083   data: "plot-vpp-throughput-latency-3n-hsw"
10084   filter: "'NIC_Intel-X520-DA2' and
10085            '64B' and
10086            'NDRPDR' and
10087            '2T2C' and
10088            'IP4FWD' and
10089            'OACL' and
10090            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10091            not 'IPSEC' and
10092            not 'VHOST'"
10093   parameters:
10094   - "throughput"
10095   - "parent"
10096   - "tags"
10097   sort:
10098   - "ACL_STATELESS"
10099   - "ACL_STATEFUL"
10100   - "ACL_STATELESS"
10101   - "ACL_STATEFUL"
10102   traces:
10103     hoverinfo: "x+y"
10104     boxpoints: "outliers"
10105     whiskerwidth: 0
10106   layout:
10107     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10108     layout: "plot-throughput"
10109
10110 -
10111   type: "plot"
10112   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10113   algorithm: "plot_performance_box"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10116   data: "plot-vpp-throughput-latency-3n-hsw"
10117   filter: "'NIC_Intel-X520-DA2' and
10118            '64B' and
10119            'NDRPDR' and
10120            '2T2C' and
10121            'IP4FWD' and
10122            'OACL' and
10123            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10124            not 'IPSEC' and
10125            not 'VHOST'"
10126   parameters:
10127   - "throughput"
10128   - "parent"
10129   - "tags"
10130   sort:
10131   - "ACL_STATELESS"
10132   - "ACL_STATEFUL"
10133   - "ACL_STATELESS"
10134   - "ACL_STATEFUL"
10135   traces:
10136     hoverinfo: "x+y"
10137     boxpoints: "outliers"
10138     whiskerwidth: 0
10139   layout:
10140     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10141     layout: "plot-throughput"
10142
10143 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10144 -
10145   type: "plot"
10146   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10147   algorithm: "plot_performance_box"
10148   output-file-type: ".html"
10149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10150   data: "plot-vpp-throughput-latency-3n-hsw"
10151   filter: "'NIC_Intel-X710' and
10152            '64B' and
10153            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10154            'NDRPDR' and
10155            '1T1C' and
10156            'IP4FWD' and
10157            not 'IPSEC' and
10158            not 'VHOST'"
10159   parameters:
10160   - "throughput"
10161   - "parent"
10162   - "tags"
10163   sort:
10164   - "DOT1Q"
10165   - "IP4BASE"
10166   - "FIB_20K"
10167   - "FIB_200K"
10168   - "FIB_2M"
10169   traces:
10170     hoverinfo: "x+y"
10171     boxpoints: "outliers"
10172     whiskerwidth: 0
10173   layout:
10174     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10175     layout: "plot-throughput"
10176
10177 -
10178   type: "plot"
10179   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10180   algorithm: "plot_performance_box"
10181   output-file-type: ".html"
10182   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10183   data: "plot-vpp-throughput-latency-3n-hsw"
10184   filter: "'NIC_Intel-X710' and
10185            '64B' and
10186            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10187            'NDRPDR' and
10188            '1T1C' and
10189            'IP4FWD' and
10190            not 'IPSEC' and
10191            not 'VHOST'"
10192   parameters:
10193   - "throughput"
10194   - "parent"
10195   - "tags"
10196   sort:
10197   - "DOT1Q"
10198   - "IP4BASE"
10199   - "FIB_20K"
10200   - "FIB_200K"
10201   - "FIB_2M"
10202   traces:
10203     hoverinfo: "x+y"
10204     boxpoints: "outliers"
10205     whiskerwidth: 0
10206   layout:
10207     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10208     layout: "plot-throughput"
10209
10210 -
10211   type: "plot"
10212   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10213   algorithm: "plot_performance_box"
10214   output-file-type: ".html"
10215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10216   data: "plot-vpp-throughput-latency-3n-hsw"
10217   filter: "'NIC_Intel-X710' and
10218            '64B' and
10219            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10220            'NDRPDR' and
10221            '2T2C' and
10222            'IP4FWD' and
10223            not 'IPSEC' and
10224            not 'VHOST'"
10225   parameters:
10226   - "throughput"
10227   - "parent"
10228   - "tags"
10229   sort:
10230   - "DOT1Q"
10231   - "IP4BASE"
10232   - "FIB_20K"
10233   - "FIB_200K"
10234   - "FIB_2M"
10235   traces:
10236     hoverinfo: "x+y"
10237     boxpoints: "outliers"
10238     whiskerwidth: 0
10239   layout:
10240     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10241     layout: "plot-throughput"
10242
10243 -
10244   type: "plot"
10245   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10246   algorithm: "plot_performance_box"
10247   output-file-type: ".html"
10248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10249   data: "plot-vpp-throughput-latency-3n-hsw"
10250   filter: "'NIC_Intel-X710' and
10251            '64B' and
10252            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10253            'NDRPDR' and
10254            '2T2C' and
10255            'IP4FWD' and
10256            not 'IPSEC' and
10257            not 'VHOST'"
10258   parameters:
10259   - "throughput"
10260   - "parent"
10261   - "tags"
10262   sort:
10263   - "DOT1Q"
10264   - "IP4BASE"
10265   - "FIB_20K"
10266   - "FIB_200K"
10267   - "FIB_2M"
10268   traces:
10269     hoverinfo: "x+y"
10270     boxpoints: "outliers"
10271     whiskerwidth: 0
10272   layout:
10273     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10274     layout: "plot-throughput"
10275
10276 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10277 -
10278   type: "plot"
10279   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10280   algorithm: "plot_performance_box"
10281   output-file-type: ".html"
10282   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10283   data: "plot-vpp-throughput-latency-3n-hsw"
10284   filter: "'NIC_Intel-X710' and
10285            '64B' and
10286            ('IP4BASE' or
10287             'POLICE_MARK' or
10288             'COPWHLIST' or
10289             ('NAT44' and 'BASE') or
10290             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10291            'NDRPDR' and
10292            '1T1C' and
10293            'IP4FWD' and
10294            not 'IPSEC' and
10295            not 'VHOST'"
10296   parameters:
10297   - "throughput"
10298   - "parent"
10299   - "tags"
10300   sort:
10301   - "IP4BASE"
10302   - "NAT44"
10303   - "POLICE_MARK"
10304   - "COPWHLIST"
10305   - "IACL"
10306   - "OACL"
10307   traces:
10308     hoverinfo: "x+y"
10309     boxpoints: "outliers"
10310     whiskerwidth: 0
10311   layout:
10312     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10313     layout: "plot-throughput"
10314
10315 -
10316   type: "plot"
10317   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10318   algorithm: "plot_performance_box"
10319   output-file-type: ".html"
10320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10321   data: "plot-vpp-throughput-latency-3n-hsw"
10322   filter: "'NIC_Intel-X710' and
10323            '64B' and
10324            ('IP4BASE' or
10325             'POLICE_MARK' or
10326             'COPWHLIST' or
10327             ('NAT44' and 'BASE') or
10328             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10329            'NDRPDR' and
10330            '1T1C' and
10331            'IP4FWD' and
10332            not 'IPSEC' and
10333            not 'VHOST'"
10334   parameters:
10335   - "throughput"
10336   - "parent"
10337   - "tags"
10338   sort:
10339   - "IP4BASE"
10340   - "NAT44"
10341   - "POLICE_MARK"
10342   - "COPWHLIST"
10343   - "IACL"
10344   - "OACL"
10345   traces:
10346     hoverinfo: "x+y"
10347     boxpoints: "outliers"
10348     whiskerwidth: 0
10349   layout:
10350     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10351     layout: "plot-throughput"
10352
10353 -
10354   type: "plot"
10355   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10356   algorithm: "plot_performance_box"
10357   output-file-type: ".html"
10358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10359   data: "plot-vpp-throughput-latency-3n-hsw"
10360   filter: "'NIC_Intel-X710' and
10361            '64B' and
10362            ('IP4BASE' or
10363             'POLICE_MARK' or
10364             'COPWHLIST' or
10365             ('NAT44' and 'BASE') or
10366             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10367            'NDRPDR' and
10368            '2T2C' and
10369            'IP4FWD' and
10370            not 'IPSEC' and
10371            not 'VHOST'"
10372   parameters:
10373   - "throughput"
10374   - "parent"
10375   - "tags"
10376   sort:
10377   - "IP4BASE"
10378   - "NAT44"
10379   - "POLICE_MARK"
10380   - "COPWHLIST"
10381   - "IACL"
10382   - "OACL"
10383   traces:
10384     hoverinfo: "x+y"
10385     boxpoints: "outliers"
10386     whiskerwidth: 0
10387   layout:
10388     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10389     layout: "plot-throughput"
10390
10391 -
10392   type: "plot"
10393   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10394   algorithm: "plot_performance_box"
10395   output-file-type: ".html"
10396   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10397   data: "plot-vpp-throughput-latency-3n-hsw"
10398   filter: "'NIC_Intel-X710' and
10399            '64B' and
10400            ('IP4BASE' or
10401             'POLICE_MARK' or
10402             'COPWHLIST' or
10403             ('NAT44' and 'BASE') or
10404             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10405            'NDRPDR' and
10406            '2T2C' and
10407            'IP4FWD' and
10408            not 'IPSEC' and
10409            not 'VHOST'"
10410   parameters:
10411   - "throughput"
10412   - "parent"
10413   - "tags"
10414   sort:
10415   - "IP4BASE"
10416   - "NAT44"
10417   - "POLICE_MARK"
10418   - "COPWHLIST"
10419   - "IACL"
10420   - "OACL"
10421   traces:
10422     hoverinfo: "x+y"
10423     boxpoints: "outliers"
10424     whiskerwidth: 0
10425   layout:
10426     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10427     layout: "plot-throughput"
10428
10429 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10430 -
10431   type: "plot"
10432   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10433   algorithm: "plot_performance_box"
10434   output-file-type: ".html"
10435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10436   data: "plot-vpp-throughput-latency-3n-skx"
10437   filter: "'NIC_Intel-X710' and
10438            '64B' and
10439            'NDRPDR' and
10440            '2T1C' and
10441            'IP4FWD' and
10442            'NAT44' and
10443            not 'IPSEC' and
10444            not 'VHOST'"
10445   parameters:
10446   - "throughput"
10447   - "parent"
10448   - "tags"
10449   sort:
10450   - "BASE"
10451   - "BASE"
10452   - "SRC_USER_10"
10453   - "SRC_USER_100"
10454   - "SRC_USER_1000"
10455   - "SRC_USER_2000"
10456   traces:
10457     hoverinfo: "x+y"
10458     boxpoints: "outliers"
10459     whiskerwidth: 0
10460   layout:
10461     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10462     layout: "plot-throughput"
10463
10464 -
10465   type: "plot"
10466   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10467   algorithm: "plot_performance_box"
10468   output-file-type: ".html"
10469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10470   data: "plot-vpp-throughput-latency-3n-skx"
10471   filter: "'NIC_Intel-X710' and
10472            '64B' and
10473            'NDRPDR' and
10474            '2T1C' and
10475            'IP4FWD' and
10476            'NAT44' and
10477            not 'IPSEC' and
10478            not 'VHOST'"
10479   parameters:
10480   - "throughput"
10481   - "parent"
10482   - "tags"
10483   sort:
10484   - "BASE"
10485   - "BASE"
10486   - "SRC_USER_10"
10487   - "SRC_USER_100"
10488   - "SRC_USER_1000"
10489   - "SRC_USER_2000"
10490   traces:
10491     hoverinfo: "x+y"
10492     boxpoints: "outliers"
10493     whiskerwidth: 0
10494   layout:
10495     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10496     layout: "plot-throughput"
10497
10498 -
10499   type: "plot"
10500   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10501   algorithm: "plot_performance_box"
10502   output-file-type: ".html"
10503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10504   data: "plot-vpp-throughput-latency-3n-skx"
10505   filter: "'NIC_Intel-X710' and
10506            '64B' and
10507            'NDRPDR' and
10508            '4T2C' and
10509            'IP4FWD' and
10510            'NAT44' and
10511            not 'IPSEC' and
10512            not 'VHOST'"
10513   parameters:
10514   - "throughput"
10515   - "parent"
10516   - "tags"
10517   sort:
10518   - "BASE"
10519   - "BASE"
10520   - "SRC_USER_10"
10521   - "SRC_USER_100"
10522   - "SRC_USER_1000"
10523   - "SRC_USER_2000"
10524   traces:
10525     hoverinfo: "x+y"
10526     boxpoints: "outliers"
10527     whiskerwidth: 0
10528   layout:
10529     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10530     layout: "plot-throughput"
10531
10532 -
10533   type: "plot"
10534   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10535   algorithm: "plot_performance_box"
10536   output-file-type: ".html"
10537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10538   data: "plot-vpp-throughput-latency-3n-skx"
10539   filter: "'NIC_Intel-X710' and
10540            '64B' and
10541            'NDRPDR' and
10542            '4T2C' and
10543            'IP4FWD' and
10544            'NAT44' and
10545            not 'IPSEC' and
10546            not 'VHOST'"
10547   parameters:
10548   - "throughput"
10549   - "parent"
10550   - "tags"
10551   sort:
10552   - "BASE"
10553   - "BASE"
10554   - "SRC_USER_10"
10555   - "SRC_USER_100"
10556   - "SRC_USER_1000"
10557   - "SRC_USER_2000"
10558   traces:
10559     hoverinfo: "x+y"
10560     boxpoints: "outliers"
10561     whiskerwidth: 0
10562   layout:
10563     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10564     layout: "plot-throughput"
10565
10566 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10567 -
10568   type: "plot"
10569   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10570   algorithm: "plot_performance_box"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10573   data: "plot-vpp-throughput-latency-3n-skx"
10574   filter: "'NIC_Intel-X710' and
10575            '64B' and
10576            'NDRPDR' and
10577            '2T1C' and
10578            'IP4FWD' and
10579            'IACL' and
10580            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10581            not 'IPSEC' and
10582            not 'VHOST'"
10583   parameters:
10584   - "throughput"
10585   - "parent"
10586   - "tags"
10587   sort:
10588   - "ACL_STATELESS"
10589   - "ACL_STATEFUL"
10590   - "ACL_STATELESS"
10591   - "ACL_STATEFUL"
10592   traces:
10593     hoverinfo: "x+y"
10594     boxpoints: "outliers"
10595     whiskerwidth: 0
10596   layout:
10597     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10598     layout: "plot-throughput"
10599
10600 -
10601   type: "plot"
10602   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10603   algorithm: "plot_performance_box"
10604   output-file-type: ".html"
10605   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10606   data: "plot-vpp-throughput-latency-3n-skx"
10607   filter: "'NIC_Intel-X710' and
10608            '64B' and
10609            'NDRPDR' and
10610            '2T1C' and
10611            'IP4FWD' and
10612            'IACL' and
10613            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10614            not 'IPSEC' and
10615            not 'VHOST'"
10616   parameters:
10617   - "throughput"
10618   - "parent"
10619   - "tags"
10620   sort:
10621   - "ACL_STATELESS"
10622   - "ACL_STATEFUL"
10623   - "ACL_STATELESS"
10624   - "ACL_STATEFUL"
10625   traces:
10626     hoverinfo: "x+y"
10627     boxpoints: "outliers"
10628     whiskerwidth: 0
10629   layout:
10630     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10631     layout: "plot-throughput"
10632
10633 -
10634   type: "plot"
10635   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10636   algorithm: "plot_performance_box"
10637   output-file-type: ".html"
10638   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10639   data: "plot-vpp-throughput-latency-3n-skx"
10640   filter: "'NIC_Intel-X710' and
10641            '64B' and
10642            'NDRPDR' and
10643            '4T2C' and
10644            'IP4FWD' and
10645            'IACL' and
10646            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10647            not 'IPSEC' and
10648            not 'VHOST'"
10649   parameters:
10650   - "throughput"
10651   - "parent"
10652   - "tags"
10653   sort:
10654   - "ACL_STATELESS"
10655   - "ACL_STATEFUL"
10656   - "ACL_STATELESS"
10657   - "ACL_STATEFUL"
10658   traces:
10659     hoverinfo: "x+y"
10660     boxpoints: "outliers"
10661     whiskerwidth: 0
10662   layout:
10663     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10664     layout: "plot-throughput"
10665
10666 -
10667   type: "plot"
10668   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10669   algorithm: "plot_performance_box"
10670   output-file-type: ".html"
10671   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10672   data: "plot-vpp-throughput-latency-3n-skx"
10673   filter: "'NIC_Intel-X710' and
10674            '64B' and
10675            'NDRPDR' and
10676            '4T2C' and
10677            'IP4FWD' and
10678            'IACL' and
10679            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10680            not 'IPSEC' and
10681            not 'VHOST'"
10682   parameters:
10683   - "throughput"
10684   - "parent"
10685   - "tags"
10686   sort:
10687   - "ACL_STATELESS"
10688   - "ACL_STATEFUL"
10689   - "ACL_STATELESS"
10690   - "ACL_STATEFUL"
10691   traces:
10692     hoverinfo: "x+y"
10693     boxpoints: "outliers"
10694     whiskerwidth: 0
10695   layout:
10696     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10697     layout: "plot-throughput"
10698
10699 ## Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
10700 #-
10701 #  type: "plot"
10702 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10703 #  algorithm: "plot_performance_box"
10704 #  output-file-type: ".html"
10705 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10706 #  data: "plot-vpp-throughput-latency-3n-skx"
10707 #  filter: "'NIC_Intel-X710' and
10708 #           '64B' and
10709 #           'NDRPDR' and
10710 #           '2T1C' and
10711 #           'IP4FWD' and
10712 #           'OACL' and
10713 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10714 #           not 'IPSEC' and
10715 #           not 'VHOST'"
10716 #  parameters:
10717 #  - "throughput"
10718 #  - "parent"
10719 #  - "tags"
10720 #  sort:
10721 #  - "ACL_STATELESS"
10722 #  - "ACL_STATEFUL"
10723 #  - "ACL_STATELESS"
10724 #  - "ACL_STATEFUL"
10725 #  traces:
10726 #    hoverinfo: "x+y"
10727 #    boxpoints: "outliers"
10728 #    whiskerwidth: 0
10729 #  layout:
10730 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10731 #    layout: "plot-throughput"
10732 #
10733 #-
10734 #  type: "plot"
10735 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10736 #  algorithm: "plot_performance_box"
10737 #  output-file-type: ".html"
10738 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10739 #  data: "plot-vpp-throughput-latency-3n-skx"
10740 #  filter: "'NIC_Intel-X710' and
10741 #           '64B' and
10742 #           'NDRPDR' and
10743 #           '2T1C' and
10744 #           'IP4FWD' and
10745 #           'OACL' and
10746 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10747 #           not 'IPSEC' and
10748 #           not 'VHOST'"
10749 #  parameters:
10750 #  - "throughput"
10751 #  - "parent"
10752 #  - "tags"
10753 #  sort:
10754 #  - "ACL_STATELESS"
10755 #  - "ACL_STATEFUL"
10756 #  - "ACL_STATELESS"
10757 #  - "ACL_STATEFUL"
10758 #  traces:
10759 #    hoverinfo: "x+y"
10760 #    boxpoints: "outliers"
10761 #    whiskerwidth: 0
10762 #  layout:
10763 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10764 #    layout: "plot-throughput"
10765 #
10766 #-
10767 #  type: "plot"
10768 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10769 #  algorithm: "plot_performance_box"
10770 #  output-file-type: ".html"
10771 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10772 #  data: "plot-vpp-throughput-latency-3n-skx"
10773 #  filter: "'NIC_Intel-X710' and
10774 #           '64B' and
10775 #           'NDRPDR' and
10776 #           '4T2C' and
10777 #           'IP4FWD' and
10778 #           'OACL' and
10779 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10780 #           not 'IPSEC' and
10781 #           not 'VHOST'"
10782 #  parameters:
10783 #  - "throughput"
10784 #  - "parent"
10785 #  - "tags"
10786 #  sort:
10787 #  - "ACL_STATELESS"
10788 #  - "ACL_STATEFUL"
10789 #  - "ACL_STATELESS"
10790 #  - "ACL_STATEFUL"
10791 #  traces:
10792 #    hoverinfo: "x+y"
10793 #    boxpoints: "outliers"
10794 #    whiskerwidth: 0
10795 #  layout:
10796 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10797 #    layout: "plot-throughput"
10798 #
10799 #-
10800 #  type: "plot"
10801 #  title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10802 #  algorithm: "plot_performance_box"
10803 #  output-file-type: ".html"
10804 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10805 #  data: "plot-vpp-throughput-latency-3n-skx"
10806 #  filter: "'NIC_Intel-X710' and
10807 #           '64B' and
10808 #           'NDRPDR' and
10809 #           '4T2C' and
10810 #           'IP4FWD' and
10811 #           'OACL' and
10812 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
10813 #           not 'IPSEC' and
10814 #           not 'VHOST'"
10815 #  parameters:
10816 #  - "throughput"
10817 #  - "parent"
10818 #  - "tags"
10819 #  sort:
10820 #  - "ACL_STATELESS"
10821 #  - "ACL_STATEFUL"
10822 #  - "ACL_STATELESS"
10823 #  - "ACL_STATEFUL"
10824 #  traces:
10825 #    hoverinfo: "x+y"
10826 #    boxpoints: "outliers"
10827 #    whiskerwidth: 0
10828 #  layout:
10829 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10830 #    layout: "plot-throughput"
10831
10832 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10833 -
10834   type: "plot"
10835   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10836   algorithm: "plot_performance_box"
10837   output-file-type: ".html"
10838   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10839   data: "plot-vpp-throughput-latency-3n-hsw"
10840   filter: "'NIC_Intel-XL710' and
10841            '64B' and
10842            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10843            'NDRPDR' and
10844            '1T1C' and
10845            'IP4FWD' and
10846            not 'IPSEC' and
10847            not 'VHOST'"
10848   parameters:
10849   - "throughput"
10850   - "parent"
10851   - "tags"
10852   sort:
10853   - "IP4BASE"
10854   - "FIB_20K"
10855   - "FIB_200K"
10856   - "FIB_2M"
10857   traces:
10858     hoverinfo: "x+y"
10859     boxpoints: "outliers"
10860     whiskerwidth: 0
10861   layout:
10862     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10863     layout: "plot-throughput"
10864
10865 -
10866   type: "plot"
10867   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10868   algorithm: "plot_performance_box"
10869   output-file-type: ".html"
10870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10871   data: "plot-vpp-throughput-latency-3n-hsw"
10872   filter: "'NIC_Intel-XL710' and
10873            '64B' and
10874            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10875            'NDRPDR' and
10876            '1T1C' and
10877            'IP4FWD' and
10878            not 'IPSEC' and
10879            not 'VHOST'"
10880   parameters:
10881   - "throughput"
10882   - "parent"
10883   - "tags"
10884   sort:
10885   - "IP4BASE"
10886   - "FIB_20K"
10887   - "FIB_200K"
10888   - "FIB_2M"
10889   traces:
10890     hoverinfo: "x+y"
10891     boxpoints: "outliers"
10892     whiskerwidth: 0
10893   layout:
10894     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10895     layout: "plot-throughput"
10896
10897 -
10898   type: "plot"
10899   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10900   algorithm: "plot_performance_box"
10901   output-file-type: ".html"
10902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10903   data: "plot-vpp-throughput-latency-3n-hsw"
10904   filter: "'NIC_Intel-XL710' and
10905            '64B' and
10906            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10907            'NDRPDR' and
10908            '2T2C' and
10909            'IP4FWD' and
10910            not 'IPSEC' and
10911            not 'VHOST'"
10912   parameters:
10913   - "throughput"
10914   - "parent"
10915   - "tags"
10916   sort:
10917   - "IP4BASE"
10918   - "FIB_20K"
10919   - "FIB_200K"
10920   - "FIB_2M"
10921   traces:
10922     hoverinfo: "x+y"
10923     boxpoints: "outliers"
10924     whiskerwidth: 0
10925   layout:
10926     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10927     layout: "plot-throughput"
10928
10929 -
10930   type: "plot"
10931   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10932   algorithm: "plot_performance_box"
10933   output-file-type: ".html"
10934   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10935   data: "plot-vpp-throughput-latency-3n-hsw"
10936   filter: "'NIC_Intel-XL710' and
10937            '64B' and
10938            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10939            'NDRPDR' and
10940            '2T2C' and
10941            'IP4FWD' and
10942            not 'IPSEC' and
10943            not 'VHOST'"
10944   parameters:
10945   - "throughput"
10946   - "parent"
10947   - "tags"
10948   sort:
10949   - "IP4BASE"
10950   - "FIB_20K"
10951   - "FIB_200K"
10952   - "FIB_2M"
10953   traces:
10954     hoverinfo: "x+y"
10955     boxpoints: "outliers"
10956     whiskerwidth: 0
10957   layout:
10958     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10959     layout: "plot-throughput"
10960
10961 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10962 -
10963   type: "plot"
10964   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10965   algorithm: "plot_performance_box"
10966   output-file-type: ".html"
10967   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10968   data: "plot-vpp-throughput-latency-3n-skx"
10969   filter: "'NIC_Intel-X710' and
10970            '64B' and
10971            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10972            'NDRPDR' and
10973            '2T1C' and
10974            'IP4FWD' and
10975            not 'IPSEC' and
10976            not 'VHOST'"
10977   parameters:
10978   - "throughput"
10979   - "parent"
10980   - "tags"
10981   sort:
10982   - "IP4BASE"
10983   - "FIB_20K"
10984   - "FIB_200K"
10985   - "FIB_2M"
10986   traces:
10987     hoverinfo: "x+y"
10988     boxpoints: "outliers"
10989     whiskerwidth: 0
10990   layout:
10991     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10992     layout: "plot-throughput"
10993
10994 -
10995   type: "plot"
10996   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10997   algorithm: "plot_performance_box"
10998   output-file-type: ".html"
10999   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11000   data: "plot-vpp-throughput-latency-3n-skx"
11001   filter: "'NIC_Intel-X710' and
11002            '64B' and
11003            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11004            'NDRPDR' and
11005            '2T1C' and
11006            'IP4FWD' and
11007            not 'IPSEC' and
11008            not 'VHOST'"
11009   parameters:
11010   - "throughput"
11011   - "parent"
11012   - "tags"
11013   sort:
11014   - "IP4BASE"
11015   - "FIB_20K"
11016   - "FIB_200K"
11017   - "FIB_2M"
11018   traces:
11019     hoverinfo: "x+y"
11020     boxpoints: "outliers"
11021     whiskerwidth: 0
11022   layout:
11023     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11024     layout: "plot-throughput"
11025
11026 -
11027   type: "plot"
11028   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11029   algorithm: "plot_performance_box"
11030   output-file-type: ".html"
11031   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11032   data: "plot-vpp-throughput-latency-3n-skx"
11033   filter: "'NIC_Intel-X710' and
11034            '64B' and
11035            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11036            'NDRPDR' and
11037            '4T2C' and
11038            'IP4FWD' and
11039            not 'IPSEC' and
11040            not 'VHOST'"
11041   parameters:
11042   - "throughput"
11043   - "parent"
11044   - "tags"
11045   sort:
11046   - "IP4BASE"
11047   - "FIB_20K"
11048   - "FIB_200K"
11049   - "FIB_2M"
11050   traces:
11051     hoverinfo: "x+y"
11052     boxpoints: "outliers"
11053     whiskerwidth: 0
11054   layout:
11055     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11056     layout: "plot-throughput"
11057
11058 -
11059   type: "plot"
11060   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11061   algorithm: "plot_performance_box"
11062   output-file-type: ".html"
11063   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11064   data: "plot-vpp-throughput-latency-3n-skx"
11065   filter: "'NIC_Intel-X710' and
11066            '64B' and
11067            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11068            'NDRPDR' and
11069            '4T2C' and
11070            'IP4FWD' and
11071            not 'IPSEC' and
11072            not 'VHOST'"
11073   parameters:
11074   - "throughput"
11075   - "parent"
11076   - "tags"
11077   sort:
11078   - "IP4BASE"
11079   - "FIB_20K"
11080   - "FIB_200K"
11081   - "FIB_2M"
11082   traces:
11083     hoverinfo: "x+y"
11084     boxpoints: "outliers"
11085     whiskerwidth: 0
11086   layout:
11087     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11088     layout: "plot-throughput"
11089
11090 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11091 -
11092   type: "plot"
11093   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11094   algorithm: "plot_performance_box"
11095   output-file-type: ".html"
11096   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11097   data: "plot-vpp-throughput-latency-3n-skx"
11098   filter: "'NIC_Intel-X710' and
11099            '64B' and
11100            ('IP4BASE' or
11101             'POLICE_MARK' or
11102             'COPWHLIST' or
11103             ('NAT44' and 'BASE') or
11104             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11105            'NDRPDR' and
11106            '2T1C' and
11107            'IP4FWD' and
11108            not 'IPSEC' and
11109            not 'VHOST'"
11110   parameters:
11111   - "throughput"
11112   - "parent"
11113   - "tags"
11114   sort:
11115   - "IP4BASE"
11116   - "NAT44"
11117   - "POLICE_MARK"
11118   - "COPWHLIST"
11119   - "IACL"
11120   - "OACL"
11121   traces:
11122     hoverinfo: "x+y"
11123     boxpoints: "outliers"
11124     whiskerwidth: 0
11125   layout:
11126     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11127     layout: "plot-throughput"
11128
11129 -
11130   type: "plot"
11131   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11132   algorithm: "plot_performance_box"
11133   output-file-type: ".html"
11134   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11135   data: "plot-vpp-throughput-latency-3n-skx"
11136   filter: "'NIC_Intel-X710' and
11137            '64B' and
11138            ('IP4BASE' or
11139             'POLICE_MARK' or
11140             'COPWHLIST' or
11141             ('NAT44' and 'BASE') or
11142             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11143            'NDRPDR' and
11144            '2T1C' and
11145            'IP4FWD' and
11146            not 'IPSEC' and
11147            not 'VHOST'"
11148   parameters:
11149   - "throughput"
11150   - "parent"
11151   - "tags"
11152   sort:
11153   - "IP4BASE"
11154   - "NAT44"
11155   - "POLICE_MARK"
11156   - "COPWHLIST"
11157   - "IACL"
11158   - "OACL"
11159   traces:
11160     hoverinfo: "x+y"
11161     boxpoints: "outliers"
11162     whiskerwidth: 0
11163   layout:
11164     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11165     layout: "plot-throughput"
11166
11167 -
11168   type: "plot"
11169   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11170   algorithm: "plot_performance_box"
11171   output-file-type: ".html"
11172   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11173   data: "plot-vpp-throughput-latency-3n-skx"
11174   filter: "'NIC_Intel-X710' and
11175            '64B' and
11176            ('IP4BASE' or
11177             'POLICE_MARK' or
11178             'COPWHLIST' or
11179             ('NAT44' and 'BASE') or
11180             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11181            'NDRPDR' and
11182            '4T2C' and
11183            'IP4FWD' and
11184            not 'IPSEC' and
11185            not 'VHOST'"
11186   parameters:
11187   - "throughput"
11188   - "parent"
11189   - "tags"
11190   sort:
11191   - "IP4BASE"
11192   - "NAT44"
11193   - "POLICE_MARK"
11194   - "COPWHLIST"
11195   - "IACL"
11196   - "OACL"
11197   traces:
11198     hoverinfo: "x+y"
11199     boxpoints: "outliers"
11200     whiskerwidth: 0
11201   layout:
11202     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11203     layout: "plot-throughput"
11204
11205 -
11206   type: "plot"
11207   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11208   algorithm: "plot_performance_box"
11209   output-file-type: ".html"
11210   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11211   data: "plot-vpp-throughput-latency-3n-skx"
11212   filter: "'NIC_Intel-X710' and
11213            '64B' and
11214            ('IP4BASE' or
11215             'POLICE_MARK' or
11216             'COPWHLIST' or
11217             ('NAT44' and 'BASE') or
11218             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11219            'NDRPDR' and
11220            '4T2C' and
11221            'IP4FWD' and
11222            not 'IPSEC' and
11223            not 'VHOST'"
11224   parameters:
11225   - "throughput"
11226   - "parent"
11227   - "tags"
11228   sort:
11229   - "IP4BASE"
11230   - "NAT44"
11231   - "POLICE_MARK"
11232   - "COPWHLIST"
11233   - "IACL"
11234   - "OACL"
11235   traces:
11236     hoverinfo: "x+y"
11237     boxpoints: "outliers"
11238     whiskerwidth: 0
11239   layout:
11240     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11241     layout: "plot-throughput"
11242
11243 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11244 -
11245   type: "plot"
11246   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11247   algorithm: "plot_performance_box"
11248   output-file-type: ".html"
11249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11250   data: "plot-vpp-throughput-latency-3n-hsw"
11251   filter: "'NIC_Intel-X710' and
11252            '64B' and
11253            'NDRPDR' and
11254            '1T1C' and
11255            'IP4FWD' and
11256            'NAT44' and
11257            not 'IPSEC' and
11258            not 'VHOST'"
11259   parameters:
11260   - "throughput"
11261   - "parent"
11262   - "tags"
11263   sort:
11264   - "BASE"
11265   - "BASE"
11266   - "SRC_USER_10"
11267   - "SRC_USER_100"
11268   - "SRC_USER_1000"
11269   - "SRC_USER_2000"
11270   traces:
11271     hoverinfo: "x+y"
11272     boxpoints: "outliers"
11273     whiskerwidth: 0
11274   layout:
11275     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11276     layout: "plot-throughput"
11277
11278 -
11279   type: "plot"
11280   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11281   algorithm: "plot_performance_box"
11282   output-file-type: ".html"
11283   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11284   data: "plot-vpp-throughput-latency-3n-hsw"
11285   filter: "'NIC_Intel-X710' and
11286            '64B' and
11287            'NDRPDR' and
11288            '1T1C' and
11289            'IP4FWD' and
11290            'NAT44' and
11291            not 'IPSEC' and
11292            not 'VHOST'"
11293   parameters:
11294   - "throughput"
11295   - "parent"
11296   - "tags"
11297   sort:
11298   - "BASE"
11299   - "BASE"
11300   - "SRC_USER_10"
11301   - "SRC_USER_100"
11302   - "SRC_USER_1000"
11303   - "SRC_USER_2000"
11304   traces:
11305     hoverinfo: "x+y"
11306     boxpoints: "outliers"
11307     whiskerwidth: 0
11308   layout:
11309     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11310     layout: "plot-throughput"
11311
11312 -
11313   type: "plot"
11314   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11315   algorithm: "plot_performance_box"
11316   output-file-type: ".html"
11317   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11318   data: "plot-vpp-throughput-latency-3n-hsw"
11319   filter: "'NIC_Intel-X710' and
11320            '64B' and
11321            'NDRPDR' and
11322            '2T2C' and
11323            'IP4FWD' and
11324            'NAT44' and
11325            not 'IPSEC' and
11326            not 'VHOST'"
11327   parameters:
11328   - "throughput"
11329   - "parent"
11330   - "tags"
11331   sort:
11332   - "BASE"
11333   - "BASE"
11334   - "SRC_USER_10"
11335   - "SRC_USER_100"
11336   - "SRC_USER_1000"
11337   - "SRC_USER_2000"
11338   traces:
11339     hoverinfo: "x+y"
11340     boxpoints: "outliers"
11341     whiskerwidth: 0
11342   layout:
11343     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11344     layout: "plot-throughput"
11345
11346 -
11347   type: "plot"
11348   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11349   algorithm: "plot_performance_box"
11350   output-file-type: ".html"
11351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11352   data: "plot-vpp-throughput-latency-3n-hsw"
11353   filter: "'NIC_Intel-X710' and
11354            '64B' and
11355            'NDRPDR' and
11356            '2T2C' and
11357            'IP4FWD' and
11358            'NAT44' and
11359            not 'IPSEC' and
11360            not 'VHOST'"
11361   parameters:
11362   - "throughput"
11363   - "parent"
11364   - "tags"
11365   sort:
11366   - "BASE"
11367   - "BASE"
11368   - "SRC_USER_10"
11369   - "SRC_USER_100"
11370   - "SRC_USER_1000"
11371   - "SRC_USER_2000"
11372   traces:
11373     hoverinfo: "x+y"
11374     boxpoints: "outliers"
11375     whiskerwidth: 0
11376   layout:
11377     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11378     layout: "plot-throughput"
11379
11380 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11381 -
11382   type: "plot"
11383   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11384   algorithm: "plot_performance_box"
11385   output-file-type: ".html"
11386   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11387   data: "plot-vpp-throughput-latency-3n-hsw"
11388   filter: "'NIC_Intel-X710' and
11389            '64B' and
11390            'NDRPDR' and
11391            '1T1C' and
11392            'IP4FWD' and
11393            'IACL' and
11394            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11395            not 'IPSEC' and
11396            not 'VHOST'"
11397   parameters:
11398   - "throughput"
11399   - "parent"
11400   - "tags"
11401   sort:
11402   - "ACL_STATELESS"
11403   - "ACL_STATEFUL"
11404   - "ACL_STATELESS"
11405   - "ACL_STATEFUL"
11406   traces:
11407     hoverinfo: "x+y"
11408     boxpoints: "outliers"
11409     whiskerwidth: 0
11410   layout:
11411     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11412     layout: "plot-throughput"
11413
11414 -
11415   type: "plot"
11416   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11417   algorithm: "plot_performance_box"
11418   output-file-type: ".html"
11419   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11420   data: "plot-vpp-throughput-latency-3n-hsw"
11421   filter: "'NIC_Intel-X710' and
11422            '64B' and
11423            'NDRPDR' and
11424            '1T1C' and
11425            'IP4FWD' and
11426            'IACL' and
11427            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11428            not 'IPSEC' and
11429            not 'VHOST'"
11430   parameters:
11431   - "throughput"
11432   - "parent"
11433   - "tags"
11434   sort:
11435   - "ACL_STATELESS"
11436   - "ACL_STATEFUL"
11437   - "ACL_STATELESS"
11438   - "ACL_STATEFUL"
11439   traces:
11440     hoverinfo: "x+y"
11441     boxpoints: "outliers"
11442     whiskerwidth: 0
11443   layout:
11444     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11445     layout: "plot-throughput"
11446
11447 -
11448   type: "plot"
11449   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11450   algorithm: "plot_performance_box"
11451   output-file-type: ".html"
11452   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11453   data: "plot-vpp-throughput-latency-3n-hsw"
11454   filter: "'NIC_Intel-X710' and
11455            '64B' and
11456            'NDRPDR' and
11457            '2T2C' and
11458            'IP4FWD' and
11459            'IACL' and
11460            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11461            not 'IPSEC' and
11462            not 'VHOST'"
11463   parameters:
11464   - "throughput"
11465   - "parent"
11466   - "tags"
11467   sort:
11468   - "ACL_STATELESS"
11469   - "ACL_STATEFUL"
11470   - "ACL_STATELESS"
11471   - "ACL_STATEFUL"
11472   traces:
11473     hoverinfo: "x+y"
11474     boxpoints: "outliers"
11475     whiskerwidth: 0
11476   layout:
11477     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11478     layout: "plot-throughput"
11479
11480 -
11481   type: "plot"
11482   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11483   algorithm: "plot_performance_box"
11484   output-file-type: ".html"
11485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11486   data: "plot-vpp-throughput-latency-3n-hsw"
11487   filter: "'NIC_Intel-X710' and
11488            '64B' and
11489            'NDRPDR' and
11490            '2T2C' and
11491            'IP4FWD' and
11492            'IACL' and
11493            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11494            not 'IPSEC' and
11495            not 'VHOST'"
11496   parameters:
11497   - "throughput"
11498   - "parent"
11499   - "tags"
11500   sort:
11501   - "ACL_STATELESS"
11502   - "ACL_STATEFUL"
11503   - "ACL_STATELESS"
11504   - "ACL_STATEFUL"
11505   traces:
11506     hoverinfo: "x+y"
11507     boxpoints: "outliers"
11508     whiskerwidth: 0
11509   layout:
11510     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11511     layout: "plot-throughput"
11512
11513 ## Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
11514 #-
11515 #  type: "plot"
11516 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11517 #  algorithm: "plot_performance_box"
11518 #  output-file-type: ".html"
11519 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11520 #  data: "plot-vpp-throughput-latency-3n-hsw"
11521 #  filter: "'NIC_Intel-X710' and
11522 #           '64B' and
11523 #           'NDRPDR' and
11524 #           '1T1C' and
11525 #           'IP4FWD' and
11526 #           'OACL' and
11527 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11528 #           not 'IPSEC' and
11529 #           not 'VHOST'"
11530 #  parameters:
11531 #  - "throughput"
11532 #  - "parent"
11533 #  - "tags"
11534 #  sort:
11535 #  - "ACL_STATELESS"
11536 #  - "ACL_STATEFUL"
11537 #  - "ACL_STATELESS"
11538 #  - "ACL_STATEFUL"
11539 #  traces:
11540 #    hoverinfo: "x+y"
11541 #    boxpoints: "outliers"
11542 #    whiskerwidth: 0
11543 #  layout:
11544 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11545 #    layout: "plot-throughput"
11546 #
11547 #-
11548 #  type: "plot"
11549 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11550 #  algorithm: "plot_performance_box"
11551 #  output-file-type: ".html"
11552 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11553 #  data: "plot-vpp-throughput-latency-3n-hsw"
11554 #  filter: "'NIC_Intel-X710' and
11555 #           '64B' and
11556 #           'NDRPDR' and
11557 #           '1T1C' and
11558 #           'IP4FWD' and
11559 #           'OACL' and
11560 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11561 #           not 'IPSEC' and
11562 #           not 'VHOST'"
11563 #  parameters:
11564 #  - "throughput"
11565 #  - "parent"
11566 #  - "tags"
11567 #  sort:
11568 #  - "ACL_STATELESS"
11569 #  - "ACL_STATEFUL"
11570 #  - "ACL_STATELESS"
11571 #  - "ACL_STATEFUL"
11572 #  traces:
11573 #    hoverinfo: "x+y"
11574 #    boxpoints: "outliers"
11575 #    whiskerwidth: 0
11576 #  layout:
11577 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11578 #    layout: "plot-throughput"
11579 #
11580 #-
11581 #  type: "plot"
11582 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11583 #  algorithm: "plot_performance_box"
11584 #  output-file-type: ".html"
11585 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11586 #  data: "plot-vpp-throughput-latency-3n-hsw"
11587 #  filter: "'NIC_Intel-X710' and
11588 #           '64B' and
11589 #           'NDRPDR' and
11590 #           '2T2C' and
11591 #           'IP4FWD' and
11592 #           'OACL' and
11593 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11594 #           not 'IPSEC' and
11595 #           not 'VHOST'"
11596 #  parameters:
11597 #  - "throughput"
11598 #  - "parent"
11599 #  - "tags"
11600 #  sort:
11601 #  - "ACL_STATELESS"
11602 #  - "ACL_STATEFUL"
11603 #  - "ACL_STATELESS"
11604 #  - "ACL_STATEFUL"
11605 #  traces:
11606 #    hoverinfo: "x+y"
11607 #    boxpoints: "outliers"
11608 #    whiskerwidth: 0
11609 #  layout:
11610 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11611 #    layout: "plot-throughput"
11612 #
11613 #-
11614 #  type: "plot"
11615 #  title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11616 #  algorithm: "plot_performance_box"
11617 #  output-file-type: ".html"
11618 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11619 #  data: "plot-vpp-throughput-latency-3n-hsw"
11620 #  filter: "'NIC_Intel-X710' and
11621 #           '64B' and
11622 #           'NDRPDR' and
11623 #           '2T2C' and
11624 #           'IP4FWD' and
11625 #           'OACL' and
11626 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
11627 #           not 'IPSEC' and
11628 #           not 'VHOST'"
11629 #  parameters:
11630 #  - "throughput"
11631 #  - "parent"
11632 #  - "tags"
11633 #  sort:
11634 #  - "ACL_STATELESS"
11635 #  - "ACL_STATEFUL"
11636 #  - "ACL_STATELESS"
11637 #  - "ACL_STATEFUL"
11638 #  traces:
11639 #    hoverinfo: "x+y"
11640 #    boxpoints: "outliers"
11641 #    whiskerwidth: 0
11642 #  layout:
11643 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11644 #    layout: "plot-throughput"
11645
11646 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11647 -
11648   type: "plot"
11649   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11650   algorithm: "plot_performance_box"
11651   output-file-type: ".html"
11652   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11653   data: "plot-vpp-throughput-latency-2n-skx"
11654   filter: "'NIC_Intel-X710' and
11655            '64B' and
11656            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11657            'NDRPDR' and
11658            '2T1C' and
11659            'IP4FWD' and
11660            not 'IPSEC' and
11661            not 'VHOST'"
11662   parameters:
11663   - "throughput"
11664   - "parent"
11665   - "tags"
11666   sort:
11667   - "DOT1Q"
11668   - "IP4BASE"
11669   - "FIB_20k"
11670   - "FIB_200k"
11671   - "FIB_2M"
11672   traces:
11673     hoverinfo: "x+y"
11674     boxpoints: "outliers"
11675     whiskerwidth: 0
11676   layout:
11677     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11678     layout: "plot-throughput"
11679
11680 -
11681   type: "plot"
11682   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11683   algorithm: "plot_performance_box"
11684   output-file-type: ".html"
11685   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11686   data: "plot-vpp-throughput-latency-2n-skx"
11687   filter: "'NIC_Intel-X710' and
11688            '64B' and
11689            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11690            'NDRPDR' and
11691            '2T1C' and
11692            'IP4FWD' and
11693            not 'IPSEC' and
11694            not 'VHOST'"
11695   parameters:
11696   - "throughput"
11697   - "parent"
11698   - "tags"
11699   sort:
11700   - "DOT1Q"
11701   - "IP4BASE"
11702   - "FIB_20k"
11703   - "FIB_200k"
11704   - "FIB_2M"
11705   traces:
11706     hoverinfo: "x+y"
11707     boxpoints: "outliers"
11708     whiskerwidth: 0
11709   layout:
11710     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11711     layout: "plot-throughput"
11712
11713 -
11714   type: "plot"
11715   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11716   algorithm: "plot_performance_box"
11717   output-file-type: ".html"
11718   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11719   data: "plot-vpp-throughput-latency-2n-skx"
11720   filter: "'NIC_Intel-X710' and
11721            '64B' and
11722            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11723            'NDRPDR' and
11724            '4T2C' and
11725            'IP4FWD' and
11726            not 'IPSEC' and
11727            not 'VHOST'"
11728   parameters:
11729   - "throughput"
11730   - "parent"
11731   - "tags"
11732   sort:
11733   - "DOT1Q"
11734   - "IP4BASE"
11735   - "FIB_20k"
11736   - "FIB_200k"
11737   - "FIB_2M"
11738   traces:
11739     hoverinfo: "x+y"
11740     boxpoints: "outliers"
11741     whiskerwidth: 0
11742   layout:
11743     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11744     layout: "plot-throughput"
11745
11746 -
11747   type: "plot"
11748   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11749   algorithm: "plot_performance_box"
11750   output-file-type: ".html"
11751   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11752   data: "plot-vpp-throughput-latency-2n-skx"
11753   filter: "'NIC_Intel-X710' and
11754            '64B' and
11755            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11756            'NDRPDR' and
11757            '4T2C' and
11758            'IP4FWD' and
11759            not 'IPSEC' and
11760            not 'VHOST'"
11761   parameters:
11762   - "throughput"
11763   - "parent"
11764   - "tags"
11765   sort:
11766   - "DOT1Q"
11767   - "IP4BASE"
11768   - "FIB_20k"
11769   - "FIB_200k"
11770   - "FIB_2M"
11771   traces:
11772     hoverinfo: "x+y"
11773     boxpoints: "outliers"
11774     whiskerwidth: 0
11775   layout:
11776     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11777     layout: "plot-throughput"
11778
11779 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11780 -
11781   type: "plot"
11782   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11783   algorithm: "plot_performance_box"
11784   output-file-type: ".html"
11785   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11786   data: "plot-vpp-throughput-latency-2n-skx"
11787   filter: "'NIC_Intel-XXV710' and
11788            '64B' and
11789            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11790            'NDRPDR' and
11791            '2T1C' and
11792            'IP4FWD' and
11793            not 'IPSEC' and
11794            not 'VHOST'"
11795   parameters:
11796   - "throughput"
11797   - "parent"
11798   - "tags"
11799   sort:
11800   - "DOT1Q"
11801   - "IP4BASE"
11802   - "FIB_20k"
11803   - "FIB_200k"
11804   - "FIB_2M"
11805   traces:
11806     hoverinfo: "x+y"
11807     boxpoints: "outliers"
11808     whiskerwidth: 0
11809   layout:
11810     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11811     layout: "plot-throughput"
11812
11813 -
11814   type: "plot"
11815   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11816   algorithm: "plot_performance_box"
11817   output-file-type: ".html"
11818   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11819   data: "plot-vpp-throughput-latency-2n-skx"
11820   filter: "'NIC_Intel-XXV710' and
11821            '64B' and
11822            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11823            'NDRPDR' and
11824            '2T1C' and
11825            'IP4FWD' and
11826            not 'IPSEC' and
11827            not 'VHOST'"
11828   parameters:
11829   - "throughput"
11830   - "parent"
11831   - "tags"
11832   sort:
11833   - "DOT1Q"
11834   - "IP4BASE"
11835   - "FIB_20k"
11836   - "FIB_200k"
11837   - "FIB_2M"
11838   traces:
11839     hoverinfo: "x+y"
11840     boxpoints: "outliers"
11841     whiskerwidth: 0
11842   layout:
11843     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11844     layout: "plot-throughput"
11845
11846 -
11847   type: "plot"
11848   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11849   algorithm: "plot_performance_box"
11850   output-file-type: ".html"
11851   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11852   data: "plot-vpp-throughput-latency-2n-skx"
11853   filter: "'NIC_Intel-XXV710' and
11854            '64B' and
11855            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11856            'NDRPDR' and
11857            '4T2C' and
11858            'IP4FWD' and
11859            not 'IPSEC' and
11860            not 'VHOST'"
11861   parameters:
11862   - "throughput"
11863   - "parent"
11864   - "tags"
11865   sort:
11866   - "DOT1Q"
11867   - "IP4BASE"
11868   - "FIB_20k"
11869   - "FIB_200k"
11870   - "FIB_2M"
11871   traces:
11872     hoverinfo: "x+y"
11873     boxpoints: "outliers"
11874     whiskerwidth: 0
11875   layout:
11876     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11877     layout: "plot-throughput"
11878
11879 -
11880   type: "plot"
11881   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11882   algorithm: "plot_performance_box"
11883   output-file-type: ".html"
11884   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11885   data: "plot-vpp-throughput-latency-2n-skx"
11886   filter: "'NIC_Intel-XXV710' and
11887            '64B' and
11888            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11889            'NDRPDR' and
11890            '4T2C' and
11891            'IP4FWD' and
11892            not 'IPSEC' and
11893            not 'VHOST'"
11894   parameters:
11895   - "throughput"
11896   - "parent"
11897   - "tags"
11898   sort:
11899   - "DOT1Q"
11900   - "IP4BASE"
11901   - "FIB_20k"
11902   - "FIB_200k"
11903   - "FIB_2M"
11904   traces:
11905     hoverinfo: "x+y"
11906     boxpoints: "outliers"
11907     whiskerwidth: 0
11908   layout:
11909     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11910     layout: "plot-throughput"
11911
11912 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11913 -
11914   type: "plot"
11915   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11916   algorithm: "plot_performance_box"
11917   output-file-type: ".html"
11918   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11919   data: "intel-dnv-vpp"
11920   filter: "'NIC_Intel-X553' and
11921            '64B' and
11922            'IP4BASE' and
11923            'NDRPDR' and
11924            '1T1C' and
11925            'IP4FWD' and
11926            not 'IPSEC' and
11927            not 'VHOST'"
11928   parameters:
11929   - "throughput"
11930   - "parent"
11931   - "tags"
11932   sort:
11933   - "IP4BASE"
11934   traces:
11935     hoverinfo: "x+y"
11936     boxpoints: "outliers"
11937     whiskerwidth: 0
11938   layout:
11939     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11940     layout: "plot-throughput"
11941
11942 -
11943   type: "plot"
11944   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11945   algorithm: "plot_performance_box"
11946   output-file-type: ".html"
11947   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11948   data: "intel-dnv-vpp"
11949   filter: "'NIC_Intel-X553' and
11950            '64B' and
11951            'IP4BASE' and
11952            'NDRPDR' and
11953            '1T1C' and
11954            'IP4FWD' and
11955            not 'IPSEC' and
11956            not 'VHOST'"
11957   parameters:
11958   - "throughput"
11959   - "parent"
11960   - "tags"
11961   sort:
11962   - "IP4BASE"
11963   traces:
11964     hoverinfo: "x+y"
11965     boxpoints: "outliers"
11966     whiskerwidth: 0
11967   layout:
11968     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11969     layout: "plot-throughput"
11970
11971 -
11972   type: "plot"
11973   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11974   algorithm: "plot_performance_box"
11975   output-file-type: ".html"
11976   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11977   data: "intel-dnv-vpp"
11978   filter: "'NIC_Intel-X553' and
11979            '64B' and
11980            'IP4BASE' and
11981            'NDRPDR' and
11982            '2T2C' and
11983            'IP4FWD' and
11984            not 'IPSEC' and
11985            not 'VHOST'"
11986   parameters:
11987   - "throughput"
11988   - "parent"
11989   - "tags"
11990   sort:
11991   - "IP4BASE"
11992   traces:
11993     hoverinfo: "x+y"
11994     boxpoints: "outliers"
11995     whiskerwidth: 0
11996   layout:
11997     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11998     layout: "plot-throughput"
11999
12000 -
12001   type: "plot"
12002   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12003   algorithm: "plot_performance_box"
12004   output-file-type: ".html"
12005   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12006   data: "intel-dnv-vpp"
12007   filter: "'NIC_Intel-X553' and
12008            '64B' and
12009            'IP4BASE' and
12010            'NDRPDR' and
12011            '2T2C' and
12012            'IP4FWD' and
12013            not 'IPSEC' and
12014            not 'VHOST'"
12015   parameters:
12016   - "throughput"
12017   - "parent"
12018   - "tags"
12019   sort:
12020   - "IP4BASE"
12021   traces:
12022     hoverinfo: "x+y"
12023     boxpoints: "outliers"
12024     whiskerwidth: 0
12025   layout:
12026     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12027     layout: "plot-throughput"
12028
12029 ################################################################################
12030
12031 ## Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
12032 #-
12033 #  type: "plot"
12034 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12035 #  algorithm: "plot_performance_box"
12036 #  output-file-type: ".html"
12037 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12038 #  data: "plot-vpp-throughput-latency-3n-hsw"
12039 #  filter: "'NIC_Intel-X520-DA2' and
12040 #           '64B' and
12041 #           'ENCAP' and
12042 #           'NDRPDR' and
12043 #           '1T1C' and
12044 #           ('VXLAN' or 'LISP') and
12045 #           not 'VHOST' and
12046 #           not 'IPSECHW'"
12047 #  parameters:
12048 #  - "throughput"
12049 #  - "parent"
12050 #  - "tags"
12051 #  sort:
12052 #  - "not DOT1Q"
12053 #  - "VXLAN_1"
12054 #  - "VXLAN_10"
12055 #  - "VXLAN_100"
12056 #  - "VXLAN_1000"
12057 #  traces:
12058 #    hoverinfo: "x+y"
12059 #    boxpoints: "outliers"
12060 #    whiskerwidth: 0
12061 #  layout:
12062 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12063 #    layout: "plot-throughput"
12064 #
12065 #-
12066 #  type: "plot"
12067 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12068 #  algorithm: "plot_performance_box"
12069 #  output-file-type: ".html"
12070 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12071 #  data: "plot-vpp-throughput-latency-3n-hsw"
12072 #  filter: "'NIC_Intel-X520-DA2' and
12073 #           '64B' and
12074 #           'ENCAP' and
12075 #           'NDRPDR' and
12076 #           '1T1C' and
12077 #           ('VXLAN' or 'LISP') and
12078 #           not 'VHOST' and
12079 #           not 'IPSECHW'"
12080 #  parameters:
12081 #  - "throughput"
12082 #  - "parent"
12083 #  - "tags"
12084 #  sort:
12085 #  - "not DOT1Q"
12086 #  - "VXLAN_1"
12087 #  - "VXLAN_10"
12088 #  - "VXLAN_100"
12089 #  - "VXLAN_1000"
12090 #  traces:
12091 #    hoverinfo: "x+y"
12092 #    boxpoints: "outliers"
12093 #    whiskerwidth: 0
12094 #  layout:
12095 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12096 #    layout: "plot-throughput"
12097 #
12098 #-
12099 #  type: "plot"
12100 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12101 #  algorithm: "plot_performance_box"
12102 #  output-file-type: ".html"
12103 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12104 #  data: "plot-vpp-throughput-latency-3n-hsw"
12105 #  filter: "'NIC_Intel-X520-DA2' and
12106 #           '64B' and
12107 #           'ENCAP' and
12108 #           'NDRPDR' and
12109 #           '2T2C' and
12110 #           ('VXLAN' or 'LISP') and
12111 #           not 'VHOST' and
12112 #           not 'IPSECHW'"
12113 #  parameters:
12114 #  - "throughput"
12115 #  - "parent"
12116 #  - "tags"
12117 #  sort:
12118 #  - "not DOT1Q"
12119 #  - "VXLAN_1"
12120 #  - "VXLAN_10"
12121 #  - "VXLAN_100"
12122 #  - "VXLAN_1000"
12123 #  traces:
12124 #    hoverinfo: "x+y"
12125 #    boxpoints: "outliers"
12126 #    whiskerwidth: 0
12127 #  layout:
12128 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12129 #    layout: "plot-throughput"
12130 #
12131 #-
12132 #  type: "plot"
12133 #  title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12134 #  algorithm: "plot_performance_box"
12135 #  output-file-type: ".html"
12136 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12137 #  data: "plot-vpp-throughput-latency-3n-hsw"
12138 #  filter: "'NIC_Intel-X520-DA2' and
12139 #           '64B' and
12140 #           'ENCAP' and
12141 #           'NDRPDR' and
12142 #           '2T2C' and
12143 #           ('VXLAN' or 'LISP') and
12144 #           not 'VHOST' and
12145 #           not 'IPSECHW'"
12146 #  parameters:
12147 #  - "throughput"
12148 #  - "parent"
12149 #  - "tags"
12150 #  sort:
12151 #  - "not DOT1Q"
12152 #  - "VXLAN_1"
12153 #  - "VXLAN_10"
12154 #  - "VXLAN_100"
12155 #  - "VXLAN_1000"
12156 #  traces:
12157 #    hoverinfo: "x+y"
12158 #    boxpoints: "outliers"
12159 #    whiskerwidth: 0
12160 #  layout:
12161 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12162 #    layout: "plot-throughput"
12163
12164 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12165 -
12166   type: "plot"
12167   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12168   algorithm: "plot_performance_box"
12169   output-file-type: ".html"
12170   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12171   data: "plot-vpp-throughput-latency-3n-hsw"
12172   filter: "'NIC_Intel-X520-DA2' and
12173            '64B' and
12174            'ENCAP' and
12175            'NDRPDR' and
12176            '1T1C' and
12177            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12178            not 'DOT1Q' and
12179            not 'VHOST' and
12180            not 'IPSECHW'"
12181   parameters:
12182   - "throughput"
12183   - "parent"
12184   - "tags"
12185   sort:
12186   - "L2BDMACLRN"
12187   - "L2XCFWD"
12188   - "LISP"
12189   traces:
12190     hoverinfo: "x+y"
12191     boxpoints: "outliers"
12192     whiskerwidth: 0
12193   layout:
12194     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12195     layout: "plot-throughput"
12196
12197 -
12198   type: "plot"
12199   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12200   algorithm: "plot_performance_box"
12201   output-file-type: ".html"
12202   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12203   data: "plot-vpp-throughput-latency-3n-hsw"
12204   filter: "'NIC_Intel-X520-DA2' and
12205            '64B' and
12206            'ENCAP' and
12207            'NDRPDR' and
12208            '2T2C' and
12209            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12210            not 'DOT1Q' and
12211            not 'VHOST' and
12212            not 'IPSECHW'"
12213   parameters:
12214   - "throughput"
12215   - "parent"
12216   - "tags"
12217   sort:
12218   - "L2BDMACLRN"
12219   - "L2XCFWD"
12220   - "LISP"
12221   traces:
12222     hoverinfo: "x+y"
12223     boxpoints: "outliers"
12224     whiskerwidth: 0
12225   layout:
12226     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12227     layout: "plot-throughput"
12228
12229 -
12230   type: "plot"
12231   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12232   algorithm: "plot_performance_box"
12233   output-file-type: ".html"
12234   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12235   data: "plot-vpp-throughput-latency-3n-hsw"
12236   filter: "'NIC_Intel-X520-DA2' and
12237            '64B' and
12238            'ENCAP' and
12239            'NDRPDR' and
12240            '1T1C' and
12241            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12242            not 'DOT1Q' and
12243            not 'VHOST' and
12244            not 'IPSECHW'"
12245   parameters:
12246   - "throughput"
12247   - "parent"
12248   - "tags"
12249   sort:
12250   - "L2BDMACLRN"
12251   - "L2XCFWD"
12252   - "LISP"
12253   traces:
12254     hoverinfo: "x+y"
12255     boxpoints: "outliers"
12256     whiskerwidth: 0
12257   layout:
12258     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12259     layout: "plot-throughput"
12260
12261 -
12262   type: "plot"
12263   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12264   algorithm: "plot_performance_box"
12265   output-file-type: ".html"
12266   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12267   data: "plot-vpp-throughput-latency-3n-hsw"
12268   filter: "'NIC_Intel-X520-DA2' and
12269            '64B' and
12270            'ENCAP' and
12271            'NDRPDR' and
12272            '2T2C' and
12273            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12274            not 'DOT1Q' and
12275            not 'VHOST' and
12276            not 'IPSECHW'"
12277   parameters:
12278   - "throughput"
12279   - "parent"
12280   - "tags"
12281   sort:
12282   - "L2BDMACLRN"
12283   - "L2XCFWD"
12284   - "LISP"
12285   traces:
12286     hoverinfo: "x+y"
12287     boxpoints: "outliers"
12288     whiskerwidth: 0
12289   layout:
12290     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12291     layout: "plot-throughput"
12292
12293 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12294 -
12295   type: "plot"
12296   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12297   algorithm: "plot_performance_box"
12298   output-file-type: ".html"
12299   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12300   data: "plot-vpp-throughput-latency-3n-hsw"
12301   filter: "'NIC_Intel-X710' and
12302            '64B' and
12303            'ENCAP' and
12304            'NDRPDR' and
12305            '1T1C' and
12306            ('VXLAN' or 'LISP') and
12307            not 'VHOST' and
12308            not 'IPSECHW'"
12309   parameters:
12310   - "throughput"
12311   - "parent"
12312   - "tags"
12313   sort:
12314   - "LISP"
12315   - "VXLAN_1"
12316   - "VXLAN_10"
12317   - "VXLAN_100"
12318   - "VXLAN_1000"
12319   traces:
12320     hoverinfo: "x+y"
12321     boxpoints: "outliers"
12322     whiskerwidth: 0
12323   layout:
12324     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12325     layout: "plot-throughput"
12326
12327 -
12328   type: "plot"
12329   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12330   algorithm: "plot_performance_box"
12331   output-file-type: ".html"
12332   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12333   data: "plot-vpp-throughput-latency-3n-hsw"
12334   filter: "'NIC_Intel-X710' and
12335            '64B' and
12336            'ENCAP' and
12337            'NDRPDR' and
12338            '1T1C' and
12339            ('VXLAN' or 'LISP') and
12340            not 'VHOST' and
12341            not 'IPSECHW'"
12342   parameters:
12343   - "throughput"
12344   - "parent"
12345   - "tags"
12346   sort:
12347   - "LISP"
12348   - "VXLAN_1"
12349   - "VXLAN_10"
12350   - "VXLAN_100"
12351   - "VXLAN_1000"
12352   traces:
12353     hoverinfo: "x+y"
12354     boxpoints: "outliers"
12355     whiskerwidth: 0
12356   layout:
12357     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12358     layout: "plot-throughput"
12359
12360 -
12361   type: "plot"
12362   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12363   algorithm: "plot_performance_box"
12364   output-file-type: ".html"
12365   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12366   data: "plot-vpp-throughput-latency-3n-hsw"
12367   filter: "'NIC_Intel-X710' and
12368            '64B' and
12369            'ENCAP' and
12370            'NDRPDR' and
12371            '2T2C' and
12372            ('VXLAN' or 'LISP') and
12373            not 'VHOST' and
12374            not 'IPSECHW'"
12375   parameters:
12376   - "throughput"
12377   - "parent"
12378   - "tags"
12379   sort:
12380   - "LISP"
12381   - "VXLAN_1"
12382   - "VXLAN_10"
12383   - "VXLAN_100"
12384   - "VXLAN_1000"
12385   traces:
12386     hoverinfo: "x+y"
12387     boxpoints: "outliers"
12388     whiskerwidth: 0
12389   layout:
12390     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12391     layout: "plot-throughput"
12392
12393 -
12394   type: "plot"
12395   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12396   algorithm: "plot_performance_box"
12397   output-file-type: ".html"
12398   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12399   data: "plot-vpp-throughput-latency-3n-hsw"
12400   filter: "'NIC_Intel-X710' and
12401            '64B' and
12402            'ENCAP' and
12403            'NDRPDR' and
12404            '2T2C' and
12405            ('VXLAN' or 'LISP') and
12406            not 'VHOST' and
12407            not 'IPSECHW'"
12408   parameters:
12409   - "throughput"
12410   - "parent"
12411   - "tags"
12412   sort:
12413   - "LISP"
12414   - "VXLAN_1"
12415   - "VXLAN_10"
12416   - "VXLAN_100"
12417   - "VXLAN_1000"
12418   traces:
12419     hoverinfo: "x+y"
12420     boxpoints: "outliers"
12421     whiskerwidth: 0
12422   layout:
12423     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12424     layout: "plot-throughput"
12425
12426 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12427 -
12428   type: "plot"
12429   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12430   algorithm: "plot_performance_box"
12431   output-file-type: ".html"
12432   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12433   data: "plot-vpp-throughput-latency-3n-hsw"
12434   filter: "'NIC_Intel-X710' and
12435            '64B' and
12436            'ENCAP' and
12437            'NDRPDR' and
12438            '1T1C' and
12439            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12440            not 'DOT1Q' and
12441            not 'VHOST' and
12442            not 'IPSECHW'"
12443   parameters:
12444   - "throughput"
12445   - "parent"
12446   - "tags"
12447   sort:
12448   - "L2BDMACLRN"
12449   - "L2XCFWD"
12450   - "LISP"
12451   traces:
12452     hoverinfo: "x+y"
12453     boxpoints: "outliers"
12454     whiskerwidth: 0
12455   layout:
12456     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12457     layout: "plot-throughput"
12458
12459 -
12460   type: "plot"
12461   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12462   algorithm: "plot_performance_box"
12463   output-file-type: ".html"
12464   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12465   data: "plot-vpp-throughput-latency-3n-hsw"
12466   filter: "'NIC_Intel-X710' and
12467            '64B' and
12468            'ENCAP' and
12469            'NDRPDR' and
12470            '2T2C' and
12471            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12472            not 'DOT1Q' and
12473            not 'VHOST' and
12474            not 'IPSECHW'"
12475   parameters:
12476   - "throughput"
12477   - "parent"
12478   - "tags"
12479   sort:
12480   - "L2BDMACLRN"
12481   - "L2XCFWD"
12482   - "LISP"
12483   traces:
12484     hoverinfo: "x+y"
12485     boxpoints: "outliers"
12486     whiskerwidth: 0
12487   layout:
12488     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12489     layout: "plot-throughput"
12490
12491 -
12492   type: "plot"
12493   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12494   algorithm: "plot_performance_box"
12495   output-file-type: ".html"
12496   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12497   data: "plot-vpp-throughput-latency-3n-hsw"
12498   filter: "'NIC_Intel-X710' and
12499            '64B' and
12500            'ENCAP' and
12501            'NDRPDR' and
12502            '1T1C' and
12503            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12504            not 'DOT1Q' and
12505            not 'VHOST' and
12506            not 'IPSECHW'"
12507   parameters:
12508   - "throughput"
12509   - "parent"
12510   - "tags"
12511   sort:
12512   - "L2BDMACLRN"
12513   - "L2XCFWD"
12514   - "LISP"
12515   traces:
12516     hoverinfo: "x+y"
12517     boxpoints: "outliers"
12518     whiskerwidth: 0
12519   layout:
12520     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12521     layout: "plot-throughput"
12522
12523 -
12524   type: "plot"
12525   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12526   algorithm: "plot_performance_box"
12527   output-file-type: ".html"
12528   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12529   data: "plot-vpp-throughput-latency-3n-hsw"
12530   filter: "'NIC_Intel-X710' and
12531            '64B' and
12532            'ENCAP' and
12533            'NDRPDR' and
12534            '2T2C' and
12535            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12536            not 'DOT1Q' and
12537            not 'VHOST' and
12538            not 'IPSECHW'"
12539   parameters:
12540   - "throughput"
12541   - "parent"
12542   - "tags"
12543   sort:
12544   - "L2BDMACLRN"
12545   - "L2XCFWD"
12546   - "LISP"
12547   traces:
12548     hoverinfo: "x+y"
12549     boxpoints: "outliers"
12550     whiskerwidth: 0
12551   layout:
12552     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12553     layout: "plot-throughput"
12554
12555 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12556 -
12557   type: "plot"
12558   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12559   algorithm: "plot_performance_box"
12560   output-file-type: ".html"
12561   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12562   data: "plot-vpp-throughput-latency-3n-skx"
12563   filter: "'NIC_Intel-X710' and
12564            '64B' and
12565            'ENCAP' and
12566            'NDRPDR' and
12567            '2T1C' and
12568            ('VXLAN' or 'LISP') and
12569            not 'VHOST' and
12570            not 'IPSECHW'"
12571   parameters:
12572   - "throughput"
12573   - "parent"
12574   - "tags"
12575   sort:
12576   - "LISP"
12577   - "VXLAN_1"
12578   - "VXLAN_10"
12579   - "VXLAN_100"
12580   - "VXLAN_1000"
12581   traces:
12582     hoverinfo: "x+y"
12583     boxpoints: "outliers"
12584     whiskerwidth: 0
12585   layout:
12586     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12587     layout: "plot-throughput"
12588
12589 -
12590   type: "plot"
12591   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12592   algorithm: "plot_performance_box"
12593   output-file-type: ".html"
12594   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12595   data: "plot-vpp-throughput-latency-3n-skx"
12596   filter: "'NIC_Intel-X710' and
12597            '64B' and
12598            'ENCAP' and
12599            'NDRPDR' and
12600            '2T1C' and
12601            ('VXLAN' or 'LISP') and
12602            not 'VHOST' and
12603            not 'IPSECHW'"
12604   parameters:
12605   - "throughput"
12606   - "parent"
12607   - "tags"
12608   sort:
12609   - "LISP"
12610   - "VXLAN_1"
12611   - "VXLAN_10"
12612   - "VXLAN_100"
12613   - "VXLAN_1000"
12614   traces:
12615     hoverinfo: "x+y"
12616     boxpoints: "outliers"
12617     whiskerwidth: 0
12618   layout:
12619     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12620     layout: "plot-throughput"
12621
12622 -
12623   type: "plot"
12624   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12625   algorithm: "plot_performance_box"
12626   output-file-type: ".html"
12627   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12628   data: "plot-vpp-throughput-latency-3n-skx"
12629   filter: "'NIC_Intel-X710' and
12630            '64B' and
12631            'ENCAP' and
12632            'NDRPDR' and
12633            '4T2C' and
12634            ('VXLAN' or 'LISP') and
12635            not 'VHOST' and
12636            not 'IPSECHW'"
12637   parameters:
12638   - "throughput"
12639   - "parent"
12640   - "tags"
12641   sort:
12642   - "LISP"
12643   - "VXLAN_1"
12644   - "VXLAN_10"
12645   - "VXLAN_100"
12646   - "VXLAN_1000"
12647   traces:
12648     hoverinfo: "x+y"
12649     boxpoints: "outliers"
12650     whiskerwidth: 0
12651   layout:
12652     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12653     layout: "plot-throughput"
12654
12655 -
12656   type: "plot"
12657   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12658   algorithm: "plot_performance_box"
12659   output-file-type: ".html"
12660   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12661   data: "plot-vpp-throughput-latency-3n-skx"
12662   filter: "'NIC_Intel-X710' and
12663            '64B' and
12664            'ENCAP' and
12665            'NDRPDR' and
12666            '4T2C' and
12667            ('VXLAN' or 'LISP') and
12668            not 'VHOST' and
12669            not 'IPSECHW'"
12670   parameters:
12671   - "throughput"
12672   - "parent"
12673   - "tags"
12674   sort:
12675   - "LISP"
12676   - "VXLAN_1"
12677   - "VXLAN_10"
12678   - "VXLAN_100"
12679   - "VXLAN_1000"
12680   traces:
12681     hoverinfo: "x+y"
12682     boxpoints: "outliers"
12683     whiskerwidth: 0
12684   layout:
12685     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12686     layout: "plot-throughput"
12687
12688 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12689 -
12690   type: "plot"
12691   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12692   algorithm: "plot_performance_box"
12693   output-file-type: ".html"
12694   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12695   data: "plot-vpp-throughput-latency-3n-skx"
12696   filter: "'NIC_Intel-X710' and
12697            '64B' and
12698            'ENCAP' and
12699            'NDRPDR' and
12700            '2T1C' and
12701            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12702            not 'DOT1Q' and
12703            not 'VHOST' and
12704            not 'IPSECHW'"
12705   parameters:
12706   - "throughput"
12707   - "parent"
12708   - "tags"
12709   sort:
12710   - "L2BDMACLRN"
12711   - "L2XCFWD"
12712   - "LISP"
12713   traces:
12714     hoverinfo: "x+y"
12715     boxpoints: "outliers"
12716     whiskerwidth: 0
12717   layout:
12718     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12719     layout: "plot-throughput"
12720
12721 -
12722   type: "plot"
12723   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12724   algorithm: "plot_performance_box"
12725   output-file-type: ".html"
12726   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12727   data: "plot-vpp-throughput-latency-3n-skx"
12728   filter: "'NIC_Intel-X710' and
12729            '64B' and
12730            'ENCAP' and
12731            'NDRPDR' and
12732            '4T2C' and
12733            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12734            not 'DOT1Q' and
12735            not 'VHOST' and
12736            not 'IPSECHW'"
12737   parameters:
12738   - "throughput"
12739   - "parent"
12740   - "tags"
12741   sort:
12742   - "L2BDMACLRN"
12743   - "L2XCFWD"
12744   - "LISP"
12745   traces:
12746     hoverinfo: "x+y"
12747     boxpoints: "outliers"
12748     whiskerwidth: 0
12749   layout:
12750     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12751     layout: "plot-throughput"
12752
12753 -
12754   type: "plot"
12755   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12756   algorithm: "plot_performance_box"
12757   output-file-type: ".html"
12758   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12759   data: "plot-vpp-throughput-latency-3n-skx"
12760   filter: "'NIC_Intel-X710' and
12761            '64B' and
12762            'ENCAP' and
12763            'NDRPDR' and
12764            '2T1C' and
12765            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12766            not 'DOT1Q' and
12767            not 'VHOST' and
12768            not 'IPSECHW'"
12769   parameters:
12770   - "throughput"
12771   - "parent"
12772   - "tags"
12773   sort:
12774   - "L2BDMACLRN"
12775   - "L2XCFWD"
12776   - "LISP"
12777   traces:
12778     hoverinfo: "x+y"
12779     boxpoints: "outliers"
12780     whiskerwidth: 0
12781   layout:
12782     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12783     layout: "plot-throughput"
12784
12785 -
12786   type: "plot"
12787   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12788   algorithm: "plot_performance_box"
12789   output-file-type: ".html"
12790   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12791   data: "plot-vpp-throughput-latency-3n-skx"
12792   filter: "'NIC_Intel-X710' and
12793            '64B' and
12794            'ENCAP' and
12795            'NDRPDR' and
12796            '4T2C' and
12797            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12798            not 'DOT1Q' and
12799            not 'VHOST' and
12800            not 'IPSECHW'"
12801   parameters:
12802   - "throughput"
12803   - "parent"
12804   - "tags"
12805   sort:
12806   - "L2BDMACLRN"
12807   - "L2XCFWD"
12808   - "LISP"
12809   traces:
12810     hoverinfo: "x+y"
12811     boxpoints: "outliers"
12812     whiskerwidth: 0
12813   layout:
12814     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12815     layout: "plot-throughput"
12816
12817 ################################################################################
12818
12819 # Packet Throughput - VPP IPv6 3n-hsw-x520
12820 -
12821   type: "plot"
12822   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12823   algorithm: "plot_performance_box"
12824   output-file-type: ".html"
12825   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12826   data: "plot-vpp-throughput-latency-3n-hsw"
12827   filter: "'NIC_Intel-X520-DA2' and
12828            '78B' and
12829            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12830            'NDRPDR' and
12831            '1T1C' and
12832            'IP6FWD' and
12833            not 'SRv6' and
12834            not 'IPSEC' and
12835            not 'VHOST'"
12836   parameters:
12837   - "throughput"
12838   - "parent"
12839   - "tags"
12840   sort:
12841   - "IP6BASE"
12842   - "FIB_20K"
12843   - "FIB_200K"
12844   - "FIB_2M"
12845   traces:
12846     hoverinfo: "x+y"
12847     boxpoints: "outliers"
12848     whiskerwidth: 0
12849   layout:
12850     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12851     layout: "plot-throughput"
12852
12853 -
12854   type: "plot"
12855   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12856   algorithm: "plot_performance_box"
12857   output-file-type: ".html"
12858   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12859   data: "plot-vpp-throughput-latency-3n-hsw"
12860   filter: "'NIC_Intel-X520-DA2' and
12861            '78B' and
12862            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12863            'NDRPDR' and
12864            '1T1C' and
12865            'IP6FWD' and
12866            not 'SRv6' and
12867            not 'IPSEC' and
12868            not 'VHOST'"
12869   parameters:
12870   - "throughput"
12871   - "parent"
12872   - "tags"
12873   sort:
12874   - "IP6BASE"
12875   - "FIB_20K"
12876   - "FIB_200K"
12877   - "FIB_2M"
12878   traces:
12879     hoverinfo: "x+y"
12880     boxpoints: "outliers"
12881     whiskerwidth: 0
12882   layout:
12883     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12884     layout: "plot-throughput"
12885
12886 -
12887   type: "plot"
12888   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12889   algorithm: "plot_performance_box"
12890   output-file-type: ".html"
12891   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12892   data: "plot-vpp-throughput-latency-3n-hsw"
12893   filter: "'NIC_Intel-X520-DA2' and
12894            '78B' and
12895            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12896            'NDRPDR' and
12897            '2T2C' and
12898            'IP6FWD' and
12899            not 'SRv6' and
12900            not 'IPSEC' and
12901            not 'VHOST'"
12902   parameters:
12903   - "throughput"
12904   - "parent"
12905   - "tags"
12906   sort:
12907   - "IP6BASE"
12908   - "FIB_20K"
12909   - "FIB_200K"
12910   - "FIB_2M"
12911   traces:
12912     hoverinfo: "x+y"
12913     boxpoints: "outliers"
12914     whiskerwidth: 0
12915   layout:
12916     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12917     layout: "plot-throughput"
12918
12919 -
12920   type: "plot"
12921   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12922   algorithm: "plot_performance_box"
12923   output-file-type: ".html"
12924   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12925   data: "plot-vpp-throughput-latency-3n-hsw"
12926   filter: "'NIC_Intel-X520-DA2' and
12927            '78B' and
12928            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12929            'NDRPDR' and
12930            '2T2C' and
12931            'IP6FWD' and
12932            not 'SRv6' and
12933            not 'IPSEC' and
12934            not 'VHOST'"
12935   parameters:
12936   - "throughput"
12937   - "parent"
12938   - "tags"
12939   sort:
12940   - "IP6BASE"
12941   - "FIB_20K"
12942   - "FIB_200K"
12943   - "FIB_2M"
12944   traces:
12945     hoverinfo: "x+y"
12946     boxpoints: "outliers"
12947     whiskerwidth: 0
12948   layout:
12949     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12950     layout: "plot-throughput"
12951
12952 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
12953 -
12954   type: "plot"
12955   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12956   algorithm: "plot_performance_box"
12957   output-file-type: ".html"
12958   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12959   data: "plot-vpp-throughput-latency-3n-hsw"
12960   filter: "'NIC_Intel-X520-DA2' and
12961            '78B' and
12962            ('IP6BASE' or
12963             'POLICE_MARK' or
12964             'COPWHLIST' or
12965             'IACLDST') and
12966            'NDRPDR' and
12967            '1T1C' and
12968            'IP6FWD' and
12969            not 'SRv6' and
12970            not 'IPSEC' and
12971            not 'VHOST'"
12972   parameters:
12973   - "throughput"
12974   - "parent"
12975   - "tags"
12976   sort:
12977   - "IP6BASE"
12978   - "POLICE_MARK"
12979   - "COPWHLIST"
12980   - "IACLDST"
12981   traces:
12982     hoverinfo: "x+y"
12983     boxpoints: "outliers"
12984     whiskerwidth: 0
12985   layout:
12986     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12987     layout: "plot-throughput"
12988
12989 -
12990   type: "plot"
12991   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12992   algorithm: "plot_performance_box"
12993   output-file-type: ".html"
12994   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12995   data: "plot-vpp-throughput-latency-3n-hsw"
12996   filter: "'NIC_Intel-X520-DA2' and
12997            '78B' and
12998            ('IP6BASE' or
12999             'POLICE_MARK' or
13000             'COPWHLIST' or
13001             'IACLDST') and
13002            'NDRPDR' and
13003            '2T2C' and
13004            'IP6FWD' and
13005            not 'SRv6' and
13006            not 'IPSEC' and
13007            not 'VHOST'"
13008   parameters:
13009   - "throughput"
13010   - "parent"
13011   - "tags"
13012   sort:
13013   - "IP6BASE"
13014   - "POLICE_MARK"
13015   - "COPWHLIST"
13016   - "IACLDST"
13017   traces:
13018     hoverinfo: "x+y"
13019     boxpoints: "outliers"
13020     whiskerwidth: 0
13021   layout:
13022     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
13023     layout: "plot-throughput"
13024
13025 -
13026   type: "plot"
13027   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13028   algorithm: "plot_performance_box"
13029   output-file-type: ".html"
13030   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13031   data: "plot-vpp-throughput-latency-3n-hsw"
13032   filter: "'NIC_Intel-X520-DA2' and
13033            '78B' and
13034            ('IP6BASE' or
13035             'POLICE_MARK' or
13036             'COPWHLIST' or
13037             'IACLDST') and
13038            'NDRPDR' and
13039            '1T1C' and
13040            'IP6FWD' and
13041            not 'SRv6' and
13042            not 'IPSEC' and
13043            not 'VHOST'"
13044   parameters:
13045   - "throughput"
13046   - "parent"
13047   - "tags"
13048   sort:
13049   - "IP6BASE"
13050   - "POLICE_MARK"
13051   - "COPWHLIST"
13052   - "IACLDST"
13053   traces:
13054     hoverinfo: "x+y"
13055     boxpoints: "outliers"
13056     whiskerwidth: 0
13057   layout:
13058     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
13059     layout: "plot-throughput"
13060
13061 -
13062   type: "plot"
13063   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13064   algorithm: "plot_performance_box"
13065   output-file-type: ".html"
13066   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13067   data: "plot-vpp-throughput-latency-3n-hsw"
13068   filter: "'NIC_Intel-X520-DA2' and
13069            '78B' and
13070            ('IP6BASE' or
13071             'POLICE_MARK' or
13072             'COPWHLIST' or
13073             'IACLDST') and
13074            'NDRPDR' and
13075            '2T2C' and
13076            'IP6FWD' and
13077            not 'SRv6' and
13078            not 'IPSEC' and
13079            not 'VHOST'"
13080   parameters:
13081   - "throughput"
13082   - "parent"
13083   - "tags"
13084   sort:
13085   - "IP6BASE"
13086   - "POLICE_MARK"
13087   - "COPWHLIST"
13088   - "IACLDST"
13089   traces:
13090     hoverinfo: "x+y"
13091     boxpoints: "outliers"
13092     whiskerwidth: 0
13093   layout:
13094     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
13095     layout: "plot-throughput"
13096
13097 # Packet Throughput - VPP IPv6 3n-hsw-x710
13098 -
13099   type: "plot"
13100   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13101   algorithm: "plot_performance_box"
13102   output-file-type: ".html"
13103   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13104   data: "plot-vpp-throughput-latency-3n-hsw"
13105   filter: "'NIC_Intel-X710' and
13106            '78B' and
13107            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13108            'NDRPDR' and
13109            '1T1C' and
13110            'IP6FWD' and
13111            not 'SRv6' and
13112            not 'IPSEC' and
13113            not 'VHOST'"
13114   parameters:
13115   - "throughput"
13116   - "parent"
13117   - "tags"
13118   sort:
13119   - "IP6BASE"
13120   - "FIB_20K"
13121   - "FIB_200K"
13122   - "FIB_2M"
13123   traces:
13124     hoverinfo: "x+y"
13125     boxpoints: "outliers"
13126     whiskerwidth: 0
13127   layout:
13128     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13129     layout: "plot-throughput"
13130
13131 -
13132   type: "plot"
13133   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13134   algorithm: "plot_performance_box"
13135   output-file-type: ".html"
13136   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13137   data: "plot-vpp-throughput-latency-3n-hsw"
13138   filter: "'NIC_Intel-X710' and
13139            '78B' and
13140            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13141            'NDRPDR' and
13142            '1T1C' and
13143            'IP6FWD' and
13144            not 'SRv6' and
13145            not 'IPSEC' and
13146            not 'VHOST'"
13147   parameters:
13148   - "throughput"
13149   - "parent"
13150   - "tags"
13151   sort:
13152   - "IP6BASE"
13153   - "FIB_20K"
13154   - "FIB_200K"
13155   - "FIB_2M"
13156   traces:
13157     hoverinfo: "x+y"
13158     boxpoints: "outliers"
13159     whiskerwidth: 0
13160   layout:
13161     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13162     layout: "plot-throughput"
13163
13164 -
13165   type: "plot"
13166   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13167   algorithm: "plot_performance_box"
13168   output-file-type: ".html"
13169   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13170   data: "plot-vpp-throughput-latency-3n-hsw"
13171   filter: "'NIC_Intel-X710' and
13172            '78B' and
13173            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13174            'NDRPDR' and
13175            '2T2C' and
13176            'IP6FWD' and
13177            not 'SRv6' and
13178            not 'IPSEC' and
13179            not 'VHOST'"
13180   parameters:
13181   - "throughput"
13182   - "parent"
13183   - "tags"
13184   sort:
13185   - "IP6BASE"
13186   - "FIB_20K"
13187   - "FIB_200K"
13188   - "FIB_2M"
13189   traces:
13190     hoverinfo: "x+y"
13191     boxpoints: "outliers"
13192     whiskerwidth: 0
13193   layout:
13194     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13195     layout: "plot-throughput"
13196
13197 -
13198   type: "plot"
13199   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13200   algorithm: "plot_performance_box"
13201   output-file-type: ".html"
13202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13203   data: "plot-vpp-throughput-latency-3n-hsw"
13204   filter: "'NIC_Intel-X710' and
13205            '78B' and
13206            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13207            'NDRPDR' and
13208            '2T2C' and
13209            'IP6FWD' and
13210            not 'SRv6' and
13211            not 'IPSEC' and
13212            not 'VHOST'"
13213   parameters:
13214   - "throughput"
13215   - "parent"
13216   - "tags"
13217   sort:
13218   - "IP6BASE"
13219   - "FIB_20K"
13220   - "FIB_200K"
13221   - "FIB_2M"
13222   traces:
13223     hoverinfo: "x+y"
13224     boxpoints: "outliers"
13225     whiskerwidth: 0
13226   layout:
13227     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13228     layout: "plot-throughput"
13229
13230 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13231 -
13232   type: "plot"
13233   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13234   algorithm: "plot_performance_box"
13235   output-file-type: ".html"
13236   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13237   data: "plot-vpp-throughput-latency-3n-hsw"
13238   filter: "'NIC_Intel-X710' and
13239            '78B' and
13240            ('IP6BASE' or
13241             'POLICE_MARK' or
13242             'COPWHLIST' or
13243             'IACLDST') and
13244            'NDRPDR' and
13245            '1T1C' and
13246            'IP6FWD' and
13247            not 'SRv6' and
13248            not 'IPSEC' and
13249            not 'VHOST'"
13250   parameters:
13251   - "throughput"
13252   - "parent"
13253   - "tags"
13254   sort:
13255   - "IP6BASE"
13256   - "POLICE_MARK"
13257   - "COPWHLIST"
13258   - "IACLDST"
13259   traces:
13260     hoverinfo: "x+y"
13261     boxpoints: "outliers"
13262     whiskerwidth: 0
13263   layout:
13264     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13265     layout: "plot-throughput"
13266
13267 -
13268   type: "plot"
13269   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13270   algorithm: "plot_performance_box"
13271   output-file-type: ".html"
13272   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13273   data: "plot-vpp-throughput-latency-3n-hsw"
13274   filter: "'NIC_Intel-X710' and
13275            '78B' and
13276            ('IP6BASE' or
13277             'POLICE_MARK' or
13278             'COPWHLIST' or
13279             'IACLDST') and
13280            'NDRPDR' and
13281            '2T2C' and
13282            'IP6FWD' and
13283            not 'SRv6' and
13284            not 'IPSEC' and
13285            not 'VHOST'"
13286   parameters:
13287   - "throughput"
13288   - "parent"
13289   - "tags"
13290   sort:
13291   - "IP6BASE"
13292   - "POLICE_MARK"
13293   - "COPWHLIST"
13294   - "IACLDST"
13295   traces:
13296     hoverinfo: "x+y"
13297     boxpoints: "outliers"
13298     whiskerwidth: 0
13299   layout:
13300     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13301     layout: "plot-throughput"
13302
13303 -
13304   type: "plot"
13305   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13306   algorithm: "plot_performance_box"
13307   output-file-type: ".html"
13308   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13309   data: "plot-vpp-throughput-latency-3n-hsw"
13310   filter: "'NIC_Intel-X710' and
13311            '78B' and
13312            ('IP6BASE' or
13313             'POLICE_MARK' or
13314             'COPWHLIST' or
13315             'IACLDST') and
13316            'NDRPDR' and
13317            '1T1C' and
13318            'IP6FWD' and
13319            not 'SRv6' and
13320            not 'IPSEC' and
13321            not 'VHOST'"
13322   parameters:
13323   - "throughput"
13324   - "parent"
13325   - "tags"
13326   sort:
13327   - "IP6BASE"
13328   - "POLICE_MARK"
13329   - "COPWHLIST"
13330   - "IACLDST"
13331   traces:
13332     hoverinfo: "x+y"
13333     boxpoints: "outliers"
13334     whiskerwidth: 0
13335   layout:
13336     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13337     layout: "plot-throughput"
13338
13339 -
13340   type: "plot"
13341   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13342   algorithm: "plot_performance_box"
13343   output-file-type: ".html"
13344   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13345   data: "plot-vpp-throughput-latency-3n-hsw"
13346   filter: "'NIC_Intel-X710' and
13347            '78B' and
13348            ('IP6BASE' or
13349             'POLICE_MARK' or
13350             'COPWHLIST' or
13351             'IACLDST') and
13352            'NDRPDR' and
13353            '2T2C' and
13354            'IP6FWD' and
13355            not 'SRv6' and
13356            not 'IPSEC' and
13357            not 'VHOST'"
13358   parameters:
13359   - "throughput"
13360   - "parent"
13361   - "tags"
13362   sort:
13363   - "IP6BASE"
13364   - "POLICE_MARK"
13365   - "COPWHLIST"
13366   - "IACLDST"
13367   traces:
13368     hoverinfo: "x+y"
13369     boxpoints: "outliers"
13370     whiskerwidth: 0
13371   layout:
13372     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13373     layout: "plot-throughput"
13374
13375 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13376 -
13377   type: "plot"
13378   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13379   algorithm: "plot_performance_box"
13380   output-file-type: ".html"
13381   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13382   data: "plot-vpp-throughput-latency-3n-hsw"
13383   filter: "'NIC_Intel-XL710' and
13384            '78B' and
13385            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13386            'NDRPDR' and
13387            '1T1C' and
13388            'IP6FWD' and
13389            not 'SRv6' and
13390            not 'IPSEC' and
13391            not 'VHOST'"
13392   parameters:
13393   - "throughput"
13394   - "parent"
13395   - "tags"
13396   sort:
13397   - "IP6BASE"
13398   - "FIB_20K"
13399   - "FIB_200K"
13400   - "FIB_2M"
13401   traces:
13402     hoverinfo: "x+y"
13403     boxpoints: "outliers"
13404     whiskerwidth: 0
13405   layout:
13406     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13407     layout: "plot-throughput"
13408
13409 -
13410   type: "plot"
13411   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13412   algorithm: "plot_performance_box"
13413   output-file-type: ".html"
13414   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13415   data: "plot-vpp-throughput-latency-3n-hsw"
13416   filter: "'NIC_Intel-XL710' and
13417            '78B' and
13418            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13419            'NDRPDR' and
13420            '1T1C' and
13421            'IP6FWD' and
13422            not 'SRv6' and
13423            not 'IPSEC' and
13424            not 'VHOST'"
13425   parameters:
13426   - "throughput"
13427   - "parent"
13428   - "tags"
13429   sort:
13430   - "IP6BASE"
13431   - "FIB_20K"
13432   - "FIB_200K"
13433   - "FIB_2M"
13434   traces:
13435     hoverinfo: "x+y"
13436     boxpoints: "outliers"
13437     whiskerwidth: 0
13438   layout:
13439     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13440     layout: "plot-throughput"
13441
13442 -
13443   type: "plot"
13444   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13445   algorithm: "plot_performance_box"
13446   output-file-type: ".html"
13447   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13448   data: "plot-vpp-throughput-latency-3n-hsw"
13449   filter: "'NIC_Intel-XL710' and
13450            '78B' and
13451            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13452            'NDRPDR' and
13453            '2T2C' and
13454            'IP6FWD' and
13455            not 'SRv6' and
13456            not 'IPSEC' and
13457            not 'VHOST'"
13458   parameters:
13459   - "throughput"
13460   - "parent"
13461   - "tags"
13462   sort:
13463   - "IP6BASE"
13464   - "FIB_20K"
13465   - "FIB_200K"
13466   - "FIB_2M"
13467   traces:
13468     hoverinfo: "x+y"
13469     boxpoints: "outliers"
13470     whiskerwidth: 0
13471   layout:
13472     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13473     layout: "plot-throughput"
13474
13475 -
13476   type: "plot"
13477   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13478   algorithm: "plot_performance_box"
13479   output-file-type: ".html"
13480   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13481   data: "plot-vpp-throughput-latency-3n-hsw"
13482   filter: "'NIC_Intel-XL710' and
13483            '78B' and
13484            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13485            'NDRPDR' and
13486            '2T2C' and
13487            'IP6FWD' and
13488            not 'SRv6' and
13489            not 'IPSEC' and
13490            not 'VHOST'"
13491   parameters:
13492   - "throughput"
13493   - "parent"
13494   - "tags"
13495   sort:
13496   - "IP6BASE"
13497   - "FIB_20K"
13498   - "FIB_200K"
13499   - "FIB_2M"
13500   traces:
13501     hoverinfo: "x+y"
13502     boxpoints: "outliers"
13503     whiskerwidth: 0
13504   layout:
13505     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13506     layout: "plot-throughput"
13507
13508 # Packet Throughput - VPP IPv6 3n-skx-x710
13509 -
13510   type: "plot"
13511   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13512   algorithm: "plot_performance_box"
13513   output-file-type: ".html"
13514   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13515   data: "plot-vpp-throughput-latency-3n-skx"
13516   filter: "'NIC_Intel-X710' and
13517            '78B' and
13518            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13519            'NDRPDR' and
13520            '2T1C' and
13521            'IP6FWD' and
13522            not 'SRv6' and
13523            not 'IPSEC' and
13524            not 'VHOST'"
13525   parameters:
13526   - "throughput"
13527   - "parent"
13528   - "tags"
13529   sort:
13530   - "IP6BASE"
13531   - "FIB_20k"
13532   - "FIB_200k"
13533   - "FIB_2M"
13534   traces:
13535     hoverinfo: "x+y"
13536     boxpoints: "outliers"
13537     whiskerwidth: 0
13538   layout:
13539     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13540     layout: "plot-throughput"
13541
13542 -
13543   type: "plot"
13544   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13545   algorithm: "plot_performance_box"
13546   output-file-type: ".html"
13547   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13548   data: "plot-vpp-throughput-latency-3n-skx"
13549   filter: "'NIC_Intel-X710' and
13550            '78B' and
13551            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13552            'NDRPDR' and
13553            '2T1C' and
13554            'IP6FWD' and
13555            not 'SRv6' and
13556            not 'IPSEC' and
13557            not 'VHOST'"
13558   parameters:
13559   - "throughput"
13560   - "parent"
13561   - "tags"
13562   sort:
13563   - "IP6BASE"
13564   - "FIB_20k"
13565   - "FIB_200k"
13566   - "FIB_2M"
13567   traces:
13568     hoverinfo: "x+y"
13569     boxpoints: "outliers"
13570     whiskerwidth: 0
13571   layout:
13572     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13573     layout: "plot-throughput"
13574
13575 -
13576   type: "plot"
13577   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13578   algorithm: "plot_performance_box"
13579   output-file-type: ".html"
13580   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13581   data: "plot-vpp-throughput-latency-3n-skx"
13582   filter: "'NIC_Intel-X710' and
13583            '78B' and
13584            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13585            'NDRPDR' and
13586            '4T2C' and
13587            'IP6FWD' and
13588            not 'SRv6' and
13589            not 'IPSEC' and
13590            not 'VHOST'"
13591   parameters:
13592   - "throughput"
13593   - "parent"
13594   - "tags"
13595   sort:
13596   - "IP6BASE"
13597   - "FIB_20k"
13598   - "FIB_200k"
13599   - "FIB_2M"
13600   traces:
13601     hoverinfo: "x+y"
13602     boxpoints: "outliers"
13603     whiskerwidth: 0
13604   layout:
13605     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13606     layout: "plot-throughput"
13607
13608 -
13609   type: "plot"
13610   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13611   algorithm: "plot_performance_box"
13612   output-file-type: ".html"
13613   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13614   data: "plot-vpp-throughput-latency-3n-skx"
13615   filter: "'NIC_Intel-X710' and
13616            '78B' and
13617            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13618            'NDRPDR' and
13619            '4T2C' and
13620            'IP6FWD' and
13621            not 'SRv6' and
13622            not 'IPSEC' and
13623            not 'VHOST'"
13624   parameters:
13625   - "throughput"
13626   - "parent"
13627   - "tags"
13628   sort:
13629   - "IP6BASE"
13630   - "FIB_20k"
13631   - "FIB_200k"
13632   - "FIB_2M"
13633   traces:
13634     hoverinfo: "x+y"
13635     boxpoints: "outliers"
13636     whiskerwidth: 0
13637   layout:
13638     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13639     layout: "plot-throughput"
13640
13641 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13642 -
13643   type: "plot"
13644   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13645   algorithm: "plot_performance_box"
13646   output-file-type: ".html"
13647   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13648   data: "plot-vpp-throughput-latency-3n-skx"
13649   filter: "'NIC_Intel-X710' and
13650            '78B' and
13651            ('IP6BASE' or
13652             'POLICE_MARK' or
13653             'COPWHLIST' or
13654             'IACLDST') and
13655            'NDRPDR' and
13656            '2T1C' and
13657            'IP6FWD' and
13658            not 'SRv6' and
13659            not 'IPSEC' and
13660            not 'VHOST'"
13661   parameters:
13662   - "throughput"
13663   - "parent"
13664   - "tags"
13665   sort:
13666   - "IP6BASE"
13667   - "POLICE_MARK"
13668   - "COPWHLIST"
13669   - "IACLDST"
13670   traces:
13671     hoverinfo: "x+y"
13672     boxpoints: "outliers"
13673     whiskerwidth: 0
13674   layout:
13675     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13676     layout: "plot-throughput"
13677
13678 -
13679   type: "plot"
13680   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13681   algorithm: "plot_performance_box"
13682   output-file-type: ".html"
13683   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13684   data: "plot-vpp-throughput-latency-3n-skx"
13685   filter: "'NIC_Intel-X710' and
13686            '78B' and
13687            ('IP6BASE' or
13688             'POLICE_MARK' or
13689             'COPWHLIST' or
13690             'IACLDST') and
13691            'NDRPDR' and
13692            '4T2C' and
13693            'IP6FWD' and
13694            not 'SRv6' and
13695            not 'IPSEC' and
13696            not 'VHOST'"
13697   parameters:
13698   - "throughput"
13699   - "parent"
13700   - "tags"
13701   sort:
13702   - "IP6BASE"
13703   - "POLICE_MARK"
13704   - "COPWHLIST"
13705   - "IACLDST"
13706   traces:
13707     hoverinfo: "x+y"
13708     boxpoints: "outliers"
13709     whiskerwidth: 0
13710   layout:
13711     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13712     layout: "plot-throughput"
13713
13714 -
13715   type: "plot"
13716   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13717   algorithm: "plot_performance_box"
13718   output-file-type: ".html"
13719   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13720   data: "plot-vpp-throughput-latency-3n-skx"
13721   filter: "'NIC_Intel-X710' and
13722            '78B' and
13723            ('IP6BASE' or
13724             'POLICE_MARK' or
13725             'COPWHLIST' or
13726             'IACLDST') and
13727            'NDRPDR' and
13728            '2T1C' and
13729            'IP6FWD' and
13730            not 'SRv6' and
13731            not 'IPSEC' and
13732            not 'VHOST'"
13733   parameters:
13734   - "throughput"
13735   - "parent"
13736   - "tags"
13737   sort:
13738   - "IP6BASE"
13739   - "POLICE_MARK"
13740   - "COPWHLIST"
13741   - "IACLDST"
13742   traces:
13743     hoverinfo: "x+y"
13744     boxpoints: "outliers"
13745     whiskerwidth: 0
13746   layout:
13747     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13748     layout: "plot-throughput"
13749
13750 -
13751   type: "plot"
13752   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13753   algorithm: "plot_performance_box"
13754   output-file-type: ".html"
13755   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13756   data: "plot-vpp-throughput-latency-3n-skx"
13757   filter: "'NIC_Intel-X710' and
13758            '78B' and
13759            ('IP6BASE' or
13760             'POLICE_MARK' or
13761             'COPWHLIST' or
13762             'IACLDST') and
13763            'NDRPDR' and
13764            '4T2C' and
13765            'IP6FWD' and
13766            not 'SRv6' and
13767            not 'IPSEC' and
13768            not 'VHOST'"
13769   parameters:
13770   - "throughput"
13771   - "parent"
13772   - "tags"
13773   sort:
13774   - "IP6BASE"
13775   - "POLICE_MARK"
13776   - "COPWHLIST"
13777   - "IACLDST"
13778   traces:
13779     hoverinfo: "x+y"
13780     boxpoints: "outliers"
13781     whiskerwidth: 0
13782   layout:
13783     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13784     layout: "plot-throughput"
13785
13786 # Packet Throughput - VPP IPv6 2n-skx-x710
13787 -
13788   type: "plot"
13789   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13790   algorithm: "plot_performance_box"
13791   output-file-type: ".html"
13792   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13793   data: "plot-vpp-throughput-latency-2n-skx"
13794   filter: "'NIC_Intel-X710' and
13795            '78B' and
13796            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13797            'NDRPDR' and
13798            '2T1C' and
13799            'IP6FWD' and
13800            not 'SRv6' and
13801            not 'IPSEC' and
13802            not 'VHOST'"
13803   parameters:
13804   - "throughput"
13805   - "parent"
13806   - "tags"
13807   sort:
13808   - "IP6BASE"
13809   - "FIB_20k"
13810   - "FIB_200k"
13811   - "FIB_2M"
13812   traces:
13813     hoverinfo: "x+y"
13814     boxpoints: "outliers"
13815     whiskerwidth: 0
13816   layout:
13817     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13818     layout: "plot-throughput"
13819
13820 -
13821   type: "plot"
13822   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13823   algorithm: "plot_performance_box"
13824   output-file-type: ".html"
13825   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13826   data: "plot-vpp-throughput-latency-2n-skx"
13827   filter: "'NIC_Intel-X710' and
13828            '78B' and
13829            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13830            'NDRPDR' and
13831            '2T1C' and
13832            'IP6FWD' and
13833            not 'SRv6' and
13834            not 'IPSEC' and
13835            not 'VHOST'"
13836   parameters:
13837   - "throughput"
13838   - "parent"
13839   - "tags"
13840   sort:
13841   - "IP6BASE"
13842   - "FIB_20k"
13843   - "FIB_200k"
13844   - "FIB_2M"
13845   traces:
13846     hoverinfo: "x+y"
13847     boxpoints: "outliers"
13848     whiskerwidth: 0
13849   layout:
13850     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13851     layout: "plot-throughput"
13852
13853 -
13854   type: "plot"
13855   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13856   algorithm: "plot_performance_box"
13857   output-file-type: ".html"
13858   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13859   data: "plot-vpp-throughput-latency-2n-skx"
13860   filter: "'NIC_Intel-X710' and
13861            '78B' and
13862            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13863            'NDRPDR' and
13864            '4T2C' and
13865            'IP6FWD' and
13866            not 'SRv6' and
13867            not 'IPSEC' and
13868            not 'VHOST'"
13869   parameters:
13870   - "throughput"
13871   - "parent"
13872   - "tags"
13873   sort:
13874   - "IP6BASE"
13875   - "FIB_20k"
13876   - "FIB_200k"
13877   - "FIB_2M"
13878   traces:
13879     hoverinfo: "x+y"
13880     boxpoints: "outliers"
13881     whiskerwidth: 0
13882   layout:
13883     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13884     layout: "plot-throughput"
13885
13886 -
13887   type: "plot"
13888   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13889   algorithm: "plot_performance_box"
13890   output-file-type: ".html"
13891   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13892   data: "plot-vpp-throughput-latency-2n-skx"
13893   filter: "'NIC_Intel-X710' and
13894            '78B' and
13895            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13896            'NDRPDR' and
13897            '4T2C' and
13898            'IP6FWD' and
13899            not 'SRv6' and
13900            not 'IPSEC' and
13901            not 'VHOST'"
13902   parameters:
13903   - "throughput"
13904   - "parent"
13905   - "tags"
13906   sort:
13907   - "IP6BASE"
13908   - "FIB_20k"
13909   - "FIB_200k"
13910   - "FIB_2M"
13911   traces:
13912     hoverinfo: "x+y"
13913     boxpoints: "outliers"
13914     whiskerwidth: 0
13915   layout:
13916     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13917     layout: "plot-throughput"
13918
13919 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13920 -
13921   type: "plot"
13922   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13923   algorithm: "plot_performance_box"
13924   output-file-type: ".html"
13925   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13926   data: "plot-vpp-throughput-latency-2n-skx"
13927   filter: "'NIC_Intel-XXV710' and
13928            '78B' and
13929            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13930            'NDRPDR' and
13931            '2T1C' and
13932            'IP6FWD' and
13933            not 'SRv6' and
13934            not 'IPSEC' and
13935            not 'VHOST'"
13936   parameters:
13937   - "throughput"
13938   - "parent"
13939   - "tags"
13940   sort:
13941   - "IP6BASE"
13942   - "FIB_20k"
13943   - "FIB_200k"
13944   - "FIB_2M"
13945   traces:
13946     hoverinfo: "x+y"
13947     boxpoints: "outliers"
13948     whiskerwidth: 0
13949   layout:
13950     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13951     layout: "plot-throughput"
13952
13953 -
13954   type: "plot"
13955   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13956   algorithm: "plot_performance_box"
13957   output-file-type: ".html"
13958   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13959   data: "plot-vpp-throughput-latency-2n-skx"
13960   filter: "'NIC_Intel-XXV710' and
13961            '78B' and
13962            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13963            'NDRPDR' and
13964            '2T1C' and
13965            'IP6FWD' and
13966            not 'SRv6' and
13967            not 'IPSEC' and
13968            not 'VHOST'"
13969   parameters:
13970   - "throughput"
13971   - "parent"
13972   - "tags"
13973   sort:
13974   - "IP6BASE"
13975   - "FIB_20k"
13976   - "FIB_200k"
13977   - "FIB_2M"
13978   traces:
13979     hoverinfo: "x+y"
13980     boxpoints: "outliers"
13981     whiskerwidth: 0
13982   layout:
13983     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13984     layout: "plot-throughput"
13985
13986 -
13987   type: "plot"
13988   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13989   algorithm: "plot_performance_box"
13990   output-file-type: ".html"
13991   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13992   data: "plot-vpp-throughput-latency-2n-skx"
13993   filter: "'NIC_Intel-XXV710' and
13994            '78B' and
13995            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13996            'NDRPDR' and
13997            '4T2C' and
13998            'IP6FWD' and
13999            not 'SRv6' and
14000            not 'IPSEC' and
14001            not 'VHOST'"
14002   parameters:
14003   - "throughput"
14004   - "parent"
14005   - "tags"
14006   sort:
14007   - "IP6BASE"
14008   - "FIB_20k"
14009   - "FIB_200k"
14010   - "FIB_2M"
14011   traces:
14012     hoverinfo: "x+y"
14013     boxpoints: "outliers"
14014     whiskerwidth: 0
14015   layout:
14016     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14017     layout: "plot-throughput"
14018
14019 -
14020   type: "plot"
14021   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14022   algorithm: "plot_performance_box"
14023   output-file-type: ".html"
14024   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14025   data: "plot-vpp-throughput-latency-2n-skx"
14026   filter: "'NIC_Intel-XXV710' and
14027            '78B' and
14028            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
14029            'NDRPDR' and
14030            '4T2C' and
14031            'IP6FWD' and
14032            not 'SRv6' and
14033            not 'IPSEC' and
14034            not 'VHOST'"
14035   parameters:
14036   - "throughput"
14037   - "parent"
14038   - "tags"
14039   sort:
14040   - "IP6BASE"
14041   - "FIB_20k"
14042   - "FIB_200k"
14043   - "FIB_2M"
14044   traces:
14045     hoverinfo: "x+y"
14046     boxpoints: "outliers"
14047     whiskerwidth: 0
14048   layout:
14049     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14050     layout: "plot-throughput"
14051
14052 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
14053 -
14054   type: "plot"
14055   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14056   algorithm: "plot_performance_box"
14057   output-file-type: ".html"
14058   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14059   data: "intel-dnv-vpp"
14060   filter: "'NIC_Intel-X553' and
14061            '78B' and
14062            'IP6BASE' and
14063            'NDRPDR' and
14064            '1T1C' and
14065            'IP6FWD' and
14066            not 'SRv6' and
14067            not 'IPSEC' and
14068            not 'VHOST'"
14069   parameters:
14070   - "throughput"
14071   - "parent"
14072   - "tags"
14073   sort:
14074   - "IP6BASE"
14075   traces:
14076     hoverinfo: "x+y"
14077     boxpoints: "outliers"
14078     whiskerwidth: 0
14079   layout:
14080     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14081     layout: "plot-throughput"
14082
14083 -
14084   type: "plot"
14085   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14086   algorithm: "plot_performance_box"
14087   output-file-type: ".html"
14088   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14089   data: "intel-dnv-vpp"
14090   filter: "'NIC_Intel-X553' and
14091            '78B' and
14092            'IP6BASE' and
14093            'NDRPDR' and
14094            '1T1C' and
14095            'IP6FWD' and
14096            not 'SRv6' and
14097            not 'IPSEC' and
14098            not 'VHOST'"
14099   parameters:
14100   - "throughput"
14101   - "parent"
14102   - "tags"
14103   sort:
14104   - "IP6BASE"
14105   traces:
14106     hoverinfo: "x+y"
14107     boxpoints: "outliers"
14108     whiskerwidth: 0
14109   layout:
14110     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14111     layout: "plot-throughput"
14112
14113 -
14114   type: "plot"
14115   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14116   algorithm: "plot_performance_box"
14117   output-file-type: ".html"
14118   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14119   data: "intel-dnv-vpp"
14120   filter: "'NIC_Intel-X553' and
14121            '78B' and
14122            'IP6BASE' and
14123            'NDRPDR' and
14124            '2T2C' and
14125            'IP6FWD' and
14126            not 'SRv6' and
14127            not 'IPSEC' and
14128            not 'VHOST'"
14129   parameters:
14130   - "throughput"
14131   - "parent"
14132   - "tags"
14133   sort:
14134   - "IP6BASE"
14135   traces:
14136     hoverinfo: "x+y"
14137     boxpoints: "outliers"
14138     whiskerwidth: 0
14139   layout:
14140     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14141     layout: "plot-throughput"
14142
14143 -
14144   type: "plot"
14145   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14146   algorithm: "plot_performance_box"
14147   output-file-type: ".html"
14148   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14149   data: "intel-dnv-vpp"
14150   filter: "'NIC_Intel-X553' and
14151            '78B' and
14152            'IP6BASE' and
14153            'NDRPDR' and
14154            '2T2C' and
14155            'IP6FWD' and
14156            not 'SRv6' and
14157            not 'IPSEC' and
14158            not 'VHOST'"
14159   parameters:
14160   - "throughput"
14161   - "parent"
14162   - "tags"
14163   sort:
14164   - "IP6BASE"
14165   traces:
14166     hoverinfo: "x+y"
14167     boxpoints: "outliers"
14168     whiskerwidth: 0
14169   layout:
14170     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14171     layout: "plot-throughput"
14172
14173 ################################################################################
14174
14175 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14176 -
14177   type: "plot"
14178   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14179   algorithm: "plot_performance_box"
14180   output-file-type: ".html"
14181   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14182   data: "plot-vpp-throughput-latency-3n-hsw"
14183   filter: "'NIC_Intel-X520-DA2' and
14184            '78B' and
14185            'ENCAP' and
14186            'NDRPDR' and
14187            '1T1C' and
14188            'LISP' and
14189            not 'VHOST'"
14190   parameters:
14191   - "throughput"
14192   - "parent"
14193   - "tags"
14194   sort:
14195   - "IP4UNRLAY"
14196   - "IP6UNRLAY"
14197   traces:
14198     hoverinfo: "x+y"
14199     boxpoints: "outliers"
14200     whiskerwidth: 0
14201   layout:
14202     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14203     layout: "plot-throughput"
14204
14205 -
14206   type: "plot"
14207   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14208   algorithm: "plot_performance_box"
14209   output-file-type: ".html"
14210   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14211   data: "plot-vpp-throughput-latency-3n-hsw"
14212   filter: "'NIC_Intel-X520-DA2' and
14213            '78B' and
14214            'ENCAP' and
14215            'NDRPDR' and
14216            '1T1C' and
14217            'LISP' and
14218            not 'VHOST'"
14219   parameters:
14220   - "throughput"
14221   - "parent"
14222   - "tags"
14223   sort:
14224   - "IP4UNRLAY"
14225   - "IP6UNRLAY"
14226   traces:
14227     hoverinfo: "x+y"
14228     boxpoints: "outliers"
14229     whiskerwidth: 0
14230   layout:
14231     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14232     layout: "plot-throughput"
14233
14234 -
14235   type: "plot"
14236   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14237   algorithm: "plot_performance_box"
14238   output-file-type: ".html"
14239   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14240   data: "plot-vpp-throughput-latency-3n-hsw"
14241   filter: "'NIC_Intel-X520-DA2' and
14242            '78B' and
14243            'ENCAP' and
14244            'NDRPDR' and
14245            '2T2C' and
14246            'LISP' and
14247            not 'VHOST'"
14248   parameters:
14249   - "throughput"
14250   - "parent"
14251   - "tags"
14252   sort:
14253   - "IP4UNRLAY"
14254   - "IP6UNRLAY"
14255   traces:
14256     hoverinfo: "x+y"
14257     boxpoints: "outliers"
14258     whiskerwidth: 0
14259   layout:
14260     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14261     layout: "plot-throughput"
14262
14263 -
14264   type: "plot"
14265   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14266   algorithm: "plot_performance_box"
14267   output-file-type: ".html"
14268   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14269   data: "plot-vpp-throughput-latency-3n-hsw"
14270   filter: "'NIC_Intel-X520-DA2' and
14271            '78B' and
14272            'ENCAP' and
14273            'NDRPDR' and
14274            '2T2C' and
14275            'LISP' and
14276            not 'VHOST'"
14277   parameters:
14278   - "throughput"
14279   - "parent"
14280   - "tags"
14281   sort:
14282   - "IP4UNRLAY"
14283   - "IP6UNRLAY"
14284   traces:
14285     hoverinfo: "x+y"
14286     boxpoints: "outliers"
14287     whiskerwidth: 0
14288   layout:
14289     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14290     layout: "plot-throughput"
14291
14292 ################################################################################
14293
14294 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14295 -
14296   type: "plot"
14297   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14298   algorithm: "plot_performance_box"
14299   output-file-type: ".html"
14300   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14301   data: "plot-vpp-throughput-latency-3n-hsw"
14302   filter: "'NIC_Intel-XL710' and
14303            '64B' and
14304            'IP4FWD' and
14305            'NDRPDR' and
14306            'BASE' and
14307            '1T1C' and
14308            'IPSECHW' and
14309            ('IPSECTRAN' or 'IPSECTUN') and
14310            not 'VHOST'"
14311   parameters:
14312   - "throughput"
14313   - "parent"
14314   - "tags"
14315   traces:
14316     hoverinfo: "x+y"
14317     boxpoints: "outliers"
14318     whiskerwidth: 0
14319   layout:
14320     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14321     layout: "plot-throughput"
14322
14323 -
14324   type: "plot"
14325   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14326   algorithm: "plot_performance_box"
14327   output-file-type: ".html"
14328   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14329   data: "plot-vpp-throughput-latency-3n-hsw"
14330   filter: "'NIC_Intel-XL710' and
14331            '64B' and
14332            'IP4FWD' and
14333            'NDRPDR' and
14334            'BASE' and
14335            '1T1C' and
14336            'IPSECHW' and
14337            ('IPSECTRAN' or 'IPSECTUN') and
14338            not 'VHOST'"
14339   parameters:
14340   - "throughput"
14341   - "parent"
14342   - "tags"
14343   traces:
14344     hoverinfo: "x+y"
14345     boxpoints: "outliers"
14346     whiskerwidth: 0
14347   layout:
14348     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14349     layout: "plot-throughput"
14350
14351 -
14352   type: "plot"
14353   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14354   algorithm: "plot_performance_box"
14355   output-file-type: ".html"
14356   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14357   data: "plot-vpp-throughput-latency-3n-hsw"
14358   filter: "'NIC_Intel-XL710' and
14359            '64B' and
14360            'IP4FWD' and
14361            'NDRPDR' and
14362            'BASE' and
14363            '2T2C' and
14364            'IPSECHW' and
14365            ('IPSECTRAN' or 'IPSECTUN') and
14366            not 'VHOST'"
14367   parameters:
14368   - "throughput"
14369   - "parent"
14370   - "tags"
14371   traces:
14372     hoverinfo: "x+y"
14373     boxpoints: "outliers"
14374     whiskerwidth: 0
14375   layout:
14376     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14377     layout: "plot-throughput"
14378
14379 -
14380   type: "plot"
14381   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14382   algorithm: "plot_performance_box"
14383   output-file-type: ".html"
14384   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14385   data: "plot-vpp-throughput-latency-3n-hsw"
14386   filter: "'NIC_Intel-XL710' and
14387            '64B' and
14388            'IP4FWD' and
14389            'NDRPDR' and
14390            'BASE' and
14391            '2T2C' and
14392            'IPSECHW' and
14393            ('IPSECTRAN' or 'IPSECTUN') and
14394            not 'VHOST'"
14395   parameters:
14396   - "throughput"
14397   - "parent"
14398   - "tags"
14399   traces:
14400     hoverinfo: "x+y"
14401     boxpoints: "outliers"
14402     whiskerwidth: 0
14403   layout:
14404     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14405     layout: "plot-throughput"
14406
14407 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14408 -
14409   type: "plot"
14410   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14411   algorithm: "plot_performance_box"
14412   output-file-type: ".html"
14413   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14414   data: "plot-vpp-throughput-latency-3n-hsw"
14415   filter: "'NIC_Intel-XL710' and
14416            '64B' and
14417            'IP4FWD' and
14418            'NDRPDR' and
14419            'SCALE' and
14420            '1T1C' and
14421            'IPSECHW' and
14422            ('IPSECTRAN' or 'IPSECTUN') and
14423            not 'VHOST'"
14424   parameters:
14425   - "throughput"
14426   - "parent"
14427   - "tags"
14428   traces:
14429     hoverinfo: "x+y"
14430     boxpoints: "outliers"
14431     whiskerwidth: 0
14432   layout:
14433     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14434     layout: "plot-throughput"
14435
14436 -
14437   type: "plot"
14438   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14439   algorithm: "plot_performance_box"
14440   output-file-type: ".html"
14441   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14442   data: "plot-vpp-throughput-latency-3n-hsw"
14443   filter: "'NIC_Intel-XL710' and
14444            '64B' and
14445            'IP4FWD' and
14446            'NDRPDR' and
14447            'SCALE' and
14448            '1T1C' and
14449            'IPSECHW' and
14450            ('IPSECTRAN' or 'IPSECTUN') and
14451            not 'VHOST'"
14452   parameters:
14453   - "throughput"
14454   - "parent"
14455   - "tags"
14456   traces:
14457     hoverinfo: "x+y"
14458     boxpoints: "outliers"
14459     whiskerwidth: 0
14460   layout:
14461     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14462     layout: "plot-throughput"
14463
14464 -
14465   type: "plot"
14466   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14467   algorithm: "plot_performance_box"
14468   output-file-type: ".html"
14469   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14470   data: "plot-vpp-throughput-latency-3n-hsw"
14471   filter: "'NIC_Intel-XL710' and
14472            '64B' and
14473            'IP4FWD' and
14474            'NDRPDR' and
14475            'SCALE' and
14476            '2T2C' and
14477            'IPSECHW' and
14478            ('IPSECTRAN' or 'IPSECTUN') and
14479            not 'VHOST'"
14480   parameters:
14481   - "throughput"
14482   - "parent"
14483   - "tags"
14484   traces:
14485     hoverinfo: "x+y"
14486     boxpoints: "outliers"
14487     whiskerwidth: 0
14488   layout:
14489     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14490     layout: "plot-throughput"
14491
14492 -
14493   type: "plot"
14494   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14495   algorithm: "plot_performance_box"
14496   output-file-type: ".html"
14497   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14498   data: "plot-vpp-throughput-latency-3n-hsw"
14499   filter: "'NIC_Intel-XL710' and
14500            '64B' and
14501            'IP4FWD' and
14502            'NDRPDR' and
14503            'SCALE' and
14504            '2T2C' and
14505            'IPSECHW' and
14506            ('IPSECTRAN' or 'IPSECTUN') and
14507            not 'VHOST'"
14508   parameters:
14509   - "throughput"
14510   - "parent"
14511   - "tags"
14512   traces:
14513     hoverinfo: "x+y"
14514     boxpoints: "outliers"
14515     whiskerwidth: 0
14516   layout:
14517     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14518     layout: "plot-throughput"
14519
14520 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14521 -
14522   type: "plot"
14523   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14524   algorithm: "plot_performance_box"
14525   output-file-type: ".html"
14526   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14527   data: "plot-vpp-throughput-latency-3n-hsw"
14528   filter: "'NIC_Intel-XL710' and
14529            '64B' and
14530            'IP4FWD' and
14531            'NDRPDR' and
14532            '1T1C' and
14533            'IPSECSW' and
14534            ('IPSECTRAN' or 'IPSECTUN') and
14535            not 'VHOST'"
14536   parameters:
14537   - "throughput"
14538   - "parent"
14539   - "tags"
14540   traces:
14541     hoverinfo: "x+y"
14542     boxpoints: "outliers"
14543     whiskerwidth: 0
14544   layout:
14545     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14546     layout: "plot-throughput"
14547
14548 -
14549   type: "plot"
14550   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14551   algorithm: "plot_performance_box"
14552   output-file-type: ".html"
14553   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14554   data: "plot-vpp-throughput-latency-3n-hsw"
14555   filter: "'NIC_Intel-XL710' and
14556            '64B' and
14557            'IP4FWD' and
14558            'NDRPDR' and
14559            '1T1C' and
14560            'IPSECSW' and
14561            ('IPSECTRAN' or 'IPSECTUN') and
14562            not 'VHOST'"
14563   parameters:
14564   - "throughput"
14565   - "parent"
14566   - "tags"
14567   traces:
14568     hoverinfo: "x+y"
14569     boxpoints: "outliers"
14570     whiskerwidth: 0
14571   layout:
14572     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14573     layout: "plot-throughput"
14574
14575 -
14576   type: "plot"
14577   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14578   algorithm: "plot_performance_box"
14579   output-file-type: ".html"
14580   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14581   data: "plot-vpp-throughput-latency-3n-hsw"
14582   filter: "'NIC_Intel-XL710' and
14583            '64B' and
14584            'IP4FWD' and
14585            'NDRPDR' and
14586            '2T2C' and
14587            'IPSECSW' and
14588            ('IPSECTRAN' or 'IPSECTUN') and
14589            not 'VHOST'"
14590   parameters:
14591   - "throughput"
14592   - "parent"
14593   - "tags"
14594   traces:
14595     hoverinfo: "x+y"
14596     boxpoints: "outliers"
14597     whiskerwidth: 0
14598   layout:
14599     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14600     layout: "plot-throughput"
14601
14602 -
14603   type: "plot"
14604   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14605   algorithm: "plot_performance_box"
14606   output-file-type: ".html"
14607   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14608   data: "plot-vpp-throughput-latency-3n-hsw"
14609   filter: "'NIC_Intel-XL710' and
14610            '64B' and
14611            'IP4FWD' and
14612            'NDRPDR' and
14613            '2T2C' and
14614            'IPSECSW' and
14615            ('IPSECTRAN' or 'IPSECTUN') and
14616            not 'VHOST'"
14617   parameters:
14618   - "throughput"
14619   - "parent"
14620   - "tags"
14621   traces:
14622     hoverinfo: "x+y"
14623     boxpoints: "outliers"
14624     whiskerwidth: 0
14625   layout:
14626     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14627     layout: "plot-throughput"
14628
14629 ################################################################################
14630
14631 # Packet Throughput - VPP SRv6 3n-hsw-x520
14632 -
14633   type: "plot"
14634   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14635   algorithm: "plot_performance_box"
14636   output-file-type: ".html"
14637   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14638   data: "plot-vpp-throughput-latency-3n-hsw"
14639   filter: "'NIC_Intel-X520-DA2' and
14640            '78B' and
14641            'FEATURE' and
14642            'NDRPDR' and
14643            '1T1C' and
14644            'IP6FWD' and
14645            'SRv6'"
14646   parameters:
14647   - "throughput"
14648   - "parent"
14649   - "tags"
14650   traces:
14651     hoverinfo: "x+y"
14652     boxpoints: "outliers"
14653     whiskerwidth: 0
14654   layout:
14655     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14656     layout: "plot-throughput"
14657
14658 -
14659   type: "plot"
14660   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14661   algorithm: "plot_performance_box"
14662   output-file-type: ".html"
14663   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14664   data: "plot-vpp-throughput-latency-3n-hsw"
14665   filter: "'NIC_Intel-X520-DA2' and
14666            '78B' and
14667            'FEATURE' and
14668            'NDRPDR' and
14669            '1T1C' and
14670            'IP6FWD' and
14671            'SRv6'"
14672   parameters:
14673   - "throughput"
14674   - "parent"
14675   - "tags"
14676   traces:
14677     hoverinfo: "x+y"
14678     boxpoints: "outliers"
14679     whiskerwidth: 0
14680   layout:
14681     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14682     layout: "plot-throughput"
14683
14684 -
14685   type: "plot"
14686   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14687   algorithm: "plot_performance_box"
14688   output-file-type: ".html"
14689   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14690   data: "plot-vpp-throughput-latency-3n-hsw"
14691   filter: "'NIC_Intel-X520-DA2' and
14692            '78B' and
14693            'FEATURE' and
14694            'NDRPDR' and
14695            '2T2C' and
14696            'IP6FWD' and
14697            'SRv6'"
14698   parameters:
14699   - "throughput"
14700   - "parent"
14701   - "tags"
14702   traces:
14703     hoverinfo: "x+y"
14704     boxpoints: "outliers"
14705     whiskerwidth: 0
14706   layout:
14707     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14708     layout: "plot-throughput"
14709
14710 -
14711   type: "plot"
14712   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14713   algorithm: "plot_performance_box"
14714   output-file-type: ".html"
14715   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14716   data: "plot-vpp-throughput-latency-3n-hsw"
14717   filter: "'NIC_Intel-X520-DA2' and
14718            '78B' and
14719            'FEATURE' and
14720            'NDRPDR' and
14721            '2T2C' and
14722            'IP6FWD' and
14723            'SRv6'"
14724   parameters:
14725   - "throughput"
14726   - "parent"
14727   - "tags"
14728   traces:
14729     hoverinfo: "x+y"
14730     boxpoints: "outliers"
14731     whiskerwidth: 0
14732   layout:
14733     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14734     layout: "plot-throughput"
14735
14736 ################################################################################
14737
14738 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14739 -
14740   type: "plot"
14741   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14742   algorithm: "plot_performance_box"
14743   output-file-type: ".html"
14744   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14745   data: "plot-vpp-throughput-latency-3n-hsw"
14746   filter: "'NIC_Intel-X520-DA2' and
14747            '64B' and
14748            'NDRPDR' and
14749            'ETH' and
14750            'IP4FWD' and
14751            '1T1C' and
14752            'VHOST_1024' and
14753            not 'VXLAN' and
14754            not 'DOT1Q'"
14755   parameters:
14756   - "throughput"
14757   - "parent"
14758   - "tags"
14759   sort:
14760   - "not CFS_OPT"
14761   - "1VM"
14762   - "2VM"
14763   traces:
14764     hoverinfo: "x+y"
14765     boxpoints: "outliers"
14766     whiskerwidth: 0
14767   layout:
14768     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14769     layout: "plot-throughput"
14770
14771 -
14772   type: "plot"
14773   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14774   algorithm: "plot_performance_box"
14775   output-file-type: ".html"
14776   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14777   data: "plot-vpp-throughput-latency-3n-hsw"
14778   filter: "'NIC_Intel-X520-DA2' and
14779            '64B' and
14780            'NDRPDR' and
14781            'ETH' and
14782            'IP4FWD' and
14783            '2T2C' and
14784            'VHOST_1024' and
14785            not 'VXLAN' and
14786            not 'DOT1Q'"
14787   parameters:
14788   - "throughput"
14789   - "parent"
14790   - "tags"
14791   sort:
14792   - "not CFS_OPT"
14793   - "1VM"
14794   - "2VM"
14795   traces:
14796     hoverinfo: "x+y"
14797     boxpoints: "outliers"
14798     whiskerwidth: 0
14799   layout:
14800     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14801     layout: "plot-throughput"
14802
14803 -
14804   type: "plot"
14805   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14806   algorithm: "plot_performance_box"
14807   output-file-type: ".html"
14808   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14809   data: "plot-vpp-throughput-latency-3n-hsw"
14810   filter: "'NIC_Intel-X520-DA2' and
14811            '64B' and
14812            'NDRPDR' and
14813            'ETH' and
14814            'IP4FWD' and
14815            '1T1C' and
14816            'VHOST_1024' and
14817            not 'VXLAN' and
14818            not 'DOT1Q'"
14819   parameters:
14820   - "throughput"
14821   - "parent"
14822   - "tags"
14823   sort:
14824   - "not CFS_OPT"
14825   - "1VM"
14826   - "2VM"
14827   traces:
14828     hoverinfo: "x+y"
14829     boxpoints: "outliers"
14830     whiskerwidth: 0
14831   layout:
14832     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14833     layout: "plot-throughput"
14834
14835 -
14836   type: "plot"
14837   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14838   algorithm: "plot_performance_box"
14839   output-file-type: ".html"
14840   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14841   data: "plot-vpp-throughput-latency-3n-hsw"
14842   filter: "'NIC_Intel-X520-DA2' and
14843            '64B' and
14844            'NDRPDR' and
14845            'ETH' and
14846            'IP4FWD' and
14847            '2T2C' and
14848            'VHOST_1024' and
14849            not 'VXLAN' and
14850            not 'DOT1Q'"
14851   parameters:
14852   - "throughput"
14853   - "parent"
14854   - "tags"
14855   sort:
14856   - "not CFS_OPT"
14857   - "1VM"
14858   - "2VM"
14859   traces:
14860     hoverinfo: "x+y"
14861     boxpoints: "outliers"
14862     whiskerwidth: 0
14863   layout:
14864     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14865     layout: "plot-throughput"
14866
14867 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
14868 -
14869   type: "plot"
14870   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14871   algorithm: "plot_performance_box"
14872   output-file-type: ".html"
14873   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14874   data: "plot-vpp-throughput-latency-3n-hsw"
14875   filter: "'NIC_Intel-X520-DA2' and
14876            '64B' and
14877            'NDRPDR' and
14878            ('ETH' or 'DOT1Q') and
14879            '1T1C' and
14880            'L2BDMACLRN' and
14881            'VHOST_1024' and
14882            not 'VXLAN' and
14883            not 'IP4FWD' and
14884            not '2VM'"
14885   parameters:
14886   - "throughput"
14887   - "parent"
14888   - "tags"
14889 #  sort:
14890 #  - "VM"  # "not CFS_OPT"
14891 #  - "CFS_OPT"
14892 #  - "FIB_10K"
14893 #  - "FIB_100K"
14894 #  - "FIB_1M"
14895   traces:
14896     hoverinfo: "x+y"
14897     boxpoints: "outliers"
14898     whiskerwidth: 0
14899   layout:
14900     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14901     layout: "plot-throughput"
14902
14903 -
14904   type: "plot"
14905   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14906   algorithm: "plot_performance_box"
14907   output-file-type: ".html"
14908   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14909   data: "plot-vpp-throughput-latency-3n-hsw"
14910   filter: "'NIC_Intel-X520-DA2' and
14911            '64B' and
14912            'NDRPDR' and
14913            ('ETH' or 'DOT1Q') and
14914            '2T2C' and
14915            'L2BDMACLRN' and
14916            'VHOST_1024' and
14917            not 'VXLAN' and
14918            not 'IP4FWD' and
14919            not '2VM'"
14920   parameters:
14921   - "throughput"
14922   - "parent"
14923   - "tags"
14924 #  sort:
14925 #  - "VM"  # "not CFS_OPT"
14926 #  - "CFS_OPT"
14927 #  - "FIB_10K"
14928 #  - "FIB_100K"
14929 #  - "FIB_1M"
14930   traces:
14931     hoverinfo: "x+y"
14932     boxpoints: "outliers"
14933     whiskerwidth: 0
14934   layout:
14935     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14936     layout: "plot-throughput"
14937
14938 -
14939   type: "plot"
14940   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14941   algorithm: "plot_performance_box"
14942   output-file-type: ".html"
14943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14944   data: "plot-vpp-throughput-latency-3n-hsw"
14945   filter: "'NIC_Intel-X520-DA2' and
14946            '64B' and
14947            'NDRPDR' and
14948            ('ETH' or 'DOT1Q') and
14949            '1T1C' and
14950            'L2BDMACLRN' and
14951            'VHOST_1024' and
14952            not 'VXLAN' and
14953            not 'IP4FWD' and
14954            not '2VM'"
14955   parameters:
14956   - "throughput"
14957   - "parent"
14958   - "tags"
14959 #  sort:
14960 #  - "VM"  # "not CFS_OPT"
14961 #  - "CFS_OPT"
14962 #  - "FIB_10K"
14963 #  - "FIB_100K"
14964 #  - "FIB_1M"
14965   traces:
14966     hoverinfo: "x+y"
14967     boxpoints: "outliers"
14968     whiskerwidth: 0
14969   layout:
14970     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14971     layout: "plot-throughput"
14972
14973 -
14974   type: "plot"
14975   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14976   algorithm: "plot_performance_box"
14977   output-file-type: ".html"
14978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14979   data: "plot-vpp-throughput-latency-3n-hsw"
14980   filter: "'NIC_Intel-X520-DA2' and
14981            '64B' and
14982            'NDRPDR' and
14983            ('ETH' or 'DOT1Q') and
14984            '2T2C' and
14985            'L2BDMACLRN' and
14986            'VHOST_1024' and
14987            not 'VXLAN' and
14988            not 'IP4FWD' and
14989            not '2VM'"
14990   parameters:
14991   - "throughput"
14992   - "parent"
14993   - "tags"
14994 #  sort:
14995 #  - "VM"  # "not CFS_OPT"
14996 #  - "CFS_OPT"
14997 #  - "FIB_10K"
14998 #  - "FIB_100K"
14999 #  - "FIB_1M"
15000   traces:
15001     hoverinfo: "x+y"
15002     boxpoints: "outliers"
15003     whiskerwidth: 0
15004   layout:
15005     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
15006     layout: "plot-throughput"
15007
15008 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
15009 -
15010   type: "plot"
15011   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15012   algorithm: "plot_performance_box"
15013   output-file-type: ".html"
15014   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15015   data: "plot-vpp-throughput-latency-3n-hsw"
15016   filter: "'NIC_Intel-X520-DA2' and
15017            '64B' and
15018            'NDRPDR' and
15019            ('ETH' or 'DOT1Q') and
15020            'BASE' and
15021            '1T1C' and
15022            ('L2BDMACLRN' or 'L2XCFWD') and
15023            'VHOST_1024' and
15024            not 'VXLAN' and
15025            not 'IP4FWD' and
15026            not '2VM'"
15027   parameters:
15028   - "throughput"
15029   - "parent"
15030   - "tags"
15031 #  sort:
15032 #  - "not CFS_OPT"
15033 #  - "L2XCFWD"
15034 #  - "not CFS_OPT"
15035 #  - "CFS_OPT"
15036   traces:
15037     hoverinfo: "x+y"
15038     boxpoints: "outliers"
15039     whiskerwidth: 0
15040   layout:
15041     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
15042     layout: "plot-throughput"
15043
15044 -
15045   type: "plot"
15046   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15047   algorithm: "plot_performance_box"
15048   output-file-type: ".html"
15049   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15050   data: "plot-vpp-throughput-latency-3n-hsw"
15051   filter: "'NIC_Intel-X520-DA2' and
15052            '64B' and
15053            'NDRPDR' and
15054            ('ETH' or 'DOT1Q') and
15055            'BASE' and
15056            '1T1C' and
15057            ('L2BDMACLRN' or 'L2XCFWD') and
15058            'VHOST_1024' and
15059            not 'VXLAN' and
15060            not 'IP4FWD' and
15061            not '2VM'"
15062   parameters:
15063   - "throughput"
15064   - "parent"
15065   - "tags"
15066 #  sort:
15067 #  - "not CFS_OPT"
15068 #  - "L2XCFWD"
15069 #  - "not CFS_OPT"
15070 #  - "CFS_OPT"
15071   traces:
15072     hoverinfo: "x+y"
15073     boxpoints: "outliers"
15074     whiskerwidth: 0
15075   layout:
15076     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
15077     layout: "plot-throughput"
15078
15079 -
15080   type: "plot"
15081   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15082   algorithm: "plot_performance_box"
15083   output-file-type: ".html"
15084   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15085   data: "plot-vpp-throughput-latency-3n-hsw"
15086   filter: "'NIC_Intel-X520-DA2' and
15087            '64B' and
15088            'NDRPDR' and
15089            ('ETH' or 'DOT1Q') and
15090            'BASE' and
15091            '2T2C' and
15092            ('L2BDMACLRN' or 'L2XCFWD') and
15093            'VHOST_1024' and
15094            not 'VXLAN' and
15095            not 'IP4FWD' and
15096            not '2VM'"
15097   parameters:
15098   - "throughput"
15099   - "parent"
15100   - "tags"
15101 #  sort:
15102 #  - "not CFS_OPT"
15103 #  - "L2XCFWD"
15104 #  - "not CFS_OPT"
15105 #  - "CFS_OPT"
15106   traces:
15107     hoverinfo: "x+y"
15108     boxpoints: "outliers"
15109     whiskerwidth: 0
15110   layout:
15111     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
15112     layout: "plot-throughput"
15113
15114 -
15115   type: "plot"
15116   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15117   algorithm: "plot_performance_box"
15118   output-file-type: ".html"
15119   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15120   data: "plot-vpp-throughput-latency-3n-hsw"
15121   filter: "'NIC_Intel-X520-DA2' and
15122            '64B' and
15123            'NDRPDR' and
15124            ('ETH' or 'DOT1Q') and
15125            'BASE' and
15126            '2T2C' and
15127            ('L2BDMACLRN' or 'L2XCFWD') and
15128            'VHOST_1024' and
15129            not 'VXLAN' and
15130            not 'IP4FWD' and
15131            not '2VM'"
15132   parameters:
15133   - "throughput"
15134   - "parent"
15135   - "tags"
15136 #  sort:
15137 #  - "not CFS_OPT"
15138 #  - "L2XCFWD"
15139 #  - "not CFS_OPT"
15140 #  - "CFS_OPT"
15141   traces:
15142     hoverinfo: "x+y"
15143     boxpoints: "outliers"
15144     whiskerwidth: 0
15145   layout:
15146     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
15147     layout: "plot-throughput"
15148
15149 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15150 -
15151   type: "plot"
15152   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15153   algorithm: "plot_performance_box"
15154   output-file-type: ".html"
15155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15156   data: "plot-vpp-throughput-latency-3n-hsw"
15157   filter: "'NIC_Intel-X520-DA2' and
15158            '64B' and
15159            'NDRPDR' and
15160            ('ETH' or 'DOT1Q') and
15161            '1T1C' and
15162            ('L2BDMACLRN' or 'L2XCFWD') and
15163            'VHOST_1024' and
15164            not 'CFS_OPT' and
15165            not 'VXLAN' and
15166            not 'IP4FWD' and
15167            not 'LBOND'"
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-x520-64b-1t1c-base-vm-ndr"
15183     layout: "plot-throughput"
15184
15185 -
15186   type: "plot"
15187   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15188   algorithm: "plot_performance_box"
15189   output-file-type: ".html"
15190   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15191   data: "plot-vpp-throughput-latency-3n-hsw"
15192   filter: "'NIC_Intel-X520-DA2' and
15193            '64B' and
15194            'NDRPDR' and
15195            ('ETH' or 'DOT1Q') and
15196            '1T1C' and
15197            ('L2BDMACLRN' or 'L2XCFWD') and
15198            'VHOST_1024' and
15199            not 'CFS_OPT' and
15200            not 'VXLAN' and
15201            not 'IP4FWD' and
15202            not 'LBOND'"
15203   parameters:
15204   - "throughput"
15205   - "parent"
15206   - "tags"
15207 #  sort:
15208 #  - "1VM"
15209 #  - "L2XCFWD"
15210 #  - "1VM"
15211 #  - "L2BDMACLRN"
15212   traces:
15213     hoverinfo: "x+y"
15214     boxpoints: "outliers"
15215     whiskerwidth: 0
15216   layout:
15217     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15218     layout: "plot-throughput"
15219
15220 -
15221   type: "plot"
15222   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15223   algorithm: "plot_performance_box"
15224   output-file-type: ".html"
15225   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15226   data: "plot-vpp-throughput-latency-3n-hsw"
15227   filter: "'NIC_Intel-X520-DA2' and
15228            '64B' and
15229            'NDRPDR' and
15230            ('ETH' or 'DOT1Q') and
15231            '2T2C' and
15232            ('L2BDMACLRN' or 'L2XCFWD') and
15233            'VHOST_1024' and
15234            not 'CFS_OPT' and
15235            not 'VXLAN' and
15236            not 'IP4FWD' and
15237            not 'LBOND'"
15238   parameters:
15239   - "throughput"
15240   - "parent"
15241   - "tags"
15242 #  sort:
15243 #  - "1VM"
15244 #  - "L2XCFWD"
15245 #  - "1VM"
15246 #  - "L2BDMACLRN"
15247   traces:
15248     hoverinfo: "x+y"
15249     boxpoints: "outliers"
15250     whiskerwidth: 0
15251   layout:
15252     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15253     layout: "plot-throughput"
15254
15255 -
15256   type: "plot"
15257   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15258   algorithm: "plot_performance_box"
15259   output-file-type: ".html"
15260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15261   data: "plot-vpp-throughput-latency-3n-hsw"
15262   filter: "'NIC_Intel-X520-DA2' and
15263            '64B' and
15264            'NDRPDR' and
15265            ('ETH' or 'DOT1Q') and
15266            '2T2C' and
15267            ('L2BDMACLRN' or 'L2XCFWD') and
15268            'VHOST_1024' and
15269            not 'CFS_OPT' and
15270            not 'VXLAN' and
15271            not 'IP4FWD' and
15272            not 'LBOND'"
15273   parameters:
15274   - "throughput"
15275   - "parent"
15276   - "tags"
15277 #  sort:
15278 #  - "1VM"
15279 #  - "L2XCFWD"
15280 #  - "1VM"
15281 #  - "L2BDMACLRN"
15282   traces:
15283     hoverinfo: "x+y"
15284     boxpoints: "outliers"
15285     whiskerwidth: 0
15286   layout:
15287     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15288     layout: "plot-throughput"
15289
15290 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15291 -
15292   type: "plot"
15293   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15294   algorithm: "plot_performance_box"
15295   output-file-type: ".html"
15296   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15297   data: "plot-vpp-throughput-latency-3n-hsw"
15298   filter: "'NIC_Intel-X710' and
15299            '64B' and
15300            'NDRPDR' and
15301            'ETH' and
15302            'IP4FWD' and
15303            '1T1C' and
15304            'VHOST_1024' and
15305            not 'VXLAN' and
15306            not 'DOT1Q'"
15307   parameters:
15308   - "throughput"
15309   - "parent"
15310   - "tags"
15311   sort:
15312   - "not CFS_OPT"
15313   - "1VM"
15314   - "2VM"
15315   traces:
15316     hoverinfo: "x+y"
15317     boxpoints: "outliers"
15318     whiskerwidth: 0
15319   layout:
15320     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15321     layout: "plot-throughput"
15322
15323 -
15324   type: "plot"
15325   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15326   algorithm: "plot_performance_box"
15327   output-file-type: ".html"
15328   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15329   data: "plot-vpp-throughput-latency-3n-hsw"
15330   filter: "'NIC_Intel-X710' and
15331            '64B' and
15332            'NDRPDR' and
15333            'ETH' and
15334            'IP4FWD' and
15335            '2T2C' and
15336            'VHOST_1024' and
15337            not 'VXLAN' and
15338            not 'DOT1Q'"
15339   parameters:
15340   - "throughput"
15341   - "parent"
15342   - "tags"
15343   sort:
15344   - "not CFS_OPT"
15345   - "1VM"
15346   - "2VM"
15347   traces:
15348     hoverinfo: "x+y"
15349     boxpoints: "outliers"
15350     whiskerwidth: 0
15351   layout:
15352     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15353     layout: "plot-throughput"
15354
15355 -
15356   type: "plot"
15357   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15358   algorithm: "plot_performance_box"
15359   output-file-type: ".html"
15360   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15361   data: "plot-vpp-throughput-latency-3n-hsw"
15362   filter: "'NIC_Intel-X710' and
15363            '64B' and
15364            'NDRPDR' and
15365            'ETH' and
15366            'IP4FWD' and
15367            '1T1C' and
15368            'VHOST_1024' and
15369            not 'VXLAN' and
15370            not 'DOT1Q'"
15371   parameters:
15372   - "throughput"
15373   - "parent"
15374   - "tags"
15375   sort:
15376   - "not CFS_OPT"
15377   - "1VM"
15378   - "2VM"
15379   traces:
15380     hoverinfo: "x+y"
15381     boxpoints: "outliers"
15382     whiskerwidth: 0
15383   layout:
15384     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15385     layout: "plot-throughput"
15386
15387 -
15388   type: "plot"
15389   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15390   algorithm: "plot_performance_box"
15391   output-file-type: ".html"
15392   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15393   data: "plot-vpp-throughput-latency-3n-hsw"
15394   filter: "'NIC_Intel-X710' and
15395            '64B' and
15396            'NDRPDR' and
15397            'ETH' and
15398            'IP4FWD' and
15399            '2T2C' and
15400            'VHOST_1024' and
15401            not 'VXLAN' and
15402            not 'DOT1Q'"
15403   parameters:
15404   - "throughput"
15405   - "parent"
15406   - "tags"
15407   sort:
15408   - "not CFS_OPT"
15409   - "1VM"
15410   - "2VM"
15411   traces:
15412     hoverinfo: "x+y"
15413     boxpoints: "outliers"
15414     whiskerwidth: 0
15415   layout:
15416     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15417     layout: "plot-throughput"
15418
15419 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
15420 -
15421   type: "plot"
15422   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15423   algorithm: "plot_performance_box"
15424   output-file-type: ".html"
15425   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15426   data: "plot-vpp-throughput-latency-3n-hsw"
15427   filter: "'NIC_Intel-X710' and
15428            '64B' and
15429            'NDRPDR' and
15430            ('ETH' or 'DOT1Q') and
15431            '1T1C' and
15432            'L2BDMACLRN' and
15433            'VHOST_1024' and
15434            not 'VXLAN' and
15435            not 'IP4FWD' and
15436            not '2VM'"
15437   parameters:
15438   - "throughput"
15439   - "parent"
15440   - "tags"
15441 #  sort:
15442 #  - "VM"  # "not CFS_OPT"
15443 #  - "CFS_OPT"
15444 #  - "FIB_10K"
15445 #  - "FIB_100K"
15446 #  - "FIB_1M"
15447   traces:
15448     hoverinfo: "x+y"
15449     boxpoints: "outliers"
15450     whiskerwidth: 0
15451   layout:
15452     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15453     layout: "plot-throughput"
15454
15455 -
15456   type: "plot"
15457   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15458   algorithm: "plot_performance_box"
15459   output-file-type: ".html"
15460   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15461   data: "plot-vpp-throughput-latency-3n-hsw"
15462   filter: "'NIC_Intel-X710' and
15463            '64B' and
15464            'NDRPDR' and
15465            ('ETH' or 'DOT1Q') and
15466            '2T2C' and
15467            'L2BDMACLRN' and
15468            'VHOST_1024' and
15469            not 'VXLAN' and
15470            not 'IP4FWD' and
15471            not '2VM'"
15472   parameters:
15473   - "throughput"
15474   - "parent"
15475   - "tags"
15476 #  sort:
15477 #  - "VM"  # "not CFS_OPT"
15478 #  - "CFS_OPT"
15479 #  - "FIB_10K"
15480 #  - "FIB_100K"
15481 #  - "FIB_1M"
15482   traces:
15483     hoverinfo: "x+y"
15484     boxpoints: "outliers"
15485     whiskerwidth: 0
15486   layout:
15487     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15488     layout: "plot-throughput"
15489
15490 -
15491   type: "plot"
15492   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15493   algorithm: "plot_performance_box"
15494   output-file-type: ".html"
15495   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15496   data: "plot-vpp-throughput-latency-3n-hsw"
15497   filter: "'NIC_Intel-X710' and
15498            '64B' and
15499            'NDRPDR' and
15500            ('ETH' or 'DOT1Q') and
15501            '1T1C' and
15502            'L2BDMACLRN' and
15503            'VHOST_1024' and
15504            not 'VXLAN' and
15505            not 'IP4FWD' and
15506            not '2VM'"
15507   parameters:
15508   - "throughput"
15509   - "parent"
15510   - "tags"
15511 #  sort:
15512 #  - "VM"  # "not CFS_OPT"
15513 #  - "CFS_OPT"
15514 #  - "FIB_10K"
15515 #  - "FIB_100K"
15516 #  - "FIB_1M"
15517   traces:
15518     hoverinfo: "x+y"
15519     boxpoints: "outliers"
15520     whiskerwidth: 0
15521   layout:
15522     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15523     layout: "plot-throughput"
15524
15525 -
15526   type: "plot"
15527   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15528   algorithm: "plot_performance_box"
15529   output-file-type: ".html"
15530   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15531   data: "plot-vpp-throughput-latency-3n-hsw"
15532   filter: "'NIC_Intel-X710' and
15533            '64B' and
15534            'NDRPDR' and
15535            ('ETH' or 'DOT1Q') and
15536            '2T2C' and
15537            'L2BDMACLRN' and
15538            'VHOST_1024' and
15539            not 'VXLAN' and
15540            not 'IP4FWD' and
15541            not '2VM'"
15542   parameters:
15543   - "throughput"
15544   - "parent"
15545   - "tags"
15546 #  sort:
15547 #  - "VM"  # "not CFS_OPT"
15548 #  - "CFS_OPT"
15549 #  - "FIB_10K"
15550 #  - "FIB_100K"
15551 #  - "FIB_1M"
15552   traces:
15553     hoverinfo: "x+y"
15554     boxpoints: "outliers"
15555     whiskerwidth: 0
15556   layout:
15557     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15558     layout: "plot-throughput"
15559
15560 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15561 -
15562   type: "plot"
15563   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15564   algorithm: "plot_performance_box"
15565   output-file-type: ".html"
15566   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15567   data: "plot-vpp-throughput-latency-3n-hsw"
15568   filter: "'NIC_Intel-X710' and
15569            '64B' and
15570            'NDRPDR' and
15571            ('ETH' or 'DOT1Q') and
15572            'BASE' and
15573            '1T1C' and
15574            ('L2BDMACLRN' or 'L2XCFWD') and
15575            'VHOST_1024' and
15576            not 'VXLAN' and
15577            not 'IP4FWD' and
15578            not '2VM'"
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-hsw-x710-64b-1t1c-base-ndr"
15594     layout: "plot-throughput"
15595
15596 -
15597   type: "plot"
15598   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15599   algorithm: "plot_performance_box"
15600   output-file-type: ".html"
15601   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15602   data: "plot-vpp-throughput-latency-3n-hsw"
15603   filter: "'NIC_Intel-X710' and
15604            '64B' and
15605            'NDRPDR' and
15606            ('ETH' or 'DOT1Q') and
15607            'BASE' and
15608            '1T1C' and
15609            ('L2BDMACLRN' or 'L2XCFWD') and
15610            'VHOST_1024' and
15611            not 'VXLAN' and
15612            not 'IP4FWD' and
15613            not '2VM'"
15614   parameters:
15615   - "throughput"
15616   - "parent"
15617   - "tags"
15618 #  sort:
15619 #  - "not CFS_OPT"
15620 #  - "L2XCFWD"
15621 #  - "not CFS_OPT"
15622 #  - "CFS_OPT"
15623   traces:
15624     hoverinfo: "x+y"
15625     boxpoints: "outliers"
15626     whiskerwidth: 0
15627   layout:
15628     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15629     layout: "plot-throughput"
15630
15631 -
15632   type: "plot"
15633   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15634   algorithm: "plot_performance_box"
15635   output-file-type: ".html"
15636   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15637   data: "plot-vpp-throughput-latency-3n-hsw"
15638   filter: "'NIC_Intel-X710' and
15639            '64B' and
15640            'NDRPDR' and
15641            ('ETH' or 'DOT1Q') and
15642            'BASE' and
15643            '2T2C' and
15644            ('L2BDMACLRN' or 'L2XCFWD') and
15645            'VHOST_1024' and
15646            not 'VXLAN' and
15647            not 'IP4FWD' and
15648            not '2VM'"
15649   parameters:
15650   - "throughput"
15651   - "parent"
15652   - "tags"
15653 #  sort:
15654 #  - "not CFS_OPT"
15655 #  - "L2XCFWD"
15656 #  - "not CFS_OPT"
15657 #  - "CFS_OPT"
15658   traces:
15659     hoverinfo: "x+y"
15660     boxpoints: "outliers"
15661     whiskerwidth: 0
15662   layout:
15663     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15664     layout: "plot-throughput"
15665
15666 -
15667   type: "plot"
15668   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15669   algorithm: "plot_performance_box"
15670   output-file-type: ".html"
15671   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15672   data: "plot-vpp-throughput-latency-3n-hsw"
15673   filter: "'NIC_Intel-X710' and
15674            '64B' and
15675            'NDRPDR' and
15676            ('ETH' or 'DOT1Q') and
15677            'BASE' and
15678            '2T2C' and
15679            ('L2BDMACLRN' or 'L2XCFWD') and
15680            'VHOST_1024' and
15681            not 'VXLAN' and
15682            not 'IP4FWD' and
15683            not '2VM'"
15684   parameters:
15685   - "throughput"
15686   - "parent"
15687   - "tags"
15688 #  sort:
15689 #  - "not CFS_OPT"
15690 #  - "L2XCFWD"
15691 #  - "not CFS_OPT"
15692 #  - "CFS_OPT"
15693   traces:
15694     hoverinfo: "x+y"
15695     boxpoints: "outliers"
15696     whiskerwidth: 0
15697   layout:
15698     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15699     layout: "plot-throughput"
15700
15701 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15702 -
15703   type: "plot"
15704   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15705   algorithm: "plot_performance_box"
15706   output-file-type: ".html"
15707   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15708   data: "plot-vpp-throughput-latency-3n-hsw"
15709   filter: "'NIC_Intel-X710' and
15710            '64B' and
15711            'NDRPDR' and
15712            ('ETH' or 'DOT1Q') and
15713            '1T1C' and
15714            ('L2BDMACLRN' or 'L2XCFWD') and
15715            'VHOST_1024' and
15716            not 'CFS_OPT' and
15717            not 'VXLAN' and
15718            not 'IP4FWD' and
15719            not 'LBOND'"
15720   parameters:
15721   - "throughput"
15722   - "parent"
15723   - "tags"
15724 #  sort:
15725 #  - "1VM"
15726 #  - "L2XCFWD"
15727 #  - "1VM"
15728 #  - "L2BDMACLRN"
15729   traces:
15730     hoverinfo: "x+y"
15731     boxpoints: "outliers"
15732     whiskerwidth: 0
15733   layout:
15734     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15735     layout: "plot-throughput"
15736
15737 -
15738   type: "plot"
15739   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15740   algorithm: "plot_performance_box"
15741   output-file-type: ".html"
15742   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15743   data: "plot-vpp-throughput-latency-3n-hsw"
15744   filter: "'NIC_Intel-X710' and
15745            '64B' and
15746            'NDRPDR' and
15747            ('ETH' or 'DOT1Q') and
15748            '1T1C' and
15749            ('L2BDMACLRN' or 'L2XCFWD') and
15750            'VHOST_1024' and
15751            not 'CFS_OPT' and
15752            not 'VXLAN' and
15753            not 'IP4FWD' and
15754            not 'LBOND'"
15755   parameters:
15756   - "throughput"
15757   - "parent"
15758   - "tags"
15759 #  sort:
15760 #  - "1VM"
15761 #  - "L2XCFWD"
15762 #  - "1VM"
15763 #  - "L2BDMACLRN"
15764   traces:
15765     hoverinfo: "x+y"
15766     boxpoints: "outliers"
15767     whiskerwidth: 0
15768   layout:
15769     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15770     layout: "plot-throughput"
15771
15772 -
15773   type: "plot"
15774   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15775   algorithm: "plot_performance_box"
15776   output-file-type: ".html"
15777   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15778   data: "plot-vpp-throughput-latency-3n-hsw"
15779   filter: "'NIC_Intel-X710' and
15780            '64B' and
15781            'NDRPDR' and
15782            ('ETH' or 'DOT1Q') and
15783            '2T2C' and
15784            ('L2BDMACLRN' or 'L2XCFWD') and
15785            'VHOST_1024' and
15786            not 'CFS_OPT' and
15787            not 'VXLAN' and
15788            not 'IP4FWD' and
15789            not 'LBOND'"
15790   parameters:
15791   - "throughput"
15792   - "parent"
15793   - "tags"
15794 #  sort:
15795 #  - "1VM"
15796 #  - "L2XCFWD"
15797 #  - "1VM"
15798 #  - "L2BDMACLRN"
15799   traces:
15800     hoverinfo: "x+y"
15801     boxpoints: "outliers"
15802     whiskerwidth: 0
15803   layout:
15804     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15805     layout: "plot-throughput"
15806
15807 -
15808   type: "plot"
15809   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15810   algorithm: "plot_performance_box"
15811   output-file-type: ".html"
15812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15813   data: "plot-vpp-throughput-latency-3n-hsw"
15814   filter: "'NIC_Intel-X710' and
15815            '64B' and
15816            'NDRPDR' and
15817            ('ETH' or 'DOT1Q') and
15818            '2T2C' and
15819            ('L2BDMACLRN' or 'L2XCFWD') and
15820            'VHOST_1024' and
15821            not 'CFS_OPT' and
15822            not 'VXLAN' and
15823            not 'IP4FWD' and
15824            not 'LBOND'"
15825   parameters:
15826   - "throughput"
15827   - "parent"
15828   - "tags"
15829 #  sort:
15830 #  - "1VM"
15831 #  - "L2XCFWD"
15832 #  - "1VM"
15833 #  - "L2BDMACLRN"
15834   traces:
15835     hoverinfo: "x+y"
15836     boxpoints: "outliers"
15837     whiskerwidth: 0
15838   layout:
15839     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15840     layout: "plot-throughput"
15841
15842 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
15843 -
15844   type: "plot"
15845   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15846   algorithm: "plot_performance_box"
15847   output-file-type: ".html"
15848   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15849   data: "plot-vpp-throughput-latency-3n-hsw"
15850   filter: "'NIC_Intel-XL710' and
15851            '64B' and
15852            'NDRPDR' and
15853            'ETH' and
15854            'IP4FWD' and
15855            '1T1C' and
15856            'VHOST_1024' and
15857            not 'VXLAN' and
15858            not 'DOT1Q'"
15859   parameters:
15860   - "throughput"
15861   - "parent"
15862   - "tags"
15863   sort:
15864   - "not CFS_OPT"
15865   - "1VM"
15866   - "2VM"
15867   traces:
15868     hoverinfo: "x+y"
15869     boxpoints: "outliers"
15870     whiskerwidth: 0
15871   layout:
15872     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15873     layout: "plot-throughput"
15874
15875 -
15876   type: "plot"
15877   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15878   algorithm: "plot_performance_box"
15879   output-file-type: ".html"
15880   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15881   data: "plot-vpp-throughput-latency-3n-hsw"
15882   filter: "'NIC_Intel-XL710' and
15883            '64B' and
15884            'NDRPDR' and
15885            'ETH' and
15886            'IP4FWD' and
15887            '2T2C' and
15888            'VHOST_1024' and
15889            not 'VXLAN' and
15890            not 'DOT1Q'"
15891   parameters:
15892   - "throughput"
15893   - "parent"
15894   - "tags"
15895   sort:
15896   - "not CFS_OPT"
15897   - "1VM"
15898   - "2VM"
15899   traces:
15900     hoverinfo: "x+y"
15901     boxpoints: "outliers"
15902     whiskerwidth: 0
15903   layout:
15904     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15905     layout: "plot-throughput"
15906
15907 -
15908   type: "plot"
15909   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15910   algorithm: "plot_performance_box"
15911   output-file-type: ".html"
15912   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15913   data: "plot-vpp-throughput-latency-3n-hsw"
15914   filter: "'NIC_Intel-XL710' and
15915            '64B' and
15916            'NDRPDR' and
15917            'ETH' and
15918            'IP4FWD' and
15919            '1T1C' and
15920            'VHOST_1024' and
15921            not 'VXLAN' and
15922            not 'DOT1Q'"
15923   parameters:
15924   - "throughput"
15925   - "parent"
15926   - "tags"
15927   sort:
15928   - "not CFS_OPT"
15929   - "1VM"
15930   - "2VM"
15931   traces:
15932     hoverinfo: "x+y"
15933     boxpoints: "outliers"
15934     whiskerwidth: 0
15935   layout:
15936     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15937     layout: "plot-throughput"
15938
15939 -
15940   type: "plot"
15941   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15942   algorithm: "plot_performance_box"
15943   output-file-type: ".html"
15944   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15945   data: "plot-vpp-throughput-latency-3n-hsw"
15946   filter: "'NIC_Intel-XL710' and
15947            '64B' and
15948            'NDRPDR' and
15949            'ETH' and
15950            'IP4FWD' and
15951            '2T2C' and
15952            'VHOST_1024' and
15953            not 'VXLAN' and
15954            not 'DOT1Q'"
15955   parameters:
15956   - "throughput"
15957   - "parent"
15958   - "tags"
15959   sort:
15960   - "not CFS_OPT"
15961   - "1VM"
15962   - "2VM"
15963   traces:
15964     hoverinfo: "x+y"
15965     boxpoints: "outliers"
15966     whiskerwidth: 0
15967   layout:
15968     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15969     layout: "plot-throughput"
15970
15971 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15972 -
15973   type: "plot"
15974   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15975   algorithm: "plot_performance_box"
15976   output-file-type: ".html"
15977   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15978   data: "plot-vpp-throughput-latency-3n-hsw"
15979   filter: "'NIC_Intel-XL710' and
15980            '64B' and
15981            'NDRPDR' and
15982            ('ETH' or 'DOT1Q') and
15983            '1T1C' and
15984            'L2BDMACLRN' and
15985            'VHOST_1024' and
15986            not 'VXLAN' and
15987            not 'IP4FWD' and
15988            not '2VM'"
15989   parameters:
15990   - "throughput"
15991   - "parent"
15992   - "tags"
15993 #  sort:
15994 #  - "VM"  # "not CFS_OPT"
15995 #  - "CFS_OPT"
15996 #  - "FIB_10K"
15997 #  - "FIB_100K"
15998 #  - "FIB_1M"
15999   traces:
16000     hoverinfo: "x+y"
16001     boxpoints: "outliers"
16002     whiskerwidth: 0
16003   layout:
16004     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16005     layout: "plot-throughput"
16006
16007 -
16008   type: "plot"
16009   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16010   algorithm: "plot_performance_box"
16011   output-file-type: ".html"
16012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16013   data: "plot-vpp-throughput-latency-3n-hsw"
16014   filter: "'NIC_Intel-XL710' and
16015            '64B' and
16016            'NDRPDR' and
16017            ('ETH' or 'DOT1Q') and
16018            '2T2C' and
16019            'L2BDMACLRN' and
16020            'VHOST_1024' and
16021            not 'VXLAN' and
16022            not 'IP4FWD' and
16023            not '2VM'"
16024   parameters:
16025   - "throughput"
16026   - "parent"
16027   - "tags"
16028 #  sort:
16029 #  - "VM"  # "not CFS_OPT"
16030 #  - "CFS_OPT"
16031 #  - "FIB_10K"
16032 #  - "FIB_100K"
16033 #  - "FIB_1M"
16034   traces:
16035     hoverinfo: "x+y"
16036     boxpoints: "outliers"
16037     whiskerwidth: 0
16038   layout:
16039     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16040     layout: "plot-throughput"
16041
16042 -
16043   type: "plot"
16044   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16045   algorithm: "plot_performance_box"
16046   output-file-type: ".html"
16047   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16048   data: "plot-vpp-throughput-latency-3n-hsw"
16049   filter: "'NIC_Intel-XL710' and
16050            '64B' and
16051            'NDRPDR' and
16052            ('ETH' or 'DOT1Q') and
16053            '1T1C' and
16054            'L2BDMACLRN' and
16055            'VHOST_1024' and
16056            not 'VXLAN' and
16057            not 'IP4FWD' and
16058            not '2VM'"
16059   parameters:
16060   - "throughput"
16061   - "parent"
16062   - "tags"
16063 #  sort:
16064 #  - "VM"  # "not CFS_OPT"
16065 #  - "CFS_OPT"
16066 #  - "FIB_10K"
16067 #  - "FIB_100K"
16068 #  - "FIB_1M"
16069   traces:
16070     hoverinfo: "x+y"
16071     boxpoints: "outliers"
16072     whiskerwidth: 0
16073   layout:
16074     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
16075     layout: "plot-throughput"
16076
16077 -
16078   type: "plot"
16079   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16080   algorithm: "plot_performance_box"
16081   output-file-type: ".html"
16082   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16083   data: "plot-vpp-throughput-latency-3n-hsw"
16084   filter: "'NIC_Intel-XL710' and
16085            '64B' and
16086            'NDRPDR' and
16087            ('ETH' or 'DOT1Q') and
16088            '2T2C' and
16089            'L2BDMACLRN' and
16090            'VHOST_1024' and
16091            not 'VXLAN' and
16092            not 'IP4FWD' and
16093            not '2VM'"
16094   parameters:
16095   - "throughput"
16096   - "parent"
16097   - "tags"
16098 #  sort:
16099 #  - "VM"  # "not CFS_OPT"
16100 #  - "CFS_OPT"
16101 #  - "FIB_10K"
16102 #  - "FIB_100K"
16103 #  - "FIB_1M"
16104   traces:
16105     hoverinfo: "x+y"
16106     boxpoints: "outliers"
16107     whiskerwidth: 0
16108   layout:
16109     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
16110     layout: "plot-throughput"
16111
16112 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
16113 -
16114   type: "plot"
16115   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16116   algorithm: "plot_performance_box"
16117   output-file-type: ".html"
16118   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16119   data: "plot-vpp-throughput-latency-3n-hsw"
16120   filter: "'NIC_Intel-XL710' and
16121            '64B' and
16122            'NDRPDR' and
16123            ('ETH' or 'DOT1Q') and
16124            'BASE' and
16125            '1T1C' and
16126            ('L2BDMACLRN' or 'L2XCFWD') and
16127            'VHOST_1024' and
16128            not 'VXLAN' and
16129            not 'IP4FWD' and
16130            not '2VM'"
16131   parameters:
16132   - "throughput"
16133   - "parent"
16134   - "tags"
16135 #  sort:
16136 #  - "not CFS_OPT"
16137 #  - "L2XCFWD"
16138 #  - "not CFS_OPT"
16139 #  - "CFS_OPT"
16140   traces:
16141     hoverinfo: "x+y"
16142     boxpoints: "outliers"
16143     whiskerwidth: 0
16144   layout:
16145     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
16146     layout: "plot-throughput"
16147
16148 -
16149   type: "plot"
16150   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16151   algorithm: "plot_performance_box"
16152   output-file-type: ".html"
16153   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16154   data: "plot-vpp-throughput-latency-3n-hsw"
16155   filter: "'NIC_Intel-XL710' and
16156            '64B' and
16157            'NDRPDR' and
16158            ('ETH' or 'DOT1Q') and
16159            'BASE' and
16160            '1T1C' and
16161            ('L2BDMACLRN' or 'L2XCFWD') and
16162            'VHOST_1024' and
16163            not 'VXLAN' and
16164            not 'IP4FWD' and
16165            not '2VM'"
16166   parameters:
16167   - "throughput"
16168   - "parent"
16169   - "tags"
16170 #  sort:
16171 #  - "not CFS_OPT"
16172 #  - "L2XCFWD"
16173 #  - "not CFS_OPT"
16174 #  - "CFS_OPT"
16175   traces:
16176     hoverinfo: "x+y"
16177     boxpoints: "outliers"
16178     whiskerwidth: 0
16179   layout:
16180     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16181     layout: "plot-throughput"
16182
16183 -
16184   type: "plot"
16185   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16186   algorithm: "plot_performance_box"
16187   output-file-type: ".html"
16188   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16189   data: "plot-vpp-throughput-latency-3n-hsw"
16190   filter: "'NIC_Intel-XL710' and
16191            '64B' and
16192            'NDRPDR' and
16193            ('ETH' or 'DOT1Q') and
16194            'BASE' and
16195            '2T2C' and
16196            ('L2BDMACLRN' or 'L2XCFWD') and
16197            'VHOST_1024' and
16198            not 'VXLAN' and
16199            not 'IP4FWD' and
16200            not '2VM'"
16201   parameters:
16202   - "throughput"
16203   - "parent"
16204   - "tags"
16205 #  sort:
16206 #  - "not CFS_OPT"
16207 #  - "L2XCFWD"
16208 #  - "not CFS_OPT"
16209 #  - "CFS_OPT"
16210   traces:
16211     hoverinfo: "x+y"
16212     boxpoints: "outliers"
16213     whiskerwidth: 0
16214   layout:
16215     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16216     layout: "plot-throughput"
16217
16218 -
16219   type: "plot"
16220   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16221   algorithm: "plot_performance_box"
16222   output-file-type: ".html"
16223   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16224   data: "plot-vpp-throughput-latency-3n-hsw"
16225   filter: "'NIC_Intel-XL710' and
16226            '64B' and
16227            'NDRPDR' and
16228            ('ETH' or 'DOT1Q') and
16229            'BASE' and
16230            '2T2C' and
16231            ('L2BDMACLRN' or 'L2XCFWD') and
16232            'VHOST_1024' and
16233            not 'VXLAN' and
16234            not 'IP4FWD' and
16235            not '2VM'"
16236   parameters:
16237   - "throughput"
16238   - "parent"
16239   - "tags"
16240 #  sort:
16241 #  - "not CFS_OPT"
16242 #  - "L2XCFWD"
16243 #  - "not CFS_OPT"
16244 #  - "CFS_OPT"
16245   traces:
16246     hoverinfo: "x+y"
16247     boxpoints: "outliers"
16248     whiskerwidth: 0
16249   layout:
16250     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16251     layout: "plot-throughput"
16252
16253 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
16254 -
16255   type: "plot"
16256   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16257   algorithm: "plot_performance_box"
16258   output-file-type: ".html"
16259   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16260   data: "plot-vpp-throughput-latency-3n-hsw"
16261   filter: "'NIC_Intel-XL710' and
16262            '64B' and
16263            'NDRPDR' and
16264            ('ETH' or 'DOT1Q') and
16265            '1T1C' and
16266            ('L2BDMACLRN' or 'L2XCFWD') and
16267            'VHOST_1024' and
16268            not 'CFS_OPT' and
16269            not 'VXLAN' and
16270            not 'IP4FWD'"
16271   parameters:
16272   - "throughput"
16273   - "parent"
16274   - "tags"
16275 #  sort:
16276 #  - "1VM"
16277 #  - "L2XCFWD"
16278 #  - "1VM"
16279 #  - "L2BDMACLRN"
16280   traces:
16281     hoverinfo: "x+y"
16282     boxpoints: "outliers"
16283     whiskerwidth: 0
16284   layout:
16285     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16286     layout: "plot-throughput"
16287
16288 -
16289   type: "plot"
16290   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16291   algorithm: "plot_performance_box"
16292   output-file-type: ".html"
16293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16294   data: "plot-vpp-throughput-latency-3n-hsw"
16295   filter: "'NIC_Intel-XL710' and
16296            '64B' and
16297            'NDRPDR' and
16298            ('ETH' or 'DOT1Q') and
16299            '1T1C' and
16300            ('L2BDMACLRN' or 'L2XCFWD') and
16301            'VHOST_1024' and
16302            not 'CFS_OPT' and
16303            not 'VXLAN' and
16304            not 'IP4FWD'"
16305   parameters:
16306   - "throughput"
16307   - "parent"
16308   - "tags"
16309 #  sort:
16310 #  - "1VM"
16311 #  - "L2XCFWD"
16312 #  - "1VM"
16313 #  - "L2BDMACLRN"
16314   traces:
16315     hoverinfo: "x+y"
16316     boxpoints: "outliers"
16317     whiskerwidth: 0
16318   layout:
16319     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16320     layout: "plot-throughput"
16321
16322 -
16323   type: "plot"
16324   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16325   algorithm: "plot_performance_box"
16326   output-file-type: ".html"
16327   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16328   data: "plot-vpp-throughput-latency-3n-hsw"
16329   filter: "'NIC_Intel-XL710' and
16330            '64B' and
16331            'NDRPDR' and
16332            ('ETH' or 'DOT1Q') and
16333            '2T2C' and
16334            ('L2BDMACLRN' or 'L2XCFWD') and
16335            'VHOST_1024' and
16336            not 'CFS_OPT' and
16337            not 'VXLAN' and
16338            not 'IP4FWD'"
16339   parameters:
16340   - "throughput"
16341   - "parent"
16342   - "tags"
16343 #  sort:
16344 #  - "1VM"
16345 #  - "L2XCFWD"
16346 #  - "1VM"
16347 #  - "L2BDMACLRN"
16348   traces:
16349     hoverinfo: "x+y"
16350     boxpoints: "outliers"
16351     whiskerwidth: 0
16352   layout:
16353     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16354     layout: "plot-throughput"
16355
16356 -
16357   type: "plot"
16358   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16359   algorithm: "plot_performance_box"
16360   output-file-type: ".html"
16361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16362   data: "plot-vpp-throughput-latency-3n-hsw"
16363   filter: "'NIC_Intel-XL710' and
16364            '64B' and
16365            'NDRPDR' and
16366            ('ETH' or 'DOT1Q') and
16367            '2T2C' and
16368            ('L2BDMACLRN' or 'L2XCFWD') and
16369            'VHOST_1024' and
16370            not 'CFS_OPT' and
16371            not 'VXLAN' and
16372            not 'IP4FWD'"
16373   parameters:
16374   - "throughput"
16375   - "parent"
16376   - "tags"
16377 #  sort:
16378 #  - "1VM"
16379 #  - "L2XCFWD"
16380 #  - "1VM"
16381 #  - "L2BDMACLRN"
16382   traces:
16383     hoverinfo: "x+y"
16384     boxpoints: "outliers"
16385     whiskerwidth: 0
16386   layout:
16387     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16388     layout: "plot-throughput"
16389
16390 # Packet Throughput - VPP vhost ip4 3n-skx-x710
16391 -
16392   type: "plot"
16393   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16394   algorithm: "plot_performance_box"
16395   output-file-type: ".html"
16396   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16397   data: "plot-vpp-throughput-latency-3n-skx"
16398   filter: "'NIC_Intel-X710' and
16399            '64B' and
16400            'NDRPDR' and
16401            'ETH' and
16402            'IP4FWD' and
16403            '2T1C' and
16404            'VHOST_1024' and
16405            not 'VXLAN' and
16406            not 'DOT1Q'"
16407   parameters:
16408   - "throughput"
16409   - "parent"
16410   - "tags"
16411   sort:
16412   - "not CFS_OPT"
16413   - "1VM"
16414   - "2VM"
16415   traces:
16416     hoverinfo: "x+y"
16417     boxpoints: "outliers"
16418     whiskerwidth: 0
16419   layout:
16420     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16421     layout: "plot-throughput"
16422
16423 -
16424   type: "plot"
16425   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16426   algorithm: "plot_performance_box"
16427   output-file-type: ".html"
16428   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16429   data: "plot-vpp-throughput-latency-3n-skx"
16430   filter: "'NIC_Intel-X710' and
16431            '64B' and
16432            'NDRPDR' and
16433            'ETH' and
16434            'IP4FWD' and
16435            '4T2C' and
16436            'VHOST_1024' and
16437            not 'VXLAN' and
16438            not 'DOT1Q'"
16439   parameters:
16440   - "throughput"
16441   - "parent"
16442   - "tags"
16443   sort:
16444   - "not CFS_OPT"
16445   - "1VM"
16446   - "2VM"
16447   traces:
16448     hoverinfo: "x+y"
16449     boxpoints: "outliers"
16450     whiskerwidth: 0
16451   layout:
16452     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16453     layout: "plot-throughput"
16454
16455 -
16456   type: "plot"
16457   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16458   algorithm: "plot_performance_box"
16459   output-file-type: ".html"
16460   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16461   data: "plot-vpp-throughput-latency-3n-skx"
16462   filter: "'NIC_Intel-X710' and
16463            '64B' and
16464            'NDRPDR' and
16465            'ETH' and
16466            'IP4FWD' and
16467            '2T1C' and
16468            'VHOST_1024' and
16469            not 'VXLAN' and
16470            not 'DOT1Q'"
16471   parameters:
16472   - "throughput"
16473   - "parent"
16474   - "tags"
16475   sort:
16476   - "not CFS_OPT"
16477   - "1VM"
16478   - "2VM"
16479   traces:
16480     hoverinfo: "x+y"
16481     boxpoints: "outliers"
16482     whiskerwidth: 0
16483   layout:
16484     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16485     layout: "plot-throughput"
16486
16487 -
16488   type: "plot"
16489   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16490   algorithm: "plot_performance_box"
16491   output-file-type: ".html"
16492   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16493   data: "plot-vpp-throughput-latency-3n-skx"
16494   filter: "'NIC_Intel-X710' and
16495            '64B' and
16496            'NDRPDR' and
16497            'ETH' and
16498            'IP4FWD' and
16499            '4T2C' and
16500            'VHOST_1024' and
16501            not 'VXLAN' and
16502            not 'DOT1Q'"
16503   parameters:
16504   - "throughput"
16505   - "parent"
16506   - "tags"
16507   sort:
16508   - "not CFS_OPT"
16509   - "1VM"
16510   - "2VM"
16511   traces:
16512     hoverinfo: "x+y"
16513     boxpoints: "outliers"
16514     whiskerwidth: 0
16515   layout:
16516     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16517     layout: "plot-throughput"
16518
16519 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
16520 -
16521   type: "plot"
16522   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16523   algorithm: "plot_performance_box"
16524   output-file-type: ".html"
16525   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16526   data: "plot-vpp-throughput-latency-3n-skx"
16527   filter: "'NIC_Intel-X710' and
16528            '64B' and
16529            'NDRPDR' and
16530            ('ETH' or 'DOT1Q') and
16531            '2T1C' and
16532            'L2BDMACLRN' and
16533            'VHOST_1024' and
16534            not 'VXLAN' and
16535            not 'IP4FWD' and
16536            not '2VM'"
16537   parameters:
16538   - "throughput"
16539   - "parent"
16540   - "tags"
16541 #  sort:
16542 #  - "VM"  # "not CFS_OPT"
16543 #  - "CFS_OPT"
16544 #  - "FIB_10K"
16545 #  - "FIB_100K"
16546 #  - "FIB_1M"
16547   traces:
16548     hoverinfo: "x+y"
16549     boxpoints: "outliers"
16550     whiskerwidth: 0
16551   layout:
16552     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16553     layout: "plot-throughput"
16554
16555 -
16556   type: "plot"
16557   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16558   algorithm: "plot_performance_box"
16559   output-file-type: ".html"
16560   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16561   data: "plot-vpp-throughput-latency-3n-skx"
16562   filter: "'NIC_Intel-X710' and
16563            '64B' and
16564            'NDRPDR' and
16565            ('ETH' or 'DOT1Q') and
16566            '4T2C' and
16567            'L2BDMACLRN' and
16568            'VHOST_1024' and
16569            not 'VXLAN' and
16570            not 'IP4FWD' and
16571            not '2VM'"
16572   parameters:
16573   - "throughput"
16574   - "parent"
16575   - "tags"
16576 #  sort:
16577 #  - "VM"  # "not CFS_OPT"
16578 #  - "CFS_OPT"
16579 #  - "FIB_10K"
16580 #  - "FIB_100K"
16581 #  - "FIB_1M"
16582   traces:
16583     hoverinfo: "x+y"
16584     boxpoints: "outliers"
16585     whiskerwidth: 0
16586   layout:
16587     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16588     layout: "plot-throughput"
16589
16590 -
16591   type: "plot"
16592   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16593   algorithm: "plot_performance_box"
16594   output-file-type: ".html"
16595   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16596   data: "plot-vpp-throughput-latency-3n-skx"
16597   filter: "'NIC_Intel-X710' and
16598            '64B' and
16599            'NDRPDR' and
16600            ('ETH' or 'DOT1Q') and
16601            '2T1C' and
16602            'L2BDMACLRN' and
16603            'VHOST_1024' and
16604            not 'VXLAN' and
16605            not 'IP4FWD' and
16606            not '2VM'"
16607   parameters:
16608   - "throughput"
16609   - "parent"
16610   - "tags"
16611 #  sort:
16612 #  - "VM"  # "not CFS_OPT"
16613 #  - "CFS_OPT"
16614 #  - "FIB_10K"
16615 #  - "FIB_100K"
16616 #  - "FIB_1M"
16617   traces:
16618     hoverinfo: "x+y"
16619     boxpoints: "outliers"
16620     whiskerwidth: 0
16621   layout:
16622     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16623     layout: "plot-throughput"
16624
16625 -
16626   type: "plot"
16627   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16628   algorithm: "plot_performance_box"
16629   output-file-type: ".html"
16630   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16631   data: "plot-vpp-throughput-latency-3n-skx"
16632   filter: "'NIC_Intel-X710' and
16633            '64B' and
16634            'NDRPDR' and
16635            ('ETH' or 'DOT1Q') and
16636            '4T2C' and
16637            'L2BDMACLRN' and
16638            'VHOST_1024' and
16639            not 'VXLAN' and
16640            not 'IP4FWD' and
16641            not '2VM'"
16642   parameters:
16643   - "throughput"
16644   - "parent"
16645   - "tags"
16646 #  sort:
16647 #  - "VM"  # "not CFS_OPT"
16648 #  - "CFS_OPT"
16649 #  - "FIB_10K"
16650 #  - "FIB_100K"
16651 #  - "FIB_1M"
16652   traces:
16653     hoverinfo: "x+y"
16654     boxpoints: "outliers"
16655     whiskerwidth: 0
16656   layout:
16657     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16658     layout: "plot-throughput"
16659
16660 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
16661 -
16662   type: "plot"
16663   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16664   algorithm: "plot_performance_box"
16665   output-file-type: ".html"
16666   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16667   data: "plot-vpp-throughput-latency-3n-skx"
16668   filter: "'NIC_Intel-X710' and
16669            '64B' and
16670            'NDRPDR' and
16671            ('ETH' or 'DOT1Q') and
16672            'BASE' and
16673            '2T1C' and
16674            ('L2BDMACLRN' or 'L2XCFWD') and
16675            'VHOST_1024' and
16676            not 'VXLAN' and
16677            not 'IP4FWD' and
16678            not '2VM' and
16679            not 'LBOND'"
16680   parameters:
16681   - "throughput"
16682   - "parent"
16683   - "tags"
16684 #  sort:
16685 #  - "not CFS_OPT"
16686 #  - "L2XCFWD"
16687 #  - "not CFS_OPT"
16688 #  - "CFS_OPT"
16689   traces:
16690     hoverinfo: "x+y"
16691     boxpoints: "outliers"
16692     whiskerwidth: 0
16693   layout:
16694     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16695     layout: "plot-throughput"
16696
16697 -
16698   type: "plot"
16699   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16700   algorithm: "plot_performance_box"
16701   output-file-type: ".html"
16702   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16703   data: "plot-vpp-throughput-latency-3n-skx"
16704   filter: "'NIC_Intel-X710' and
16705            '64B' and
16706            'NDRPDR' and
16707            ('ETH' or 'DOT1Q') and
16708            'BASE' and
16709            '2T1C' and
16710            ('L2BDMACLRN' or 'L2XCFWD') and
16711            'VHOST_1024' and
16712            not 'VXLAN' and
16713            not 'IP4FWD' and
16714            not '2VM' and
16715            not 'LBOND'"
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-3n-skx-x710-64b-2t1c-base-pdr"
16731     layout: "plot-throughput"
16732
16733 -
16734   type: "plot"
16735   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16736   algorithm: "plot_performance_box"
16737   output-file-type: ".html"
16738   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16739   data: "plot-vpp-throughput-latency-3n-skx"
16740   filter: "'NIC_Intel-X710' 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' and
16751            not 'LBOND'"
16752   parameters:
16753   - "throughput"
16754   - "parent"
16755   - "tags"
16756 #  sort:
16757 #  - "not CFS_OPT"
16758 #  - "L2XCFWD"
16759 #  - "not CFS_OPT"
16760 #  - "CFS_OPT"
16761   traces:
16762     hoverinfo: "x+y"
16763     boxpoints: "outliers"
16764     whiskerwidth: 0
16765   layout:
16766     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16767     layout: "plot-throughput"
16768
16769 -
16770   type: "plot"
16771   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16772   algorithm: "plot_performance_box"
16773   output-file-type: ".html"
16774   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16775   data: "plot-vpp-throughput-latency-3n-skx"
16776   filter: "'NIC_Intel-X710' and
16777            '64B' and
16778            'NDRPDR' and
16779            ('ETH' or 'DOT1Q') and
16780            'BASE' and
16781            '4T2C' and
16782            ('L2BDMACLRN' or 'L2XCFWD') and
16783            'VHOST_1024' and
16784            not 'VXLAN' and
16785            not 'IP4FWD' and
16786            not '2VM' and
16787            not 'LBOND'"
16788   parameters:
16789   - "throughput"
16790   - "parent"
16791   - "tags"
16792 #  sort:
16793 #  - "not CFS_OPT"
16794 #  - "L2XCFWD"
16795 #  - "not CFS_OPT"
16796 #  - "CFS_OPT"
16797   traces:
16798     hoverinfo: "x+y"
16799     boxpoints: "outliers"
16800     whiskerwidth: 0
16801   layout:
16802     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16803     layout: "plot-throughput"
16804
16805 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
16806 -
16807   type: "plot"
16808   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16809   algorithm: "plot_performance_box"
16810   output-file-type: ".html"
16811   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16812   data: "plot-vpp-throughput-latency-3n-skx"
16813   filter: "'NIC_Intel-X710' and
16814            '64B' and
16815            'NDRPDR' and
16816            ('ETH' or 'DOT1Q') and
16817            '2T1C' and
16818            ('L2BDMACLRN' or 'L2XCFWD') and
16819            'VHOST_1024' and
16820            not 'CFS_OPT' and
16821            not 'VXLAN' and
16822            not 'IP4FWD' and
16823            not 'LBOND'"
16824   parameters:
16825   - "throughput"
16826   - "parent"
16827   - "tags"
16828 #  sort:
16829 #  - "1VM"
16830 #  - "L2XCFWD"
16831 #  - "1VM"
16832 #  - "L2BDMACLRN"
16833   traces:
16834     hoverinfo: "x+y"
16835     boxpoints: "outliers"
16836     whiskerwidth: 0
16837   layout:
16838     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16839     layout: "plot-throughput"
16840
16841 -
16842   type: "plot"
16843   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16844   algorithm: "plot_performance_box"
16845   output-file-type: ".html"
16846   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16847   data: "plot-vpp-throughput-latency-3n-skx"
16848   filter: "'NIC_Intel-X710' and
16849            '64B' and
16850            'NDRPDR' and
16851            ('ETH' or 'DOT1Q') and
16852            '2T1C' and
16853            ('L2BDMACLRN' or 'L2XCFWD') and
16854            'VHOST_1024' and
16855            not 'CFS_OPT' and
16856            not 'VXLAN' and
16857            not 'IP4FWD' and
16858            not 'LBOND'"
16859   parameters:
16860   - "throughput"
16861   - "parent"
16862   - "tags"
16863 #  sort:
16864 #  - "1VM"
16865 #  - "L2XCFWD"
16866 #  - "1VM"
16867 #  - "L2BDMACLRN"
16868   traces:
16869     hoverinfo: "x+y"
16870     boxpoints: "outliers"
16871     whiskerwidth: 0
16872   layout:
16873     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16874     layout: "plot-throughput"
16875
16876 -
16877   type: "plot"
16878   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16879   algorithm: "plot_performance_box"
16880   output-file-type: ".html"
16881   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16882   data: "plot-vpp-throughput-latency-3n-skx"
16883   filter: "'NIC_Intel-X710' and
16884            '64B' and
16885            'NDRPDR' and
16886            ('ETH' or 'DOT1Q') and
16887            '4T2C' and
16888            ('L2BDMACLRN' or 'L2XCFWD') and
16889            'VHOST_1024' and
16890            not 'CFS_OPT' and
16891            not 'VXLAN' and
16892            not 'IP4FWD' and
16893            not 'LBOND'"
16894   parameters:
16895   - "throughput"
16896   - "parent"
16897   - "tags"
16898 #  sort:
16899 #  - "1VM"
16900 #  - "L2XCFWD"
16901 #  - "1VM"
16902 #  - "L2BDMACLRN"
16903   traces:
16904     hoverinfo: "x+y"
16905     boxpoints: "outliers"
16906     whiskerwidth: 0
16907   layout:
16908     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16909     layout: "plot-throughput"
16910
16911 -
16912   type: "plot"
16913   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16914   algorithm: "plot_performance_box"
16915   output-file-type: ".html"
16916   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16917   data: "plot-vpp-throughput-latency-3n-skx"
16918   filter: "'NIC_Intel-X710' and
16919            '64B' and
16920            'NDRPDR' and
16921            ('ETH' or 'DOT1Q') and
16922            '4T2C' and
16923            ('L2BDMACLRN' or 'L2XCFWD') and
16924            'VHOST_1024' and
16925            not 'CFS_OPT' and
16926            not 'VXLAN' and
16927            not 'IP4FWD' and
16928            not 'LBOND'"
16929   parameters:
16930   - "throughput"
16931   - "parent"
16932   - "tags"
16933 #  sort:
16934 #  - "1VM"
16935 #  - "L2XCFWD"
16936 #  - "1VM"
16937 #  - "L2BDMACLRN"
16938   traces:
16939     hoverinfo: "x+y"
16940     boxpoints: "outliers"
16941     whiskerwidth: 0
16942   layout:
16943     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16944     layout: "plot-throughput"
16945
16946 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16947 -
16948   type: "plot"
16949   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16950   algorithm: "plot_performance_box"
16951   output-file-type: ".html"
16952   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16953   data: "plot-vpp-throughput-latency-2n-skx"
16954   filter: "'NIC_Intel-X710' and
16955            '64B' and
16956            'NDRPDR' and
16957            'ETH' and
16958            'IP4FWD' and
16959            '2T1C' and
16960            'VHOST_1024' and
16961            not 'VXLAN' and
16962            not 'NF_DENSITY' and
16963            not 'DOT1Q'"
16964   parameters:
16965   - "throughput"
16966   - "parent"
16967   - "tags"
16968   sort:
16969   - "not CFS_OPT"
16970   - "1VM"
16971   - "2VM"
16972   traces:
16973     hoverinfo: "x+y"
16974     boxpoints: "outliers"
16975     whiskerwidth: 0
16976   layout:
16977     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16978     layout: "plot-throughput"
16979
16980 -
16981   type: "plot"
16982   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16983   algorithm: "plot_performance_box"
16984   output-file-type: ".html"
16985   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16986   data: "plot-vpp-throughput-latency-2n-skx"
16987   filter: "'NIC_Intel-X710' and
16988            '64B' and
16989            'NDRPDR' and
16990            'ETH' and
16991            'IP4FWD' and
16992            '4T2C' and
16993            'VHOST_1024' and
16994            not 'VXLAN' and
16995            not 'NF_DENSITY' and
16996            not 'DOT1Q'"
16997   parameters:
16998   - "throughput"
16999   - "parent"
17000   - "tags"
17001   sort:
17002   - "not CFS_OPT"
17003   - "1VM"
17004   - "2VM"
17005   traces:
17006     hoverinfo: "x+y"
17007     boxpoints: "outliers"
17008     whiskerwidth: 0
17009   layout:
17010     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17011     layout: "plot-throughput"
17012
17013 -
17014   type: "plot"
17015   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17016   algorithm: "plot_performance_box"
17017   output-file-type: ".html"
17018   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17019   data: "plot-vpp-throughput-latency-2n-skx"
17020   filter: "'NIC_Intel-X710' and
17021            '64B' and
17022            'NDRPDR' and
17023            'ETH' and
17024            'IP4FWD' and
17025            '2T1C' and
17026            'VHOST_1024' and
17027            not 'VXLAN' and
17028            not 'NF_DENSITY' and
17029            not 'DOT1Q'"
17030   parameters:
17031   - "throughput"
17032   - "parent"
17033   - "tags"
17034   sort:
17035   - "not CFS_OPT"
17036   - "1VM"
17037   - "2VM"
17038   traces:
17039     hoverinfo: "x+y"
17040     boxpoints: "outliers"
17041     whiskerwidth: 0
17042   layout:
17043     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17044     layout: "plot-throughput"
17045
17046 -
17047   type: "plot"
17048   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17049   algorithm: "plot_performance_box"
17050   output-file-type: ".html"
17051   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17052   data: "plot-vpp-throughput-latency-2n-skx"
17053   filter: "'NIC_Intel-X710' and
17054            '64B' and
17055            'NDRPDR' and
17056            'ETH' and
17057            'IP4FWD' and
17058            '4T2C' and
17059            'VHOST_1024' and
17060            not 'VXLAN' and
17061            not 'NF_DENSITY' and
17062            not 'DOT1Q'"
17063   parameters:
17064   - "throughput"
17065   - "parent"
17066   - "tags"
17067   sort:
17068   - "not CFS_OPT"
17069   - "1VM"
17070   - "2VM"
17071   traces:
17072     hoverinfo: "x+y"
17073     boxpoints: "outliers"
17074     whiskerwidth: 0
17075   layout:
17076     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17077     layout: "plot-throughput"
17078
17079 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
17080 -
17081   type: "plot"
17082   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17083   algorithm: "plot_performance_box"
17084   output-file-type: ".html"
17085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17086   data: "plot-vpp-throughput-latency-2n-skx"
17087   filter: "'NIC_Intel-X710' and
17088            '64B' and
17089            'NDRPDR' and
17090            ('ETH' or 'DOT1Q') and
17091            '2T1C' and
17092            'L2BDMACLRN' and
17093            'VHOST_1024' and
17094            not 'VXLAN' and
17095            not 'NF_DENSITY' and
17096            not 'IP4FWD' and
17097            not '2VM'"
17098   parameters:
17099   - "throughput"
17100   - "parent"
17101   - "tags"
17102 #  sort:
17103 #  - "VM"  # "not CFS_OPT"
17104 #  - "CFS_OPT"
17105 #  - "FIB_10K"
17106 #  - "FIB_100K"
17107 #  - "FIB_1M"
17108   traces:
17109     hoverinfo: "x+y"
17110     boxpoints: "outliers"
17111     whiskerwidth: 0
17112   layout:
17113     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17114     layout: "plot-throughput"
17115
17116 -
17117   type: "plot"
17118   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17119   algorithm: "plot_performance_box"
17120   output-file-type: ".html"
17121   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17122   data: "plot-vpp-throughput-latency-2n-skx"
17123   filter: "'NIC_Intel-X710' and
17124            '64B' and
17125            'NDRPDR' and
17126            ('ETH' or 'DOT1Q') and
17127            '4T2C' and
17128            'L2BDMACLRN' and
17129            'VHOST_1024' and
17130            not 'VXLAN' and
17131            not 'NF_DENSITY' and
17132            not 'IP4FWD' and
17133            not '2VM'"
17134   parameters:
17135   - "throughput"
17136   - "parent"
17137   - "tags"
17138 #  sort:
17139 #  - "VM"  # "not CFS_OPT"
17140 #  - "CFS_OPT"
17141 #  - "FIB_10K"
17142 #  - "FIB_100K"
17143 #  - "FIB_1M"
17144   traces:
17145     hoverinfo: "x+y"
17146     boxpoints: "outliers"
17147     whiskerwidth: 0
17148   layout:
17149     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17150     layout: "plot-throughput"
17151
17152 -
17153   type: "plot"
17154   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17155   algorithm: "plot_performance_box"
17156   output-file-type: ".html"
17157   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17158   data: "plot-vpp-throughput-latency-2n-skx"
17159   filter: "'NIC_Intel-X710' and
17160            '64B' and
17161            'NDRPDR' and
17162            ('ETH' or 'DOT1Q') and
17163            '2T1C' and
17164            'L2BDMACLRN' and
17165            'VHOST_1024' and
17166            not 'VXLAN' and
17167            not 'NF_DENSITY' and
17168            not 'IP4FWD' and
17169            not '2VM'"
17170   parameters:
17171   - "throughput"
17172   - "parent"
17173   - "tags"
17174 #  sort:
17175 #  - "VM"  # "not CFS_OPT"
17176 #  - "CFS_OPT"
17177 #  - "FIB_10K"
17178 #  - "FIB_100K"
17179 #  - "FIB_1M"
17180   traces:
17181     hoverinfo: "x+y"
17182     boxpoints: "outliers"
17183     whiskerwidth: 0
17184   layout:
17185     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17186     layout: "plot-throughput"
17187
17188 -
17189   type: "plot"
17190   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17191   algorithm: "plot_performance_box"
17192   output-file-type: ".html"
17193   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17194   data: "plot-vpp-throughput-latency-2n-skx"
17195   filter: "'NIC_Intel-X710' and
17196            '64B' and
17197            'NDRPDR' and
17198            ('ETH' or 'DOT1Q') and
17199            '4T2C' and
17200            'L2BDMACLRN' and
17201            'VHOST_1024' and
17202            not 'VXLAN' and
17203            not 'NF_DENSITY' and
17204            not 'IP4FWD' and
17205            not '2VM'"
17206   parameters:
17207   - "throughput"
17208   - "parent"
17209   - "tags"
17210 #  sort:
17211 #  - "VM"  # "not CFS_OPT"
17212 #  - "CFS_OPT"
17213 #  - "FIB_10K"
17214 #  - "FIB_100K"
17215 #  - "FIB_1M"
17216   traces:
17217     hoverinfo: "x+y"
17218     boxpoints: "outliers"
17219     whiskerwidth: 0
17220   layout:
17221     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17222     layout: "plot-throughput"
17223
17224 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
17225 -
17226   type: "plot"
17227   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17228   algorithm: "plot_performance_box"
17229   output-file-type: ".html"
17230   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17231   data: "plot-vpp-throughput-latency-2n-skx"
17232   filter: "'NIC_Intel-X710' and
17233            '64B' and
17234            'NDRPDR' and
17235            ('ETH' or 'DOT1Q') and
17236            'BASE' and
17237            '2T1C' and
17238            ('L2BDMACLRN' or 'L2XCFWD') and
17239            'VHOST_1024' and
17240            not 'VXLAN' and
17241            not 'NF_DENSITY' and
17242            not 'IP4FWD' and
17243            not '2VM'"
17244   parameters:
17245   - "throughput"
17246   - "parent"
17247   - "tags"
17248 #  sort:
17249 #  - "not CFS_OPT"
17250 #  - "L2XCFWD"
17251 #  - "not CFS_OPT"
17252 #  - "CFS_OPT"
17253   traces:
17254     hoverinfo: "x+y"
17255     boxpoints: "outliers"
17256     whiskerwidth: 0
17257   layout:
17258     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17259     layout: "plot-throughput"
17260
17261 -
17262   type: "plot"
17263   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17264   algorithm: "plot_performance_box"
17265   output-file-type: ".html"
17266   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17267   data: "plot-vpp-throughput-latency-2n-skx"
17268   filter: "'NIC_Intel-X710' and
17269            '64B' and
17270            'NDRPDR' and
17271            ('ETH' or 'DOT1Q') and
17272            'BASE' and
17273            '2T1C' and
17274            ('L2BDMACLRN' or 'L2XCFWD') and
17275            'VHOST_1024' and
17276            not 'VXLAN' and
17277            not 'NF_DENSITY' and
17278            not 'IP4FWD' and
17279            not '2VM'"
17280   parameters:
17281   - "throughput"
17282   - "parent"
17283   - "tags"
17284 #  sort:
17285 #  - "not CFS_OPT"
17286 #  - "L2XCFWD"
17287 #  - "not CFS_OPT"
17288 #  - "CFS_OPT"
17289   traces:
17290     hoverinfo: "x+y"
17291     boxpoints: "outliers"
17292     whiskerwidth: 0
17293   layout:
17294     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17295     layout: "plot-throughput"
17296
17297 -
17298   type: "plot"
17299   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17300   algorithm: "plot_performance_box"
17301   output-file-type: ".html"
17302   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17303   data: "plot-vpp-throughput-latency-2n-skx"
17304   filter: "'NIC_Intel-X710' and
17305            '64B' and
17306            'NDRPDR' and
17307            ('ETH' or 'DOT1Q') and
17308            'BASE' and
17309            '4T2C' and
17310            ('L2BDMACLRN' or 'L2XCFWD') and
17311            'VHOST_1024' and
17312            not 'VXLAN' and
17313            not 'NF_DENSITY' and
17314            not 'IP4FWD' and
17315            not '2VM'"
17316   parameters:
17317   - "throughput"
17318   - "parent"
17319   - "tags"
17320 #  sort:
17321 #  - "not CFS_OPT"
17322 #  - "L2XCFWD"
17323 #  - "not CFS_OPT"
17324 #  - "CFS_OPT"
17325   traces:
17326     hoverinfo: "x+y"
17327     boxpoints: "outliers"
17328     whiskerwidth: 0
17329   layout:
17330     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17331     layout: "plot-throughput"
17332
17333 -
17334   type: "plot"
17335   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17336   algorithm: "plot_performance_box"
17337   output-file-type: ".html"
17338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17339   data: "plot-vpp-throughput-latency-2n-skx"
17340   filter: "'NIC_Intel-X710' and
17341            '64B' and
17342            'NDRPDR' and
17343            ('ETH' or 'DOT1Q') and
17344            'BASE' and
17345            '4T2C' and
17346            ('L2BDMACLRN' or 'L2XCFWD') and
17347            'VHOST_1024' and
17348            not 'VXLAN' and
17349            not 'NF_DENSITY' and
17350            not 'IP4FWD' and
17351            not '2VM'"
17352   parameters:
17353   - "throughput"
17354   - "parent"
17355   - "tags"
17356 #  sort:
17357 #  - "not CFS_OPT"
17358 #  - "L2XCFWD"
17359 #  - "not CFS_OPT"
17360 #  - "CFS_OPT"
17361   traces:
17362     hoverinfo: "x+y"
17363     boxpoints: "outliers"
17364     whiskerwidth: 0
17365   layout:
17366     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17367     layout: "plot-throughput"
17368
17369 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
17370 -
17371   type: "plot"
17372   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17373   algorithm: "plot_performance_box"
17374   output-file-type: ".html"
17375   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17376   data: "plot-vpp-throughput-latency-2n-skx"
17377   filter: "'NIC_Intel-X710' and
17378            '64B' and
17379            'NDRPDR' and
17380            ('ETH' or 'DOT1Q') and
17381            '2T1C' and
17382            ('L2BDMACLRN' or 'L2XCFWD') and
17383            'VHOST_1024' and
17384            not 'CFS_OPT' and
17385            not 'VXLAN' and
17386            not 'NF_DENSITY' and
17387            not 'IP4FWD'"
17388   parameters:
17389   - "throughput"
17390   - "parent"
17391   - "tags"
17392 #  sort:
17393 #  - "1VM"
17394 #  - "L2XCFWD"
17395 #  - "1VM"
17396 #  - "L2BDMACLRN"
17397   traces:
17398     hoverinfo: "x+y"
17399     boxpoints: "outliers"
17400     whiskerwidth: 0
17401   layout:
17402     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17403     layout: "plot-throughput"
17404
17405 -
17406   type: "plot"
17407   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17408   algorithm: "plot_performance_box"
17409   output-file-type: ".html"
17410   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17411   data: "plot-vpp-throughput-latency-2n-skx"
17412   filter: "'NIC_Intel-X710' and
17413            '64B' and
17414            'NDRPDR' and
17415            ('ETH' or 'DOT1Q') and
17416            '2T1C' and
17417            ('L2BDMACLRN' or 'L2XCFWD') and
17418            'VHOST_1024' and
17419            not 'CFS_OPT' and
17420            not 'VXLAN' and
17421            not 'NF_DENSITY' and
17422            not 'IP4FWD'"
17423   parameters:
17424   - "throughput"
17425   - "parent"
17426   - "tags"
17427 #  sort:
17428 #  - "1VM"
17429 #  - "L2XCFWD"
17430 #  - "1VM"
17431 #  - "L2BDMACLRN"
17432   traces:
17433     hoverinfo: "x+y"
17434     boxpoints: "outliers"
17435     whiskerwidth: 0
17436   layout:
17437     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17438     layout: "plot-throughput"
17439
17440 -
17441   type: "plot"
17442   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17443   algorithm: "plot_performance_box"
17444   output-file-type: ".html"
17445   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17446   data: "plot-vpp-throughput-latency-2n-skx"
17447   filter: "'NIC_Intel-X710' and
17448            '64B' and
17449            'NDRPDR' and
17450            ('ETH' or 'DOT1Q') and
17451            '4T2C' and
17452            ('L2BDMACLRN' or 'L2XCFWD') and
17453            'VHOST_1024' and
17454            not 'CFS_OPT' and
17455            not 'VXLAN' and
17456            not 'NF_DENSITY' and
17457            not 'IP4FWD'"
17458   parameters:
17459   - "throughput"
17460   - "parent"
17461   - "tags"
17462 #  sort:
17463 #  - "1VM"
17464 #  - "L2XCFWD"
17465 #  - "1VM"
17466 #  - "L2BDMACLRN"
17467   traces:
17468     hoverinfo: "x+y"
17469     boxpoints: "outliers"
17470     whiskerwidth: 0
17471   layout:
17472     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17473     layout: "plot-throughput"
17474
17475 -
17476   type: "plot"
17477   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17478   algorithm: "plot_performance_box"
17479   output-file-type: ".html"
17480   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17481   data: "plot-vpp-throughput-latency-2n-skx"
17482   filter: "'NIC_Intel-X710' and
17483            '64B' and
17484            'NDRPDR' and
17485            ('ETH' or 'DOT1Q') and
17486            '4T2C' and
17487            ('L2BDMACLRN' or 'L2XCFWD') and
17488            'VHOST_1024' and
17489            not 'CFS_OPT' and
17490            not 'VXLAN' and
17491            not 'NF_DENSITY' and
17492            not 'IP4FWD'"
17493   parameters:
17494   - "throughput"
17495   - "parent"
17496   - "tags"
17497 #  sort:
17498 #  - "1VM"
17499 #  - "L2XCFWD"
17500 #  - "1VM"
17501 #  - "L2BDMACLRN"
17502   traces:
17503     hoverinfo: "x+y"
17504     boxpoints: "outliers"
17505     whiskerwidth: 0
17506   layout:
17507     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17508     layout: "plot-throughput"
17509
17510 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
17511 -
17512   type: "plot"
17513   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17514   algorithm: "plot_performance_box"
17515   output-file-type: ".html"
17516   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17517   data: "plot-vpp-throughput-latency-2n-skx"
17518   filter: "'NIC_Intel-XXV710' and
17519            '64B' and
17520            'NDRPDR' and
17521            'ETH' and
17522            'IP4FWD' and
17523            '2T1C' and
17524            'VHOST_1024' and
17525            not 'VXLAN' and
17526            not 'DOT1Q'"
17527   parameters:
17528   - "throughput"
17529   - "parent"
17530   - "tags"
17531   sort:
17532   - "not CFS_OPT"
17533   - "1VM"
17534   - "2VM"
17535   traces:
17536     hoverinfo: "x+y"
17537     boxpoints: "outliers"
17538     whiskerwidth: 0
17539   layout:
17540     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17541     layout: "plot-throughput"
17542
17543 -
17544   type: "plot"
17545   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17546   algorithm: "plot_performance_box"
17547   output-file-type: ".html"
17548   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17549   data: "plot-vpp-throughput-latency-2n-skx"
17550   filter: "'NIC_Intel-XXV710' and
17551            '64B' and
17552            'NDRPDR' and
17553            'ETH' and
17554            'IP4FWD' and
17555            '4T2C' and
17556            'VHOST_1024' and
17557            not 'VXLAN' and
17558            not 'DOT1Q'"
17559   parameters:
17560   - "throughput"
17561   - "parent"
17562   - "tags"
17563   sort:
17564   - "not CFS_OPT"
17565   - "1VM"
17566   - "2VM"
17567   traces:
17568     hoverinfo: "x+y"
17569     boxpoints: "outliers"
17570     whiskerwidth: 0
17571   layout:
17572     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17573     layout: "plot-throughput"
17574
17575 -
17576   type: "plot"
17577   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17578   algorithm: "plot_performance_box"
17579   output-file-type: ".html"
17580   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17581   data: "plot-vpp-throughput-latency-2n-skx"
17582   filter: "'NIC_Intel-XXV710' and
17583            '64B' and
17584            'NDRPDR' and
17585            'ETH' and
17586            'IP4FWD' and
17587            '2T1C' and
17588            'VHOST_1024' and
17589            not 'VXLAN' and
17590            not 'DOT1Q'"
17591   parameters:
17592   - "throughput"
17593   - "parent"
17594   - "tags"
17595   sort:
17596   - "not CFS_OPT"
17597   - "1VM"
17598   - "2VM"
17599   traces:
17600     hoverinfo: "x+y"
17601     boxpoints: "outliers"
17602     whiskerwidth: 0
17603   layout:
17604     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17605     layout: "plot-throughput"
17606
17607 -
17608   type: "plot"
17609   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17610   algorithm: "plot_performance_box"
17611   output-file-type: ".html"
17612   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17613   data: "plot-vpp-throughput-latency-2n-skx"
17614   filter: "'NIC_Intel-XXV710' and
17615            '64B' and
17616            'NDRPDR' and
17617            'ETH' and
17618            'IP4FWD' and
17619            '4T2C' and
17620            'VHOST_1024' and
17621            not 'VXLAN' and
17622            not 'DOT1Q'"
17623   parameters:
17624   - "throughput"
17625   - "parent"
17626   - "tags"
17627   sort:
17628   - "not CFS_OPT"
17629   - "1VM"
17630   - "2VM"
17631   traces:
17632     hoverinfo: "x+y"
17633     boxpoints: "outliers"
17634     whiskerwidth: 0
17635   layout:
17636     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17637     layout: "plot-throughput"
17638
17639 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
17640 -
17641   type: "plot"
17642   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17643   algorithm: "plot_performance_box"
17644   output-file-type: ".html"
17645   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17646   data: "plot-vpp-throughput-latency-2n-skx"
17647   filter: "'NIC_Intel-XXV710' and
17648            '64B' and
17649            'NDRPDR' and
17650            ('ETH' or 'DOT1Q') and
17651            '2T1C' and
17652            'L2BDMACLRN' and
17653            'VHOST_1024' and
17654            not 'VXLAN' and
17655            not 'IP4FWD' and
17656            not '2VM'"
17657   parameters:
17658   - "throughput"
17659   - "parent"
17660   - "tags"
17661 #  sort:
17662 #  - "VM"  # "not CFS_OPT"
17663 #  - "CFS_OPT"
17664 #  - "FIB_10K"
17665 #  - "FIB_100K"
17666 #  - "FIB_1M"
17667   traces:
17668     hoverinfo: "x+y"
17669     boxpoints: "outliers"
17670     whiskerwidth: 0
17671   layout:
17672     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17673     layout: "plot-throughput"
17674
17675 -
17676   type: "plot"
17677   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17678   algorithm: "plot_performance_box"
17679   output-file-type: ".html"
17680   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17681   data: "plot-vpp-throughput-latency-2n-skx"
17682   filter: "'NIC_Intel-XXV710' and
17683            '64B' and
17684            'NDRPDR' and
17685            ('ETH' or 'DOT1Q') and
17686            '4T2C' and
17687            'L2BDMACLRN' and
17688            'VHOST_1024' and
17689            not 'VXLAN' and
17690            not 'IP4FWD' and
17691            not '2VM'"
17692   parameters:
17693   - "throughput"
17694   - "parent"
17695   - "tags"
17696 #  sort:
17697 #  - "VM"  # "not CFS_OPT"
17698 #  - "CFS_OPT"
17699 #  - "FIB_10K"
17700 #  - "FIB_100K"
17701 #  - "FIB_1M"
17702   traces:
17703     hoverinfo: "x+y"
17704     boxpoints: "outliers"
17705     whiskerwidth: 0
17706   layout:
17707     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17708     layout: "plot-throughput"
17709
17710 -
17711   type: "plot"
17712   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17713   algorithm: "plot_performance_box"
17714   output-file-type: ".html"
17715   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17716   data: "plot-vpp-throughput-latency-2n-skx"
17717   filter: "'NIC_Intel-XXV710' and
17718            '64B' and
17719            'NDRPDR' and
17720            ('ETH' or 'DOT1Q') and
17721            '2T1C' and
17722            'L2BDMACLRN' and
17723            'VHOST_1024' and
17724            not 'VXLAN' and
17725            not 'IP4FWD' and
17726            not '2VM'"
17727   parameters:
17728   - "throughput"
17729   - "parent"
17730   - "tags"
17731 #  sort:
17732 #  - "VM"  # "not CFS_OPT"
17733 #  - "CFS_OPT"
17734 #  - "FIB_10K"
17735 #  - "FIB_100K"
17736 #  - "FIB_1M"
17737   traces:
17738     hoverinfo: "x+y"
17739     boxpoints: "outliers"
17740     whiskerwidth: 0
17741   layout:
17742     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17743     layout: "plot-throughput"
17744
17745 -
17746   type: "plot"
17747   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17748   algorithm: "plot_performance_box"
17749   output-file-type: ".html"
17750   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17751   data: "plot-vpp-throughput-latency-2n-skx"
17752   filter: "'NIC_Intel-XXV710' and
17753            '64B' and
17754            'NDRPDR' and
17755            ('ETH' or 'DOT1Q') and
17756            '4T2C' and
17757            'L2BDMACLRN' and
17758            'VHOST_1024' and
17759            not 'VXLAN' and
17760            not 'IP4FWD' and
17761            not '2VM'"
17762   parameters:
17763   - "throughput"
17764   - "parent"
17765   - "tags"
17766 #  sort:
17767 #  - "VM"  # "not CFS_OPT"
17768 #  - "CFS_OPT"
17769 #  - "FIB_10K"
17770 #  - "FIB_100K"
17771 #  - "FIB_1M"
17772   traces:
17773     hoverinfo: "x+y"
17774     boxpoints: "outliers"
17775     whiskerwidth: 0
17776   layout:
17777     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17778     layout: "plot-throughput"
17779
17780 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
17781 -
17782   type: "plot"
17783   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17784   algorithm: "plot_performance_box"
17785   output-file-type: ".html"
17786   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17787   data: "plot-vpp-throughput-latency-2n-skx"
17788   filter: "'NIC_Intel-XXV710' and
17789            '64B' and
17790            'NDRPDR' and
17791            ('ETH' or 'DOT1Q') and
17792            'BASE' and
17793            '2T1C' and
17794            ('L2BDMACLRN' or 'L2XCFWD') and
17795            'VHOST_1024' and
17796            not 'VXLAN' and
17797            not 'IP4FWD' and
17798            not '2VM'"
17799   parameters:
17800   - "throughput"
17801   - "parent"
17802   - "tags"
17803 #  sort:
17804 #  - "not CFS_OPT"
17805 #  - "L2XCFWD"
17806 #  - "not CFS_OPT"
17807 #  - "CFS_OPT"
17808   traces:
17809     hoverinfo: "x+y"
17810     boxpoints: "outliers"
17811     whiskerwidth: 0
17812   layout:
17813     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17814     layout: "plot-throughput"
17815
17816 -
17817   type: "plot"
17818   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17819   algorithm: "plot_performance_box"
17820   output-file-type: ".html"
17821   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17822   data: "plot-vpp-throughput-latency-2n-skx"
17823   filter: "'NIC_Intel-XXV710' and
17824            '64B' and
17825            'NDRPDR' and
17826            ('ETH' or 'DOT1Q') and
17827            'BASE' and
17828            '2T1C' and
17829            ('L2BDMACLRN' or 'L2XCFWD') and
17830            'VHOST_1024' and
17831            not 'VXLAN' and
17832            not 'IP4FWD' and
17833            not '2VM'"
17834   parameters:
17835   - "throughput"
17836   - "parent"
17837   - "tags"
17838 #  sort:
17839 #  - "not CFS_OPT"
17840 #  - "L2XCFWD"
17841 #  - "not CFS_OPT"
17842 #  - "CFS_OPT"
17843   traces:
17844     hoverinfo: "x+y"
17845     boxpoints: "outliers"
17846     whiskerwidth: 0
17847   layout:
17848     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17849     layout: "plot-throughput"
17850
17851 -
17852   type: "plot"
17853   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17854   algorithm: "plot_performance_box"
17855   output-file-type: ".html"
17856   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17857   data: "plot-vpp-throughput-latency-2n-skx"
17858   filter: "'NIC_Intel-XXV710' and
17859            '64B' and
17860            'NDRPDR' and
17861            ('ETH' or 'DOT1Q') and
17862            'BASE' and
17863            '4T2C' and
17864            ('L2BDMACLRN' or 'L2XCFWD') and
17865            'VHOST_1024' and
17866            not 'VXLAN' and
17867            not 'IP4FWD' and
17868            not '2VM'"
17869   parameters:
17870   - "throughput"
17871   - "parent"
17872   - "tags"
17873 #  sort:
17874 #  - "not CFS_OPT"
17875 #  - "L2XCFWD"
17876 #  - "not CFS_OPT"
17877 #  - "CFS_OPT"
17878   traces:
17879     hoverinfo: "x+y"
17880     boxpoints: "outliers"
17881     whiskerwidth: 0
17882   layout:
17883     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17884     layout: "plot-throughput"
17885
17886 -
17887   type: "plot"
17888   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17889   algorithm: "plot_performance_box"
17890   output-file-type: ".html"
17891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17892   data: "plot-vpp-throughput-latency-2n-skx"
17893   filter: "'NIC_Intel-XXV710' and
17894            '64B' and
17895            'NDRPDR' and
17896            ('ETH' or 'DOT1Q') and
17897            'BASE' and
17898            '4T2C' and
17899            ('L2BDMACLRN' or 'L2XCFWD') and
17900            'VHOST_1024' and
17901            not 'VXLAN' and
17902            not 'IP4FWD' and
17903            not '2VM'"
17904   parameters:
17905   - "throughput"
17906   - "parent"
17907   - "tags"
17908 #  sort:
17909 #  - "not CFS_OPT"
17910 #  - "L2XCFWD"
17911 #  - "not CFS_OPT"
17912 #  - "CFS_OPT"
17913   traces:
17914     hoverinfo: "x+y"
17915     boxpoints: "outliers"
17916     whiskerwidth: 0
17917   layout:
17918     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17919     layout: "plot-throughput"
17920
17921 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
17922 -
17923   type: "plot"
17924   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17925   algorithm: "plot_performance_box"
17926   output-file-type: ".html"
17927   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17928   data: "plot-vpp-throughput-latency-2n-skx"
17929   filter: "'NIC_Intel-XXV710' and
17930            '64B' and
17931            'NDRPDR' and
17932            ('ETH' or 'DOT1Q') and
17933            '2T1C' and
17934            ('L2BDMACLRN' or 'L2XCFWD') and
17935            'VHOST_1024' and
17936            not 'CFS_OPT' and
17937            not 'VXLAN' and
17938            not 'IP4FWD'"
17939   parameters:
17940   - "throughput"
17941   - "parent"
17942   - "tags"
17943 #  sort:
17944 #  - "1VM"
17945 #  - "L2XCFWD"
17946 #  - "1VM"
17947 #  - "L2BDMACLRN"
17948   traces:
17949     hoverinfo: "x+y"
17950     boxpoints: "outliers"
17951     whiskerwidth: 0
17952   layout:
17953     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17954     layout: "plot-throughput"
17955
17956 -
17957   type: "plot"
17958   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17959   algorithm: "plot_performance_box"
17960   output-file-type: ".html"
17961   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17962   data: "plot-vpp-throughput-latency-2n-skx"
17963   filter: "'NIC_Intel-XXV710' and
17964            '64B' and
17965            'NDRPDR' and
17966            ('ETH' or 'DOT1Q') and
17967            '2T1C' and
17968            ('L2BDMACLRN' or 'L2XCFWD') and
17969            'VHOST_1024' and
17970            not 'CFS_OPT' and
17971            not 'VXLAN' and
17972            not 'IP4FWD'"
17973   parameters:
17974   - "throughput"
17975   - "parent"
17976   - "tags"
17977 #  sort:
17978 #  - "1VM"
17979 #  - "L2XCFWD"
17980 #  - "1VM"
17981 #  - "L2BDMACLRN"
17982   traces:
17983     hoverinfo: "x+y"
17984     boxpoints: "outliers"
17985     whiskerwidth: 0
17986   layout:
17987     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17988     layout: "plot-throughput"
17989
17990 -
17991   type: "plot"
17992   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17993   algorithm: "plot_performance_box"
17994   output-file-type: ".html"
17995   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17996   data: "plot-vpp-throughput-latency-2n-skx"
17997   filter: "'NIC_Intel-XXV710' and
17998            '64B' and
17999            'NDRPDR' and
18000            ('ETH' or 'DOT1Q') and
18001            '4T2C' and
18002            ('L2BDMACLRN' or 'L2XCFWD') and
18003            'VHOST_1024' and
18004            not 'CFS_OPT' and
18005            not 'VXLAN' and
18006            not 'IP4FWD'"
18007   parameters:
18008   - "throughput"
18009   - "parent"
18010   - "tags"
18011 #  sort:
18012 #  - "1VM"
18013 #  - "L2XCFWD"
18014 #  - "1VM"
18015 #  - "L2BDMACLRN"
18016   traces:
18017     hoverinfo: "x+y"
18018     boxpoints: "outliers"
18019     whiskerwidth: 0
18020   layout:
18021     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
18022     layout: "plot-throughput"
18023
18024 -
18025   type: "plot"
18026   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18027   algorithm: "plot_performance_box"
18028   output-file-type: ".html"
18029   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18030   data: "plot-vpp-throughput-latency-2n-skx"
18031   filter: "'NIC_Intel-XXV710' and
18032            '64B' and
18033            'NDRPDR' and
18034            ('ETH' or 'DOT1Q') and
18035            '4T2C' and
18036            ('L2BDMACLRN' or 'L2XCFWD') and
18037            'VHOST_1024' and
18038            not 'CFS_OPT' and
18039            not 'VXLAN' and
18040            not 'IP4FWD'"
18041   parameters:
18042   - "throughput"
18043   - "parent"
18044   - "tags"
18045 #  sort:
18046 #  - "1VM"
18047 #  - "L2XCFWD"
18048 #  - "1VM"
18049 #  - "L2BDMACLRN"
18050   traces:
18051     hoverinfo: "x+y"
18052     boxpoints: "outliers"
18053     whiskerwidth: 0
18054   layout:
18055     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
18056     layout: "plot-throughput"
18057
18058 ################################################################################
18059
18060 # Packet Throughput - VPP VTS 3n-hsw-x520
18061 -
18062   type: "plot"
18063   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
18064   algorithm: "plot_performance_box"
18065   output-file-type: ".html"
18066   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
18067   data: "plot-vpp-throughput-latency-3n-hsw"
18068   filter: "'NIC_Intel-X520-DA2' and
18069            '114B' and
18070            'NDRPDR' and
18071            '1T1C' and
18072            'VTS'"
18073   parameters:
18074   - "throughput"
18075   - "parent"
18076   - "tags"
18077   traces:
18078     hoverinfo: "x+y"
18079     boxpoints: "outliers"
18080     whiskerwidth: 0
18081   layout:
18082     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
18083     layout: "plot-throughput"
18084
18085 -
18086   type: "plot"
18087   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
18088   algorithm: "plot_performance_box"
18089   output-file-type: ".html"
18090   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
18091   data: "plot-vpp-throughput-latency-3n-hsw"
18092   filter: "'NIC_Intel-X520-DA2' and
18093            '114B' and
18094            'NDRPDR' and
18095            '2T2C' and
18096            'VTS'"
18097   parameters:
18098   - "throughput"
18099   - "parent"
18100   - "tags"
18101   traces:
18102     hoverinfo: "x+y"
18103     boxpoints: "outliers"
18104     whiskerwidth: 0
18105   layout:
18106     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
18107     layout: "plot-throughput"
18108
18109 -
18110   type: "plot"
18111   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
18112   algorithm: "plot_performance_box"
18113   output-file-type: ".html"
18114   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
18115   data: "plot-vpp-throughput-latency-3n-hsw"
18116   filter: "'NIC_Intel-X520-DA2' and
18117            '114B' and
18118            'NDRPDR' and
18119            '1T1C' and
18120            'VTS'"
18121   parameters:
18122   - "throughput"
18123   - "parent"
18124   - "tags"
18125   traces:
18126     hoverinfo: "x+y"
18127     boxpoints: "outliers"
18128     whiskerwidth: 0
18129   layout:
18130     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
18131     layout: "plot-throughput"
18132
18133 -
18134   type: "plot"
18135   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
18136   algorithm: "plot_performance_box"
18137   output-file-type: ".html"
18138   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
18139   data: "plot-vpp-throughput-latency-3n-hsw"
18140   filter: "'NIC_Intel-X520-DA2' and
18141            '114B' and
18142            'NDRPDR' and
18143            '2T2C' and
18144            'VTS'"
18145   parameters:
18146   - "throughput"
18147   - "parent"
18148   - "tags"
18149   traces:
18150     hoverinfo: "x+y"
18151     boxpoints: "outliers"
18152     whiskerwidth: 0
18153   layout:
18154     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
18155     layout: "plot-throughput"
18156
18157 ################################################################################
18158
18159 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
18160 -
18161   type: "plot"
18162   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18163   algorithm: "plot_performance_box"
18164   output-file-type: ".html"
18165   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18166   data: "plot-dpdk-throughput-latency-3n-hsw"
18167   filter: "'NIC_Intel-X520-DA2' and
18168            '64B' and
18169            'BASE' and
18170            'NDRPDR' and
18171            '1T1C' and
18172            'IP4FWD'"
18173   parameters:
18174   - "throughput"
18175   - "parent"
18176   - "tags"
18177   traces:
18178     hoverinfo: "x+y"
18179     boxpoints: "outliers"
18180     whiskerwidth: 0
18181   layout:
18182     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18183     layout: "plot-throughput"
18184
18185 -
18186   type: "plot"
18187   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18188   algorithm: "plot_performance_box"
18189   output-file-type: ".html"
18190   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18191   data: "plot-dpdk-throughput-latency-3n-hsw"
18192   filter: "'NIC_Intel-X520-DA2' and
18193            '64B' and
18194            'BASE' and
18195            'NDRPDR' and
18196            '2T2C' and
18197            'IP4FWD'"
18198   parameters:
18199   - "throughput"
18200   - "parent"
18201   - "tags"
18202   traces:
18203     hoverinfo: "x+y"
18204     boxpoints: "outliers"
18205     whiskerwidth: 0
18206   layout:
18207     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18208     layout: "plot-throughput"
18209
18210 -
18211   type: "plot"
18212   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18213   algorithm: "plot_performance_box"
18214   output-file-type: ".html"
18215   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18216   data: "plot-dpdk-throughput-latency-3n-hsw"
18217   filter: "'NIC_Intel-X520-DA2' and
18218            '64B' and
18219            'BASE' and
18220            'NDRPDR' and
18221            '1T1C' and
18222            'IP4FWD'"
18223   parameters:
18224   - "throughput"
18225   - "parent"
18226   - "tags"
18227   traces:
18228     hoverinfo: "x+y"
18229     boxpoints: "outliers"
18230     whiskerwidth: 0
18231   layout:
18232     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18233     layout: "plot-throughput"
18234
18235 -
18236   type: "plot"
18237   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18238   algorithm: "plot_performance_box"
18239   output-file-type: ".html"
18240   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18241   data: "plot-dpdk-throughput-latency-3n-hsw"
18242   filter: "'NIC_Intel-X520-DA2' and
18243            '64B' and
18244            'BASE' and
18245            'NDRPDR' and
18246            '2T2C' and
18247            'IP4FWD'"
18248   parameters:
18249   - "throughput"
18250   - "parent"
18251   - "tags"
18252   traces:
18253     hoverinfo: "x+y"
18254     boxpoints: "outliers"
18255     whiskerwidth: 0
18256   layout:
18257     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18258     layout: "plot-throughput"
18259
18260 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
18261 -
18262   type: "plot"
18263   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18264   algorithm: "plot_performance_box"
18265   output-file-type: ".html"
18266   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18267   data: "plot-dpdk-throughput-latency-3n-hsw"
18268   filter: "'NIC_Intel-X710' and
18269            '64B' and
18270            'BASE' and
18271            'NDRPDR' and
18272            '1T1C' and
18273            'IP4FWD'"
18274   parameters:
18275   - "throughput"
18276   - "parent"
18277   - "tags"
18278   traces:
18279     hoverinfo: "x+y"
18280     boxpoints: "outliers"
18281     whiskerwidth: 0
18282   layout:
18283     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18284     layout: "plot-throughput"
18285
18286 -
18287   type: "plot"
18288   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18289   algorithm: "plot_performance_box"
18290   output-file-type: ".html"
18291   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18292   data: "plot-dpdk-throughput-latency-3n-hsw"
18293   filter: "'NIC_Intel-X710' and
18294            '64B' and
18295            'BASE' and
18296            'NDRPDR' and
18297            '2T2C' and
18298            'IP4FWD'"
18299   parameters:
18300   - "throughput"
18301   - "parent"
18302   - "tags"
18303   traces:
18304     hoverinfo: "x+y"
18305     boxpoints: "outliers"
18306     whiskerwidth: 0
18307   layout:
18308     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18309     layout: "plot-throughput"
18310
18311 -
18312   type: "plot"
18313   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18314   algorithm: "plot_performance_box"
18315   output-file-type: ".html"
18316   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18317   data: "plot-dpdk-throughput-latency-3n-hsw"
18318   filter: "'NIC_Intel-X710' and
18319            '64B' and
18320            'BASE' and
18321            'NDRPDR' and
18322            '1T1C' and
18323            'IP4FWD'"
18324   parameters:
18325   - "throughput"
18326   - "parent"
18327   - "tags"
18328   traces:
18329     hoverinfo: "x+y"
18330     boxpoints: "outliers"
18331     whiskerwidth: 0
18332   layout:
18333     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18334     layout: "plot-throughput"
18335
18336 -
18337   type: "plot"
18338   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18339   algorithm: "plot_performance_box"
18340   output-file-type: ".html"
18341   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18342   data: "plot-dpdk-throughput-latency-3n-hsw"
18343   filter: "'NIC_Intel-X710' and
18344            '64B' and
18345            'BASE' and
18346            'NDRPDR' and
18347            '2T2C' and
18348            'IP4FWD'"
18349   parameters:
18350   - "throughput"
18351   - "parent"
18352   - "tags"
18353   traces:
18354     hoverinfo: "x+y"
18355     boxpoints: "outliers"
18356     whiskerwidth: 0
18357   layout:
18358     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18359     layout: "plot-throughput"
18360
18361 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
18362 -
18363   type: "plot"
18364   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18365   algorithm: "plot_performance_box"
18366   output-file-type: ".html"
18367   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18368   data: "plot-dpdk-throughput-latency-3n-hsw"
18369   filter: "'NIC_Intel-XL710' and
18370            '64B' and
18371            'BASE' and
18372            'NDRPDR' and
18373            '1T1C' and
18374            'IP4FWD'"
18375   parameters:
18376   - "throughput"
18377   - "parent"
18378   - "tags"
18379   traces:
18380     hoverinfo: "x+y"
18381     boxpoints: "outliers"
18382     whiskerwidth: 0
18383   layout:
18384     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18385     layout: "plot-throughput"
18386
18387 -
18388   type: "plot"
18389   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18390   algorithm: "plot_performance_box"
18391   output-file-type: ".html"
18392   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18393   data: "plot-dpdk-throughput-latency-3n-hsw"
18394   filter: "'NIC_Intel-XL710' and
18395            '64B' and
18396            'BASE' and
18397            'NDRPDR' and
18398            '2T2C' and
18399            'IP4FWD'"
18400   parameters:
18401   - "throughput"
18402   - "parent"
18403   - "tags"
18404   traces:
18405     hoverinfo: "x+y"
18406     boxpoints: "outliers"
18407     whiskerwidth: 0
18408   layout:
18409     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18410     layout: "plot-throughput"
18411
18412 -
18413   type: "plot"
18414   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18415   algorithm: "plot_performance_box"
18416   output-file-type: ".html"
18417   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18418   data: "plot-dpdk-throughput-latency-3n-hsw"
18419   filter: "'NIC_Intel-XL710' and
18420            '64B' and
18421            'BASE' and
18422            'NDRPDR' and
18423            '1T1C' and
18424            'IP4FWD'"
18425   parameters:
18426   - "throughput"
18427   - "parent"
18428   - "tags"
18429   traces:
18430     hoverinfo: "x+y"
18431     boxpoints: "outliers"
18432     whiskerwidth: 0
18433   layout:
18434     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18435     layout: "plot-throughput"
18436
18437 -
18438   type: "plot"
18439   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18440   algorithm: "plot_performance_box"
18441   output-file-type: ".html"
18442   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18443   data: "plot-dpdk-throughput-latency-3n-hsw"
18444   filter: "'NIC_Intel-XL710' and
18445            '64B' and
18446            'BASE' and
18447            'NDRPDR' and
18448            '2T2C' and
18449            'IP4FWD'"
18450   parameters:
18451   - "throughput"
18452   - "parent"
18453   - "tags"
18454   traces:
18455     hoverinfo: "x+y"
18456     boxpoints: "outliers"
18457     whiskerwidth: 0
18458   layout:
18459     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18460     layout: "plot-throughput"
18461
18462 # Packet Throughput - DPDK l3fwd 3n-skx-x710
18463 -
18464   type: "plot"
18465   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18466   algorithm: "plot_performance_box"
18467   output-file-type: ".html"
18468   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18469   data: "plot-dpdk-throughput-latency-3n-skx"
18470   filter: "'NIC_Intel-X710' and
18471            '64B' and
18472            'BASE' and
18473            'NDRPDR' and
18474            '2T1C' and
18475            'IP4FWD'"
18476   parameters:
18477   - "throughput"
18478   - "parent"
18479   - "tags"
18480   traces:
18481     hoverinfo: "x+y"
18482     boxpoints: "outliers"
18483     whiskerwidth: 0
18484   layout:
18485     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18486     layout: "plot-throughput"
18487
18488 -
18489   type: "plot"
18490   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18491   algorithm: "plot_performance_box"
18492   output-file-type: ".html"
18493   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18494   data: "plot-dpdk-throughput-latency-3n-skx"
18495   filter: "'NIC_Intel-X710' and
18496            '64B' and
18497            'BASE' and
18498            'NDRPDR' and
18499            '4T2C' and
18500            'IP4FWD'"
18501   parameters:
18502   - "throughput"
18503   - "parent"
18504   - "tags"
18505   traces:
18506     hoverinfo: "x+y"
18507     boxpoints: "outliers"
18508     whiskerwidth: 0
18509   layout:
18510     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18511     layout: "plot-throughput"
18512
18513 -
18514   type: "plot"
18515   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18516   algorithm: "plot_performance_box"
18517   output-file-type: ".html"
18518   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18519   data: "plot-dpdk-throughput-latency-3n-skx"
18520   filter: "'NIC_Intel-X710' and
18521            '64B' and
18522            'BASE' and
18523            'NDRPDR' and
18524            '2T1C' and
18525            'IP4FWD'"
18526   parameters:
18527   - "throughput"
18528   - "parent"
18529   - "tags"
18530   traces:
18531     hoverinfo: "x+y"
18532     boxpoints: "outliers"
18533     whiskerwidth: 0
18534   layout:
18535     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18536     layout: "plot-throughput"
18537
18538 -
18539   type: "plot"
18540   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18541   algorithm: "plot_performance_box"
18542   output-file-type: ".html"
18543   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18544   data: "plot-dpdk-throughput-latency-3n-skx"
18545   filter: "'NIC_Intel-X710' and
18546            '64B' and
18547            'BASE' and
18548            'NDRPDR' and
18549            '4T2C' and
18550            'IP4FWD'"
18551   parameters:
18552   - "throughput"
18553   - "parent"
18554   - "tags"
18555   traces:
18556     hoverinfo: "x+y"
18557     boxpoints: "outliers"
18558     whiskerwidth: 0
18559   layout:
18560     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18561     layout: "plot-throughput"
18562
18563 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
18564 -
18565   type: "plot"
18566   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18567   algorithm: "plot_performance_box"
18568   output-file-type: ".html"
18569   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18570   data: "plot-dpdk-throughput-latency-3n-skx"
18571   filter: "'NIC_Intel-XXV710' and
18572            '64B' and
18573            'BASE' and
18574            'NDRPDR' and
18575            '2T1C' and
18576            'IP4FWD'"
18577   parameters:
18578   - "throughput"
18579   - "parent"
18580   - "tags"
18581   traces:
18582     hoverinfo: "x+y"
18583     boxpoints: "outliers"
18584     whiskerwidth: 0
18585   layout:
18586     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18587     layout: "plot-throughput"
18588
18589 -
18590   type: "plot"
18591   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18592   algorithm: "plot_performance_box"
18593   output-file-type: ".html"
18594   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18595   data: "plot-dpdk-throughput-latency-3n-skx"
18596   filter: "'NIC_Intel-XXV710' and
18597            '64B' and
18598            'BASE' and
18599            'NDRPDR' and
18600            '4T2C' and
18601            'IP4FWD'"
18602   parameters:
18603   - "throughput"
18604   - "parent"
18605   - "tags"
18606   traces:
18607     hoverinfo: "x+y"
18608     boxpoints: "outliers"
18609     whiskerwidth: 0
18610   layout:
18611     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18612     layout: "plot-throughput"
18613
18614 -
18615   type: "plot"
18616   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18617   algorithm: "plot_performance_box"
18618   output-file-type: ".html"
18619   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18620   data: "plot-dpdk-throughput-latency-3n-skx"
18621   filter: "'NIC_Intel-XXV710' and
18622            '64B' and
18623            'BASE' and
18624            'NDRPDR' and
18625            '2T1C' and
18626            'IP4FWD'"
18627   parameters:
18628   - "throughput"
18629   - "parent"
18630   - "tags"
18631   traces:
18632     hoverinfo: "x+y"
18633     boxpoints: "outliers"
18634     whiskerwidth: 0
18635   layout:
18636     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18637     layout: "plot-throughput"
18638
18639 -
18640   type: "plot"
18641   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18642   algorithm: "plot_performance_box"
18643   output-file-type: ".html"
18644   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18645   data: "plot-dpdk-throughput-latency-3n-skx"
18646   filter: "'NIC_Intel-XXV710' and
18647            '64B' and
18648            'BASE' and
18649            'NDRPDR' and
18650            '4T2C' and
18651            'IP4FWD'"
18652   parameters:
18653   - "throughput"
18654   - "parent"
18655   - "tags"
18656   traces:
18657     hoverinfo: "x+y"
18658     boxpoints: "outliers"
18659     whiskerwidth: 0
18660   layout:
18661     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18662     layout: "plot-throughput"
18663
18664 # Packet Throughput - DPDK l3fwd 2n-skx-x710
18665 -
18666   type: "plot"
18667   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18668   algorithm: "plot_performance_box"
18669   output-file-type: ".html"
18670   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18671   data: "plot-dpdk-throughput-latency-2n-skx"
18672   filter: "'NIC_Intel-X710' and
18673            '64B' and
18674            'BASE' and
18675            'NDRPDR' and
18676            '2T1C' and
18677            'IP4FWD'"
18678   parameters:
18679   - "throughput"
18680   - "parent"
18681   - "tags"
18682   traces:
18683     hoverinfo: "x+y"
18684     boxpoints: "outliers"
18685     whiskerwidth: 0
18686   layout:
18687     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18688     layout: "plot-throughput"
18689
18690 -
18691   type: "plot"
18692   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18693   algorithm: "plot_performance_box"
18694   output-file-type: ".html"
18695   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18696   data: "plot-dpdk-throughput-latency-2n-skx"
18697   filter: "'NIC_Intel-X710' and
18698            '64B' and
18699            'BASE' and
18700            'NDRPDR' and
18701            '4T2C' and
18702            'IP4FWD'"
18703   parameters:
18704   - "throughput"
18705   - "parent"
18706   - "tags"
18707   traces:
18708     hoverinfo: "x+y"
18709     boxpoints: "outliers"
18710     whiskerwidth: 0
18711   layout:
18712     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18713     layout: "plot-throughput"
18714
18715 -
18716   type: "plot"
18717   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18718   algorithm: "plot_performance_box"
18719   output-file-type: ".html"
18720   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18721   data: "plot-dpdk-throughput-latency-2n-skx"
18722   filter: "'NIC_Intel-X710' and
18723            '64B' and
18724            'BASE' and
18725            'NDRPDR' and
18726            '2T1C' and
18727            'IP4FWD'"
18728   parameters:
18729   - "throughput"
18730   - "parent"
18731   - "tags"
18732   traces:
18733     hoverinfo: "x+y"
18734     boxpoints: "outliers"
18735     whiskerwidth: 0
18736   layout:
18737     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18738     layout: "plot-throughput"
18739
18740 -
18741   type: "plot"
18742   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18743   algorithm: "plot_performance_box"
18744   output-file-type: ".html"
18745   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18746   data: "plot-dpdk-throughput-latency-2n-skx"
18747   filter: "'NIC_Intel-X710' and
18748            '64B' and
18749            'BASE' and
18750            'NDRPDR' and
18751            '4T2C' and
18752            'IP4FWD'"
18753   parameters:
18754   - "throughput"
18755   - "parent"
18756   - "tags"
18757   traces:
18758     hoverinfo: "x+y"
18759     boxpoints: "outliers"
18760     whiskerwidth: 0
18761   layout:
18762     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18763     layout: "plot-throughput"
18764
18765 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
18766 -
18767   type: "plot"
18768   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18769   algorithm: "plot_performance_box"
18770   output-file-type: ".html"
18771   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18772   data: "plot-dpdk-throughput-latency-2n-skx"
18773   filter: "'NIC_Intel-XXV710' and
18774            '64B' and
18775            'BASE' and
18776            'NDRPDR' and
18777            '2T1C' and
18778            'IP4FWD'"
18779   parameters:
18780   - "throughput"
18781   - "parent"
18782   - "tags"
18783   traces:
18784     hoverinfo: "x+y"
18785     boxpoints: "outliers"
18786     whiskerwidth: 0
18787   layout:
18788     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18789     layout: "plot-throughput"
18790
18791 -
18792   type: "plot"
18793   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18794   algorithm: "plot_performance_box"
18795   output-file-type: ".html"
18796   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18797   data: "plot-dpdk-throughput-latency-2n-skx"
18798   filter: "'NIC_Intel-XXV710' and
18799            '64B' and
18800            'BASE' and
18801            'NDRPDR' and
18802            '4T2C' and
18803            'IP4FWD'"
18804   parameters:
18805   - "throughput"
18806   - "parent"
18807   - "tags"
18808   traces:
18809     hoverinfo: "x+y"
18810     boxpoints: "outliers"
18811     whiskerwidth: 0
18812   layout:
18813     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18814     layout: "plot-throughput"
18815
18816 -
18817   type: "plot"
18818   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18819   algorithm: "plot_performance_box"
18820   output-file-type: ".html"
18821   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18822   data: "plot-dpdk-throughput-latency-2n-skx"
18823   filter: "'NIC_Intel-XXV710' and
18824            '64B' and
18825            'BASE' and
18826            'NDRPDR' and
18827            '2T1C' and
18828            'IP4FWD'"
18829   parameters:
18830   - "throughput"
18831   - "parent"
18832   - "tags"
18833   traces:
18834     hoverinfo: "x+y"
18835     boxpoints: "outliers"
18836     whiskerwidth: 0
18837   layout:
18838     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18839     layout: "plot-throughput"
18840
18841 -
18842   type: "plot"
18843   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18844   algorithm: "plot_performance_box"
18845   output-file-type: ".html"
18846   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18847   data: "plot-dpdk-throughput-latency-2n-skx"
18848   filter: "'NIC_Intel-XXV710' and
18849            '64B' and
18850            'BASE' and
18851            'NDRPDR' and
18852            '4T2C' and
18853            'IP4FWD'"
18854   parameters:
18855   - "throughput"
18856   - "parent"
18857   - "tags"
18858   traces:
18859     hoverinfo: "x+y"
18860     boxpoints: "outliers"
18861     whiskerwidth: 0
18862   layout:
18863     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18864     layout: "plot-throughput"
18865
18866 ################################################################################
18867
18868 # Packet Throughput - DPDK testpmd 3n-hsw-x520
18869 -
18870   type: "plot"
18871   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18872   algorithm: "plot_performance_box"
18873   output-file-type: ".html"
18874   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18875   data: "plot-dpdk-throughput-latency-3n-hsw"
18876   filter: "'NIC_Intel-X520-DA2' and
18877            '64B' and
18878            'BASE' and
18879            'NDRPDR' and
18880            '1T1C' and
18881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18882   parameters:
18883   - "throughput"
18884   - "parent"
18885   - "tags"
18886   traces:
18887     hoverinfo: "x+y"
18888     boxpoints: "outliers"
18889     whiskerwidth: 0
18890   layout:
18891     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18892     layout: "plot-throughput"
18893
18894 -
18895   type: "plot"
18896   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18897   algorithm: "plot_performance_box"
18898   output-file-type: ".html"
18899   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18900   data: "plot-dpdk-throughput-latency-3n-hsw"
18901   filter: "'NIC_Intel-X520-DA2' and
18902            '64B' and
18903            'BASE' and
18904            'NDRPDR' and
18905            '2T2C' and
18906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18907   parameters:
18908   - "throughput"
18909   - "parent"
18910   - "tags"
18911   traces:
18912     hoverinfo: "x+y"
18913     boxpoints: "outliers"
18914     whiskerwidth: 0
18915   layout:
18916     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18917     layout: "plot-throughput"
18918
18919 -
18920   type: "plot"
18921   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18922   algorithm: "plot_performance_box"
18923   output-file-type: ".html"
18924   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18925   data: "plot-dpdk-throughput-latency-3n-hsw"
18926   filter: "'NIC_Intel-X520-DA2' and
18927            '64B' and
18928            'BASE' and
18929            'NDRPDR' and
18930            '1T1C' and
18931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18932   parameters:
18933   - "throughput"
18934   - "parent"
18935   - "tags"
18936   traces:
18937     hoverinfo: "x+y"
18938     boxpoints: "outliers"
18939     whiskerwidth: 0
18940   layout:
18941     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18942     layout: "plot-throughput"
18943
18944 -
18945   type: "plot"
18946   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18947   algorithm: "plot_performance_box"
18948   output-file-type: ".html"
18949   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18950   data: "plot-dpdk-throughput-latency-3n-hsw"
18951   filter: "'NIC_Intel-X520-DA2' and
18952            '64B' and
18953            'BASE' and
18954            'NDRPDR' and
18955            '2T2C' and
18956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18957   parameters:
18958   - "throughput"
18959   - "parent"
18960   - "tags"
18961   traces:
18962     hoverinfo: "x+y"
18963     boxpoints: "outliers"
18964     whiskerwidth: 0
18965   layout:
18966     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18967     layout: "plot-throughput"
18968
18969 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18970 -
18971   type: "plot"
18972   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18973   algorithm: "plot_performance_box"
18974   output-file-type: ".html"
18975   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18976   data: "plot-dpdk-throughput-latency-3n-hsw"
18977   filter: "'NIC_Intel-X710' and
18978            '64B' and
18979            'BASE' and
18980            'NDRPDR' and
18981            '1T1C' and
18982            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18983   parameters:
18984   - "throughput"
18985   - "parent"
18986   - "tags"
18987   traces:
18988     hoverinfo: "x+y"
18989     boxpoints: "outliers"
18990     whiskerwidth: 0
18991   layout:
18992     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18993     layout: "plot-throughput"
18994
18995 -
18996   type: "plot"
18997   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18998   algorithm: "plot_performance_box"
18999   output-file-type: ".html"
19000   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19001   data: "plot-dpdk-throughput-latency-3n-hsw"
19002   filter: "'NIC_Intel-X710' and
19003            '64B' and
19004            'BASE' and
19005            'NDRPDR' and
19006            '2T2C' and
19007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19008   parameters:
19009   - "throughput"
19010   - "parent"
19011   - "tags"
19012   traces:
19013     hoverinfo: "x+y"
19014     boxpoints: "outliers"
19015     whiskerwidth: 0
19016   layout:
19017     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
19018     layout: "plot-throughput"
19019
19020 -
19021   type: "plot"
19022   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19023   algorithm: "plot_performance_box"
19024   output-file-type: ".html"
19025   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19026   data: "plot-dpdk-throughput-latency-3n-hsw"
19027   filter: "'NIC_Intel-X710' and
19028            '64B' and
19029            'BASE' and
19030            'NDRPDR' and
19031            '1T1C' and
19032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19033   parameters:
19034   - "throughput"
19035   - "parent"
19036   - "tags"
19037   traces:
19038     hoverinfo: "x+y"
19039     boxpoints: "outliers"
19040     whiskerwidth: 0
19041   layout:
19042     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
19043     layout: "plot-throughput"
19044
19045 -
19046   type: "plot"
19047   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19048   algorithm: "plot_performance_box"
19049   output-file-type: ".html"
19050   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19051   data: "plot-dpdk-throughput-latency-3n-hsw"
19052   filter: "'NIC_Intel-X710' and
19053            '64B' and
19054            'BASE' and
19055            'NDRPDR' and
19056            '2T2C' and
19057            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19058   parameters:
19059   - "throughput"
19060   - "parent"
19061   - "tags"
19062   traces:
19063     hoverinfo: "x+y"
19064     boxpoints: "outliers"
19065     whiskerwidth: 0
19066   layout:
19067     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
19068     layout: "plot-throughput"
19069
19070 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
19071 -
19072   type: "plot"
19073   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19074   algorithm: "plot_performance_box"
19075   output-file-type: ".html"
19076   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19077   data: "plot-dpdk-throughput-latency-3n-hsw"
19078   filter: "'NIC_Intel-XL710' and
19079            '64B' and
19080            'BASE' and
19081            'NDRPDR' and
19082            '1T1C' and
19083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19084   parameters:
19085   - "throughput"
19086   - "parent"
19087   - "tags"
19088   traces:
19089     hoverinfo: "x+y"
19090     boxpoints: "outliers"
19091     whiskerwidth: 0
19092   layout:
19093     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
19094     layout: "plot-throughput"
19095
19096 -
19097   type: "plot"
19098   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19099   algorithm: "plot_performance_box"
19100   output-file-type: ".html"
19101   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19102   data: "plot-dpdk-throughput-latency-3n-hsw"
19103   filter: "'NIC_Intel-XL710' and
19104            '64B' and
19105            'BASE' and
19106            'NDRPDR' and
19107            '2T2C' and
19108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19109   parameters:
19110   - "throughput"
19111   - "parent"
19112   - "tags"
19113   traces:
19114     hoverinfo: "x+y"
19115     boxpoints: "outliers"
19116     whiskerwidth: 0
19117   layout:
19118     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
19119     layout: "plot-throughput"
19120
19121 -
19122   type: "plot"
19123   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19124   algorithm: "plot_performance_box"
19125   output-file-type: ".html"
19126   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19127   data: "plot-dpdk-throughput-latency-3n-hsw"
19128   filter: "'NIC_Intel-XL710' and
19129            '64B' and
19130            'BASE' and
19131            'NDRPDR' and
19132            '1T1C' and
19133            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19134   parameters:
19135   - "throughput"
19136   - "parent"
19137   - "tags"
19138   traces:
19139     hoverinfo: "x+y"
19140     boxpoints: "outliers"
19141     whiskerwidth: 0
19142   layout:
19143     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
19144     layout: "plot-throughput"
19145
19146 -
19147   type: "plot"
19148   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19149   algorithm: "plot_performance_box"
19150   output-file-type: ".html"
19151   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19152   data: "plot-dpdk-throughput-latency-3n-hsw"
19153   filter: "'NIC_Intel-XL710' and
19154            '64B' and
19155            'BASE' and
19156            'NDRPDR' and
19157            '2T2C' and
19158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19159   parameters:
19160   - "throughput"
19161   - "parent"
19162   - "tags"
19163   traces:
19164     hoverinfo: "x+y"
19165     boxpoints: "outliers"
19166     whiskerwidth: 0
19167   layout:
19168     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19169     layout: "plot-throughput"
19170
19171 # Packet Throughput - DPDK testpmd 3n-skx-x710
19172 -
19173   type: "plot"
19174   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19175   algorithm: "plot_performance_box"
19176   output-file-type: ".html"
19177   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19178   data: "plot-dpdk-throughput-latency-3n-skx"
19179   filter: "'NIC_Intel-X710' and
19180            '64B' and
19181            'BASE' and
19182            'NDRPDR' and
19183            '2T1C' and
19184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19185   parameters:
19186   - "throughput"
19187   - "parent"
19188   - "tags"
19189   traces:
19190     hoverinfo: "x+y"
19191     boxpoints: "outliers"
19192     whiskerwidth: 0
19193   layout:
19194     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19195     layout: "plot-throughput"
19196
19197 -
19198   type: "plot"
19199   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19200   algorithm: "plot_performance_box"
19201   output-file-type: ".html"
19202   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19203   data: "plot-dpdk-throughput-latency-3n-skx"
19204   filter: "'NIC_Intel-X710' and
19205            '64B' and
19206            'BASE' and
19207            'NDRPDR' and
19208            '4T2C' and
19209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19210   parameters:
19211   - "throughput"
19212   - "parent"
19213   - "tags"
19214   traces:
19215     hoverinfo: "x+y"
19216     boxpoints: "outliers"
19217     whiskerwidth: 0
19218   layout:
19219     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19220     layout: "plot-throughput"
19221
19222 -
19223   type: "plot"
19224   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19225   algorithm: "plot_performance_box"
19226   output-file-type: ".html"
19227   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19228   data: "plot-dpdk-throughput-latency-3n-skx"
19229   filter: "'NIC_Intel-X710' and
19230            '64B' and
19231            'BASE' and
19232            'NDRPDR' and
19233            '2T1C' and
19234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19235   parameters:
19236   - "throughput"
19237   - "parent"
19238   - "tags"
19239   traces:
19240     hoverinfo: "x+y"
19241     boxpoints: "outliers"
19242     whiskerwidth: 0
19243   layout:
19244     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19245     layout: "plot-throughput"
19246
19247 -
19248   type: "plot"
19249   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19250   algorithm: "plot_performance_box"
19251   output-file-type: ".html"
19252   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19253   data: "plot-dpdk-throughput-latency-3n-skx"
19254   filter: "'NIC_Intel-X710' and
19255            '64B' and
19256            'BASE' and
19257            'NDRPDR' and
19258            '4T2C' and
19259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19260   parameters:
19261   - "throughput"
19262   - "parent"
19263   - "tags"
19264   traces:
19265     hoverinfo: "x+y"
19266     boxpoints: "outliers"
19267     whiskerwidth: 0
19268   layout:
19269     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19270     layout: "plot-throughput"
19271
19272 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
19273 -
19274   type: "plot"
19275   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19276   algorithm: "plot_performance_box"
19277   output-file-type: ".html"
19278   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19279   data: "plot-dpdk-throughput-latency-3n-skx"
19280   filter: "'NIC_Intel-XXV710' and
19281            '64B' and
19282            'BASE' and
19283            'NDRPDR' and
19284            '2T1C' and
19285            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19286   parameters:
19287   - "throughput"
19288   - "parent"
19289   - "tags"
19290   traces:
19291     hoverinfo: "x+y"
19292     boxpoints: "outliers"
19293     whiskerwidth: 0
19294   layout:
19295     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19296     layout: "plot-throughput"
19297
19298 -
19299   type: "plot"
19300   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19301   algorithm: "plot_performance_box"
19302   output-file-type: ".html"
19303   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19304   data: "plot-dpdk-throughput-latency-3n-skx"
19305   filter: "'NIC_Intel-XXV710' and
19306            '64B' and
19307            'BASE' and
19308            'NDRPDR' and
19309            '4T2C' and
19310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19311   parameters:
19312   - "throughput"
19313   - "parent"
19314   - "tags"
19315   traces:
19316     hoverinfo: "x+y"
19317     boxpoints: "outliers"
19318     whiskerwidth: 0
19319   layout:
19320     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19321     layout: "plot-throughput"
19322
19323 -
19324   type: "plot"
19325   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19326   algorithm: "plot_performance_box"
19327   output-file-type: ".html"
19328   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19329   data: "plot-dpdk-throughput-latency-3n-skx"
19330   filter: "'NIC_Intel-XXV710' and
19331            '64B' and
19332            'BASE' and
19333            'NDRPDR' and
19334            '2T1C' and
19335            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19336   parameters:
19337   - "throughput"
19338   - "parent"
19339   - "tags"
19340   traces:
19341     hoverinfo: "x+y"
19342     boxpoints: "outliers"
19343     whiskerwidth: 0
19344   layout:
19345     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19346     layout: "plot-throughput"
19347
19348 -
19349   type: "plot"
19350   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19351   algorithm: "plot_performance_box"
19352   output-file-type: ".html"
19353   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19354   data: "plot-dpdk-throughput-latency-3n-skx"
19355   filter: "'NIC_Intel-XXV710' and
19356            '64B' and
19357            'BASE' and
19358            'NDRPDR' and
19359            '4T2C' and
19360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19361   parameters:
19362   - "throughput"
19363   - "parent"
19364   - "tags"
19365   traces:
19366     hoverinfo: "x+y"
19367     boxpoints: "outliers"
19368     whiskerwidth: 0
19369   layout:
19370     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19371     layout: "plot-throughput"
19372
19373 # Packet Throughput - DPDK testpmd 2n-skx-x710
19374 -
19375   type: "plot"
19376   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19377   algorithm: "plot_performance_box"
19378   output-file-type: ".html"
19379   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19380   data: "plot-dpdk-throughput-latency-2n-skx"
19381   filter: "'NIC_Intel-X710' and
19382            '64B' and
19383            'BASE' and
19384            'NDRPDR' and
19385            '2T1C' and
19386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19387   parameters:
19388   - "throughput"
19389   - "parent"
19390   - "tags"
19391   traces:
19392     hoverinfo: "x+y"
19393     boxpoints: "outliers"
19394     whiskerwidth: 0
19395   layout:
19396     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19397     layout: "plot-throughput"
19398
19399 -
19400   type: "plot"
19401   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19402   algorithm: "plot_performance_box"
19403   output-file-type: ".html"
19404   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19405   data: "plot-dpdk-throughput-latency-2n-skx"
19406   filter: "'NIC_Intel-X710' and
19407            '64B' and
19408            'BASE' and
19409            'NDRPDR' and
19410            '4T2C' and
19411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19412   parameters:
19413   - "throughput"
19414   - "parent"
19415   - "tags"
19416   traces:
19417     hoverinfo: "x+y"
19418     boxpoints: "outliers"
19419     whiskerwidth: 0
19420   layout:
19421     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19422     layout: "plot-throughput"
19423
19424 -
19425   type: "plot"
19426   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19427   algorithm: "plot_performance_box"
19428   output-file-type: ".html"
19429   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19430   data: "plot-dpdk-throughput-latency-2n-skx"
19431   filter: "'NIC_Intel-X710' and
19432            '64B' and
19433            'BASE' and
19434            'NDRPDR' and
19435            '2T1C' and
19436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19437   parameters:
19438   - "throughput"
19439   - "parent"
19440   - "tags"
19441   traces:
19442     hoverinfo: "x+y"
19443     boxpoints: "outliers"
19444     whiskerwidth: 0
19445   layout:
19446     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19447     layout: "plot-throughput"
19448
19449 -
19450   type: "plot"
19451   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19452   algorithm: "plot_performance_box"
19453   output-file-type: ".html"
19454   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19455   data: "plot-dpdk-throughput-latency-2n-skx"
19456   filter: "'NIC_Intel-X710' and
19457            '64B' and
19458            'BASE' and
19459            'NDRPDR' and
19460            '4T2C' and
19461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19462   parameters:
19463   - "throughput"
19464   - "parent"
19465   - "tags"
19466   traces:
19467     hoverinfo: "x+y"
19468     boxpoints: "outliers"
19469     whiskerwidth: 0
19470   layout:
19471     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19472     layout: "plot-throughput"
19473
19474 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
19475 -
19476   type: "plot"
19477   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19478   algorithm: "plot_performance_box"
19479   output-file-type: ".html"
19480   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19481   data: "plot-dpdk-throughput-latency-2n-skx"
19482   filter: "'NIC_Intel-XXV710' and
19483            '64B' and
19484            'BASE' and
19485            'NDRPDR' and
19486            '2T1C' and
19487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19488   parameters:
19489   - "throughput"
19490   - "parent"
19491   - "tags"
19492   traces:
19493     hoverinfo: "x+y"
19494     boxpoints: "outliers"
19495     whiskerwidth: 0
19496   layout:
19497     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19498     layout: "plot-throughput"
19499
19500 -
19501   type: "plot"
19502   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19503   algorithm: "plot_performance_box"
19504   output-file-type: ".html"
19505   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19506   data: "plot-dpdk-throughput-latency-2n-skx"
19507   filter: "'NIC_Intel-XXV710' and
19508            '64B' and
19509            'BASE' and
19510            'NDRPDR' and
19511            '4T2C' and
19512            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19513   parameters:
19514   - "throughput"
19515   - "parent"
19516   - "tags"
19517   traces:
19518     hoverinfo: "x+y"
19519     boxpoints: "outliers"
19520     whiskerwidth: 0
19521   layout:
19522     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19523     layout: "plot-throughput"
19524
19525 -
19526   type: "plot"
19527   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19528   algorithm: "plot_performance_box"
19529   output-file-type: ".html"
19530   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19531   data: "plot-dpdk-throughput-latency-2n-skx"
19532   filter: "'NIC_Intel-XXV710' and
19533            '64B' and
19534            'BASE' and
19535            'NDRPDR' and
19536            '2T1C' and
19537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19538   parameters:
19539   - "throughput"
19540   - "parent"
19541   - "tags"
19542   traces:
19543     hoverinfo: "x+y"
19544     boxpoints: "outliers"
19545     whiskerwidth: 0
19546   layout:
19547     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19548     layout: "plot-throughput"
19549
19550 -
19551   type: "plot"
19552   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19553   algorithm: "plot_performance_box"
19554   output-file-type: ".html"
19555   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19556   data: "plot-dpdk-throughput-latency-2n-skx"
19557   filter: "'NIC_Intel-XXV710' and
19558            '64B' and
19559            'BASE' and
19560            'NDRPDR' and
19561            '4T2C' and
19562            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19563   parameters:
19564   - "throughput"
19565   - "parent"
19566   - "tags"
19567   traces:
19568     hoverinfo: "x+y"
19569     boxpoints: "outliers"
19570     whiskerwidth: 0
19571   layout:
19572     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19573     layout: "plot-throughput"
19574
19575 ################################################################################
19576
19577 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
19578 -
19579   type: "plot"
19580   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19581   algorithm: "plot_latency_error_bars"
19582   output-file-type: ".html"
19583   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19584   data: "plot-vpp-throughput-latency-3n-hsw"
19585   filter: "'NIC_Intel-X520-DA2' and
19586            '64B' and
19587            ('BASE' or 'SCALE') and
19588            'NDRPDR' and
19589            'ETH' and
19590            '1T1C' and
19591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19592            not 'VHOST' and
19593            not 'MEMIF'"
19594   parameters:
19595   - "latency"
19596   - "parent"
19597   - "tags"
19598   sort:
19599   - "L2XCFWD"
19600   - "L2PATCH"
19601   - "L2BDMACLRN"
19602   - "FIB_10K"
19603   - "FIB_100K"
19604   - "FIB_1M"
19605   layout:
19606     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19607     layout: "plot-latency"
19608
19609 -
19610   type: "plot"
19611   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19612   algorithm: "plot_latency_error_bars"
19613   output-file-type: ".html"
19614   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19615   data: "plot-vpp-throughput-latency-3n-hsw"
19616   filter: "'NIC_Intel-X520-DA2' and
19617            '64B' and
19618            ('BASE' or 'SCALE') and
19619            'NDRPDR' and
19620            'ETH' and
19621            '2T2C' and
19622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19623            not 'VHOST' and
19624            not 'MEMIF'"
19625   parameters:
19626   - "latency"
19627   - "parent"
19628   - "tags"
19629   sort:
19630   - "L2XCFWD"
19631   - "L2PATCH"
19632   - "L2BDMACLRN"
19633   - "FIB_10K"
19634   - "FIB_100K"
19635   - "FIB_1M"
19636   layout:
19637     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19638     layout: "plot-latency"
19639
19640 # Packet Latency - VPP L2 3n-hsw-x520 features
19641 -
19642   type: "plot"
19643   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19644   algorithm: "plot_latency_error_bars"
19645   output-file-type: ".html"
19646   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19647   data: "plot-vpp-throughput-latency-3n-hsw"
19648   filter: "'NIC_Intel-X520-DA2' and
19649            '64B' and
19650            'NDRPDR' and
19651            '1T1C' and
19652            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19653            not 'ACL' and
19654            not 'VHOST' and
19655            not 'MEMIF'"
19656   parameters:
19657   - "latency"
19658   - "parent"
19659   - "tags"
19660   sort:
19661   - "L2XCBASE"    # l2xcbase
19662   - "L2BDBASE"    # l2bdbase
19663   - "L2XCFWD"     # dot1q-l2xcbase
19664   - "L2BDMACLRN"  # dot1q-l2bdbase
19665   layout:
19666     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
19667     layout: "plot-latency"
19668
19669 -
19670   type: "plot"
19671   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19672   algorithm: "plot_latency_error_bars"
19673   output-file-type: ".html"
19674   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19675   data: "plot-vpp-throughput-latency-3n-hsw"
19676   filter: "'NIC_Intel-X520-DA2' and
19677            '64B' and
19678            'NDRPDR' and
19679            '2T2C' and
19680            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19681            not 'ACL' and
19682            not 'VHOST' and
19683            not 'MEMIF'"
19684   parameters:
19685   - "latency"
19686   - "parent"
19687   - "tags"
19688   sort:
19689   - "L2XCBASE"    # l2xcbase
19690   - "L2BDBASE"    # l2bdbase
19691   - "L2XCFWD"     # dot1q-l2xcbase
19692   - "L2BDMACLRN"  # dot1q-l2bdbase
19693   layout:
19694     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
19695     layout: "plot-latency"
19696
19697 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
19698 -
19699   type: "plot"
19700   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19701   algorithm: "plot_latency_error_bars"
19702   output-file-type: ".html"
19703   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19704   data: "plot-vpp-throughput-latency-3n-hsw"
19705   filter: "'NIC_Intel-X710' and
19706            '64B' and
19707            ('BASE' or 'SCALE') and
19708            'NDRPDR' and
19709            'ETH' and
19710            '1T1C' and
19711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19712            not 'VHOST' and
19713            not 'MEMIF'"
19714   parameters:
19715   - "latency"
19716   - "parent"
19717   - "tags"
19718   sort:
19719   - "L2PATCH"
19720   - "L2XCBASE"
19721   - "BASE"
19722   - "FIB_10K"
19723   - "FIB_100K"
19724   - "FIB_1M"
19725   layout:
19726     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19727     layout: "plot-latency"
19728
19729 -
19730   type: "plot"
19731   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19732   algorithm: "plot_latency_error_bars"
19733   output-file-type: ".html"
19734   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19735   data: "plot-vpp-throughput-latency-3n-hsw"
19736   filter: "'NIC_Intel-X710' and
19737            '64B' and
19738            ('BASE' or 'SCALE') and
19739            'NDRPDR' and
19740            'ETH' and
19741            '2T2C' and
19742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19743            not 'VHOST' and
19744            not 'MEMIF'"
19745   parameters:
19746   - "latency"
19747   - "parent"
19748   - "tags"
19749   sort:
19750   - "L2PATCH"
19751   - "L2XCBASE"
19752   - "BASE"
19753   - "FIB_10K"
19754   - "FIB_100K"
19755   - "FIB_1M"
19756   layout:
19757     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19758     layout: "plot-latency"
19759
19760 # Packet Latency - VPP L2 3n-hsw-x710 features
19761 -
19762   type: "plot"
19763   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19764   algorithm: "plot_latency_error_bars"
19765   output-file-type: ".html"
19766   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19767   data: "plot-vpp-throughput-latency-3n-hsw"
19768   filter: "'NIC_Intel-X710' and
19769            '64B' and
19770            'NDRPDR' and
19771            '1T1C' and
19772            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19773            not 'ACL' and
19774            not 'VHOST' and
19775            not 'MEMIF'"
19776   parameters:
19777   - "latency"
19778   - "parent"
19779   - "tags"
19780   sort:
19781   - "L2XCBASE"    # l2xcbase
19782   - "L2BDBASE"    # l2bdbase
19783   - "L2XCFWD"     # dot1q-l2xcbase
19784   - "L2BDMACLRN"  # dot1q-l2bdbase
19785   layout:
19786     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
19787     layout: "plot-latency"
19788
19789 -
19790   type: "plot"
19791   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19792   algorithm: "plot_latency_error_bars"
19793   output-file-type: ".html"
19794   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19795   data: "plot-vpp-throughput-latency-3n-hsw"
19796   filter: "'NIC_Intel-X710' and
19797            '64B' and
19798            'NDRPDR' and
19799            '2T2C' and
19800            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19801            not 'ACL' and
19802            not 'VHOST' and
19803            not 'MEMIF'"
19804   parameters:
19805   - "latency"
19806   - "parent"
19807   - "tags"
19808   sort:
19809   - "L2XCBASE"    # l2xcbase
19810   - "L2BDBASE"    # l2bdbase
19811   - "L2XCFWD"     # dot1q-l2xcbase
19812   - "L2BDMACLRN"  # dot1q-l2bdbase
19813   layout:
19814     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
19815     layout: "plot-latency"
19816
19817 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
19818 -
19819   type: "plot"
19820   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19821   algorithm: "plot_latency_error_bars"
19822   output-file-type: ".html"
19823   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19824   data: "plot-vpp-throughput-latency-3n-hsw"
19825   filter: "'NIC_Intel-XL710' and
19826            '64B' and
19827            ('BASE' or 'SCALE') and
19828            'NDRPDR' and
19829            'ETH' and
19830            '1T1C' and
19831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19832            not 'VHOST' and
19833            not 'MEMIF'"
19834   parameters:
19835   - "latency"
19836   - "parent"
19837   - "tags"
19838   sort:
19839   - "L2PATCH"
19840   - "L2XCBASE"
19841   - "BASE"
19842   - "FIB_10K"
19843   - "FIB_100K"
19844   - "FIB_1M"
19845   layout:
19846     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19847     layout: "plot-latency"
19848
19849 -
19850   type: "plot"
19851   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19852   algorithm: "plot_latency_error_bars"
19853   output-file-type: ".html"
19854   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19855   data: "plot-vpp-throughput-latency-3n-hsw"
19856   filter: "'NIC_Intel-XL710' and
19857            '64B' and
19858            ('BASE' or 'SCALE') and
19859            'NDRPDR' and
19860            'ETH' and
19861            '2T2C' and
19862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19863            not 'VHOST' and
19864            not 'MEMIF'"
19865   parameters:
19866   - "latency"
19867   - "parent"
19868   - "tags"
19869   sort:
19870   - "L2PATCH"
19871   - "L2XCBASE"
19872   - "BASE"
19873   - "FIB_10K"
19874   - "FIB_100K"
19875   - "FIB_1M"
19876   layout:
19877     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19878     layout: "plot-latency"
19879
19880 # Packet Latency - VPP L2 3n-skx-x710 base and scale
19881 -
19882   type: "plot"
19883   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19884   algorithm: "plot_latency_error_bars"
19885   output-file-type: ".html"
19886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19887   data: "plot-vpp-throughput-latency-3n-skx"
19888   filter: "'NIC_Intel-X710' and
19889            '64B' and
19890            ('BASE' or 'SCALE') and
19891            'NDRPDR' and
19892            'ETH' and
19893            '2T1C' and
19894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19895            not 'VHOST' and
19896            not 'MEMIF' and
19897            not 'DRV_AVF'"
19898   parameters:
19899   - "latency"
19900   - "parent"
19901   - "tags"
19902   sort:
19903   - "L2PATCH"
19904   - "L2XCBASE"
19905   - "BASE"
19906   - "FIB_10K"
19907   - "FIB_100K"
19908   - "FIB_1M"
19909   layout:
19910     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19911     layout: "plot-latency"
19912
19913 -
19914   type: "plot"
19915   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19916   algorithm: "plot_latency_error_bars"
19917   output-file-type: ".html"
19918   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19919   data: "plot-vpp-throughput-latency-3n-skx"
19920   filter: "'NIC_Intel-X710' and
19921            '64B' and
19922            ('BASE' or 'SCALE') and
19923            'NDRPDR' and
19924            'ETH' and
19925            '4T2C' and
19926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19927            not 'VHOST' and
19928            not 'MEMIF' and
19929            not 'DRV_AVF'"
19930   parameters:
19931   - "latency"
19932   - "parent"
19933   - "tags"
19934   sort:
19935   - "L2PATCH"
19936   - "L2XCBASE"
19937   - "BASE"
19938   - "FIB_10K"
19939   - "FIB_100K"
19940   - "FIB_1M"
19941   layout:
19942     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19943     layout: "plot-latency"
19944
19945 # Packet Latency - VPP L2 3n-skx-x710 features
19946 -
19947   type: "plot"
19948   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19949   algorithm: "plot_latency_error_bars"
19950   output-file-type: ".html"
19951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19952   data: "plot-vpp-throughput-latency-3n-skx"
19953   filter: "'NIC_Intel-X710' and
19954            '64B' and
19955            'NDRPDR' and
19956            '2T1C' and
19957            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19958            not 'ACL' and
19959            not 'VHOST' and
19960            not 'MEMIF'"
19961   parameters:
19962   - "latency"
19963   - "parent"
19964   - "tags"
19965   sort:
19966   - "L2XCBASE"    # l2xcbase
19967   - "L2BDBASE"    # l2bdbase
19968   - "L2XCFWD"     # dot1q-l2xcbase
19969   - "L2BDMACLRN"  # dot1q-l2bdbase
19970   layout:
19971     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19972     layout: "plot-latency"
19973
19974 -
19975   type: "plot"
19976   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19977   algorithm: "plot_latency_error_bars"
19978   output-file-type: ".html"
19979   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19980   data: "plot-vpp-throughput-latency-3n-skx"
19981   filter: "'NIC_Intel-X710' and
19982            '64B' and
19983            'NDRPDR' and
19984            '4T2C' and
19985            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19986            not 'ACL' and
19987            not 'VHOST' and
19988            not 'MEMIF'"
19989   parameters:
19990   - "latency"
19991   - "parent"
19992   - "tags"
19993   sort:
19994   - "L2XCBASE"    # l2xcbase
19995   - "L2BDBASE"    # l2bdbase
19996   - "L2XCFWD"     # dot1q-l2xcbase
19997   - "L2BDMACLRN"  # dot1q-l2bdbase
19998   layout:
19999     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
20000     layout: "plot-latency"
20001
20002 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
20003 -
20004   type: "plot"
20005   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20006   algorithm: "plot_latency_error_bars"
20007   output-file-type: ".html"
20008   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20009   data: "plot-vpp-throughput-latency-3n-skx"
20010   filter: "'NIC_Intel-XXV710' and
20011            '64B' and
20012            ('BASE' or 'SCALE') and
20013            'NDRPDR' and
20014            'ETH' and
20015            '2T1C' and
20016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20017            not 'VHOST' and
20018            not 'MEMIF' and
20019            not 'DRV_AVF'"
20020   parameters:
20021   - "latency"
20022   - "parent"
20023   - "tags"
20024   sort:
20025   - "L2PATCH"
20026   - "L2XCBASE"
20027   - "BASE"
20028   - "FIB_10K"
20029   - "FIB_100K"
20030   - "FIB_1M"
20031   layout:
20032     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20033     layout: "plot-latency"
20034
20035 -
20036   type: "plot"
20037   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20038   algorithm: "plot_latency_error_bars"
20039   output-file-type: ".html"
20040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20041   data: "plot-vpp-throughput-latency-3n-skx"
20042   filter: "'NIC_Intel-XXV710' and
20043            '64B' and
20044            ('BASE' or 'SCALE') and
20045            'NDRPDR' and
20046            'ETH' and
20047            '4T2C' and
20048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20049            not 'VHOST' and
20050            not 'MEMIF' and
20051            not 'DRV_AVF'"
20052   parameters:
20053   - "latency"
20054   - "parent"
20055   - "tags"
20056   sort:
20057   - "L2PATCH"
20058   - "L2XCBASE"
20059   - "BASE"
20060   - "FIB_10K"
20061   - "FIB_100K"
20062   - "FIB_1M"
20063   layout:
20064     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20065     layout: "plot-latency"
20066
20067 # Packet Latency - VPP L2 2n-skx-x710 base and scale
20068 -
20069   type: "plot"
20070   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20071   algorithm: "plot_latency_error_bars"
20072   output-file-type: ".html"
20073   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20074   data: "plot-vpp-throughput-latency-2n-skx"
20075   filter: "'NIC_Intel-X710' and
20076            '64B' and
20077            'ETH' and
20078            ('BASE' or 'SCALE') and
20079            'NDRPDR' and
20080            '2T1C' and
20081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20082            not 'VHOST' and
20083            not 'MEMIF'"
20084   parameters:
20085   - "latency"
20086   - "parent"
20087   - "tags"
20088   sort:
20089   - "L2PATCH"
20090   - "L2XCBASE"
20091   - "BASE"
20092   - "FIB_10K"
20093   - "FIB_100K"
20094   - "FIB_1M"
20095   layout:
20096     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20097     layout: "plot-latency"
20098
20099 -
20100   type: "plot"
20101   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20102   algorithm: "plot_latency_error_bars"
20103   output-file-type: ".html"
20104   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20105   data: "plot-vpp-throughput-latency-2n-skx"
20106   filter: "'NIC_Intel-X710' and
20107            '64B' and
20108            ('BASE' or 'SCALE') and
20109            'NDRPDR' and
20110            'ETH' and
20111            '4T2C' and
20112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20113            not 'VHOST' and
20114            not 'MEMIF'"
20115   parameters:
20116   - "latency"
20117   - "parent"
20118   - "tags"
20119   sort:
20120   - "L2PATCH"
20121   - "L2XCBASE"
20122   - "BASE"
20123   - "FIB_10K"
20124   - "FIB_100K"
20125   - "FIB_1M"
20126   layout:
20127     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20128     layout: "plot-latency"
20129
20130 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
20131 -
20132   type: "plot"
20133   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20134   algorithm: "plot_latency_error_bars"
20135   output-file-type: ".html"
20136   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20137   data: "plot-vpp-throughput-latency-2n-skx"
20138   filter: "'NIC_Intel-XXV710' and
20139            '64B' and
20140            ('BASE' or 'SCALE') and
20141            'NDRPDR' and
20142            'ETH' and
20143            '2T1C' and
20144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20145            not 'VHOST' and
20146            not 'MEMIF'"
20147   parameters:
20148   - "latency"
20149   - "parent"
20150   - "tags"
20151   sort:
20152   - "L2PATCH"
20153   - "L2XCBASE"
20154   - "BASE"
20155   - "FIB_10K"
20156   - "FIB_100K"
20157   - "FIB_1M"
20158   layout:
20159     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20160     layout: "plot-latency"
20161
20162 -
20163   type: "plot"
20164   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20165   algorithm: "plot_latency_error_bars"
20166   output-file-type: ".html"
20167   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20168   data: "plot-vpp-throughput-latency-2n-skx"
20169   filter: "'NIC_Intel-XXV710' and
20170            '64B' and
20171            ('BASE' or 'SCALE') and
20172            'NDRPDR' and
20173            'ETH' and
20174            '4T2C' and
20175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20176            not 'VHOST' and
20177            not 'MEMIF'"
20178   parameters:
20179   - "latency"
20180   - "parent"
20181   - "tags"
20182   sort:
20183   - "L2PATCH"
20184   - "L2XCBASE"
20185   - "BASE"
20186   - "FIB_10K"
20187   - "FIB_100K"
20188   - "FIB_1M"
20189   layout:
20190     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20191     layout: "plot-latency"
20192
20193 ################################################################################
20194
20195 # Packet Latency - VPP Container Memif 3n-hsw-x520
20196 -
20197   type: "plot"
20198   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20199   algorithm: "plot_latency_error_bars"
20200   output-file-type: ".html"
20201   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20202   data: "plot-vpp-throughput-latency-3n-hsw"
20203   filter: "'NIC_Intel-X520-DA2' and
20204            '64B' and
20205            ('BASE' or 'SCALE') and
20206            'NDRPDR' and
20207            '1T1C' and
20208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20209            not 'VHOST' and
20210            'MEMIF'"
20211   parameters:
20212   - "latency"
20213   - "parent"
20214   - "tags"
20215   sort:
20216   - "L2XCFWD"
20217   - "L2XCFWD"
20218   - "L2XCFWD"
20219   - "L2BDMACLRN"
20220   - "L2BDMACLRN"
20221   - "L2BDMACLRN"
20222   layout:
20223     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20224     layout: "plot-latency"
20225
20226 -
20227   type: "plot"
20228   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20229   algorithm: "plot_latency_error_bars"
20230   output-file-type: ".html"
20231   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20232   data: "plot-vpp-throughput-latency-3n-hsw"
20233   filter: "'NIC_Intel-X520-DA2' and
20234            '64B' and
20235            ('BASE' or 'SCALE') and
20236            'NDRPDR' and
20237            '2T2C' and
20238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20239            not 'VHOST' and
20240            'MEMIF'"
20241   parameters:
20242   - "latency"
20243   - "parent"
20244   - "tags"
20245   sort:
20246   - "L2XCFWD"
20247   - "L2XCFWD"
20248   - "L2XCFWD"
20249   - "L2BDMACLRN"
20250   - "L2BDMACLRN"
20251   - "L2BDMACLRN"
20252   layout:
20253     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20254     layout: "plot-latency"
20255
20256 # Packet Latency - VPP Container Memif 3n-hsw-x710
20257 -
20258   type: "plot"
20259   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20260   algorithm: "plot_latency_error_bars"
20261   output-file-type: ".html"
20262   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20263   data: "plot-vpp-throughput-latency-3n-hsw"
20264   filter: "'NIC_Intel-X710' and
20265            '64B' and
20266            ('BASE' or 'SCALE') and
20267            'NDRPDR' and
20268            '1T1C' and
20269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20270            not 'VHOST' and
20271            'MEMIF'"
20272   parameters:
20273   - "latency"
20274   - "parent"
20275   - "tags"
20276   sort:
20277   - "L2XCFWD"
20278   - "L2XCFWD"
20279   - "L2XCFWD"
20280   - "L2BDMACLRN"
20281   - "L2BDMACLRN"
20282   - "L2BDMACLRN"
20283   layout:
20284     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20285     layout: "plot-latency"
20286
20287 -
20288   type: "plot"
20289   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20290   algorithm: "plot_latency_error_bars"
20291   output-file-type: ".html"
20292   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20293   data: "plot-vpp-throughput-latency-3n-hsw"
20294   filter: "'NIC_Intel-X710' and
20295            '64B' and
20296            ('BASE' or 'SCALE') and
20297            'NDRPDR' and
20298            '2T2C' and
20299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20300            not 'VHOST' and
20301            'MEMIF'"
20302   parameters:
20303   - "latency"
20304   - "parent"
20305   - "tags"
20306   sort:
20307   - "L2XCFWD"
20308   - "L2XCFWD"
20309   - "L2XCFWD"
20310   - "L2BDMACLRN"
20311   - "L2BDMACLRN"
20312   - "L2BDMACLRN"
20313   layout:
20314     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20315     layout: "plot-latency"
20316
20317 # Packet Latency - VPP Container Memif 3n-hsw-xl710
20318 -
20319   type: "plot"
20320   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20321   algorithm: "plot_latency_error_bars"
20322   output-file-type: ".html"
20323   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20324   data: "plot-vpp-throughput-latency-3n-hsw"
20325   filter: "'NIC_Intel-XL710' and
20326            '64B' and
20327            ('BASE' or 'SCALE') and
20328            'NDRPDR' and
20329            '1T1C' and
20330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20331            not 'VHOST' and
20332            'MEMIF'"
20333   parameters:
20334   - "latency"
20335   - "parent"
20336   - "tags"
20337   sort:
20338   - "L2XCFWD"
20339   - "L2XCFWD"
20340   - "L2XCFWD"
20341   - "L2BDMACLRN"
20342   - "L2BDMACLRN"
20343   - "L2BDMACLRN"
20344   layout:
20345     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20346     layout: "plot-latency"
20347
20348 -
20349   type: "plot"
20350   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20351   algorithm: "plot_latency_error_bars"
20352   output-file-type: ".html"
20353   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20354   data: "plot-vpp-throughput-latency-3n-hsw"
20355   filter: "'NIC_Intel-XL710' and
20356            '64B' and
20357            ('BASE' or 'SCALE') and
20358            'NDRPDR' and
20359            '2T2C' and
20360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20361            not 'VHOST' and
20362            'MEMIF'"
20363   parameters:
20364   - "latency"
20365   - "parent"
20366   - "tags"
20367   sort:
20368   - "L2XCFWD"
20369   - "L2XCFWD"
20370   - "L2XCFWD"
20371   - "L2BDMACLRN"
20372   - "L2BDMACLRN"
20373   - "L2BDMACLRN"
20374   layout:
20375     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20376     layout: "plot-latency"
20377
20378 # Packet Latency - VPP Container Memif 3n-skx-x710
20379 -
20380   type: "plot"
20381   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20382   algorithm: "plot_latency_error_bars"
20383   output-file-type: ".html"
20384   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20385   data: "plot-vpp-throughput-latency-3n-skx"
20386   filter: "'NIC_Intel-X710' and
20387            '64B' and
20388            ('BASE' or 'SCALE') and
20389            'NDRPDR' and
20390            '2T1C' and
20391            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20392            not 'VHOST' and
20393            'MEMIF'"
20394   parameters:
20395   - "latency"
20396   - "parent"
20397   - "tags"
20398   sort:
20399   - "L2XCFWD"
20400   - "L2XCFWD"
20401   - "L2XCFWD"
20402   - "L2BDMACLRN"
20403   - "L2BDMACLRN"
20404   - "L2BDMACLRN"
20405   layout:
20406     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20407     layout: "plot-latency"
20408
20409 -
20410   type: "plot"
20411   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20412   algorithm: "plot_latency_error_bars"
20413   output-file-type: ".html"
20414   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20415   data: "plot-vpp-throughput-latency-3n-skx"
20416   filter: "'NIC_Intel-X710' and
20417            '64B' and
20418            ('BASE' or 'SCALE') and
20419            'NDRPDR' and
20420            '4T2C' and
20421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20422            not 'VHOST' and
20423            'MEMIF'"
20424   parameters:
20425   - "latency"
20426   - "parent"
20427   - "tags"
20428   sort:
20429   - "L2XCFWD"
20430   - "L2XCFWD"
20431   - "L2XCFWD"
20432   - "L2BDMACLRN"
20433   - "L2BDMACLRN"
20434   - "L2BDMACLRN"
20435   layout:
20436     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20437     layout: "plot-latency"
20438
20439 # Packet Latency - VPP Container Memif 2n-skx-x710
20440 -
20441   type: "plot"
20442   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20443   algorithm: "plot_latency_error_bars"
20444   output-file-type: ".html"
20445   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20446   data: "plot-vpp-throughput-latency-2n-skx"
20447   filter: "'NIC_Intel-X710' and
20448            '64B' and
20449            ('BASE' or 'SCALE') and
20450            'NDRPDR' and
20451            '2T1C' and
20452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20453            not 'VHOST' and
20454            'MEMIF'"
20455   parameters:
20456   - "latency"
20457   - "parent"
20458   - "tags"
20459   sort:
20460   - "L2XCFWD"
20461   - "L2XCFWD"
20462   - "L2XCFWD"
20463   - "L2BDMACLRN"
20464   - "L2BDMACLRN"
20465   - "L2BDMACLRN"
20466   layout:
20467     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20468     layout: "plot-latency"
20469
20470 -
20471   type: "plot"
20472   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20473   algorithm: "plot_latency_error_bars"
20474   output-file-type: ".html"
20475   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20476   data: "plot-vpp-throughput-latency-2n-skx"
20477   filter: "'NIC_Intel-X710' and
20478            '64B' and
20479            ('BASE' or 'SCALE') and
20480            'NDRPDR' and
20481            '4T2C' and
20482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20483            not 'VHOST' and
20484            'MEMIF'"
20485   parameters:
20486   - "latency"
20487   - "parent"
20488   - "tags"
20489   sort:
20490   - "L2XCFWD"
20491   - "L2XCFWD"
20492   - "L2XCFWD"
20493   - "L2BDMACLRN"
20494   - "L2BDMACLRN"
20495   - "L2BDMACLRN"
20496   layout:
20497     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20498     layout: "plot-latency"
20499
20500 # Packet Latency - VPP Container Memif 2n-skx-xxv710
20501 -
20502   type: "plot"
20503   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20504   algorithm: "plot_latency_error_bars"
20505   output-file-type: ".html"
20506   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20507   data: "plot-vpp-throughput-latency-2n-skx"
20508   filter: "'NIC_Intel-XXV710' and
20509            '64B' and
20510            ('BASE' or 'SCALE') and
20511            'NDRPDR' and
20512            '2T1C' and
20513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20514            not 'VHOST' and
20515            'MEMIF'"
20516   parameters:
20517   - "latency"
20518   - "parent"
20519   - "tags"
20520   sort:
20521   - "L2XCFWD"
20522   - "L2XCFWD"
20523   - "L2XCFWD"
20524   - "L2BDMACLRN"
20525   - "L2BDMACLRN"
20526   - "L2BDMACLRN"
20527   layout:
20528     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20529     layout: "plot-latency"
20530
20531 -
20532   type: "plot"
20533   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20534   algorithm: "plot_latency_error_bars"
20535   output-file-type: ".html"
20536   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20537   data: "plot-vpp-throughput-latency-2n-skx"
20538   filter: "'NIC_Intel-XXV710' and
20539            '64B' and
20540            ('BASE' or 'SCALE') and
20541            'NDRPDR' and
20542            '4T2C' and
20543            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20544            not 'VHOST' and
20545            'MEMIF'"
20546   parameters:
20547   - "latency"
20548   - "parent"
20549   - "tags"
20550   sort:
20551   - "L2XCFWD"
20552   - "L2XCFWD"
20553   - "L2XCFWD"
20554   - "L2BDMACLRN"
20555   - "L2BDMACLRN"
20556   - "L2BDMACLRN"
20557   layout:
20558     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20559     layout: "plot-latency"
20560
20561 ################################################################################
20562
20563 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
20564 -
20565   type: "plot"
20566   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20567   algorithm: "plot_latency_error_bars"
20568   output-file-type: ".html"
20569   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20570   data: "plot-ligato-throughput-latency-3n-hsw"
20571   filter: "'NIC_Intel-X520-DA2' and
20572            '64B' and
20573            ('BASE' or 'SCALE') and
20574            'NDRPDR' and
20575            '1T1C' and
20576            'L2XCFWD' and
20577            not 'VHOST' and
20578            'MEMIF'"
20579   parameters:
20580   - "latency"
20581   - "parent"
20582   - "tags"
20583   sort:
20584   - "1VNF"
20585   - "2VNF"
20586   - "4VNF"
20587   - "2VNF"
20588   - "4VNF"
20589   layout:
20590     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
20591     layout: "plot-latency"
20592
20593 -
20594   type: "plot"
20595   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20596   algorithm: "plot_latency_error_bars"
20597   output-file-type: ".html"
20598   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20599   data: "plot-ligato-throughput-latency-3n-hsw"
20600   filter: "'NIC_Intel-X520-DA2' and
20601            '64B' and
20602            ('BASE' or 'SCALE') and
20603            'NDRPDR' and
20604            '2T2C' and
20605            'L2XCFWD' and
20606            not 'VHOST' and
20607            'MEMIF'"
20608   parameters:
20609   - "latency"
20610   - "parent"
20611   - "tags"
20612   sort:
20613   - "1VNF"
20614   - "2VNF"
20615   - "4VNF"
20616   - "2VNF"
20617   - "4VNF"
20618   layout:
20619     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
20620     layout: "plot-latency"
20621
20622 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
20623 -
20624   type: "plot"
20625   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20626   algorithm: "plot_latency_error_bars"
20627   output-file-type: ".html"
20628   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20629   data: "plot-ligato-throughput-latency-3n-hsw"
20630   filter: "'NIC_Intel-X520-DA2' and
20631            '64B' and
20632            ('BASE' or 'SCALE') and
20633            'NDRPDR' and
20634            '1T1C' and
20635            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20636            not 'VHOST' and
20637            'MEMIF'"
20638   parameters:
20639   - "latency"
20640   - "parent"
20641   - "tags"
20642   sort:
20643   - "1VNF"
20644   - "2VNF"
20645   - "4VNF"
20646   - "2VNF"
20647   - "4VNF"
20648   layout:
20649     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
20650     layout: "plot-latency"
20651
20652 -
20653   type: "plot"
20654   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20655   algorithm: "plot_latency_error_bars"
20656   output-file-type: ".html"
20657   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20658   data: "plot-ligato-throughput-latency-3n-hsw"
20659   filter: "'NIC_Intel-X520-DA2' and
20660            '64B' and
20661            ('BASE' or 'SCALE') and
20662            'NDRPDR' and
20663            '2T2C' and
20664            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20665            not 'VHOST' and
20666            'MEMIF'"
20667   parameters:
20668   - "latency"
20669   - "parent"
20670   - "tags"
20671   sort:
20672   - "1VNF"
20673   - "2VNF"
20674   - "4VNF"
20675   - "2VNF"
20676   - "4VNF"
20677   layout:
20678     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
20679     layout: "plot-latency"
20680
20681 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
20682 -
20683   type: "plot"
20684   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20685   algorithm: "plot_latency_error_bars"
20686   output-file-type: ".html"
20687   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20688   data: "plot-ligato-throughput-latency-3n-hsw"
20689   filter: "'NIC_Intel-X710' and
20690            '64B' and
20691            ('BASE' or 'SCALE') and
20692            'NDRPDR' and
20693            '1T1C' and
20694            'L2XCFWD' and
20695            not 'VHOST' and
20696            'MEMIF'"
20697   parameters:
20698   - "latency"
20699   - "parent"
20700   - "tags"
20701   sort:
20702   - "1VNF"
20703   - "2VNF"
20704   - "4VNF"
20705   - "2VNF"
20706   - "4VNF"
20707   layout:
20708     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
20709     layout: "plot-latency"
20710
20711 -
20712   type: "plot"
20713   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20714   algorithm: "plot_latency_error_bars"
20715   output-file-type: ".html"
20716   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20717   data: "plot-ligato-throughput-latency-3n-hsw"
20718   filter: "'NIC_Intel-X710' and
20719            '64B' and
20720            ('BASE' or 'SCALE') and
20721            'NDRPDR' and
20722            '2T2C' and
20723            'L2XCFWD' and
20724            not 'VHOST' and
20725            'MEMIF'"
20726   parameters:
20727   - "latency"
20728   - "parent"
20729   - "tags"
20730   sort:
20731   - "1VNF"
20732   - "2VNF"
20733   - "4VNF"
20734   - "2VNF"
20735   - "4VNF"
20736   layout:
20737     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
20738     layout: "plot-latency"
20739
20740 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
20741 -
20742   type: "plot"
20743   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20744   algorithm: "plot_latency_error_bars"
20745   output-file-type: ".html"
20746   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20747   data: "plot-ligato-throughput-latency-3n-hsw"
20748   filter: "'NIC_Intel-X710' and
20749            '64B' and
20750            ('BASE' or 'SCALE') and
20751            'NDRPDR' and
20752            '1T1C' and
20753            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20754            not 'VHOST' and
20755            'MEMIF'"
20756   parameters:
20757   - "latency"
20758   - "parent"
20759   - "tags"
20760   sort:
20761   - "1VNF"
20762   - "2VNF"
20763   - "4VNF"
20764   - "2VNF"
20765   - "4VNF"
20766   layout:
20767     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
20768     layout: "plot-latency"
20769
20770 -
20771   type: "plot"
20772   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20773   algorithm: "plot_latency_error_bars"
20774   output-file-type: ".html"
20775   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20776   data: "plot-ligato-throughput-latency-3n-hsw"
20777   filter: "'NIC_Intel-X710' and
20778            '64B' and
20779            ('BASE' or 'SCALE') and
20780            'NDRPDR' and
20781            '2T2C' and
20782            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20783            not 'VHOST' and
20784            'MEMIF'"
20785   parameters:
20786   - "latency"
20787   - "parent"
20788   - "tags"
20789   sort:
20790   - "1VNF"
20791   - "2VNF"
20792   - "4VNF"
20793   - "2VNF"
20794   - "4VNF"
20795   layout:
20796     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
20797     layout: "plot-latency"
20798
20799 ################################################################################
20800
20801 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
20802 -
20803   type: "plot"
20804   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20805   algorithm: "plot_latency_error_bars"
20806   output-file-type: ".html"
20807   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20808   data: "plot-vpp-throughput-latency-3n-hsw"
20809   filter: "'NIC_Intel-X520-DA2' and
20810            '64B' and
20811            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20812            'NDRPDR' and
20813            '1T1C' and
20814            'IP4FWD' and
20815            not 'IPSEC' and
20816            not 'VHOST'"
20817   parameters:
20818   - "latency"
20819   - "parent"
20820   - "tags"
20821   sort:
20822   - "DOT1Q"
20823   - "IP4BASE"
20824   - "FIB_20k"
20825   - "FIB_200k"
20826   - "FIB_2M"
20827   layout:
20828     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20829     layout: "plot-latency"
20830
20831 -
20832   type: "plot"
20833   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20834   algorithm: "plot_latency_error_bars"
20835   output-file-type: ".html"
20836   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20837   data: "plot-vpp-throughput-latency-3n-hsw"
20838   filter: "'NIC_Intel-X520-DA2' and
20839            '64B' and
20840            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20841            'NDRPDR' and
20842            '2T2C' and
20843            'IP4FWD' and
20844            not 'IPSEC' and
20845            not 'VHOST'"
20846   parameters:
20847   - "latency"
20848   - "parent"
20849   - "tags"
20850   sort:
20851   - "DOT1Q"
20852   - "IP4BASE"
20853   - "FIB_20k"
20854   - "FIB_200k"
20855   - "FIB_2M"
20856   layout:
20857     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20858     layout: "plot-latency"
20859
20860 # Packet Latency - VPP IPv4 3n-hsw-x520 features
20861 -
20862   type: "plot"
20863   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20864   algorithm: "plot_latency_error_bars"
20865   output-file-type: ".html"
20866   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20867   data: "plot-vpp-throughput-latency-3n-hsw"
20868   filter: "'NIC_Intel-X520-DA2' and
20869            '64B' and
20870            ('IP4BASE' or
20871             'POLICE_MARK' or
20872             'COPWHLIST' or
20873             ('NAT44' and 'BASE') or
20874             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20875            'NDRPDR' and
20876            '1T1C' and
20877            'IP4FWD' and
20878            not 'IPSEC' and
20879            not 'VHOST'"
20880   parameters:
20881   - "latency"
20882   - "parent"
20883   - "tags"
20884   sort:
20885   - "DOT1Q"
20886   - "IP4BASE"
20887   - "NAT44"
20888   - "POLICE_MARK"
20889   - "COPWHLIST"
20890   - "IACL"
20891   - "OACL"
20892   layout:
20893     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
20894     layout: "plot-latency"
20895
20896 -
20897   type: "plot"
20898   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20899   algorithm: "plot_latency_error_bars"
20900   output-file-type: ".html"
20901   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20902   data: "plot-vpp-throughput-latency-3n-hsw"
20903   filter: "'NIC_Intel-X520-DA2' and
20904            '64B' and
20905            ('IP4BASE' or
20906             'POLICE_MARK' or
20907             'COPWHLIST' or
20908             ('NAT44' and 'BASE') or
20909             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20910            'NDRPDR' and
20911            '2T2C' and
20912            'IP4FWD' and
20913            not 'IPSEC' and
20914            not 'VHOST'"
20915   parameters:
20916   - "latency"
20917   - "parent"
20918   - "tags"
20919   sort:
20920   - "DOT1Q"
20921   - "IP4BASE"
20922   - "NAT44"
20923   - "POLICE_MARK"
20924   - "COPWHLIST"
20925   - "IACL"
20926   - "OACL"
20927   layout:
20928     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
20929     layout: "plot-latency"
20930
20931 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
20932 -
20933   type: "plot"
20934   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20935   algorithm: "plot_latency_error_bars"
20936   output-file-type: ".html"
20937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20938   data: "plot-vpp-throughput-latency-3n-hsw"
20939   filter: "'NIC_Intel-X520-DA2' and
20940            '64B' and
20941            'NDRPDR' and
20942            '1T1C' and
20943            'IP4FWD' and
20944            'NAT44' and
20945            not 'IPSEC' and
20946            not 'VHOST'"
20947   parameters:
20948   - "latency"
20949   - "parent"
20950   - "tags"
20951   sort:
20952   - "BASE"
20953   - "BASE"
20954   - "SRC_USER_10"
20955   - "SRC_USER_100"
20956   - "SRC_USER_1000"
20957   - "SRC_USER_2000"
20958   layout:
20959     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
20960     layout: "plot-latency"
20961
20962 -
20963   type: "plot"
20964   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20965   algorithm: "plot_latency_error_bars"
20966   output-file-type: ".html"
20967   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20968   data: "plot-vpp-throughput-latency-3n-hsw"
20969   filter: "'NIC_Intel-X520-DA2' and
20970            '64B' and
20971            'NDRPDR' and
20972            '2T2C' and
20973            'IP4FWD' and
20974            'NAT44' and
20975            not 'IPSEC' and
20976            not 'VHOST'"
20977   parameters:
20978   - "latency"
20979   - "parent"
20980   - "tags"
20981   sort:
20982   - "BASE"
20983   - "BASE"
20984   - "SRC_USER_10"
20985   - "SRC_USER_100"
20986   - "SRC_USER_1000"
20987   - "SRC_USER_2000"
20988   layout:
20989     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20990     layout: "plot-latency"
20991
20992 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20993 -
20994   type: "plot"
20995   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20996   algorithm: "plot_latency_error_bars"
20997   output-file-type: ".html"
20998   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20999   data: "plot-vpp-throughput-latency-3n-hsw"
21000   filter: "'NIC_Intel-X520-DA2' and
21001            '64B' and
21002            'NDRPDR' and
21003            '1T1C' and
21004            'IP4FWD' and
21005            'IACL' and
21006            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21007            not 'IPSEC' and
21008            not 'VHOST'"
21009   parameters:
21010   - "latency"
21011   - "parent"
21012   - "tags"
21013   sort:
21014   - "ACL_STATELESS"
21015   - "ACL_STATEFUL"
21016   - "ACL_STATELESS"
21017   - "ACL_STATEFUL"
21018   layout:
21019     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
21020     layout: "plot-latency"
21021
21022 -
21023   type: "plot"
21024   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
21025   algorithm: "plot_latency_error_bars"
21026   output-file-type: ".html"
21027   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
21028   data: "plot-vpp-throughput-latency-3n-hsw"
21029   filter: "'NIC_Intel-X520-DA2' and
21030            '64B' and
21031            'NDRPDR' and
21032            '2T2C' and
21033            'IP4FWD' and
21034            'IACL' and
21035            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21036            not 'IPSEC' and
21037            not 'VHOST'"
21038   parameters:
21039   - "latency"
21040   - "parent"
21041   - "tags"
21042   sort:
21043   - "ACL_STATELESS"
21044   - "ACL_STATEFUL"
21045   - "ACL_STATELESS"
21046   - "ACL_STATEFUL"
21047   layout:
21048     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
21049     layout: "plot-latency"
21050
21051 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
21052 -
21053   type: "plot"
21054   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
21055   algorithm: "plot_latency_error_bars"
21056   output-file-type: ".html"
21057   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
21058   data: "plot-vpp-throughput-latency-3n-hsw"
21059   filter: "'NIC_Intel-X520-DA2' and
21060            '64B' and
21061            'NDRPDR' and
21062            '1T1C' and
21063            'IP4FWD' and
21064            'OACL' and
21065            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21066            not 'IPSEC' and
21067            not 'VHOST'"
21068   parameters:
21069   - "latency"
21070   - "parent"
21071   - "tags"
21072   sort:
21073   - "ACL_STATELESS"
21074   - "ACL_STATEFUL"
21075   - "ACL_STATELESS"
21076   - "ACL_STATEFUL"
21077   layout:
21078     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
21079     layout: "plot-latency"
21080
21081 -
21082   type: "plot"
21083   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
21084   algorithm: "plot_latency_error_bars"
21085   output-file-type: ".html"
21086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
21087   data: "plot-vpp-throughput-latency-3n-hsw"
21088   filter: "'NIC_Intel-X520-DA2' and
21089            '64B' and
21090            'NDRPDR' and
21091            '2T2C' and
21092            'IP4FWD' and
21093            'OACL' and
21094            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21095            not 'IPSEC' and
21096            not 'VHOST'"
21097   parameters:
21098   - "latency"
21099   - "parent"
21100   - "tags"
21101   sort:
21102   - "ACL_STATELESS"
21103   - "ACL_STATEFUL"
21104   - "ACL_STATELESS"
21105   - "ACL_STATEFUL"
21106   layout:
21107     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
21108     layout: "plot-latency"
21109
21110 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
21111 -
21112   type: "plot"
21113   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21114   algorithm: "plot_latency_error_bars"
21115   output-file-type: ".html"
21116   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21117   data: "plot-vpp-throughput-latency-3n-hsw"
21118   filter: "'NIC_Intel-X710' and
21119            '64B' and
21120            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21121            'NDRPDR' and
21122            '1T1C' and
21123            'IP4FWD' and
21124            not 'IPSEC' and
21125            not 'VHOST'"
21126   parameters:
21127   - "latency"
21128   - "parent"
21129   - "tags"
21130   sort:
21131   - "DOT1Q"
21132   - "IP4BASE"
21133   - "FIB_20K"
21134   - "FIB_200K"
21135   - "FIB_2M"
21136   layout:
21137     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21138     layout: "plot-latency"
21139
21140 -
21141   type: "plot"
21142   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21143   algorithm: "plot_latency_error_bars"
21144   output-file-type: ".html"
21145   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21146   data: "plot-vpp-throughput-latency-3n-hsw"
21147   filter: "'NIC_Intel-X710' and
21148            '64B' and
21149            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21150            'NDRPDR' and
21151            '2T2C' and
21152            'IP4FWD' and
21153            not 'IPSEC' and
21154            not 'VHOST'"
21155   parameters:
21156   - "latency"
21157   - "parent"
21158   - "tags"
21159   sort:
21160   - "DOT1Q"
21161   - "IP4BASE"
21162   - "FIB_20K"
21163   - "FIB_200K"
21164   - "FIB_2M"
21165   layout:
21166     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21167     layout: "plot-latency"
21168
21169 # Packet Latency - VPP IPv4 3n-hsw-x710 features
21170 -
21171   type: "plot"
21172   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21173   algorithm: "plot_latency_error_bars"
21174   output-file-type: ".html"
21175   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21176   data: "plot-vpp-throughput-latency-3n-hsw"
21177   filter: "'NIC_Intel-X710' and
21178            '64B' and
21179            ('IP4BASE' or
21180             'POLICE_MARK' or
21181             'COPWHLIST' or
21182             ('NAT44' and 'BASE') or
21183             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21184            'NDRPDR' and
21185            '1T1C' and
21186            'IP4FWD' and
21187            not 'IPSEC' and
21188            not 'VHOST'"
21189   parameters:
21190   - "latency"
21191   - "parent"
21192   - "tags"
21193   sort:
21194   - "IP4BASE"
21195   - "NAT44"
21196   - "POLICE_MARK"
21197   - "COPWHLIST"
21198   - "IACL"
21199   - "OACL"
21200   layout:
21201     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
21202     layout: "plot-latency"
21203
21204 -
21205   type: "plot"
21206   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21207   algorithm: "plot_latency_error_bars"
21208   output-file-type: ".html"
21209   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21210   data: "plot-vpp-throughput-latency-3n-hsw"
21211   filter: "'NIC_Intel-X710' and
21212            '64B' and
21213            ('IP4BASE' or
21214             'POLICE_MARK' or
21215             'COPWHLIST' or
21216             ('NAT44' and 'BASE') or
21217             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21218            'NDRPDR' and
21219            '2T2C' and
21220            'IP4FWD' and
21221            not 'IPSEC' and
21222            not 'VHOST'"
21223   parameters:
21224   - "latency"
21225   - "parent"
21226   - "tags"
21227   sort:
21228   - "IP4BASE"
21229   - "NAT44"
21230   - "POLICE_MARK"
21231   - "COPWHLIST"
21232   - "IACL"
21233   - "OACL"
21234   layout:
21235     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
21236     layout: "plot-latency"
21237
21238 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
21239 -
21240   type: "plot"
21241   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21242   algorithm: "plot_latency_error_bars"
21243   output-file-type: ".html"
21244   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21245   data: "plot-vpp-throughput-latency-3n-hsw"
21246   filter: "'NIC_Intel-X710' and
21247            '64B' and
21248            'NDRPDR' and
21249            '1T1C' and
21250            'IP4FWD' and
21251            'NAT44' and
21252            not 'IPSEC' and
21253            not 'VHOST'"
21254   parameters:
21255   - "latency"
21256   - "parent"
21257   - "tags"
21258   sort:
21259   - "BASE"
21260   - "BASE"
21261   - "SRC_USER_10"
21262   - "SRC_USER_100"
21263   - "SRC_USER_1000"
21264   - "SRC_USER_2000"
21265   layout:
21266     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
21267     layout: "plot-latency"
21268
21269 -
21270   type: "plot"
21271   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21272   algorithm: "plot_latency_error_bars"
21273   output-file-type: ".html"
21274   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21275   data: "plot-vpp-throughput-latency-3n-hsw"
21276   filter: "'NIC_Intel-X710' and
21277            '64B' and
21278            'NDRPDR' and
21279            '2T2C' and
21280            'IP4FWD' and
21281            'NAT44' and
21282            not 'IPSEC' and
21283            not 'VHOST'"
21284   parameters:
21285   - "latency"
21286   - "parent"
21287   - "tags"
21288   sort:
21289   - "BASE"
21290   - "BASE"
21291   - "SRC_USER_10"
21292   - "SRC_USER_100"
21293   - "SRC_USER_1000"
21294   - "SRC_USER_2000"
21295   layout:
21296     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
21297     layout: "plot-latency"
21298
21299 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
21300 -
21301   type: "plot"
21302   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21303   algorithm: "plot_latency_error_bars"
21304   output-file-type: ".html"
21305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21306   data: "plot-vpp-throughput-latency-3n-hsw"
21307   filter: "'NIC_Intel-X710' and
21308            '64B' and
21309            'NDRPDR' and
21310            '1T1C' and
21311            'IP4FWD' and
21312            'IACL' and
21313            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21314            not 'IPSEC' and
21315            not 'VHOST'"
21316   parameters:
21317   - "latency"
21318   - "parent"
21319   - "tags"
21320   sort:
21321   - "ACL_STATELESS"
21322   - "ACL_STATEFUL"
21323   - "ACL_STATELESS"
21324   - "ACL_STATEFUL"
21325   layout:
21326     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
21327     layout: "plot-latency"
21328
21329 -
21330   type: "plot"
21331   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21332   algorithm: "plot_latency_error_bars"
21333   output-file-type: ".html"
21334   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21335   data: "plot-vpp-throughput-latency-3n-hsw"
21336   filter: "'NIC_Intel-X710' and
21337            '64B' and
21338            'NDRPDR' and
21339            '2T2C' and
21340            'IP4FWD' and
21341            'IACL' and
21342            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21343            not 'IPSEC' and
21344            not 'VHOST'"
21345   parameters:
21346   - "latency"
21347   - "parent"
21348   - "tags"
21349   sort:
21350   - "ACL_STATELESS"
21351   - "ACL_STATEFUL"
21352   - "ACL_STATELESS"
21353   - "ACL_STATEFUL"
21354   layout:
21355     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
21356     layout: "plot-latency"
21357
21358 ## Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
21359 #-
21360 #  type: "plot"
21361 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21362 #  algorithm: "plot_latency_error_bars"
21363 #  output-file-type: ".html"
21364 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21365 #  data: "plot-vpp-throughput-latency-3n-hsw"
21366 #  filter: "'NIC_Intel-X710' and
21367 #           '64B' and
21368 #           'NDRPDR' and
21369 #           '1T1C' and
21370 #           'IP4FWD' and
21371 #           'OACL' and
21372 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21373 #           not 'IPSEC' and
21374 #           not 'VHOST'"
21375 #  parameters:
21376 #  - "latency"
21377 #  - "parent"
21378 #  - "tags"
21379 #  sort:
21380 #  - "ACL_STATELESS"
21381 #  - "ACL_STATEFUL"
21382 #  - "ACL_STATELESS"
21383 #  - "ACL_STATEFUL"
21384 #  layout:
21385 #    title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
21386 #    layout: "plot-latency"
21387 #
21388 #-
21389 #  type: "plot"
21390 #  title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21391 #  algorithm: "plot_latency_error_bars"
21392 #  output-file-type: ".html"
21393 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21394 #  data: "plot-vpp-throughput-latency-3n-hsw"
21395 #  filter: "'NIC_Intel-X710' and
21396 #           '64B' and
21397 #           'NDRPDR' and
21398 #           '2T2C' and
21399 #           'IP4FWD' and
21400 #           'OACL' and
21401 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21402 #           not 'IPSEC' and
21403 #           not 'VHOST'"
21404 #  parameters:
21405 #  - "latency"
21406 #  - "parent"
21407 #  - "tags"
21408 #  sort:
21409 #  - "ACL_STATELESS"
21410 #  - "ACL_STATEFUL"
21411 #  - "ACL_STATELESS"
21412 #  - "ACL_STATEFUL"
21413 #  layout:
21414 #    title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
21415 #    layout: "plot-latency"
21416
21417 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
21418 -
21419   type: "plot"
21420   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21421   algorithm: "plot_latency_error_bars"
21422   output-file-type: ".html"
21423   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21424   data: "plot-vpp-throughput-latency-3n-hsw"
21425   filter: "'NIC_Intel-XL710' and
21426            '64B' and
21427            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21428            'NDRPDR' and
21429            '1T1C' and
21430            'IP4FWD' and
21431            not 'IPSEC' and
21432            not 'VHOST'"
21433   parameters:
21434   - "latency"
21435   - "parent"
21436   - "tags"
21437   sort:
21438   - "IP4BASE"
21439   - "FIB_20K"
21440   - "FIB_200K"
21441   - "FIB_2M"
21442   layout:
21443     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21444     layout: "plot-latency"
21445
21446 -
21447   type: "plot"
21448   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21449   algorithm: "plot_latency_error_bars"
21450   output-file-type: ".html"
21451   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21452   data: "plot-vpp-throughput-latency-3n-hsw"
21453   filter: "'NIC_Intel-XL710' and
21454            '64B' and
21455            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21456            'NDRPDR' and
21457            '2T2C' and
21458            'IP4FWD' and
21459            not 'IPSEC' and
21460            not 'VHOST'"
21461   parameters:
21462   - "latency"
21463   - "parent"
21464   - "tags"
21465   sort:
21466   - "IP4BASE"
21467   - "FIB_20K"
21468   - "FIB_200K"
21469   - "FIB_2M"
21470   layout:
21471     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21472     layout: "plot-latency"
21473
21474 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
21475 -
21476   type: "plot"
21477   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21478   algorithm: "plot_latency_error_bars"
21479   output-file-type: ".html"
21480   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21481   data: "plot-vpp-throughput-latency-3n-skx"
21482   filter: "'NIC_Intel-X710' and
21483            '64B' and
21484            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21485            'NDRPDR' and
21486            '2T1C' and
21487            'IP4FWD' and
21488            not 'IPSEC' and
21489            not 'VHOST'"
21490   parameters:
21491   - "latency"
21492   - "parent"
21493   - "tags"
21494   sort:
21495   - "IP4BASE"
21496   - "FIB_20K"
21497   - "FIB_200K"
21498   - "FIB_2M"
21499   layout:
21500     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21501     layout: "plot-latency"
21502
21503 -
21504   type: "plot"
21505   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21506   algorithm: "plot_latency_error_bars"
21507   output-file-type: ".html"
21508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21509   data: "plot-vpp-throughput-latency-3n-skx"
21510   filter: "'NIC_Intel-X710' and
21511            '64B' and
21512            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21513            'NDRPDR' and
21514            '4T2C' and
21515            'IP4FWD' and
21516            not 'IPSEC' and
21517            not 'VHOST'"
21518   parameters:
21519   - "latency"
21520   - "parent"
21521   - "tags"
21522   sort:
21523   - "IP4BASE"
21524   - "FIB_20K"
21525   - "FIB_200K"
21526   - "FIB_2M"
21527   layout:
21528     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21529     layout: "plot-latency"
21530
21531 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21532 -
21533   type: "plot"
21534   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21535   algorithm: "plot_latency_error_bars"
21536   output-file-type: ".html"
21537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21538   data: "plot-vpp-throughput-latency-3n-skx"
21539   filter: "'NIC_Intel-X710' and
21540            '64B' and
21541            ('IP4BASE' or
21542             'POLICE_MARK' or
21543             'COPWHLIST' or
21544             ('NAT44' and 'BASE') or
21545             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21546            'NDRPDR' and
21547            '2T1C' and
21548            'IP4FWD' and
21549            not 'IPSEC' and
21550            not 'VHOST'"
21551   parameters:
21552   - "latency"
21553   - "parent"
21554   - "tags"
21555   sort:
21556   - "IP4BASE"
21557   - "NAT44"
21558   - "POLICE_MARK"
21559   - "COPWHLIST"
21560   - "IACL"
21561   - "OACL"
21562   layout:
21563     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
21564     layout: "plot-latency"
21565
21566 -
21567   type: "plot"
21568   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21569   algorithm: "plot_latency_error_bars"
21570   output-file-type: ".html"
21571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21572   data: "plot-vpp-throughput-latency-3n-skx"
21573   filter: "'NIC_Intel-X710' and
21574            '64B' and
21575            ('IP4BASE' or
21576             'POLICE_MARK' or
21577             'COPWHLIST' or
21578             ('NAT44' and 'BASE') or
21579             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21580            'NDRPDR' and
21581            '4T2C' and
21582            'IP4FWD' and
21583            not 'IPSEC' and
21584            not 'VHOST'"
21585   parameters:
21586   - "latency"
21587   - "parent"
21588   - "tags"
21589   sort:
21590   - "IP4BASE"
21591   - "NAT44"
21592   - "POLICE_MARK"
21593   - "COPWHLIST"
21594   - "IACL"
21595   - "OACL"
21596   layout:
21597     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
21598     layout: "plot-latency"
21599
21600 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
21601 -
21602   type: "plot"
21603   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21604   algorithm: "plot_latency_error_bars"
21605   output-file-type: ".html"
21606   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21607   data: "plot-vpp-throughput-latency-3n-skx"
21608   filter: "'NIC_Intel-X710' and
21609            '64B' and
21610            'NDRPDR' and
21611            '2T1C' and
21612            'IP4FWD' and
21613            'NAT44' and
21614            not 'IPSEC' and
21615            not 'VHOST'"
21616   parameters:
21617   - "latency"
21618   - "parent"
21619   - "tags"
21620   sort:
21621   - "BASE"
21622   - "BASE"
21623   - "SRC_USER_10"
21624   - "SRC_USER_100"
21625   - "SRC_USER_1000"
21626   - "SRC_USER_2000"
21627   layout:
21628     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
21629     layout: "plot-latency"
21630
21631 -
21632   type: "plot"
21633   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21634   algorithm: "plot_latency_error_bars"
21635   output-file-type: ".html"
21636   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21637   data: "plot-vpp-throughput-latency-3n-skx"
21638   filter: "'NIC_Intel-X710' and
21639            '64B' and
21640            'NDRPDR' and
21641            '4T2C' and
21642            'IP4FWD' and
21643            'NAT44' and
21644            not 'IPSEC' and
21645            not 'VHOST'"
21646   parameters:
21647   - "latency"
21648   - "parent"
21649   - "tags"
21650   sort:
21651   - "BASE"
21652   - "BASE"
21653   - "SRC_USER_10"
21654   - "SRC_USER_100"
21655   - "SRC_USER_1000"
21656   - "SRC_USER_2000"
21657   layout:
21658     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
21659     layout: "plot-latency"
21660
21661 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
21662 -
21663   type: "plot"
21664   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21665   algorithm: "plot_latency_error_bars"
21666   output-file-type: ".html"
21667   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21668   data: "plot-vpp-throughput-latency-3n-skx"
21669   filter: "'NIC_Intel-X710' and
21670            '64B' and
21671            'NDRPDR' and
21672            '2T1C' and
21673            'IP4FWD' and
21674            'IACL' and
21675            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21676            not 'IPSEC' and
21677            not 'VHOST'"
21678   parameters:
21679   - "latency"
21680   - "parent"
21681   - "tags"
21682   sort:
21683   - "ACL_STATELESS"
21684   - "ACL_STATEFUL"
21685   - "ACL_STATELESS"
21686   - "ACL_STATEFUL"
21687   layout:
21688     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
21689     layout: "plot-latency"
21690
21691 -
21692   type: "plot"
21693   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21694   algorithm: "plot_latency_error_bars"
21695   output-file-type: ".html"
21696   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21697   data: "plot-vpp-throughput-latency-3n-skx"
21698   filter: "'NIC_Intel-X710' and
21699            '64B' and
21700            'NDRPDR' and
21701            '4T2C' and
21702            'IP4FWD' and
21703            'IACL' and
21704            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21705            not 'IPSEC' and
21706            not 'VHOST'"
21707   parameters:
21708   - "latency"
21709   - "parent"
21710   - "tags"
21711   sort:
21712   - "ACL_STATELESS"
21713   - "ACL_STATEFUL"
21714   - "ACL_STATELESS"
21715   - "ACL_STATEFUL"
21716   layout:
21717     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
21718     layout: "plot-latency"
21719
21720 ## Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21721 #-
21722 #  type: "plot"
21723 #  title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21724 #  algorithm: "plot_latency_error_bars"
21725 #  output-file-type: ".html"
21726 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21727 #  data: "plot-vpp-throughput-latency-3n-skx"
21728 #  filter: "'NIC_Intel-X710' and
21729 #           '64B' and
21730 #           'NDRPDR' and
21731 #           '2T1C' and
21732 #           'IP4FWD' and
21733 #           'OACL' and
21734 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21735 #           not 'IPSEC' and
21736 #           not 'VHOST'"
21737 #  parameters:
21738 #  - "latency"
21739 #  - "parent"
21740 #  - "tags"
21741 #  sort:
21742 #  - "ACL_STATELESS"
21743 #  - "ACL_STATEFUL"
21744 #  - "ACL_STATELESS"
21745 #  - "ACL_STATEFUL"
21746 #  layout:
21747 #    title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
21748 #    layout: "plot-latency"
21749 #
21750 #-
21751 #  type: "plot"
21752 #  title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
21753 #  algorithm: "plot_latency_error_bars"
21754 #  output-file-type: ".html"
21755 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
21756 #  data: "plot-vpp-throughput-latency-3n-skx"
21757 #  filter: "'NIC_Intel-X710' and
21758 #           '64B' and
21759 #           'NDRPDR' and
21760 #           '4T2C' and
21761 #           'IP4FWD' and
21762 #           'OACL' and
21763 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
21764 #           not 'IPSEC' and
21765 #           not 'VHOST'"
21766 #  parameters:
21767 #  - "latency"
21768 #  - "parent"
21769 #  - "tags"
21770 #  sort:
21771 #  - "ACL_STATELESS"
21772 #  - "ACL_STATEFUL"
21773 #  - "ACL_STATELESS"
21774 #  - "ACL_STATEFUL"
21775 #  layout:
21776 #    title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
21777 #    layout: "plot-latency"
21778
21779 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
21780 -
21781   type: "plot"
21782   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21783   algorithm: "plot_latency_error_bars"
21784   output-file-type: ".html"
21785   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21786   data: "plot-vpp-throughput-latency-2n-skx"
21787   filter: "'NIC_Intel-X710' and
21788            '64B' and
21789            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21790            'NDRPDR' and
21791            '2T1C' and
21792            'IP4FWD' and
21793            not 'IPSEC' and
21794            not 'VHOST'"
21795   parameters:
21796   - "latency"
21797   - "parent"
21798   - "tags"
21799   sort:
21800   - "DOT1Q"
21801   - "IP4BASE"
21802   - "FIB_20k"
21803   - "FIB_200k"
21804   - "FIB_2M"
21805   layout:
21806     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21807     layout: "plot-latency"
21808
21809 -
21810   type: "plot"
21811   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21812   algorithm: "plot_latency_error_bars"
21813   output-file-type: ".html"
21814   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21815   data: "plot-vpp-throughput-latency-2n-skx"
21816   filter: "'NIC_Intel-X710' and
21817            '64B' and
21818            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21819            'NDRPDR' and
21820            '4T2C' and
21821            'IP4FWD' and
21822            not 'IPSEC' and
21823            not 'VHOST'"
21824   parameters:
21825   - "latency"
21826   - "parent"
21827   - "tags"
21828   sort:
21829   - "DOT1Q"
21830   - "IP4BASE"
21831   - "FIB_20k"
21832   - "FIB_200k"
21833   - "FIB_2M"
21834   layout:
21835     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21836     layout: "plot-latency"
21837
21838 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
21839 -
21840   type: "plot"
21841   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21842   algorithm: "plot_latency_error_bars"
21843   output-file-type: ".html"
21844   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21845   data: "plot-vpp-throughput-latency-2n-skx"
21846   filter: "'NIC_Intel-XXV710' and
21847            '64B' and
21848            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21849            'NDRPDR' and
21850            '2T1C' and
21851            'IP4FWD' and
21852            not 'IPSEC' and
21853            not 'VHOST'"
21854   parameters:
21855   - "latency"
21856   - "parent"
21857   - "tags"
21858   sort:
21859   - "DOT1Q"
21860   - "IP4BASE"
21861   - "FIB_20k"
21862   - "FIB_200k"
21863   - "FIB_2M"
21864   layout:
21865     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21866     layout: "plot-latency"
21867
21868 -
21869   type: "plot"
21870   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21871   algorithm: "plot_latency_error_bars"
21872   output-file-type: ".html"
21873   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21874   data: "plot-vpp-throughput-latency-2n-skx"
21875   filter: "'NIC_Intel-XXV710' and
21876            '64B' and
21877            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21878            'NDRPDR' and
21879            '4T2C' and
21880            'IP4FWD' and
21881            not 'IPSEC' and
21882            not 'VHOST'"
21883   parameters:
21884   - "latency"
21885   - "parent"
21886   - "tags"
21887   sort:
21888   - "DOT1Q"
21889   - "IP4BASE"
21890   - "FIB_20k"
21891   - "FIB_200k"
21892   - "FIB_2M"
21893   layout:
21894     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21895     layout: "plot-latency"
21896
21897 ################################################################################
21898
21899 ## Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
21900 #-
21901 #  type: "plot"
21902 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21903 #  algorithm: "plot_latency_error_bars"
21904 #  output-file-type: ".html"
21905 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21906 #  data: "plot-vpp-throughput-latency-3n-hsw"
21907 #  filter: "'NIC_Intel-X520-DA2' and
21908 #           '64B' and
21909 #           'ENCAP' and
21910 #           'NDRPDR' and
21911 #           '1T1C' and
21912 #           ('VXLAN' or 'LISP') and
21913 #           not 'VHOST' and
21914 #           not 'IPSECHW'"
21915 #  parameters:
21916 #  - "latency"
21917 #  - "parent"
21918 #  - "tags"
21919 #  sort:
21920 #  - "not DOT1Q"
21921 #  - "VXLAN_1"
21922 #  - "VXLAN_10"
21923 #  - "VXLAN_100"
21924 #  - "VXLAN_1000"
21925 #  layout:
21926 #    title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21927 #    layout: "plot-latency"
21928 #
21929 #-
21930 #  type: "plot"
21931 #  title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21932 #  algorithm: "plot_latency_error_bars"
21933 #  output-file-type: ".html"
21934 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21935 #  data: "plot-vpp-throughput-latency-3n-hsw"
21936 #  filter: "'NIC_Intel-X520-DA2' and
21937 #           '64B' and
21938 #           'ENCAP' and
21939 #           'NDRPDR' and
21940 #           '2T2C' and
21941 #           ('VXLAN' or 'LISP') and
21942 #           not 'VHOST' and
21943 #           not 'IPSECHW'"
21944 #  parameters:
21945 #  - "latency"
21946 #  - "parent"
21947 #  - "tags"
21948 #  sort:
21949 #  - "not DOT1Q"
21950 #  - "VXLAN_1"
21951 #  - "VXLAN_10"
21952 #  - "VXLAN_100"
21953 #  - "VXLAN_1000"
21954 #  layout:
21955 #    title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21956 #    layout: "plot-latency"
21957
21958 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
21959 -
21960   type: "plot"
21961   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21962   algorithm: "plot_latency_error_bars"
21963   output-file-type: ".html"
21964   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21965   data: "plot-vpp-throughput-latency-3n-hsw"
21966   filter: "'NIC_Intel-X520-DA2' and
21967            '64B' and
21968            'ENCAP' and
21969            'NDRPDR' and
21970            '1T1C' and
21971            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21972            not 'DOT1Q' and
21973            not 'VHOST' and
21974            not 'IPSECHW'"
21975   parameters:
21976   - "latency"
21977   - "parent"
21978   - "tags"
21979 #  sort:
21980 #  - "L2BDMACLRN"
21981 #  - "L2XCFWD"
21982 #  - "LISP"
21983   layout:
21984     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21985     layout: "plot-latency"
21986
21987 -
21988   type: "plot"
21989   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21990   algorithm: "plot_latency_error_bars"
21991   output-file-type: ".html"
21992   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21993   data: "plot-vpp-throughput-latency-3n-hsw"
21994   filter: "'NIC_Intel-X520-DA2' and
21995            '64B' and
21996            'ENCAP' and
21997            'NDRPDR' and
21998            '2T2C' and
21999            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22000            not 'DOT1Q' and
22001            not 'VHOST' and
22002            not 'IPSECHW'"
22003   parameters:
22004   - "latency"
22005   - "parent"
22006   - "tags"
22007   sort:
22008   - "L2BDMACLRN"
22009   - "L2XCFWD"
22010   - "LISP"
22011   layout:
22012     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
22013     layout: "plot-latency"
22014
22015 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
22016 -
22017   type: "plot"
22018   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22019   algorithm: "plot_latency_error_bars"
22020   output-file-type: ".html"
22021   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22022   data: "plot-vpp-throughput-latency-3n-hsw"
22023   filter: "'NIC_Intel-X710' and
22024            '64B' and
22025            'ENCAP' and
22026            'NDRPDR' and
22027            '1T1C' and
22028            ('VXLAN' or 'LISP') and
22029            not 'VHOST' and
22030            not 'IPSECHW'"
22031   parameters:
22032   - "latency"
22033   - "parent"
22034   - "tags"
22035   sort:
22036   - "LISP"
22037   - "VXLAN_1"
22038   - "VXLAN_10"
22039   - "VXLAN_100"
22040   - "VXLAN_1000"
22041   layout:
22042     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22043     layout: "plot-latency"
22044
22045 -
22046   type: "plot"
22047   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22048   algorithm: "plot_latency_error_bars"
22049   output-file-type: ".html"
22050   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22051   data: "plot-vpp-throughput-latency-3n-hsw"
22052   filter: "'NIC_Intel-X710' and
22053            '64B' and
22054            'ENCAP' and
22055            'NDRPDR' and
22056            '2T2C' and
22057            ('VXLAN' or 'LISP') and
22058            not 'VHOST' and
22059            not 'IPSECHW'"
22060   parameters:
22061   - "latency"
22062   - "parent"
22063   - "tags"
22064   sort:
22065   - "LISP"
22066   - "VXLAN_1"
22067   - "VXLAN_10"
22068   - "VXLAN_100"
22069   - "VXLAN_1000"
22070   layout:
22071     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22072     layout: "plot-latency"
22073
22074 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
22075 -
22076   type: "plot"
22077   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
22078   algorithm: "plot_latency_error_bars"
22079   output-file-type: ".html"
22080   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
22081   data: "plot-vpp-throughput-latency-3n-hsw"
22082   filter: "'NIC_Intel-X710' and
22083            '64B' and
22084            'ENCAP' and
22085            'NDRPDR' and
22086            '1T1C' and
22087            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22088            not 'DOT1Q' and
22089            not 'VHOST' and
22090            not 'IPSECHW'"
22091   parameters:
22092   - "latency"
22093   - "parent"
22094   - "tags"
22095   sort:
22096   - "L2BDMACLRN"
22097   - "L2XCFWD"
22098   - "LISP"
22099   layout:
22100     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
22101     layout: "plot-latency"
22102
22103 -
22104   type: "plot"
22105   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
22106   algorithm: "plot_latency_error_bars"
22107   output-file-type: ".html"
22108   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
22109   data: "plot-vpp-throughput-latency-3n-hsw"
22110   filter: "'NIC_Intel-X710' and
22111            '64B' and
22112            'ENCAP' and
22113            'NDRPDR' and
22114            '2T2C' and
22115            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22116            not 'DOT1Q' and
22117            not 'VHOST' and
22118            not 'IPSECHW'"
22119   parameters:
22120   - "latency"
22121   - "parent"
22122   - "tags"
22123   sort:
22124   - "L2BDMACLRN"
22125   - "L2XCFWD"
22126   - "LISP"
22127   layout:
22128     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
22129     layout: "plot-latency"
22130
22131 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
22132 -
22133   type: "plot"
22134   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22135   algorithm: "plot_latency_error_bars"
22136   output-file-type: ".html"
22137   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22138   data: "plot-vpp-throughput-latency-3n-skx"
22139   filter: "'NIC_Intel-X710' and
22140            '64B' and
22141            'ENCAP' and
22142            'NDRPDR' and
22143            '2T1C' and
22144            ('VXLAN' or 'LISP') and
22145            not 'VHOST' and
22146            not 'IPSECHW'"
22147   parameters:
22148   - "latency"
22149   - "parent"
22150   - "tags"
22151   sort:
22152   - "LISP"
22153   - "VXLAN_1"
22154   - "VXLAN_10"
22155   - "VXLAN_100"
22156   - "VXLAN_1000"
22157   layout:
22158     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22159     layout: "plot-latency"
22160
22161 -
22162   type: "plot"
22163   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22164   algorithm: "plot_latency_error_bars"
22165   output-file-type: ".html"
22166   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22167   data: "plot-vpp-throughput-latency-3n-skx"
22168   filter: "'NIC_Intel-X710' and
22169            '64B' and
22170            'ENCAP' and
22171            'NDRPDR' and
22172            '4T2C' and
22173            ('VXLAN' or 'LISP') and
22174            not 'VHOST' and
22175            not 'IPSECHW'"
22176   parameters:
22177   - "latency"
22178   - "parent"
22179   - "tags"
22180   sort:
22181   - "LISP"
22182   - "VXLAN_1"
22183   - "VXLAN_10"
22184   - "VXLAN_100"
22185   - "VXLAN_1000"
22186   layout:
22187     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22188     layout: "plot-latency"
22189
22190 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
22191 -
22192   type: "plot"
22193   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22194   algorithm: "plot_latency_error_bars"
22195   output-file-type: ".html"
22196   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22197   data: "plot-vpp-throughput-latency-3n-skx"
22198   filter: "'NIC_Intel-X710' and
22199            '64B' and
22200            'ENCAP' and
22201            'NDRPDR' and
22202            '2T1C' and
22203            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22204            not 'DOT1Q' and
22205            not 'VHOST' and
22206            not 'IPSECHW'"
22207   parameters:
22208   - "latency"
22209   - "parent"
22210   - "tags"
22211   sort:
22212   - "L2BDMACLRN"
22213   - "L2XCFWD"
22214   - "LISP"
22215   layout:
22216     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22217     layout: "plot-latency"
22218
22219 -
22220   type: "plot"
22221   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22222   algorithm: "plot_latency_error_bars"
22223   output-file-type: ".html"
22224   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22225   data: "plot-vpp-throughput-latency-3n-skx"
22226   filter: "'NIC_Intel-X710' and
22227            '64B' and
22228            'ENCAP' and
22229            'NDRPDR' and
22230            '4T2C' and
22231            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22232            not 'DOT1Q' and
22233            not 'VHOST' and
22234            not 'IPSECHW'"
22235   parameters:
22236   - "latency"
22237   - "parent"
22238   - "tags"
22239   sort:
22240   - "L2BDMACLRN"
22241   - "L2XCFWD"
22242   - "LISP"
22243   layout:
22244     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22245     layout: "plot-latency"
22246
22247 ################################################################################
22248
22249 # Packet Latency - VPP IPv6 3n-hsw-x520
22250 -
22251   type: "plot"
22252   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22253   algorithm: "plot_latency_error_bars"
22254   output-file-type: ".html"
22255   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22256   data: "plot-vpp-throughput-latency-3n-hsw"
22257   filter: "'NIC_Intel-X520-DA2' and
22258            '78B' and
22259            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22260            'NDRPDR' and
22261            '1T1C' and
22262            'IP6FWD' and
22263            not 'SRv6' and
22264            not 'IPSEC' and
22265            not 'VHOST'"
22266   parameters:
22267   - "latency"
22268   - "parent"
22269   - "tags"
22270   sort:
22271   - "IP6BASE"
22272   - "FIB_20K"
22273   - "FIB_200K"
22274   - "FIB_2M"
22275   layout:
22276     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22277     layout: "plot-latency"
22278
22279 -
22280   type: "plot"
22281   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22282   algorithm: "plot_latency_error_bars"
22283   output-file-type: ".html"
22284   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22285   data: "plot-vpp-throughput-latency-3n-hsw"
22286   filter: "'NIC_Intel-X520-DA2' and
22287            '78B' and
22288            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22289            'NDRPDR' and
22290            '2T2C' and
22291            'IP6FWD' and
22292            not 'SRv6' and
22293            not 'IPSEC' and
22294            not 'VHOST'"
22295   parameters:
22296   - "latency"
22297   - "parent"
22298   - "tags"
22299   sort:
22300   - "IP6BASE"
22301   - "FIB_20K"
22302   - "FIB_200K"
22303   - "FIB_2M"
22304   layout:
22305     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22306     layout: "plot-latency"
22307
22308 # Packet Latency - VPP IPv6 3n-hsw-x710
22309 -
22310   type: "plot"
22311   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22312   algorithm: "plot_latency_error_bars"
22313   output-file-type: ".html"
22314   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22315   data: "plot-vpp-throughput-latency-3n-hsw"
22316   filter: "'NIC_Intel-X710' and
22317            '78B' and
22318            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22319            'NDRPDR' and
22320            '1T1C' and
22321            'IP6FWD' and
22322            not 'SRv6' and
22323            not 'IPSEC' and
22324            not 'VHOST'"
22325   parameters:
22326   - "latency"
22327   - "parent"
22328   - "tags"
22329   sort:
22330   - "IP6BASE"
22331   - "FIB_20K"
22332   - "FIB_200K"
22333   - "FIB_2M"
22334   layout:
22335     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
22336     layout: "plot-latency"
22337
22338 -
22339   type: "plot"
22340   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22341   algorithm: "plot_latency_error_bars"
22342   output-file-type: ".html"
22343   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22344   data: "plot-vpp-throughput-latency-3n-hsw"
22345   filter: "'NIC_Intel-X710' and
22346            '78B' and
22347            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22348            'NDRPDR' and
22349            '2T2C' and
22350            'IP6FWD' and
22351            not 'SRv6' and
22352            not 'IPSEC' and
22353            not 'VHOST'"
22354   parameters:
22355   - "latency"
22356   - "parent"
22357   - "tags"
22358   sort:
22359   - "IP6BASE"
22360   - "FIB_20K"
22361   - "FIB_200K"
22362   - "FIB_2M"
22363   layout:
22364     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
22365     layout: "plot-latency"
22366
22367 # Packet Latency - VPP IPv6 3n-hsw-xl710
22368 -
22369   type: "plot"
22370   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22371   algorithm: "plot_latency_error_bars"
22372   output-file-type: ".html"
22373   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22374   data: "plot-vpp-throughput-latency-3n-hsw"
22375   filter: "'NIC_Intel-XL710' and
22376            '78B' and
22377            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22378            'NDRPDR' and
22379            '1T1C' and
22380            'IP6FWD' and
22381            not 'SRv6' and
22382            not 'IPSEC' and
22383            not 'VHOST'"
22384   parameters:
22385   - "latency"
22386   - "parent"
22387   - "tags"
22388   sort:
22389   - "IP6BASE"
22390   - "FIB_20K"
22391   - "FIB_200K"
22392   - "FIB_2M"
22393   layout:
22394     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
22395     layout: "plot-latency"
22396
22397 -
22398   type: "plot"
22399   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22400   algorithm: "plot_latency_error_bars"
22401   output-file-type: ".html"
22402   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22403   data: "plot-vpp-throughput-latency-3n-hsw"
22404   filter: "'NIC_Intel-XL710' and
22405            '78B' and
22406            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22407            'NDRPDR' and
22408            '2T2C' and
22409            'IP6FWD' and
22410            not 'SRv6' and
22411            not 'IPSEC' and
22412            not 'VHOST'"
22413   parameters:
22414   - "latency"
22415   - "parent"
22416   - "tags"
22417   sort:
22418   - "IP6BASE"
22419   - "FIB_20K"
22420   - "FIB_200K"
22421   - "FIB_2M"
22422   layout:
22423     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
22424     layout: "plot-latency"
22425
22426 # Packet Latency - VPP IPv6 3n-skx-x710
22427 -
22428   type: "plot"
22429   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22430   algorithm: "plot_latency_error_bars"
22431   output-file-type: ".html"
22432   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22433   data: "plot-vpp-throughput-latency-3n-skx"
22434   filter: "'NIC_Intel-X710' and
22435            '78B' and
22436            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22437            'NDRPDR' and
22438            '2T1C' and
22439            'IP6FWD' and
22440            not 'SRv6' and
22441            not 'IPSEC' and
22442            not 'VHOST'"
22443   parameters:
22444   - "latency"
22445   - "parent"
22446   - "tags"
22447   sort:
22448   - "IP6BASE"
22449   - "FIB_20K"
22450   - "FIB_200K"
22451   - "FIB_2M"
22452   layout:
22453     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
22454     layout: "plot-latency"
22455
22456 -
22457   type: "plot"
22458   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22459   algorithm: "plot_latency_error_bars"
22460   output-file-type: ".html"
22461   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22462   data: "plot-vpp-throughput-latency-3n-skx"
22463   filter: "'NIC_Intel-X710' and
22464            '78B' and
22465            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22466            'NDRPDR' and
22467            '4T2C' and
22468            'IP6FWD' and
22469            not 'SRv6' and
22470            not 'IPSEC' and
22471            not 'VHOST'"
22472   parameters:
22473   - "latency"
22474   - "parent"
22475   - "tags"
22476   sort:
22477   - "IP6BASE"
22478   - "FIB_20K"
22479   - "FIB_200K"
22480   - "FIB_2M"
22481   layout:
22482     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
22483     layout: "plot-latency"
22484
22485 # Packet Latency - VPP IPv6 2n-skx-x710
22486 -
22487   type: "plot"
22488   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22489   algorithm: "plot_latency_error_bars"
22490   output-file-type: ".html"
22491   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22492   data: "plot-vpp-throughput-latency-2n-skx"
22493   filter: "'NIC_Intel-X710' and
22494            '78B' and
22495            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22496            'NDRPDR' and
22497            '2T1C' and
22498            'IP6FWD' and
22499            not 'SRv6' and
22500            not 'IPSEC' and
22501            not 'VHOST'"
22502   parameters:
22503   - "latency"
22504   - "parent"
22505   - "tags"
22506   sort:
22507   - "IP6BASE"
22508   - "FIB_20k"
22509   - "FIB_200k"
22510   - "FIB_2M"
22511   layout:
22512     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
22513     layout: "plot-latency"
22514
22515 -
22516   type: "plot"
22517   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22518   algorithm: "plot_latency_error_bars"
22519   output-file-type: ".html"
22520   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22521   data: "plot-vpp-throughput-latency-2n-skx"
22522   filter: "'NIC_Intel-X710' and
22523            '78B' and
22524            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22525            'NDRPDR' and
22526            '4T2C' and
22527            'IP6FWD' and
22528            not 'SRv6' and
22529            not 'IPSEC' and
22530            not 'VHOST'"
22531   parameters:
22532   - "latency"
22533   - "parent"
22534   - "tags"
22535   sort:
22536   - "IP6BASE"
22537   - "FIB_20k"
22538   - "FIB_200k"
22539   - "FIB_2M"
22540   layout:
22541     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
22542     layout: "plot-latency"
22543
22544 # Packet Latency - VPP IPv6 2n-skx-xxv710
22545 -
22546   type: "plot"
22547   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22548   algorithm: "plot_latency_error_bars"
22549   output-file-type: ".html"
22550   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22551   data: "plot-vpp-throughput-latency-2n-skx"
22552   filter: "'NIC_Intel-XXV710' and
22553            '78B' and
22554            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22555            'NDRPDR' and
22556            '2T1C' and
22557            'IP6FWD' and
22558            not 'SRv6' and
22559            not 'IPSEC' and
22560            not 'VHOST'"
22561   parameters:
22562   - "latency"
22563   - "parent"
22564   - "tags"
22565   sort:
22566   - "IP6BASE"
22567   - "FIB_20k"
22568   - "FIB_200k"
22569   - "FIB_2M"
22570   layout:
22571     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
22572     layout: "plot-latency"
22573
22574 -
22575   type: "plot"
22576   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22577   algorithm: "plot_latency_error_bars"
22578   output-file-type: ".html"
22579   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22580   data: "plot-vpp-throughput-latency-2n-skx"
22581   filter: "'NIC_Intel-XXV710' and
22582            '78B' and
22583            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22584            'NDRPDR' and
22585            '4T2C' and
22586            'IP6FWD' and
22587            not 'SRv6' and
22588            not 'IPSEC' and
22589            not 'VHOST'"
22590   parameters:
22591   - "latency"
22592   - "parent"
22593   - "tags"
22594   sort:
22595   - "IP6BASE"
22596   - "FIB_20k"
22597   - "FIB_200k"
22598   - "FIB_2M"
22599   layout:
22600     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
22601     layout: "plot-latency"
22602
22603 ################################################################################
22604
22605 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
22606 -
22607   type: "plot"
22608   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22609   algorithm: "plot_latency_error_bars"
22610   output-file-type: ".html"
22611   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22612   data: "plot-vpp-throughput-latency-3n-hsw"
22613   filter: "'NIC_Intel-X520-DA2' and
22614            '78B' and
22615            'ENCAP' and
22616            'NDRPDR' and
22617            '1T1C' and
22618            'LISP' and
22619            not 'VHOST'"
22620   parameters:
22621   - "latency"
22622   - "parent"
22623   - "tags"
22624   sort:
22625   - "IP4UNRLAY"
22626   - "IP6UNRLAY"
22627   layout:
22628     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22629     layout: "plot-latency"
22630
22631 -
22632   type: "plot"
22633   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22634   algorithm: "plot_latency_error_bars"
22635   output-file-type: ".html"
22636   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22637   data: "plot-vpp-throughput-latency-3n-hsw"
22638   filter: "'NIC_Intel-X520-DA2' and
22639            '78B' and
22640            'ENCAP' and
22641            'NDRPDR' and
22642            '2T2C' and
22643            'LISP' and
22644            not 'VHOST'"
22645   parameters:
22646   - "latency"
22647   - "parent"
22648   - "tags"
22649   sort:
22650   - "IP4UNRLAY"
22651   - "IP6UNRLAY"
22652   layout:
22653     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22654     layout: "plot-latency"
22655
22656 ################################################################################
22657
22658 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
22659 -
22660   type: "plot"
22661   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22662   algorithm: "plot_latency_error_bars"
22663   output-file-type: ".html"
22664   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22665   data: "plot-vpp-throughput-latency-3n-hsw"
22666   filter: "'NIC_Intel-XL710' and
22667            '64B' and
22668            'IP4FWD' and
22669            'NDRPDR' and
22670            'BASE' and
22671            '1T1C' and
22672            'IPSECHW' and
22673            ('IPSECTRAN' or 'IPSECTUN') and
22674            not 'VHOST'"
22675   parameters:
22676   - "latency"
22677   - "parent"
22678   - "tags"
22679   layout:
22680     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
22681     layout: "plot-latency"
22682
22683 -
22684   type: "plot"
22685   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22686   algorithm: "plot_latency_error_bars"
22687   output-file-type: ".html"
22688   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22689   data: "plot-vpp-throughput-latency-3n-hsw"
22690   filter: "'NIC_Intel-XL710' and
22691            '64B' and
22692            'IP4FWD' and
22693            'NDRPDR' and
22694            'BASE' and
22695            '2T2C' and
22696            'IPSECHW' and
22697            ('IPSECTRAN' or 'IPSECTUN') and
22698            not 'VHOST'"
22699   parameters:
22700   - "latency"
22701   - "parent"
22702   - "tags"
22703   layout:
22704     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
22705     layout: "plot-latency"
22706
22707 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
22708 -
22709   type: "plot"
22710   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22711   algorithm: "plot_latency_error_bars"
22712   output-file-type: ".html"
22713   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22714   data: "plot-vpp-throughput-latency-3n-hsw"
22715   filter: "'NIC_Intel-XL710' and
22716            '64B' and
22717            'IP4FWD' and
22718            'NDRPDR' and
22719            'SCALE' and
22720            '1T1C' and
22721            'IPSECHW' and
22722            ('IPSECTRAN' or 'IPSECTUN') and
22723            not 'VHOST'"
22724   parameters:
22725   - "latency"
22726   - "parent"
22727   - "tags"
22728   layout:
22729     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
22730     layout: "plot-latency"
22731
22732 -
22733   type: "plot"
22734   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22735   algorithm: "plot_latency_error_bars"
22736   output-file-type: ".html"
22737   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22738   data: "plot-vpp-throughput-latency-3n-hsw"
22739   filter: "'NIC_Intel-XL710' and
22740            '64B' and
22741            'IP4FWD' and
22742            'NDRPDR' and
22743            'SCALE' and
22744            '2T2C' and
22745            'IPSECHW' and
22746            ('IPSECTRAN' or 'IPSECTUN') and
22747            not 'VHOST'"
22748   parameters:
22749   - "latency"
22750   - "parent"
22751   - "tags"
22752   layout:
22753     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
22754     layout: "plot-latency"
22755
22756 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
22757 -
22758   type: "plot"
22759   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22760   algorithm: "plot_latency_error_bars"
22761   output-file-type: ".html"
22762   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22763   data: "plot-vpp-throughput-latency-3n-hsw"
22764   filter: "'NIC_Intel-XL710' and
22765            '64B' and
22766            'IP4FWD' and
22767            'NDRPDR' and
22768            '1T1C' and
22769            'IPSECSW' and
22770            ('IPSECTRAN' or 'IPSECTUN') and
22771            not 'VHOST'"
22772   parameters:
22773   - "latency"
22774   - "parent"
22775   - "tags"
22776   layout:
22777     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
22778     layout: "plot-latency"
22779
22780 -
22781   type: "plot"
22782   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22783   algorithm: "plot_latency_error_bars"
22784   output-file-type: ".html"
22785   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22786   data: "plot-vpp-throughput-latency-3n-hsw"
22787   filter: "'NIC_Intel-XL710' and
22788            '64B' and
22789            'IP4FWD' and
22790            'NDRPDR' and
22791            '2T2C' and
22792            'IPSECSW' and
22793            ('IPSECTRAN' or 'IPSECTUN') and
22794            not 'VHOST'"
22795   parameters:
22796   - "latency"
22797   - "parent"
22798   - "tags"
22799   layout:
22800     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
22801     layout: "plot-latency"
22802
22803 ################################################################################
22804
22805 # Packet Latency - VPP SRv6 3n-hsw-x520
22806 -
22807   type: "plot"
22808   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22809   algorithm: "plot_latency_error_bars"
22810   output-file-type: ".html"
22811   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22812   data: "plot-vpp-throughput-latency-3n-hsw"
22813   filter: "'NIC_Intel-X520-DA2' and
22814            '78B' and
22815            'FEATURE' and
22816            'NDRPDR' and
22817            '1T1C' and
22818            'IP6FWD' and
22819            'SRv6'"
22820   parameters:
22821   - "latency"
22822   - "parent"
22823   - "tags"
22824   layout:
22825     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
22826     layout: "plot-latency"
22827
22828 -
22829   type: "plot"
22830   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22831   algorithm: "plot_latency_error_bars"
22832   output-file-type: ".html"
22833   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22834   data: "plot-vpp-throughput-latency-3n-hsw"
22835   filter: "'NIC_Intel-X520-DA2' and
22836            '78B' and
22837            'FEATURE' and
22838            'NDRPDR' and
22839            '2T2C' and
22840            'IP6FWD' and
22841            'SRv6'"
22842   parameters:
22843   - "latency"
22844   - "parent"
22845   - "tags"
22846   layout:
22847     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
22848     layout: "plot-latency"
22849
22850 ################################################################################
22851
22852 # Packet Latency - VPP vhost ip4 3n-hsw-x520
22853 -
22854   type: "plot"
22855   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22856   algorithm: "plot_latency_error_bars"
22857   output-file-type: ".html"
22858   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22859   data: "plot-vpp-throughput-latency-3n-hsw"
22860   filter: "'NIC_Intel-X520-DA2' and
22861            '64B' and
22862            'NDRPDR' and
22863            'ETH' and
22864            'IP4FWD' and
22865            '1T1C' and
22866            'VHOST_1024' and
22867            not 'VXLAN' and
22868            not 'DOT1Q'"
22869   parameters:
22870   - "latency"
22871   - "parent"
22872   - "tags"
22873   sort:
22874   - "not CFS_OPT"
22875   - "1VM"
22876   - "2VM"
22877   layout:
22878     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22879     layout: "plot-latency"
22880
22881 -
22882   type: "plot"
22883   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22884   algorithm: "plot_latency_error_bars"
22885   output-file-type: ".html"
22886   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22887   data: "plot-vpp-throughput-latency-3n-hsw"
22888   filter: "'NIC_Intel-X520-DA2' and
22889            '64B' and
22890            'NDRPDR' and
22891            'ETH' and
22892            'IP4FWD' and
22893            '2T2C' and
22894            'VHOST_1024' and
22895            not 'VXLAN' and
22896            not 'DOT1Q'"
22897   parameters:
22898   - "latency"
22899   - "parent"
22900   - "tags"
22901   sort:
22902   - "not CFS_OPT"
22903   - "1VM"
22904   - "2VM"
22905   layout:
22906     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22907     layout: "plot-latency"
22908
22909 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
22910 -
22911   type: "plot"
22912   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22913   algorithm: "plot_latency_error_bars"
22914   output-file-type: ".html"
22915   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22916   data: "plot-vpp-throughput-latency-3n-hsw"
22917   filter: "'NIC_Intel-X520-DA2' and
22918            '64B' and
22919            'NDRPDR' and
22920            ('ETH' or 'DOT1Q') and
22921            '1T1C' and
22922            'L2BDMACLRN' and
22923            'VHOST_1024' and
22924            not 'VXLAN' and
22925            not 'IP4FWD' and
22926            not '2VM'"
22927   parameters:
22928   - "latency"
22929   - "parent"
22930   - "tags"
22931 #  sort:
22932 #  - "VM"  # "not CFS_OPT"
22933 #  - "CFS_OPT"
22934 #  - "FIB_10K"
22935 #  - "FIB_100K"
22936 #  - "FIB_1M"
22937   layout:
22938     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22939     layout: "plot-latency"
22940
22941 -
22942   type: "plot"
22943   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22944   algorithm: "plot_latency_error_bars"
22945   output-file-type: ".html"
22946   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22947   data: "plot-vpp-throughput-latency-3n-hsw"
22948   filter: "'NIC_Intel-X520-DA2' and
22949            '64B' and
22950            'NDRPDR' and
22951            ('ETH' or 'DOT1Q') and
22952            '2T2C' and
22953            'L2BDMACLRN' and
22954            'VHOST_1024' and
22955            not 'VXLAN' and
22956            not 'IP4FWD' and
22957            not '2VM'"
22958   parameters:
22959   - "latency"
22960   - "parent"
22961   - "tags"
22962 #  sort:
22963 #  - "VM"  # "not CFS_OPT"
22964 #  - "CFS_OPT"
22965 #  - "FIB_10K"
22966 #  - "FIB_100K"
22967 #  - "FIB_1M"
22968   layout:
22969     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22970     layout: "plot-latency"
22971
22972 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22973 -
22974   type: "plot"
22975   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22976   algorithm: "plot_latency_error_bars"
22977   output-file-type: ".html"
22978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22979   data: "plot-vpp-throughput-latency-3n-hsw"
22980   filter: "'NIC_Intel-X520-DA2' and
22981            '64B' and
22982            'NDRPDR' and
22983            ('ETH' or 'DOT1Q') and
22984            'BASE' and
22985            '1T1C' and
22986            ('L2BDMACLRN' or 'L2XCFWD') and
22987            'VHOST_1024' and
22988            not 'VXLAN' and
22989            not 'IP4FWD' and
22990            not '2VM'"
22991   parameters:
22992   - "latency"
22993   - "parent"
22994   - "tags"
22995 #  sort:
22996 #  - "not CFS_OPT"
22997 #  - "L2XCFWD"
22998 #  - "not CFS_OPT"
22999 #  - "CFS_OPT"
23000   layout:
23001     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
23002     layout: "plot-latency"
23003
23004 -
23005   type: "plot"
23006   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23007   algorithm: "plot_latency_error_bars"
23008   output-file-type: ".html"
23009   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
23010   data: "plot-vpp-throughput-latency-3n-hsw"
23011   filter: "'NIC_Intel-X520-DA2' and
23012            '64B' and
23013            'NDRPDR' and
23014            ('ETH' or 'DOT1Q') and
23015            'BASE' and
23016            '2T2C' and
23017            ('L2BDMACLRN' or 'L2XCFWD') and
23018            'VHOST_1024' and
23019            not 'VXLAN' and
23020            not 'IP4FWD' and
23021            not '2VM'"
23022   parameters:
23023   - "latency"
23024   - "parent"
23025   - "tags"
23026 #  sort:
23027 #  - "not CFS_OPT"
23028 #  - "L2XCFWD"
23029 #  - "not CFS_OPT"
23030 #  - "CFS_OPT"
23031   layout:
23032     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
23033     layout: "plot-latency"
23034
23035 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
23036 -
23037   type: "plot"
23038   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
23039   algorithm: "plot_latency_error_bars"
23040   output-file-type: ".html"
23041   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
23042   data: "plot-vpp-throughput-latency-3n-hsw"
23043   filter: "'NIC_Intel-X520-DA2' and
23044            '64B' and
23045            'NDRPDR' and
23046            ('ETH' or 'DOT1Q') and
23047            '1T1C' and
23048            ('L2BDMACLRN' or 'L2XCFWD') and
23049            'VHOST_1024' and
23050            not 'CFS_OPT' and
23051            not 'VXLAN' and
23052            not 'IP4FWD' and
23053            not 'LBOND'"
23054   parameters:
23055   - "latency"
23056   - "parent"
23057   - "tags"
23058 #  sort:
23059 #  - "1VM"
23060 #  - "L2XCFWD"
23061 #  - "1VM"
23062 #  - "L2BDMACLRN"
23063   layout:
23064     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
23065     layout: "plot-latency"
23066
23067 -
23068   type: "plot"
23069   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
23070   algorithm: "plot_latency_error_bars"
23071   output-file-type: ".html"
23072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
23073   data: "plot-vpp-throughput-latency-3n-hsw"
23074   filter: "'NIC_Intel-X520-DA2' and
23075            '64B' and
23076            'NDRPDR' and
23077            ('ETH' or 'DOT1Q') and
23078            '2T2C' and
23079            ('L2BDMACLRN' or 'L2XCFWD') and
23080            'VHOST_1024' and
23081            not 'CFS_OPT' and
23082            not 'VXLAN' and
23083            not 'IP4FWD' and
23084            not 'LBOND'"
23085   parameters:
23086   - "latency"
23087   - "parent"
23088   - "tags"
23089 #  sort:
23090 #  - "1VM"
23091 #  - "L2XCFWD"
23092 #  - "1VM"
23093 #  - "L2BDMACLRN"
23094   layout:
23095     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
23096     layout: "plot-latency"
23097
23098 # Packet Latency - VPP vhost ip4 3n-hsw-x710
23099 -
23100   type: "plot"
23101   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23102   algorithm: "plot_latency_error_bars"
23103   output-file-type: ".html"
23104   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23105   data: "plot-vpp-throughput-latency-3n-hsw"
23106   filter: "'NIC_Intel-X710' and
23107            '64B' and
23108            'NDRPDR' and
23109            'ETH' and
23110            'IP4FWD' and
23111            '1T1C' and
23112            'VHOST_1024' and
23113            not 'VXLAN' and
23114            not 'DOT1Q'"
23115   parameters:
23116   - "latency"
23117   - "parent"
23118   - "tags"
23119   sort:
23120   - "not CFS_OPT"
23121   - "1VM"
23122   - "2VM"
23123   layout:
23124     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
23125     layout: "plot-latency"
23126
23127 -
23128   type: "plot"
23129   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23130   algorithm: "plot_latency_error_bars"
23131   output-file-type: ".html"
23132   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23133   data: "plot-vpp-throughput-latency-3n-hsw"
23134   filter: "'NIC_Intel-X710' and
23135            '64B' and
23136            'NDRPDR' and
23137            'ETH' and
23138            'IP4FWD' and
23139            '2T2C' and
23140            'VHOST_1024' and
23141            not 'VXLAN' and
23142            not 'DOT1Q'"
23143   parameters:
23144   - "latency"
23145   - "parent"
23146   - "tags"
23147   sort:
23148   - "not CFS_OPT"
23149   - "1VM"
23150   - "2VM"
23151   layout:
23152     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
23153     layout: "plot-latency"
23154
23155 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
23156 -
23157   type: "plot"
23158   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23159   algorithm: "plot_latency_error_bars"
23160   output-file-type: ".html"
23161   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
23162   data: "plot-vpp-throughput-latency-3n-hsw"
23163   filter: "'NIC_Intel-X710' and
23164            '64B' and
23165            'NDRPDR' and
23166            ('ETH' or 'DOT1Q') and
23167            '1T1C' and
23168            'L2BDMACLRN' and
23169            'VHOST_1024' and
23170            not 'VXLAN' and
23171            not 'IP4FWD' and
23172            not '2VM'"
23173   parameters:
23174   - "latency"
23175   - "parent"
23176   - "tags"
23177 #  sort:
23178 #  - "VM"  # "not CFS_OPT"
23179 #  - "CFS_OPT"
23180 #  - "FIB_10K"
23181 #  - "FIB_100K"
23182 #  - "FIB_1M"
23183   layout:
23184     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
23185     layout: "plot-latency"
23186
23187 -
23188   type: "plot"
23189   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23190   algorithm: "plot_latency_error_bars"
23191   output-file-type: ".html"
23192   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23193   data: "plot-vpp-throughput-latency-3n-hsw"
23194   filter: "'NIC_Intel-X710' and
23195            '64B' and
23196            'NDRPDR' and
23197            ('ETH' or 'DOT1Q') and
23198            '2T2C' and
23199            'L2BDMACLRN' and
23200            'VHOST_1024' and
23201            not 'VXLAN' and
23202            not 'IP4FWD' and
23203            not '2VM'"
23204   parameters:
23205   - "latency"
23206   - "parent"
23207   - "tags"
23208 #  sort:
23209 #  - "VM"  # "not CFS_OPT"
23210 #  - "CFS_OPT"
23211 #  - "FIB_10K"
23212 #  - "FIB_100K"
23213 #  - "FIB_1M"
23214   layout:
23215     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
23216     layout: "plot-latency"
23217
23218 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
23219 -
23220   type: "plot"
23221   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23222   algorithm: "plot_latency_error_bars"
23223   output-file-type: ".html"
23224   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23225   data: "plot-vpp-throughput-latency-3n-hsw"
23226   filter: "'NIC_Intel-X710' and
23227            '64B' and
23228            'NDRPDR' and
23229            ('ETH' or 'DOT1Q') and
23230            'BASE' and
23231            '1T1C' and
23232            ('L2BDMACLRN' or 'L2XCFWD') and
23233            'VHOST_1024' and
23234            not 'VXLAN' and
23235            not 'IP4FWD' and
23236            not '2VM'"
23237   parameters:
23238   - "latency"
23239   - "parent"
23240   - "tags"
23241 #  sort:
23242 #  - "not CFS_OPT"
23243 #  - "L2XCFWD"
23244 #  - "not CFS_OPT"
23245 #  - "CFS_OPT"
23246   layout:
23247     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
23248     layout: "plot-latency"
23249
23250 -
23251   type: "plot"
23252   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23253   algorithm: "plot_latency_error_bars"
23254   output-file-type: ".html"
23255   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23256   data: "plot-vpp-throughput-latency-3n-hsw"
23257   filter: "'NIC_Intel-X710' and
23258            '64B' and
23259            'NDRPDR' and
23260            ('ETH' or 'DOT1Q') and
23261            'BASE' and
23262            '2T2C' and
23263            ('L2BDMACLRN' or 'L2XCFWD') and
23264            'VHOST_1024' and
23265            not 'VXLAN' and
23266            not 'IP4FWD' and
23267            not '2VM'"
23268   parameters:
23269   - "latency"
23270   - "parent"
23271   - "tags"
23272 #  sort:
23273 #  - "not CFS_OPT"
23274 #  - "L2XCFWD"
23275 #  - "not CFS_OPT"
23276 #  - "CFS_OPT"
23277   layout:
23278     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
23279     layout: "plot-latency"
23280
23281 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
23282 -
23283   type: "plot"
23284   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23285   algorithm: "plot_latency_error_bars"
23286   output-file-type: ".html"
23287   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23288   data: "plot-vpp-throughput-latency-3n-hsw"
23289   filter: "'NIC_Intel-X710' and
23290            '64B' and
23291            'NDRPDR' and
23292            ('ETH' or 'DOT1Q') and
23293            '1T1C' and
23294            ('L2BDMACLRN' or 'L2XCFWD') and
23295            'VHOST_1024' and
23296            not 'CFS_OPT' and
23297            not 'VXLAN' and
23298            not 'IP4FWD' and
23299            not 'LBOND'"
23300   parameters:
23301   - "latency"
23302   - "parent"
23303   - "tags"
23304 #  sort:
23305 #  - "1VM"
23306 #  - "L2XCFWD"
23307 #  - "1VM"
23308 #  - "L2BDMACLRN"
23309   layout:
23310     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
23311     layout: "plot-latency"
23312
23313 -
23314   type: "plot"
23315   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23316   algorithm: "plot_latency_error_bars"
23317   output-file-type: ".html"
23318   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23319   data: "plot-vpp-throughput-latency-3n-hsw"
23320   filter: "'NIC_Intel-X710' and
23321            '64B' and
23322            'NDRPDR' and
23323            ('ETH' or 'DOT1Q') and
23324            '2T2C' and
23325            ('L2BDMACLRN' or 'L2XCFWD') and
23326            'VHOST_1024' and
23327            not 'CFS_OPT' and
23328            not 'VXLAN' and
23329            not 'IP4FWD' and
23330            not 'LBOND'"
23331   parameters:
23332   - "latency"
23333   - "parent"
23334   - "tags"
23335 #  sort:
23336 #  - "1VM"
23337 #  - "L2XCFWD"
23338 #  - "1VM"
23339 #  - "L2BDMACLRN"
23340   layout:
23341     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
23342     layout: "plot-latency"
23343
23344 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
23345 -
23346   type: "plot"
23347   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23348   algorithm: "plot_latency_error_bars"
23349   output-file-type: ".html"
23350   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23351   data: "plot-vpp-throughput-latency-3n-hsw"
23352   filter: "'NIC_Intel-XL710' and
23353            '64B' and
23354            'NDRPDR' and
23355            'ETH' and
23356            'IP4FWD' and
23357            '1T1C' and
23358            'VHOST_1024' and
23359            not 'VXLAN' and
23360            not 'DOT1Q'"
23361   parameters:
23362   - "latency"
23363   - "parent"
23364   - "tags"
23365   sort:
23366   - "not CFS_OPT"
23367   - "1VM"
23368   - "2VM"
23369   layout:
23370     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23371     layout: "plot-latency"
23372
23373 -
23374   type: "plot"
23375   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23376   algorithm: "plot_latency_error_bars"
23377   output-file-type: ".html"
23378   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23379   data: "plot-vpp-throughput-latency-3n-hsw"
23380   filter: "'NIC_Intel-XL710' and
23381            '64B' and
23382            'NDRPDR' and
23383            'ETH' and
23384            'IP4FWD' and
23385            '2T2C' and
23386            'VHOST_1024' and
23387            not 'VXLAN' and
23388            not 'DOT1Q'"
23389   parameters:
23390   - "latency"
23391   - "parent"
23392   - "tags"
23393   sort:
23394   - "not CFS_OPT"
23395   - "1VM"
23396   - "2VM"
23397   layout:
23398     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23399     layout: "plot-latency"
23400
23401 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
23402 -
23403   type: "plot"
23404   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23405   algorithm: "plot_latency_error_bars"
23406   output-file-type: ".html"
23407   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23408   data: "plot-vpp-throughput-latency-3n-hsw"
23409   filter: "'NIC_Intel-XL710' and
23410            '64B' and
23411            'NDRPDR' and
23412            ('ETH' or 'DOT1Q') and
23413            '1T1C' and
23414            'L2BDMACLRN' and
23415            'VHOST_1024' and
23416            not 'VXLAN' and
23417            not 'IP4FWD' and
23418            not '2VM'"
23419   parameters:
23420   - "latency"
23421   - "parent"
23422   - "tags"
23423 #  sort:
23424 #  - "VM"  # "not CFS_OPT"
23425 #  - "CFS_OPT"
23426 #  - "FIB_10K"
23427 #  - "FIB_100K"
23428 #  - "FIB_1M"
23429   layout:
23430     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23431     layout: "plot-latency"
23432
23433 -
23434   type: "plot"
23435   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23436   algorithm: "plot_latency_error_bars"
23437   output-file-type: ".html"
23438   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23439   data: "plot-vpp-throughput-latency-3n-hsw"
23440   filter: "'NIC_Intel-XL710' and
23441            '64B' and
23442            'NDRPDR' and
23443            ('ETH' or 'DOT1Q') and
23444            '2T2C' and
23445            'L2BDMACLRN' and
23446            'VHOST_1024' and
23447            not 'VXLAN' and
23448            not 'IP4FWD' and
23449            not '2VM'"
23450   parameters:
23451   - "latency"
23452   - "parent"
23453   - "tags"
23454 #  sort:
23455 #  - "VM"  # "not CFS_OPT"
23456 #  - "CFS_OPT"
23457 #  - "FIB_10K"
23458 #  - "FIB_100K"
23459 #  - "FIB_1M"
23460   layout:
23461     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23462     layout: "plot-latency"
23463
23464 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
23465 -
23466   type: "plot"
23467   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23468   algorithm: "plot_latency_error_bars"
23469   output-file-type: ".html"
23470   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23471   data: "plot-vpp-throughput-latency-3n-hsw"
23472   filter: "'NIC_Intel-XL710' and
23473            '64B' and
23474            'NDRPDR' and
23475            ('ETH' or 'DOT1Q') and
23476            'BASE' and
23477            '1T1C' and
23478            ('L2BDMACLRN' or 'L2XCFWD') and
23479            'VHOST_1024' and
23480            not 'VXLAN' and
23481            not 'IP4FWD' and
23482            not '2VM'"
23483   parameters:
23484   - "latency"
23485   - "parent"
23486   - "tags"
23487 #  sort:
23488 #  - "not CFS_OPT"
23489 #  - "L2XCFWD"
23490 #  - "not CFS_OPT"
23491 #  - "CFS_OPT"
23492   layout:
23493     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
23494     layout: "plot-latency"
23495
23496 -
23497   type: "plot"
23498   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23499   algorithm: "plot_latency_error_bars"
23500   output-file-type: ".html"
23501   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23502   data: "plot-vpp-throughput-latency-3n-hsw"
23503   filter: "'NIC_Intel-XL710' and
23504            '64B' and
23505            'NDRPDR' and
23506            ('ETH' or 'DOT1Q') and
23507            'BASE' and
23508            '2T2C' and
23509            ('L2BDMACLRN' or 'L2XCFWD') and
23510            'VHOST_1024' and
23511            not 'VXLAN' and
23512            not 'IP4FWD' and
23513            not '2VM'"
23514   parameters:
23515   - "latency"
23516   - "parent"
23517   - "tags"
23518 #  sort:
23519 #  - "not CFS_OPT"
23520 #  - "L2XCFWD"
23521 #  - "not CFS_OPT"
23522 #  - "CFS_OPT"
23523   layout:
23524     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
23525     layout: "plot-latency"
23526
23527 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
23528 -
23529   type: "plot"
23530   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23531   algorithm: "plot_latency_error_bars"
23532   output-file-type: ".html"
23533   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23534   data: "plot-vpp-throughput-latency-3n-hsw"
23535   filter: "'NIC_Intel-XL710' and
23536            '64B' and
23537            'NDRPDR' and
23538            ('ETH' or 'DOT1Q') and
23539            '1T1C' and
23540            ('L2BDMACLRN' or 'L2XCFWD') and
23541            'VHOST_1024' and
23542            not 'CFS_OPT' and
23543            not 'VXLAN' and
23544            not 'IP4FWD'"
23545   parameters:
23546   - "latency"
23547   - "parent"
23548   - "tags"
23549 #  sort:
23550 #  - "1VM"
23551 #  - "L2XCFWD"
23552 #  - "1VM"
23553 #  - "L2BDMACLRN"
23554   layout:
23555     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
23556     layout: "plot-latency"
23557
23558 -
23559   type: "plot"
23560   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23561   algorithm: "plot_latency_error_bars"
23562   output-file-type: ".html"
23563   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23564   data: "plot-vpp-throughput-latency-3n-hsw"
23565   filter: "'NIC_Intel-XL710' and
23566            '64B' and
23567            'NDRPDR' and
23568            ('ETH' or 'DOT1Q') and
23569            '2T2C' and
23570            ('L2BDMACLRN' or 'L2XCFWD') and
23571            'VHOST_1024' and
23572            not 'CFS_OPT' and
23573            not 'VXLAN' and
23574            not 'IP4FWD'"
23575   parameters:
23576   - "latency"
23577   - "parent"
23578   - "tags"
23579 #  sort:
23580 #  - "1VM"
23581 #  - "L2XCFWD"
23582 #  - "1VM"
23583 #  - "L2BDMACLRN"
23584   layout:
23585     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
23586     layout: "plot-latency"
23587
23588 # Packet Latency - VPP vhost ip4 3n-skx-x710
23589 -
23590   type: "plot"
23591   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23592   algorithm: "plot_latency_error_bars"
23593   output-file-type: ".html"
23594   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23595   data: "plot-vpp-throughput-latency-3n-skx"
23596   filter: "'NIC_Intel-X710' and
23597            '64B' and
23598            'NDRPDR' and
23599            'ETH' and
23600            'IP4FWD' and
23601            '2T1C' and
23602            'VHOST_1024' and
23603            not 'VXLAN' and
23604            not 'DOT1Q'"
23605   parameters:
23606   - "latency"
23607   - "parent"
23608   - "tags"
23609   sort:
23610   - "not CFS_OPT"
23611   - "1VM"
23612   - "2VM"
23613   layout:
23614     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23615     layout: "plot-latency"
23616
23617 -
23618   type: "plot"
23619   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23620   algorithm: "plot_latency_error_bars"
23621   output-file-type: ".html"
23622   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23623   data: "plot-vpp-throughput-latency-3n-skx"
23624   filter: "'NIC_Intel-X710' and
23625            '64B' and
23626            'NDRPDR' and
23627            'ETH' and
23628            'IP4FWD' and
23629            '4T2C' and
23630            'VHOST_1024' and
23631            not 'VXLAN' and
23632            not 'DOT1Q'"
23633   parameters:
23634   - "latency"
23635   - "parent"
23636   - "tags"
23637   sort:
23638   - "not CFS_OPT"
23639   - "1VM"
23640   - "2VM"
23641   layout:
23642     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23643     layout: "plot-latency"
23644
23645 # Packet Latency - VPP vhost l2sw 3n-skx-x710
23646 -
23647   type: "plot"
23648   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23649   algorithm: "plot_latency_error_bars"
23650   output-file-type: ".html"
23651   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23652   data: "plot-vpp-throughput-latency-3n-skx"
23653   filter: "'NIC_Intel-X710' and
23654            '64B' and
23655            'NDRPDR' and
23656            ('ETH' or 'DOT1Q') and
23657            '2T1C' and
23658            'L2BDMACLRN' and
23659            'VHOST_1024' and
23660            not 'VXLAN' and
23661            not 'IP4FWD' and
23662            not '2VM'"
23663   parameters:
23664   - "latency"
23665   - "parent"
23666   - "tags"
23667 #  sort:
23668 #  - "VM"  # "not CFS_OPT"
23669 #  - "CFS_OPT"
23670 #  - "FIB_10K"
23671 #  - "FIB_100K"
23672 #  - "FIB_1M"
23673   layout:
23674     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23675     layout: "plot-latency"
23676
23677 -
23678   type: "plot"
23679   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23680   algorithm: "plot_latency_error_bars"
23681   output-file-type: ".html"
23682   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23683   data: "plot-vpp-throughput-latency-3n-skx"
23684   filter: "'NIC_Intel-X710' and
23685            '64B' and
23686            'NDRPDR' and
23687            ('ETH' or 'DOT1Q') and
23688            '4T2C' and
23689            'L2BDMACLRN' and
23690            'VHOST_1024' and
23691            not 'VXLAN' and
23692            not 'IP4FWD' and
23693            not '2VM'"
23694   parameters:
23695   - "latency"
23696   - "parent"
23697   - "tags"
23698 #  sort:
23699 #  - "VM"  # "not CFS_OPT"
23700 #  - "CFS_OPT"
23701 #  - "FIB_10K"
23702 #  - "FIB_100K"
23703 #  - "FIB_1M"
23704   layout:
23705     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23706     layout: "plot-latency"
23707
23708 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
23709 -
23710   type: "plot"
23711   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23712   algorithm: "plot_latency_error_bars"
23713   output-file-type: ".html"
23714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23715   data: "plot-vpp-throughput-latency-3n-skx"
23716   filter: "'NIC_Intel-X710' and
23717            '64B' and
23718            'NDRPDR' and
23719            ('ETH' or 'DOT1Q') and
23720            'BASE' and
23721            '2T1C' and
23722            ('L2BDMACLRN' or 'L2XCFWD') and
23723            'VHOST_1024' and
23724            not 'VXLAN' and
23725            not 'IP4FWD' and
23726            not '2VM' and
23727            not 'LBOND'"
23728   parameters:
23729   - "latency"
23730   - "parent"
23731   - "tags"
23732 #  sort:
23733 #  - "not CFS_OPT"
23734 #  - "L2XCFWD"
23735 #  - "not CFS_OPT"
23736 #  - "CFS_OPT"
23737   layout:
23738     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
23739     layout: "plot-latency"
23740
23741 -
23742   type: "plot"
23743   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23744   algorithm: "plot_latency_error_bars"
23745   output-file-type: ".html"
23746   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23747   data: "plot-vpp-throughput-latency-3n-skx"
23748   filter: "'NIC_Intel-X710' and
23749            '64B' and
23750            'NDRPDR' and
23751            ('ETH' or 'DOT1Q') and
23752            'BASE' and
23753            '4T2C' and
23754            ('L2BDMACLRN' or 'L2XCFWD') and
23755            'VHOST_1024' and
23756            not 'VXLAN' and
23757            not 'IP4FWD' and
23758            not '2VM' and
23759            not 'LBOND'"
23760   parameters:
23761   - "latency"
23762   - "parent"
23763   - "tags"
23764 #  sort:
23765 #  - "not CFS_OPT"
23766 #  - "L2XCFWD"
23767 #  - "not CFS_OPT"
23768 #  - "CFS_OPT"
23769   layout:
23770     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
23771     layout: "plot-latency"
23772
23773 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
23774 -
23775   type: "plot"
23776   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23777   algorithm: "plot_latency_error_bars"
23778   output-file-type: ".html"
23779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23780   data: "plot-vpp-throughput-latency-3n-skx"
23781   filter: "'NIC_Intel-X710' and
23782            '64B' and
23783            'NDRPDR' and
23784            ('ETH' or 'DOT1Q') and
23785            '2T1C' and
23786            ('L2BDMACLRN' or 'L2XCFWD') and
23787            'VHOST_1024' and
23788            not 'CFS_OPT' and
23789            not 'VXLAN' and
23790            not 'IP4FWD' and
23791            not 'LBOND'"
23792   parameters:
23793   - "latency"
23794   - "parent"
23795   - "tags"
23796 #  sort:
23797 #  - "1VM"
23798 #  - "L2XCFWD"
23799 #  - "1VM"
23800 #  - "L2BDMACLRN"
23801   layout:
23802     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
23803     layout: "plot-latency"
23804
23805 -
23806   type: "plot"
23807   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23808   algorithm: "plot_latency_error_bars"
23809   output-file-type: ".html"
23810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23811   data: "plot-vpp-throughput-latency-3n-skx"
23812   filter: "'NIC_Intel-X710' and
23813            '64B' and
23814            'NDRPDR' and
23815            ('ETH' or 'DOT1Q') and
23816            '4T2C' and
23817            ('L2BDMACLRN' or 'L2XCFWD') and
23818            'VHOST_1024' and
23819            not 'CFS_OPT' and
23820            not 'VXLAN' and
23821            not 'IP4FWD' and
23822            not 'LBOND'"
23823   parameters:
23824   - "latency"
23825   - "parent"
23826   - "tags"
23827 #  sort:
23828 #  - "1VM"
23829 #  - "L2XCFWD"
23830 #  - "1VM"
23831 #  - "L2BDMACLRN"
23832   layout:
23833     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
23834     layout: "plot-latency"
23835
23836 # Packet Latency - VPP vhost ip4 2n-skx-x710
23837 -
23838   type: "plot"
23839   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23840   algorithm: "plot_latency_error_bars"
23841   output-file-type: ".html"
23842   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23843   data: "plot-vpp-throughput-latency-2n-skx"
23844   filter: "'NIC_Intel-X710' and
23845            '64B' and
23846            'NDRPDR' and
23847            'ETH' and
23848            'IP4FWD' and
23849            '2T1C' and
23850            'VHOST_1024' and
23851            not 'VXLAN' and
23852            not 'NF_DENSITY' and
23853            not 'DOT1Q'"
23854   parameters:
23855   - "latency"
23856   - "parent"
23857   - "tags"
23858   sort:
23859   - "not CFS_OPT"
23860   - "1VM"
23861   - "2VM"
23862   layout:
23863     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23864     layout: "plot-latency"
23865
23866 -
23867   type: "plot"
23868   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23869   algorithm: "plot_latency_error_bars"
23870   output-file-type: ".html"
23871   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23872   data: "plot-vpp-throughput-latency-2n-skx"
23873   filter: "'NIC_Intel-X710' and
23874            '64B' and
23875            'NDRPDR' and
23876            'ETH' and
23877            'IP4FWD' and
23878            '4T2C' and
23879            'VHOST_1024' and
23880            not 'VXLAN' and
23881            not 'NF_DENSITY' and
23882            not 'DOT1Q'"
23883   parameters:
23884   - "latency"
23885   - "parent"
23886   - "tags"
23887   sort:
23888   - "not CFS_OPT"
23889   - "1VM"
23890   - "2VM"
23891   layout:
23892     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23893     layout: "plot-latency"
23894
23895 # Packet Latency - VPP vhost l2sw 2n-skx-x710
23896 -
23897   type: "plot"
23898   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23899   algorithm: "plot_latency_error_bars"
23900   output-file-type: ".html"
23901   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23902   data: "plot-vpp-throughput-latency-2n-skx"
23903   filter: "'NIC_Intel-X710' and
23904            '64B' and
23905            'NDRPDR' and
23906            ('ETH' or 'DOT1Q') and
23907            '2T1C' and
23908            'L2BDMACLRN' and
23909            'VHOST_1024' and
23910            not 'VXLAN' and
23911            not 'IP4FWD' and
23912            not 'NF_DENSITY' and
23913            not '2VM'"
23914   parameters:
23915   - "latency"
23916   - "parent"
23917   - "tags"
23918 #  sort:
23919 #  - "VM"  # "not CFS_OPT"
23920 #  - "CFS_OPT"
23921 #  - "FIB_10K"
23922 #  - "FIB_100K"
23923 #  - "FIB_1M"
23924   layout:
23925     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23926     layout: "plot-latency"
23927
23928 -
23929   type: "plot"
23930   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23931   algorithm: "plot_latency_error_bars"
23932   output-file-type: ".html"
23933   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23934   data: "plot-vpp-throughput-latency-2n-skx"
23935   filter: "'NIC_Intel-X710' and
23936            '64B' and
23937            'NDRPDR' and
23938            ('ETH' or 'DOT1Q') and
23939            '4T2C' and
23940            'L2BDMACLRN' and
23941            'VHOST_1024' and
23942            not 'VXLAN' and
23943            not 'NF_DENSITY' and
23944            not 'IP4FWD' and
23945            not '2VM'"
23946   parameters:
23947   - "latency"
23948   - "parent"
23949   - "tags"
23950 #  sort:
23951 #  - "VM"  # "not CFS_OPT"
23952 #  - "CFS_OPT"
23953 #  - "FIB_10K"
23954 #  - "FIB_100K"
23955 #  - "FIB_1M"
23956   layout:
23957     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23958     layout: "plot-latency"
23959
23960 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
23961 -
23962   type: "plot"
23963   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23964   algorithm: "plot_latency_error_bars"
23965   output-file-type: ".html"
23966   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23967   data: "plot-vpp-throughput-latency-2n-skx"
23968   filter: "'NIC_Intel-X710' and
23969            '64B' and
23970            'NDRPDR' and
23971            ('ETH' or 'DOT1Q') and
23972            'BASE' and
23973            '2T1C' and
23974            ('L2BDMACLRN' or 'L2XCFWD') and
23975            'VHOST_1024' and
23976            not 'VXLAN' and
23977            not 'NF_DENSITY' and
23978            not 'IP4FWD' and
23979            not '2VM'"
23980   parameters:
23981   - "latency"
23982   - "parent"
23983   - "tags"
23984 #  sort:
23985 #  - "not CFS_OPT"
23986 #  - "L2XCFWD"
23987 #  - "not CFS_OPT"
23988 #  - "CFS_OPT"
23989   layout:
23990     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23991     layout: "plot-latency"
23992
23993 -
23994   type: "plot"
23995   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23996   algorithm: "plot_latency_error_bars"
23997   output-file-type: ".html"
23998   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23999   data: "plot-vpp-throughput-latency-2n-skx"
24000   filter: "'NIC_Intel-X710' and
24001            '64B' and
24002            'NDRPDR' and
24003            ('ETH' or 'DOT1Q') and
24004            'BASE' and
24005            '4T2C' and
24006            ('L2BDMACLRN' or 'L2XCFWD') and
24007            'VHOST_1024' and
24008            not 'VXLAN' and
24009            not 'NF_DENSITY' and
24010            not 'IP4FWD' and
24011            not '2VM'"
24012   parameters:
24013   - "latency"
24014   - "parent"
24015   - "tags"
24016 #  sort:
24017 #  - "not CFS_OPT"
24018 #  - "L2XCFWD"
24019 #  - "not CFS_OPT"
24020 #  - "CFS_OPT"
24021   layout:
24022     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
24023     layout: "plot-latency"
24024
24025 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
24026 -
24027   type: "plot"
24028   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
24029   algorithm: "plot_latency_error_bars"
24030   output-file-type: ".html"
24031   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
24032   data: "plot-vpp-throughput-latency-2n-skx"
24033   filter: "'NIC_Intel-X710' and
24034            '64B' and
24035            'NDRPDR' and
24036            ('ETH' or 'DOT1Q') and
24037            '2T1C' and
24038            ('L2BDMACLRN' or 'L2XCFWD') and
24039            'VHOST_1024' and
24040            not 'CFS_OPT' and
24041            not 'VXLAN' and
24042            not 'NF_DENSITY' and
24043            not 'IP4FWD'"
24044   parameters:
24045   - "latency"
24046   - "parent"
24047   - "tags"
24048 #  sort:
24049 #  - "1VM"
24050 #  - "L2XCFWD"
24051 #  - "1VM"
24052 #  - "L2BDMACLRN"
24053   layout:
24054     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
24055     layout: "plot-latency"
24056
24057 -
24058   type: "plot"
24059   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
24060   algorithm: "plot_latency_error_bars"
24061   output-file-type: ".html"
24062   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
24063   data: "plot-vpp-throughput-latency-2n-skx"
24064   filter: "'NIC_Intel-X710' and
24065            '64B' and
24066            'NDRPDR' and
24067            ('ETH' or 'DOT1Q') and
24068            '4T2C' and
24069            ('L2BDMACLRN' or 'L2XCFWD') and
24070            'VHOST_1024' and
24071            not 'CFS_OPT' and
24072            not 'VXLAN' and
24073            not 'NF_DENSITY' and
24074            not 'IP4FWD'"
24075   parameters:
24076   - "latency"
24077   - "parent"
24078   - "tags"
24079 #  sort:
24080 #  - "1VM"
24081 #  - "L2XCFWD"
24082 #  - "1VM"
24083 #  - "L2BDMACLRN"
24084   layout:
24085     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
24086     layout: "plot-latency"
24087
24088 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
24089 -
24090   type: "plot"
24091   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24092   algorithm: "plot_latency_error_bars"
24093   output-file-type: ".html"
24094   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24095   data: "plot-vpp-throughput-latency-2n-skx"
24096   filter: "'NIC_Intel-XXV710' and
24097            '64B' and
24098            'NDRPDR' and
24099            'ETH' and
24100            'IP4FWD' and
24101            '2T1C' and
24102            'VHOST_1024' and
24103            not 'VXLAN' and
24104            not 'DOT1Q'"
24105   parameters:
24106   - "latency"
24107   - "parent"
24108   - "tags"
24109   sort:
24110   - "not CFS_OPT"
24111   - "1VM"
24112   - "2VM"
24113   layout:
24114     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
24115     layout: "plot-latency"
24116
24117 -
24118   type: "plot"
24119   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24120   algorithm: "plot_latency_error_bars"
24121   output-file-type: ".html"
24122   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24123   data: "plot-vpp-throughput-latency-2n-skx"
24124   filter: "'NIC_Intel-XXV710' and
24125            '64B' and
24126            'NDRPDR' and
24127            'ETH' and
24128            'IP4FWD' and
24129            '4T2C' and
24130            'VHOST_1024' and
24131            not 'VXLAN' and
24132            not 'DOT1Q'"
24133   parameters:
24134   - "latency"
24135   - "parent"
24136   - "tags"
24137   sort:
24138   - "not CFS_OPT"
24139   - "1VM"
24140   - "2VM"
24141   layout:
24142     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
24143     layout: "plot-latency"
24144
24145 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
24146 -
24147   type: "plot"
24148   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24149   algorithm: "plot_latency_error_bars"
24150   output-file-type: ".html"
24151   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
24152   data: "plot-vpp-throughput-latency-2n-skx"
24153   filter: "'NIC_Intel-XXV710' and
24154            '64B' and
24155            'NDRPDR' and
24156            ('ETH' or 'DOT1Q') and
24157            '2T1C' and
24158            'L2BDMACLRN' and
24159            'VHOST_1024' and
24160            not 'VXLAN' and
24161            not 'IP4FWD' and
24162            not '2VM'"
24163   parameters:
24164   - "latency"
24165   - "parent"
24166   - "tags"
24167 #  sort:
24168 #  - "VM"  # "not CFS_OPT"
24169 #  - "CFS_OPT"
24170 #  - "FIB_10K"
24171 #  - "FIB_100K"
24172 #  - "FIB_1M"
24173   layout:
24174     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
24175     layout: "plot-latency"
24176
24177 -
24178   type: "plot"
24179   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24180   algorithm: "plot_latency_error_bars"
24181   output-file-type: ".html"
24182   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24183   data: "plot-vpp-throughput-latency-2n-skx"
24184   filter: "'NIC_Intel-XXV710' and
24185            '64B' and
24186            'NDRPDR' and
24187            ('ETH' or 'DOT1Q') and
24188            '4T2C' and
24189            'L2BDMACLRN' and
24190            'VHOST_1024' and
24191            not 'VXLAN' and
24192            not 'IP4FWD' and
24193            not '2VM'"
24194   parameters:
24195   - "latency"
24196   - "parent"
24197   - "tags"
24198 #  sort:
24199 #  - "VM"  # "not CFS_OPT"
24200 #  - "CFS_OPT"
24201 #  - "FIB_10K"
24202 #  - "FIB_100K"
24203 #  - "FIB_1M"
24204   layout:
24205     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
24206     layout: "plot-latency"
24207
24208 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
24209 -
24210   type: "plot"
24211   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24212   algorithm: "plot_latency_error_bars"
24213   output-file-type: ".html"
24214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24215   data: "plot-vpp-throughput-latency-2n-skx"
24216   filter: "'NIC_Intel-XXV710' and
24217            '64B' and
24218            'NDRPDR' and
24219            ('ETH' or 'DOT1Q') and
24220            'BASE' and
24221            '2T1C' and
24222            ('L2BDMACLRN' or 'L2XCFWD') and
24223            'VHOST_1024' and
24224            not 'VXLAN' and
24225            not 'IP4FWD' and
24226            not '2VM'"
24227   parameters:
24228   - "latency"
24229   - "parent"
24230   - "tags"
24231 #  sort:
24232 #  - "not CFS_OPT"
24233 #  - "L2XCFWD"
24234 #  - "not CFS_OPT"
24235 #  - "CFS_OPT"
24236   layout:
24237     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
24238     layout: "plot-latency"
24239
24240 -
24241   type: "plot"
24242   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24243   algorithm: "plot_latency_error_bars"
24244   output-file-type: ".html"
24245   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24246   data: "plot-vpp-throughput-latency-2n-skx"
24247   filter: "'NIC_Intel-XXV710' and
24248            '64B' and
24249            'NDRPDR' and
24250            ('ETH' or 'DOT1Q') and
24251            'BASE' and
24252            '4T2C' and
24253            ('L2BDMACLRN' or 'L2XCFWD') and
24254            'VHOST_1024' and
24255            not 'VXLAN' and
24256            not 'IP4FWD' and
24257            not '2VM'"
24258   parameters:
24259   - "latency"
24260   - "parent"
24261   - "tags"
24262 #  sort:
24263 #  - "not CFS_OPT"
24264 #  - "L2XCFWD"
24265 #  - "not CFS_OPT"
24266 #  - "CFS_OPT"
24267   layout:
24268     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
24269     layout: "plot-latency"
24270
24271 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
24272 -
24273   type: "plot"
24274   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24275   algorithm: "plot_latency_error_bars"
24276   output-file-type: ".html"
24277   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24278   data: "plot-vpp-throughput-latency-2n-skx"
24279   filter: "'NIC_Intel-XXV710' and
24280            '64B' and
24281            'NDRPDR' and
24282            ('ETH' or 'DOT1Q') and
24283            '2T1C' and
24284            ('L2BDMACLRN' or 'L2XCFWD') and
24285            'VHOST_1024' and
24286            not 'CFS_OPT' and
24287            not 'VXLAN' and
24288            not 'IP4FWD'"
24289   parameters:
24290   - "latency"
24291   - "parent"
24292   - "tags"
24293 #  sort:
24294 #  - "1VM"
24295 #  - "L2XCFWD"
24296 #  - "1VM"
24297 #  - "L2BDMACLRN"
24298   layout:
24299     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
24300     layout: "plot-latency"
24301
24302 -
24303   type: "plot"
24304   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24305   algorithm: "plot_latency_error_bars"
24306   output-file-type: ".html"
24307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24308   data: "plot-vpp-throughput-latency-2n-skx"
24309   filter: "'NIC_Intel-XXV710' and
24310            '64B' and
24311            'NDRPDR' and
24312            ('ETH' or 'DOT1Q') and
24313            '4T2C' and
24314            ('L2BDMACLRN' or 'L2XCFWD') and
24315            'VHOST_1024' and
24316            not 'CFS_OPT' and
24317            not 'VXLAN' and
24318            not 'IP4FWD'"
24319   parameters:
24320   - "latency"
24321   - "parent"
24322   - "tags"
24323 #  sort:
24324 #  - "1VM"
24325 #  - "L2XCFWD"
24326 #  - "1VM"
24327 #  - "L2BDMACLRN"
24328   layout:
24329     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
24330     layout: "plot-latency"
24331
24332 ################################################################################
24333
24334 # Packet Latency - VPP VTS 3n-hsw-x520
24335 -
24336   type: "plot"
24337   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24338   algorithm: "plot_latency_error_bars"
24339   output-file-type: ".html"
24340   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24341   data: "plot-vpp-throughput-latency-3n-hsw"
24342   filter: "'NIC_Intel-X520-DA2' and
24343            '114B' and
24344            'NDRPDR' and
24345            '1T1C' and
24346            'VTS'"
24347   parameters:
24348   - "latency"
24349   - "parent"
24350   - "tags"
24351   layout:
24352     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
24353     layout: "plot-latency"
24354
24355 -
24356   type: "plot"
24357   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24358   algorithm: "plot_latency_error_bars"
24359   output-file-type: ".html"
24360   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24361   data: "plot-vpp-throughput-latency-3n-hsw"
24362   filter: "'NIC_Intel-X520-DA2' and
24363            '114B' and
24364            'NDRPDR' and
24365            '2T2C' and
24366            'VTS'"
24367   parameters:
24368   - "latency"
24369   - "parent"
24370   - "tags"
24371   layout:
24372     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
24373     layout: "plot-latency"
24374
24375 ################################################################################
24376
24377 # Packet Latency - DPDK l3fwd 3n-hsw-x520
24378 -
24379   type: "plot"
24380   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24381   algorithm: "plot_latency_error_bars"
24382   output-file-type: ".html"
24383   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24384   data: "plot-dpdk-throughput-latency-3n-hsw"
24385   filter: "'NIC_Intel-X520-DA2' and
24386            '64B' and
24387            'BASE' and
24388            'NDRPDR' and
24389            '1T1C' and
24390            'IP4FWD'"
24391   parameters:
24392   - "latency"
24393   - "parent"
24394   - "tags"
24395   layout:
24396     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
24397     layout: "plot-latency"
24398
24399 -
24400   type: "plot"
24401   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24402   algorithm: "plot_latency_error_bars"
24403   output-file-type: ".html"
24404   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24405   data: "plot-dpdk-throughput-latency-3n-hsw"
24406   filter: "'NIC_Intel-X520-DA2' and
24407            '64B' and
24408            'BASE' and
24409            'NDRPDR' and
24410            '2T2C' and
24411            'IP4FWD'"
24412   parameters:
24413   - "latency"
24414   - "parent"
24415   - "tags"
24416   layout:
24417     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
24418     layout: "plot-latency"
24419
24420 # Packet Latency - DPDK l3fwd 3n-hsw-x710
24421 -
24422   type: "plot"
24423   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24424   algorithm: "plot_latency_error_bars"
24425   output-file-type: ".html"
24426   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24427   data: "plot-dpdk-throughput-latency-3n-hsw"
24428   filter: "'NIC_Intel-X710' and
24429            '64B' and
24430            'BASE' and
24431            'NDRPDR' and
24432            '1T1C' and
24433            'IP4FWD'"
24434   parameters:
24435   - "latency"
24436   - "parent"
24437   - "tags"
24438   layout:
24439     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
24440     layout: "plot-latency"
24441
24442 -
24443   type: "plot"
24444   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24445   algorithm: "plot_latency_error_bars"
24446   output-file-type: ".html"
24447   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24448   data: "plot-dpdk-throughput-latency-3n-hsw"
24449   filter: "'NIC_Intel-X710' and
24450            '64B' and
24451            'BASE' and
24452            'NDRPDR' and
24453            '2T2C' and
24454            'IP4FWD'"
24455   parameters:
24456   - "latency"
24457   - "parent"
24458   - "tags"
24459   layout:
24460     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
24461     layout: "plot-latency"
24462
24463 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
24464 -
24465   type: "plot"
24466   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24467   algorithm: "plot_latency_error_bars"
24468   output-file-type: ".html"
24469   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24470   data: "plot-dpdk-throughput-latency-3n-hsw"
24471   filter: "'NIC_Intel-XL710' and
24472            '64B' and
24473            'BASE' and
24474            'NDRPDR' and
24475            '1T1C' and
24476            'IP4FWD'"
24477   parameters:
24478   - "latency"
24479   - "parent"
24480   - "tags"
24481   layout:
24482     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
24483     layout: "plot-latency"
24484
24485 -
24486   type: "plot"
24487   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24488   algorithm: "plot_latency_error_bars"
24489   output-file-type: ".html"
24490   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24491   data: "plot-dpdk-throughput-latency-3n-hsw"
24492   filter: "'NIC_Intel-XL710' and
24493            '64B' and
24494            'BASE' and
24495            'NDRPDR' and
24496            '2T2C' and
24497            'IP4FWD'"
24498   parameters:
24499   - "latency"
24500   - "parent"
24501   - "tags"
24502   layout:
24503     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
24504     layout: "plot-latency"
24505
24506 # Packet Latency - DPDK l3fwd 3n-skx-x710
24507 -
24508   type: "plot"
24509   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24510   algorithm: "plot_latency_error_bars"
24511   output-file-type: ".html"
24512   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24513   data: "plot-dpdk-throughput-latency-3n-skx"
24514   filter: "'NIC_Intel-X710' and
24515            '64B' and
24516            'BASE' and
24517            'NDRPDR' and
24518            '2T1C' and
24519            'IP4FWD'"
24520   parameters:
24521   - "latency"
24522   - "parent"
24523   - "tags"
24524   layout:
24525     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
24526     layout: "plot-latency"
24527
24528 -
24529   type: "plot"
24530   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24531   algorithm: "plot_latency_error_bars"
24532   output-file-type: ".html"
24533   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24534   data: "plot-dpdk-throughput-latency-3n-skx"
24535   filter: "'NIC_Intel-X710' and
24536            '64B' and
24537            'BASE' and
24538            'NDRPDR' and
24539            '4T2C' and
24540            'IP4FWD'"
24541   parameters:
24542   - "latency"
24543   - "parent"
24544   - "tags"
24545   layout:
24546     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
24547     layout: "plot-latency"
24548
24549 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
24550 -
24551   type: "plot"
24552   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24553   algorithm: "plot_latency_error_bars"
24554   output-file-type: ".html"
24555   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24556   data: "plot-dpdk-throughput-latency-3n-skx"
24557   filter: "'NIC_Intel-XXV710' and
24558            '64B' and
24559            'BASE' and
24560            'NDRPDR' and
24561            '2T1C' and
24562            'IP4FWD'"
24563   parameters:
24564   - "latency"
24565   - "parent"
24566   - "tags"
24567   layout:
24568     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
24569     layout: "plot-latency"
24570
24571 -
24572   type: "plot"
24573   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24574   algorithm: "plot_latency_error_bars"
24575   output-file-type: ".html"
24576   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24577   data: "plot-dpdk-throughput-latency-3n-skx"
24578   filter: "'NIC_Intel-XXV710' and
24579            '64B' and
24580            'BASE' and
24581            'NDRPDR' and
24582            '4T2C' and
24583            'IP4FWD'"
24584   parameters:
24585   - "latency"
24586   - "parent"
24587   - "tags"
24588   layout:
24589     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
24590     layout: "plot-latency"
24591
24592 # Packet Latency - DPDK l3fwd 2n-skx-x710
24593 -
24594   type: "plot"
24595   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24596   algorithm: "plot_latency_error_bars"
24597   output-file-type: ".html"
24598   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24599   data: "plot-dpdk-throughput-latency-2n-skx"
24600   filter: "'NIC_Intel-X710' and
24601            '64B' and
24602            'BASE' and
24603            'NDRPDR' and
24604            '2T1C' and
24605            'IP4FWD'"
24606   parameters:
24607   - "latency"
24608   - "parent"
24609   - "tags"
24610   layout:
24611     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
24612     layout: "plot-latency"
24613
24614 -
24615   type: "plot"
24616   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24617   algorithm: "plot_latency_error_bars"
24618   output-file-type: ".html"
24619   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24620   data: "plot-dpdk-throughput-latency-2n-skx"
24621   filter: "'NIC_Intel-X710' and
24622            '64B' and
24623            'BASE' and
24624            'NDRPDR' and
24625            '4T2C' and
24626            'IP4FWD'"
24627   parameters:
24628   - "latency"
24629   - "parent"
24630   - "tags"
24631   layout:
24632     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
24633     layout: "plot-latency"
24634
24635 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
24636 -
24637   type: "plot"
24638   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24639   algorithm: "plot_latency_error_bars"
24640   output-file-type: ".html"
24641   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24642   data: "plot-dpdk-throughput-latency-2n-skx"
24643   filter: "'NIC_Intel-XXV710' and
24644            '64B' and
24645            'BASE' and
24646            'NDRPDR' and
24647            '2T1C' and
24648            'IP4FWD'"
24649   parameters:
24650   - "latency"
24651   - "parent"
24652   - "tags"
24653   layout:
24654     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
24655     layout: "plot-latency"
24656
24657 -
24658   type: "plot"
24659   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24660   algorithm: "plot_latency_error_bars"
24661   output-file-type: ".html"
24662   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24663   data: "plot-dpdk-throughput-latency-2n-skx"
24664   filter: "'NIC_Intel-XXV710' and
24665            '64B' and
24666            'BASE' and
24667            'NDRPDR' and
24668            '4T2C' and
24669            'IP4FWD'"
24670   parameters:
24671   - "latency"
24672   - "parent"
24673   - "tags"
24674   layout:
24675     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
24676     layout: "plot-latency"
24677
24678 ################################################################################
24679
24680 # Packet Latency - DPDK testpmd 3n-hsw-x520
24681 -
24682   type: "plot"
24683   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24684   algorithm: "plot_latency_error_bars"
24685   output-file-type: ".html"
24686   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24687   data: "plot-dpdk-throughput-latency-3n-hsw"
24688   filter: "'NIC_Intel-X520-DA2' and
24689            '64B' and
24690            'BASE' and
24691            'NDRPDR' and
24692            '1T1C' and
24693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24694   parameters:
24695   - "latency"
24696   - "parent"
24697   - "tags"
24698   layout:
24699     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
24700     layout: "plot-latency"
24701
24702 -
24703   type: "plot"
24704   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24705   algorithm: "plot_latency_error_bars"
24706   output-file-type: ".html"
24707   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24708   data: "plot-dpdk-throughput-latency-3n-hsw"
24709   filter: "'NIC_Intel-X520-DA2' and
24710            '64B' and
24711            'BASE' and
24712            'NDRPDR' and
24713            '2T2C' and
24714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24715   parameters:
24716   - "latency"
24717   - "parent"
24718   - "tags"
24719   layout:
24720     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
24721     layout: "plot-latency"
24722
24723 # Packet Latency - DPDK testpmd 3n-hsw-x710
24724 -
24725   type: "plot"
24726   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24727   algorithm: "plot_latency_error_bars"
24728   output-file-type: ".html"
24729   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24730   data: "plot-dpdk-throughput-latency-3n-hsw"
24731   filter: "'NIC_Intel-X710' and
24732            '64B' and
24733            'BASE' and
24734            'NDRPDR' and
24735            '1T1C' and
24736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24737   parameters:
24738   - "latency"
24739   - "parent"
24740   - "tags"
24741   layout:
24742     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
24743     layout: "plot-latency"
24744
24745 -
24746   type: "plot"
24747   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24748   algorithm: "plot_latency_error_bars"
24749   output-file-type: ".html"
24750   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24751   data: "plot-dpdk-throughput-latency-3n-hsw"
24752   filter: "'NIC_Intel-X710' and
24753            '64B' and
24754            'BASE' and
24755            'NDRPDR' and
24756            '2T2C' and
24757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24758   parameters:
24759   - "latency"
24760   - "parent"
24761   - "tags"
24762   layout:
24763     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
24764     layout: "plot-latency"
24765
24766 # Packet Latency - DPDK testpmd 3n-hsw-xl710
24767 -
24768   type: "plot"
24769   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24770   algorithm: "plot_latency_error_bars"
24771   output-file-type: ".html"
24772   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24773   data: "plot-dpdk-throughput-latency-3n-hsw"
24774   filter: "'NIC_Intel-XL710' and
24775            '64B' and
24776            'BASE' and
24777            'NDRPDR' and
24778            '1T1C' and
24779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24780   parameters:
24781   - "latency"
24782   - "parent"
24783   - "tags"
24784   layout:
24785     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
24786     layout: "plot-latency"
24787
24788 -
24789   type: "plot"
24790   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24791   algorithm: "plot_latency_error_bars"
24792   output-file-type: ".html"
24793   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24794   data: "plot-dpdk-throughput-latency-3n-hsw"
24795   filter: "'NIC_Intel-XL710' and
24796            '64B' and
24797            'BASE' and
24798            'NDRPDR' and
24799            '2T2C' and
24800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24801   parameters:
24802   - "latency"
24803   - "parent"
24804   - "tags"
24805   layout:
24806     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
24807     layout: "plot-latency"
24808
24809 # Packet Latency - DPDK testpmd 3n-skx-x710
24810 -
24811   type: "plot"
24812   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24813   algorithm: "plot_latency_error_bars"
24814   output-file-type: ".html"
24815   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24816   data: "plot-dpdk-throughput-latency-3n-skx"
24817   filter: "'NIC_Intel-X710' and
24818            '64B' and
24819            'BASE' and
24820            'NDRPDR' and
24821            '2T1C' and
24822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24823   parameters:
24824   - "latency"
24825   - "parent"
24826   - "tags"
24827   layout:
24828     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
24829     layout: "plot-latency"
24830
24831 -
24832   type: "plot"
24833   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24834   algorithm: "plot_latency_error_bars"
24835   output-file-type: ".html"
24836   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24837   data: "plot-dpdk-throughput-latency-3n-skx"
24838   filter: "'NIC_Intel-X710' and
24839            '64B' and
24840            'BASE' and
24841            'NDRPDR' and
24842            '4T2C' and
24843            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24844   parameters:
24845   - "latency"
24846   - "parent"
24847   - "tags"
24848   layout:
24849     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
24850     layout: "plot-latency"
24851
24852 # Packet Latency - DPDK testpmd 3n-skx-xxv710
24853 -
24854   type: "plot"
24855   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24856   algorithm: "plot_latency_error_bars"
24857   output-file-type: ".html"
24858   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24859   data: "plot-dpdk-throughput-latency-3n-skx"
24860   filter: "'NIC_Intel-XXV710' and
24861            '64B' and
24862            'BASE' and
24863            'NDRPDR' and
24864            '2T1C' and
24865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24866   parameters:
24867   - "latency"
24868   - "parent"
24869   - "tags"
24870   layout:
24871     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
24872     layout: "plot-latency"
24873
24874 -
24875   type: "plot"
24876   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24877   algorithm: "plot_latency_error_bars"
24878   output-file-type: ".html"
24879   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24880   data: "plot-dpdk-throughput-latency-3n-skx"
24881   filter: "'NIC_Intel-XXV710' and
24882            '64B' and
24883            'BASE' and
24884            'NDRPDR' and
24885            '4T2C' and
24886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24887   parameters:
24888   - "latency"
24889   - "parent"
24890   - "tags"
24891   layout:
24892     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
24893     layout: "plot-latency"
24894
24895 # Packet Latency - DPDK testpmd 2n-skx-x710
24896 -
24897   type: "plot"
24898   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24899   algorithm: "plot_latency_error_bars"
24900   output-file-type: ".html"
24901   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24902   data: "plot-dpdk-throughput-latency-2n-skx"
24903   filter: "'NIC_Intel-X710' and
24904            '64B' and
24905            'BASE' and
24906            'NDRPDR' and
24907            '2T1C' and
24908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24909   parameters:
24910   - "latency"
24911   - "parent"
24912   - "tags"
24913   layout:
24914     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
24915     layout: "plot-latency"
24916
24917 -
24918   type: "plot"
24919   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24920   algorithm: "plot_latency_error_bars"
24921   output-file-type: ".html"
24922   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24923   data: "plot-dpdk-throughput-latency-2n-skx"
24924   filter: "'NIC_Intel-X710' and
24925            '64B' and
24926            'BASE' and
24927            'NDRPDR' and
24928            '4T2C' and
24929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24930   parameters:
24931   - "latency"
24932   - "parent"
24933   - "tags"
24934   layout:
24935     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
24936     layout: "plot-latency"
24937
24938 # Packet Latency - DPDK testpmd 2n-skx-xxv710
24939 -
24940   type: "plot"
24941   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24942   algorithm: "plot_latency_error_bars"
24943   output-file-type: ".html"
24944   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24945   data: "plot-dpdk-throughput-latency-2n-skx"
24946   filter: "'NIC_Intel-XXV710' and
24947            '64B' and
24948            'BASE' and
24949            'NDRPDR' and
24950            '2T1C' and
24951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24952   parameters:
24953   - "latency"
24954   - "parent"
24955   - "tags"
24956   layout:
24957     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24958     layout: "plot-latency"
24959
24960 -
24961   type: "plot"
24962   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24963   algorithm: "plot_latency_error_bars"
24964   output-file-type: ".html"
24965   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24966   data: "plot-dpdk-throughput-latency-2n-skx"
24967   filter: "'NIC_Intel-XXV710' and
24968            '64B' and
24969            'BASE' and
24970            'NDRPDR' and
24971            '4T2C' and
24972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24973   parameters:
24974   - "latency"
24975   - "parent"
24976   - "tags"
24977   layout:
24978     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24979     layout: "plot-latency"
24980
24981 ################################################################################
24982
24983 # Speedup - VPP Container Memif 3n-hsw-x520
24984 -
24985   type: "plot"
24986   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24987   algorithm: "plot_throughput_speedup_analysis"
24988   output-file-type: ".html"
24989   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24990   data: "plot-throughput-speedup-analysis-3n-hsw"
24991   filter: "'NIC_Intel-X520-DA2' and
24992            '64B' and
24993            ('BASE' or 'SCALE') and
24994            'NDRPDR' and
24995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24996            not 'VHOST' and
24997            'MEMIF'"
24998   parameters:
24999   - "throughput"
25000   - "parent"
25001   - "tags"
25002   sort:
25003   - "L2XCFWD"
25004   - "L2XCFWD"
25005   - "L2XCFWD"
25006   - "L2BDMACLRN"
25007   - "L2BDMACLRN"
25008   - "L2BDMACLRN"
25009   layout:
25010     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
25011     layout: "plot-throughput-speedup-analysis"
25012
25013 -
25014   type: "plot"
25015   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25016   algorithm: "plot_throughput_speedup_analysis"
25017   output-file-type: ".html"
25018   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25019   data: "plot-throughput-speedup-analysis-3n-hsw"
25020   filter: "'NIC_Intel-X520-DA2' and
25021            '64B' and
25022            ('BASE' or 'SCALE') and
25023            'NDRPDR' and
25024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25025            not 'VHOST' and
25026            'MEMIF'"
25027   parameters:
25028   - "throughput"
25029   - "parent"
25030   - "tags"
25031   sort:
25032   - "L2XCFWD"
25033   - "L2XCFWD"
25034   - "L2XCFWD"
25035   - "L2BDMACLRN"
25036   - "L2BDMACLRN"
25037   - "L2BDMACLRN"
25038   layout:
25039     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
25040     layout: "plot-throughput-speedup-analysis"
25041
25042 # Speedup - VPP Container Memif 3n-hsw-x710
25043 -
25044   type: "plot"
25045   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25046   algorithm: "plot_throughput_speedup_analysis"
25047   output-file-type: ".html"
25048   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25049   data: "plot-throughput-speedup-analysis-3n-hsw"
25050   filter: "'NIC_Intel-X710' and
25051            '64B' and
25052            ('BASE' or 'SCALE') and
25053            'NDRPDR' and
25054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25055            not 'VHOST' and
25056            'MEMIF'"
25057   parameters:
25058   - "throughput"
25059   - "parent"
25060   - "tags"
25061   sort:
25062   - "L2XCFWD"
25063   - "L2XCFWD"
25064   - "L2XCFWD"
25065   - "L2BDMACLRN"
25066   - "L2BDMACLRN"
25067   - "L2BDMACLRN"
25068   layout:
25069     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
25070     layout: "plot-throughput-speedup-analysis"
25071
25072 -
25073   type: "plot"
25074   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25075   algorithm: "plot_throughput_speedup_analysis"
25076   output-file-type: ".html"
25077   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25078   data: "plot-throughput-speedup-analysis-3n-hsw"
25079   filter: "'NIC_Intel-X710' and
25080            '64B' and
25081            ('BASE' or 'SCALE') and
25082            'NDRPDR' and
25083            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25084            not 'VHOST' and
25085            'MEMIF'"
25086   parameters:
25087   - "throughput"
25088   - "parent"
25089   - "tags"
25090   sort:
25091   - "L2XCFWD"
25092   - "L2XCFWD"
25093   - "L2XCFWD"
25094   - "L2BDMACLRN"
25095   - "L2BDMACLRN"
25096   - "L2BDMACLRN"
25097   layout:
25098     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
25099     layout: "plot-throughput-speedup-analysis"
25100
25101 # Speedup - VPP Container Memif 3n-hsw-xl710
25102 -
25103   type: "plot"
25104   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25105   algorithm: "plot_throughput_speedup_analysis"
25106   output-file-type: ".html"
25107   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25108   data: "plot-throughput-speedup-analysis-3n-hsw"
25109   filter: "'NIC_Intel-XL710' and
25110            '64B' and
25111            ('BASE' or 'SCALE') and
25112            'NDRPDR' and
25113            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25114            not 'VHOST' and
25115            'MEMIF'"
25116   parameters:
25117   - "throughput"
25118   - "parent"
25119   - "tags"
25120   sort:
25121   - "L2XCFWD"
25122   - "L2XCFWD"
25123   - "L2XCFWD"
25124   - "L2BDMACLRN"
25125   - "L2BDMACLRN"
25126   - "L2BDMACLRN"
25127   layout:
25128     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
25129     layout: "plot-throughput-speedup-analysis"
25130
25131 -
25132   type: "plot"
25133   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25134   algorithm: "plot_throughput_speedup_analysis"
25135   output-file-type: ".html"
25136   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25137   data: "plot-throughput-speedup-analysis-3n-hsw"
25138   filter: "'NIC_Intel-XL710' and
25139            '64B' and
25140            ('BASE' or 'SCALE') and
25141            'NDRPDR' and
25142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25143            not 'VHOST' and
25144            'MEMIF'"
25145   parameters:
25146   - "throughput"
25147   - "parent"
25148   - "tags"
25149   sort:
25150   - "L2XCFWD"
25151   - "L2XCFWD"
25152   - "L2XCFWD"
25153   - "L2BDMACLRN"
25154   - "L2BDMACLRN"
25155   - "L2BDMACLRN"
25156   layout:
25157     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
25158     layout: "plot-throughput-speedup-analysis"
25159
25160 # Speedup - VPP Container Memif 3n-skx-x710
25161 -
25162   type: "plot"
25163   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25164   algorithm: "plot_throughput_speedup_analysis"
25165   output-file-type: ".html"
25166   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25167   data: "plot-throughput-speedup-analysis-3n-skx"
25168   filter: "'NIC_Intel-X710' and
25169            '64B' and
25170            ('BASE' or 'SCALE') and
25171            'NDRPDR' and
25172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25173            not 'VHOST' and
25174            'MEMIF'"
25175   parameters:
25176   - "throughput"
25177   - "parent"
25178   - "tags"
25179   sort:
25180   - "L2XCFWD"
25181   - "L2XCFWD"
25182   - "L2XCFWD"
25183   - "L2BDMACLRN"
25184   - "L2BDMACLRN"
25185   - "L2BDMACLRN"
25186   layout:
25187     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
25188     layout: "plot-throughput-speedup-analysis"
25189
25190 -
25191   type: "plot"
25192   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25193   algorithm: "plot_throughput_speedup_analysis"
25194   output-file-type: ".html"
25195   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25196   data: "plot-throughput-speedup-analysis-3n-skx"
25197   filter: "'NIC_Intel-X710' and
25198            '64B' and
25199            ('BASE' or 'SCALE') and
25200            'NDRPDR' and
25201            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25202            not 'VHOST' and
25203            'MEMIF'"
25204   parameters:
25205   - "throughput"
25206   - "parent"
25207   - "tags"
25208   sort:
25209   - "L2XCFWD"
25210   - "L2XCFWD"
25211   - "L2XCFWD"
25212   - "L2BDMACLRN"
25213   - "L2BDMACLRN"
25214   - "L2BDMACLRN"
25215   layout:
25216     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
25217     layout: "plot-throughput-speedup-analysis"
25218
25219 # Speedup - VPP Container Memif 2n-skx-x710
25220 -
25221   type: "plot"
25222   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25223   algorithm: "plot_throughput_speedup_analysis"
25224   output-file-type: ".html"
25225   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25226   data: "plot-throughput-speedup-analysis-2n-skx"
25227   filter: "'NIC_Intel-X710' and
25228            '64B' and
25229            ('BASE' or 'SCALE') and
25230            'NDRPDR' and
25231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25232            not 'VHOST' and
25233            not 'NF_DENSITY' and
25234            'MEMIF'"
25235   parameters:
25236   - "throughput"
25237   - "parent"
25238   - "tags"
25239   sort:
25240   - "L2XCFWD"
25241   - "L2XCFWD"
25242   - "L2XCFWD"
25243   - "L2BDMACLRN"
25244   - "L2BDMACLRN"
25245   - "L2BDMACLRN"
25246   layout:
25247     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
25248     layout: "plot-throughput-speedup-analysis"
25249
25250 -
25251   type: "plot"
25252   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25253   algorithm: "plot_throughput_speedup_analysis"
25254   output-file-type: ".html"
25255   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25256   data: "plot-throughput-speedup-analysis-2n-skx"
25257   filter: "'NIC_Intel-X710' and
25258            '64B' and
25259            ('BASE' or 'SCALE') and
25260            'NDRPDR' and
25261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25262            not 'VHOST' and
25263            not 'NF_DENSITY' and
25264            'MEMIF'"
25265   parameters:
25266   - "throughput"
25267   - "parent"
25268   - "tags"
25269   sort:
25270   - "L2XCFWD"
25271   - "L2XCFWD"
25272   - "L2XCFWD"
25273   - "L2BDMACLRN"
25274   - "L2BDMACLRN"
25275   - "L2BDMACLRN"
25276   layout:
25277     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
25278     layout: "plot-throughput-speedup-analysis"
25279
25280 # Speedup - VPP Container Memif 2n-skx-xxv710
25281 -
25282   type: "plot"
25283   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25284   algorithm: "plot_throughput_speedup_analysis"
25285   output-file-type: ".html"
25286   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25287   data: "plot-throughput-speedup-analysis-2n-skx"
25288   filter: "'NIC_Intel-XXV710' and
25289            '64B' and
25290            ('BASE' or 'SCALE') and
25291            'NDRPDR' and
25292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25293            not 'VHOST' and
25294            'MEMIF'"
25295   parameters:
25296   - "throughput"
25297   - "parent"
25298   - "tags"
25299   sort:
25300   - "L2XCFWD"
25301   - "L2XCFWD"
25302   - "L2XCFWD"
25303   - "L2BDMACLRN"
25304   - "L2BDMACLRN"
25305   - "L2BDMACLRN"
25306   layout:
25307     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
25308     layout: "plot-throughput-speedup-analysis"
25309
25310 -
25311   type: "plot"
25312   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25313   algorithm: "plot_throughput_speedup_analysis"
25314   output-file-type: ".html"
25315   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25316   data: "plot-throughput-speedup-analysis-2n-skx"
25317   filter: "'NIC_Intel-XXV710' and
25318            '64B' and
25319            ('BASE' or 'SCALE') and
25320            'NDRPDR' and
25321            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25322            not 'VHOST' and
25323            'MEMIF'"
25324   parameters:
25325   - "throughput"
25326   - "parent"
25327   - "tags"
25328   sort:
25329   - "L2XCFWD"
25330   - "L2XCFWD"
25331   - "L2XCFWD"
25332   - "L2BDMACLRN"
25333   - "L2BDMACLRN"
25334   - "L2BDMACLRN"
25335   layout:
25336     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
25337     layout: "plot-throughput-speedup-analysis"
25338
25339 ################################################################################
25340
25341 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
25342 -
25343   type: "plot"
25344   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25345   algorithm: "plot_throughput_speedup_analysis"
25346   output-file-type: ".html"
25347   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25348   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25349   filter: "'NIC_Intel-X520-DA2' and
25350            '64B' and
25351            ('BASE' or 'SCALE') and
25352            'NDRPDR' and
25353            'L2XCFWD' and
25354            not 'VHOST' and
25355            'MEMIF'"
25356   parameters:
25357   - "throughput"
25358   - "parent"
25359   - "tags"
25360   sort:
25361   - "1VNF"
25362   - "2VNF"
25363   - "4VNF"
25364   - "2VNF"
25365   - "4VNF"
25366   layout:
25367     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
25368     layout: "plot-throughput-speedup-analysis"
25369
25370 -
25371   type: "plot"
25372   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25373   algorithm: "plot_throughput_speedup_analysis"
25374   output-file-type: ".html"
25375   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25376   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25377   filter: "'NIC_Intel-X520-DA2' and
25378            '64B' and
25379            ('BASE' or 'SCALE') and
25380            'NDRPDR' and
25381            'L2XCFWD' and
25382            not 'VHOST' and
25383            'MEMIF'"
25384   parameters:
25385   - "throughput"
25386   - "parent"
25387   - "tags"
25388   sort:
25389   - "1VNF"
25390   - "2VNF"
25391   - "4VNF"
25392   - "2VNF"
25393   - "4VNF"
25394   layout:
25395     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
25396     layout: "plot-throughput-speedup-analysis"
25397
25398 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
25399 -
25400   type: "plot"
25401   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25402   algorithm: "plot_throughput_speedup_analysis"
25403   output-file-type: ".html"
25404   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25405   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25406   filter: "'NIC_Intel-X520-DA2' and
25407            '64B' and
25408            ('BASE' or 'SCALE') and
25409            'NDRPDR' and
25410            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25411            not 'VHOST' and
25412            'MEMIF'"
25413   parameters:
25414   - "throughput"
25415   - "parent"
25416   - "tags"
25417   sort:
25418   - "1VNF"
25419   - "2VNF"
25420   - "4VNF"
25421   - "2VNF"
25422   - "4VNF"
25423   layout:
25424     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
25425     layout: "plot-throughput-speedup-analysis"
25426
25427 -
25428   type: "plot"
25429   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25430   algorithm: "plot_throughput_speedup_analysis"
25431   output-file-type: ".html"
25432   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25433   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25434   filter: "'NIC_Intel-X520-DA2' and
25435            '64B' and
25436            ('BASE' or 'SCALE') and
25437            'NDRPDR' and
25438            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25439            not 'VHOST' and
25440            'MEMIF'"
25441   parameters:
25442   - "throughput"
25443   - "parent"
25444   - "tags"
25445   sort:
25446   - "1VNF"
25447   - "2VNF"
25448   - "4VNF"
25449   - "2VNF"
25450   - "4VNF"
25451   layout:
25452     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
25453     layout: "plot-throughput-speedup-analysis"
25454
25455 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
25456 -
25457   type: "plot"
25458   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25459   algorithm: "plot_throughput_speedup_analysis"
25460   output-file-type: ".html"
25461   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25462   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25463   filter: "'NIC_Intel-X710' and
25464            '64B' and
25465            ('BASE' or 'SCALE') and
25466            'NDRPDR' and
25467            'L2XCFWD' and
25468            not 'VHOST' and
25469            'MEMIF'"
25470   parameters:
25471   - "throughput"
25472   - "parent"
25473   - "tags"
25474   sort:
25475   - "1VNF"
25476   - "2VNF"
25477   - "4VNF"
25478   - "2VNF"
25479   - "4VNF"
25480   layout:
25481     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
25482     layout: "plot-throughput-speedup-analysis"
25483
25484 -
25485   type: "plot"
25486   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25487   algorithm: "plot_throughput_speedup_analysis"
25488   output-file-type: ".html"
25489   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25490   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25491   filter: "'NIC_Intel-X710' and
25492            '64B' and
25493            ('BASE' or 'SCALE') and
25494            'NDRPDR' and
25495            'L2XCFWD' and
25496            not 'VHOST' and
25497            'MEMIF'"
25498   parameters:
25499   - "throughput"
25500   - "parent"
25501   - "tags"
25502   sort:
25503   - "1VNF"
25504   - "2VNF"
25505   - "4VNF"
25506   - "2VNF"
25507   - "4VNF"
25508   layout:
25509     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
25510     layout: "plot-throughput-speedup-analysis"
25511
25512 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
25513 -
25514   type: "plot"
25515   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25516   algorithm: "plot_throughput_speedup_analysis"
25517   output-file-type: ".html"
25518   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25519   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25520   filter: "'NIC_Intel-X710' and
25521            '64B' and
25522            ('BASE' or 'SCALE') and
25523            'NDRPDR' and
25524            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25525            not 'VHOST' and
25526            'MEMIF'"
25527   parameters:
25528   - "throughput"
25529   - "parent"
25530   - "tags"
25531   sort:
25532   - "1VNF"
25533   - "2VNF"
25534   - "4VNF"
25535   - "2VNF"
25536   - "4VNF"
25537   layout:
25538     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
25539     layout: "plot-throughput-speedup-analysis"
25540
25541 -
25542   type: "plot"
25543   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25544   algorithm: "plot_throughput_speedup_analysis"
25545   output-file-type: ".html"
25546   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25547   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25548   filter: "'NIC_Intel-X710' and
25549            '64B' and
25550            ('BASE' or 'SCALE') and
25551            'NDRPDR' and
25552            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25553            not 'VHOST' and
25554            'MEMIF'"
25555   parameters:
25556   - "throughput"
25557   - "parent"
25558   - "tags"
25559   sort:
25560   - "1VNF"
25561   - "2VNF"
25562   - "4VNF"
25563   - "2VNF"
25564   - "4VNF"
25565   layout:
25566     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
25567     layout: "plot-throughput-speedup-analysis"
25568
25569 ################################################################################
25570
25571 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
25572 -
25573   type: "plot"
25574   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25575   algorithm: "plot_throughput_speedup_analysis"
25576   output-file-type: ".html"
25577   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25578   data: "plot-throughput-speedup-analysis-3n-hsw"
25579   filter: "'NIC_Intel-X520-DA2' and
25580            '64B' and
25581            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25582            'NDRPDR' and
25583            'IP4FWD' and
25584            not 'IPSEC' and
25585            not 'VHOST'"
25586   parameters:
25587   - "throughput"
25588   - "parent"
25589   - "tags"
25590   sort:
25591   - "DOT1Q"
25592   - "IP4BASE"
25593   - "FIB_20k"
25594   - "FIB_200k"
25595   - "FIB_2M"
25596   layout:
25597     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25598     layout: "plot-throughput-speedup-analysis"
25599
25600 -
25601   type: "plot"
25602   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25603   algorithm: "plot_throughput_speedup_analysis"
25604   output-file-type: ".html"
25605   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25606   data: "plot-throughput-speedup-analysis-3n-hsw"
25607   filter: "'NIC_Intel-X520-DA2' and
25608            '64B' and
25609            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25610            'NDRPDR' and
25611            'IP4FWD' and
25612            not 'IPSEC' and
25613            not 'VHOST'"
25614   parameters:
25615   - "throughput"
25616   - "parent"
25617   - "tags"
25618   sort:
25619   - "DOT1Q"
25620   - "IP4BASE"
25621   - "FIB_20k"
25622   - "FIB_200k"
25623   - "FIB_2M"
25624   layout:
25625     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25626     layout: "plot-throughput-speedup-analysis"
25627
25628 # Speedup - VPP IPv4 3n-hsw-x520 features
25629 -
25630   type: "plot"
25631   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
25632   algorithm: "plot_throughput_speedup_analysis"
25633   output-file-type: ".html"
25634   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
25635   data: "plot-throughput-speedup-analysis-3n-hsw"
25636   filter: "'NIC_Intel-X520-DA2' and
25637            '64B' and
25638            ('IP4BASE' or
25639             'POLICE_MARK' or
25640             'COPWHLIST' or
25641             ('NAT44' and 'BASE') or
25642             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25643            'NDRPDR' and
25644            'IP4FWD' and
25645            not 'IPSEC' and
25646            not 'VHOST'"
25647   parameters:
25648   - "throughput"
25649   - "parent"
25650   - "tags"
25651   sort:
25652   - "DOT1Q"
25653   - "IP4BASE"
25654   - "NAT44"
25655   - "POLICE_MARK"
25656   - "COPWHLIST"
25657   - "IACL"
25658   - "OACL"
25659   layout:
25660     title: "ip4-3n-hsw-x520-64b-features-ndr"
25661     layout: "plot-throughput-speedup-analysis"
25662
25663 -
25664   type: "plot"
25665   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
25666   algorithm: "plot_throughput_speedup_analysis"
25667   output-file-type: ".html"
25668   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
25669   data: "plot-throughput-speedup-analysis-3n-hsw"
25670   filter: "'NIC_Intel-X520-DA2' and
25671            '64B' and
25672            ('IP4BASE' or
25673             'POLICE_MARK' or
25674             'COPWHLIST' or
25675             ('NAT44' and 'BASE') or
25676             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25677            'NDRPDR' and
25678            'IP4FWD' and
25679            not 'IPSEC' and
25680            not 'VHOST'"
25681   parameters:
25682   - "throughput"
25683   - "parent"
25684   - "tags"
25685   sort:
25686   - "DOT1Q"
25687   - "IP4BASE"
25688   - "NAT44"
25689   - "POLICE_MARK"
25690   - "COPWHLIST"
25691   - "IACL"
25692   - "OACL"
25693   layout:
25694     title: "ip4-3n-hsw-x520-64b-features-pdr"
25695     layout: "plot-throughput-speedup-analysis"
25696
25697 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
25698 -
25699   type: "plot"
25700   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25701   algorithm: "plot_throughput_speedup_analysis"
25702   output-file-type: ".html"
25703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25704   data: "plot-throughput-speedup-analysis-3n-hsw"
25705   filter: "'NIC_Intel-X520-DA2' and
25706            '64B' and
25707            'NDRPDR' and
25708            'IP4FWD' and
25709            'NAT44' and
25710            not 'IPSEC' and
25711            not 'VHOST'"
25712   parameters:
25713   - "throughput"
25714   - "parent"
25715   - "tags"
25716   sort:
25717   - "BASE"
25718   - "BASE"
25719   - "SRC_USER_10"
25720   - "SRC_USER_100"
25721   - "SRC_USER_1000"
25722   - "SRC_USER_2000"
25723   layout:
25724     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
25725     layout: "plot-throughput-speedup-analysis"
25726
25727 -
25728   type: "plot"
25729   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25730   algorithm: "plot_throughput_speedup_analysis"
25731   output-file-type: ".html"
25732   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25733   data: "plot-throughput-speedup-analysis-3n-hsw"
25734   filter: "'NIC_Intel-X520-DA2' and
25735            '64B' and
25736            'NDRPDR' and
25737            'IP4FWD' and
25738            'NAT44' and
25739            not 'IPSEC' and
25740            not 'VHOST'"
25741   parameters:
25742   - "throughput"
25743   - "parent"
25744   - "tags"
25745   sort:
25746   - "BASE"
25747   - "BASE"
25748   - "SRC_USER_10"
25749   - "SRC_USER_100"
25750   - "SRC_USER_1000"
25751   - "SRC_USER_2000"
25752   layout:
25753     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
25754     layout: "plot-throughput-speedup-analysis"
25755
25756 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
25757 -
25758   type: "plot"
25759   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25760   algorithm: "plot_throughput_speedup_analysis"
25761   output-file-type: ".html"
25762   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25763   data: "plot-throughput-speedup-analysis-3n-hsw"
25764   filter: "'NIC_Intel-X520-DA2' and
25765            '64B' and
25766            'NDRPDR' and
25767            'IP4FWD' and
25768            'IACL' and
25769            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25770            not 'IPSEC' and
25771            not 'VHOST'"
25772   parameters:
25773   - "throughput"
25774   - "parent"
25775   - "tags"
25776   sort:
25777   - "ACL_STATELESS"
25778   - "ACL_STATEFUL"
25779   - "ACL_STATELESS"
25780   - "ACL_STATEFUL"
25781   layout:
25782     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
25783     layout: "plot-throughput-speedup-analysis"
25784
25785 -
25786   type: "plot"
25787   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25788   algorithm: "plot_throughput_speedup_analysis"
25789   output-file-type: ".html"
25790   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25791   data: "plot-throughput-speedup-analysis-3n-hsw"
25792   filter: "'NIC_Intel-X520-DA2' and
25793            '64B' and
25794            'NDRPDR' and
25795            'IP4FWD' and
25796            'IACL' and
25797            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25798            not 'IPSEC' and
25799            not 'VHOST'"
25800   parameters:
25801   - "throughput"
25802   - "parent"
25803   - "tags"
25804   sort:
25805   - "ACL_STATELESS"
25806   - "ACL_STATEFUL"
25807   - "ACL_STATELESS"
25808   - "ACL_STATEFUL"
25809   layout:
25810     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
25811     layout: "plot-throughput-speedup-analysis"
25812
25813 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
25814 -
25815   type: "plot"
25816   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25817   algorithm: "plot_throughput_speedup_analysis"
25818   output-file-type: ".html"
25819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25820   data: "plot-throughput-speedup-analysis-3n-hsw"
25821   filter: "'NIC_Intel-X520-DA2' and
25822            '64B' and
25823            'NDRPDR' and
25824            'IP4FWD' and
25825            'OACL' and
25826            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25827            not 'IPSEC' and
25828            not 'VHOST'"
25829   parameters:
25830   - "throughput"
25831   - "parent"
25832   - "tags"
25833   sort:
25834   - "ACL_STATELESS"
25835   - "ACL_STATEFUL"
25836   - "ACL_STATELESS"
25837   - "ACL_STATEFUL"
25838   layout:
25839     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
25840     layout: "plot-throughput-speedup-analysis"
25841
25842 -
25843   type: "plot"
25844   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25845   algorithm: "plot_throughput_speedup_analysis"
25846   output-file-type: ".html"
25847   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25848   data: "plot-throughput-speedup-analysis-3n-hsw"
25849   filter: "'NIC_Intel-X520-DA2' and
25850            '64B' and
25851            'NDRPDR' and
25852            'IP4FWD' and
25853            'OACL' and
25854            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25855            not 'IPSEC' and
25856            not 'VHOST'"
25857   parameters:
25858   - "throughput"
25859   - "parent"
25860   - "tags"
25861   sort:
25862   - "ACL_STATELESS"
25863   - "ACL_STATEFUL"
25864   - "ACL_STATELESS"
25865   - "ACL_STATEFUL"
25866   layout:
25867     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
25868     layout: "plot-throughput-speedup-analysis"
25869
25870 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
25871 -
25872   type: "plot"
25873   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25874   algorithm: "plot_throughput_speedup_analysis"
25875   output-file-type: ".html"
25876   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25877   data: "plot-throughput-speedup-analysis-3n-hsw"
25878   filter: "'NIC_Intel-X710' and
25879            '64B' and
25880            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25881            'NDRPDR' and
25882            'IP4FWD' and
25883            not 'IPSEC' and
25884            not 'VHOST'"
25885   parameters:
25886   - "throughput"
25887   - "parent"
25888   - "tags"
25889   sort:
25890   - "DOT1Q"
25891   - "IP4BASE"
25892   - "FIB_20K"
25893   - "FIB_200K"
25894   - "FIB_2M"
25895   layout:
25896     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25897     layout: "plot-throughput-speedup-analysis"
25898
25899 -
25900   type: "plot"
25901   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25902   algorithm: "plot_throughput_speedup_analysis"
25903   output-file-type: ".html"
25904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25905   data: "plot-throughput-speedup-analysis-3n-hsw"
25906   filter: "'NIC_Intel-X710' and
25907            '64B' and
25908            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25909            'NDRPDR' and
25910            'IP4FWD' and
25911            not 'IPSEC' and
25912            not 'VHOST'"
25913   parameters:
25914   - "throughput"
25915   - "parent"
25916   - "tags"
25917   sort:
25918   - "DOT1Q"
25919   - "IP4BASE"
25920   - "FIB_20K"
25921   - "FIB_200K"
25922   - "FIB_2M"
25923   layout:
25924     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25925     layout: "plot-throughput-speedup-analysis"
25926
25927 # Speedup - VPP IPv4 3n-hsw-x710 features
25928 -
25929   type: "plot"
25930   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
25931   algorithm: "plot_throughput_speedup_analysis"
25932   output-file-type: ".html"
25933   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
25934   data: "plot-throughput-speedup-analysis-3n-hsw"
25935   filter: "'NIC_Intel-X710' and
25936            '64B' and
25937            ('IP4BASE' or
25938             'POLICE_MARK' or
25939             'COPWHLIST' or
25940             ('NAT44' and 'BASE') or
25941             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25942            'NDRPDR' and
25943            'IP4FWD' and
25944            not 'IPSEC' and
25945            not 'VHOST'"
25946   parameters:
25947   - "throughput"
25948   - "parent"
25949   - "tags"
25950   sort:
25951   - "IP4BASE"
25952   - "NAT44"
25953   - "POLICE_MARK"
25954   - "COPWHLIST"
25955   - "IACL"
25956   - "OACL"
25957   layout:
25958     title: "ip4-3n-hsw-x710-64b-features-ndr"
25959     layout: "plot-throughput-speedup-analysis"
25960
25961 -
25962   type: "plot"
25963   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25964   algorithm: "plot_throughput_speedup_analysis"
25965   output-file-type: ".html"
25966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25967   data: "plot-throughput-speedup-analysis-3n-hsw"
25968   filter: "'NIC_Intel-X710' and
25969            '64B' and
25970            ('IP4BASE' or
25971             'POLICE_MARK' or
25972             'COPWHLIST' or
25973             ('NAT44' and 'BASE') or
25974             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25975            'NDRPDR' and
25976            'IP4FWD' and
25977            not 'IPSEC' and
25978            not 'VHOST'"
25979   parameters:
25980   - "throughput"
25981   - "parent"
25982   - "tags"
25983   sort:
25984   - "IP4BASE"
25985   - "NAT44"
25986   - "POLICE_MARK"
25987   - "COPWHLIST"
25988   - "IACL"
25989   - "OACL"
25990   layout:
25991     title: "ip4-3n-hsw-x710-64b-features-pdr"
25992     layout: "plot-throughput-speedup-analysis"
25993
25994 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25995 -
25996   type: "plot"
25997   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25998   algorithm: "plot_throughput_speedup_analysis"
25999   output-file-type: ".html"
26000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
26001   data: "plot-throughput-speedup-analysis-3n-hsw"
26002   filter: "'NIC_Intel-X710' and
26003            '64B' and
26004            'NDRPDR' and
26005            'IP4FWD' and
26006            'NAT44' and
26007            not 'IPSEC' and
26008            not 'VHOST'"
26009   parameters:
26010   - "throughput"
26011   - "parent"
26012   - "tags"
26013   sort:
26014   - "BASE"
26015   - "BASE"
26016   - "SRC_USER_10"
26017   - "SRC_USER_100"
26018   - "SRC_USER_1000"
26019   - "SRC_USER_2000"
26020   layout:
26021     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
26022     layout: "plot-throughput-speedup-analysis"
26023
26024 -
26025   type: "plot"
26026   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
26027   algorithm: "plot_throughput_speedup_analysis"
26028   output-file-type: ".html"
26029   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
26030   data: "plot-throughput-speedup-analysis-3n-hsw"
26031   filter: "'NIC_Intel-X710' and
26032            '64B' and
26033            'NDRPDR' and
26034            'IP4FWD' and
26035            'NAT44' and
26036            not 'IPSEC' and
26037            not 'VHOST'"
26038   parameters:
26039   - "throughput"
26040   - "parent"
26041   - "tags"
26042   sort:
26043   - "BASE"
26044   - "BASE"
26045   - "SRC_USER_10"
26046   - "SRC_USER_100"
26047   - "SRC_USER_1000"
26048   - "SRC_USER_2000"
26049   layout:
26050     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
26051     layout: "plot-throughput-speedup-analysis"
26052
26053 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
26054 -
26055   type: "plot"
26056   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26057   algorithm: "plot_throughput_speedup_analysis"
26058   output-file-type: ".html"
26059   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26060   data: "plot-throughput-speedup-analysis-3n-hsw"
26061   filter: "'NIC_Intel-X710' and
26062            '64B' and
26063            'NDRPDR' and
26064            'IP4FWD' and
26065            'IACL' and
26066            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26067            not 'IPSEC' and
26068            not 'VHOST'"
26069   parameters:
26070   - "throughput"
26071   - "parent"
26072   - "tags"
26073   sort:
26074   - "ACL_STATELESS"
26075   - "ACL_STATEFUL"
26076   - "ACL_STATELESS"
26077   - "ACL_STATEFUL"
26078   layout:
26079     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
26080     layout: "plot-throughput-speedup-analysis"
26081
26082 -
26083   type: "plot"
26084   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26085   algorithm: "plot_throughput_speedup_analysis"
26086   output-file-type: ".html"
26087   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26088   data: "plot-throughput-speedup-analysis-3n-hsw"
26089   filter: "'NIC_Intel-X710' and
26090            '64B' and
26091            'NDRPDR' and
26092            'IP4FWD' and
26093            'IACL' and
26094            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26095            not 'IPSEC' and
26096            not 'VHOST'"
26097   parameters:
26098   - "throughput"
26099   - "parent"
26100   - "tags"
26101   sort:
26102   - "ACL_STATELESS"
26103   - "ACL_STATEFUL"
26104   - "ACL_STATELESS"
26105   - "ACL_STATEFUL"
26106   layout:
26107     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
26108     layout: "plot-throughput-speedup-analysis"
26109
26110 ## Speedup - VPP IPv4 3n-hsw-x710 features oacl
26111 #-
26112 #  type: "plot"
26113 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
26114 #  algorithm: "plot_throughput_speedup_analysis"
26115 #  output-file-type: ".html"
26116 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
26117 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26118 #  filter: "'NIC_Intel-X710' and
26119 #           '64B' and
26120 #           'NDRPDR' and
26121 #           'IP4FWD' and
26122 #           'OACL' and
26123 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
26124 #           not 'IPSEC' and
26125 #           not 'VHOST'"
26126 #  parameters:
26127 #  - "throughput"
26128 #  - "parent"
26129 #  - "tags"
26130 #  sort:
26131 #  - "ACL_STATELESS"
26132 #  - "ACL_STATEFUL"
26133 #  - "ACL_STATELESS"
26134 #  - "ACL_STATEFUL"
26135 #  layout:
26136 #    title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
26137 #    layout: "plot-throughput-speedup-analysis"
26138 #
26139 #-
26140 #  type: "plot"
26141 #  title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
26142 #  algorithm: "plot_throughput_speedup_analysis"
26143 #  output-file-type: ".html"
26144 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
26145 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26146 #  filter: "'NIC_Intel-X710' and
26147 #           '64B' and
26148 #           'NDRPDR' and
26149 #           'IP4FWD' and
26150 #           'OACL' and
26151 #           ('ACL10' or 'ACL50') and '10k_FLOWS' and
26152 #           not 'IPSEC' and
26153 #           not 'VHOST'"
26154 #  parameters:
26155 #  - "throughput"
26156 #  - "parent"
26157 #  - "tags"
26158 #  sort:
26159 #  - "ACL_STATELESS"
26160 #  - "ACL_STATEFUL"
26161 #  - "ACL_STATELESS"
26162 #  - "ACL_STATEFUL"
26163 #  layout:
26164 #    title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
26165 #    layout: "plot-throughput-speedup-analysis"
26166
26167 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
26168 -
26169   type: "plot"
26170   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26171   algorithm: "plot_throughput_speedup_analysis"
26172   output-file-type: ".html"
26173   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26174   data: "plot-throughput-speedup-analysis-3n-hsw"
26175   filter: "'NIC_Intel-XL710' and
26176            '64B' and
26177            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26178            'NDRPDR' and
26179            'IP4FWD' and
26180            not 'IPSEC' and
26181            not 'VHOST'"
26182   parameters:
26183   - "throughput"
26184   - "parent"
26185   - "tags"
26186   sort:
26187   - "IP4BASE"
26188   - "FIB_20K"
26189   - "FIB_200K"
26190   - "FIB_2M"
26191   layout:
26192     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26193     layout: "plot-throughput-speedup-analysis"
26194
26195 -
26196   type: "plot"
26197   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26198   algorithm: "plot_throughput_speedup_analysis"
26199   output-file-type: ".html"
26200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26201   data: "plot-throughput-speedup-analysis-3n-hsw"
26202   filter: "'NIC_Intel-XL710' and
26203            '64B' and
26204            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26205            'NDRPDR' and
26206            'IP4FWD' and
26207            not 'IPSEC' and
26208            not 'VHOST'"
26209   parameters:
26210   - "throughput"
26211   - "parent"
26212   - "tags"
26213   sort:
26214   - "IP4BASE"
26215   - "FIB_20K"
26216   - "FIB_200K"
26217   - "FIB_2M"
26218   layout:
26219     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26220     layout: "plot-throughput-speedup-analysis"
26221
26222 # Speedup - VPP IPv4 3n-skx-x710 base and scale
26223 -
26224   type: "plot"
26225   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26226   algorithm: "plot_throughput_speedup_analysis"
26227   output-file-type: ".html"
26228   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26229   data: "plot-throughput-speedup-analysis-3n-skx"
26230   filter: "'NIC_Intel-X710' and
26231            '64B' and
26232            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26233            'NDRPDR' and
26234            'IP4FWD' and
26235            not 'IPSEC' and
26236            not 'VHOST'"
26237   parameters:
26238   - "throughput"
26239   - "parent"
26240   - "tags"
26241   sort:
26242   - "IP4BASE"
26243   - "FIB_20K"
26244   - "FIB_200K"
26245   - "FIB_2M"
26246   layout:
26247     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
26248     layout: "plot-throughput-speedup-analysis"
26249
26250 -
26251   type: "plot"
26252   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26253   algorithm: "plot_throughput_speedup_analysis"
26254   output-file-type: ".html"
26255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26256   data: "plot-throughput-speedup-analysis-3n-skx"
26257   filter: "'NIC_Intel-X710' and
26258            '64B' and
26259            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26260            'NDRPDR' and
26261            'IP4FWD' and
26262            not 'IPSEC' and
26263            not 'VHOST'"
26264   parameters:
26265   - "throughput"
26266   - "parent"
26267   - "tags"
26268   sort:
26269   - "IP4BASE"
26270   - "FIB_20K"
26271   - "FIB_200K"
26272   - "FIB_2M"
26273   layout:
26274     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
26275     layout: "plot-throughput-speedup-analysis"
26276
26277 # Speedup - VPP IPv4 3n-skx-x710 features
26278 -
26279   type: "plot"
26280   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
26281   algorithm: "plot_throughput_speedup_analysis"
26282   output-file-type: ".html"
26283   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
26284   data: "plot-throughput-speedup-analysis-3n-skx"
26285   filter: "'NIC_Intel-X710' and
26286            '64B' and
26287            ('IP4BASE' or
26288             'POLICE_MARK' or
26289             'COPWHLIST' or
26290             ('NAT44' and 'BASE') or
26291             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26292            'NDRPDR' and
26293            'IP4FWD' and
26294            not 'IPSEC' and
26295            not 'VHOST'"
26296   parameters:
26297   - "throughput"
26298   - "parent"
26299   - "tags"
26300   sort:
26301   - "IP4BASE"
26302   - "NAT44"
26303   - "POLICE_MARK"
26304   - "COPWHLIST"
26305   - "IACL"
26306   - "OACL"
26307   layout:
26308     title: "ip4-3n-skx-x710-64b-features-ndr"
26309     layout: "plot-throughput-speedup-analysis"
26310
26311 -
26312   type: "plot"
26313   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
26314   algorithm: "plot_throughput_speedup_analysis"
26315   output-file-type: ".html"
26316   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
26317   data: "plot-throughput-speedup-analysis-3n-skx"
26318   filter: "'NIC_Intel-X710' and
26319            '64B' and
26320            ('IP4BASE' or
26321             'POLICE_MARK' or
26322             'COPWHLIST' or
26323             ('NAT44' and 'BASE') or
26324             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26325            'NDRPDR' and
26326            'IP4FWD' and
26327            not 'IPSEC' and
26328            not 'VHOST'"
26329   parameters:
26330   - "throughput"
26331   - "parent"
26332   - "tags"
26333   sort:
26334   - "IP4BASE"
26335   - "NAT44"
26336   - "POLICE_MARK"
26337   - "COPWHLIST"
26338   - "IACL"
26339   - "OACL"
26340   layout:
26341     title: "ip4-3n-skx-x710-64b-features-pdr"
26342     layout: "plot-throughput-speedup-analysis"
26343
26344 # Speedup - VPP IPv4 3n-skx-x710 features nat44
26345 -
26346   type: "plot"
26347   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26348   algorithm: "plot_throughput_speedup_analysis"
26349   output-file-type: ".html"
26350   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26351   data: "plot-throughput-speedup-analysis-3n-skx"
26352   filter: "'NIC_Intel-X710' and
26353            '64B' and
26354            'NDRPDR' and
26355            'IP4FWD' and
26356            'NAT44' and
26357            not 'IPSEC' and
26358            not 'VHOST'"
26359   parameters:
26360   - "throughput"
26361   - "parent"
26362   - "tags"
26363   sort:
26364   - "BASE"
26365   - "BASE"
26366   - "SRC_USER_10"
26367   - "SRC_USER_100"
26368   - "SRC_USER_1000"
26369   - "SRC_USER_2000"
26370   layout:
26371     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
26372     layout: "plot-throughput-speedup-analysis"
26373
26374 -
26375   type: "plot"
26376   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26377   algorithm: "plot_throughput_speedup_analysis"
26378   output-file-type: ".html"
26379   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26380   data: "plot-throughput-speedup-analysis-3n-skx"
26381   filter: "'NIC_Intel-X710' and
26382            '64B' and
26383            'NDRPDR' and
26384            'IP4FWD' and
26385            'NAT44' and
26386            not 'IPSEC' and
26387            not 'VHOST'"
26388   parameters:
26389   - "throughput"
26390   - "parent"
26391   - "tags"
26392   sort:
26393   - "BASE"
26394   - "BASE"
26395   - "SRC_USER_10"
26396   - "SRC_USER_100"
26397   - "SRC_USER_1000"
26398   - "SRC_USER_2000"
26399   layout:
26400     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
26401     layout: "plot-throughput-speedup-analysis"
26402
26403 # Speedup - VPP IPv4 3n-skx-x710 features iacl
26404 -
26405   type: "plot"
26406   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26407   algorithm: "plot_throughput_speedup_analysis"
26408   output-file-type: ".html"
26409   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26410   data: "plot-throughput-speedup-analysis-3n-skx"
26411   filter: "'NIC_Intel-X710' and
26412            '64B' and
26413            'NDRPDR' and
26414            'IP4FWD' and
26415            'IACL' and
26416            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26417            not 'IPSEC' and
26418            not 'VHOST'"
26419   parameters:
26420   - "throughput"
26421   - "parent"
26422   - "tags"
26423   sort:
26424   - "ACL_STATELESS"
26425   - "ACL_STATEFUL"
26426   - "ACL_STATELESS"
26427   - "ACL_STATEFUL"
26428   layout:
26429     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
26430     layout: "plot-throughput-speedup-analysis"
26431
26432 -
26433   type: "plot"
26434   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26435   algorithm: "plot_throughput_speedup_analysis"
26436   output-file-type: ".html"
26437   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26438   data: "plot-throughput-speedup-analysis-3n-skx"
26439   filter: "'NIC_Intel-X710' and
26440            '64B' and
26441            'NDRPDR' and
26442            'IP4FWD' and
26443            'IACL' and
26444            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26445            not 'IPSEC' and
26446            not 'VHOST'"
26447   parameters:
26448   - "throughput"
26449   - "parent"
26450   - "tags"
26451   sort:
26452   - "ACL_STATELESS"
26453   - "ACL_STATEFUL"
26454   - "ACL_STATELESS"
26455   - "ACL_STATEFUL"
26456   layout:
26457     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
26458     layout: "plot-throughput-speedup-analysis"
26459
26460 # Speedup - VPP IPv4 3n-skx-x710 features oacl
26461 -
26462   type: "plot"
26463   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26464   algorithm: "plot_throughput_speedup_analysis"
26465   output-file-type: ".html"
26466   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26467   data: "plot-throughput-speedup-analysis-3n-skx"
26468   filter: "'NIC_Intel-X710' and
26469            '64B' and
26470            'NDRPDR' and
26471            'IP4FWD' and
26472            'OACL' and
26473            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26474            not 'IPSEC' and
26475            not 'VHOST'"
26476   parameters:
26477   - "throughput"
26478   - "parent"
26479   - "tags"
26480   sort:
26481   - "ACL_STATELESS"
26482   - "ACL_STATEFUL"
26483   - "ACL_STATELESS"
26484   - "ACL_STATEFUL"
26485   layout:
26486     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
26487     layout: "plot-throughput-speedup-analysis"
26488
26489 -
26490   type: "plot"
26491   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26492   algorithm: "plot_throughput_speedup_analysis"
26493   output-file-type: ".html"
26494   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26495   data: "plot-throughput-speedup-analysis-3n-skx"
26496   filter: "'NIC_Intel-X710' and
26497            '64B' and
26498            'NDRPDR' and
26499            'IP4FWD' and
26500            'OACL' and
26501            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26502            not 'IPSEC' and
26503            not 'VHOST'"
26504   parameters:
26505   - "throughput"
26506   - "parent"
26507   - "tags"
26508   sort:
26509   - "ACL_STATELESS"
26510   - "ACL_STATEFUL"
26511   - "ACL_STATELESS"
26512   - "ACL_STATEFUL"
26513   layout:
26514     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
26515     layout: "plot-throughput-speedup-analysis"
26516
26517 # Speedup - VPP IPv4 2n-skx-x710 base and scale
26518 -
26519   type: "plot"
26520   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26521   algorithm: "plot_throughput_speedup_analysis"
26522   output-file-type: ".html"
26523   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26524   data: "plot-throughput-speedup-analysis-2n-skx"
26525   filter: "'NIC_Intel-X710' and
26526            '64B' and
26527            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26528            'NDRPDR' and
26529            'IP4FWD' and
26530            not 'IPSEC' and
26531            not 'VHOST'"
26532   parameters:
26533   - "throughput"
26534   - "parent"
26535   - "tags"
26536   sort:
26537   - "DOT1Q"
26538   - "IP4BASE"
26539   - "FIB_20k"
26540   - "FIB_200k"
26541   - "FIB_2M"
26542   layout:
26543     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
26544     layout: "plot-throughput-speedup-analysis"
26545
26546 -
26547   type: "plot"
26548   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26549   algorithm: "plot_throughput_speedup_analysis"
26550   output-file-type: ".html"
26551   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26552   data: "plot-throughput-speedup-analysis-2n-skx"
26553   filter: "'NIC_Intel-X710' and
26554            '64B' and
26555            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26556            'NDRPDR' and
26557            'IP4FWD' and
26558            not 'IPSEC' and
26559            not 'VHOST'"
26560   parameters:
26561   - "throughput"
26562   - "parent"
26563   - "tags"
26564   sort:
26565   - "DOT1Q"
26566   - "IP4BASE"
26567   - "FIB_20k"
26568   - "FIB_200k"
26569   - "FIB_2M"
26570   layout:
26571     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
26572     layout: "plot-throughput-speedup-analysis"
26573
26574 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
26575 -
26576   type: "plot"
26577   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26578   algorithm: "plot_throughput_speedup_analysis"
26579   output-file-type: ".html"
26580   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26581   data: "plot-throughput-speedup-analysis-2n-skx"
26582   filter: "'NIC_Intel-XXV710' and
26583            '64B' and
26584            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26585            'NDRPDR' and
26586            'IP4FWD' and
26587            not 'IPSEC' and
26588            not 'VHOST'"
26589   parameters:
26590   - "throughput"
26591   - "parent"
26592   - "tags"
26593   sort:
26594   - "DOT1Q"
26595   - "IP4BASE"
26596   - "FIB_20k"
26597   - "FIB_200k"
26598   - "FIB_2M"
26599   layout:
26600     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26601     layout: "plot-throughput-speedup-analysis"
26602
26603 -
26604   type: "plot"
26605   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26606   algorithm: "plot_throughput_speedup_analysis"
26607   output-file-type: ".html"
26608   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26609   data: "plot-throughput-speedup-analysis-2n-skx"
26610   filter: "'NIC_Intel-XXV710' and
26611            '64B' and
26612            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26613            'NDRPDR' and
26614            'IP4FWD' and
26615            not 'IPSEC' and
26616            not 'VHOST'"
26617   parameters:
26618   - "throughput"
26619   - "parent"
26620   - "tags"
26621   sort:
26622   - "DOT1Q"
26623   - "IP4BASE"
26624   - "FIB_20k"
26625   - "FIB_200k"
26626   - "FIB_2M"
26627   layout:
26628     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26629     layout: "plot-throughput-speedup-analysis"
26630
26631 # Speedup - VPP IPv4 2n-dnv-x553 base
26632 -
26633   type: "plot"
26634   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
26635   algorithm: "plot_throughput_speedup_analysis"
26636   output-file-type: ".html"
26637   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
26638   data: "intel-dnv-vpp"
26639   filter: "'NIC_Intel-X553' and
26640            '64B' and
26641            'IP4BASE' and
26642            'NDRPDR' and
26643            'IP4FWD' and
26644            not 'IPSEC' and
26645            not 'VHOST'"
26646   parameters:
26647   - "throughput"
26648   - "parent"
26649   - "tags"
26650   sort:
26651   - "IP4BASE"
26652   layout:
26653     title: "ip4-2n-dnv-x553-64b-base-ndr"
26654     layout: "plot-throughput-speedup-analysis"
26655
26656 -
26657   type: "plot"
26658   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
26659   algorithm: "plot_throughput_speedup_analysis"
26660   output-file-type: ".html"
26661   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
26662   data: "intel-dnv-vpp"
26663   filter: "'NIC_Intel-X553' and
26664            '64B' and
26665            'IP4BASE' and
26666            'NDRPDR' and
26667            'IP4FWD' and
26668            not 'IPSEC' and
26669            not 'VHOST'"
26670   parameters:
26671   - "throughput"
26672   - "parent"
26673   - "tags"
26674   sort:
26675   - "IP4BASE"
26676   layout:
26677     title: "ip4-2n-dnv-x553-64b-base-pdr"
26678     layout: "plot-throughput-speedup-analysis"
26679
26680 ################################################################################
26681
26682 ## Speedup - VPP IPv4 Tunnels 3n-hsw-x520
26683 #-
26684 #  type: "plot"
26685 #  title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26686 #  algorithm: "plot_throughput_speedup_analysis"
26687 #  output-file-type: ".html"
26688 #  output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26689 #  data: "plot-throughput-speedup-analysis-3n-hsw"
26690 #  filter: "'NIC_Intel-X520_DA2' and
26691 #           '64B' and
26692 #           'ENCAP' and
26693 #           'NDRPDR' and
26694 #           ('VXLAN' or 'LISP') and
26695 #           not 'VHOST' and
26696 #           not 'IPSECHW'"
26697 #  parameters:
26698 #  - "throughput"
26699 #  - "parent"
26700 #  - "tags"
26701 #  sort:
26702 #  - "not DOT1Q"
26703 #  - "VXLAN_1"
26704 #  - "VXLAN_10"
26705 #  - "VXLAN_100"
26706 #  - "VXLAN_1000"
26707 #  layout:
26708 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
26709 #    layout: "plot-throughput-speedup-analysis"
26710 #
26711 #-
26712 #  type: "plot"
26713 #  title: "Speedup: ip4tun-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]}/ip4tun-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 #           'ENCAP' and
26721 #           'NDRPDR' and
26722 #           ('VXLAN' or 'LISP') and
26723 #           not 'VHOST' and
26724 #           not 'IPSECHW'"
26725 #  parameters:
26726 #  - "throughput"
26727 #  - "parent"
26728 #  - "tags"
26729 #  sort:
26730 #  - "not DOT1Q"
26731 #  - "VXLAN_1"
26732 #  - "VXLAN_10"
26733 #  - "VXLAN_100"
26734 #  - "VXLAN_1000"
26735 #  layout:
26736 #    title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
26737 #    layout: "plot-throughput-speedup-analysis"
26738
26739 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
26740 -
26741   type: "plot"
26742   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26743   algorithm: "plot_throughput_speedup_analysis"
26744   output-file-type: ".html"
26745   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26746   data: "plot-throughput-speedup-analysis-3n-hsw"
26747   filter: "'NIC_Intel-X520-DA2' and
26748            '64B' and
26749            'ENCAP' and
26750            'NDRPDR' and
26751            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26752            not 'DOT1Q' and
26753            not 'VHOST' and
26754            not 'IPSECHW'"
26755   parameters:
26756   - "throughput"
26757   - "parent"
26758   - "tags"
26759   sort:
26760   - "L2BDMACLRN"
26761   - "L2XCFWD"
26762   - "LISP"
26763   layout:
26764     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
26765     layout: "plot-throughput-speedup-analysis"
26766
26767 -
26768   type: "plot"
26769   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26770   algorithm: "plot_throughput_speedup_analysis"
26771   output-file-type: ".html"
26772   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26773   data: "plot-throughput-speedup-analysis-3n-hsw"
26774   filter: "'NIC_Intel-X520-DA2' and
26775            '64B' and
26776            'ENCAP' and
26777            'NDRPDR' and
26778            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26779            not 'DOT1Q' and
26780            not 'VHOST' and
26781            not 'IPSECHW'"
26782   parameters:
26783   - "throughput"
26784   - "parent"
26785   - "tags"
26786   sort:
26787   - "L2BDMACLRN"
26788   - "L2XCFWD"
26789   - "LISP"
26790   layout:
26791     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
26792     layout: "plot-throughput-speedup-analysis"
26793
26794 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
26795 -
26796   type: "plot"
26797   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26798   algorithm: "plot_throughput_speedup_analysis"
26799   output-file-type: ".html"
26800   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26801   data: "plot-throughput-speedup-analysis-3n-hsw"
26802   filter: "'NIC_Intel-X710' and
26803            '64B' and
26804            'ENCAP' and
26805            'NDRPDR' and
26806            ('VXLAN' or 'LISP') and
26807            not 'VHOST' and
26808            not 'IPSECHW'"
26809   parameters:
26810   - "throughput"
26811   - "parent"
26812   - "tags"
26813   sort:
26814   - "LISP"
26815   - "VXLAN_1"
26816   - "VXLAN_10"
26817   - "VXLAN_100"
26818   - "VXLAN_1000"
26819   layout:
26820     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
26821     layout: "plot-throughput-speedup-analysis"
26822
26823 -
26824   type: "plot"
26825   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26826   algorithm: "plot_throughput_speedup_analysis"
26827   output-file-type: ".html"
26828   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26829   data: "plot-throughput-speedup-analysis-3n-hsw"
26830   filter: "'NIC_Intel-X710' and
26831            '64B' and
26832            'ENCAP' and
26833            'NDRPDR' and
26834            ('VXLAN' or 'LISP') and
26835            not 'VHOST' and
26836            not 'IPSECHW'"
26837   parameters:
26838   - "throughput"
26839   - "parent"
26840   - "tags"
26841   sort:
26842   - "LISP"
26843   - "VXLAN_1"
26844   - "VXLAN_10"
26845   - "VXLAN_100"
26846   - "VXLAN_1000"
26847   layout:
26848     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
26849     layout: "plot-throughput-speedup-analysis"
26850
26851 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
26852 -
26853   type: "plot"
26854   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26855   algorithm: "plot_throughput_speedup_analysis"
26856   output-file-type: ".html"
26857   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26858   data: "plot-throughput-speedup-analysis-3n-hsw"
26859   filter: "'NIC_Intel-X710' and
26860            '64B' and
26861            'ENCAP' and
26862            'NDRPDR' and
26863            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26864            not 'DOT1Q' and
26865            not 'VHOST' and
26866            not 'IPSECHW'"
26867   parameters:
26868   - "throughput"
26869   - "parent"
26870   - "tags"
26871   sort:
26872   - "L2BDMACLRN"
26873   - "L2XCFWD"
26874   - "LISP"
26875   layout:
26876     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
26877     layout: "plot-throughput-speedup-analysis"
26878
26879 -
26880   type: "plot"
26881   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26882   algorithm: "plot_throughput_speedup_analysis"
26883   output-file-type: ".html"
26884   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26885   data: "plot-throughput-speedup-analysis-3n-hsw"
26886   filter: "'NIC_Intel-X710' and
26887            '64B' and
26888            'ENCAP' and
26889            'NDRPDR' and
26890            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26891            not 'DOT1Q' and
26892            not 'VHOST' and
26893            not 'IPSECHW'"
26894   parameters:
26895   - "throughput"
26896   - "parent"
26897   - "tags"
26898   sort:
26899   - "L2BDMACLRN"
26900   - "L2XCFWD"
26901   - "LISP"
26902   layout:
26903     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
26904     layout: "plot-throughput-speedup-analysis"
26905
26906 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
26907 -
26908   type: "plot"
26909   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26910   algorithm: "plot_throughput_speedup_analysis"
26911   output-file-type: ".html"
26912   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26913   data: "plot-throughput-speedup-analysis-3n-skx"
26914   filter: "'NIC_Intel-X710' and
26915            '64B' and
26916            'ENCAP' and
26917            'NDRPDR' and
26918            'VXLAN' and
26919            'L2BDMACLRN' and
26920            not 'VHOST' and
26921            not 'IPSECHW'"
26922   parameters:
26923   - "throughput"
26924   - "parent"
26925   - "tags"
26926   sort:
26927   - "LISP"
26928   - "VXLAN_1"
26929   - "VXLAN_10"
26930   - "VXLAN_100"
26931   - "VXLAN_1000"
26932   layout:
26933     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
26934     layout: "plot-throughput-speedup-analysis"
26935
26936 -
26937   type: "plot"
26938   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26939   algorithm: "plot_throughput_speedup_analysis"
26940   output-file-type: ".html"
26941   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26942   data: "plot-throughput-speedup-analysis-3n-skx"
26943   filter: "'NIC_Intel-X710' and
26944            '64B' and
26945            'ENCAP' and
26946            'NDRPDR' and
26947            'VXLAN' and
26948            'L2BDMACLRN' and
26949            not 'VHOST' and
26950            not 'IPSECHW'"
26951   parameters:
26952   - "throughput"
26953   - "parent"
26954   - "tags"
26955   sort:
26956   - "LISP"
26957   - "VXLAN_1"
26958   - "VXLAN_10"
26959   - "VXLAN_100"
26960   - "VXLAN_1000"
26961   layout:
26962     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26963     layout: "plot-throughput-speedup-analysis"
26964
26965 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26966 -
26967   type: "plot"
26968   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26969   algorithm: "plot_throughput_speedup_analysis"
26970   output-file-type: ".html"
26971   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26972   data: "plot-throughput-speedup-analysis-3n-skx"
26973   filter: "'NIC_Intel-X710' and
26974            '64B' and
26975            'ENCAP' and
26976            'NDRPDR' and
26977            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26978            not 'DOT1Q' and
26979            not 'VHOST' and
26980            not 'IPSECHW'"
26981   parameters:
26982   - "throughput"
26983   - "parent"
26984   - "tags"
26985   sort:
26986   - "L2BDMACLRN"
26987   - "L2XCFWD"
26988   - "LISP"
26989   layout:
26990     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26991     layout: "plot-throughput-speedup-analysis"
26992
26993 -
26994   type: "plot"
26995   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26996   algorithm: "plot_throughput_speedup_analysis"
26997   output-file-type: ".html"
26998   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26999   data: "plot-throughput-speedup-analysis-3n-skx"
27000   filter: "'NIC_Intel-X710' and
27001            '64B' and
27002            'ENCAP' and
27003            'NDRPDR' and
27004            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
27005            not 'DOT1Q' and
27006            not 'VHOST' and
27007            not 'IPSECHW'"
27008   parameters:
27009   - "throughput"
27010   - "parent"
27011   - "tags"
27012   sort:
27013   - "L2BDMACLRN"
27014   - "L2XCFWD"
27015   - "LISP"
27016   layout:
27017     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
27018     layout: "plot-throughput-speedup-analysis"
27019
27020 ################################################################################
27021
27022 # Speedup - VPP IPv6 3n-hsw-x520
27023 -
27024   type: "plot"
27025   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27026   algorithm: "plot_throughput_speedup_analysis"
27027   output-file-type: ".html"
27028   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27029   data: "plot-throughput-speedup-analysis-3n-hsw"
27030   filter: "'NIC_Intel-X520-DA2' and
27031            '78B' and
27032            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27033            'NDRPDR' and
27034            'IP6FWD' and
27035            not 'SRv6' and
27036            not 'IPSEC' and
27037            not 'VHOST'"
27038   parameters:
27039   - "throughput"
27040   - "parent"
27041   - "tags"
27042   sort:
27043   - "IP6BASE"
27044   - "FIB_20K"
27045   - "FIB_200K"
27046   - "FIB_2M"
27047   layout:
27048     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
27049     layout: "plot-throughput-speedup-analysis"
27050
27051 -
27052   type: "plot"
27053   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27054   algorithm: "plot_throughput_speedup_analysis"
27055   output-file-type: ".html"
27056   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27057   data: "plot-throughput-speedup-analysis-3n-hsw"
27058   filter: "'NIC_Intel-X520-DA2' and
27059            '78B' and
27060            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27061            'NDRPDR' and
27062            'IP6FWD' and
27063            not 'SRv6' and
27064            not 'IPSEC' and
27065            not 'VHOST'"
27066   parameters:
27067   - "throughput"
27068   - "parent"
27069   - "tags"
27070   sort:
27071   - "IP6BASE"
27072   - "FIB_20K"
27073   - "FIB_200K"
27074   - "FIB_2M"
27075   layout:
27076     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
27077     layout: "plot-throughput-speedup-analysis"
27078
27079 # Speedup - VPP IPv6 3n-hsw-x520 features
27080 -
27081   type: "plot"
27082   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
27083   algorithm: "plot_throughput_speedup_analysis"
27084   output-file-type: ".html"
27085   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
27086   data: "plot-throughput-speedup-analysis-3n-hsw"
27087   filter: "'NIC_Intel-X520-DA2' and
27088            '78B' and
27089            ('IP6BASE' or
27090             'POLICE_MARK' or
27091             'COPWHLIST' or
27092             'IACLDST') and
27093            'NDRPDR' and
27094            'IP6FWD' and
27095            not 'SRv6' and
27096            not 'IPSEC' and
27097            not 'VHOST'"
27098   parameters:
27099   - "throughput"
27100   - "parent"
27101   - "tags"
27102   sort:
27103   - "IP6BASE"
27104   - "POLICE_MARK"
27105   - "COPWHLIST"
27106   - "IACLDST"
27107   layout:
27108     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
27109     layout: "plot-throughput-speedup-analysis"
27110
27111 -
27112   type: "plot"
27113   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
27114   algorithm: "plot_throughput_speedup_analysis"
27115   output-file-type: ".html"
27116   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
27117   data: "plot-throughput-speedup-analysis-3n-hsw"
27118   filter: "'NIC_Intel-X520-DA2' and
27119            '78B' and
27120            ('IP6BASE' or
27121             'POLICE_MARK' or
27122             'COPWHLIST' or
27123             'IACLDST') and
27124            'NDRPDR' and
27125            'IP6FWD' and
27126            not 'SRv6' and
27127            not 'IPSEC' and
27128            not 'VHOST'"
27129   parameters:
27130   - "throughput"
27131   - "parent"
27132   - "tags"
27133   sort:
27134   - "IP6BASE"
27135   - "POLICE_MARK"
27136   - "COPWHLIST"
27137   - "IACLDST"
27138   layout:
27139     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
27140     layout: "plot-throughput-speedup-analysis"
27141
27142 # Speedup - VPP IPv6 3n-hsw-x710
27143 -
27144   type: "plot"
27145   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
27146   algorithm: "plot_throughput_speedup_analysis"
27147   output-file-type: ".html"
27148   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
27149   data: "plot-throughput-speedup-analysis-3n-hsw"
27150   filter: "'NIC_Intel-X710' and
27151            '78B' and
27152            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27153            'NDRPDR' and
27154            'IP6FWD' and
27155            not 'SRv6' and
27156            not 'IPSEC' and
27157            not 'VHOST'"
27158   parameters:
27159   - "throughput"
27160   - "parent"
27161   - "tags"
27162   sort:
27163   - "IP6BASE"
27164   - "FIB_20K"
27165   - "FIB_200K"
27166   - "FIB_2M"
27167   layout:
27168     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
27169     layout: "plot-throughput-speedup-analysis"
27170
27171 -
27172   type: "plot"
27173   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27174   algorithm: "plot_throughput_speedup_analysis"
27175   output-file-type: ".html"
27176   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27177   data: "plot-throughput-speedup-analysis-3n-hsw"
27178   filter: "'NIC_Intel-X710' and
27179            '78B' and
27180            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27181            'NDRPDR' and
27182            'IP6FWD' and
27183            not 'SRv6' and
27184            not 'IPSEC' and
27185            not 'VHOST'"
27186   parameters:
27187   - "throughput"
27188   - "parent"
27189   - "tags"
27190   sort:
27191   - "IP6BASE"
27192   - "FIB_20K"
27193   - "FIB_200K"
27194   - "FIB_2M"
27195   layout:
27196     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
27197     layout: "plot-throughput-speedup-analysis"
27198
27199 # Speedup - VPP IPv6 3n-hsw-x710 features
27200 -
27201   type: "plot"
27202   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27203   algorithm: "plot_throughput_speedup_analysis"
27204   output-file-type: ".html"
27205   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27206   data: "plot-throughput-speedup-analysis-3n-hsw"
27207   filter: "'NIC_Intel-X710' and
27208            '78B' and
27209            ('IP6BASE' or
27210             'POLICE_MARK' or
27211             'COPWHLIST' or
27212             'IACLDST') and
27213            'NDRPDR' and
27214            'IP6FWD' and
27215            not 'SRv6' and
27216            not 'IPSEC' and
27217            not 'VHOST'"
27218   parameters:
27219   - "throughput"
27220   - "parent"
27221   - "tags"
27222   sort:
27223   - "IP6BASE"
27224   - "POLICE_MARK"
27225   - "COPWHLIST"
27226   - "IACLDST"
27227   layout:
27228     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
27229     layout: "plot-throughput-speedup-analysis"
27230
27231 -
27232   type: "plot"
27233   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27234   algorithm: "plot_throughput_speedup_analysis"
27235   output-file-type: ".html"
27236   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27237   data: "plot-throughput-speedup-analysis-3n-hsw"
27238   filter: "'NIC_Intel-X710' and
27239            '78B' and
27240            ('IP6BASE' or
27241             'POLICE_MARK' or
27242             'COPWHLIST' or
27243             'IACLDST') and
27244            'NDRPDR' and
27245            'IP6FWD' and
27246            not 'SRv6' and
27247            not 'IPSEC' and
27248            not 'VHOST'"
27249   parameters:
27250   - "throughput"
27251   - "parent"
27252   - "tags"
27253   sort:
27254   - "IP6BASE"
27255   - "POLICE_MARK"
27256   - "COPWHLIST"
27257   - "IACLDST"
27258   layout:
27259     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
27260     layout: "plot-throughput-speedup-analysis"
27261
27262 # Speedup - VPP IPv6 3n-hsw-xl710
27263 -
27264   type: "plot"
27265   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27266   algorithm: "plot_throughput_speedup_analysis"
27267   output-file-type: ".html"
27268   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27269   data: "plot-throughput-speedup-analysis-3n-hsw"
27270   filter: "'NIC_Intel-XL710' and
27271            '78B' and
27272            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27273            'NDRPDR' and
27274            'IP6FWD' and
27275            not 'SRv6' and
27276            not 'IPSEC' and
27277            not 'VHOST'"
27278   parameters:
27279   - "throughput"
27280   - "parent"
27281   - "tags"
27282   sort:
27283   - "IP6BASE"
27284   - "FIB_20K"
27285   - "FIB_200K"
27286   - "FIB_2M"
27287   layout:
27288     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
27289     layout: "plot-throughput-speedup-analysis"
27290
27291 -
27292   type: "plot"
27293   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27294   algorithm: "plot_throughput_speedup_analysis"
27295   output-file-type: ".html"
27296   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27297   data: "plot-throughput-speedup-analysis-3n-hsw"
27298   filter: "'NIC_Intel-XL710' and
27299            '78B' and
27300            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27301            'NDRPDR' and
27302            'IP6FWD' and
27303            not 'SRv6' and
27304            not 'IPSEC' and
27305            not 'VHOST'"
27306   parameters:
27307   - "throughput"
27308   - "parent"
27309   - "tags"
27310   sort:
27311   - "IP6BASE"
27312   - "FIB_20K"
27313   - "FIB_200K"
27314   - "FIB_2M"
27315   layout:
27316     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
27317     layout: "plot-throughput-speedup-analysis"
27318
27319 # Speedup - VPP IPv6 3n-skx-x710
27320 -
27321   type: "plot"
27322   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27323   algorithm: "plot_throughput_speedup_analysis"
27324   output-file-type: ".html"
27325   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27326   data: "plot-throughput-speedup-analysis-3n-skx"
27327   filter: "'NIC_Intel-X710' and
27328            '78B' and
27329            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27330            'NDRPDR' and
27331            'IP6FWD' and
27332            not 'SRv6' and
27333            not 'IPSEC' and
27334            not 'VHOST'"
27335   parameters:
27336   - "throughput"
27337   - "parent"
27338   - "tags"
27339   sort:
27340   - "IP6BASE"
27341   - "FIB_20K"
27342   - "FIB_200K"
27343   - "FIB_2M"
27344   layout:
27345     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27346     layout: "plot-throughput-speedup-analysis"
27347
27348 -
27349   type: "plot"
27350   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27351   algorithm: "plot_throughput_speedup_analysis"
27352   output-file-type: ".html"
27353   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27354   data: "plot-throughput-speedup-analysis-3n-skx"
27355   filter: "'NIC_Intel-X710' and
27356            '78B' and
27357            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27358            'NDRPDR' and
27359            'IP6FWD' and
27360            not 'SRv6' and
27361            not 'IPSEC' and
27362            not 'VHOST'"
27363   parameters:
27364   - "throughput"
27365   - "parent"
27366   - "tags"
27367   sort:
27368   - "IP6BASE"
27369   - "FIB_20K"
27370   - "FIB_200K"
27371   - "FIB_2M"
27372   layout:
27373     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27374     layout: "plot-throughput-speedup-analysis"
27375
27376 # Speedup - VPP IPv6 3n-skx-x710 features
27377 -
27378   type: "plot"
27379   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
27380   algorithm: "plot_throughput_speedup_analysis"
27381   output-file-type: ".html"
27382   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
27383   data: "plot-throughput-speedup-analysis-3n-skx"
27384   filter: "'NIC_Intel-X710' and
27385            '78B' and
27386            ('IP6BASE' or
27387             'POLICE_MARK' or
27388             'COPWHLIST' or
27389             'IACLDST') and
27390            'NDRPDR' and
27391            'IP6FWD' and
27392            not 'SRv6' and
27393            not 'IPSEC' and
27394            not 'VHOST'"
27395   parameters:
27396   - "throughput"
27397   - "parent"
27398   - "tags"
27399   sort:
27400   - "IP6BASE"
27401   - "POLICE_MARK"
27402   - "COPWHLIST"
27403   - "IACLDST"
27404   layout:
27405     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
27406     layout: "plot-throughput-speedup-analysis"
27407
27408 -
27409   type: "plot"
27410   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
27411   algorithm: "plot_throughput_speedup_analysis"
27412   output-file-type: ".html"
27413   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
27414   data: "plot-throughput-speedup-analysis-3n-skx"
27415   filter: "'NIC_Intel-X710' and
27416            '78B' and
27417            ('IP6BASE' or
27418             'POLICE_MARK' or
27419             'COPWHLIST' or
27420             'IACLDST') and
27421            'NDRPDR' and
27422            'IP6FWD' and
27423            not 'SRv6' and
27424            not 'IPSEC' and
27425            not 'VHOST'"
27426   parameters:
27427   - "throughput"
27428   - "parent"
27429   - "tags"
27430   sort:
27431   - "IP6BASE"
27432   - "POLICE_MARK"
27433   - "COPWHLIST"
27434   - "IACLDST"
27435   layout:
27436     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
27437     layout: "plot-throughput-speedup-analysis"
27438
27439 # Speedup - VPP IPv6 2n-skx-x710
27440 -
27441   type: "plot"
27442   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27443   algorithm: "plot_throughput_speedup_analysis"
27444   output-file-type: ".html"
27445   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27446   data: "plot-throughput-speedup-analysis-2n-skx"
27447   filter: "'NIC_Intel-X710' and
27448            '78B' and
27449            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27450            'NDRPDR' and
27451            'IP6FWD' and
27452            not 'SRv6' and
27453            not 'IPSEC' and
27454            not 'VHOST'"
27455   parameters:
27456   - "throughput"
27457   - "parent"
27458   - "tags"
27459   sort:
27460   - "IP6BASE"
27461   - "FIB_20k"
27462   - "FIB_200k"
27463   - "FIB_2M"
27464   layout:
27465     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
27466     layout: "plot-throughput-speedup-analysis"
27467
27468 -
27469   type: "plot"
27470   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27471   algorithm: "plot_throughput_speedup_analysis"
27472   output-file-type: ".html"
27473   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27474   data: "plot-throughput-speedup-analysis-2n-skx"
27475   filter: "'NIC_Intel-X710' and
27476            '78B' and
27477            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27478            'NDRPDR' and
27479            'IP6FWD' and
27480            not 'SRv6' and
27481            not 'IPSEC' and
27482            not 'VHOST'"
27483   parameters:
27484   - "throughput"
27485   - "parent"
27486   - "tags"
27487   sort:
27488   - "IP6BASE"
27489   - "FIB_20k"
27490   - "FIB_200k"
27491   - "FIB_2M"
27492   layout:
27493     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
27494     layout: "plot-throughput-speedup-analysis"
27495
27496 # Speedup - VPP IPv6 2n-skx-xxv710
27497 -
27498   type: "plot"
27499   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27500   algorithm: "plot_throughput_speedup_analysis"
27501   output-file-type: ".html"
27502   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27503   data: "plot-throughput-speedup-analysis-2n-skx"
27504   filter: "'NIC_Intel-XXV710' and
27505            '78B' and
27506            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27507            'NDRPDR' and
27508            'IP6FWD' and
27509            not 'SRv6' and
27510            not 'IPSEC' and
27511            not 'VHOST'"
27512   parameters:
27513   - "throughput"
27514   - "parent"
27515   - "tags"
27516   sort:
27517   - "IP6BASE"
27518   - "FIB_20k"
27519   - "FIB_200k"
27520   - "FIB_2M"
27521   layout:
27522     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
27523     layout: "plot-throughput-speedup-analysis"
27524
27525 -
27526   type: "plot"
27527   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27528   algorithm: "plot_throughput_speedup_analysis"
27529   output-file-type: ".html"
27530   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27531   data: "plot-throughput-speedup-analysis-2n-skx"
27532   filter: "'NIC_Intel-XXV710' and
27533            '78B' and
27534            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27535            'NDRPDR' and
27536            'IP6FWD' and
27537            not 'SRv6' and
27538            not 'IPSEC' and
27539            not 'VHOST'"
27540   parameters:
27541   - "throughput"
27542   - "parent"
27543   - "tags"
27544   sort:
27545   - "IP6BASE"
27546   - "FIB_20k"
27547   - "FIB_200k"
27548   - "FIB_2M"
27549   layout:
27550     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
27551     layout: "plot-throughput-speedup-analysis"
27552
27553 # Speedup - VPP IPv6 2n-dnv-x553 base
27554 -
27555   type: "plot"
27556   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
27557   algorithm: "plot_throughput_speedup_analysis"
27558   output-file-type: ".html"
27559   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
27560   data: "intel-dnv-vpp"
27561   filter: "'NIC_Intel-X553' and
27562            '78B' and
27563            'IP6BASE' and
27564            'NDRPDR' and
27565            'IP6FWD' and
27566            not 'SRv6' and
27567            not 'IPSEC' and
27568            not 'VHOST'"
27569   parameters:
27570   - "throughput"
27571   - "parent"
27572   - "tags"
27573   sort:
27574   - "IP6BASE"
27575   layout:
27576     title: "ip6-2n-dnv-x553-78b-base-ndr"
27577     layout: "plot-throughput-speedup-analysis"
27578
27579 -
27580   type: "plot"
27581   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
27582   algorithm: "plot_throughput_speedup_analysis"
27583   output-file-type: ".html"
27584   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
27585   data: "intel-dnv-vpp"
27586   filter: "'NIC_Intel-X553' and
27587            '78B' and
27588            'IP6BASE' and
27589            'NDRPDR' and
27590            'IP6FWD' and
27591            not 'SRv6' and
27592            not 'IPSEC' and
27593            not 'VHOST'"
27594   parameters:
27595   - "throughput"
27596   - "parent"
27597   - "tags"
27598   sort:
27599   - "IP6BASE"
27600   layout:
27601     title: "ip6-2n-dnv-x553-78b-base-pdr"
27602     layout: "plot-throughput-speedup-analysis"
27603
27604 ################################################################################
27605
27606 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
27607 -
27608   type: "plot"
27609   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27610   algorithm: "plot_throughput_speedup_analysis"
27611   output-file-type: ".html"
27612   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27613   data: "plot-throughput-speedup-analysis-3n-hsw"
27614   filter: "'NIC_Intel-X520-DA2' and
27615            '78B' and
27616            'ENCAP' and
27617            'NDRPDR' and
27618            'LISP' and
27619            not 'VHOST'"
27620   parameters:
27621   - "throughput"
27622   - "parent"
27623   - "tags"
27624   sort:
27625   - "IP4UNRLAY"
27626   - "IP6UNRLAY"
27627   layout:
27628     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
27629     layout: "plot-throughput-speedup-analysis"
27630
27631 -
27632   type: "plot"
27633   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27634   algorithm: "plot_throughput_speedup_analysis"
27635   output-file-type: ".html"
27636   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27637   data: "plot-throughput-speedup-analysis-3n-hsw"
27638   filter: "'NIC_Intel-X520-DA2' and
27639            '78B' and
27640            'ENCAP' and
27641            'NDRPDR' and
27642            'LISP' and
27643            not 'VHOST'"
27644   parameters:
27645   - "throughput"
27646   - "parent"
27647   - "tags"
27648   sort:
27649   - "IP4UNRLAY"
27650   - "IP6UNRLAY"
27651   layout:
27652     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
27653     layout: "plot-throughput-speedup-analysis"
27654
27655 ################################################################################
27656
27657 # Speedup - VPP IPSec 3n-hsw-xl710 base
27658 -
27659   type: "plot"
27660   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27661   algorithm: "plot_throughput_speedup_analysis"
27662   output-file-type: ".html"
27663   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27664   data: "plot-throughput-speedup-analysis-3n-hsw"
27665   filter: "'NIC_Intel-XL710' and
27666            '64B' and
27667            'IP4FWD' and
27668            'NDRPDR' and
27669            'BASE' and
27670            'IPSECHW' and
27671            ('IPSECTRAN' or 'IPSECTUN') and
27672            not 'VHOST'"
27673   parameters:
27674   - "throughput"
27675   - "parent"
27676   - "tags"
27677   layout:
27678     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
27679     layout: "plot-throughput-speedup-analysis"
27680
27681 -
27682   type: "plot"
27683   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27684   algorithm: "plot_throughput_speedup_analysis"
27685   output-file-type: ".html"
27686   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27687   data: "plot-throughput-speedup-analysis-3n-hsw"
27688   filter: "'NIC_Intel-XL710' and
27689            '64B' and
27690            'IP4FWD' and
27691            'NDRPDR' and
27692            'BASE' and
27693            'IPSECHW' and
27694            ('IPSECTRAN' or 'IPSECTUN') and
27695            not 'VHOST'"
27696   parameters:
27697   - "throughput"
27698   - "parent"
27699   - "tags"
27700   layout:
27701     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
27702     layout: "plot-throughput-speedup-analysis"
27703
27704 # Speedup - VPP IPSec 3n-hsw-xl710 scale
27705 -
27706   type: "plot"
27707   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27708   algorithm: "plot_throughput_speedup_analysis"
27709   output-file-type: ".html"
27710   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27711   data: "plot-throughput-speedup-analysis-3n-hsw"
27712   filter: "'NIC_Intel-XL710' and
27713            '64B' and
27714            'IP4FWD' and
27715            'NDRPDR' and
27716            'SCALE' and
27717            'IPSECHW' and
27718            ('IPSECTRAN' or 'IPSECTUN') and
27719            not 'VHOST'"
27720   parameters:
27721   - "throughput"
27722   - "parent"
27723   - "tags"
27724   layout:
27725     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
27726     layout: "plot-throughput-speedup-analysis"
27727
27728 -
27729   type: "plot"
27730   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27731   algorithm: "plot_throughput_speedup_analysis"
27732   output-file-type: ".html"
27733   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27734   data: "plot-throughput-speedup-analysis-3n-hsw"
27735   filter: "'NIC_Intel-XL710' and
27736            '64B' and
27737            'IP4FWD' and
27738            'NDRPDR' and
27739            'SCALE' and
27740            'IPSECHW' and
27741            ('IPSECTRAN' or 'IPSECTUN') and
27742            not 'VHOST'"
27743   parameters:
27744   - "throughput"
27745   - "parent"
27746   - "tags"
27747   layout:
27748     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
27749     layout: "plot-throughput-speedup-analysis"
27750
27751 # Speedup - VPP IPSec 3n-hsw-xl710 sw
27752 -
27753   type: "plot"
27754   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27755   algorithm: "plot_throughput_speedup_analysis"
27756   output-file-type: ".html"
27757   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27758   data: "plot-throughput-speedup-analysis-3n-hsw"
27759   filter: "'NIC_Intel-XL710' and
27760            '64B' and
27761            'IP4FWD' and
27762            'NDRPDR' and
27763            'IPSECSW' and
27764            ('IPSECTRAN' or 'IPSECTUN') and
27765            not 'VHOST'"
27766   parameters:
27767   - "throughput"
27768   - "parent"
27769   - "tags"
27770   layout:
27771     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
27772     layout: "plot-throughput-speedup-analysis"
27773
27774 -
27775   type: "plot"
27776   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27777   algorithm: "plot_throughput_speedup_analysis"
27778   output-file-type: ".html"
27779   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27780   data: "plot-throughput-speedup-analysis-3n-hsw"
27781   filter: "'NIC_Intel-XL710' and
27782            '64B' and
27783            'IP4FWD' and
27784            'NDRPDR' and
27785            'IPSECSW' and
27786            ('IPSECTRAN' or 'IPSECTUN') and
27787            not 'VHOST'"
27788   parameters:
27789   - "throughput"
27790   - "parent"
27791   - "tags"
27792   layout:
27793     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
27794     layout: "plot-throughput-speedup-analysis"
27795
27796 ################################################################################
27797
27798 # Speedup - VPP SRv6 3n-hsw-x520
27799 -
27800   type: "plot"
27801   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
27802   algorithm: "plot_throughput_speedup_analysis"
27803   output-file-type: ".html"
27804   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
27805   data: "plot-throughput-speedup-analysis-3n-hsw"
27806   filter: "'NIC_Intel-X520-DA2' and
27807            '78B' and
27808            'FEATURE' and
27809            'NDRPDR' and
27810            'IP6FWD' and
27811            'SRv6'"
27812   parameters:
27813   - "throughput"
27814   - "parent"
27815   - "tags"
27816   layout:
27817     title: "srv6-3n-hsw-x520-78b-features-ndr"
27818     layout: "plot-throughput-speedup-analysis"
27819
27820 -
27821   type: "plot"
27822   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
27823   algorithm: "plot_throughput_speedup_analysis"
27824   output-file-type: ".html"
27825   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
27826   data: "plot-throughput-speedup-analysis-3n-hsw"
27827   filter: "'NIC_Intel-X520-DA2' and
27828            '78B' and
27829            'FEATURE' and
27830            'NDRPDR' and
27831            'IP6FWD' and
27832            'SRv6'"
27833   parameters:
27834   - "throughput"
27835   - "parent"
27836   - "tags"
27837   layout:
27838     title: "srv6-3n-hsw-x520-78b-features-pdr"
27839     layout: "plot-throughput-speedup-analysis"
27840
27841 ################################################################################
27842
27843 # Speedup - VPP L2 3n-hsw-x520 base and scale
27844 -
27845   type: "plot"
27846   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27847   algorithm: "plot_throughput_speedup_analysis"
27848   output-file-type: ".html"
27849   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27850   data: "plot-throughput-speedup-analysis-3n-hsw"
27851   filter: "'NIC_Intel-X520-DA2' and
27852            '64B' and
27853            ('BASE' or 'SCALE') and
27854            'NDRPDR' and
27855            'ETH' and
27856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27857            not 'VHOST' and
27858            not 'MEMIF'"
27859   parameters:
27860   - "throughput"
27861   - "parent"
27862   - "tags"
27863   sort:
27864   - "L2XCFWD"
27865   - "L2PATCH"
27866   - "L2BDMACLRN"
27867   - "FIB_10K"
27868   - "FIB_100K"
27869   - "FIB_1M"
27870   layout:
27871     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27872     layout: "plot-throughput-speedup-analysis"
27873
27874 -
27875   type: "plot"
27876   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27877   algorithm: "plot_throughput_speedup_analysis"
27878   output-file-type: ".html"
27879   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27880   data: "plot-throughput-speedup-analysis-3n-hsw"
27881   filter: "'NIC_Intel-X520-DA2' and
27882            '64B' and
27883            ('BASE' or 'SCALE') and
27884            'NDRPDR' and
27885            'ETH' and
27886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27887            not 'VHOST' and
27888            not 'MEMIF'"
27889   parameters:
27890   - "throughput"
27891   - "parent"
27892   - "tags"
27893   sort:
27894   - "L2XCFWD"
27895   - "L2PATCH"
27896   - "L2BDMACLRN"
27897   - "FIB_10K"
27898   - "FIB_100K"
27899   - "FIB_1M"
27900   layout:
27901     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27902     layout: "plot-throughput-speedup-analysis"
27903
27904 # Speedup - VPP L2 3n-hsw-x520 features
27905 -
27906   type: "plot"
27907   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27908   algorithm: "plot_throughput_speedup_analysis"
27909   output-file-type: ".html"
27910   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27911   data: "plot-throughput-speedup-analysis-3n-hsw"
27912   filter: "'NIC_Intel-X520-DA2' and
27913            '64B' and
27914            'NDRPDR' and
27915            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27916            not 'ACL' and
27917            not 'VHOST' and
27918            not 'MEMIF'"
27919   parameters:
27920   - "throughput"
27921   - "parent"
27922   - "tags"
27923   sort:
27924   - "L2XCBASE"    # l2xcbase
27925   - "L2BDBASE"    # l2bdbase
27926   - "L2XCFWD"     # dot1q-l2xcbase
27927   - "L2BDMACLRN"  # dot1q-l2bdbase
27928   layout:
27929     title: "l2sw-3n-hsw-x520-64b-features-ndr"
27930     layout: "plot-throughput-speedup-analysis"
27931
27932 -
27933   type: "plot"
27934   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27935   algorithm: "plot_throughput_speedup_analysis"
27936   output-file-type: ".html"
27937   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27938   data: "plot-throughput-speedup-analysis-3n-hsw"
27939   filter: "'NIC_Intel-X520-DA2' and
27940            '64B' and
27941            'NDRPDR' and
27942            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27943            not 'ACL' and
27944            not 'VHOST' and
27945            not 'MEMIF'"
27946   parameters:
27947   - "throughput"
27948   - "parent"
27949   - "tags"
27950   sort:
27951   - "L2XCBASE"    # l2xcbase
27952   - "L2BDBASE"    # l2bdbase
27953   - "L2XCFWD"     # dot1q-l2xcbase
27954   - "L2BDMACLRN"  # dot1q-l2bdbase
27955   layout:
27956     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27957     layout: "plot-throughput-speedup-analysis"
27958
27959 # Speedup - VPP L2 3n-hsw-x710 base and scale
27960 -
27961   type: "plot"
27962   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27963   algorithm: "plot_throughput_speedup_analysis"
27964   output-file-type: ".html"
27965   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27966   data: "plot-throughput-speedup-analysis-3n-hsw"
27967   filter: "'NIC_Intel-X710' and
27968            '64B' and
27969            ('BASE' or 'SCALE') and
27970            'NDRPDR' and
27971            'ETH' and
27972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27973            not 'VHOST' and
27974            not 'MEMIF' and
27975            not 'DRV_AVF'"
27976   parameters:
27977   - "throughput"
27978   - "parent"
27979   - "tags"
27980   sort:
27981   - "L2PATCH"
27982   - "L2XCBASE"
27983   - "BASE"
27984   - "FIB_10K"
27985   - "FIB_100K"
27986   - "FIB_1M"
27987   layout:
27988     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27989     layout: "plot-throughput-speedup-analysis"
27990
27991 -
27992   type: "plot"
27993   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27994   algorithm: "plot_throughput_speedup_analysis"
27995   output-file-type: ".html"
27996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27997   data: "plot-throughput-speedup-analysis-3n-hsw"
27998   filter: "'NIC_Intel-X710' and
27999            '64B' and
28000            ('BASE' or 'SCALE') and
28001            'NDRPDR' and
28002            'ETH' and
28003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28004            not 'VHOST' and
28005            not 'MEMIF' and
28006            not 'DRV_AVF'"
28007   parameters:
28008   - "throughput"
28009   - "parent"
28010   - "tags"
28011   sort:
28012   - "L2PATCH"
28013   - "L2XCBASE"
28014   - "BASE"
28015   - "FIB_10K"
28016   - "FIB_100K"
28017   - "FIB_1M"
28018   layout:
28019     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28020     layout: "plot-throughput-speedup-analysis"
28021
28022 # Speedup - VPP L2 3n-hsw-x710 features
28023 -
28024   type: "plot"
28025   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
28026   algorithm: "plot_throughput_speedup_analysis"
28027   output-file-type: ".html"
28028   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
28029   data: "plot-throughput-speedup-analysis-3n-hsw"
28030   filter: "'NIC_Intel-X710' and
28031            '64B' and
28032            'NDRPDR' and
28033            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28034            not 'ACL' and
28035            not 'VHOST' and
28036            not 'MEMIF'"
28037   parameters:
28038   - "throughput"
28039   - "parent"
28040   - "tags"
28041   sort:
28042   - "L2XCBASE"    # l2xcbase
28043   - "L2BDBASE"    # l2bdbase
28044   - "L2XCFWD"     # dot1q-l2xcbase
28045   - "L2BDMACLRN"  # dot1q-l2bdbase
28046   layout:
28047     title: "l2sw-3n-hsw-x710-64b-features-ndr"
28048     layout: "plot-throughput-speedup-analysis"
28049
28050 -
28051   type: "plot"
28052   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
28053   algorithm: "plot_throughput_speedup_analysis"
28054   output-file-type: ".html"
28055   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
28056   data: "plot-throughput-speedup-analysis-3n-hsw"
28057   filter: "'NIC_Intel-X710' and
28058            '64B' and
28059            'NDRPDR' and
28060            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28061            not 'ACL' and
28062            not 'VHOST' and
28063            not 'MEMIF'"
28064   parameters:
28065   - "throughput"
28066   - "parent"
28067   - "tags"
28068   sort:
28069   - "L2XCBASE"    # l2xcbase
28070   - "L2BDBASE"    # l2bdbase
28071   - "L2XCFWD"     # dot1q-l2xcbase
28072   - "L2BDMACLRN"  # dot1q-l2bdbase
28073   layout:
28074     title: "l2sw-3n-hsw-x710-64b-features-pdr"
28075     layout: "plot-throughput-speedup-analysis"
28076
28077 # Speedup - VPP L2 3n-hsw-xl710 base and scale
28078 -
28079   type: "plot"
28080   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28081   algorithm: "plot_throughput_speedup_analysis"
28082   output-file-type: ".html"
28083   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28084   data: "plot-throughput-speedup-analysis-3n-hsw"
28085   filter: "'NIC_Intel-XL710' and
28086            '64B' and
28087            ('BASE' or 'SCALE') and
28088            'NDRPDR' and
28089            'ETH' and
28090            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28091            not 'VHOST' and
28092            not 'MEMIF'"
28093   parameters:
28094   - "throughput"
28095   - "parent"
28096   - "tags"
28097   sort:
28098   - "L2PATCH"
28099   - "L2XCBASE"
28100   - "BASE"
28101   - "FIB_10K"
28102   - "FIB_100K"
28103   - "FIB_1M"
28104   layout:
28105     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28106     layout: "plot-throughput-speedup-analysis"
28107
28108 -
28109   type: "plot"
28110   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28111   algorithm: "plot_throughput_speedup_analysis"
28112   output-file-type: ".html"
28113   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28114   data: "plot-throughput-speedup-analysis-3n-hsw"
28115   filter: "'NIC_Intel-XL710' and
28116            '64B' and
28117            ('BASE' or 'SCALE') and
28118            'NDRPDR' and
28119            'ETH' and
28120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28121            not 'VHOST' and
28122            not 'MEMIF'"
28123   parameters:
28124   - "throughput"
28125   - "parent"
28126   - "tags"
28127   sort:
28128   - "L2PATCH"
28129   - "L2XCBASE"
28130   - "BASE"
28131   - "FIB_10K"
28132   - "FIB_100K"
28133   - "FIB_1M"
28134   layout:
28135     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28136     layout: "plot-throughput-speedup-analysis"
28137
28138 # Speedup - VPP L2 3n-skx-x710 base and scale
28139 -
28140   type: "plot"
28141   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28142   algorithm: "plot_throughput_speedup_analysis"
28143   output-file-type: ".html"
28144   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
28145   data: "plot-throughput-speedup-analysis-3n-skx"
28146   filter: "'NIC_Intel-X710' and
28147            '64B' and
28148            ('BASE' or 'SCALE') and
28149            'NDRPDR' and
28150            'ETH' and
28151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28152            not 'VHOST' and
28153            not 'DRV_AVF' and
28154            not 'MEMIF'"
28155   parameters:
28156   - "throughput"
28157   - "parent"
28158   - "tags"
28159   sort:
28160   - "L2PATCH"
28161   - "L2XCBASE"
28162   - "BASE"
28163   - "FIB_10K"
28164   - "FIB_100K"
28165   - "FIB_1M"
28166   layout:
28167     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28168     layout: "plot-throughput-speedup-analysis"
28169
28170 -
28171   type: "plot"
28172   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28173   algorithm: "plot_throughput_speedup_analysis"
28174   output-file-type: ".html"
28175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28176   data: "plot-throughput-speedup-analysis-3n-skx"
28177   filter: "'NIC_Intel-X710' and
28178            '64B' and
28179            ('BASE' or 'SCALE') and
28180            'NDRPDR' and
28181            'ETH' and
28182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28183            not 'VHOST' and
28184            not 'DRV_AVF' and
28185            not 'MEMIF'"
28186   parameters:
28187   - "throughput"
28188   - "parent"
28189   - "tags"
28190   sort:
28191   - "L2PATCH"
28192   - "L2XCBASE"
28193   - "BASE"
28194   - "FIB_10K"
28195   - "FIB_100K"
28196   - "FIB_1M"
28197   layout:
28198     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28199     layout: "plot-throughput-speedup-analysis"
28200
28201 # Speedup - VPP L2 3n-skx-x710 features
28202 -
28203   type: "plot"
28204   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
28205   algorithm: "plot_throughput_speedup_analysis"
28206   output-file-type: ".html"
28207   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
28208   data: "plot-throughput-speedup-analysis-3n-skx"
28209   filter: "'NIC_Intel-X710' and
28210            '64B' and
28211            'NDRPDR' and
28212            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28213            not 'ACL' and
28214            not 'VHOST' and
28215            not 'MEMIF'"
28216   parameters:
28217   - "throughput"
28218   - "parent"
28219   - "tags"
28220   sort:
28221   - "L2XCBASE"    # l2xcbase
28222   - "L2BDBASE"    # l2bdbase
28223   - "L2XCFWD"     # dot1q-l2xcbase
28224   - "L2BDMACLRN"  # dot1q-l2bdbase
28225   layout:
28226     title: "l2sw-3n-skx-x710-64b-features-ndr"
28227     layout: "plot-throughput-speedup-analysis"
28228
28229 -
28230   type: "plot"
28231   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
28232   algorithm: "plot_throughput_speedup_analysis"
28233   output-file-type: ".html"
28234   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
28235   data: "plot-throughput-speedup-analysis-3n-skx"
28236   filter: "'NIC_Intel-X710' and
28237            '64B' and
28238            'NDRPDR' and
28239            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28240            not 'ACL' and
28241            not 'VHOST' and
28242            not 'MEMIF'"
28243   parameters:
28244   - "throughput"
28245   - "parent"
28246   - "tags"
28247   sort:
28248   - "L2XCBASE"    # l2xcbase
28249   - "L2BDBASE"    # l2bdbase
28250   - "L2XCFWD"     # dot1q-l2xcbase
28251   - "L2BDMACLRN"  # dot1q-l2bdbase
28252   layout:
28253     title: "l2sw-3n-skx-x710-64b-features-pdr"
28254     layout: "plot-throughput-speedup-analysis"
28255
28256 # Speedup - VPP L2 3n-skx-xxv710 base and scale
28257 -
28258   type: "plot"
28259   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28260   algorithm: "plot_throughput_speedup_analysis"
28261   output-file-type: ".html"
28262   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28263   data: "plot-throughput-speedup-analysis-3n-skx"
28264   filter: "'NIC_Intel-XXV710' and
28265            '64B' and
28266            ('BASE' or 'SCALE') and
28267            'NDRPDR' and
28268            'ETH' and
28269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28270            not 'VHOST' and
28271            not 'MEMIF' and
28272            not 'DRV_AVF'"
28273   parameters:
28274   - "throughput"
28275   - "parent"
28276   - "tags"
28277   sort:
28278   - "L2PATCH"
28279   - "L2XCBASE"
28280   - "BASE"
28281   - "FIB_10K"
28282   - "FIB_100K"
28283   - "FIB_1M"
28284   layout:
28285     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
28286     layout: "plot-throughput-speedup-analysis"
28287
28288 -
28289   type: "plot"
28290   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28291   algorithm: "plot_throughput_speedup_analysis"
28292   output-file-type: ".html"
28293   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28294   data: "plot-throughput-speedup-analysis-3n-skx"
28295   filter: "'NIC_Intel-XXV710' and
28296            '64B' and
28297            ('BASE' or 'SCALE') and
28298            'NDRPDR' and
28299            'ETH' and
28300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28301            not 'VHOST' and
28302            not 'MEMIF' and
28303            not 'DRV_AVF'"
28304   parameters:
28305   - "throughput"
28306   - "parent"
28307   - "tags"
28308   sort:
28309   - "L2PATCH"
28310   - "L2XCBASE"
28311   - "BASE"
28312   - "FIB_10K"
28313   - "FIB_100K"
28314   - "FIB_1M"
28315   layout:
28316     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
28317     layout: "plot-throughput-speedup-analysis"
28318
28319 # Speedup - VPP L2 2n-skx-x710 base and scale
28320 -
28321   type: "plot"
28322   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28323   algorithm: "plot_throughput_speedup_analysis"
28324   output-file-type: ".html"
28325   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28326   data: "plot-throughput-speedup-analysis-2n-skx"
28327   filter: "'NIC_Intel-X710' and
28328            '64B' and
28329            ('BASE' or 'SCALE') and
28330            'NDRPDR' and
28331            'ETH' and
28332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28333            not 'VHOST' and
28334            not 'MEMIF'"
28335   parameters:
28336   - "throughput"
28337   - "parent"
28338   - "tags"
28339   sort:
28340   - "L2PATCH"
28341   - "L2XCBASE"
28342   - "BASE"
28343   - "FIB_10K"
28344   - "FIB_100K"
28345   - "FIB_1M"
28346   layout:
28347     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28348     layout: "plot-throughput-speedup-analysis"
28349
28350 -
28351   type: "plot"
28352   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28353   algorithm: "plot_throughput_speedup_analysis"
28354   output-file-type: ".html"
28355   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28356   data: "plot-throughput-speedup-analysis-2n-skx"
28357   filter: "'NIC_Intel-X710' and
28358            '64B' and
28359            ('BASE' or 'SCALE') and
28360            'NDRPDR' and
28361            'ETH' and
28362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28363            not 'VHOST' and
28364            not 'MEMIF'"
28365   parameters:
28366   - "throughput"
28367   - "parent"
28368   - "tags"
28369   sort:
28370   - "L2PATCH"
28371   - "L2XCBASE"
28372   - "BASE"
28373   - "FIB_10K"
28374   - "FIB_100K"
28375   - "FIB_1M"
28376   layout:
28377     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28378     layout: "plot-throughput-speedup-analysis"
28379
28380 # Speedup - VPP L2 2n-skx-xxv710 base and scale
28381 -
28382   type: "plot"
28383   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28384   algorithm: "plot_throughput_speedup_analysis"
28385   output-file-type: ".html"
28386   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28387   data: "plot-throughput-speedup-analysis-2n-skx"
28388   filter: "'NIC_Intel-XXV710' and
28389            '64B' and
28390            ('BASE' or 'SCALE') and
28391            'NDRPDR' and
28392            'ETH' and
28393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28394            not 'VHOST' and
28395            not 'MEMIF'"
28396   parameters:
28397   - "throughput"
28398   - "parent"
28399   - "tags"
28400   sort:
28401   - "L2PATCH"
28402   - "L2XCBASE"
28403   - "BASE"
28404   - "FIB_10K"
28405   - "FIB_100K"
28406   - "FIB_1M"
28407   layout:
28408     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28409     layout: "plot-throughput-speedup-analysis"
28410
28411 -
28412   type: "plot"
28413   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28414   algorithm: "plot_throughput_speedup_analysis"
28415   output-file-type: ".html"
28416   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28417   data: "plot-throughput-speedup-analysis-2n-skx"
28418   filter: "'NIC_Intel-XXV710' and
28419            '64B' and
28420            ('BASE' or 'SCALE') and
28421            'NDRPDR' and
28422            'ETH' and
28423            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28424            not 'VHOST' and
28425            not 'MEMIF'"
28426   parameters:
28427   - "throughput"
28428   - "parent"
28429   - "tags"
28430   sort:
28431   - "L2PATCH"
28432   - "L2XCBASE"
28433   - "BASE"
28434   - "FIB_10K"
28435   - "FIB_100K"
28436   - "FIB_1M"
28437   layout:
28438     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28439     layout: "plot-throughput-speedup-analysis"
28440
28441 # Speedup - VPP L2 2n-dnv-x553 base
28442 -
28443   type: "plot"
28444   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28445   algorithm: "plot_throughput_speedup_analysis"
28446   output-file-type: ".html"
28447   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28448   data: "intel-dnv-vpp"
28449   filter: "'NIC_Intel-X553' and
28450            '64B' and
28451            ('BASE' or 'SCALE') and
28452            'NDRPDR' and
28453            'ETH' and
28454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28455            not 'VHOST' and
28456            not 'MEMIF'"
28457   parameters:
28458   - "throughput"
28459   - "parent"
28460   - "tags"
28461   sort:
28462   - "L2XCBASE"
28463   - "L2BDMACLRN"
28464   - "L2PATCH"
28465   layout:
28466     title: "l2sw-2n-dnv-x553-64b-base-ndr"
28467     layout: "plot-throughput-speedup-analysis"
28468
28469 -
28470   type: "plot"
28471   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28472   algorithm: "plot_throughput_speedup_analysis"
28473   output-file-type: ".html"
28474   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28475   data: "intel-dnv-vpp"
28476   filter: "'NIC_Intel-X553' and
28477            '64B' and
28478            ('BASE' or 'SCALE') and
28479            'NDRPDR' and
28480            'ETH' and
28481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28482            not 'VHOST' and
28483            not 'MEMIF'"
28484   parameters:
28485   - "throughput"
28486   - "parent"
28487   - "tags"
28488   sort:
28489   - "L2XCBASE"
28490   - "L2BDMACLRN"
28491   - "L2PATCH"
28492   layout:
28493     title: "l2sw-2n-dnv-x553-64b-base-pdr"
28494     layout: "plot-throughput-speedup-analysis"
28495
28496 ################################################################################
28497
28498 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
28499 -
28500   type: "plot"
28501   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28502   algorithm: "plot_throughput_speedup_analysis"
28503   output-file-type: ".html"
28504   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28505   data: "plot-throughput-speedup-analysis-3n-hsw"
28506   filter: "'NIC_Intel-X520-DA2' and
28507            '64B' and
28508            'NDRPDR' and
28509            'ETH' and
28510            'IP4FWD' and
28511            'VHOST_1024' and
28512            not 'VXLAN' and
28513            not 'DOT1Q'"
28514   parameters:
28515   - "throughput"
28516   - "parent"
28517   - "tags"
28518   sort:
28519   - "not CFS_OPT"
28520   - "1VM"
28521   - "2VM"
28522   layout:
28523     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
28524     layout: "plot-throughput-speedup-analysis"
28525
28526 -
28527   type: "plot"
28528   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28529   algorithm: "plot_throughput_speedup_analysis"
28530   output-file-type: ".html"
28531   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28532   data: "plot-throughput-speedup-analysis-3n-hsw"
28533   filter: "'NIC_Intel-X520-DA2' and
28534            '64B' and
28535            'NDRPDR' and
28536            'ETH' and
28537            'IP4FWD' and
28538            'VHOST_1024' and
28539            not 'VXLAN' and
28540            not 'DOT1Q'"
28541   parameters:
28542   - "throughput"
28543   - "parent"
28544   - "tags"
28545   sort:
28546   - "not CFS_OPT"
28547   - "1VM"
28548   - "2VM"
28549   layout:
28550     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
28551     layout: "plot-throughput-speedup-analysis"
28552
28553 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
28554 -
28555   type: "plot"
28556   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28557   algorithm: "plot_throughput_speedup_analysis"
28558   output-file-type: ".html"
28559   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28560   data: "plot-throughput-speedup-analysis-3n-hsw"
28561   filter: "'NIC_Intel-X520-DA2' and
28562            '64B' and
28563            'NDRPDR' and
28564            ('ETH' or 'DOT1Q') and
28565            'VHOST_1024' and
28566            not 'VXLAN' and
28567            not 'IP4FWD' and
28568            not '2VM'"
28569   parameters:
28570   - "throughput"
28571   - "parent"
28572   - "tags"
28573 #  sort:
28574 #  - "VM"  # "not CFS_OPT"
28575 #  - "CFS_OPT"
28576 #  - "FIB_10K"
28577 #  - "FIB_100K"
28578 #  - "FIB_1M"
28579   layout:
28580     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
28581     layout: "plot-throughput-speedup-analysis"
28582
28583 -
28584   type: "plot"
28585   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28586   algorithm: "plot_throughput_speedup_analysis"
28587   output-file-type: ".html"
28588   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28589   data: "plot-throughput-speedup-analysis-3n-hsw"
28590   filter: "'NIC_Intel-X520-DA2' and
28591            '64B' and
28592            'NDRPDR' and
28593            ('ETH' or 'DOT1Q') and
28594            'L2BDMACLRN' and
28595            'VHOST_1024' and
28596            not 'VXLAN' and
28597            not 'IP4FWD' and
28598            not '2VM'"
28599   parameters:
28600   - "throughput"
28601   - "parent"
28602   - "tags"
28603 #  sort:
28604 #  - "VM"  # "not CFS_OPT"
28605 #  - "CFS_OPT"
28606 #  - "FIB_10K"
28607 #  - "FIB_100K"
28608 #  - "FIB_1M"
28609   layout:
28610     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
28611     layout: "plot-throughput-speedup-analysis"
28612
28613 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
28614 -
28615   type: "plot"
28616   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28617   algorithm: "plot_throughput_speedup_analysis"
28618   output-file-type: ".html"
28619   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28620   data: "plot-throughput-speedup-analysis-3n-hsw"
28621   filter: "'NIC_Intel-X520-DA2' and
28622            '64B' and
28623            'NDRPDR' and
28624            ('ETH' or 'DOT1Q') and
28625            'BASE' and
28626            ('L2BDMACLRN' or 'L2XCFWD') and
28627            'VHOST_1024' and
28628            not 'VXLAN' and
28629            not 'IP4FWD' and
28630            not '2VM'"
28631   parameters:
28632   - "throughput"
28633   - "parent"
28634   - "tags"
28635 #  sort:
28636 #  - "not CFS_OPT"
28637 #  - "L2XCFWD"
28638 #  - "not CFS_OPT"
28639 #  - "CFS_OPT"
28640   layout:
28641     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
28642     layout: "plot-throughput-speedup-analysis"
28643
28644 -
28645   type: "plot"
28646   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28647   algorithm: "plot_throughput_speedup_analysis"
28648   output-file-type: ".html"
28649   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28650   data: "plot-throughput-speedup-analysis-3n-hsw"
28651   filter: "'NIC_Intel-X520-DA2' and
28652            '64B' and
28653            'NDRPDR' and
28654            ('ETH' or 'DOT1Q') and
28655            'BASE' and
28656            ('L2BDMACLRN' or 'L2XCFWD') and
28657            'VHOST_1024' and
28658            not 'VXLAN' and
28659            not 'IP4FWD' and
28660            not '2VM'"
28661   parameters:
28662   - "throughput"
28663   - "parent"
28664   - "tags"
28665 #  sort:
28666 #  - "not CFS_OPT"
28667 #  - "L2XCFWD"
28668 #  - "not CFS_OPT"
28669 #  - "CFS_OPT"
28670   layout:
28671     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
28672     layout: "plot-throughput-speedup-analysis"
28673
28674 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
28675 -
28676   type: "plot"
28677   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28678   algorithm: "plot_throughput_speedup_analysis"
28679   output-file-type: ".html"
28680   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28681   data: "plot-throughput-speedup-analysis-3n-hsw"
28682   filter: "'NIC_Intel-X520-DA2' and
28683            '64B' and
28684            'NDRPDR' and
28685            ('ETH' or 'DOT1Q') and
28686            ('L2BDMACLRN' or 'L2XCFWD') and
28687            'VHOST_1024' and
28688            not 'CFS_OPT' and
28689            not 'VXLAN' and
28690            not 'IP4FWD' and
28691            not 'LBOND'"
28692   parameters:
28693   - "throughput"
28694   - "parent"
28695   - "tags"
28696 #  sort:
28697 #  - "1VM"
28698 #  - "L2XCFWD"
28699 #  - "1VM"
28700 #  - "L2BDMACLRN"
28701   layout:
28702     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
28703     layout: "plot-throughput-speedup-analysis"
28704
28705 -
28706   type: "plot"
28707   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28708   algorithm: "plot_throughput_speedup_analysis"
28709   output-file-type: ".html"
28710   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28711   data: "plot-throughput-speedup-analysis-3n-hsw"
28712   filter: "'NIC_Intel-X520-DA2' and
28713            '64B' and
28714            'NDRPDR' and
28715            ('ETH' or 'DOT1Q') and
28716            ('L2BDMACLRN' or 'L2XCFWD') and
28717            'VHOST_1024' and
28718            not 'CFS_OPT' and
28719            not 'VXLAN' and
28720            not 'IP4FWD' and
28721            not 'LBOND'"
28722   parameters:
28723   - "throughput"
28724   - "parent"
28725   - "tags"
28726 #  sort:
28727 #  - "1VM"
28728 #  - "L2XCFWD"
28729 #  - "1VM"
28730 #  - "L2BDMACLRN"
28731   layout:
28732     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
28733     layout: "plot-throughput-speedup-analysis"
28734
28735 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
28736 -
28737   type: "plot"
28738   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28739   algorithm: "plot_throughput_speedup_analysis"
28740   output-file-type: ".html"
28741   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28742   data: "plot-throughput-speedup-analysis-3n-hsw"
28743   filter: "'NIC_Intel-X710' and
28744            '64B' and
28745            'NDRPDR' and
28746            'ETH' and
28747            'IP4FWD' and
28748            'VHOST_1024' and
28749            not 'VXLAN' and
28750            not 'DOT1Q'"
28751   parameters:
28752   - "throughput"
28753   - "parent"
28754   - "tags"
28755   sort:
28756   - "not CFS_OPT"
28757   - "1VM"
28758   - "2VM"
28759   layout:
28760     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
28761     layout: "plot-throughput-speedup-analysis"
28762
28763 -
28764   type: "plot"
28765   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28766   algorithm: "plot_throughput_speedup_analysis"
28767   output-file-type: ".html"
28768   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28769   data: "plot-throughput-speedup-analysis-3n-hsw"
28770   filter: "'NIC_Intel-X710' and
28771            '64B' and
28772            'NDRPDR' and
28773            'ETH' and
28774            'IP4FWD' and
28775            'VHOST_1024' and
28776            not 'VXLAN' and
28777            not 'DOT1Q'"
28778   parameters:
28779   - "throughput"
28780   - "parent"
28781   - "tags"
28782   sort:
28783   - "not CFS_OPT"
28784   - "1VM"
28785   - "2VM"
28786   layout:
28787     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
28788     layout: "plot-throughput-speedup-analysis"
28789
28790 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
28791 -
28792   type: "plot"
28793   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28794   algorithm: "plot_throughput_speedup_analysis"
28795   output-file-type: ".html"
28796   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28797   data: "plot-throughput-speedup-analysis-3n-hsw"
28798   filter: "'NIC_Intel-X710' and
28799            '64B' and
28800            'NDRPDR' and
28801            ('ETH' or 'DOT1Q') and
28802            'L2BDMACLRN' and
28803            'VHOST_1024' and
28804            not 'VXLAN' and
28805            not 'IP4FWD' and
28806            not '2VM'"
28807   parameters:
28808   - "throughput"
28809   - "parent"
28810   - "tags"
28811 #  sort:
28812 #  - "VM"  # "not CFS_OPT"
28813 #  - "CFS_OPT"
28814 #  - "FIB_10K"
28815 #  - "FIB_100K"
28816 #  - "FIB_1M"
28817   layout:
28818     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28819     layout: "plot-throughput-speedup-analysis"
28820
28821 -
28822   type: "plot"
28823   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28824   algorithm: "plot_throughput_speedup_analysis"
28825   output-file-type: ".html"
28826   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28827   data: "plot-throughput-speedup-analysis-3n-hsw"
28828   filter: "'NIC_Intel-X710' and
28829            '64B' and
28830            'NDRPDR' and
28831            ('ETH' or 'DOT1Q') and
28832            'L2BDMACLRN' and
28833            'VHOST_1024' and
28834            not 'VXLAN' and
28835            not 'IP4FWD' and
28836            not '2VM'"
28837   parameters:
28838   - "throughput"
28839   - "parent"
28840   - "tags"
28841 #  sort:
28842 #  - "VM"  # "not CFS_OPT"
28843 #  - "CFS_OPT"
28844 #  - "FIB_10K"
28845 #  - "FIB_100K"
28846 #  - "FIB_1M"
28847   layout:
28848     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28849     layout: "plot-throughput-speedup-analysis"
28850
28851 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
28852 -
28853   type: "plot"
28854   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28855   algorithm: "plot_throughput_speedup_analysis"
28856   output-file-type: ".html"
28857   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28858   data: "plot-throughput-speedup-analysis-3n-hsw"
28859   filter: "'NIC_Intel-X710' and
28860            '64B' and
28861            'NDRPDR' and
28862            ('ETH' or 'DOT1Q') and
28863            'BASE' and
28864            ('L2BDMACLRN' or 'L2XCFWD') and
28865            'VHOST_1024' and
28866            not 'VXLAN' and
28867            not 'IP4FWD' and
28868            not '2VM'"
28869   parameters:
28870   - "throughput"
28871   - "parent"
28872   - "tags"
28873 #  sort:
28874 #  - "not CFS_OPT"
28875 #  - "L2XCFWD"
28876 #  - "not CFS_OPT"
28877 #  - "CFS_OPT"
28878   layout:
28879     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
28880     layout: "plot-throughput-speedup-analysis"
28881
28882 -
28883   type: "plot"
28884   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28885   algorithm: "plot_throughput_speedup_analysis"
28886   output-file-type: ".html"
28887   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28888   data: "plot-throughput-speedup-analysis-3n-hsw"
28889   filter: "'NIC_Intel-X710' and
28890            '64B' and
28891            'NDRPDR' and
28892            ('ETH' or 'DOT1Q') and
28893            'BASE' and
28894            ('L2BDMACLRN' or 'L2XCFWD') and
28895            'VHOST_1024' and
28896            not 'VXLAN' and
28897            not 'IP4FWD' and
28898            not '2VM'"
28899   parameters:
28900   - "throughput"
28901   - "parent"
28902   - "tags"
28903 #  sort:
28904 #  - "not CFS_OPT"
28905 #  - "L2XCFWD"
28906 #  - "not CFS_OPT"
28907 #  - "CFS_OPT"
28908   layout:
28909     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
28910     layout: "plot-throughput-speedup-analysis"
28911
28912 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
28913 -
28914   type: "plot"
28915   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28916   algorithm: "plot_throughput_speedup_analysis"
28917   output-file-type: ".html"
28918   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28919   data: "plot-throughput-speedup-analysis-3n-hsw"
28920   filter: "'NIC_Intel-X710' and
28921            '64B' and
28922            'NDRPDR' and
28923            ('ETH' or 'DOT1Q') and
28924            ('L2BDMACLRN' or 'L2XCFWD') and
28925            'VHOST_1024' and
28926            not 'CFS_OPT' and
28927            not 'VXLAN' and
28928            not 'IP4FWD' and
28929            not 'LBOND'"
28930   parameters:
28931   - "throughput"
28932   - "parent"
28933   - "tags"
28934 #  sort:
28935 #  - "1VM"
28936 #  - "L2XCFWD"
28937 #  - "1VM"
28938 #  - "L2BDMACLRN"
28939   layout:
28940     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
28941     layout: "plot-throughput-speedup-analysis"
28942
28943 -
28944   type: "plot"
28945   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28946   algorithm: "plot_throughput_speedup_analysis"
28947   output-file-type: ".html"
28948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28949   data: "plot-throughput-speedup-analysis-3n-hsw"
28950   filter: "'NIC_Intel-X710' and
28951            '64B' and
28952            'NDRPDR' and
28953            ('ETH' or 'DOT1Q') and
28954            ('L2BDMACLRN' or 'L2XCFWD') and
28955            'VHOST_1024' and
28956            not 'CFS_OPT' and
28957            not 'VXLAN' and
28958            not 'IP4FWD' and
28959            not 'LBOND'"
28960   parameters:
28961   - "throughput"
28962   - "parent"
28963   - "tags"
28964 #  sort:
28965 #  - "1VM"
28966 #  - "L2XCFWD"
28967 #  - "1VM"
28968 #  - "L2BDMACLRN"
28969   layout:
28970     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28971     layout: "plot-throughput-speedup-analysis"
28972
28973 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28974 -
28975   type: "plot"
28976   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28977   algorithm: "plot_throughput_speedup_analysis"
28978   output-file-type: ".html"
28979   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28980   data: "plot-throughput-speedup-analysis-3n-hsw"
28981   filter: "'NIC_Intel-XL710' and
28982            '64B' and
28983            'NDRPDR' and
28984            'ETH' and
28985            'IP4FWD' and
28986            'VHOST_1024' and
28987            not 'VXLAN' and
28988            not 'DOT1Q'"
28989   parameters:
28990   - "throughput"
28991   - "parent"
28992   - "tags"
28993   sort:
28994   - "not CFS_OPT"
28995   - "1VM"
28996   - "2VM"
28997   layout:
28998     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28999     layout: "plot-throughput-speedup-analysis"
29000
29001 -
29002   type: "plot"
29003   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29004   algorithm: "plot_throughput_speedup_analysis"
29005   output-file-type: ".html"
29006   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29007   data: "plot-throughput-speedup-analysis-3n-hsw"
29008   filter: "'NIC_Intel-XL710' and
29009            '64B' and
29010            'NDRPDR' and
29011            'ETH' and
29012            'IP4FWD' and
29013            'VHOST_1024' and
29014            not 'VXLAN' and
29015            not 'DOT1Q'"
29016   parameters:
29017   - "throughput"
29018   - "parent"
29019   - "tags"
29020   sort:
29021   - "not CFS_OPT"
29022   - "1VM"
29023   - "2VM"
29024   layout:
29025     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
29026     layout: "plot-throughput-speedup-analysis"
29027
29028 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
29029 -
29030   type: "plot"
29031   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29032   algorithm: "plot_throughput_speedup_analysis"
29033   output-file-type: ".html"
29034   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
29035   data: "plot-throughput-speedup-analysis-3n-hsw"
29036   filter: "'NIC_Intel-XL710' and
29037            '64B' and
29038            'NDRPDR' and
29039            ('ETH' or 'DOT1Q') and
29040            'L2BDMACLRN' and
29041            'VHOST_1024' and
29042            not 'VXLAN' and
29043            not 'IP4FWD' and
29044            not '2VM'"
29045   parameters:
29046   - "throughput"
29047   - "parent"
29048   - "tags"
29049 #  sort:
29050 #  - "VM"  # "not CFS_OPT"
29051 #  - "CFS_OPT"
29052 #  - "FIB_10K"
29053 #  - "FIB_100K"
29054 #  - "FIB_1M"
29055   layout:
29056     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
29057     layout: "plot-throughput-speedup-analysis"
29058
29059 -
29060   type: "plot"
29061   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29062   algorithm: "plot_throughput_speedup_analysis"
29063   output-file-type: ".html"
29064   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
29065   data: "plot-throughput-speedup-analysis-3n-hsw"
29066   filter: "'NIC_Intel-XL710' and
29067            '64B' and
29068            'NDRPDR' and
29069            ('ETH' or 'DOT1Q') and
29070            'L2BDMACLRN' and
29071            'VHOST_1024' and
29072            not 'VXLAN' and
29073            not 'IP4FWD' and
29074            not '2VM'"
29075   parameters:
29076   - "throughput"
29077   - "parent"
29078   - "tags"
29079 #  sort:
29080 #  - "VM"  # "not CFS_OPT"
29081 #  - "CFS_OPT"
29082 #  - "FIB_10K"
29083 #  - "FIB_100K"
29084 #  - "FIB_1M"
29085   layout:
29086     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
29087     layout: "plot-throughput-speedup-analysis"
29088
29089 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
29090 -
29091   type: "plot"
29092   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
29093   algorithm: "plot_throughput_speedup_analysis"
29094   output-file-type: ".html"
29095   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
29096   data: "plot-throughput-speedup-analysis-3n-hsw"
29097   filter: "'NIC_Intel-XL710' and
29098            '64B' and
29099            'NDRPDR' and
29100            ('ETH' or 'DOT1Q') and
29101            'BASE' and
29102            ('L2BDMACLRN' or 'L2XCFWD') and
29103            'VHOST_1024' and
29104            not 'VXLAN' and
29105            not 'IP4FWD' and
29106            not '2VM'"
29107   parameters:
29108   - "throughput"
29109   - "parent"
29110   - "tags"
29111 #  sort:
29112 #  - "not CFS_OPT"
29113 #  - "L2XCFWD"
29114 #  - "not CFS_OPT"
29115 #  - "CFS_OPT"
29116   layout:
29117     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
29118     layout: "plot-throughput-speedup-analysis"
29119
29120 -
29121   type: "plot"
29122   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
29123   algorithm: "plot_throughput_speedup_analysis"
29124   output-file-type: ".html"
29125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
29126   data: "plot-throughput-speedup-analysis-3n-hsw"
29127   filter: "'NIC_Intel-XL710' and
29128            '64B' and
29129            'NDRPDR' and
29130            ('ETH' or 'DOT1Q') and
29131            'BASE' and
29132            ('L2BDMACLRN' or 'L2XCFWD') and
29133            'VHOST_1024' and
29134            not 'VXLAN' and
29135            not 'IP4FWD' and
29136            not '2VM'"
29137   parameters:
29138   - "throughput"
29139   - "parent"
29140   - "tags"
29141 #  sort:
29142 #  - "not CFS_OPT"
29143 #  - "L2XCFWD"
29144 #  - "not CFS_OPT"
29145 #  - "CFS_OPT"
29146   layout:
29147     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
29148     layout: "plot-throughput-speedup-analysis"
29149
29150 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
29151 -
29152   type: "plot"
29153   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
29154   algorithm: "plot_throughput_speedup_analysis"
29155   output-file-type: ".html"
29156   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
29157   data: "plot-throughput-speedup-analysis-3n-hsw"
29158   filter: "'NIC_Intel-XL710' and
29159            '64B' and
29160            'NDRPDR' and
29161            ('ETH' or 'DOT1Q') and
29162            ('L2BDMACLRN' or 'L2XCFWD') and
29163            'VHOST_1024' and
29164            not 'CFS_OPT' and
29165            not 'VXLAN' and
29166            not 'IP4FWD'"
29167   parameters:
29168   - "throughput"
29169   - "parent"
29170   - "tags"
29171 #  sort:
29172 #  - "1VM"
29173 #  - "L2XCFWD"
29174 #  - "1VM"
29175 #  - "L2BDMACLRN"
29176   layout:
29177     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
29178     layout: "plot-throughput-speedup-analysis"
29179
29180 -
29181   type: "plot"
29182   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29183   algorithm: "plot_throughput_speedup_analysis"
29184   output-file-type: ".html"
29185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29186   data: "plot-throughput-speedup-analysis-3n-hsw"
29187   filter: "'NIC_Intel-XL710' and
29188            '64B' and
29189            'NDRPDR' and
29190            ('ETH' or 'DOT1Q') and
29191            ('L2BDMACLRN' or 'L2XCFWD') and
29192            'VHOST_1024' and
29193            not 'CFS_OPT' and
29194            not 'VXLAN' and
29195            not 'IP4FWD'"
29196   parameters:
29197   - "throughput"
29198   - "parent"
29199   - "tags"
29200 #  sort:
29201 #  - "1VM"
29202 #  - "L2XCFWD"
29203 #  - "1VM"
29204 #  - "L2BDMACLRN"
29205   layout:
29206     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
29207     layout: "plot-throughput-speedup-analysis"
29208
29209 # Packet Speedup - VPP vhost ip4 3n-skx-x710
29210 -
29211   type: "plot"
29212   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29213   algorithm: "plot_throughput_speedup_analysis"
29214   output-file-type: ".html"
29215   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29216   data: "plot-throughput-speedup-analysis-3n-skx"
29217   filter: "'NIC_Intel-X710' and
29218            '64B' and
29219            'NDRPDR' and
29220            'ETH' and
29221            'IP4FWD' and
29222            'VHOST_1024' and
29223            not 'VXLAN' and
29224            not 'DOT1Q'"
29225   parameters:
29226   - "throughput"
29227   - "parent"
29228   - "tags"
29229   sort:
29230   - "not CFS_OPT"
29231   - "1VM"
29232   - "2VM"
29233   layout:
29234     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
29235     layout: "plot-throughput-speedup-analysis"
29236
29237 -
29238   type: "plot"
29239   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29240   algorithm: "plot_throughput_speedup_analysis"
29241   output-file-type: ".html"
29242   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29243   data: "plot-throughput-speedup-analysis-3n-skx"
29244   filter: "'NIC_Intel-X710' and
29245            '64B' and
29246            'NDRPDR' and
29247            'ETH' and
29248            'IP4FWD' and
29249            'VHOST_1024' and
29250            not 'VXLAN' and
29251            not 'DOT1Q'"
29252   parameters:
29253   - "throughput"
29254   - "parent"
29255   - "tags"
29256   sort:
29257   - "not CFS_OPT"
29258   - "1VM"
29259   - "2VM"
29260   layout:
29261     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
29262     layout: "plot-throughput-speedup-analysis"
29263
29264 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
29265 -
29266   type: "plot"
29267   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29268   algorithm: "plot_throughput_speedup_analysis"
29269   output-file-type: ".html"
29270   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29271   data: "plot-throughput-speedup-analysis-3n-skx"
29272   filter: "'NIC_Intel-X710' and
29273            '64B' and
29274            'NDRPDR' and
29275            ('ETH' or 'DOT1Q') and
29276            'L2BDMACLRN' and
29277            'VHOST_1024' and
29278            not 'VXLAN' and
29279            not 'IP4FWD' and
29280            not '2VM'"
29281   parameters:
29282   - "throughput"
29283   - "parent"
29284   - "tags"
29285 #  sort:
29286 #  - "VM"  # "not CFS_OPT"
29287 #  - "CFS_OPT"
29288 #  - "FIB_10K"
29289 #  - "FIB_100K"
29290 #  - "FIB_1M"
29291   layout:
29292     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
29293     layout: "plot-throughput-speedup-analysis"
29294
29295 -
29296   type: "plot"
29297   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29298   algorithm: "plot_throughput_speedup_analysis"
29299   output-file-type: ".html"
29300   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29301   data: "plot-throughput-speedup-analysis-3n-skx"
29302   filter: "'NIC_Intel-X710' and
29303            '64B' and
29304            'NDRPDR' and
29305            ('ETH' or 'DOT1Q') and
29306            'L2BDMACLRN' and
29307            'VHOST_1024' and
29308            not 'VXLAN' and
29309            not 'IP4FWD' and
29310            not '2VM'"
29311   parameters:
29312   - "throughput"
29313   - "parent"
29314   - "tags"
29315 #  sort:
29316 #  - "VM"  # "not CFS_OPT"
29317 #  - "CFS_OPT"
29318 #  - "FIB_10K"
29319 #  - "FIB_100K"
29320 #  - "FIB_1M"
29321   layout:
29322     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
29323     layout: "plot-throughput-speedup-analysis"
29324
29325 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
29326 -
29327   type: "plot"
29328   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29329   algorithm: "plot_throughput_speedup_analysis"
29330   output-file-type: ".html"
29331   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29332   data: "plot-throughput-speedup-analysis-3n-skx"
29333   filter: "'NIC_Intel-X710' and
29334            '64B' and
29335            'NDRPDR' and
29336            ('ETH' or 'DOT1Q') and
29337            'BASE' and
29338            ('L2BDMACLRN' or 'L2XCFWD') and
29339            'VHOST_1024' and
29340            not 'VXLAN' and
29341            not 'IP4FWD' and
29342            not '2VM' and
29343            not 'LBOND'"
29344   parameters:
29345   - "throughput"
29346   - "parent"
29347   - "tags"
29348 #  sort:
29349 #  - "not CFS_OPT"
29350 #  - "L2XCFWD"
29351 #  - "not CFS_OPT"
29352 #  - "CFS_OPT"
29353   layout:
29354     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
29355     layout: "plot-throughput-speedup-analysis"
29356
29357 -
29358   type: "plot"
29359   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29360   algorithm: "plot_throughput_speedup_analysis"
29361   output-file-type: ".html"
29362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29363   data: "plot-throughput-speedup-analysis-3n-skx"
29364   filter: "'NIC_Intel-X710' and
29365            '64B' and
29366            'NDRPDR' and
29367            ('ETH' or 'DOT1Q') and
29368            'BASE' and
29369            ('L2BDMACLRN' or 'L2XCFWD') and
29370            'VHOST_1024' and
29371            not 'VXLAN' and
29372            not 'IP4FWD' and
29373            not '2VM' and
29374            not 'LBOND'"
29375   parameters:
29376   - "throughput"
29377   - "parent"
29378   - "tags"
29379 #  sort:
29380 #  - "not CFS_OPT"
29381 #  - "L2XCFWD"
29382 #  - "not CFS_OPT"
29383 #  - "CFS_OPT"
29384   layout:
29385     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
29386     layout: "plot-throughput-speedup-analysis"
29387
29388 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
29389 -
29390   type: "plot"
29391   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29392   algorithm: "plot_throughput_speedup_analysis"
29393   output-file-type: ".html"
29394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29395   data: "plot-throughput-speedup-analysis-3n-skx"
29396   filter: "'NIC_Intel-X710' and
29397            '64B' and
29398            'NDRPDR' and
29399            ('ETH' or 'DOT1Q') and
29400            ('L2BDMACLRN' or 'L2XCFWD') and
29401            'VHOST_1024' and
29402            not 'CFS_OPT' and
29403            not 'VXLAN' and
29404            not 'IP4FWD' and
29405            not 'LBOND'"
29406   parameters:
29407   - "throughput"
29408   - "parent"
29409   - "tags"
29410 #  sort:
29411 #  - "1VM"
29412 #  - "L2XCFWD"
29413 #  - "1VM"
29414 #  - "L2BDMACLRN"
29415   layout:
29416     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
29417     layout: "plot-throughput-speedup-analysis"
29418
29419 -
29420   type: "plot"
29421   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29422   algorithm: "plot_throughput_speedup_analysis"
29423   output-file-type: ".html"
29424   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29425   data: "plot-throughput-speedup-analysis-3n-skx"
29426   filter: "'NIC_Intel-X710' and
29427            '64B' and
29428            'NDRPDR' and
29429            ('ETH' or 'DOT1Q') and
29430            ('L2BDMACLRN' or 'L2XCFWD') and
29431            'VHOST_1024' and
29432            not 'CFS_OPT' and
29433            not 'VXLAN' and
29434            not 'IP4FWD' and
29435            not 'LBOND'"
29436   parameters:
29437   - "throughput"
29438   - "parent"
29439   - "tags"
29440 #  sort:
29441 #  - "1VM"
29442 #  - "L2XCFWD"
29443 #  - "1VM"
29444 #  - "L2BDMACLRN"
29445   layout:
29446     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
29447     layout: "plot-throughput-speedup-analysis"
29448
29449 # Packet Speedup - VPP vhost ip4 2n-skx-x710
29450 -
29451   type: "plot"
29452   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29453   algorithm: "plot_throughput_speedup_analysis"
29454   output-file-type: ".html"
29455   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29456   data: "plot-throughput-speedup-analysis-2n-skx"
29457   filter: "'NIC_Intel-X710' and
29458            '64B' and
29459            'NDRPDR' and
29460            'ETH' and
29461            'IP4FWD' and
29462            'VHOST_1024' and
29463            not 'VXLAN' and
29464            not 'NF_DENSITY' and
29465            not 'DOT1Q'"
29466   parameters:
29467   - "throughput"
29468   - "parent"
29469   - "tags"
29470   sort:
29471   - "not CFS_OPT"
29472   - "1VM"
29473   - "2VM"
29474   layout:
29475     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
29476     layout: "plot-throughput-speedup-analysis"
29477
29478 -
29479   type: "plot"
29480   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29481   algorithm: "plot_throughput_speedup_analysis"
29482   output-file-type: ".html"
29483   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29484   data: "plot-throughput-speedup-analysis-2n-skx"
29485   filter: "'NIC_Intel-X710' and
29486            '64B' and
29487            'NDRPDR' and
29488            'ETH' and
29489            'IP4FWD' and
29490            'VHOST_1024' and
29491            not 'VXLAN' and
29492            not 'NF_DENSITY' and
29493            not 'DOT1Q'"
29494   parameters:
29495   - "throughput"
29496   - "parent"
29497   - "tags"
29498   sort:
29499   - "not CFS_OPT"
29500   - "1VM"
29501   - "2VM"
29502   layout:
29503     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
29504     layout: "plot-throughput-speedup-analysis"
29505
29506 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
29507 -
29508   type: "plot"
29509   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29510   algorithm: "plot_throughput_speedup_analysis"
29511   output-file-type: ".html"
29512   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29513   data: "plot-throughput-speedup-analysis-2n-skx"
29514   filter: "'NIC_Intel-X710' and
29515            '64B' and
29516            'NDRPDR' and
29517            ('ETH' or 'DOT1Q') and
29518            'L2BDMACLRN' and
29519            'VHOST_1024' and
29520            not 'VXLAN' and
29521            not 'NF_DENSITY' and
29522            not 'IP4FWD' and
29523            not '2VM'"
29524   parameters:
29525   - "throughput"
29526   - "parent"
29527   - "tags"
29528 #  sort:
29529 #  - "VM"  # "not CFS_OPT"
29530 #  - "CFS_OPT"
29531 #  - "FIB_10K"
29532 #  - "FIB_100K"
29533 #  - "FIB_1M"
29534   layout:
29535     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
29536     layout: "plot-throughput-speedup-analysis"
29537
29538 -
29539   type: "plot"
29540   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29541   algorithm: "plot_throughput_speedup_analysis"
29542   output-file-type: ".html"
29543   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29544   data: "plot-throughput-speedup-analysis-2n-skx"
29545   filter: "'NIC_Intel-X710' and
29546            '64B' and
29547            'NDRPDR' and
29548            ('ETH' or 'DOT1Q') and
29549            'L2BDMACLRN' and
29550            'VHOST_1024' and
29551            not 'VXLAN' and
29552            not 'NF_DENSITY' and
29553            not 'IP4FWD' and
29554            not '2VM'"
29555   parameters:
29556   - "throughput"
29557   - "parent"
29558   - "tags"
29559 #  sort:
29560 #  - "VM"  # "not CFS_OPT"
29561 #  - "CFS_OPT"
29562 #  - "FIB_10K"
29563 #  - "FIB_100K"
29564 #  - "FIB_1M"
29565   layout:
29566     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
29567     layout: "plot-throughput-speedup-analysis"
29568
29569 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
29570 -
29571   type: "plot"
29572   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29573   algorithm: "plot_throughput_speedup_analysis"
29574   output-file-type: ".html"
29575   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29576   data: "plot-throughput-speedup-analysis-2n-skx"
29577   filter: "'NIC_Intel-X710' and
29578            '64B' and
29579            'NDRPDR' and
29580            ('ETH' or 'DOT1Q') and
29581            'BASE' and
29582            ('L2BDMACLRN' or 'L2XCFWD') and
29583            'VHOST_1024' and
29584            not 'VXLAN' and
29585            not 'NF_DENSITY' and
29586            not 'IP4FWD' and
29587            not '2VM'"
29588   parameters:
29589   - "throughput"
29590   - "parent"
29591   - "tags"
29592 #  sort:
29593 #  - "not CFS_OPT"
29594 #  - "L2XCFWD"
29595 #  - "not CFS_OPT"
29596 #  - "CFS_OPT"
29597   layout:
29598     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
29599     layout: "plot-throughput-speedup-analysis"
29600
29601 -
29602   type: "plot"
29603   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29604   algorithm: "plot_throughput_speedup_analysis"
29605   output-file-type: ".html"
29606   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29607   data: "plot-throughput-speedup-analysis-2n-skx"
29608   filter: "'NIC_Intel-X710' and
29609            '64B' and
29610            'NDRPDR' and
29611            ('ETH' or 'DOT1Q') and
29612            'BASE' and
29613            ('L2BDMACLRN' or 'L2XCFWD') and
29614            'VHOST_1024' and
29615            not 'VXLAN' and
29616            not 'NF_DENSITY' and
29617            not 'IP4FWD' and
29618            not '2VM'"
29619   parameters:
29620   - "throughput"
29621   - "parent"
29622   - "tags"
29623 #  sort:
29624 #  - "not CFS_OPT"
29625 #  - "L2XCFWD"
29626 #  - "not CFS_OPT"
29627 #  - "CFS_OPT"
29628   layout:
29629     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
29630     layout: "plot-throughput-speedup-analysis"
29631
29632 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
29633 -
29634   type: "plot"
29635   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29636   algorithm: "plot_throughput_speedup_analysis"
29637   output-file-type: ".html"
29638   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29639   data: "plot-throughput-speedup-analysis-2n-skx"
29640   filter: "'NIC_Intel-X710' and
29641            '64B' and
29642            'NDRPDR' and
29643            ('ETH' or 'DOT1Q') and
29644            ('L2BDMACLRN' or 'L2XCFWD') and
29645            'VHOST_1024' and
29646            not 'CFS_OPT' and
29647            not 'VXLAN' and
29648            not 'NF_DENSITY' and
29649            not 'IP4FWD'"
29650   parameters:
29651   - "throughput"
29652   - "parent"
29653   - "tags"
29654 #  sort:
29655 #  - "1VM"
29656 #  - "L2XCFWD"
29657 #  - "1VM"
29658 #  - "L2BDMACLRN"
29659   layout:
29660     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
29661     layout: "plot-throughput-speedup-analysis"
29662
29663 -
29664   type: "plot"
29665   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29666   algorithm: "plot_throughput_speedup_analysis"
29667   output-file-type: ".html"
29668   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29669   data: "plot-throughput-speedup-analysis-2n-skx"
29670   filter: "'NIC_Intel-X710' and
29671            '64B' and
29672            'NDRPDR' and
29673            ('ETH' or 'DOT1Q') and
29674            ('L2BDMACLRN' or 'L2XCFWD') and
29675            'VHOST_1024' and
29676            not 'CFS_OPT' and
29677            not 'VXLAN' and
29678            not 'NF_DENSITY' and
29679            not 'IP4FWD'"
29680   parameters:
29681   - "throughput"
29682   - "parent"
29683   - "tags"
29684 #  sort:
29685 #  - "1VM"
29686 #  - "L2XCFWD"
29687 #  - "1VM"
29688 #  - "L2BDMACLRN"
29689   layout:
29690     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
29691     layout: "plot-throughput-speedup-analysis"
29692
29693 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
29694 -
29695   type: "plot"
29696   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29697   algorithm: "plot_throughput_speedup_analysis"
29698   output-file-type: ".html"
29699   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29700   data: "plot-throughput-speedup-analysis-2n-skx"
29701   filter: "'NIC_Intel-XXV710' and
29702            '64B' and
29703            'NDRPDR' and
29704            'ETH' and
29705            'IP4FWD' and
29706            'VHOST_1024' and
29707            not 'VXLAN' and
29708            not 'DOT1Q'"
29709   parameters:
29710   - "throughput"
29711   - "parent"
29712   - "tags"
29713   sort:
29714   - "not CFS_OPT"
29715   - "1VM"
29716   - "2VM"
29717   layout:
29718     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
29719     layout: "plot-throughput-speedup-analysis"
29720
29721 -
29722   type: "plot"
29723   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29724   algorithm: "plot_throughput_speedup_analysis"
29725   output-file-type: ".html"
29726   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29727   data: "plot-throughput-speedup-analysis-2n-skx"
29728   filter: "'NIC_Intel-XXV710' and
29729            '64B' and
29730            'NDRPDR' and
29731            'ETH' and
29732            'IP4FWD' and
29733            'VHOST_1024' and
29734            not 'VXLAN' and
29735            not 'DOT1Q'"
29736   parameters:
29737   - "throughput"
29738   - "parent"
29739   - "tags"
29740   sort:
29741   - "not CFS_OPT"
29742   - "1VM"
29743   - "2VM"
29744   layout:
29745     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
29746     layout: "plot-throughput-speedup-analysis"
29747
29748 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
29749 -
29750   type: "plot"
29751   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29752   algorithm: "plot_throughput_speedup_analysis"
29753   output-file-type: ".html"
29754   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29755   data: "plot-throughput-speedup-analysis-2n-skx"
29756   filter: "'NIC_Intel-XXV710' and
29757            '64B' and
29758            'NDRPDR' and
29759            ('ETH' or 'DOT1Q') and
29760            'L2BDMACLRN' and
29761            'VHOST_1024' and
29762            not 'VXLAN' and
29763            not 'IP4FWD' and
29764            not '2VM'"
29765   parameters:
29766   - "throughput"
29767   - "parent"
29768   - "tags"
29769 #  sort:
29770 #  - "VM"  # "not CFS_OPT"
29771 #  - "CFS_OPT"
29772 #  - "FIB_10K"
29773 #  - "FIB_100K"
29774 #  - "FIB_1M"
29775   layout:
29776     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
29777     layout: "plot-throughput-speedup-analysis"
29778
29779 -
29780   type: "plot"
29781   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29782   algorithm: "plot_throughput_speedup_analysis"
29783   output-file-type: ".html"
29784   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29785   data: "plot-throughput-speedup-analysis-2n-skx"
29786   filter: "'NIC_Intel-XXV710' and
29787            '64B' and
29788            'NDRPDR' and
29789            ('ETH' or 'DOT1Q') and
29790            'L2BDMACLRN' and
29791            'VHOST_1024' and
29792            not 'VXLAN' and
29793            not 'IP4FWD' and
29794            not '2VM'"
29795   parameters:
29796   - "throughput"
29797   - "parent"
29798   - "tags"
29799 #  sort:
29800 #  - "VM"  # "not CFS_OPT"
29801 #  - "CFS_OPT"
29802 #  - "FIB_10K"
29803 #  - "FIB_100K"
29804 #  - "FIB_1M"
29805   layout:
29806     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
29807     layout: "plot-throughput-speedup-analysis"
29808
29809 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
29810 -
29811   type: "plot"
29812   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29813   algorithm: "plot_throughput_speedup_analysis"
29814   output-file-type: ".html"
29815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29816   data: "plot-throughput-speedup-analysis-2n-skx"
29817   filter: "'NIC_Intel-XXV710' and
29818            '64B' and
29819            'NDRPDR' and
29820            ('ETH' or 'DOT1Q') and
29821            'BASE' and
29822            ('L2BDMACLRN' or 'L2XCFWD') and
29823            'VHOST_1024' and
29824            not 'VXLAN' and
29825            not 'IP4FWD' and
29826            not '2VM'"
29827   parameters:
29828   - "throughput"
29829   - "parent"
29830   - "tags"
29831 #  sort:
29832 #  - "not CFS_OPT"
29833 #  - "L2XCFWD"
29834 #  - "not CFS_OPT"
29835 #  - "CFS_OPT"
29836   layout:
29837     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
29838     layout: "plot-throughput-speedup-analysis"
29839
29840 -
29841   type: "plot"
29842   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29843   algorithm: "plot_throughput_speedup_analysis"
29844   output-file-type: ".html"
29845   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29846   data: "plot-throughput-speedup-analysis-2n-skx"
29847   filter: "'NIC_Intel-XXV710' and
29848            '64B' and
29849            'NDRPDR' and
29850            ('ETH' or 'DOT1Q') and
29851            'BASE' and
29852            ('L2BDMACLRN' or 'L2XCFWD') and
29853            'VHOST_1024' and
29854            not 'VXLAN' and
29855            not 'IP4FWD' and
29856            not '2VM'"
29857   parameters:
29858   - "throughput"
29859   - "parent"
29860   - "tags"
29861 #  sort:
29862 #  - "not CFS_OPT"
29863 #  - "L2XCFWD"
29864 #  - "not CFS_OPT"
29865 #  - "CFS_OPT"
29866   layout:
29867     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
29868     layout: "plot-throughput-speedup-analysis"
29869
29870 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
29871 -
29872   type: "plot"
29873   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29874   algorithm: "plot_throughput_speedup_analysis"
29875   output-file-type: ".html"
29876   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29877   data: "plot-throughput-speedup-analysis-2n-skx"
29878   filter: "'NIC_Intel-XXV710' and
29879            '64B' and
29880            'NDRPDR' and
29881            ('ETH' or 'DOT1Q') and
29882            ('L2BDMACLRN' or 'L2XCFWD') and
29883            'VHOST_1024' and
29884            not 'CFS_OPT' and
29885            not 'VXLAN' and
29886            not 'IP4FWD'"
29887   parameters:
29888   - "throughput"
29889   - "parent"
29890   - "tags"
29891 #  sort:
29892 #  - "1VM"
29893 #  - "L2XCFWD"
29894 #  - "1VM"
29895 #  - "L2BDMACLRN"
29896   layout:
29897     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
29898     layout: "plot-throughput-speedup-analysis"
29899
29900 -
29901   type: "plot"
29902   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29903   algorithm: "plot_throughput_speedup_analysis"
29904   output-file-type: ".html"
29905   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29906   data: "plot-throughput-speedup-analysis-2n-skx"
29907   filter: "'NIC_Intel-XXV710' and
29908            '64B' and
29909            'NDRPDR' and
29910            ('ETH' or 'DOT1Q') and
29911            ('L2BDMACLRN' or 'L2XCFWD') and
29912            'VHOST_1024' and
29913            not 'CFS_OPT' and
29914            not 'VXLAN' and
29915            not 'IP4FWD'"
29916   parameters:
29917   - "throughput"
29918   - "parent"
29919   - "tags"
29920 #  sort:
29921 #  - "1VM"
29922 #  - "L2XCFWD"
29923 #  - "1VM"
29924 #  - "L2BDMACLRN"
29925   layout:
29926     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
29927     layout: "plot-throughput-speedup-analysis"
29928
29929 ################################################################################
29930
29931 # Speedup - VPP vts 3n-hsw-x520
29932 -
29933   type: "plot"
29934   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29935   algorithm: "plot_throughput_speedup_analysis"
29936   output-file-type: ".html"
29937   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29938   data: "plot-throughput-speedup-analysis-3n-hsw"
29939   filter: "'NIC_Intel-X520-DA2' and
29940            '114B' and
29941            'NDRPDR' and
29942            'VTS'"
29943   parameters:
29944   - "throughput"
29945   - "parent"
29946   - "tags"
29947   layout:
29948     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
29949     layout: "plot-throughput-speedup-analysis"
29950
29951 -
29952   type: "plot"
29953   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29954   algorithm: "plot_throughput_speedup_analysis"
29955   output-file-type: ".html"
29956   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29957   data: "plot-throughput-speedup-analysis-3n-hsw"
29958   filter: "'NIC_Intel-X520-DA2' and
29959            '114B' and
29960            'NDRPDR' and
29961            'VTS'"
29962   parameters:
29963   - "throughput"
29964   - "parent"
29965   - "tags"
29966   layout:
29967     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29968     layout: "plot-throughput-speedup-analysis"