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
170     vpp-nic-comparison-3n-hsw:
171       # TODO: Add new data
172       csit-vpp-perf-verify-1901-3n-hsw:
173       - 10  # NDRPDR sel
174       - 18  # NDRPDR sel F
175       - 19  # NDRPDR sel
176       - 31  # NDRPDR sel
177       - 36  # NDRPDR sel
178
179     vpp-performance-changes-3n-skx:
180       csit-vpp-perf-verify-1807-3n-skx:
181       - 33  # NDRPDR sel
182       - 35  # NDRPDR sel
183       - 37  # NDRPDR sel
184       - 38  # NDRPDR sel
185       - 39  # NDRPDR sel
186       - 43  # NDRPDR sel
187       - 44  # NDRPDR sel
188       - 49  # NDRPDR sel
189       - 50  # NDRPDR sel
190       - 56  # NDRPDR sel
191       csit-vpp-perf-verify-1810-3n-skx:
192       - 10  # NDRPDR sel
193       - 14  # NDRPDR sel
194       - 15  # NDRPDR sel
195       - 16  # NDRPDR sel
196       - 17  # NDRPDR sel
197       - 19  # NDRPDR sel
198       - 20  # NDRPDR sel
199       - 21  # NDRPDR sel
200       - 22  # NDRPDR sel
201       - 25  # NDRPDR sel
202       # TODO Add new data:
203       csit-vpp-perf-verify-1901-3n-skx:
204       - 18  # NDRPDR sel
205       - 19  # NDRPDR sel
206       - 20  # NDRPDR sel
207       - 28  # NDRPDR sel
208       - 31  # NDRPDR sel
209       - 33  # NDRPDR sel
210       - 36  # NDRPDR sel
211       - 38  # NDRPDR sel
212
213     vpp-nic-comparison-3n-skx:
214       # TODO: Add new data
215       csit-vpp-perf-verify-1901-3n-skx:
216       - 18  # NDRPDR sel
217       - 19  # NDRPDR sel
218       - 20  # NDRPDR sel
219       - 28  # NDRPDR sel
220       - 31  # NDRPDR sel
221       - 33  # NDRPDR sel
222       - 36  # NDRPDR sel
223       - 38  # NDRPDR sel
224
225     vpp-performance-changes-2n-skx:
226       csit-vpp-perf-verify-1807-2n-skx:
227       - 26  # NDRPDR sel
228       - 28  # NDRPDR sel
229       - 29  # NDRPDR sel
230       - 30  # NDRPDR sel
231       - 34  # NDRPDR sel
232       - 35  # NDRPDR sel
233       - 36  # NDRPDR sel
234       - 39  # NDRPDR sel
235       - 40  # NDRPDR sel
236       - 42  # NDRPDR sel
237       csit-vpp-perf-verify-1810-2n-skx:
238       - 9   # NDRPDR sel
239       - 13  # NDRPDR sel
240       - 14  # NDRPDR sel
241       - 19  # NDRPDR sel
242       - 20  # NDRPDR sel
243       - 21  # NDRPDR sel
244       - 22  # NDRPDR sel
245       - 23  # NDRPDR sel
246       - 24  # NDRPDR sel
247       - 27  # NDRPDR sel
248       # TODO Add new data:
249       csit-vpp-perf-verify-1901-2n-skx:
250       - 5   # NDRPDR sel
251       - 10  # NDRPDR sel fails
252       - 12  # NDRPDR sel
253       - 13  # NDRPDR sel
254       - 16  # NDRPDR sel fails
255       - 21  # NDRPDR sel
256       - 23  # NDRPDR sel
257
258     vpp-nic-comparison-2n-skx:
259       # TODO: Add new data
260       csit-vpp-perf-verify-1901-2n-skx:
261       - 5   # NDRPDR sel
262       - 10  # NDRPDR sel fails
263       - 12  # NDRPDR sel
264       - 13  # NDRPDR sel
265       - 16  # NDRPDR sel fails
266       - 21  # NDRPDR sel
267       - 23  # NDRPDR sel
268
269     vpp-compare-testbeds:
270       # TODO: Add new data
271       csit-vpp-perf-verify-1901-3n-hsw:
272       - 10  # NDRPDR sel
273       - 18  # NDRPDR sel F
274       - 19  # NDRPDR sel
275       - 31  # NDRPDR sel
276       - 36  # NDRPDR sel
277       # TODO: Add new data
278       csit-vpp-perf-verify-1901-3n-skx:
279       - 18  # NDRPDR sel
280       - 19  # NDRPDR sel
281       - 20  # NDRPDR sel
282       - 28  # NDRPDR sel
283       - 31  # NDRPDR sel
284       - 33  # NDRPDR sel
285       - 36  # NDRPDR sel
286       - 38  # NDRPDR sel
287
288     vpp-compare-testbeds-mrr:
289       # TODO: Add new data
290       csit-vpp-perf-verify-1901-3n-hsw:
291       - 35  # MRR sel
292       # TODO: Add new data
293       csit-vpp-perf-verify-1901-3n-skx:
294       - 32  # MRR sel
295
296     vpp-compare-topologies:
297       # TODO: Add new data
298       csit-vpp-perf-verify-1901-3n-skx:
299       - 18  # NDRPDR sel
300       - 19  # NDRPDR sel
301       - 20  # NDRPDR sel
302       - 28  # NDRPDR sel
303       - 31  # NDRPDR sel
304       - 33  # NDRPDR sel
305       - 36  # NDRPDR sel
306       - 38  # NDRPDR sel
307       # TODO: Add new data
308       csit-vpp-perf-verify-1901-2n-skx:
309       - 5   # NDRPDR sel
310       - 10  # NDRPDR sel fails
311       - 12  # NDRPDR sel
312       - 13  # NDRPDR sel
313       - 16  # NDRPDR sel fails
314       - 21  # NDRPDR sel
315       - 23  # NDRPDR sel
316
317     vpp-compare-topologies-mrr:
318       # TODO: Add new data
319       csit-vpp-perf-verify-1901-3n-skx:
320       - 32  # MRR sel
321       # TODO: Add new data
322       csit-vpp-perf-verify-1901-2n-skx:
323       - 22  # MRR sel
324
325     vpp-performance-changes-3n-hsw-mrr:
326       csit-vpp-perf-verify-1807-3n-hsw:
327       - 8   # MRR full
328       - 9   # MRR sel
329       - 21  # MRR sel
330       - 31  # MRR sel
331       - 33  # MRR sel
332       - 36  # MRR sel
333       - 41  # MRR sel
334       - 42  # MRR sel
335       - 48  # MRR sel
336       csit-vpp-perf-verify-1810-3n-hsw:
337       - 9   # MRR sel
338       # TODO: Add new data
339       csit-vpp-perf-verify-1901-3n-hsw:
340       - 35  # MRR sel
341
342     vpp-nic-comparison-3n-hsw-mrr:
343       # TODO: Add new data
344       csit-vpp-perf-verify-1901-3n-hsw:
345       - 35  # MRR sel
346
347     vpp-performance-changes-3n-skx-mrr:
348       csit-vpp-perf-verify-1807-3n-skx:
349       - 28  # MRR sel
350       - 32  # MRR sel
351       - 36  # MRR sel
352       - 42  # MRR sel
353       - 47  # MRR sel
354       - 48  # MRR sel
355       - 51  # MRR sel
356       - 52  # MRR sel
357       - 53  # MRR sel
358       - 54  # MRR sel
359       csit-vpp-perf-verify-1810-3n-skx:
360       - 9   # MRR sel
361       - 11  # MRR sel
362       - 12  # MRR sel
363       - 13  # MRR sel
364       # TODO: Add new data
365       csit-vpp-perf-verify-1901-3n-skx:
366       - 32  # MRR sel
367
368     vpp-nic-comparison-3n-skx-mrr:
369       # TODO: Replace with new data
370       csit-vpp-perf-verify-1901-3n-skx:
371       - 32  # MRR sel
372
373     vpp-performance-changes-2n-skx-mrr:
374       csit-vpp-perf-verify-1807-2n-skx:
375       - 31  # MRR sel
376       - 33  # MRR sel
377       - 37  # MRR sel
378       - 38  # MRR sel
379       - 41  # MRR sel
380       - 43  # MRR sel
381       - 44  # MRR sel
382       - 45  # MRR sel
383       - 46  # MRR sel
384       - 47  # MRR sel
385       csit-vpp-perf-verify-1810-2n-skx:
386       - 8   # MRR sel
387       - 10  # MRR sel
388       - 11  # MRR sel
389       - 12  # MRR sel
390       # TODO: Add new data
391       csit-vpp-perf-verify-1901-2n-skx:
392       - 22  # MRR sel
393
394     vpp-nic-comparison-2n-skx-mrr:
395       # TODO: Add new data
396       csit-vpp-perf-verify-1901-2n-skx:
397       - 22  # MRR sel
398
399     vpp-perf-results-3n-hsw:
400       # TODO: Replace with FULL data
401       csit-vpp-perf-verify-1901-3n-hsw:
402       - 19  # NDRPDR sel
403
404     vpp-perf-results-3n-skx:
405       # TODO: Add FULL data
406       csit-vpp-perf-verify-1901-3n-skx:
407       - 37  # NDRPDR full
408       - 39  # NDRPDR full
409
410     vpp-perf-results-2n-skx:
411       # TODO: Add FULL data
412       csit-vpp-perf-verify-1901-2n-skx:
413       - 25  # NDRPDR full
414       - 30  # NDRPDR full
415
416     vpp-mrr-results-3n-hsw:
417       # TODO: Replace with FULL data
418       csit-vpp-perf-verify-1901-3n-hsw:
419       - 35  # MRR sel
420
421     vpp-mrr-results-3n-skx:
422       # TODO: Replace with FULL data
423       csit-vpp-perf-verify-1901-3n-skx:
424       - 32  # MRR sel
425
426     vpp-mrr-results-2n-skx:
427       # TODO: Replace with FULL data
428       csit-vpp-perf-verify-1901-2n-skx:
429       - 22  # MRR sel
430
431     plot-throughput-speedup-analysis-3n-hsw:
432       # TODO: Add new data
433       csit-vpp-perf-verify-1901-3n-hsw:
434       - 10  # NDRPDR sel
435       - 18  # NDRPDR sel F
436       - 19  # NDRPDR sel
437       - 31  # NDRPDR sel
438       - 36  # NDRPDR sel
439
440     plot-throughput-speedup-analysis-3n-skx:
441       # TODO: Add new data
442       csit-vpp-perf-verify-1901-3n-skx:
443       - 18  # NDRPDR sel
444       - 19  # NDRPDR sel
445       - 20  # NDRPDR sel
446       - 28  # NDRPDR sel
447       - 31  # NDRPDR sel
448       - 33  # NDRPDR sel
449       - 36  # NDRPDR sel
450       - 38  # NDRPDR sel
451
452     plot-throughput-speedup-analysis-2n-skx:
453       # TODO: Add new data
454       csit-vpp-perf-verify-1901-2n-skx:
455       - 5   # NDRPDR sel
456       - 10  # NDRPDR sel fails
457       - 12  # NDRPDR sel
458       - 13  # NDRPDR sel
459       - 16  # NDRPDR sel fails
460       - 21  # NDRPDR sel
461       - 23  # NDRPDR sel
462
463     plot-vpp-throughput-latency-3n-hsw:
464       # TODO: Add new data
465       csit-vpp-perf-verify-1901-3n-hsw:
466       - 10  # NDRPDR sel
467       - 18  # NDRPDR sel F
468       - 19  # NDRPDR sel
469       - 31  # NDRPDR sel
470       - 36  # NDRPDR sel
471
472     plot-vpp-soak-2n-skx:
473       # TODO: Replace with new data
474       # csit-vpp-perf-verify-1901-2n-skx:
475       csit-vpp-perf-verify-master-2n-skx:
476       - 248  # SOAK sel
477       - 251  # SOAK sel
478
479     plot-vpp-nfv-2n-skx:
480       # TODO: Add new data
481       csit-vpp-perf-verify-1901-2n-skx:
482       - 28  # NFV NDRPDR
483       - 29  # NFV NDRPDR
484       # - 32  # NFV NDRPDR
485
486     plot-vpp-nfv-2n-skx-mrr:
487       # TODO: Add new data
488       csit-vpp-perf-verify-1901-2n-skx:
489       - 24  # NFV MRR
490       - 26  # NFV MRR
491       - 27  # NFV MRR
492
493     plot-vpp-throughput-latency-3n-skx:
494       # TODO: Add new data
495       csit-vpp-perf-verify-1901-3n-skx:
496       - 18  # NDRPDR sel
497       - 19  # NDRPDR sel
498       - 20  # NDRPDR sel
499       - 28  # NDRPDR sel
500       - 31  # NDRPDR sel
501       - 33  # NDRPDR sel
502       - 36  # NDRPDR sel
503       - 38  # NDRPDR sel
504
505     plot-vpp-throughput-latency-2n-skx:
506       # TODO: Add new data
507       csit-vpp-perf-verify-1901-2n-skx:
508       - 5   # NDRPDR sel
509       - 10  # NDRPDR sel fails
510       - 12  # NDRPDR sel
511       - 13  # NDRPDR sel
512       - 16  # NDRPDR sel fails
513       - 21  # NDRPDR sel
514       - 23  # NDRPDR sel
515
516     plot-vpp-http-server-performance:
517       # TODO: Replace with new data
518       # csit-vpp-perf-verify-1901-3n-hsw:
519       csit-vpp-perf-verify-1810-3n-hsw:
520       - 28  # WRK
521       - 29  # WRK
522       - 30  # WRK
523       - 31  # WRK
524       - 32  # WRK
525       - 33  # WRK
526       - 34  # WRK
527       - 35  # WRK
528       - 36  # WRK
529       - 37  # WRK
530
531     # VPP Functional
532     vpp-func-results-ubuntu:
533       csit-vpp-functional-1901-ubuntu1604-virl:
534       - 48
535
536     vpp-func-results-centos:
537       csit-vpp-functional-1901-centos7-virl:
538       - 50
539
540     vpp-device-results-ubuntu:
541       csit-vpp-device-1901-ubuntu1804-1n-skx:
542       - 49
543
544     # VPP Ligato
545     ligato-perf-results-3n-hsw:
546       # TODO: Replace with new data
547       # csit-ligato-perf-verify-1901-3n-hsw:
548       csit-ligato-perf-verify-1810-3n-hsw:
549       - 5   # full
550
551     plot-ligato-throughput-speedup-analysis-3n-hsw:
552       # TODO: Replace with new data
553       # csit-ligato-perf-verify-1901-3n-hsw:
554       csit-ligato-perf-verify-1810-3n-hsw:
555       - 5   # full
556       - 6   # sel
557       - 8   # sel
558       - 9   # sel
559       - 11  # sel
560       - 12  # sel
561       - 13  # sel
562       - 14  # sel
563       - 16  # sel
564       - 17  # sel
565       - 18  # sel
566
567     plot-ligato-throughput-latency-3n-hsw:
568       # TODO: Replace with new data
569       # csit-ligato-perf-verify-1901-3n-hsw:
570       csit-ligato-perf-verify-1810-3n-hsw:
571       - 5   # full
572       - 6   # sel
573       - 8   # sel
574       - 9   # sel
575       - 11  # sel
576       - 12  # sel
577       - 13  # sel
578       - 14  # sel
579       - 16  # sel
580       - 17  # sel
581       - 18  # sel
582
583     # DPDK Performance
584     dpdk-performance-changes-3n-hsw:
585       csit-dpdk-perf-verify-1807-3n-hsw:
586       - 11
587       - 12  # full
588       - 14
589       - 15
590       - 16
591       - 17
592       - 20
593       - 21
594       - 22
595       - 23
596       csit-dpdk-perf-verify-1810-3n-hsw:
597       - 1   # NDRPDR sel
598       - 2   # NDRPDR sel
599       - 3   # NDRPDR sel
600       - 4   # NDRPDR sel
601       - 5   # NDRPDR sel
602       - 6   # NDRPDR sel
603       - 7   # NDRPDR sel
604       - 8   # NDRPDR sel
605       - 9   # NDRPDR sel
606       - 10  # NDRPDR sel
607       # TODO: Add new data
608       csit-dpdk-perf-verify-1901-3n-hsw:
609       - 3   # NDRPDR sel
610       - 4   # NDRPDR sel
611       - 5   # NDRPDR sel
612       - 6   # NDRPDR sel
613       - 7   # NDRPDR sel
614       - 8   # NDRPDR sel
615       - 9   # NDRPDR sel
616       - 10  # NDRPDR sel
617       - 11  # NDRPDR sel
618
619     dpdk-performance-changes-3n-skx:
620       csit-dpdk-perf-verify-1807-3n-skx:
621       - 1   # NDRPDR sel
622       - 2   # NDRPDR sel
623       - 3   # NDRPDR sel
624       - 6   # NDRPDR sel
625       - 7   # NDRPDR sel
626       - 8   # NDRPDR sel
627       - 9   # NDRPDR sel
628       - 10  # NDRPDR sel
629       - 11  # NDRPDR sel
630       - 12  # NDRPDR sel
631       csit-dpdk-perf-verify-1810-3n-skx:
632       - 3   # NDRPDR sel
633       - 4   # NDRPDR sel
634       - 6   # NDRPDR sel
635       - 7   # NDRPDR sel
636       - 8   # NDRPDR sel
637       - 9   # NDRPDR sel
638       - 10  # NDRPDR sel
639       - 11  # NDRPDR sel
640       - 12  # NDRPDR sel
641       - 13  # NDRPDR sel
642       # TODO: Add new data
643       csit-dpdk-perf-verify-1901-3n-skx:
644       - 1   # NDRPDR sel F
645       - 2   # NDRPDR sel F
646
647     dpdk-compare-testbeds:
648       # TODO: Replace with new data
649       csit-dpdk-perf-verify-1901-3n-skx:
650       - 1   # NDRPDR sel F
651       - 2   # NDRPDR sel F
652       # TODO: Add new data
653       csit-dpdk-perf-verify-1901-3n-hsw:
654       - 3   # NDRPDR sel
655       - 4   # NDRPDR sel
656       - 5   # NDRPDR sel
657       - 6   # NDRPDR sel
658       - 7   # NDRPDR sel
659       - 8   # NDRPDR sel
660       - 9   # NDRPDR sel
661       - 10  # NDRPDR sel
662       - 11  # NDRPDR sel
663
664     dpdk-compare-topologies:
665       # TODO: Replace with new data
666       csit-dpdk-perf-verify-1901-3n-skx:
667       - 1   # NDRPDR sel F
668       - 2   # NDRPDR sel F
669       # TODO: Add new data
670       csit-dpdk-perf-verify-1901-2n-skx:
671       - 2   # NDRPDR sel
672       - 3   # NDRPDR sel
673       - 4   # NDRPDR sel
674       - 5   # NDRPDR sel
675       - 6   # NDRPDR sel
676       - 7   # NDRPDR sel
677       - 8   # NDRPDR sel
678       - 9   # NDRPDR sel
679       - 10  # NDRPDR sel
680       - 11  # NDRPDR sel
681
682     dpdk-perf-results-3n-hsw:
683       # TODO: Replace with FULL data
684       csit-dpdk-perf-verify-1901-3n-hsw:
685       - 6   # NDRPDR sel
686
687     dpdk-perf-results-3n-skx:
688       # TODO: Replace with new data
689       csit-dpdk-perf-verify-1901-3n-skx:
690       - 2   # NDRPDR sel F
691
692     dpdk-perf-results-2n-skx:
693       # TODO: Replace with FULL data
694       csit-dpdk-perf-verify-1901-2n-skx:
695       - 2   # NDRPDR sel
696
697     plot-dpdk-throughput-latency-3n-hsw:
698       # TODO: Replace with new data
699       csit-dpdk-perf-verify-1901-3n-hsw:
700       - 3   # NDRPDR sel
701       - 4   # NDRPDR sel
702       - 5   # NDRPDR sel
703       - 6   # NDRPDR sel
704       - 7   # NDRPDR sel
705       - 8   # NDRPDR sel
706       - 9   # NDRPDR sel
707       - 10  # NDRPDR sel
708       - 11  # NDRPDR sel
709
710     plot-dpdk-throughput-latency-3n-skx:
711       # TODO: Replace with new data
712       csit-dpdk-perf-verify-1901-3n-skx:
713       - 1   # NDRPDR sel F
714       - 2   # NDRPDR sel F
715
716     plot-dpdk-throughput-latency-2n-skx:
717       # TODO: Add new data
718       csit-dpdk-perf-verify-1901-2n-skx:
719       - 2   # NDRPDR sel
720       - 3   # NDRPDR sel
721       - 4   # NDRPDR sel
722       - 5   # NDRPDR sel
723       - 6   # NDRPDR sel
724       - 7   # NDRPDR sel
725       - 8   # NDRPDR sel
726       - 9   # NDRPDR sel
727       - 10  # NDRPDR sel
728       - 11  # NDRPDR sel
729
730     # HoneyComb Functional
731     hc-func-results:
732       csit-hc2vpp-verify-func-1901-ubuntu1604:
733       - 3
734
735     # NSH SFC Functional
736     nsh-func-results:
737       # TODO: Replace with new data
738       # csit-nsh_sfc-verify-func-1901-ubuntu1604-virl:
739       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
740       - 1
741
742     # DMM Functional
743     dmm-func-results:
744       # TODO: Replace with new data
745       # csit-dmm-functional-1901-ubuntu1604-virl:
746       csit-dmm-functional-1810-ubuntu1604-virl:
747       - 1
748
749   plot-layouts:
750
751     plot-soak-throughput:
752       titlefont:
753         size: 18
754       xaxis:
755         title: "<b>Test Cases [Index]</b>"
756         titlefont:
757           size: 16
758         autorange: True
759         fixedrange: False
760         gridcolor: "rgb(230, 230, 230)"
761         linecolor: "rgb(220, 220, 220)"
762         linewidth: 1
763         showgrid: True
764         showline: True
765         showticklabels: True
766         tickcolor: "rgb(220, 220, 220)"
767         tickmode: "linear"
768         tickfont:
769           size: 16
770         zeroline: False
771       yaxis:
772         title: "<b>Packet Throughput [Mpps]</b>"
773         titlefont:
774           size: 16
775         gridcolor: "rgb(230, 230, 230)"
776         hoverformat: ".4s"
777         tickformat: ".3s"
778         linecolor: "rgb(220, 220, 220)"
779         linewidth: 1
780         showgrid: True
781         showline: True
782         showticklabels: True
783         tickcolor: "rgb(220, 220, 220)"
784         tickfont:
785           size: 16
786         zeroline: False
787         range: [0,50]
788       autosize: False
789       margin:
790         t: 50
791         b: 0
792         l: 80
793         r: 20
794       showlegend: True
795       legend:
796         orientation: "h"
797         font:
798           size: 16
799       width: 700
800       height: 900
801
802     plot-service-density:
803       titlefont:
804         size: 18
805       xaxis:
806         side: "top"
807         autorange: True
808         fixedrange: False
809         showgrid: False
810         showline: False
811         showticklabels: False
812         ticks: ""
813         ticklen: 0
814         tickwidth: 0
815         zeroline: False
816       yaxis:
817         autorange: "reversed"
818         showgrid: False
819         showline: False
820         showticklabels: False
821         ticks: ""
822         ticklen: 0
823         tickwidth: 0
824         zeroline: False
825       autosize: True
826       showlegend: False
827       width: 700
828       height: 700
829
830     plot-cps:
831       titlefont:
832         size: 18
833       xaxis:
834         title: "<b>Test Cases [Index]</b>"
835         titlefont:
836           size: 16
837         autorange: True
838         fixedrange: False
839         gridcolor: "rgb(230, 230, 230)"
840         linecolor: "rgb(220, 220, 220)"
841         linewidth: 1
842         showgrid: True
843         showline: True
844         showticklabels: True
845         tickcolor: "rgb(220, 220, 220)"
846         tickmode: "linear"
847         tickfont:
848           size: 16
849         zeroline: False
850       yaxis:
851         title: "<b>Connections Per Second [cps]</b>"
852         titlefont:
853           size: 16
854         gridcolor: "rgb(230, 230, 230)"
855         hoverformat: ".4s"
856         linecolor: "rgb(220, 220, 220)"
857         linewidth: 1
858         rangemode: "tozero"
859         showgrid: True
860         showline: True
861         showticklabels: True
862         tickcolor: "rgb(220, 220, 220)"
863         tickformat: ".3s"
864         tickfont:
865           size: 16
866         zeroline: False
867       boxmode: "group"
868       boxgroupgap: 0.5
869       autosize: False
870       margin:
871         t: 50
872         b: 20
873         l: 80
874         r: 20
875       showlegend: True
876       legend:
877         orientation: "h"
878         font:
879           size: 16
880       width: 700
881       height: 800
882
883     plot-rps:
884       titlefont:
885         size: 18
886       xaxis:
887         title: "<b>Test Cases [Index]</b>"
888         titlefont:
889           size: 16
890         autorange: True
891         fixedrange: False
892         gridcolor: "rgb(230, 230, 230)"
893         linecolor: "rgb(220, 220, 220)"
894         linewidth: 1
895         showgrid: True
896         showline: True
897         showticklabels: True
898         tickcolor: "rgb(220, 220, 220)"
899         tickmode: "linear"
900         tickfont:
901           size: 16
902         zeroline: False
903       yaxis:
904         title: "<b>Requests Per Second [rps]</b>"
905         titlefont:
906           size: 16
907         gridcolor: "rgb(230, 230, 230)"
908         hoverformat: ".4s"
909         linecolor: "rgb(220, 220, 220)"
910         linewidth: 1
911         rangemode: "tozero"
912         showgrid: True
913         showline: True
914         showticklabels: True
915         tickcolor: "rgb(230, 230, 230)"
916         tickformat: ".3s"
917         tickfont:
918           size: 16
919         zeroline: False
920       boxmode: "group"
921       boxgroupgap: 0.5
922       autosize: False
923       margin:
924         t: 50
925         b: 20
926         l: 80
927         r: 20
928       showlegend: True
929       legend:
930         orientation: "h"
931         font:
932           size: 16
933       width: 700
934       height: 800
935
936     plot-throughput:
937       titlefont:
938         size: 18
939       xaxis:
940         title: "<b>Test Cases [Index]</b>"
941         titlefont:
942           size: 16
943         autorange: True
944         fixedrange: False
945         gridcolor: "rgb(230, 230, 230)"
946         linecolor: "rgb(220, 220, 220)"
947         linewidth: 1
948         showgrid: True
949         showline: True
950         showticklabels: True
951         tickcolor: "rgb(220, 220, 220)"
952         tickmode: "linear"
953         tickfont:
954           size: 16
955         zeroline: False
956       yaxis:
957         title: "<b>Packet Throughput [Mpps]</b>"
958         titlefont:
959           size: 16
960         gridcolor: "rgb(230, 230, 230)"
961         hoverformat: ".4s"
962         tickformat: ".3s"
963         linecolor: "rgb(220, 220, 220)"
964         linewidth: 1
965         showgrid: True
966         showline: True
967         showticklabels: True
968         tickcolor: "rgb(220, 220, 220)"
969         tickfont:
970           size: 16
971         zeroline: False
972         range: [0,50]
973       boxmode: "group"
974       boxgroupgap: 0.5
975       autosize: False
976       margin:
977         t: 50
978         b: 0
979         l: 80
980         r: 20
981       showlegend: True
982       legend:
983         orientation: "h"
984         font:
985           size: 16
986       width: 700
987       height: 900
988
989     plot-throughput-speedup-analysis:
990       titlefont:
991         size: 18
992       xaxis:
993         title: "<b>Number of Cores [Qty]</b>"
994         titlefont:
995           size: 16
996         autorange: True
997         fixedrange: False
998         gridcolor: "rgb(230, 230, 230)"
999         linecolor: "rgb(220, 220, 220)"
1000         linewidth: 1
1001         showgrid: True
1002         showline: True
1003         showticklabels: True
1004         tickcolor: "rgb(238, 238, 238)"
1005         tickmode: "linear"
1006         tickfont:
1007           size: 16
1008         zeroline: False
1009       yaxis:
1010         title: "<b>Packet Throughput [Mpps]</b>"
1011         titlefont:
1012           size: 16
1013         type: "linear"
1014         gridcolor: "rgb(230, 230, 230)"
1015         hoverformat: ".4s"
1016         linecolor: "rgb(220, 220, 220)"
1017         linewidth: 1
1018         showgrid: True
1019         showline: True
1020         showticklabels: True
1021         tickcolor: "rgb(220, 220, 220)"
1022         tickformat: ".4s"
1023         tickfont:
1024           size: 16
1025         zeroline: True
1026         rangemode: "tozero"
1027         range: [0,100]
1028       legend:
1029         orientation: "h"
1030         font:
1031           size: 16
1032         xanchor: "left"
1033         yanchor: "top"
1034         x: 0
1035         y: -0.2
1036         bgcolor: "rgba(255, 255, 255, 0)"
1037         bordercolor: "rgba(255, 255, 255, 0)"
1038         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1039       autosize: False
1040       margin:
1041           't': 50
1042           'b': 150
1043           'l': 85
1044           'r': 10
1045       showlegend: True
1046       width: 700
1047       height: 700
1048       hoverlabel:
1049         namelength: -1
1050       annotations: [
1051         {
1052           text: "_ _          __          ...",
1053           align: "left",
1054           showarrow: False,
1055           xref: "paper",
1056           yref: "paper",
1057           xanchor: "left",
1058           yanchor: "top",
1059           x: 0,
1060           y: -0.13,
1061           font: {
1062             family: "Consolas, Courier New",
1063             size: 15
1064           },
1065         },
1066         {
1067           text: "    Perfect     Measured     Limit",
1068           align: "left",
1069           showarrow: False,
1070           xref: "paper",
1071           yref: "paper",
1072           xanchor: "left",
1073           yanchor: "top",
1074           x: 0,
1075           y: -0.15,
1076           font: {
1077             family: "Consolas, Courier New",
1078             size: 15
1079           },
1080         },
1081       ]
1082
1083     plot-latency:
1084       titlefont:
1085         size: 18
1086       xaxis:
1087         title: "<b>Direction</b>"
1088         titlefont:
1089           size: 16
1090         autorange: True
1091         fixedrange: False
1092         gridcolor: "rgb(230, 230, 230)"
1093         linecolor: "rgb(220, 220, 220)"
1094         linewidth: 1
1095         showgrid: True
1096         showline: True
1097         showticklabels: False
1098         tickcolor: "rgb(220, 220, 220)"
1099         tickmode: "linear"
1100         tickfont:
1101           size: 16
1102         zeroline: False
1103       yaxis:
1104         title: "<b>Packet Latency [uSec]</b>"
1105         titlefont:
1106           size: 16
1107         type: "linear"
1108         gridcolor: "rgb(230, 230, 230)"
1109         hoverformat: ".4s"
1110         linecolor: "rgb(220, 220, 220)"
1111         linewidth: 1
1112         showgrid: True
1113         showline: True
1114         showticklabels: True
1115         tickcolor: "rgb(220, 220, 220)"
1116         tickformat: ".4s"
1117         tickfont:
1118           size: 16
1119         zeroline: True
1120         rangemode: "tozero"
1121       legend:
1122         orientation: "h"
1123         font:
1124           size: 16
1125         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1126       autosize: False
1127       margin:
1128           't': 50
1129           'b': 150
1130           'l': 80
1131           'r': 10
1132       showlegend: True
1133       width: 700
1134       height: 700
1135       hoverlabel:
1136         namelength: -1
1137
1138 -
1139   type: "static"
1140   src-path: "{DIR[RST]}"
1141   dst-path: "{DIR[WORKING,SRC]}"
1142
1143 -
1144   type: "input"
1145   general:
1146     file-name: "robot-plugin.zip"
1147     file-format: ".zip"
1148     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1149     extract: "robot-plugin/output.xml"
1150
1151   builds:
1152
1153     intel-dnv-vpp-release-1810:
1154     - 1
1155
1156     csit-vpp-perf-verify-1807-3n-hsw:
1157     - 8   # MRR full
1158     - 9   # MRR sel
1159     - 21  # MRR sel
1160     - 31  # MRR sel
1161     - 33  # MRR sel
1162     - 36  # MRR sel
1163     - 41  # MRR sel
1164     - 42  # MRR sel
1165     - 48  # MRR sel
1166     - 11  # NDRPDR full 1
1167     - 22  # NDRPDR full 2
1168     - 45  # NDRPDR full 3
1169     - 46  # NDRPDR full 4
1170     - 15  # NDRPDR sel
1171     - 16  # NDRPDR sel
1172     - 19  # NDRPDR sel
1173     - 18  # NDRPDR sel
1174     - 20  # NDRPDR sel
1175     - 38  # NDRPDR sel
1176     - 40  # NDRPDR sel
1177     - 44  # NDRPDR sel
1178     - 47  # NDRPDR sel
1179     - 24  # WRK
1180     - 25  # WRK
1181     - 23  # WRK
1182     - 26  # WRK
1183     - 27  # WRK
1184     - 28  # WRK
1185     - 29  # WRK
1186     - 30  # WRK
1187     - 32  # WRK
1188     - 35  # WRK
1189     csit-vpp-perf-verify-1810-3n-hsw:
1190     - 9   # MRR sel
1191     - 20  # NDRPDR full
1192     - 21  # NDRPDR full
1193     - 22  # NDRPDR full
1194     - 27  # NDRPDR full
1195     - 8   # NDRPDR sel
1196     - 12  # NDRPDR sel
1197     - 14  # NDRPDR sel
1198     - 18  # NDRPDR sel
1199     - 23  # NDRPDR sel
1200     - 25  # NDRPDR sel
1201     - 38  # NDRPDR sel
1202     - 39  # NDRPDR sel
1203     - 41  # NDRPDR sel
1204     - 42  # NDRPDR sel
1205     - 28  # WRK
1206     - 29  # WRK
1207     - 30  # WRK
1208     - 31  # WRK
1209     - 32  # WRK
1210     - 33  # WRK
1211     - 34  # WRK
1212     - 35  # WRK
1213     - 36  # WRK
1214     - 37  # WRK
1215     csit-vpp-perf-verify-1901-3n-hsw:
1216     - 35  # MRR sel
1217     - 10  # NDRPDR sel
1218     - 18  # NDRPDR sel F
1219     - 19  # NDRPDR sel
1220     - 31  # NDRPDR sel
1221     - 36  # NDRPDR sel
1222     csit-vpp-perf-verify-1807-3n-skx:
1223     - 31  # MRR full
1224     - 28  # MRR sel
1225     - 32  # MRR sel
1226     - 36  # MRR sel
1227     - 42  # MRR sel
1228     - 47  # MRR sel
1229     - 48  # MRR sel
1230     - 51  # MRR sel
1231     - 52  # MRR sel
1232     - 53  # MRR sel
1233     - 54  # MRR sel
1234     - 40  # NDRPDR full 1
1235     - 41  # NDRPDR full 2
1236     - 33  # NDRPDR sel
1237     - 35  # NDRPDR sel
1238     - 37  # NDRPDR sel
1239     - 38  # NDRPDR sel
1240     - 39  # NDRPDR sel
1241     - 43  # NDRPDR sel
1242     - 44  # NDRPDR sel
1243     - 49  # NDRPDR sel
1244     - 50  # NDRPDR sel
1245     - 56  # NDRPDR sel
1246     csit-vpp-perf-verify-1810-3n-skx:
1247     - 9   # MRR sel
1248     - 11  # MRR sel
1249     - 12  # MRR sel
1250     - 13  # MRR sel
1251     - 23  # NDRPDR full
1252     - 24  # NDRPDR full
1253     - 10  # NDRPDR sel
1254     - 14  # NDRPDR sel
1255     - 15  # NDRPDR sel
1256     - 16  # NDRPDR sel
1257     - 17  # NDRPDR sel
1258     - 19  # NDRPDR sel
1259     - 20  # NDRPDR sel
1260     - 21  # NDRPDR sel
1261     - 22  # NDRPDR sel
1262     - 25  # NDRPDR sel
1263     csit-vpp-perf-verify-1901-3n-skx:
1264     - 32  # MRR sel
1265     - 37  # NDRPDR full
1266     - 39  # NDRPDR full
1267     - 18  # NDRPDR sel
1268     - 19  # NDRPDR sel
1269     - 20  # NDRPDR sel
1270     - 28  # NDRPDR sel
1271     - 31  # NDRPDR sel
1272     - 33  # NDRPDR sel
1273     - 36  # NDRPDR sel
1274     - 38  # NDRPDR sel
1275     csit-vpp-perf-verify-1807-2n-skx:
1276     - 27  # MRR full
1277     - 31  # MRR sel
1278     - 33  # MRR sel
1279     - 37  # MRR sel
1280     - 38  # MRR sel
1281     - 41  # MRR sel
1282     - 43  # MRR sel
1283     - 44  # MRR sel
1284     - 45  # MRR sel
1285     - 46  # MRR sel
1286     - 47  # MRR sel
1287     - 32  # NDRPDR full
1288     - 26  # NDRPDR sel
1289     - 28  # NDRPDR sel
1290     - 29  # NDRPDR sel
1291     - 30  # NDRPDR sel
1292     - 34  # NDRPDR sel
1293     - 35  # NDRPDR sel
1294     - 36  # NDRPDR sel
1295     - 39  # NDRPDR sel
1296     - 40  # NDRPDR sel
1297     - 42  # NDRPDR sel
1298     csit-vpp-perf-verify-1810-2n-skx:
1299     - 8   # MRR sel
1300     - 10  # MRR sel
1301     - 11  # MRR sel
1302     - 12  # MRR sel
1303     - 25  # NDRPDR full
1304     - 26  # NDRPDR full
1305     - 9   # NDRPDR sel
1306     - 13  # NDRPDR sel
1307     - 14  # NDRPDR sel
1308     - 19  # NDRPDR sel
1309     - 20  # NDRPDR sel
1310     - 21  # NDRPDR sel
1311     - 22  # NDRPDR sel
1312     - 23  # NDRPDR sel
1313     - 24  # NDRPDR sel
1314     - 27  # NDRPDR sel
1315     csit-vpp-perf-verify-1901-2n-skx:
1316     - 22  # MRR sel
1317     - 25  # NDRPDR full
1318     - 30  # NDRPDR full
1319     - 5   # NDRPDR sel
1320     - 10  # NDRPDR sel fails
1321     - 12  # NDRPDR sel
1322     - 13  # NDRPDR sel
1323     - 16  # NDRPDR sel fails
1324     - 21  # NDRPDR sel
1325     - 23  # NDRPDR sel
1326     - 24  # NFV MRR
1327     - 26  # NFV MRR
1328     - 27  # NFV MRR
1329     - 28  # NFV NDRPDR
1330     - 29  # NFV NDRPDR
1331     # - 32  # NFV NDRPDR
1332     csit-vpp-perf-verify-master-2n-skx:
1333     - 248  # SOAK sel
1334     - 251  # SOAK sel
1335     csit-ligato-perf-verify-1810-3n-hsw:
1336     - 5   # full
1337     - 6   # sel
1338     - 8   # sel
1339     - 9   # sel
1340     - 11  # sel
1341     - 12  # sel
1342     - 13  # sel
1343     - 14  # sel
1344     - 16  # sel
1345     - 17  # sel
1346     - 18  # sel
1347     # TODO: Add new data
1348     # csit-ligato-perf-verify-1901-3n-hsw:
1349     csit-dpdk-perf-verify-1807-3n-hsw:
1350     - 11
1351     - 12  # full
1352     - 14
1353     - 15
1354     - 16
1355     - 17
1356     - 20
1357     - 21
1358     - 22
1359     - 23
1360     csit-dpdk-perf-verify-1810-3n-hsw:
1361     - 1   # NDRPDR sel
1362     - 2   # NDRPDR sel
1363     - 3   # NDRPDR sel
1364     - 4   # NDRPDR sel
1365     - 5   # NDRPDR sel
1366     - 6   # NDRPDR sel
1367     - 7   # NDRPDR sel
1368     - 8   # NDRPDR sel
1369     - 9   # NDRPDR sel
1370     - 10  # NDRPDR sel
1371     csit-dpdk-perf-verify-1901-3n-hsw:
1372     - 3   # NDRPDR sel
1373     - 4   # NDRPDR sel
1374     - 5   # NDRPDR sel
1375     - 6   # NDRPDR sel
1376     - 7   # NDRPDR sel
1377     - 8   # NDRPDR sel
1378     - 9   # NDRPDR sel
1379     - 10  # NDRPDR sel
1380     - 11  # NDRPDR sel
1381     csit-dpdk-perf-verify-1807-3n-skx:
1382     - 1   # NDRPDR sel
1383     - 2   # NDRPDR sel
1384     - 3   # NDRPDR sel
1385     - 6   # NDRPDR sel
1386     - 7   # NDRPDR sel
1387     - 8   # NDRPDR sel
1388     - 9   # NDRPDR sel
1389     - 10  # NDRPDR sel
1390     - 11  # NDRPDR sel
1391     - 12  # NDRPDR sel
1392     csit-dpdk-perf-verify-1810-3n-skx:
1393     - 3   # NDRPDR sel
1394     - 4   # NDRPDR sel
1395     - 6   # NDRPDR sel
1396     - 7   # NDRPDR sel
1397     - 8   # NDRPDR sel
1398     - 9   # NDRPDR sel
1399     - 10  # NDRPDR sel
1400     - 11  # NDRPDR sel
1401     - 12  # NDRPDR sel
1402     - 13  # NDRPDR sel
1403     csit-dpdk-perf-verify-1901-3n-skx:
1404     - 1   # NDRPDR sel
1405     - 2   # NDRPDR sel
1406 #    csit-dpdk-perf-verify-1810-2n-skx:
1407 #    - 3   # NDRPDR sel
1408 #    - 4   # NDRPDR sel
1409 #    - 5   # NDRPDR sel
1410 #    - 7   # NDRPDR sel
1411 #    - 8   # NDRPDR sel
1412 #    - 9   # NDRPDR sel
1413 #    - 10  # NDRPDR sel
1414 #    - 11  # NDRPDR sel
1415 #    - 12  # NDRPDR sel
1416 #    - 13  # NDRPDR sel
1417     csit-dpdk-perf-verify-1901-2n-skx:
1418     - 2   # NDRPDR sel
1419     - 3   # NDRPDR sel
1420     - 4   # NDRPDR sel
1421     - 5   # NDRPDR sel
1422     - 6   # NDRPDR sel
1423     - 7   # NDRPDR sel
1424     - 8   # NDRPDR sel
1425     - 9   # NDRPDR sel
1426     - 10  # NDRPDR sel
1427     - 11  # NDRPDR sel
1428     csit-vpp-functional-1901-ubuntu1604-virl:
1429     - 48
1430     csit-vpp-functional-1901-centos7-virl:
1431     - 50
1432     csit-vpp-device-1901-ubuntu1804-1n-skx:
1433     - 49
1434     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1435     - 1
1436     csit-dmm-functional-1810-ubuntu1604-virl:
1437     - 1
1438     csit-hc2vpp-verify-func-1901-ubuntu1604:
1439     - 3
1440
1441 -
1442   type: "output"
1443   output: "report"
1444   format:
1445     html:
1446     - full
1447 #    pdf:
1448 #    - minimal
1449
1450 ################################################################################
1451 ###                               T A B L E S                                ###
1452 ################################################################################
1453
1454
1455 # VPP Compare NICs 3n-hsw 1t1c ndr
1456 -
1457   type: "table"
1458   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1459   algorithm: "table_nics_comparison"
1460   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1461   reference:
1462     title: "Intel-x520"
1463     nic: "NIC_Intel-X520-DA2"
1464   compare:
1465     title: "Intel-x710"
1466     nic: "NIC_Intel-X710"
1467   data: "vpp-nic-comparison-3n-hsw"
1468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1469   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1470   parameters:
1471   - "name"
1472   - "parent"
1473   - "throughput"
1474   - "tags"
1475
1476 # VPP Compare NICs 3n-hsw 2t2c ndr
1477 -
1478   type: "table"
1479   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1480   algorithm: "table_nics_comparison"
1481   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1482   reference:
1483     title: "Intel-x520"
1484     nic: "NIC_Intel-X520-DA2"
1485   compare:
1486     title: "Intel-x710"
1487     nic: "NIC_Intel-X710"
1488   data: "vpp-nic-comparison-3n-hsw"
1489   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1490   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1491   parameters:
1492   - "name"
1493   - "parent"
1494   - "throughput"
1495   - "tags"
1496
1497 # VPP Compare NICs 3n-hsw 1t1c pdr
1498 -
1499   type: "table"
1500   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1501   algorithm: "table_nics_comparison"
1502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1503   reference:
1504     title: "Intel-x520"
1505     nic: "NIC_Intel-X520-DA2"
1506   compare:
1507     title: "Intel-x710"
1508     nic: "NIC_Intel-X710"
1509   data: "vpp-nic-comparison-3n-hsw"
1510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1511   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1512   parameters:
1513   - "name"
1514   - "parent"
1515   - "throughput"
1516   - "tags"
1517
1518 # VPP Compare NICs 3n-hsw 2t2c pdr
1519 -
1520   type: "table"
1521   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1522   algorithm: "table_nics_comparison"
1523   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1524   reference:
1525     title: "Intel-x520"
1526     nic: "NIC_Intel-X520-DA2"
1527   compare:
1528     title: "Intel-x710"
1529     nic: "NIC_Intel-X710"
1530   data: "vpp-nic-comparison-3n-hsw"
1531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1532   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1533   parameters:
1534   - "name"
1535   - "parent"
1536   - "throughput"
1537   - "tags"
1538
1539 # VPP Compare NICs 3n-hsw 1t1c mrr
1540 -
1541   type: "table"
1542   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1543   algorithm: "table_nics_comparison"
1544   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1545   reference:
1546     title: "Intel-x520"
1547     nic: "NIC_Intel-X520-DA2"
1548   compare:
1549     title: "Intel-x710"
1550     nic: "NIC_Intel-X710"
1551   data: "vpp-nic-comparison-3n-hsw-mrr"
1552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1553   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1554   parameters:
1555   - "name"
1556   - "parent"
1557   - "result"
1558   - "tags"
1559
1560 # VPP Compare NICs 3n-hsw 2t2c mrr
1561 -
1562   type: "table"
1563   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1564   algorithm: "table_nics_comparison"
1565   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1566   reference:
1567     title: "Intel-x520"
1568     nic: "NIC_Intel-X520-DA2"
1569   compare:
1570     title: "Intel-x710"
1571     nic: "NIC_Intel-X710"
1572   data: "vpp-nic-comparison-3n-hsw-mrr"
1573   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1574   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1575   parameters:
1576   - "name"
1577   - "parent"
1578   - "result"
1579   - "tags"
1580
1581 # VPP Compare NICs 3n-hsw 4t4c mrr
1582 -
1583   type: "table"
1584   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1585   algorithm: "table_nics_comparison"
1586   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1587   reference:
1588     title: "Intel-x520"
1589     nic: "NIC_Intel-X520-DA2"
1590   compare:
1591     title: "Intel-x710"
1592     nic: "NIC_Intel-X710"
1593   data: "vpp-nic-comparison-3n-hsw-mrr"
1594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1595   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1596   parameters:
1597   - "name"
1598   - "parent"
1599   - "result"
1600   - "tags"
1601
1602 # VPP Compare NICs 3n-skx 2t1c ndr
1603 -
1604   type: "table"
1605   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1606   algorithm: "table_nics_comparison"
1607   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1608   reference:
1609     title: "Intel-x710"
1610     nic: "NIC_Intel-X710"
1611   compare:
1612     title: "Intel-xxv710"
1613     nic: "NIC_Intel-XXV710"
1614   data: "vpp-nic-comparison-3n-skx"
1615   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1616   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1617   parameters:
1618   - "name"
1619   - "parent"
1620   - "throughput"
1621   - "tags"
1622
1623 # VPP Compare NICs 3n-skx 4t2c ndr
1624 -
1625   type: "table"
1626   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1627   algorithm: "table_nics_comparison"
1628   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1629   reference:
1630     title: "Intel-x710"
1631     nic: "NIC_Intel-X710"
1632   compare:
1633     title: "Intel-xxv710"
1634     nic: "NIC_Intel-XXV710"
1635   data: "vpp-nic-comparison-3n-skx"
1636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1637   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1638   parameters:
1639   - "name"
1640   - "parent"
1641   - "throughput"
1642   - "tags"
1643
1644 # VPP Compare NICs 3n-skx 2t1c pdr
1645 -
1646   type: "table"
1647   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1648   algorithm: "table_nics_comparison"
1649   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1650   reference:
1651     title: "Intel-x710"
1652     nic: "NIC_Intel-X710"
1653   compare:
1654     title: "Intel-xxv710"
1655     nic: "NIC_Intel-XXV710"
1656   data: "vpp-nic-comparison-3n-skx"
1657   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1658   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1659   parameters:
1660   - "name"
1661   - "parent"
1662   - "throughput"
1663   - "tags"
1664
1665  # VPP Compare NICs 3n-skx 4t2c pdr
1666 -
1667   type: "table"
1668   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1669   algorithm: "table_nics_comparison"
1670   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1671   reference:
1672     title: "Intel-x710"
1673     nic: "NIC_Intel-X710"
1674   compare:
1675     title: "Intel-xxv710"
1676     nic: "NIC_Intel-XXV710"
1677   data: "vpp-nic-comparison-3n-skx"
1678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1679   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1680   parameters:
1681   - "name"
1682   - "parent"
1683   - "throughput"
1684   - "tags"
1685
1686 # VPP Compare NICs 3n-skx 2t1c mrr
1687 -
1688   type: "table"
1689   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1690   algorithm: "table_nics_comparison"
1691   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1692   reference:
1693     title: "Intel-x710"
1694     nic: "NIC_Intel-X710"
1695   compare:
1696     title: "Intel-xxv710"
1697     nic: "NIC_Intel-XXV710"
1698   data: "vpp-nic-comparison-3n-skx-mrr"
1699   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1700   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1701   parameters:
1702   - "name"
1703   - "parent"
1704   - "result"
1705   - "tags"
1706
1707 # VPP Compare NICs 3n-skx 4t2c mrr
1708 -
1709   type: "table"
1710   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1711   algorithm: "table_nics_comparison"
1712   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1713   reference:
1714     title: "Intel-x710"
1715     nic: "NIC_Intel-X710"
1716   compare:
1717     title: "Intel-xxv710"
1718     nic: "NIC_Intel-XXV710"
1719   data: "vpp-nic-comparison-3n-skx-mrr"
1720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1721   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1722   parameters:
1723   - "name"
1724   - "parent"
1725   - "result"
1726   - "tags"
1727
1728  # VPP Compare NICs 3n-skx 8t4c mrr
1729 -
1730   type: "table"
1731   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1732   algorithm: "table_nics_comparison"
1733   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1734   reference:
1735     title: "Intel-x710"
1736     nic: "NIC_Intel-X710"
1737   compare:
1738     title: "Intel-xxv710"
1739     nic: "NIC_Intel-XXV710"
1740   data: "vpp-nic-comparison-3n-skx-mrr"
1741   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1742   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1743   parameters:
1744   - "name"
1745   - "parent"
1746   - "result"
1747   - "tags"
1748
1749 # VPP Compare NICs 2n-skx 2t1c ndr
1750 -
1751   type: "table"
1752   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1753   algorithm: "table_nics_comparison"
1754   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1755   reference:
1756     title: "Intel-x710"
1757     nic: "NIC_Intel-X710"
1758   compare:
1759     title: "Intel-xxv710"
1760     nic: "NIC_Intel-XXV710"
1761   data: "vpp-nic-comparison-2n-skx"
1762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1763   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1764   parameters:
1765   - "name"
1766   - "parent"
1767   - "throughput"
1768   - "tags"
1769
1770 # VPP Compare NICs 2n-skx 4t2c ndr
1771 -
1772   type: "table"
1773   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1774   algorithm: "table_nics_comparison"
1775   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1776   reference:
1777     title: "Intel-x710"
1778     nic: "NIC_Intel-X710"
1779   compare:
1780     title: "Intel-xxv710"
1781     nic: "NIC_Intel-XXV710"
1782   data: "vpp-nic-comparison-2n-skx"
1783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1784   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1785   parameters:
1786   - "name"
1787   - "parent"
1788   - "throughput"
1789   - "tags"
1790
1791  # VPP Compare NICs 2n-skx 2t1c pdr
1792 -
1793   type: "table"
1794   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1795   algorithm: "table_nics_comparison"
1796   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1797   reference:
1798     title: "Intel-x710"
1799     nic: "NIC_Intel-X710"
1800   compare:
1801     title: "Intel-xxv710"
1802     nic: "NIC_Intel-XXV710"
1803   data: "vpp-nic-comparison-2n-skx"
1804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1805   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1806   parameters:
1807   - "name"
1808   - "parent"
1809   - "throughput"
1810   - "tags"
1811
1812 # VPP Compare NICs 2n-skx 4t2c pdr
1813 -
1814   type: "table"
1815   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1816   algorithm: "table_nics_comparison"
1817   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1818   reference:
1819     title: "Intel-x710"
1820     nic: "NIC_Intel-X710"
1821   compare:
1822     title: "Intel-xxv710"
1823     nic: "NIC_Intel-XXV710"
1824   data: "vpp-nic-comparison-2n-skx"
1825   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1826   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1827   parameters:
1828   - "name"
1829   - "parent"
1830   - "throughput"
1831   - "tags"
1832
1833 # VPP Compare NICs 2n-skx 2t1c mrr
1834 -
1835   type: "table"
1836   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1837   algorithm: "table_nics_comparison"
1838   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1839   reference:
1840     title: "Intel-x710"
1841     nic: "NIC_Intel-X710"
1842   compare:
1843     title: "Intel-xxv710"
1844     nic: "NIC_Intel-XXV710"
1845   data: "vpp-nic-comparison-2n-skx-mrr"
1846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1847   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1848   parameters:
1849   - "name"
1850   - "parent"
1851   - "result"
1852   - "tags"
1853
1854 # VPP Compare NICs 2n-skx 4t2c mrr
1855 -
1856   type: "table"
1857   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1858   algorithm: "table_nics_comparison"
1859   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1860   reference:
1861     title: "Intel-x710"
1862     nic: "NIC_Intel-X710"
1863   compare:
1864     title: "Intel-xxv710"
1865     nic: "NIC_Intel-XXV710"
1866   data: "vpp-nic-comparison-2n-skx-mrr"
1867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1868   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1869   parameters:
1870   - "name"
1871   - "parent"
1872   - "result"
1873   - "tags"
1874
1875 # VPP Compare NICs 2n-skx 8t4c mrr
1876 -
1877   type: "table"
1878   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1879   algorithm: "table_nics_comparison"
1880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1881   reference:
1882     title: "Intel-x710"
1883     nic: "NIC_Intel-X710"
1884   compare:
1885     title: "Intel-xxv710"
1886     nic: "NIC_Intel-XXV710"
1887   data: "vpp-nic-comparison-2n-skx-mrr"
1888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1889   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1890   parameters:
1891   - "name"
1892   - "parent"
1893   - "result"
1894   - "tags"
1895
1896 ################################################################################
1897 # VPP
1898
1899 # VPP Performance Changes 3n-hsw 1t1c pdr
1900 -
1901   type: "table"
1902   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1903   algorithm: "table_performance_comparison"
1904   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1905   history:
1906     -
1907       title: "rls1807"
1908       data:
1909         csit-vpp-perf-verify-1807-3n-hsw:
1910         - 11  # NDRPDR full 1
1911         - 22  # NDRPDR full 2
1912         - 45  # NDRPDR full 3
1913         - 46  # NDRPDR full 4
1914         - 15  # NDRPDR sel
1915         - 16  # NDRPDR sel
1916         - 19  # NDRPDR sel
1917         - 18  # NDRPDR sel
1918         - 20  # NDRPDR sel
1919         - 38  # NDRPDR sel
1920         - 40  # NDRPDR sel
1921         - 44  # NDRPDR sel
1922   reference:
1923     title: "rls1810"
1924     data:
1925       csit-vpp-perf-verify-1810-3n-hsw:
1926       - 8   # NDRPDR sel
1927       - 12  # NDRPDR sel
1928       - 14  # NDRPDR sel
1929       - 18  # NDRPDR sel
1930       - 23  # NDRPDR sel
1931       - 25  # NDRPDR sel
1932       - 38  # NDRPDR sel
1933       - 39  # NDRPDR sel
1934       - 41  # NDRPDR sel
1935       - 42  # NDRPDR sel
1936   compare:
1937     title: "rls1901"
1938     data:
1939       # TODO: Add new data:
1940       csit-vpp-perf-verify-1901-3n-hsw:
1941       - 10  # NDRPDR sel
1942       - 18  # NDRPDR sel F
1943       - 19  # NDRPDR sel
1944       - 31  # NDRPDR sel
1945       - 36  # NDRPDR sel
1946   data: "vpp-performance-changes-3n-hsw"
1947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1948   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1949   parameters:
1950   - "name"
1951   - "parent"
1952   - "throughput"
1953
1954 # VPP Performance Changes 3n-hsw 2t2c pdr
1955 -
1956   type: "table"
1957   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1958   algorithm: "table_performance_comparison"
1959   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1960   history:
1961     -
1962       title: "rls1807"
1963       data:
1964         csit-vpp-perf-verify-1807-3n-hsw:
1965         - 11  # NDRPDR full 1
1966         - 22  # NDRPDR full 2
1967         - 45  # NDRPDR full 3
1968         - 46  # NDRPDR full 4
1969         - 15  # NDRPDR sel
1970         - 16  # NDRPDR sel
1971         - 19  # NDRPDR sel
1972         - 18  # NDRPDR sel
1973         - 20  # NDRPDR sel
1974         - 38  # NDRPDR sel
1975         - 40  # NDRPDR sel
1976         - 44  # NDRPDR sel
1977         - 47  # NDRPDR sel
1978   reference:
1979     title: "rls1810"
1980     data:
1981       csit-vpp-perf-verify-1810-3n-hsw:
1982       - 8   # NDRPDR sel
1983       - 12  # NDRPDR sel
1984       - 14  # NDRPDR sel
1985       - 18  # NDRPDR sel
1986       - 23  # NDRPDR sel
1987       - 25  # NDRPDR sel
1988       - 38  # NDRPDR sel
1989       - 39  # NDRPDR sel
1990       - 41  # NDRPDR sel
1991       - 42  # NDRPDR sel
1992   compare:
1993     title: "rls1901"
1994     data:
1995       # TODO: Add new data:
1996       csit-vpp-perf-verify-1901-3n-hsw:
1997       - 10  # NDRPDR sel
1998       - 18  # NDRPDR sel F
1999       - 19  # NDRPDR sel
2000       - 31  # NDRPDR sel
2001       - 36  # NDRPDR sel
2002   data: "vpp-performance-changes-3n-hsw"
2003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2004   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2005   parameters:
2006   - "name"
2007   - "parent"
2008   - "throughput"
2009
2010 # VPP Performance Changes 3n-hsw 1t1c ndr
2011 -
2012   type: "table"
2013   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2014   algorithm: "table_performance_comparison"
2015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2016   history:
2017     -
2018       title: "rls1807"
2019       data:
2020         csit-vpp-perf-verify-1807-3n-hsw:
2021         - 11  # NDRPDR full 1
2022         - 22  # NDRPDR full 2
2023         - 45  # NDRPDR full 3
2024         - 46  # NDRPDR full 4
2025         - 15  # NDRPDR sel
2026         - 16  # NDRPDR sel
2027         - 19  # NDRPDR sel
2028         - 18  # NDRPDR sel
2029         - 20  # NDRPDR sel
2030         - 38  # NDRPDR sel
2031         - 40  # NDRPDR sel
2032         - 44  # NDRPDR sel
2033         - 47  # NDRPDR sel
2034   reference:
2035     title: "rls1810"
2036     data:
2037       csit-vpp-perf-verify-1810-3n-hsw:
2038       - 8   # NDRPDR sel
2039       - 12  # NDRPDR sel
2040       - 14  # NDRPDR sel
2041       - 18  # NDRPDR sel
2042       - 23  # NDRPDR sel
2043       - 25  # NDRPDR sel
2044       - 38  # NDRPDR sel
2045       - 39  # NDRPDR sel
2046       - 41  # NDRPDR sel
2047       - 42  # NDRPDR sel
2048   compare:
2049     title: "rls1901"
2050     data:
2051       # TODO: Add new data:
2052       csit-vpp-perf-verify-1901-3n-hsw:
2053       - 10  # NDRPDR sel
2054       - 18  # NDRPDR sel F
2055       - 19  # NDRPDR sel
2056       - 31  # NDRPDR sel
2057       - 36  # NDRPDR sel
2058   data: "vpp-performance-changes-3n-hsw"
2059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2060   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2061   parameters:
2062   - "name"
2063   - "parent"
2064   - "throughput"
2065
2066 # VPP Performance Changes 3n-hsw 2t2c ndr
2067 -
2068   type: "table"
2069   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2070   algorithm: "table_performance_comparison"
2071   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2072   history:
2073     -
2074       title: "rls1807"
2075       data:
2076         csit-vpp-perf-verify-1807-3n-hsw:
2077         - 11  # NDRPDR full 1
2078         - 22  # NDRPDR full 2
2079         - 45  # NDRPDR full 3
2080         - 46  # NDRPDR full 4
2081         - 15  # NDRPDR sel
2082         - 16  # NDRPDR sel
2083         - 19  # NDRPDR sel
2084         - 18  # NDRPDR sel
2085         - 20  # NDRPDR sel
2086         - 38  # NDRPDR sel
2087         - 40  # NDRPDR sel
2088         - 44  # NDRPDR sel
2089         - 47  # NDRPDR sel
2090   reference:
2091     title: "rls1810"
2092     data:
2093       csit-vpp-perf-verify-1810-3n-hsw:
2094       - 8   # NDRPDR sel
2095       - 12  # NDRPDR sel
2096       - 14  # NDRPDR sel
2097       - 18  # NDRPDR sel
2098       - 23  # NDRPDR sel
2099       - 25  # NDRPDR sel
2100       - 38  # NDRPDR sel
2101       - 39  # NDRPDR sel
2102       - 41  # NDRPDR sel
2103       - 42  # NDRPDR sel
2104   compare:
2105     title: "rls1901"
2106     data:
2107       # TODO: Add new data:
2108       csit-vpp-perf-verify-1901-3n-hsw:
2109       - 10  # NDRPDR sel
2110       - 18  # NDRPDR sel F
2111       - 19  # NDRPDR sel
2112       - 31  # NDRPDR sel
2113       - 36  # NDRPDR sel
2114   data: "vpp-performance-changes-3n-hsw"
2115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2116   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2117   parameters:
2118   - "name"
2119   - "parent"
2120   - "throughput"
2121
2122 # VPP Performance Changes 3n-skx 2t1c pdr
2123 -
2124   type: "table"
2125   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2126   algorithm: "table_performance_comparison"
2127   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2128   history:
2129     -
2130       title: "rls1807"
2131       data:
2132         csit-vpp-perf-verify-1807-3n-skx:
2133         - 33  # NDRPDR sel
2134         - 35  # NDRPDR sel
2135         - 37  # NDRPDR sel
2136         - 38  # NDRPDR sel
2137         - 39  # NDRPDR sel
2138         - 43  # NDRPDR sel
2139         - 44  # NDRPDR sel
2140         - 49  # NDRPDR sel
2141         - 50  # NDRPDR sel
2142         - 56  # NDRPDR sel
2143   reference:
2144     title: "rls1810"
2145     data:
2146       csit-vpp-perf-verify-1810-3n-skx:
2147       - 10  # NDRPDR sel
2148       - 14  # NDRPDR sel
2149       - 15  # NDRPDR sel
2150       - 16  # NDRPDR sel
2151       - 17  # NDRPDR sel
2152       - 19  # NDRPDR sel
2153       - 20  # NDRPDR sel
2154       - 21  # NDRPDR sel
2155       - 22  # NDRPDR sel
2156       - 25  # NDRPDR sel
2157   compare:
2158     title: "rls1901"
2159     data:
2160       # TODO: Add new data:
2161       csit-vpp-perf-verify-1901-3n-skx:
2162       - 18  # NDRPDR sel
2163       - 19  # NDRPDR sel
2164       - 20  # NDRPDR sel
2165       - 28  # NDRPDR sel
2166       - 31  # NDRPDR sel
2167       - 33  # NDRPDR sel
2168       - 36  # NDRPDR sel
2169       - 38  # NDRPDR sel
2170   data: "vpp-performance-changes-3n-skx"
2171   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2172   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2173   parameters:
2174   - "name"
2175   - "parent"
2176   - "throughput"
2177
2178 # VPP Performance Changes 3n-skx 4t2c pdr
2179 -
2180   type: "table"
2181   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2182   algorithm: "table_performance_comparison"
2183   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2184   history:
2185     -
2186       title: "rls1807"
2187       data:
2188         csit-vpp-perf-verify-1807-3n-skx:
2189         - 33  # NDRPDR sel
2190         - 35  # NDRPDR sel
2191         - 37  # NDRPDR sel
2192         - 38  # NDRPDR sel
2193         - 39  # NDRPDR sel
2194         - 43  # NDRPDR sel
2195         - 44  # NDRPDR sel
2196         - 49  # NDRPDR sel
2197         - 50  # NDRPDR sel
2198         - 56  # NDRPDR sel
2199   reference:
2200     title: "rls1810"
2201     data:
2202       csit-vpp-perf-verify-1810-3n-skx:
2203       - 10  # NDRPDR sel
2204       - 14  # NDRPDR sel
2205       - 15  # NDRPDR sel
2206       - 16  # NDRPDR sel
2207       - 17  # NDRPDR sel
2208       - 19  # NDRPDR sel
2209       - 20  # NDRPDR sel
2210       - 21  # NDRPDR sel
2211       - 22  # NDRPDR sel
2212       - 25  # NDRPDR sel
2213   compare:
2214     title: "rls1901"
2215     data:
2216       # TODO: Add new data:
2217       csit-vpp-perf-verify-1901-3n-skx:
2218       - 18  # NDRPDR sel
2219       - 19  # NDRPDR sel
2220       - 20  # NDRPDR sel
2221       - 28  # NDRPDR sel
2222       - 31  # NDRPDR sel
2223       - 33  # NDRPDR sel
2224       - 36  # NDRPDR sel
2225       - 38  # NDRPDR sel
2226   data: "vpp-performance-changes-3n-skx"
2227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2228   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2229   parameters:
2230   - "name"
2231   - "parent"
2232   - "throughput"
2233
2234 # VPP Performance Changes 3n-skx 2t1c ndr
2235 -
2236   type: "table"
2237   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2238   algorithm: "table_performance_comparison"
2239   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2240   history:
2241     -
2242       title: "rls1807"
2243       data:
2244         csit-vpp-perf-verify-1807-3n-skx:
2245         - 33  # NDRPDR sel
2246         - 35  # NDRPDR sel
2247         - 37  # NDRPDR sel
2248         - 38  # NDRPDR sel
2249         - 39  # NDRPDR sel
2250         - 43  # NDRPDR sel
2251         - 44  # NDRPDR sel
2252         - 49  # NDRPDR sel
2253         - 50  # NDRPDR sel
2254         - 56  # NDRPDR sel
2255   reference:
2256     title: "rls1810"
2257     data:
2258       csit-vpp-perf-verify-1810-3n-skx:
2259       - 10  # NDRPDR sel
2260       - 14  # NDRPDR sel
2261       - 15  # NDRPDR sel
2262       - 16  # NDRPDR sel
2263       - 17  # NDRPDR sel
2264       - 19  # NDRPDR sel
2265       - 20  # NDRPDR sel
2266       - 21  # NDRPDR sel
2267       - 22  # NDRPDR sel
2268       - 25  # NDRPDR sel
2269   compare:
2270     title: "rls1901"
2271     data:
2272       # TODO: Add new data:
2273       csit-vpp-perf-verify-1901-3n-skx:
2274       - 18  # NDRPDR sel
2275       - 19  # NDRPDR sel
2276       - 20  # NDRPDR sel
2277       - 28  # NDRPDR sel
2278       - 31  # NDRPDR sel
2279       - 33  # NDRPDR sel
2280       - 36  # NDRPDR sel
2281       - 38  # NDRPDR sel
2282   data: "vpp-performance-changes-3n-skx"
2283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2284   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2285   parameters:
2286   - "name"
2287   - "parent"
2288   - "throughput"
2289
2290 # VPP Performance Changes 3n-skx 4t2c ndr
2291 -
2292   type: "table"
2293   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2294   algorithm: "table_performance_comparison"
2295   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2296   history:
2297     -
2298       title: "rls1807"
2299       data:
2300         csit-vpp-perf-verify-1807-3n-skx:
2301         - 33  # NDRPDR sel
2302         - 35  # NDRPDR sel
2303         - 37  # NDRPDR sel
2304         - 38  # NDRPDR sel
2305         - 39  # NDRPDR sel
2306         - 43  # NDRPDR sel
2307         - 44  # NDRPDR sel
2308         - 49  # NDRPDR sel
2309         - 50  # NDRPDR sel
2310         - 56  # NDRPDR sel
2311   reference:
2312     title: "rls1810"
2313     data:
2314       csit-vpp-perf-verify-1810-3n-skx:
2315       - 10  # NDRPDR sel
2316       - 14  # NDRPDR sel
2317       - 15  # NDRPDR sel
2318       - 16  # NDRPDR sel
2319       - 17  # NDRPDR sel
2320       - 19  # NDRPDR sel
2321       - 20  # NDRPDR sel
2322       - 21  # NDRPDR sel
2323       - 22  # NDRPDR sel
2324       - 25  # NDRPDR sel
2325   compare:
2326     title: "rls1901"
2327     data:
2328       # TODO: Add new data:
2329       csit-vpp-perf-verify-1901-3n-skx:
2330       - 18  # NDRPDR sel
2331       - 19  # NDRPDR sel
2332       - 20  # NDRPDR sel
2333       - 28  # NDRPDR sel
2334       - 31  # NDRPDR sel
2335       - 33  # NDRPDR sel
2336       - 36  # NDRPDR sel
2337       - 38  # NDRPDR sel
2338   data: "vpp-performance-changes-3n-skx"
2339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2340   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2341   parameters:
2342   - "name"
2343   - "parent"
2344   - "throughput"
2345
2346 # VPP Performance Changes 2n-skx 2t1c pdr
2347 -
2348   type: "table"
2349   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2350   algorithm: "table_performance_comparison"
2351   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2352   history:
2353     -
2354       title: "rls1807"
2355       data:
2356         csit-vpp-perf-verify-1807-2n-skx:
2357         - 26  # NDRPDR sel
2358         - 28  # NDRPDR sel
2359         - 29  # NDRPDR sel
2360         - 30  # NDRPDR sel
2361         - 34  # NDRPDR sel
2362         - 35  # NDRPDR sel
2363         - 36  # NDRPDR sel
2364         - 39  # NDRPDR sel
2365         - 40  # NDRPDR sel
2366         - 42  # NDRPDR sel
2367   reference:
2368     title: "rls1810"
2369     data:
2370       csit-vpp-perf-verify-1810-2n-skx:
2371       - 9   # NDRPDR sel
2372       - 13  # NDRPDR sel
2373       - 14  # NDRPDR sel
2374       - 19  # NDRPDR sel
2375       - 20  # NDRPDR sel
2376       - 21  # NDRPDR sel
2377       - 22  # NDRPDR sel
2378       - 23  # NDRPDR sel
2379       - 24  # NDRPDR sel
2380       - 27  # NDRPDR sel
2381   compare:
2382     title: "rls1901"
2383     data:
2384       # TODO: Add new data:
2385       csit-vpp-perf-verify-1901-2n-skx:
2386       - 5   # NDRPDR sel
2387       - 10  # NDRPDR sel fails
2388       - 12  # NDRPDR sel
2389       - 13  # NDRPDR sel
2390       - 16  # NDRPDR sel fails
2391       - 21  # NDRPDR sel
2392       - 23  # NDRPDR sel
2393   data: "vpp-performance-changes-2n-skx"
2394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2395   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2396   parameters:
2397   - "name"
2398   - "parent"
2399   - "throughput"
2400
2401 # VPP Performance Changes 2n-skx 4t2c pdr
2402 -
2403   type: "table"
2404   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2405   algorithm: "table_performance_comparison"
2406   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2407   history:
2408     - title: "rls1807"
2409       data:
2410         csit-vpp-perf-verify-1807-2n-skx:
2411         - 26  # NDRPDR sel
2412         - 28  # NDRPDR sel
2413         - 29  # NDRPDR sel
2414         - 30  # NDRPDR sel
2415         - 34  # NDRPDR sel
2416         - 35  # NDRPDR sel
2417         - 36  # NDRPDR sel
2418         - 39  # NDRPDR sel
2419         - 40  # NDRPDR sel
2420         - 42  # NDRPDR sel
2421   reference:
2422     title: "rls1810"
2423     data:
2424       csit-vpp-perf-verify-1810-2n-skx:
2425       - 9   # NDRPDR sel
2426       - 13  # NDRPDR sel
2427       - 14  # NDRPDR sel
2428       - 19  # NDRPDR sel
2429       - 20  # NDRPDR sel
2430       - 21  # NDRPDR sel
2431       - 22  # NDRPDR sel
2432       - 23  # NDRPDR sel
2433       - 24  # NDRPDR sel
2434       - 27  # NDRPDR sel
2435   compare:
2436     title: "rls1901"
2437     data:
2438       # TODO: Add new data:
2439       csit-vpp-perf-verify-1901-2n-skx:
2440       - 5   # NDRPDR sel
2441       - 10  # NDRPDR sel fails
2442       - 12  # NDRPDR sel
2443       - 13  # NDRPDR sel
2444       - 16  # NDRPDR sel fails
2445       - 21  # NDRPDR sel
2446       - 23  # NDRPDR sel
2447   data: "vpp-performance-changes-2n-skx"
2448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2449   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2450   parameters:
2451   - "name"
2452   - "parent"
2453   - "throughput"
2454
2455 # VPP Performance Changes 2n-skx 2t1c ndr
2456 -
2457   type: "table"
2458   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2459   algorithm: "table_performance_comparison"
2460   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2461   history:
2462     - title: "rls1807"
2463       data:
2464         csit-vpp-perf-verify-1807-2n-skx:
2465         - 26  # NDRPDR sel
2466         - 28  # NDRPDR sel
2467         - 29  # NDRPDR sel
2468         - 30  # NDRPDR sel
2469         - 34  # NDRPDR sel
2470         - 35  # NDRPDR sel
2471         - 36  # NDRPDR sel
2472         - 39  # NDRPDR sel
2473         - 40  # NDRPDR sel
2474         - 42  # NDRPDR sel
2475   reference:
2476     title: "rls1810"
2477     data:
2478       csit-vpp-perf-verify-1810-2n-skx:
2479       - 9   # NDRPDR sel
2480       - 13  # NDRPDR sel
2481       - 14  # NDRPDR sel
2482       - 19  # NDRPDR sel
2483       - 20  # NDRPDR sel
2484       - 21  # NDRPDR sel
2485       - 22  # NDRPDR sel
2486       - 23  # NDRPDR sel
2487       - 24  # NDRPDR sel
2488       - 27  # NDRPDR sel
2489   compare:
2490     title: "rls1901"
2491     data:
2492       # TODO: Add new data:
2493       csit-vpp-perf-verify-1901-2n-skx:
2494       - 5   # NDRPDR sel
2495       - 10  # NDRPDR sel fails
2496       - 12  # NDRPDR sel
2497       - 13  # NDRPDR sel
2498       - 16  # NDRPDR sel fails
2499       - 21  # NDRPDR sel
2500       - 23  # NDRPDR sel
2501   data: "vpp-performance-changes-2n-skx"
2502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2503   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2504   parameters:
2505   - "name"
2506   - "parent"
2507   - "throughput"
2508
2509 # VPP Performance Changes 2n-skx 4t2c ndr
2510 -
2511   type: "table"
2512   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2513   algorithm: "table_performance_comparison"
2514   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2515   history:
2516     - title: "rls1807"
2517       data:
2518         csit-vpp-perf-verify-1807-2n-skx:
2519         - 26  # NDRPDR sel
2520         - 28  # NDRPDR sel
2521         - 29  # NDRPDR sel
2522         - 30  # NDRPDR sel
2523         - 34  # NDRPDR sel
2524         - 35  # NDRPDR sel
2525         - 36  # NDRPDR sel
2526         - 39  # NDRPDR sel
2527         - 40  # NDRPDR sel
2528         - 42  # NDRPDR sel
2529   reference:
2530     title: "rls1810"
2531     data:
2532       csit-vpp-perf-verify-1810-2n-skx:
2533       - 9   # NDRPDR sel
2534       - 13  # NDRPDR sel
2535       - 14  # NDRPDR sel
2536       - 19  # NDRPDR sel
2537       - 20  # NDRPDR sel
2538       - 21  # NDRPDR sel
2539       - 22  # NDRPDR sel
2540       - 23  # NDRPDR sel
2541       - 24  # NDRPDR sel
2542       - 27  # NDRPDR sel
2543   compare:
2544     title: "rls1901"
2545     data:
2546       # TODO: Add new data:
2547       csit-vpp-perf-verify-1901-2n-skx:
2548       - 5   # NDRPDR sel
2549       - 10  # NDRPDR sel fails
2550       - 12  # NDRPDR sel
2551       - 13  # NDRPDR sel
2552       - 16  # NDRPDR sel fails
2553       - 21  # NDRPDR sel
2554       - 23  # NDRPDR sel
2555   data: "vpp-performance-changes-2n-skx"
2556   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2557   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2558   parameters:
2559   - "name"
2560   - "parent"
2561   - "throughput"
2562
2563 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2564 -
2565   type: "table"
2566   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2567   algorithm: "table_performance_comparison"
2568   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2569   reference:
2570     title: "3-Node Hsw"
2571     data:
2572       # TODO: Add new data:
2573       csit-vpp-perf-verify-1901-3n-hsw:
2574       - 10  # NDRPDR sel
2575       - 18  # NDRPDR sel F
2576       - 19  # NDRPDR sel
2577       - 31  # NDRPDR sel
2578       - 36  # NDRPDR sel
2579   compare:
2580     title: "3-Node Skx"
2581     data:
2582       # TODO: Add new data:
2583       csit-vpp-perf-verify-1901-3n-skx:
2584       - 18  # NDRPDR sel
2585       - 19  # NDRPDR sel
2586       - 20  # NDRPDR sel
2587       - 28  # NDRPDR sel
2588       - 31  # NDRPDR sel
2589       - 33  # NDRPDR sel
2590       - 36  # NDRPDR sel
2591       - 38  # NDRPDR sel
2592   data: "vpp-compare-testbeds"
2593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2594   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2595   parameters:
2596   - "name"
2597   - "parent"
2598   - "throughput"
2599
2600 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2601 -
2602   type: "table"
2603   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2604   algorithm: "table_performance_comparison"
2605   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2606   reference:
2607     title: "3-Node Hsw"
2608     data:
2609       # TODO: Add new data:
2610       csit-vpp-perf-verify-1901-3n-hsw:
2611       - 10  # NDRPDR sel
2612       - 18  # NDRPDR sel F
2613       - 19  # NDRPDR sel
2614       - 31  # NDRPDR sel
2615       - 36  # NDRPDR sel
2616   compare:
2617     title: "3-Node Skx"
2618     data:
2619       # TODO: Add new data:
2620       csit-vpp-perf-verify-1901-3n-skx:
2621       - 18  # NDRPDR sel
2622       - 19  # NDRPDR sel
2623       - 20  # NDRPDR sel
2624       - 28  # NDRPDR sel
2625       - 31  # NDRPDR sel
2626       - 33  # NDRPDR sel
2627       - 36  # NDRPDR sel
2628       - 38  # NDRPDR sel
2629   data: "vpp-compare-testbeds"
2630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2631   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2632   parameters:
2633   - "name"
2634   - "parent"
2635   - "throughput"
2636
2637 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2638 -
2639   type: "table"
2640   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2641   algorithm: "table_performance_comparison"
2642   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2643   reference:
2644     title: "3-Node Hsw"
2645     data:
2646       # TODO: Add new data:
2647       csit-vpp-perf-verify-1901-3n-hsw:
2648       - 10  # NDRPDR sel
2649       - 18  # NDRPDR sel F
2650       - 19  # NDRPDR sel
2651       - 31  # NDRPDR sel
2652       - 36  # NDRPDR sel
2653   compare:
2654     title: "3-Node Skx"
2655     data:
2656       # TODO: Add new data:
2657       csit-vpp-perf-verify-1901-3n-skx:
2658       - 18  # NDRPDR sel
2659       - 19  # NDRPDR sel
2660       - 20  # NDRPDR sel
2661       - 28  # NDRPDR sel
2662       - 31  # NDRPDR sel
2663       - 33  # NDRPDR sel
2664       - 36  # NDRPDR sel
2665       - 38  # NDRPDR sel
2666   data: "vpp-compare-testbeds"
2667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2668   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2669   parameters:
2670   - "name"
2671   - "parent"
2672   - "throughput"
2673
2674 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2675 -
2676   type: "table"
2677   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2678   algorithm: "table_performance_comparison"
2679   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2680   reference:
2681     title: "3-Node Hsw"
2682     data:
2683       # TODO: Add new data:
2684       csit-vpp-perf-verify-1901-3n-hsw:
2685       - 10  # NDRPDR sel
2686       - 18  # NDRPDR sel F
2687       - 19  # NDRPDR sel
2688       - 31  # NDRPDR sel
2689       - 36  # NDRPDR sel
2690   compare:
2691     title: "3-Node Skx"
2692     data:
2693       # TODO: Add new data:
2694       csit-vpp-perf-verify-1901-3n-skx:
2695       - 18  # NDRPDR sel
2696       - 19  # NDRPDR sel
2697       - 20  # NDRPDR sel
2698       - 28  # NDRPDR sel
2699       - 31  # NDRPDR sel
2700       - 33  # NDRPDR sel
2701       - 36  # NDRPDR sel
2702       - 38  # NDRPDR sel
2703   data: "vpp-compare-testbeds"
2704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2705   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2706   parameters:
2707   - "name"
2708   - "parent"
2709   - "throughput"
2710
2711 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2712 -
2713   type: "table"
2714   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2715   algorithm: "table_performance_comparison"
2716   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2717   reference:
2718     title: "3-Node Skx"
2719     data:
2720       # TODO: Add new data:
2721       csit-vpp-perf-verify-1901-3n-skx:
2722       - 18  # NDRPDR sel
2723       - 19  # NDRPDR sel
2724       - 20  # NDRPDR sel
2725       - 28  # NDRPDR sel
2726       - 31  # NDRPDR sel
2727       - 33  # NDRPDR sel
2728       - 36  # NDRPDR sel
2729       - 38  # NDRPDR sel
2730   compare:
2731     title: "2-Node Skx"
2732     data:
2733       # TODO: Add new data:
2734       csit-vpp-perf-verify-1901-2n-skx:
2735       - 5   # NDRPDR sel
2736       - 10  # NDRPDR sel fails
2737       - 12  # NDRPDR sel
2738       - 13  # NDRPDR sel
2739       - 16  # NDRPDR sel fails
2740       - 21  # NDRPDR sel
2741       - 23  # NDRPDR sel
2742   data: "vpp-compare-topologies"
2743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2744   filter: "'NDRPDR' and '1C'"
2745   parameters:
2746   - "name"
2747   - "parent"
2748   - "throughput"
2749
2750 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2751 -
2752   type: "table"
2753   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2754   algorithm: "table_performance_comparison"
2755   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2756   reference:
2757     title: "3-Node Skx"
2758     data:
2759       # TODO: Add new data:
2760       csit-vpp-perf-verify-1901-3n-skx:
2761       - 18  # NDRPDR sel
2762       - 19  # NDRPDR sel
2763       - 20  # NDRPDR sel
2764       - 28  # NDRPDR sel
2765       - 31  # NDRPDR sel
2766       - 33  # NDRPDR sel
2767       - 36  # NDRPDR sel
2768       - 38  # NDRPDR sel
2769   compare:
2770     title: "2-Node Skx"
2771     data:
2772       # TODO: Add new data:
2773       csit-vpp-perf-verify-1901-2n-skx:
2774       - 5   # NDRPDR sel
2775       - 10  # NDRPDR sel fails
2776       - 12  # NDRPDR sel
2777       - 13  # NDRPDR sel
2778       - 16  # NDRPDR sel fails
2779       - 21  # NDRPDR sel
2780       - 23  # NDRPDR sel
2781   data: "vpp-compare-topologies"
2782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2783   filter: "'NDRPDR' and '2C'"
2784   parameters:
2785   - "name"
2786   - "parent"
2787   - "throughput"
2788
2789 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2790 -
2791   type: "table"
2792   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2793   algorithm: "table_performance_comparison"
2794   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2795   reference:
2796     title: "3-Node Skx"
2797     data:
2798       # TODO: Add new data:
2799       csit-vpp-perf-verify-1901-3n-skx:
2800       - 18  # NDRPDR sel
2801       - 19  # NDRPDR sel
2802       - 20  # NDRPDR sel
2803       - 28  # NDRPDR sel
2804       - 31  # NDRPDR sel
2805       - 33  # NDRPDR sel
2806       - 36  # NDRPDR sel
2807       - 38  # 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       - 10  # NDRPDR sel fails
2815       - 12  # NDRPDR sel
2816       - 13  # NDRPDR sel
2817       - 16  # NDRPDR sel fails
2818       - 21  # NDRPDR sel
2819       - 23  # NDRPDR sel
2820   data: "vpp-compare-topologies"
2821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2822   filter: "'NDRPDR' and '1C'"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "throughput"
2827
2828 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2829 -
2830   type: "table"
2831   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2832   algorithm: "table_performance_comparison"
2833   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2834   reference:
2835     title: "3-Node Skx"
2836     data:
2837       # TODO: Add new data:
2838       csit-vpp-perf-verify-1901-3n-skx:
2839       - 18  # NDRPDR sel
2840       - 19  # NDRPDR sel
2841       - 20  # NDRPDR sel
2842       - 28  # NDRPDR sel
2843       - 31  # NDRPDR sel
2844       - 33  # NDRPDR sel
2845       - 36  # NDRPDR sel
2846       - 38  # NDRPDR sel
2847   compare:
2848     title: "2-Node Skx"
2849     data:
2850       # TODO: Add new data:
2851       csit-vpp-perf-verify-1901-2n-skx:
2852       - 5   # NDRPDR sel
2853       - 10  # NDRPDR sel fails
2854       - 12  # NDRPDR sel
2855       - 13  # NDRPDR sel
2856       - 16  # NDRPDR sel fails
2857       - 21  # NDRPDR sel
2858       - 23  # NDRPDR sel
2859   data: "vpp-compare-topologies"
2860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2861   filter: "'NDRPDR' and '2C'"
2862   parameters:
2863   - "name"
2864   - "parent"
2865   - "throughput"
2866
2867 # VPP Performance Changes 3n-hsw 1t1c MRR
2868 -
2869   type: "table"
2870   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2871   algorithm: "table_performance_comparison"
2872   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2873   history:
2874     -
2875       title: "rls1807"
2876       data:
2877         csit-vpp-perf-verify-1807-3n-hsw:
2878         - 8   # MRR full
2879         - 9   # MRR sel
2880         - 21  # MRR sel
2881         - 31  # MRR sel
2882         - 33  # MRR sel
2883         - 36  # MRR sel
2884         - 41  # MRR sel
2885         - 42  # MRR sel
2886         - 48  # MRR sel
2887   reference:
2888     title: "rls1810"
2889     data:
2890       csit-vpp-perf-verify-1810-3n-hsw:
2891       - 9   # MRR sel
2892   compare:
2893     title: "rls1901"
2894     data:
2895       # TODO: Add new data
2896       csit-vpp-perf-verify-1901-3n-hsw:
2897       - 35  # MRR sel
2898   data: "vpp-performance-changes-3n-hsw-mrr"
2899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2900   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2901   parameters:
2902   - "name"
2903   - "parent"
2904   - "result"
2905
2906 # VPP Performance Changes 3n-hsw 2t2c MRR
2907 -
2908   type: "table"
2909   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2910   algorithm: "table_performance_comparison"
2911   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2912   history:
2913     -
2914       title: "rls1807"
2915       data:
2916         csit-vpp-perf-verify-1807-3n-hsw:
2917         - 8   # MRR full
2918         - 9   # MRR sel
2919         - 21  # MRR sel
2920         - 31  # MRR sel
2921         - 33  # MRR sel
2922         - 36  # MRR sel
2923         - 41  # MRR sel
2924         - 42  # MRR sel
2925         - 48  # MRR sel
2926   reference:
2927     title: "rls1810"
2928     data:
2929       csit-vpp-perf-verify-1810-3n-hsw:
2930       - 9   # MRR sel
2931   compare:
2932     title: "rls1901"
2933     data:
2934       # TODO: Add new data
2935       csit-vpp-perf-verify-1901-3n-hsw:
2936       - 35  # MRR sel
2937   data: "vpp-performance-changes-3n-hsw-mrr"
2938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2939   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2940   parameters:
2941   - "name"
2942   - "parent"
2943   - "result"
2944
2945 # VPP Performance Changes 3n-hsw 4t4c MRR
2946 -
2947   type: "table"
2948   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2949   algorithm: "table_performance_comparison"
2950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2951   history:
2952     -
2953       title: "rls1807"
2954       data:
2955         csit-vpp-perf-verify-1807-3n-hsw:
2956         - 8   # MRR full
2957         - 9   # MRR sel
2958         - 21  # MRR sel
2959         - 31  # MRR sel
2960         - 33  # MRR sel
2961         - 36  # MRR sel
2962         - 41  # MRR sel
2963         - 42  # MRR sel
2964         - 48  # MRR sel
2965   reference:
2966     title: "rls1810"
2967     data:
2968       csit-vpp-perf-verify-1810-3n-hsw:
2969       - 9   # MRR sel
2970   compare:
2971     title: "rls1901"
2972     data:
2973       # TODO: Add new data
2974       csit-vpp-perf-verify-1901-3n-hsw:
2975       - 35  # MRR sel
2976   data: "vpp-performance-changes-3n-hsw-mrr"
2977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2978   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2979   parameters:
2980   - "name"
2981   - "parent"
2982   - "result"
2983
2984 # VPP Performance Changes 3n-skx 2t1c MRR
2985 -
2986   type: "table"
2987   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2988   algorithm: "table_performance_comparison"
2989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2990   history:
2991     -
2992       title: "rls1807"
2993       data:
2994         csit-vpp-perf-verify-1807-3n-skx:
2995         - 28  # MRR sel
2996         - 32  # MRR sel
2997         - 36  # MRR sel
2998         - 42  # MRR sel
2999         - 47  # MRR sel
3000         - 48  # MRR sel
3001         - 51  # MRR sel
3002         - 52  # MRR sel
3003         - 53  # MRR sel
3004   reference:
3005     title: "rls1810"
3006     data:
3007       csit-vpp-perf-verify-1810-3n-skx:
3008       - 9   # MRR sel
3009       - 11  # MRR sel
3010       - 12  # MRR sel
3011       - 13  # MRR sel
3012   compare:
3013     title: "rls1901"
3014     data:
3015       # TODO: Add new data
3016       csit-vpp-perf-verify-1901-3n-skx:
3017       - 32  # MRR sel
3018   data: "vpp-performance-changes-3n-skx-mrr"
3019   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3020   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3021   parameters:
3022   - "name"
3023   - "parent"
3024   - "result"
3025
3026 # VPP Performance Changes 3n-skx 4t2c MRR
3027 -
3028   type: "table"
3029   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3030   algorithm: "table_performance_comparison"
3031   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3032   history:
3033     -
3034       title: "rls1807"
3035       data:
3036         csit-vpp-perf-verify-1807-3n-skx:
3037         - 28  # MRR sel
3038         - 32  # MRR sel
3039         - 36  # MRR sel
3040         - 42  # MRR sel
3041         - 47  # MRR sel
3042         - 48  # MRR sel
3043         - 51  # MRR sel
3044         - 52  # MRR sel
3045         - 53  # MRR sel
3046   reference:
3047     title: "rls1810"
3048     data:
3049       csit-vpp-perf-verify-1810-3n-skx:
3050       - 9   # MRR sel
3051       - 11  # MRR sel
3052       - 12  # MRR sel
3053       - 13  # MRR sel
3054   compare:
3055     title: "rls1901"
3056     data:
3057       # TODO: Add new data
3058       csit-vpp-perf-verify-1901-3n-skx:
3059       - 32  # MRR sel
3060   data: "vpp-performance-changes-3n-skx-mrr"
3061   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3062   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3063   parameters:
3064   - "name"
3065   - "parent"
3066   - "result"
3067
3068 # VPP Performance Changes 3n-skx 8t4c MRR
3069 -
3070   type: "table"
3071   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3072   algorithm: "table_performance_comparison"
3073   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3074   history:
3075     -
3076       title: "rls1807"
3077       data:
3078         csit-vpp-perf-verify-1807-3n-skx:
3079         - 28  # MRR sel
3080         - 32  # MRR sel
3081         - 36  # MRR sel
3082         - 42  # MRR sel
3083         - 47  # MRR sel
3084         - 48  # MRR sel
3085         - 51  # MRR sel
3086         - 52  # MRR sel
3087         - 53  # MRR sel
3088   reference:
3089     title: "rls1810"
3090     data:
3091       csit-vpp-perf-verify-1810-3n-skx:
3092       - 9   # MRR sel
3093       - 11  # MRR sel
3094       - 12  # MRR sel
3095       - 13  # MRR sel
3096   compare:
3097     title: "rls1901"
3098     data:
3099       # TODO: Add new data
3100       csit-vpp-perf-verify-1901-3n-skx:
3101       - 32  # MRR sel
3102   data: "vpp-performance-changes-3n-skx-mrr"
3103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3104   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3105   parameters:
3106   - "name"
3107   - "parent"
3108   - "result"
3109
3110 # VPP Performance Changes 2n-skx 2t1c MRR
3111 -
3112   type: "table"
3113   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3114   algorithm: "table_performance_comparison"
3115   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3116   history:
3117     -
3118       title: "rls1807"
3119       data:
3120         csit-vpp-perf-verify-1807-2n-skx:
3121         - 31  # MRR sel
3122         - 33  # MRR sel
3123         - 37  # MRR sel
3124         - 38  # MRR sel
3125         - 41  # MRR sel
3126         - 43  # MRR sel
3127         - 44  # MRR sel
3128         - 45  # MRR sel
3129         - 46  # MRR sel
3130         - 47  # MRR sel
3131   reference:
3132     title: "rls1810"
3133     data:
3134       csit-vpp-perf-verify-1810-2n-skx:
3135       - 8   # MRR sel
3136       - 10  # MRR sel
3137       - 11  # MRR sel
3138       - 12  # MRR sel
3139   compare:
3140     title: "rls1901"
3141     data:
3142       # TODO: Add new data
3143       csit-vpp-perf-verify-1901-2n-skx:
3144       - 22  # MRR sel
3145   data: "vpp-performance-changes-2n-skx-mrr"
3146   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3147   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3148   parameters:
3149   - "name"
3150   - "parent"
3151   - "result"
3152
3153 # VPP Performance Changes 2n-skx 4t2c MRR
3154 -
3155   type: "table"
3156   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3157   algorithm: "table_performance_comparison"
3158   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3159   history:
3160     -
3161       title: "rls1807"
3162       data:
3163         csit-vpp-perf-verify-1807-2n-skx:
3164         - 31  # MRR sel
3165         - 33  # MRR sel
3166         - 37  # MRR sel
3167         - 38  # MRR sel
3168         - 41  # MRR sel
3169         - 43  # MRR sel
3170         - 44  # MRR sel
3171         - 45  # MRR sel
3172         - 46  # MRR sel
3173         - 47  # MRR sel
3174   reference:
3175     title: "rls1810"
3176     data:
3177       csit-vpp-perf-verify-1810-2n-skx:
3178       - 8   # MRR sel
3179       - 10  # MRR sel
3180       - 11  # MRR sel
3181       - 12  # MRR sel
3182   compare:
3183     title: "rls1901"
3184     data:
3185       # TODO: Add new data
3186       csit-vpp-perf-verify-1901-2n-skx:
3187       - 22  # MRR sel
3188   data: "vpp-performance-changes-2n-skx-mrr"
3189   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3190   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3191   parameters:
3192   - "name"
3193   - "parent"
3194   - "result"
3195
3196 # VPP Performance Changes 2n-skx 8t4c MRR
3197 -
3198   type: "table"
3199   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3200   algorithm: "table_performance_comparison"
3201   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3202   history:
3203     -
3204       title: "rls1807"
3205       data:
3206         csit-vpp-perf-verify-1807-2n-skx:
3207         - 31  # MRR sel
3208         - 33  # MRR sel
3209         - 37  # MRR sel
3210         - 38  # MRR sel
3211         - 41  # MRR sel
3212         - 43  # MRR sel
3213         - 44  # MRR sel
3214         - 45  # MRR sel
3215         - 46  # MRR sel
3216         - 47  # MRR sel
3217   reference:
3218     title: "rls1810"
3219     data:
3220       csit-vpp-perf-verify-1810-2n-skx:
3221       - 8   # MRR sel
3222       - 10  # MRR sel
3223       - 11  # MRR sel
3224       - 12  # MRR sel
3225   compare:
3226     title: "rls1901"
3227     data:
3228       # TODO: Add new data
3229       csit-vpp-perf-verify-1901-2n-skx:
3230       - 22  # MRR sel
3231   data: "vpp-performance-changes-2n-skx-mrr"
3232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3233   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3234   parameters:
3235   - "name"
3236   - "parent"
3237   - "result"
3238
3239 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3240 -
3241   type: "table"
3242   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3243   algorithm: "table_performance_comparison"
3244   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3245   reference:
3246     title: "3-Node Hsw"
3247     data:
3248       # TODO: Add new data
3249       csit-vpp-perf-verify-1901-3n-hsw:
3250       - 35  # MRR sel
3251   compare:
3252     title: "3-Node Skx"
3253     data:
3254       # TODO: Add new data
3255       csit-vpp-perf-verify-1901-3n-skx:
3256       - 32  # MRR sel
3257   data: "vpp-compare-testbeds-mrr"
3258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3259   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
3260   parameters:
3261   - "name"
3262   - "parent"
3263   - "result"
3264
3265 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3266 -
3267   type: "table"
3268   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3269   algorithm: "table_performance_comparison"
3270   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3271   reference:
3272     title: "3-Node Hsw"
3273     data:
3274       # TODO: Add new data
3275       csit-vpp-perf-verify-1901-3n-hsw:
3276       - 35  # MRR sel
3277   compare:
3278     title: "3-Node Skx"
3279     data:
3280       # TODO: Add new data
3281       csit-vpp-perf-verify-1901-3n-skx:
3282       - 32  # MRR sel
3283   data: "vpp-compare-testbeds-mrr"
3284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3285   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
3286   parameters:
3287   - "name"
3288   - "parent"
3289   - "result"
3290
3291 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3292 -
3293   type: "table"
3294   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3295   algorithm: "table_performance_comparison"
3296   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3297   reference:
3298     title: "3-Node Hsw"
3299     data:
3300       # TODO: Add new data
3301       csit-vpp-perf-verify-1901-3n-hsw:
3302       - 35  # MRR sel
3303   compare:
3304     title: "3-Node Skx"
3305     data:
3306       # TODO: Add new data
3307       csit-vpp-perf-verify-1901-3n-skx:
3308       - 32  # MRR sel
3309   data: "vpp-compare-testbeds-mrr"
3310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3311   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3312   parameters:
3313   - "name"
3314   - "parent"
3315   - "result"
3316
3317 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3318 -
3319   type: "table"
3320   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3321   algorithm: "table_performance_comparison"
3322   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3323   reference:
3324     title: "3-Node Skx"
3325     data:
3326       # TODO: Add new data
3327       csit-vpp-perf-verify-1901-3n-skx:
3328       - 32  # MRR sel
3329   compare:
3330     title: "2-Node Skx"
3331     data:
3332       # TODO: Add new data
3333       csit-vpp-perf-verify-1901-2n-skx:
3334       - 22  # MRR sel
3335   data: "vpp-compare-topologies-mrr"
3336   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3337   filter: "'MRR' and '1C'"
3338   parameters:
3339   - "name"
3340   - "parent"
3341   - "result"
3342
3343 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3344 -
3345   type: "table"
3346   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3347   algorithm: "table_performance_comparison"
3348   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3349   reference:
3350     title: "3-Node Skx"
3351     data:
3352       # TODO: Add new data
3353       csit-vpp-perf-verify-1901-3n-skx:
3354       - 32  # MRR sel
3355   compare:
3356     title: "2-Node Skx"
3357     data:
3358       # TODO: Add new data
3359       csit-vpp-perf-verify-1901-2n-skx:
3360       - 22  # MRR sel
3361   data: "vpp-compare-topologies-mrr"
3362   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3363   filter: "'MRR' and '2C'"
3364   parameters:
3365   - "name"
3366   - "parent"
3367   - "result"
3368
3369 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3370 -
3371   type: "table"
3372   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3373   algorithm: "table_performance_comparison"
3374   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3375   reference:
3376     title: "3-Node Skx"
3377     data:
3378       # TODO: Add new data
3379       csit-vpp-perf-verify-1901-3n-skx:
3380       - 32  # MRR sel
3381   compare:
3382     title: "2-Node Skx"
3383     data:
3384       # TODO: Add new data
3385       csit-vpp-perf-verify-1901-2n-skx:
3386       - 22  # MRR sel
3387   data: "vpp-compare-topologies-mrr"
3388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3389   filter: "'MRR' and '4C'"
3390   parameters:
3391   - "name"
3392   - "parent"
3393   - "result"
3394
3395 # Detailed Test Results - VPP Performance Results 3n-hsw
3396 -
3397   type: "table"
3398   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3399   algorithm: "table_merged_details"
3400   output-file-ext: ".csv"
3401   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3402   columns:
3403   -
3404     title: "Name"
3405     data: "data name"
3406   -
3407     title: "Status"
3408     data: "data msg"
3409   rows: "generated"
3410   data: "vpp-perf-results-3n-hsw"
3411   filter: "not 'NDRCHK' and not 'PDRCHK'"
3412   parameters:
3413   - "name"
3414   - "parent"
3415   - "msg"
3416
3417 # Detailed Test Results - VPP Performance Results 3n-skx
3418 -
3419   type: "table"
3420   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3421   algorithm: "table_merged_details"
3422   output-file-ext: ".csv"
3423   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3424   columns:
3425   -
3426     title: "Name"
3427     data: "data name"
3428   -
3429     title: "Status"
3430     data: "data msg"
3431   rows: "generated"
3432   data: "vpp-perf-results-3n-skx"
3433   filter: "not 'NDRCHK' and not 'PDRCHK'"
3434   parameters:
3435   - "name"
3436   - "parent"
3437   - "msg"
3438
3439 # Detailed Test Results - VPP Performance Results 2n-skx
3440 -
3441   type: "table"
3442   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3443   algorithm: "table_merged_details"
3444   output-file-ext: ".csv"
3445   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
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-2n-skx"
3455   filter: "not 'NDRCHK' and not 'PDRCHK'"
3456   parameters:
3457   - "name"
3458   - "parent"
3459   - "msg"
3460
3461 # Detailed Test Results - VPP Performance Results 2n-dnv
3462 -
3463   type: "table"
3464   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3465   algorithm: "table_details"
3466   output-file-ext: ".csv"
3467   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3468   columns:
3469   -
3470     title: "Name"
3471     data: "data name"
3472   -
3473     title: "Status"
3474     data: "data msg"
3475   rows: "generated"
3476   data: "intel-dnv-vpp"
3477   filter: "'NDRPDR'"
3478   parameters:
3479   - "name"
3480   - "parent"
3481   - "msg"
3482
3483 # Test configuration - VPP Performance Test Configs 3n-hsw
3484 -
3485   type: "table"
3486   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3487   algorithm: "table_merged_details"
3488   output-file-ext: ".csv"
3489   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3490   columns:
3491   -
3492     title: "Name"
3493     data: "data name"
3494   -
3495     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3496     data: "data vat-history"
3497   rows: "generated"
3498   data: "vpp-perf-results-3n-hsw"
3499   filter: "not 'NDRCHK' and not 'PDRCHK'"
3500   parameters:
3501   - "parent"
3502   - "name"
3503   - "vat-history"
3504
3505 # Test configuration - VPP Performance Test Configs 3n-skx
3506 -
3507   type: "table"
3508   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3509   algorithm: "table_merged_details"
3510   output-file-ext: ".csv"
3511   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3512   columns:
3513   -
3514     title: "Name"
3515     data: "data name"
3516   -
3517     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3518     data: "data vat-history"
3519   rows: "generated"
3520   data: "vpp-perf-results-3n-skx"
3521   filter: "not 'NDRCHK' and not 'PDRCHK'"
3522   parameters:
3523   - "parent"
3524   - "name"
3525   - "vat-history"
3526
3527 # Test configuration - VPP Performance Test Configs 2n-skx
3528 -
3529   type: "table"
3530   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3531   algorithm: "table_merged_details"
3532   output-file-ext: ".csv"
3533   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
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-2n-skx"
3543   filter: "not 'NDRCHK' and not 'PDRCHK'"
3544   parameters:
3545   - "parent"
3546   - "name"
3547   - "vat-history"
3548
3549 # Test configuration - VPP Performance Test Configs 2n-dnv
3550 -
3551   type: "table"
3552   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3553   algorithm: "table_details"
3554   output-file-ext: ".csv"
3555   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
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: "intel-dnv-vpp"
3565   filter: "'NDRPDR'"
3566   parameters:
3567   - "parent"
3568   - "name"
3569   - "vat-history"
3570
3571 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3572 -
3573   type: "table"
3574   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3575   algorithm: "table_merged_details"
3576   output-file-ext: ".csv"
3577   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3578   columns:
3579   -
3580     title: "Name"
3581     data: "data name"
3582   -
3583     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3584     data: "data show-run"
3585   rows: "generated"
3586   data: "vpp-perf-results-3n-hsw"
3587   filter: "not 'NDRCHK' and not 'PDRCHK'"
3588   parameters:
3589   - "parent"
3590   - "name"
3591   - "show-run"
3592
3593 # Test Operational Data - VPP Performance Operational Data 3n-skx
3594 -
3595   type: "table"
3596   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3597   algorithm: "table_merged_details"
3598   output-file-ext: ".csv"
3599   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3600   columns:
3601   -
3602     title: "Name"
3603     data: "data name"
3604   -
3605     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3606     data: "data show-run"
3607   rows: "generated"
3608   data: "vpp-perf-results-3n-skx"
3609   filter: "not 'NDRCHK' and not 'PDRCHK'"
3610   parameters:
3611   - "parent"
3612   - "name"
3613   - "show-run"
3614
3615 # Test Operational Data - VPP Performance Operational Data 2n-skx
3616 -
3617   type: "table"
3618   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3619   algorithm: "table_merged_details"
3620   output-file-ext: ".csv"
3621   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
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-2n-skx"
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 2n-dnv
3638 -
3639   type: "table"
3640   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3641   algorithm: "table_details"
3642   output-file-ext: ".csv"
3643   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
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: "intel-dnv-vpp"
3653   filter: "'NDRPDR'"
3654   parameters:
3655   - "parent"
3656   - "name"
3657   - "show-run"
3658
3659 # Detailed Test Results - VPP MRR Results 3n-hsw
3660 -
3661   type: "table"
3662   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3663   algorithm: "table_details"
3664   output-file-ext: ".csv"
3665   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3666   columns:
3667   -
3668     title: "Name"
3669     data: "data name"
3670   -
3671     title: "Status"
3672     data: "data msg"
3673   rows: "generated"
3674   data: "vpp-mrr-results-3n-hsw"
3675   filter: "'MRR'"
3676   parameters:
3677   - "name"
3678   - "parent"
3679   - "msg"
3680
3681 # Detailed Test Results - VPP MRR Results 3n-skx
3682 -
3683   type: "table"
3684   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3685   algorithm: "table_details"
3686   output-file-ext: ".csv"
3687   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3688   columns:
3689   -
3690     title: "Name"
3691     data: "data name"
3692   -
3693     title: "Status"
3694     data: "data msg"
3695   rows: "generated"
3696   data: "vpp-mrr-results-3n-skx"
3697   filter: "'MRR'"
3698   parameters:
3699   - "name"
3700   - "parent"
3701   - "msg"
3702
3703 # Detailed Test Results - VPP MRR Results 2n-skx
3704 -
3705   type: "table"
3706   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3707   algorithm: "table_details"
3708   output-file-ext: ".csv"
3709   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
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-2n-skx"
3719   filter: "'MRR'"
3720   parameters:
3721   - "name"
3722   - "parent"
3723   - "msg"
3724
3725 # Detailed Test Results - VPP MRR Results 2n-dnv
3726 -
3727   type: "table"
3728   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3729   algorithm: "table_details"
3730   output-file-ext: ".csv"
3731   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3732   columns:
3733   -
3734     title: "Name"
3735     data: "data name"
3736   -
3737     title: "Status"
3738     data: "data msg"
3739   rows: "generated"
3740   data: "intel-dnv-vpp"
3741   filter: "'MRR'"
3742   parameters:
3743   - "name"
3744   - "parent"
3745   - "msg"
3746
3747 # Test configuration - VPP MRR Test Configs 3n-hsw
3748 -
3749   type: "table"
3750   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3751   algorithm: "table_details"
3752   output-file-ext: ".csv"
3753   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3754   columns:
3755   -
3756     title: "Name"
3757     data: "data name"
3758   -
3759     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3760     data: "data vat-history"
3761   rows: "generated"
3762   data: "vpp-mrr-results-3n-hsw"
3763   filter: "'MRR'"
3764   parameters:
3765   - "parent"
3766   - "name"
3767   - "vat-history"
3768
3769 # Test configuration - VPP MRR Test Configs 3n-skx
3770 -
3771   type: "table"
3772   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3773   algorithm: "table_details"
3774   output-file-ext: ".csv"
3775   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3776   columns:
3777   -
3778     title: "Name"
3779     data: "data name"
3780   -
3781     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3782     data: "data vat-history"
3783   rows: "generated"
3784   data: "vpp-mrr-results-3n-skx"
3785   filter: "'MRR'"
3786   parameters:
3787   - "parent"
3788   - "name"
3789   - "vat-history"
3790
3791 # Test configuration - VPP MRR Test Configs 2n-skx
3792 -
3793   type: "table"
3794   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3795   algorithm: "table_details"
3796   output-file-ext: ".csv"
3797   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
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-2n-skx"
3807   filter: "'MRR'"
3808   parameters:
3809   - "parent"
3810   - "name"
3811   - "vat-history"
3812
3813 # Test configuration - VPP MRR Test Configs 2n-dnv
3814 -
3815   type: "table"
3816   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3817   algorithm: "table_details"
3818   output-file-ext: ".csv"
3819   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
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: "intel-dnv-vpp"
3829   filter: "'MRR'"
3830   parameters:
3831   - "parent"
3832   - "name"
3833   - "vat-history"
3834
3835 # Detailed Test Results - VPP Functional Results - Ubuntu
3836 -
3837   type: "table"
3838   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3839   algorithm: "table_details"
3840   output-file-ext: ".csv"
3841   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3842   columns:
3843   -
3844     title: "Name"
3845     data: "data name"
3846   -
3847     title: "Documentation"
3848     data: "data doc"
3849   -
3850     title: "Status"
3851     data: "data status"
3852   rows: "generated"
3853   data: "vpp-func-results-ubuntu"
3854   filter: "all"
3855   parameters:
3856   - "name"
3857   - "parent"
3858   - "doc"
3859   - "status"
3860
3861 # Detailed Test Results - VPP Functional Results - CentOS
3862 -
3863   type: "table"
3864   title: "Detailed Test Results - VPP Functional Results - CentOS"
3865   algorithm: "table_details"
3866   output-file-ext: ".csv"
3867   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3868   columns:
3869   -
3870     title: "Name"
3871     data: "data name"
3872   -
3873     title: "Documentation"
3874     data: "data doc"
3875   -
3876     title: "Status"
3877     data: "data status"
3878   rows: "generated"
3879   data:
3880     "vpp-func-results-centos"
3881   filter: "all"
3882   parameters:
3883   - "name"
3884   - "parent"
3885   - "doc"
3886   - "status"
3887
3888 # Test configuration - VPP Functional Test Configs - Ubuntu
3889 -
3890   type: "table"
3891   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3892   algorithm: "table_details"
3893   output-file-ext: ".csv"
3894   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3895   columns:
3896   -
3897     title: "Name"
3898     data: "data name"
3899   -
3900     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3901     data: "data vat-history"
3902   rows: "generated"
3903   data: "vpp-func-results-ubuntu"
3904   filter: "all"
3905   parameters:
3906   - "parent"
3907   - "name"
3908   - "vat-history"
3909
3910 # Test configuration - VPP Functional Test Configs - CentOS
3911 -
3912   type: "table"
3913   title: "Test configuration - VPP Functional Test Configs - CentOS"
3914   algorithm: "table_details"
3915   output-file-ext: ".csv"
3916   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3917   columns:
3918   -
3919     title: "Name"
3920     data: "data name"
3921   -
3922     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3923     data: "data vat-history"
3924   rows: "generated"
3925   data: "vpp-func-results-centos"
3926   filter: "all"
3927   parameters:
3928   - "parent"
3929   - "name"
3930   - "vat-history"
3931
3932 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3933 -
3934   type: "table"
3935   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3936   algorithm: "table_details"
3937   output-file-ext: ".csv"
3938   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3939   columns:
3940   -
3941     title: "Name"
3942     data: "data name"
3943   -
3944     title: "Status"
3945     data: "data msg"
3946   rows: "generated"
3947   data: "ligato-perf-results-3n-hsw"
3948   filter: "all"
3949   parameters:
3950   - "name"
3951   - "parent"
3952   - "msg"
3953
3954 # Detailed Test Results - VPP Device Results - Ubuntu
3955 -
3956   type: "table"
3957   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3958   algorithm: "table_details"
3959   output-file-ext: ".csv"
3960   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3961   columns:
3962   -
3963     title: "Name"
3964     data: "data name"
3965   -
3966     title: "Documentation"
3967     data: "data doc"
3968   -
3969     title: "Status"
3970     data: "data status"
3971   rows: "generated"
3972   data: "vpp-device-results-ubuntu"
3973   filter: "all"
3974   parameters:
3975   - "name"
3976   - "parent"
3977   - "doc"
3978   - "status"
3979
3980 # Test configuration - VPP Device Test Configs - Ubuntu
3981 -
3982   type: "table"
3983   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3984   algorithm: "table_details"
3985   output-file-ext: ".csv"
3986   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3987   columns:
3988   -
3989     title: "Name"
3990     data: "data name"
3991   -
3992     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3993     data: "data vat-history"
3994   rows: "generated"
3995   data: "vpp-device-results-ubuntu"
3996   filter: "all"
3997   parameters:
3998   - "parent"
3999   - "name"
4000   - "vat-history"
4001
4002 ################################################################################
4003
4004 # DPDK Performance Changes 3n-hsw 1t1c pdr
4005 -
4006   type: "table"
4007   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4008   algorithm: "table_performance_comparison"
4009   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4010   history:
4011     -
4012       title: "rls1807"
4013       data:
4014         csit-dpdk-perf-verify-1807-3n-hsw:
4015         - 11
4016         - 12  # full
4017         - 14
4018         - 15
4019         - 16
4020         - 17
4021         - 20
4022         - 21
4023         - 22
4024         - 23
4025   reference:
4026     title: "rls1810"
4027     data:
4028       csit-dpdk-perf-verify-1810-3n-hsw:
4029       - 1   # NDRPDR sel
4030       - 2   # NDRPDR sel
4031       - 3   # NDRPDR sel
4032       - 4   # NDRPDR sel
4033       - 5   # NDRPDR sel
4034       - 6   # NDRPDR sel
4035       - 7   # NDRPDR sel
4036       - 8   # NDRPDR sel
4037       - 9   # NDRPDR sel
4038       - 10  # NDRPDR sel
4039   compare:
4040     title: "rls1901"
4041     data:
4042       # TODO: Add new data
4043       csit-dpdk-perf-verify-1901-3n-hsw:
4044       - 3   # NDRPDR sel
4045       - 4   # NDRPDR sel
4046       - 5   # NDRPDR sel
4047       - 6   # NDRPDR sel
4048       - 7   # NDRPDR sel
4049       - 8   # NDRPDR sel
4050       - 9   # NDRPDR sel
4051       - 10  # NDRPDR sel
4052       - 11  # NDRPDR sel
4053   data: "dpdk-performance-changes-3n-hsw"
4054   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4055   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4056   parameters:
4057   - "name"
4058   - "parent"
4059   - "throughput"
4060
4061 # DPDK Performance Changes 3n-hsw 2t2c pdr
4062 -
4063   type: "table"
4064   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4065   algorithm: "table_performance_comparison"
4066   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4067   history:
4068     -
4069       title: "rls1807"
4070       data:
4071         csit-dpdk-perf-verify-1807-3n-hsw:
4072         - 11
4073         - 12  # full
4074         - 14
4075         - 15
4076         - 16
4077         - 17
4078         - 20
4079         - 21
4080         - 22
4081         - 23
4082   reference:
4083     title: "rls1810"
4084     data:
4085       csit-dpdk-perf-verify-1810-3n-hsw:
4086       - 1   # NDRPDR sel
4087       - 2   # NDRPDR sel
4088       - 3   # NDRPDR sel
4089       - 4   # NDRPDR sel
4090       - 5   # NDRPDR sel
4091       - 6   # NDRPDR sel
4092       - 7   # NDRPDR sel
4093       - 8   # NDRPDR sel
4094       - 9   # NDRPDR sel
4095       - 10  # NDRPDR sel
4096   compare:
4097     title: "rls1901"
4098     data:
4099       # TODO: Add new data
4100       csit-dpdk-perf-verify-1901-3n-hsw:
4101       - 3   # NDRPDR sel
4102       - 4   # NDRPDR sel
4103       - 5   # NDRPDR sel
4104       - 6   # NDRPDR sel
4105       - 7   # NDRPDR sel
4106       - 8   # NDRPDR sel
4107       - 9   # NDRPDR sel
4108       - 10  # NDRPDR sel
4109       - 11  # NDRPDR sel
4110   data: "dpdk-performance-changes-3n-hsw"
4111   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4112   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4113   parameters:
4114   - "name"
4115   - "parent"
4116   - "throughput"
4117
4118 # DPDK Performance Changes 3n-hsw 1t1c ndr
4119 -
4120   type: "table"
4121   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4122   algorithm: "table_performance_comparison"
4123   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4124   history:
4125     -
4126       title: "rls1807"
4127       data:
4128         csit-dpdk-perf-verify-1807-3n-hsw:
4129         - 11
4130         - 12  # full
4131         - 14
4132         - 15
4133         - 16
4134         - 17
4135         - 20
4136         - 21
4137         - 22
4138         - 23
4139   reference:
4140     title: "rls1810"
4141     data:
4142       csit-dpdk-perf-verify-1810-3n-hsw:
4143       - 1   # NDRPDR sel
4144       - 2   # NDRPDR sel
4145       - 3   # NDRPDR sel
4146       - 4   # NDRPDR sel
4147       - 5   # NDRPDR sel
4148       - 6   # NDRPDR sel
4149       - 7   # NDRPDR sel
4150       - 8   # NDRPDR sel
4151       - 9   # NDRPDR sel
4152       - 10  # NDRPDR sel
4153   compare:
4154     title: "rls1901"
4155     data:
4156       # TODO: Add new data
4157       csit-dpdk-perf-verify-1901-3n-hsw:
4158       - 3   # NDRPDR sel
4159       - 4   # NDRPDR sel
4160       - 5   # NDRPDR sel
4161       - 6   # NDRPDR sel
4162       - 7   # NDRPDR sel
4163       - 8   # NDRPDR sel
4164       - 9   # NDRPDR sel
4165       - 10  # NDRPDR sel
4166       - 11  # NDRPDR sel
4167   data: "dpdk-performance-changes-3n-hsw"
4168   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4169   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4170   parameters:
4171   - "name"
4172   - "parent"
4173   - "throughput"
4174
4175 # DPDK Performance Changes 3n-hsw 2t2c ndr
4176 -
4177   type: "table"
4178   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4179   algorithm: "table_performance_comparison"
4180   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4181   history:
4182     -
4183       title: "rls1807"
4184       data:
4185         csit-dpdk-perf-verify-1807-3n-hsw:
4186         - 11
4187         - 12  # full
4188         - 14
4189         - 15
4190         - 16
4191         - 17
4192         - 20
4193         - 21
4194         - 22
4195         - 23
4196   reference:
4197     title: "rls1810"
4198     data:
4199       csit-dpdk-perf-verify-1810-3n-hsw:
4200       - 1   # NDRPDR sel
4201       - 2   # NDRPDR sel
4202       - 3   # NDRPDR sel
4203       - 4   # NDRPDR sel
4204       - 5   # NDRPDR sel
4205       - 6   # NDRPDR sel
4206       - 7   # NDRPDR sel
4207       - 8   # NDRPDR sel
4208       - 9   # NDRPDR sel
4209       - 10  # NDRPDR sel
4210   compare:
4211     title: "rls1901"
4212     data:
4213       # TODO: Add new data
4214       csit-dpdk-perf-verify-1901-3n-hsw:
4215       - 3   # NDRPDR sel
4216       - 4   # NDRPDR sel
4217       - 5   # NDRPDR sel
4218       - 6   # NDRPDR sel
4219       - 7   # NDRPDR sel
4220       - 8   # NDRPDR sel
4221       - 9   # NDRPDR sel
4222       - 10  # NDRPDR sel
4223       - 11  # NDRPDR sel
4224   data: "dpdk-performance-changes-3n-hsw"
4225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4226   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4227   parameters:
4228   - "name"
4229   - "parent"
4230   - "throughput"
4231
4232 # DPDK Performance Changes 3n-skx 2t1c pdr
4233 -
4234   type: "table"
4235   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4236   algorithm: "table_performance_comparison"
4237   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4238   history:
4239     -
4240       title: "rls1807"
4241       data:
4242         csit-dpdk-perf-verify-1807-3n-skx:
4243         - 1   # NDRPDR sel
4244         - 2   # NDRPDR sel
4245         - 3   # NDRPDR sel
4246         - 6   # NDRPDR sel
4247         - 7   # NDRPDR sel
4248         - 8   # NDRPDR sel
4249         - 9   # NDRPDR sel
4250         - 10  # NDRPDR sel
4251         - 11  # NDRPDR sel
4252         - 12  # NDRPDR sel
4253   reference:
4254     title: "rls1810"
4255     data:
4256       csit-dpdk-perf-verify-1810-3n-skx:
4257       - 3   # NDRPDR sel
4258       - 4   # NDRPDR sel
4259       - 6   # NDRPDR sel
4260       - 7   # NDRPDR sel
4261       - 8   # NDRPDR sel
4262       - 9   # NDRPDR sel
4263       - 10  # NDRPDR sel
4264       - 11  # NDRPDR sel
4265       - 12  # NDRPDR sel
4266       - 13  # NDRPDR sel
4267   compare:
4268     title: "rls1901"
4269     data:
4270       # TODO: Add new data
4271       csit-dpdk-perf-verify-1901-3n-skx:
4272       - 1   # NDRPDR sel F
4273       - 2   # NDRPDR sel F
4274   data: "dpdk-performance-changes-3n-skx"
4275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4276   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4277   parameters:
4278   - "name"
4279   - "parent"
4280   - "throughput"
4281
4282 # DPDK Performance Changes 3n-skx 4t2c pdr
4283 -
4284   type: "table"
4285   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4286   algorithm: "table_performance_comparison"
4287   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4288   history:
4289     -
4290       title: "rls1807"
4291       data:
4292         csit-dpdk-perf-verify-1807-3n-skx:
4293         - 1   # NDRPDR sel
4294         - 2   # NDRPDR sel
4295         - 3   # NDRPDR sel
4296         - 6   # NDRPDR sel
4297         - 7   # NDRPDR sel
4298         - 8   # NDRPDR sel
4299         - 9   # NDRPDR sel
4300         - 10  # NDRPDR sel
4301         - 11  # NDRPDR sel
4302         - 12  # NDRPDR sel
4303   reference:
4304     title: "rls1810"
4305     data:
4306       csit-dpdk-perf-verify-1810-3n-skx:
4307       - 3   # NDRPDR sel
4308       - 4   # NDRPDR sel
4309       - 6   # NDRPDR sel
4310       - 7   # NDRPDR sel
4311       - 8   # NDRPDR sel
4312       - 9   # NDRPDR sel
4313       - 10  # NDRPDR sel
4314       - 11  # NDRPDR sel
4315       - 12  # NDRPDR sel
4316       - 13  # NDRPDR sel
4317   compare:
4318     title: "rls1901"
4319     data:
4320       # TODO: Add new data
4321       csit-dpdk-perf-verify-1901-3n-skx:
4322       - 1   # NDRPDR sel F
4323       - 2   # NDRPDR sel F
4324   data: "dpdk-performance-changes-3n-skx"
4325   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4326   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4327   parameters:
4328   - "name"
4329   - "parent"
4330   - "throughput"
4331
4332 # DPDK Performance Changes 3n-skx 2t1c ndr
4333 -
4334   type: "table"
4335   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4336   algorithm: "table_performance_comparison"
4337   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4338   history:
4339     -
4340       title: "rls1807"
4341       data:
4342         csit-dpdk-perf-verify-1807-3n-skx:
4343         - 1   # NDRPDR sel
4344         - 2   # NDRPDR sel
4345         - 3   # NDRPDR sel
4346         - 6   # NDRPDR sel
4347         - 7   # NDRPDR sel
4348         - 8   # NDRPDR sel
4349         - 9   # NDRPDR sel
4350         - 10  # NDRPDR sel
4351         - 11  # NDRPDR sel
4352         - 12  # NDRPDR sel
4353   reference:
4354     title: "rls1810"
4355     data:
4356       csit-dpdk-perf-verify-1810-3n-skx:
4357       - 3   # NDRPDR sel
4358       - 4   # NDRPDR sel
4359       - 6   # NDRPDR sel
4360       - 7   # NDRPDR sel
4361       - 8   # NDRPDR sel
4362       - 9   # NDRPDR sel
4363       - 10  # NDRPDR sel
4364       - 11  # NDRPDR sel
4365       - 12  # NDRPDR sel
4366       - 13  # NDRPDR sel
4367   compare:
4368     title: "rls1901"
4369     data:
4370       # TODO: Add new data
4371       csit-dpdk-perf-verify-1901-3n-skx:
4372       - 1   # NDRPDR sel F
4373       - 2   # NDRPDR sel F
4374   data: "dpdk-performance-changes-3n-skx"
4375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4376   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4377   parameters:
4378   - "name"
4379   - "parent"
4380   - "throughput"
4381
4382 # DPDK Performance Changes 3n-skx 4t2c ndr
4383 -
4384   type: "table"
4385   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4386   algorithm: "table_performance_comparison"
4387   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4388   history:
4389     -
4390       title: "rls1807"
4391       data:
4392         csit-dpdk-perf-verify-1807-3n-skx:
4393         - 1   # NDRPDR sel
4394         - 2   # NDRPDR sel
4395         - 3   # NDRPDR sel
4396         - 6   # NDRPDR sel
4397         - 7   # NDRPDR sel
4398         - 8   # NDRPDR sel
4399         - 9   # NDRPDR sel
4400         - 10  # NDRPDR sel
4401         - 11  # NDRPDR sel
4402         - 12  # NDRPDR sel
4403   reference:
4404     title: "rls1810"
4405     data:
4406       csit-dpdk-perf-verify-1810-3n-skx:
4407       - 3   # NDRPDR sel
4408       - 4   # NDRPDR sel
4409       - 6   # NDRPDR sel
4410       - 7   # NDRPDR sel
4411       - 8   # NDRPDR sel
4412       - 9   # NDRPDR sel
4413       - 10  # NDRPDR sel
4414       - 11  # NDRPDR sel
4415       - 12  # NDRPDR sel
4416       - 13  # NDRPDR sel
4417   compare:
4418     title: "rls1901"
4419     data:
4420       # TODO: Add new data
4421       csit-dpdk-perf-verify-1901-3n-skx:
4422       - 1   # NDRPDR sel F
4423       - 2   # NDRPDR sel F
4424   data: "dpdk-performance-changes-3n-skx"
4425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4426   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4427   parameters:
4428   - "name"
4429   - "parent"
4430   - "throughput"
4431
4432 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4433 -
4434   type: "table"
4435   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4436   algorithm: "table_performance_comparison"
4437   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4438   reference:
4439     title: "3-Node Hsw"
4440     data:
4441       # TODO: Add new data
4442       csit-dpdk-perf-verify-1901-3n-hsw:
4443       - 3   # NDRPDR sel
4444       - 4   # NDRPDR sel
4445       - 5   # NDRPDR sel
4446       - 6   # NDRPDR sel
4447       - 7   # NDRPDR sel
4448       - 8   # NDRPDR sel
4449       - 9   # NDRPDR sel
4450       - 10  # NDRPDR sel
4451       - 11  # NDRPDR sel
4452   compare:
4453     title: "3-Node Skx"
4454     data:
4455       # TODO: Add new data
4456       csit-dpdk-perf-verify-1901-3n-skx:
4457       - 1   # NDRPDR sel F
4458       - 2   # NDRPDR sel F
4459   data: "dpdk-compare-testbeds"
4460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4461   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4462   parameters:
4463   - "name"
4464   - "parent"
4465   - "throughput"
4466
4467 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4468 -
4469   type: "table"
4470   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4471   algorithm: "table_performance_comparison"
4472   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4473   reference:
4474     title: "3-Node Skx"
4475     data:
4476       # TODO: Add new data
4477       csit-dpdk-perf-verify-1901-3n-skx:
4478       - 1   # NDRPDR sel F
4479       - 2   # NDRPDR sel F
4480   compare:
4481     title: "2-Node Skx"
4482     data:
4483       # TODO: Add new data
4484       csit-dpdk-perf-verify-1901-2n-skx:
4485       - 2   # NDRPDR sel
4486       - 3   # NDRPDR sel
4487       - 4   # NDRPDR sel
4488       - 5   # NDRPDR sel
4489       - 6   # NDRPDR sel
4490       - 7   # NDRPDR sel
4491       - 8   # NDRPDR sel
4492       - 9   # NDRPDR sel
4493       - 10  # NDRPDR sel
4494       - 11  # NDRPDR sel
4495   data: "dpdk-compare-topologies"
4496   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4497   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4498   parameters:
4499   - "name"
4500   - "parent"
4501   - "throughput"
4502
4503 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4504 -
4505   type: "table"
4506   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4507   algorithm: "table_performance_comparison"
4508   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4509   reference:
4510     title: "3-Node Skx"
4511     data:
4512       # TODO: Add new data
4513       csit-dpdk-perf-verify-1901-3n-skx:
4514       - 1   # NDRPDR sel F
4515       - 2   # NDRPDR sel F
4516   compare:
4517     title: "2-Node Skx"
4518     data:
4519       # TODO: Add new data
4520       csit-dpdk-perf-verify-1901-2n-skx:
4521       - 2   # NDRPDR sel
4522       - 3   # NDRPDR sel
4523       - 4   # NDRPDR sel
4524       - 5   # NDRPDR sel
4525       - 6   # NDRPDR sel
4526       - 7   # NDRPDR sel
4527       - 8   # NDRPDR sel
4528       - 9   # NDRPDR sel
4529       - 10  # NDRPDR sel
4530       - 11  # NDRPDR sel
4531   data: "dpdk-compare-topologies"
4532   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4533   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4534   parameters:
4535   - "name"
4536   - "parent"
4537   - "throughput"
4538
4539 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4540 -
4541   type: "table"
4542   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4543   algorithm: "table_performance_comparison"
4544   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4545   reference:
4546     title: "3-Node Hsw"
4547     data:
4548       # TODO: Add new data
4549       csit-dpdk-perf-verify-1901-3n-hsw:
4550       - 3   # NDRPDR sel
4551       - 4   # NDRPDR sel
4552       - 5   # NDRPDR sel
4553       - 6   # NDRPDR sel
4554       - 7   # NDRPDR sel
4555       - 8   # NDRPDR sel
4556       - 9   # NDRPDR sel
4557       - 10  # NDRPDR sel
4558       - 11  # NDRPDR sel
4559   compare:
4560     title: "3-Node Skx"
4561     data:
4562       # TODO: Add new data
4563       csit-dpdk-perf-verify-1901-3n-skx:
4564       - 1   # NDRPDR sel F
4565       - 2   # NDRPDR sel F
4566   data: "dpdk-compare-testbeds"
4567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4568   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4569   parameters:
4570   - "name"
4571   - "parent"
4572   - "throughput"
4573
4574 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
4575 # NOTE: Not used in 18.10
4576 #-
4577 #  type: "table"
4578 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
4579 #  algorithm: "table_performance_comparison"
4580 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
4581 #  reference:
4582 #    title: "3-Node Hsw"
4583 #    data:
4584 #      csit-dpdk-perf-verify-1807-3n-hsw:
4585 #      - 11
4586 #      - 12  # full
4587 #      - 14
4588 #      - 15
4589 #      - 16
4590 #      - 17
4591 #      - 20
4592 #      - 21
4593 #      - 22
4594 #      - 23
4595 #  compare:
4596 #    title: "3-Node Skx"
4597 #    data:
4598 #      csit-dpdk-perf-verify-1807-3n-skx:
4599 #      - 1
4600 #      - 2
4601 #      - 3
4602 #      - 6
4603 #      - 7
4604 #      - 8
4605 #      - 9
4606 #      - 10
4607 #      - 11
4608 #      - 12
4609 #  data: "dpdk-compare-testbeds"
4610 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4611 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4612 #  parameters:
4613 #  - "name"
4614 #  - "parent"
4615 #  - "result"
4616
4617 # Detailed Test Results - DPDK Performance Results 3n-hsw
4618 -
4619   type: "table"
4620   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4621   algorithm: "table_details"
4622   output-file-ext: ".csv"
4623   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4624   columns:
4625   -
4626     title: "Name"
4627     data: "data name"
4628   -
4629     title: "Status"
4630     data: "data msg"
4631   rows: "generated"
4632   data: "dpdk-perf-results-3n-hsw"
4633   filter: "all"
4634   parameters:
4635   - "name"
4636   - "parent"
4637   - "msg"
4638
4639 # Detailed Test Results - DPDK Performance Results 3n-skx
4640 -
4641   type: "table"
4642   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4643   algorithm: "table_details"
4644   output-file-ext: ".csv"
4645   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4646   columns:
4647   -
4648     title: "Name"
4649     data: "data name"
4650   -
4651     title: "Status"
4652     data: "data msg"
4653   rows: "generated"
4654   data: "dpdk-perf-results-3n-skx"
4655   filter: "all"
4656   parameters:
4657   - "name"
4658   - "parent"
4659   - "msg"
4660
4661 # Detailed Test Results - DPDK Performance Results 2n-skx
4662 -
4663   type: "table"
4664   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4665   algorithm: "table_details"
4666   output-file-ext: ".csv"
4667   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4668   columns:
4669   -
4670     title: "Name"
4671     data: "data name"
4672   -
4673     title: "Status"
4674     data: "data msg"
4675   rows: "generated"
4676   data: "dpdk-perf-results-2n-skx"
4677   filter: "all"
4678   parameters:
4679   - "name"
4680   - "parent"
4681   - "msg"
4682
4683 ################################################################################
4684 # HoneyComb
4685 -
4686   type: "table"
4687   title: "Detailed Test Results - Honeycomb Functional Results"
4688   algorithm: "table_details"
4689   output-file-ext: ".csv"
4690   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4691   columns:
4692   -
4693     title: "Name"
4694     data: "data name"
4695   -
4696     title: "Documentation"
4697     data: "data doc"
4698   -
4699     title: "Status"
4700     data: "data status"
4701   rows: "generated"
4702   data:
4703     "hc-func-results"
4704   filter: "all"
4705   parameters:
4706   - "name"
4707   - "parent"
4708   - "doc"
4709   - "status"
4710
4711 ################################################################################
4712 # NSH SFC
4713 -
4714   type: "table"
4715   title: "Detailed Test Results - NSH SFC Functional Results"
4716   algorithm: "table_details"
4717   output-file-ext: ".csv"
4718   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4719   columns:
4720   -
4721     title: "Name"
4722     data: "data name"
4723   -
4724     title: "Documentation"
4725     data: "data doc"
4726   -
4727     title: "Status"
4728     data: "data status"
4729   rows: "generated"
4730   data:
4731     "nsh-func-results"
4732   filter: "all"
4733   parameters:
4734   - "name"
4735   - "parent"
4736   - "doc"
4737   - "status"
4738
4739 ################################################################################
4740 # DMM
4741 -
4742   type: "table"
4743   title: "Detailed Test Results - DMM Functional Results"
4744   algorithm: "table_details"
4745   output-file-ext: ".csv"
4746   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4747   columns:
4748   -
4749     title: "Name"
4750     data: "data name"
4751   -
4752     title: "Documentation"
4753     data: "data doc"
4754   -
4755     title: "Status"
4756     data: "data status"
4757   rows: "generated"
4758   data:
4759     "dmm-func-results"
4760   filter: "all"
4761   parameters:
4762   - "name"
4763   - "parent"
4764   - "doc"
4765   - "status"
4766
4767 ################################################################################
4768 ###                                F I L E S                                 ###
4769 ################################################################################
4770
4771 # VPP Performance Results 3n-hsw
4772 -
4773   type: "file"
4774   title: "VPP Performance Results 3n-hsw"
4775   algorithm: "file_test_results"
4776   output-file-ext: ".rst"
4777   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4778   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"
4779   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4780   data: "vpp-perf-results-3n-hsw"
4781   filter: "not 'NDRCHK' and not 'PDRCHK'"
4782   parameters:
4783   - "name"
4784   - "doc"
4785   - "level"
4786   - "parent"
4787   data-start-level: 3
4788
4789 # VPP Performance Results 3n-skx
4790 -
4791   type: "file"
4792   title: "VPP Performance Results 3n-skx"
4793   algorithm: "file_test_results"
4794   output-file-ext: ".rst"
4795   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4796   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"
4797   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4798   data: "vpp-perf-results-3n-skx"
4799   filter: "not 'NDRCHK' and not 'PDRCHK'"
4800   parameters:
4801   - "name"
4802   - "doc"
4803   - "level"
4804   - "parent"
4805   data-start-level: 3
4806
4807 # VPP Performance Results 2n-skx
4808 -
4809   type: "file"
4810   title: "VPP Performance Results 2n-skx"
4811   algorithm: "file_test_results"
4812   output-file-ext: ".rst"
4813   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4814   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"
4815   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4816   data: "vpp-perf-results-2n-skx"
4817   filter: "not 'NDRCHK' and not 'PDRCHK'"
4818   parameters:
4819   - "name"
4820   - "doc"
4821   - "level"
4822   - "parent"
4823   data-start-level: 3
4824
4825 # VPP Performance Results 2n-dnv
4826 -
4827   type: "file"
4828   title: "VPP Performance Results 2n-dnv"
4829   algorithm: "file_test_results"
4830   output-file-ext: ".rst"
4831   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4832   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"
4833   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4834   data: "intel-dnv-vpp"
4835   filter: "'NDRPDR'"
4836   parameters:
4837   - "name"
4838   - "doc"
4839   - "level"
4840   - "parent"
4841   data-start-level: 3
4842
4843 # VPP Performance Configuration 3n-hsw
4844 -
4845   type: "file"
4846   title: "VPP Performance Configuration 3n-hsw"
4847   algorithm: "file_test_results"
4848   output-file-ext: ".rst"
4849   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4850   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"
4851   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4852   data: "vpp-perf-results-3n-hsw"
4853   filter: "not 'NDRCHK' and not 'PDRCHK'"
4854   parameters:
4855   - "name"
4856   - "doc"
4857   - "level"
4858   - "parent"
4859   data-start-level: 3
4860
4861 # VPP Performance Configuration 3n-skx
4862 -
4863   type: "file"
4864   title: "VPP Performance Configuration 3n-skx"
4865   algorithm: "file_test_results"
4866   output-file-ext: ".rst"
4867   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4868   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"
4869   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4870   data: "vpp-perf-results-3n-skx"
4871   filter: "not 'NDRCHK' and not 'PDRCHK'"
4872   parameters:
4873   - "name"
4874   - "doc"
4875   - "level"
4876   - "parent"
4877   data-start-level: 3
4878
4879 # VPP Performance Configuration 2n-skx
4880 -
4881   type: "file"
4882   title: "VPP Performance Configuration 2n-skx"
4883   algorithm: "file_test_results"
4884   output-file-ext: ".rst"
4885   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4886   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"
4887   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4888   data: "vpp-perf-results-2n-skx"
4889   filter: "not 'NDRCHK' and not 'PDRCHK'"
4890   parameters:
4891   - "name"
4892   - "doc"
4893   - "level"
4894   - "parent"
4895   data-start-level: 3
4896
4897 # VPP Performance Configuration 2n-dnv
4898 -
4899   type: "file"
4900   title: "VPP Performance Configuration 2n-dnv"
4901   algorithm: "file_test_results"
4902   output-file-ext: ".rst"
4903   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4904   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"
4905   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4906   data: "intel-dnv-vpp"
4907   filter: "'NDRPDR'"
4908   parameters:
4909   - "name"
4910   - "doc"
4911   - "level"
4912   - "parent"
4913   data-start-level: 3
4914
4915 # VPP Performance Operational Data 3n-hsw
4916 -
4917   type: "file"
4918   title: "VPP Performance Operational Data 3n-hsw"
4919   algorithm: "file_test_results"
4920   output-file-ext: ".rst"
4921   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4922   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"
4923   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4924   data: "vpp-perf-results-3n-hsw"
4925   filter: "not 'NDRCHK' and not 'PDRCHK'"
4926   parameters:
4927   - "name"
4928   - "doc"
4929   - "level"
4930   - "parent"
4931   data-start-level: 3
4932
4933 # VPP Performance Operational Data 3n-skx
4934 -
4935   type: "file"
4936   title: "VPP Performance Operational Data 3n-skx"
4937   algorithm: "file_test_results"
4938   output-file-ext: ".rst"
4939   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4940   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"
4941   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4942   data: "vpp-perf-results-3n-skx"
4943   filter: "not 'NDRCHK' and not 'PDRCHK'"
4944   parameters:
4945   - "name"
4946   - "doc"
4947   - "level"
4948   - "parent"
4949   data-start-level: 3
4950
4951 # VPP Performance Operational Data 2n-skx
4952 -
4953   type: "file"
4954   title: "VPP Performance Operational Data 2n-skx"
4955   algorithm: "file_test_results"
4956   output-file-ext: ".rst"
4957   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4958   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"
4959   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4960   data: "vpp-perf-results-2n-skx"
4961   filter: "not 'NDRCHK' and not 'PDRCHK'"
4962   parameters:
4963   - "name"
4964   - "doc"
4965   - "level"
4966   - "parent"
4967   data-start-level: 3
4968
4969 # VPP Performance Operational Data 2n-dnv
4970 -
4971   type: "file"
4972   title: "VPP Performance Operational Data 2n-dnv"
4973   algorithm: "file_test_results"
4974   output-file-ext: ".rst"
4975   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4976   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"
4977   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4978   data: "intel-dnv-vpp"
4979   filter: "'NDRPDR'"
4980   parameters:
4981   - "name"
4982   - "doc"
4983   - "level"
4984   - "parent"
4985   data-start-level: 3
4986
4987 # VPP MRR Results 3n-hsw
4988 -
4989   type: "file"
4990   title: "VPP MRR Results 3n-hsw"
4991   algorithm: "file_test_results"
4992   output-file-ext: ".rst"
4993   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4994   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"
4995   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4996   data: "vpp-mrr-results-3n-hsw"
4997   filter: "'MRR'"
4998   parameters:
4999   - "name"
5000   - "doc"
5001   - "level"
5002   - "parent"
5003   data-start-level: 3
5004
5005 # VPP MRR Results 3n-skx
5006 -
5007   type: "file"
5008   title: "VPP MRR Results 3n-skx"
5009   algorithm: "file_test_results"
5010   output-file-ext: ".rst"
5011   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5012   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"
5013   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5014   data: "vpp-mrr-results-3n-skx"
5015   filter: "'MRR'"
5016   parameters:
5017   - "name"
5018   - "doc"
5019   - "level"
5020   - "parent"
5021   data-start-level: 3
5022
5023 # VPP MRR Results 2n-skx
5024 -
5025   type: "file"
5026   title: "VPP MRR Results 2n-skx"
5027   algorithm: "file_test_results"
5028   output-file-ext: ".rst"
5029   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5030   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"
5031   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5032   data: "vpp-mrr-results-2n-skx"
5033   filter: "all"
5034   parameters:
5035   - "name"
5036   - "doc"
5037   - "level"
5038   - "parent"
5039   data-start-level: 3
5040
5041 # VPP MRR Results 2n-dnv
5042 -
5043   type: "file"
5044   title: "VPP MRR Results 2n-dnv"
5045   algorithm: "file_test_results"
5046   output-file-ext: ".rst"
5047   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5048   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"
5049   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5050   data: "intel-dnv-vpp"
5051   filter: "'MRR'"
5052   parameters:
5053   - "name"
5054   - "doc"
5055   - "level"
5056   - "parent"
5057   data-start-level: 3
5058
5059 # VPP MRR Configuration 3n-hsw
5060 -
5061   type: "file"
5062   title: "VPP MRR Configuration 3n-hsw"
5063   algorithm: "file_test_results"
5064   output-file-ext: ".rst"
5065   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5066   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"
5067   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5068   data: "vpp-mrr-results-3n-hsw"
5069   filter: "'MRR'"
5070   parameters:
5071   - "name"
5072   - "doc"
5073   - "level"
5074   - "parent"
5075   data-start-level: 3
5076
5077 # VPP MRR Configuration 3n-skx
5078 -
5079   type: "file"
5080   title: "VPP MRR Configuration 3n-skx"
5081   algorithm: "file_test_results"
5082   output-file-ext: ".rst"
5083   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5084   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"
5085   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5086   data: "vpp-mrr-results-3n-skx"
5087   filter: "'MRR'"
5088   parameters:
5089   - "name"
5090   - "doc"
5091   - "level"
5092   - "parent"
5093   data-start-level: 3
5094
5095 # VPP MRR Configuration 2n-skx
5096 -
5097   type: "file"
5098   title: "VPP MRR Configuration 2n-skx"
5099   algorithm: "file_test_results"
5100   output-file-ext: ".rst"
5101   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5102   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5103   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5104   data: "vpp-mrr-results-2n-skx"
5105   filter: "'MRR'"
5106   parameters:
5107   - "name"
5108   - "doc"
5109   - "level"
5110   - "parent"
5111   data-start-level: 3
5112
5113 # VPP MRR Configuration 2n-dnv
5114 -
5115   type: "file"
5116   title: "VPP MRR Configuration 2n-dnv"
5117   algorithm: "file_test_results"
5118   output-file-ext: ".rst"
5119   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5120   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5121   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5122   data: "intel-dnv-vpp"
5123   filter: "'MRR'"
5124   parameters:
5125   - "name"
5126   - "doc"
5127   - "level"
5128   - "parent"
5129   data-start-level: 3
5130
5131 # VPP Functional Results - Ubuntu
5132 -
5133   type: "file"
5134   title: "VPP Functional Results - Ubuntu"
5135   algorithm: "file_test_results"
5136   output-file-ext: ".rst"
5137   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
5138   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"
5139   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
5140   data: "vpp-func-results-ubuntu"
5141   filter: "all"
5142   parameters:
5143   - "name"
5144   - "doc"
5145   - "level"
5146   - "parent"
5147   data-start-level: 3
5148
5149 # VPP Functional Results - CentOS
5150 -
5151   type: "file"
5152   title: "VPP Functional Results - CentOS"
5153   algorithm: "file_test_results"
5154   output-file-ext: ".rst"
5155   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
5156   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"
5157   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
5158   data:
5159     "vpp-func-results-centos"
5160   filter: "all"
5161   parameters:
5162   - "name"
5163   - "doc"
5164   - "level"
5165   - "parent"
5166   data-start-level: 3
5167
5168 # VPP Functional Configuration - Ubuntu
5169 -
5170   type: "file"
5171   title: "VPP Functional Configuration - Ubuntu"
5172   algorithm: "file_test_results"
5173   output-file-ext: ".rst"
5174   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
5175   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5176   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
5177   data: "vpp-func-results-ubuntu"
5178   filter: "all"
5179   parameters:
5180   - "name"
5181   - "doc"
5182   - "level"
5183   - "parent"
5184   data-start-level: 3
5185
5186 # VPP Functional Configuration - CentOS
5187 -
5188   type: "file"
5189   title: "VPP Functional Configuration - CentOS"
5190   algorithm: "file_test_results"
5191   output-file-ext: ".rst"
5192   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
5193   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5194   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
5195   data:
5196     "vpp-func-results-centos"
5197   filter: "all"
5198   parameters:
5199   - "name"
5200   - "doc"
5201   - "level"
5202   - "parent"
5203   data-start-level: 3
5204
5205 # VPP Device Results - Ubuntu
5206 -
5207   type: "file"
5208   title: "VPP Device Results - Ubuntu"
5209   algorithm: "file_test_results"
5210   output-file-ext: ".rst"
5211   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
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,FUNC,VPP,DEVICE,UBUNTU]}"
5214   data: "vpp-device-results-ubuntu"
5215   filter: "all"
5216   parameters:
5217   - "name"
5218   - "doc"
5219   - "level"
5220   - "parent"
5221   data-start-level: 2
5222
5223 # VPP Device Configuration - Ubuntu
5224 -
5225   type: "file"
5226   title: "VPP Device Configuration - Ubuntu"
5227   algorithm: "file_test_results"
5228   output-file-ext: ".rst"
5229   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
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,FUNC,VPP,DEVICE,UBUNTU]}"
5232   data: "vpp-device-results-ubuntu"
5233   filter: "all"
5234   parameters:
5235   - "name"
5236   - "doc"
5237   - "level"
5238   - "parent"
5239   data-start-level: 2
5240
5241 # Container Orchestrated Performance Results 3n-hsw
5242 -
5243   type: "file"
5244   title: "Container Orchestrated Performance Results 3n-hsw"
5245   algorithm: "file_test_results"
5246   output-file-ext: ".rst"
5247   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
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[DTR,PERF,COT,3N,HSW]}"
5250   data: "ligato-perf-results-3n-hsw"
5251   filter: "all"
5252   parameters:
5253   - "name"
5254   - "doc"
5255   - "level"
5256   - "parent"
5257   data-start-level: 3
5258
5259 # DPDK Performance Results 3n-hsw
5260 -
5261   type: "file"
5262   title: "DPDK Performance Results 3n-hsw"
5263   algorithm: "file_test_results"
5264   output-file-ext: ".rst"
5265   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5266   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5267   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5268   data: "dpdk-perf-results-3n-hsw"
5269   filter: "all"
5270   parameters:
5271   - "name"
5272   - "doc"
5273   - "level"
5274   - "parent"
5275   data-start-level: 3
5276
5277 # DPDK Performance Results 3n-skx
5278 -
5279   type: "file"
5280   title: "DPDK Performance Results 3n-skx"
5281   algorithm: "file_test_results"
5282   output-file-ext: ".rst"
5283   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
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[DTR,PERF,DPDK,3N,SKX]}"
5286   data: "dpdk-perf-results-3n-skx"
5287   filter: "all"
5288   parameters:
5289   - "name"
5290   - "doc"
5291   - "level"
5292   - "parent"
5293   data-start-level: 3
5294
5295 # DPDK Performance Results 2n-skx
5296 -
5297   type: "file"
5298   title: "DPDK Performance Results 2n-skx"
5299   algorithm: "file_test_results"
5300   output-file-ext: ".rst"
5301   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
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,PERF,DPDK,2N,SKX]}"
5304   data: "dpdk-perf-results-2n-skx"
5305   filter: "all"
5306   parameters:
5307   - "name"
5308   - "doc"
5309   - "level"
5310   - "parent"
5311   data-start-level: 3
5312
5313 # Honeycomb Functional Results
5314 -
5315   type: "file"
5316   title: "Honeycomb Functional Results"
5317   algorithm: "file_test_results"
5318   output-file-ext: ".rst"
5319   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
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,HC]}"
5322   data:
5323     "hc-func-results"
5324   filter: "all"
5325   parameters:
5326   - "name"
5327   - "doc"
5328   - "level"
5329   - "parent"
5330   data-start-level: 3
5331
5332 # NSH SFC Functional Results
5333 -
5334   type: "file"
5335   title: "NSH SFC Functional Results"
5336   algorithm: "file_test_results"
5337   output-file-ext: ".rst"
5338   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
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[DTR,FUNC,NSHSFC]}"
5341   data:
5342     "nsh-func-results"
5343   filter: "all"
5344   parameters:
5345   - "name"
5346   - "doc"
5347   - "level"
5348   - "parent"
5349   data-start-level: 3
5350
5351 # DMM Functional Results
5352 -
5353   type: "file"
5354   title: "DMM Functional Results"
5355   algorithm: "file_test_results"
5356   output-file-ext: ".rst"
5357   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
5358   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"
5359   dir-tables: "{DIR[DTR,FUNC,DMM]}"
5360   data:
5361     "dmm-func-results"
5362   filter: "all"
5363   parameters:
5364   - "name"
5365   - "doc"
5366   - "level"
5367   - "parent"
5368   data-start-level: 3
5369
5370 ################################################################################
5371 ###                                P L O T S                                 ###
5372 ################################################################################
5373
5374 # Soak test - 30min Soak Test (PLRsearch), boxes
5375 -
5376   type: "plot"
5377   title: "VPP Throughput: 30min Soak Test (PLRsearch) boxes"
5378   algorithm: "plot_soak_boxes"
5379   output-file-type: ".html"
5380   output-file: "{DIR[STATIC,VPP]}/example-soak-boxes"
5381   data: "plot-vpp-soak-2n-skx"
5382   filter: "'SOAK'"
5383   parameters:
5384   - "throughput"
5385   - "parent"
5386   - "tags"
5387   sort:
5388   - "L2PATCH"
5389   - "L2XCBASE"
5390   - "L2BDMACLRN"
5391   - "IP4FWD"
5392   - "IP6FWD"
5393   - "VHOST"
5394   layout:
5395     title: "30min Soak Test (PLRsearch)"
5396     layout: "plot-soak-throughput"
5397
5398 # Soak test - example, not used
5399 -
5400   type: "plot"
5401   title: "VPP Throughput: 30min Soak Test (PLRsearch) bars"
5402   algorithm: "plot_soak_bars"
5403   output-file-type: ".html"
5404   output-file: "{DIR[STATIC,VPP]}/example-soak-bars"
5405   data: "plot-vpp-soak-2n-skx"
5406   filter: "'SOAK'"
5407   parameters:
5408   - "throughput"
5409   - "parent"
5410   - "tags"
5411   sort:
5412   - "L2PATCH"
5413   - "L2XCBASE"
5414   - "L2BDMACLRN"
5415   - "IP4FWD"
5416   - "IP6FWD"
5417   - "VHOST"
5418   layout:
5419     title: "30min Soak Test (PLRsearch)"
5420     layout: "plot-soak-throughput"
5421
5422 ################################################################################
5423 # Plots - NF Density - VSC
5424
5425 -
5426   type: "plot"
5427   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5428   algorithm: "plot_service_density_heatmap"
5429   output-file-type: ".html"
5430   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
5431   data: "plot-vpp-nfv-2n-skx-mrr"
5432   filter: "'NIC_Intel-X710' and
5433            'NF_DENSITY' and
5434            'VM' and
5435            'CHAIN' and
5436            '64B' and
5437            '2T1C' and
5438            'MRR'"
5439   parameters:
5440   - "result"
5441   - "name"
5442   - "tags"
5443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5444   x-axis: "X = VNFs per Service Chain"
5445   y-axis: "Y = Number of Service Chains"
5446   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5447   layout:
5448     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5449     layout: "plot-service-density"
5450
5451 -
5452   type: "plot"
5453   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5454   algorithm: "plot_service_density_heatmap"
5455   output-file-type: ".html"
5456   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
5457   data: "plot-vpp-nfv-2n-skx-mrr"
5458   filter: "'NIC_Intel-X710' and
5459            'NF_DENSITY' and
5460            'VM' and
5461            'CHAIN' and
5462            '64B' and
5463            '4T2C' and
5464            'MRR'"
5465   parameters:
5466   - "result"
5467   - "name"
5468   - "tags"
5469   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5470   x-axis: "X = VNFs per Service Chain"
5471   y-axis: "Y = Number of Service Chains"
5472   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5473   layout:
5474     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5475     layout: "plot-service-density"
5476
5477 -
5478   type: "plot"
5479   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5480   algorithm: "plot_service_density_heatmap"
5481   output-file-type: ".html"
5482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
5483   data: "plot-vpp-nfv-2n-skx-mrr"
5484   filter: "'NIC_Intel-X710' and
5485            'NF_DENSITY' and
5486            'VM' and
5487            'CHAIN' and
5488            'IMIX' and
5489            '2T1C' and
5490            'MRR'"
5491   parameters:
5492   - "result"
5493   - "name"
5494   - "tags"
5495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5496   x-axis: "X = VNFs per Service Chain"
5497   y-axis: "Y = Number of Service Chains"
5498   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5499   layout:
5500     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5501     layout: "plot-service-density"
5502
5503 -
5504   type: "plot"
5505   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-mrr"
5506   algorithm: "plot_service_density_heatmap"
5507   output-file-type: ".html"
5508   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
5509   data: "plot-vpp-nfv-2n-skx-mrr"
5510   filter: "'NIC_Intel-X710' and
5511            'NF_DENSITY' and
5512            'VM' and
5513            'CHAIN' and
5514            'IMIX' and
5515            '4T2C' and
5516            'MRR'"
5517   parameters:
5518   - "result"
5519   - "name"
5520   - "tags"
5521   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5522   x-axis: "X = VNFs per Service Chain"
5523   y-axis: "Y = Number of Service Chains"
5524   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5525   layout:
5526     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-mrr"
5527     layout: "plot-service-density"
5528
5529 -
5530   type: "plot"
5531   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5532   algorithm: "plot_service_density_heatmap"
5533   output-file-type: ".html"
5534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
5535   data: "plot-vpp-nfv-2n-skx"
5536   filter: "'NIC_Intel-X710' and
5537            'NF_DENSITY' and
5538            'VM' and
5539            'CHAIN' and
5540            '64B' and
5541            '2T1C' and
5542            'NDRPDR'"
5543   parameters:
5544   - "throughput"
5545   - "name"
5546   - "tags"
5547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5548   x-axis: "X = VNFs per Service Chain"
5549   y-axis: "Y = Number of Service Chains"
5550   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5551   layout:
5552     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5553     layout: "plot-service-density"
5554
5555 -
5556   type: "plot"
5557   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5558   algorithm: "plot_service_density_heatmap"
5559   output-file-type: ".html"
5560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
5561   data: "plot-vpp-nfv-2n-skx"
5562   filter: "'NIC_Intel-X710' and
5563            'NF_DENSITY' and
5564            'VM' and
5565            'CHAIN' and
5566            '64B' and
5567            '4T2C' and
5568            'NDRPDR'"
5569   parameters:
5570   - "throughput"
5571   - "name"
5572   - "tags"
5573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5574   x-axis: "X = VNFs per Service Chain"
5575   y-axis: "Y = Number of Service Chains"
5576   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5577   layout:
5578     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5579     layout: "plot-service-density"
5580
5581 -
5582   type: "plot"
5583   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5584   algorithm: "plot_service_density_heatmap"
5585   output-file-type: ".html"
5586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
5587   data: "plot-vpp-nfv-2n-skx"
5588   filter: "'NIC_Intel-X710' and
5589            'NF_DENSITY' and
5590            'VM' and
5591            'CHAIN' and
5592            'IMIX' and
5593            '2T1C' and
5594            'NDRPDR'"
5595   parameters:
5596   - "throughput"
5597   - "name"
5598   - "tags"
5599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5600   x-axis: "X = VNFs per Service Chain"
5601   y-axis: "Y = Number of Service Chains"
5602   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5603   layout:
5604     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5605     layout: "plot-service-density"
5606
5607 -
5608   type: "plot"
5609   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-ndr"
5610   algorithm: "plot_service_density_heatmap"
5611   output-file-type: ".html"
5612   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
5613   data: "plot-vpp-nfv-2n-skx"
5614   filter: "'NIC_Intel-X710' and
5615            'NF_DENSITY' and
5616            'VM' and
5617            'CHAIN' and
5618            'IMIX' and
5619            '4T2C' and
5620            'NDRPDR'"
5621   parameters:
5622   - "throughput"
5623   - "name"
5624   - "tags"
5625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5626   x-axis: "X = VNFs per Service Chain"
5627   y-axis: "Y = Number of Service Chains"
5628   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5629   layout:
5630     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-ndr"
5631     layout: "plot-service-density"
5632
5633 -
5634   type: "plot"
5635   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5636   algorithm: "plot_service_density_heatmap"
5637   output-file-type: ".html"
5638   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5639   data: "plot-vpp-nfv-2n-skx"
5640   filter: "'NIC_Intel-X710' and
5641            'NF_DENSITY' and
5642            'VM' and
5643            'CHAIN' and
5644            '64B' and
5645            '2T1C' and
5646            'NDRPDR'"
5647   parameters:
5648   - "throughput"
5649   - "name"
5650   - "tags"
5651   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5652   x-axis: "X = VNFs per Service Chain"
5653   y-axis: "Y = Number of Service Chains"
5654   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5655   layout:
5656     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5657     layout: "plot-service-density"
5658
5659 -
5660   type: "plot"
5661   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5662   algorithm: "plot_service_density_heatmap"
5663   output-file-type: ".html"
5664   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5665   data: "plot-vpp-nfv-2n-skx"
5666   filter: "'NIC_Intel-X710' and
5667            'NF_DENSITY' and
5668            'VM' and
5669            'CHAIN' and
5670            '64B' and
5671            '4T2C' and
5672            'NDRPDR'"
5673   parameters:
5674   - "throughput"
5675   - "name"
5676   - "tags"
5677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5678   x-axis: "X = VNFs per Service Chain"
5679   y-axis: "Y = Number of Service Chains"
5680   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5681   layout:
5682     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5683     layout: "plot-service-density"
5684
5685 -
5686   type: "plot"
5687   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5688   algorithm: "plot_service_density_heatmap"
5689   output-file-type: ".html"
5690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5691   data: "plot-vpp-nfv-2n-skx"
5692   filter: "'NIC_Intel-X710' and
5693            'NF_DENSITY' and
5694            'VM' and
5695            'CHAIN' and
5696            'IMIX' and
5697            '2T1C' and
5698            'NDRPDR'"
5699   parameters:
5700   - "throughput"
5701   - "name"
5702   - "tags"
5703   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5704   x-axis: "X = VNFs per Service Chain"
5705   y-axis: "Y = Number of Service Chains"
5706   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5707   layout:
5708     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5709     layout: "plot-service-density"
5710
5711 -
5712   type: "plot"
5713   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}vhost-{b}chain-{c}vm-l3fwdip4-pdr"
5714   algorithm: "plot_service_density_heatmap"
5715   output-file-type: ".html"
5716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5717   data: "plot-vpp-nfv-2n-skx"
5718   filter: "'NIC_Intel-X710' and
5719            'NF_DENSITY' and
5720            'VM' and
5721            'CHAIN' and
5722            'IMIX' and
5723            '4T2C' and
5724            'NDRPDR'"
5725   parameters:
5726   - "throughput"
5727   - "name"
5728   - "tags"
5729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5730   x-axis: "X = VNFs per Service Chain"
5731   y-axis: "Y = Number of Service Chains"
5732   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5733   layout:
5734     title: "<b>Throughput:</b> eth-l2bd-{2XY}vhost-{Y}chain-{XY}vm-l3fwdip4-pdr"
5735     layout: "plot-service-density"
5736
5737 ################################################################################
5738 # Plots - NF Density - CSC
5739
5740 -
5741   type: "plot"
5742   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5743   algorithm: "plot_service_density_heatmap"
5744   output-file-type: ".html"
5745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5746   data: "plot-vpp-nfv-2n-skx-mrr"
5747   filter: "'NIC_Intel-X710' and
5748            'NF_DENSITY' and
5749            'DOCKER' and
5750            'CHAIN' and
5751            '64B' and
5752            '2T1C' and
5753            'MRR'"
5754   parameters:
5755   - "result"
5756   - "name"
5757   - "tags"
5758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5759   x-axis: "X = CNFs per Service Chain"
5760   y-axis: "Y = Number of Service Chains"
5761   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5762   layout:
5763     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5764     layout: "plot-service-density"
5765
5766 -
5767   type: "plot"
5768   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5769   algorithm: "plot_service_density_heatmap"
5770   output-file-type: ".html"
5771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5772   data: "plot-vpp-nfv-2n-skx-mrr"
5773   filter: "'NIC_Intel-X710' and
5774            'NF_DENSITY' and
5775            'DOCKER' and
5776            'CHAIN' and
5777            '64B' and
5778            '4T2C' and
5779            'MRR'"
5780   parameters:
5781   - "result"
5782   - "name"
5783   - "tags"
5784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5785   x-axis: "X = CNFs per Service Chain"
5786   y-axis: "Y = Number of Service Chains"
5787   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5788   layout:
5789     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5790     layout: "plot-service-density"
5791
5792 -
5793   type: "plot"
5794   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5795   algorithm: "plot_service_density_heatmap"
5796   output-file-type: ".html"
5797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5798   data: "plot-vpp-nfv-2n-skx-mrr"
5799   filter: "'NIC_Intel-X710' and
5800            'NF_DENSITY' and
5801            'DOCKER' and
5802            'CHAIN' and
5803            'IMIX' and
5804            '2T1C' and
5805            'MRR'"
5806   parameters:
5807   - "result"
5808   - "name"
5809   - "tags"
5810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5811   x-axis: "X = CNFs per Service Chain"
5812   y-axis: "Y = Number of Service Chains"
5813   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5814   layout:
5815     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5816     layout: "plot-service-density"
5817
5818 -
5819   type: "plot"
5820   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-mrr"
5821   algorithm: "plot_service_density_heatmap"
5822   output-file-type: ".html"
5823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5824   data: "plot-vpp-nfv-2n-skx-mrr"
5825   filter: "'NIC_Intel-X710' and
5826            'NF_DENSITY' and
5827            'DOCKER' and
5828            'CHAIN' and
5829            'IMIX' and
5830            '4T2C' and
5831            'MRR'"
5832   parameters:
5833   - "result"
5834   - "name"
5835   - "tags"
5836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5837   x-axis: "X = CNFs per Service Chain"
5838   y-axis: "Y = Number of Service Chains"
5839   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5840   layout:
5841     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-mrr"
5842     layout: "plot-service-density"
5843
5844 -
5845   type: "plot"
5846   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5847   algorithm: "plot_service_density_heatmap"
5848   output-file-type: ".html"
5849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5850   data: "plot-vpp-nfv-2n-skx"
5851   filter: "'NIC_Intel-X710' and
5852            'NF_DENSITY' and
5853            'DOCKER' and
5854            'CHAIN' and
5855            '64B' and
5856            '2T1C' and
5857            'NDRPDR'"
5858   parameters:
5859   - "throughput"
5860   - "name"
5861   - "tags"
5862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5863   x-axis: "X = CNFs per Service Chain"
5864   y-axis: "Y = Number of Service Chains"
5865   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5866   layout:
5867     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5868     layout: "plot-service-density"
5869
5870 -
5871   type: "plot"
5872   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5873   algorithm: "plot_service_density_heatmap"
5874   output-file-type: ".html"
5875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5876   data: "plot-vpp-nfv-2n-skx"
5877   filter: "'NIC_Intel-X710' and
5878            'NF_DENSITY' and
5879            'DOCKER' and
5880            'CHAIN' and
5881            '64B' and
5882            '4T2C' and
5883            'NDRPDR'"
5884   parameters:
5885   - "throughput"
5886   - "name"
5887   - "tags"
5888   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5889   x-axis: "X = CNFs per Service Chain"
5890   y-axis: "Y = Number of Service Chains"
5891   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5892   layout:
5893     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5894     layout: "plot-service-density"
5895
5896 -
5897   type: "plot"
5898   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5899   algorithm: "plot_service_density_heatmap"
5900   output-file-type: ".html"
5901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5902   data: "plot-vpp-nfv-2n-skx"
5903   filter: "'NIC_Intel-X710' and
5904            'NF_DENSITY' and
5905            'DOCKER' and
5906            'CHAIN' and
5907            'IMIX' and
5908            '2T1C' and
5909            'NDRPDR'"
5910   parameters:
5911   - "throughput"
5912   - "name"
5913   - "tags"
5914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5915   x-axis: "X = CNFs per Service Chain"
5916   y-axis: "Y = Number of Service Chains"
5917   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5918   layout:
5919     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5920     layout: "plot-service-density"
5921
5922 -
5923   type: "plot"
5924   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-ndr"
5925   algorithm: "plot_service_density_heatmap"
5926   output-file-type: ".html"
5927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5928   data: "plot-vpp-nfv-2n-skx"
5929   filter: "'NIC_Intel-X710' and
5930            'NF_DENSITY' and
5931            'DOCKER' and
5932            'CHAIN' and
5933            'IMIX' and
5934            '4T2C' and
5935            'NDRPDR'"
5936   parameters:
5937   - "throughput"
5938   - "name"
5939   - "tags"
5940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5941   x-axis: "X = CNFs per Service Chain"
5942   y-axis: "Y = Number of Service Chains"
5943   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5944   layout:
5945     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-ndr"
5946     layout: "plot-service-density"
5947
5948 -
5949   type: "plot"
5950   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5951   algorithm: "plot_service_density_heatmap"
5952   output-file-type: ".html"
5953   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5954   data: "plot-vpp-nfv-2n-skx"
5955   filter: "'NIC_Intel-X710' and
5956            'NF_DENSITY' and
5957            'DOCKER' and
5958            'CHAIN' and
5959            '64B' and
5960            '2T1C' and
5961            'NDRPDR'"
5962   parameters:
5963   - "throughput"
5964   - "name"
5965   - "tags"
5966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5967   x-axis: "X = CNFs per Service Chain"
5968   y-axis: "Y = Number of Service Chains"
5969   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5970   layout:
5971     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5972     layout: "plot-service-density"
5973
5974 -
5975   type: "plot"
5976   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
5977   algorithm: "plot_service_density_heatmap"
5978   output-file-type: ".html"
5979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5980   data: "plot-vpp-nfv-2n-skx"
5981   filter: "'NIC_Intel-X710' and
5982            'NF_DENSITY' and
5983            'DOCKER' and
5984            'CHAIN' and
5985            '64B' and
5986            '4T2C' and
5987            'NDRPDR'"
5988   parameters:
5989   - "throughput"
5990   - "name"
5991   - "tags"
5992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5993   x-axis: "X = CNFs per Service Chain"
5994   y-axis: "Y = Number of Service Chains"
5995   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5996   layout:
5997     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
5998     layout: "plot-service-density"
5999
6000 -
6001   type: "plot"
6002   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6003   algorithm: "plot_service_density_heatmap"
6004   output-file-type: ".html"
6005   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
6006   data: "plot-vpp-nfv-2n-skx"
6007   filter: "'NIC_Intel-X710' and
6008            'NF_DENSITY' and
6009            'DOCKER' and
6010            'CHAIN' and
6011            'IMIX' and
6012            '2T1C' and
6013            'NDRPDR'"
6014   parameters:
6015   - "throughput"
6016   - "name"
6017   - "tags"
6018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6019   x-axis: "X = CNFs per Service Chain"
6020   y-axis: "Y = Number of Service Chains"
6021   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6022   layout:
6023     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6024     layout: "plot-service-density"
6025
6026 -
6027   type: "plot"
6028   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}chain-{c}drc-vppip4-pdr"
6029   algorithm: "plot_service_density_heatmap"
6030   output-file-type: ".html"
6031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
6032   data: "plot-vpp-nfv-2n-skx"
6033   filter: "'NIC_Intel-X710' and
6034            'NF_DENSITY' and
6035            'DOCKER' and
6036            'CHAIN' and
6037            'IMIX' and
6038            '4T2C' and
6039            'NDRPDR'"
6040   parameters:
6041   - "throughput"
6042   - "name"
6043   - "tags"
6044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6045   x-axis: "X = CNFs per Service Chain"
6046   y-axis: "Y = Number of Service Chains"
6047   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6048   layout:
6049     title: "<b>Throughput:</b> eth-l2bd-{2XY}memif-{Y}chain-{XY}drc-vppip4-pdr"
6050     layout: "plot-service-density"
6051
6052 ################################################################################
6053 # Plots - NF Density - CSP
6054
6055 -
6056   type: "plot"
6057   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6058   algorithm: "plot_service_density_heatmap"
6059   output-file-type: ".html"
6060   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
6061   data: "plot-vpp-nfv-2n-skx-mrr"
6062   filter: "'NIC_Intel-X710' and
6063            'NF_DENSITY' and
6064            'DOCKER' and
6065            'PIPELINE' and
6066            '64B' and
6067            '2T1C' and
6068            'MRR'"
6069   parameters:
6070   - "result"
6071   - "name"
6072   - "tags"
6073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6074   x-axis: "X = CNFs per Service Pipeline"
6075   y-axis: "Y = Number of Service Pipelines"
6076   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6077   layout:
6078     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6079     layout: "plot-service-density"
6080
6081 -
6082   type: "plot"
6083   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6084   algorithm: "plot_service_density_heatmap"
6085   output-file-type: ".html"
6086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
6087   data: "plot-vpp-nfv-2n-skx-mrr"
6088   filter: "'NIC_Intel-X710' and
6089            'NF_DENSITY' and
6090            'DOCKER' and
6091            'PIPELINE' and
6092            '64B' and
6093            '4T2C' and
6094            'MRR'"
6095   parameters:
6096   - "result"
6097   - "name"
6098   - "tags"
6099   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6100   x-axis: "X = CNFs per Service Pipeline"
6101   y-axis: "Y = Number of Service Pipelines"
6102   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6103   layout:
6104     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6105     layout: "plot-service-density"
6106
6107 -
6108   type: "plot"
6109   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6110   algorithm: "plot_service_density_heatmap"
6111   output-file-type: ".html"
6112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
6113   data: "plot-vpp-nfv-2n-skx-mrr"
6114   filter: "'NIC_Intel-X710' and
6115            'NF_DENSITY' and
6116            'DOCKER' and
6117            'PIPELINE' and
6118            'IMIX' and
6119            '2T1C' and
6120            'MRR'"
6121   parameters:
6122   - "result"
6123   - "name"
6124   - "tags"
6125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6126   x-axis: "X = CNFs per Service Pipeline"
6127   y-axis: "Y = Number of Service Pipelines"
6128   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6129   layout:
6130     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6131     layout: "plot-service-density"
6132
6133 -
6134   type: "plot"
6135   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-mrr"
6136   algorithm: "plot_service_density_heatmap"
6137   output-file-type: ".html"
6138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
6139   data: "plot-vpp-nfv-2n-skx-mrr"
6140   filter: "'NIC_Intel-X710' and
6141            'NF_DENSITY' and
6142            'DOCKER' and
6143            'PIPELINE' and
6144            'IMIX' and
6145            '4T2C' and
6146            'MRR'"
6147   parameters:
6148   - "result"
6149   - "name"
6150   - "tags"
6151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6152   x-axis: "X = CNFs per Service Pipeline"
6153   y-axis: "Y = Number of Service Pipelines"
6154   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6155   layout:
6156     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-mrr"
6157     layout: "plot-service-density"
6158
6159 -
6160   type: "plot"
6161   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6162   algorithm: "plot_service_density_heatmap"
6163   output-file-type: ".html"
6164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6165   data: "plot-vpp-nfv-2n-skx"
6166   filter: "'NIC_Intel-X710' and
6167            'NF_DENSITY' and
6168            'DOCKER' and
6169            'PIPELINE' and
6170            '64B' and
6171            '2T1C' and
6172            'NDRPDR'"
6173   parameters:
6174   - "throughput"
6175   - "name"
6176   - "tags"
6177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6178   x-axis: "X = CNFs per Service Pipeline"
6179   y-axis: "Y = Number of Service Pipelines"
6180   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6181   layout:
6182     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6183     layout: "plot-service-density"
6184
6185 -
6186   type: "plot"
6187   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6188   algorithm: "plot_service_density_heatmap"
6189   output-file-type: ".html"
6190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6191   data: "plot-vpp-nfv-2n-skx"
6192   filter: "'NIC_Intel-X710' and
6193            'NF_DENSITY' and
6194            'DOCKER' and
6195            'PIPELINE' and
6196            '64B' and
6197            '4T2C' and
6198            'NDRPDR'"
6199   parameters:
6200   - "throughput"
6201   - "name"
6202   - "tags"
6203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6204   x-axis: "X = CNFs per Service Pipeline"
6205   y-axis: "Y = Number of Service Pipelines"
6206   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6207   layout:
6208     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6209     layout: "plot-service-density"
6210
6211 -
6212   type: "plot"
6213   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6214   algorithm: "plot_service_density_heatmap"
6215   output-file-type: ".html"
6216   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6217   data: "plot-vpp-nfv-2n-skx"
6218   filter: "'NIC_Intel-X710' and
6219            'NF_DENSITY' and
6220            'DOCKER' and
6221            'PIPELINE' and
6222            'IMIX' and
6223            '2T1C' and
6224            'NDRPDR'"
6225   parameters:
6226   - "throughput"
6227   - "name"
6228   - "tags"
6229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6230   x-axis: "X = CNFs per Service Pipeline"
6231   y-axis: "Y = Number of Service Pipelines"
6232   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6233   layout:
6234     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6235     layout: "plot-service-density"
6236
6237 -
6238   type: "plot"
6239   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-ndr"
6240   algorithm: "plot_service_density_heatmap"
6241   output-file-type: ".html"
6242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6243   data: "plot-vpp-nfv-2n-skx"
6244   filter: "'NIC_Intel-X710' and
6245            'NF_DENSITY' and
6246            'DOCKER' and
6247            'PIPELINE' and
6248            'IMIX' and
6249            '4T2C' and
6250            'NDRPDR'"
6251   parameters:
6252   - "throughput"
6253   - "name"
6254   - "tags"
6255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6256   x-axis: "X = CNFs per Service Pipeline"
6257   y-axis: "Y = Number of Service Pipelines"
6258   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6259   layout:
6260     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-ndr"
6261     layout: "plot-service-density"
6262
6263 -
6264   type: "plot"
6265   title: "Packet Throughput: 64B-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6266   algorithm: "plot_service_density_heatmap"
6267   output-file-type: ".html"
6268   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6269   data: "plot-vpp-nfv-2n-skx"
6270   filter: "'NIC_Intel-X710' and
6271            'NF_DENSITY' and
6272            'DOCKER' and
6273            'PIPELINE' and
6274            '64B' and
6275            '2T1C' and
6276            'NDRPDR'"
6277   parameters:
6278   - "throughput"
6279   - "name"
6280   - "tags"
6281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6282   x-axis: "X = CNFs per Service Pipeline"
6283   y-axis: "Y = Number of Service Pipelines"
6284   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6285   layout:
6286     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6287     layout: "plot-service-density"
6288
6289 -
6290   type: "plot"
6291   title: "Packet Throughput: 64B-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6292   algorithm: "plot_service_density_heatmap"
6293   output-file-type: ".html"
6294   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6295   data: "plot-vpp-nfv-2n-skx"
6296   filter: "'NIC_Intel-X710' and
6297            'NF_DENSITY' and
6298            'DOCKER' and
6299            'PIPELINE' and
6300            '64B' and
6301            '4T2C' and
6302            'NDRPDR'"
6303   parameters:
6304   - "throughput"
6305   - "name"
6306   - "tags"
6307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6308   x-axis: "X = CNFs per Service Pipeline"
6309   y-axis: "Y = Number of Service Pipelines"
6310   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6311   layout:
6312     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6313     layout: "plot-service-density"
6314
6315 -
6316   type: "plot"
6317   title: "Packet Throughput: IMIX-1c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6318   algorithm: "plot_service_density_heatmap"
6319   output-file-type: ".html"
6320   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6321   data: "plot-vpp-nfv-2n-skx"
6322   filter: "'NIC_Intel-X710' and
6323            'NF_DENSITY' and
6324            'DOCKER' and
6325            'PIPELINE' and
6326            'IMIX' and
6327            '2T1C' and
6328            'NDRPDR'"
6329   parameters:
6330   - "throughput"
6331   - "name"
6332   - "tags"
6333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6334   x-axis: "X = CNFs per Service Pipeline"
6335   y-axis: "Y = Number of Service Pipelines"
6336   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6337   layout:
6338     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6339     layout: "plot-service-density"
6340
6341 -
6342   type: "plot"
6343   title: "Packet Throughput: IMIX-2c-eth-l2bd-{a}memif-{b}pipe-{c}drc-vppip4-pdr"
6344   algorithm: "plot_service_density_heatmap"
6345   output-file-type: ".html"
6346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6347   data: "plot-vpp-nfv-2n-skx"
6348   filter: "'NIC_Intel-X710' and
6349            'NF_DENSITY' and
6350            'DOCKER' and
6351            'PIPELINE' and
6352            'IMIX' and
6353            '4T2C' and
6354            'NDRPDR'"
6355   parameters:
6356   - "throughput"
6357   - "name"
6358   - "tags"
6359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6360   x-axis: "X = CNFs per Service Pipeline"
6361   y-axis: "Y = Number of Service Pipelines"
6362   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6363   layout:
6364     title: "<b>Throughput:</b> eth-l2bd-{2Y}memif-{Y}pipe-{XY}drc-vppip4-pdr"
6365     layout: "plot-service-density"
6366
6367 ################################################################################
6368 # Plots VPP HTTP Server Performance
6369 -
6370   type: "plot"
6371   title: "VPP HTTP Server Performance"
6372   algorithm: "plot_http_server_performance_box"
6373   output-file-type: ".html"
6374   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6375   data:
6376     "plot-vpp-http-server-performance"
6377   # Keep this formatting, the filter is enclosed with " (quotation mark) and
6378   # each tag is enclosed with ' (apostrophe).
6379   filter: "'HTTP' and 'TCP_CPS'"
6380   parameters:
6381   - "result"
6382   - "name"
6383   traces:
6384     hoverinfo: "x+y"
6385     boxpoints: "outliers"
6386     whiskerwidth: 0
6387   layout:
6388     title: "VPP HTTP Server Performance"
6389     layout:
6390       "plot-cps"
6391
6392 -
6393   type: "plot"
6394   title: "VPP HTTP Server Performance"
6395   algorithm: "plot_http_server_performance_box"
6396   output-file-type: ".html"
6397   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6398   data:
6399     "plot-vpp-http-server-performance"
6400   filter: "'HTTP' and 'TCP_RPS'"
6401   parameters:
6402   - "result"
6403   - "name"
6404   traces:
6405     hoverinfo: "x+y"
6406     boxpoints: "outliers"
6407     whiskerwidth: 0
6408   layout:
6409     title: "VPP HTTP Server Performance"
6410     layout:
6411       "plot-rps"
6412
6413 ################################################################################
6414
6415 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6416 -
6417   type: "plot"
6418   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6419   algorithm: "plot_performance_box"
6420   output-file-type: ".html"
6421   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6422   data: "plot-vpp-throughput-latency-3n-hsw"
6423   filter: "'NIC_Intel-X520-DA2' and
6424            '64B' and
6425            ('BASE' or 'SCALE') and
6426            'NDRPDR' and
6427            'ETH' and
6428            '1T1C' and
6429            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6430            not 'VHOST' and
6431            not 'MEMIF'"
6432   parameters:
6433   - "throughput"
6434   - "parent"
6435   - "tags"
6436   sort:
6437   - "L2PATCH"
6438   - "L2XCBASE"
6439   - "BASE"
6440   - "FIB_10K"
6441   - "FIB_100K"
6442   - "FIB_1M"
6443   traces:
6444     hoverinfo: "x+y"
6445     boxpoints: "outliers"
6446     whiskerwidth: 0
6447   layout:
6448     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6449     layout: "plot-throughput"
6450
6451 -
6452   type: "plot"
6453   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6454   algorithm: "plot_performance_box"
6455   output-file-type: ".html"
6456   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6457   data: "plot-vpp-throughput-latency-3n-hsw"
6458   filter: "'NIC_Intel-X520-DA2' and
6459            '64B' and
6460            ('BASE' or 'SCALE') and
6461            'NDRPDR' and
6462            'ETH' and
6463            '1T1C' and
6464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6465            not 'VHOST' and
6466            not 'MEMIF'"
6467   parameters:
6468   - "throughput"
6469   - "parent"
6470   - "tags"
6471   sort:
6472   - "L2PATCH"
6473   - "L2XCBASE"
6474   - "BASE"
6475   - "FIB_10K"
6476   - "FIB_100K"
6477   - "FIB_1M"
6478   traces:
6479     hoverinfo: "x+y"
6480     boxpoints: "outliers"
6481     whiskerwidth: 0
6482   layout:
6483     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6484     layout: "plot-throughput"
6485
6486 -
6487   type: "plot"
6488   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6489   algorithm: "plot_performance_box"
6490   output-file-type: ".html"
6491   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6492   data: "plot-vpp-throughput-latency-3n-hsw"
6493   filter: "'NIC_Intel-X520-DA2' and
6494            '64B' and
6495            ('BASE' or 'SCALE') and
6496            'NDRPDR' and
6497            'ETH' and
6498            '2T2C' and
6499            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6500            not 'VHOST' and
6501            not 'MEMIF'"
6502   parameters:
6503   - "throughput"
6504   - "parent"
6505   - "tags"
6506   sort:
6507   - "L2PATCH"
6508   - "L2XCBASE"
6509   - "BASE"
6510   - "FIB_10K"
6511   - "FIB_100K"
6512   - "FIB_1M"
6513   traces:
6514     hoverinfo: "x+y"
6515     boxpoints: "outliers"
6516     whiskerwidth: 0
6517   layout:
6518     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6519     layout: "plot-throughput"
6520
6521 -
6522   type: "plot"
6523   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6524   algorithm: "plot_performance_box"
6525   output-file-type: ".html"
6526   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6527   data: "plot-vpp-throughput-latency-3n-hsw"
6528   filter: "'NIC_Intel-X520-DA2' and
6529            '64B' and
6530            ('BASE' or 'SCALE') and
6531            'NDRPDR' and
6532            'ETH' and
6533            '2T2C' and
6534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6535            not 'VHOST' and
6536            not 'MEMIF'"
6537   parameters:
6538   - "throughput"
6539   - "parent"
6540   - "tags"
6541   sort:
6542   - "L2PATCH"
6543   - "L2XCBASE"
6544   - "BASE"
6545   - "FIB_10K"
6546   - "FIB_100K"
6547   - "FIB_1M"
6548   traces:
6549     hoverinfo: "x+y"
6550     boxpoints: "outliers"
6551     whiskerwidth: 0
6552   layout:
6553     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6554     layout: "plot-throughput"
6555
6556 # Packet Throughput - VPP L2 3n-hsw-x520 features
6557 -
6558   type: "plot"
6559   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6560   algorithm: "plot_performance_box"
6561   output-file-type: ".html"
6562   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6563   data: "plot-vpp-throughput-latency-3n-hsw"
6564   filter: "'NIC_Intel-X520-DA2' and
6565            '64B' and
6566            'NDRPDR' and
6567            '1T1C' and
6568            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6569            not 'ACL' and
6570            not 'VHOST' and
6571            not 'MEMIF'"
6572   parameters:
6573   - "throughput"
6574   - "parent"
6575   - "tags"
6576   sort:
6577   - "L2XCBASE"    # l2xcbase
6578   - "L2BDBASE"    # l2bdbase
6579   - "L2XCFWD"     # dot1q-l2xcbase
6580   - "L2BDMACLRN"  # dot1q-l2bdbase
6581   traces:
6582     hoverinfo: "x+y"
6583     boxpoints: "outliers"
6584     whiskerwidth: 0
6585   layout:
6586     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6587     layout: "plot-throughput"
6588
6589 -
6590   type: "plot"
6591   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6592   algorithm: "plot_performance_box"
6593   output-file-type: ".html"
6594   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6595   data: "plot-vpp-throughput-latency-3n-hsw"
6596   filter: "'NIC_Intel-X520-DA2' and
6597            '64B' and
6598            'NDRPDR' and
6599            '1T1C' and
6600            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6601            not 'ACL' and
6602            not 'VHOST' and
6603            not 'MEMIF'"
6604   parameters:
6605   - "throughput"
6606   - "parent"
6607   - "tags"
6608   sort:
6609   - "L2XCBASE"    # l2xcbase
6610   - "L2BDBASE"    # l2bdbase
6611   - "L2XCFWD"     # dot1q-l2xcbase
6612   - "L2BDMACLRN"  # dot1q-l2bdbase
6613   traces:
6614     hoverinfo: "x+y"
6615     boxpoints: "outliers"
6616     whiskerwidth: 0
6617   layout:
6618     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6619     layout: "plot-throughput"
6620
6621 -
6622   type: "plot"
6623   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6624   algorithm: "plot_performance_box"
6625   output-file-type: ".html"
6626   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6627   data: "plot-vpp-throughput-latency-3n-hsw"
6628   filter: "'NIC_Intel-X520-DA2' and
6629            '64B' and
6630            'NDRPDR' and
6631            '2T2C' and
6632            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6633            not 'ACL' and
6634            not 'VHOST' and
6635            not 'MEMIF'"
6636   parameters:
6637   - "throughput"
6638   - "parent"
6639   - "tags"
6640   sort:
6641   - "L2XCBASE"    # l2xcbase
6642   - "L2BDBASE"    # l2bdbase
6643   - "L2XCFWD"     # dot1q-l2xcbase
6644   - "L2BDMACLRN"  # dot1q-l2bdbase
6645   traces:
6646     hoverinfo: "x+y"
6647     boxpoints: "outliers"
6648     whiskerwidth: 0
6649   layout:
6650     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6651     layout: "plot-throughput"
6652
6653 -
6654   type: "plot"
6655   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6656   algorithm: "plot_performance_box"
6657   output-file-type: ".html"
6658   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6659   data: "plot-vpp-throughput-latency-3n-hsw"
6660   filter: "'NIC_Intel-X520-DA2' and
6661            '64B' and
6662            'NDRPDR' and
6663            '2T2C' and
6664            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6665            not 'ACL' and
6666            not 'VHOST' and
6667            not 'MEMIF'"
6668   parameters:
6669   - "throughput"
6670   - "parent"
6671   - "tags"
6672   sort:
6673   - "L2XCBASE"    # l2xcbase
6674   - "L2BDBASE"    # l2bdbase
6675   - "L2XCFWD"     # dot1q-l2xcbase
6676   - "L2BDMACLRN"  # dot1q-l2bdbase
6677   traces:
6678     hoverinfo: "x+y"
6679     boxpoints: "outliers"
6680     whiskerwidth: 0
6681   layout:
6682     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6683     layout: "plot-throughput"
6684
6685 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
6686 -
6687   type: "plot"
6688   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6689   algorithm: "plot_performance_box"
6690   output-file-type: ".html"
6691   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6692   data: "plot-vpp-throughput-latency-3n-hsw"
6693   filter: "'NIC_Intel-X710' and
6694            '64B' and
6695            ('BASE' or 'SCALE') and
6696            'NDRPDR' and
6697            'ETH' and
6698            '1T1C' and
6699            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6700            not 'VHOST' and
6701            not 'MEMIF'"
6702   parameters:
6703   - "throughput"
6704   - "parent"
6705   - "tags"
6706   sort:
6707   - "L2XCFWD"
6708   - "L2PATCH"
6709   - "L2BDMACLRN"
6710   - "FIB_10K"
6711   - "FIB_100K"
6712   - "FIB_1M"
6713   traces:
6714     hoverinfo: "x+y"
6715     boxpoints: "outliers"
6716     whiskerwidth: 0
6717   layout:
6718     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6719     layout: "plot-throughput"
6720
6721 -
6722   type: "plot"
6723   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6724   algorithm: "plot_performance_box"
6725   output-file-type: ".html"
6726   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6727   data: "plot-vpp-throughput-latency-3n-hsw"
6728   filter: "'NIC_Intel-X710' and
6729            '64B' and
6730            ('BASE' or 'SCALE') and
6731            'NDRPDR' and
6732            'ETH' and
6733            '1T1C' and
6734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6735            not 'VHOST' and
6736            not 'MEMIF'"
6737   parameters:
6738   - "throughput"
6739   - "parent"
6740   - "tags"
6741   sort:
6742   - "L2XCFWD"
6743   - "L2PATCH"
6744   - "L2BDMACLRN"
6745   - "FIB_10K"
6746   - "FIB_100K"
6747   - "FIB_1M"
6748   traces:
6749     hoverinfo: "x+y"
6750     boxpoints: "outliers"
6751     whiskerwidth: 0
6752   layout:
6753     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6754     layout: "plot-throughput"
6755
6756 -
6757   type: "plot"
6758   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6759   algorithm: "plot_performance_box"
6760   output-file-type: ".html"
6761   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6762   data: "plot-vpp-throughput-latency-3n-hsw"
6763   filter: "'NIC_Intel-X710' and
6764            '64B' and
6765            ('BASE' or 'SCALE') and
6766            'NDRPDR' and
6767            'ETH' and
6768            '2T2C' and
6769            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6770            not 'VHOST' and
6771            not 'MEMIF'"
6772   parameters:
6773   - "throughput"
6774   - "parent"
6775   - "tags"
6776   sort:
6777   - "L2XCFWD"
6778   - "L2PATCH"
6779   - "L2BDMACLRN"
6780   - "FIB_10K"
6781   - "FIB_100K"
6782   - "FIB_1M"
6783   traces:
6784     hoverinfo: "x+y"
6785     boxpoints: "outliers"
6786     whiskerwidth: 0
6787   layout:
6788     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6789     layout: "plot-throughput"
6790
6791 -
6792   type: "plot"
6793   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6794   algorithm: "plot_performance_box"
6795   output-file-type: ".html"
6796   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6797   data: "plot-vpp-throughput-latency-3n-hsw"
6798   filter: "'NIC_Intel-X710' and
6799            '64B' and
6800            ('BASE' or 'SCALE') and
6801            'NDRPDR' and
6802            'ETH' and
6803            '2T2C' and
6804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6805            not 'VHOST' and
6806            not 'MEMIF'"
6807   parameters:
6808   - "throughput"
6809   - "parent"
6810   - "tags"
6811   sort:
6812   - "L2XCFWD"
6813   - "L2PATCH"
6814   - "L2BDMACLRN"
6815   - "FIB_10K"
6816   - "FIB_100K"
6817   - "FIB_1M"
6818   traces:
6819     hoverinfo: "x+y"
6820     boxpoints: "outliers"
6821     whiskerwidth: 0
6822   layout:
6823     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6824     layout: "plot-throughput"
6825
6826 # Packet Throughput - VPP L2 3n-hsw-x710 features
6827 -
6828   type: "plot"
6829   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6830   algorithm: "plot_performance_box"
6831   output-file-type: ".html"
6832   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6833   data: "plot-vpp-throughput-latency-3n-hsw"
6834   filter: "'NIC_Intel-X710' and
6835            '64B' and
6836            'NDRPDR' and
6837            '1T1C' and
6838            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6839            not 'ACL' and
6840            not 'VHOST' and
6841            not 'MEMIF'"
6842   parameters:
6843   - "throughput"
6844   - "parent"
6845   - "tags"
6846   sort:
6847   - "L2XCBASE"    # l2xcbase
6848   - "L2BDBASE"    # l2bdbase
6849   - "L2XCFWD"     # dot1q-l2xcbase
6850   - "L2BDMACLRN"  # dot1q-l2bdbase
6851   traces:
6852     hoverinfo: "x+y"
6853     boxpoints: "outliers"
6854     whiskerwidth: 0
6855   layout:
6856     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
6857     layout: "plot-throughput"
6858
6859 -
6860   type: "plot"
6861   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6862   algorithm: "plot_performance_box"
6863   output-file-type: ".html"
6864   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6865   data: "plot-vpp-throughput-latency-3n-hsw"
6866   filter: "'NIC_Intel-X710' and
6867            '64B' and
6868            'NDRPDR' and
6869            '1T1C' and
6870            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6871            not 'ACL' and
6872            not 'VHOST' and
6873            not 'MEMIF'"
6874   parameters:
6875   - "throughput"
6876   - "parent"
6877   - "tags"
6878   sort:
6879   - "L2XCBASE"    # l2xcbase
6880   - "L2BDBASE"    # l2bdbase
6881   - "L2XCFWD"     # dot1q-l2xcbase
6882   - "L2BDMACLRN"  # dot1q-l2bdbase
6883   traces:
6884     hoverinfo: "x+y"
6885     boxpoints: "outliers"
6886     whiskerwidth: 0
6887   layout:
6888     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
6889     layout: "plot-throughput"
6890
6891 -
6892   type: "plot"
6893   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6894   algorithm: "plot_performance_box"
6895   output-file-type: ".html"
6896   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6897   data: "plot-vpp-throughput-latency-3n-hsw"
6898   filter: "'NIC_Intel-X710' and
6899            '64B' and
6900            'NDRPDR' and
6901            '2T2C' and
6902            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6903            not 'ACL' and
6904            not 'VHOST' and
6905            not 'MEMIF'"
6906   parameters:
6907   - "throughput"
6908   - "parent"
6909   - "tags"
6910   sort:
6911   - "L2XCBASE"    # l2xcbase
6912   - "L2BDBASE"    # l2bdbase
6913   - "L2XCFWD"     # dot1q-l2xcbase
6914   - "L2BDMACLRN"  # dot1q-l2bdbase
6915   traces:
6916     hoverinfo: "x+y"
6917     boxpoints: "outliers"
6918     whiskerwidth: 0
6919   layout:
6920     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
6921     layout: "plot-throughput"
6922
6923 -
6924   type: "plot"
6925   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6926   algorithm: "plot_performance_box"
6927   output-file-type: ".html"
6928   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6929   data: "plot-vpp-throughput-latency-3n-hsw"
6930   filter: "'NIC_Intel-X710' and
6931            '64B' and
6932            'NDRPDR' and
6933            '2T2C' and
6934            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6935            not 'ACL' and
6936            not 'VHOST' and
6937            not 'MEMIF'"
6938   parameters:
6939   - "throughput"
6940   - "parent"
6941   - "tags"
6942   sort:
6943   - "L2XCBASE"    # l2xcbase
6944   - "L2BDBASE"    # l2bdbase
6945   - "L2XCFWD"     # dot1q-l2xcbase
6946   - "L2BDMACLRN"  # dot1q-l2bdbase
6947   traces:
6948     hoverinfo: "x+y"
6949     boxpoints: "outliers"
6950     whiskerwidth: 0
6951   layout:
6952     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
6953     layout: "plot-throughput"
6954
6955 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
6956 -
6957   type: "plot"
6958   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6959   algorithm: "plot_performance_box"
6960   output-file-type: ".html"
6961   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6962   data: "plot-vpp-throughput-latency-3n-hsw"
6963   filter: "'NIC_Intel-XL710' and
6964            '64B' and
6965            ('BASE' or 'SCALE') and
6966            'NDRPDR' and
6967            'ETH' and
6968            '1T1C' and
6969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6970            not 'VHOST' and
6971            not 'MEMIF'"
6972   parameters:
6973   - "throughput"
6974   - "parent"
6975   - "tags"
6976   sort:
6977   - "L2PATCH"
6978   - "L2XCBASE"
6979   - "BASE"
6980   - "FIB_10K"
6981   - "FIB_100K"
6982   - "FIB_1M"
6983   traces:
6984     hoverinfo: "x+y"
6985     boxpoints: "outliers"
6986     whiskerwidth: 0
6987   layout:
6988     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6989     layout: "plot-throughput"
6990
6991 -
6992   type: "plot"
6993   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6994   algorithm: "plot_performance_box"
6995   output-file-type: ".html"
6996   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6997   data: "plot-vpp-throughput-latency-3n-hsw"
6998   filter: "'NIC_Intel-XL710' and
6999            '64B' and
7000            ('BASE' or 'SCALE') and
7001            'NDRPDR' and
7002            'ETH' and
7003            '1T1C' and
7004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7005            not 'VHOST' and
7006            not 'MEMIF'"
7007   parameters:
7008   - "throughput"
7009   - "parent"
7010   - "tags"
7011   sort:
7012   - "L2PATCH"
7013   - "L2XCBASE"
7014   - "BASE"
7015   - "FIB_10K"
7016   - "FIB_100K"
7017   - "FIB_1M"
7018   traces:
7019     hoverinfo: "x+y"
7020     boxpoints: "outliers"
7021     whiskerwidth: 0
7022   layout:
7023     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7024     layout: "plot-throughput"
7025
7026 -
7027   type: "plot"
7028   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7029   algorithm: "plot_performance_box"
7030   output-file-type: ".html"
7031   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7032   data: "plot-vpp-throughput-latency-3n-hsw"
7033   filter: "'NIC_Intel-XL710' and
7034            '64B' and
7035            ('BASE' or 'SCALE') and
7036            'NDRPDR' and
7037            'ETH' and
7038            '2T2C' and
7039            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7040            not 'VHOST' and
7041            not 'MEMIF'"
7042   parameters:
7043   - "throughput"
7044   - "parent"
7045   - "tags"
7046   sort:
7047   - "L2PATCH"
7048   - "L2XCBASE"
7049   - "BASE"
7050   - "FIB_10K"
7051   - "FIB_100K"
7052   - "FIB_1M"
7053   traces:
7054     hoverinfo: "x+y"
7055     boxpoints: "outliers"
7056     whiskerwidth: 0
7057   layout:
7058     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7059     layout: "plot-throughput"
7060
7061 -
7062   type: "plot"
7063   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7064   algorithm: "plot_performance_box"
7065   output-file-type: ".html"
7066   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7067   data: "plot-vpp-throughput-latency-3n-hsw"
7068   filter: "'NIC_Intel-XL710' and
7069            '64B' and
7070            ('BASE' or 'SCALE') and
7071            'NDRPDR' and
7072            'ETH' and
7073            '2T2C' and
7074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7075            not 'VHOST' and
7076            not 'MEMIF'"
7077   parameters:
7078   - "throughput"
7079   - "parent"
7080   - "tags"
7081   sort:
7082   - "L2PATCH"
7083   - "L2XCBASE"
7084   - "BASE"
7085   - "FIB_10K"
7086   - "FIB_100K"
7087   - "FIB_1M"
7088   traces:
7089     hoverinfo: "x+y"
7090     boxpoints: "outliers"
7091     whiskerwidth: 0
7092   layout:
7093     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7094     layout: "plot-throughput"
7095
7096 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7097 -
7098   type: "plot"
7099   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7100   algorithm: "plot_performance_box"
7101   output-file-type: ".html"
7102   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7103   data: "plot-vpp-throughput-latency-3n-skx"
7104   filter: "'NIC_Intel-X710' and
7105            '64B' and
7106            ('BASE' or 'SCALE') and
7107            'NDRPDR' and
7108            'ETH' and
7109            '2T1C' and
7110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7111            not 'VHOST' and
7112            not 'MEMIF' and
7113            not 'DRV_AVF'"
7114   parameters:
7115   - "throughput"
7116   - "parent"
7117   - "tags"
7118   sort:
7119   - "L2PATCH"
7120   - "L2XCBASE"
7121   - "BASE"
7122   - "FIB_10K"
7123   - "FIB_100K"
7124   - "FIB_1M"
7125   traces:
7126     hoverinfo: "x+y"
7127     boxpoints: "outliers"
7128     whiskerwidth: 0
7129   layout:
7130     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7131     layout: "plot-throughput"
7132
7133 -
7134   type: "plot"
7135   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7136   algorithm: "plot_performance_box"
7137   output-file-type: ".html"
7138   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7139   data: "plot-vpp-throughput-latency-3n-skx"
7140   filter: "'NIC_Intel-X710' and
7141            '64B' and
7142            ('BASE' or 'SCALE') and
7143            'NDRPDR' and
7144            'ETH' and
7145            '2T1C' and
7146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7147            not 'VHOST' and
7148            not 'MEMIF' and
7149            not 'DRV_AVF'"
7150   parameters:
7151   - "throughput"
7152   - "parent"
7153   - "tags"
7154   sort:
7155   - "L2PATCH"
7156   - "L2XCBASE"
7157   - "BASE"
7158   - "FIB_10K"
7159   - "FIB_100K"
7160   - "FIB_1M"
7161   traces:
7162     hoverinfo: "x+y"
7163     boxpoints: "outliers"
7164     whiskerwidth: 0
7165   layout:
7166     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7167     layout: "plot-throughput"
7168
7169 -
7170   type: "plot"
7171   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7172   algorithm: "plot_performance_box"
7173   output-file-type: ".html"
7174   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7175   data: "plot-vpp-throughput-latency-3n-skx"
7176   filter: "'NIC_Intel-X710' and
7177            '64B' and
7178            ('BASE' or 'SCALE') and
7179            'NDRPDR' and
7180            'ETH' and
7181            '4T2C' and
7182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7183            not 'VHOST' and
7184            not 'MEMIF' and
7185            not 'DRV_AVF'"
7186   parameters:
7187   - "throughput"
7188   - "parent"
7189   - "tags"
7190   sort:
7191   - "L2PATCH"
7192   - "L2XCBASE"
7193   - "BASE"
7194   - "FIB_10K"
7195   - "FIB_100K"
7196   - "FIB_1M"
7197   traces:
7198     hoverinfo: "x+y"
7199     boxpoints: "outliers"
7200     whiskerwidth: 0
7201   layout:
7202     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7203     layout: "plot-throughput"
7204
7205 -
7206   type: "plot"
7207   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7208   algorithm: "plot_performance_box"
7209   output-file-type: ".html"
7210   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7211   data: "plot-vpp-throughput-latency-3n-skx"
7212   filter: "'NIC_Intel-X710' and
7213            '64B' and
7214            ('BASE' or 'SCALE') and
7215            'NDRPDR' and
7216            'ETH' and
7217            '4T2C' and
7218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7219            not 'VHOST' and
7220            not 'MEMIF' and
7221            not 'DRV_AVF'"
7222   parameters:
7223   - "throughput"
7224   - "parent"
7225   - "tags"
7226   sort:
7227   - "L2PATCH"
7228   - "L2XCBASE"
7229   - "BASE"
7230   - "FIB_10K"
7231   - "FIB_100K"
7232   - "FIB_1M"
7233   traces:
7234     hoverinfo: "x+y"
7235     boxpoints: "outliers"
7236     whiskerwidth: 0
7237   layout:
7238     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7239     layout: "plot-throughput"
7240
7241 # Packet Throughput - VPP L2 3n-skx-x710 features
7242 -
7243   type: "plot"
7244   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7245   algorithm: "plot_performance_box"
7246   output-file-type: ".html"
7247   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7248   data: "plot-vpp-throughput-latency-3n-skx"
7249   filter: "'NIC_Intel-X710' and
7250            '64B' and
7251            'NDRPDR' and
7252            '2T1C' and
7253            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7254            not 'ACL' and
7255            not 'VHOST' and
7256            not 'MEMIF'"
7257   parameters:
7258   - "throughput"
7259   - "parent"
7260   - "tags"
7261   sort:
7262   - "L2XCBASE"    # l2xcbase
7263   - "L2BDBASE"    # l2bdbase
7264   - "L2XCFWD"     # dot1q-l2xcbase
7265   - "L2BDMACLRN"  # dot1q-l2bdbase
7266   traces:
7267     hoverinfo: "x+y"
7268     boxpoints: "outliers"
7269     whiskerwidth: 0
7270   layout:
7271     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7272     layout: "plot-throughput"
7273
7274 -
7275   type: "plot"
7276   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7277   algorithm: "plot_performance_box"
7278   output-file-type: ".html"
7279   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7280   data: "plot-vpp-throughput-latency-3n-skx"
7281   filter: "'NIC_Intel-X710' and
7282            '64B' and
7283            'NDRPDR' and
7284            '2T1C' and
7285            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7286            not 'ACL' and
7287            not 'VHOST' and
7288            not 'MEMIF'"
7289   parameters:
7290   - "throughput"
7291   - "parent"
7292   - "tags"
7293   sort:
7294   - "L2XCBASE"    # l2xcbase
7295   - "L2BDBASE"    # l2bdbase
7296   - "L2XCFWD"     # dot1q-l2xcbase
7297   - "L2BDMACLRN"  # dot1q-l2bdbase
7298   traces:
7299     hoverinfo: "x+y"
7300     boxpoints: "outliers"
7301     whiskerwidth: 0
7302   layout:
7303     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7304     layout: "plot-throughput"
7305
7306 -
7307   type: "plot"
7308   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7309   algorithm: "plot_performance_box"
7310   output-file-type: ".html"
7311   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7312   data: "plot-vpp-throughput-latency-3n-skx"
7313   filter: "'NIC_Intel-X710' and
7314            '64B' and
7315            'NDRPDR' and
7316            '4T2C' and
7317            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7318            not 'ACL' and
7319            not 'VHOST' and
7320            not 'MEMIF'"
7321   parameters:
7322   - "throughput"
7323   - "parent"
7324   - "tags"
7325   sort:
7326   - "L2XCBASE"    # l2xcbase
7327   - "L2BDBASE"    # l2bdbase
7328   - "L2XCFWD"     # dot1q-l2xcbase
7329   - "L2BDMACLRN"  # dot1q-l2bdbase
7330   traces:
7331     hoverinfo: "x+y"
7332     boxpoints: "outliers"
7333     whiskerwidth: 0
7334   layout:
7335     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7336     layout: "plot-throughput"
7337
7338 -
7339   type: "plot"
7340   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7341   algorithm: "plot_performance_box"
7342   output-file-type: ".html"
7343   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7344   data: "plot-vpp-throughput-latency-3n-skx"
7345   filter: "'NIC_Intel-X710' and
7346            '64B' and
7347            'NDRPDR' and
7348            '4T2C' and
7349            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7350            not 'ACL' and
7351            not 'VHOST' and
7352            not 'MEMIF'"
7353   parameters:
7354   - "throughput"
7355   - "parent"
7356   - "tags"
7357   sort:
7358   - "L2XCBASE"    # l2xcbase
7359   - "L2BDBASE"    # l2bdbase
7360   - "L2XCFWD"     # dot1q-l2xcbase
7361   - "L2BDMACLRN"  # dot1q-l2bdbase
7362   traces:
7363     hoverinfo: "x+y"
7364     boxpoints: "outliers"
7365     whiskerwidth: 0
7366   layout:
7367     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7368     layout: "plot-throughput"
7369
7370 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
7371 -
7372   type: "plot"
7373   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7374   algorithm: "plot_performance_box"
7375   output-file-type: ".html"
7376   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7377   data: "plot-vpp-throughput-latency-3n-skx"
7378   filter: "'NIC_Intel-XXV710' and
7379            '64B' and
7380            ('BASE' or 'SCALE') and
7381            'NDRPDR' and
7382            'ETH' and
7383            '2T1C' and
7384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7385            not 'VHOST' and
7386            not 'MEMIF' and
7387            not 'DRV_AVF'"
7388   parameters:
7389   - "throughput"
7390   - "parent"
7391   - "tags"
7392   sort:
7393   - "L2PATCH"
7394   - "L2XCBASE"
7395   - "BASE"
7396   - "FIB_10K"
7397   - "FIB_100K"
7398   - "FIB_1M"
7399   traces:
7400     hoverinfo: "x+y"
7401     boxpoints: "outliers"
7402     whiskerwidth: 0
7403   layout:
7404     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7405     layout: "plot-throughput"
7406
7407 -
7408   type: "plot"
7409   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7410   algorithm: "plot_performance_box"
7411   output-file-type: ".html"
7412   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7413   data: "plot-vpp-throughput-latency-3n-skx"
7414   filter: "'NIC_Intel-XXV710' and
7415            '64B' and
7416            ('BASE' or 'SCALE') and
7417            'NDRPDR' and
7418            'ETH' and
7419            '2T1C' and
7420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7421            not 'VHOST' and
7422            not 'MEMIF' and
7423            not 'DRV_AVF'"
7424   parameters:
7425   - "throughput"
7426   - "parent"
7427   - "tags"
7428   sort:
7429   - "L2PATCH"
7430   - "L2XCBASE"
7431   - "BASE"
7432   - "FIB_10K"
7433   - "FIB_100K"
7434   - "FIB_1M"
7435   traces:
7436     hoverinfo: "x+y"
7437     boxpoints: "outliers"
7438     whiskerwidth: 0
7439   layout:
7440     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7441     layout: "plot-throughput"
7442
7443 -
7444   type: "plot"
7445   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7446   algorithm: "plot_performance_box"
7447   output-file-type: ".html"
7448   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7449   data: "plot-vpp-throughput-latency-3n-skx"
7450   filter: "'NIC_Intel-XXV710' and
7451            '64B' and
7452            ('BASE' or 'SCALE') and
7453            'NDRPDR' and
7454            'ETH' and
7455            '4T2C' and
7456            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7457            not 'VHOST' and
7458            not 'MEMIF' and
7459            not 'DRV_AVF'"
7460   parameters:
7461   - "throughput"
7462   - "parent"
7463   - "tags"
7464   sort:
7465   - "L2PATCH"
7466   - "L2XCBASE"
7467   - "BASE"
7468   - "FIB_10K"
7469   - "FIB_100K"
7470   - "FIB_1M"
7471   traces:
7472     hoverinfo: "x+y"
7473     boxpoints: "outliers"
7474     whiskerwidth: 0
7475   layout:
7476     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7477     layout: "plot-throughput"
7478
7479 -
7480   type: "plot"
7481   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7482   algorithm: "plot_performance_box"
7483   output-file-type: ".html"
7484   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7485   data: "plot-vpp-throughput-latency-3n-skx"
7486   filter: "'NIC_Intel-XXV710' and
7487            '64B' and
7488            ('BASE' or 'SCALE') and
7489            'NDRPDR' and
7490            'ETH' and
7491            '4T2C' and
7492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7493            not 'VHOST' and
7494            not 'MEMIF' and
7495            not 'DRV_AVF'"
7496   parameters:
7497   - "throughput"
7498   - "parent"
7499   - "tags"
7500   sort:
7501   - "L2PATCH"
7502   - "L2XCBASE"
7503   - "BASE"
7504   - "FIB_10K"
7505   - "FIB_100K"
7506   - "FIB_1M"
7507   traces:
7508     hoverinfo: "x+y"
7509     boxpoints: "outliers"
7510     whiskerwidth: 0
7511   layout:
7512     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7513     layout: "plot-throughput"
7514
7515 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
7516 -
7517   type: "plot"
7518   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7519   algorithm: "plot_performance_box"
7520   output-file-type: ".html"
7521   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7522   data: "plot-vpp-throughput-latency-2n-skx"
7523   filter: "'NIC_Intel-X710' and
7524            '64B' and
7525            ('BASE' or 'SCALE') and
7526            'NDRPDR' and
7527            'ETH' and
7528            '2T1C' and
7529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7530            not 'VHOST' and
7531            not 'MEMIF'"
7532   parameters:
7533   - "throughput"
7534   - "parent"
7535   - "tags"
7536   sort:
7537   - "L2PATCH"
7538   - "L2XCBASE"
7539   - "BASE"
7540   - "FIB_10K"
7541   - "FIB_100K"
7542   - "FIB_1M"
7543   traces:
7544     hoverinfo: "x+y"
7545     boxpoints: "outliers"
7546     whiskerwidth: 0
7547   layout:
7548     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7549     layout: "plot-throughput"
7550
7551 -
7552   type: "plot"
7553   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7554   algorithm: "plot_performance_box"
7555   output-file-type: ".html"
7556   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7557   data: "plot-vpp-throughput-latency-2n-skx"
7558   filter: "'NIC_Intel-X710' and
7559            '64B' and
7560            ('BASE' or 'SCALE') and
7561            'NDRPDR' and
7562            'ETH' and
7563            '2T1C' and
7564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7565            not 'VHOST' and
7566            not 'MEMIF'"
7567   parameters:
7568   - "throughput"
7569   - "parent"
7570   - "tags"
7571   sort:
7572   - "L2PATCH"
7573   - "L2XCBASE"
7574   - "BASE"
7575   - "FIB_10K"
7576   - "FIB_100K"
7577   - "FIB_1M"
7578   traces:
7579     hoverinfo: "x+y"
7580     boxpoints: "outliers"
7581     whiskerwidth: 0
7582   layout:
7583     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7584     layout: "plot-throughput"
7585
7586 -
7587   type: "plot"
7588   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7589   algorithm: "plot_performance_box"
7590   output-file-type: ".html"
7591   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7592   data: "plot-vpp-throughput-latency-2n-skx"
7593   filter: "'NIC_Intel-X710' and
7594            '64B' and
7595            ('BASE' or 'SCALE') and
7596            'NDRPDR' and
7597            'ETH' and
7598            '4T2C' and
7599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7600            not 'VHOST' and
7601            not 'MEMIF'"
7602   parameters:
7603   - "throughput"
7604   - "parent"
7605   - "tags"
7606   sort:
7607   - "L2PATCH"
7608   - "L2XCBASE"
7609   - "BASE"
7610   - "FIB_10K"
7611   - "FIB_100K"
7612   - "FIB_1M"
7613   traces:
7614     hoverinfo: "x+y"
7615     boxpoints: "outliers"
7616     whiskerwidth: 0
7617   layout:
7618     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7619     layout: "plot-throughput"
7620
7621 -
7622   type: "plot"
7623   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7624   algorithm: "plot_performance_box"
7625   output-file-type: ".html"
7626   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7627   data: "plot-vpp-throughput-latency-2n-skx"
7628   filter: "'NIC_Intel-X710' and
7629            '64B' and
7630            ('BASE' or 'SCALE') and
7631            'NDRPDR' and
7632            'ETH' and
7633            '4T2C' and
7634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7635            not 'VHOST' and
7636            not 'MEMIF'"
7637   parameters:
7638   - "throughput"
7639   - "parent"
7640   - "tags"
7641   sort:
7642   - "L2PATCH"
7643   - "L2XCBASE"
7644   - "BASE"
7645   - "FIB_10K"
7646   - "FIB_100K"
7647   - "FIB_1M"
7648   traces:
7649     hoverinfo: "x+y"
7650     boxpoints: "outliers"
7651     whiskerwidth: 0
7652   layout:
7653     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
7654     layout: "plot-throughput"
7655
7656 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
7657 -
7658   type: "plot"
7659   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7660   algorithm: "plot_performance_box"
7661   output-file-type: ".html"
7662   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7663   data: "plot-vpp-throughput-latency-2n-skx"
7664   filter: "'NIC_Intel-XXV710' and
7665            '64B' and
7666            ('BASE' or 'SCALE') and
7667            'NDRPDR' and
7668            'ETH' and
7669            '2T1C' and
7670            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7671            not 'VHOST' and
7672            not 'MEMIF'"
7673   parameters:
7674   - "throughput"
7675   - "parent"
7676   - "tags"
7677   sort:
7678   - "L2PATCH"
7679   - "L2XCBASE"
7680   - "BASE"
7681   - "FIB_10K"
7682   - "FIB_100K"
7683   - "FIB_1M"
7684   traces:
7685     hoverinfo: "x+y"
7686     boxpoints: "outliers"
7687     whiskerwidth: 0
7688   layout:
7689     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
7690     layout: "plot-throughput"
7691
7692 -
7693   type: "plot"
7694   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7695   algorithm: "plot_performance_box"
7696   output-file-type: ".html"
7697   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7698   data: "plot-vpp-throughput-latency-2n-skx"
7699   filter: "'NIC_Intel-XXV710' and
7700            '64B' and
7701            ('BASE' or 'SCALE') and
7702            'NDRPDR' and
7703            'ETH' and
7704            '2T1C' and
7705            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7706            not 'VHOST' and
7707            not 'MEMIF'"
7708   parameters:
7709   - "throughput"
7710   - "parent"
7711   - "tags"
7712   sort:
7713   - "L2PATCH"
7714   - "L2XCBASE"
7715   - "BASE"
7716   - "FIB_10K"
7717   - "FIB_100K"
7718   - "FIB_1M"
7719   traces:
7720     hoverinfo: "x+y"
7721     boxpoints: "outliers"
7722     whiskerwidth: 0
7723   layout:
7724     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7725     layout: "plot-throughput"
7726
7727 -
7728   type: "plot"
7729   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7730   algorithm: "plot_performance_box"
7731   output-file-type: ".html"
7732   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7733   data: "plot-vpp-throughput-latency-2n-skx"
7734   filter: "'NIC_Intel-XXV710' and
7735            '64B' and
7736            ('BASE' or 'SCALE') and
7737            'NDRPDR' and
7738            'ETH' and
7739            '4T2C' and
7740            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7741            not 'VHOST' and
7742            not 'MEMIF'"
7743   parameters:
7744   - "throughput"
7745   - "parent"
7746   - "tags"
7747   sort:
7748   - "L2PATCH"
7749   - "L2XCBASE"
7750   - "BASE"
7751   - "FIB_10K"
7752   - "FIB_100K"
7753   - "FIB_1M"
7754   traces:
7755     hoverinfo: "x+y"
7756     boxpoints: "outliers"
7757     whiskerwidth: 0
7758   layout:
7759     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7760     layout: "plot-throughput"
7761
7762 -
7763   type: "plot"
7764   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7765   algorithm: "plot_performance_box"
7766   output-file-type: ".html"
7767   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7768   data: "plot-vpp-throughput-latency-2n-skx"
7769   filter: "'NIC_Intel-XXV710' and
7770            '64B' and
7771            ('BASE' or 'SCALE') and
7772            'NDRPDR' and
7773            'ETH' and
7774            '4T2C' and
7775            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7776            not 'VHOST' and
7777            not 'MEMIF'"
7778   parameters:
7779   - "throughput"
7780   - "parent"
7781   - "tags"
7782   sort:
7783   - "L2PATCH"
7784   - "L2XCBASE"
7785   - "BASE"
7786   - "FIB_10K"
7787   - "FIB_100K"
7788   - "FIB_1M"
7789   traces:
7790     hoverinfo: "x+y"
7791     boxpoints: "outliers"
7792     whiskerwidth: 0
7793   layout:
7794     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7795     layout: "plot-throughput"
7796
7797 # Packet Throughput - VPP L2 2n-dnv-x553 base
7798 -
7799   type: "plot"
7800   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7801   algorithm: "plot_performance_box"
7802   output-file-type: ".html"
7803   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7804   data: "intel-dnv-vpp"
7805   filter: "'NIC_Intel-X553' and
7806            '64B' and
7807            'BASE' and
7808            'NDRPDR' and
7809            'ETH' and
7810            '1T1C' and
7811            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7812            not 'VHOST' and
7813            not 'MEMIF'"
7814   parameters:
7815   - "throughput"
7816   - "parent"
7817   - "tags"
7818   sort:
7819   - "L2XCBASE"
7820   - "L2BDMACLRN"
7821   - "L2PATCH"
7822   traces:
7823     hoverinfo: "x+y"
7824     boxpoints: "outliers"
7825     whiskerwidth: 0
7826   layout:
7827     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
7828     layout: "plot-throughput"
7829
7830 -
7831   type: "plot"
7832   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7833   algorithm: "plot_performance_box"
7834   output-file-type: ".html"
7835   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7836   data: "intel-dnv-vpp"
7837   filter: "'NIC_Intel-X553' and
7838            '64B' and
7839            ('BASE' or 'SCALE') and
7840            'NDRPDR' and
7841            'ETH' and
7842            '1T1C' and
7843            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7844            not 'VHOST' and
7845            not 'MEMIF'"
7846   parameters:
7847   - "throughput"
7848   - "parent"
7849   - "tags"
7850   sort:
7851   - "L2XCBASE"
7852   - "L2BDMACLRN"
7853   - "L2PATCH"
7854   traces:
7855     hoverinfo: "x+y"
7856     boxpoints: "outliers"
7857     whiskerwidth: 0
7858   layout:
7859     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
7860     layout: "plot-throughput"
7861
7862 -
7863   type: "plot"
7864   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7865   algorithm: "plot_performance_box"
7866   output-file-type: ".html"
7867   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7868   data: "intel-dnv-vpp"
7869   filter: "'NIC_Intel-X553' and
7870            '64B' and
7871            ('BASE' or 'SCALE') and
7872            'NDRPDR' and
7873            'ETH' and
7874            '2T2C' and
7875            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7876            not 'VHOST' and
7877            not 'MEMIF'"
7878   parameters:
7879   - "throughput"
7880   - "parent"
7881   - "tags"
7882   sort:
7883   - "L2XCBASE"
7884   - "L2BDMACLRN"
7885   - "L2PATCH"
7886   traces:
7887     hoverinfo: "x+y"
7888     boxpoints: "outliers"
7889     whiskerwidth: 0
7890   layout:
7891     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
7892     layout: "plot-throughput"
7893
7894 -
7895   type: "plot"
7896   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7897   algorithm: "plot_performance_box"
7898   output-file-type: ".html"
7899   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7900   data: "intel-dnv-vpp"
7901   filter: "'NIC_Intel-X553' and
7902            '64B' and
7903            ('BASE' or 'SCALE') and
7904            'NDRPDR' and
7905            'ETH' and
7906            '2T2C' and
7907            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7908            not 'VHOST' and
7909            not 'MEMIF'"
7910   parameters:
7911   - "throughput"
7912   - "parent"
7913   - "tags"
7914   sort:
7915   - "L2XCBASE"
7916   - "L2BDMACLRN"
7917   - "L2PATCH"
7918   traces:
7919     hoverinfo: "x+y"
7920     boxpoints: "outliers"
7921     whiskerwidth: 0
7922   layout:
7923     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
7924     layout: "plot-throughput"
7925
7926 ################################################################################
7927
7928 # Packet Throughput - VPP Container Memif 3n-hsw-x520
7929 -
7930   type: "plot"
7931   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7932   algorithm: "plot_performance_box"
7933   output-file-type: ".html"
7934   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7935   data: "plot-vpp-throughput-latency-3n-hsw"
7936   filter: "'NIC_Intel-X520-DA2' and
7937            '64B' and
7938            ('BASE' or 'SCALE') and
7939            'NDRPDR' and
7940            '1T1C' and
7941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7942            not 'VHOST' and
7943            'MEMIF'"
7944   parameters:
7945   - "throughput"
7946   - "parent"
7947   - "tags"
7948   sort:
7949   - "L2XCFWD"
7950   - "L2XCFWD"
7951   - "L2XCFWD"
7952   - "L2BDMACLRN"
7953   - "L2BDMACLRN"
7954   - "L2BDMACLRN"
7955   traces:
7956     hoverinfo: "x+y"
7957     boxpoints: "outliers"
7958     whiskerwidth: 0
7959   layout:
7960     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7961     layout: "plot-throughput"
7962
7963 -
7964   type: "plot"
7965   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7966   algorithm: "plot_performance_box"
7967   output-file-type: ".html"
7968   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7969   data: "plot-vpp-throughput-latency-3n-hsw"
7970   filter: "'NIC_Intel-X520-DA2' and
7971            '64B' and
7972            ('BASE' or 'SCALE') and
7973            'NDRPDR' and
7974            '1T1C' and
7975            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7976            not 'VHOST' and
7977            'MEMIF'"
7978   parameters:
7979   - "throughput"
7980   - "parent"
7981   - "tags"
7982   sort:
7983   - "L2XCFWD"
7984   - "L2XCFWD"
7985   - "L2XCFWD"
7986   - "L2BDMACLRN"
7987   - "L2BDMACLRN"
7988   - "L2BDMACLRN"
7989   traces:
7990     hoverinfo: "x+y"
7991     boxpoints: "outliers"
7992     whiskerwidth: 0
7993   layout:
7994     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7995     layout: "plot-throughput"
7996
7997 -
7998   type: "plot"
7999   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8000   algorithm: "plot_performance_box"
8001   output-file-type: ".html"
8002   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8003   data: "plot-vpp-throughput-latency-3n-hsw"
8004   filter: "'NIC_Intel-X520-DA2' and
8005            '64B' and
8006            ('BASE' or 'SCALE') and
8007            'NDRPDR' and
8008            '2T2C' and
8009            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8010            not 'VHOST' and
8011            'MEMIF'"
8012   parameters:
8013   - "throughput"
8014   - "parent"
8015   - "tags"
8016   sort:
8017   - "L2XCFWD"
8018   - "L2XCFWD"
8019   - "L2XCFWD"
8020   - "L2BDMACLRN"
8021   - "L2BDMACLRN"
8022   - "L2BDMACLRN"
8023   traces:
8024     hoverinfo: "x+y"
8025     boxpoints: "outliers"
8026     whiskerwidth: 0
8027   layout:
8028     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8029     layout: "plot-throughput"
8030
8031 -
8032   type: "plot"
8033   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8034   algorithm: "plot_performance_box"
8035   output-file-type: ".html"
8036   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8037   data: "plot-vpp-throughput-latency-3n-hsw"
8038   filter: "'NIC_Intel-X520-DA2' and
8039            '64B' and
8040            ('BASE' or 'SCALE') and
8041            'NDRPDR' and
8042            '2T2C' and
8043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8044            not 'VHOST' and
8045            'MEMIF'"
8046   parameters:
8047   - "throughput"
8048   - "parent"
8049   - "tags"
8050   sort:
8051   - "L2XCFWD"
8052   - "L2XCFWD"
8053   - "L2XCFWD"
8054   - "L2BDMACLRN"
8055   - "L2BDMACLRN"
8056   - "L2BDMACLRN"
8057   traces:
8058     hoverinfo: "x+y"
8059     boxpoints: "outliers"
8060     whiskerwidth: 0
8061   layout:
8062     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8063     layout: "plot-throughput"
8064
8065 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8066 -
8067   type: "plot"
8068   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8069   algorithm: "plot_performance_box"
8070   output-file-type: ".html"
8071   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8072   data: "plot-vpp-throughput-latency-3n-hsw"
8073   filter: "'NIC_Intel-X710' and
8074            '64B' and
8075            ('BASE' or 'SCALE') and
8076            'NDRPDR' and
8077            '1T1C' and
8078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8079            not 'VHOST' and
8080            'MEMIF'"
8081   parameters:
8082   - "throughput"
8083   - "parent"
8084   - "tags"
8085   sort:
8086   - "L2XCFWD"
8087   - "L2XCFWD"
8088   - "L2XCFWD"
8089   - "L2BDMACLRN"
8090   - "L2BDMACLRN"
8091   - "L2BDMACLRN"
8092   traces:
8093     hoverinfo: "x+y"
8094     boxpoints: "outliers"
8095     whiskerwidth: 0
8096   layout:
8097     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8098     layout: "plot-throughput"
8099
8100 -
8101   type: "plot"
8102   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8103   algorithm: "plot_performance_box"
8104   output-file-type: ".html"
8105   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8106   data: "plot-vpp-throughput-latency-3n-hsw"
8107   filter: "'NIC_Intel-X710' and
8108            '64B' and
8109            ('BASE' or 'SCALE') and
8110            'NDRPDR' and
8111            '1T1C' and
8112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8113            not 'VHOST' and
8114            'MEMIF'"
8115   parameters:
8116   - "throughput"
8117   - "parent"
8118   - "tags"
8119   sort:
8120   - "L2XCFWD"
8121   - "L2XCFWD"
8122   - "L2XCFWD"
8123   - "L2BDMACLRN"
8124   - "L2BDMACLRN"
8125   - "L2BDMACLRN"
8126   traces:
8127     hoverinfo: "x+y"
8128     boxpoints: "outliers"
8129     whiskerwidth: 0
8130   layout:
8131     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8132     layout: "plot-throughput"
8133
8134 -
8135   type: "plot"
8136   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8137   algorithm: "plot_performance_box"
8138   output-file-type: ".html"
8139   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8140   data: "plot-vpp-throughput-latency-3n-hsw"
8141   filter: "'NIC_Intel-X710' and
8142            '64B' and
8143            ('BASE' or 'SCALE') and
8144            'NDRPDR' and
8145            '2T2C' and
8146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8147            not 'VHOST' and
8148            'MEMIF'"
8149   parameters:
8150   - "throughput"
8151   - "parent"
8152   - "tags"
8153   sort:
8154   - "L2XCFWD"
8155   - "L2XCFWD"
8156   - "L2XCFWD"
8157   - "L2BDMACLRN"
8158   - "L2BDMACLRN"
8159   - "L2BDMACLRN"
8160   traces:
8161     hoverinfo: "x+y"
8162     boxpoints: "outliers"
8163     whiskerwidth: 0
8164   layout:
8165     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8166     layout: "plot-throughput"
8167
8168 -
8169   type: "plot"
8170   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8171   algorithm: "plot_performance_box"
8172   output-file-type: ".html"
8173   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8174   data: "plot-vpp-throughput-latency-3n-hsw"
8175   filter: "'NIC_Intel-X710' and
8176            '64B' and
8177            ('BASE' or 'SCALE') and
8178            'NDRPDR' and
8179            '2T2C' and
8180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8181            not 'VHOST' and
8182            'MEMIF'"
8183   parameters:
8184   - "throughput"
8185   - "parent"
8186   - "tags"
8187   sort:
8188   - "L2XCFWD"
8189   - "L2XCFWD"
8190   - "L2XCFWD"
8191   - "L2BDMACLRN"
8192   - "L2BDMACLRN"
8193   - "L2BDMACLRN"
8194   traces:
8195     hoverinfo: "x+y"
8196     boxpoints: "outliers"
8197     whiskerwidth: 0
8198   layout:
8199     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8200     layout: "plot-throughput"
8201
8202 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8203 -
8204   type: "plot"
8205   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8206   algorithm: "plot_performance_box"
8207   output-file-type: ".html"
8208   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8209   data: "plot-vpp-throughput-latency-3n-hsw"
8210   filter: "'NIC_Intel-XL710' and
8211            '64B' and
8212            ('BASE' or 'SCALE') and
8213            'NDRPDR' and
8214            '1T1C' and
8215            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8216            not 'VHOST' and
8217            'MEMIF'"
8218   parameters:
8219   - "throughput"
8220   - "parent"
8221   - "tags"
8222   sort:
8223   - "L2XCFWD"
8224   - "L2XCFWD"
8225   - "L2XCFWD"
8226   - "L2BDMACLRN"
8227   - "L2BDMACLRN"
8228   - "L2BDMACLRN"
8229   traces:
8230     hoverinfo: "x+y"
8231     boxpoints: "outliers"
8232     whiskerwidth: 0
8233   layout:
8234     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8235     layout: "plot-throughput"
8236
8237 -
8238   type: "plot"
8239   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8240   algorithm: "plot_performance_box"
8241   output-file-type: ".html"
8242   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8243   data: "plot-vpp-throughput-latency-3n-hsw"
8244   filter: "'NIC_Intel-XL710' and
8245            '64B' and
8246            ('BASE' or 'SCALE') and
8247            'NDRPDR' and
8248            '1T1C' and
8249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8250            not 'VHOST' and
8251            'MEMIF'"
8252   parameters:
8253   - "throughput"
8254   - "parent"
8255   - "tags"
8256   sort:
8257   - "L2XCFWD"
8258   - "L2XCFWD"
8259   - "L2XCFWD"
8260   - "L2BDMACLRN"
8261   - "L2BDMACLRN"
8262   - "L2BDMACLRN"
8263   traces:
8264     hoverinfo: "x+y"
8265     boxpoints: "outliers"
8266     whiskerwidth: 0
8267   layout:
8268     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8269     layout: "plot-throughput"
8270
8271 -
8272   type: "plot"
8273   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8274   algorithm: "plot_performance_box"
8275   output-file-type: ".html"
8276   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8277   data: "plot-vpp-throughput-latency-3n-hsw"
8278   filter: "'NIC_Intel-XL710' and
8279            '64B' and
8280            ('BASE' or 'SCALE') and
8281            'NDRPDR' and
8282            '2T2C' and
8283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8284            not 'VHOST' and
8285            'MEMIF'"
8286   parameters:
8287   - "throughput"
8288   - "parent"
8289   - "tags"
8290   sort:
8291   - "L2XCFWD"
8292   - "L2XCFWD"
8293   - "L2XCFWD"
8294   - "L2BDMACLRN"
8295   - "L2BDMACLRN"
8296   - "L2BDMACLRN"
8297   traces:
8298     hoverinfo: "x+y"
8299     boxpoints: "outliers"
8300     whiskerwidth: 0
8301   layout:
8302     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8303     layout: "plot-throughput"
8304
8305 -
8306   type: "plot"
8307   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8308   algorithm: "plot_performance_box"
8309   output-file-type: ".html"
8310   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8311   data: "plot-vpp-throughput-latency-3n-hsw"
8312   filter: "'NIC_Intel-XL710' and
8313            '64B' and
8314            ('BASE' or 'SCALE') and
8315            'NDRPDR' and
8316            '2T2C' and
8317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8318            not 'VHOST' and
8319            'MEMIF'"
8320   parameters:
8321   - "throughput"
8322   - "parent"
8323   - "tags"
8324   sort:
8325   - "L2XCFWD"
8326   - "L2XCFWD"
8327   - "L2XCFWD"
8328   - "L2BDMACLRN"
8329   - "L2BDMACLRN"
8330   - "L2BDMACLRN"
8331   traces:
8332     hoverinfo: "x+y"
8333     boxpoints: "outliers"
8334     whiskerwidth: 0
8335   layout:
8336     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8337     layout: "plot-throughput"
8338
8339 # Packet Throughput - VPP Container Memif 3n-skx-x710
8340 -
8341   type: "plot"
8342   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8343   algorithm: "plot_performance_box"
8344   output-file-type: ".html"
8345   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8346   data: "plot-vpp-throughput-latency-3n-skx"
8347   filter: "'NIC_Intel-X710' and
8348            '64B' and
8349            ('BASE' or 'SCALE') and
8350            'NDRPDR' and
8351            '2T1C' and
8352            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8353            not 'VHOST' and
8354            'MEMIF'"
8355   parameters:
8356   - "throughput"
8357   - "parent"
8358   - "tags"
8359   sort:
8360   - "L2XCFWD"
8361   - "L2XCFWD"
8362   - "L2XCFWD"
8363   - "L2BDMACLRN"
8364   - "L2BDMACLRN"
8365   - "L2BDMACLRN"
8366   traces:
8367     hoverinfo: "x+y"
8368     boxpoints: "outliers"
8369     whiskerwidth: 0
8370   layout:
8371     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8372     layout: "plot-throughput"
8373
8374 -
8375   type: "plot"
8376   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8377   algorithm: "plot_performance_box"
8378   output-file-type: ".html"
8379   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8380   data: "plot-vpp-throughput-latency-3n-skx"
8381   filter: "'NIC_Intel-X710' and
8382            '64B' and
8383            ('BASE' or 'SCALE') and
8384            'NDRPDR' and
8385            '2T1C' and
8386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8387            not 'VHOST' and
8388            'MEMIF'"
8389   parameters:
8390   - "throughput"
8391   - "parent"
8392   - "tags"
8393   sort:
8394   - "L2XCFWD"
8395   - "L2XCFWD"
8396   - "L2XCFWD"
8397   - "L2BDMACLRN"
8398   - "L2BDMACLRN"
8399   - "L2BDMACLRN"
8400   traces:
8401     hoverinfo: "x+y"
8402     boxpoints: "outliers"
8403     whiskerwidth: 0
8404   layout:
8405     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8406     layout: "plot-throughput"
8407
8408 -
8409   type: "plot"
8410   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8411   algorithm: "plot_performance_box"
8412   output-file-type: ".html"
8413   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8414   data: "plot-vpp-throughput-latency-3n-skx"
8415   filter: "'NIC_Intel-X710' and
8416            '64B' and
8417            ('BASE' or 'SCALE') and
8418            'NDRPDR' and
8419            '4T2C' and
8420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8421            not 'VHOST' and
8422            'MEMIF'"
8423   parameters:
8424   - "throughput"
8425   - "parent"
8426   - "tags"
8427   sort:
8428   - "L2XCFWD"
8429   - "L2XCFWD"
8430   - "L2XCFWD"
8431   - "L2BDMACLRN"
8432   - "L2BDMACLRN"
8433   - "L2BDMACLRN"
8434   traces:
8435     hoverinfo: "x+y"
8436     boxpoints: "outliers"
8437     whiskerwidth: 0
8438   layout:
8439     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8440     layout: "plot-throughput"
8441
8442 -
8443   type: "plot"
8444   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8445   algorithm: "plot_performance_box"
8446   output-file-type: ".html"
8447   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8448   data: "plot-vpp-throughput-latency-3n-skx"
8449   filter: "'NIC_Intel-X710' and
8450            '64B' and
8451            ('BASE' or 'SCALE') and
8452            'NDRPDR' and
8453            '4T2C' and
8454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8455            not 'VHOST' and
8456            'MEMIF'"
8457   parameters:
8458   - "throughput"
8459   - "parent"
8460   - "tags"
8461   sort:
8462   - "L2XCFWD"
8463   - "L2XCFWD"
8464   - "L2XCFWD"
8465   - "L2BDMACLRN"
8466   - "L2BDMACLRN"
8467   - "L2BDMACLRN"
8468   traces:
8469     hoverinfo: "x+y"
8470     boxpoints: "outliers"
8471     whiskerwidth: 0
8472   layout:
8473     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8474     layout: "plot-throughput"
8475
8476 # Packet Throughput - VPP Container Memif 2n-skx-x710
8477 -
8478   type: "plot"
8479   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8480   algorithm: "plot_performance_box"
8481   output-file-type: ".html"
8482   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8483   data: "plot-vpp-throughput-latency-2n-skx"
8484   filter: "'NIC_Intel-X710' and
8485            '64B' and
8486            ('BASE' or 'SCALE') and
8487            'NDRPDR' and
8488            '2T1C' and
8489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8490            not 'VHOST' and
8491            'MEMIF'"
8492   parameters:
8493   - "throughput"
8494   - "parent"
8495   - "tags"
8496   sort:
8497   - "L2XCFWD"
8498   - "L2XCFWD"
8499   - "L2XCFWD"
8500   - "L2BDMACLRN"
8501   - "L2BDMACLRN"
8502   - "L2BDMACLRN"
8503   traces:
8504     hoverinfo: "x+y"
8505     boxpoints: "outliers"
8506     whiskerwidth: 0
8507   layout:
8508     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8509     layout: "plot-throughput"
8510
8511 -
8512   type: "plot"
8513   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8514   algorithm: "plot_performance_box"
8515   output-file-type: ".html"
8516   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8517   data: "plot-vpp-throughput-latency-2n-skx"
8518   filter: "'NIC_Intel-X710' and
8519            '64B' and
8520            ('BASE' or 'SCALE') and
8521            'NDRPDR' and
8522            '2T1C' and
8523            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8524            not 'VHOST' and
8525            'MEMIF'"
8526   parameters:
8527   - "throughput"
8528   - "parent"
8529   - "tags"
8530   sort:
8531   - "L2XCFWD"
8532   - "L2XCFWD"
8533   - "L2XCFWD"
8534   - "L2BDMACLRN"
8535   - "L2BDMACLRN"
8536   - "L2BDMACLRN"
8537   traces:
8538     hoverinfo: "x+y"
8539     boxpoints: "outliers"
8540     whiskerwidth: 0
8541   layout:
8542     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8543     layout: "plot-throughput"
8544
8545 -
8546   type: "plot"
8547   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8548   algorithm: "plot_performance_box"
8549   output-file-type: ".html"
8550   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8551   data: "plot-vpp-throughput-latency-2n-skx"
8552   filter: "'NIC_Intel-X710' and
8553            '64B' and
8554            ('BASE' or 'SCALE') and
8555            'NDRPDR' and
8556            '4T2C' and
8557            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8558            not 'VHOST' and
8559            'MEMIF'"
8560   parameters:
8561   - "throughput"
8562   - "parent"
8563   - "tags"
8564   sort:
8565   - "L2XCFWD"
8566   - "L2XCFWD"
8567   - "L2XCFWD"
8568   - "L2BDMACLRN"
8569   - "L2BDMACLRN"
8570   - "L2BDMACLRN"
8571   traces:
8572     hoverinfo: "x+y"
8573     boxpoints: "outliers"
8574     whiskerwidth: 0
8575   layout:
8576     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8577     layout: "plot-throughput"
8578
8579 -
8580   type: "plot"
8581   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8582   algorithm: "plot_performance_box"
8583   output-file-type: ".html"
8584   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8585   data: "plot-vpp-throughput-latency-2n-skx"
8586   filter: "'NIC_Intel-X710' and
8587            '64B' and
8588            ('BASE' or 'SCALE') and
8589            'NDRPDR' and
8590            '4T2C' and
8591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8592            not 'VHOST' and
8593            'MEMIF'"
8594   parameters:
8595   - "throughput"
8596   - "parent"
8597   - "tags"
8598   sort:
8599   - "L2XCFWD"
8600   - "L2XCFWD"
8601   - "L2XCFWD"
8602   - "L2BDMACLRN"
8603   - "L2BDMACLRN"
8604   - "L2BDMACLRN"
8605   traces:
8606     hoverinfo: "x+y"
8607     boxpoints: "outliers"
8608     whiskerwidth: 0
8609   layout:
8610     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8611     layout: "plot-throughput"
8612
8613 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
8614 -
8615   type: "plot"
8616   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8617   algorithm: "plot_performance_box"
8618   output-file-type: ".html"
8619   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8620   data: "plot-vpp-throughput-latency-2n-skx"
8621   filter: "'NIC_Intel-XXV710' and
8622            '64B' and
8623            ('BASE' or 'SCALE') and
8624            'NDRPDR' and
8625            '2T1C' and
8626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8627            not 'VHOST' and
8628            'MEMIF'"
8629   parameters:
8630   - "throughput"
8631   - "parent"
8632   - "tags"
8633   sort:
8634   - "L2XCFWD"
8635   - "L2XCFWD"
8636   - "L2XCFWD"
8637   - "L2BDMACLRN"
8638   - "L2BDMACLRN"
8639   - "L2BDMACLRN"
8640   traces:
8641     hoverinfo: "x+y"
8642     boxpoints: "outliers"
8643     whiskerwidth: 0
8644   layout:
8645     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8646     layout: "plot-throughput"
8647
8648 -
8649   type: "plot"
8650   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8651   algorithm: "plot_performance_box"
8652   output-file-type: ".html"
8653   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8654   data: "plot-vpp-throughput-latency-2n-skx"
8655   filter: "'NIC_Intel-XXV710' and
8656            '64B' and
8657            ('BASE' or 'SCALE') and
8658            'NDRPDR' and
8659            '2T1C' and
8660            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8661            not 'VHOST' and
8662            'MEMIF'"
8663   parameters:
8664   - "throughput"
8665   - "parent"
8666   - "tags"
8667   sort:
8668   - "L2XCFWD"
8669   - "L2XCFWD"
8670   - "L2XCFWD"
8671   - "L2BDMACLRN"
8672   - "L2BDMACLRN"
8673   - "L2BDMACLRN"
8674   traces:
8675     hoverinfo: "x+y"
8676     boxpoints: "outliers"
8677     whiskerwidth: 0
8678   layout:
8679     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8680     layout: "plot-throughput"
8681
8682 -
8683   type: "plot"
8684   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8685   algorithm: "plot_performance_box"
8686   output-file-type: ".html"
8687   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8688   data: "plot-vpp-throughput-latency-2n-skx"
8689   filter: "'NIC_Intel-XXV710' and
8690            '64B' and
8691            ('BASE' or 'SCALE') and
8692            'NDRPDR' and
8693            '4T2C' and
8694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8695            not 'VHOST' and
8696            'MEMIF'"
8697   parameters:
8698   - "throughput"
8699   - "parent"
8700   - "tags"
8701   sort:
8702   - "L2XCFWD"
8703   - "L2XCFWD"
8704   - "L2XCFWD"
8705   - "L2BDMACLRN"
8706   - "L2BDMACLRN"
8707   - "L2BDMACLRN"
8708   traces:
8709     hoverinfo: "x+y"
8710     boxpoints: "outliers"
8711     whiskerwidth: 0
8712   layout:
8713     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8714     layout: "plot-throughput"
8715
8716 -
8717   type: "plot"
8718   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8719   algorithm: "plot_performance_box"
8720   output-file-type: ".html"
8721   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8722   data: "plot-vpp-throughput-latency-2n-skx"
8723   filter: "'NIC_Intel-XXV710' and
8724            '64B' and
8725            ('BASE' or 'SCALE') and
8726            'NDRPDR' and
8727            '4T2C' and
8728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8729            not 'VHOST' and
8730            'MEMIF'"
8731   parameters:
8732   - "throughput"
8733   - "parent"
8734   - "tags"
8735   sort:
8736   - "L2XCFWD"
8737   - "L2XCFWD"
8738   - "L2XCFWD"
8739   - "L2BDMACLRN"
8740   - "L2BDMACLRN"
8741   - "L2BDMACLRN"
8742   traces:
8743     hoverinfo: "x+y"
8744     boxpoints: "outliers"
8745     whiskerwidth: 0
8746   layout:
8747     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8748     layout: "plot-throughput"
8749
8750 ################################################################################
8751
8752 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
8753 -
8754   type: "plot"
8755   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8756   algorithm: "plot_performance_box"
8757   output-file-type: ".html"
8758   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8759   data: "plot-ligato-throughput-latency-3n-hsw"
8760   filter: "'NIC_Intel-X520-DA2' and
8761            '64B' and
8762            ('BASE' or 'SCALE') and
8763            'NDRPDR' and
8764            '1T1C' and
8765            'L2XCFWD' and
8766            not 'VHOST' and
8767            'MEMIF'"
8768   parameters:
8769   - "throughput"
8770   - "parent"
8771   - "tags"
8772   sort:
8773   - "1VNF"
8774   - "2VNF"
8775   - "4VNF"
8776   - "2VNF"
8777   - "4VNF"
8778   traces:
8779     hoverinfo: "x+y"
8780     boxpoints: "outliers"
8781     whiskerwidth: 0
8782   layout:
8783     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
8784     layout: "plot-throughput"
8785
8786 -
8787   type: "plot"
8788   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8789   algorithm: "plot_performance_box"
8790   output-file-type: ".html"
8791   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8792   data: "plot-ligato-throughput-latency-3n-hsw"
8793   filter: "'NIC_Intel-X520-DA2' and
8794            '64B' and
8795            ('BASE' or 'SCALE') and
8796            'NDRPDR' and
8797            '1T1C' and
8798            'L2XCFWD' and
8799            not 'VHOST' and
8800            'MEMIF'"
8801   parameters:
8802   - "throughput"
8803   - "parent"
8804   - "tags"
8805   sort:
8806   - "1VNF"
8807   - "2VNF"
8808   - "4VNF"
8809   - "2VNF"
8810   - "4VNF"
8811   traces:
8812     hoverinfo: "x+y"
8813     boxpoints: "outliers"
8814     whiskerwidth: 0
8815   layout:
8816     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
8817     layout: "plot-throughput"
8818
8819 -
8820   type: "plot"
8821   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8822   algorithm: "plot_performance_box"
8823   output-file-type: ".html"
8824   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8825   data: "plot-ligato-throughput-latency-3n-hsw"
8826   filter: "'NIC_Intel-X520-DA2' and
8827            '64B' and
8828            ('BASE' or 'SCALE') and
8829            'NDRPDR' and
8830            '2T2C' and
8831            'L2XCFWD' and
8832            not 'VHOST' and
8833            'MEMIF'"
8834   parameters:
8835   - "throughput"
8836   - "parent"
8837   - "tags"
8838   sort:
8839   - "1VNF"
8840   - "2VNF"
8841   - "4VNF"
8842   - "2VNF"
8843   - "4VNF"
8844   traces:
8845     hoverinfo: "x+y"
8846     boxpoints: "outliers"
8847     whiskerwidth: 0
8848   layout:
8849     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
8850     layout: "plot-throughput"
8851
8852 -
8853   type: "plot"
8854   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8855   algorithm: "plot_performance_box"
8856   output-file-type: ".html"
8857   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8858   data: "plot-ligato-throughput-latency-3n-hsw"
8859   filter: "'NIC_Intel-X520-DA2' and
8860            '64B' and
8861            ('BASE' or 'SCALE') and
8862            'NDRPDR' and
8863            '2T2C' and
8864            'L2XCFWD' and
8865            not 'VHOST' and
8866            'MEMIF'"
8867   parameters:
8868   - "throughput"
8869   - "parent"
8870   - "tags"
8871   sort:
8872   - "1VNF"
8873   - "2VNF"
8874   - "4VNF"
8875   - "2VNF"
8876   - "4VNF"
8877   traces:
8878     hoverinfo: "x+y"
8879     boxpoints: "outliers"
8880     whiskerwidth: 0
8881   layout:
8882     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
8883     layout: "plot-throughput"
8884
8885 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
8886 -
8887   type: "plot"
8888   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8889   algorithm: "plot_performance_box"
8890   output-file-type: ".html"
8891   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8892   data: "plot-ligato-throughput-latency-3n-hsw"
8893   filter: "'NIC_Intel-X520-DA2' and
8894            '64B' and
8895            ('BASE' or 'SCALE') and
8896            'NDRPDR' and
8897            '1T1C' and
8898            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8899            not 'VHOST' and
8900            'MEMIF'"
8901   parameters:
8902   - "throughput"
8903   - "parent"
8904   - "tags"
8905   sort:
8906   - "1VNF"
8907   - "2VNF"
8908   - "4VNF"
8909   - "2VNF"
8910   - "4VNF"
8911   traces:
8912     hoverinfo: "x+y"
8913     boxpoints: "outliers"
8914     whiskerwidth: 0
8915   layout:
8916     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
8917     layout: "plot-throughput"
8918
8919 -
8920   type: "plot"
8921   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8922   algorithm: "plot_performance_box"
8923   output-file-type: ".html"
8924   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8925   data: "plot-ligato-throughput-latency-3n-hsw"
8926   filter: "'NIC_Intel-X520-DA2' and
8927            '64B' and
8928            ('BASE' or 'SCALE') and
8929            'NDRPDR' and
8930            '1T1C' and
8931            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8932            not 'VHOST' and
8933            'MEMIF'"
8934   parameters:
8935   - "throughput"
8936   - "parent"
8937   - "tags"
8938   sort:
8939   - "1VNF"
8940   - "2VNF"
8941   - "4VNF"
8942   - "2VNF"
8943   - "4VNF"
8944   traces:
8945     hoverinfo: "x+y"
8946     boxpoints: "outliers"
8947     whiskerwidth: 0
8948   layout:
8949     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
8950     layout: "plot-throughput"
8951
8952 -
8953   type: "plot"
8954   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8955   algorithm: "plot_performance_box"
8956   output-file-type: ".html"
8957   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8958   data: "plot-ligato-throughput-latency-3n-hsw"
8959   filter: "'NIC_Intel-X520-DA2' and
8960            '64B' and
8961            ('BASE' or 'SCALE') and
8962            'NDRPDR' and
8963            '2T2C' and
8964            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8965            not 'VHOST' and
8966            'MEMIF'"
8967   parameters:
8968   - "throughput"
8969   - "parent"
8970   - "tags"
8971   sort:
8972   - "1VNF"
8973   - "2VNF"
8974   - "4VNF"
8975   - "2VNF"
8976   - "4VNF"
8977   traces:
8978     hoverinfo: "x+y"
8979     boxpoints: "outliers"
8980     whiskerwidth: 0
8981   layout:
8982     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
8983     layout: "plot-throughput"
8984
8985 -
8986   type: "plot"
8987   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8988   algorithm: "plot_performance_box"
8989   output-file-type: ".html"
8990   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
8991   data: "plot-ligato-throughput-latency-3n-hsw"
8992   filter: "'NIC_Intel-X520-DA2' and
8993            '64B' and
8994            ('BASE' or 'SCALE') and
8995            'NDRPDR' and
8996            '2T2C' and
8997            ('L2BDMACSTAT' or 'L2BDMACLRN') and
8998            not 'VHOST' and
8999            'MEMIF'"
9000   parameters:
9001   - "throughput"
9002   - "parent"
9003   - "tags"
9004   sort:
9005   - "1VNF"
9006   - "2VNF"
9007   - "4VNF"
9008   - "2VNF"
9009   - "4VNF"
9010   traces:
9011     hoverinfo: "x+y"
9012     boxpoints: "outliers"
9013     whiskerwidth: 0
9014   layout:
9015     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9016     layout: "plot-throughput"
9017
9018 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9019 -
9020   type: "plot"
9021   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9022   algorithm: "plot_performance_box"
9023   output-file-type: ".html"
9024   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9025   data: "plot-ligato-throughput-latency-3n-hsw"
9026   filter: "'NIC_Intel-X710' and
9027            '64B' and
9028            ('BASE' or 'SCALE') and
9029            'NDRPDR' and
9030            '1T1C' and
9031            'L2XCFWD' and
9032            not 'VHOST' and
9033            'MEMIF'"
9034   parameters:
9035   - "throughput"
9036   - "parent"
9037   - "tags"
9038   sort:
9039   - "1VNF"
9040   - "2VNF"
9041   - "4VNF"
9042   - "2VNF"
9043   - "4VNF"
9044   traces:
9045     hoverinfo: "x+y"
9046     boxpoints: "outliers"
9047     whiskerwidth: 0
9048   layout:
9049     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9050     layout: "plot-throughput"
9051
9052 -
9053   type: "plot"
9054   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9055   algorithm: "plot_performance_box"
9056   output-file-type: ".html"
9057   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9058   data: "plot-ligato-throughput-latency-3n-hsw"
9059   filter: "'NIC_Intel-X710' and
9060            '64B' and
9061            ('BASE' or 'SCALE') and
9062            'NDRPDR' and
9063            '1T1C' and
9064            'L2XCFWD' and
9065            not 'VHOST' and
9066            'MEMIF'"
9067   parameters:
9068   - "throughput"
9069   - "parent"
9070   - "tags"
9071   sort:
9072   - "1VNF"
9073   - "2VNF"
9074   - "4VNF"
9075   - "2VNF"
9076   - "4VNF"
9077   traces:
9078     hoverinfo: "x+y"
9079     boxpoints: "outliers"
9080     whiskerwidth: 0
9081   layout:
9082     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9083     layout: "plot-throughput"
9084
9085 -
9086   type: "plot"
9087   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9088   algorithm: "plot_performance_box"
9089   output-file-type: ".html"
9090   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9091   data: "plot-ligato-throughput-latency-3n-hsw"
9092   filter: "'NIC_Intel-X710' and
9093            '64B' and
9094            ('BASE' or 'SCALE') and
9095            'NDRPDR' and
9096            '2T2C' and
9097            'L2XCFWD' and
9098            not 'VHOST' and
9099            'MEMIF'"
9100   parameters:
9101   - "throughput"
9102   - "parent"
9103   - "tags"
9104   sort:
9105   - "1VNF"
9106   - "2VNF"
9107   - "4VNF"
9108   - "2VNF"
9109   - "4VNF"
9110   traces:
9111     hoverinfo: "x+y"
9112     boxpoints: "outliers"
9113     whiskerwidth: 0
9114   layout:
9115     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9116     layout: "plot-throughput"
9117
9118 -
9119   type: "plot"
9120   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9121   algorithm: "plot_performance_box"
9122   output-file-type: ".html"
9123   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9124   data: "plot-ligato-throughput-latency-3n-hsw"
9125   filter: "'NIC_Intel-X710' and
9126            '64B' and
9127            ('BASE' or 'SCALE') and
9128            'NDRPDR' and
9129            '2T2C' and
9130            'L2XCFWD' and
9131            not 'VHOST' and
9132            'MEMIF'"
9133   parameters:
9134   - "throughput"
9135   - "parent"
9136   - "tags"
9137   sort:
9138   - "1VNF"
9139   - "2VNF"
9140   - "4VNF"
9141   - "2VNF"
9142   - "4VNF"
9143   traces:
9144     hoverinfo: "x+y"
9145     boxpoints: "outliers"
9146     whiskerwidth: 0
9147   layout:
9148     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9149     layout: "plot-throughput"
9150
9151 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9152 -
9153   type: "plot"
9154   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9155   algorithm: "plot_performance_box"
9156   output-file-type: ".html"
9157   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9158   data: "plot-ligato-throughput-latency-3n-hsw"
9159   filter: "'NIC_Intel-X710' and
9160            '64B' and
9161            ('BASE' or 'SCALE') and
9162            'NDRPDR' and
9163            '1T1C' and
9164            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9165            not 'VHOST' and
9166            'MEMIF'"
9167   parameters:
9168   - "throughput"
9169   - "parent"
9170   - "tags"
9171   sort:
9172   - "1VNF"
9173   - "2VNF"
9174   - "4VNF"
9175   - "2VNF"
9176   - "4VNF"
9177   traces:
9178     hoverinfo: "x+y"
9179     boxpoints: "outliers"
9180     whiskerwidth: 0
9181   layout:
9182     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9183     layout: "plot-throughput"
9184
9185 -
9186   type: "plot"
9187   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9188   algorithm: "plot_performance_box"
9189   output-file-type: ".html"
9190   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9191   data: "plot-ligato-throughput-latency-3n-hsw"
9192   filter: "'NIC_Intel-X710' and
9193            '64B' and
9194            ('BASE' or 'SCALE') and
9195            'NDRPDR' and
9196            '1T1C' and
9197            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9198            not 'VHOST' and
9199            'MEMIF'"
9200   parameters:
9201   - "throughput"
9202   - "parent"
9203   - "tags"
9204   sort:
9205   - "1VNF"
9206   - "2VNF"
9207   - "4VNF"
9208   - "2VNF"
9209   - "4VNF"
9210   traces:
9211     hoverinfo: "x+y"
9212     boxpoints: "outliers"
9213     whiskerwidth: 0
9214   layout:
9215     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9216     layout: "plot-throughput"
9217
9218 -
9219   type: "plot"
9220   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9221   algorithm: "plot_performance_box"
9222   output-file-type: ".html"
9223   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9224   data: "plot-ligato-throughput-latency-3n-hsw"
9225   filter: "'NIC_Intel-X710' and
9226            '64B' and
9227            ('BASE' or 'SCALE') and
9228            'NDRPDR' and
9229            '2T2C' and
9230            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9231            not 'VHOST' and
9232            'MEMIF'"
9233   parameters:
9234   - "throughput"
9235   - "parent"
9236   - "tags"
9237   sort:
9238   - "1VNF"
9239   - "2VNF"
9240   - "4VNF"
9241   - "2VNF"
9242   - "4VNF"
9243   traces:
9244     hoverinfo: "x+y"
9245     boxpoints: "outliers"
9246     whiskerwidth: 0
9247   layout:
9248     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9249     layout: "plot-throughput"
9250
9251 -
9252   type: "plot"
9253   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9254   algorithm: "plot_performance_box"
9255   output-file-type: ".html"
9256   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9257   data: "plot-ligato-throughput-latency-3n-hsw"
9258   filter: "'NIC_Intel-X710' and
9259            '64B' and
9260            ('BASE' or 'SCALE') and
9261            'NDRPDR' and
9262            '2T2C' and
9263            ('L2BDMACSTAT' or 'L2BDMACLRN') and
9264            not 'VHOST' and
9265            'MEMIF'"
9266   parameters:
9267   - "throughput"
9268   - "parent"
9269   - "tags"
9270   sort:
9271   - "1VNF"
9272   - "2VNF"
9273   - "4VNF"
9274   - "2VNF"
9275   - "4VNF"
9276   traces:
9277     hoverinfo: "x+y"
9278     boxpoints: "outliers"
9279     whiskerwidth: 0
9280   layout:
9281     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9282     layout: "plot-throughput"
9283
9284 ################################################################################
9285
9286 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9287 -
9288   type: "plot"
9289   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9290   algorithm: "plot_performance_box"
9291   output-file-type: ".html"
9292   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9293   data: "plot-vpp-throughput-latency-3n-hsw"
9294   filter: "'NIC_Intel-X520-DA2' and
9295            '64B' and
9296            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9297            'NDRPDR' and
9298            '1T1C' and
9299            'IP4FWD' and
9300            not 'IPSEC' and
9301            not 'VHOST'"
9302   parameters:
9303   - "throughput"
9304   - "parent"
9305   - "tags"
9306   sort:
9307   - "DOT1Q"
9308   - "IP4BASE"
9309   - "FIB_20k"
9310   - "FIB_200k"
9311   - "FIB_2M"
9312   traces:
9313     hoverinfo: "x+y"
9314     boxpoints: "outliers"
9315     whiskerwidth: 0
9316   layout:
9317     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9318     layout: "plot-throughput"
9319
9320 -
9321   type: "plot"
9322   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9323   algorithm: "plot_performance_box"
9324   output-file-type: ".html"
9325   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9326   data: "plot-vpp-throughput-latency-3n-hsw"
9327   filter: "'NIC_Intel-X520-DA2' and
9328            '64B' and
9329            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9330            'NDRPDR' and
9331            '1T1C' and
9332            'IP4FWD' and
9333            not 'IPSEC' and
9334            not 'VHOST'"
9335   parameters:
9336   - "throughput"
9337   - "parent"
9338   - "tags"
9339   sort:
9340   - "DOT1Q"
9341   - "IP4BASE"
9342   - "FIB_20k"
9343   - "FIB_200k"
9344   - "FIB_2M"
9345   traces:
9346     hoverinfo: "x+y"
9347     boxpoints: "outliers"
9348     whiskerwidth: 0
9349   layout:
9350     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9351     layout: "plot-throughput"
9352
9353 -
9354   type: "plot"
9355   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9356   algorithm: "plot_performance_box"
9357   output-file-type: ".html"
9358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9359   data: "plot-vpp-throughput-latency-3n-hsw"
9360   filter: "'NIC_Intel-X520-DA2' and
9361            '64B' and
9362            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9363            'NDRPDR' and
9364            '2T2C' and
9365            'IP4FWD' and
9366            not 'IPSEC' and
9367            not 'VHOST'"
9368   parameters:
9369   - "throughput"
9370   - "parent"
9371   - "tags"
9372   sort:
9373   - "DOT1Q"
9374   - "IP4BASE"
9375   - "FIB_20k"
9376   - "FIB_200k"
9377   - "FIB_2M"
9378   traces:
9379     hoverinfo: "x+y"
9380     boxpoints: "outliers"
9381     whiskerwidth: 0
9382   layout:
9383     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9384     layout: "plot-throughput"
9385
9386 -
9387   type: "plot"
9388   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9389   algorithm: "plot_performance_box"
9390   output-file-type: ".html"
9391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9392   data: "plot-vpp-throughput-latency-3n-hsw"
9393   filter: "'NIC_Intel-X520-DA2' and
9394            '64B' and
9395            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
9396            'NDRPDR' and
9397            '2T2C' and
9398            'IP4FWD' and
9399            not 'IPSEC' and
9400            not 'VHOST'"
9401   parameters:
9402   - "throughput"
9403   - "parent"
9404   - "tags"
9405   sort:
9406   - "DOT1Q"
9407   - "IP4BASE"
9408   - "FIB_20k"
9409   - "FIB_200k"
9410   - "FIB_2M"
9411   traces:
9412     hoverinfo: "x+y"
9413     boxpoints: "outliers"
9414     whiskerwidth: 0
9415   layout:
9416     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9417     layout: "plot-throughput"
9418
9419 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
9420 -
9421   type: "plot"
9422   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9423   algorithm: "plot_performance_box"
9424   output-file-type: ".html"
9425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9426   data: "plot-vpp-throughput-latency-3n-hsw"
9427   filter: "'NIC_Intel-X520-DA2' and
9428            '64B' and
9429            ('IP4BASE' or
9430             'POLICE_MARK' or
9431             'COPWHLIST' or
9432             ('NAT44' and 'BASE') or
9433             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9434            'NDRPDR' and
9435            '1T1C' and
9436            'IP4FWD' and
9437            not 'IPSEC' and
9438            not 'VHOST'"
9439   parameters:
9440   - "throughput"
9441   - "parent"
9442   - "tags"
9443   sort:
9444   - "DOT1Q"
9445   - "IP4BASE"
9446   - "NAT44"
9447   - "POLICE_MARK"
9448   - "COPWHLIST"
9449   - "IACL"
9450   - "OACL"
9451   traces:
9452     hoverinfo: "x+y"
9453     boxpoints: "outliers"
9454     whiskerwidth: 0
9455   layout:
9456     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
9457     layout: "plot-throughput"
9458
9459 -
9460   type: "plot"
9461   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9462   algorithm: "plot_performance_box"
9463   output-file-type: ".html"
9464   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9465   data: "plot-vpp-throughput-latency-3n-hsw"
9466   filter: "'NIC_Intel-X520-DA2' and
9467            '64B' and
9468            ('IP4BASE' or
9469             'POLICE_MARK' or
9470             'COPWHLIST' or
9471             ('NAT44' and 'BASE') or
9472             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9473            'NDRPDR' and
9474            '1T1C' and
9475            'IP4FWD' and
9476            not 'IPSEC' and
9477            not 'VHOST'"
9478   parameters:
9479   - "throughput"
9480   - "parent"
9481   - "tags"
9482   sort:
9483   - "DOT1Q"
9484   - "IP4BASE"
9485   - "NAT44"
9486   - "POLICE_MARK"
9487   - "COPWHLIST"
9488   - "IACL"
9489   - "OACL"
9490   traces:
9491     hoverinfo: "x+y"
9492     boxpoints: "outliers"
9493     whiskerwidth: 0
9494   layout:
9495     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
9496     layout: "plot-throughput"
9497
9498 -
9499   type: "plot"
9500   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9501   algorithm: "plot_performance_box"
9502   output-file-type: ".html"
9503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9504   data: "plot-vpp-throughput-latency-3n-hsw"
9505   filter: "'NIC_Intel-X520-DA2' and
9506            '64B' and
9507            ('IP4BASE' or
9508             'POLICE_MARK' or
9509             'COPWHLIST' or
9510             ('NAT44' and 'BASE') or
9511             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9512            'NDRPDR' and
9513            '2T2C' and
9514            'IP4FWD' and
9515            not 'IPSEC' and
9516            not 'VHOST'"
9517   parameters:
9518   - "throughput"
9519   - "parent"
9520   - "tags"
9521   sort:
9522   - "DOT1Q"
9523   - "IP4BASE"
9524   - "NAT44"
9525   - "POLICE_MARK"
9526   - "COPWHLIST"
9527   - "IACL"
9528   - "OACL"
9529   traces:
9530     hoverinfo: "x+y"
9531     boxpoints: "outliers"
9532     whiskerwidth: 0
9533   layout:
9534     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
9535     layout: "plot-throughput"
9536
9537 -
9538   type: "plot"
9539   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9540   algorithm: "plot_performance_box"
9541   output-file-type: ".html"
9542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9543   data: "plot-vpp-throughput-latency-3n-hsw"
9544   filter: "'NIC_Intel-X520-DA2' and
9545            '64B' and
9546            ('IP4BASE' or
9547             'POLICE_MARK' or
9548             'COPWHLIST' or
9549             ('NAT44' and 'BASE') or
9550             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9551            'NDRPDR' and
9552            '2T2C' and
9553            'IP4FWD' and
9554            not 'IPSEC' and
9555            not 'VHOST'"
9556   parameters:
9557   - "throughput"
9558   - "parent"
9559   - "tags"
9560   sort:
9561   - "DOT1Q"
9562   - "IP4BASE"
9563   - "NAT44"
9564   - "POLICE_MARK"
9565   - "COPWHLIST"
9566   - "IACL"
9567   - "OACL"
9568   traces:
9569     hoverinfo: "x+y"
9570     boxpoints: "outliers"
9571     whiskerwidth: 0
9572   layout:
9573     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
9574     layout: "plot-throughput"
9575
9576 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
9577 -
9578   type: "plot"
9579   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9580   algorithm: "plot_performance_box"
9581   output-file-type: ".html"
9582   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9583   data: "plot-vpp-throughput-latency-3n-hsw"
9584   filter: "'NIC_Intel-X520-DA2' and
9585            '64B' and
9586            'NDRPDR' and
9587            '1T1C' and
9588            'IP4FWD' and
9589            'NAT44' and
9590            not 'IPSEC' and
9591            not 'VHOST'"
9592   parameters:
9593   - "throughput"
9594   - "parent"
9595   - "tags"
9596   sort:
9597   - "BASE"
9598   - "BASE"
9599   - "SRC_USER_10"
9600   - "SRC_USER_100"
9601   - "SRC_USER_1000"
9602   - "SRC_USER_2000"
9603   traces:
9604     hoverinfo: "x+y"
9605     boxpoints: "outliers"
9606     whiskerwidth: 0
9607   layout:
9608     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
9609     layout: "plot-throughput"
9610
9611 -
9612   type: "plot"
9613   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9614   algorithm: "plot_performance_box"
9615   output-file-type: ".html"
9616   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9617   data: "plot-vpp-throughput-latency-3n-hsw"
9618   filter: "'NIC_Intel-X520-DA2' and
9619            '64B' and
9620            'NDRPDR' and
9621            '1T1C' and
9622            'IP4FWD' and
9623            'NAT44' and
9624            not 'IPSEC' and
9625            not 'VHOST'"
9626   parameters:
9627   - "throughput"
9628   - "parent"
9629   - "tags"
9630   sort:
9631   - "BASE"
9632   - "BASE"
9633   - "SRC_USER_10"
9634   - "SRC_USER_100"
9635   - "SRC_USER_1000"
9636   - "SRC_USER_2000"
9637   traces:
9638     hoverinfo: "x+y"
9639     boxpoints: "outliers"
9640     whiskerwidth: 0
9641   layout:
9642     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
9643     layout: "plot-throughput"
9644
9645 -
9646   type: "plot"
9647   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9648   algorithm: "plot_performance_box"
9649   output-file-type: ".html"
9650   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9651   data: "plot-vpp-throughput-latency-3n-hsw"
9652   filter: "'NIC_Intel-X520-DA2' and
9653            '64B' and
9654            'NDRPDR' and
9655            '2T2C' and
9656            'IP4FWD' and
9657            'NAT44' and
9658            not 'IPSEC' and
9659            not 'VHOST'"
9660   parameters:
9661   - "throughput"
9662   - "parent"
9663   - "tags"
9664   sort:
9665   - "BASE"
9666   - "BASE"
9667   - "SRC_USER_10"
9668   - "SRC_USER_100"
9669   - "SRC_USER_1000"
9670   - "SRC_USER_2000"
9671   traces:
9672     hoverinfo: "x+y"
9673     boxpoints: "outliers"
9674     whiskerwidth: 0
9675   layout:
9676     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
9677     layout: "plot-throughput"
9678
9679 -
9680   type: "plot"
9681   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9682   algorithm: "plot_performance_box"
9683   output-file-type: ".html"
9684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9685   data: "plot-vpp-throughput-latency-3n-hsw"
9686   filter: "'NIC_Intel-X520-DA2' and
9687            '64B' and
9688            'NDRPDR' and
9689            '2T2C' and
9690            'IP4FWD' and
9691            'NAT44' and
9692            not 'IPSEC' and
9693            not 'VHOST'"
9694   parameters:
9695   - "throughput"
9696   - "parent"
9697   - "tags"
9698   sort:
9699   - "BASE"
9700   - "BASE"
9701   - "SRC_USER_10"
9702   - "SRC_USER_100"
9703   - "SRC_USER_1000"
9704   - "SRC_USER_2000"
9705   traces:
9706     hoverinfo: "x+y"
9707     boxpoints: "outliers"
9708     whiskerwidth: 0
9709   layout:
9710     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
9711     layout: "plot-throughput"
9712
9713 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
9714 -
9715   type: "plot"
9716   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9717   algorithm: "plot_performance_box"
9718   output-file-type: ".html"
9719   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9720   data: "plot-vpp-throughput-latency-3n-hsw"
9721   filter: "'NIC_Intel-X520-DA2' and
9722            '64B' and
9723            'NDRPDR' and
9724            '1T1C' and
9725            'IP4FWD' and
9726            'IACL' and
9727            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9728            not 'IPSEC' and
9729            not 'VHOST'"
9730   parameters:
9731   - "throughput"
9732   - "parent"
9733   - "tags"
9734   sort:
9735   - "ACL_STATELESS"
9736   - "ACL_STATEFUL"
9737   - "ACL_STATELESS"
9738   - "ACL_STATEFUL"
9739   traces:
9740     hoverinfo: "x+y"
9741     boxpoints: "outliers"
9742     whiskerwidth: 0
9743   layout:
9744     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
9745     layout: "plot-throughput"
9746
9747 -
9748   type: "plot"
9749   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9750   algorithm: "plot_performance_box"
9751   output-file-type: ".html"
9752   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9753   data: "plot-vpp-throughput-latency-3n-hsw"
9754   filter: "'NIC_Intel-X520-DA2' and
9755            '64B' and
9756            'NDRPDR' and
9757            '1T1C' and
9758            'IP4FWD' and
9759            'IACL' and
9760            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9761            not 'IPSEC' and
9762            not 'VHOST'"
9763   parameters:
9764   - "throughput"
9765   - "parent"
9766   - "tags"
9767   sort:
9768   - "ACL_STATELESS"
9769   - "ACL_STATEFUL"
9770   - "ACL_STATELESS"
9771   - "ACL_STATEFUL"
9772   traces:
9773     hoverinfo: "x+y"
9774     boxpoints: "outliers"
9775     whiskerwidth: 0
9776   layout:
9777     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
9778     layout: "plot-throughput"
9779
9780 -
9781   type: "plot"
9782   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9783   algorithm: "plot_performance_box"
9784   output-file-type: ".html"
9785   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9786   data: "plot-vpp-throughput-latency-3n-hsw"
9787   filter: "'NIC_Intel-X520-DA2' and
9788            '64B' and
9789            'NDRPDR' and
9790            '2T2C' and
9791            'IP4FWD' and
9792            'IACL' and
9793            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9794            not 'IPSEC' and
9795            not 'VHOST'"
9796   parameters:
9797   - "throughput"
9798   - "parent"
9799   - "tags"
9800   sort:
9801   - "ACL_STATELESS"
9802   - "ACL_STATEFUL"
9803   - "ACL_STATELESS"
9804   - "ACL_STATEFUL"
9805   traces:
9806     hoverinfo: "x+y"
9807     boxpoints: "outliers"
9808     whiskerwidth: 0
9809   layout:
9810     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
9811     layout: "plot-throughput"
9812
9813 -
9814   type: "plot"
9815   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9816   algorithm: "plot_performance_box"
9817   output-file-type: ".html"
9818   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9819   data: "plot-vpp-throughput-latency-3n-hsw"
9820   filter: "'NIC_Intel-X520-DA2' and
9821            '64B' and
9822            'NDRPDR' and
9823            '2T2C' and
9824            'IP4FWD' and
9825            'IACL' and
9826            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9827            not 'IPSEC' and
9828            not 'VHOST'"
9829   parameters:
9830   - "throughput"
9831   - "parent"
9832   - "tags"
9833   sort:
9834   - "ACL_STATELESS"
9835   - "ACL_STATEFUL"
9836   - "ACL_STATELESS"
9837   - "ACL_STATEFUL"
9838   traces:
9839     hoverinfo: "x+y"
9840     boxpoints: "outliers"
9841     whiskerwidth: 0
9842   layout:
9843     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
9844     layout: "plot-throughput"
9845
9846 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
9847 -
9848   type: "plot"
9849   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9850   algorithm: "plot_performance_box"
9851   output-file-type: ".html"
9852   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9853   data: "plot-vpp-throughput-latency-3n-hsw"
9854   filter: "'NIC_Intel-X520-DA2' and
9855            '64B' and
9856            'NDRPDR' and
9857            '1T1C' and
9858            'IP4FWD' and
9859            'OACL' and
9860            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9861            not 'IPSEC' and
9862            not 'VHOST'"
9863   parameters:
9864   - "throughput"
9865   - "parent"
9866   - "tags"
9867   sort:
9868   - "ACL_STATELESS"
9869   - "ACL_STATEFUL"
9870   - "ACL_STATELESS"
9871   - "ACL_STATEFUL"
9872   traces:
9873     hoverinfo: "x+y"
9874     boxpoints: "outliers"
9875     whiskerwidth: 0
9876   layout:
9877     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
9878     layout: "plot-throughput"
9879
9880 -
9881   type: "plot"
9882   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9883   algorithm: "plot_performance_box"
9884   output-file-type: ".html"
9885   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9886   data: "plot-vpp-throughput-latency-3n-hsw"
9887   filter: "'NIC_Intel-X520-DA2' and
9888            '64B' and
9889            'NDRPDR' and
9890            '1T1C' and
9891            'IP4FWD' and
9892            'OACL' and
9893            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9894            not 'IPSEC' and
9895            not 'VHOST'"
9896   parameters:
9897   - "throughput"
9898   - "parent"
9899   - "tags"
9900   sort:
9901   - "ACL_STATELESS"
9902   - "ACL_STATEFUL"
9903   - "ACL_STATELESS"
9904   - "ACL_STATEFUL"
9905   traces:
9906     hoverinfo: "x+y"
9907     boxpoints: "outliers"
9908     whiskerwidth: 0
9909   layout:
9910     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
9911     layout: "plot-throughput"
9912
9913 -
9914   type: "plot"
9915   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9916   algorithm: "plot_performance_box"
9917   output-file-type: ".html"
9918   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9919   data: "plot-vpp-throughput-latency-3n-hsw"
9920   filter: "'NIC_Intel-X520-DA2' and
9921            '64B' and
9922            'NDRPDR' and
9923            '2T2C' and
9924            'IP4FWD' and
9925            'OACL' and
9926            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9927            not 'IPSEC' and
9928            not 'VHOST'"
9929   parameters:
9930   - "throughput"
9931   - "parent"
9932   - "tags"
9933   sort:
9934   - "ACL_STATELESS"
9935   - "ACL_STATEFUL"
9936   - "ACL_STATELESS"
9937   - "ACL_STATEFUL"
9938   traces:
9939     hoverinfo: "x+y"
9940     boxpoints: "outliers"
9941     whiskerwidth: 0
9942   layout:
9943     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
9944     layout: "plot-throughput"
9945
9946 -
9947   type: "plot"
9948   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9949   algorithm: "plot_performance_box"
9950   output-file-type: ".html"
9951   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9952   data: "plot-vpp-throughput-latency-3n-hsw"
9953   filter: "'NIC_Intel-X520-DA2' and
9954            '64B' and
9955            'NDRPDR' and
9956            '2T2C' and
9957            'IP4FWD' and
9958            'OACL' and
9959            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9960            not 'IPSEC' and
9961            not 'VHOST'"
9962   parameters:
9963   - "throughput"
9964   - "parent"
9965   - "tags"
9966   sort:
9967   - "ACL_STATELESS"
9968   - "ACL_STATEFUL"
9969   - "ACL_STATELESS"
9970   - "ACL_STATEFUL"
9971   traces:
9972     hoverinfo: "x+y"
9973     boxpoints: "outliers"
9974     whiskerwidth: 0
9975   layout:
9976     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
9977     layout: "plot-throughput"
9978
9979 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
9980 -
9981   type: "plot"
9982   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9983   algorithm: "plot_performance_box"
9984   output-file-type: ".html"
9985   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
9986   data: "plot-vpp-throughput-latency-3n-hsw"
9987   filter: "'NIC_Intel-X710' and
9988            '64B' and
9989            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9990            'NDRPDR' and
9991            '1T1C' and
9992            'IP4FWD' and
9993            not 'IPSEC' and
9994            not 'VHOST'"
9995   parameters:
9996   - "throughput"
9997   - "parent"
9998   - "tags"
9999   sort:
10000   - "DOT1Q"
10001   - "IP4BASE"
10002   - "FIB_20K"
10003   - "FIB_200K"
10004   - "FIB_2M"
10005   traces:
10006     hoverinfo: "x+y"
10007     boxpoints: "outliers"
10008     whiskerwidth: 0
10009   layout:
10010     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10011     layout: "plot-throughput"
10012
10013 -
10014   type: "plot"
10015   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10016   algorithm: "plot_performance_box"
10017   output-file-type: ".html"
10018   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10019   data: "plot-vpp-throughput-latency-3n-hsw"
10020   filter: "'NIC_Intel-X710' and
10021            '64B' and
10022            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10023            'NDRPDR' and
10024            '1T1C' and
10025            'IP4FWD' and
10026            not 'IPSEC' and
10027            not 'VHOST'"
10028   parameters:
10029   - "throughput"
10030   - "parent"
10031   - "tags"
10032   sort:
10033   - "DOT1Q"
10034   - "IP4BASE"
10035   - "FIB_20K"
10036   - "FIB_200K"
10037   - "FIB_2M"
10038   traces:
10039     hoverinfo: "x+y"
10040     boxpoints: "outliers"
10041     whiskerwidth: 0
10042   layout:
10043     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10044     layout: "plot-throughput"
10045
10046 -
10047   type: "plot"
10048   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10049   algorithm: "plot_performance_box"
10050   output-file-type: ".html"
10051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10052   data: "plot-vpp-throughput-latency-3n-hsw"
10053   filter: "'NIC_Intel-X710' and
10054            '64B' and
10055            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10056            'NDRPDR' and
10057            '2T2C' and
10058            'IP4FWD' and
10059            not 'IPSEC' and
10060            not 'VHOST'"
10061   parameters:
10062   - "throughput"
10063   - "parent"
10064   - "tags"
10065   sort:
10066   - "DOT1Q"
10067   - "IP4BASE"
10068   - "FIB_20K"
10069   - "FIB_200K"
10070   - "FIB_2M"
10071   traces:
10072     hoverinfo: "x+y"
10073     boxpoints: "outliers"
10074     whiskerwidth: 0
10075   layout:
10076     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10077     layout: "plot-throughput"
10078
10079 -
10080   type: "plot"
10081   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10082   algorithm: "plot_performance_box"
10083   output-file-type: ".html"
10084   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10085   data: "plot-vpp-throughput-latency-3n-hsw"
10086   filter: "'NIC_Intel-X710' and
10087            '64B' and
10088            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10089            'NDRPDR' and
10090            '2T2C' and
10091            'IP4FWD' and
10092            not 'IPSEC' and
10093            not 'VHOST'"
10094   parameters:
10095   - "throughput"
10096   - "parent"
10097   - "tags"
10098   sort:
10099   - "DOT1Q"
10100   - "IP4BASE"
10101   - "FIB_20K"
10102   - "FIB_200K"
10103   - "FIB_2M"
10104   traces:
10105     hoverinfo: "x+y"
10106     boxpoints: "outliers"
10107     whiskerwidth: 0
10108   layout:
10109     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10110     layout: "plot-throughput"
10111
10112 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10113 -
10114   type: "plot"
10115   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10116   algorithm: "plot_performance_box"
10117   output-file-type: ".html"
10118   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10119   data: "plot-vpp-throughput-latency-3n-hsw"
10120   filter: "'NIC_Intel-X710' and
10121            '64B' and
10122            ('IP4BASE' or
10123             'POLICE_MARK' or
10124             'COPWHLIST' or
10125             ('NAT44' and 'BASE') or
10126             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10127            'NDRPDR' and
10128            '1T1C' and
10129            'IP4FWD' and
10130            not 'IPSEC' and
10131            not 'VHOST'"
10132   parameters:
10133   - "throughput"
10134   - "parent"
10135   - "tags"
10136   sort:
10137   - "IP4BASE"
10138   - "NAT44"
10139   - "POLICE_MARK"
10140   - "COPWHLIST"
10141   - "IACL"
10142   - "OACL"
10143   traces:
10144     hoverinfo: "x+y"
10145     boxpoints: "outliers"
10146     whiskerwidth: 0
10147   layout:
10148     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10149     layout: "plot-throughput"
10150
10151 -
10152   type: "plot"
10153   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10154   algorithm: "plot_performance_box"
10155   output-file-type: ".html"
10156   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10157   data: "plot-vpp-throughput-latency-3n-hsw"
10158   filter: "'NIC_Intel-X710' and
10159            '64B' and
10160            ('IP4BASE' or
10161             'POLICE_MARK' or
10162             'COPWHLIST' or
10163             ('NAT44' and 'BASE') or
10164             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10165            'NDRPDR' and
10166            '1T1C' and
10167            'IP4FWD' and
10168            not 'IPSEC' and
10169            not 'VHOST'"
10170   parameters:
10171   - "throughput"
10172   - "parent"
10173   - "tags"
10174   sort:
10175   - "IP4BASE"
10176   - "NAT44"
10177   - "POLICE_MARK"
10178   - "COPWHLIST"
10179   - "IACL"
10180   - "OACL"
10181   traces:
10182     hoverinfo: "x+y"
10183     boxpoints: "outliers"
10184     whiskerwidth: 0
10185   layout:
10186     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10187     layout: "plot-throughput"
10188
10189 -
10190   type: "plot"
10191   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10192   algorithm: "plot_performance_box"
10193   output-file-type: ".html"
10194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10195   data: "plot-vpp-throughput-latency-3n-hsw"
10196   filter: "'NIC_Intel-X710' and
10197            '64B' and
10198            ('IP4BASE' or
10199             'POLICE_MARK' or
10200             'COPWHLIST' or
10201             ('NAT44' and 'BASE') or
10202             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10203            'NDRPDR' and
10204            '2T2C' and
10205            'IP4FWD' and
10206            not 'IPSEC' and
10207            not 'VHOST'"
10208   parameters:
10209   - "throughput"
10210   - "parent"
10211   - "tags"
10212   sort:
10213   - "IP4BASE"
10214   - "NAT44"
10215   - "POLICE_MARK"
10216   - "COPWHLIST"
10217   - "IACL"
10218   - "OACL"
10219   traces:
10220     hoverinfo: "x+y"
10221     boxpoints: "outliers"
10222     whiskerwidth: 0
10223   layout:
10224     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10225     layout: "plot-throughput"
10226
10227 -
10228   type: "plot"
10229   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10230   algorithm: "plot_performance_box"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10233   data: "plot-vpp-throughput-latency-3n-hsw"
10234   filter: "'NIC_Intel-X710' and
10235            '64B' and
10236            ('IP4BASE' or
10237             'POLICE_MARK' or
10238             'COPWHLIST' or
10239             ('NAT44' and 'BASE') or
10240             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10241            'NDRPDR' and
10242            '2T2C' and
10243            'IP4FWD' and
10244            not 'IPSEC' and
10245            not 'VHOST'"
10246   parameters:
10247   - "throughput"
10248   - "parent"
10249   - "tags"
10250   sort:
10251   - "IP4BASE"
10252   - "NAT44"
10253   - "POLICE_MARK"
10254   - "COPWHLIST"
10255   - "IACL"
10256   - "OACL"
10257   traces:
10258     hoverinfo: "x+y"
10259     boxpoints: "outliers"
10260     whiskerwidth: 0
10261   layout:
10262     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10263     layout: "plot-throughput"
10264
10265 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10266 -
10267   type: "plot"
10268   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10269   algorithm: "plot_performance_box"
10270   output-file-type: ".html"
10271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10272   data: "plot-vpp-throughput-latency-3n-skx"
10273   filter: "'NIC_Intel-X710' and
10274            '64B' and
10275            'NDRPDR' and
10276            '2T1C' and
10277            'IP4FWD' and
10278            'NAT44' and
10279            not 'IPSEC' and
10280            not 'VHOST'"
10281   parameters:
10282   - "throughput"
10283   - "parent"
10284   - "tags"
10285   sort:
10286   - "BASE"
10287   - "BASE"
10288   - "SRC_USER_10"
10289   - "SRC_USER_100"
10290   - "SRC_USER_1000"
10291   - "SRC_USER_2000"
10292   traces:
10293     hoverinfo: "x+y"
10294     boxpoints: "outliers"
10295     whiskerwidth: 0
10296   layout:
10297     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10298     layout: "plot-throughput"
10299
10300 -
10301   type: "plot"
10302   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10303   algorithm: "plot_performance_box"
10304   output-file-type: ".html"
10305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10306   data: "plot-vpp-throughput-latency-3n-skx"
10307   filter: "'NIC_Intel-X710' and
10308            '64B' and
10309            'NDRPDR' and
10310            '2T1C' and
10311            'IP4FWD' and
10312            'NAT44' and
10313            not 'IPSEC' and
10314            not 'VHOST'"
10315   parameters:
10316   - "throughput"
10317   - "parent"
10318   - "tags"
10319   sort:
10320   - "BASE"
10321   - "BASE"
10322   - "SRC_USER_10"
10323   - "SRC_USER_100"
10324   - "SRC_USER_1000"
10325   - "SRC_USER_2000"
10326   traces:
10327     hoverinfo: "x+y"
10328     boxpoints: "outliers"
10329     whiskerwidth: 0
10330   layout:
10331     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10332     layout: "plot-throughput"
10333
10334 -
10335   type: "plot"
10336   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10337   algorithm: "plot_performance_box"
10338   output-file-type: ".html"
10339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10340   data: "plot-vpp-throughput-latency-3n-skx"
10341   filter: "'NIC_Intel-X710' and
10342            '64B' and
10343            'NDRPDR' and
10344            '4T2C' and
10345            'IP4FWD' and
10346            'NAT44' and
10347            not 'IPSEC' and
10348            not 'VHOST'"
10349   parameters:
10350   - "throughput"
10351   - "parent"
10352   - "tags"
10353   sort:
10354   - "BASE"
10355   - "BASE"
10356   - "SRC_USER_10"
10357   - "SRC_USER_100"
10358   - "SRC_USER_1000"
10359   - "SRC_USER_2000"
10360   traces:
10361     hoverinfo: "x+y"
10362     boxpoints: "outliers"
10363     whiskerwidth: 0
10364   layout:
10365     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10366     layout: "plot-throughput"
10367
10368 -
10369   type: "plot"
10370   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10371   algorithm: "plot_performance_box"
10372   output-file-type: ".html"
10373   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10374   data: "plot-vpp-throughput-latency-3n-skx"
10375   filter: "'NIC_Intel-X710' and
10376            '64B' and
10377            'NDRPDR' and
10378            '4T2C' and
10379            'IP4FWD' and
10380            'NAT44' and
10381            not 'IPSEC' and
10382            not 'VHOST'"
10383   parameters:
10384   - "throughput"
10385   - "parent"
10386   - "tags"
10387   sort:
10388   - "BASE"
10389   - "BASE"
10390   - "SRC_USER_10"
10391   - "SRC_USER_100"
10392   - "SRC_USER_1000"
10393   - "SRC_USER_2000"
10394   traces:
10395     hoverinfo: "x+y"
10396     boxpoints: "outliers"
10397     whiskerwidth: 0
10398   layout:
10399     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10400     layout: "plot-throughput"
10401
10402 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10403 -
10404   type: "plot"
10405   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10406   algorithm: "plot_performance_box"
10407   output-file-type: ".html"
10408   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10409   data: "plot-vpp-throughput-latency-3n-skx"
10410   filter: "'NIC_Intel-X710' and
10411            '64B' and
10412            'NDRPDR' and
10413            '2T1C' and
10414            'IP4FWD' and
10415            'IACL' and
10416            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10417            not 'IPSEC' and
10418            not 'VHOST'"
10419   parameters:
10420   - "throughput"
10421   - "parent"
10422   - "tags"
10423   sort:
10424   - "ACL_STATELESS"
10425   - "ACL_STATEFUL"
10426   - "ACL_STATELESS"
10427   - "ACL_STATEFUL"
10428   traces:
10429     hoverinfo: "x+y"
10430     boxpoints: "outliers"
10431     whiskerwidth: 0
10432   layout:
10433     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10434     layout: "plot-throughput"
10435
10436 -
10437   type: "plot"
10438   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10439   algorithm: "plot_performance_box"
10440   output-file-type: ".html"
10441   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10442   data: "plot-vpp-throughput-latency-3n-skx"
10443   filter: "'NIC_Intel-X710' and
10444            '64B' and
10445            'NDRPDR' and
10446            '2T1C' and
10447            'IP4FWD' and
10448            'IACL' and
10449            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10450            not 'IPSEC' and
10451            not 'VHOST'"
10452   parameters:
10453   - "throughput"
10454   - "parent"
10455   - "tags"
10456   sort:
10457   - "ACL_STATELESS"
10458   - "ACL_STATEFUL"
10459   - "ACL_STATELESS"
10460   - "ACL_STATEFUL"
10461   traces:
10462     hoverinfo: "x+y"
10463     boxpoints: "outliers"
10464     whiskerwidth: 0
10465   layout:
10466     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
10467     layout: "plot-throughput"
10468
10469 -
10470   type: "plot"
10471   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10472   algorithm: "plot_performance_box"
10473   output-file-type: ".html"
10474   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10475   data: "plot-vpp-throughput-latency-3n-skx"
10476   filter: "'NIC_Intel-X710' and
10477            '64B' and
10478            'NDRPDR' and
10479            '4T2C' and
10480            'IP4FWD' and
10481            'IACL' and
10482            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10483            not 'IPSEC' and
10484            not 'VHOST'"
10485   parameters:
10486   - "throughput"
10487   - "parent"
10488   - "tags"
10489   sort:
10490   - "ACL_STATELESS"
10491   - "ACL_STATEFUL"
10492   - "ACL_STATELESS"
10493   - "ACL_STATEFUL"
10494   traces:
10495     hoverinfo: "x+y"
10496     boxpoints: "outliers"
10497     whiskerwidth: 0
10498   layout:
10499     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
10500     layout: "plot-throughput"
10501
10502 -
10503   type: "plot"
10504   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10505   algorithm: "plot_performance_box"
10506   output-file-type: ".html"
10507   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10508   data: "plot-vpp-throughput-latency-3n-skx"
10509   filter: "'NIC_Intel-X710' and
10510            '64B' and
10511            'NDRPDR' and
10512            '4T2C' and
10513            'IP4FWD' and
10514            'IACL' and
10515            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10516            not 'IPSEC' and
10517            not 'VHOST'"
10518   parameters:
10519   - "throughput"
10520   - "parent"
10521   - "tags"
10522   sort:
10523   - "ACL_STATELESS"
10524   - "ACL_STATEFUL"
10525   - "ACL_STATELESS"
10526   - "ACL_STATEFUL"
10527   traces:
10528     hoverinfo: "x+y"
10529     boxpoints: "outliers"
10530     whiskerwidth: 0
10531   layout:
10532     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
10533     layout: "plot-throughput"
10534
10535 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
10536 -
10537   type: "plot"
10538   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10539   algorithm: "plot_performance_box"
10540   output-file-type: ".html"
10541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10542   data: "plot-vpp-throughput-latency-3n-skx"
10543   filter: "'NIC_Intel-X710' and
10544            '64B' and
10545            'NDRPDR' and
10546            '2T1C' and
10547            'IP4FWD' and
10548            'OACL' and
10549            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10550            not 'IPSEC' and
10551            not 'VHOST'"
10552   parameters:
10553   - "throughput"
10554   - "parent"
10555   - "tags"
10556   sort:
10557   - "ACL_STATELESS"
10558   - "ACL_STATEFUL"
10559   - "ACL_STATELESS"
10560   - "ACL_STATEFUL"
10561   traces:
10562     hoverinfo: "x+y"
10563     boxpoints: "outliers"
10564     whiskerwidth: 0
10565   layout:
10566     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
10567     layout: "plot-throughput"
10568
10569 -
10570   type: "plot"
10571   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10572   algorithm: "plot_performance_box"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10575   data: "plot-vpp-throughput-latency-3n-skx"
10576   filter: "'NIC_Intel-X710' and
10577            '64B' and
10578            'NDRPDR' and
10579            '2T1C' and
10580            'IP4FWD' and
10581            'OACL' and
10582            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10583            not 'IPSEC' and
10584            not 'VHOST'"
10585   parameters:
10586   - "throughput"
10587   - "parent"
10588   - "tags"
10589   sort:
10590   - "ACL_STATELESS"
10591   - "ACL_STATEFUL"
10592   - "ACL_STATELESS"
10593   - "ACL_STATEFUL"
10594   traces:
10595     hoverinfo: "x+y"
10596     boxpoints: "outliers"
10597     whiskerwidth: 0
10598   layout:
10599     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
10600     layout: "plot-throughput"
10601
10602 -
10603   type: "plot"
10604   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10605   algorithm: "plot_performance_box"
10606   output-file-type: ".html"
10607   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10608   data: "plot-vpp-throughput-latency-3n-skx"
10609   filter: "'NIC_Intel-X710' and
10610            '64B' and
10611            'NDRPDR' and
10612            '4T2C' and
10613            'IP4FWD' and
10614            'OACL' and
10615            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10616            not 'IPSEC' and
10617            not 'VHOST'"
10618   parameters:
10619   - "throughput"
10620   - "parent"
10621   - "tags"
10622   sort:
10623   - "ACL_STATELESS"
10624   - "ACL_STATEFUL"
10625   - "ACL_STATELESS"
10626   - "ACL_STATEFUL"
10627   traces:
10628     hoverinfo: "x+y"
10629     boxpoints: "outliers"
10630     whiskerwidth: 0
10631   layout:
10632     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
10633     layout: "plot-throughput"
10634
10635 -
10636   type: "plot"
10637   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10638   algorithm: "plot_performance_box"
10639   output-file-type: ".html"
10640   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10641   data: "plot-vpp-throughput-latency-3n-skx"
10642   filter: "'NIC_Intel-X710' and
10643            '64B' and
10644            'NDRPDR' and
10645            '4T2C' and
10646            'IP4FWD' and
10647            'OACL' and
10648            ('ACL10' or 'ACL50') and '10k_FLOWS' and
10649            not 'IPSEC' and
10650            not 'VHOST'"
10651   parameters:
10652   - "throughput"
10653   - "parent"
10654   - "tags"
10655   sort:
10656   - "ACL_STATELESS"
10657   - "ACL_STATEFUL"
10658   - "ACL_STATELESS"
10659   - "ACL_STATEFUL"
10660   traces:
10661     hoverinfo: "x+y"
10662     boxpoints: "outliers"
10663     whiskerwidth: 0
10664   layout:
10665     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
10666     layout: "plot-throughput"
10667
10668 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
10669 -
10670   type: "plot"
10671   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10672   algorithm: "plot_performance_box"
10673   output-file-type: ".html"
10674   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10675   data: "plot-vpp-throughput-latency-3n-hsw"
10676   filter: "'NIC_Intel-XL710' and
10677            '64B' and
10678            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10679            'NDRPDR' and
10680            '1T1C' and
10681            'IP4FWD' and
10682            not 'IPSEC' and
10683            not 'VHOST'"
10684   parameters:
10685   - "throughput"
10686   - "parent"
10687   - "tags"
10688   sort:
10689   - "IP4BASE"
10690   - "FIB_20K"
10691   - "FIB_200K"
10692   - "FIB_2M"
10693   traces:
10694     hoverinfo: "x+y"
10695     boxpoints: "outliers"
10696     whiskerwidth: 0
10697   layout:
10698     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
10699     layout: "plot-throughput"
10700
10701 -
10702   type: "plot"
10703   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10704   algorithm: "plot_performance_box"
10705   output-file-type: ".html"
10706   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10707   data: "plot-vpp-throughput-latency-3n-hsw"
10708   filter: "'NIC_Intel-XL710' and
10709            '64B' and
10710            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10711            'NDRPDR' and
10712            '1T1C' and
10713            'IP4FWD' and
10714            not 'IPSEC' and
10715            not 'VHOST'"
10716   parameters:
10717   - "throughput"
10718   - "parent"
10719   - "tags"
10720   sort:
10721   - "IP4BASE"
10722   - "FIB_20K"
10723   - "FIB_200K"
10724   - "FIB_2M"
10725   traces:
10726     hoverinfo: "x+y"
10727     boxpoints: "outliers"
10728     whiskerwidth: 0
10729   layout:
10730     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
10731     layout: "plot-throughput"
10732
10733 -
10734   type: "plot"
10735   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10736   algorithm: "plot_performance_box"
10737   output-file-type: ".html"
10738   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10739   data: "plot-vpp-throughput-latency-3n-hsw"
10740   filter: "'NIC_Intel-XL710' and
10741            '64B' and
10742            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10743            'NDRPDR' and
10744            '2T2C' and
10745            'IP4FWD' and
10746            not 'IPSEC' and
10747            not 'VHOST'"
10748   parameters:
10749   - "throughput"
10750   - "parent"
10751   - "tags"
10752   sort:
10753   - "IP4BASE"
10754   - "FIB_20K"
10755   - "FIB_200K"
10756   - "FIB_2M"
10757   traces:
10758     hoverinfo: "x+y"
10759     boxpoints: "outliers"
10760     whiskerwidth: 0
10761   layout:
10762     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
10763     layout: "plot-throughput"
10764
10765 -
10766   type: "plot"
10767   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10768   algorithm: "plot_performance_box"
10769   output-file-type: ".html"
10770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10771   data: "plot-vpp-throughput-latency-3n-hsw"
10772   filter: "'NIC_Intel-XL710' and
10773            '64B' and
10774            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10775            'NDRPDR' and
10776            '2T2C' and
10777            'IP4FWD' and
10778            not 'IPSEC' and
10779            not 'VHOST'"
10780   parameters:
10781   - "throughput"
10782   - "parent"
10783   - "tags"
10784   sort:
10785   - "IP4BASE"
10786   - "FIB_20K"
10787   - "FIB_200K"
10788   - "FIB_2M"
10789   traces:
10790     hoverinfo: "x+y"
10791     boxpoints: "outliers"
10792     whiskerwidth: 0
10793   layout:
10794     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
10795     layout: "plot-throughput"
10796
10797 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
10798 -
10799   type: "plot"
10800   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10801   algorithm: "plot_performance_box"
10802   output-file-type: ".html"
10803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10804   data: "plot-vpp-throughput-latency-3n-skx"
10805   filter: "'NIC_Intel-X710' and
10806            '64B' and
10807            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10808            'NDRPDR' and
10809            '2T1C' and
10810            'IP4FWD' and
10811            not 'IPSEC' and
10812            not 'VHOST'"
10813   parameters:
10814   - "throughput"
10815   - "parent"
10816   - "tags"
10817   sort:
10818   - "IP4BASE"
10819   - "FIB_20K"
10820   - "FIB_200K"
10821   - "FIB_2M"
10822   traces:
10823     hoverinfo: "x+y"
10824     boxpoints: "outliers"
10825     whiskerwidth: 0
10826   layout:
10827     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10828     layout: "plot-throughput"
10829
10830 -
10831   type: "plot"
10832   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10833   algorithm: "plot_performance_box"
10834   output-file-type: ".html"
10835   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10836   data: "plot-vpp-throughput-latency-3n-skx"
10837   filter: "'NIC_Intel-X710' and
10838            '64B' and
10839            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10840            'NDRPDR' and
10841            '2T1C' and
10842            'IP4FWD' and
10843            not 'IPSEC' and
10844            not 'VHOST'"
10845   parameters:
10846   - "throughput"
10847   - "parent"
10848   - "tags"
10849   sort:
10850   - "IP4BASE"
10851   - "FIB_20K"
10852   - "FIB_200K"
10853   - "FIB_2M"
10854   traces:
10855     hoverinfo: "x+y"
10856     boxpoints: "outliers"
10857     whiskerwidth: 0
10858   layout:
10859     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10860     layout: "plot-throughput"
10861
10862 -
10863   type: "plot"
10864   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10865   algorithm: "plot_performance_box"
10866   output-file-type: ".html"
10867   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10868   data: "plot-vpp-throughput-latency-3n-skx"
10869   filter: "'NIC_Intel-X710' and
10870            '64B' and
10871            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10872            'NDRPDR' and
10873            '4T2C' and
10874            'IP4FWD' and
10875            not 'IPSEC' and
10876            not 'VHOST'"
10877   parameters:
10878   - "throughput"
10879   - "parent"
10880   - "tags"
10881   sort:
10882   - "IP4BASE"
10883   - "FIB_20K"
10884   - "FIB_200K"
10885   - "FIB_2M"
10886   traces:
10887     hoverinfo: "x+y"
10888     boxpoints: "outliers"
10889     whiskerwidth: 0
10890   layout:
10891     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10892     layout: "plot-throughput"
10893
10894 -
10895   type: "plot"
10896   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10897   algorithm: "plot_performance_box"
10898   output-file-type: ".html"
10899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10900   data: "plot-vpp-throughput-latency-3n-skx"
10901   filter: "'NIC_Intel-X710' and
10902            '64B' and
10903            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10904            'NDRPDR' and
10905            '4T2C' and
10906            'IP4FWD' and
10907            not 'IPSEC' and
10908            not 'VHOST'"
10909   parameters:
10910   - "throughput"
10911   - "parent"
10912   - "tags"
10913   sort:
10914   - "IP4BASE"
10915   - "FIB_20K"
10916   - "FIB_200K"
10917   - "FIB_2M"
10918   traces:
10919     hoverinfo: "x+y"
10920     boxpoints: "outliers"
10921     whiskerwidth: 0
10922   layout:
10923     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10924     layout: "plot-throughput"
10925
10926 # Packet Throughput - VPP IPv4 3n-skx-x710 features
10927 -
10928   type: "plot"
10929   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
10930   algorithm: "plot_performance_box"
10931   output-file-type: ".html"
10932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
10933   data: "plot-vpp-throughput-latency-3n-skx"
10934   filter: "'NIC_Intel-X710' and
10935            '64B' and
10936            ('IP4BASE' or
10937             'POLICE_MARK' or
10938             'COPWHLIST' or
10939             ('NAT44' and 'BASE') or
10940             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10941            'NDRPDR' and
10942            '2T1C' and
10943            'IP4FWD' and
10944            not 'IPSEC' and
10945            not 'VHOST'"
10946   parameters:
10947   - "throughput"
10948   - "parent"
10949   - "tags"
10950   sort:
10951   - "IP4BASE"
10952   - "NAT44"
10953   - "POLICE_MARK"
10954   - "COPWHLIST"
10955   - "IACL"
10956   - "OACL"
10957   traces:
10958     hoverinfo: "x+y"
10959     boxpoints: "outliers"
10960     whiskerwidth: 0
10961   layout:
10962     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
10963     layout: "plot-throughput"
10964
10965 -
10966   type: "plot"
10967   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
10968   algorithm: "plot_performance_box"
10969   output-file-type: ".html"
10970   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
10971   data: "plot-vpp-throughput-latency-3n-skx"
10972   filter: "'NIC_Intel-X710' and
10973            '64B' and
10974            ('IP4BASE' or
10975             'POLICE_MARK' or
10976             'COPWHLIST' or
10977             ('NAT44' and 'BASE') or
10978             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
10979            'NDRPDR' and
10980            '2T1C' and
10981            'IP4FWD' and
10982            not 'IPSEC' and
10983            not 'VHOST'"
10984   parameters:
10985   - "throughput"
10986   - "parent"
10987   - "tags"
10988   sort:
10989   - "IP4BASE"
10990   - "NAT44"
10991   - "POLICE_MARK"
10992   - "COPWHLIST"
10993   - "IACL"
10994   - "OACL"
10995   traces:
10996     hoverinfo: "x+y"
10997     boxpoints: "outliers"
10998     whiskerwidth: 0
10999   layout:
11000     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11001     layout: "plot-throughput"
11002
11003 -
11004   type: "plot"
11005   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11006   algorithm: "plot_performance_box"
11007   output-file-type: ".html"
11008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11009   data: "plot-vpp-throughput-latency-3n-skx"
11010   filter: "'NIC_Intel-X710' and
11011            '64B' and
11012            ('IP4BASE' or
11013             'POLICE_MARK' or
11014             'COPWHLIST' or
11015             ('NAT44' and 'BASE') or
11016             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11017            'NDRPDR' and
11018            '4T2C' and
11019            'IP4FWD' and
11020            not 'IPSEC' and
11021            not 'VHOST'"
11022   parameters:
11023   - "throughput"
11024   - "parent"
11025   - "tags"
11026   sort:
11027   - "IP4BASE"
11028   - "NAT44"
11029   - "POLICE_MARK"
11030   - "COPWHLIST"
11031   - "IACL"
11032   - "OACL"
11033   traces:
11034     hoverinfo: "x+y"
11035     boxpoints: "outliers"
11036     whiskerwidth: 0
11037   layout:
11038     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11039     layout: "plot-throughput"
11040
11041 -
11042   type: "plot"
11043   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11044   algorithm: "plot_performance_box"
11045   output-file-type: ".html"
11046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11047   data: "plot-vpp-throughput-latency-3n-skx"
11048   filter: "'NIC_Intel-X710' and
11049            '64B' and
11050            ('IP4BASE' or
11051             'POLICE_MARK' or
11052             'COPWHLIST' or
11053             ('NAT44' and 'BASE') or
11054             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
11055            'NDRPDR' and
11056            '4T2C' and
11057            'IP4FWD' and
11058            not 'IPSEC' and
11059            not 'VHOST'"
11060   parameters:
11061   - "throughput"
11062   - "parent"
11063   - "tags"
11064   sort:
11065   - "IP4BASE"
11066   - "NAT44"
11067   - "POLICE_MARK"
11068   - "COPWHLIST"
11069   - "IACL"
11070   - "OACL"
11071   traces:
11072     hoverinfo: "x+y"
11073     boxpoints: "outliers"
11074     whiskerwidth: 0
11075   layout:
11076     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11077     layout: "plot-throughput"
11078
11079 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11080 -
11081   type: "plot"
11082   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11083   algorithm: "plot_performance_box"
11084   output-file-type: ".html"
11085   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11086   data: "plot-vpp-throughput-latency-3n-hsw"
11087   filter: "'NIC_Intel-X710' and
11088            '64B' and
11089            'NDRPDR' and
11090            '1T1C' and
11091            'IP4FWD' and
11092            'NAT44' and
11093            not 'IPSEC' and
11094            not 'VHOST'"
11095   parameters:
11096   - "throughput"
11097   - "parent"
11098   - "tags"
11099   sort:
11100   - "BASE"
11101   - "BASE"
11102   - "SRC_USER_10"
11103   - "SRC_USER_100"
11104   - "SRC_USER_1000"
11105   - "SRC_USER_2000"
11106   traces:
11107     hoverinfo: "x+y"
11108     boxpoints: "outliers"
11109     whiskerwidth: 0
11110   layout:
11111     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11112     layout: "plot-throughput"
11113
11114 -
11115   type: "plot"
11116   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11117   algorithm: "plot_performance_box"
11118   output-file-type: ".html"
11119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11120   data: "plot-vpp-throughput-latency-3n-hsw"
11121   filter: "'NIC_Intel-X710' and
11122            '64B' and
11123            'NDRPDR' and
11124            '1T1C' and
11125            'IP4FWD' and
11126            'NAT44' and
11127            not 'IPSEC' and
11128            not 'VHOST'"
11129   parameters:
11130   - "throughput"
11131   - "parent"
11132   - "tags"
11133   sort:
11134   - "BASE"
11135   - "BASE"
11136   - "SRC_USER_10"
11137   - "SRC_USER_100"
11138   - "SRC_USER_1000"
11139   - "SRC_USER_2000"
11140   traces:
11141     hoverinfo: "x+y"
11142     boxpoints: "outliers"
11143     whiskerwidth: 0
11144   layout:
11145     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11146     layout: "plot-throughput"
11147
11148 -
11149   type: "plot"
11150   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11151   algorithm: "plot_performance_box"
11152   output-file-type: ".html"
11153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11154   data: "plot-vpp-throughput-latency-3n-hsw"
11155   filter: "'NIC_Intel-X710' and
11156            '64B' and
11157            'NDRPDR' and
11158            '2T2C' and
11159            'IP4FWD' and
11160            'NAT44' and
11161            not 'IPSEC' and
11162            not 'VHOST'"
11163   parameters:
11164   - "throughput"
11165   - "parent"
11166   - "tags"
11167   sort:
11168   - "BASE"
11169   - "BASE"
11170   - "SRC_USER_10"
11171   - "SRC_USER_100"
11172   - "SRC_USER_1000"
11173   - "SRC_USER_2000"
11174   traces:
11175     hoverinfo: "x+y"
11176     boxpoints: "outliers"
11177     whiskerwidth: 0
11178   layout:
11179     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11180     layout: "plot-throughput"
11181
11182 -
11183   type: "plot"
11184   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11185   algorithm: "plot_performance_box"
11186   output-file-type: ".html"
11187   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11188   data: "plot-vpp-throughput-latency-3n-hsw"
11189   filter: "'NIC_Intel-X710' and
11190            '64B' and
11191            'NDRPDR' and
11192            '2T2C' and
11193            'IP4FWD' and
11194            'NAT44' and
11195            not 'IPSEC' and
11196            not 'VHOST'"
11197   parameters:
11198   - "throughput"
11199   - "parent"
11200   - "tags"
11201   sort:
11202   - "BASE"
11203   - "BASE"
11204   - "SRC_USER_10"
11205   - "SRC_USER_100"
11206   - "SRC_USER_1000"
11207   - "SRC_USER_2000"
11208   traces:
11209     hoverinfo: "x+y"
11210     boxpoints: "outliers"
11211     whiskerwidth: 0
11212   layout:
11213     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11214     layout: "plot-throughput"
11215
11216 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11217 -
11218   type: "plot"
11219   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11220   algorithm: "plot_performance_box"
11221   output-file-type: ".html"
11222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11223   data: "plot-vpp-throughput-latency-3n-hsw"
11224   filter: "'NIC_Intel-X710' and
11225            '64B' and
11226            'NDRPDR' and
11227            '1T1C' and
11228            'IP4FWD' and
11229            'IACL' and
11230            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11231            not 'IPSEC' and
11232            not 'VHOST'"
11233   parameters:
11234   - "throughput"
11235   - "parent"
11236   - "tags"
11237   sort:
11238   - "ACL_STATELESS"
11239   - "ACL_STATEFUL"
11240   - "ACL_STATELESS"
11241   - "ACL_STATEFUL"
11242   traces:
11243     hoverinfo: "x+y"
11244     boxpoints: "outliers"
11245     whiskerwidth: 0
11246   layout:
11247     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11248     layout: "plot-throughput"
11249
11250 -
11251   type: "plot"
11252   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11253   algorithm: "plot_performance_box"
11254   output-file-type: ".html"
11255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11256   data: "plot-vpp-throughput-latency-3n-hsw"
11257   filter: "'NIC_Intel-X710' and
11258            '64B' and
11259            'NDRPDR' and
11260            '1T1C' and
11261            'IP4FWD' and
11262            'IACL' and
11263            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11264            not 'IPSEC' and
11265            not 'VHOST'"
11266   parameters:
11267   - "throughput"
11268   - "parent"
11269   - "tags"
11270   sort:
11271   - "ACL_STATELESS"
11272   - "ACL_STATEFUL"
11273   - "ACL_STATELESS"
11274   - "ACL_STATEFUL"
11275   traces:
11276     hoverinfo: "x+y"
11277     boxpoints: "outliers"
11278     whiskerwidth: 0
11279   layout:
11280     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11281     layout: "plot-throughput"
11282
11283 -
11284   type: "plot"
11285   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11286   algorithm: "plot_performance_box"
11287   output-file-type: ".html"
11288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11289   data: "plot-vpp-throughput-latency-3n-hsw"
11290   filter: "'NIC_Intel-X710' and
11291            '64B' and
11292            'NDRPDR' and
11293            '2T2C' and
11294            'IP4FWD' and
11295            'IACL' and
11296            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11297            not 'IPSEC' and
11298            not 'VHOST'"
11299   parameters:
11300   - "throughput"
11301   - "parent"
11302   - "tags"
11303   sort:
11304   - "ACL_STATELESS"
11305   - "ACL_STATEFUL"
11306   - "ACL_STATELESS"
11307   - "ACL_STATEFUL"
11308   traces:
11309     hoverinfo: "x+y"
11310     boxpoints: "outliers"
11311     whiskerwidth: 0
11312   layout:
11313     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11314     layout: "plot-throughput"
11315
11316 -
11317   type: "plot"
11318   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11319   algorithm: "plot_performance_box"
11320   output-file-type: ".html"
11321   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11322   data: "plot-vpp-throughput-latency-3n-hsw"
11323   filter: "'NIC_Intel-X710' and
11324            '64B' and
11325            'NDRPDR' and
11326            '2T2C' and
11327            'IP4FWD' and
11328            'IACL' and
11329            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11330            not 'IPSEC' and
11331            not 'VHOST'"
11332   parameters:
11333   - "throughput"
11334   - "parent"
11335   - "tags"
11336   sort:
11337   - "ACL_STATELESS"
11338   - "ACL_STATEFUL"
11339   - "ACL_STATELESS"
11340   - "ACL_STATEFUL"
11341   traces:
11342     hoverinfo: "x+y"
11343     boxpoints: "outliers"
11344     whiskerwidth: 0
11345   layout:
11346     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11347     layout: "plot-throughput"
11348
11349 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
11350 -
11351   type: "plot"
11352   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11353   algorithm: "plot_performance_box"
11354   output-file-type: ".html"
11355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11356   data: "plot-vpp-throughput-latency-3n-hsw"
11357   filter: "'NIC_Intel-X710' and
11358            '64B' and
11359            'NDRPDR' and
11360            '1T1C' and
11361            'IP4FWD' and
11362            'OACL' and
11363            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11364            not 'IPSEC' and
11365            not 'VHOST'"
11366   parameters:
11367   - "throughput"
11368   - "parent"
11369   - "tags"
11370   sort:
11371   - "ACL_STATELESS"
11372   - "ACL_STATEFUL"
11373   - "ACL_STATELESS"
11374   - "ACL_STATEFUL"
11375   traces:
11376     hoverinfo: "x+y"
11377     boxpoints: "outliers"
11378     whiskerwidth: 0
11379   layout:
11380     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
11381     layout: "plot-throughput"
11382
11383 -
11384   type: "plot"
11385   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11386   algorithm: "plot_performance_box"
11387   output-file-type: ".html"
11388   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11389   data: "plot-vpp-throughput-latency-3n-hsw"
11390   filter: "'NIC_Intel-X710' and
11391            '64B' and
11392            'NDRPDR' and
11393            '1T1C' and
11394            'IP4FWD' and
11395            'OACL' and
11396            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11397            not 'IPSEC' and
11398            not 'VHOST'"
11399   parameters:
11400   - "throughput"
11401   - "parent"
11402   - "tags"
11403   sort:
11404   - "ACL_STATELESS"
11405   - "ACL_STATEFUL"
11406   - "ACL_STATELESS"
11407   - "ACL_STATEFUL"
11408   traces:
11409     hoverinfo: "x+y"
11410     boxpoints: "outliers"
11411     whiskerwidth: 0
11412   layout:
11413     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
11414     layout: "plot-throughput"
11415
11416 -
11417   type: "plot"
11418   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11419   algorithm: "plot_performance_box"
11420   output-file-type: ".html"
11421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11422   data: "plot-vpp-throughput-latency-3n-hsw"
11423   filter: "'NIC_Intel-X710' and
11424            '64B' and
11425            'NDRPDR' and
11426            '2T2C' and
11427            'IP4FWD' and
11428            'OACL' and
11429            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11430            not 'IPSEC' and
11431            not 'VHOST'"
11432   parameters:
11433   - "throughput"
11434   - "parent"
11435   - "tags"
11436   sort:
11437   - "ACL_STATELESS"
11438   - "ACL_STATEFUL"
11439   - "ACL_STATELESS"
11440   - "ACL_STATEFUL"
11441   traces:
11442     hoverinfo: "x+y"
11443     boxpoints: "outliers"
11444     whiskerwidth: 0
11445   layout:
11446     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
11447     layout: "plot-throughput"
11448
11449 -
11450   type: "plot"
11451   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11452   algorithm: "plot_performance_box"
11453   output-file-type: ".html"
11454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11455   data: "plot-vpp-throughput-latency-3n-hsw"
11456   filter: "'NIC_Intel-X710' and
11457            '64B' and
11458            'NDRPDR' and
11459            '2T2C' and
11460            'IP4FWD' and
11461            'OACL' and
11462            ('ACL10' or 'ACL50') and '10k_FLOWS' and
11463            not 'IPSEC' and
11464            not 'VHOST'"
11465   parameters:
11466   - "throughput"
11467   - "parent"
11468   - "tags"
11469   sort:
11470   - "ACL_STATELESS"
11471   - "ACL_STATEFUL"
11472   - "ACL_STATELESS"
11473   - "ACL_STATEFUL"
11474   traces:
11475     hoverinfo: "x+y"
11476     boxpoints: "outliers"
11477     whiskerwidth: 0
11478   layout:
11479     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
11480     layout: "plot-throughput"
11481
11482 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11483 -
11484   type: "plot"
11485   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11486   algorithm: "plot_performance_box"
11487   output-file-type: ".html"
11488   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11489   data: "plot-vpp-throughput-latency-2n-skx"
11490   filter: "'NIC_Intel-X710' and
11491            '64B' and
11492            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11493            'NDRPDR' and
11494            '2T1C' and
11495            'IP4FWD' and
11496            not 'IPSEC' and
11497            not 'VHOST'"
11498   parameters:
11499   - "throughput"
11500   - "parent"
11501   - "tags"
11502   sort:
11503   - "DOT1Q"
11504   - "IP4BASE"
11505   - "FIB_20k"
11506   - "FIB_200k"
11507   - "FIB_2M"
11508   traces:
11509     hoverinfo: "x+y"
11510     boxpoints: "outliers"
11511     whiskerwidth: 0
11512   layout:
11513     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11514     layout: "plot-throughput"
11515
11516 -
11517   type: "plot"
11518   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11519   algorithm: "plot_performance_box"
11520   output-file-type: ".html"
11521   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11522   data: "plot-vpp-throughput-latency-2n-skx"
11523   filter: "'NIC_Intel-X710' and
11524            '64B' and
11525            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11526            'NDRPDR' and
11527            '2T1C' and
11528            'IP4FWD' and
11529            not 'IPSEC' and
11530            not 'VHOST'"
11531   parameters:
11532   - "throughput"
11533   - "parent"
11534   - "tags"
11535   sort:
11536   - "DOT1Q"
11537   - "IP4BASE"
11538   - "FIB_20k"
11539   - "FIB_200k"
11540   - "FIB_2M"
11541   traces:
11542     hoverinfo: "x+y"
11543     boxpoints: "outliers"
11544     whiskerwidth: 0
11545   layout:
11546     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11547     layout: "plot-throughput"
11548
11549 -
11550   type: "plot"
11551   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11552   algorithm: "plot_performance_box"
11553   output-file-type: ".html"
11554   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11555   data: "plot-vpp-throughput-latency-2n-skx"
11556   filter: "'NIC_Intel-X710' and
11557            '64B' and
11558            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11559            'NDRPDR' and
11560            '4T2C' and
11561            'IP4FWD' and
11562            not 'IPSEC' and
11563            not 'VHOST'"
11564   parameters:
11565   - "throughput"
11566   - "parent"
11567   - "tags"
11568   sort:
11569   - "DOT1Q"
11570   - "IP4BASE"
11571   - "FIB_20k"
11572   - "FIB_200k"
11573   - "FIB_2M"
11574   traces:
11575     hoverinfo: "x+y"
11576     boxpoints: "outliers"
11577     whiskerwidth: 0
11578   layout:
11579     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11580     layout: "plot-throughput"
11581
11582 -
11583   type: "plot"
11584   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11585   algorithm: "plot_performance_box"
11586   output-file-type: ".html"
11587   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11588   data: "plot-vpp-throughput-latency-2n-skx"
11589   filter: "'NIC_Intel-X710' and
11590            '64B' and
11591            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11592            'NDRPDR' and
11593            '4T2C' and
11594            'IP4FWD' and
11595            not 'IPSEC' and
11596            not 'VHOST'"
11597   parameters:
11598   - "throughput"
11599   - "parent"
11600   - "tags"
11601   sort:
11602   - "DOT1Q"
11603   - "IP4BASE"
11604   - "FIB_20k"
11605   - "FIB_200k"
11606   - "FIB_2M"
11607   traces:
11608     hoverinfo: "x+y"
11609     boxpoints: "outliers"
11610     whiskerwidth: 0
11611   layout:
11612     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11613     layout: "plot-throughput"
11614
11615 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
11616 -
11617   type: "plot"
11618   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11619   algorithm: "plot_performance_box"
11620   output-file-type: ".html"
11621   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11622   data: "plot-vpp-throughput-latency-2n-skx"
11623   filter: "'NIC_Intel-XXV710' and
11624            '64B' and
11625            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11626            'NDRPDR' and
11627            '2T1C' and
11628            'IP4FWD' and
11629            not 'IPSEC' and
11630            not 'VHOST'"
11631   parameters:
11632   - "throughput"
11633   - "parent"
11634   - "tags"
11635   sort:
11636   - "DOT1Q"
11637   - "IP4BASE"
11638   - "FIB_20k"
11639   - "FIB_200k"
11640   - "FIB_2M"
11641   traces:
11642     hoverinfo: "x+y"
11643     boxpoints: "outliers"
11644     whiskerwidth: 0
11645   layout:
11646     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
11647     layout: "plot-throughput"
11648
11649 -
11650   type: "plot"
11651   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11652   algorithm: "plot_performance_box"
11653   output-file-type: ".html"
11654   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11655   data: "plot-vpp-throughput-latency-2n-skx"
11656   filter: "'NIC_Intel-XXV710' and
11657            '64B' and
11658            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11659            'NDRPDR' and
11660            '2T1C' and
11661            'IP4FWD' and
11662            not 'IPSEC' and
11663            not 'VHOST'"
11664   parameters:
11665   - "throughput"
11666   - "parent"
11667   - "tags"
11668   sort:
11669   - "DOT1Q"
11670   - "IP4BASE"
11671   - "FIB_20k"
11672   - "FIB_200k"
11673   - "FIB_2M"
11674   traces:
11675     hoverinfo: "x+y"
11676     boxpoints: "outliers"
11677     whiskerwidth: 0
11678   layout:
11679     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
11680     layout: "plot-throughput"
11681
11682 -
11683   type: "plot"
11684   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11685   algorithm: "plot_performance_box"
11686   output-file-type: ".html"
11687   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11688   data: "plot-vpp-throughput-latency-2n-skx"
11689   filter: "'NIC_Intel-XXV710' and
11690            '64B' and
11691            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11692            'NDRPDR' and
11693            '4T2C' and
11694            'IP4FWD' and
11695            not 'IPSEC' and
11696            not 'VHOST'"
11697   parameters:
11698   - "throughput"
11699   - "parent"
11700   - "tags"
11701   sort:
11702   - "DOT1Q"
11703   - "IP4BASE"
11704   - "FIB_20k"
11705   - "FIB_200k"
11706   - "FIB_2M"
11707   traces:
11708     hoverinfo: "x+y"
11709     boxpoints: "outliers"
11710     whiskerwidth: 0
11711   layout:
11712     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
11713     layout: "plot-throughput"
11714
11715 -
11716   type: "plot"
11717   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11718   algorithm: "plot_performance_box"
11719   output-file-type: ".html"
11720   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11721   data: "plot-vpp-throughput-latency-2n-skx"
11722   filter: "'NIC_Intel-XXV710' and
11723            '64B' and
11724            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
11725            'NDRPDR' and
11726            '4T2C' and
11727            'IP4FWD' and
11728            not 'IPSEC' and
11729            not 'VHOST'"
11730   parameters:
11731   - "throughput"
11732   - "parent"
11733   - "tags"
11734   sort:
11735   - "DOT1Q"
11736   - "IP4BASE"
11737   - "FIB_20k"
11738   - "FIB_200k"
11739   - "FIB_2M"
11740   traces:
11741     hoverinfo: "x+y"
11742     boxpoints: "outliers"
11743     whiskerwidth: 0
11744   layout:
11745     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
11746     layout: "plot-throughput"
11747
11748 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
11749 -
11750   type: "plot"
11751   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11752   algorithm: "plot_performance_box"
11753   output-file-type: ".html"
11754   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11755   data: "intel-dnv-vpp"
11756   filter: "'NIC_Intel-X553' and
11757            '64B' and
11758            'IP4BASE' and
11759            'NDRPDR' and
11760            '1T1C' and
11761            'IP4FWD' and
11762            not 'IPSEC' and
11763            not 'VHOST'"
11764   parameters:
11765   - "throughput"
11766   - "parent"
11767   - "tags"
11768   sort:
11769   - "IP4BASE"
11770   traces:
11771     hoverinfo: "x+y"
11772     boxpoints: "outliers"
11773     whiskerwidth: 0
11774   layout:
11775     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
11776     layout: "plot-throughput"
11777
11778 -
11779   type: "plot"
11780   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11781   algorithm: "plot_performance_box"
11782   output-file-type: ".html"
11783   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11784   data: "intel-dnv-vpp"
11785   filter: "'NIC_Intel-X553' and
11786            '64B' and
11787            'IP4BASE' and
11788            'NDRPDR' and
11789            '1T1C' and
11790            'IP4FWD' and
11791            not 'IPSEC' and
11792            not 'VHOST'"
11793   parameters:
11794   - "throughput"
11795   - "parent"
11796   - "tags"
11797   sort:
11798   - "IP4BASE"
11799   traces:
11800     hoverinfo: "x+y"
11801     boxpoints: "outliers"
11802     whiskerwidth: 0
11803   layout:
11804     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
11805     layout: "plot-throughput"
11806
11807 -
11808   type: "plot"
11809   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11810   algorithm: "plot_performance_box"
11811   output-file-type: ".html"
11812   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11813   data: "intel-dnv-vpp"
11814   filter: "'NIC_Intel-X553' and
11815            '64B' and
11816            'IP4BASE' and
11817            'NDRPDR' and
11818            '2T2C' and
11819            'IP4FWD' and
11820            not 'IPSEC' and
11821            not 'VHOST'"
11822   parameters:
11823   - "throughput"
11824   - "parent"
11825   - "tags"
11826   sort:
11827   - "IP4BASE"
11828   traces:
11829     hoverinfo: "x+y"
11830     boxpoints: "outliers"
11831     whiskerwidth: 0
11832   layout:
11833     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
11834     layout: "plot-throughput"
11835
11836 -
11837   type: "plot"
11838   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11839   algorithm: "plot_performance_box"
11840   output-file-type: ".html"
11841   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11842   data: "intel-dnv-vpp"
11843   filter: "'NIC_Intel-X553' and
11844            '64B' and
11845            'IP4BASE' and
11846            'NDRPDR' and
11847            '2T2C' and
11848            'IP4FWD' and
11849            not 'IPSEC' and
11850            not 'VHOST'"
11851   parameters:
11852   - "throughput"
11853   - "parent"
11854   - "tags"
11855   sort:
11856   - "IP4BASE"
11857   traces:
11858     hoverinfo: "x+y"
11859     boxpoints: "outliers"
11860     whiskerwidth: 0
11861   layout:
11862     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
11863     layout: "plot-throughput"
11864
11865 ################################################################################
11866
11867 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
11868 -
11869   type: "plot"
11870   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11871   algorithm: "plot_performance_box"
11872   output-file-type: ".html"
11873   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11874   data: "plot-vpp-throughput-latency-3n-hsw"
11875   filter: "'NIC_Intel-X520-DA2' and
11876            '64B' and
11877            'ENCAP' and
11878            'NDRPDR' and
11879            '1T1C' and
11880            ('VXLAN' or 'LISP') and
11881            not 'VHOST' and
11882            not 'IPSECHW'"
11883   parameters:
11884   - "throughput"
11885   - "parent"
11886   - "tags"
11887   sort:
11888   - "not DOT1Q"
11889   - "VXLAN_1"
11890   - "VXLAN_10"
11891   - "VXLAN_100"
11892   - "VXLAN_1000"
11893   traces:
11894     hoverinfo: "x+y"
11895     boxpoints: "outliers"
11896     whiskerwidth: 0
11897   layout:
11898     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11899     layout: "plot-throughput"
11900
11901 -
11902   type: "plot"
11903   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11904   algorithm: "plot_performance_box"
11905   output-file-type: ".html"
11906   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11907   data: "plot-vpp-throughput-latency-3n-hsw"
11908   filter: "'NIC_Intel-X520-DA2' and
11909            '64B' and
11910            'ENCAP' and
11911            'NDRPDR' and
11912            '1T1C' and
11913            ('VXLAN' or 'LISP') and
11914            not 'VHOST' and
11915            not 'IPSECHW'"
11916   parameters:
11917   - "throughput"
11918   - "parent"
11919   - "tags"
11920   sort:
11921   - "not DOT1Q"
11922   - "VXLAN_1"
11923   - "VXLAN_10"
11924   - "VXLAN_100"
11925   - "VXLAN_1000"
11926   traces:
11927     hoverinfo: "x+y"
11928     boxpoints: "outliers"
11929     whiskerwidth: 0
11930   layout:
11931     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11932     layout: "plot-throughput"
11933
11934 -
11935   type: "plot"
11936   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11937   algorithm: "plot_performance_box"
11938   output-file-type: ".html"
11939   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11940   data: "plot-vpp-throughput-latency-3n-hsw"
11941   filter: "'NIC_Intel-X520-DA2' and
11942            '64B' and
11943            'ENCAP' and
11944            'NDRPDR' and
11945            '2T2C' and
11946            ('VXLAN' or 'LISP') and
11947            not 'VHOST' and
11948            not 'IPSECHW'"
11949   parameters:
11950   - "throughput"
11951   - "parent"
11952   - "tags"
11953   sort:
11954   - "not DOT1Q"
11955   - "VXLAN_1"
11956   - "VXLAN_10"
11957   - "VXLAN_100"
11958   - "VXLAN_1000"
11959   traces:
11960     hoverinfo: "x+y"
11961     boxpoints: "outliers"
11962     whiskerwidth: 0
11963   layout:
11964     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11965     layout: "plot-throughput"
11966
11967 -
11968   type: "plot"
11969   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11970   algorithm: "plot_performance_box"
11971   output-file-type: ".html"
11972   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11973   data: "plot-vpp-throughput-latency-3n-hsw"
11974   filter: "'NIC_Intel-X520-DA2' and
11975            '64B' and
11976            'ENCAP' and
11977            'NDRPDR' and
11978            '2T2C' and
11979            ('VXLAN' or 'LISP') and
11980            not 'VHOST' and
11981            not 'IPSECHW'"
11982   parameters:
11983   - "throughput"
11984   - "parent"
11985   - "tags"
11986   sort:
11987   - "not DOT1Q"
11988   - "VXLAN_1"
11989   - "VXLAN_10"
11990   - "VXLAN_100"
11991   - "VXLAN_1000"
11992   traces:
11993     hoverinfo: "x+y"
11994     boxpoints: "outliers"
11995     whiskerwidth: 0
11996   layout:
11997     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11998     layout: "plot-throughput"
11999
12000 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12001 -
12002   type: "plot"
12003   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12004   algorithm: "plot_performance_box"
12005   output-file-type: ".html"
12006   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12007   data: "plot-vpp-throughput-latency-3n-hsw"
12008   filter: "'NIC_Intel-X520-DA2' and
12009            '64B' and
12010            'ENCAP' and
12011            'NDRPDR' and
12012            '1T1C' and
12013            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12014            not 'DOT1Q' and
12015            not 'VHOST' and
12016            not 'IPSECHW'"
12017   parameters:
12018   - "throughput"
12019   - "parent"
12020   - "tags"
12021   sort:
12022   - "L2BDMACLRN"
12023   - "L2XCFWD"
12024   - "LISP"
12025   traces:
12026     hoverinfo: "x+y"
12027     boxpoints: "outliers"
12028     whiskerwidth: 0
12029   layout:
12030     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12031     layout: "plot-throughput"
12032
12033 -
12034   type: "plot"
12035   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12036   algorithm: "plot_performance_box"
12037   output-file-type: ".html"
12038   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12039   data: "plot-vpp-throughput-latency-3n-hsw"
12040   filter: "'NIC_Intel-X520-DA2' and
12041            '64B' and
12042            'ENCAP' and
12043            'NDRPDR' and
12044            '2T2C' and
12045            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12046            not 'DOT1Q' and
12047            not 'VHOST' and
12048            not 'IPSECHW'"
12049   parameters:
12050   - "throughput"
12051   - "parent"
12052   - "tags"
12053   sort:
12054   - "L2BDMACLRN"
12055   - "L2XCFWD"
12056   - "LISP"
12057   traces:
12058     hoverinfo: "x+y"
12059     boxpoints: "outliers"
12060     whiskerwidth: 0
12061   layout:
12062     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12063     layout: "plot-throughput"
12064
12065 -
12066   type: "plot"
12067   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-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_features-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' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12078            not 'DOT1Q' and
12079            not 'VHOST' and
12080            not 'IPSECHW'"
12081   parameters:
12082   - "throughput"
12083   - "parent"
12084   - "tags"
12085   sort:
12086   - "L2BDMACLRN"
12087   - "L2XCFWD"
12088   - "LISP"
12089   traces:
12090     hoverinfo: "x+y"
12091     boxpoints: "outliers"
12092     whiskerwidth: 0
12093   layout:
12094     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12095     layout: "plot-throughput"
12096
12097 -
12098   type: "plot"
12099   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12100   algorithm: "plot_performance_box"
12101   output-file-type: ".html"
12102   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12103   data: "plot-vpp-throughput-latency-3n-hsw"
12104   filter: "'NIC_Intel-X520-DA2' and
12105            '64B' and
12106            'ENCAP' and
12107            'NDRPDR' and
12108            '2T2C' and
12109            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12110            not 'DOT1Q' and
12111            not 'VHOST' and
12112            not 'IPSECHW'"
12113   parameters:
12114   - "throughput"
12115   - "parent"
12116   - "tags"
12117   sort:
12118   - "L2BDMACLRN"
12119   - "L2XCFWD"
12120   - "LISP"
12121   traces:
12122     hoverinfo: "x+y"
12123     boxpoints: "outliers"
12124     whiskerwidth: 0
12125   layout:
12126     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12127     layout: "plot-throughput"
12128
12129 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12130 -
12131   type: "plot"
12132   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12133   algorithm: "plot_performance_box"
12134   output-file-type: ".html"
12135   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12136   data: "plot-vpp-throughput-latency-3n-hsw"
12137   filter: "'NIC_Intel-X710' and
12138            '64B' and
12139            'ENCAP' and
12140            'NDRPDR' and
12141            '1T1C' and
12142            ('VXLAN' or 'LISP') and
12143            not 'VHOST' and
12144            not 'IPSECHW'"
12145   parameters:
12146   - "throughput"
12147   - "parent"
12148   - "tags"
12149   sort:
12150   - "LISP"
12151   - "VXLAN_1"
12152   - "VXLAN_10"
12153   - "VXLAN_100"
12154   - "VXLAN_1000"
12155   traces:
12156     hoverinfo: "x+y"
12157     boxpoints: "outliers"
12158     whiskerwidth: 0
12159   layout:
12160     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12161     layout: "plot-throughput"
12162
12163 -
12164   type: "plot"
12165   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12166   algorithm: "plot_performance_box"
12167   output-file-type: ".html"
12168   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12169   data: "plot-vpp-throughput-latency-3n-hsw"
12170   filter: "'NIC_Intel-X710' and
12171            '64B' and
12172            'ENCAP' and
12173            'NDRPDR' and
12174            '1T1C' and
12175            ('VXLAN' or 'LISP') and
12176            not 'VHOST' and
12177            not 'IPSECHW'"
12178   parameters:
12179   - "throughput"
12180   - "parent"
12181   - "tags"
12182   sort:
12183   - "LISP"
12184   - "VXLAN_1"
12185   - "VXLAN_10"
12186   - "VXLAN_100"
12187   - "VXLAN_1000"
12188   traces:
12189     hoverinfo: "x+y"
12190     boxpoints: "outliers"
12191     whiskerwidth: 0
12192   layout:
12193     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12194     layout: "plot-throughput"
12195
12196 -
12197   type: "plot"
12198   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12199   algorithm: "plot_performance_box"
12200   output-file-type: ".html"
12201   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12202   data: "plot-vpp-throughput-latency-3n-hsw"
12203   filter: "'NIC_Intel-X710' and
12204            '64B' and
12205            'ENCAP' and
12206            'NDRPDR' and
12207            '2T2C' and
12208            ('VXLAN' or 'LISP') and
12209            not 'VHOST' and
12210            not 'IPSECHW'"
12211   parameters:
12212   - "throughput"
12213   - "parent"
12214   - "tags"
12215   sort:
12216   - "LISP"
12217   - "VXLAN_1"
12218   - "VXLAN_10"
12219   - "VXLAN_100"
12220   - "VXLAN_1000"
12221   traces:
12222     hoverinfo: "x+y"
12223     boxpoints: "outliers"
12224     whiskerwidth: 0
12225   layout:
12226     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12227     layout: "plot-throughput"
12228
12229 -
12230   type: "plot"
12231   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12232   algorithm: "plot_performance_box"
12233   output-file-type: ".html"
12234   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12235   data: "plot-vpp-throughput-latency-3n-hsw"
12236   filter: "'NIC_Intel-X710' and
12237            '64B' and
12238            'ENCAP' and
12239            'NDRPDR' and
12240            '2T2C' and
12241            ('VXLAN' or 'LISP') and
12242            not 'VHOST' and
12243            not 'IPSECHW'"
12244   parameters:
12245   - "throughput"
12246   - "parent"
12247   - "tags"
12248   sort:
12249   - "LISP"
12250   - "VXLAN_1"
12251   - "VXLAN_10"
12252   - "VXLAN_100"
12253   - "VXLAN_1000"
12254   traces:
12255     hoverinfo: "x+y"
12256     boxpoints: "outliers"
12257     whiskerwidth: 0
12258   layout:
12259     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12260     layout: "plot-throughput"
12261
12262 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12263 -
12264   type: "plot"
12265   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12266   algorithm: "plot_performance_box"
12267   output-file-type: ".html"
12268   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12269   data: "plot-vpp-throughput-latency-3n-hsw"
12270   filter: "'NIC_Intel-X710' and
12271            '64B' and
12272            'ENCAP' and
12273            'NDRPDR' and
12274            '1T1C' and
12275            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12276            not 'DOT1Q' and
12277            not 'VHOST' and
12278            not 'IPSECHW'"
12279   parameters:
12280   - "throughput"
12281   - "parent"
12282   - "tags"
12283   sort:
12284   - "L2BDMACLRN"
12285   - "L2XCFWD"
12286   - "LISP"
12287   traces:
12288     hoverinfo: "x+y"
12289     boxpoints: "outliers"
12290     whiskerwidth: 0
12291   layout:
12292     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12293     layout: "plot-throughput"
12294
12295 -
12296   type: "plot"
12297   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12298   algorithm: "plot_performance_box"
12299   output-file-type: ".html"
12300   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12301   data: "plot-vpp-throughput-latency-3n-hsw"
12302   filter: "'NIC_Intel-X710' and
12303            '64B' and
12304            'ENCAP' and
12305            'NDRPDR' and
12306            '2T2C' and
12307            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12308            not 'DOT1Q' and
12309            not 'VHOST' and
12310            not 'IPSECHW'"
12311   parameters:
12312   - "throughput"
12313   - "parent"
12314   - "tags"
12315   sort:
12316   - "L2BDMACLRN"
12317   - "L2XCFWD"
12318   - "LISP"
12319   traces:
12320     hoverinfo: "x+y"
12321     boxpoints: "outliers"
12322     whiskerwidth: 0
12323   layout:
12324     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12325     layout: "plot-throughput"
12326
12327 -
12328   type: "plot"
12329   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-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_features-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' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12340            not 'DOT1Q' and
12341            not 'VHOST' and
12342            not 'IPSECHW'"
12343   parameters:
12344   - "throughput"
12345   - "parent"
12346   - "tags"
12347   sort:
12348   - "L2BDMACLRN"
12349   - "L2XCFWD"
12350   - "LISP"
12351   traces:
12352     hoverinfo: "x+y"
12353     boxpoints: "outliers"
12354     whiskerwidth: 0
12355   layout:
12356     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12357     layout: "plot-throughput"
12358
12359 -
12360   type: "plot"
12361   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12362   algorithm: "plot_performance_box"
12363   output-file-type: ".html"
12364   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12365   data: "plot-vpp-throughput-latency-3n-hsw"
12366   filter: "'NIC_Intel-X710' and
12367            '64B' and
12368            'ENCAP' and
12369            'NDRPDR' and
12370            '2T2C' and
12371            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12372            not 'DOT1Q' and
12373            not 'VHOST' and
12374            not 'IPSECHW'"
12375   parameters:
12376   - "throughput"
12377   - "parent"
12378   - "tags"
12379   sort:
12380   - "L2BDMACLRN"
12381   - "L2XCFWD"
12382   - "LISP"
12383   traces:
12384     hoverinfo: "x+y"
12385     boxpoints: "outliers"
12386     whiskerwidth: 0
12387   layout:
12388     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12389     layout: "plot-throughput"
12390
12391 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12392 -
12393   type: "plot"
12394   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12395   algorithm: "plot_performance_box"
12396   output-file-type: ".html"
12397   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12398   data: "plot-vpp-throughput-latency-3n-skx"
12399   filter: "'NIC_Intel-X710' and
12400            '64B' and
12401            'ENCAP' and
12402            'NDRPDR' and
12403            '2T1C' and
12404            ('VXLAN' or 'LISP') and
12405            not 'VHOST' and
12406            not 'IPSECHW'"
12407   parameters:
12408   - "throughput"
12409   - "parent"
12410   - "tags"
12411   sort:
12412   - "LISP"
12413   - "VXLAN_1"
12414   - "VXLAN_10"
12415   - "VXLAN_100"
12416   - "VXLAN_1000"
12417   traces:
12418     hoverinfo: "x+y"
12419     boxpoints: "outliers"
12420     whiskerwidth: 0
12421   layout:
12422     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12423     layout: "plot-throughput"
12424
12425 -
12426   type: "plot"
12427   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12428   algorithm: "plot_performance_box"
12429   output-file-type: ".html"
12430   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12431   data: "plot-vpp-throughput-latency-3n-skx"
12432   filter: "'NIC_Intel-X710' and
12433            '64B' and
12434            'ENCAP' and
12435            'NDRPDR' and
12436            '2T1C' and
12437            ('VXLAN' or 'LISP') and
12438            not 'VHOST' and
12439            not 'IPSECHW'"
12440   parameters:
12441   - "throughput"
12442   - "parent"
12443   - "tags"
12444   sort:
12445   - "LISP"
12446   - "VXLAN_1"
12447   - "VXLAN_10"
12448   - "VXLAN_100"
12449   - "VXLAN_1000"
12450   traces:
12451     hoverinfo: "x+y"
12452     boxpoints: "outliers"
12453     whiskerwidth: 0
12454   layout:
12455     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12456     layout: "plot-throughput"
12457
12458 -
12459   type: "plot"
12460   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12461   algorithm: "plot_performance_box"
12462   output-file-type: ".html"
12463   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12464   data: "plot-vpp-throughput-latency-3n-skx"
12465   filter: "'NIC_Intel-X710' and
12466            '64B' and
12467            'ENCAP' and
12468            'NDRPDR' and
12469            '4T2C' and
12470            ('VXLAN' or 'LISP') and
12471            not 'VHOST' and
12472            not 'IPSECHW'"
12473   parameters:
12474   - "throughput"
12475   - "parent"
12476   - "tags"
12477   sort:
12478   - "LISP"
12479   - "VXLAN_1"
12480   - "VXLAN_10"
12481   - "VXLAN_100"
12482   - "VXLAN_1000"
12483   traces:
12484     hoverinfo: "x+y"
12485     boxpoints: "outliers"
12486     whiskerwidth: 0
12487   layout:
12488     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12489     layout: "plot-throughput"
12490
12491 -
12492   type: "plot"
12493   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12494   algorithm: "plot_performance_box"
12495   output-file-type: ".html"
12496   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12497   data: "plot-vpp-throughput-latency-3n-skx"
12498   filter: "'NIC_Intel-X710' and
12499            '64B' and
12500            'ENCAP' and
12501            'NDRPDR' and
12502            '4T2C' and
12503            ('VXLAN' or 'LISP') and
12504            not 'VHOST' and
12505            not 'IPSECHW'"
12506   parameters:
12507   - "throughput"
12508   - "parent"
12509   - "tags"
12510   sort:
12511   - "LISP"
12512   - "VXLAN_1"
12513   - "VXLAN_10"
12514   - "VXLAN_100"
12515   - "VXLAN_1000"
12516   traces:
12517     hoverinfo: "x+y"
12518     boxpoints: "outliers"
12519     whiskerwidth: 0
12520   layout:
12521     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12522     layout: "plot-throughput"
12523
12524 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12525 -
12526   type: "plot"
12527   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12528   algorithm: "plot_performance_box"
12529   output-file-type: ".html"
12530   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12531   data: "plot-vpp-throughput-latency-3n-skx"
12532   filter: "'NIC_Intel-X710' and
12533            '64B' and
12534            'ENCAP' and
12535            'NDRPDR' and
12536            '2T1C' and
12537            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12538            not 'DOT1Q' and
12539            not 'VHOST' and
12540            not 'IPSECHW'"
12541   parameters:
12542   - "throughput"
12543   - "parent"
12544   - "tags"
12545   sort:
12546   - "L2BDMACLRN"
12547   - "L2XCFWD"
12548   - "LISP"
12549   traces:
12550     hoverinfo: "x+y"
12551     boxpoints: "outliers"
12552     whiskerwidth: 0
12553   layout:
12554     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12555     layout: "plot-throughput"
12556
12557 -
12558   type: "plot"
12559   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12560   algorithm: "plot_performance_box"
12561   output-file-type: ".html"
12562   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12563   data: "plot-vpp-throughput-latency-3n-skx"
12564   filter: "'NIC_Intel-X710' and
12565            '64B' and
12566            'ENCAP' and
12567            'NDRPDR' and
12568            '4T2C' and
12569            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12570            not 'DOT1Q' and
12571            not 'VHOST' and
12572            not 'IPSECHW'"
12573   parameters:
12574   - "throughput"
12575   - "parent"
12576   - "tags"
12577   sort:
12578   - "L2BDMACLRN"
12579   - "L2XCFWD"
12580   - "LISP"
12581   traces:
12582     hoverinfo: "x+y"
12583     boxpoints: "outliers"
12584     whiskerwidth: 0
12585   layout:
12586     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12587     layout: "plot-throughput"
12588
12589 -
12590   type: "plot"
12591   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-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_features-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' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12602            not 'DOT1Q' and
12603            not 'VHOST' and
12604            not 'IPSECHW'"
12605   parameters:
12606   - "throughput"
12607   - "parent"
12608   - "tags"
12609   sort:
12610   - "L2BDMACLRN"
12611   - "L2XCFWD"
12612   - "LISP"
12613   traces:
12614     hoverinfo: "x+y"
12615     boxpoints: "outliers"
12616     whiskerwidth: 0
12617   layout:
12618     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12619     layout: "plot-throughput"
12620
12621 -
12622   type: "plot"
12623   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12624   algorithm: "plot_performance_box"
12625   output-file-type: ".html"
12626   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12627   data: "plot-vpp-throughput-latency-3n-skx"
12628   filter: "'NIC_Intel-X710' and
12629            '64B' and
12630            'ENCAP' and
12631            'NDRPDR' and
12632            '4T2C' and
12633            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
12634            not 'DOT1Q' and
12635            not 'VHOST' and
12636            not 'IPSECHW'"
12637   parameters:
12638   - "throughput"
12639   - "parent"
12640   - "tags"
12641   sort:
12642   - "L2BDMACLRN"
12643   - "L2XCFWD"
12644   - "LISP"
12645   traces:
12646     hoverinfo: "x+y"
12647     boxpoints: "outliers"
12648     whiskerwidth: 0
12649   layout:
12650     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12651     layout: "plot-throughput"
12652
12653 ################################################################################
12654
12655 # Packet Throughput - VPP IPv6 3n-hsw-x520
12656 -
12657   type: "plot"
12658   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12659   algorithm: "plot_performance_box"
12660   output-file-type: ".html"
12661   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12662   data: "plot-vpp-throughput-latency-3n-hsw"
12663   filter: "'NIC_Intel-X520-DA2' and
12664            '78B' and
12665            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12666            'NDRPDR' and
12667            '1T1C' and
12668            'IP6FWD' and
12669            not 'SRv6' and
12670            not 'IPSEC' and
12671            not 'VHOST'"
12672   parameters:
12673   - "throughput"
12674   - "parent"
12675   - "tags"
12676   sort:
12677   - "IP6BASE"
12678   - "FIB_20K"
12679   - "FIB_200K"
12680   - "FIB_2M"
12681   traces:
12682     hoverinfo: "x+y"
12683     boxpoints: "outliers"
12684     whiskerwidth: 0
12685   layout:
12686     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12687     layout: "plot-throughput"
12688
12689 -
12690   type: "plot"
12691   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12692   algorithm: "plot_performance_box"
12693   output-file-type: ".html"
12694   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12695   data: "plot-vpp-throughput-latency-3n-hsw"
12696   filter: "'NIC_Intel-X520-DA2' and
12697            '78B' and
12698            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12699            'NDRPDR' and
12700            '1T1C' and
12701            'IP6FWD' and
12702            not 'SRv6' and
12703            not 'IPSEC' and
12704            not 'VHOST'"
12705   parameters:
12706   - "throughput"
12707   - "parent"
12708   - "tags"
12709   sort:
12710   - "IP6BASE"
12711   - "FIB_20K"
12712   - "FIB_200K"
12713   - "FIB_2M"
12714   traces:
12715     hoverinfo: "x+y"
12716     boxpoints: "outliers"
12717     whiskerwidth: 0
12718   layout:
12719     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12720     layout: "plot-throughput"
12721
12722 -
12723   type: "plot"
12724   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12725   algorithm: "plot_performance_box"
12726   output-file-type: ".html"
12727   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12728   data: "plot-vpp-throughput-latency-3n-hsw"
12729   filter: "'NIC_Intel-X520-DA2' and
12730            '78B' and
12731            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12732            'NDRPDR' and
12733            '2T2C' and
12734            'IP6FWD' and
12735            not 'SRv6' and
12736            not 'IPSEC' and
12737            not 'VHOST'"
12738   parameters:
12739   - "throughput"
12740   - "parent"
12741   - "tags"
12742   sort:
12743   - "IP6BASE"
12744   - "FIB_20K"
12745   - "FIB_200K"
12746   - "FIB_2M"
12747   traces:
12748     hoverinfo: "x+y"
12749     boxpoints: "outliers"
12750     whiskerwidth: 0
12751   layout:
12752     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12753     layout: "plot-throughput"
12754
12755 -
12756   type: "plot"
12757   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12758   algorithm: "plot_performance_box"
12759   output-file-type: ".html"
12760   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12761   data: "plot-vpp-throughput-latency-3n-hsw"
12762   filter: "'NIC_Intel-X520-DA2' and
12763            '78B' and
12764            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12765            'NDRPDR' and
12766            '2T2C' and
12767            'IP6FWD' and
12768            not 'SRv6' and
12769            not 'IPSEC' and
12770            not 'VHOST'"
12771   parameters:
12772   - "throughput"
12773   - "parent"
12774   - "tags"
12775   sort:
12776   - "IP6BASE"
12777   - "FIB_20K"
12778   - "FIB_200K"
12779   - "FIB_2M"
12780   traces:
12781     hoverinfo: "x+y"
12782     boxpoints: "outliers"
12783     whiskerwidth: 0
12784   layout:
12785     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12786     layout: "plot-throughput"
12787
12788 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
12789 -
12790   type: "plot"
12791   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12792   algorithm: "plot_performance_box"
12793   output-file-type: ".html"
12794   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12795   data: "plot-vpp-throughput-latency-3n-hsw"
12796   filter: "'NIC_Intel-X520-DA2' and
12797            '78B' and
12798            ('IP6BASE' or
12799             'POLICE_MARK' or
12800             'COPWHLIST' or
12801             'IACLDST') and
12802            'NDRPDR' and
12803            '1T1C' and
12804            'IP6FWD' and
12805            not 'SRv6' and
12806            not 'IPSEC' and
12807            not 'VHOST'"
12808   parameters:
12809   - "throughput"
12810   - "parent"
12811   - "tags"
12812   sort:
12813   - "IP6BASE"
12814   - "POLICE_MARK"
12815   - "COPWHLIST"
12816   - "IACLDST"
12817   traces:
12818     hoverinfo: "x+y"
12819     boxpoints: "outliers"
12820     whiskerwidth: 0
12821   layout:
12822     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
12823     layout: "plot-throughput"
12824
12825 -
12826   type: "plot"
12827   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12828   algorithm: "plot_performance_box"
12829   output-file-type: ".html"
12830   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12831   data: "plot-vpp-throughput-latency-3n-hsw"
12832   filter: "'NIC_Intel-X520-DA2' and
12833            '78B' and
12834            ('IP6BASE' or
12835             'POLICE_MARK' or
12836             'COPWHLIST' or
12837             'IACLDST') and
12838            'NDRPDR' and
12839            '2T2C' and
12840            'IP6FWD' and
12841            not 'SRv6' and
12842            not 'IPSEC' and
12843            not 'VHOST'"
12844   parameters:
12845   - "throughput"
12846   - "parent"
12847   - "tags"
12848   sort:
12849   - "IP6BASE"
12850   - "POLICE_MARK"
12851   - "COPWHLIST"
12852   - "IACLDST"
12853   traces:
12854     hoverinfo: "x+y"
12855     boxpoints: "outliers"
12856     whiskerwidth: 0
12857   layout:
12858     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
12859     layout: "plot-throughput"
12860
12861 -
12862   type: "plot"
12863   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12864   algorithm: "plot_performance_box"
12865   output-file-type: ".html"
12866   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12867   data: "plot-vpp-throughput-latency-3n-hsw"
12868   filter: "'NIC_Intel-X520-DA2' and
12869            '78B' and
12870            ('IP6BASE' or
12871             'POLICE_MARK' or
12872             'COPWHLIST' or
12873             'IACLDST') and
12874            'NDRPDR' and
12875            '1T1C' and
12876            'IP6FWD' and
12877            not 'SRv6' and
12878            not 'IPSEC' and
12879            not 'VHOST'"
12880   parameters:
12881   - "throughput"
12882   - "parent"
12883   - "tags"
12884   sort:
12885   - "IP6BASE"
12886   - "POLICE_MARK"
12887   - "COPWHLIST"
12888   - "IACLDST"
12889   traces:
12890     hoverinfo: "x+y"
12891     boxpoints: "outliers"
12892     whiskerwidth: 0
12893   layout:
12894     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
12895     layout: "plot-throughput"
12896
12897 -
12898   type: "plot"
12899   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12900   algorithm: "plot_performance_box"
12901   output-file-type: ".html"
12902   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12903   data: "plot-vpp-throughput-latency-3n-hsw"
12904   filter: "'NIC_Intel-X520-DA2' and
12905            '78B' and
12906            ('IP6BASE' or
12907             'POLICE_MARK' or
12908             'COPWHLIST' or
12909             'IACLDST') and
12910            'NDRPDR' and
12911            '2T2C' and
12912            'IP6FWD' and
12913            not 'SRv6' and
12914            not 'IPSEC' and
12915            not 'VHOST'"
12916   parameters:
12917   - "throughput"
12918   - "parent"
12919   - "tags"
12920   sort:
12921   - "IP6BASE"
12922   - "POLICE_MARK"
12923   - "COPWHLIST"
12924   - "IACLDST"
12925   traces:
12926     hoverinfo: "x+y"
12927     boxpoints: "outliers"
12928     whiskerwidth: 0
12929   layout:
12930     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
12931     layout: "plot-throughput"
12932
12933 # Packet Throughput - VPP IPv6 3n-hsw-x710
12934 -
12935   type: "plot"
12936   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12937   algorithm: "plot_performance_box"
12938   output-file-type: ".html"
12939   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12940   data: "plot-vpp-throughput-latency-3n-hsw"
12941   filter: "'NIC_Intel-X710' and
12942            '78B' and
12943            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12944            'NDRPDR' and
12945            '1T1C' and
12946            'IP6FWD' and
12947            not 'SRv6' and
12948            not 'IPSEC' and
12949            not 'VHOST'"
12950   parameters:
12951   - "throughput"
12952   - "parent"
12953   - "tags"
12954   sort:
12955   - "IP6BASE"
12956   - "FIB_20K"
12957   - "FIB_200K"
12958   - "FIB_2M"
12959   traces:
12960     hoverinfo: "x+y"
12961     boxpoints: "outliers"
12962     whiskerwidth: 0
12963   layout:
12964     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
12965     layout: "plot-throughput"
12966
12967 -
12968   type: "plot"
12969   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12970   algorithm: "plot_performance_box"
12971   output-file-type: ".html"
12972   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12973   data: "plot-vpp-throughput-latency-3n-hsw"
12974   filter: "'NIC_Intel-X710' and
12975            '78B' and
12976            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12977            'NDRPDR' and
12978            '1T1C' and
12979            'IP6FWD' and
12980            not 'SRv6' and
12981            not 'IPSEC' and
12982            not 'VHOST'"
12983   parameters:
12984   - "throughput"
12985   - "parent"
12986   - "tags"
12987   sort:
12988   - "IP6BASE"
12989   - "FIB_20K"
12990   - "FIB_200K"
12991   - "FIB_2M"
12992   traces:
12993     hoverinfo: "x+y"
12994     boxpoints: "outliers"
12995     whiskerwidth: 0
12996   layout:
12997     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
12998     layout: "plot-throughput"
12999
13000 -
13001   type: "plot"
13002   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13003   algorithm: "plot_performance_box"
13004   output-file-type: ".html"
13005   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13006   data: "plot-vpp-throughput-latency-3n-hsw"
13007   filter: "'NIC_Intel-X710' and
13008            '78B' and
13009            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13010            'NDRPDR' and
13011            '2T2C' and
13012            'IP6FWD' and
13013            not 'SRv6' and
13014            not 'IPSEC' and
13015            not 'VHOST'"
13016   parameters:
13017   - "throughput"
13018   - "parent"
13019   - "tags"
13020   sort:
13021   - "IP6BASE"
13022   - "FIB_20K"
13023   - "FIB_200K"
13024   - "FIB_2M"
13025   traces:
13026     hoverinfo: "x+y"
13027     boxpoints: "outliers"
13028     whiskerwidth: 0
13029   layout:
13030     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13031     layout: "plot-throughput"
13032
13033 -
13034   type: "plot"
13035   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13036   algorithm: "plot_performance_box"
13037   output-file-type: ".html"
13038   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13039   data: "plot-vpp-throughput-latency-3n-hsw"
13040   filter: "'NIC_Intel-X710' and
13041            '78B' and
13042            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13043            'NDRPDR' and
13044            '2T2C' and
13045            'IP6FWD' and
13046            not 'SRv6' and
13047            not 'IPSEC' and
13048            not 'VHOST'"
13049   parameters:
13050   - "throughput"
13051   - "parent"
13052   - "tags"
13053   sort:
13054   - "IP6BASE"
13055   - "FIB_20K"
13056   - "FIB_200K"
13057   - "FIB_2M"
13058   traces:
13059     hoverinfo: "x+y"
13060     boxpoints: "outliers"
13061     whiskerwidth: 0
13062   layout:
13063     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13064     layout: "plot-throughput"
13065
13066 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13067 -
13068   type: "plot"
13069   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13070   algorithm: "plot_performance_box"
13071   output-file-type: ".html"
13072   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13073   data: "plot-vpp-throughput-latency-3n-hsw"
13074   filter: "'NIC_Intel-X710' and
13075            '78B' and
13076            ('IP6BASE' or
13077             'POLICE_MARK' or
13078             'COPWHLIST' or
13079             'IACLDST') and
13080            'NDRPDR' and
13081            '1T1C' and
13082            'IP6FWD' and
13083            not 'SRv6' and
13084            not 'IPSEC' and
13085            not 'VHOST'"
13086   parameters:
13087   - "throughput"
13088   - "parent"
13089   - "tags"
13090   sort:
13091   - "IP6BASE"
13092   - "POLICE_MARK"
13093   - "COPWHLIST"
13094   - "IACLDST"
13095   traces:
13096     hoverinfo: "x+y"
13097     boxpoints: "outliers"
13098     whiskerwidth: 0
13099   layout:
13100     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13101     layout: "plot-throughput"
13102
13103 -
13104   type: "plot"
13105   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13106   algorithm: "plot_performance_box"
13107   output-file-type: ".html"
13108   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13109   data: "plot-vpp-throughput-latency-3n-hsw"
13110   filter: "'NIC_Intel-X710' and
13111            '78B' and
13112            ('IP6BASE' or
13113             'POLICE_MARK' or
13114             'COPWHLIST' or
13115             'IACLDST') and
13116            'NDRPDR' and
13117            '2T2C' and
13118            'IP6FWD' and
13119            not 'SRv6' and
13120            not 'IPSEC' and
13121            not 'VHOST'"
13122   parameters:
13123   - "throughput"
13124   - "parent"
13125   - "tags"
13126   sort:
13127   - "IP6BASE"
13128   - "POLICE_MARK"
13129   - "COPWHLIST"
13130   - "IACLDST"
13131   traces:
13132     hoverinfo: "x+y"
13133     boxpoints: "outliers"
13134     whiskerwidth: 0
13135   layout:
13136     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13137     layout: "plot-throughput"
13138
13139 -
13140   type: "plot"
13141   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13142   algorithm: "plot_performance_box"
13143   output-file-type: ".html"
13144   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13145   data: "plot-vpp-throughput-latency-3n-hsw"
13146   filter: "'NIC_Intel-X710' and
13147            '78B' and
13148            ('IP6BASE' or
13149             'POLICE_MARK' or
13150             'COPWHLIST' or
13151             'IACLDST') and
13152            'NDRPDR' and
13153            '1T1C' and
13154            'IP6FWD' and
13155            not 'SRv6' and
13156            not 'IPSEC' and
13157            not 'VHOST'"
13158   parameters:
13159   - "throughput"
13160   - "parent"
13161   - "tags"
13162   sort:
13163   - "IP6BASE"
13164   - "POLICE_MARK"
13165   - "COPWHLIST"
13166   - "IACLDST"
13167   traces:
13168     hoverinfo: "x+y"
13169     boxpoints: "outliers"
13170     whiskerwidth: 0
13171   layout:
13172     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13173     layout: "plot-throughput"
13174
13175 -
13176   type: "plot"
13177   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13178   algorithm: "plot_performance_box"
13179   output-file-type: ".html"
13180   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13181   data: "plot-vpp-throughput-latency-3n-hsw"
13182   filter: "'NIC_Intel-X710' and
13183            '78B' and
13184            ('IP6BASE' or
13185             'POLICE_MARK' or
13186             'COPWHLIST' or
13187             'IACLDST') and
13188            'NDRPDR' and
13189            '2T2C' and
13190            'IP6FWD' and
13191            not 'SRv6' and
13192            not 'IPSEC' and
13193            not 'VHOST'"
13194   parameters:
13195   - "throughput"
13196   - "parent"
13197   - "tags"
13198   sort:
13199   - "IP6BASE"
13200   - "POLICE_MARK"
13201   - "COPWHLIST"
13202   - "IACLDST"
13203   traces:
13204     hoverinfo: "x+y"
13205     boxpoints: "outliers"
13206     whiskerwidth: 0
13207   layout:
13208     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13209     layout: "plot-throughput"
13210
13211 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13212 -
13213   type: "plot"
13214   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13215   algorithm: "plot_performance_box"
13216   output-file-type: ".html"
13217   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13218   data: "plot-vpp-throughput-latency-3n-hsw"
13219   filter: "'NIC_Intel-XL710' and
13220            '78B' and
13221            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13222            'NDRPDR' and
13223            '1T1C' and
13224            'IP6FWD' and
13225            not 'SRv6' and
13226            not 'IPSEC' and
13227            not 'VHOST'"
13228   parameters:
13229   - "throughput"
13230   - "parent"
13231   - "tags"
13232   sort:
13233   - "IP6BASE"
13234   - "FIB_20K"
13235   - "FIB_200K"
13236   - "FIB_2M"
13237   traces:
13238     hoverinfo: "x+y"
13239     boxpoints: "outliers"
13240     whiskerwidth: 0
13241   layout:
13242     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
13243     layout: "plot-throughput"
13244
13245 -
13246   type: "plot"
13247   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13248   algorithm: "plot_performance_box"
13249   output-file-type: ".html"
13250   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13251   data: "plot-vpp-throughput-latency-3n-hsw"
13252   filter: "'NIC_Intel-XL710' and
13253            '78B' and
13254            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13255            'NDRPDR' and
13256            '1T1C' and
13257            'IP6FWD' and
13258            not 'SRv6' and
13259            not 'IPSEC' and
13260            not 'VHOST'"
13261   parameters:
13262   - "throughput"
13263   - "parent"
13264   - "tags"
13265   sort:
13266   - "IP6BASE"
13267   - "FIB_20K"
13268   - "FIB_200K"
13269   - "FIB_2M"
13270   traces:
13271     hoverinfo: "x+y"
13272     boxpoints: "outliers"
13273     whiskerwidth: 0
13274   layout:
13275     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
13276     layout: "plot-throughput"
13277
13278 -
13279   type: "plot"
13280   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13281   algorithm: "plot_performance_box"
13282   output-file-type: ".html"
13283   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13284   data: "plot-vpp-throughput-latency-3n-hsw"
13285   filter: "'NIC_Intel-XL710' and
13286            '78B' and
13287            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13288            'NDRPDR' and
13289            '2T2C' and
13290            'IP6FWD' and
13291            not 'SRv6' and
13292            not 'IPSEC' and
13293            not 'VHOST'"
13294   parameters:
13295   - "throughput"
13296   - "parent"
13297   - "tags"
13298   sort:
13299   - "IP6BASE"
13300   - "FIB_20K"
13301   - "FIB_200K"
13302   - "FIB_2M"
13303   traces:
13304     hoverinfo: "x+y"
13305     boxpoints: "outliers"
13306     whiskerwidth: 0
13307   layout:
13308     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
13309     layout: "plot-throughput"
13310
13311 -
13312   type: "plot"
13313   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13314   algorithm: "plot_performance_box"
13315   output-file-type: ".html"
13316   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13317   data: "plot-vpp-throughput-latency-3n-hsw"
13318   filter: "'NIC_Intel-XL710' and
13319            '78B' and
13320            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13321            'NDRPDR' and
13322            '2T2C' and
13323            'IP6FWD' and
13324            not 'SRv6' and
13325            not 'IPSEC' and
13326            not 'VHOST'"
13327   parameters:
13328   - "throughput"
13329   - "parent"
13330   - "tags"
13331   sort:
13332   - "IP6BASE"
13333   - "FIB_20K"
13334   - "FIB_200K"
13335   - "FIB_2M"
13336   traces:
13337     hoverinfo: "x+y"
13338     boxpoints: "outliers"
13339     whiskerwidth: 0
13340   layout:
13341     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
13342     layout: "plot-throughput"
13343
13344 # Packet Throughput - VPP IPv6 3n-skx-x710
13345 -
13346   type: "plot"
13347   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13348   algorithm: "plot_performance_box"
13349   output-file-type: ".html"
13350   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13351   data: "plot-vpp-throughput-latency-3n-skx"
13352   filter: "'NIC_Intel-X710' and
13353            '78B' and
13354            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13355            'NDRPDR' and
13356            '2T1C' and
13357            'IP6FWD' and
13358            not 'SRv6' and
13359            not 'IPSEC' and
13360            not 'VHOST'"
13361   parameters:
13362   - "throughput"
13363   - "parent"
13364   - "tags"
13365   sort:
13366   - "IP6BASE"
13367   - "FIB_20k"
13368   - "FIB_200k"
13369   - "FIB_2M"
13370   traces:
13371     hoverinfo: "x+y"
13372     boxpoints: "outliers"
13373     whiskerwidth: 0
13374   layout:
13375     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13376     layout: "plot-throughput"
13377
13378 -
13379   type: "plot"
13380   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13381   algorithm: "plot_performance_box"
13382   output-file-type: ".html"
13383   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13384   data: "plot-vpp-throughput-latency-3n-skx"
13385   filter: "'NIC_Intel-X710' and
13386            '78B' and
13387            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13388            'NDRPDR' and
13389            '2T1C' and
13390            'IP6FWD' and
13391            not 'SRv6' and
13392            not 'IPSEC' and
13393            not 'VHOST'"
13394   parameters:
13395   - "throughput"
13396   - "parent"
13397   - "tags"
13398   sort:
13399   - "IP6BASE"
13400   - "FIB_20k"
13401   - "FIB_200k"
13402   - "FIB_2M"
13403   traces:
13404     hoverinfo: "x+y"
13405     boxpoints: "outliers"
13406     whiskerwidth: 0
13407   layout:
13408     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13409     layout: "plot-throughput"
13410
13411 -
13412   type: "plot"
13413   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13414   algorithm: "plot_performance_box"
13415   output-file-type: ".html"
13416   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13417   data: "plot-vpp-throughput-latency-3n-skx"
13418   filter: "'NIC_Intel-X710' and
13419            '78B' and
13420            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13421            'NDRPDR' and
13422            '4T2C' and
13423            'IP6FWD' and
13424            not 'SRv6' and
13425            not 'IPSEC' and
13426            not 'VHOST'"
13427   parameters:
13428   - "throughput"
13429   - "parent"
13430   - "tags"
13431   sort:
13432   - "IP6BASE"
13433   - "FIB_20k"
13434   - "FIB_200k"
13435   - "FIB_2M"
13436   traces:
13437     hoverinfo: "x+y"
13438     boxpoints: "outliers"
13439     whiskerwidth: 0
13440   layout:
13441     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13442     layout: "plot-throughput"
13443
13444 -
13445   type: "plot"
13446   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13447   algorithm: "plot_performance_box"
13448   output-file-type: ".html"
13449   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13450   data: "plot-vpp-throughput-latency-3n-skx"
13451   filter: "'NIC_Intel-X710' and
13452            '78B' and
13453            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13454            'NDRPDR' and
13455            '4T2C' and
13456            'IP6FWD' and
13457            not 'SRv6' and
13458            not 'IPSEC' and
13459            not 'VHOST'"
13460   parameters:
13461   - "throughput"
13462   - "parent"
13463   - "tags"
13464   sort:
13465   - "IP6BASE"
13466   - "FIB_20k"
13467   - "FIB_200k"
13468   - "FIB_2M"
13469   traces:
13470     hoverinfo: "x+y"
13471     boxpoints: "outliers"
13472     whiskerwidth: 0
13473   layout:
13474     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13475     layout: "plot-throughput"
13476
13477 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13478 -
13479   type: "plot"
13480   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13481   algorithm: "plot_performance_box"
13482   output-file-type: ".html"
13483   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13484   data: "plot-vpp-throughput-latency-3n-skx"
13485   filter: "'NIC_Intel-X710' and
13486            '78B' and
13487            ('IP6BASE' or
13488             'POLICE_MARK' or
13489             'COPWHLIST' or
13490             'IACLDST') and
13491            'NDRPDR' and
13492            '2T1C' and
13493            'IP6FWD' and
13494            not 'SRv6' and
13495            not 'IPSEC' and
13496            not 'VHOST'"
13497   parameters:
13498   - "throughput"
13499   - "parent"
13500   - "tags"
13501   sort:
13502   - "IP6BASE"
13503   - "POLICE_MARK"
13504   - "COPWHLIST"
13505   - "IACLDST"
13506   traces:
13507     hoverinfo: "x+y"
13508     boxpoints: "outliers"
13509     whiskerwidth: 0
13510   layout:
13511     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13512     layout: "plot-throughput"
13513
13514 -
13515   type: "plot"
13516   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13517   algorithm: "plot_performance_box"
13518   output-file-type: ".html"
13519   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13520   data: "plot-vpp-throughput-latency-3n-hsw"
13521   filter: "'NIC_Intel-X710' and
13522            '78B' and
13523            ('IP6BASE' or
13524             'POLICE_MARK' or
13525             'COPWHLIST' or
13526             'IACLDST') and
13527            'NDRPDR' and
13528            '4T2C' and
13529            'IP6FWD' and
13530            not 'SRv6' and
13531            not 'IPSEC' and
13532            not 'VHOST'"
13533   parameters:
13534   - "throughput"
13535   - "parent"
13536   - "tags"
13537   sort:
13538   - "IP6BASE"
13539   - "POLICE_MARK"
13540   - "COPWHLIST"
13541   - "IACLDST"
13542   traces:
13543     hoverinfo: "x+y"
13544     boxpoints: "outliers"
13545     whiskerwidth: 0
13546   layout:
13547     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13548     layout: "plot-throughput"
13549
13550 -
13551   type: "plot"
13552   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13553   algorithm: "plot_performance_box"
13554   output-file-type: ".html"
13555   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13556   data: "plot-vpp-throughput-latency-3n-skx"
13557   filter: "'NIC_Intel-X710' and
13558            '78B' and
13559            ('IP6BASE' or
13560             'POLICE_MARK' or
13561             'COPWHLIST' or
13562             'IACLDST') and
13563            'NDRPDR' and
13564            '2T1C' and
13565            'IP6FWD' and
13566            not 'SRv6' and
13567            not 'IPSEC' and
13568            not 'VHOST'"
13569   parameters:
13570   - "throughput"
13571   - "parent"
13572   - "tags"
13573   sort:
13574   - "IP6BASE"
13575   - "POLICE_MARK"
13576   - "COPWHLIST"
13577   - "IACLDST"
13578   traces:
13579     hoverinfo: "x+y"
13580     boxpoints: "outliers"
13581     whiskerwidth: 0
13582   layout:
13583     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13584     layout: "plot-throughput"
13585
13586 -
13587   type: "plot"
13588   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13589   algorithm: "plot_performance_box"
13590   output-file-type: ".html"
13591   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13592   data: "plot-vpp-throughput-latency-3n-skx"
13593   filter: "'NIC_Intel-X710' and
13594            '78B' and
13595            ('IP6BASE' or
13596             'POLICE_MARK' or
13597             'COPWHLIST' or
13598             'IACLDST') and
13599            'NDRPDR' and
13600            '4T2C' and
13601            'IP6FWD' and
13602            not 'SRv6' and
13603            not 'IPSEC' and
13604            not 'VHOST'"
13605   parameters:
13606   - "throughput"
13607   - "parent"
13608   - "tags"
13609   sort:
13610   - "IP6BASE"
13611   - "POLICE_MARK"
13612   - "COPWHLIST"
13613   - "IACLDST"
13614   traces:
13615     hoverinfo: "x+y"
13616     boxpoints: "outliers"
13617     whiskerwidth: 0
13618   layout:
13619     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13620     layout: "plot-throughput"
13621
13622 # Packet Throughput - VPP IPv6 2n-skx-x710
13623 -
13624   type: "plot"
13625   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13626   algorithm: "plot_performance_box"
13627   output-file-type: ".html"
13628   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13629   data: "plot-vpp-throughput-latency-2n-skx"
13630   filter: "'NIC_Intel-X710' and
13631            '78B' and
13632            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13633            'NDRPDR' and
13634            '2T1C' and
13635            'IP6FWD' and
13636            not 'SRv6' and
13637            not 'IPSEC' and
13638            not 'VHOST'"
13639   parameters:
13640   - "throughput"
13641   - "parent"
13642   - "tags"
13643   sort:
13644   - "IP6BASE"
13645   - "FIB_20k"
13646   - "FIB_200k"
13647   - "FIB_2M"
13648   traces:
13649     hoverinfo: "x+y"
13650     boxpoints: "outliers"
13651     whiskerwidth: 0
13652   layout:
13653     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13654     layout: "plot-throughput"
13655
13656 -
13657   type: "plot"
13658   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13659   algorithm: "plot_performance_box"
13660   output-file-type: ".html"
13661   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13662   data: "plot-vpp-throughput-latency-2n-skx"
13663   filter: "'NIC_Intel-X710' and
13664            '78B' and
13665            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13666            'NDRPDR' and
13667            '2T1C' and
13668            'IP6FWD' and
13669            not 'SRv6' and
13670            not 'IPSEC' and
13671            not 'VHOST'"
13672   parameters:
13673   - "throughput"
13674   - "parent"
13675   - "tags"
13676   sort:
13677   - "IP6BASE"
13678   - "FIB_20k"
13679   - "FIB_200k"
13680   - "FIB_2M"
13681   traces:
13682     hoverinfo: "x+y"
13683     boxpoints: "outliers"
13684     whiskerwidth: 0
13685   layout:
13686     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13687     layout: "plot-throughput"
13688
13689 -
13690   type: "plot"
13691   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13692   algorithm: "plot_performance_box"
13693   output-file-type: ".html"
13694   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13695   data: "plot-vpp-throughput-latency-2n-skx"
13696   filter: "'NIC_Intel-X710' and
13697            '78B' and
13698            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13699            'NDRPDR' and
13700            '4T2C' and
13701            'IP6FWD' and
13702            not 'SRv6' and
13703            not 'IPSEC' and
13704            not 'VHOST'"
13705   parameters:
13706   - "throughput"
13707   - "parent"
13708   - "tags"
13709   sort:
13710   - "IP6BASE"
13711   - "FIB_20k"
13712   - "FIB_200k"
13713   - "FIB_2M"
13714   traces:
13715     hoverinfo: "x+y"
13716     boxpoints: "outliers"
13717     whiskerwidth: 0
13718   layout:
13719     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13720     layout: "plot-throughput"
13721
13722 -
13723   type: "plot"
13724   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13725   algorithm: "plot_performance_box"
13726   output-file-type: ".html"
13727   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13728   data: "plot-vpp-throughput-latency-2n-skx"
13729   filter: "'NIC_Intel-X710' and
13730            '78B' and
13731            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13732            'NDRPDR' and
13733            '4T2C' and
13734            'IP6FWD' and
13735            not 'SRv6' and
13736            not 'IPSEC' and
13737            not 'VHOST'"
13738   parameters:
13739   - "throughput"
13740   - "parent"
13741   - "tags"
13742   sort:
13743   - "IP6BASE"
13744   - "FIB_20k"
13745   - "FIB_200k"
13746   - "FIB_2M"
13747   traces:
13748     hoverinfo: "x+y"
13749     boxpoints: "outliers"
13750     whiskerwidth: 0
13751   layout:
13752     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13753     layout: "plot-throughput"
13754
13755 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13756 -
13757   type: "plot"
13758   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13759   algorithm: "plot_performance_box"
13760   output-file-type: ".html"
13761   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13762   data: "plot-vpp-throughput-latency-2n-skx"
13763   filter: "'NIC_Intel-XXV710' and
13764            '78B' and
13765            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13766            'NDRPDR' and
13767            '2T1C' and
13768            'IP6FWD' and
13769            not 'SRv6' and
13770            not 'IPSEC' and
13771            not 'VHOST'"
13772   parameters:
13773   - "throughput"
13774   - "parent"
13775   - "tags"
13776   sort:
13777   - "IP6BASE"
13778   - "FIB_20k"
13779   - "FIB_200k"
13780   - "FIB_2M"
13781   traces:
13782     hoverinfo: "x+y"
13783     boxpoints: "outliers"
13784     whiskerwidth: 0
13785   layout:
13786     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13787     layout: "plot-throughput"
13788
13789 -
13790   type: "plot"
13791   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13792   algorithm: "plot_performance_box"
13793   output-file-type: ".html"
13794   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13795   data: "plot-vpp-throughput-latency-2n-skx"
13796   filter: "'NIC_Intel-XXV710' and
13797            '78B' and
13798            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13799            'NDRPDR' and
13800            '2T1C' and
13801            'IP6FWD' and
13802            not 'SRv6' and
13803            not 'IPSEC' and
13804            not 'VHOST'"
13805   parameters:
13806   - "throughput"
13807   - "parent"
13808   - "tags"
13809   sort:
13810   - "IP6BASE"
13811   - "FIB_20k"
13812   - "FIB_200k"
13813   - "FIB_2M"
13814   traces:
13815     hoverinfo: "x+y"
13816     boxpoints: "outliers"
13817     whiskerwidth: 0
13818   layout:
13819     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13820     layout: "plot-throughput"
13821
13822 -
13823   type: "plot"
13824   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13825   algorithm: "plot_performance_box"
13826   output-file-type: ".html"
13827   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13828   data: "plot-vpp-throughput-latency-2n-skx"
13829   filter: "'NIC_Intel-XXV710' and
13830            '78B' and
13831            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13832            'NDRPDR' and
13833            '4T2C' and
13834            'IP6FWD' and
13835            not 'SRv6' and
13836            not 'IPSEC' and
13837            not 'VHOST'"
13838   parameters:
13839   - "throughput"
13840   - "parent"
13841   - "tags"
13842   sort:
13843   - "IP6BASE"
13844   - "FIB_20k"
13845   - "FIB_200k"
13846   - "FIB_2M"
13847   traces:
13848     hoverinfo: "x+y"
13849     boxpoints: "outliers"
13850     whiskerwidth: 0
13851   layout:
13852     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13853     layout: "plot-throughput"
13854
13855 -
13856   type: "plot"
13857   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13858   algorithm: "plot_performance_box"
13859   output-file-type: ".html"
13860   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13861   data: "plot-vpp-throughput-latency-2n-skx"
13862   filter: "'NIC_Intel-XXV710' and
13863            '78B' and
13864            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
13865            'NDRPDR' and
13866            '4T2C' and
13867            'IP6FWD' and
13868            not 'SRv6' and
13869            not 'IPSEC' and
13870            not 'VHOST'"
13871   parameters:
13872   - "throughput"
13873   - "parent"
13874   - "tags"
13875   sort:
13876   - "IP6BASE"
13877   - "FIB_20k"
13878   - "FIB_200k"
13879   - "FIB_2M"
13880   traces:
13881     hoverinfo: "x+y"
13882     boxpoints: "outliers"
13883     whiskerwidth: 0
13884   layout:
13885     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13886     layout: "plot-throughput"
13887
13888 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
13889 -
13890   type: "plot"
13891   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13892   algorithm: "plot_performance_box"
13893   output-file-type: ".html"
13894   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13895   data: "intel-dnv-vpp"
13896   filter: "'NIC_Intel-X553' and
13897            '78B' and
13898            'IP6BASE' and
13899            'NDRPDR' and
13900            '1T1C' and
13901            'IP6FWD' and
13902            not 'SRv6' and
13903            not 'IPSEC' and
13904            not 'VHOST'"
13905   parameters:
13906   - "throughput"
13907   - "parent"
13908   - "tags"
13909   sort:
13910   - "IP6BASE"
13911   traces:
13912     hoverinfo: "x+y"
13913     boxpoints: "outliers"
13914     whiskerwidth: 0
13915   layout:
13916     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
13917     layout: "plot-throughput"
13918
13919 -
13920   type: "plot"
13921   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13922   algorithm: "plot_performance_box"
13923   output-file-type: ".html"
13924   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13925   data: "intel-dnv-vpp"
13926   filter: "'NIC_Intel-X553' and
13927            '78B' and
13928            'IP6BASE' and
13929            'NDRPDR' and
13930            '1T1C' and
13931            'IP6FWD' and
13932            not 'SRv6' and
13933            not 'IPSEC' and
13934            not 'VHOST'"
13935   parameters:
13936   - "throughput"
13937   - "parent"
13938   - "tags"
13939   sort:
13940   - "IP6BASE"
13941   traces:
13942     hoverinfo: "x+y"
13943     boxpoints: "outliers"
13944     whiskerwidth: 0
13945   layout:
13946     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
13947     layout: "plot-throughput"
13948
13949 -
13950   type: "plot"
13951   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13952   algorithm: "plot_performance_box"
13953   output-file-type: ".html"
13954   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13955   data: "intel-dnv-vpp"
13956   filter: "'NIC_Intel-X553' and
13957            '78B' and
13958            'IP6BASE' and
13959            'NDRPDR' and
13960            '2T2C' and
13961            'IP6FWD' and
13962            not 'SRv6' and
13963            not 'IPSEC' and
13964            not 'VHOST'"
13965   parameters:
13966   - "throughput"
13967   - "parent"
13968   - "tags"
13969   sort:
13970   - "IP6BASE"
13971   traces:
13972     hoverinfo: "x+y"
13973     boxpoints: "outliers"
13974     whiskerwidth: 0
13975   layout:
13976     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
13977     layout: "plot-throughput"
13978
13979 -
13980   type: "plot"
13981   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13982   algorithm: "plot_performance_box"
13983   output-file-type: ".html"
13984   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
13985   data: "intel-dnv-vpp"
13986   filter: "'NIC_Intel-X553' and
13987            '78B' and
13988            'IP6BASE' and
13989            'NDRPDR' and
13990            '2T2C' and
13991            'IP6FWD' and
13992            not 'SRv6' and
13993            not 'IPSEC' and
13994            not 'VHOST'"
13995   parameters:
13996   - "throughput"
13997   - "parent"
13998   - "tags"
13999   sort:
14000   - "IP6BASE"
14001   traces:
14002     hoverinfo: "x+y"
14003     boxpoints: "outliers"
14004     whiskerwidth: 0
14005   layout:
14006     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14007     layout: "plot-throughput"
14008
14009 ################################################################################
14010
14011 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14012 -
14013   type: "plot"
14014   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14015   algorithm: "plot_performance_box"
14016   output-file-type: ".html"
14017   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14018   data: "plot-vpp-throughput-latency-3n-hsw"
14019   filter: "'NIC_Intel-X520-DA2' and
14020            '78B' and
14021            'ENCAP' and
14022            'NDRPDR' and
14023            '1T1C' and
14024            'LISP' and
14025            not 'VHOST'"
14026   parameters:
14027   - "throughput"
14028   - "parent"
14029   - "tags"
14030   sort:
14031   - "IP4UNRLAY"
14032   - "IP6UNRLAY"
14033   traces:
14034     hoverinfo: "x+y"
14035     boxpoints: "outliers"
14036     whiskerwidth: 0
14037   layout:
14038     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
14039     layout: "plot-throughput"
14040
14041 -
14042   type: "plot"
14043   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14044   algorithm: "plot_performance_box"
14045   output-file-type: ".html"
14046   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14047   data: "plot-vpp-throughput-latency-3n-hsw"
14048   filter: "'NIC_Intel-X520-DA2' and
14049            '78B' and
14050            'ENCAP' and
14051            'NDRPDR' and
14052            '1T1C' and
14053            'LISP' and
14054            not 'VHOST'"
14055   parameters:
14056   - "throughput"
14057   - "parent"
14058   - "tags"
14059   sort:
14060   - "IP4UNRLAY"
14061   - "IP6UNRLAY"
14062   traces:
14063     hoverinfo: "x+y"
14064     boxpoints: "outliers"
14065     whiskerwidth: 0
14066   layout:
14067     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
14068     layout: "plot-throughput"
14069
14070 -
14071   type: "plot"
14072   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14073   algorithm: "plot_performance_box"
14074   output-file-type: ".html"
14075   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14076   data: "plot-vpp-throughput-latency-3n-hsw"
14077   filter: "'NIC_Intel-X520-DA2' and
14078            '78B' and
14079            'ENCAP' and
14080            'NDRPDR' and
14081            '2T2C' and
14082            'LISP' and
14083            not 'VHOST'"
14084   parameters:
14085   - "throughput"
14086   - "parent"
14087   - "tags"
14088   sort:
14089   - "IP4UNRLAY"
14090   - "IP6UNRLAY"
14091   traces:
14092     hoverinfo: "x+y"
14093     boxpoints: "outliers"
14094     whiskerwidth: 0
14095   layout:
14096     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
14097     layout: "plot-throughput"
14098
14099 -
14100   type: "plot"
14101   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14102   algorithm: "plot_performance_box"
14103   output-file-type: ".html"
14104   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14105   data: "plot-vpp-throughput-latency-3n-hsw"
14106   filter: "'NIC_Intel-X520-DA2' and
14107            '78B' and
14108            'ENCAP' and
14109            'NDRPDR' and
14110            '2T2C' and
14111            'LISP' and
14112            not 'VHOST'"
14113   parameters:
14114   - "throughput"
14115   - "parent"
14116   - "tags"
14117   sort:
14118   - "IP4UNRLAY"
14119   - "IP6UNRLAY"
14120   traces:
14121     hoverinfo: "x+y"
14122     boxpoints: "outliers"
14123     whiskerwidth: 0
14124   layout:
14125     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
14126     layout: "plot-throughput"
14127
14128 ################################################################################
14129
14130 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14131 -
14132   type: "plot"
14133   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14134   algorithm: "plot_performance_box"
14135   output-file-type: ".html"
14136   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14137   data: "plot-vpp-throughput-latency-3n-hsw"
14138   filter: "'NIC_Intel-XL710' and
14139            '64B' and
14140            'IP4FWD' and
14141            'NDRPDR' and
14142            'BASE' and
14143            '1T1C' and
14144            'IPSECHW' and
14145            ('IPSECTRAN' or 'IPSECTUN') and
14146            not 'VHOST'"
14147   parameters:
14148   - "throughput"
14149   - "parent"
14150   - "tags"
14151   traces:
14152     hoverinfo: "x+y"
14153     boxpoints: "outliers"
14154     whiskerwidth: 0
14155   layout:
14156     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14157     layout: "plot-throughput"
14158
14159 -
14160   type: "plot"
14161   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14162   algorithm: "plot_performance_box"
14163   output-file-type: ".html"
14164   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14165   data: "plot-vpp-throughput-latency-3n-hsw"
14166   filter: "'NIC_Intel-XL710' and
14167            '64B' and
14168            'IP4FWD' and
14169            'NDRPDR' and
14170            'BASE' and
14171            '1T1C' and
14172            'IPSECHW' and
14173            ('IPSECTRAN' or 'IPSECTUN') and
14174            not 'VHOST'"
14175   parameters:
14176   - "throughput"
14177   - "parent"
14178   - "tags"
14179   traces:
14180     hoverinfo: "x+y"
14181     boxpoints: "outliers"
14182     whiskerwidth: 0
14183   layout:
14184     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14185     layout: "plot-throughput"
14186
14187 -
14188   type: "plot"
14189   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14190   algorithm: "plot_performance_box"
14191   output-file-type: ".html"
14192   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14193   data: "plot-vpp-throughput-latency-3n-hsw"
14194   filter: "'NIC_Intel-XL710' and
14195            '64B' and
14196            'IP4FWD' and
14197            'NDRPDR' and
14198            'BASE' and
14199            '2T2C' and
14200            'IPSECHW' and
14201            ('IPSECTRAN' or 'IPSECTUN') and
14202            not 'VHOST'"
14203   parameters:
14204   - "throughput"
14205   - "parent"
14206   - "tags"
14207   traces:
14208     hoverinfo: "x+y"
14209     boxpoints: "outliers"
14210     whiskerwidth: 0
14211   layout:
14212     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14213     layout: "plot-throughput"
14214
14215 -
14216   type: "plot"
14217   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14218   algorithm: "plot_performance_box"
14219   output-file-type: ".html"
14220   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14221   data: "plot-vpp-throughput-latency-3n-hsw"
14222   filter: "'NIC_Intel-XL710' and
14223            '64B' and
14224            'IP4FWD' and
14225            'NDRPDR' and
14226            'BASE' and
14227            '2T2C' and
14228            'IPSECHW' and
14229            ('IPSECTRAN' or 'IPSECTUN') and
14230            not 'VHOST'"
14231   parameters:
14232   - "throughput"
14233   - "parent"
14234   - "tags"
14235   traces:
14236     hoverinfo: "x+y"
14237     boxpoints: "outliers"
14238     whiskerwidth: 0
14239   layout:
14240     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14241     layout: "plot-throughput"
14242
14243 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14244 -
14245   type: "plot"
14246   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14247   algorithm: "plot_performance_box"
14248   output-file-type: ".html"
14249   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14250   data: "plot-vpp-throughput-latency-3n-hsw"
14251   filter: "'NIC_Intel-XL710' and
14252            '64B' and
14253            'IP4FWD' and
14254            'NDRPDR' and
14255            'SCALE' and
14256            '1T1C' and
14257            'IPSECHW' and
14258            ('IPSECTRAN' or 'IPSECTUN') and
14259            not 'VHOST'"
14260   parameters:
14261   - "throughput"
14262   - "parent"
14263   - "tags"
14264   traces:
14265     hoverinfo: "x+y"
14266     boxpoints: "outliers"
14267     whiskerwidth: 0
14268   layout:
14269     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14270     layout: "plot-throughput"
14271
14272 -
14273   type: "plot"
14274   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14275   algorithm: "plot_performance_box"
14276   output-file-type: ".html"
14277   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14278   data: "plot-vpp-throughput-latency-3n-hsw"
14279   filter: "'NIC_Intel-XL710' and
14280            '64B' and
14281            'IP4FWD' and
14282            'NDRPDR' and
14283            'SCALE' and
14284            '1T1C' and
14285            'IPSECHW' and
14286            ('IPSECTRAN' or 'IPSECTUN') and
14287            not 'VHOST'"
14288   parameters:
14289   - "throughput"
14290   - "parent"
14291   - "tags"
14292   traces:
14293     hoverinfo: "x+y"
14294     boxpoints: "outliers"
14295     whiskerwidth: 0
14296   layout:
14297     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14298     layout: "plot-throughput"
14299
14300 -
14301   type: "plot"
14302   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14303   algorithm: "plot_performance_box"
14304   output-file-type: ".html"
14305   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14306   data: "plot-vpp-throughput-latency-3n-hsw"
14307   filter: "'NIC_Intel-XL710' and
14308            '64B' and
14309            'IP4FWD' and
14310            'NDRPDR' and
14311            'SCALE' and
14312            '2T2C' and
14313            'IPSECHW' and
14314            ('IPSECTRAN' or 'IPSECTUN') and
14315            not 'VHOST'"
14316   parameters:
14317   - "throughput"
14318   - "parent"
14319   - "tags"
14320   traces:
14321     hoverinfo: "x+y"
14322     boxpoints: "outliers"
14323     whiskerwidth: 0
14324   layout:
14325     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14326     layout: "plot-throughput"
14327
14328 -
14329   type: "plot"
14330   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14331   algorithm: "plot_performance_box"
14332   output-file-type: ".html"
14333   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14334   data: "plot-vpp-throughput-latency-3n-hsw"
14335   filter: "'NIC_Intel-XL710' and
14336            '64B' and
14337            'IP4FWD' and
14338            'NDRPDR' and
14339            'SCALE' and
14340            '2T2C' and
14341            'IPSECHW' and
14342            ('IPSECTRAN' or 'IPSECTUN') and
14343            not 'VHOST'"
14344   parameters:
14345   - "throughput"
14346   - "parent"
14347   - "tags"
14348   traces:
14349     hoverinfo: "x+y"
14350     boxpoints: "outliers"
14351     whiskerwidth: 0
14352   layout:
14353     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14354     layout: "plot-throughput"
14355
14356 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14357 -
14358   type: "plot"
14359   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14360   algorithm: "plot_performance_box"
14361   output-file-type: ".html"
14362   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14363   data: "plot-vpp-throughput-latency-3n-hsw"
14364   filter: "'NIC_Intel-XL710' and
14365            '64B' and
14366            'IP4FWD' and
14367            'NDRPDR' and
14368            '1T1C' and
14369            'IPSECSW' and
14370            ('IPSECTRAN' or 'IPSECTUN') and
14371            not 'VHOST'"
14372   parameters:
14373   - "throughput"
14374   - "parent"
14375   - "tags"
14376   traces:
14377     hoverinfo: "x+y"
14378     boxpoints: "outliers"
14379     whiskerwidth: 0
14380   layout:
14381     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14382     layout: "plot-throughput"
14383
14384 -
14385   type: "plot"
14386   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14387   algorithm: "plot_performance_box"
14388   output-file-type: ".html"
14389   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14390   data: "plot-vpp-throughput-latency-3n-hsw"
14391   filter: "'NIC_Intel-XL710' and
14392            '64B' and
14393            'IP4FWD' and
14394            'NDRPDR' and
14395            '1T1C' and
14396            'IPSECSW' and
14397            ('IPSECTRAN' or 'IPSECTUN') and
14398            not 'VHOST'"
14399   parameters:
14400   - "throughput"
14401   - "parent"
14402   - "tags"
14403   traces:
14404     hoverinfo: "x+y"
14405     boxpoints: "outliers"
14406     whiskerwidth: 0
14407   layout:
14408     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14409     layout: "plot-throughput"
14410
14411 -
14412   type: "plot"
14413   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14414   algorithm: "plot_performance_box"
14415   output-file-type: ".html"
14416   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14417   data: "plot-vpp-throughput-latency-3n-hsw"
14418   filter: "'NIC_Intel-XL710' and
14419            '64B' and
14420            'IP4FWD' and
14421            'NDRPDR' and
14422            '2T2C' and
14423            'IPSECSW' and
14424            ('IPSECTRAN' or 'IPSECTUN') and
14425            not 'VHOST'"
14426   parameters:
14427   - "throughput"
14428   - "parent"
14429   - "tags"
14430   traces:
14431     hoverinfo: "x+y"
14432     boxpoints: "outliers"
14433     whiskerwidth: 0
14434   layout:
14435     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14436     layout: "plot-throughput"
14437
14438 -
14439   type: "plot"
14440   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14441   algorithm: "plot_performance_box"
14442   output-file-type: ".html"
14443   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14444   data: "plot-vpp-throughput-latency-3n-hsw"
14445   filter: "'NIC_Intel-XL710' and
14446            '64B' and
14447            'IP4FWD' and
14448            'NDRPDR' and
14449            '2T2C' and
14450            'IPSECSW' and
14451            ('IPSECTRAN' or 'IPSECTUN') and
14452            not 'VHOST'"
14453   parameters:
14454   - "throughput"
14455   - "parent"
14456   - "tags"
14457   traces:
14458     hoverinfo: "x+y"
14459     boxpoints: "outliers"
14460     whiskerwidth: 0
14461   layout:
14462     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14463     layout: "plot-throughput"
14464
14465 ################################################################################
14466
14467 # Packet Throughput - VPP SRv6 3n-hsw-x520
14468 -
14469   type: "plot"
14470   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14471   algorithm: "plot_performance_box"
14472   output-file-type: ".html"
14473   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14474   data: "plot-vpp-throughput-latency-3n-hsw"
14475   filter: "'NIC_Intel-X520-DA2' and
14476            '78B' and
14477            'FEATURE' and
14478            'NDRPDR' and
14479            '1T1C' and
14480            'IP6FWD' and
14481            'SRv6'"
14482   parameters:
14483   - "throughput"
14484   - "parent"
14485   - "tags"
14486   traces:
14487     hoverinfo: "x+y"
14488     boxpoints: "outliers"
14489     whiskerwidth: 0
14490   layout:
14491     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14492     layout: "plot-throughput"
14493
14494 -
14495   type: "plot"
14496   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14497   algorithm: "plot_performance_box"
14498   output-file-type: ".html"
14499   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14500   data: "plot-vpp-throughput-latency-3n-hsw"
14501   filter: "'NIC_Intel-X520-DA2' and
14502            '78B' and
14503            'FEATURE' and
14504            'NDRPDR' and
14505            '1T1C' and
14506            'IP6FWD' and
14507            'SRv6'"
14508   parameters:
14509   - "throughput"
14510   - "parent"
14511   - "tags"
14512   traces:
14513     hoverinfo: "x+y"
14514     boxpoints: "outliers"
14515     whiskerwidth: 0
14516   layout:
14517     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14518     layout: "plot-throughput"
14519
14520 -
14521   type: "plot"
14522   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14523   algorithm: "plot_performance_box"
14524   output-file-type: ".html"
14525   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14526   data: "plot-vpp-throughput-latency-3n-hsw"
14527   filter: "'NIC_Intel-X520-DA2' and
14528            '78B' and
14529            'FEATURE' and
14530            'NDRPDR' and
14531            '2T2C' and
14532            'IP6FWD' and
14533            'SRv6'"
14534   parameters:
14535   - "throughput"
14536   - "parent"
14537   - "tags"
14538   traces:
14539     hoverinfo: "x+y"
14540     boxpoints: "outliers"
14541     whiskerwidth: 0
14542   layout:
14543     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14544     layout: "plot-throughput"
14545
14546 -
14547   type: "plot"
14548   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14549   algorithm: "plot_performance_box"
14550   output-file-type: ".html"
14551   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14552   data: "plot-vpp-throughput-latency-3n-hsw"
14553   filter: "'NIC_Intel-X520-DA2' and
14554            '78B' and
14555            'FEATURE' and
14556            'NDRPDR' and
14557            '2T2C' and
14558            'IP6FWD' and
14559            'SRv6'"
14560   parameters:
14561   - "throughput"
14562   - "parent"
14563   - "tags"
14564   traces:
14565     hoverinfo: "x+y"
14566     boxpoints: "outliers"
14567     whiskerwidth: 0
14568   layout:
14569     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14570     layout: "plot-throughput"
14571
14572 ################################################################################
14573
14574 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14575 -
14576   type: "plot"
14577   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14578   algorithm: "plot_performance_box"
14579   output-file-type: ".html"
14580   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14581   data: "plot-vpp-throughput-latency-3n-hsw"
14582   filter: "'NIC_Intel-X520-DA2' and
14583            '64B' and
14584            'NDRPDR' and
14585            'ETH' and
14586            'IP4FWD' and
14587            '1T1C' and
14588            'VHOST_1024' and
14589            not 'VXLAN' and
14590            not 'DOT1Q'"
14591   parameters:
14592   - "throughput"
14593   - "parent"
14594   - "tags"
14595   sort:
14596   - "not CFS_OPT"
14597   - "1VM"
14598   - "2VM"
14599   traces:
14600     hoverinfo: "x+y"
14601     boxpoints: "outliers"
14602     whiskerwidth: 0
14603   layout:
14604     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14605     layout: "plot-throughput"
14606
14607 -
14608   type: "plot"
14609   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14610   algorithm: "plot_performance_box"
14611   output-file-type: ".html"
14612   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14613   data: "plot-vpp-throughput-latency-3n-hsw"
14614   filter: "'NIC_Intel-X520-DA2' and
14615            '64B' and
14616            'NDRPDR' and
14617            'ETH' and
14618            'IP4FWD' and
14619            '2T2C' and
14620            'VHOST_1024' and
14621            not 'VXLAN' and
14622            not 'DOT1Q'"
14623   parameters:
14624   - "throughput"
14625   - "parent"
14626   - "tags"
14627   sort:
14628   - "not CFS_OPT"
14629   - "1VM"
14630   - "2VM"
14631   traces:
14632     hoverinfo: "x+y"
14633     boxpoints: "outliers"
14634     whiskerwidth: 0
14635   layout:
14636     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14637     layout: "plot-throughput"
14638
14639 -
14640   type: "plot"
14641   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14642   algorithm: "plot_performance_box"
14643   output-file-type: ".html"
14644   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14645   data: "plot-vpp-throughput-latency-3n-hsw"
14646   filter: "'NIC_Intel-X520-DA2' and
14647            '64B' and
14648            'NDRPDR' and
14649            'ETH' and
14650            'IP4FWD' and
14651            '1T1C' and
14652            'VHOST_1024' and
14653            not 'VXLAN' and
14654            not 'DOT1Q'"
14655   parameters:
14656   - "throughput"
14657   - "parent"
14658   - "tags"
14659   sort:
14660   - "not CFS_OPT"
14661   - "1VM"
14662   - "2VM"
14663   traces:
14664     hoverinfo: "x+y"
14665     boxpoints: "outliers"
14666     whiskerwidth: 0
14667   layout:
14668     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14669     layout: "plot-throughput"
14670
14671 -
14672   type: "plot"
14673   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14674   algorithm: "plot_performance_box"
14675   output-file-type: ".html"
14676   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14677   data: "plot-vpp-throughput-latency-3n-hsw"
14678   filter: "'NIC_Intel-X520-DA2' and
14679            '64B' and
14680            'NDRPDR' and
14681            'ETH' and
14682            'IP4FWD' and
14683            '2T2C' and
14684            'VHOST_1024' and
14685            not 'VXLAN' and
14686            not 'DOT1Q'"
14687   parameters:
14688   - "throughput"
14689   - "parent"
14690   - "tags"
14691   sort:
14692   - "not CFS_OPT"
14693   - "1VM"
14694   - "2VM"
14695   traces:
14696     hoverinfo: "x+y"
14697     boxpoints: "outliers"
14698     whiskerwidth: 0
14699   layout:
14700     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14701     layout: "plot-throughput"
14702
14703 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
14704 -
14705   type: "plot"
14706   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14707   algorithm: "plot_performance_box"
14708   output-file-type: ".html"
14709   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14710   data: "plot-vpp-throughput-latency-3n-hsw"
14711   filter: "'NIC_Intel-X520-DA2' and
14712            '64B' and
14713            'NDRPDR' and
14714            ('ETH' or 'DOT1Q') and
14715            '1T1C' and
14716            'L2BDMACLRN' and
14717            'VHOST_1024' and
14718            not 'VXLAN' and
14719            not 'IP4FWD' and
14720            not '2VM'"
14721   parameters:
14722   - "throughput"
14723   - "parent"
14724   - "tags"
14725 #  sort:
14726 #  - "VM"  # "not CFS_OPT"
14727 #  - "CFS_OPT"
14728 #  - "FIB_10K"
14729 #  - "FIB_100K"
14730 #  - "FIB_1M"
14731   traces:
14732     hoverinfo: "x+y"
14733     boxpoints: "outliers"
14734     whiskerwidth: 0
14735   layout:
14736     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14737     layout: "plot-throughput"
14738
14739 -
14740   type: "plot"
14741   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14742   algorithm: "plot_performance_box"
14743   output-file-type: ".html"
14744   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-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' or 'DOT1Q') and
14750            '2T2C' and
14751            'L2BDMACLRN' and
14752            'VHOST_1024' and
14753            not 'VXLAN' and
14754            not 'IP4FWD' and
14755            not '2VM'"
14756   parameters:
14757   - "throughput"
14758   - "parent"
14759   - "tags"
14760 #  sort:
14761 #  - "VM"  # "not CFS_OPT"
14762 #  - "CFS_OPT"
14763 #  - "FIB_10K"
14764 #  - "FIB_100K"
14765 #  - "FIB_1M"
14766   traces:
14767     hoverinfo: "x+y"
14768     boxpoints: "outliers"
14769     whiskerwidth: 0
14770   layout:
14771     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14772     layout: "plot-throughput"
14773
14774 -
14775   type: "plot"
14776   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14777   algorithm: "plot_performance_box"
14778   output-file-type: ".html"
14779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14780   data: "plot-vpp-throughput-latency-3n-hsw"
14781   filter: "'NIC_Intel-X520-DA2' and
14782            '64B' and
14783            'NDRPDR' and
14784            ('ETH' or 'DOT1Q') and
14785            '1T1C' and
14786            'L2BDMACLRN' and
14787            'VHOST_1024' and
14788            not 'VXLAN' and
14789            not 'IP4FWD' and
14790            not '2VM'"
14791   parameters:
14792   - "throughput"
14793   - "parent"
14794   - "tags"
14795 #  sort:
14796 #  - "VM"  # "not CFS_OPT"
14797 #  - "CFS_OPT"
14798 #  - "FIB_10K"
14799 #  - "FIB_100K"
14800 #  - "FIB_1M"
14801   traces:
14802     hoverinfo: "x+y"
14803     boxpoints: "outliers"
14804     whiskerwidth: 0
14805   layout:
14806     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14807     layout: "plot-throughput"
14808
14809 -
14810   type: "plot"
14811   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14812   algorithm: "plot_performance_box"
14813   output-file-type: ".html"
14814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14815   data: "plot-vpp-throughput-latency-3n-hsw"
14816   filter: "'NIC_Intel-X520-DA2' and
14817            '64B' and
14818            'NDRPDR' and
14819            ('ETH' or 'DOT1Q') and
14820            '2T2C' and
14821            'L2BDMACLRN' and
14822            'VHOST_1024' and
14823            not 'VXLAN' and
14824            not 'IP4FWD' and
14825            not '2VM'"
14826   parameters:
14827   - "throughput"
14828   - "parent"
14829   - "tags"
14830 #  sort:
14831 #  - "VM"  # "not CFS_OPT"
14832 #  - "CFS_OPT"
14833 #  - "FIB_10K"
14834 #  - "FIB_100K"
14835 #  - "FIB_1M"
14836   traces:
14837     hoverinfo: "x+y"
14838     boxpoints: "outliers"
14839     whiskerwidth: 0
14840   layout:
14841     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14842     layout: "plot-throughput"
14843
14844 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14845 -
14846   type: "plot"
14847   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14848   algorithm: "plot_performance_box"
14849   output-file-type: ".html"
14850   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14851   data: "plot-vpp-throughput-latency-3n-hsw"
14852   filter: "'NIC_Intel-X520-DA2' and
14853            '64B' and
14854            'NDRPDR' and
14855            ('ETH' or 'DOT1Q') and
14856            'BASE' and
14857            '1T1C' and
14858            ('L2BDMACLRN' or 'L2XCFWD') and
14859            'VHOST_1024' and
14860            not 'VXLAN' and
14861            not 'IP4FWD' and
14862            not '2VM'"
14863   parameters:
14864   - "throughput"
14865   - "parent"
14866   - "tags"
14867 #  sort:
14868 #  - "not CFS_OPT"
14869 #  - "L2XCFWD"
14870 #  - "not CFS_OPT"
14871 #  - "CFS_OPT"
14872   traces:
14873     hoverinfo: "x+y"
14874     boxpoints: "outliers"
14875     whiskerwidth: 0
14876   layout:
14877     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
14878     layout: "plot-throughput"
14879
14880 -
14881   type: "plot"
14882   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14883   algorithm: "plot_performance_box"
14884   output-file-type: ".html"
14885   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14886   data: "plot-vpp-throughput-latency-3n-hsw"
14887   filter: "'NIC_Intel-X520-DA2' and
14888            '64B' and
14889            'NDRPDR' and
14890            ('ETH' or 'DOT1Q') and
14891            'BASE' and
14892            '1T1C' and
14893            ('L2BDMACLRN' or 'L2XCFWD') and
14894            'VHOST_1024' and
14895            not 'VXLAN' and
14896            not 'IP4FWD' and
14897            not '2VM'"
14898   parameters:
14899   - "throughput"
14900   - "parent"
14901   - "tags"
14902 #  sort:
14903 #  - "not CFS_OPT"
14904 #  - "L2XCFWD"
14905 #  - "not CFS_OPT"
14906 #  - "CFS_OPT"
14907   traces:
14908     hoverinfo: "x+y"
14909     boxpoints: "outliers"
14910     whiskerwidth: 0
14911   layout:
14912     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
14913     layout: "plot-throughput"
14914
14915 -
14916   type: "plot"
14917   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14918   algorithm: "plot_performance_box"
14919   output-file-type: ".html"
14920   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14921   data: "plot-vpp-throughput-latency-3n-hsw"
14922   filter: "'NIC_Intel-X520-DA2' and
14923            '64B' and
14924            'NDRPDR' and
14925            ('ETH' or 'DOT1Q') and
14926            'BASE' and
14927            '2T2C' and
14928            ('L2BDMACLRN' or 'L2XCFWD') and
14929            'VHOST_1024' and
14930            not 'VXLAN' and
14931            not 'IP4FWD' and
14932            not '2VM'"
14933   parameters:
14934   - "throughput"
14935   - "parent"
14936   - "tags"
14937 #  sort:
14938 #  - "not CFS_OPT"
14939 #  - "L2XCFWD"
14940 #  - "not CFS_OPT"
14941 #  - "CFS_OPT"
14942   traces:
14943     hoverinfo: "x+y"
14944     boxpoints: "outliers"
14945     whiskerwidth: 0
14946   layout:
14947     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
14948     layout: "plot-throughput"
14949
14950 -
14951   type: "plot"
14952   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14953   algorithm: "plot_performance_box"
14954   output-file-type: ".html"
14955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14956   data: "plot-vpp-throughput-latency-3n-hsw"
14957   filter: "'NIC_Intel-X520-DA2' and
14958            '64B' and
14959            'NDRPDR' and
14960            ('ETH' or 'DOT1Q') and
14961            'BASE' and
14962            '2T2C' and
14963            ('L2BDMACLRN' or 'L2XCFWD') and
14964            'VHOST_1024' and
14965            not 'VXLAN' and
14966            not 'IP4FWD' and
14967            not '2VM'"
14968   parameters:
14969   - "throughput"
14970   - "parent"
14971   - "tags"
14972 #  sort:
14973 #  - "not CFS_OPT"
14974 #  - "L2XCFWD"
14975 #  - "not CFS_OPT"
14976 #  - "CFS_OPT"
14977   traces:
14978     hoverinfo: "x+y"
14979     boxpoints: "outliers"
14980     whiskerwidth: 0
14981   layout:
14982     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
14983     layout: "plot-throughput"
14984
14985 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
14986 -
14987   type: "plot"
14988   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14989   algorithm: "plot_performance_box"
14990   output-file-type: ".html"
14991   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
14992   data: "plot-vpp-throughput-latency-3n-hsw"
14993   filter: "'NIC_Intel-X520-DA2' and
14994            '64B' and
14995            'NDRPDR' and
14996            ('ETH' or 'DOT1Q') and
14997            '1T1C' and
14998            ('L2BDMACLRN' or 'L2XCFWD') and
14999            'VHOST_1024' and
15000            not 'CFS_OPT' and
15001            not 'VXLAN' and
15002            not 'IP4FWD' and
15003            not 'LBOND'"
15004   parameters:
15005   - "throughput"
15006   - "parent"
15007   - "tags"
15008 #  sort:
15009 #  - "1VM"
15010 #  - "L2XCFWD"
15011 #  - "1VM"
15012 #  - "L2BDMACLRN"
15013   traces:
15014     hoverinfo: "x+y"
15015     boxpoints: "outliers"
15016     whiskerwidth: 0
15017   layout:
15018     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15019     layout: "plot-throughput"
15020
15021 -
15022   type: "plot"
15023   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15024   algorithm: "plot_performance_box"
15025   output-file-type: ".html"
15026   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15027   data: "plot-vpp-throughput-latency-3n-hsw"
15028   filter: "'NIC_Intel-X520-DA2' and
15029            '64B' and
15030            'NDRPDR' and
15031            ('ETH' or 'DOT1Q') and
15032            '1T1C' and
15033            ('L2BDMACLRN' or 'L2XCFWD') and
15034            'VHOST_1024' and
15035            not 'CFS_OPT' and
15036            not 'VXLAN' and
15037            not 'IP4FWD' and
15038            not 'LBOND'"
15039   parameters:
15040   - "throughput"
15041   - "parent"
15042   - "tags"
15043 #  sort:
15044 #  - "1VM"
15045 #  - "L2XCFWD"
15046 #  - "1VM"
15047 #  - "L2BDMACLRN"
15048   traces:
15049     hoverinfo: "x+y"
15050     boxpoints: "outliers"
15051     whiskerwidth: 0
15052   layout:
15053     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15054     layout: "plot-throughput"
15055
15056 -
15057   type: "plot"
15058   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15059   algorithm: "plot_performance_box"
15060   output-file-type: ".html"
15061   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15062   data: "plot-vpp-throughput-latency-3n-hsw"
15063   filter: "'NIC_Intel-X520-DA2' and
15064            '64B' and
15065            'NDRPDR' and
15066            ('ETH' or 'DOT1Q') and
15067            '2T2C' and
15068            ('L2BDMACLRN' or 'L2XCFWD') and
15069            'VHOST_1024' and
15070            not 'CFS_OPT' and
15071            not 'VXLAN' and
15072            not 'IP4FWD' and
15073            not 'LBOND'"
15074   parameters:
15075   - "throughput"
15076   - "parent"
15077   - "tags"
15078 #  sort:
15079 #  - "1VM"
15080 #  - "L2XCFWD"
15081 #  - "1VM"
15082 #  - "L2BDMACLRN"
15083   traces:
15084     hoverinfo: "x+y"
15085     boxpoints: "outliers"
15086     whiskerwidth: 0
15087   layout:
15088     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15089     layout: "plot-throughput"
15090
15091 -
15092   type: "plot"
15093   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15094   algorithm: "plot_performance_box"
15095   output-file-type: ".html"
15096   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15097   data: "plot-vpp-throughput-latency-3n-hsw"
15098   filter: "'NIC_Intel-X520-DA2' and
15099            '64B' and
15100            'NDRPDR' and
15101            ('ETH' or 'DOT1Q') and
15102            '2T2C' and
15103            ('L2BDMACLRN' or 'L2XCFWD') and
15104            'VHOST_1024' and
15105            not 'CFS_OPT' and
15106            not 'VXLAN' and
15107            not 'IP4FWD' and
15108            not 'LBOND'"
15109   parameters:
15110   - "throughput"
15111   - "parent"
15112   - "tags"
15113 #  sort:
15114 #  - "1VM"
15115 #  - "L2XCFWD"
15116 #  - "1VM"
15117 #  - "L2BDMACLRN"
15118   traces:
15119     hoverinfo: "x+y"
15120     boxpoints: "outliers"
15121     whiskerwidth: 0
15122   layout:
15123     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15124     layout: "plot-throughput"
15125
15126 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15127 -
15128   type: "plot"
15129   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15130   algorithm: "plot_performance_box"
15131   output-file-type: ".html"
15132   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15133   data: "plot-vpp-throughput-latency-3n-hsw"
15134   filter: "'NIC_Intel-X710' and
15135            '64B' and
15136            'NDRPDR' and
15137            'ETH' and
15138            'IP4FWD' and
15139            '1T1C' and
15140            'VHOST_1024' and
15141            not 'VXLAN' and
15142            not 'DOT1Q'"
15143   parameters:
15144   - "throughput"
15145   - "parent"
15146   - "tags"
15147   sort:
15148   - "not CFS_OPT"
15149   - "1VM"
15150   - "2VM"
15151   traces:
15152     hoverinfo: "x+y"
15153     boxpoints: "outliers"
15154     whiskerwidth: 0
15155   layout:
15156     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15157     layout: "plot-throughput"
15158
15159 -
15160   type: "plot"
15161   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15162   algorithm: "plot_performance_box"
15163   output-file-type: ".html"
15164   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15165   data: "plot-vpp-throughput-latency-3n-hsw"
15166   filter: "'NIC_Intel-X710' and
15167            '64B' and
15168            'NDRPDR' and
15169            'ETH' and
15170            'IP4FWD' and
15171            '2T2C' and
15172            'VHOST_1024' and
15173            not 'VXLAN' and
15174            not 'DOT1Q'"
15175   parameters:
15176   - "throughput"
15177   - "parent"
15178   - "tags"
15179   sort:
15180   - "not CFS_OPT"
15181   - "1VM"
15182   - "2VM"
15183   traces:
15184     hoverinfo: "x+y"
15185     boxpoints: "outliers"
15186     whiskerwidth: 0
15187   layout:
15188     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15189     layout: "plot-throughput"
15190
15191 -
15192   type: "plot"
15193   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15194   algorithm: "plot_performance_box"
15195   output-file-type: ".html"
15196   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15197   data: "plot-vpp-throughput-latency-3n-hsw"
15198   filter: "'NIC_Intel-X710' and
15199            '64B' and
15200            'NDRPDR' and
15201            'ETH' and
15202            'IP4FWD' and
15203            '1T1C' and
15204            'VHOST_1024' and
15205            not 'VXLAN' and
15206            not 'DOT1Q'"
15207   parameters:
15208   - "throughput"
15209   - "parent"
15210   - "tags"
15211   sort:
15212   - "not CFS_OPT"
15213   - "1VM"
15214   - "2VM"
15215   traces:
15216     hoverinfo: "x+y"
15217     boxpoints: "outliers"
15218     whiskerwidth: 0
15219   layout:
15220     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15221     layout: "plot-throughput"
15222
15223 -
15224   type: "plot"
15225   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15226   algorithm: "plot_performance_box"
15227   output-file-type: ".html"
15228   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15229   data: "plot-vpp-throughput-latency-3n-hsw"
15230   filter: "'NIC_Intel-X710' and
15231            '64B' and
15232            'NDRPDR' and
15233            'ETH' and
15234            'IP4FWD' and
15235            '2T2C' and
15236            'VHOST_1024' and
15237            not 'VXLAN' and
15238            not 'DOT1Q'"
15239   parameters:
15240   - "throughput"
15241   - "parent"
15242   - "tags"
15243   sort:
15244   - "not CFS_OPT"
15245   - "1VM"
15246   - "2VM"
15247   traces:
15248     hoverinfo: "x+y"
15249     boxpoints: "outliers"
15250     whiskerwidth: 0
15251   layout:
15252     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15253     layout: "plot-throughput"
15254
15255 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
15256 -
15257   type: "plot"
15258   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15259   algorithm: "plot_performance_box"
15260   output-file-type: ".html"
15261   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15262   data: "plot-vpp-throughput-latency-3n-hsw"
15263   filter: "'NIC_Intel-X710' and
15264            '64B' and
15265            'NDRPDR' and
15266            ('ETH' or 'DOT1Q') and
15267            '1T1C' and
15268            'L2BDMACLRN' and
15269            'VHOST_1024' and
15270            not 'VXLAN' and
15271            not 'IP4FWD' and
15272            not '2VM'"
15273   parameters:
15274   - "throughput"
15275   - "parent"
15276   - "tags"
15277 #  sort:
15278 #  - "VM"  # "not CFS_OPT"
15279 #  - "CFS_OPT"
15280 #  - "FIB_10K"
15281 #  - "FIB_100K"
15282 #  - "FIB_1M"
15283   traces:
15284     hoverinfo: "x+y"
15285     boxpoints: "outliers"
15286     whiskerwidth: 0
15287   layout:
15288     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15289     layout: "plot-throughput"
15290
15291 -
15292   type: "plot"
15293   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15294   algorithm: "plot_performance_box"
15295   output-file-type: ".html"
15296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-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' or 'DOT1Q') and
15302            '2T2C' and
15303            'L2BDMACLRN' and
15304            'VHOST_1024' and
15305            not 'VXLAN' and
15306            not 'IP4FWD' and
15307            not '2VM'"
15308   parameters:
15309   - "throughput"
15310   - "parent"
15311   - "tags"
15312 #  sort:
15313 #  - "VM"  # "not CFS_OPT"
15314 #  - "CFS_OPT"
15315 #  - "FIB_10K"
15316 #  - "FIB_100K"
15317 #  - "FIB_1M"
15318   traces:
15319     hoverinfo: "x+y"
15320     boxpoints: "outliers"
15321     whiskerwidth: 0
15322   layout:
15323     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15324     layout: "plot-throughput"
15325
15326 -
15327   type: "plot"
15328   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15329   algorithm: "plot_performance_box"
15330   output-file-type: ".html"
15331   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15332   data: "plot-vpp-throughput-latency-3n-hsw"
15333   filter: "'NIC_Intel-X710' and
15334            '64B' and
15335            'NDRPDR' and
15336            ('ETH' or 'DOT1Q') and
15337            '1T1C' and
15338            'L2BDMACLRN' and
15339            'VHOST_1024' and
15340            not 'VXLAN' and
15341            not 'IP4FWD' and
15342            not '2VM'"
15343   parameters:
15344   - "throughput"
15345   - "parent"
15346   - "tags"
15347 #  sort:
15348 #  - "VM"  # "not CFS_OPT"
15349 #  - "CFS_OPT"
15350 #  - "FIB_10K"
15351 #  - "FIB_100K"
15352 #  - "FIB_1M"
15353   traces:
15354     hoverinfo: "x+y"
15355     boxpoints: "outliers"
15356     whiskerwidth: 0
15357   layout:
15358     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15359     layout: "plot-throughput"
15360
15361 -
15362   type: "plot"
15363   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15364   algorithm: "plot_performance_box"
15365   output-file-type: ".html"
15366   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15367   data: "plot-vpp-throughput-latency-3n-hsw"
15368   filter: "'NIC_Intel-X710' and
15369            '64B' and
15370            'NDRPDR' and
15371            ('ETH' or 'DOT1Q') and
15372            '2T2C' and
15373            'L2BDMACLRN' and
15374            'VHOST_1024' and
15375            not 'VXLAN' and
15376            not 'IP4FWD' and
15377            not '2VM'"
15378   parameters:
15379   - "throughput"
15380   - "parent"
15381   - "tags"
15382 #  sort:
15383 #  - "VM"  # "not CFS_OPT"
15384 #  - "CFS_OPT"
15385 #  - "FIB_10K"
15386 #  - "FIB_100K"
15387 #  - "FIB_1M"
15388   traces:
15389     hoverinfo: "x+y"
15390     boxpoints: "outliers"
15391     whiskerwidth: 0
15392   layout:
15393     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15394     layout: "plot-throughput"
15395
15396 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15397 -
15398   type: "plot"
15399   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15400   algorithm: "plot_performance_box"
15401   output-file-type: ".html"
15402   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15403   data: "plot-vpp-throughput-latency-3n-hsw"
15404   filter: "'NIC_Intel-X710' and
15405            '64B' and
15406            'NDRPDR' and
15407            ('ETH' or 'DOT1Q') and
15408            'BASE' and
15409            '1T1C' and
15410            ('L2BDMACLRN' or 'L2XCFWD') and
15411            'VHOST_1024' and
15412            not 'VXLAN' and
15413            not 'IP4FWD' and
15414            not '2VM'"
15415   parameters:
15416   - "throughput"
15417   - "parent"
15418   - "tags"
15419 #  sort:
15420 #  - "not CFS_OPT"
15421 #  - "L2XCFWD"
15422 #  - "not CFS_OPT"
15423 #  - "CFS_OPT"
15424   traces:
15425     hoverinfo: "x+y"
15426     boxpoints: "outliers"
15427     whiskerwidth: 0
15428   layout:
15429     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
15430     layout: "plot-throughput"
15431
15432 -
15433   type: "plot"
15434   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15435   algorithm: "plot_performance_box"
15436   output-file-type: ".html"
15437   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15438   data: "plot-vpp-throughput-latency-3n-hsw"
15439   filter: "'NIC_Intel-X710' and
15440            '64B' and
15441            'NDRPDR' and
15442            ('ETH' or 'DOT1Q') and
15443            'BASE' and
15444            '1T1C' and
15445            ('L2BDMACLRN' or 'L2XCFWD') and
15446            'VHOST_1024' and
15447            not 'VXLAN' and
15448            not 'IP4FWD' and
15449            not '2VM'"
15450   parameters:
15451   - "throughput"
15452   - "parent"
15453   - "tags"
15454 #  sort:
15455 #  - "not CFS_OPT"
15456 #  - "L2XCFWD"
15457 #  - "not CFS_OPT"
15458 #  - "CFS_OPT"
15459   traces:
15460     hoverinfo: "x+y"
15461     boxpoints: "outliers"
15462     whiskerwidth: 0
15463   layout:
15464     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
15465     layout: "plot-throughput"
15466
15467 -
15468   type: "plot"
15469   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15470   algorithm: "plot_performance_box"
15471   output-file-type: ".html"
15472   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15473   data: "plot-vpp-throughput-latency-3n-hsw"
15474   filter: "'NIC_Intel-X710' and
15475            '64B' and
15476            'NDRPDR' and
15477            ('ETH' or 'DOT1Q') and
15478            'BASE' and
15479            '2T2C' and
15480            ('L2BDMACLRN' or 'L2XCFWD') and
15481            'VHOST_1024' and
15482            not 'VXLAN' and
15483            not 'IP4FWD' and
15484            not '2VM'"
15485   parameters:
15486   - "throughput"
15487   - "parent"
15488   - "tags"
15489 #  sort:
15490 #  - "not CFS_OPT"
15491 #  - "L2XCFWD"
15492 #  - "not CFS_OPT"
15493 #  - "CFS_OPT"
15494   traces:
15495     hoverinfo: "x+y"
15496     boxpoints: "outliers"
15497     whiskerwidth: 0
15498   layout:
15499     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
15500     layout: "plot-throughput"
15501
15502 -
15503   type: "plot"
15504   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15505   algorithm: "plot_performance_box"
15506   output-file-type: ".html"
15507   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15508   data: "plot-vpp-throughput-latency-3n-hsw"
15509   filter: "'NIC_Intel-X710' and
15510            '64B' and
15511            'NDRPDR' and
15512            ('ETH' or 'DOT1Q') and
15513            'BASE' and
15514            '2T2C' and
15515            ('L2BDMACLRN' or 'L2XCFWD') and
15516            'VHOST_1024' and
15517            not 'VXLAN' and
15518            not 'IP4FWD' and
15519            not '2VM'"
15520   parameters:
15521   - "throughput"
15522   - "parent"
15523   - "tags"
15524 #  sort:
15525 #  - "not CFS_OPT"
15526 #  - "L2XCFWD"
15527 #  - "not CFS_OPT"
15528 #  - "CFS_OPT"
15529   traces:
15530     hoverinfo: "x+y"
15531     boxpoints: "outliers"
15532     whiskerwidth: 0
15533   layout:
15534     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
15535     layout: "plot-throughput"
15536
15537 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15538 -
15539   type: "plot"
15540   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15541   algorithm: "plot_performance_box"
15542   output-file-type: ".html"
15543   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15544   data: "plot-vpp-throughput-latency-3n-hsw"
15545   filter: "'NIC_Intel-X710' and
15546            '64B' and
15547            'NDRPDR' and
15548            ('ETH' or 'DOT1Q') and
15549            '1T1C' and
15550            ('L2BDMACLRN' or 'L2XCFWD') and
15551            'VHOST_1024' and
15552            not 'CFS_OPT' and
15553            not 'VXLAN' and
15554            not 'IP4FWD' and
15555            not 'LBOND'"
15556   parameters:
15557   - "throughput"
15558   - "parent"
15559   - "tags"
15560 #  sort:
15561 #  - "1VM"
15562 #  - "L2XCFWD"
15563 #  - "1VM"
15564 #  - "L2BDMACLRN"
15565   traces:
15566     hoverinfo: "x+y"
15567     boxpoints: "outliers"
15568     whiskerwidth: 0
15569   layout:
15570     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
15571     layout: "plot-throughput"
15572
15573 -
15574   type: "plot"
15575   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15576   algorithm: "plot_performance_box"
15577   output-file-type: ".html"
15578   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15579   data: "plot-vpp-throughput-latency-3n-hsw"
15580   filter: "'NIC_Intel-X710' and
15581            '64B' and
15582            'NDRPDR' and
15583            ('ETH' or 'DOT1Q') and
15584            '1T1C' and
15585            ('L2BDMACLRN' or 'L2XCFWD') and
15586            'VHOST_1024' and
15587            not 'CFS_OPT' and
15588            not 'VXLAN' and
15589            not 'IP4FWD' and
15590            not 'LBOND'"
15591   parameters:
15592   - "throughput"
15593   - "parent"
15594   - "tags"
15595 #  sort:
15596 #  - "1VM"
15597 #  - "L2XCFWD"
15598 #  - "1VM"
15599 #  - "L2BDMACLRN"
15600   traces:
15601     hoverinfo: "x+y"
15602     boxpoints: "outliers"
15603     whiskerwidth: 0
15604   layout:
15605     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
15606     layout: "plot-throughput"
15607
15608 -
15609   type: "plot"
15610   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15611   algorithm: "plot_performance_box"
15612   output-file-type: ".html"
15613   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15614   data: "plot-vpp-throughput-latency-3n-hsw"
15615   filter: "'NIC_Intel-X710' and
15616            '64B' and
15617            'NDRPDR' and
15618            ('ETH' or 'DOT1Q') and
15619            '2T2C' and
15620            ('L2BDMACLRN' or 'L2XCFWD') and
15621            'VHOST_1024' and
15622            not 'CFS_OPT' and
15623            not 'VXLAN' and
15624            not 'IP4FWD' and
15625            not 'LBOND'"
15626   parameters:
15627   - "throughput"
15628   - "parent"
15629   - "tags"
15630 #  sort:
15631 #  - "1VM"
15632 #  - "L2XCFWD"
15633 #  - "1VM"
15634 #  - "L2BDMACLRN"
15635   traces:
15636     hoverinfo: "x+y"
15637     boxpoints: "outliers"
15638     whiskerwidth: 0
15639   layout:
15640     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
15641     layout: "plot-throughput"
15642
15643 -
15644   type: "plot"
15645   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15646   algorithm: "plot_performance_box"
15647   output-file-type: ".html"
15648   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15649   data: "plot-vpp-throughput-latency-3n-hsw"
15650   filter: "'NIC_Intel-X710' and
15651            '64B' and
15652            'NDRPDR' and
15653            ('ETH' or 'DOT1Q') and
15654            '2T2C' and
15655            ('L2BDMACLRN' or 'L2XCFWD') and
15656            'VHOST_1024' and
15657            not 'CFS_OPT' and
15658            not 'VXLAN' and
15659            not 'IP4FWD' and
15660            not 'LBOND'"
15661   parameters:
15662   - "throughput"
15663   - "parent"
15664   - "tags"
15665 #  sort:
15666 #  - "1VM"
15667 #  - "L2XCFWD"
15668 #  - "1VM"
15669 #  - "L2BDMACLRN"
15670   traces:
15671     hoverinfo: "x+y"
15672     boxpoints: "outliers"
15673     whiskerwidth: 0
15674   layout:
15675     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
15676     layout: "plot-throughput"
15677
15678 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
15679 -
15680   type: "plot"
15681   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15682   algorithm: "plot_performance_box"
15683   output-file-type: ".html"
15684   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15685   data: "plot-vpp-throughput-latency-3n-hsw"
15686   filter: "'NIC_Intel-XL710' and
15687            '64B' and
15688            'NDRPDR' and
15689            'ETH' and
15690            'IP4FWD' and
15691            '1T1C' and
15692            'VHOST_1024' and
15693            not 'VXLAN' and
15694            not 'DOT1Q'"
15695   parameters:
15696   - "throughput"
15697   - "parent"
15698   - "tags"
15699   sort:
15700   - "not CFS_OPT"
15701   - "1VM"
15702   - "2VM"
15703   traces:
15704     hoverinfo: "x+y"
15705     boxpoints: "outliers"
15706     whiskerwidth: 0
15707   layout:
15708     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15709     layout: "plot-throughput"
15710
15711 -
15712   type: "plot"
15713   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15714   algorithm: "plot_performance_box"
15715   output-file-type: ".html"
15716   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15717   data: "plot-vpp-throughput-latency-3n-hsw"
15718   filter: "'NIC_Intel-XL710' and
15719            '64B' and
15720            'NDRPDR' and
15721            'ETH' and
15722            'IP4FWD' and
15723            '2T2C' and
15724            'VHOST_1024' and
15725            not 'VXLAN' and
15726            not 'DOT1Q'"
15727   parameters:
15728   - "throughput"
15729   - "parent"
15730   - "tags"
15731   sort:
15732   - "not CFS_OPT"
15733   - "1VM"
15734   - "2VM"
15735   traces:
15736     hoverinfo: "x+y"
15737     boxpoints: "outliers"
15738     whiskerwidth: 0
15739   layout:
15740     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15741     layout: "plot-throughput"
15742
15743 -
15744   type: "plot"
15745   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15746   algorithm: "plot_performance_box"
15747   output-file-type: ".html"
15748   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15749   data: "plot-vpp-throughput-latency-3n-hsw"
15750   filter: "'NIC_Intel-XL710' and
15751            '64B' and
15752            'NDRPDR' and
15753            'ETH' and
15754            'IP4FWD' and
15755            '1T1C' and
15756            'VHOST_1024' and
15757            not 'VXLAN' and
15758            not 'DOT1Q'"
15759   parameters:
15760   - "throughput"
15761   - "parent"
15762   - "tags"
15763   sort:
15764   - "not CFS_OPT"
15765   - "1VM"
15766   - "2VM"
15767   traces:
15768     hoverinfo: "x+y"
15769     boxpoints: "outliers"
15770     whiskerwidth: 0
15771   layout:
15772     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15773     layout: "plot-throughput"
15774
15775 -
15776   type: "plot"
15777   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15778   algorithm: "plot_performance_box"
15779   output-file-type: ".html"
15780   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15781   data: "plot-vpp-throughput-latency-3n-hsw"
15782   filter: "'NIC_Intel-XL710' and
15783            '64B' and
15784            'NDRPDR' and
15785            'ETH' and
15786            'IP4FWD' and
15787            '2T2C' and
15788            'VHOST_1024' and
15789            not 'VXLAN' and
15790            not 'DOT1Q'"
15791   parameters:
15792   - "throughput"
15793   - "parent"
15794   - "tags"
15795   sort:
15796   - "not CFS_OPT"
15797   - "1VM"
15798   - "2VM"
15799   traces:
15800     hoverinfo: "x+y"
15801     boxpoints: "outliers"
15802     whiskerwidth: 0
15803   layout:
15804     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15805     layout: "plot-throughput"
15806
15807 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
15808 -
15809   type: "plot"
15810   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15811   algorithm: "plot_performance_box"
15812   output-file-type: ".html"
15813   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15814   data: "plot-vpp-throughput-latency-3n-hsw"
15815   filter: "'NIC_Intel-XL710' and
15816            '64B' and
15817            'NDRPDR' and
15818            ('ETH' or 'DOT1Q') and
15819            '1T1C' and
15820            'L2BDMACLRN' and
15821            'VHOST_1024' and
15822            not 'VXLAN' and
15823            not 'IP4FWD' and
15824            not '2VM'"
15825   parameters:
15826   - "throughput"
15827   - "parent"
15828   - "tags"
15829 #  sort:
15830 #  - "VM"  # "not CFS_OPT"
15831 #  - "CFS_OPT"
15832 #  - "FIB_10K"
15833 #  - "FIB_100K"
15834 #  - "FIB_1M"
15835   traces:
15836     hoverinfo: "x+y"
15837     boxpoints: "outliers"
15838     whiskerwidth: 0
15839   layout:
15840     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15841     layout: "plot-throughput"
15842
15843 -
15844   type: "plot"
15845   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15846   algorithm: "plot_performance_box"
15847   output-file-type: ".html"
15848   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-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' or 'DOT1Q') and
15854            '2T2C' and
15855            'L2BDMACLRN' and
15856            'VHOST_1024' and
15857            not 'VXLAN' and
15858            not 'IP4FWD' and
15859            not '2VM'"
15860   parameters:
15861   - "throughput"
15862   - "parent"
15863   - "tags"
15864 #  sort:
15865 #  - "VM"  # "not CFS_OPT"
15866 #  - "CFS_OPT"
15867 #  - "FIB_10K"
15868 #  - "FIB_100K"
15869 #  - "FIB_1M"
15870   traces:
15871     hoverinfo: "x+y"
15872     boxpoints: "outliers"
15873     whiskerwidth: 0
15874   layout:
15875     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15876     layout: "plot-throughput"
15877
15878 -
15879   type: "plot"
15880   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15881   algorithm: "plot_performance_box"
15882   output-file-type: ".html"
15883   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15884   data: "plot-vpp-throughput-latency-3n-hsw"
15885   filter: "'NIC_Intel-XL710' and
15886            '64B' and
15887            'NDRPDR' and
15888            ('ETH' or 'DOT1Q') and
15889            '1T1C' and
15890            'L2BDMACLRN' and
15891            'VHOST_1024' and
15892            not 'VXLAN' and
15893            not 'IP4FWD' and
15894            not '2VM'"
15895   parameters:
15896   - "throughput"
15897   - "parent"
15898   - "tags"
15899 #  sort:
15900 #  - "VM"  # "not CFS_OPT"
15901 #  - "CFS_OPT"
15902 #  - "FIB_10K"
15903 #  - "FIB_100K"
15904 #  - "FIB_1M"
15905   traces:
15906     hoverinfo: "x+y"
15907     boxpoints: "outliers"
15908     whiskerwidth: 0
15909   layout:
15910     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
15911     layout: "plot-throughput"
15912
15913 -
15914   type: "plot"
15915   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15916   algorithm: "plot_performance_box"
15917   output-file-type: ".html"
15918   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15919   data: "plot-vpp-throughput-latency-3n-hsw"
15920   filter: "'NIC_Intel-XL710' and
15921            '64B' and
15922            'NDRPDR' and
15923            ('ETH' or 'DOT1Q') and
15924            '2T2C' and
15925            'L2BDMACLRN' and
15926            'VHOST_1024' and
15927            not 'VXLAN' and
15928            not 'IP4FWD' and
15929            not '2VM'"
15930   parameters:
15931   - "throughput"
15932   - "parent"
15933   - "tags"
15934 #  sort:
15935 #  - "VM"  # "not CFS_OPT"
15936 #  - "CFS_OPT"
15937 #  - "FIB_10K"
15938 #  - "FIB_100K"
15939 #  - "FIB_1M"
15940   traces:
15941     hoverinfo: "x+y"
15942     boxpoints: "outliers"
15943     whiskerwidth: 0
15944   layout:
15945     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
15946     layout: "plot-throughput"
15947
15948 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
15949 -
15950   type: "plot"
15951   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15952   algorithm: "plot_performance_box"
15953   output-file-type: ".html"
15954   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15955   data: "plot-vpp-throughput-latency-3n-hsw"
15956   filter: "'NIC_Intel-XL710' and
15957            '64B' and
15958            'NDRPDR' and
15959            ('ETH' or 'DOT1Q') and
15960            'BASE' and
15961            '1T1C' and
15962            ('L2BDMACLRN' or 'L2XCFWD') and
15963            'VHOST_1024' and
15964            not 'VXLAN' and
15965            not 'IP4FWD' and
15966            not '2VM'"
15967   parameters:
15968   - "throughput"
15969   - "parent"
15970   - "tags"
15971 #  sort:
15972 #  - "not CFS_OPT"
15973 #  - "L2XCFWD"
15974 #  - "not CFS_OPT"
15975 #  - "CFS_OPT"
15976   traces:
15977     hoverinfo: "x+y"
15978     boxpoints: "outliers"
15979     whiskerwidth: 0
15980   layout:
15981     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
15982     layout: "plot-throughput"
15983
15984 -
15985   type: "plot"
15986   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15987   algorithm: "plot_performance_box"
15988   output-file-type: ".html"
15989   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
15990   data: "plot-vpp-throughput-latency-3n-hsw"
15991   filter: "'NIC_Intel-XL710' and
15992            '64B' and
15993            'NDRPDR' and
15994            ('ETH' or 'DOT1Q') and
15995            'BASE' and
15996            '1T1C' and
15997            ('L2BDMACLRN' or 'L2XCFWD') and
15998            'VHOST_1024' and
15999            not 'VXLAN' and
16000            not 'IP4FWD' and
16001            not '2VM'"
16002   parameters:
16003   - "throughput"
16004   - "parent"
16005   - "tags"
16006 #  sort:
16007 #  - "not CFS_OPT"
16008 #  - "L2XCFWD"
16009 #  - "not CFS_OPT"
16010 #  - "CFS_OPT"
16011   traces:
16012     hoverinfo: "x+y"
16013     boxpoints: "outliers"
16014     whiskerwidth: 0
16015   layout:
16016     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
16017     layout: "plot-throughput"
16018
16019 -
16020   type: "plot"
16021   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16022   algorithm: "plot_performance_box"
16023   output-file-type: ".html"
16024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16025   data: "plot-vpp-throughput-latency-3n-hsw"
16026   filter: "'NIC_Intel-XL710' and
16027            '64B' and
16028            'NDRPDR' and
16029            ('ETH' or 'DOT1Q') and
16030            'BASE' and
16031            '2T2C' and
16032            ('L2BDMACLRN' or 'L2XCFWD') and
16033            'VHOST_1024' and
16034            not 'VXLAN' and
16035            not 'IP4FWD' and
16036            not '2VM'"
16037   parameters:
16038   - "throughput"
16039   - "parent"
16040   - "tags"
16041 #  sort:
16042 #  - "not CFS_OPT"
16043 #  - "L2XCFWD"
16044 #  - "not CFS_OPT"
16045 #  - "CFS_OPT"
16046   traces:
16047     hoverinfo: "x+y"
16048     boxpoints: "outliers"
16049     whiskerwidth: 0
16050   layout:
16051     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
16052     layout: "plot-throughput"
16053
16054 -
16055   type: "plot"
16056   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16057   algorithm: "plot_performance_box"
16058   output-file-type: ".html"
16059   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16060   data: "plot-vpp-throughput-latency-3n-hsw"
16061   filter: "'NIC_Intel-XL710' and
16062            '64B' and
16063            'NDRPDR' and
16064            ('ETH' or 'DOT1Q') and
16065            'BASE' and
16066            '2T2C' and
16067            ('L2BDMACLRN' or 'L2XCFWD') and
16068            'VHOST_1024' and
16069            not 'VXLAN' and
16070            not 'IP4FWD' and
16071            not '2VM'"
16072   parameters:
16073   - "throughput"
16074   - "parent"
16075   - "tags"
16076 #  sort:
16077 #  - "not CFS_OPT"
16078 #  - "L2XCFWD"
16079 #  - "not CFS_OPT"
16080 #  - "CFS_OPT"
16081   traces:
16082     hoverinfo: "x+y"
16083     boxpoints: "outliers"
16084     whiskerwidth: 0
16085   layout:
16086     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
16087     layout: "plot-throughput"
16088
16089 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
16090 -
16091   type: "plot"
16092   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16093   algorithm: "plot_performance_box"
16094   output-file-type: ".html"
16095   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16096   data: "plot-vpp-throughput-latency-3n-hsw"
16097   filter: "'NIC_Intel-XL710' and
16098            '64B' and
16099            'NDRPDR' and
16100            ('ETH' or 'DOT1Q') and
16101            '1T1C' and
16102            ('L2BDMACLRN' or 'L2XCFWD') and
16103            'VHOST_1024' and
16104            not 'CFS_OPT' and
16105            not 'VXLAN' and
16106            not 'IP4FWD'"
16107   parameters:
16108   - "throughput"
16109   - "parent"
16110   - "tags"
16111 #  sort:
16112 #  - "1VM"
16113 #  - "L2XCFWD"
16114 #  - "1VM"
16115 #  - "L2BDMACLRN"
16116   traces:
16117     hoverinfo: "x+y"
16118     boxpoints: "outliers"
16119     whiskerwidth: 0
16120   layout:
16121     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
16122     layout: "plot-throughput"
16123
16124 -
16125   type: "plot"
16126   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16127   algorithm: "plot_performance_box"
16128   output-file-type: ".html"
16129   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16130   data: "plot-vpp-throughput-latency-3n-hsw"
16131   filter: "'NIC_Intel-XL710' and
16132            '64B' and
16133            'NDRPDR' and
16134            ('ETH' or 'DOT1Q') and
16135            '1T1C' and
16136            ('L2BDMACLRN' or 'L2XCFWD') and
16137            'VHOST_1024' and
16138            not 'CFS_OPT' and
16139            not 'VXLAN' and
16140            not 'IP4FWD'"
16141   parameters:
16142   - "throughput"
16143   - "parent"
16144   - "tags"
16145 #  sort:
16146 #  - "1VM"
16147 #  - "L2XCFWD"
16148 #  - "1VM"
16149 #  - "L2BDMACLRN"
16150   traces:
16151     hoverinfo: "x+y"
16152     boxpoints: "outliers"
16153     whiskerwidth: 0
16154   layout:
16155     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
16156     layout: "plot-throughput"
16157
16158 -
16159   type: "plot"
16160   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16161   algorithm: "plot_performance_box"
16162   output-file-type: ".html"
16163   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16164   data: "plot-vpp-throughput-latency-3n-hsw"
16165   filter: "'NIC_Intel-XL710' and
16166            '64B' and
16167            'NDRPDR' and
16168            ('ETH' or 'DOT1Q') and
16169            '2T2C' and
16170            ('L2BDMACLRN' or 'L2XCFWD') and
16171            'VHOST_1024' and
16172            not 'CFS_OPT' and
16173            not 'VXLAN' and
16174            not 'IP4FWD'"
16175   parameters:
16176   - "throughput"
16177   - "parent"
16178   - "tags"
16179 #  sort:
16180 #  - "1VM"
16181 #  - "L2XCFWD"
16182 #  - "1VM"
16183 #  - "L2BDMACLRN"
16184   traces:
16185     hoverinfo: "x+y"
16186     boxpoints: "outliers"
16187     whiskerwidth: 0
16188   layout:
16189     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
16190     layout: "plot-throughput"
16191
16192 -
16193   type: "plot"
16194   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16195   algorithm: "plot_performance_box"
16196   output-file-type: ".html"
16197   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16198   data: "plot-vpp-throughput-latency-3n-hsw"
16199   filter: "'NIC_Intel-XL710' and
16200            '64B' and
16201            'NDRPDR' and
16202            ('ETH' or 'DOT1Q') and
16203            '2T2C' and
16204            ('L2BDMACLRN' or 'L2XCFWD') and
16205            'VHOST_1024' and
16206            not 'CFS_OPT' and
16207            not 'VXLAN' and
16208            not 'IP4FWD'"
16209   parameters:
16210   - "throughput"
16211   - "parent"
16212   - "tags"
16213 #  sort:
16214 #  - "1VM"
16215 #  - "L2XCFWD"
16216 #  - "1VM"
16217 #  - "L2BDMACLRN"
16218   traces:
16219     hoverinfo: "x+y"
16220     boxpoints: "outliers"
16221     whiskerwidth: 0
16222   layout:
16223     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
16224     layout: "plot-throughput"
16225
16226 # Packet Throughput - VPP vhost ip4 3n-skx-x710
16227 -
16228   type: "plot"
16229   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16230   algorithm: "plot_performance_box"
16231   output-file-type: ".html"
16232   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16233   data: "plot-vpp-throughput-latency-3n-skx"
16234   filter: "'NIC_Intel-X710' and
16235            '64B' and
16236            'NDRPDR' and
16237            'ETH' and
16238            'IP4FWD' and
16239            '2T1C' and
16240            'VHOST_1024' and
16241            not 'VXLAN' and
16242            not 'DOT1Q'"
16243   parameters:
16244   - "throughput"
16245   - "parent"
16246   - "tags"
16247   sort:
16248   - "not CFS_OPT"
16249   - "1VM"
16250   - "2VM"
16251   traces:
16252     hoverinfo: "x+y"
16253     boxpoints: "outliers"
16254     whiskerwidth: 0
16255   layout:
16256     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16257     layout: "plot-throughput"
16258
16259 -
16260   type: "plot"
16261   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16262   algorithm: "plot_performance_box"
16263   output-file-type: ".html"
16264   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16265   data: "plot-vpp-throughput-latency-3n-skx"
16266   filter: "'NIC_Intel-X710' and
16267            '64B' and
16268            'NDRPDR' and
16269            'ETH' and
16270            'IP4FWD' and
16271            '4T2C' and
16272            'VHOST_1024' and
16273            not 'VXLAN' and
16274            not 'DOT1Q'"
16275   parameters:
16276   - "throughput"
16277   - "parent"
16278   - "tags"
16279   sort:
16280   - "not CFS_OPT"
16281   - "1VM"
16282   - "2VM"
16283   traces:
16284     hoverinfo: "x+y"
16285     boxpoints: "outliers"
16286     whiskerwidth: 0
16287   layout:
16288     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16289     layout: "plot-throughput"
16290
16291 -
16292   type: "plot"
16293   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16294   algorithm: "plot_performance_box"
16295   output-file-type: ".html"
16296   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16297   data: "plot-vpp-throughput-latency-3n-skx"
16298   filter: "'NIC_Intel-X710' and
16299            '64B' and
16300            'NDRPDR' and
16301            'ETH' and
16302            'IP4FWD' and
16303            '2T1C' and
16304            'VHOST_1024' and
16305            not 'VXLAN' and
16306            not 'DOT1Q'"
16307   parameters:
16308   - "throughput"
16309   - "parent"
16310   - "tags"
16311   sort:
16312   - "not CFS_OPT"
16313   - "1VM"
16314   - "2VM"
16315   traces:
16316     hoverinfo: "x+y"
16317     boxpoints: "outliers"
16318     whiskerwidth: 0
16319   layout:
16320     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16321     layout: "plot-throughput"
16322
16323 -
16324   type: "plot"
16325   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16326   algorithm: "plot_performance_box"
16327   output-file-type: ".html"
16328   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16329   data: "plot-vpp-throughput-latency-3n-skx"
16330   filter: "'NIC_Intel-X710' and
16331            '64B' and
16332            'NDRPDR' and
16333            'ETH' and
16334            'IP4FWD' and
16335            '4T2C' and
16336            'VHOST_1024' and
16337            not 'VXLAN' and
16338            not 'DOT1Q'"
16339   parameters:
16340   - "throughput"
16341   - "parent"
16342   - "tags"
16343   sort:
16344   - "not CFS_OPT"
16345   - "1VM"
16346   - "2VM"
16347   traces:
16348     hoverinfo: "x+y"
16349     boxpoints: "outliers"
16350     whiskerwidth: 0
16351   layout:
16352     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16353     layout: "plot-throughput"
16354
16355 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
16356 -
16357   type: "plot"
16358   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16359   algorithm: "plot_performance_box"
16360   output-file-type: ".html"
16361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16362   data: "plot-vpp-throughput-latency-3n-skx"
16363   filter: "'NIC_Intel-X710' and
16364            '64B' and
16365            'NDRPDR' and
16366            ('ETH' or 'DOT1Q') and
16367            '2T1C' and
16368            'L2BDMACLRN' and
16369            'VHOST_1024' and
16370            not 'VXLAN' and
16371            not 'IP4FWD' and
16372            not '2VM'"
16373   parameters:
16374   - "throughput"
16375   - "parent"
16376   - "tags"
16377 #  sort:
16378 #  - "VM"  # "not CFS_OPT"
16379 #  - "CFS_OPT"
16380 #  - "FIB_10K"
16381 #  - "FIB_100K"
16382 #  - "FIB_1M"
16383   traces:
16384     hoverinfo: "x+y"
16385     boxpoints: "outliers"
16386     whiskerwidth: 0
16387   layout:
16388     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16389     layout: "plot-throughput"
16390
16391 -
16392   type: "plot"
16393   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16394   algorithm: "plot_performance_box"
16395   output-file-type: ".html"
16396   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-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' or 'DOT1Q') and
16402            '4T2C' and
16403            'L2BDMACLRN' and
16404            'VHOST_1024' and
16405            not 'VXLAN' and
16406            not 'IP4FWD' and
16407            not '2VM'"
16408   parameters:
16409   - "throughput"
16410   - "parent"
16411   - "tags"
16412 #  sort:
16413 #  - "VM"  # "not CFS_OPT"
16414 #  - "CFS_OPT"
16415 #  - "FIB_10K"
16416 #  - "FIB_100K"
16417 #  - "FIB_1M"
16418   traces:
16419     hoverinfo: "x+y"
16420     boxpoints: "outliers"
16421     whiskerwidth: 0
16422   layout:
16423     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16424     layout: "plot-throughput"
16425
16426 -
16427   type: "plot"
16428   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16429   algorithm: "plot_performance_box"
16430   output-file-type: ".html"
16431   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16432   data: "plot-vpp-throughput-latency-3n-skx"
16433   filter: "'NIC_Intel-X710' and
16434            '64B' and
16435            'NDRPDR' and
16436            ('ETH' or 'DOT1Q') and
16437            '2T1C' and
16438            'L2BDMACLRN' and
16439            'VHOST_1024' and
16440            not 'VXLAN' and
16441            not 'IP4FWD' and
16442            not '2VM'"
16443   parameters:
16444   - "throughput"
16445   - "parent"
16446   - "tags"
16447 #  sort:
16448 #  - "VM"  # "not CFS_OPT"
16449 #  - "CFS_OPT"
16450 #  - "FIB_10K"
16451 #  - "FIB_100K"
16452 #  - "FIB_1M"
16453   traces:
16454     hoverinfo: "x+y"
16455     boxpoints: "outliers"
16456     whiskerwidth: 0
16457   layout:
16458     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
16459     layout: "plot-throughput"
16460
16461 -
16462   type: "plot"
16463   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16464   algorithm: "plot_performance_box"
16465   output-file-type: ".html"
16466   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16467   data: "plot-vpp-throughput-latency-3n-skx"
16468   filter: "'NIC_Intel-X710' and
16469            '64B' and
16470            'NDRPDR' and
16471            ('ETH' or 'DOT1Q') and
16472            '4T2C' and
16473            'L2BDMACLRN' and
16474            'VHOST_1024' and
16475            not 'VXLAN' and
16476            not 'IP4FWD' and
16477            not '2VM'"
16478   parameters:
16479   - "throughput"
16480   - "parent"
16481   - "tags"
16482 #  sort:
16483 #  - "VM"  # "not CFS_OPT"
16484 #  - "CFS_OPT"
16485 #  - "FIB_10K"
16486 #  - "FIB_100K"
16487 #  - "FIB_1M"
16488   traces:
16489     hoverinfo: "x+y"
16490     boxpoints: "outliers"
16491     whiskerwidth: 0
16492   layout:
16493     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
16494     layout: "plot-throughput"
16495
16496 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
16497 -
16498   type: "plot"
16499   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16500   algorithm: "plot_performance_box"
16501   output-file-type: ".html"
16502   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16503   data: "plot-vpp-throughput-latency-3n-skx"
16504   filter: "'NIC_Intel-X710' and
16505            '64B' and
16506            'NDRPDR' and
16507            ('ETH' or 'DOT1Q') and
16508            'BASE' and
16509            '2T1C' and
16510            ('L2BDMACLRN' or 'L2XCFWD') and
16511            'VHOST_1024' and
16512            not 'VXLAN' and
16513            not 'IP4FWD' and
16514            not '2VM' and
16515            not 'LBOND'"
16516   parameters:
16517   - "throughput"
16518   - "parent"
16519   - "tags"
16520 #  sort:
16521 #  - "not CFS_OPT"
16522 #  - "L2XCFWD"
16523 #  - "not CFS_OPT"
16524 #  - "CFS_OPT"
16525   traces:
16526     hoverinfo: "x+y"
16527     boxpoints: "outliers"
16528     whiskerwidth: 0
16529   layout:
16530     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
16531     layout: "plot-throughput"
16532
16533 -
16534   type: "plot"
16535   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16536   algorithm: "plot_performance_box"
16537   output-file-type: ".html"
16538   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16539   data: "plot-vpp-throughput-latency-3n-skx"
16540   filter: "'NIC_Intel-X710' and
16541            '64B' and
16542            'NDRPDR' and
16543            ('ETH' or 'DOT1Q') and
16544            'BASE' and
16545            '2T1C' and
16546            ('L2BDMACLRN' or 'L2XCFWD') and
16547            'VHOST_1024' and
16548            not 'VXLAN' and
16549            not 'IP4FWD' and
16550            not '2VM' and
16551            not 'LBOND'"
16552   parameters:
16553   - "throughput"
16554   - "parent"
16555   - "tags"
16556 #  sort:
16557 #  - "not CFS_OPT"
16558 #  - "L2XCFWD"
16559 #  - "not CFS_OPT"
16560 #  - "CFS_OPT"
16561   traces:
16562     hoverinfo: "x+y"
16563     boxpoints: "outliers"
16564     whiskerwidth: 0
16565   layout:
16566     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
16567     layout: "plot-throughput"
16568
16569 -
16570   type: "plot"
16571   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16572   algorithm: "plot_performance_box"
16573   output-file-type: ".html"
16574   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16575   data: "plot-vpp-throughput-latency-3n-skx"
16576   filter: "'NIC_Intel-X710' and
16577            '64B' and
16578            'NDRPDR' and
16579            ('ETH' or 'DOT1Q') and
16580            'BASE' and
16581            '4T2C' and
16582            ('L2BDMACLRN' or 'L2XCFWD') and
16583            'VHOST_1024' and
16584            not 'VXLAN' and
16585            not 'IP4FWD' and
16586            not '2VM' and
16587            not 'LBOND'"
16588   parameters:
16589   - "throughput"
16590   - "parent"
16591   - "tags"
16592 #  sort:
16593 #  - "not CFS_OPT"
16594 #  - "L2XCFWD"
16595 #  - "not CFS_OPT"
16596 #  - "CFS_OPT"
16597   traces:
16598     hoverinfo: "x+y"
16599     boxpoints: "outliers"
16600     whiskerwidth: 0
16601   layout:
16602     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
16603     layout: "plot-throughput"
16604
16605 -
16606   type: "plot"
16607   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16608   algorithm: "plot_performance_box"
16609   output-file-type: ".html"
16610   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16611   data: "plot-vpp-throughput-latency-3n-skx"
16612   filter: "'NIC_Intel-X710' and
16613            '64B' and
16614            'NDRPDR' and
16615            ('ETH' or 'DOT1Q') and
16616            'BASE' and
16617            '4T2C' and
16618            ('L2BDMACLRN' or 'L2XCFWD') and
16619            'VHOST_1024' and
16620            not 'VXLAN' and
16621            not 'IP4FWD' and
16622            not '2VM' and
16623            not 'LBOND'"
16624   parameters:
16625   - "throughput"
16626   - "parent"
16627   - "tags"
16628 #  sort:
16629 #  - "not CFS_OPT"
16630 #  - "L2XCFWD"
16631 #  - "not CFS_OPT"
16632 #  - "CFS_OPT"
16633   traces:
16634     hoverinfo: "x+y"
16635     boxpoints: "outliers"
16636     whiskerwidth: 0
16637   layout:
16638     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
16639     layout: "plot-throughput"
16640
16641 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
16642 -
16643   type: "plot"
16644   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16645   algorithm: "plot_performance_box"
16646   output-file-type: ".html"
16647   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16648   data: "plot-vpp-throughput-latency-3n-skx"
16649   filter: "'NIC_Intel-X710' and
16650            '64B' and
16651            'NDRPDR' and
16652            ('ETH' or 'DOT1Q') and
16653            '2T1C' and
16654            ('L2BDMACLRN' or 'L2XCFWD') and
16655            'VHOST_1024' and
16656            not 'CFS_OPT' and
16657            not 'VXLAN' and
16658            not 'IP4FWD' and
16659            not 'LBOND'"
16660   parameters:
16661   - "throughput"
16662   - "parent"
16663   - "tags"
16664 #  sort:
16665 #  - "1VM"
16666 #  - "L2XCFWD"
16667 #  - "1VM"
16668 #  - "L2BDMACLRN"
16669   traces:
16670     hoverinfo: "x+y"
16671     boxpoints: "outliers"
16672     whiskerwidth: 0
16673   layout:
16674     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
16675     layout: "plot-throughput"
16676
16677 -
16678   type: "plot"
16679   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16680   algorithm: "plot_performance_box"
16681   output-file-type: ".html"
16682   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16683   data: "plot-vpp-throughput-latency-3n-skx"
16684   filter: "'NIC_Intel-X710' and
16685            '64B' and
16686            'NDRPDR' and
16687            ('ETH' or 'DOT1Q') and
16688            '2T1C' and
16689            ('L2BDMACLRN' or 'L2XCFWD') and
16690            'VHOST_1024' and
16691            not 'CFS_OPT' and
16692            not 'VXLAN' and
16693            not 'IP4FWD' and
16694            not 'LBOND'"
16695   parameters:
16696   - "throughput"
16697   - "parent"
16698   - "tags"
16699 #  sort:
16700 #  - "1VM"
16701 #  - "L2XCFWD"
16702 #  - "1VM"
16703 #  - "L2BDMACLRN"
16704   traces:
16705     hoverinfo: "x+y"
16706     boxpoints: "outliers"
16707     whiskerwidth: 0
16708   layout:
16709     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
16710     layout: "plot-throughput"
16711
16712 -
16713   type: "plot"
16714   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16715   algorithm: "plot_performance_box"
16716   output-file-type: ".html"
16717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16718   data: "plot-vpp-throughput-latency-3n-skx"
16719   filter: "'NIC_Intel-X710' and
16720            '64B' and
16721            'NDRPDR' and
16722            ('ETH' or 'DOT1Q') and
16723            '4T2C' and
16724            ('L2BDMACLRN' or 'L2XCFWD') and
16725            'VHOST_1024' and
16726            not 'CFS_OPT' and
16727            not 'VXLAN' and
16728            not 'IP4FWD' and
16729            not 'LBOND'"
16730   parameters:
16731   - "throughput"
16732   - "parent"
16733   - "tags"
16734 #  sort:
16735 #  - "1VM"
16736 #  - "L2XCFWD"
16737 #  - "1VM"
16738 #  - "L2BDMACLRN"
16739   traces:
16740     hoverinfo: "x+y"
16741     boxpoints: "outliers"
16742     whiskerwidth: 0
16743   layout:
16744     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
16745     layout: "plot-throughput"
16746
16747 -
16748   type: "plot"
16749   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16750   algorithm: "plot_performance_box"
16751   output-file-type: ".html"
16752   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16753   data: "plot-vpp-throughput-latency-3n-skx"
16754   filter: "'NIC_Intel-X710' and
16755            '64B' and
16756            'NDRPDR' and
16757            ('ETH' or 'DOT1Q') and
16758            '4T2C' and
16759            ('L2BDMACLRN' or 'L2XCFWD') and
16760            'VHOST_1024' and
16761            not 'CFS_OPT' and
16762            not 'VXLAN' and
16763            not 'IP4FWD' and
16764            not 'LBOND'"
16765   parameters:
16766   - "throughput"
16767   - "parent"
16768   - "tags"
16769 #  sort:
16770 #  - "1VM"
16771 #  - "L2XCFWD"
16772 #  - "1VM"
16773 #  - "L2BDMACLRN"
16774   traces:
16775     hoverinfo: "x+y"
16776     boxpoints: "outliers"
16777     whiskerwidth: 0
16778   layout:
16779     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
16780     layout: "plot-throughput"
16781
16782 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16783 -
16784   type: "plot"
16785   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16786   algorithm: "plot_performance_box"
16787   output-file-type: ".html"
16788   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16789   data: "plot-vpp-throughput-latency-2n-skx"
16790   filter: "'NIC_Intel-X710' and
16791            '64B' and
16792            'NDRPDR' and
16793            'ETH' and
16794            'IP4FWD' and
16795            '2T1C' and
16796            'VHOST_1024' and
16797            not 'VXLAN' and
16798            not 'NF_DENSITY' and
16799            not 'DOT1Q'"
16800   parameters:
16801   - "throughput"
16802   - "parent"
16803   - "tags"
16804   sort:
16805   - "not CFS_OPT"
16806   - "1VM"
16807   - "2VM"
16808   traces:
16809     hoverinfo: "x+y"
16810     boxpoints: "outliers"
16811     whiskerwidth: 0
16812   layout:
16813     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16814     layout: "plot-throughput"
16815
16816 -
16817   type: "plot"
16818   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16819   algorithm: "plot_performance_box"
16820   output-file-type: ".html"
16821   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16822   data: "plot-vpp-throughput-latency-2n-skx"
16823   filter: "'NIC_Intel-X710' and
16824            '64B' and
16825            'NDRPDR' and
16826            'ETH' and
16827            'IP4FWD' and
16828            '4T2C' and
16829            'VHOST_1024' and
16830            not 'VXLAN' and
16831            not 'NF_DENSITY' and
16832            not 'DOT1Q'"
16833   parameters:
16834   - "throughput"
16835   - "parent"
16836   - "tags"
16837   sort:
16838   - "not CFS_OPT"
16839   - "1VM"
16840   - "2VM"
16841   traces:
16842     hoverinfo: "x+y"
16843     boxpoints: "outliers"
16844     whiskerwidth: 0
16845   layout:
16846     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16847     layout: "plot-throughput"
16848
16849 -
16850   type: "plot"
16851   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16852   algorithm: "plot_performance_box"
16853   output-file-type: ".html"
16854   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16855   data: "plot-vpp-throughput-latency-2n-skx"
16856   filter: "'NIC_Intel-X710' and
16857            '64B' and
16858            'NDRPDR' and
16859            'ETH' and
16860            'IP4FWD' and
16861            '2T1C' and
16862            'VHOST_1024' and
16863            not 'VXLAN' and
16864            not 'NF_DENSITY' and
16865            not 'DOT1Q'"
16866   parameters:
16867   - "throughput"
16868   - "parent"
16869   - "tags"
16870   sort:
16871   - "not CFS_OPT"
16872   - "1VM"
16873   - "2VM"
16874   traces:
16875     hoverinfo: "x+y"
16876     boxpoints: "outliers"
16877     whiskerwidth: 0
16878   layout:
16879     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16880     layout: "plot-throughput"
16881
16882 -
16883   type: "plot"
16884   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16885   algorithm: "plot_performance_box"
16886   output-file-type: ".html"
16887   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16888   data: "plot-vpp-throughput-latency-2n-skx"
16889   filter: "'NIC_Intel-X710' and
16890            '64B' and
16891            'NDRPDR' and
16892            'ETH' and
16893            'IP4FWD' and
16894            '4T2C' and
16895            'VHOST_1024' and
16896            not 'VXLAN' and
16897            not 'NF_DENSITY' and
16898            not 'DOT1Q'"
16899   parameters:
16900   - "throughput"
16901   - "parent"
16902   - "tags"
16903   sort:
16904   - "not CFS_OPT"
16905   - "1VM"
16906   - "2VM"
16907   traces:
16908     hoverinfo: "x+y"
16909     boxpoints: "outliers"
16910     whiskerwidth: 0
16911   layout:
16912     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16913     layout: "plot-throughput"
16914
16915 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
16916 -
16917   type: "plot"
16918   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16919   algorithm: "plot_performance_box"
16920   output-file-type: ".html"
16921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16922   data: "plot-vpp-throughput-latency-2n-skx"
16923   filter: "'NIC_Intel-X710' and
16924            '64B' and
16925            'NDRPDR' and
16926            ('ETH' or 'DOT1Q') and
16927            '2T1C' and
16928            'L2BDMACLRN' and
16929            'VHOST_1024' and
16930            not 'VXLAN' and
16931            not 'NF_DENSITY' and
16932            not 'IP4FWD' and
16933            not '2VM'"
16934   parameters:
16935   - "throughput"
16936   - "parent"
16937   - "tags"
16938 #  sort:
16939 #  - "VM"  # "not CFS_OPT"
16940 #  - "CFS_OPT"
16941 #  - "FIB_10K"
16942 #  - "FIB_100K"
16943 #  - "FIB_1M"
16944   traces:
16945     hoverinfo: "x+y"
16946     boxpoints: "outliers"
16947     whiskerwidth: 0
16948   layout:
16949     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16950     layout: "plot-throughput"
16951
16952 -
16953   type: "plot"
16954   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16955   algorithm: "plot_performance_box"
16956   output-file-type: ".html"
16957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16958   data: "plot-vpp-throughput-latency-2n-skx"
16959   filter: "'NIC_Intel-X710' and
16960            '64B' and
16961            'NDRPDR' and
16962            ('ETH' or 'DOT1Q') and
16963            '4T2C' and
16964            'L2BDMACLRN' and
16965            'VHOST_1024' and
16966            not 'VXLAN' and
16967            not 'NF_DENSITY' and
16968            not 'IP4FWD' and
16969            not '2VM'"
16970   parameters:
16971   - "throughput"
16972   - "parent"
16973   - "tags"
16974 #  sort:
16975 #  - "VM"  # "not CFS_OPT"
16976 #  - "CFS_OPT"
16977 #  - "FIB_10K"
16978 #  - "FIB_100K"
16979 #  - "FIB_1M"
16980   traces:
16981     hoverinfo: "x+y"
16982     boxpoints: "outliers"
16983     whiskerwidth: 0
16984   layout:
16985     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16986     layout: "plot-throughput"
16987
16988 -
16989   type: "plot"
16990   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16991   algorithm: "plot_performance_box"
16992   output-file-type: ".html"
16993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16994   data: "plot-vpp-throughput-latency-2n-skx"
16995   filter: "'NIC_Intel-X710' and
16996            '64B' and
16997            'NDRPDR' and
16998            ('ETH' or 'DOT1Q') and
16999            '2T1C' and
17000            'L2BDMACLRN' and
17001            'VHOST_1024' and
17002            not 'VXLAN' and
17003            not 'NF_DENSITY' and
17004            not 'IP4FWD' and
17005            not '2VM'"
17006   parameters:
17007   - "throughput"
17008   - "parent"
17009   - "tags"
17010 #  sort:
17011 #  - "VM"  # "not CFS_OPT"
17012 #  - "CFS_OPT"
17013 #  - "FIB_10K"
17014 #  - "FIB_100K"
17015 #  - "FIB_1M"
17016   traces:
17017     hoverinfo: "x+y"
17018     boxpoints: "outliers"
17019     whiskerwidth: 0
17020   layout:
17021     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
17022     layout: "plot-throughput"
17023
17024 -
17025   type: "plot"
17026   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17027   algorithm: "plot_performance_box"
17028   output-file-type: ".html"
17029   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17030   data: "plot-vpp-throughput-latency-2n-skx"
17031   filter: "'NIC_Intel-X710' and
17032            '64B' and
17033            'NDRPDR' and
17034            ('ETH' or 'DOT1Q') and
17035            '4T2C' and
17036            'L2BDMACLRN' and
17037            'VHOST_1024' and
17038            not 'VXLAN' and
17039            not 'NF_DENSITY' and
17040            not 'IP4FWD' and
17041            not '2VM'"
17042   parameters:
17043   - "throughput"
17044   - "parent"
17045   - "tags"
17046 #  sort:
17047 #  - "VM"  # "not CFS_OPT"
17048 #  - "CFS_OPT"
17049 #  - "FIB_10K"
17050 #  - "FIB_100K"
17051 #  - "FIB_1M"
17052   traces:
17053     hoverinfo: "x+y"
17054     boxpoints: "outliers"
17055     whiskerwidth: 0
17056   layout:
17057     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
17058     layout: "plot-throughput"
17059
17060 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
17061 -
17062   type: "plot"
17063   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17064   algorithm: "plot_performance_box"
17065   output-file-type: ".html"
17066   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17067   data: "plot-vpp-throughput-latency-2n-skx"
17068   filter: "'NIC_Intel-X710' and
17069            '64B' and
17070            'NDRPDR' and
17071            ('ETH' or 'DOT1Q') and
17072            'BASE' and
17073            '2T1C' and
17074            ('L2BDMACLRN' or 'L2XCFWD') and
17075            'VHOST_1024' and
17076            not 'VXLAN' and
17077            not 'NF_DENSITY' and
17078            not 'IP4FWD' and
17079            not '2VM'"
17080   parameters:
17081   - "throughput"
17082   - "parent"
17083   - "tags"
17084 #  sort:
17085 #  - "not CFS_OPT"
17086 #  - "L2XCFWD"
17087 #  - "not CFS_OPT"
17088 #  - "CFS_OPT"
17089   traces:
17090     hoverinfo: "x+y"
17091     boxpoints: "outliers"
17092     whiskerwidth: 0
17093   layout:
17094     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
17095     layout: "plot-throughput"
17096
17097 -
17098   type: "plot"
17099   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17100   algorithm: "plot_performance_box"
17101   output-file-type: ".html"
17102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17103   data: "plot-vpp-throughput-latency-2n-skx"
17104   filter: "'NIC_Intel-X710' and
17105            '64B' and
17106            'NDRPDR' and
17107            ('ETH' or 'DOT1Q') and
17108            'BASE' and
17109            '2T1C' and
17110            ('L2BDMACLRN' or 'L2XCFWD') and
17111            'VHOST_1024' and
17112            not 'VXLAN' and
17113            not 'NF_DENSITY' and
17114            not 'IP4FWD' and
17115            not '2VM'"
17116   parameters:
17117   - "throughput"
17118   - "parent"
17119   - "tags"
17120 #  sort:
17121 #  - "not CFS_OPT"
17122 #  - "L2XCFWD"
17123 #  - "not CFS_OPT"
17124 #  - "CFS_OPT"
17125   traces:
17126     hoverinfo: "x+y"
17127     boxpoints: "outliers"
17128     whiskerwidth: 0
17129   layout:
17130     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
17131     layout: "plot-throughput"
17132
17133 -
17134   type: "plot"
17135   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17136   algorithm: "plot_performance_box"
17137   output-file-type: ".html"
17138   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17139   data: "plot-vpp-throughput-latency-2n-skx"
17140   filter: "'NIC_Intel-X710' and
17141            '64B' and
17142            'NDRPDR' and
17143            ('ETH' or 'DOT1Q') and
17144            'BASE' and
17145            '4T2C' and
17146            ('L2BDMACLRN' or 'L2XCFWD') and
17147            'VHOST_1024' and
17148            not 'VXLAN' and
17149            not 'NF_DENSITY' and
17150            not 'IP4FWD' and
17151            not '2VM'"
17152   parameters:
17153   - "throughput"
17154   - "parent"
17155   - "tags"
17156 #  sort:
17157 #  - "not CFS_OPT"
17158 #  - "L2XCFWD"
17159 #  - "not CFS_OPT"
17160 #  - "CFS_OPT"
17161   traces:
17162     hoverinfo: "x+y"
17163     boxpoints: "outliers"
17164     whiskerwidth: 0
17165   layout:
17166     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
17167     layout: "plot-throughput"
17168
17169 -
17170   type: "plot"
17171   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17172   algorithm: "plot_performance_box"
17173   output-file-type: ".html"
17174   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17175   data: "plot-vpp-throughput-latency-2n-skx"
17176   filter: "'NIC_Intel-X710' and
17177            '64B' and
17178            'NDRPDR' and
17179            ('ETH' or 'DOT1Q') and
17180            'BASE' and
17181            '4T2C' and
17182            ('L2BDMACLRN' or 'L2XCFWD') and
17183            'VHOST_1024' and
17184            not 'VXLAN' and
17185            not 'NF_DENSITY' and
17186            not 'IP4FWD' and
17187            not '2VM'"
17188   parameters:
17189   - "throughput"
17190   - "parent"
17191   - "tags"
17192 #  sort:
17193 #  - "not CFS_OPT"
17194 #  - "L2XCFWD"
17195 #  - "not CFS_OPT"
17196 #  - "CFS_OPT"
17197   traces:
17198     hoverinfo: "x+y"
17199     boxpoints: "outliers"
17200     whiskerwidth: 0
17201   layout:
17202     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
17203     layout: "plot-throughput"
17204
17205 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
17206 -
17207   type: "plot"
17208   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17209   algorithm: "plot_performance_box"
17210   output-file-type: ".html"
17211   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17212   data: "plot-vpp-throughput-latency-2n-skx"
17213   filter: "'NIC_Intel-X710' and
17214            '64B' and
17215            'NDRPDR' and
17216            ('ETH' or 'DOT1Q') and
17217            '2T1C' and
17218            ('L2BDMACLRN' or 'L2XCFWD') and
17219            'VHOST_1024' and
17220            not 'CFS_OPT' and
17221            not 'VXLAN' and
17222            not 'NF_DENSITY' and
17223            not 'IP4FWD'"
17224   parameters:
17225   - "throughput"
17226   - "parent"
17227   - "tags"
17228 #  sort:
17229 #  - "1VM"
17230 #  - "L2XCFWD"
17231 #  - "1VM"
17232 #  - "L2BDMACLRN"
17233   traces:
17234     hoverinfo: "x+y"
17235     boxpoints: "outliers"
17236     whiskerwidth: 0
17237   layout:
17238     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
17239     layout: "plot-throughput"
17240
17241 -
17242   type: "plot"
17243   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17244   algorithm: "plot_performance_box"
17245   output-file-type: ".html"
17246   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17247   data: "plot-vpp-throughput-latency-2n-skx"
17248   filter: "'NIC_Intel-X710' and
17249            '64B' and
17250            'NDRPDR' and
17251            ('ETH' or 'DOT1Q') and
17252            '2T1C' and
17253            ('L2BDMACLRN' or 'L2XCFWD') and
17254            'VHOST_1024' and
17255            not 'CFS_OPT' and
17256            not 'VXLAN' and
17257            not 'NF_DENSITY' and
17258            not 'IP4FWD'"
17259   parameters:
17260   - "throughput"
17261   - "parent"
17262   - "tags"
17263 #  sort:
17264 #  - "1VM"
17265 #  - "L2XCFWD"
17266 #  - "1VM"
17267 #  - "L2BDMACLRN"
17268   traces:
17269     hoverinfo: "x+y"
17270     boxpoints: "outliers"
17271     whiskerwidth: 0
17272   layout:
17273     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
17274     layout: "plot-throughput"
17275
17276 -
17277   type: "plot"
17278   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17279   algorithm: "plot_performance_box"
17280   output-file-type: ".html"
17281   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17282   data: "plot-vpp-throughput-latency-2n-skx"
17283   filter: "'NIC_Intel-X710' and
17284            '64B' and
17285            'NDRPDR' and
17286            ('ETH' or 'DOT1Q') and
17287            '4T2C' and
17288            ('L2BDMACLRN' or 'L2XCFWD') and
17289            'VHOST_1024' and
17290            not 'CFS_OPT' and
17291            not 'VXLAN' and
17292            not 'NF_DENSITY' and
17293            not 'IP4FWD'"
17294   parameters:
17295   - "throughput"
17296   - "parent"
17297   - "tags"
17298 #  sort:
17299 #  - "1VM"
17300 #  - "L2XCFWD"
17301 #  - "1VM"
17302 #  - "L2BDMACLRN"
17303   traces:
17304     hoverinfo: "x+y"
17305     boxpoints: "outliers"
17306     whiskerwidth: 0
17307   layout:
17308     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
17309     layout: "plot-throughput"
17310
17311 -
17312   type: "plot"
17313   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17314   algorithm: "plot_performance_box"
17315   output-file-type: ".html"
17316   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17317   data: "plot-vpp-throughput-latency-2n-skx"
17318   filter: "'NIC_Intel-X710' and
17319            '64B' and
17320            'NDRPDR' and
17321            ('ETH' or 'DOT1Q') and
17322            '4T2C' and
17323            ('L2BDMACLRN' or 'L2XCFWD') and
17324            'VHOST_1024' and
17325            not 'CFS_OPT' and
17326            not 'VXLAN' and
17327            not 'NF_DENSITY' and
17328            not 'IP4FWD'"
17329   parameters:
17330   - "throughput"
17331   - "parent"
17332   - "tags"
17333 #  sort:
17334 #  - "1VM"
17335 #  - "L2XCFWD"
17336 #  - "1VM"
17337 #  - "L2BDMACLRN"
17338   traces:
17339     hoverinfo: "x+y"
17340     boxpoints: "outliers"
17341     whiskerwidth: 0
17342   layout:
17343     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
17344     layout: "plot-throughput"
17345
17346 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
17347 -
17348   type: "plot"
17349   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17350   algorithm: "plot_performance_box"
17351   output-file-type: ".html"
17352   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17353   data: "plot-vpp-throughput-latency-2n-skx"
17354   filter: "'NIC_Intel-XXV710' and
17355            '64B' and
17356            'NDRPDR' and
17357            'ETH' and
17358            'IP4FWD' and
17359            '2T1C' and
17360            'VHOST_1024' and
17361            not 'VXLAN' and
17362            not 'DOT1Q'"
17363   parameters:
17364   - "throughput"
17365   - "parent"
17366   - "tags"
17367   sort:
17368   - "not CFS_OPT"
17369   - "1VM"
17370   - "2VM"
17371   traces:
17372     hoverinfo: "x+y"
17373     boxpoints: "outliers"
17374     whiskerwidth: 0
17375   layout:
17376     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17377     layout: "plot-throughput"
17378
17379 -
17380   type: "plot"
17381   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17382   algorithm: "plot_performance_box"
17383   output-file-type: ".html"
17384   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17385   data: "plot-vpp-throughput-latency-2n-skx"
17386   filter: "'NIC_Intel-XXV710' and
17387            '64B' and
17388            'NDRPDR' and
17389            'ETH' and
17390            'IP4FWD' and
17391            '4T2C' and
17392            'VHOST_1024' and
17393            not 'VXLAN' and
17394            not 'DOT1Q'"
17395   parameters:
17396   - "throughput"
17397   - "parent"
17398   - "tags"
17399   sort:
17400   - "not CFS_OPT"
17401   - "1VM"
17402   - "2VM"
17403   traces:
17404     hoverinfo: "x+y"
17405     boxpoints: "outliers"
17406     whiskerwidth: 0
17407   layout:
17408     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17409     layout: "plot-throughput"
17410
17411 -
17412   type: "plot"
17413   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17414   algorithm: "plot_performance_box"
17415   output-file-type: ".html"
17416   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17417   data: "plot-vpp-throughput-latency-2n-skx"
17418   filter: "'NIC_Intel-XXV710' and
17419            '64B' and
17420            'NDRPDR' and
17421            'ETH' and
17422            'IP4FWD' and
17423            '2T1C' and
17424            'VHOST_1024' and
17425            not 'VXLAN' and
17426            not 'DOT1Q'"
17427   parameters:
17428   - "throughput"
17429   - "parent"
17430   - "tags"
17431   sort:
17432   - "not CFS_OPT"
17433   - "1VM"
17434   - "2VM"
17435   traces:
17436     hoverinfo: "x+y"
17437     boxpoints: "outliers"
17438     whiskerwidth: 0
17439   layout:
17440     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17441     layout: "plot-throughput"
17442
17443 -
17444   type: "plot"
17445   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17446   algorithm: "plot_performance_box"
17447   output-file-type: ".html"
17448   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17449   data: "plot-vpp-throughput-latency-2n-skx"
17450   filter: "'NIC_Intel-XXV710' and
17451            '64B' and
17452            'NDRPDR' and
17453            'ETH' and
17454            'IP4FWD' and
17455            '4T2C' and
17456            'VHOST_1024' and
17457            not 'VXLAN' and
17458            not 'DOT1Q'"
17459   parameters:
17460   - "throughput"
17461   - "parent"
17462   - "tags"
17463   sort:
17464   - "not CFS_OPT"
17465   - "1VM"
17466   - "2VM"
17467   traces:
17468     hoverinfo: "x+y"
17469     boxpoints: "outliers"
17470     whiskerwidth: 0
17471   layout:
17472     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17473     layout: "plot-throughput"
17474
17475 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
17476 -
17477   type: "plot"
17478   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17479   algorithm: "plot_performance_box"
17480   output-file-type: ".html"
17481   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17482   data: "plot-vpp-throughput-latency-2n-skx"
17483   filter: "'NIC_Intel-XXV710' and
17484            '64B' and
17485            'NDRPDR' and
17486            ('ETH' or 'DOT1Q') and
17487            '2T1C' and
17488            'L2BDMACLRN' and
17489            'VHOST_1024' and
17490            not 'VXLAN' and
17491            not 'IP4FWD' and
17492            not '2VM'"
17493   parameters:
17494   - "throughput"
17495   - "parent"
17496   - "tags"
17497 #  sort:
17498 #  - "VM"  # "not CFS_OPT"
17499 #  - "CFS_OPT"
17500 #  - "FIB_10K"
17501 #  - "FIB_100K"
17502 #  - "FIB_1M"
17503   traces:
17504     hoverinfo: "x+y"
17505     boxpoints: "outliers"
17506     whiskerwidth: 0
17507   layout:
17508     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17509     layout: "plot-throughput"
17510
17511 -
17512   type: "plot"
17513   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17514   algorithm: "plot_performance_box"
17515   output-file-type: ".html"
17516   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-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' or 'DOT1Q') and
17522            '4T2C' and
17523            'L2BDMACLRN' and
17524            'VHOST_1024' and
17525            not 'VXLAN' and
17526            not 'IP4FWD' and
17527            not '2VM'"
17528   parameters:
17529   - "throughput"
17530   - "parent"
17531   - "tags"
17532 #  sort:
17533 #  - "VM"  # "not CFS_OPT"
17534 #  - "CFS_OPT"
17535 #  - "FIB_10K"
17536 #  - "FIB_100K"
17537 #  - "FIB_1M"
17538   traces:
17539     hoverinfo: "x+y"
17540     boxpoints: "outliers"
17541     whiskerwidth: 0
17542   layout:
17543     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17544     layout: "plot-throughput"
17545
17546 -
17547   type: "plot"
17548   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17549   algorithm: "plot_performance_box"
17550   output-file-type: ".html"
17551   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17552   data: "plot-vpp-throughput-latency-2n-skx"
17553   filter: "'NIC_Intel-XXV710' and
17554            '64B' and
17555            'NDRPDR' and
17556            ('ETH' or 'DOT1Q') and
17557            '2T1C' and
17558            'L2BDMACLRN' and
17559            'VHOST_1024' and
17560            not 'VXLAN' and
17561            not 'IP4FWD' and
17562            not '2VM'"
17563   parameters:
17564   - "throughput"
17565   - "parent"
17566   - "tags"
17567 #  sort:
17568 #  - "VM"  # "not CFS_OPT"
17569 #  - "CFS_OPT"
17570 #  - "FIB_10K"
17571 #  - "FIB_100K"
17572 #  - "FIB_1M"
17573   traces:
17574     hoverinfo: "x+y"
17575     boxpoints: "outliers"
17576     whiskerwidth: 0
17577   layout:
17578     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
17579     layout: "plot-throughput"
17580
17581 -
17582   type: "plot"
17583   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17584   algorithm: "plot_performance_box"
17585   output-file-type: ".html"
17586   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17587   data: "plot-vpp-throughput-latency-2n-skx"
17588   filter: "'NIC_Intel-XXV710' and
17589            '64B' and
17590            'NDRPDR' and
17591            ('ETH' or 'DOT1Q') and
17592            '4T2C' and
17593            'L2BDMACLRN' and
17594            'VHOST_1024' and
17595            not 'VXLAN' and
17596            not 'IP4FWD' and
17597            not '2VM'"
17598   parameters:
17599   - "throughput"
17600   - "parent"
17601   - "tags"
17602 #  sort:
17603 #  - "VM"  # "not CFS_OPT"
17604 #  - "CFS_OPT"
17605 #  - "FIB_10K"
17606 #  - "FIB_100K"
17607 #  - "FIB_1M"
17608   traces:
17609     hoverinfo: "x+y"
17610     boxpoints: "outliers"
17611     whiskerwidth: 0
17612   layout:
17613     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
17614     layout: "plot-throughput"
17615
17616 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
17617 -
17618   type: "plot"
17619   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17620   algorithm: "plot_performance_box"
17621   output-file-type: ".html"
17622   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17623   data: "plot-vpp-throughput-latency-2n-skx"
17624   filter: "'NIC_Intel-XXV710' and
17625            '64B' and
17626            'NDRPDR' and
17627            ('ETH' or 'DOT1Q') and
17628            'BASE' and
17629            '2T1C' and
17630            ('L2BDMACLRN' or 'L2XCFWD') and
17631            'VHOST_1024' and
17632            not 'VXLAN' and
17633            not 'IP4FWD' and
17634            not '2VM'"
17635   parameters:
17636   - "throughput"
17637   - "parent"
17638   - "tags"
17639 #  sort:
17640 #  - "not CFS_OPT"
17641 #  - "L2XCFWD"
17642 #  - "not CFS_OPT"
17643 #  - "CFS_OPT"
17644   traces:
17645     hoverinfo: "x+y"
17646     boxpoints: "outliers"
17647     whiskerwidth: 0
17648   layout:
17649     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
17650     layout: "plot-throughput"
17651
17652 -
17653   type: "plot"
17654   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17655   algorithm: "plot_performance_box"
17656   output-file-type: ".html"
17657   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17658   data: "plot-vpp-throughput-latency-2n-skx"
17659   filter: "'NIC_Intel-XXV710' and
17660            '64B' and
17661            'NDRPDR' and
17662            ('ETH' or 'DOT1Q') and
17663            'BASE' and
17664            '2T1C' and
17665            ('L2BDMACLRN' or 'L2XCFWD') and
17666            'VHOST_1024' and
17667            not 'VXLAN' and
17668            not 'IP4FWD' and
17669            not '2VM'"
17670   parameters:
17671   - "throughput"
17672   - "parent"
17673   - "tags"
17674 #  sort:
17675 #  - "not CFS_OPT"
17676 #  - "L2XCFWD"
17677 #  - "not CFS_OPT"
17678 #  - "CFS_OPT"
17679   traces:
17680     hoverinfo: "x+y"
17681     boxpoints: "outliers"
17682     whiskerwidth: 0
17683   layout:
17684     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
17685     layout: "plot-throughput"
17686
17687 -
17688   type: "plot"
17689   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17690   algorithm: "plot_performance_box"
17691   output-file-type: ".html"
17692   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17693   data: "plot-vpp-throughput-latency-2n-skx"
17694   filter: "'NIC_Intel-XXV710' and
17695            '64B' and
17696            'NDRPDR' and
17697            ('ETH' or 'DOT1Q') and
17698            'BASE' and
17699            '4T2C' and
17700            ('L2BDMACLRN' or 'L2XCFWD') and
17701            'VHOST_1024' and
17702            not 'VXLAN' and
17703            not 'IP4FWD' and
17704            not '2VM'"
17705   parameters:
17706   - "throughput"
17707   - "parent"
17708   - "tags"
17709 #  sort:
17710 #  - "not CFS_OPT"
17711 #  - "L2XCFWD"
17712 #  - "not CFS_OPT"
17713 #  - "CFS_OPT"
17714   traces:
17715     hoverinfo: "x+y"
17716     boxpoints: "outliers"
17717     whiskerwidth: 0
17718   layout:
17719     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
17720     layout: "plot-throughput"
17721
17722 -
17723   type: "plot"
17724   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17725   algorithm: "plot_performance_box"
17726   output-file-type: ".html"
17727   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17728   data: "plot-vpp-throughput-latency-2n-skx"
17729   filter: "'NIC_Intel-XXV710' and
17730            '64B' and
17731            'NDRPDR' and
17732            ('ETH' or 'DOT1Q') and
17733            'BASE' and
17734            '4T2C' and
17735            ('L2BDMACLRN' or 'L2XCFWD') and
17736            'VHOST_1024' and
17737            not 'VXLAN' and
17738            not 'IP4FWD' and
17739            not '2VM'"
17740   parameters:
17741   - "throughput"
17742   - "parent"
17743   - "tags"
17744 #  sort:
17745 #  - "not CFS_OPT"
17746 #  - "L2XCFWD"
17747 #  - "not CFS_OPT"
17748 #  - "CFS_OPT"
17749   traces:
17750     hoverinfo: "x+y"
17751     boxpoints: "outliers"
17752     whiskerwidth: 0
17753   layout:
17754     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
17755     layout: "plot-throughput"
17756
17757 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
17758 -
17759   type: "plot"
17760   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17761   algorithm: "plot_performance_box"
17762   output-file-type: ".html"
17763   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17764   data: "plot-vpp-throughput-latency-2n-skx"
17765   filter: "'NIC_Intel-XXV710' and
17766            '64B' and
17767            'NDRPDR' and
17768            ('ETH' or 'DOT1Q') and
17769            '2T1C' and
17770            ('L2BDMACLRN' or 'L2XCFWD') and
17771            'VHOST_1024' and
17772            not 'CFS_OPT' and
17773            not 'VXLAN' and
17774            not 'IP4FWD'"
17775   parameters:
17776   - "throughput"
17777   - "parent"
17778   - "tags"
17779 #  sort:
17780 #  - "1VM"
17781 #  - "L2XCFWD"
17782 #  - "1VM"
17783 #  - "L2BDMACLRN"
17784   traces:
17785     hoverinfo: "x+y"
17786     boxpoints: "outliers"
17787     whiskerwidth: 0
17788   layout:
17789     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
17790     layout: "plot-throughput"
17791
17792 -
17793   type: "plot"
17794   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17795   algorithm: "plot_performance_box"
17796   output-file-type: ".html"
17797   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17798   data: "plot-vpp-throughput-latency-2n-skx"
17799   filter: "'NIC_Intel-XXV710' and
17800            '64B' and
17801            'NDRPDR' and
17802            ('ETH' or 'DOT1Q') and
17803            '2T1C' and
17804            ('L2BDMACLRN' or 'L2XCFWD') and
17805            'VHOST_1024' and
17806            not 'CFS_OPT' and
17807            not 'VXLAN' and
17808            not 'IP4FWD'"
17809   parameters:
17810   - "throughput"
17811   - "parent"
17812   - "tags"
17813 #  sort:
17814 #  - "1VM"
17815 #  - "L2XCFWD"
17816 #  - "1VM"
17817 #  - "L2BDMACLRN"
17818   traces:
17819     hoverinfo: "x+y"
17820     boxpoints: "outliers"
17821     whiskerwidth: 0
17822   layout:
17823     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
17824     layout: "plot-throughput"
17825
17826 -
17827   type: "plot"
17828   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17829   algorithm: "plot_performance_box"
17830   output-file-type: ".html"
17831   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17832   data: "plot-vpp-throughput-latency-2n-skx"
17833   filter: "'NIC_Intel-XXV710' and
17834            '64B' and
17835            'NDRPDR' and
17836            ('ETH' or 'DOT1Q') and
17837            '4T2C' and
17838            ('L2BDMACLRN' or 'L2XCFWD') and
17839            'VHOST_1024' and
17840            not 'CFS_OPT' and
17841            not 'VXLAN' and
17842            not 'IP4FWD'"
17843   parameters:
17844   - "throughput"
17845   - "parent"
17846   - "tags"
17847 #  sort:
17848 #  - "1VM"
17849 #  - "L2XCFWD"
17850 #  - "1VM"
17851 #  - "L2BDMACLRN"
17852   traces:
17853     hoverinfo: "x+y"
17854     boxpoints: "outliers"
17855     whiskerwidth: 0
17856   layout:
17857     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
17858     layout: "plot-throughput"
17859
17860 -
17861   type: "plot"
17862   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17863   algorithm: "plot_performance_box"
17864   output-file-type: ".html"
17865   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17866   data: "plot-vpp-throughput-latency-2n-skx"
17867   filter: "'NIC_Intel-XXV710' and
17868            '64B' and
17869            'NDRPDR' and
17870            ('ETH' or 'DOT1Q') and
17871            '4T2C' and
17872            ('L2BDMACLRN' or 'L2XCFWD') and
17873            'VHOST_1024' and
17874            not 'CFS_OPT' and
17875            not 'VXLAN' and
17876            not 'IP4FWD'"
17877   parameters:
17878   - "throughput"
17879   - "parent"
17880   - "tags"
17881 #  sort:
17882 #  - "1VM"
17883 #  - "L2XCFWD"
17884 #  - "1VM"
17885 #  - "L2BDMACLRN"
17886   traces:
17887     hoverinfo: "x+y"
17888     boxpoints: "outliers"
17889     whiskerwidth: 0
17890   layout:
17891     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
17892     layout: "plot-throughput"
17893
17894 ################################################################################
17895
17896 # Packet Throughput - VPP VTS 3n-hsw-x520
17897 -
17898   type: "plot"
17899   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
17900   algorithm: "plot_performance_box"
17901   output-file-type: ".html"
17902   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
17903   data: "plot-vpp-throughput-latency-3n-hsw"
17904   filter: "'NIC_Intel-X520-DA2' and
17905            '114B' and
17906            'NDRPDR' and
17907            '1T1C' and
17908            'VTS'"
17909   parameters:
17910   - "throughput"
17911   - "parent"
17912   - "tags"
17913   traces:
17914     hoverinfo: "x+y"
17915     boxpoints: "outliers"
17916     whiskerwidth: 0
17917   layout:
17918     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
17919     layout: "plot-throughput"
17920
17921 -
17922   type: "plot"
17923   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
17924   algorithm: "plot_performance_box"
17925   output-file-type: ".html"
17926   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
17927   data: "plot-vpp-throughput-latency-3n-hsw"
17928   filter: "'NIC_Intel-X520-DA2' and
17929            '114B' and
17930            'NDRPDR' and
17931            '2T2C' and
17932            'VTS'"
17933   parameters:
17934   - "throughput"
17935   - "parent"
17936   - "tags"
17937   traces:
17938     hoverinfo: "x+y"
17939     boxpoints: "outliers"
17940     whiskerwidth: 0
17941   layout:
17942     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
17943     layout: "plot-throughput"
17944
17945 -
17946   type: "plot"
17947   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
17948   algorithm: "plot_performance_box"
17949   output-file-type: ".html"
17950   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
17951   data: "plot-vpp-throughput-latency-3n-hsw"
17952   filter: "'NIC_Intel-X520-DA2' and
17953            '114B' and
17954            'NDRPDR' and
17955            '1T1C' and
17956            'VTS'"
17957   parameters:
17958   - "throughput"
17959   - "parent"
17960   - "tags"
17961   traces:
17962     hoverinfo: "x+y"
17963     boxpoints: "outliers"
17964     whiskerwidth: 0
17965   layout:
17966     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
17967     layout: "plot-throughput"
17968
17969 -
17970   type: "plot"
17971   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
17972   algorithm: "plot_performance_box"
17973   output-file-type: ".html"
17974   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
17975   data: "plot-vpp-throughput-latency-3n-hsw"
17976   filter: "'NIC_Intel-X520-DA2' and
17977            '114B' and
17978            'NDRPDR' and
17979            '2T2C' and
17980            'VTS'"
17981   parameters:
17982   - "throughput"
17983   - "parent"
17984   - "tags"
17985   traces:
17986     hoverinfo: "x+y"
17987     boxpoints: "outliers"
17988     whiskerwidth: 0
17989   layout:
17990     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
17991     layout: "plot-throughput"
17992
17993 ################################################################################
17994
17995 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
17996 -
17997   type: "plot"
17998   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
17999   algorithm: "plot_performance_box"
18000   output-file-type: ".html"
18001   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18002   data: "plot-dpdk-throughput-latency-3n-hsw"
18003   filter: "'NIC_Intel-X520-DA2' and
18004            '64B' and
18005            'BASE' and
18006            'NDRPDR' and
18007            '1T1C' and
18008            'IP4FWD'"
18009   parameters:
18010   - "throughput"
18011   - "parent"
18012   - "tags"
18013   traces:
18014     hoverinfo: "x+y"
18015     boxpoints: "outliers"
18016     whiskerwidth: 0
18017   layout:
18018     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
18019     layout: "plot-throughput"
18020
18021 -
18022   type: "plot"
18023   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18024   algorithm: "plot_performance_box"
18025   output-file-type: ".html"
18026   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18027   data: "plot-dpdk-throughput-latency-3n-hsw"
18028   filter: "'NIC_Intel-X520-DA2' and
18029            '64B' and
18030            'BASE' and
18031            'NDRPDR' and
18032            '2T2C' and
18033            'IP4FWD'"
18034   parameters:
18035   - "throughput"
18036   - "parent"
18037   - "tags"
18038   traces:
18039     hoverinfo: "x+y"
18040     boxpoints: "outliers"
18041     whiskerwidth: 0
18042   layout:
18043     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
18044     layout: "plot-throughput"
18045
18046 -
18047   type: "plot"
18048   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18049   algorithm: "plot_performance_box"
18050   output-file-type: ".html"
18051   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18052   data: "plot-dpdk-throughput-latency-3n-hsw"
18053   filter: "'NIC_Intel-X520-DA2' and
18054            '64B' and
18055            'BASE' and
18056            'NDRPDR' and
18057            '1T1C' and
18058            'IP4FWD'"
18059   parameters:
18060   - "throughput"
18061   - "parent"
18062   - "tags"
18063   traces:
18064     hoverinfo: "x+y"
18065     boxpoints: "outliers"
18066     whiskerwidth: 0
18067   layout:
18068     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
18069     layout: "plot-throughput"
18070
18071 -
18072   type: "plot"
18073   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18074   algorithm: "plot_performance_box"
18075   output-file-type: ".html"
18076   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18077   data: "plot-dpdk-throughput-latency-3n-hsw"
18078   filter: "'NIC_Intel-X520-DA2' and
18079            '64B' and
18080            'BASE' and
18081            'NDRPDR' and
18082            '2T2C' and
18083            'IP4FWD'"
18084   parameters:
18085   - "throughput"
18086   - "parent"
18087   - "tags"
18088   traces:
18089     hoverinfo: "x+y"
18090     boxpoints: "outliers"
18091     whiskerwidth: 0
18092   layout:
18093     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
18094     layout: "plot-throughput"
18095
18096 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
18097 -
18098   type: "plot"
18099   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18100   algorithm: "plot_performance_box"
18101   output-file-type: ".html"
18102   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18103   data: "plot-dpdk-throughput-latency-3n-hsw"
18104   filter: "'NIC_Intel-X710' and
18105            '64B' and
18106            'BASE' and
18107            'NDRPDR' and
18108            '1T1C' and
18109            'IP4FWD'"
18110   parameters:
18111   - "throughput"
18112   - "parent"
18113   - "tags"
18114   traces:
18115     hoverinfo: "x+y"
18116     boxpoints: "outliers"
18117     whiskerwidth: 0
18118   layout:
18119     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
18120     layout: "plot-throughput"
18121
18122 -
18123   type: "plot"
18124   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18125   algorithm: "plot_performance_box"
18126   output-file-type: ".html"
18127   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18128   data: "plot-dpdk-throughput-latency-3n-hsw"
18129   filter: "'NIC_Intel-X710' and
18130            '64B' and
18131            'BASE' and
18132            'NDRPDR' and
18133            '2T2C' and
18134            'IP4FWD'"
18135   parameters:
18136   - "throughput"
18137   - "parent"
18138   - "tags"
18139   traces:
18140     hoverinfo: "x+y"
18141     boxpoints: "outliers"
18142     whiskerwidth: 0
18143   layout:
18144     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
18145     layout: "plot-throughput"
18146
18147 -
18148   type: "plot"
18149   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18150   algorithm: "plot_performance_box"
18151   output-file-type: ".html"
18152   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18153   data: "plot-dpdk-throughput-latency-3n-hsw"
18154   filter: "'NIC_Intel-X710' and
18155            '64B' and
18156            'BASE' and
18157            'NDRPDR' and
18158            '1T1C' and
18159            'IP4FWD'"
18160   parameters:
18161   - "throughput"
18162   - "parent"
18163   - "tags"
18164   traces:
18165     hoverinfo: "x+y"
18166     boxpoints: "outliers"
18167     whiskerwidth: 0
18168   layout:
18169     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
18170     layout: "plot-throughput"
18171
18172 -
18173   type: "plot"
18174   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18175   algorithm: "plot_performance_box"
18176   output-file-type: ".html"
18177   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18178   data: "plot-dpdk-throughput-latency-3n-hsw"
18179   filter: "'NIC_Intel-X710' and
18180            '64B' and
18181            'BASE' and
18182            'NDRPDR' and
18183            '2T2C' and
18184            'IP4FWD'"
18185   parameters:
18186   - "throughput"
18187   - "parent"
18188   - "tags"
18189   traces:
18190     hoverinfo: "x+y"
18191     boxpoints: "outliers"
18192     whiskerwidth: 0
18193   layout:
18194     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
18195     layout: "plot-throughput"
18196
18197 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
18198 -
18199   type: "plot"
18200   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18201   algorithm: "plot_performance_box"
18202   output-file-type: ".html"
18203   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18204   data: "plot-dpdk-throughput-latency-3n-hsw"
18205   filter: "'NIC_Intel-XL710' and
18206            '64B' and
18207            'BASE' and
18208            'NDRPDR' and
18209            '1T1C' and
18210            'IP4FWD'"
18211   parameters:
18212   - "throughput"
18213   - "parent"
18214   - "tags"
18215   traces:
18216     hoverinfo: "x+y"
18217     boxpoints: "outliers"
18218     whiskerwidth: 0
18219   layout:
18220     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
18221     layout: "plot-throughput"
18222
18223 -
18224   type: "plot"
18225   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18226   algorithm: "plot_performance_box"
18227   output-file-type: ".html"
18228   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18229   data: "plot-dpdk-throughput-latency-3n-hsw"
18230   filter: "'NIC_Intel-XL710' and
18231            '64B' and
18232            'BASE' and
18233            'NDRPDR' and
18234            '2T2C' and
18235            'IP4FWD'"
18236   parameters:
18237   - "throughput"
18238   - "parent"
18239   - "tags"
18240   traces:
18241     hoverinfo: "x+y"
18242     boxpoints: "outliers"
18243     whiskerwidth: 0
18244   layout:
18245     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
18246     layout: "plot-throughput"
18247
18248 -
18249   type: "plot"
18250   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18251   algorithm: "plot_performance_box"
18252   output-file-type: ".html"
18253   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18254   data: "plot-dpdk-throughput-latency-3n-hsw"
18255   filter: "'NIC_Intel-XL710' and
18256            '64B' and
18257            'BASE' and
18258            'NDRPDR' and
18259            '1T1C' and
18260            'IP4FWD'"
18261   parameters:
18262   - "throughput"
18263   - "parent"
18264   - "tags"
18265   traces:
18266     hoverinfo: "x+y"
18267     boxpoints: "outliers"
18268     whiskerwidth: 0
18269   layout:
18270     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
18271     layout: "plot-throughput"
18272
18273 -
18274   type: "plot"
18275   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18276   algorithm: "plot_performance_box"
18277   output-file-type: ".html"
18278   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18279   data: "plot-dpdk-throughput-latency-3n-hsw"
18280   filter: "'NIC_Intel-XL710' and
18281            '64B' and
18282            'BASE' and
18283            'NDRPDR' and
18284            '2T2C' and
18285            'IP4FWD'"
18286   parameters:
18287   - "throughput"
18288   - "parent"
18289   - "tags"
18290   traces:
18291     hoverinfo: "x+y"
18292     boxpoints: "outliers"
18293     whiskerwidth: 0
18294   layout:
18295     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
18296     layout: "plot-throughput"
18297
18298 # Packet Throughput - DPDK l3fwd 3n-skx-x710
18299 -
18300   type: "plot"
18301   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18302   algorithm: "plot_performance_box"
18303   output-file-type: ".html"
18304   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18305   data: "plot-dpdk-throughput-latency-3n-skx"
18306   filter: "'NIC_Intel-X710' and
18307            '64B' and
18308            'BASE' and
18309            'NDRPDR' and
18310            '2T1C' and
18311            'IP4FWD'"
18312   parameters:
18313   - "throughput"
18314   - "parent"
18315   - "tags"
18316   traces:
18317     hoverinfo: "x+y"
18318     boxpoints: "outliers"
18319     whiskerwidth: 0
18320   layout:
18321     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
18322     layout: "plot-throughput"
18323
18324 -
18325   type: "plot"
18326   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18327   algorithm: "plot_performance_box"
18328   output-file-type: ".html"
18329   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18330   data: "plot-dpdk-throughput-latency-3n-skx"
18331   filter: "'NIC_Intel-X710' and
18332            '64B' and
18333            'BASE' and
18334            'NDRPDR' and
18335            '4T2C' and
18336            'IP4FWD'"
18337   parameters:
18338   - "throughput"
18339   - "parent"
18340   - "tags"
18341   traces:
18342     hoverinfo: "x+y"
18343     boxpoints: "outliers"
18344     whiskerwidth: 0
18345   layout:
18346     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
18347     layout: "plot-throughput"
18348
18349 -
18350   type: "plot"
18351   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18352   algorithm: "plot_performance_box"
18353   output-file-type: ".html"
18354   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18355   data: "plot-dpdk-throughput-latency-3n-skx"
18356   filter: "'NIC_Intel-X710' and
18357            '64B' and
18358            'BASE' and
18359            'NDRPDR' and
18360            '2T1C' and
18361            'IP4FWD'"
18362   parameters:
18363   - "throughput"
18364   - "parent"
18365   - "tags"
18366   traces:
18367     hoverinfo: "x+y"
18368     boxpoints: "outliers"
18369     whiskerwidth: 0
18370   layout:
18371     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
18372     layout: "plot-throughput"
18373
18374 -
18375   type: "plot"
18376   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18377   algorithm: "plot_performance_box"
18378   output-file-type: ".html"
18379   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18380   data: "plot-dpdk-throughput-latency-3n-skx"
18381   filter: "'NIC_Intel-X710' and
18382            '64B' and
18383            'BASE' and
18384            'NDRPDR' and
18385            '4T2C' and
18386            'IP4FWD'"
18387   parameters:
18388   - "throughput"
18389   - "parent"
18390   - "tags"
18391   traces:
18392     hoverinfo: "x+y"
18393     boxpoints: "outliers"
18394     whiskerwidth: 0
18395   layout:
18396     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
18397     layout: "plot-throughput"
18398
18399 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
18400 -
18401   type: "plot"
18402   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18403   algorithm: "plot_performance_box"
18404   output-file-type: ".html"
18405   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18406   data: "plot-dpdk-throughput-latency-3n-skx"
18407   filter: "'NIC_Intel-XXV710' and
18408            '64B' and
18409            'BASE' and
18410            'NDRPDR' and
18411            '2T1C' and
18412            'IP4FWD'"
18413   parameters:
18414   - "throughput"
18415   - "parent"
18416   - "tags"
18417   traces:
18418     hoverinfo: "x+y"
18419     boxpoints: "outliers"
18420     whiskerwidth: 0
18421   layout:
18422     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
18423     layout: "plot-throughput"
18424
18425 -
18426   type: "plot"
18427   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18428   algorithm: "plot_performance_box"
18429   output-file-type: ".html"
18430   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18431   data: "plot-dpdk-throughput-latency-3n-skx"
18432   filter: "'NIC_Intel-XXV710' and
18433            '64B' and
18434            'BASE' and
18435            'NDRPDR' and
18436            '4T2C' and
18437            'IP4FWD'"
18438   parameters:
18439   - "throughput"
18440   - "parent"
18441   - "tags"
18442   traces:
18443     hoverinfo: "x+y"
18444     boxpoints: "outliers"
18445     whiskerwidth: 0
18446   layout:
18447     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
18448     layout: "plot-throughput"
18449
18450 -
18451   type: "plot"
18452   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18453   algorithm: "plot_performance_box"
18454   output-file-type: ".html"
18455   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18456   data: "plot-dpdk-throughput-latency-3n-skx"
18457   filter: "'NIC_Intel-XXV710' and
18458            '64B' and
18459            'BASE' and
18460            'NDRPDR' and
18461            '2T1C' and
18462            'IP4FWD'"
18463   parameters:
18464   - "throughput"
18465   - "parent"
18466   - "tags"
18467   traces:
18468     hoverinfo: "x+y"
18469     boxpoints: "outliers"
18470     whiskerwidth: 0
18471   layout:
18472     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
18473     layout: "plot-throughput"
18474
18475 -
18476   type: "plot"
18477   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18478   algorithm: "plot_performance_box"
18479   output-file-type: ".html"
18480   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18481   data: "plot-dpdk-throughput-latency-3n-skx"
18482   filter: "'NIC_Intel-XXV710' and
18483            '64B' and
18484            'BASE' and
18485            'NDRPDR' and
18486            '4T2C' and
18487            'IP4FWD'"
18488   parameters:
18489   - "throughput"
18490   - "parent"
18491   - "tags"
18492   traces:
18493     hoverinfo: "x+y"
18494     boxpoints: "outliers"
18495     whiskerwidth: 0
18496   layout:
18497     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
18498     layout: "plot-throughput"
18499
18500 # Packet Throughput - DPDK l3fwd 2n-skx-x710
18501 -
18502   type: "plot"
18503   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18504   algorithm: "plot_performance_box"
18505   output-file-type: ".html"
18506   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18507   data: "plot-dpdk-throughput-latency-2n-skx"
18508   filter: "'NIC_Intel-X710' and
18509            '64B' and
18510            'BASE' and
18511            'NDRPDR' and
18512            '2T1C' and
18513            'IP4FWD'"
18514   parameters:
18515   - "throughput"
18516   - "parent"
18517   - "tags"
18518   traces:
18519     hoverinfo: "x+y"
18520     boxpoints: "outliers"
18521     whiskerwidth: 0
18522   layout:
18523     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
18524     layout: "plot-throughput"
18525
18526 -
18527   type: "plot"
18528   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18529   algorithm: "plot_performance_box"
18530   output-file-type: ".html"
18531   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18532   data: "plot-dpdk-throughput-latency-2n-skx"
18533   filter: "'NIC_Intel-X710' and
18534            '64B' and
18535            'BASE' and
18536            'NDRPDR' and
18537            '4T2C' and
18538            'IP4FWD'"
18539   parameters:
18540   - "throughput"
18541   - "parent"
18542   - "tags"
18543   traces:
18544     hoverinfo: "x+y"
18545     boxpoints: "outliers"
18546     whiskerwidth: 0
18547   layout:
18548     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
18549     layout: "plot-throughput"
18550
18551 -
18552   type: "plot"
18553   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18554   algorithm: "plot_performance_box"
18555   output-file-type: ".html"
18556   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18557   data: "plot-dpdk-throughput-latency-2n-skx"
18558   filter: "'NIC_Intel-X710' and
18559            '64B' and
18560            'BASE' and
18561            'NDRPDR' and
18562            '2T1C' and
18563            'IP4FWD'"
18564   parameters:
18565   - "throughput"
18566   - "parent"
18567   - "tags"
18568   traces:
18569     hoverinfo: "x+y"
18570     boxpoints: "outliers"
18571     whiskerwidth: 0
18572   layout:
18573     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
18574     layout: "plot-throughput"
18575
18576 -
18577   type: "plot"
18578   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18579   algorithm: "plot_performance_box"
18580   output-file-type: ".html"
18581   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18582   data: "plot-dpdk-throughput-latency-2n-skx"
18583   filter: "'NIC_Intel-X710' and
18584            '64B' and
18585            'BASE' and
18586            'NDRPDR' and
18587            '4T2C' and
18588            'IP4FWD'"
18589   parameters:
18590   - "throughput"
18591   - "parent"
18592   - "tags"
18593   traces:
18594     hoverinfo: "x+y"
18595     boxpoints: "outliers"
18596     whiskerwidth: 0
18597   layout:
18598     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
18599     layout: "plot-throughput"
18600
18601 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
18602 -
18603   type: "plot"
18604   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18605   algorithm: "plot_performance_box"
18606   output-file-type: ".html"
18607   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18608   data: "plot-dpdk-throughput-latency-2n-skx"
18609   filter: "'NIC_Intel-XXV710' and
18610            '64B' and
18611            'BASE' and
18612            'NDRPDR' and
18613            '2T1C' and
18614            'IP4FWD'"
18615   parameters:
18616   - "throughput"
18617   - "parent"
18618   - "tags"
18619   traces:
18620     hoverinfo: "x+y"
18621     boxpoints: "outliers"
18622     whiskerwidth: 0
18623   layout:
18624     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
18625     layout: "plot-throughput"
18626
18627 -
18628   type: "plot"
18629   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18630   algorithm: "plot_performance_box"
18631   output-file-type: ".html"
18632   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18633   data: "plot-dpdk-throughput-latency-2n-skx"
18634   filter: "'NIC_Intel-XXV710' and
18635            '64B' and
18636            'BASE' and
18637            'NDRPDR' and
18638            '4T2C' and
18639            'IP4FWD'"
18640   parameters:
18641   - "throughput"
18642   - "parent"
18643   - "tags"
18644   traces:
18645     hoverinfo: "x+y"
18646     boxpoints: "outliers"
18647     whiskerwidth: 0
18648   layout:
18649     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
18650     layout: "plot-throughput"
18651
18652 -
18653   type: "plot"
18654   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18655   algorithm: "plot_performance_box"
18656   output-file-type: ".html"
18657   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18658   data: "plot-dpdk-throughput-latency-2n-skx"
18659   filter: "'NIC_Intel-XXV710' and
18660            '64B' and
18661            'BASE' and
18662            'NDRPDR' and
18663            '2T1C' and
18664            'IP4FWD'"
18665   parameters:
18666   - "throughput"
18667   - "parent"
18668   - "tags"
18669   traces:
18670     hoverinfo: "x+y"
18671     boxpoints: "outliers"
18672     whiskerwidth: 0
18673   layout:
18674     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
18675     layout: "plot-throughput"
18676
18677 -
18678   type: "plot"
18679   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18680   algorithm: "plot_performance_box"
18681   output-file-type: ".html"
18682   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18683   data: "plot-dpdk-throughput-latency-2n-skx"
18684   filter: "'NIC_Intel-XXV710' and
18685            '64B' and
18686            'BASE' and
18687            'NDRPDR' and
18688            '4T2C' and
18689            'IP4FWD'"
18690   parameters:
18691   - "throughput"
18692   - "parent"
18693   - "tags"
18694   traces:
18695     hoverinfo: "x+y"
18696     boxpoints: "outliers"
18697     whiskerwidth: 0
18698   layout:
18699     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
18700     layout: "plot-throughput"
18701
18702 ################################################################################
18703
18704 # Packet Throughput - DPDK testpmd 3n-hsw-x520
18705 -
18706   type: "plot"
18707   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18708   algorithm: "plot_performance_box"
18709   output-file-type: ".html"
18710   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18711   data: "plot-dpdk-throughput-latency-3n-hsw"
18712   filter: "'NIC_Intel-X520-DA2' and
18713            '64B' and
18714            'BASE' and
18715            'NDRPDR' and
18716            '1T1C' and
18717            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18718   parameters:
18719   - "throughput"
18720   - "parent"
18721   - "tags"
18722   traces:
18723     hoverinfo: "x+y"
18724     boxpoints: "outliers"
18725     whiskerwidth: 0
18726   layout:
18727     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
18728     layout: "plot-throughput"
18729
18730 -
18731   type: "plot"
18732   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18733   algorithm: "plot_performance_box"
18734   output-file-type: ".html"
18735   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18736   data: "plot-dpdk-throughput-latency-3n-hsw"
18737   filter: "'NIC_Intel-X520-DA2' and
18738            '64B' and
18739            'BASE' and
18740            'NDRPDR' and
18741            '2T2C' and
18742            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18743   parameters:
18744   - "throughput"
18745   - "parent"
18746   - "tags"
18747   traces:
18748     hoverinfo: "x+y"
18749     boxpoints: "outliers"
18750     whiskerwidth: 0
18751   layout:
18752     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
18753     layout: "plot-throughput"
18754
18755 -
18756   type: "plot"
18757   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18758   algorithm: "plot_performance_box"
18759   output-file-type: ".html"
18760   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18761   data: "plot-dpdk-throughput-latency-3n-hsw"
18762   filter: "'NIC_Intel-X520-DA2' and
18763            '64B' and
18764            'BASE' and
18765            'NDRPDR' and
18766            '1T1C' and
18767            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18768   parameters:
18769   - "throughput"
18770   - "parent"
18771   - "tags"
18772   traces:
18773     hoverinfo: "x+y"
18774     boxpoints: "outliers"
18775     whiskerwidth: 0
18776   layout:
18777     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
18778     layout: "plot-throughput"
18779
18780 -
18781   type: "plot"
18782   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18783   algorithm: "plot_performance_box"
18784   output-file-type: ".html"
18785   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18786   data: "plot-dpdk-throughput-latency-3n-hsw"
18787   filter: "'NIC_Intel-X520-DA2' and
18788            '64B' and
18789            'BASE' and
18790            'NDRPDR' and
18791            '2T2C' and
18792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18793   parameters:
18794   - "throughput"
18795   - "parent"
18796   - "tags"
18797   traces:
18798     hoverinfo: "x+y"
18799     boxpoints: "outliers"
18800     whiskerwidth: 0
18801   layout:
18802     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
18803     layout: "plot-throughput"
18804
18805 # Packet Throughput - DPDK testpmd 3n-hsw-x710
18806 -
18807   type: "plot"
18808   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18809   algorithm: "plot_performance_box"
18810   output-file-type: ".html"
18811   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18812   data: "plot-dpdk-throughput-latency-3n-hsw"
18813   filter: "'NIC_Intel-X710' and
18814            '64B' and
18815            'BASE' and
18816            'NDRPDR' and
18817            '1T1C' and
18818            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18819   parameters:
18820   - "throughput"
18821   - "parent"
18822   - "tags"
18823   traces:
18824     hoverinfo: "x+y"
18825     boxpoints: "outliers"
18826     whiskerwidth: 0
18827   layout:
18828     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
18829     layout: "plot-throughput"
18830
18831 -
18832   type: "plot"
18833   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18834   algorithm: "plot_performance_box"
18835   output-file-type: ".html"
18836   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18837   data: "plot-dpdk-throughput-latency-3n-hsw"
18838   filter: "'NIC_Intel-X710' and
18839            '64B' and
18840            'BASE' and
18841            'NDRPDR' and
18842            '2T2C' and
18843            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18844   parameters:
18845   - "throughput"
18846   - "parent"
18847   - "tags"
18848   traces:
18849     hoverinfo: "x+y"
18850     boxpoints: "outliers"
18851     whiskerwidth: 0
18852   layout:
18853     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
18854     layout: "plot-throughput"
18855
18856 -
18857   type: "plot"
18858   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18859   algorithm: "plot_performance_box"
18860   output-file-type: ".html"
18861   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18862   data: "plot-dpdk-throughput-latency-3n-hsw"
18863   filter: "'NIC_Intel-X710' and
18864            '64B' and
18865            'BASE' and
18866            'NDRPDR' and
18867            '1T1C' and
18868            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18869   parameters:
18870   - "throughput"
18871   - "parent"
18872   - "tags"
18873   traces:
18874     hoverinfo: "x+y"
18875     boxpoints: "outliers"
18876     whiskerwidth: 0
18877   layout:
18878     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
18879     layout: "plot-throughput"
18880
18881 -
18882   type: "plot"
18883   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18884   algorithm: "plot_performance_box"
18885   output-file-type: ".html"
18886   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18887   data: "plot-dpdk-throughput-latency-3n-hsw"
18888   filter: "'NIC_Intel-X710' and
18889            '64B' and
18890            'BASE' and
18891            'NDRPDR' and
18892            '2T2C' and
18893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18894   parameters:
18895   - "throughput"
18896   - "parent"
18897   - "tags"
18898   traces:
18899     hoverinfo: "x+y"
18900     boxpoints: "outliers"
18901     whiskerwidth: 0
18902   layout:
18903     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
18904     layout: "plot-throughput"
18905
18906 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
18907 -
18908   type: "plot"
18909   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18910   algorithm: "plot_performance_box"
18911   output-file-type: ".html"
18912   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18913   data: "plot-dpdk-throughput-latency-3n-hsw"
18914   filter: "'NIC_Intel-XL710' and
18915            '64B' and
18916            'BASE' and
18917            'NDRPDR' and
18918            '1T1C' and
18919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18920   parameters:
18921   - "throughput"
18922   - "parent"
18923   - "tags"
18924   traces:
18925     hoverinfo: "x+y"
18926     boxpoints: "outliers"
18927     whiskerwidth: 0
18928   layout:
18929     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
18930     layout: "plot-throughput"
18931
18932 -
18933   type: "plot"
18934   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18935   algorithm: "plot_performance_box"
18936   output-file-type: ".html"
18937   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18938   data: "plot-dpdk-throughput-latency-3n-hsw"
18939   filter: "'NIC_Intel-XL710' and
18940            '64B' and
18941            'BASE' and
18942            'NDRPDR' and
18943            '2T2C' and
18944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18945   parameters:
18946   - "throughput"
18947   - "parent"
18948   - "tags"
18949   traces:
18950     hoverinfo: "x+y"
18951     boxpoints: "outliers"
18952     whiskerwidth: 0
18953   layout:
18954     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
18955     layout: "plot-throughput"
18956
18957 -
18958   type: "plot"
18959   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18960   algorithm: "plot_performance_box"
18961   output-file-type: ".html"
18962   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18963   data: "plot-dpdk-throughput-latency-3n-hsw"
18964   filter: "'NIC_Intel-XL710' and
18965            '64B' and
18966            'BASE' and
18967            'NDRPDR' and
18968            '1T1C' and
18969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18970   parameters:
18971   - "throughput"
18972   - "parent"
18973   - "tags"
18974   traces:
18975     hoverinfo: "x+y"
18976     boxpoints: "outliers"
18977     whiskerwidth: 0
18978   layout:
18979     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
18980     layout: "plot-throughput"
18981
18982 -
18983   type: "plot"
18984   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18985   algorithm: "plot_performance_box"
18986   output-file-type: ".html"
18987   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
18988   data: "plot-dpdk-throughput-latency-3n-hsw"
18989   filter: "'NIC_Intel-XL710' and
18990            '64B' and
18991            'BASE' and
18992            'NDRPDR' and
18993            '2T2C' and
18994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18995   parameters:
18996   - "throughput"
18997   - "parent"
18998   - "tags"
18999   traces:
19000     hoverinfo: "x+y"
19001     boxpoints: "outliers"
19002     whiskerwidth: 0
19003   layout:
19004     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
19005     layout: "plot-throughput"
19006
19007 # Packet Throughput - DPDK testpmd 3n-skx-x710
19008 -
19009   type: "plot"
19010   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19011   algorithm: "plot_performance_box"
19012   output-file-type: ".html"
19013   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19014   data: "plot-dpdk-throughput-latency-3n-skx"
19015   filter: "'NIC_Intel-X710' and
19016            '64B' and
19017            'BASE' and
19018            'NDRPDR' and
19019            '2T1C' and
19020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19021   parameters:
19022   - "throughput"
19023   - "parent"
19024   - "tags"
19025   traces:
19026     hoverinfo: "x+y"
19027     boxpoints: "outliers"
19028     whiskerwidth: 0
19029   layout:
19030     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
19031     layout: "plot-throughput"
19032
19033 -
19034   type: "plot"
19035   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19036   algorithm: "plot_performance_box"
19037   output-file-type: ".html"
19038   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19039   data: "plot-dpdk-throughput-latency-3n-skx"
19040   filter: "'NIC_Intel-X710' and
19041            '64B' and
19042            'BASE' and
19043            'NDRPDR' and
19044            '4T2C' and
19045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19046   parameters:
19047   - "throughput"
19048   - "parent"
19049   - "tags"
19050   traces:
19051     hoverinfo: "x+y"
19052     boxpoints: "outliers"
19053     whiskerwidth: 0
19054   layout:
19055     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
19056     layout: "plot-throughput"
19057
19058 -
19059   type: "plot"
19060   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19061   algorithm: "plot_performance_box"
19062   output-file-type: ".html"
19063   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19064   data: "plot-dpdk-throughput-latency-3n-skx"
19065   filter: "'NIC_Intel-X710' and
19066            '64B' and
19067            'BASE' and
19068            'NDRPDR' and
19069            '2T1C' and
19070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19071   parameters:
19072   - "throughput"
19073   - "parent"
19074   - "tags"
19075   traces:
19076     hoverinfo: "x+y"
19077     boxpoints: "outliers"
19078     whiskerwidth: 0
19079   layout:
19080     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
19081     layout: "plot-throughput"
19082
19083 -
19084   type: "plot"
19085   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19086   algorithm: "plot_performance_box"
19087   output-file-type: ".html"
19088   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19089   data: "plot-dpdk-throughput-latency-3n-skx"
19090   filter: "'NIC_Intel-X710' and
19091            '64B' and
19092            'BASE' and
19093            'NDRPDR' and
19094            '4T2C' and
19095            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19096   parameters:
19097   - "throughput"
19098   - "parent"
19099   - "tags"
19100   traces:
19101     hoverinfo: "x+y"
19102     boxpoints: "outliers"
19103     whiskerwidth: 0
19104   layout:
19105     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
19106     layout: "plot-throughput"
19107
19108 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
19109 -
19110   type: "plot"
19111   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19112   algorithm: "plot_performance_box"
19113   output-file-type: ".html"
19114   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19115   data: "plot-dpdk-throughput-latency-3n-skx"
19116   filter: "'NIC_Intel-XXV710' and
19117            '64B' and
19118            'BASE' and
19119            'NDRPDR' and
19120            '2T1C' and
19121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19122   parameters:
19123   - "throughput"
19124   - "parent"
19125   - "tags"
19126   traces:
19127     hoverinfo: "x+y"
19128     boxpoints: "outliers"
19129     whiskerwidth: 0
19130   layout:
19131     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
19132     layout: "plot-throughput"
19133
19134 -
19135   type: "plot"
19136   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19137   algorithm: "plot_performance_box"
19138   output-file-type: ".html"
19139   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19140   data: "plot-dpdk-throughput-latency-3n-skx"
19141   filter: "'NIC_Intel-XXV710' and
19142            '64B' and
19143            'BASE' and
19144            'NDRPDR' and
19145            '4T2C' and
19146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19147   parameters:
19148   - "throughput"
19149   - "parent"
19150   - "tags"
19151   traces:
19152     hoverinfo: "x+y"
19153     boxpoints: "outliers"
19154     whiskerwidth: 0
19155   layout:
19156     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
19157     layout: "plot-throughput"
19158
19159 -
19160   type: "plot"
19161   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19162   algorithm: "plot_performance_box"
19163   output-file-type: ".html"
19164   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19165   data: "plot-dpdk-throughput-latency-3n-skx"
19166   filter: "'NIC_Intel-XXV710' and
19167            '64B' and
19168            'BASE' and
19169            'NDRPDR' and
19170            '2T1C' and
19171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19172   parameters:
19173   - "throughput"
19174   - "parent"
19175   - "tags"
19176   traces:
19177     hoverinfo: "x+y"
19178     boxpoints: "outliers"
19179     whiskerwidth: 0
19180   layout:
19181     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
19182     layout: "plot-throughput"
19183
19184 -
19185   type: "plot"
19186   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19187   algorithm: "plot_performance_box"
19188   output-file-type: ".html"
19189   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19190   data: "plot-dpdk-throughput-latency-3n-skx"
19191   filter: "'NIC_Intel-XXV710' and
19192            '64B' and
19193            'BASE' and
19194            'NDRPDR' and
19195            '4T2C' and
19196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19197   parameters:
19198   - "throughput"
19199   - "parent"
19200   - "tags"
19201   traces:
19202     hoverinfo: "x+y"
19203     boxpoints: "outliers"
19204     whiskerwidth: 0
19205   layout:
19206     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
19207     layout: "plot-throughput"
19208
19209 # Packet Throughput - DPDK testpmd 2n-skx-x710
19210 -
19211   type: "plot"
19212   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19213   algorithm: "plot_performance_box"
19214   output-file-type: ".html"
19215   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19216   data: "plot-dpdk-throughput-latency-2n-skx"
19217   filter: "'NIC_Intel-X710' and
19218            '64B' and
19219            'BASE' and
19220            'NDRPDR' and
19221            '2T1C' and
19222            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19223   parameters:
19224   - "throughput"
19225   - "parent"
19226   - "tags"
19227   traces:
19228     hoverinfo: "x+y"
19229     boxpoints: "outliers"
19230     whiskerwidth: 0
19231   layout:
19232     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
19233     layout: "plot-throughput"
19234
19235 -
19236   type: "plot"
19237   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19238   algorithm: "plot_performance_box"
19239   output-file-type: ".html"
19240   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19241   data: "plot-dpdk-throughput-latency-2n-skx"
19242   filter: "'NIC_Intel-X710' and
19243            '64B' and
19244            'BASE' and
19245            'NDRPDR' and
19246            '4T2C' and
19247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19248   parameters:
19249   - "throughput"
19250   - "parent"
19251   - "tags"
19252   traces:
19253     hoverinfo: "x+y"
19254     boxpoints: "outliers"
19255     whiskerwidth: 0
19256   layout:
19257     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
19258     layout: "plot-throughput"
19259
19260 -
19261   type: "plot"
19262   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19263   algorithm: "plot_performance_box"
19264   output-file-type: ".html"
19265   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19266   data: "plot-dpdk-throughput-latency-2n-skx"
19267   filter: "'NIC_Intel-X710' and
19268            '64B' and
19269            'BASE' and
19270            'NDRPDR' and
19271            '2T1C' and
19272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19273   parameters:
19274   - "throughput"
19275   - "parent"
19276   - "tags"
19277   traces:
19278     hoverinfo: "x+y"
19279     boxpoints: "outliers"
19280     whiskerwidth: 0
19281   layout:
19282     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
19283     layout: "plot-throughput"
19284
19285 -
19286   type: "plot"
19287   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19288   algorithm: "plot_performance_box"
19289   output-file-type: ".html"
19290   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19291   data: "plot-dpdk-throughput-latency-2n-skx"
19292   filter: "'NIC_Intel-X710' and
19293            '64B' and
19294            'BASE' and
19295            'NDRPDR' and
19296            '4T2C' and
19297            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19298   parameters:
19299   - "throughput"
19300   - "parent"
19301   - "tags"
19302   traces:
19303     hoverinfo: "x+y"
19304     boxpoints: "outliers"
19305     whiskerwidth: 0
19306   layout:
19307     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
19308     layout: "plot-throughput"
19309
19310 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
19311 -
19312   type: "plot"
19313   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19314   algorithm: "plot_performance_box"
19315   output-file-type: ".html"
19316   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19317   data: "plot-dpdk-throughput-latency-2n-skx"
19318   filter: "'NIC_Intel-XXV710' and
19319            '64B' and
19320            'BASE' and
19321            'NDRPDR' and
19322            '2T1C' and
19323            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19324   parameters:
19325   - "throughput"
19326   - "parent"
19327   - "tags"
19328   traces:
19329     hoverinfo: "x+y"
19330     boxpoints: "outliers"
19331     whiskerwidth: 0
19332   layout:
19333     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
19334     layout: "plot-throughput"
19335
19336 -
19337   type: "plot"
19338   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19339   algorithm: "plot_performance_box"
19340   output-file-type: ".html"
19341   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19342   data: "plot-dpdk-throughput-latency-2n-skx"
19343   filter: "'NIC_Intel-XXV710' and
19344            '64B' and
19345            'BASE' and
19346            'NDRPDR' and
19347            '4T2C' and
19348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19349   parameters:
19350   - "throughput"
19351   - "parent"
19352   - "tags"
19353   traces:
19354     hoverinfo: "x+y"
19355     boxpoints: "outliers"
19356     whiskerwidth: 0
19357   layout:
19358     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
19359     layout: "plot-throughput"
19360
19361 -
19362   type: "plot"
19363   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19364   algorithm: "plot_performance_box"
19365   output-file-type: ".html"
19366   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19367   data: "plot-dpdk-throughput-latency-2n-skx"
19368   filter: "'NIC_Intel-XXV710' and
19369            '64B' and
19370            'BASE' and
19371            'NDRPDR' and
19372            '2T1C' and
19373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19374   parameters:
19375   - "throughput"
19376   - "parent"
19377   - "tags"
19378   traces:
19379     hoverinfo: "x+y"
19380     boxpoints: "outliers"
19381     whiskerwidth: 0
19382   layout:
19383     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
19384     layout: "plot-throughput"
19385
19386 -
19387   type: "plot"
19388   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19389   algorithm: "plot_performance_box"
19390   output-file-type: ".html"
19391   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19392   data: "plot-dpdk-throughput-latency-2n-skx"
19393   filter: "'NIC_Intel-XXV710' and
19394            '64B' and
19395            'BASE' and
19396            'NDRPDR' and
19397            '4T2C' and
19398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
19399   parameters:
19400   - "throughput"
19401   - "parent"
19402   - "tags"
19403   traces:
19404     hoverinfo: "x+y"
19405     boxpoints: "outliers"
19406     whiskerwidth: 0
19407   layout:
19408     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
19409     layout: "plot-throughput"
19410
19411 ################################################################################
19412
19413 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
19414 -
19415   type: "plot"
19416   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19417   algorithm: "plot_latency_error_bars"
19418   output-file-type: ".html"
19419   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19420   data: "plot-vpp-throughput-latency-3n-hsw"
19421   filter: "'NIC_Intel-X520-DA2' and
19422            '64B' and
19423            ('BASE' or 'SCALE') and
19424            'NDRPDR' and
19425            'ETH' and
19426            '1T1C' and
19427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19428            not 'VHOST' and
19429            not 'MEMIF'"
19430   parameters:
19431   - "latency"
19432   - "parent"
19433   - "tags"
19434   sort:
19435   - "L2XCFWD"
19436   - "L2PATCH"
19437   - "L2BDMACLRN"
19438   - "FIB_10K"
19439   - "FIB_100K"
19440   - "FIB_1M"
19441   layout:
19442     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19443     layout: "plot-latency"
19444
19445 -
19446   type: "plot"
19447   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19448   algorithm: "plot_latency_error_bars"
19449   output-file-type: ".html"
19450   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19451   data: "plot-vpp-throughput-latency-3n-hsw"
19452   filter: "'NIC_Intel-X520-DA2' and
19453            '64B' and
19454            ('BASE' or 'SCALE') and
19455            'NDRPDR' and
19456            'ETH' and
19457            '2T2C' and
19458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19459            not 'VHOST' and
19460            not 'MEMIF'"
19461   parameters:
19462   - "latency"
19463   - "parent"
19464   - "tags"
19465   sort:
19466   - "L2XCFWD"
19467   - "L2PATCH"
19468   - "L2BDMACLRN"
19469   - "FIB_10K"
19470   - "FIB_100K"
19471   - "FIB_1M"
19472   layout:
19473     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19474     layout: "plot-latency"
19475
19476 # Packet Latency - VPP L2 3n-hsw-x520 features
19477 -
19478   type: "plot"
19479   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19480   algorithm: "plot_latency_error_bars"
19481   output-file-type: ".html"
19482   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19483   data: "plot-vpp-throughput-latency-3n-hsw"
19484   filter: "'NIC_Intel-X520-DA2' and
19485            '64B' and
19486            'NDRPDR' and
19487            '1T1C' and
19488            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19489            not 'ACL' and
19490            not 'VHOST' and
19491            not 'MEMIF'"
19492   parameters:
19493   - "latency"
19494   - "parent"
19495   - "tags"
19496   sort:
19497   - "L2XCBASE"    # l2xcbase
19498   - "L2BDBASE"    # l2bdbase
19499   - "L2XCFWD"     # dot1q-l2xcbase
19500   - "L2BDMACLRN"  # dot1q-l2bdbase
19501   layout:
19502     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
19503     layout: "plot-latency"
19504
19505 -
19506   type: "plot"
19507   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19508   algorithm: "plot_latency_error_bars"
19509   output-file-type: ".html"
19510   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19511   data: "plot-vpp-throughput-latency-3n-hsw"
19512   filter: "'NIC_Intel-X520-DA2' and
19513            '64B' and
19514            'NDRPDR' and
19515            '2T2C' and
19516            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19517            not 'ACL' and
19518            not 'VHOST' and
19519            not 'MEMIF'"
19520   parameters:
19521   - "latency"
19522   - "parent"
19523   - "tags"
19524   sort:
19525   - "L2XCBASE"    # l2xcbase
19526   - "L2BDBASE"    # l2bdbase
19527   - "L2XCFWD"     # dot1q-l2xcbase
19528   - "L2BDMACLRN"  # dot1q-l2bdbase
19529   layout:
19530     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
19531     layout: "plot-latency"
19532
19533 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
19534 -
19535   type: "plot"
19536   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19537   algorithm: "plot_latency_error_bars"
19538   output-file-type: ".html"
19539   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19540   data: "plot-vpp-throughput-latency-3n-hsw"
19541   filter: "'NIC_Intel-X710' and
19542            '64B' and
19543            ('BASE' or 'SCALE') and
19544            'NDRPDR' and
19545            'ETH' and
19546            '1T1C' and
19547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19548            not 'VHOST' and
19549            not 'MEMIF'"
19550   parameters:
19551   - "latency"
19552   - "parent"
19553   - "tags"
19554   sort:
19555   - "L2PATCH"
19556   - "L2XCBASE"
19557   - "BASE"
19558   - "FIB_10K"
19559   - "FIB_100K"
19560   - "FIB_1M"
19561   layout:
19562     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19563     layout: "plot-latency"
19564
19565 -
19566   type: "plot"
19567   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19568   algorithm: "plot_latency_error_bars"
19569   output-file-type: ".html"
19570   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19571   data: "plot-vpp-throughput-latency-3n-hsw"
19572   filter: "'NIC_Intel-X710' and
19573            '64B' and
19574            ('BASE' or 'SCALE') and
19575            'NDRPDR' and
19576            'ETH' and
19577            '2T2C' and
19578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19579            not 'VHOST' and
19580            not 'MEMIF'"
19581   parameters:
19582   - "latency"
19583   - "parent"
19584   - "tags"
19585   sort:
19586   - "L2PATCH"
19587   - "L2XCBASE"
19588   - "BASE"
19589   - "FIB_10K"
19590   - "FIB_100K"
19591   - "FIB_1M"
19592   layout:
19593     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19594     layout: "plot-latency"
19595
19596 # Packet Latency - VPP L2 3n-hsw-x710 features
19597 -
19598   type: "plot"
19599   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19600   algorithm: "plot_latency_error_bars"
19601   output-file-type: ".html"
19602   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19603   data: "plot-vpp-throughput-latency-3n-hsw"
19604   filter: "'NIC_Intel-X710' and
19605            '64B' and
19606            'NDRPDR' and
19607            '1T1C' and
19608            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19609            not 'ACL' and
19610            not 'VHOST' and
19611            not 'MEMIF'"
19612   parameters:
19613   - "latency"
19614   - "parent"
19615   - "tags"
19616   sort:
19617   - "L2XCBASE"    # l2xcbase
19618   - "L2BDBASE"    # l2bdbase
19619   - "L2XCFWD"     # dot1q-l2xcbase
19620   - "L2BDMACLRN"  # dot1q-l2bdbase
19621   layout:
19622     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
19623     layout: "plot-latency"
19624
19625 -
19626   type: "plot"
19627   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19628   algorithm: "plot_latency_error_bars"
19629   output-file-type: ".html"
19630   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19631   data: "plot-vpp-throughput-latency-3n-hsw"
19632   filter: "'NIC_Intel-X710' and
19633            '64B' and
19634            'NDRPDR' and
19635            '2T2C' and
19636            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19637            not 'ACL' and
19638            not 'VHOST' and
19639            not 'MEMIF'"
19640   parameters:
19641   - "latency"
19642   - "parent"
19643   - "tags"
19644   sort:
19645   - "L2XCBASE"    # l2xcbase
19646   - "L2BDBASE"    # l2bdbase
19647   - "L2XCFWD"     # dot1q-l2xcbase
19648   - "L2BDMACLRN"  # dot1q-l2bdbase
19649   layout:
19650     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
19651     layout: "plot-latency"
19652
19653 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
19654 -
19655   type: "plot"
19656   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19657   algorithm: "plot_latency_error_bars"
19658   output-file-type: ".html"
19659   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19660   data: "plot-vpp-throughput-latency-3n-hsw"
19661   filter: "'NIC_Intel-XL710' and
19662            '64B' and
19663            ('BASE' or 'SCALE') and
19664            'NDRPDR' and
19665            'ETH' and
19666            '1T1C' and
19667            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19668            not 'VHOST' and
19669            not 'MEMIF'"
19670   parameters:
19671   - "latency"
19672   - "parent"
19673   - "tags"
19674   sort:
19675   - "L2PATCH"
19676   - "L2XCBASE"
19677   - "BASE"
19678   - "FIB_10K"
19679   - "FIB_100K"
19680   - "FIB_1M"
19681   layout:
19682     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19683     layout: "plot-latency"
19684
19685 -
19686   type: "plot"
19687   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19688   algorithm: "plot_latency_error_bars"
19689   output-file-type: ".html"
19690   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19691   data: "plot-vpp-throughput-latency-3n-hsw"
19692   filter: "'NIC_Intel-XL710' and
19693            '64B' and
19694            ('BASE' or 'SCALE') and
19695            'NDRPDR' and
19696            'ETH' and
19697            '2T2C' and
19698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19699            not 'VHOST' and
19700            not 'MEMIF'"
19701   parameters:
19702   - "latency"
19703   - "parent"
19704   - "tags"
19705   sort:
19706   - "L2PATCH"
19707   - "L2XCBASE"
19708   - "BASE"
19709   - "FIB_10K"
19710   - "FIB_100K"
19711   - "FIB_1M"
19712   layout:
19713     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19714     layout: "plot-latency"
19715
19716 # Packet Latency - VPP L2 3n-skx-x710 base and scale
19717 -
19718   type: "plot"
19719   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19720   algorithm: "plot_latency_error_bars"
19721   output-file-type: ".html"
19722   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19723   data: "plot-vpp-throughput-latency-3n-skx"
19724   filter: "'NIC_Intel-X710' and
19725            '64B' and
19726            ('BASE' or 'SCALE') and
19727            'NDRPDR' and
19728            'ETH' and
19729            '2T1C' and
19730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19731            not 'VHOST' and
19732            not 'MEMIF' and
19733            not 'DRV_AVF'"
19734   parameters:
19735   - "latency"
19736   - "parent"
19737   - "tags"
19738   sort:
19739   - "L2PATCH"
19740   - "L2XCBASE"
19741   - "BASE"
19742   - "FIB_10K"
19743   - "FIB_100K"
19744   - "FIB_1M"
19745   layout:
19746     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19747     layout: "plot-latency"
19748
19749 -
19750   type: "plot"
19751   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19752   algorithm: "plot_latency_error_bars"
19753   output-file-type: ".html"
19754   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19755   data: "plot-vpp-throughput-latency-3n-skx"
19756   filter: "'NIC_Intel-X710' and
19757            '64B' and
19758            ('BASE' or 'SCALE') and
19759            'NDRPDR' and
19760            'ETH' and
19761            '4T2C' and
19762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19763            not 'VHOST' and
19764            not 'MEMIF' and
19765            not 'DRV_AVF'"
19766   parameters:
19767   - "latency"
19768   - "parent"
19769   - "tags"
19770   sort:
19771   - "L2PATCH"
19772   - "L2XCBASE"
19773   - "BASE"
19774   - "FIB_10K"
19775   - "FIB_100K"
19776   - "FIB_1M"
19777   layout:
19778     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19779     layout: "plot-latency"
19780
19781 # Packet Latency - VPP L2 3n-skx-x710 features
19782 -
19783   type: "plot"
19784   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19785   algorithm: "plot_latency_error_bars"
19786   output-file-type: ".html"
19787   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
19788   data: "plot-vpp-throughput-latency-3n-skx"
19789   filter: "'NIC_Intel-X710' and
19790            '64B' and
19791            'NDRPDR' and
19792            '2T1C' and
19793            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19794            not 'ACL' and
19795            not 'VHOST' and
19796            not 'MEMIF'"
19797   parameters:
19798   - "latency"
19799   - "parent"
19800   - "tags"
19801   sort:
19802   - "L2XCBASE"    # l2xcbase
19803   - "L2BDBASE"    # l2bdbase
19804   - "L2XCFWD"     # dot1q-l2xcbase
19805   - "L2BDMACLRN"  # dot1q-l2bdbase
19806   layout:
19807     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
19808     layout: "plot-latency"
19809
19810 -
19811   type: "plot"
19812   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19813   algorithm: "plot_latency_error_bars"
19814   output-file-type: ".html"
19815   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
19816   data: "plot-vpp-throughput-latency-3n-skx"
19817   filter: "'NIC_Intel-X710' and
19818            '64B' and
19819            'NDRPDR' and
19820            '4T2C' and
19821            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
19822            not 'ACL' and
19823            not 'VHOST' and
19824            not 'MEMIF'"
19825   parameters:
19826   - "latency"
19827   - "parent"
19828   - "tags"
19829   sort:
19830   - "L2XCBASE"    # l2xcbase
19831   - "L2BDBASE"    # l2bdbase
19832   - "L2XCFWD"     # dot1q-l2xcbase
19833   - "L2BDMACLRN"  # dot1q-l2bdbase
19834   layout:
19835     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
19836     layout: "plot-latency"
19837
19838 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
19839 -
19840   type: "plot"
19841   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19842   algorithm: "plot_latency_error_bars"
19843   output-file-type: ".html"
19844   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19845   data: "plot-vpp-throughput-latency-3n-skx"
19846   filter: "'NIC_Intel-XXV710' and
19847            '64B' and
19848            ('BASE' or 'SCALE') and
19849            'NDRPDR' and
19850            'ETH' and
19851            '2T1C' and
19852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19853            not 'VHOST' and
19854            not 'MEMIF' and
19855            not 'DRV_AVF'"
19856   parameters:
19857   - "latency"
19858   - "parent"
19859   - "tags"
19860   sort:
19861   - "L2PATCH"
19862   - "L2XCBASE"
19863   - "BASE"
19864   - "FIB_10K"
19865   - "FIB_100K"
19866   - "FIB_1M"
19867   layout:
19868     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19869     layout: "plot-latency"
19870
19871 -
19872   type: "plot"
19873   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19874   algorithm: "plot_latency_error_bars"
19875   output-file-type: ".html"
19876   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19877   data: "plot-vpp-throughput-latency-3n-skx"
19878   filter: "'NIC_Intel-XXV710' and
19879            '64B' and
19880            ('BASE' or 'SCALE') and
19881            'NDRPDR' and
19882            'ETH' and
19883            '4T2C' and
19884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19885            not 'VHOST' and
19886            not 'MEMIF' and
19887            not 'DRV_AVF'"
19888   parameters:
19889   - "latency"
19890   - "parent"
19891   - "tags"
19892   sort:
19893   - "L2PATCH"
19894   - "L2XCBASE"
19895   - "BASE"
19896   - "FIB_10K"
19897   - "FIB_100K"
19898   - "FIB_1M"
19899   layout:
19900     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19901     layout: "plot-latency"
19902
19903 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19904 -
19905   type: "plot"
19906   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19907   algorithm: "plot_latency_error_bars"
19908   output-file-type: ".html"
19909   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19910   data: "plot-vpp-throughput-latency-2n-skx"
19911   filter: "'NIC_Intel-X710' and
19912            '64B' and
19913            'ETH' and
19914            ('BASE' or 'SCALE') and
19915            'NDRPDR' and
19916            '2T1C' and
19917            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19918            not 'VHOST' and
19919            not 'MEMIF'"
19920   parameters:
19921   - "latency"
19922   - "parent"
19923   - "tags"
19924   sort:
19925   - "L2PATCH"
19926   - "L2XCBASE"
19927   - "BASE"
19928   - "FIB_10K"
19929   - "FIB_100K"
19930   - "FIB_1M"
19931   layout:
19932     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19933     layout: "plot-latency"
19934
19935 -
19936   type: "plot"
19937   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19938   algorithm: "plot_latency_error_bars"
19939   output-file-type: ".html"
19940   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19941   data: "plot-vpp-throughput-latency-2n-skx"
19942   filter: "'NIC_Intel-X710' and
19943            '64B' and
19944            ('BASE' or 'SCALE') and
19945            'NDRPDR' and
19946            'ETH' and
19947            '4T2C' and
19948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19949            not 'VHOST' and
19950            not 'MEMIF'"
19951   parameters:
19952   - "latency"
19953   - "parent"
19954   - "tags"
19955   sort:
19956   - "L2PATCH"
19957   - "L2XCBASE"
19958   - "BASE"
19959   - "FIB_10K"
19960   - "FIB_100K"
19961   - "FIB_1M"
19962   layout:
19963     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19964     layout: "plot-latency"
19965
19966 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19967 -
19968   type: "plot"
19969   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19970   algorithm: "plot_latency_error_bars"
19971   output-file-type: ".html"
19972   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19973   data: "plot-vpp-throughput-latency-2n-skx"
19974   filter: "'NIC_Intel-XXV710' and
19975            '64B' and
19976            ('BASE' or 'SCALE') and
19977            'NDRPDR' and
19978            'ETH' and
19979            '2T1C' and
19980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19981            not 'VHOST' and
19982            not 'MEMIF'"
19983   parameters:
19984   - "latency"
19985   - "parent"
19986   - "tags"
19987   sort:
19988   - "L2PATCH"
19989   - "L2XCBASE"
19990   - "BASE"
19991   - "FIB_10K"
19992   - "FIB_100K"
19993   - "FIB_1M"
19994   layout:
19995     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19996     layout: "plot-latency"
19997
19998 -
19999   type: "plot"
20000   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20001   algorithm: "plot_latency_error_bars"
20002   output-file-type: ".html"
20003   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20004   data: "plot-vpp-throughput-latency-2n-skx"
20005   filter: "'NIC_Intel-XXV710' and
20006            '64B' and
20007            ('BASE' or 'SCALE') and
20008            'NDRPDR' and
20009            'ETH' and
20010            '4T2C' and
20011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20012            not 'VHOST' and
20013            not 'MEMIF'"
20014   parameters:
20015   - "latency"
20016   - "parent"
20017   - "tags"
20018   sort:
20019   - "L2PATCH"
20020   - "L2XCBASE"
20021   - "BASE"
20022   - "FIB_10K"
20023   - "FIB_100K"
20024   - "FIB_1M"
20025   layout:
20026     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20027     layout: "plot-latency"
20028
20029 ################################################################################
20030
20031 # Packet Latency - VPP Container Memif 3n-hsw-x520
20032 -
20033   type: "plot"
20034   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20035   algorithm: "plot_latency_error_bars"
20036   output-file-type: ".html"
20037   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20038   data: "plot-vpp-throughput-latency-3n-hsw"
20039   filter: "'NIC_Intel-X520-DA2' and
20040            '64B' and
20041            ('BASE' or 'SCALE') and
20042            'NDRPDR' and
20043            '1T1C' and
20044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20045            not 'VHOST' and
20046            'MEMIF'"
20047   parameters:
20048   - "latency"
20049   - "parent"
20050   - "tags"
20051   sort:
20052   - "L2XCFWD"
20053   - "L2XCFWD"
20054   - "L2XCFWD"
20055   - "L2BDMACLRN"
20056   - "L2BDMACLRN"
20057   - "L2BDMACLRN"
20058   layout:
20059     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20060     layout: "plot-latency"
20061
20062 -
20063   type: "plot"
20064   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20065   algorithm: "plot_latency_error_bars"
20066   output-file-type: ".html"
20067   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20068   data: "plot-vpp-throughput-latency-3n-hsw"
20069   filter: "'NIC_Intel-X520-DA2' and
20070            '64B' and
20071            ('BASE' or 'SCALE') and
20072            'NDRPDR' and
20073            '2T2C' and
20074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20075            not 'VHOST' and
20076            'MEMIF'"
20077   parameters:
20078   - "latency"
20079   - "parent"
20080   - "tags"
20081   sort:
20082   - "L2XCFWD"
20083   - "L2XCFWD"
20084   - "L2XCFWD"
20085   - "L2BDMACLRN"
20086   - "L2BDMACLRN"
20087   - "L2BDMACLRN"
20088   layout:
20089     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20090     layout: "plot-latency"
20091
20092 # Packet Latency - VPP Container Memif 3n-hsw-x710
20093 -
20094   type: "plot"
20095   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20096   algorithm: "plot_latency_error_bars"
20097   output-file-type: ".html"
20098   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20099   data: "plot-vpp-throughput-latency-3n-hsw"
20100   filter: "'NIC_Intel-X710' and
20101            '64B' and
20102            ('BASE' or 'SCALE') and
20103            'NDRPDR' and
20104            '1T1C' and
20105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20106            not 'VHOST' and
20107            'MEMIF'"
20108   parameters:
20109   - "latency"
20110   - "parent"
20111   - "tags"
20112   sort:
20113   - "L2XCFWD"
20114   - "L2XCFWD"
20115   - "L2XCFWD"
20116   - "L2BDMACLRN"
20117   - "L2BDMACLRN"
20118   - "L2BDMACLRN"
20119   layout:
20120     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20121     layout: "plot-latency"
20122
20123 -
20124   type: "plot"
20125   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20126   algorithm: "plot_latency_error_bars"
20127   output-file-type: ".html"
20128   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20129   data: "plot-vpp-throughput-latency-3n-hsw"
20130   filter: "'NIC_Intel-X710' and
20131            '64B' and
20132            ('BASE' or 'SCALE') and
20133            'NDRPDR' and
20134            '2T2C' and
20135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20136            not 'VHOST' and
20137            'MEMIF'"
20138   parameters:
20139   - "latency"
20140   - "parent"
20141   - "tags"
20142   sort:
20143   - "L2XCFWD"
20144   - "L2XCFWD"
20145   - "L2XCFWD"
20146   - "L2BDMACLRN"
20147   - "L2BDMACLRN"
20148   - "L2BDMACLRN"
20149   layout:
20150     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20151     layout: "plot-latency"
20152
20153 # Packet Latency - VPP Container Memif 3n-hsw-xl710
20154 -
20155   type: "plot"
20156   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20157   algorithm: "plot_latency_error_bars"
20158   output-file-type: ".html"
20159   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
20160   data: "plot-vpp-throughput-latency-3n-hsw"
20161   filter: "'NIC_Intel-XL710' and
20162            '64B' and
20163            ('BASE' or 'SCALE') and
20164            'NDRPDR' and
20165            '1T1C' and
20166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20167            not 'VHOST' and
20168            'MEMIF'"
20169   parameters:
20170   - "latency"
20171   - "parent"
20172   - "tags"
20173   sort:
20174   - "L2XCFWD"
20175   - "L2XCFWD"
20176   - "L2XCFWD"
20177   - "L2BDMACLRN"
20178   - "L2BDMACLRN"
20179   - "L2BDMACLRN"
20180   layout:
20181     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
20182     layout: "plot-latency"
20183
20184 -
20185   type: "plot"
20186   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20187   algorithm: "plot_latency_error_bars"
20188   output-file-type: ".html"
20189   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
20190   data: "plot-vpp-throughput-latency-3n-hsw"
20191   filter: "'NIC_Intel-XL710' and
20192            '64B' and
20193            ('BASE' or 'SCALE') and
20194            'NDRPDR' and
20195            '2T2C' and
20196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20197            not 'VHOST' and
20198            'MEMIF'"
20199   parameters:
20200   - "latency"
20201   - "parent"
20202   - "tags"
20203   sort:
20204   - "L2XCFWD"
20205   - "L2XCFWD"
20206   - "L2XCFWD"
20207   - "L2BDMACLRN"
20208   - "L2BDMACLRN"
20209   - "L2BDMACLRN"
20210   layout:
20211     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
20212     layout: "plot-latency"
20213
20214 # Packet Latency - VPP Container Memif 3n-skx-x710
20215 -
20216   type: "plot"
20217   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20218   algorithm: "plot_latency_error_bars"
20219   output-file-type: ".html"
20220   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20221   data: "plot-vpp-throughput-latency-3n-skx"
20222   filter: "'NIC_Intel-X710' and
20223            '64B' and
20224            ('BASE' or 'SCALE') and
20225            'NDRPDR' and
20226            '2T1C' and
20227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20228            not 'VHOST' and
20229            'MEMIF'"
20230   parameters:
20231   - "latency"
20232   - "parent"
20233   - "tags"
20234   sort:
20235   - "L2XCFWD"
20236   - "L2XCFWD"
20237   - "L2XCFWD"
20238   - "L2BDMACLRN"
20239   - "L2BDMACLRN"
20240   - "L2BDMACLRN"
20241   layout:
20242     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20243     layout: "plot-latency"
20244
20245 -
20246   type: "plot"
20247   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20248   algorithm: "plot_latency_error_bars"
20249   output-file-type: ".html"
20250   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20251   data: "plot-vpp-throughput-latency-3n-skx"
20252   filter: "'NIC_Intel-X710' and
20253            '64B' and
20254            ('BASE' or 'SCALE') and
20255            'NDRPDR' and
20256            '4T2C' and
20257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20258            not 'VHOST' and
20259            'MEMIF'"
20260   parameters:
20261   - "latency"
20262   - "parent"
20263   - "tags"
20264   sort:
20265   - "L2XCFWD"
20266   - "L2XCFWD"
20267   - "L2XCFWD"
20268   - "L2BDMACLRN"
20269   - "L2BDMACLRN"
20270   - "L2BDMACLRN"
20271   layout:
20272     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20273     layout: "plot-latency"
20274
20275 # Packet Latency - VPP Container Memif 2n-skx-x710
20276 -
20277   type: "plot"
20278   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20279   algorithm: "plot_latency_error_bars"
20280   output-file-type: ".html"
20281   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20282   data: "plot-vpp-throughput-latency-2n-skx"
20283   filter: "'NIC_Intel-X710' and
20284            '64B' and
20285            ('BASE' or 'SCALE') and
20286            'NDRPDR' and
20287            '2T1C' and
20288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20289            not 'VHOST' and
20290            'MEMIF'"
20291   parameters:
20292   - "latency"
20293   - "parent"
20294   - "tags"
20295   sort:
20296   - "L2XCFWD"
20297   - "L2XCFWD"
20298   - "L2XCFWD"
20299   - "L2BDMACLRN"
20300   - "L2BDMACLRN"
20301   - "L2BDMACLRN"
20302   layout:
20303     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20304     layout: "plot-latency"
20305
20306 -
20307   type: "plot"
20308   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20309   algorithm: "plot_latency_error_bars"
20310   output-file-type: ".html"
20311   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20312   data: "plot-vpp-throughput-latency-2n-skx"
20313   filter: "'NIC_Intel-X710' and
20314            '64B' and
20315            ('BASE' or 'SCALE') and
20316            'NDRPDR' and
20317            '4T2C' and
20318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20319            not 'VHOST' and
20320            'MEMIF'"
20321   parameters:
20322   - "latency"
20323   - "parent"
20324   - "tags"
20325   sort:
20326   - "L2XCFWD"
20327   - "L2XCFWD"
20328   - "L2XCFWD"
20329   - "L2BDMACLRN"
20330   - "L2BDMACLRN"
20331   - "L2BDMACLRN"
20332   layout:
20333     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20334     layout: "plot-latency"
20335
20336 # Packet Latency - VPP Container Memif 2n-skx-xxv710
20337 -
20338   type: "plot"
20339   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20340   algorithm: "plot_latency_error_bars"
20341   output-file-type: ".html"
20342   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20343   data: "plot-vpp-throughput-latency-2n-skx"
20344   filter: "'NIC_Intel-XXV710' and
20345            '64B' and
20346            ('BASE' or 'SCALE') and
20347            'NDRPDR' and
20348            '2T1C' and
20349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20350            not 'VHOST' and
20351            'MEMIF'"
20352   parameters:
20353   - "latency"
20354   - "parent"
20355   - "tags"
20356   sort:
20357   - "L2XCFWD"
20358   - "L2XCFWD"
20359   - "L2XCFWD"
20360   - "L2BDMACLRN"
20361   - "L2BDMACLRN"
20362   - "L2BDMACLRN"
20363   layout:
20364     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20365     layout: "plot-latency"
20366
20367 -
20368   type: "plot"
20369   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20370   algorithm: "plot_latency_error_bars"
20371   output-file-type: ".html"
20372   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20373   data: "plot-vpp-throughput-latency-2n-skx"
20374   filter: "'NIC_Intel-XXV710' and
20375            '64B' and
20376            ('BASE' or 'SCALE') and
20377            'NDRPDR' and
20378            '4T2C' and
20379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
20380            not 'VHOST' and
20381            'MEMIF'"
20382   parameters:
20383   - "latency"
20384   - "parent"
20385   - "tags"
20386   sort:
20387   - "L2XCFWD"
20388   - "L2XCFWD"
20389   - "L2XCFWD"
20390   - "L2BDMACLRN"
20391   - "L2BDMACLRN"
20392   - "L2BDMACLRN"
20393   layout:
20394     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20395     layout: "plot-latency"
20396
20397 ################################################################################
20398
20399 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
20400 -
20401   type: "plot"
20402   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20403   algorithm: "plot_latency_error_bars"
20404   output-file-type: ".html"
20405   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20406   data: "plot-ligato-throughput-latency-3n-hsw"
20407   filter: "'NIC_Intel-X520-DA2' and
20408            '64B' and
20409            ('BASE' or 'SCALE') and
20410            'NDRPDR' and
20411            '1T1C' and
20412            'L2XCFWD' and
20413            not 'VHOST' and
20414            'MEMIF'"
20415   parameters:
20416   - "latency"
20417   - "parent"
20418   - "tags"
20419   sort:
20420   - "1VNF"
20421   - "2VNF"
20422   - "4VNF"
20423   - "2VNF"
20424   - "4VNF"
20425   layout:
20426     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
20427     layout: "plot-latency"
20428
20429 -
20430   type: "plot"
20431   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20432   algorithm: "plot_latency_error_bars"
20433   output-file-type: ".html"
20434   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20435   data: "plot-ligato-throughput-latency-3n-hsw"
20436   filter: "'NIC_Intel-X520-DA2' and
20437            '64B' and
20438            ('BASE' or 'SCALE') and
20439            'NDRPDR' and
20440            '2T2C' and
20441            'L2XCFWD' and
20442            not 'VHOST' and
20443            'MEMIF'"
20444   parameters:
20445   - "latency"
20446   - "parent"
20447   - "tags"
20448   sort:
20449   - "1VNF"
20450   - "2VNF"
20451   - "4VNF"
20452   - "2VNF"
20453   - "4VNF"
20454   layout:
20455     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
20456     layout: "plot-latency"
20457
20458 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
20459 -
20460   type: "plot"
20461   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20462   algorithm: "plot_latency_error_bars"
20463   output-file-type: ".html"
20464   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20465   data: "plot-ligato-throughput-latency-3n-hsw"
20466   filter: "'NIC_Intel-X520-DA2' and
20467            '64B' and
20468            ('BASE' or 'SCALE') and
20469            'NDRPDR' and
20470            '1T1C' and
20471            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20472            not 'VHOST' and
20473            'MEMIF'"
20474   parameters:
20475   - "latency"
20476   - "parent"
20477   - "tags"
20478   sort:
20479   - "1VNF"
20480   - "2VNF"
20481   - "4VNF"
20482   - "2VNF"
20483   - "4VNF"
20484   layout:
20485     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
20486     layout: "plot-latency"
20487
20488 -
20489   type: "plot"
20490   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20491   algorithm: "plot_latency_error_bars"
20492   output-file-type: ".html"
20493   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20494   data: "plot-ligato-throughput-latency-3n-hsw"
20495   filter: "'NIC_Intel-X520-DA2' and
20496            '64B' and
20497            ('BASE' or 'SCALE') and
20498            'NDRPDR' and
20499            '2T2C' and
20500            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20501            not 'VHOST' and
20502            'MEMIF'"
20503   parameters:
20504   - "latency"
20505   - "parent"
20506   - "tags"
20507   sort:
20508   - "1VNF"
20509   - "2VNF"
20510   - "4VNF"
20511   - "2VNF"
20512   - "4VNF"
20513   layout:
20514     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
20515     layout: "plot-latency"
20516
20517 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
20518 -
20519   type: "plot"
20520   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20521   algorithm: "plot_latency_error_bars"
20522   output-file-type: ".html"
20523   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
20524   data: "plot-ligato-throughput-latency-3n-hsw"
20525   filter: "'NIC_Intel-X710' and
20526            '64B' and
20527            ('BASE' or 'SCALE') and
20528            'NDRPDR' and
20529            '1T1C' and
20530            'L2XCFWD' and
20531            not 'VHOST' and
20532            'MEMIF'"
20533   parameters:
20534   - "latency"
20535   - "parent"
20536   - "tags"
20537   sort:
20538   - "1VNF"
20539   - "2VNF"
20540   - "4VNF"
20541   - "2VNF"
20542   - "4VNF"
20543   layout:
20544     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
20545     layout: "plot-latency"
20546
20547 -
20548   type: "plot"
20549   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20550   algorithm: "plot_latency_error_bars"
20551   output-file-type: ".html"
20552   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
20553   data: "plot-ligato-throughput-latency-3n-hsw"
20554   filter: "'NIC_Intel-X710' and
20555            '64B' and
20556            ('BASE' or 'SCALE') and
20557            'NDRPDR' and
20558            '2T2C' and
20559            'L2XCFWD' and
20560            not 'VHOST' and
20561            'MEMIF'"
20562   parameters:
20563   - "latency"
20564   - "parent"
20565   - "tags"
20566   sort:
20567   - "1VNF"
20568   - "2VNF"
20569   - "4VNF"
20570   - "2VNF"
20571   - "4VNF"
20572   layout:
20573     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
20574     layout: "plot-latency"
20575
20576 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
20577 -
20578   type: "plot"
20579   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20580   algorithm: "plot_latency_error_bars"
20581   output-file-type: ".html"
20582   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
20583   data: "plot-ligato-throughput-latency-3n-hsw"
20584   filter: "'NIC_Intel-X710' and
20585            '64B' and
20586            ('BASE' or 'SCALE') and
20587            'NDRPDR' and
20588            '1T1C' and
20589            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20590            not 'VHOST' and
20591            'MEMIF'"
20592   parameters:
20593   - "latency"
20594   - "parent"
20595   - "tags"
20596   sort:
20597   - "1VNF"
20598   - "2VNF"
20599   - "4VNF"
20600   - "2VNF"
20601   - "4VNF"
20602   layout:
20603     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
20604     layout: "plot-latency"
20605
20606 -
20607   type: "plot"
20608   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20609   algorithm: "plot_latency_error_bars"
20610   output-file-type: ".html"
20611   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
20612   data: "plot-ligato-throughput-latency-3n-hsw"
20613   filter: "'NIC_Intel-X710' and
20614            '64B' and
20615            ('BASE' or 'SCALE') and
20616            'NDRPDR' and
20617            '2T2C' and
20618            ('L2BDMACSTAT' or 'L2BDMACLRN') and
20619            not 'VHOST' and
20620            'MEMIF'"
20621   parameters:
20622   - "latency"
20623   - "parent"
20624   - "tags"
20625   sort:
20626   - "1VNF"
20627   - "2VNF"
20628   - "4VNF"
20629   - "2VNF"
20630   - "4VNF"
20631   layout:
20632     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
20633     layout: "plot-latency"
20634
20635 ################################################################################
20636
20637 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
20638 -
20639   type: "plot"
20640   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20641   algorithm: "plot_latency_error_bars"
20642   output-file-type: ".html"
20643   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20644   data: "plot-vpp-throughput-latency-3n-hsw"
20645   filter: "'NIC_Intel-X520-DA2' and
20646            '64B' and
20647            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20648            'NDRPDR' and
20649            '1T1C' and
20650            'IP4FWD' and
20651            not 'IPSEC' and
20652            not 'VHOST'"
20653   parameters:
20654   - "latency"
20655   - "parent"
20656   - "tags"
20657   sort:
20658   - "DOT1Q"
20659   - "IP4BASE"
20660   - "FIB_20k"
20661   - "FIB_200k"
20662   - "FIB_2M"
20663   layout:
20664     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20665     layout: "plot-latency"
20666
20667 -
20668   type: "plot"
20669   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20670   algorithm: "plot_latency_error_bars"
20671   output-file-type: ".html"
20672   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20673   data: "plot-vpp-throughput-latency-3n-hsw"
20674   filter: "'NIC_Intel-X520-DA2' and
20675            '64B' and
20676            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
20677            'NDRPDR' and
20678            '2T2C' and
20679            'IP4FWD' and
20680            not 'IPSEC' and
20681            not 'VHOST'"
20682   parameters:
20683   - "latency"
20684   - "parent"
20685   - "tags"
20686   sort:
20687   - "DOT1Q"
20688   - "IP4BASE"
20689   - "FIB_20k"
20690   - "FIB_200k"
20691   - "FIB_2M"
20692   layout:
20693     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20694     layout: "plot-latency"
20695
20696 # Packet Latency - VPP IPv4 3n-hsw-x520 features
20697 -
20698   type: "plot"
20699   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20700   algorithm: "plot_latency_error_bars"
20701   output-file-type: ".html"
20702   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
20703   data: "plot-vpp-throughput-latency-3n-hsw"
20704   filter: "'NIC_Intel-X520-DA2' and
20705            '64B' and
20706            ('IP4BASE' or
20707             'POLICE_MARK' or
20708             'COPWHLIST' or
20709             ('NAT44' and 'BASE') or
20710             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20711            'NDRPDR' and
20712            '1T1C' and
20713            'IP4FWD' and
20714            not 'IPSEC' and
20715            not 'VHOST'"
20716   parameters:
20717   - "latency"
20718   - "parent"
20719   - "tags"
20720   sort:
20721   - "DOT1Q"
20722   - "IP4BASE"
20723   - "NAT44"
20724   - "POLICE_MARK"
20725   - "COPWHLIST"
20726   - "IACL"
20727   - "OACL"
20728   layout:
20729     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
20730     layout: "plot-latency"
20731
20732 -
20733   type: "plot"
20734   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20735   algorithm: "plot_latency_error_bars"
20736   output-file-type: ".html"
20737   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
20738   data: "plot-vpp-throughput-latency-3n-hsw"
20739   filter: "'NIC_Intel-X520-DA2' and
20740            '64B' and
20741            ('IP4BASE' or
20742             'POLICE_MARK' or
20743             'COPWHLIST' or
20744             ('NAT44' and 'BASE') or
20745             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
20746            'NDRPDR' and
20747            '2T2C' and
20748            'IP4FWD' and
20749            not 'IPSEC' and
20750            not 'VHOST'"
20751   parameters:
20752   - "latency"
20753   - "parent"
20754   - "tags"
20755   sort:
20756   - "DOT1Q"
20757   - "IP4BASE"
20758   - "NAT44"
20759   - "POLICE_MARK"
20760   - "COPWHLIST"
20761   - "IACL"
20762   - "OACL"
20763   layout:
20764     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
20765     layout: "plot-latency"
20766
20767 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
20768 -
20769   type: "plot"
20770   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20771   algorithm: "plot_latency_error_bars"
20772   output-file-type: ".html"
20773   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
20774   data: "plot-vpp-throughput-latency-3n-hsw"
20775   filter: "'NIC_Intel-X520-DA2' and
20776            '64B' and
20777            'NDRPDR' and
20778            '1T1C' and
20779            'IP4FWD' and
20780            'NAT44' and
20781            not 'IPSEC' and
20782            not 'VHOST'"
20783   parameters:
20784   - "latency"
20785   - "parent"
20786   - "tags"
20787   sort:
20788   - "BASE"
20789   - "BASE"
20790   - "SRC_USER_10"
20791   - "SRC_USER_100"
20792   - "SRC_USER_1000"
20793   - "SRC_USER_2000"
20794   layout:
20795     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
20796     layout: "plot-latency"
20797
20798 -
20799   type: "plot"
20800   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20801   algorithm: "plot_latency_error_bars"
20802   output-file-type: ".html"
20803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
20804   data: "plot-vpp-throughput-latency-3n-hsw"
20805   filter: "'NIC_Intel-X520-DA2' and
20806            '64B' and
20807            'NDRPDR' and
20808            '2T2C' and
20809            'IP4FWD' and
20810            'NAT44' and
20811            not 'IPSEC' and
20812            not 'VHOST'"
20813   parameters:
20814   - "latency"
20815   - "parent"
20816   - "tags"
20817   sort:
20818   - "BASE"
20819   - "BASE"
20820   - "SRC_USER_10"
20821   - "SRC_USER_100"
20822   - "SRC_USER_1000"
20823   - "SRC_USER_2000"
20824   layout:
20825     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
20826     layout: "plot-latency"
20827
20828 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
20829 -
20830   type: "plot"
20831   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20832   algorithm: "plot_latency_error_bars"
20833   output-file-type: ".html"
20834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
20835   data: "plot-vpp-throughput-latency-3n-hsw"
20836   filter: "'NIC_Intel-X520-DA2' and
20837            '64B' and
20838            'NDRPDR' and
20839            '1T1C' and
20840            'IP4FWD' and
20841            'IACL' and
20842            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20843            not 'IPSEC' and
20844            not 'VHOST'"
20845   parameters:
20846   - "latency"
20847   - "parent"
20848   - "tags"
20849   sort:
20850   - "ACL_STATELESS"
20851   - "ACL_STATEFUL"
20852   - "ACL_STATELESS"
20853   - "ACL_STATEFUL"
20854   layout:
20855     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
20856     layout: "plot-latency"
20857
20858 -
20859   type: "plot"
20860   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20861   algorithm: "plot_latency_error_bars"
20862   output-file-type: ".html"
20863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
20864   data: "plot-vpp-throughput-latency-3n-hsw"
20865   filter: "'NIC_Intel-X520-DA2' and
20866            '64B' and
20867            'NDRPDR' and
20868            '2T2C' and
20869            'IP4FWD' and
20870            'IACL' and
20871            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20872            not 'IPSEC' and
20873            not 'VHOST'"
20874   parameters:
20875   - "latency"
20876   - "parent"
20877   - "tags"
20878   sort:
20879   - "ACL_STATELESS"
20880   - "ACL_STATEFUL"
20881   - "ACL_STATELESS"
20882   - "ACL_STATEFUL"
20883   layout:
20884     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
20885     layout: "plot-latency"
20886
20887 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
20888 -
20889   type: "plot"
20890   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20891   algorithm: "plot_latency_error_bars"
20892   output-file-type: ".html"
20893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
20894   data: "plot-vpp-throughput-latency-3n-hsw"
20895   filter: "'NIC_Intel-X520-DA2' and
20896            '64B' and
20897            'NDRPDR' and
20898            '1T1C' and
20899            'IP4FWD' and
20900            'OACL' and
20901            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20902            not 'IPSEC' and
20903            not 'VHOST'"
20904   parameters:
20905   - "latency"
20906   - "parent"
20907   - "tags"
20908   sort:
20909   - "ACL_STATELESS"
20910   - "ACL_STATEFUL"
20911   - "ACL_STATELESS"
20912   - "ACL_STATEFUL"
20913   layout:
20914     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20915     layout: "plot-latency"
20916
20917 -
20918   type: "plot"
20919   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20920   algorithm: "plot_latency_error_bars"
20921   output-file-type: ".html"
20922   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20923   data: "plot-vpp-throughput-latency-3n-hsw"
20924   filter: "'NIC_Intel-X520-DA2' and
20925            '64B' and
20926            'NDRPDR' and
20927            '2T2C' and
20928            'IP4FWD' and
20929            'OACL' and
20930            ('ACL10' or 'ACL50') and '10k_FLOWS' and
20931            not 'IPSEC' and
20932            not 'VHOST'"
20933   parameters:
20934   - "latency"
20935   - "parent"
20936   - "tags"
20937   sort:
20938   - "ACL_STATELESS"
20939   - "ACL_STATEFUL"
20940   - "ACL_STATELESS"
20941   - "ACL_STATEFUL"
20942   layout:
20943     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20944     layout: "plot-latency"
20945
20946 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20947 -
20948   type: "plot"
20949   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20950   algorithm: "plot_latency_error_bars"
20951   output-file-type: ".html"
20952   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20953   data: "plot-vpp-throughput-latency-3n-hsw"
20954   filter: "'NIC_Intel-X710' and
20955            '64B' and
20956            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20957            'NDRPDR' and
20958            '1T1C' and
20959            'IP4FWD' and
20960            not 'IPSEC' and
20961            not 'VHOST'"
20962   parameters:
20963   - "latency"
20964   - "parent"
20965   - "tags"
20966   sort:
20967   - "DOT1Q"
20968   - "IP4BASE"
20969   - "FIB_20K"
20970   - "FIB_200K"
20971   - "FIB_2M"
20972   layout:
20973     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20974     layout: "plot-latency"
20975
20976 -
20977   type: "plot"
20978   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20979   algorithm: "plot_latency_error_bars"
20980   output-file-type: ".html"
20981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20982   data: "plot-vpp-throughput-latency-3n-hsw"
20983   filter: "'NIC_Intel-X710' and
20984            '64B' and
20985            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20986            'NDRPDR' and
20987            '2T2C' and
20988            'IP4FWD' and
20989            not 'IPSEC' and
20990            not 'VHOST'"
20991   parameters:
20992   - "latency"
20993   - "parent"
20994   - "tags"
20995   sort:
20996   - "DOT1Q"
20997   - "IP4BASE"
20998   - "FIB_20K"
20999   - "FIB_200K"
21000   - "FIB_2M"
21001   layout:
21002     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21003     layout: "plot-latency"
21004
21005 # Packet Latency - VPP IPv4 3n-hsw-x710 features
21006 -
21007   type: "plot"
21008   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21009   algorithm: "plot_latency_error_bars"
21010   output-file-type: ".html"
21011   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
21012   data: "plot-vpp-throughput-latency-3n-hsw"
21013   filter: "'NIC_Intel-X710' and
21014            '64B' and
21015            ('IP4BASE' or
21016             'POLICE_MARK' or
21017             'COPWHLIST' or
21018             ('NAT44' and 'BASE') or
21019             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21020            'NDRPDR' and
21021            '1T1C' and
21022            'IP4FWD' and
21023            not 'IPSEC' and
21024            not 'VHOST'"
21025   parameters:
21026   - "latency"
21027   - "parent"
21028   - "tags"
21029   sort:
21030   - "IP4BASE"
21031   - "NAT44"
21032   - "POLICE_MARK"
21033   - "COPWHLIST"
21034   - "IACL"
21035   - "OACL"
21036   layout:
21037     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
21038     layout: "plot-latency"
21039
21040 -
21041   type: "plot"
21042   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21043   algorithm: "plot_latency_error_bars"
21044   output-file-type: ".html"
21045   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
21046   data: "plot-vpp-throughput-latency-3n-hsw"
21047   filter: "'NIC_Intel-X710' and
21048            '64B' and
21049            ('IP4BASE' or
21050             'POLICE_MARK' or
21051             'COPWHLIST' or
21052             ('NAT44' and 'BASE') or
21053             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21054            'NDRPDR' and
21055            '2T2C' and
21056            'IP4FWD' and
21057            not 'IPSEC' and
21058            not 'VHOST'"
21059   parameters:
21060   - "latency"
21061   - "parent"
21062   - "tags"
21063   sort:
21064   - "IP4BASE"
21065   - "NAT44"
21066   - "POLICE_MARK"
21067   - "COPWHLIST"
21068   - "IACL"
21069   - "OACL"
21070   layout:
21071     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
21072     layout: "plot-latency"
21073
21074 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
21075 -
21076   type: "plot"
21077   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21078   algorithm: "plot_latency_error_bars"
21079   output-file-type: ".html"
21080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
21081   data: "plot-vpp-throughput-latency-3n-hsw"
21082   filter: "'NIC_Intel-X710' and
21083            '64B' and
21084            'NDRPDR' and
21085            '1T1C' and
21086            'IP4FWD' and
21087            'NAT44' and
21088            not 'IPSEC' and
21089            not 'VHOST'"
21090   parameters:
21091   - "latency"
21092   - "parent"
21093   - "tags"
21094   sort:
21095   - "BASE"
21096   - "BASE"
21097   - "SRC_USER_10"
21098   - "SRC_USER_100"
21099   - "SRC_USER_1000"
21100   - "SRC_USER_2000"
21101   layout:
21102     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
21103     layout: "plot-latency"
21104
21105 -
21106   type: "plot"
21107   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21108   algorithm: "plot_latency_error_bars"
21109   output-file-type: ".html"
21110   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
21111   data: "plot-vpp-throughput-latency-3n-hsw"
21112   filter: "'NIC_Intel-X710' and
21113            '64B' and
21114            'NDRPDR' and
21115            '2T2C' and
21116            'IP4FWD' and
21117            'NAT44' and
21118            not 'IPSEC' and
21119            not 'VHOST'"
21120   parameters:
21121   - "latency"
21122   - "parent"
21123   - "tags"
21124   sort:
21125   - "BASE"
21126   - "BASE"
21127   - "SRC_USER_10"
21128   - "SRC_USER_100"
21129   - "SRC_USER_1000"
21130   - "SRC_USER_2000"
21131   layout:
21132     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
21133     layout: "plot-latency"
21134
21135 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
21136 -
21137   type: "plot"
21138   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21139   algorithm: "plot_latency_error_bars"
21140   output-file-type: ".html"
21141   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
21142   data: "plot-vpp-throughput-latency-3n-hsw"
21143   filter: "'NIC_Intel-X710' and
21144            '64B' and
21145            'NDRPDR' and
21146            '1T1C' and
21147            'IP4FWD' and
21148            'IACL' and
21149            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21150            not 'IPSEC' and
21151            not 'VHOST'"
21152   parameters:
21153   - "latency"
21154   - "parent"
21155   - "tags"
21156   sort:
21157   - "ACL_STATELESS"
21158   - "ACL_STATEFUL"
21159   - "ACL_STATELESS"
21160   - "ACL_STATEFUL"
21161   layout:
21162     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
21163     layout: "plot-latency"
21164
21165 -
21166   type: "plot"
21167   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21168   algorithm: "plot_latency_error_bars"
21169   output-file-type: ".html"
21170   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
21171   data: "plot-vpp-throughput-latency-3n-hsw"
21172   filter: "'NIC_Intel-X710' and
21173            '64B' and
21174            'NDRPDR' and
21175            '2T2C' and
21176            'IP4FWD' and
21177            'IACL' and
21178            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21179            not 'IPSEC' and
21180            not 'VHOST'"
21181   parameters:
21182   - "latency"
21183   - "parent"
21184   - "tags"
21185   sort:
21186   - "ACL_STATELESS"
21187   - "ACL_STATEFUL"
21188   - "ACL_STATELESS"
21189   - "ACL_STATEFUL"
21190   layout:
21191     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
21192     layout: "plot-latency"
21193
21194 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
21195 -
21196   type: "plot"
21197   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21198   algorithm: "plot_latency_error_bars"
21199   output-file-type: ".html"
21200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
21201   data: "plot-vpp-throughput-latency-3n-hsw"
21202   filter: "'NIC_Intel-X710' and
21203            '64B' and
21204            'NDRPDR' and
21205            '1T1C' and
21206            'IP4FWD' and
21207            'OACL' and
21208            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21209            not 'IPSEC' and
21210            not 'VHOST'"
21211   parameters:
21212   - "latency"
21213   - "parent"
21214   - "tags"
21215   sort:
21216   - "ACL_STATELESS"
21217   - "ACL_STATEFUL"
21218   - "ACL_STATELESS"
21219   - "ACL_STATEFUL"
21220   layout:
21221     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
21222     layout: "plot-latency"
21223
21224 -
21225   type: "plot"
21226   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21227   algorithm: "plot_latency_error_bars"
21228   output-file-type: ".html"
21229   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
21230   data: "plot-vpp-throughput-latency-3n-hsw"
21231   filter: "'NIC_Intel-X710' and
21232            '64B' and
21233            'NDRPDR' and
21234            '2T2C' and
21235            'IP4FWD' and
21236            'OACL' and
21237            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21238            not 'IPSEC' and
21239            not 'VHOST'"
21240   parameters:
21241   - "latency"
21242   - "parent"
21243   - "tags"
21244   sort:
21245   - "ACL_STATELESS"
21246   - "ACL_STATEFUL"
21247   - "ACL_STATELESS"
21248   - "ACL_STATEFUL"
21249   layout:
21250     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
21251     layout: "plot-latency"
21252
21253 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
21254 -
21255   type: "plot"
21256   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21257   algorithm: "plot_latency_error_bars"
21258   output-file-type: ".html"
21259   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21260   data: "plot-vpp-throughput-latency-3n-hsw"
21261   filter: "'NIC_Intel-XL710' and
21262            '64B' and
21263            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21264            'NDRPDR' and
21265            '1T1C' and
21266            'IP4FWD' and
21267            not 'IPSEC' and
21268            not 'VHOST'"
21269   parameters:
21270   - "latency"
21271   - "parent"
21272   - "tags"
21273   sort:
21274   - "IP4BASE"
21275   - "FIB_20K"
21276   - "FIB_200K"
21277   - "FIB_2M"
21278   layout:
21279     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21280     layout: "plot-latency"
21281
21282 -
21283   type: "plot"
21284   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21285   algorithm: "plot_latency_error_bars"
21286   output-file-type: ".html"
21287   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21288   data: "plot-vpp-throughput-latency-3n-hsw"
21289   filter: "'NIC_Intel-XL710' and
21290            '64B' and
21291            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21292            'NDRPDR' and
21293            '2T2C' and
21294            'IP4FWD' and
21295            not 'IPSEC' and
21296            not 'VHOST'"
21297   parameters:
21298   - "latency"
21299   - "parent"
21300   - "tags"
21301   sort:
21302   - "IP4BASE"
21303   - "FIB_20K"
21304   - "FIB_200K"
21305   - "FIB_2M"
21306   layout:
21307     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21308     layout: "plot-latency"
21309
21310 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
21311 -
21312   type: "plot"
21313   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21314   algorithm: "plot_latency_error_bars"
21315   output-file-type: ".html"
21316   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21317   data: "plot-vpp-throughput-latency-3n-skx"
21318   filter: "'NIC_Intel-X710' and
21319            '64B' and
21320            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21321            'NDRPDR' and
21322            '2T1C' and
21323            'IP4FWD' and
21324            not 'IPSEC' and
21325            not 'VHOST'"
21326   parameters:
21327   - "latency"
21328   - "parent"
21329   - "tags"
21330   sort:
21331   - "IP4BASE"
21332   - "FIB_20K"
21333   - "FIB_200K"
21334   - "FIB_2M"
21335   layout:
21336     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21337     layout: "plot-latency"
21338
21339 -
21340   type: "plot"
21341   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21342   algorithm: "plot_latency_error_bars"
21343   output-file-type: ".html"
21344   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21345   data: "plot-vpp-throughput-latency-3n-skx"
21346   filter: "'NIC_Intel-X710' and
21347            '64B' and
21348            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21349            'NDRPDR' and
21350            '4T2C' and
21351            'IP4FWD' and
21352            not 'IPSEC' and
21353            not 'VHOST'"
21354   parameters:
21355   - "latency"
21356   - "parent"
21357   - "tags"
21358   sort:
21359   - "IP4BASE"
21360   - "FIB_20K"
21361   - "FIB_200K"
21362   - "FIB_2M"
21363   layout:
21364     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21365     layout: "plot-latency"
21366
21367 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21368 -
21369   type: "plot"
21370   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21371   algorithm: "plot_latency_error_bars"
21372   output-file-type: ".html"
21373   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
21374   data: "plot-vpp-throughput-latency-3n-skx"
21375   filter: "'NIC_Intel-X710' and
21376            '64B' and
21377            ('IP4BASE' or
21378             'POLICE_MARK' or
21379             'COPWHLIST' or
21380             ('NAT44' and 'BASE') or
21381             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21382            'NDRPDR' and
21383            '2T1C' and
21384            'IP4FWD' and
21385            not 'IPSEC' and
21386            not 'VHOST'"
21387   parameters:
21388   - "latency"
21389   - "parent"
21390   - "tags"
21391   sort:
21392   - "IP4BASE"
21393   - "NAT44"
21394   - "POLICE_MARK"
21395   - "COPWHLIST"
21396   - "IACL"
21397   - "OACL"
21398   layout:
21399     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
21400     layout: "plot-latency"
21401
21402 -
21403   type: "plot"
21404   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21405   algorithm: "plot_latency_error_bars"
21406   output-file-type: ".html"
21407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
21408   data: "plot-vpp-throughput-latency-3n-skx"
21409   filter: "'NIC_Intel-X710' and
21410            '64B' and
21411            ('IP4BASE' or
21412             'POLICE_MARK' or
21413             'COPWHLIST' or
21414             ('NAT44' and 'BASE') or
21415             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21416            'NDRPDR' and
21417            '4T2C' and
21418            'IP4FWD' and
21419            not 'IPSEC' and
21420            not 'VHOST'"
21421   parameters:
21422   - "latency"
21423   - "parent"
21424   - "tags"
21425   sort:
21426   - "IP4BASE"
21427   - "NAT44"
21428   - "POLICE_MARK"
21429   - "COPWHLIST"
21430   - "IACL"
21431   - "OACL"
21432   layout:
21433     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
21434     layout: "plot-latency"
21435
21436 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
21437 -
21438   type: "plot"
21439   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21440   algorithm: "plot_latency_error_bars"
21441   output-file-type: ".html"
21442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
21443   data: "plot-vpp-throughput-latency-3n-skx"
21444   filter: "'NIC_Intel-X710' and
21445            '64B' and
21446            'NDRPDR' and
21447            '2T1C' and
21448            'IP4FWD' and
21449            'NAT44' and
21450            not 'IPSEC' and
21451            not 'VHOST'"
21452   parameters:
21453   - "latency"
21454   - "parent"
21455   - "tags"
21456   sort:
21457   - "BASE"
21458   - "BASE"
21459   - "SRC_USER_10"
21460   - "SRC_USER_100"
21461   - "SRC_USER_1000"
21462   - "SRC_USER_2000"
21463   layout:
21464     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
21465     layout: "plot-latency"
21466
21467 -
21468   type: "plot"
21469   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21470   algorithm: "plot_latency_error_bars"
21471   output-file-type: ".html"
21472   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
21473   data: "plot-vpp-throughput-latency-3n-skx"
21474   filter: "'NIC_Intel-X710' and
21475            '64B' and
21476            'NDRPDR' and
21477            '4T2C' and
21478            'IP4FWD' and
21479            'NAT44' and
21480            not 'IPSEC' and
21481            not 'VHOST'"
21482   parameters:
21483   - "latency"
21484   - "parent"
21485   - "tags"
21486   sort:
21487   - "BASE"
21488   - "BASE"
21489   - "SRC_USER_10"
21490   - "SRC_USER_100"
21491   - "SRC_USER_1000"
21492   - "SRC_USER_2000"
21493   layout:
21494     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
21495     layout: "plot-latency"
21496
21497 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
21498 -
21499   type: "plot"
21500   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21501   algorithm: "plot_latency_error_bars"
21502   output-file-type: ".html"
21503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
21504   data: "plot-vpp-throughput-latency-3n-skx"
21505   filter: "'NIC_Intel-X710' and
21506            '64B' and
21507            'NDRPDR' and
21508            '2T1C' and
21509            'IP4FWD' and
21510            'IACL' and
21511            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21512            not 'IPSEC' and
21513            not 'VHOST'"
21514   parameters:
21515   - "latency"
21516   - "parent"
21517   - "tags"
21518   sort:
21519   - "ACL_STATELESS"
21520   - "ACL_STATEFUL"
21521   - "ACL_STATELESS"
21522   - "ACL_STATEFUL"
21523   layout:
21524     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
21525     layout: "plot-latency"
21526
21527 -
21528   type: "plot"
21529   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21530   algorithm: "plot_latency_error_bars"
21531   output-file-type: ".html"
21532   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
21533   data: "plot-vpp-throughput-latency-3n-skx"
21534   filter: "'NIC_Intel-X710' and
21535            '64B' and
21536            'NDRPDR' and
21537            '4T2C' and
21538            'IP4FWD' and
21539            'IACL' and
21540            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21541            not 'IPSEC' and
21542            not 'VHOST'"
21543   parameters:
21544   - "latency"
21545   - "parent"
21546   - "tags"
21547   sort:
21548   - "ACL_STATELESS"
21549   - "ACL_STATEFUL"
21550   - "ACL_STATELESS"
21551   - "ACL_STATEFUL"
21552   layout:
21553     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
21554     layout: "plot-latency"
21555
21556 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
21557 -
21558   type: "plot"
21559   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21560   algorithm: "plot_latency_error_bars"
21561   output-file-type: ".html"
21562   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
21563   data: "plot-vpp-throughput-latency-3n-skx"
21564   filter: "'NIC_Intel-X710' and
21565            '64B' and
21566            'NDRPDR' and
21567            '2T1C' and
21568            'IP4FWD' and
21569            'OACL' and
21570            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21571            not 'IPSEC' and
21572            not 'VHOST'"
21573   parameters:
21574   - "latency"
21575   - "parent"
21576   - "tags"
21577   sort:
21578   - "ACL_STATELESS"
21579   - "ACL_STATEFUL"
21580   - "ACL_STATELESS"
21581   - "ACL_STATEFUL"
21582   layout:
21583     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
21584     layout: "plot-latency"
21585
21586 -
21587   type: "plot"
21588   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
21589   algorithm: "plot_latency_error_bars"
21590   output-file-type: ".html"
21591   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
21592   data: "plot-vpp-throughput-latency-3n-skx"
21593   filter: "'NIC_Intel-X710' and
21594            '64B' and
21595            'NDRPDR' and
21596            '4T2C' and
21597            'IP4FWD' and
21598            'OACL' and
21599            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21600            not 'IPSEC' and
21601            not 'VHOST'"
21602   parameters:
21603   - "latency"
21604   - "parent"
21605   - "tags"
21606   sort:
21607   - "ACL_STATELESS"
21608   - "ACL_STATEFUL"
21609   - "ACL_STATELESS"
21610   - "ACL_STATEFUL"
21611   layout:
21612     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
21613     layout: "plot-latency"
21614
21615 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
21616 -
21617   type: "plot"
21618   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21619   algorithm: "plot_latency_error_bars"
21620   output-file-type: ".html"
21621   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21622   data: "plot-vpp-throughput-latency-2n-skx"
21623   filter: "'NIC_Intel-X710' and
21624            '64B' and
21625            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21626            'NDRPDR' and
21627            '2T1C' and
21628            'IP4FWD' and
21629            not 'IPSEC' and
21630            not 'VHOST'"
21631   parameters:
21632   - "latency"
21633   - "parent"
21634   - "tags"
21635   sort:
21636   - "DOT1Q"
21637   - "IP4BASE"
21638   - "FIB_20k"
21639   - "FIB_200k"
21640   - "FIB_2M"
21641   layout:
21642     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21643     layout: "plot-latency"
21644
21645 -
21646   type: "plot"
21647   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21648   algorithm: "plot_latency_error_bars"
21649   output-file-type: ".html"
21650   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21651   data: "plot-vpp-throughput-latency-2n-skx"
21652   filter: "'NIC_Intel-X710' and
21653            '64B' and
21654            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21655            'NDRPDR' and
21656            '4T2C' and
21657            'IP4FWD' and
21658            not 'IPSEC' and
21659            not 'VHOST'"
21660   parameters:
21661   - "latency"
21662   - "parent"
21663   - "tags"
21664   sort:
21665   - "DOT1Q"
21666   - "IP4BASE"
21667   - "FIB_20k"
21668   - "FIB_200k"
21669   - "FIB_2M"
21670   layout:
21671     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21672     layout: "plot-latency"
21673
21674 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
21675 -
21676   type: "plot"
21677   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21678   algorithm: "plot_latency_error_bars"
21679   output-file-type: ".html"
21680   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21681   data: "plot-vpp-throughput-latency-2n-skx"
21682   filter: "'NIC_Intel-XXV710' and
21683            '64B' and
21684            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21685            'NDRPDR' and
21686            '2T1C' and
21687            'IP4FWD' and
21688            not 'IPSEC' and
21689            not 'VHOST'"
21690   parameters:
21691   - "latency"
21692   - "parent"
21693   - "tags"
21694   sort:
21695   - "DOT1Q"
21696   - "IP4BASE"
21697   - "FIB_20k"
21698   - "FIB_200k"
21699   - "FIB_2M"
21700   layout:
21701     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21702     layout: "plot-latency"
21703
21704 -
21705   type: "plot"
21706   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21707   algorithm: "plot_latency_error_bars"
21708   output-file-type: ".html"
21709   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21710   data: "plot-vpp-throughput-latency-2n-skx"
21711   filter: "'NIC_Intel-XXV710' and
21712            '64B' and
21713            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
21714            'NDRPDR' and
21715            '4T2C' and
21716            'IP4FWD' and
21717            not 'IPSEC' and
21718            not 'VHOST'"
21719   parameters:
21720   - "latency"
21721   - "parent"
21722   - "tags"
21723   sort:
21724   - "DOT1Q"
21725   - "IP4BASE"
21726   - "FIB_20k"
21727   - "FIB_200k"
21728   - "FIB_2M"
21729   layout:
21730     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21731     layout: "plot-latency"
21732
21733 ################################################################################
21734
21735 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
21736 -
21737   type: "plot"
21738   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21739   algorithm: "plot_latency_error_bars"
21740   output-file-type: ".html"
21741   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21742   data: "plot-vpp-throughput-latency-3n-hsw"
21743   filter: "'NIC_Intel-X520-DA2' and
21744            '64B' and
21745            'ENCAP' and
21746            'NDRPDR' and
21747            '1T1C' and
21748            ('VXLAN' or 'LISP') and
21749            not 'VHOST' and
21750            not 'IPSECHW'"
21751   parameters:
21752   - "latency"
21753   - "parent"
21754   - "tags"
21755   sort:
21756   - "not DOT1Q"
21757   - "VXLAN_1"
21758   - "VXLAN_10"
21759   - "VXLAN_100"
21760   - "VXLAN_1000"
21761   layout:
21762     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21763     layout: "plot-latency"
21764
21765 -
21766   type: "plot"
21767   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21768   algorithm: "plot_latency_error_bars"
21769   output-file-type: ".html"
21770   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21771   data: "plot-vpp-throughput-latency-3n-hsw"
21772   filter: "'NIC_Intel-X520-DA2' and
21773            '64B' and
21774            'ENCAP' and
21775            'NDRPDR' and
21776            '2T2C' and
21777            ('VXLAN' or 'LISP') and
21778            not 'VHOST' and
21779            not 'IPSECHW'"
21780   parameters:
21781   - "latency"
21782   - "parent"
21783   - "tags"
21784   sort:
21785   - "not DOT1Q"
21786   - "VXLAN_1"
21787   - "VXLAN_10"
21788   - "VXLAN_100"
21789   - "VXLAN_1000"
21790   layout:
21791     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21792     layout: "plot-latency"
21793
21794 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
21795 -
21796   type: "plot"
21797   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21798   algorithm: "plot_latency_error_bars"
21799   output-file-type: ".html"
21800   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21801   data: "plot-vpp-throughput-latency-3n-hsw"
21802   filter: "'NIC_Intel-X520-DA2' and
21803            '64B' and
21804            'ENCAP' and
21805            'NDRPDR' and
21806            '1T1C' and
21807            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21808            not 'DOT1Q' and
21809            not 'VHOST' and
21810            not 'IPSECHW'"
21811   parameters:
21812   - "latency"
21813   - "parent"
21814   - "tags"
21815   sort:
21816   - "L2BDMACLRN"
21817   - "L2XCFWD"
21818   - "LISP"
21819   layout:
21820     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21821     layout: "plot-latency"
21822
21823 -
21824   type: "plot"
21825   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21826   algorithm: "plot_latency_error_bars"
21827   output-file-type: ".html"
21828   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21829   data: "plot-vpp-throughput-latency-3n-hsw"
21830   filter: "'NIC_Intel-X520-DA2' and
21831            '64B' and
21832            'ENCAP' and
21833            'NDRPDR' and
21834            '2T2C' and
21835            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21836            not 'DOT1Q' and
21837            not 'VHOST' and
21838            not 'IPSECHW'"
21839   parameters:
21840   - "latency"
21841   - "parent"
21842   - "tags"
21843   sort:
21844   - "L2BDMACLRN"
21845   - "L2XCFWD"
21846   - "LISP"
21847   layout:
21848     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21849     layout: "plot-latency"
21850
21851 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
21852 -
21853   type: "plot"
21854   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21855   algorithm: "plot_latency_error_bars"
21856   output-file-type: ".html"
21857   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21858   data: "plot-vpp-throughput-latency-3n-hsw"
21859   filter: "'NIC_Intel-X710' and
21860            '64B' and
21861            'ENCAP' and
21862            'NDRPDR' and
21863            '1T1C' and
21864            ('VXLAN' or 'LISP') and
21865            not 'VHOST' and
21866            not 'IPSECHW'"
21867   parameters:
21868   - "latency"
21869   - "parent"
21870   - "tags"
21871   sort:
21872   - "LISP"
21873   - "VXLAN_1"
21874   - "VXLAN_10"
21875   - "VXLAN_100"
21876   - "VXLAN_1000"
21877   layout:
21878     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21879     layout: "plot-latency"
21880
21881 -
21882   type: "plot"
21883   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21884   algorithm: "plot_latency_error_bars"
21885   output-file-type: ".html"
21886   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21887   data: "plot-vpp-throughput-latency-3n-hsw"
21888   filter: "'NIC_Intel-X710' and
21889            '64B' and
21890            'ENCAP' and
21891            'NDRPDR' and
21892            '2T2C' and
21893            ('VXLAN' or 'LISP') and
21894            not 'VHOST' and
21895            not 'IPSECHW'"
21896   parameters:
21897   - "latency"
21898   - "parent"
21899   - "tags"
21900   sort:
21901   - "LISP"
21902   - "VXLAN_1"
21903   - "VXLAN_10"
21904   - "VXLAN_100"
21905   - "VXLAN_1000"
21906   layout:
21907     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21908     layout: "plot-latency"
21909
21910 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
21911 -
21912   type: "plot"
21913   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21914   algorithm: "plot_latency_error_bars"
21915   output-file-type: ".html"
21916   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21917   data: "plot-vpp-throughput-latency-3n-hsw"
21918   filter: "'NIC_Intel-X710' and
21919            '64B' and
21920            'ENCAP' and
21921            'NDRPDR' and
21922            '1T1C' and
21923            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21924            not 'DOT1Q' and
21925            not 'VHOST' and
21926            not 'IPSECHW'"
21927   parameters:
21928   - "latency"
21929   - "parent"
21930   - "tags"
21931   sort:
21932   - "L2BDMACLRN"
21933   - "L2XCFWD"
21934   - "LISP"
21935   layout:
21936     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21937     layout: "plot-latency"
21938
21939 -
21940   type: "plot"
21941   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21942   algorithm: "plot_latency_error_bars"
21943   output-file-type: ".html"
21944   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21945   data: "plot-vpp-throughput-latency-3n-hsw"
21946   filter: "'NIC_Intel-X710' and
21947            '64B' and
21948            'ENCAP' and
21949            'NDRPDR' and
21950            '2T2C' and
21951            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
21952            not 'DOT1Q' and
21953            not 'VHOST' and
21954            not 'IPSECHW'"
21955   parameters:
21956   - "latency"
21957   - "parent"
21958   - "tags"
21959   sort:
21960   - "L2BDMACLRN"
21961   - "L2XCFWD"
21962   - "LISP"
21963   layout:
21964     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21965     layout: "plot-latency"
21966
21967 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
21968 -
21969   type: "plot"
21970   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21971   algorithm: "plot_latency_error_bars"
21972   output-file-type: ".html"
21973   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21974   data: "plot-vpp-throughput-latency-3n-skx"
21975   filter: "'NIC_Intel-X710' and
21976            '64B' and
21977            'ENCAP' and
21978            'NDRPDR' and
21979            '2T1C' and
21980            ('VXLAN' or 'LISP') and
21981            not 'VHOST' and
21982            not 'IPSECHW'"
21983   parameters:
21984   - "latency"
21985   - "parent"
21986   - "tags"
21987   sort:
21988   - "LISP"
21989   - "VXLAN_1"
21990   - "VXLAN_10"
21991   - "VXLAN_100"
21992   - "VXLAN_1000"
21993   layout:
21994     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21995     layout: "plot-latency"
21996
21997 -
21998   type: "plot"
21999   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22000   algorithm: "plot_latency_error_bars"
22001   output-file-type: ".html"
22002   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22003   data: "plot-vpp-throughput-latency-3n-skx"
22004   filter: "'NIC_Intel-X710' and
22005            '64B' and
22006            'ENCAP' and
22007            'NDRPDR' and
22008            '4T2C' and
22009            ('VXLAN' or 'LISP') and
22010            not 'VHOST' and
22011            not 'IPSECHW'"
22012   parameters:
22013   - "latency"
22014   - "parent"
22015   - "tags"
22016   sort:
22017   - "LISP"
22018   - "VXLAN_1"
22019   - "VXLAN_10"
22020   - "VXLAN_100"
22021   - "VXLAN_1000"
22022   layout:
22023     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22024     layout: "plot-latency"
22025
22026 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
22027 -
22028   type: "plot"
22029   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22030   algorithm: "plot_latency_error_bars"
22031   output-file-type: ".html"
22032   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22033   data: "plot-vpp-throughput-latency-3n-skx"
22034   filter: "'NIC_Intel-X710' and
22035            '64B' and
22036            'ENCAP' and
22037            'NDRPDR' and
22038            '2T1C' and
22039            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22040            not 'DOT1Q' and
22041            not 'VHOST' and
22042            not 'IPSECHW'"
22043   parameters:
22044   - "latency"
22045   - "parent"
22046   - "tags"
22047   sort:
22048   - "L2BDMACLRN"
22049   - "L2XCFWD"
22050   - "LISP"
22051   layout:
22052     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22053     layout: "plot-latency"
22054
22055 -
22056   type: "plot"
22057   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22058   algorithm: "plot_latency_error_bars"
22059   output-file-type: ".html"
22060   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22061   data: "plot-vpp-throughput-latency-3n-skx"
22062   filter: "'NIC_Intel-X710' and
22063            '64B' and
22064            'ENCAP' and
22065            'NDRPDR' and
22066            '4T2C' and
22067            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22068            not 'DOT1Q' and
22069            not 'VHOST' and
22070            not 'IPSECHW'"
22071   parameters:
22072   - "latency"
22073   - "parent"
22074   - "tags"
22075   sort:
22076   - "L2BDMACLRN"
22077   - "L2XCFWD"
22078   - "LISP"
22079   layout:
22080     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22081     layout: "plot-latency"
22082
22083 ################################################################################
22084
22085 # Packet Latency - VPP IPv6 3n-hsw-x520
22086 -
22087   type: "plot"
22088   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22089   algorithm: "plot_latency_error_bars"
22090   output-file-type: ".html"
22091   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22092   data: "plot-vpp-throughput-latency-3n-hsw"
22093   filter: "'NIC_Intel-X520-DA2' and
22094            '78B' and
22095            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22096            'NDRPDR' and
22097            '1T1C' and
22098            'IP6FWD' and
22099            not 'SRv6' and
22100            not 'IPSEC' and
22101            not 'VHOST'"
22102   parameters:
22103   - "latency"
22104   - "parent"
22105   - "tags"
22106   sort:
22107   - "IP6BASE"
22108   - "FIB_20K"
22109   - "FIB_200K"
22110   - "FIB_2M"
22111   layout:
22112     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22113     layout: "plot-latency"
22114
22115 -
22116   type: "plot"
22117   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22118   algorithm: "plot_latency_error_bars"
22119   output-file-type: ".html"
22120   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22121   data: "plot-vpp-throughput-latency-3n-hsw"
22122   filter: "'NIC_Intel-X520-DA2' and
22123            '78B' and
22124            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22125            'NDRPDR' and
22126            '2T2C' and
22127            'IP6FWD' and
22128            not 'SRv6' and
22129            not 'IPSEC' and
22130            not 'VHOST'"
22131   parameters:
22132   - "latency"
22133   - "parent"
22134   - "tags"
22135   sort:
22136   - "IP6BASE"
22137   - "FIB_20K"
22138   - "FIB_200K"
22139   - "FIB_2M"
22140   layout:
22141     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22142     layout: "plot-latency"
22143
22144 # Packet Latency - VPP IPv6 3n-hsw-x710
22145 -
22146   type: "plot"
22147   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22148   algorithm: "plot_latency_error_bars"
22149   output-file-type: ".html"
22150   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
22151   data: "plot-vpp-throughput-latency-3n-hsw"
22152   filter: "'NIC_Intel-X710' and
22153            '78B' and
22154            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22155            'NDRPDR' and
22156            '1T1C' and
22157            'IP6FWD' and
22158            not 'SRv6' and
22159            not 'IPSEC' and
22160            not 'VHOST'"
22161   parameters:
22162   - "latency"
22163   - "parent"
22164   - "tags"
22165   sort:
22166   - "IP6BASE"
22167   - "FIB_20K"
22168   - "FIB_200K"
22169   - "FIB_2M"
22170   layout:
22171     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
22172     layout: "plot-latency"
22173
22174 -
22175   type: "plot"
22176   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22177   algorithm: "plot_latency_error_bars"
22178   output-file-type: ".html"
22179   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
22180   data: "plot-vpp-throughput-latency-3n-hsw"
22181   filter: "'NIC_Intel-X710' and
22182            '78B' and
22183            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22184            'NDRPDR' and
22185            '2T2C' and
22186            'IP6FWD' and
22187            not 'SRv6' and
22188            not 'IPSEC' and
22189            not 'VHOST'"
22190   parameters:
22191   - "latency"
22192   - "parent"
22193   - "tags"
22194   sort:
22195   - "IP6BASE"
22196   - "FIB_20K"
22197   - "FIB_200K"
22198   - "FIB_2M"
22199   layout:
22200     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
22201     layout: "plot-latency"
22202
22203 # Packet Latency - VPP IPv6 3n-hsw-xl710
22204 -
22205   type: "plot"
22206   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22207   algorithm: "plot_latency_error_bars"
22208   output-file-type: ".html"
22209   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
22210   data: "plot-vpp-throughput-latency-3n-hsw"
22211   filter: "'NIC_Intel-XL710' and
22212            '78B' and
22213            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22214            'NDRPDR' and
22215            '1T1C' and
22216            'IP6FWD' and
22217            not 'SRv6' and
22218            not 'IPSEC' and
22219            not 'VHOST'"
22220   parameters:
22221   - "latency"
22222   - "parent"
22223   - "tags"
22224   sort:
22225   - "IP6BASE"
22226   - "FIB_20K"
22227   - "FIB_200K"
22228   - "FIB_2M"
22229   layout:
22230     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
22231     layout: "plot-latency"
22232
22233 -
22234   type: "plot"
22235   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22236   algorithm: "plot_latency_error_bars"
22237   output-file-type: ".html"
22238   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
22239   data: "plot-vpp-throughput-latency-3n-hsw"
22240   filter: "'NIC_Intel-XL710' and
22241            '78B' and
22242            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22243            'NDRPDR' and
22244            '2T2C' and
22245            'IP6FWD' and
22246            not 'SRv6' and
22247            not 'IPSEC' and
22248            not 'VHOST'"
22249   parameters:
22250   - "latency"
22251   - "parent"
22252   - "tags"
22253   sort:
22254   - "IP6BASE"
22255   - "FIB_20K"
22256   - "FIB_200K"
22257   - "FIB_2M"
22258   layout:
22259     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
22260     layout: "plot-latency"
22261
22262 # Packet Latency - VPP IPv6 3n-skx-x710
22263 -
22264   type: "plot"
22265   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22266   algorithm: "plot_latency_error_bars"
22267   output-file-type: ".html"
22268   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22269   data: "plot-vpp-throughput-latency-3n-skx"
22270   filter: "'NIC_Intel-X710' and
22271            '78B' and
22272            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22273            'NDRPDR' and
22274            '2T1C' and
22275            'IP6FWD' and
22276            not 'SRv6' and
22277            not 'IPSEC' and
22278            not 'VHOST'"
22279   parameters:
22280   - "latency"
22281   - "parent"
22282   - "tags"
22283   sort:
22284   - "IP6BASE"
22285   - "FIB_20K"
22286   - "FIB_200K"
22287   - "FIB_2M"
22288   layout:
22289     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
22290     layout: "plot-latency"
22291
22292 -
22293   type: "plot"
22294   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22295   algorithm: "plot_latency_error_bars"
22296   output-file-type: ".html"
22297   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22298   data: "plot-vpp-throughput-latency-3n-skx"
22299   filter: "'NIC_Intel-X710' and
22300            '78B' and
22301            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22302            'NDRPDR' and
22303            '4T2C' and
22304            'IP6FWD' and
22305            not 'SRv6' and
22306            not 'IPSEC' and
22307            not 'VHOST'"
22308   parameters:
22309   - "latency"
22310   - "parent"
22311   - "tags"
22312   sort:
22313   - "IP6BASE"
22314   - "FIB_20K"
22315   - "FIB_200K"
22316   - "FIB_2M"
22317   layout:
22318     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
22319     layout: "plot-latency"
22320
22321 # Packet Latency - VPP IPv6 2n-skx-x710
22322 -
22323   type: "plot"
22324   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22325   algorithm: "plot_latency_error_bars"
22326   output-file-type: ".html"
22327   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
22328   data: "plot-vpp-throughput-latency-2n-skx"
22329   filter: "'NIC_Intel-X710' and
22330            '78B' and
22331            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22332            'NDRPDR' and
22333            '2T1C' and
22334            'IP6FWD' and
22335            not 'SRv6' and
22336            not 'IPSEC' and
22337            not 'VHOST'"
22338   parameters:
22339   - "latency"
22340   - "parent"
22341   - "tags"
22342   sort:
22343   - "IP6BASE"
22344   - "FIB_20k"
22345   - "FIB_200k"
22346   - "FIB_2M"
22347   layout:
22348     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
22349     layout: "plot-latency"
22350
22351 -
22352   type: "plot"
22353   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22354   algorithm: "plot_latency_error_bars"
22355   output-file-type: ".html"
22356   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
22357   data: "plot-vpp-throughput-latency-2n-skx"
22358   filter: "'NIC_Intel-X710' and
22359            '78B' and
22360            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22361            'NDRPDR' and
22362            '4T2C' and
22363            'IP6FWD' and
22364            not 'SRv6' and
22365            not 'IPSEC' and
22366            not 'VHOST'"
22367   parameters:
22368   - "latency"
22369   - "parent"
22370   - "tags"
22371   sort:
22372   - "IP6BASE"
22373   - "FIB_20k"
22374   - "FIB_200k"
22375   - "FIB_2M"
22376   layout:
22377     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
22378     layout: "plot-latency"
22379
22380 # Packet Latency - VPP IPv6 2n-skx-xxv710
22381 -
22382   type: "plot"
22383   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22384   algorithm: "plot_latency_error_bars"
22385   output-file-type: ".html"
22386   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
22387   data: "plot-vpp-throughput-latency-2n-skx"
22388   filter: "'NIC_Intel-XXV710' and
22389            '78B' and
22390            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
22391            'NDRPDR' and
22392            '2T1C' and
22393            'IP6FWD' and
22394            not 'SRv6' and
22395            not 'IPSEC' and
22396            not 'VHOST'"
22397   parameters:
22398   - "latency"
22399   - "parent"
22400   - "tags"
22401   sort:
22402   - "IP6BASE"
22403   - "FIB_20k"
22404   - "FIB_200k"
22405   - "FIB_2M"
22406   layout:
22407     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
22408     layout: "plot-latency"
22409
22410 -
22411   type: "plot"
22412   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22413   algorithm: "plot_latency_error_bars"
22414   output-file-type: ".html"
22415   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
22416   data: "plot-vpp-throughput-latency-2n-skx"
22417   filter: "'NIC_Intel-XXV710' and
22418            '78B' and
22419            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22420            'NDRPDR' and
22421            '4T2C' and
22422            'IP6FWD' and
22423            not 'SRv6' and
22424            not 'IPSEC' and
22425            not 'VHOST'"
22426   parameters:
22427   - "latency"
22428   - "parent"
22429   - "tags"
22430   sort:
22431   - "IP6BASE"
22432   - "FIB_20k"
22433   - "FIB_200k"
22434   - "FIB_2M"
22435   layout:
22436     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
22437     layout: "plot-latency"
22438
22439 ################################################################################
22440
22441 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
22442 -
22443   type: "plot"
22444   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22445   algorithm: "plot_latency_error_bars"
22446   output-file-type: ".html"
22447   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
22448   data: "plot-vpp-throughput-latency-3n-hsw"
22449   filter: "'NIC_Intel-X520-DA2' and
22450            '78B' and
22451            'ENCAP' and
22452            'NDRPDR' and
22453            '1T1C' and
22454            'LISP' and
22455            not 'VHOST'"
22456   parameters:
22457   - "latency"
22458   - "parent"
22459   - "tags"
22460   sort:
22461   - "IP4UNRLAY"
22462   - "IP6UNRLAY"
22463   layout:
22464     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
22465     layout: "plot-latency"
22466
22467 -
22468   type: "plot"
22469   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22470   algorithm: "plot_latency_error_bars"
22471   output-file-type: ".html"
22472   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
22473   data: "plot-vpp-throughput-latency-3n-hsw"
22474   filter: "'NIC_Intel-X520-DA2' and
22475            '78B' and
22476            'ENCAP' and
22477            'NDRPDR' and
22478            '2T2C' and
22479            'LISP' and
22480            not 'VHOST'"
22481   parameters:
22482   - "latency"
22483   - "parent"
22484   - "tags"
22485   sort:
22486   - "IP4UNRLAY"
22487   - "IP6UNRLAY"
22488   layout:
22489     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
22490     layout: "plot-latency"
22491
22492 ################################################################################
22493
22494 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
22495 -
22496   type: "plot"
22497   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22498   algorithm: "plot_latency_error_bars"
22499   output-file-type: ".html"
22500   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22501   data: "plot-vpp-throughput-latency-3n-hsw"
22502   filter: "'NIC_Intel-XL710' and
22503            '64B' and
22504            'IP4FWD' and
22505            'NDRPDR' and
22506            'BASE' and
22507            '1T1C' and
22508            'IPSECHW' and
22509            ('IPSECTRAN' or 'IPSECTUN') and
22510            not 'VHOST'"
22511   parameters:
22512   - "latency"
22513   - "parent"
22514   - "tags"
22515   layout:
22516     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
22517     layout: "plot-latency"
22518
22519 -
22520   type: "plot"
22521   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22522   algorithm: "plot_latency_error_bars"
22523   output-file-type: ".html"
22524   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22525   data: "plot-vpp-throughput-latency-3n-hsw"
22526   filter: "'NIC_Intel-XL710' and
22527            '64B' and
22528            'IP4FWD' and
22529            'NDRPDR' and
22530            'BASE' and
22531            '2T2C' and
22532            'IPSECHW' and
22533            ('IPSECTRAN' or 'IPSECTUN') and
22534            not 'VHOST'"
22535   parameters:
22536   - "latency"
22537   - "parent"
22538   - "tags"
22539   layout:
22540     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
22541     layout: "plot-latency"
22542
22543 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
22544 -
22545   type: "plot"
22546   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22547   algorithm: "plot_latency_error_bars"
22548   output-file-type: ".html"
22549   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
22550   data: "plot-vpp-throughput-latency-3n-hsw"
22551   filter: "'NIC_Intel-XL710' and
22552            '64B' and
22553            'IP4FWD' and
22554            'NDRPDR' and
22555            'SCALE' and
22556            '1T1C' and
22557            'IPSECHW' and
22558            ('IPSECTRAN' or 'IPSECTUN') and
22559            not 'VHOST'"
22560   parameters:
22561   - "latency"
22562   - "parent"
22563   - "tags"
22564   layout:
22565     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
22566     layout: "plot-latency"
22567
22568 -
22569   type: "plot"
22570   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22571   algorithm: "plot_latency_error_bars"
22572   output-file-type: ".html"
22573   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
22574   data: "plot-vpp-throughput-latency-3n-hsw"
22575   filter: "'NIC_Intel-XL710' and
22576            '64B' and
22577            'IP4FWD' and
22578            'NDRPDR' and
22579            'SCALE' and
22580            '2T2C' and
22581            'IPSECHW' and
22582            ('IPSECTRAN' or 'IPSECTUN') and
22583            not 'VHOST'"
22584   parameters:
22585   - "latency"
22586   - "parent"
22587   - "tags"
22588   layout:
22589     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
22590     layout: "plot-latency"
22591
22592 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
22593 -
22594   type: "plot"
22595   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22596   algorithm: "plot_latency_error_bars"
22597   output-file-type: ".html"
22598   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
22599   data: "plot-vpp-throughput-latency-3n-hsw"
22600   filter: "'NIC_Intel-XL710' and
22601            '64B' and
22602            'IP4FWD' and
22603            'NDRPDR' and
22604            '1T1C' and
22605            'IPSECSW' and
22606            ('IPSECTRAN' or 'IPSECTUN') and
22607            not 'VHOST'"
22608   parameters:
22609   - "latency"
22610   - "parent"
22611   - "tags"
22612   layout:
22613     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
22614     layout: "plot-latency"
22615
22616 -
22617   type: "plot"
22618   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22619   algorithm: "plot_latency_error_bars"
22620   output-file-type: ".html"
22621   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
22622   data: "plot-vpp-throughput-latency-3n-hsw"
22623   filter: "'NIC_Intel-XL710' and
22624            '64B' and
22625            'IP4FWD' and
22626            'NDRPDR' and
22627            '2T2C' and
22628            'IPSECSW' and
22629            ('IPSECTRAN' or 'IPSECTUN') and
22630            not 'VHOST'"
22631   parameters:
22632   - "latency"
22633   - "parent"
22634   - "tags"
22635   layout:
22636     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
22637     layout: "plot-latency"
22638
22639 ################################################################################
22640
22641 # Packet Latency - VPP SRv6 3n-hsw-x520
22642 -
22643   type: "plot"
22644   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22645   algorithm: "plot_latency_error_bars"
22646   output-file-type: ".html"
22647   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
22648   data: "plot-vpp-throughput-latency-3n-hsw"
22649   filter: "'NIC_Intel-X520-DA2' and
22650            '78B' and
22651            'FEATURE' and
22652            'NDRPDR' and
22653            '1T1C' and
22654            'IP6FWD' and
22655            'SRv6'"
22656   parameters:
22657   - "latency"
22658   - "parent"
22659   - "tags"
22660   layout:
22661     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
22662     layout: "plot-latency"
22663
22664 -
22665   type: "plot"
22666   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22667   algorithm: "plot_latency_error_bars"
22668   output-file-type: ".html"
22669   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
22670   data: "plot-vpp-throughput-latency-3n-hsw"
22671   filter: "'NIC_Intel-X520-DA2' and
22672            '78B' and
22673            'FEATURE' and
22674            'NDRPDR' and
22675            '2T2C' and
22676            'IP6FWD' and
22677            'SRv6'"
22678   parameters:
22679   - "latency"
22680   - "parent"
22681   - "tags"
22682   layout:
22683     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
22684     layout: "plot-latency"
22685
22686 ################################################################################
22687
22688 # Packet Latency - VPP vhost ip4 3n-hsw-x520
22689 -
22690   type: "plot"
22691   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22692   algorithm: "plot_latency_error_bars"
22693   output-file-type: ".html"
22694   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22695   data: "plot-vpp-throughput-latency-3n-hsw"
22696   filter: "'NIC_Intel-X520-DA2' and
22697            '64B' and
22698            'NDRPDR' and
22699            'ETH' and
22700            'IP4FWD' and
22701            '1T1C' and
22702            'VHOST_1024' and
22703            not 'VXLAN' and
22704            not 'DOT1Q'"
22705   parameters:
22706   - "latency"
22707   - "parent"
22708   - "tags"
22709   sort:
22710   - "not CFS_OPT"
22711   - "1VM"
22712   - "2VM"
22713   layout:
22714     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22715     layout: "plot-latency"
22716
22717 -
22718   type: "plot"
22719   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22720   algorithm: "plot_latency_error_bars"
22721   output-file-type: ".html"
22722   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22723   data: "plot-vpp-throughput-latency-3n-hsw"
22724   filter: "'NIC_Intel-X520-DA2' and
22725            '64B' and
22726            'NDRPDR' and
22727            'ETH' and
22728            'IP4FWD' and
22729            '2T2C' and
22730            'VHOST_1024' and
22731            not 'VXLAN' and
22732            not 'DOT1Q'"
22733   parameters:
22734   - "latency"
22735   - "parent"
22736   - "tags"
22737   sort:
22738   - "not CFS_OPT"
22739   - "1VM"
22740   - "2VM"
22741   layout:
22742     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22743     layout: "plot-latency"
22744
22745 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
22746 -
22747   type: "plot"
22748   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22749   algorithm: "plot_latency_error_bars"
22750   output-file-type: ".html"
22751   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
22752   data: "plot-vpp-throughput-latency-3n-hsw"
22753   filter: "'NIC_Intel-X520-DA2' and
22754            '64B' and
22755            'NDRPDR' and
22756            ('ETH' or 'DOT1Q') and
22757            '1T1C' and
22758            'L2BDMACLRN' and
22759            'VHOST_1024' and
22760            not 'VXLAN' and
22761            not 'IP4FWD' and
22762            not '2VM'"
22763   parameters:
22764   - "latency"
22765   - "parent"
22766   - "tags"
22767 #  sort:
22768 #  - "VM"  # "not CFS_OPT"
22769 #  - "CFS_OPT"
22770 #  - "FIB_10K"
22771 #  - "FIB_100K"
22772 #  - "FIB_1M"
22773   layout:
22774     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
22775     layout: "plot-latency"
22776
22777 -
22778   type: "plot"
22779   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22780   algorithm: "plot_latency_error_bars"
22781   output-file-type: ".html"
22782   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
22783   data: "plot-vpp-throughput-latency-3n-hsw"
22784   filter: "'NIC_Intel-X520-DA2' and
22785            '64B' and
22786            'NDRPDR' and
22787            ('ETH' or 'DOT1Q') and
22788            '2T2C' and
22789            'L2BDMACLRN' and
22790            'VHOST_1024' and
22791            not 'VXLAN' and
22792            not 'IP4FWD' and
22793            not '2VM'"
22794   parameters:
22795   - "latency"
22796   - "parent"
22797   - "tags"
22798 #  sort:
22799 #  - "VM"  # "not CFS_OPT"
22800 #  - "CFS_OPT"
22801 #  - "FIB_10K"
22802 #  - "FIB_100K"
22803 #  - "FIB_1M"
22804   layout:
22805     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
22806     layout: "plot-latency"
22807
22808 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
22809 -
22810   type: "plot"
22811   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22812   algorithm: "plot_latency_error_bars"
22813   output-file-type: ".html"
22814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22815   data: "plot-vpp-throughput-latency-3n-hsw"
22816   filter: "'NIC_Intel-X520-DA2' and
22817            '64B' and
22818            'NDRPDR' and
22819            ('ETH' or 'DOT1Q') and
22820            'BASE' and
22821            '1T1C' and
22822            ('L2BDMACLRN' or 'L2XCFWD') and
22823            'VHOST_1024' and
22824            not 'VXLAN' and
22825            not 'IP4FWD' and
22826            not '2VM'"
22827   parameters:
22828   - "latency"
22829   - "parent"
22830   - "tags"
22831 #  sort:
22832 #  - "not CFS_OPT"
22833 #  - "L2XCFWD"
22834 #  - "not CFS_OPT"
22835 #  - "CFS_OPT"
22836   layout:
22837     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
22838     layout: "plot-latency"
22839
22840 -
22841   type: "plot"
22842   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22843   algorithm: "plot_latency_error_bars"
22844   output-file-type: ".html"
22845   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22846   data: "plot-vpp-throughput-latency-3n-hsw"
22847   filter: "'NIC_Intel-X520-DA2' and
22848            '64B' and
22849            'NDRPDR' and
22850            ('ETH' or 'DOT1Q') and
22851            'BASE' and
22852            '2T2C' and
22853            ('L2BDMACLRN' or 'L2XCFWD') and
22854            'VHOST_1024' and
22855            not 'VXLAN' and
22856            not 'IP4FWD' and
22857            not '2VM'"
22858   parameters:
22859   - "latency"
22860   - "parent"
22861   - "tags"
22862 #  sort:
22863 #  - "not CFS_OPT"
22864 #  - "L2XCFWD"
22865 #  - "not CFS_OPT"
22866 #  - "CFS_OPT"
22867   layout:
22868     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
22869     layout: "plot-latency"
22870
22871 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
22872 -
22873   type: "plot"
22874   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22875   algorithm: "plot_latency_error_bars"
22876   output-file-type: ".html"
22877   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
22878   data: "plot-vpp-throughput-latency-3n-hsw"
22879   filter: "'NIC_Intel-X520-DA2' and
22880            '64B' and
22881            'NDRPDR' and
22882            ('ETH' or 'DOT1Q') and
22883            '1T1C' and
22884            ('L2BDMACLRN' or 'L2XCFWD') and
22885            'VHOST_1024' and
22886            not 'CFS_OPT' and
22887            not 'VXLAN' and
22888            not 'IP4FWD' and
22889            not 'LBOND'"
22890   parameters:
22891   - "latency"
22892   - "parent"
22893   - "tags"
22894 #  sort:
22895 #  - "1VM"
22896 #  - "L2XCFWD"
22897 #  - "1VM"
22898 #  - "L2BDMACLRN"
22899   layout:
22900     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
22901     layout: "plot-latency"
22902
22903 -
22904   type: "plot"
22905   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22906   algorithm: "plot_latency_error_bars"
22907   output-file-type: ".html"
22908   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
22909   data: "plot-vpp-throughput-latency-3n-hsw"
22910   filter: "'NIC_Intel-X520-DA2' and
22911            '64B' and
22912            'NDRPDR' and
22913            ('ETH' or 'DOT1Q') and
22914            '2T2C' and
22915            ('L2BDMACLRN' or 'L2XCFWD') and
22916            'VHOST_1024' and
22917            not 'CFS_OPT' and
22918            not 'VXLAN' and
22919            not 'IP4FWD' and
22920            not 'LBOND'"
22921   parameters:
22922   - "latency"
22923   - "parent"
22924   - "tags"
22925 #  sort:
22926 #  - "1VM"
22927 #  - "L2XCFWD"
22928 #  - "1VM"
22929 #  - "L2BDMACLRN"
22930   layout:
22931     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
22932     layout: "plot-latency"
22933
22934 # Packet Latency - VPP vhost ip4 3n-hsw-x710
22935 -
22936   type: "plot"
22937   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22938   algorithm: "plot_latency_error_bars"
22939   output-file-type: ".html"
22940   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22941   data: "plot-vpp-throughput-latency-3n-hsw"
22942   filter: "'NIC_Intel-X710' and
22943            '64B' and
22944            'NDRPDR' and
22945            'ETH' and
22946            'IP4FWD' and
22947            '1T1C' and
22948            'VHOST_1024' and
22949            not 'VXLAN' and
22950            not 'DOT1Q'"
22951   parameters:
22952   - "latency"
22953   - "parent"
22954   - "tags"
22955   sort:
22956   - "not CFS_OPT"
22957   - "1VM"
22958   - "2VM"
22959   layout:
22960     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
22961     layout: "plot-latency"
22962
22963 -
22964   type: "plot"
22965   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22966   algorithm: "plot_latency_error_bars"
22967   output-file-type: ".html"
22968   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
22969   data: "plot-vpp-throughput-latency-3n-hsw"
22970   filter: "'NIC_Intel-X710' and
22971            '64B' and
22972            'NDRPDR' and
22973            'ETH' and
22974            'IP4FWD' and
22975            '2T2C' and
22976            'VHOST_1024' and
22977            not 'VXLAN' and
22978            not 'DOT1Q'"
22979   parameters:
22980   - "latency"
22981   - "parent"
22982   - "tags"
22983   sort:
22984   - "not CFS_OPT"
22985   - "1VM"
22986   - "2VM"
22987   layout:
22988     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
22989     layout: "plot-latency"
22990
22991 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
22992 -
22993   type: "plot"
22994   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22995   algorithm: "plot_latency_error_bars"
22996   output-file-type: ".html"
22997   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
22998   data: "plot-vpp-throughput-latency-3n-hsw"
22999   filter: "'NIC_Intel-X710' and
23000            '64B' and
23001            'NDRPDR' and
23002            ('ETH' or 'DOT1Q') and
23003            '1T1C' and
23004            'L2BDMACLRN' and
23005            'VHOST_1024' and
23006            not 'VXLAN' and
23007            not 'IP4FWD' and
23008            not '2VM'"
23009   parameters:
23010   - "latency"
23011   - "parent"
23012   - "tags"
23013 #  sort:
23014 #  - "VM"  # "not CFS_OPT"
23015 #  - "CFS_OPT"
23016 #  - "FIB_10K"
23017 #  - "FIB_100K"
23018 #  - "FIB_1M"
23019   layout:
23020     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
23021     layout: "plot-latency"
23022
23023 -
23024   type: "plot"
23025   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23026   algorithm: "plot_latency_error_bars"
23027   output-file-type: ".html"
23028   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
23029   data: "plot-vpp-throughput-latency-3n-hsw"
23030   filter: "'NIC_Intel-X710' and
23031            '64B' and
23032            'NDRPDR' and
23033            ('ETH' or 'DOT1Q') and
23034            '2T2C' and
23035            'L2BDMACLRN' and
23036            'VHOST_1024' and
23037            not 'VXLAN' and
23038            not 'IP4FWD' and
23039            not '2VM'"
23040   parameters:
23041   - "latency"
23042   - "parent"
23043   - "tags"
23044 #  sort:
23045 #  - "VM"  # "not CFS_OPT"
23046 #  - "CFS_OPT"
23047 #  - "FIB_10K"
23048 #  - "FIB_100K"
23049 #  - "FIB_1M"
23050   layout:
23051     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
23052     layout: "plot-latency"
23053
23054 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
23055 -
23056   type: "plot"
23057   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23058   algorithm: "plot_latency_error_bars"
23059   output-file-type: ".html"
23060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
23061   data: "plot-vpp-throughput-latency-3n-hsw"
23062   filter: "'NIC_Intel-X710' and
23063            '64B' and
23064            'NDRPDR' and
23065            ('ETH' or 'DOT1Q') and
23066            'BASE' and
23067            '1T1C' and
23068            ('L2BDMACLRN' or 'L2XCFWD') and
23069            'VHOST_1024' and
23070            not 'VXLAN' and
23071            not 'IP4FWD' and
23072            not '2VM'"
23073   parameters:
23074   - "latency"
23075   - "parent"
23076   - "tags"
23077 #  sort:
23078 #  - "not CFS_OPT"
23079 #  - "L2XCFWD"
23080 #  - "not CFS_OPT"
23081 #  - "CFS_OPT"
23082   layout:
23083     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
23084     layout: "plot-latency"
23085
23086 -
23087   type: "plot"
23088   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23089   algorithm: "plot_latency_error_bars"
23090   output-file-type: ".html"
23091   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
23092   data: "plot-vpp-throughput-latency-3n-hsw"
23093   filter: "'NIC_Intel-X710' and
23094            '64B' and
23095            'NDRPDR' and
23096            ('ETH' or 'DOT1Q') and
23097            'BASE' and
23098            '2T2C' and
23099            ('L2BDMACLRN' or 'L2XCFWD') and
23100            'VHOST_1024' and
23101            not 'VXLAN' and
23102            not 'IP4FWD' and
23103            not '2VM'"
23104   parameters:
23105   - "latency"
23106   - "parent"
23107   - "tags"
23108 #  sort:
23109 #  - "not CFS_OPT"
23110 #  - "L2XCFWD"
23111 #  - "not CFS_OPT"
23112 #  - "CFS_OPT"
23113   layout:
23114     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
23115     layout: "plot-latency"
23116
23117 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
23118 -
23119   type: "plot"
23120   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23121   algorithm: "plot_latency_error_bars"
23122   output-file-type: ".html"
23123   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
23124   data: "plot-vpp-throughput-latency-3n-hsw"
23125   filter: "'NIC_Intel-X710' and
23126            '64B' and
23127            'NDRPDR' and
23128            ('ETH' or 'DOT1Q') and
23129            '1T1C' and
23130            ('L2BDMACLRN' or 'L2XCFWD') and
23131            'VHOST_1024' and
23132            not 'CFS_OPT' and
23133            not 'VXLAN' and
23134            not 'IP4FWD' and
23135            not 'LBOND'"
23136   parameters:
23137   - "latency"
23138   - "parent"
23139   - "tags"
23140 #  sort:
23141 #  - "1VM"
23142 #  - "L2XCFWD"
23143 #  - "1VM"
23144 #  - "L2BDMACLRN"
23145   layout:
23146     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
23147     layout: "plot-latency"
23148
23149 -
23150   type: "plot"
23151   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23152   algorithm: "plot_latency_error_bars"
23153   output-file-type: ".html"
23154   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
23155   data: "plot-vpp-throughput-latency-3n-hsw"
23156   filter: "'NIC_Intel-X710' and
23157            '64B' and
23158            'NDRPDR' and
23159            ('ETH' or 'DOT1Q') and
23160            '2T2C' and
23161            ('L2BDMACLRN' or 'L2XCFWD') and
23162            'VHOST_1024' and
23163            not 'CFS_OPT' and
23164            not 'VXLAN' and
23165            not 'IP4FWD' and
23166            not 'LBOND'"
23167   parameters:
23168   - "latency"
23169   - "parent"
23170   - "tags"
23171 #  sort:
23172 #  - "1VM"
23173 #  - "L2XCFWD"
23174 #  - "1VM"
23175 #  - "L2BDMACLRN"
23176   layout:
23177     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
23178     layout: "plot-latency"
23179
23180 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
23181 -
23182   type: "plot"
23183   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23184   algorithm: "plot_latency_error_bars"
23185   output-file-type: ".html"
23186   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23187   data: "plot-vpp-throughput-latency-3n-hsw"
23188   filter: "'NIC_Intel-XL710' and
23189            '64B' and
23190            'NDRPDR' and
23191            'ETH' and
23192            'IP4FWD' and
23193            '1T1C' and
23194            'VHOST_1024' and
23195            not 'VXLAN' and
23196            not 'DOT1Q'"
23197   parameters:
23198   - "latency"
23199   - "parent"
23200   - "tags"
23201   sort:
23202   - "not CFS_OPT"
23203   - "1VM"
23204   - "2VM"
23205   layout:
23206     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23207     layout: "plot-latency"
23208
23209 -
23210   type: "plot"
23211   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23212   algorithm: "plot_latency_error_bars"
23213   output-file-type: ".html"
23214   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23215   data: "plot-vpp-throughput-latency-3n-hsw"
23216   filter: "'NIC_Intel-XL710' and
23217            '64B' and
23218            'NDRPDR' and
23219            'ETH' and
23220            'IP4FWD' and
23221            '2T2C' and
23222            'VHOST_1024' and
23223            not 'VXLAN' and
23224            not 'DOT1Q'"
23225   parameters:
23226   - "latency"
23227   - "parent"
23228   - "tags"
23229   sort:
23230   - "not CFS_OPT"
23231   - "1VM"
23232   - "2VM"
23233   layout:
23234     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23235     layout: "plot-latency"
23236
23237 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
23238 -
23239   type: "plot"
23240   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23241   algorithm: "plot_latency_error_bars"
23242   output-file-type: ".html"
23243   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
23244   data: "plot-vpp-throughput-latency-3n-hsw"
23245   filter: "'NIC_Intel-XL710' and
23246            '64B' and
23247            'NDRPDR' and
23248            ('ETH' or 'DOT1Q') and
23249            '1T1C' and
23250            'L2BDMACLRN' and
23251            'VHOST_1024' and
23252            not 'VXLAN' and
23253            not 'IP4FWD' and
23254            not '2VM'"
23255   parameters:
23256   - "latency"
23257   - "parent"
23258   - "tags"
23259 #  sort:
23260 #  - "VM"  # "not CFS_OPT"
23261 #  - "CFS_OPT"
23262 #  - "FIB_10K"
23263 #  - "FIB_100K"
23264 #  - "FIB_1M"
23265   layout:
23266     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
23267     layout: "plot-latency"
23268
23269 -
23270   type: "plot"
23271   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23272   algorithm: "plot_latency_error_bars"
23273   output-file-type: ".html"
23274   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
23275   data: "plot-vpp-throughput-latency-3n-hsw"
23276   filter: "'NIC_Intel-XL710' and
23277            '64B' and
23278            'NDRPDR' and
23279            ('ETH' or 'DOT1Q') and
23280            '2T2C' and
23281            'L2BDMACLRN' and
23282            'VHOST_1024' and
23283            not 'VXLAN' and
23284            not 'IP4FWD' and
23285            not '2VM'"
23286   parameters:
23287   - "latency"
23288   - "parent"
23289   - "tags"
23290 #  sort:
23291 #  - "VM"  # "not CFS_OPT"
23292 #  - "CFS_OPT"
23293 #  - "FIB_10K"
23294 #  - "FIB_100K"
23295 #  - "FIB_1M"
23296   layout:
23297     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
23298     layout: "plot-latency"
23299
23300 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
23301 -
23302   type: "plot"
23303   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23304   algorithm: "plot_latency_error_bars"
23305   output-file-type: ".html"
23306   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23307   data: "plot-vpp-throughput-latency-3n-hsw"
23308   filter: "'NIC_Intel-XL710' and
23309            '64B' and
23310            'NDRPDR' and
23311            ('ETH' or 'DOT1Q') and
23312            'BASE' and
23313            '1T1C' and
23314            ('L2BDMACLRN' or 'L2XCFWD') and
23315            'VHOST_1024' and
23316            not 'VXLAN' and
23317            not 'IP4FWD' and
23318            not '2VM'"
23319   parameters:
23320   - "latency"
23321   - "parent"
23322   - "tags"
23323 #  sort:
23324 #  - "not CFS_OPT"
23325 #  - "L2XCFWD"
23326 #  - "not CFS_OPT"
23327 #  - "CFS_OPT"
23328   layout:
23329     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
23330     layout: "plot-latency"
23331
23332 -
23333   type: "plot"
23334   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23335   algorithm: "plot_latency_error_bars"
23336   output-file-type: ".html"
23337   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23338   data: "plot-vpp-throughput-latency-3n-hsw"
23339   filter: "'NIC_Intel-XL710' and
23340            '64B' and
23341            'NDRPDR' and
23342            ('ETH' or 'DOT1Q') and
23343            'BASE' and
23344            '2T2C' and
23345            ('L2BDMACLRN' or 'L2XCFWD') and
23346            'VHOST_1024' and
23347            not 'VXLAN' and
23348            not 'IP4FWD' and
23349            not '2VM'"
23350   parameters:
23351   - "latency"
23352   - "parent"
23353   - "tags"
23354 #  sort:
23355 #  - "not CFS_OPT"
23356 #  - "L2XCFWD"
23357 #  - "not CFS_OPT"
23358 #  - "CFS_OPT"
23359   layout:
23360     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
23361     layout: "plot-latency"
23362
23363 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
23364 -
23365   type: "plot"
23366   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23367   algorithm: "plot_latency_error_bars"
23368   output-file-type: ".html"
23369   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
23370   data: "plot-vpp-throughput-latency-3n-hsw"
23371   filter: "'NIC_Intel-XL710' and
23372            '64B' and
23373            'NDRPDR' and
23374            ('ETH' or 'DOT1Q') and
23375            '1T1C' and
23376            ('L2BDMACLRN' or 'L2XCFWD') and
23377            'VHOST_1024' and
23378            not 'CFS_OPT' and
23379            not 'VXLAN' and
23380            not 'IP4FWD'"
23381   parameters:
23382   - "latency"
23383   - "parent"
23384   - "tags"
23385 #  sort:
23386 #  - "1VM"
23387 #  - "L2XCFWD"
23388 #  - "1VM"
23389 #  - "L2BDMACLRN"
23390   layout:
23391     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
23392     layout: "plot-latency"
23393
23394 -
23395   type: "plot"
23396   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23397   algorithm: "plot_latency_error_bars"
23398   output-file-type: ".html"
23399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
23400   data: "plot-vpp-throughput-latency-3n-hsw"
23401   filter: "'NIC_Intel-XL710' and
23402            '64B' and
23403            'NDRPDR' and
23404            ('ETH' or 'DOT1Q') and
23405            '2T2C' and
23406            ('L2BDMACLRN' or 'L2XCFWD') and
23407            'VHOST_1024' and
23408            not 'CFS_OPT' and
23409            not 'VXLAN' and
23410            not 'IP4FWD'"
23411   parameters:
23412   - "latency"
23413   - "parent"
23414   - "tags"
23415 #  sort:
23416 #  - "1VM"
23417 #  - "L2XCFWD"
23418 #  - "1VM"
23419 #  - "L2BDMACLRN"
23420   layout:
23421     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
23422     layout: "plot-latency"
23423
23424 # Packet Latency - VPP vhost ip4 3n-skx-x710
23425 -
23426   type: "plot"
23427   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23428   algorithm: "plot_latency_error_bars"
23429   output-file-type: ".html"
23430   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23431   data: "plot-vpp-throughput-latency-3n-skx"
23432   filter: "'NIC_Intel-X710' and
23433            '64B' and
23434            'NDRPDR' and
23435            'ETH' and
23436            'IP4FWD' and
23437            '2T1C' and
23438            'VHOST_1024' and
23439            not 'VXLAN' and
23440            not 'DOT1Q'"
23441   parameters:
23442   - "latency"
23443   - "parent"
23444   - "tags"
23445   sort:
23446   - "not CFS_OPT"
23447   - "1VM"
23448   - "2VM"
23449   layout:
23450     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23451     layout: "plot-latency"
23452
23453 -
23454   type: "plot"
23455   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23456   algorithm: "plot_latency_error_bars"
23457   output-file-type: ".html"
23458   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23459   data: "plot-vpp-throughput-latency-3n-skx"
23460   filter: "'NIC_Intel-X710' and
23461            '64B' and
23462            'NDRPDR' and
23463            'ETH' and
23464            'IP4FWD' and
23465            '4T2C' and
23466            'VHOST_1024' and
23467            not 'VXLAN' and
23468            not 'DOT1Q'"
23469   parameters:
23470   - "latency"
23471   - "parent"
23472   - "tags"
23473   sort:
23474   - "not CFS_OPT"
23475   - "1VM"
23476   - "2VM"
23477   layout:
23478     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23479     layout: "plot-latency"
23480
23481 # Packet Latency - VPP vhost l2sw 3n-skx-x710
23482 -
23483   type: "plot"
23484   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23485   algorithm: "plot_latency_error_bars"
23486   output-file-type: ".html"
23487   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23488   data: "plot-vpp-throughput-latency-3n-skx"
23489   filter: "'NIC_Intel-X710' and
23490            '64B' and
23491            'NDRPDR' and
23492            ('ETH' or 'DOT1Q') and
23493            '2T1C' and
23494            'L2BDMACLRN' and
23495            'VHOST_1024' and
23496            not 'VXLAN' and
23497            not 'IP4FWD' and
23498            not '2VM'"
23499   parameters:
23500   - "latency"
23501   - "parent"
23502   - "tags"
23503 #  sort:
23504 #  - "VM"  # "not CFS_OPT"
23505 #  - "CFS_OPT"
23506 #  - "FIB_10K"
23507 #  - "FIB_100K"
23508 #  - "FIB_1M"
23509   layout:
23510     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
23511     layout: "plot-latency"
23512
23513 -
23514   type: "plot"
23515   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23516   algorithm: "plot_latency_error_bars"
23517   output-file-type: ".html"
23518   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23519   data: "plot-vpp-throughput-latency-3n-skx"
23520   filter: "'NIC_Intel-X710' and
23521            '64B' and
23522            'NDRPDR' and
23523            ('ETH' or 'DOT1Q') and
23524            '4T2C' and
23525            'L2BDMACLRN' and
23526            'VHOST_1024' and
23527            not 'VXLAN' and
23528            not 'IP4FWD' and
23529            not '2VM'"
23530   parameters:
23531   - "latency"
23532   - "parent"
23533   - "tags"
23534 #  sort:
23535 #  - "VM"  # "not CFS_OPT"
23536 #  - "CFS_OPT"
23537 #  - "FIB_10K"
23538 #  - "FIB_100K"
23539 #  - "FIB_1M"
23540   layout:
23541     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
23542     layout: "plot-latency"
23543
23544 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
23545 -
23546   type: "plot"
23547   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23548   algorithm: "plot_latency_error_bars"
23549   output-file-type: ".html"
23550   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
23551   data: "plot-vpp-throughput-latency-3n-skx"
23552   filter: "'NIC_Intel-X710' and
23553            '64B' and
23554            'NDRPDR' and
23555            ('ETH' or 'DOT1Q') and
23556            'BASE' and
23557            '2T1C' and
23558            ('L2BDMACLRN' or 'L2XCFWD') and
23559            'VHOST_1024' and
23560            not 'VXLAN' and
23561            not 'IP4FWD' and
23562            not '2VM' and
23563            not 'LBOND'"
23564   parameters:
23565   - "latency"
23566   - "parent"
23567   - "tags"
23568 #  sort:
23569 #  - "not CFS_OPT"
23570 #  - "L2XCFWD"
23571 #  - "not CFS_OPT"
23572 #  - "CFS_OPT"
23573   layout:
23574     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
23575     layout: "plot-latency"
23576
23577 -
23578   type: "plot"
23579   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23580   algorithm: "plot_latency_error_bars"
23581   output-file-type: ".html"
23582   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
23583   data: "plot-vpp-throughput-latency-3n-skx"
23584   filter: "'NIC_Intel-X710' and
23585            '64B' and
23586            'NDRPDR' and
23587            ('ETH' or 'DOT1Q') and
23588            'BASE' and
23589            '4T2C' and
23590            ('L2BDMACLRN' or 'L2XCFWD') and
23591            'VHOST_1024' and
23592            not 'VXLAN' and
23593            not 'IP4FWD' and
23594            not '2VM' and
23595            not 'LBOND'"
23596   parameters:
23597   - "latency"
23598   - "parent"
23599   - "tags"
23600 #  sort:
23601 #  - "not CFS_OPT"
23602 #  - "L2XCFWD"
23603 #  - "not CFS_OPT"
23604 #  - "CFS_OPT"
23605   layout:
23606     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
23607     layout: "plot-latency"
23608
23609 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
23610 -
23611   type: "plot"
23612   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23613   algorithm: "plot_latency_error_bars"
23614   output-file-type: ".html"
23615   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23616   data: "plot-vpp-throughput-latency-3n-skx"
23617   filter: "'NIC_Intel-X710' and
23618            '64B' and
23619            'NDRPDR' and
23620            ('ETH' or 'DOT1Q') and
23621            '2T1C' and
23622            ('L2BDMACLRN' or 'L2XCFWD') and
23623            'VHOST_1024' and
23624            not 'CFS_OPT' and
23625            not 'VXLAN' and
23626            not 'IP4FWD' and
23627            not 'LBOND'"
23628   parameters:
23629   - "latency"
23630   - "parent"
23631   - "tags"
23632 #  sort:
23633 #  - "1VM"
23634 #  - "L2XCFWD"
23635 #  - "1VM"
23636 #  - "L2BDMACLRN"
23637   layout:
23638     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
23639     layout: "plot-latency"
23640
23641 -
23642   type: "plot"
23643   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23644   algorithm: "plot_latency_error_bars"
23645   output-file-type: ".html"
23646   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23647   data: "plot-vpp-throughput-latency-3n-skx"
23648   filter: "'NIC_Intel-X710' and
23649            '64B' and
23650            'NDRPDR' and
23651            ('ETH' or 'DOT1Q') and
23652            '4T2C' and
23653            ('L2BDMACLRN' or 'L2XCFWD') and
23654            'VHOST_1024' and
23655            not 'CFS_OPT' and
23656            not 'VXLAN' and
23657            not 'IP4FWD' and
23658            not 'LBOND'"
23659   parameters:
23660   - "latency"
23661   - "parent"
23662   - "tags"
23663 #  sort:
23664 #  - "1VM"
23665 #  - "L2XCFWD"
23666 #  - "1VM"
23667 #  - "L2BDMACLRN"
23668   layout:
23669     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
23670     layout: "plot-latency"
23671
23672 # Packet Latency - VPP vhost ip4 2n-skx-x710
23673 -
23674   type: "plot"
23675   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23676   algorithm: "plot_latency_error_bars"
23677   output-file-type: ".html"
23678   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23679   data: "plot-vpp-throughput-latency-2n-skx"
23680   filter: "'NIC_Intel-X710' and
23681            '64B' and
23682            'NDRPDR' and
23683            'ETH' and
23684            'IP4FWD' and
23685            '2T1C' and
23686            'VHOST_1024' and
23687            not 'VXLAN' and
23688            not 'NF_DENSITY' and
23689            not 'DOT1Q'"
23690   parameters:
23691   - "latency"
23692   - "parent"
23693   - "tags"
23694   sort:
23695   - "not CFS_OPT"
23696   - "1VM"
23697   - "2VM"
23698   layout:
23699     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23700     layout: "plot-latency"
23701
23702 -
23703   type: "plot"
23704   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23705   algorithm: "plot_latency_error_bars"
23706   output-file-type: ".html"
23707   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23708   data: "plot-vpp-throughput-latency-2n-skx"
23709   filter: "'NIC_Intel-X710' and
23710            '64B' and
23711            'NDRPDR' and
23712            'ETH' and
23713            'IP4FWD' and
23714            '4T2C' and
23715            'VHOST_1024' and
23716            not 'VXLAN' and
23717            not 'NF_DENSITY' and
23718            not 'DOT1Q'"
23719   parameters:
23720   - "latency"
23721   - "parent"
23722   - "tags"
23723   sort:
23724   - "not CFS_OPT"
23725   - "1VM"
23726   - "2VM"
23727   layout:
23728     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23729     layout: "plot-latency"
23730
23731 # Packet Latency - VPP vhost l2sw 2n-skx-x710
23732 -
23733   type: "plot"
23734   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23735   algorithm: "plot_latency_error_bars"
23736   output-file-type: ".html"
23737   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
23738   data: "plot-vpp-throughput-latency-2n-skx"
23739   filter: "'NIC_Intel-X710' and
23740            '64B' and
23741            'NDRPDR' and
23742            ('ETH' or 'DOT1Q') and
23743            '2T1C' and
23744            'L2BDMACLRN' and
23745            'VHOST_1024' and
23746            not 'VXLAN' and
23747            not 'IP4FWD' and
23748            not 'NF_DENSITY' and
23749            not '2VM'"
23750   parameters:
23751   - "latency"
23752   - "parent"
23753   - "tags"
23754 #  sort:
23755 #  - "VM"  # "not CFS_OPT"
23756 #  - "CFS_OPT"
23757 #  - "FIB_10K"
23758 #  - "FIB_100K"
23759 #  - "FIB_1M"
23760   layout:
23761     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
23762     layout: "plot-latency"
23763
23764 -
23765   type: "plot"
23766   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23767   algorithm: "plot_latency_error_bars"
23768   output-file-type: ".html"
23769   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
23770   data: "plot-vpp-throughput-latency-2n-skx"
23771   filter: "'NIC_Intel-X710' and
23772            '64B' and
23773            'NDRPDR' and
23774            ('ETH' or 'DOT1Q') and
23775            '4T2C' and
23776            'L2BDMACLRN' and
23777            'VHOST_1024' and
23778            not 'VXLAN' and
23779            not 'NF_DENSITY' and
23780            not 'IP4FWD' and
23781            not '2VM'"
23782   parameters:
23783   - "latency"
23784   - "parent"
23785   - "tags"
23786 #  sort:
23787 #  - "VM"  # "not CFS_OPT"
23788 #  - "CFS_OPT"
23789 #  - "FIB_10K"
23790 #  - "FIB_100K"
23791 #  - "FIB_1M"
23792   layout:
23793     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
23794     layout: "plot-latency"
23795
23796 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
23797 -
23798   type: "plot"
23799   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23800   algorithm: "plot_latency_error_bars"
23801   output-file-type: ".html"
23802   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
23803   data: "plot-vpp-throughput-latency-2n-skx"
23804   filter: "'NIC_Intel-X710' and
23805            '64B' and
23806            'NDRPDR' and
23807            ('ETH' or 'DOT1Q') and
23808            'BASE' and
23809            '2T1C' and
23810            ('L2BDMACLRN' or 'L2XCFWD') and
23811            'VHOST_1024' and
23812            not 'VXLAN' and
23813            not 'NF_DENSITY' and
23814            not 'IP4FWD' and
23815            not '2VM'"
23816   parameters:
23817   - "latency"
23818   - "parent"
23819   - "tags"
23820 #  sort:
23821 #  - "not CFS_OPT"
23822 #  - "L2XCFWD"
23823 #  - "not CFS_OPT"
23824 #  - "CFS_OPT"
23825   layout:
23826     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
23827     layout: "plot-latency"
23828
23829 -
23830   type: "plot"
23831   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23832   algorithm: "plot_latency_error_bars"
23833   output-file-type: ".html"
23834   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
23835   data: "plot-vpp-throughput-latency-2n-skx"
23836   filter: "'NIC_Intel-X710' and
23837            '64B' and
23838            'NDRPDR' and
23839            ('ETH' or 'DOT1Q') and
23840            'BASE' and
23841            '4T2C' and
23842            ('L2BDMACLRN' or 'L2XCFWD') and
23843            'VHOST_1024' and
23844            not 'VXLAN' and
23845            not 'NF_DENSITY' and
23846            not 'IP4FWD' and
23847            not '2VM'"
23848   parameters:
23849   - "latency"
23850   - "parent"
23851   - "tags"
23852 #  sort:
23853 #  - "not CFS_OPT"
23854 #  - "L2XCFWD"
23855 #  - "not CFS_OPT"
23856 #  - "CFS_OPT"
23857   layout:
23858     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
23859     layout: "plot-latency"
23860
23861 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
23862 -
23863   type: "plot"
23864   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23865   algorithm: "plot_latency_error_bars"
23866   output-file-type: ".html"
23867   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
23868   data: "plot-vpp-throughput-latency-2n-skx"
23869   filter: "'NIC_Intel-X710' and
23870            '64B' and
23871            'NDRPDR' and
23872            ('ETH' or 'DOT1Q') and
23873            '2T1C' and
23874            ('L2BDMACLRN' or 'L2XCFWD') and
23875            'VHOST_1024' and
23876            not 'CFS_OPT' and
23877            not 'VXLAN' and
23878            not 'NF_DENSITY' and
23879            not 'IP4FWD'"
23880   parameters:
23881   - "latency"
23882   - "parent"
23883   - "tags"
23884 #  sort:
23885 #  - "1VM"
23886 #  - "L2XCFWD"
23887 #  - "1VM"
23888 #  - "L2BDMACLRN"
23889   layout:
23890     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
23891     layout: "plot-latency"
23892
23893 -
23894   type: "plot"
23895   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23896   algorithm: "plot_latency_error_bars"
23897   output-file-type: ".html"
23898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
23899   data: "plot-vpp-throughput-latency-2n-skx"
23900   filter: "'NIC_Intel-X710' and
23901            '64B' and
23902            'NDRPDR' and
23903            ('ETH' or 'DOT1Q') and
23904            '4T2C' and
23905            ('L2BDMACLRN' or 'L2XCFWD') and
23906            'VHOST_1024' and
23907            not 'CFS_OPT' and
23908            not 'VXLAN' and
23909            not 'NF_DENSITY' and
23910            not 'IP4FWD'"
23911   parameters:
23912   - "latency"
23913   - "parent"
23914   - "tags"
23915 #  sort:
23916 #  - "1VM"
23917 #  - "L2XCFWD"
23918 #  - "1VM"
23919 #  - "L2BDMACLRN"
23920   layout:
23921     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
23922     layout: "plot-latency"
23923
23924 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
23925 -
23926   type: "plot"
23927   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23928   algorithm: "plot_latency_error_bars"
23929   output-file-type: ".html"
23930   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23931   data: "plot-vpp-throughput-latency-2n-skx"
23932   filter: "'NIC_Intel-XXV710' and
23933            '64B' and
23934            'NDRPDR' and
23935            'ETH' and
23936            'IP4FWD' and
23937            '2T1C' and
23938            'VHOST_1024' and
23939            not 'VXLAN' and
23940            not 'DOT1Q'"
23941   parameters:
23942   - "latency"
23943   - "parent"
23944   - "tags"
23945   sort:
23946   - "not CFS_OPT"
23947   - "1VM"
23948   - "2VM"
23949   layout:
23950     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
23951     layout: "plot-latency"
23952
23953 -
23954   type: "plot"
23955   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23956   algorithm: "plot_latency_error_bars"
23957   output-file-type: ".html"
23958   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
23959   data: "plot-vpp-throughput-latency-2n-skx"
23960   filter: "'NIC_Intel-XXV710' and
23961            '64B' and
23962            'NDRPDR' and
23963            'ETH' and
23964            'IP4FWD' and
23965            '4T2C' and
23966            'VHOST_1024' and
23967            not 'VXLAN' and
23968            not 'DOT1Q'"
23969   parameters:
23970   - "latency"
23971   - "parent"
23972   - "tags"
23973   sort:
23974   - "not CFS_OPT"
23975   - "1VM"
23976   - "2VM"
23977   layout:
23978     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
23979     layout: "plot-latency"
23980
23981 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
23982 -
23983   type: "plot"
23984   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23985   algorithm: "plot_latency_error_bars"
23986   output-file-type: ".html"
23987   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
23988   data: "plot-vpp-throughput-latency-2n-skx"
23989   filter: "'NIC_Intel-XXV710' and
23990            '64B' and
23991            'NDRPDR' and
23992            ('ETH' or 'DOT1Q') and
23993            '2T1C' and
23994            'L2BDMACLRN' and
23995            'VHOST_1024' and
23996            not 'VXLAN' and
23997            not 'IP4FWD' and
23998            not '2VM'"
23999   parameters:
24000   - "latency"
24001   - "parent"
24002   - "tags"
24003 #  sort:
24004 #  - "VM"  # "not CFS_OPT"
24005 #  - "CFS_OPT"
24006 #  - "FIB_10K"
24007 #  - "FIB_100K"
24008 #  - "FIB_1M"
24009   layout:
24010     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
24011     layout: "plot-latency"
24012
24013 -
24014   type: "plot"
24015   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24016   algorithm: "plot_latency_error_bars"
24017   output-file-type: ".html"
24018   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
24019   data: "plot-vpp-throughput-latency-2n-skx"
24020   filter: "'NIC_Intel-XXV710' and
24021            '64B' and
24022            'NDRPDR' and
24023            ('ETH' or 'DOT1Q') and
24024            '4T2C' and
24025            'L2BDMACLRN' and
24026            'VHOST_1024' and
24027            not 'VXLAN' and
24028            not 'IP4FWD' and
24029            not '2VM'"
24030   parameters:
24031   - "latency"
24032   - "parent"
24033   - "tags"
24034 #  sort:
24035 #  - "VM"  # "not CFS_OPT"
24036 #  - "CFS_OPT"
24037 #  - "FIB_10K"
24038 #  - "FIB_100K"
24039 #  - "FIB_1M"
24040   layout:
24041     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
24042     layout: "plot-latency"
24043
24044 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
24045 -
24046   type: "plot"
24047   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24048   algorithm: "plot_latency_error_bars"
24049   output-file-type: ".html"
24050   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24051   data: "plot-vpp-throughput-latency-2n-skx"
24052   filter: "'NIC_Intel-XXV710' and
24053            '64B' and
24054            'NDRPDR' and
24055            ('ETH' or 'DOT1Q') and
24056            'BASE' and
24057            '2T1C' and
24058            ('L2BDMACLRN' or 'L2XCFWD') and
24059            'VHOST_1024' and
24060            not 'VXLAN' and
24061            not 'IP4FWD' and
24062            not '2VM'"
24063   parameters:
24064   - "latency"
24065   - "parent"
24066   - "tags"
24067 #  sort:
24068 #  - "not CFS_OPT"
24069 #  - "L2XCFWD"
24070 #  - "not CFS_OPT"
24071 #  - "CFS_OPT"
24072   layout:
24073     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
24074     layout: "plot-latency"
24075
24076 -
24077   type: "plot"
24078   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24079   algorithm: "plot_latency_error_bars"
24080   output-file-type: ".html"
24081   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24082   data: "plot-vpp-throughput-latency-2n-skx"
24083   filter: "'NIC_Intel-XXV710' and
24084            '64B' and
24085            'NDRPDR' and
24086            ('ETH' or 'DOT1Q') and
24087            'BASE' and
24088            '4T2C' and
24089            ('L2BDMACLRN' or 'L2XCFWD') and
24090            'VHOST_1024' and
24091            not 'VXLAN' and
24092            not 'IP4FWD' and
24093            not '2VM'"
24094   parameters:
24095   - "latency"
24096   - "parent"
24097   - "tags"
24098 #  sort:
24099 #  - "not CFS_OPT"
24100 #  - "L2XCFWD"
24101 #  - "not CFS_OPT"
24102 #  - "CFS_OPT"
24103   layout:
24104     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
24105     layout: "plot-latency"
24106
24107 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
24108 -
24109   type: "plot"
24110   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24111   algorithm: "plot_latency_error_bars"
24112   output-file-type: ".html"
24113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
24114   data: "plot-vpp-throughput-latency-2n-skx"
24115   filter: "'NIC_Intel-XXV710' and
24116            '64B' and
24117            'NDRPDR' and
24118            ('ETH' or 'DOT1Q') and
24119            '2T1C' and
24120            ('L2BDMACLRN' or 'L2XCFWD') and
24121            'VHOST_1024' and
24122            not 'CFS_OPT' and
24123            not 'VXLAN' and
24124            not 'IP4FWD'"
24125   parameters:
24126   - "latency"
24127   - "parent"
24128   - "tags"
24129 #  sort:
24130 #  - "1VM"
24131 #  - "L2XCFWD"
24132 #  - "1VM"
24133 #  - "L2BDMACLRN"
24134   layout:
24135     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
24136     layout: "plot-latency"
24137
24138 -
24139   type: "plot"
24140   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24141   algorithm: "plot_latency_error_bars"
24142   output-file-type: ".html"
24143   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
24144   data: "plot-vpp-throughput-latency-2n-skx"
24145   filter: "'NIC_Intel-XXV710' and
24146            '64B' and
24147            'NDRPDR' and
24148            ('ETH' or 'DOT1Q') and
24149            '4T2C' and
24150            ('L2BDMACLRN' or 'L2XCFWD') and
24151            'VHOST_1024' and
24152            not 'CFS_OPT' and
24153            not 'VXLAN' and
24154            not 'IP4FWD'"
24155   parameters:
24156   - "latency"
24157   - "parent"
24158   - "tags"
24159 #  sort:
24160 #  - "1VM"
24161 #  - "L2XCFWD"
24162 #  - "1VM"
24163 #  - "L2BDMACLRN"
24164   layout:
24165     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
24166     layout: "plot-latency"
24167
24168 ################################################################################
24169
24170 # Packet Latency - VPP VTS 3n-hsw-x520
24171 -
24172   type: "plot"
24173   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24174   algorithm: "plot_latency_error_bars"
24175   output-file-type: ".html"
24176   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
24177   data: "plot-vpp-throughput-latency-3n-hsw"
24178   filter: "'NIC_Intel-X520-DA2' and
24179            '114B' and
24180            'NDRPDR' and
24181            '1T1C' and
24182            'VTS'"
24183   parameters:
24184   - "latency"
24185   - "parent"
24186   - "tags"
24187   layout:
24188     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
24189     layout: "plot-latency"
24190
24191 -
24192   type: "plot"
24193   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24194   algorithm: "plot_latency_error_bars"
24195   output-file-type: ".html"
24196   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
24197   data: "plot-vpp-throughput-latency-3n-hsw"
24198   filter: "'NIC_Intel-X520-DA2' and
24199            '114B' and
24200            'NDRPDR' and
24201            '2T2C' and
24202            'VTS'"
24203   parameters:
24204   - "latency"
24205   - "parent"
24206   - "tags"
24207   layout:
24208     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
24209     layout: "plot-latency"
24210
24211 ################################################################################
24212
24213 # Packet Latency - DPDK l3fwd 3n-hsw-x520
24214 -
24215   type: "plot"
24216   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24217   algorithm: "plot_latency_error_bars"
24218   output-file-type: ".html"
24219   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24220   data: "plot-dpdk-throughput-latency-3n-hsw"
24221   filter: "'NIC_Intel-X520-DA2' and
24222            '64B' and
24223            'BASE' and
24224            'NDRPDR' and
24225            '1T1C' and
24226            'IP4FWD'"
24227   parameters:
24228   - "latency"
24229   - "parent"
24230   - "tags"
24231   layout:
24232     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
24233     layout: "plot-latency"
24234
24235 -
24236   type: "plot"
24237   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24238   algorithm: "plot_latency_error_bars"
24239   output-file-type: ".html"
24240   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24241   data: "plot-dpdk-throughput-latency-3n-hsw"
24242   filter: "'NIC_Intel-X520-DA2' and
24243            '64B' and
24244            'BASE' and
24245            'NDRPDR' and
24246            '2T2C' and
24247            'IP4FWD'"
24248   parameters:
24249   - "latency"
24250   - "parent"
24251   - "tags"
24252   layout:
24253     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
24254     layout: "plot-latency"
24255
24256 # Packet Latency - DPDK l3fwd 3n-hsw-x710
24257 -
24258   type: "plot"
24259   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24260   algorithm: "plot_latency_error_bars"
24261   output-file-type: ".html"
24262   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24263   data: "plot-dpdk-throughput-latency-3n-hsw"
24264   filter: "'NIC_Intel-X710' and
24265            '64B' and
24266            'BASE' and
24267            'NDRPDR' and
24268            '1T1C' and
24269            'IP4FWD'"
24270   parameters:
24271   - "latency"
24272   - "parent"
24273   - "tags"
24274   layout:
24275     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
24276     layout: "plot-latency"
24277
24278 -
24279   type: "plot"
24280   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24281   algorithm: "plot_latency_error_bars"
24282   output-file-type: ".html"
24283   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24284   data: "plot-dpdk-throughput-latency-3n-hsw"
24285   filter: "'NIC_Intel-X710' and
24286            '64B' and
24287            'BASE' and
24288            'NDRPDR' and
24289            '2T2C' and
24290            'IP4FWD'"
24291   parameters:
24292   - "latency"
24293   - "parent"
24294   - "tags"
24295   layout:
24296     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
24297     layout: "plot-latency"
24298
24299 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
24300 -
24301   type: "plot"
24302   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24303   algorithm: "plot_latency_error_bars"
24304   output-file-type: ".html"
24305   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24306   data: "plot-dpdk-throughput-latency-3n-hsw"
24307   filter: "'NIC_Intel-XL710' and
24308            '64B' and
24309            'BASE' and
24310            'NDRPDR' and
24311            '1T1C' and
24312            'IP4FWD'"
24313   parameters:
24314   - "latency"
24315   - "parent"
24316   - "tags"
24317   layout:
24318     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
24319     layout: "plot-latency"
24320
24321 -
24322   type: "plot"
24323   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24324   algorithm: "plot_latency_error_bars"
24325   output-file-type: ".html"
24326   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24327   data: "plot-dpdk-throughput-latency-3n-hsw"
24328   filter: "'NIC_Intel-XL710' and
24329            '64B' and
24330            'BASE' and
24331            'NDRPDR' and
24332            '2T2C' and
24333            'IP4FWD'"
24334   parameters:
24335   - "latency"
24336   - "parent"
24337   - "tags"
24338   layout:
24339     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
24340     layout: "plot-latency"
24341
24342 # Packet Latency - DPDK l3fwd 3n-skx-x710
24343 -
24344   type: "plot"
24345   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24346   algorithm: "plot_latency_error_bars"
24347   output-file-type: ".html"
24348   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24349   data: "plot-dpdk-throughput-latency-3n-skx"
24350   filter: "'NIC_Intel-X710' and
24351            '64B' and
24352            'BASE' and
24353            'NDRPDR' and
24354            '2T1C' and
24355            'IP4FWD'"
24356   parameters:
24357   - "latency"
24358   - "parent"
24359   - "tags"
24360   layout:
24361     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
24362     layout: "plot-latency"
24363
24364 -
24365   type: "plot"
24366   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24367   algorithm: "plot_latency_error_bars"
24368   output-file-type: ".html"
24369   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24370   data: "plot-dpdk-throughput-latency-3n-skx"
24371   filter: "'NIC_Intel-X710' and
24372            '64B' and
24373            'BASE' and
24374            'NDRPDR' and
24375            '4T2C' and
24376            'IP4FWD'"
24377   parameters:
24378   - "latency"
24379   - "parent"
24380   - "tags"
24381   layout:
24382     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
24383     layout: "plot-latency"
24384
24385 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
24386 -
24387   type: "plot"
24388   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24389   algorithm: "plot_latency_error_bars"
24390   output-file-type: ".html"
24391   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24392   data: "plot-dpdk-throughput-latency-3n-skx"
24393   filter: "'NIC_Intel-XXV710' and
24394            '64B' and
24395            'BASE' and
24396            'NDRPDR' and
24397            '2T1C' and
24398            'IP4FWD'"
24399   parameters:
24400   - "latency"
24401   - "parent"
24402   - "tags"
24403   layout:
24404     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
24405     layout: "plot-latency"
24406
24407 -
24408   type: "plot"
24409   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24410   algorithm: "plot_latency_error_bars"
24411   output-file-type: ".html"
24412   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24413   data: "plot-dpdk-throughput-latency-3n-skx"
24414   filter: "'NIC_Intel-XXV710' and
24415            '64B' and
24416            'BASE' and
24417            'NDRPDR' and
24418            '4T2C' and
24419            'IP4FWD'"
24420   parameters:
24421   - "latency"
24422   - "parent"
24423   - "tags"
24424   layout:
24425     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
24426     layout: "plot-latency"
24427
24428 # Packet Latency - DPDK l3fwd 2n-skx-x710
24429 -
24430   type: "plot"
24431   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24432   algorithm: "plot_latency_error_bars"
24433   output-file-type: ".html"
24434   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24435   data: "plot-dpdk-throughput-latency-2n-skx"
24436   filter: "'NIC_Intel-X710' and
24437            '64B' and
24438            'BASE' and
24439            'NDRPDR' and
24440            '2T1C' and
24441            'IP4FWD'"
24442   parameters:
24443   - "latency"
24444   - "parent"
24445   - "tags"
24446   layout:
24447     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
24448     layout: "plot-latency"
24449
24450 -
24451   type: "plot"
24452   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24453   algorithm: "plot_latency_error_bars"
24454   output-file-type: ".html"
24455   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24456   data: "plot-dpdk-throughput-latency-2n-skx"
24457   filter: "'NIC_Intel-X710' and
24458            '64B' and
24459            'BASE' and
24460            'NDRPDR' and
24461            '4T2C' and
24462            'IP4FWD'"
24463   parameters:
24464   - "latency"
24465   - "parent"
24466   - "tags"
24467   layout:
24468     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
24469     layout: "plot-latency"
24470
24471 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
24472 -
24473   type: "plot"
24474   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24475   algorithm: "plot_latency_error_bars"
24476   output-file-type: ".html"
24477   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24478   data: "plot-dpdk-throughput-latency-2n-skx"
24479   filter: "'NIC_Intel-XXV710' and
24480            '64B' and
24481            'BASE' and
24482            'NDRPDR' and
24483            '2T1C' and
24484            'IP4FWD'"
24485   parameters:
24486   - "latency"
24487   - "parent"
24488   - "tags"
24489   layout:
24490     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
24491     layout: "plot-latency"
24492
24493 -
24494   type: "plot"
24495   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24496   algorithm: "plot_latency_error_bars"
24497   output-file-type: ".html"
24498   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24499   data: "plot-dpdk-throughput-latency-2n-skx"
24500   filter: "'NIC_Intel-XXV710' and
24501            '64B' and
24502            'BASE' and
24503            'NDRPDR' and
24504            '4T2C' and
24505            'IP4FWD'"
24506   parameters:
24507   - "latency"
24508   - "parent"
24509   - "tags"
24510   layout:
24511     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
24512     layout: "plot-latency"
24513
24514 ################################################################################
24515
24516 # Packet Latency - DPDK testpmd 3n-hsw-x520
24517 -
24518   type: "plot"
24519   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24520   algorithm: "plot_latency_error_bars"
24521   output-file-type: ".html"
24522   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
24523   data: "plot-dpdk-throughput-latency-3n-hsw"
24524   filter: "'NIC_Intel-X520-DA2' and
24525            '64B' and
24526            'BASE' and
24527            'NDRPDR' and
24528            '1T1C' and
24529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24530   parameters:
24531   - "latency"
24532   - "parent"
24533   - "tags"
24534   layout:
24535     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
24536     layout: "plot-latency"
24537
24538 -
24539   type: "plot"
24540   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24541   algorithm: "plot_latency_error_bars"
24542   output-file-type: ".html"
24543   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
24544   data: "plot-dpdk-throughput-latency-3n-hsw"
24545   filter: "'NIC_Intel-X520-DA2' and
24546            '64B' and
24547            'BASE' and
24548            'NDRPDR' and
24549            '2T2C' and
24550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24551   parameters:
24552   - "latency"
24553   - "parent"
24554   - "tags"
24555   layout:
24556     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
24557     layout: "plot-latency"
24558
24559 # Packet Latency - DPDK testpmd 3n-hsw-x710
24560 -
24561   type: "plot"
24562   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24563   algorithm: "plot_latency_error_bars"
24564   output-file-type: ".html"
24565   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
24566   data: "plot-dpdk-throughput-latency-3n-hsw"
24567   filter: "'NIC_Intel-X710' and
24568            '64B' and
24569            'BASE' and
24570            'NDRPDR' and
24571            '1T1C' and
24572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24573   parameters:
24574   - "latency"
24575   - "parent"
24576   - "tags"
24577   layout:
24578     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
24579     layout: "plot-latency"
24580
24581 -
24582   type: "plot"
24583   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24584   algorithm: "plot_latency_error_bars"
24585   output-file-type: ".html"
24586   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
24587   data: "plot-dpdk-throughput-latency-3n-hsw"
24588   filter: "'NIC_Intel-X710' and
24589            '64B' and
24590            'BASE' and
24591            'NDRPDR' and
24592            '2T2C' and
24593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24594   parameters:
24595   - "latency"
24596   - "parent"
24597   - "tags"
24598   layout:
24599     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
24600     layout: "plot-latency"
24601
24602 # Packet Latency - DPDK testpmd 3n-hsw-xl710
24603 -
24604   type: "plot"
24605   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24606   algorithm: "plot_latency_error_bars"
24607   output-file-type: ".html"
24608   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
24609   data: "plot-dpdk-throughput-latency-3n-hsw"
24610   filter: "'NIC_Intel-XL710' and
24611            '64B' and
24612            'BASE' and
24613            'NDRPDR' and
24614            '1T1C' and
24615            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24616   parameters:
24617   - "latency"
24618   - "parent"
24619   - "tags"
24620   layout:
24621     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
24622     layout: "plot-latency"
24623
24624 -
24625   type: "plot"
24626   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24627   algorithm: "plot_latency_error_bars"
24628   output-file-type: ".html"
24629   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
24630   data: "plot-dpdk-throughput-latency-3n-hsw"
24631   filter: "'NIC_Intel-XL710' and
24632            '64B' and
24633            'BASE' and
24634            'NDRPDR' and
24635            '2T2C' and
24636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24637   parameters:
24638   - "latency"
24639   - "parent"
24640   - "tags"
24641   layout:
24642     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
24643     layout: "plot-latency"
24644
24645 # Packet Latency - DPDK testpmd 3n-skx-x710
24646 -
24647   type: "plot"
24648   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24649   algorithm: "plot_latency_error_bars"
24650   output-file-type: ".html"
24651   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
24652   data: "plot-dpdk-throughput-latency-3n-skx"
24653   filter: "'NIC_Intel-X710' and
24654            '64B' and
24655            'BASE' and
24656            'NDRPDR' and
24657            '2T1C' and
24658            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24659   parameters:
24660   - "latency"
24661   - "parent"
24662   - "tags"
24663   layout:
24664     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
24665     layout: "plot-latency"
24666
24667 -
24668   type: "plot"
24669   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24670   algorithm: "plot_latency_error_bars"
24671   output-file-type: ".html"
24672   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
24673   data: "plot-dpdk-throughput-latency-3n-skx"
24674   filter: "'NIC_Intel-X710' and
24675            '64B' and
24676            'BASE' and
24677            'NDRPDR' and
24678            '4T2C' and
24679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24680   parameters:
24681   - "latency"
24682   - "parent"
24683   - "tags"
24684   layout:
24685     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
24686     layout: "plot-latency"
24687
24688 # Packet Latency - DPDK testpmd 3n-skx-xxv710
24689 -
24690   type: "plot"
24691   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24692   algorithm: "plot_latency_error_bars"
24693   output-file-type: ".html"
24694   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
24695   data: "plot-dpdk-throughput-latency-3n-skx"
24696   filter: "'NIC_Intel-XXV710' and
24697            '64B' and
24698            'BASE' and
24699            'NDRPDR' and
24700            '2T1C' and
24701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24702   parameters:
24703   - "latency"
24704   - "parent"
24705   - "tags"
24706   layout:
24707     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
24708     layout: "plot-latency"
24709
24710 -
24711   type: "plot"
24712   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24713   algorithm: "plot_latency_error_bars"
24714   output-file-type: ".html"
24715   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
24716   data: "plot-dpdk-throughput-latency-3n-skx"
24717   filter: "'NIC_Intel-XXV710' and
24718            '64B' and
24719            'BASE' and
24720            'NDRPDR' and
24721            '4T2C' and
24722            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24723   parameters:
24724   - "latency"
24725   - "parent"
24726   - "tags"
24727   layout:
24728     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
24729     layout: "plot-latency"
24730
24731 # Packet Latency - DPDK testpmd 2n-skx-x710
24732 -
24733   type: "plot"
24734   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24735   algorithm: "plot_latency_error_bars"
24736   output-file-type: ".html"
24737   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
24738   data: "plot-dpdk-throughput-latency-2n-skx"
24739   filter: "'NIC_Intel-X710' and
24740            '64B' and
24741            'BASE' and
24742            'NDRPDR' and
24743            '2T1C' and
24744            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24745   parameters:
24746   - "latency"
24747   - "parent"
24748   - "tags"
24749   layout:
24750     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
24751     layout: "plot-latency"
24752
24753 -
24754   type: "plot"
24755   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24756   algorithm: "plot_latency_error_bars"
24757   output-file-type: ".html"
24758   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
24759   data: "plot-dpdk-throughput-latency-2n-skx"
24760   filter: "'NIC_Intel-X710' and
24761            '64B' and
24762            'BASE' and
24763            'NDRPDR' and
24764            '4T2C' and
24765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24766   parameters:
24767   - "latency"
24768   - "parent"
24769   - "tags"
24770   layout:
24771     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
24772     layout: "plot-latency"
24773
24774 # Packet Latency - DPDK testpmd 2n-skx-xxv710
24775 -
24776   type: "plot"
24777   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24778   algorithm: "plot_latency_error_bars"
24779   output-file-type: ".html"
24780   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
24781   data: "plot-dpdk-throughput-latency-2n-skx"
24782   filter: "'NIC_Intel-XXV710' and
24783            '64B' and
24784            'BASE' and
24785            'NDRPDR' and
24786            '2T1C' and
24787            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24788   parameters:
24789   - "latency"
24790   - "parent"
24791   - "tags"
24792   layout:
24793     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
24794     layout: "plot-latency"
24795
24796 -
24797   type: "plot"
24798   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24799   algorithm: "plot_latency_error_bars"
24800   output-file-type: ".html"
24801   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
24802   data: "plot-dpdk-throughput-latency-2n-skx"
24803   filter: "'NIC_Intel-XXV710' and
24804            '64B' and
24805            'BASE' and
24806            'NDRPDR' and
24807            '4T2C' and
24808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
24809   parameters:
24810   - "latency"
24811   - "parent"
24812   - "tags"
24813   layout:
24814     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
24815     layout: "plot-latency"
24816
24817 ################################################################################
24818
24819 # Speedup - VPP Container Memif 3n-hsw-x520
24820 -
24821   type: "plot"
24822   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24823   algorithm: "plot_throughput_speedup_analysis"
24824   output-file-type: ".html"
24825   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24826   data: "plot-throughput-speedup-analysis-3n-hsw"
24827   filter: "'NIC_Intel-X520-DA2' and
24828            '64B' and
24829            ('BASE' or 'SCALE') and
24830            'NDRPDR' and
24831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24832            not 'VHOST' and
24833            'MEMIF'"
24834   parameters:
24835   - "throughput"
24836   - "parent"
24837   - "tags"
24838   sort:
24839   - "L2XCFWD"
24840   - "L2XCFWD"
24841   - "L2XCFWD"
24842   - "L2BDMACLRN"
24843   - "L2BDMACLRN"
24844   - "L2BDMACLRN"
24845   layout:
24846     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
24847     layout: "plot-throughput-speedup-analysis"
24848
24849 -
24850   type: "plot"
24851   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24852   algorithm: "plot_throughput_speedup_analysis"
24853   output-file-type: ".html"
24854   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24855   data: "plot-throughput-speedup-analysis-3n-hsw"
24856   filter: "'NIC_Intel-X520-DA2' and
24857            '64B' and
24858            ('BASE' or 'SCALE') and
24859            'NDRPDR' and
24860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24861            not 'VHOST' and
24862            'MEMIF'"
24863   parameters:
24864   - "throughput"
24865   - "parent"
24866   - "tags"
24867   sort:
24868   - "L2XCFWD"
24869   - "L2XCFWD"
24870   - "L2XCFWD"
24871   - "L2BDMACLRN"
24872   - "L2BDMACLRN"
24873   - "L2BDMACLRN"
24874   layout:
24875     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
24876     layout: "plot-throughput-speedup-analysis"
24877
24878 # Speedup - VPP Container Memif 3n-hsw-x710
24879 -
24880   type: "plot"
24881   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24882   algorithm: "plot_throughput_speedup_analysis"
24883   output-file-type: ".html"
24884   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24885   data: "plot-throughput-speedup-analysis-3n-hsw"
24886   filter: "'NIC_Intel-X710' and
24887            '64B' and
24888            ('BASE' or 'SCALE') and
24889            'NDRPDR' and
24890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24891            not 'VHOST' and
24892            'MEMIF'"
24893   parameters:
24894   - "throughput"
24895   - "parent"
24896   - "tags"
24897   sort:
24898   - "L2XCFWD"
24899   - "L2XCFWD"
24900   - "L2XCFWD"
24901   - "L2BDMACLRN"
24902   - "L2BDMACLRN"
24903   - "L2BDMACLRN"
24904   layout:
24905     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
24906     layout: "plot-throughput-speedup-analysis"
24907
24908 -
24909   type: "plot"
24910   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24911   algorithm: "plot_throughput_speedup_analysis"
24912   output-file-type: ".html"
24913   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24914   data: "plot-throughput-speedup-analysis-3n-hsw"
24915   filter: "'NIC_Intel-X710' and
24916            '64B' and
24917            ('BASE' or 'SCALE') and
24918            'NDRPDR' and
24919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24920            not 'VHOST' and
24921            'MEMIF'"
24922   parameters:
24923   - "throughput"
24924   - "parent"
24925   - "tags"
24926   sort:
24927   - "L2XCFWD"
24928   - "L2XCFWD"
24929   - "L2XCFWD"
24930   - "L2BDMACLRN"
24931   - "L2BDMACLRN"
24932   - "L2BDMACLRN"
24933   layout:
24934     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
24935     layout: "plot-throughput-speedup-analysis"
24936
24937 # Speedup - VPP Container Memif 3n-hsw-xl710
24938 -
24939   type: "plot"
24940   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24941   algorithm: "plot_throughput_speedup_analysis"
24942   output-file-type: ".html"
24943   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24944   data: "plot-throughput-speedup-analysis-3n-hsw"
24945   filter: "'NIC_Intel-XL710' and
24946            '64B' and
24947            ('BASE' or 'SCALE') and
24948            'NDRPDR' and
24949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24950            not 'VHOST' and
24951            'MEMIF'"
24952   parameters:
24953   - "throughput"
24954   - "parent"
24955   - "tags"
24956   sort:
24957   - "L2XCFWD"
24958   - "L2XCFWD"
24959   - "L2XCFWD"
24960   - "L2BDMACLRN"
24961   - "L2BDMACLRN"
24962   - "L2BDMACLRN"
24963   layout:
24964     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
24965     layout: "plot-throughput-speedup-analysis"
24966
24967 -
24968   type: "plot"
24969   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24970   algorithm: "plot_throughput_speedup_analysis"
24971   output-file-type: ".html"
24972   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24973   data: "plot-throughput-speedup-analysis-3n-hsw"
24974   filter: "'NIC_Intel-XL710' and
24975            '64B' and
24976            ('BASE' or 'SCALE') and
24977            'NDRPDR' and
24978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24979            not 'VHOST' and
24980            'MEMIF'"
24981   parameters:
24982   - "throughput"
24983   - "parent"
24984   - "tags"
24985   sort:
24986   - "L2XCFWD"
24987   - "L2XCFWD"
24988   - "L2XCFWD"
24989   - "L2BDMACLRN"
24990   - "L2BDMACLRN"
24991   - "L2BDMACLRN"
24992   layout:
24993     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
24994     layout: "plot-throughput-speedup-analysis"
24995
24996 # Speedup - VPP Container Memif 3n-skx-x710
24997 -
24998   type: "plot"
24999   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25000   algorithm: "plot_throughput_speedup_analysis"
25001   output-file-type: ".html"
25002   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25003   data: "plot-throughput-speedup-analysis-3n-skx"
25004   filter: "'NIC_Intel-X710' and
25005            '64B' and
25006            ('BASE' or 'SCALE') and
25007            'NDRPDR' and
25008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25009            not 'VHOST' and
25010            'MEMIF'"
25011   parameters:
25012   - "throughput"
25013   - "parent"
25014   - "tags"
25015   sort:
25016   - "L2XCFWD"
25017   - "L2XCFWD"
25018   - "L2XCFWD"
25019   - "L2BDMACLRN"
25020   - "L2BDMACLRN"
25021   - "L2BDMACLRN"
25022   layout:
25023     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
25024     layout: "plot-throughput-speedup-analysis"
25025
25026 -
25027   type: "plot"
25028   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25029   algorithm: "plot_throughput_speedup_analysis"
25030   output-file-type: ".html"
25031   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25032   data: "plot-throughput-speedup-analysis-3n-skx"
25033   filter: "'NIC_Intel-X710' and
25034            '64B' and
25035            ('BASE' or 'SCALE') and
25036            'NDRPDR' and
25037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25038            not 'VHOST' and
25039             'MEMIF'"
25040   parameters:
25041   - "throughput"
25042   - "parent"
25043   - "tags"
25044   sort:
25045   - "L2XCFWD"
25046   - "L2XCFWD"
25047   - "L2XCFWD"
25048   - "L2BDMACLRN"
25049   - "L2BDMACLRN"
25050   - "L2BDMACLRN"
25051   layout:
25052     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
25053     layout: "plot-throughput-speedup-analysis"
25054
25055 # Speedup - VPP Container Memif 2n-skx-x710
25056 -
25057   type: "plot"
25058   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25059   algorithm: "plot_throughput_speedup_analysis"
25060   output-file-type: ".html"
25061   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25062   data: "plot-throughput-speedup-analysis-2n-skx"
25063   filter: "'NIC_Intel-X710' and
25064            '64B' and
25065            ('BASE' or 'SCALE') and
25066            'NDRPDR' and
25067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25068            not 'VHOST' and
25069            'MEMIF'"
25070   parameters:
25071   - "throughput"
25072   - "parent"
25073   - "tags"
25074   sort:
25075   - "L2XCFWD"
25076   - "L2XCFWD"
25077   - "L2XCFWD"
25078   - "L2BDMACLRN"
25079   - "L2BDMACLRN"
25080   - "L2BDMACLRN"
25081   layout:
25082     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
25083     layout: "plot-throughput-speedup-analysis"
25084
25085 -
25086   type: "plot"
25087   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25088   algorithm: "plot_throughput_speedup_analysis"
25089   output-file-type: ".html"
25090   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25091   data: "plot-throughput-speedup-analysis-2n-skx"
25092   filter: "'NIC_Intel-X710' and
25093            '64B' and
25094            ('BASE' or 'SCALE') and
25095            'NDRPDR' and
25096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25097            not 'VHOST' and
25098             'MEMIF'"
25099   parameters:
25100   - "throughput"
25101   - "parent"
25102   - "tags"
25103   sort:
25104   - "L2XCFWD"
25105   - "L2XCFWD"
25106   - "L2XCFWD"
25107   - "L2BDMACLRN"
25108   - "L2BDMACLRN"
25109   - "L2BDMACLRN"
25110   layout:
25111     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
25112     layout: "plot-throughput-speedup-analysis"
25113
25114 # Speedup - VPP Container Memif 2n-skx-xxv710
25115 -
25116   type: "plot"
25117   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25118   algorithm: "plot_throughput_speedup_analysis"
25119   output-file-type: ".html"
25120   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25121   data: "plot-throughput-speedup-analysis-2n-skx"
25122   filter: "'NIC_Intel-XXV710' and
25123            '64B' and
25124            ('BASE' or 'SCALE') and
25125            'NDRPDR' and
25126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25127            not 'VHOST' and
25128            'MEMIF'"
25129   parameters:
25130   - "throughput"
25131   - "parent"
25132   - "tags"
25133   sort:
25134   - "L2XCFWD"
25135   - "L2XCFWD"
25136   - "L2XCFWD"
25137   - "L2BDMACLRN"
25138   - "L2BDMACLRN"
25139   - "L2BDMACLRN"
25140   layout:
25141     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
25142     layout: "plot-throughput-speedup-analysis"
25143
25144 -
25145   type: "plot"
25146   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25147   algorithm: "plot_throughput_speedup_analysis"
25148   output-file-type: ".html"
25149   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25150   data: "plot-throughput-speedup-analysis-2n-skx"
25151   filter: "'NIC_Intel-XXV710' and
25152            '64B' and
25153            ('BASE' or 'SCALE') and
25154            'NDRPDR' and
25155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25156            not 'VHOST' and
25157             'MEMIF'"
25158   parameters:
25159   - "throughput"
25160   - "parent"
25161   - "tags"
25162   sort:
25163   - "L2XCFWD"
25164   - "L2XCFWD"
25165   - "L2XCFWD"
25166   - "L2BDMACLRN"
25167   - "L2BDMACLRN"
25168   - "L2BDMACLRN"
25169   layout:
25170     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
25171     layout: "plot-throughput-speedup-analysis"
25172
25173 ################################################################################
25174
25175 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
25176 -
25177   type: "plot"
25178   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25179   algorithm: "plot_throughput_speedup_analysis"
25180   output-file-type: ".html"
25181   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
25182   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25183   filter: "'NIC_Intel-X520-DA2' and
25184            '64B' and
25185            ('BASE' or 'SCALE') and
25186            'NDRPDR' and
25187            'L2XCFWD' and
25188            not 'VHOST' and
25189            'MEMIF'"
25190   parameters:
25191   - "throughput"
25192   - "parent"
25193   - "tags"
25194   sort:
25195   - "1VNF"
25196   - "2VNF"
25197   - "4VNF"
25198   - "2VNF"
25199   - "4VNF"
25200   layout:
25201     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
25202     layout: "plot-throughput-speedup-analysis"
25203
25204 -
25205   type: "plot"
25206   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25207   algorithm: "plot_throughput_speedup_analysis"
25208   output-file-type: ".html"
25209   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
25210   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25211   filter: "'NIC_Intel-X520-DA2' and
25212            '64B' and
25213            ('BASE' or 'SCALE') and
25214            'NDRPDR' and
25215            'L2XCFWD' and
25216            not 'VHOST' and
25217            'MEMIF'"
25218   parameters:
25219   - "throughput"
25220   - "parent"
25221   - "tags"
25222   sort:
25223   - "1VNF"
25224   - "2VNF"
25225   - "4VNF"
25226   - "2VNF"
25227   - "4VNF"
25228   layout:
25229     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
25230     layout: "plot-throughput-speedup-analysis"
25231
25232 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
25233 -
25234   type: "plot"
25235   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25236   algorithm: "plot_throughput_speedup_analysis"
25237   output-file-type: ".html"
25238   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
25239   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25240   filter: "'NIC_Intel-X520-DA2' and
25241            '64B' and
25242            ('BASE' or 'SCALE') and
25243            'NDRPDR' and
25244            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25245            not 'VHOST' and
25246            'MEMIF'"
25247   parameters:
25248   - "throughput"
25249   - "parent"
25250   - "tags"
25251   sort:
25252   - "1VNF"
25253   - "2VNF"
25254   - "4VNF"
25255   - "2VNF"
25256   - "4VNF"
25257   layout:
25258     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
25259     layout: "plot-throughput-speedup-analysis"
25260
25261 -
25262   type: "plot"
25263   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25264   algorithm: "plot_throughput_speedup_analysis"
25265   output-file-type: ".html"
25266   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
25267   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25268   filter: "'NIC_Intel-X520-DA2' and
25269            '64B' and
25270            ('BASE' or 'SCALE') and
25271            'NDRPDR' and
25272            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25273            not 'VHOST' and
25274            'MEMIF'"
25275   parameters:
25276   - "throughput"
25277   - "parent"
25278   - "tags"
25279   sort:
25280   - "1VNF"
25281   - "2VNF"
25282   - "4VNF"
25283   - "2VNF"
25284   - "4VNF"
25285   layout:
25286     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
25287     layout: "plot-throughput-speedup-analysis"
25288
25289 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
25290 -
25291   type: "plot"
25292   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25293   algorithm: "plot_throughput_speedup_analysis"
25294   output-file-type: ".html"
25295   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
25296   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25297   filter: "'NIC_Intel-X710' and
25298            '64B' and
25299            ('BASE' or 'SCALE') and
25300            'NDRPDR' and
25301            'L2XCFWD' and
25302            not 'VHOST' and
25303            'MEMIF'"
25304   parameters:
25305   - "throughput"
25306   - "parent"
25307   - "tags"
25308   sort:
25309   - "1VNF"
25310   - "2VNF"
25311   - "4VNF"
25312   - "2VNF"
25313   - "4VNF"
25314   layout:
25315     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
25316     layout: "plot-throughput-speedup-analysis"
25317
25318 -
25319   type: "plot"
25320   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25321   algorithm: "plot_throughput_speedup_analysis"
25322   output-file-type: ".html"
25323   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
25324   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25325   filter: "'NIC_Intel-X710' and
25326            '64B' and
25327            ('BASE' or 'SCALE') and
25328            'NDRPDR' and
25329            'L2XCFWD' and
25330            not 'VHOST' and
25331            'MEMIF'"
25332   parameters:
25333   - "throughput"
25334   - "parent"
25335   - "tags"
25336   sort:
25337   - "1VNF"
25338   - "2VNF"
25339   - "4VNF"
25340   - "2VNF"
25341   - "4VNF"
25342   layout:
25343     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
25344     layout: "plot-throughput-speedup-analysis"
25345
25346 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
25347 -
25348   type: "plot"
25349   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25350   algorithm: "plot_throughput_speedup_analysis"
25351   output-file-type: ".html"
25352   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
25353   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25354   filter: "'NIC_Intel-X710' and
25355            '64B' and
25356            ('BASE' or 'SCALE') and
25357            'NDRPDR' and
25358            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25359            not 'VHOST' and
25360            'MEMIF'"
25361   parameters:
25362   - "throughput"
25363   - "parent"
25364   - "tags"
25365   sort:
25366   - "1VNF"
25367   - "2VNF"
25368   - "4VNF"
25369   - "2VNF"
25370   - "4VNF"
25371   layout:
25372     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
25373     layout: "plot-throughput-speedup-analysis"
25374
25375 -
25376   type: "plot"
25377   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25378   algorithm: "plot_throughput_speedup_analysis"
25379   output-file-type: ".html"
25380   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
25381   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
25382   filter: "'NIC_Intel-X710' and
25383            '64B' and
25384            ('BASE' or 'SCALE') and
25385            'NDRPDR' and
25386            ('L2BDMACSTAT' or 'L2BDMACLRN') and
25387            not 'VHOST' and
25388            'MEMIF'"
25389   parameters:
25390   - "throughput"
25391   - "parent"
25392   - "tags"
25393   sort:
25394   - "1VNF"
25395   - "2VNF"
25396   - "4VNF"
25397   - "2VNF"
25398   - "4VNF"
25399   layout:
25400     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
25401     layout: "plot-throughput-speedup-analysis"
25402
25403 ################################################################################
25404
25405 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
25406 -
25407   type: "plot"
25408   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25409   algorithm: "plot_throughput_speedup_analysis"
25410   output-file-type: ".html"
25411   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25412   data: "plot-throughput-speedup-analysis-3n-hsw"
25413   filter: "'NIC_Intel-X520-DA2' and
25414            '64B' and
25415            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25416            'NDRPDR' and
25417            'IP4FWD' and
25418            not 'IPSEC' and
25419            not 'VHOST'"
25420   parameters:
25421   - "throughput"
25422   - "parent"
25423   - "tags"
25424   sort:
25425   - "DOT1Q"
25426   - "IP4BASE"
25427   - "FIB_20k"
25428   - "FIB_200k"
25429   - "FIB_2M"
25430   layout:
25431     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
25432     layout: "plot-throughput-speedup-analysis"
25433
25434 -
25435   type: "plot"
25436   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25437   algorithm: "plot_throughput_speedup_analysis"
25438   output-file-type: ".html"
25439   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25440   data: "plot-throughput-speedup-analysis-3n-hsw"
25441   filter: "'NIC_Intel-X520-DA2' and
25442            '64B' and
25443            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
25444            'NDRPDR' and
25445            'IP4FWD' and
25446            not 'IPSEC' and
25447            not 'VHOST'"
25448   parameters:
25449   - "throughput"
25450   - "parent"
25451   - "tags"
25452   sort:
25453   - "DOT1Q"
25454   - "IP4BASE"
25455   - "FIB_20k"
25456   - "FIB_200k"
25457   - "FIB_2M"
25458   layout:
25459     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
25460     layout: "plot-throughput-speedup-analysis"
25461
25462 # Speedup - VPP IPv4 3n-hsw-x520 features
25463 -
25464   type: "plot"
25465   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
25466   algorithm: "plot_throughput_speedup_analysis"
25467   output-file-type: ".html"
25468   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
25469   data: "plot-throughput-speedup-analysis-3n-hsw"
25470   filter: "'NIC_Intel-X520-DA2' and
25471            '64B' and
25472            ('IP4BASE' or
25473             'POLICE_MARK' or
25474             'COPWHLIST' or
25475             ('NAT44' and 'BASE') or
25476             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25477            'NDRPDR' and
25478            'IP4FWD' and
25479            not 'IPSEC' and
25480            not 'VHOST'"
25481   parameters:
25482   - "throughput"
25483   - "parent"
25484   - "tags"
25485   sort:
25486   - "DOT1Q"
25487   - "IP4BASE"
25488   - "NAT44"
25489   - "POLICE_MARK"
25490   - "COPWHLIST"
25491   - "IACL"
25492   - "OACL"
25493   layout:
25494     title: "ip4-3n-hsw-x520-64b-features-ndr"
25495     layout: "plot-throughput-speedup-analysis"
25496
25497 -
25498   type: "plot"
25499   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
25500   algorithm: "plot_throughput_speedup_analysis"
25501   output-file-type: ".html"
25502   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
25503   data: "plot-throughput-speedup-analysis-3n-hsw"
25504   filter: "'NIC_Intel-X520-DA2' and
25505            '64B' and
25506            ('IP4BASE' or
25507             'POLICE_MARK' or
25508             'COPWHLIST' or
25509             ('NAT44' and 'BASE') or
25510             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25511            'NDRPDR' and
25512            'IP4FWD' and
25513            not 'IPSEC' and
25514            not 'VHOST'"
25515   parameters:
25516   - "throughput"
25517   - "parent"
25518   - "tags"
25519   sort:
25520   - "DOT1Q"
25521   - "IP4BASE"
25522   - "NAT44"
25523   - "POLICE_MARK"
25524   - "COPWHLIST"
25525   - "IACL"
25526   - "OACL"
25527   layout:
25528     title: "ip4-3n-hsw-x520-64b-features-pdr"
25529     layout: "plot-throughput-speedup-analysis"
25530
25531 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
25532 -
25533   type: "plot"
25534   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25535   algorithm: "plot_throughput_speedup_analysis"
25536   output-file-type: ".html"
25537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
25538   data: "plot-throughput-speedup-analysis-3n-hsw"
25539   filter: "'NIC_Intel-X520-DA2' and
25540            '64B' and
25541            'NDRPDR' and
25542            'IP4FWD' and
25543            'NAT44' and
25544            not 'IPSEC' and
25545            not 'VHOST'"
25546   parameters:
25547   - "throughput"
25548   - "parent"
25549   - "tags"
25550   sort:
25551   - "BASE"
25552   - "BASE"
25553   - "SRC_USER_10"
25554   - "SRC_USER_100"
25555   - "SRC_USER_1000"
25556   - "SRC_USER_2000"
25557   layout:
25558     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
25559     layout: "plot-throughput-speedup-analysis"
25560
25561 -
25562   type: "plot"
25563   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25564   algorithm: "plot_throughput_speedup_analysis"
25565   output-file-type: ".html"
25566   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
25567   data: "plot-throughput-speedup-analysis-3n-hsw"
25568   filter: "'NIC_Intel-X520-DA2' and
25569            '64B' and
25570            'NDRPDR' and
25571            'IP4FWD' and
25572            'NAT44' and
25573            not 'IPSEC' and
25574            not 'VHOST'"
25575   parameters:
25576   - "throughput"
25577   - "parent"
25578   - "tags"
25579   sort:
25580   - "BASE"
25581   - "BASE"
25582   - "SRC_USER_10"
25583   - "SRC_USER_100"
25584   - "SRC_USER_1000"
25585   - "SRC_USER_2000"
25586   layout:
25587     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
25588     layout: "plot-throughput-speedup-analysis"
25589
25590 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
25591 -
25592   type: "plot"
25593   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25594   algorithm: "plot_throughput_speedup_analysis"
25595   output-file-type: ".html"
25596   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
25597   data: "plot-throughput-speedup-analysis-3n-hsw"
25598   filter: "'NIC_Intel-X520-DA2' and
25599            '64B' and
25600            'NDRPDR' and
25601            'IP4FWD' and
25602            'IACL' and
25603            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25604            not 'IPSEC' and
25605            not 'VHOST'"
25606   parameters:
25607   - "throughput"
25608   - "parent"
25609   - "tags"
25610   sort:
25611   - "ACL_STATELESS"
25612   - "ACL_STATEFUL"
25613   - "ACL_STATELESS"
25614   - "ACL_STATEFUL"
25615   layout:
25616     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
25617     layout: "plot-throughput-speedup-analysis"
25618
25619 -
25620   type: "plot"
25621   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25622   algorithm: "plot_throughput_speedup_analysis"
25623   output-file-type: ".html"
25624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
25625   data: "plot-throughput-speedup-analysis-3n-hsw"
25626   filter: "'NIC_Intel-X520-DA2' and
25627            '64B' and
25628            'NDRPDR' and
25629            'IP4FWD' and
25630            'IACL' and
25631            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25632            not 'IPSEC' and
25633            not 'VHOST'"
25634   parameters:
25635   - "throughput"
25636   - "parent"
25637   - "tags"
25638   sort:
25639   - "ACL_STATELESS"
25640   - "ACL_STATEFUL"
25641   - "ACL_STATELESS"
25642   - "ACL_STATEFUL"
25643   layout:
25644     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
25645     layout: "plot-throughput-speedup-analysis"
25646
25647 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
25648 -
25649   type: "plot"
25650   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25651   algorithm: "plot_throughput_speedup_analysis"
25652   output-file-type: ".html"
25653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
25654   data: "plot-throughput-speedup-analysis-3n-hsw"
25655   filter: "'NIC_Intel-X520-DA2' and
25656            '64B' and
25657            'NDRPDR' and
25658            'IP4FWD' and
25659            'OACL' and
25660            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25661            not 'IPSEC' and
25662            not 'VHOST'"
25663   parameters:
25664   - "throughput"
25665   - "parent"
25666   - "tags"
25667   sort:
25668   - "ACL_STATELESS"
25669   - "ACL_STATEFUL"
25670   - "ACL_STATELESS"
25671   - "ACL_STATEFUL"
25672   layout:
25673     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
25674     layout: "plot-throughput-speedup-analysis"
25675
25676 -
25677   type: "plot"
25678   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25679   algorithm: "plot_throughput_speedup_analysis"
25680   output-file-type: ".html"
25681   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
25682   data: "plot-throughput-speedup-analysis-3n-hsw"
25683   filter: "'NIC_Intel-X520-DA2' and
25684            '64B' and
25685            'NDRPDR' and
25686            'IP4FWD' and
25687            'OACL' and
25688            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25689            not 'IPSEC' and
25690            not 'VHOST'"
25691   parameters:
25692   - "throughput"
25693   - "parent"
25694   - "tags"
25695   sort:
25696   - "ACL_STATELESS"
25697   - "ACL_STATEFUL"
25698   - "ACL_STATELESS"
25699   - "ACL_STATEFUL"
25700   layout:
25701     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
25702     layout: "plot-throughput-speedup-analysis"
25703
25704 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
25705 -
25706   type: "plot"
25707   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25708   algorithm: "plot_throughput_speedup_analysis"
25709   output-file-type: ".html"
25710   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25711   data: "plot-throughput-speedup-analysis-3n-hsw"
25712   filter: "'NIC_Intel-X710' and
25713            '64B' and
25714            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25715            'NDRPDR' and
25716            'IP4FWD' and
25717            not 'IPSEC' and
25718            not 'VHOST'"
25719   parameters:
25720   - "throughput"
25721   - "parent"
25722   - "tags"
25723   sort:
25724   - "DOT1Q"
25725   - "IP4BASE"
25726   - "FIB_20K"
25727   - "FIB_200K"
25728   - "FIB_2M"
25729   layout:
25730     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
25731     layout: "plot-throughput-speedup-analysis"
25732
25733 -
25734   type: "plot"
25735   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25736   algorithm: "plot_throughput_speedup_analysis"
25737   output-file-type: ".html"
25738   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25739   data: "plot-throughput-speedup-analysis-3n-hsw"
25740   filter: "'NIC_Intel-X710' and
25741            '64B' and
25742            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25743            'NDRPDR' and
25744            'IP4FWD' and
25745            not 'IPSEC' and
25746            not 'VHOST'"
25747   parameters:
25748   - "throughput"
25749   - "parent"
25750   - "tags"
25751   sort:
25752   - "DOT1Q"
25753   - "IP4BASE"
25754   - "FIB_20K"
25755   - "FIB_200K"
25756   - "FIB_2M"
25757   layout:
25758     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
25759     layout: "plot-throughput-speedup-analysis"
25760
25761 # Speedup - VPP IPv4 3n-hsw-x710 features
25762 -
25763   type: "plot"
25764   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
25765   algorithm: "plot_throughput_speedup_analysis"
25766   output-file-type: ".html"
25767   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
25768   data: "plot-throughput-speedup-analysis-3n-hsw"
25769   filter: "'NIC_Intel-X710' and
25770            '64B' and
25771            ('IP4BASE' or
25772             'POLICE_MARK' or
25773             'COPWHLIST' or
25774             ('NAT44' and 'BASE') or
25775             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25776            'NDRPDR' and
25777            'IP4FWD' and
25778            not 'IPSEC' and
25779            not 'VHOST'"
25780   parameters:
25781   - "throughput"
25782   - "parent"
25783   - "tags"
25784   sort:
25785   - "IP4BASE"
25786   - "NAT44"
25787   - "POLICE_MARK"
25788   - "COPWHLIST"
25789   - "IACL"
25790   - "OACL"
25791   layout:
25792     title: "ip4-3n-hsw-x710-64b-features-ndr"
25793     layout: "plot-throughput-speedup-analysis"
25794
25795 -
25796   type: "plot"
25797   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
25798   algorithm: "plot_throughput_speedup_analysis"
25799   output-file-type: ".html"
25800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
25801   data: "plot-throughput-speedup-analysis-3n-hsw"
25802   filter: "'NIC_Intel-X710' and
25803            '64B' and
25804            ('IP4BASE' or
25805             'POLICE_MARK' or
25806             'COPWHLIST' or
25807             ('NAT44' and 'BASE') or
25808             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
25809            'NDRPDR' and
25810            'IP4FWD' and
25811            not 'IPSEC' and
25812            not 'VHOST'"
25813   parameters:
25814   - "throughput"
25815   - "parent"
25816   - "tags"
25817   sort:
25818   - "IP4BASE"
25819   - "NAT44"
25820   - "POLICE_MARK"
25821   - "COPWHLIST"
25822   - "IACL"
25823   - "OACL"
25824   layout:
25825     title: "ip4-3n-hsw-x710-64b-features-pdr"
25826     layout: "plot-throughput-speedup-analysis"
25827
25828 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
25829 -
25830   type: "plot"
25831   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25832   algorithm: "plot_throughput_speedup_analysis"
25833   output-file-type: ".html"
25834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
25835   data: "plot-throughput-speedup-analysis-3n-hsw"
25836   filter: "'NIC_Intel-X710' and
25837            '64B' and
25838            'NDRPDR' and
25839            'IP4FWD' and
25840            'NAT44' and
25841            not 'IPSEC' and
25842            not 'VHOST'"
25843   parameters:
25844   - "throughput"
25845   - "parent"
25846   - "tags"
25847   sort:
25848   - "BASE"
25849   - "BASE"
25850   - "SRC_USER_10"
25851   - "SRC_USER_100"
25852   - "SRC_USER_1000"
25853   - "SRC_USER_2000"
25854   layout:
25855     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
25856     layout: "plot-throughput-speedup-analysis"
25857
25858 -
25859   type: "plot"
25860   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25861   algorithm: "plot_throughput_speedup_analysis"
25862   output-file-type: ".html"
25863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
25864   data: "plot-throughput-speedup-analysis-3n-hsw"
25865   filter: "'NIC_Intel-X710' and
25866            '64B' and
25867            'NDRPDR' and
25868            'IP4FWD' and
25869            'NAT44' and
25870            not 'IPSEC' and
25871            not 'VHOST'"
25872   parameters:
25873   - "throughput"
25874   - "parent"
25875   - "tags"
25876   sort:
25877   - "BASE"
25878   - "BASE"
25879   - "SRC_USER_10"
25880   - "SRC_USER_100"
25881   - "SRC_USER_1000"
25882   - "SRC_USER_2000"
25883   layout:
25884     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
25885     layout: "plot-throughput-speedup-analysis"
25886
25887 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
25888 -
25889   type: "plot"
25890   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25891   algorithm: "plot_throughput_speedup_analysis"
25892   output-file-type: ".html"
25893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
25894   data: "plot-throughput-speedup-analysis-3n-hsw"
25895   filter: "'NIC_Intel-X710' and
25896            '64B' and
25897            'NDRPDR' and
25898            'IP4FWD' and
25899            'IACL' and
25900            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25901            not 'IPSEC' and
25902            not 'VHOST'"
25903   parameters:
25904   - "throughput"
25905   - "parent"
25906   - "tags"
25907   sort:
25908   - "ACL_STATELESS"
25909   - "ACL_STATEFUL"
25910   - "ACL_STATELESS"
25911   - "ACL_STATEFUL"
25912   layout:
25913     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
25914     layout: "plot-throughput-speedup-analysis"
25915
25916 -
25917   type: "plot"
25918   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25919   algorithm: "plot_throughput_speedup_analysis"
25920   output-file-type: ".html"
25921   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
25922   data: "plot-throughput-speedup-analysis-3n-hsw"
25923   filter: "'NIC_Intel-X710' and
25924            '64B' and
25925            'NDRPDR' and
25926            'IP4FWD' and
25927            'IACL' and
25928            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25929            not 'IPSEC' and
25930            not 'VHOST'"
25931   parameters:
25932   - "throughput"
25933   - "parent"
25934   - "tags"
25935   sort:
25936   - "ACL_STATELESS"
25937   - "ACL_STATEFUL"
25938   - "ACL_STATELESS"
25939   - "ACL_STATEFUL"
25940   layout:
25941     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
25942     layout: "plot-throughput-speedup-analysis"
25943
25944 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
25945 -
25946   type: "plot"
25947   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25948   algorithm: "plot_throughput_speedup_analysis"
25949   output-file-type: ".html"
25950   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
25951   data: "plot-throughput-speedup-analysis-3n-hsw"
25952   filter: "'NIC_Intel-X710' and
25953            '64B' and
25954            'NDRPDR' and
25955            'IP4FWD' and
25956            'OACL' and
25957            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25958            not 'IPSEC' and
25959            not 'VHOST'"
25960   parameters:
25961   - "throughput"
25962   - "parent"
25963   - "tags"
25964   sort:
25965   - "ACL_STATELESS"
25966   - "ACL_STATEFUL"
25967   - "ACL_STATELESS"
25968   - "ACL_STATEFUL"
25969   layout:
25970     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
25971     layout: "plot-throughput-speedup-analysis"
25972
25973 -
25974   type: "plot"
25975   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25976   algorithm: "plot_throughput_speedup_analysis"
25977   output-file-type: ".html"
25978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
25979   data: "plot-throughput-speedup-analysis-3n-hsw"
25980   filter: "'NIC_Intel-X710' and
25981            '64B' and
25982            'NDRPDR' and
25983            'IP4FWD' and
25984            'OACL' and
25985            ('ACL10' or 'ACL50') and '10k_FLOWS' and
25986            not 'IPSEC' and
25987            not 'VHOST'"
25988   parameters:
25989   - "throughput"
25990   - "parent"
25991   - "tags"
25992   sort:
25993   - "ACL_STATELESS"
25994   - "ACL_STATEFUL"
25995   - "ACL_STATELESS"
25996   - "ACL_STATEFUL"
25997   layout:
25998     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
25999     layout: "plot-throughput-speedup-analysis"
26000
26001 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
26002 -
26003   type: "plot"
26004   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26005   algorithm: "plot_throughput_speedup_analysis"
26006   output-file-type: ".html"
26007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26008   data: "plot-throughput-speedup-analysis-3n-hsw"
26009   filter: "'NIC_Intel-XL710' and
26010            '64B' and
26011            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26012            'NDRPDR' and
26013            'IP4FWD' and
26014            not 'IPSEC' and
26015            not 'VHOST'"
26016   parameters:
26017   - "throughput"
26018   - "parent"
26019   - "tags"
26020   sort:
26021   - "IP4BASE"
26022   - "FIB_20K"
26023   - "FIB_200K"
26024   - "FIB_2M"
26025   layout:
26026     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26027     layout: "plot-throughput-speedup-analysis"
26028
26029 -
26030   type: "plot"
26031   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26032   algorithm: "plot_throughput_speedup_analysis"
26033   output-file-type: ".html"
26034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26035   data: "plot-throughput-speedup-analysis-3n-hsw"
26036   filter: "'NIC_Intel-XL710' and
26037            '64B' and
26038            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26039            'NDRPDR' and
26040            'IP4FWD' and
26041            not 'IPSEC' and
26042            not 'VHOST'"
26043   parameters:
26044   - "throughput"
26045   - "parent"
26046   - "tags"
26047   sort:
26048   - "IP4BASE"
26049   - "FIB_20K"
26050   - "FIB_200K"
26051   - "FIB_2M"
26052   layout:
26053     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26054     layout: "plot-throughput-speedup-analysis"
26055
26056 # Speedup - VPP IPv4 3n-skx-x710 base and scale
26057 -
26058   type: "plot"
26059   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26060   algorithm: "plot_throughput_speedup_analysis"
26061   output-file-type: ".html"
26062   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26063   data: "plot-throughput-speedup-analysis-3n-skx"
26064   filter: "'NIC_Intel-X710' and
26065            '64B' and
26066            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26067            'NDRPDR' and
26068            'IP4FWD' and
26069            not 'IPSEC' and
26070            not 'VHOST'"
26071   parameters:
26072   - "throughput"
26073   - "parent"
26074   - "tags"
26075   sort:
26076   - "IP4BASE"
26077   - "FIB_20K"
26078   - "FIB_200K"
26079   - "FIB_2M"
26080   layout:
26081     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
26082     layout: "plot-throughput-speedup-analysis"
26083
26084 -
26085   type: "plot"
26086   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26087   algorithm: "plot_throughput_speedup_analysis"
26088   output-file-type: ".html"
26089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26090   data: "plot-throughput-speedup-analysis-3n-skx"
26091   filter: "'NIC_Intel-X710' and
26092            '64B' and
26093            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26094            'NDRPDR' and
26095            'IP4FWD' and
26096            not 'IPSEC' and
26097            not 'VHOST'"
26098   parameters:
26099   - "throughput"
26100   - "parent"
26101   - "tags"
26102   sort:
26103   - "IP4BASE"
26104   - "FIB_20K"
26105   - "FIB_200K"
26106   - "FIB_2M"
26107   layout:
26108     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
26109     layout: "plot-throughput-speedup-analysis"
26110
26111 # Speedup - VPP IPv4 3n-skx-x710 features
26112 -
26113   type: "plot"
26114   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
26115   algorithm: "plot_throughput_speedup_analysis"
26116   output-file-type: ".html"
26117   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
26118   data: "plot-throughput-speedup-analysis-3n-skx"
26119   filter: "'NIC_Intel-X710' and
26120            '64B' and
26121            ('IP4BASE' or
26122             'POLICE_MARK' or
26123             'COPWHLIST' or
26124             ('NAT44' and 'BASE') or
26125             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26126            'NDRPDR' and
26127            'IP4FWD' and
26128            not 'IPSEC' and
26129            not 'VHOST'"
26130   parameters:
26131   - "throughput"
26132   - "parent"
26133   - "tags"
26134   sort:
26135   - "IP4BASE"
26136   - "NAT44"
26137   - "POLICE_MARK"
26138   - "COPWHLIST"
26139   - "IACL"
26140   - "OACL"
26141   layout:
26142     title: "ip4-3n-skx-x710-64b-features-ndr"
26143     layout: "plot-throughput-speedup-analysis"
26144
26145 -
26146   type: "plot"
26147   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
26148   algorithm: "plot_throughput_speedup_analysis"
26149   output-file-type: ".html"
26150   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
26151   data: "plot-throughput-speedup-analysis-3n-skx"
26152   filter: "'NIC_Intel-X710' and
26153            '64B' and
26154            ('IP4BASE' or
26155             'POLICE_MARK' or
26156             'COPWHLIST' or
26157             ('NAT44' and 'BASE') or
26158             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
26159            'NDRPDR' and
26160            'IP4FWD' and
26161            not 'IPSEC' and
26162            not 'VHOST'"
26163   parameters:
26164   - "throughput"
26165   - "parent"
26166   - "tags"
26167   sort:
26168   - "IP4BASE"
26169   - "NAT44"
26170   - "POLICE_MARK"
26171   - "COPWHLIST"
26172   - "IACL"
26173   - "OACL"
26174   layout:
26175     title: "ip4-3n-skx-x710-64b-features-pdr"
26176     layout: "plot-throughput-speedup-analysis"
26177
26178 # Speedup - VPP IPv4 3n-skx-x710 features nat44
26179 -
26180   type: "plot"
26181   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26182   algorithm: "plot_throughput_speedup_analysis"
26183   output-file-type: ".html"
26184   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
26185   data: "plot-throughput-speedup-analysis-3n-skx"
26186   filter: "'NIC_Intel-X710' and
26187            '64B' and
26188            'NDRPDR' and
26189            'IP4FWD' and
26190            'NAT44' and
26191            not 'IPSEC' and
26192            not 'VHOST'"
26193   parameters:
26194   - "throughput"
26195   - "parent"
26196   - "tags"
26197   sort:
26198   - "BASE"
26199   - "BASE"
26200   - "SRC_USER_10"
26201   - "SRC_USER_100"
26202   - "SRC_USER_1000"
26203   - "SRC_USER_2000"
26204   layout:
26205     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
26206     layout: "plot-throughput-speedup-analysis"
26207
26208 -
26209   type: "plot"
26210   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26211   algorithm: "plot_throughput_speedup_analysis"
26212   output-file-type: ".html"
26213   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
26214   data: "plot-throughput-speedup-analysis-3n-skx"
26215   filter: "'NIC_Intel-X710' and
26216            '64B' and
26217            'NDRPDR' and
26218            'IP4FWD' and
26219            'NAT44' and
26220            not 'IPSEC' and
26221            not 'VHOST'"
26222   parameters:
26223   - "throughput"
26224   - "parent"
26225   - "tags"
26226   sort:
26227   - "BASE"
26228   - "BASE"
26229   - "SRC_USER_10"
26230   - "SRC_USER_100"
26231   - "SRC_USER_1000"
26232   - "SRC_USER_2000"
26233   layout:
26234     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
26235     layout: "plot-throughput-speedup-analysis"
26236
26237 # Speedup - VPP IPv4 3n-skx-x710 features iacl
26238 -
26239   type: "plot"
26240   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26241   algorithm: "plot_throughput_speedup_analysis"
26242   output-file-type: ".html"
26243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
26244   data: "plot-throughput-speedup-analysis-3n-skx"
26245   filter: "'NIC_Intel-X710' and
26246            '64B' and
26247            'NDRPDR' and
26248            'IP4FWD' and
26249            'IACL' and
26250            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26251            not 'IPSEC' and
26252            not 'VHOST'"
26253   parameters:
26254   - "throughput"
26255   - "parent"
26256   - "tags"
26257   sort:
26258   - "ACL_STATELESS"
26259   - "ACL_STATEFUL"
26260   - "ACL_STATELESS"
26261   - "ACL_STATEFUL"
26262   layout:
26263     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
26264     layout: "plot-throughput-speedup-analysis"
26265
26266 -
26267   type: "plot"
26268   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26269   algorithm: "plot_throughput_speedup_analysis"
26270   output-file-type: ".html"
26271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
26272   data: "plot-throughput-speedup-analysis-3n-skx"
26273   filter: "'NIC_Intel-X710' and
26274            '64B' and
26275            'NDRPDR' and
26276            'IP4FWD' and
26277            'IACL' and
26278            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26279            not 'IPSEC' and
26280            not 'VHOST'"
26281   parameters:
26282   - "throughput"
26283   - "parent"
26284   - "tags"
26285   sort:
26286   - "ACL_STATELESS"
26287   - "ACL_STATEFUL"
26288   - "ACL_STATELESS"
26289   - "ACL_STATEFUL"
26290   layout:
26291     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
26292     layout: "plot-throughput-speedup-analysis"
26293
26294 # Speedup - VPP IPv4 3n-skx-x710 features oacl
26295 -
26296   type: "plot"
26297   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26298   algorithm: "plot_throughput_speedup_analysis"
26299   output-file-type: ".html"
26300   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
26301   data: "plot-throughput-speedup-analysis-3n-skx"
26302   filter: "'NIC_Intel-X710' and
26303            '64B' and
26304            'NDRPDR' and
26305            'IP4FWD' and
26306            'OACL' and
26307            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26308            not 'IPSEC' and
26309            not 'VHOST'"
26310   parameters:
26311   - "throughput"
26312   - "parent"
26313   - "tags"
26314   sort:
26315   - "ACL_STATELESS"
26316   - "ACL_STATEFUL"
26317   - "ACL_STATELESS"
26318   - "ACL_STATEFUL"
26319   layout:
26320     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
26321     layout: "plot-throughput-speedup-analysis"
26322
26323 -
26324   type: "plot"
26325   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26326   algorithm: "plot_throughput_speedup_analysis"
26327   output-file-type: ".html"
26328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
26329   data: "plot-throughput-speedup-analysis-3n-skx"
26330   filter: "'NIC_Intel-X710' and
26331            '64B' and
26332            'NDRPDR' and
26333            'IP4FWD' and
26334            'OACL' and
26335            ('ACL10' or 'ACL50') and '10k_FLOWS' and
26336            not 'IPSEC' and
26337            not 'VHOST'"
26338   parameters:
26339   - "throughput"
26340   - "parent"
26341   - "tags"
26342   sort:
26343   - "ACL_STATELESS"
26344   - "ACL_STATEFUL"
26345   - "ACL_STATELESS"
26346   - "ACL_STATEFUL"
26347   layout:
26348     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
26349     layout: "plot-throughput-speedup-analysis"
26350
26351 # Speedup - VPP IPv4 2n-skx-x710 base and scale
26352 -
26353   type: "plot"
26354   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26355   algorithm: "plot_throughput_speedup_analysis"
26356   output-file-type: ".html"
26357   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26358   data: "plot-throughput-speedup-analysis-2n-skx"
26359   filter: "'NIC_Intel-X710' and
26360            '64B' and
26361            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26362            'NDRPDR' and
26363            'IP4FWD' and
26364            not 'IPSEC' and
26365            not 'VHOST'"
26366   parameters:
26367   - "throughput"
26368   - "parent"
26369   - "tags"
26370   sort:
26371   - "DOT1Q"
26372   - "IP4BASE"
26373   - "FIB_20k"
26374   - "FIB_200k"
26375   - "FIB_2M"
26376   layout:
26377     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
26378     layout: "plot-throughput-speedup-analysis"
26379
26380 -
26381   type: "plot"
26382   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26383   algorithm: "plot_throughput_speedup_analysis"
26384   output-file-type: ".html"
26385   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26386   data: "plot-throughput-speedup-analysis-2n-skx"
26387   filter: "'NIC_Intel-X710' and
26388            '64B' and
26389            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26390            'NDRPDR' and
26391            'IP4FWD' and
26392            not 'IPSEC' and
26393            not 'VHOST'"
26394   parameters:
26395   - "throughput"
26396   - "parent"
26397   - "tags"
26398   sort:
26399   - "DOT1Q"
26400   - "IP4BASE"
26401   - "FIB_20k"
26402   - "FIB_200k"
26403   - "FIB_2M"
26404   layout:
26405     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
26406     layout: "plot-throughput-speedup-analysis"
26407
26408 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
26409 -
26410   type: "plot"
26411   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26412   algorithm: "plot_throughput_speedup_analysis"
26413   output-file-type: ".html"
26414   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26415   data: "plot-throughput-speedup-analysis-2n-skx"
26416   filter: "'NIC_Intel-XXV710' and
26417            '64B' and
26418            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26419            'NDRPDR' and
26420            'IP4FWD' and
26421            not 'IPSEC' and
26422            not 'VHOST'"
26423   parameters:
26424   - "throughput"
26425   - "parent"
26426   - "tags"
26427   sort:
26428   - "DOT1Q"
26429   - "IP4BASE"
26430   - "FIB_20k"
26431   - "FIB_200k"
26432   - "FIB_2M"
26433   layout:
26434     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
26435     layout: "plot-throughput-speedup-analysis"
26436
26437 -
26438   type: "plot"
26439   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26440   algorithm: "plot_throughput_speedup_analysis"
26441   output-file-type: ".html"
26442   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26443   data: "plot-throughput-speedup-analysis-2n-skx"
26444   filter: "'NIC_Intel-XXV710' and
26445            '64B' and
26446            ('IP4BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
26447            'NDRPDR' and
26448            'IP4FWD' and
26449            not 'IPSEC' and
26450            not 'VHOST'"
26451   parameters:
26452   - "throughput"
26453   - "parent"
26454   - "tags"
26455   sort:
26456   - "DOT1Q"
26457   - "IP4BASE"
26458   - "FIB_20k"
26459   - "FIB_200k"
26460   - "FIB_2M"
26461   layout:
26462     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
26463     layout: "plot-throughput-speedup-analysis"
26464
26465 # Speedup - VPP IPv4 2n-dnv-x553 base
26466 -
26467   type: "plot"
26468   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
26469   algorithm: "plot_throughput_speedup_analysis"
26470   output-file-type: ".html"
26471   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
26472   data: "intel-dnv-vpp"
26473   filter: "'NIC_Intel-X553' and
26474            '64B' and
26475            'IP4BASE' and
26476            'NDRPDR' and
26477            'IP4FWD' and
26478            not 'IPSEC' and
26479            not 'VHOST'"
26480   parameters:
26481   - "throughput"
26482   - "parent"
26483   - "tags"
26484   sort:
26485   - "IP4BASE"
26486   layout:
26487     title: "ip4-2n-dnv-x553-64b-base-ndr"
26488     layout: "plot-throughput-speedup-analysis"
26489
26490 -
26491   type: "plot"
26492   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
26493   algorithm: "plot_throughput_speedup_analysis"
26494   output-file-type: ".html"
26495   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
26496   data: "intel-dnv-vpp"
26497   filter: "'NIC_Intel-X553' and
26498            '64B' and
26499            'IP4BASE' and
26500            'NDRPDR' and
26501            'IP4FWD' and
26502            not 'IPSEC' and
26503            not 'VHOST'"
26504   parameters:
26505   - "throughput"
26506   - "parent"
26507   - "tags"
26508   sort:
26509   - "IP4BASE"
26510   layout:
26511     title: "ip4-2n-dnv-x553-64b-base-pdr"
26512     layout: "plot-throughput-speedup-analysis"
26513
26514 ################################################################################
26515
26516 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
26517 -
26518   type: "plot"
26519   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26520   algorithm: "plot_throughput_speedup_analysis"
26521   output-file-type: ".html"
26522   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26523   data: "plot-throughput-speedup-analysis-3n-hsw"
26524   filter: "'NIC_Intel-X520_DA2' and
26525            '64B' and
26526            'ENCAP' and
26527            'NDRPDR' and
26528            ('VXLAN' or 'LISP') and
26529            not 'VHOST' and
26530            not 'IPSECHW'"
26531   parameters:
26532   - "throughput"
26533   - "parent"
26534   - "tags"
26535   sort:
26536   - "not DOT1Q"
26537   - "VXLAN_1"
26538   - "VXLAN_10"
26539   - "VXLAN_100"
26540   - "VXLAN_1000"
26541   layout:
26542     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
26543     layout: "plot-throughput-speedup-analysis"
26544
26545 -
26546   type: "plot"
26547   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26548   algorithm: "plot_throughput_speedup_analysis"
26549   output-file-type: ".html"
26550   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26551   data: "plot-throughput-speedup-analysis-3n-hsw"
26552   filter: "'NIC_Intel-X520_DA2' and
26553            '64B' and
26554            'ENCAP' and
26555            'NDRPDR' and
26556            ('VXLAN' or 'LISP') and
26557            not 'VHOST' and
26558            not 'IPSECHW'"
26559   parameters:
26560   - "throughput"
26561   - "parent"
26562   - "tags"
26563   sort:
26564   - "not DOT1Q"
26565   - "VXLAN_1"
26566   - "VXLAN_10"
26567   - "VXLAN_100"
26568   - "VXLAN_1000"
26569   layout:
26570     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
26571     layout: "plot-throughput-speedup-analysis"
26572
26573 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
26574 -
26575   type: "plot"
26576   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26577   algorithm: "plot_throughput_speedup_analysis"
26578   output-file-type: ".html"
26579   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26580   data: "plot-throughput-speedup-analysis-3n-hsw"
26581   filter: "'NIC_Intel-X520-DA2' and
26582            '64B' and
26583            'ENCAP' and
26584            'NDRPDR' and
26585            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26586            not 'DOT1Q' and
26587            not 'VHOST' and
26588            not 'IPSECHW'"
26589   parameters:
26590   - "throughput"
26591   - "parent"
26592   - "tags"
26593   sort:
26594   - "L2BDMACLRN"
26595   - "L2XCFWD"
26596   - "LISP"
26597   layout:
26598     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
26599     layout: "plot-throughput-speedup-analysis"
26600
26601 -
26602   type: "plot"
26603   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26604   algorithm: "plot_throughput_speedup_analysis"
26605   output-file-type: ".html"
26606   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26607   data: "plot-throughput-speedup-analysis-3n-hsw"
26608   filter: "'NIC_Intel-X520-DA2' and
26609            '64B' and
26610            'ENCAP' and
26611            'NDRPDR' and
26612            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26613            not 'DOT1Q' and
26614            not 'VHOST' and
26615            not 'IPSECHW'"
26616   parameters:
26617   - "throughput"
26618   - "parent"
26619   - "tags"
26620   sort:
26621   - "L2BDMACLRN"
26622   - "L2XCFWD"
26623   - "LISP"
26624   layout:
26625     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
26626     layout: "plot-throughput-speedup-analysis"
26627
26628 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
26629 -
26630   type: "plot"
26631   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26632   algorithm: "plot_throughput_speedup_analysis"
26633   output-file-type: ".html"
26634   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26635   data: "plot-throughput-speedup-analysis-3n-hsw"
26636   filter: "'NIC_Intel-X710' and
26637            '64B' and
26638            'ENCAP' and
26639            'NDRPDR' and
26640            ('VXLAN' or 'LISP') and
26641            not 'VHOST' and
26642            not 'IPSECHW'"
26643   parameters:
26644   - "throughput"
26645   - "parent"
26646   - "tags"
26647   sort:
26648   - "LISP"
26649   - "VXLAN_1"
26650   - "VXLAN_10"
26651   - "VXLAN_100"
26652   - "VXLAN_1000"
26653   layout:
26654     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
26655     layout: "plot-throughput-speedup-analysis"
26656
26657 -
26658   type: "plot"
26659   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26660   algorithm: "plot_throughput_speedup_analysis"
26661   output-file-type: ".html"
26662   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26663   data: "plot-throughput-speedup-analysis-3n-hsw"
26664   filter: "'NIC_Intel-X710' and
26665            '64B' and
26666            'ENCAP' and
26667            'NDRPDR' and
26668            ('VXLAN' or 'LISP') and
26669            not 'VHOST' and
26670            not 'IPSECHW'"
26671   parameters:
26672   - "throughput"
26673   - "parent"
26674   - "tags"
26675   sort:
26676   - "LISP"
26677   - "VXLAN_1"
26678   - "VXLAN_10"
26679   - "VXLAN_100"
26680   - "VXLAN_1000"
26681   layout:
26682     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
26683     layout: "plot-throughput-speedup-analysis"
26684
26685 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
26686 -
26687   type: "plot"
26688   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26689   algorithm: "plot_throughput_speedup_analysis"
26690   output-file-type: ".html"
26691   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
26692   data: "plot-throughput-speedup-analysis-3n-hsw"
26693   filter: "'NIC_Intel-X710' and
26694            '64B' and
26695            'ENCAP' and
26696            'NDRPDR' and
26697            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26698            not 'DOT1Q' and
26699            not 'VHOST' and
26700            not 'IPSECHW'"
26701   parameters:
26702   - "throughput"
26703   - "parent"
26704   - "tags"
26705   sort:
26706   - "L2BDMACLRN"
26707   - "L2XCFWD"
26708   - "LISP"
26709   layout:
26710     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
26711     layout: "plot-throughput-speedup-analysis"
26712
26713 -
26714   type: "plot"
26715   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26716   algorithm: "plot_throughput_speedup_analysis"
26717   output-file-type: ".html"
26718   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
26719   data: "plot-throughput-speedup-analysis-3n-hsw"
26720   filter: "'NIC_Intel-X710' and
26721            '64B' and
26722            'ENCAP' and
26723            'NDRPDR' and
26724            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26725            not 'DOT1Q' and
26726            not 'VHOST' and
26727            not 'IPSECHW'"
26728   parameters:
26729   - "throughput"
26730   - "parent"
26731   - "tags"
26732   sort:
26733   - "L2BDMACLRN"
26734   - "L2XCFWD"
26735   - "LISP"
26736   layout:
26737     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
26738     layout: "plot-throughput-speedup-analysis"
26739
26740 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
26741 -
26742   type: "plot"
26743   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26744   algorithm: "plot_throughput_speedup_analysis"
26745   output-file-type: ".html"
26746   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26747   data: "plot-throughput-speedup-analysis-3n-skx"
26748   filter: "'NIC_Intel-X710' and
26749            '64B' and
26750            'ENCAP' and
26751            'NDRPDR' and
26752            'VXLAN' and
26753            'L2BDMACLRN' and
26754            not 'VHOST' and
26755            not 'IPSECHW'"
26756   parameters:
26757   - "throughput"
26758   - "parent"
26759   - "tags"
26760   sort:
26761   - "LISP"
26762   - "VXLAN_1"
26763   - "VXLAN_10"
26764   - "VXLAN_100"
26765   - "VXLAN_1000"
26766   layout:
26767     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
26768     layout: "plot-throughput-speedup-analysis"
26769
26770 -
26771   type: "plot"
26772   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26773   algorithm: "plot_throughput_speedup_analysis"
26774   output-file-type: ".html"
26775   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26776   data: "plot-throughput-speedup-analysis-3n-skx"
26777   filter: "'NIC_Intel-X710' and
26778            '64B' and
26779            'ENCAP' and
26780            'NDRPDR' and
26781            'VXLAN' and
26782            'L2BDMACLRN' and
26783            not 'VHOST' and
26784            not 'IPSECHW'"
26785   parameters:
26786   - "throughput"
26787   - "parent"
26788   - "tags"
26789   sort:
26790   - "LISP"
26791   - "VXLAN_1"
26792   - "VXLAN_10"
26793   - "VXLAN_100"
26794   - "VXLAN_1000"
26795   layout:
26796     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
26797     layout: "plot-throughput-speedup-analysis"
26798
26799 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
26800 -
26801   type: "plot"
26802   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26803   algorithm: "plot_throughput_speedup_analysis"
26804   output-file-type: ".html"
26805   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
26806   data: "plot-throughput-speedup-analysis-3n-skx"
26807   filter: "'NIC_Intel-X710' and
26808            '64B' and
26809            'ENCAP' and
26810            'NDRPDR' and
26811            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26812            not 'DOT1Q' and
26813            not 'VHOST' and
26814            not 'IPSECHW'"
26815   parameters:
26816   - "throughput"
26817   - "parent"
26818   - "tags"
26819   sort:
26820   - "L2BDMACLRN"
26821   - "L2XCFWD"
26822   - "LISP"
26823   layout:
26824     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
26825     layout: "plot-throughput-speedup-analysis"
26826
26827 -
26828   type: "plot"
26829   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26830   algorithm: "plot_throughput_speedup_analysis"
26831   output-file-type: ".html"
26832   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
26833   data: "plot-throughput-speedup-analysis-3n-skx"
26834   filter: "'NIC_Intel-X710' and
26835            '64B' and
26836            'ENCAP' and
26837            'NDRPDR' and
26838            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
26839            not 'DOT1Q' and
26840            not 'VHOST' and
26841            not 'IPSECHW'"
26842   parameters:
26843   - "throughput"
26844   - "parent"
26845   - "tags"
26846   sort:
26847   - "L2BDMACLRN"
26848   - "L2XCFWD"
26849   - "LISP"
26850   layout:
26851     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
26852     layout: "plot-throughput-speedup-analysis"
26853
26854 ################################################################################
26855
26856 # Speedup - VPP IPv6 3n-hsw-x520
26857 -
26858   type: "plot"
26859   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26860   algorithm: "plot_throughput_speedup_analysis"
26861   output-file-type: ".html"
26862   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
26863   data: "plot-throughput-speedup-analysis-3n-hsw"
26864   filter: "'NIC_Intel-X520-DA2' and
26865            '78B' and
26866            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26867            'NDRPDR' and
26868            'IP6FWD' and
26869            not 'SRv6' and
26870            not 'IPSEC' and
26871            not 'VHOST'"
26872   parameters:
26873   - "throughput"
26874   - "parent"
26875   - "tags"
26876   sort:
26877   - "IP6BASE"
26878   - "FIB_20K"
26879   - "FIB_200K"
26880   - "FIB_2M"
26881   layout:
26882     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
26883     layout: "plot-throughput-speedup-analysis"
26884
26885 -
26886   type: "plot"
26887   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26888   algorithm: "plot_throughput_speedup_analysis"
26889   output-file-type: ".html"
26890   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
26891   data: "plot-throughput-speedup-analysis-3n-hsw"
26892   filter: "'NIC_Intel-X520-DA2' and
26893            '78B' and
26894            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26895            'NDRPDR' and
26896            'IP6FWD' and
26897            not 'SRv6' and
26898            not 'IPSEC' and
26899            not 'VHOST'"
26900   parameters:
26901   - "throughput"
26902   - "parent"
26903   - "tags"
26904   sort:
26905   - "IP6BASE"
26906   - "FIB_20K"
26907   - "FIB_200K"
26908   - "FIB_2M"
26909   layout:
26910     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
26911     layout: "plot-throughput-speedup-analysis"
26912
26913 # Speedup - VPP IPv6 3n-hsw-x520 features
26914 -
26915   type: "plot"
26916   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26917   algorithm: "plot_throughput_speedup_analysis"
26918   output-file-type: ".html"
26919   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
26920   data: "plot-throughput-speedup-analysis-3n-hsw"
26921   filter: "'NIC_Intel-X520-DA2' and
26922            '78B' and
26923            ('IP6BASE' or
26924             'POLICE_MARK' or
26925             'COPWHLIST' or
26926             'IACLDST') and
26927            'NDRPDR' and
26928            'IP6FWD' and
26929            not 'SRv6' and
26930            not 'IPSEC' and
26931            not 'VHOST'"
26932   parameters:
26933   - "throughput"
26934   - "parent"
26935   - "tags"
26936   sort:
26937   - "IP6BASE"
26938   - "POLICE_MARK"
26939   - "COPWHLIST"
26940   - "IACLDST"
26941   layout:
26942     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
26943     layout: "plot-throughput-speedup-analysis"
26944
26945 -
26946   type: "plot"
26947   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26948   algorithm: "plot_throughput_speedup_analysis"
26949   output-file-type: ".html"
26950   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
26951   data: "plot-throughput-speedup-analysis-3n-hsw"
26952   filter: "'NIC_Intel-X520-DA2' and
26953            '78B' and
26954            ('IP6BASE' or
26955             'POLICE_MARK' or
26956             'COPWHLIST' or
26957             'IACLDST') and
26958            'NDRPDR' and
26959            'IP6FWD' and
26960            not 'SRv6' and
26961            not 'IPSEC' and
26962            not 'VHOST'"
26963   parameters:
26964   - "throughput"
26965   - "parent"
26966   - "tags"
26967   sort:
26968   - "IP6BASE"
26969   - "POLICE_MARK"
26970   - "COPWHLIST"
26971   - "IACLDST"
26972   layout:
26973     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
26974     layout: "plot-throughput-speedup-analysis"
26975
26976 # Speedup - VPP IPv6 3n-hsw-x710
26977 -
26978   type: "plot"
26979   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26980   algorithm: "plot_throughput_speedup_analysis"
26981   output-file-type: ".html"
26982   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
26983   data: "plot-throughput-speedup-analysis-3n-hsw"
26984   filter: "'NIC_Intel-X710' and
26985            '78B' and
26986            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
26987            'NDRPDR' and
26988            'IP6FWD' and
26989            not 'SRv6' and
26990            not 'IPSEC' and
26991            not 'VHOST'"
26992   parameters:
26993   - "throughput"
26994   - "parent"
26995   - "tags"
26996   sort:
26997   - "IP6BASE"
26998   - "FIB_20K"
26999   - "FIB_200K"
27000   - "FIB_2M"
27001   layout:
27002     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
27003     layout: "plot-throughput-speedup-analysis"
27004
27005 -
27006   type: "plot"
27007   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27008   algorithm: "plot_throughput_speedup_analysis"
27009   output-file-type: ".html"
27010   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
27011   data: "plot-throughput-speedup-analysis-3n-hsw"
27012   filter: "'NIC_Intel-X710' and
27013            '78B' and
27014            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27015            'NDRPDR' and
27016            'IP6FWD' and
27017            not 'SRv6' and
27018            not 'IPSEC' and
27019            not 'VHOST'"
27020   parameters:
27021   - "throughput"
27022   - "parent"
27023   - "tags"
27024   sort:
27025   - "IP6BASE"
27026   - "FIB_20K"
27027   - "FIB_200K"
27028   - "FIB_2M"
27029   layout:
27030     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
27031     layout: "plot-throughput-speedup-analysis"
27032
27033 # Speedup - VPP IPv6 3n-hsw-x710 features
27034 -
27035   type: "plot"
27036   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27037   algorithm: "plot_throughput_speedup_analysis"
27038   output-file-type: ".html"
27039   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
27040   data: "plot-throughput-speedup-analysis-3n-hsw"
27041   filter: "'NIC_Intel-X710' and
27042            '78B' and
27043            ('IP6BASE' or
27044             'POLICE_MARK' or
27045             'COPWHLIST' or
27046             'IACLDST') and
27047            'NDRPDR' and
27048            'IP6FWD' and
27049            not 'SRv6' and
27050            not 'IPSEC' and
27051            not 'VHOST'"
27052   parameters:
27053   - "throughput"
27054   - "parent"
27055   - "tags"
27056   sort:
27057   - "IP6BASE"
27058   - "POLICE_MARK"
27059   - "COPWHLIST"
27060   - "IACLDST"
27061   layout:
27062     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
27063     layout: "plot-throughput-speedup-analysis"
27064
27065 -
27066   type: "plot"
27067   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27068   algorithm: "plot_throughput_speedup_analysis"
27069   output-file-type: ".html"
27070   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
27071   data: "plot-throughput-speedup-analysis-3n-hsw"
27072   filter: "'NIC_Intel-X710' and
27073            '78B' and
27074            ('IP6BASE' or
27075             'POLICE_MARK' or
27076             'COPWHLIST' or
27077             'IACLDST') and
27078            'NDRPDR' and
27079            'IP6FWD' and
27080            not 'SRv6' and
27081            not 'IPSEC' and
27082            not 'VHOST'"
27083   parameters:
27084   - "throughput"
27085   - "parent"
27086   - "tags"
27087   sort:
27088   - "IP6BASE"
27089   - "POLICE_MARK"
27090   - "COPWHLIST"
27091   - "IACLDST"
27092   layout:
27093     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
27094     layout: "plot-throughput-speedup-analysis"
27095
27096 # Speedup - VPP IPv6 3n-hsw-xl710
27097 -
27098   type: "plot"
27099   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27100   algorithm: "plot_throughput_speedup_analysis"
27101   output-file-type: ".html"
27102   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
27103   data: "plot-throughput-speedup-analysis-3n-hsw"
27104   filter: "'NIC_Intel-XL710' and
27105            '78B' and
27106            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27107            'NDRPDR' and
27108            'IP6FWD' and
27109            not 'SRv6' and
27110            not 'IPSEC' and
27111            not 'VHOST'"
27112   parameters:
27113   - "throughput"
27114   - "parent"
27115   - "tags"
27116   sort:
27117   - "IP6BASE"
27118   - "FIB_20K"
27119   - "FIB_200K"
27120   - "FIB_2M"
27121   layout:
27122     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
27123     layout: "plot-throughput-speedup-analysis"
27124
27125 -
27126   type: "plot"
27127   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27128   algorithm: "plot_throughput_speedup_analysis"
27129   output-file-type: ".html"
27130   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
27131   data: "plot-throughput-speedup-analysis-3n-hsw"
27132   filter: "'NIC_Intel-XL710' and
27133            '78B' and
27134            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27135            'NDRPDR' and
27136            'IP6FWD' and
27137            not 'SRv6' and
27138            not 'IPSEC' and
27139            not 'VHOST'"
27140   parameters:
27141   - "throughput"
27142   - "parent"
27143   - "tags"
27144   sort:
27145   - "IP6BASE"
27146   - "FIB_20K"
27147   - "FIB_200K"
27148   - "FIB_2M"
27149   layout:
27150     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
27151     layout: "plot-throughput-speedup-analysis"
27152
27153 # Speedup - VPP IPv6 3n-skx-x710
27154 -
27155   type: "plot"
27156   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27157   algorithm: "plot_throughput_speedup_analysis"
27158   output-file-type: ".html"
27159   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27160   data: "plot-throughput-speedup-analysis-3n-skx"
27161   filter: "'NIC_Intel-X710' and
27162            '78B' and
27163            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27164            'NDRPDR' and
27165            'IP6FWD' and
27166            not 'SRv6' and
27167            not 'IPSEC' and
27168            not 'VHOST'"
27169   parameters:
27170   - "throughput"
27171   - "parent"
27172   - "tags"
27173   sort:
27174   - "IP6BASE"
27175   - "FIB_20K"
27176   - "FIB_200K"
27177   - "FIB_2M"
27178   layout:
27179     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27180     layout: "plot-throughput-speedup-analysis"
27181
27182 -
27183   type: "plot"
27184   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27185   algorithm: "plot_throughput_speedup_analysis"
27186   output-file-type: ".html"
27187   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27188   data: "plot-throughput-speedup-analysis-3n-skx"
27189   filter: "'NIC_Intel-X710' and
27190            '78B' and
27191            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
27192            'NDRPDR' and
27193            'IP6FWD' and
27194            not 'SRv6' and
27195            not 'IPSEC' and
27196            not 'VHOST'"
27197   parameters:
27198   - "throughput"
27199   - "parent"
27200   - "tags"
27201   sort:
27202   - "IP6BASE"
27203   - "FIB_20K"
27204   - "FIB_200K"
27205   - "FIB_2M"
27206   layout:
27207     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27208     layout: "plot-throughput-speedup-analysis"
27209
27210 # Speedup - VPP IPv6 3n-skx-x710 features
27211 -
27212   type: "plot"
27213   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27214   algorithm: "plot_throughput_speedup_analysis"
27215   output-file-type: ".html"
27216   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
27217   data: "plot-throughput-speedup-analysis-3n-skx"
27218   filter: "'NIC_Intel-X710' and
27219            '78B' and
27220            ('IP6BASE' or
27221             'POLICE_MARK' or
27222             'COPWHLIST' or
27223             'IACLDST') and
27224            'NDRPDR' and
27225            'IP6FWD' and
27226            not 'SRv6' and
27227            not 'IPSEC' and
27228            not 'VHOST'"
27229   parameters:
27230   - "throughput"
27231   - "parent"
27232   - "tags"
27233   sort:
27234   - "IP6BASE"
27235   - "POLICE_MARK"
27236   - "COPWHLIST"
27237   - "IACLDST"
27238   layout:
27239     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
27240     layout: "plot-throughput-speedup-analysis"
27241
27242 -
27243   type: "plot"
27244   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27245   algorithm: "plot_throughput_speedup_analysis"
27246   output-file-type: ".html"
27247   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
27248   data: "plot-throughput-speedup-analysis-3n-skx"
27249   filter: "'NIC_Intel-X710' and
27250            '78B' and
27251            ('IP6BASE' or
27252             'POLICE_MARK' or
27253             'COPWHLIST' or
27254             'IACLDST') and
27255            'NDRPDR' and
27256            'IP6FWD' and
27257            not 'SRv6' and
27258            not 'IPSEC' and
27259            not 'VHOST'"
27260   parameters:
27261   - "throughput"
27262   - "parent"
27263   - "tags"
27264   sort:
27265   - "IP6BASE"
27266   - "POLICE_MARK"
27267   - "COPWHLIST"
27268   - "IACLDST"
27269   layout:
27270     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
27271     layout: "plot-throughput-speedup-analysis"
27272
27273 # Speedup - VPP IPv6 2n-skx-x710
27274 -
27275   type: "plot"
27276   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27277   algorithm: "plot_throughput_speedup_analysis"
27278   output-file-type: ".html"
27279   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
27280   data: "plot-throughput-speedup-analysis-2n-skx"
27281   filter: "'NIC_Intel-X710' and
27282            '78B' and
27283            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27284            'NDRPDR' and
27285            'IP6FWD' and
27286            not 'SRv6' and
27287            not 'IPSEC' and
27288            not 'VHOST'"
27289   parameters:
27290   - "throughput"
27291   - "parent"
27292   - "tags"
27293   sort:
27294   - "IP6BASE"
27295   - "FIB_20k"
27296   - "FIB_200k"
27297   - "FIB_2M"
27298   layout:
27299     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
27300     layout: "plot-throughput-speedup-analysis"
27301
27302 -
27303   type: "plot"
27304   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27305   algorithm: "plot_throughput_speedup_analysis"
27306   output-file-type: ".html"
27307   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
27308   data: "plot-throughput-speedup-analysis-2n-skx"
27309   filter: "'NIC_Intel-X710' and
27310            '78B' and
27311            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27312            'NDRPDR' and
27313            'IP6FWD' and
27314            not 'SRv6' and
27315            not 'IPSEC' and
27316            not 'VHOST'"
27317   parameters:
27318   - "throughput"
27319   - "parent"
27320   - "tags"
27321   sort:
27322   - "IP6BASE"
27323   - "FIB_20k"
27324   - "FIB_200k"
27325   - "FIB_2M"
27326   layout:
27327     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
27328     layout: "plot-throughput-speedup-analysis"
27329
27330 # Speedup - VPP IPv6 2n-skx-xxv710
27331 -
27332   type: "plot"
27333   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27334   algorithm: "plot_throughput_speedup_analysis"
27335   output-file-type: ".html"
27336   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
27337   data: "plot-throughput-speedup-analysis-2n-skx"
27338   filter: "'NIC_Intel-XXV710' and
27339            '78B' and
27340            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27341            'NDRPDR' and
27342            'IP6FWD' and
27343            not 'SRv6' and
27344            not 'IPSEC' and
27345            not 'VHOST'"
27346   parameters:
27347   - "throughput"
27348   - "parent"
27349   - "tags"
27350   sort:
27351   - "IP6BASE"
27352   - "FIB_20k"
27353   - "FIB_200k"
27354   - "FIB_2M"
27355   layout:
27356     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
27357     layout: "plot-throughput-speedup-analysis"
27358
27359 -
27360   type: "plot"
27361   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27362   algorithm: "plot_throughput_speedup_analysis"
27363   output-file-type: ".html"
27364   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
27365   data: "plot-throughput-speedup-analysis-2n-skx"
27366   filter: "'NIC_Intel-XXV710' and
27367            '78B' and
27368            ('IP6BASE' or 'FIB_20k' or 'FIB_200k' or 'FIB_2M') and
27369            'NDRPDR' and
27370            'IP6FWD' and
27371            not 'SRv6' and
27372            not 'IPSEC' and
27373            not 'VHOST'"
27374   parameters:
27375   - "throughput"
27376   - "parent"
27377   - "tags"
27378   sort:
27379   - "IP6BASE"
27380   - "FIB_20k"
27381   - "FIB_200k"
27382   - "FIB_2M"
27383   layout:
27384     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
27385     layout: "plot-throughput-speedup-analysis"
27386
27387 # Speedup - VPP IPv6 2n-dnv-x553 base
27388 -
27389   type: "plot"
27390   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
27391   algorithm: "plot_throughput_speedup_analysis"
27392   output-file-type: ".html"
27393   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
27394   data: "intel-dnv-vpp"
27395   filter: "'NIC_Intel-X553' and
27396            '78B' and
27397            'IP6BASE' and
27398            'NDRPDR' and
27399            'IP6FWD' and
27400            not 'SRv6' and
27401            not 'IPSEC' and
27402            not 'VHOST'"
27403   parameters:
27404   - "throughput"
27405   - "parent"
27406   - "tags"
27407   sort:
27408   - "IP6BASE"
27409   layout:
27410     title: "ip6-2n-dnv-x553-78b-base-ndr"
27411     layout: "plot-throughput-speedup-analysis"
27412
27413 -
27414   type: "plot"
27415   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
27416   algorithm: "plot_throughput_speedup_analysis"
27417   output-file-type: ".html"
27418   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
27419   data: "intel-dnv-vpp"
27420   filter: "'NIC_Intel-X553' and
27421            '78B' and
27422            'IP6BASE' and
27423            'NDRPDR' and
27424            'IP6FWD' and
27425            not 'SRv6' and
27426            not 'IPSEC' and
27427            not 'VHOST'"
27428   parameters:
27429   - "throughput"
27430   - "parent"
27431   - "tags"
27432   sort:
27433   - "IP6BASE"
27434   layout:
27435     title: "ip6-2n-dnv-x553-78b-base-pdr"
27436     layout: "plot-throughput-speedup-analysis"
27437
27438 ################################################################################
27439
27440 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
27441 -
27442   type: "plot"
27443   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27444   algorithm: "plot_throughput_speedup_analysis"
27445   output-file-type: ".html"
27446   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
27447   data: "plot-throughput-speedup-analysis-3n-hsw"
27448   filter: "'NIC_Intel-X520-DA2' and
27449            '78B' and
27450            'ENCAP' and
27451            'NDRPDR' and
27452            'LISP' and
27453            not 'VHOST'"
27454   parameters:
27455   - "throughput"
27456   - "parent"
27457   - "tags"
27458   sort:
27459   - "IP4UNRLAY"
27460   - "IP6UNRLAY"
27461   layout:
27462     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
27463     layout: "plot-throughput-speedup-analysis"
27464
27465 -
27466   type: "plot"
27467   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27468   algorithm: "plot_throughput_speedup_analysis"
27469   output-file-type: ".html"
27470   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
27471   data: "plot-throughput-speedup-analysis-3n-hsw"
27472   filter: "'NIC_Intel-X520-DA2' and
27473            '78B' and
27474            'ENCAP' and
27475            'NDRPDR' and
27476            'LISP' and
27477            not 'VHOST'"
27478   parameters:
27479   - "throughput"
27480   - "parent"
27481   - "tags"
27482   sort:
27483   - "IP4UNRLAY"
27484   - "IP6UNRLAY"
27485   layout:
27486     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
27487     layout: "plot-throughput-speedup-analysis"
27488
27489 ################################################################################
27490
27491 # Speedup - VPP IPSec 3n-hsw-xl710 base
27492 -
27493   type: "plot"
27494   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27495   algorithm: "plot_throughput_speedup_analysis"
27496   output-file-type: ".html"
27497   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
27498   data: "plot-throughput-speedup-analysis-3n-hsw"
27499   filter: "'NIC_Intel-XL710' and
27500            '64B' and
27501            'IP4FWD' and
27502            'NDRPDR' and
27503            'BASE' and
27504            'IPSECHW' and
27505            ('IPSECTRAN' or 'IPSECTUN') and
27506            not 'VHOST'"
27507   parameters:
27508   - "throughput"
27509   - "parent"
27510   - "tags"
27511   layout:
27512     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
27513     layout: "plot-throughput-speedup-analysis"
27514
27515 -
27516   type: "plot"
27517   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27518   algorithm: "plot_throughput_speedup_analysis"
27519   output-file-type: ".html"
27520   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
27521   data: "plot-throughput-speedup-analysis-3n-hsw"
27522   filter: "'NIC_Intel-XL710' and
27523            '64B' and
27524            'IP4FWD' and
27525            'NDRPDR' and
27526            'BASE' and
27527            'IPSECHW' and
27528            ('IPSECTRAN' or 'IPSECTUN') and
27529            not 'VHOST'"
27530   parameters:
27531   - "throughput"
27532   - "parent"
27533   - "tags"
27534   layout:
27535     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
27536     layout: "plot-throughput-speedup-analysis"
27537
27538 # Speedup - VPP IPSec 3n-hsw-xl710 scale
27539 -
27540   type: "plot"
27541   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27542   algorithm: "plot_throughput_speedup_analysis"
27543   output-file-type: ".html"
27544   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
27545   data: "plot-throughput-speedup-analysis-3n-hsw"
27546   filter: "'NIC_Intel-XL710' and
27547            '64B' and
27548            'IP4FWD' and
27549            'NDRPDR' and
27550            'SCALE' and
27551            'IPSECHW' and
27552            ('IPSECTRAN' or 'IPSECTUN') and
27553            not 'VHOST'"
27554   parameters:
27555   - "throughput"
27556   - "parent"
27557   - "tags"
27558   layout:
27559     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
27560     layout: "plot-throughput-speedup-analysis"
27561
27562 -
27563   type: "plot"
27564   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27565   algorithm: "plot_throughput_speedup_analysis"
27566   output-file-type: ".html"
27567   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
27568   data: "plot-throughput-speedup-analysis-3n-hsw"
27569   filter: "'NIC_Intel-XL710' and
27570            '64B' and
27571            'IP4FWD' and
27572            'NDRPDR' and
27573            'SCALE' and
27574            'IPSECHW' and
27575            ('IPSECTRAN' or 'IPSECTUN') and
27576            not 'VHOST'"
27577   parameters:
27578   - "throughput"
27579   - "parent"
27580   - "tags"
27581   layout:
27582     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
27583     layout: "plot-throughput-speedup-analysis"
27584
27585 # Speedup - VPP IPSec 3n-hsw-xl710 sw
27586 -
27587   type: "plot"
27588   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27589   algorithm: "plot_throughput_speedup_analysis"
27590   output-file-type: ".html"
27591   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
27592   data: "plot-throughput-speedup-analysis-3n-hsw"
27593   filter: "'NIC_Intel-XL710' and
27594            '64B' and
27595            'IP4FWD' and
27596            'NDRPDR' and
27597            'IPSECSW' and
27598            ('IPSECTRAN' or 'IPSECTUN') and
27599            not 'VHOST'"
27600   parameters:
27601   - "throughput"
27602   - "parent"
27603   - "tags"
27604   layout:
27605     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
27606     layout: "plot-throughput-speedup-analysis"
27607
27608 -
27609   type: "plot"
27610   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27611   algorithm: "plot_throughput_speedup_analysis"
27612   output-file-type: ".html"
27613   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
27614   data: "plot-throughput-speedup-analysis-3n-hsw"
27615   filter: "'NIC_Intel-XL710' and
27616            '64B' and
27617            'IP4FWD' and
27618            'NDRPDR' and
27619            'IPSECSW' and
27620            ('IPSECTRAN' or 'IPSECTUN') and
27621            not 'VHOST'"
27622   parameters:
27623   - "throughput"
27624   - "parent"
27625   - "tags"
27626   layout:
27627     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
27628     layout: "plot-throughput-speedup-analysis"
27629
27630 ################################################################################
27631
27632 # Speedup - VPP SRv6 3n-hsw-x520
27633 -
27634   type: "plot"
27635   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
27636   algorithm: "plot_throughput_speedup_analysis"
27637   output-file-type: ".html"
27638   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
27639   data: "plot-throughput-speedup-analysis-3n-hsw"
27640   filter: "'NIC_Intel-X520-DA2' and
27641            '78B' and
27642            'FEATURE' and
27643            'NDRPDR' and
27644            'IP6FWD' and
27645            'SRv6'"
27646   parameters:
27647   - "throughput"
27648   - "parent"
27649   - "tags"
27650   layout:
27651     title: "srv6-3n-hsw-x520-78b-features-ndr"
27652     layout: "plot-throughput-speedup-analysis"
27653
27654 -
27655   type: "plot"
27656   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
27657   algorithm: "plot_throughput_speedup_analysis"
27658   output-file-type: ".html"
27659   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
27660   data: "plot-throughput-speedup-analysis-3n-hsw"
27661   filter: "'NIC_Intel-X520-DA2' and
27662            '78B' and
27663            'FEATURE' and
27664            'NDRPDR' and
27665            'IP6FWD' and
27666            'SRv6'"
27667   parameters:
27668   - "throughput"
27669   - "parent"
27670   - "tags"
27671   layout:
27672     title: "srv6-3n-hsw-x520-78b-features-pdr"
27673     layout: "plot-throughput-speedup-analysis"
27674
27675 ################################################################################
27676
27677 # Speedup - VPP L2 3n-hsw-x520 base and scale
27678 -
27679   type: "plot"
27680   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27681   algorithm: "plot_throughput_speedup_analysis"
27682   output-file-type: ".html"
27683   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
27684   data: "plot-throughput-speedup-analysis-3n-hsw"
27685   filter: "'NIC_Intel-X520-DA2' and
27686            '64B' and
27687            ('BASE' or 'SCALE') and
27688            'NDRPDR' and
27689            'ETH' and
27690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27691            not 'VHOST' and
27692            not 'MEMIF'"
27693   parameters:
27694   - "throughput"
27695   - "parent"
27696   - "tags"
27697   sort:
27698   - "L2XCFWD"
27699   - "L2PATCH"
27700   - "L2BDMACLRN"
27701   - "FIB_10K"
27702   - "FIB_100K"
27703   - "FIB_1M"
27704   layout:
27705     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
27706     layout: "plot-throughput-speedup-analysis"
27707
27708 -
27709   type: "plot"
27710   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27711   algorithm: "plot_throughput_speedup_analysis"
27712   output-file-type: ".html"
27713   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
27714   data: "plot-throughput-speedup-analysis-3n-hsw"
27715   filter: "'NIC_Intel-X520-DA2' and
27716            '64B' and
27717            ('BASE' or 'SCALE') and
27718            'NDRPDR' and
27719            'ETH' and
27720            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27721            not 'VHOST' and
27722            not 'MEMIF'"
27723   parameters:
27724   - "throughput"
27725   - "parent"
27726   - "tags"
27727   sort:
27728   - "L2XCFWD"
27729   - "L2PATCH"
27730   - "L2BDMACLRN"
27731   - "FIB_10K"
27732   - "FIB_100K"
27733   - "FIB_1M"
27734   layout:
27735     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
27736     layout: "plot-throughput-speedup-analysis"
27737
27738 # Speedup - VPP L2 3n-hsw-x520 features
27739 -
27740   type: "plot"
27741   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27742   algorithm: "plot_throughput_speedup_analysis"
27743   output-file-type: ".html"
27744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
27745   data: "plot-throughput-speedup-analysis-3n-hsw"
27746   filter: "'NIC_Intel-X520-DA2' and
27747            '64B' and
27748            'NDRPDR' and
27749            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27750            not 'ACL' and
27751            not 'VHOST' and
27752            not 'MEMIF'"
27753   parameters:
27754   - "throughput"
27755   - "parent"
27756   - "tags"
27757   sort:
27758   - "L2XCBASE"    # l2xcbase
27759   - "L2BDBASE"    # l2bdbase
27760   - "L2XCFWD"     # dot1q-l2xcbase
27761   - "L2BDMACLRN"  # dot1q-l2bdbase
27762   layout:
27763     title: "l2sw-3n-hsw-x520-64b-features-ndr"
27764     layout: "plot-throughput-speedup-analysis"
27765
27766 -
27767   type: "plot"
27768   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27769   algorithm: "plot_throughput_speedup_analysis"
27770   output-file-type: ".html"
27771   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
27772   data: "plot-throughput-speedup-analysis-3n-hsw"
27773   filter: "'NIC_Intel-X520-DA2' and
27774            '64B' and
27775            'NDRPDR' and
27776            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27777            not 'ACL' and
27778            not 'VHOST' and
27779            not 'MEMIF'"
27780   parameters:
27781   - "throughput"
27782   - "parent"
27783   - "tags"
27784   sort:
27785   - "L2XCBASE"    # l2xcbase
27786   - "L2BDBASE"    # l2bdbase
27787   - "L2XCFWD"     # dot1q-l2xcbase
27788   - "L2BDMACLRN"  # dot1q-l2bdbase
27789   layout:
27790     title: "l2sw-3n-hsw-x520-64b-features-pdr"
27791     layout: "plot-throughput-speedup-analysis"
27792
27793 # Speedup - VPP L2 3n-hsw-x710 base and scale
27794 -
27795   type: "plot"
27796   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27797   algorithm: "plot_throughput_speedup_analysis"
27798   output-file-type: ".html"
27799   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27800   data: "plot-throughput-speedup-analysis-3n-hsw"
27801   filter: "'NIC_Intel-X710' and
27802            '64B' and
27803            ('BASE' or 'SCALE') and
27804            'NDRPDR' and
27805            'ETH' and
27806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27807            not 'VHOST' and
27808            not 'MEMIF' and
27809            not 'DRV_AVF'"
27810   parameters:
27811   - "throughput"
27812   - "parent"
27813   - "tags"
27814   sort:
27815   - "L2PATCH"
27816   - "L2XCBASE"
27817   - "BASE"
27818   - "FIB_10K"
27819   - "FIB_100K"
27820   - "FIB_1M"
27821   layout:
27822     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
27823     layout: "plot-throughput-speedup-analysis"
27824
27825 -
27826   type: "plot"
27827   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27828   algorithm: "plot_throughput_speedup_analysis"
27829   output-file-type: ".html"
27830   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27831   data: "plot-throughput-speedup-analysis-3n-hsw"
27832   filter: "'NIC_Intel-X710' and
27833            '64B' and
27834            ('BASE' or 'SCALE') and
27835            'NDRPDR' and
27836            'ETH' and
27837            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27838            not 'VHOST' and
27839            not 'MEMIF' and
27840            not 'DRV_AVF'"
27841   parameters:
27842   - "throughput"
27843   - "parent"
27844   - "tags"
27845   sort:
27846   - "L2PATCH"
27847   - "L2XCBASE"
27848   - "BASE"
27849   - "FIB_10K"
27850   - "FIB_100K"
27851   - "FIB_1M"
27852   layout:
27853     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
27854     layout: "plot-throughput-speedup-analysis"
27855
27856 # Speedup - VPP L2 3n-hsw-x710 features
27857 -
27858   type: "plot"
27859   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27860   algorithm: "plot_throughput_speedup_analysis"
27861   output-file-type: ".html"
27862   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
27863   data: "plot-throughput-speedup-analysis-3n-hsw"
27864   filter: "'NIC_Intel-X710' and
27865            '64B' and
27866            'NDRPDR' and
27867            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27868            not 'ACL' and
27869            not 'VHOST' and
27870            not 'MEMIF'"
27871   parameters:
27872   - "throughput"
27873   - "parent"
27874   - "tags"
27875   sort:
27876   - "L2XCBASE"    # l2xcbase
27877   - "L2BDBASE"    # l2bdbase
27878   - "L2XCFWD"     # dot1q-l2xcbase
27879   - "L2BDMACLRN"  # dot1q-l2bdbase
27880   layout:
27881     title: "l2sw-3n-hsw-x710-64b-features-ndr"
27882     layout: "plot-throughput-speedup-analysis"
27883
27884 -
27885   type: "plot"
27886   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27887   algorithm: "plot_throughput_speedup_analysis"
27888   output-file-type: ".html"
27889   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
27890   data: "plot-throughput-speedup-analysis-3n-hsw"
27891   filter: "'NIC_Intel-X710' and
27892            '64B' and
27893            'NDRPDR' and
27894            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
27895            not 'ACL' and
27896            not 'VHOST' and
27897            not 'MEMIF'"
27898   parameters:
27899   - "throughput"
27900   - "parent"
27901   - "tags"
27902   sort:
27903   - "L2XCBASE"    # l2xcbase
27904   - "L2BDBASE"    # l2bdbase
27905   - "L2XCFWD"     # dot1q-l2xcbase
27906   - "L2BDMACLRN"  # dot1q-l2bdbase
27907   layout:
27908     title: "l2sw-3n-hsw-x710-64b-features-pdr"
27909     layout: "plot-throughput-speedup-analysis"
27910
27911 # Speedup - VPP L2 3n-hsw-xl710 base and scale
27912 -
27913   type: "plot"
27914   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27915   algorithm: "plot_throughput_speedup_analysis"
27916   output-file-type: ".html"
27917   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27918   data: "plot-throughput-speedup-analysis-3n-hsw"
27919   filter: "'NIC_Intel-XL710' and
27920            '64B' and
27921            ('BASE' or 'SCALE') and
27922            'NDRPDR' and
27923            'ETH' and
27924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27925            not 'VHOST' and
27926            not 'MEMIF'"
27927   parameters:
27928   - "throughput"
27929   - "parent"
27930   - "tags"
27931   sort:
27932   - "L2PATCH"
27933   - "L2XCBASE"
27934   - "BASE"
27935   - "FIB_10K"
27936   - "FIB_100K"
27937   - "FIB_1M"
27938   layout:
27939     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27940     layout: "plot-throughput-speedup-analysis"
27941
27942 -
27943   type: "plot"
27944   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27945   algorithm: "plot_throughput_speedup_analysis"
27946   output-file-type: ".html"
27947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27948   data: "plot-throughput-speedup-analysis-3n-hsw"
27949   filter: "'NIC_Intel-XL710' and
27950            '64B' and
27951            ('BASE' or 'SCALE') and
27952            'NDRPDR' and
27953            'ETH' and
27954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27955            not 'VHOST' and
27956            not 'MEMIF'"
27957   parameters:
27958   - "throughput"
27959   - "parent"
27960   - "tags"
27961   sort:
27962   - "L2PATCH"
27963   - "L2XCBASE"
27964   - "BASE"
27965   - "FIB_10K"
27966   - "FIB_100K"
27967   - "FIB_1M"
27968   layout:
27969     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27970     layout: "plot-throughput-speedup-analysis"
27971
27972 # Speedup - VPP L2 3n-skx-x710 base and scale
27973 -
27974   type: "plot"
27975   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27976   algorithm: "plot_throughput_speedup_analysis"
27977   output-file-type: ".html"
27978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27979   data: "plot-throughput-speedup-analysis-3n-skx"
27980   filter: "'NIC_Intel-X710' and
27981            '64B' and
27982            ('BASE' or 'SCALE') and
27983            'NDRPDR' and
27984            'ETH' and
27985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
27986            not 'VHOST' and
27987            not 'DRV_AVF' and
27988            not 'MEMIF'"
27989   parameters:
27990   - "throughput"
27991   - "parent"
27992   - "tags"
27993   sort:
27994   - "L2PATCH"
27995   - "L2XCBASE"
27996   - "BASE"
27997   - "FIB_10K"
27998   - "FIB_100K"
27999   - "FIB_1M"
28000   layout:
28001     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
28002     layout: "plot-throughput-speedup-analysis"
28003
28004 -
28005   type: "plot"
28006   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28007   algorithm: "plot_throughput_speedup_analysis"
28008   output-file-type: ".html"
28009   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
28010   data: "plot-throughput-speedup-analysis-3n-skx"
28011   filter: "'NIC_Intel-X710' and
28012            '64B' and
28013            ('BASE' or 'SCALE') and
28014            'NDRPDR' and
28015            'ETH' and
28016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28017            not 'VHOST' and
28018            not 'DRV_AVF' and
28019            not 'MEMIF'"
28020   parameters:
28021   - "throughput"
28022   - "parent"
28023   - "tags"
28024   sort:
28025   - "L2PATCH"
28026   - "L2XCBASE"
28027   - "BASE"
28028   - "FIB_10K"
28029   - "FIB_100K"
28030   - "FIB_1M"
28031   layout:
28032     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
28033     layout: "plot-throughput-speedup-analysis"
28034
28035 # Speedup - VPP L2 3n-skx-x710 features
28036 -
28037   type: "plot"
28038   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
28039   algorithm: "plot_throughput_speedup_analysis"
28040   output-file-type: ".html"
28041   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
28042   data: "plot-throughput-speedup-analysis-3n-skx"
28043   filter: "'NIC_Intel-X710' and
28044            '64B' and
28045            'NDRPDR' and
28046            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28047            not 'ACL' and
28048            not 'VHOST' and
28049            not 'MEMIF'"
28050   parameters:
28051   - "throughput"
28052   - "parent"
28053   - "tags"
28054   sort:
28055   - "L2XCBASE"    # l2xcbase
28056   - "L2BDBASE"    # l2bdbase
28057   - "L2XCFWD"     # dot1q-l2xcbase
28058   - "L2BDMACLRN"  # dot1q-l2bdbase
28059   layout:
28060     title: "l2sw-3n-skx-x710-64b-features-ndr"
28061     layout: "plot-throughput-speedup-analysis"
28062
28063 -
28064   type: "plot"
28065   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
28066   algorithm: "plot_throughput_speedup_analysis"
28067   output-file-type: ".html"
28068   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
28069   data: "plot-throughput-speedup-analysis-3n-skx"
28070   filter: "'NIC_Intel-X710' and
28071            '64B' and
28072            'NDRPDR' and
28073            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
28074            not 'ACL' and
28075            not 'VHOST' and
28076            not 'MEMIF'"
28077   parameters:
28078   - "throughput"
28079   - "parent"
28080   - "tags"
28081   sort:
28082   - "L2XCBASE"    # l2xcbase
28083   - "L2BDBASE"    # l2bdbase
28084   - "L2XCFWD"     # dot1q-l2xcbase
28085   - "L2BDMACLRN"  # dot1q-l2bdbase
28086   layout:
28087     title: "l2sw-3n-skx-x710-64b-features-pdr"
28088     layout: "plot-throughput-speedup-analysis"
28089
28090 # Speedup - VPP L2 3n-skx-xxv710 base and scale
28091 -
28092   type: "plot"
28093   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28094   algorithm: "plot_throughput_speedup_analysis"
28095   output-file-type: ".html"
28096   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28097   data: "plot-throughput-speedup-analysis-3n-skx"
28098   filter: "'NIC_Intel-XXV710' and
28099            '64B' and
28100            ('BASE' or 'SCALE') and
28101            'NDRPDR' and
28102            'ETH' and
28103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28104            not 'VHOST' and
28105            not 'MEMIF' and
28106            not 'DRV_AVF'"
28107   parameters:
28108   - "throughput"
28109   - "parent"
28110   - "tags"
28111   sort:
28112   - "L2PATCH"
28113   - "L2XCBASE"
28114   - "BASE"
28115   - "FIB_10K"
28116   - "FIB_100K"
28117   - "FIB_1M"
28118   layout:
28119     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
28120     layout: "plot-throughput-speedup-analysis"
28121
28122 -
28123   type: "plot"
28124   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28125   algorithm: "plot_throughput_speedup_analysis"
28126   output-file-type: ".html"
28127   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28128   data: "plot-throughput-speedup-analysis-3n-skx"
28129   filter: "'NIC_Intel-XXV710' and
28130            '64B' and
28131            ('BASE' or 'SCALE') and
28132            'NDRPDR' and
28133            'ETH' and
28134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28135            not 'VHOST' and
28136            not 'MEMIF' and
28137            not 'DRV_AVF'"
28138   parameters:
28139   - "throughput"
28140   - "parent"
28141   - "tags"
28142   sort:
28143   - "L2PATCH"
28144   - "L2XCBASE"
28145   - "BASE"
28146   - "FIB_10K"
28147   - "FIB_100K"
28148   - "FIB_1M"
28149   layout:
28150     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
28151     layout: "plot-throughput-speedup-analysis"
28152
28153 # Speedup - VPP L2 2n-skx-x710 base and scale
28154 -
28155   type: "plot"
28156   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28157   algorithm: "plot_throughput_speedup_analysis"
28158   output-file-type: ".html"
28159   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
28160   data: "plot-throughput-speedup-analysis-2n-skx"
28161   filter: "'NIC_Intel-X710' and
28162            '64B' and
28163            ('BASE' or 'SCALE') and
28164            'NDRPDR' and
28165            'ETH' and
28166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28167            not 'VHOST' and
28168            not 'MEMIF'"
28169   parameters:
28170   - "throughput"
28171   - "parent"
28172   - "tags"
28173   sort:
28174   - "L2PATCH"
28175   - "L2XCBASE"
28176   - "BASE"
28177   - "FIB_10K"
28178   - "FIB_100K"
28179   - "FIB_1M"
28180   layout:
28181     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
28182     layout: "plot-throughput-speedup-analysis"
28183
28184 -
28185   type: "plot"
28186   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28187   algorithm: "plot_throughput_speedup_analysis"
28188   output-file-type: ".html"
28189   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
28190   data: "plot-throughput-speedup-analysis-2n-skx"
28191   filter: "'NIC_Intel-X710' and
28192            '64B' and
28193            ('BASE' or 'SCALE') and
28194            'NDRPDR' and
28195            'ETH' and
28196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28197            not 'VHOST' and
28198            not 'MEMIF'"
28199   parameters:
28200   - "throughput"
28201   - "parent"
28202   - "tags"
28203   sort:
28204   - "L2PATCH"
28205   - "L2XCBASE"
28206   - "BASE"
28207   - "FIB_10K"
28208   - "FIB_100K"
28209   - "FIB_1M"
28210   layout:
28211     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
28212     layout: "plot-throughput-speedup-analysis"
28213
28214 # Speedup - VPP L2 2n-skx-xxv710 base and scale
28215 -
28216   type: "plot"
28217   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28218   algorithm: "plot_throughput_speedup_analysis"
28219   output-file-type: ".html"
28220   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
28221   data: "plot-throughput-speedup-analysis-2n-skx"
28222   filter: "'NIC_Intel-XXV710' and
28223            '64B' and
28224            ('BASE' or 'SCALE') and
28225            'NDRPDR' and
28226            'ETH' and
28227            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28228            not 'VHOST' and
28229            not 'MEMIF'"
28230   parameters:
28231   - "throughput"
28232   - "parent"
28233   - "tags"
28234   sort:
28235   - "L2PATCH"
28236   - "L2XCBASE"
28237   - "BASE"
28238   - "FIB_10K"
28239   - "FIB_100K"
28240   - "FIB_1M"
28241   layout:
28242     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
28243     layout: "plot-throughput-speedup-analysis"
28244
28245 -
28246   type: "plot"
28247   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28248   algorithm: "plot_throughput_speedup_analysis"
28249   output-file-type: ".html"
28250   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
28251   data: "plot-throughput-speedup-analysis-2n-skx"
28252   filter: "'NIC_Intel-XXV710' and
28253            '64B' and
28254            ('BASE' or 'SCALE') and
28255            'NDRPDR' and
28256            'ETH' and
28257            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28258            not 'VHOST' and
28259            not 'MEMIF'"
28260   parameters:
28261   - "throughput"
28262   - "parent"
28263   - "tags"
28264   sort:
28265   - "L2PATCH"
28266   - "L2XCBASE"
28267   - "BASE"
28268   - "FIB_10K"
28269   - "FIB_100K"
28270   - "FIB_1M"
28271   layout:
28272     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
28273     layout: "plot-throughput-speedup-analysis"
28274
28275 # Speedup - VPP L2 2n-dnv-x553 base
28276 -
28277   type: "plot"
28278   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28279   algorithm: "plot_throughput_speedup_analysis"
28280   output-file-type: ".html"
28281   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
28282   data: "intel-dnv-vpp"
28283   filter: "'NIC_Intel-X553' and
28284            '64B' and
28285            ('BASE' or 'SCALE') and
28286            'NDRPDR' and
28287            'ETH' and
28288            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28289            not 'VHOST' and
28290            not 'MEMIF'"
28291   parameters:
28292   - "throughput"
28293   - "parent"
28294   - "tags"
28295   sort:
28296   - "L2XCBASE"
28297   - "L2BDMACLRN"
28298   - "L2PATCH"
28299   layout:
28300     title: "l2sw-2n-dnv-x553-64b-base-ndr"
28301     layout: "plot-throughput-speedup-analysis"
28302
28303 -
28304   type: "plot"
28305   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28306   algorithm: "plot_throughput_speedup_analysis"
28307   output-file-type: ".html"
28308   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
28309   data: "intel-dnv-vpp"
28310   filter: "'NIC_Intel-X553' and
28311            '64B' and
28312            ('BASE' or 'SCALE') and
28313            'NDRPDR' and
28314            'ETH' and
28315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
28316            not 'VHOST' and
28317            not 'MEMIF'"
28318   parameters:
28319   - "throughput"
28320   - "parent"
28321   - "tags"
28322   sort:
28323   - "L2XCBASE"
28324   - "L2BDMACLRN"
28325   - "L2PATCH"
28326   layout:
28327     title: "l2sw-2n-dnv-x553-64b-base-pdr"
28328     layout: "plot-throughput-speedup-analysis"
28329
28330 ################################################################################
28331
28332 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
28333 -
28334   type: "plot"
28335   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28336   algorithm: "plot_throughput_speedup_analysis"
28337   output-file-type: ".html"
28338   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28339   data: "plot-throughput-speedup-analysis-3n-hsw"
28340   filter: "'NIC_Intel-X520-DA2' and
28341            '64B' and
28342            'NDRPDR' and
28343            'ETH' and
28344            'IP4FWD' and
28345            'VHOST_1024' and
28346            not 'VXLAN' and
28347            not 'DOT1Q'"
28348   parameters:
28349   - "throughput"
28350   - "parent"
28351   - "tags"
28352   sort:
28353   - "not CFS_OPT"
28354   - "1VM"
28355   - "2VM"
28356   layout:
28357     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
28358     layout: "plot-throughput-speedup-analysis"
28359
28360 -
28361   type: "plot"
28362   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28363   algorithm: "plot_throughput_speedup_analysis"
28364   output-file-type: ".html"
28365   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28366   data: "plot-throughput-speedup-analysis-3n-hsw"
28367   filter: "'NIC_Intel-X520-DA2' and
28368            '64B' and
28369            'NDRPDR' and
28370            'ETH' and
28371            'IP4FWD' and
28372            'VHOST_1024' and
28373            not 'VXLAN' and
28374            not 'DOT1Q'"
28375   parameters:
28376   - "throughput"
28377   - "parent"
28378   - "tags"
28379   sort:
28380   - "not CFS_OPT"
28381   - "1VM"
28382   - "2VM"
28383   layout:
28384     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
28385     layout: "plot-throughput-speedup-analysis"
28386
28387 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
28388 -
28389   type: "plot"
28390   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28391   algorithm: "plot_throughput_speedup_analysis"
28392   output-file-type: ".html"
28393   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
28394   data: "plot-throughput-speedup-analysis-3n-hsw"
28395   filter: "'NIC_Intel-X520-DA2' and
28396            '64B' and
28397            'NDRPDR' and
28398            ('ETH' or 'DOT1Q') and
28399            'VHOST_1024' and
28400            not 'VXLAN' and
28401            not 'IP4FWD' and
28402            not '2VM'"
28403   parameters:
28404   - "throughput"
28405   - "parent"
28406   - "tags"
28407 #  sort:
28408 #  - "VM"  # "not CFS_OPT"
28409 #  - "CFS_OPT"
28410 #  - "FIB_10K"
28411 #  - "FIB_100K"
28412 #  - "FIB_1M"
28413   layout:
28414     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
28415     layout: "plot-throughput-speedup-analysis"
28416
28417 -
28418   type: "plot"
28419   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28420   algorithm: "plot_throughput_speedup_analysis"
28421   output-file-type: ".html"
28422   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
28423   data: "plot-throughput-speedup-analysis-3n-hsw"
28424   filter: "'NIC_Intel-X520-DA2' and
28425            '64B' and
28426            'NDRPDR' and
28427            ('ETH' or 'DOT1Q') and
28428            'L2BDMACLRN' and
28429            'VHOST_1024' and
28430            not 'VXLAN' and
28431            not 'IP4FWD' and
28432            not '2VM'"
28433   parameters:
28434   - "throughput"
28435   - "parent"
28436   - "tags"
28437 #  sort:
28438 #  - "VM"  # "not CFS_OPT"
28439 #  - "CFS_OPT"
28440 #  - "FIB_10K"
28441 #  - "FIB_100K"
28442 #  - "FIB_1M"
28443   layout:
28444     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
28445     layout: "plot-throughput-speedup-analysis"
28446
28447 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
28448 -
28449   type: "plot"
28450   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28451   algorithm: "plot_throughput_speedup_analysis"
28452   output-file-type: ".html"
28453   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
28454   data: "plot-throughput-speedup-analysis-3n-hsw"
28455   filter: "'NIC_Intel-X520-DA2' and
28456            '64B' and
28457            'NDRPDR' and
28458            ('ETH' or 'DOT1Q') and
28459            'BASE' and
28460            ('L2BDMACLRN' or 'L2XCFWD') and
28461            'VHOST_1024' and
28462            not 'VXLAN' and
28463            not 'IP4FWD' and
28464            not '2VM'"
28465   parameters:
28466   - "throughput"
28467   - "parent"
28468   - "tags"
28469 #  sort:
28470 #  - "not CFS_OPT"
28471 #  - "L2XCFWD"
28472 #  - "not CFS_OPT"
28473 #  - "CFS_OPT"
28474   layout:
28475     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
28476     layout: "plot-throughput-speedup-analysis"
28477
28478 -
28479   type: "plot"
28480   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28481   algorithm: "plot_throughput_speedup_analysis"
28482   output-file-type: ".html"
28483   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
28484   data: "plot-throughput-speedup-analysis-3n-hsw"
28485   filter: "'NIC_Intel-X520-DA2' and
28486            '64B' and
28487            'NDRPDR' and
28488            ('ETH' or 'DOT1Q') and
28489            'BASE' and
28490            ('L2BDMACLRN' or 'L2XCFWD') and
28491            'VHOST_1024' and
28492            not 'VXLAN' and
28493            not 'IP4FWD' and
28494            not '2VM'"
28495   parameters:
28496   - "throughput"
28497   - "parent"
28498   - "tags"
28499 #  sort:
28500 #  - "not CFS_OPT"
28501 #  - "L2XCFWD"
28502 #  - "not CFS_OPT"
28503 #  - "CFS_OPT"
28504   layout:
28505     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
28506     layout: "plot-throughput-speedup-analysis"
28507
28508 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
28509 -
28510   type: "plot"
28511   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28512   algorithm: "plot_throughput_speedup_analysis"
28513   output-file-type: ".html"
28514   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
28515   data: "plot-throughput-speedup-analysis-3n-hsw"
28516   filter: "'NIC_Intel-X520-DA2' and
28517            '64B' and
28518            'NDRPDR' and
28519            ('ETH' or 'DOT1Q') and
28520            ('L2BDMACLRN' or 'L2XCFWD') and
28521            'VHOST_1024' and
28522            not 'CFS_OPT' and
28523            not 'VXLAN' and
28524            not 'IP4FWD' and
28525            not 'LBOND'"
28526   parameters:
28527   - "throughput"
28528   - "parent"
28529   - "tags"
28530 #  sort:
28531 #  - "1VM"
28532 #  - "L2XCFWD"
28533 #  - "1VM"
28534 #  - "L2BDMACLRN"
28535   layout:
28536     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
28537     layout: "plot-throughput-speedup-analysis"
28538
28539 -
28540   type: "plot"
28541   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28542   algorithm: "plot_throughput_speedup_analysis"
28543   output-file-type: ".html"
28544   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
28545   data: "plot-throughput-speedup-analysis-3n-hsw"
28546   filter: "'NIC_Intel-X520-DA2' and
28547            '64B' and
28548            'NDRPDR' and
28549            ('ETH' or 'DOT1Q') and
28550            ('L2BDMACLRN' or 'L2XCFWD') and
28551            'VHOST_1024' and
28552            not 'CFS_OPT' and
28553            not 'VXLAN' and
28554            not 'IP4FWD' and
28555            not 'LBOND'"
28556   parameters:
28557   - "throughput"
28558   - "parent"
28559   - "tags"
28560 #  sort:
28561 #  - "1VM"
28562 #  - "L2XCFWD"
28563 #  - "1VM"
28564 #  - "L2BDMACLRN"
28565   layout:
28566     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
28567     layout: "plot-throughput-speedup-analysis"
28568
28569 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
28570 -
28571   type: "plot"
28572   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28573   algorithm: "plot_throughput_speedup_analysis"
28574   output-file-type: ".html"
28575   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28576   data: "plot-throughput-speedup-analysis-3n-hsw"
28577   filter: "'NIC_Intel-X710' and
28578            '64B' and
28579            'NDRPDR' and
28580            'ETH' and
28581            'IP4FWD' and
28582            'VHOST_1024' and
28583            not 'VXLAN' and
28584            not 'DOT1Q'"
28585   parameters:
28586   - "throughput"
28587   - "parent"
28588   - "tags"
28589   sort:
28590   - "not CFS_OPT"
28591   - "1VM"
28592   - "2VM"
28593   layout:
28594     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
28595     layout: "plot-throughput-speedup-analysis"
28596
28597 -
28598   type: "plot"
28599   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28600   algorithm: "plot_throughput_speedup_analysis"
28601   output-file-type: ".html"
28602   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28603   data: "plot-throughput-speedup-analysis-3n-hsw"
28604   filter: "'NIC_Intel-X710' and
28605            '64B' and
28606            'NDRPDR' and
28607            'ETH' and
28608            'IP4FWD' and
28609            'VHOST_1024' and
28610            not 'VXLAN' and
28611            not 'DOT1Q'"
28612   parameters:
28613   - "throughput"
28614   - "parent"
28615   - "tags"
28616   sort:
28617   - "not CFS_OPT"
28618   - "1VM"
28619   - "2VM"
28620   layout:
28621     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
28622     layout: "plot-throughput-speedup-analysis"
28623
28624 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
28625 -
28626   type: "plot"
28627   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28628   algorithm: "plot_throughput_speedup_analysis"
28629   output-file-type: ".html"
28630   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
28631   data: "plot-throughput-speedup-analysis-3n-hsw"
28632   filter: "'NIC_Intel-X710' and
28633            '64B' and
28634            'NDRPDR' and
28635            ('ETH' or 'DOT1Q') and
28636            'L2BDMACLRN' and
28637            'VHOST_1024' and
28638            not 'VXLAN' and
28639            not 'IP4FWD' and
28640            not '2VM'"
28641   parameters:
28642   - "throughput"
28643   - "parent"
28644   - "tags"
28645 #  sort:
28646 #  - "VM"  # "not CFS_OPT"
28647 #  - "CFS_OPT"
28648 #  - "FIB_10K"
28649 #  - "FIB_100K"
28650 #  - "FIB_1M"
28651   layout:
28652     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
28653     layout: "plot-throughput-speedup-analysis"
28654
28655 -
28656   type: "plot"
28657   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28658   algorithm: "plot_throughput_speedup_analysis"
28659   output-file-type: ".html"
28660   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
28661   data: "plot-throughput-speedup-analysis-3n-hsw"
28662   filter: "'NIC_Intel-X710' and
28663            '64B' and
28664            'NDRPDR' and
28665            ('ETH' or 'DOT1Q') and
28666            'L2BDMACLRN' and
28667            'VHOST_1024' and
28668            not 'VXLAN' and
28669            not 'IP4FWD' and
28670            not '2VM'"
28671   parameters:
28672   - "throughput"
28673   - "parent"
28674   - "tags"
28675 #  sort:
28676 #  - "VM"  # "not CFS_OPT"
28677 #  - "CFS_OPT"
28678 #  - "FIB_10K"
28679 #  - "FIB_100K"
28680 #  - "FIB_1M"
28681   layout:
28682     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
28683     layout: "plot-throughput-speedup-analysis"
28684
28685 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
28686 -
28687   type: "plot"
28688   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28689   algorithm: "plot_throughput_speedup_analysis"
28690   output-file-type: ".html"
28691   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
28692   data: "plot-throughput-speedup-analysis-3n-hsw"
28693   filter: "'NIC_Intel-X710' and
28694            '64B' and
28695            'NDRPDR' and
28696            ('ETH' or 'DOT1Q') and
28697            'BASE' and
28698            ('L2BDMACLRN' or 'L2XCFWD') and
28699            'VHOST_1024' and
28700            not 'VXLAN' and
28701            not 'IP4FWD' and
28702            not '2VM'"
28703   parameters:
28704   - "throughput"
28705   - "parent"
28706   - "tags"
28707 #  sort:
28708 #  - "not CFS_OPT"
28709 #  - "L2XCFWD"
28710 #  - "not CFS_OPT"
28711 #  - "CFS_OPT"
28712   layout:
28713     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
28714     layout: "plot-throughput-speedup-analysis"
28715
28716 -
28717   type: "plot"
28718   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28719   algorithm: "plot_throughput_speedup_analysis"
28720   output-file-type: ".html"
28721   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
28722   data: "plot-throughput-speedup-analysis-3n-hsw"
28723   filter: "'NIC_Intel-X710' and
28724            '64B' and
28725            'NDRPDR' and
28726            ('ETH' or 'DOT1Q') and
28727            'BASE' and
28728            ('L2BDMACLRN' or 'L2XCFWD') and
28729            'VHOST_1024' and
28730            not 'VXLAN' and
28731            not 'IP4FWD' and
28732            not '2VM'"
28733   parameters:
28734   - "throughput"
28735   - "parent"
28736   - "tags"
28737 #  sort:
28738 #  - "not CFS_OPT"
28739 #  - "L2XCFWD"
28740 #  - "not CFS_OPT"
28741 #  - "CFS_OPT"
28742   layout:
28743     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
28744     layout: "plot-throughput-speedup-analysis"
28745
28746 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
28747 -
28748   type: "plot"
28749   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28750   algorithm: "plot_throughput_speedup_analysis"
28751   output-file-type: ".html"
28752   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
28753   data: "plot-throughput-speedup-analysis-3n-hsw"
28754   filter: "'NIC_Intel-X710' and
28755            '64B' and
28756            'NDRPDR' and
28757            ('ETH' or 'DOT1Q') and
28758            ('L2BDMACLRN' or 'L2XCFWD') and
28759            'VHOST_1024' and
28760            not 'CFS_OPT' and
28761            not 'VXLAN' and
28762            not 'IP4FWD' and
28763            not 'LBOND'"
28764   parameters:
28765   - "throughput"
28766   - "parent"
28767   - "tags"
28768 #  sort:
28769 #  - "1VM"
28770 #  - "L2XCFWD"
28771 #  - "1VM"
28772 #  - "L2BDMACLRN"
28773   layout:
28774     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
28775     layout: "plot-throughput-speedup-analysis"
28776
28777 -
28778   type: "plot"
28779   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28780   algorithm: "plot_throughput_speedup_analysis"
28781   output-file-type: ".html"
28782   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
28783   data: "plot-throughput-speedup-analysis-3n-hsw"
28784   filter: "'NIC_Intel-X710' and
28785            '64B' and
28786            'NDRPDR' and
28787            ('ETH' or 'DOT1Q') and
28788            ('L2BDMACLRN' or 'L2XCFWD') and
28789            'VHOST_1024' and
28790            not 'CFS_OPT' and
28791            not 'VXLAN' and
28792            not 'IP4FWD' and
28793            not 'LBOND'"
28794   parameters:
28795   - "throughput"
28796   - "parent"
28797   - "tags"
28798 #  sort:
28799 #  - "1VM"
28800 #  - "L2XCFWD"
28801 #  - "1VM"
28802 #  - "L2BDMACLRN"
28803   layout:
28804     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
28805     layout: "plot-throughput-speedup-analysis"
28806
28807 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
28808 -
28809   type: "plot"
28810   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28811   algorithm: "plot_throughput_speedup_analysis"
28812   output-file-type: ".html"
28813   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28814   data: "plot-throughput-speedup-analysis-3n-hsw"
28815   filter: "'NIC_Intel-XL710' and
28816            '64B' and
28817            'NDRPDR' and
28818            'ETH' and
28819            'IP4FWD' and
28820            'VHOST_1024' and
28821            not 'VXLAN' and
28822            not 'DOT1Q'"
28823   parameters:
28824   - "throughput"
28825   - "parent"
28826   - "tags"
28827   sort:
28828   - "not CFS_OPT"
28829   - "1VM"
28830   - "2VM"
28831   layout:
28832     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
28833     layout: "plot-throughput-speedup-analysis"
28834
28835 -
28836   type: "plot"
28837   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28838   algorithm: "plot_throughput_speedup_analysis"
28839   output-file-type: ".html"
28840   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28841   data: "plot-throughput-speedup-analysis-3n-hsw"
28842   filter: "'NIC_Intel-XL710' and
28843            '64B' and
28844            'NDRPDR' and
28845            'ETH' and
28846            'IP4FWD' and
28847            'VHOST_1024' and
28848            not 'VXLAN' and
28849            not 'DOT1Q'"
28850   parameters:
28851   - "throughput"
28852   - "parent"
28853   - "tags"
28854   sort:
28855   - "not CFS_OPT"
28856   - "1VM"
28857   - "2VM"
28858   layout:
28859     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
28860     layout: "plot-throughput-speedup-analysis"
28861
28862 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
28863 -
28864   type: "plot"
28865   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28866   algorithm: "plot_throughput_speedup_analysis"
28867   output-file-type: ".html"
28868   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
28869   data: "plot-throughput-speedup-analysis-3n-hsw"
28870   filter: "'NIC_Intel-XL710' and
28871            '64B' and
28872            'NDRPDR' and
28873            ('ETH' or 'DOT1Q') and
28874            'L2BDMACLRN' and
28875            'VHOST_1024' and
28876            not 'VXLAN' and
28877            not 'IP4FWD' and
28878            not '2VM'"
28879   parameters:
28880   - "throughput"
28881   - "parent"
28882   - "tags"
28883 #  sort:
28884 #  - "VM"  # "not CFS_OPT"
28885 #  - "CFS_OPT"
28886 #  - "FIB_10K"
28887 #  - "FIB_100K"
28888 #  - "FIB_1M"
28889   layout:
28890     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
28891     layout: "plot-throughput-speedup-analysis"
28892
28893 -
28894   type: "plot"
28895   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28896   algorithm: "plot_throughput_speedup_analysis"
28897   output-file-type: ".html"
28898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
28899   data: "plot-throughput-speedup-analysis-3n-hsw"
28900   filter: "'NIC_Intel-XL710' and
28901            '64B' and
28902            'NDRPDR' and
28903            ('ETH' or 'DOT1Q') and
28904            'L2BDMACLRN' and
28905            'VHOST_1024' and
28906            not 'VXLAN' and
28907            not 'IP4FWD' and
28908            not '2VM'"
28909   parameters:
28910   - "throughput"
28911   - "parent"
28912   - "tags"
28913 #  sort:
28914 #  - "VM"  # "not CFS_OPT"
28915 #  - "CFS_OPT"
28916 #  - "FIB_10K"
28917 #  - "FIB_100K"
28918 #  - "FIB_1M"
28919   layout:
28920     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
28921     layout: "plot-throughput-speedup-analysis"
28922
28923 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
28924 -
28925   type: "plot"
28926   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28927   algorithm: "plot_throughput_speedup_analysis"
28928   output-file-type: ".html"
28929   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
28930   data: "plot-throughput-speedup-analysis-3n-hsw"
28931   filter: "'NIC_Intel-XL710' and
28932            '64B' and
28933            'NDRPDR' and
28934            ('ETH' or 'DOT1Q') and
28935            'BASE' and
28936            ('L2BDMACLRN' or 'L2XCFWD') and
28937            'VHOST_1024' and
28938            not 'VXLAN' and
28939            not 'IP4FWD' and
28940            not '2VM'"
28941   parameters:
28942   - "throughput"
28943   - "parent"
28944   - "tags"
28945 #  sort:
28946 #  - "not CFS_OPT"
28947 #  - "L2XCFWD"
28948 #  - "not CFS_OPT"
28949 #  - "CFS_OPT"
28950   layout:
28951     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
28952     layout: "plot-throughput-speedup-analysis"
28953
28954 -
28955   type: "plot"
28956   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28957   algorithm: "plot_throughput_speedup_analysis"
28958   output-file-type: ".html"
28959   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
28960   data: "plot-throughput-speedup-analysis-3n-hsw"
28961   filter: "'NIC_Intel-XL710' and
28962            '64B' and
28963            'NDRPDR' and
28964            ('ETH' or 'DOT1Q') and
28965            'BASE' and
28966            ('L2BDMACLRN' or 'L2XCFWD') and
28967            'VHOST_1024' and
28968            not 'VXLAN' and
28969            not 'IP4FWD' and
28970            not '2VM'"
28971   parameters:
28972   - "throughput"
28973   - "parent"
28974   - "tags"
28975 #  sort:
28976 #  - "not CFS_OPT"
28977 #  - "L2XCFWD"
28978 #  - "not CFS_OPT"
28979 #  - "CFS_OPT"
28980   layout:
28981     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
28982     layout: "plot-throughput-speedup-analysis"
28983
28984 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
28985 -
28986   type: "plot"
28987   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28988   algorithm: "plot_throughput_speedup_analysis"
28989   output-file-type: ".html"
28990   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
28991   data: "plot-throughput-speedup-analysis-3n-hsw"
28992   filter: "'NIC_Intel-XL710' and
28993            '64B' and
28994            'NDRPDR' and
28995            ('ETH' or 'DOT1Q') and
28996            ('L2BDMACLRN' or 'L2XCFWD') and
28997            'VHOST_1024' and
28998            not 'CFS_OPT' and
28999            not 'VXLAN' and
29000            not 'IP4FWD'"
29001   parameters:
29002   - "throughput"
29003   - "parent"
29004   - "tags"
29005 #  sort:
29006 #  - "1VM"
29007 #  - "L2XCFWD"
29008 #  - "1VM"
29009 #  - "L2BDMACLRN"
29010   layout:
29011     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
29012     layout: "plot-throughput-speedup-analysis"
29013
29014 -
29015   type: "plot"
29016   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29017   algorithm: "plot_throughput_speedup_analysis"
29018   output-file-type: ".html"
29019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
29020   data: "plot-throughput-speedup-analysis-3n-hsw"
29021   filter: "'NIC_Intel-XL710' and
29022            '64B' and
29023            'NDRPDR' and
29024            ('ETH' or 'DOT1Q') and
29025            ('L2BDMACLRN' or 'L2XCFWD') and
29026            'VHOST_1024' and
29027            not 'CFS_OPT' and
29028            not 'VXLAN' and
29029            not 'IP4FWD'"
29030   parameters:
29031   - "throughput"
29032   - "parent"
29033   - "tags"
29034 #  sort:
29035 #  - "1VM"
29036 #  - "L2XCFWD"
29037 #  - "1VM"
29038 #  - "L2BDMACLRN"
29039   layout:
29040     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
29041     layout: "plot-throughput-speedup-analysis"
29042
29043 # Packet Speedup - VPP vhost ip4 3n-skx-x710
29044 -
29045   type: "plot"
29046   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29047   algorithm: "plot_throughput_speedup_analysis"
29048   output-file-type: ".html"
29049   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29050   data: "plot-throughput-speedup-analysis-3n-skx"
29051   filter: "'NIC_Intel-X710' and
29052            '64B' and
29053            'NDRPDR' and
29054            'ETH' and
29055            'IP4FWD' and
29056            'VHOST_1024' and
29057            not 'VXLAN' and
29058            not 'DOT1Q'"
29059   parameters:
29060   - "throughput"
29061   - "parent"
29062   - "tags"
29063   sort:
29064   - "not CFS_OPT"
29065   - "1VM"
29066   - "2VM"
29067   layout:
29068     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
29069     layout: "plot-throughput-speedup-analysis"
29070
29071 -
29072   type: "plot"
29073   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29074   algorithm: "plot_throughput_speedup_analysis"
29075   output-file-type: ".html"
29076   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29077   data: "plot-throughput-speedup-analysis-3n-skx"
29078   filter: "'NIC_Intel-X710' and
29079            '64B' and
29080            'NDRPDR' and
29081            'ETH' and
29082            'IP4FWD' and
29083            'VHOST_1024' and
29084            not 'VXLAN' and
29085            not 'DOT1Q'"
29086   parameters:
29087   - "throughput"
29088   - "parent"
29089   - "tags"
29090   sort:
29091   - "not CFS_OPT"
29092   - "1VM"
29093   - "2VM"
29094   layout:
29095     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
29096     layout: "plot-throughput-speedup-analysis"
29097
29098 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
29099 -
29100   type: "plot"
29101   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29102   algorithm: "plot_throughput_speedup_analysis"
29103   output-file-type: ".html"
29104   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
29105   data: "plot-throughput-speedup-analysis-3n-skx"
29106   filter: "'NIC_Intel-X710' and
29107            '64B' and
29108            'NDRPDR' and
29109            ('ETH' or 'DOT1Q') and
29110            'L2BDMACLRN' and
29111            'VHOST_1024' and
29112            not 'VXLAN' and
29113            not 'IP4FWD' and
29114            not '2VM'"
29115   parameters:
29116   - "throughput"
29117   - "parent"
29118   - "tags"
29119 #  sort:
29120 #  - "VM"  # "not CFS_OPT"
29121 #  - "CFS_OPT"
29122 #  - "FIB_10K"
29123 #  - "FIB_100K"
29124 #  - "FIB_1M"
29125   layout:
29126     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
29127     layout: "plot-throughput-speedup-analysis"
29128
29129 -
29130   type: "plot"
29131   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29132   algorithm: "plot_throughput_speedup_analysis"
29133   output-file-type: ".html"
29134   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
29135   data: "plot-throughput-speedup-analysis-3n-skx"
29136   filter: "'NIC_Intel-X710' and
29137            '64B' and
29138            'NDRPDR' and
29139            ('ETH' or 'DOT1Q') and
29140            'L2BDMACLRN' and
29141            'VHOST_1024' and
29142            not 'VXLAN' and
29143            not 'IP4FWD' and
29144            not '2VM'"
29145   parameters:
29146   - "throughput"
29147   - "parent"
29148   - "tags"
29149 #  sort:
29150 #  - "VM"  # "not CFS_OPT"
29151 #  - "CFS_OPT"
29152 #  - "FIB_10K"
29153 #  - "FIB_100K"
29154 #  - "FIB_1M"
29155   layout:
29156     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
29157     layout: "plot-throughput-speedup-analysis"
29158
29159 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
29160 -
29161   type: "plot"
29162   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29163   algorithm: "plot_throughput_speedup_analysis"
29164   output-file-type: ".html"
29165   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
29166   data: "plot-throughput-speedup-analysis-3n-skx"
29167   filter: "'NIC_Intel-X710' and
29168            '64B' and
29169            'NDRPDR' and
29170            ('ETH' or 'DOT1Q') and
29171            'BASE' and
29172            ('L2BDMACLRN' or 'L2XCFWD') and
29173            'VHOST_1024' and
29174            not 'VXLAN' and
29175            not 'IP4FWD' and
29176            not '2VM' and
29177            not 'LBOND'"
29178   parameters:
29179   - "throughput"
29180   - "parent"
29181   - "tags"
29182 #  sort:
29183 #  - "not CFS_OPT"
29184 #  - "L2XCFWD"
29185 #  - "not CFS_OPT"
29186 #  - "CFS_OPT"
29187   layout:
29188     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
29189     layout: "plot-throughput-speedup-analysis"
29190
29191 -
29192   type: "plot"
29193   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29194   algorithm: "plot_throughput_speedup_analysis"
29195   output-file-type: ".html"
29196   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
29197   data: "plot-throughput-speedup-analysis-3n-skx"
29198   filter: "'NIC_Intel-X710' and
29199            '64B' and
29200            'NDRPDR' and
29201            ('ETH' or 'DOT1Q') and
29202            'BASE' and
29203            ('L2BDMACLRN' or 'L2XCFWD') and
29204            'VHOST_1024' and
29205            not 'VXLAN' and
29206            not 'IP4FWD' and
29207            not '2VM' and
29208            not 'LBOND'"
29209   parameters:
29210   - "throughput"
29211   - "parent"
29212   - "tags"
29213 #  sort:
29214 #  - "not CFS_OPT"
29215 #  - "L2XCFWD"
29216 #  - "not CFS_OPT"
29217 #  - "CFS_OPT"
29218   layout:
29219     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
29220     layout: "plot-throughput-speedup-analysis"
29221
29222 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
29223 -
29224   type: "plot"
29225   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29226   algorithm: "plot_throughput_speedup_analysis"
29227   output-file-type: ".html"
29228   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
29229   data: "plot-throughput-speedup-analysis-3n-skx"
29230   filter: "'NIC_Intel-X710' and
29231            '64B' and
29232            'NDRPDR' and
29233            ('ETH' or 'DOT1Q') and
29234            ('L2BDMACLRN' or 'L2XCFWD') and
29235            'VHOST_1024' and
29236            not 'CFS_OPT' and
29237            not 'VXLAN' and
29238            not 'IP4FWD' and
29239            not 'LBOND'"
29240   parameters:
29241   - "throughput"
29242   - "parent"
29243   - "tags"
29244 #  sort:
29245 #  - "1VM"
29246 #  - "L2XCFWD"
29247 #  - "1VM"
29248 #  - "L2BDMACLRN"
29249   layout:
29250     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
29251     layout: "plot-throughput-speedup-analysis"
29252
29253 -
29254   type: "plot"
29255   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29256   algorithm: "plot_throughput_speedup_analysis"
29257   output-file-type: ".html"
29258   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
29259   data: "plot-throughput-speedup-analysis-3n-skx"
29260   filter: "'NIC_Intel-X710' and
29261            '64B' and
29262            'NDRPDR' and
29263            ('ETH' or 'DOT1Q') and
29264            ('L2BDMACLRN' or 'L2XCFWD') and
29265            'VHOST_1024' and
29266            not 'CFS_OPT' and
29267            not 'VXLAN' and
29268            not 'IP4FWD' and
29269            not 'LBOND'"
29270   parameters:
29271   - "throughput"
29272   - "parent"
29273   - "tags"
29274 #  sort:
29275 #  - "1VM"
29276 #  - "L2XCFWD"
29277 #  - "1VM"
29278 #  - "L2BDMACLRN"
29279   layout:
29280     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
29281     layout: "plot-throughput-speedup-analysis"
29282
29283 # Packet Speedup - VPP vhost ip4 2n-skx-x710
29284 -
29285   type: "plot"
29286   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29287   algorithm: "plot_throughput_speedup_analysis"
29288   output-file-type: ".html"
29289   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29290   data: "plot-throughput-speedup-analysis-2n-skx"
29291   filter: "'NIC_Intel-X710' and
29292            '64B' and
29293            'NDRPDR' and
29294            'ETH' and
29295            'IP4FWD' and
29296            'VHOST_1024' and
29297            not 'VXLAN' and
29298            not 'NF_DENSITY' and
29299            not 'DOT1Q'"
29300   parameters:
29301   - "throughput"
29302   - "parent"
29303   - "tags"
29304   sort:
29305   - "not CFS_OPT"
29306   - "1VM"
29307   - "2VM"
29308   layout:
29309     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
29310     layout: "plot-throughput-speedup-analysis"
29311
29312 -
29313   type: "plot"
29314   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29315   algorithm: "plot_throughput_speedup_analysis"
29316   output-file-type: ".html"
29317   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29318   data: "plot-throughput-speedup-analysis-2n-skx"
29319   filter: "'NIC_Intel-X710' and
29320            '64B' and
29321            'NDRPDR' and
29322            'ETH' and
29323            'IP4FWD' and
29324            'VHOST_1024' and
29325            not 'VXLAN' and
29326            not 'NF_DENSITY' and
29327            not 'DOT1Q'"
29328   parameters:
29329   - "throughput"
29330   - "parent"
29331   - "tags"
29332   sort:
29333   - "not CFS_OPT"
29334   - "1VM"
29335   - "2VM"
29336   layout:
29337     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
29338     layout: "plot-throughput-speedup-analysis"
29339
29340 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
29341 -
29342   type: "plot"
29343   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29344   algorithm: "plot_throughput_speedup_analysis"
29345   output-file-type: ".html"
29346   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
29347   data: "plot-throughput-speedup-analysis-2n-skx"
29348   filter: "'NIC_Intel-X710' and
29349            '64B' and
29350            'NDRPDR' and
29351            ('ETH' or 'DOT1Q') and
29352            'L2BDMACLRN' and
29353            'VHOST_1024' and
29354            not 'VXLAN' and
29355            not 'NF_DENSITY' and
29356            not 'IP4FWD' and
29357            not '2VM'"
29358   parameters:
29359   - "throughput"
29360   - "parent"
29361   - "tags"
29362 #  sort:
29363 #  - "VM"  # "not CFS_OPT"
29364 #  - "CFS_OPT"
29365 #  - "FIB_10K"
29366 #  - "FIB_100K"
29367 #  - "FIB_1M"
29368   layout:
29369     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
29370     layout: "plot-throughput-speedup-analysis"
29371
29372 -
29373   type: "plot"
29374   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29375   algorithm: "plot_throughput_speedup_analysis"
29376   output-file-type: ".html"
29377   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
29378   data: "plot-throughput-speedup-analysis-2n-skx"
29379   filter: "'NIC_Intel-X710' and
29380            '64B' and
29381            'NDRPDR' and
29382            ('ETH' or 'DOT1Q') and
29383            'L2BDMACLRN' and
29384            'VHOST_1024' and
29385            not 'VXLAN' and
29386            not 'NF_DENSITY' and
29387            not 'IP4FWD' and
29388            not '2VM'"
29389   parameters:
29390   - "throughput"
29391   - "parent"
29392   - "tags"
29393 #  sort:
29394 #  - "VM"  # "not CFS_OPT"
29395 #  - "CFS_OPT"
29396 #  - "FIB_10K"
29397 #  - "FIB_100K"
29398 #  - "FIB_1M"
29399   layout:
29400     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
29401     layout: "plot-throughput-speedup-analysis"
29402
29403 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
29404 -
29405   type: "plot"
29406   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29407   algorithm: "plot_throughput_speedup_analysis"
29408   output-file-type: ".html"
29409   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
29410   data: "plot-throughput-speedup-analysis-2n-skx"
29411   filter: "'NIC_Intel-X710' and
29412            '64B' and
29413            'NDRPDR' and
29414            ('ETH' or 'DOT1Q') and
29415            'BASE' and
29416            ('L2BDMACLRN' or 'L2XCFWD') and
29417            'VHOST_1024' and
29418            not 'VXLAN' and
29419            not 'NF_DENSITY' and
29420            not 'IP4FWD' and
29421            not '2VM'"
29422   parameters:
29423   - "throughput"
29424   - "parent"
29425   - "tags"
29426 #  sort:
29427 #  - "not CFS_OPT"
29428 #  - "L2XCFWD"
29429 #  - "not CFS_OPT"
29430 #  - "CFS_OPT"
29431   layout:
29432     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
29433     layout: "plot-throughput-speedup-analysis"
29434
29435 -
29436   type: "plot"
29437   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29438   algorithm: "plot_throughput_speedup_analysis"
29439   output-file-type: ".html"
29440   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
29441   data: "plot-throughput-speedup-analysis-2n-skx"
29442   filter: "'NIC_Intel-X710' and
29443            '64B' and
29444            'NDRPDR' and
29445            ('ETH' or 'DOT1Q') and
29446            'BASE' and
29447            ('L2BDMACLRN' or 'L2XCFWD') and
29448            'VHOST_1024' and
29449            not 'VXLAN' and
29450            not 'NF_DENSITY' and
29451            not 'IP4FWD' and
29452            not '2VM'"
29453   parameters:
29454   - "throughput"
29455   - "parent"
29456   - "tags"
29457 #  sort:
29458 #  - "not CFS_OPT"
29459 #  - "L2XCFWD"
29460 #  - "not CFS_OPT"
29461 #  - "CFS_OPT"
29462   layout:
29463     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
29464     layout: "plot-throughput-speedup-analysis"
29465
29466 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
29467 -
29468   type: "plot"
29469   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29470   algorithm: "plot_throughput_speedup_analysis"
29471   output-file-type: ".html"
29472   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
29473   data: "plot-throughput-speedup-analysis-2n-skx"
29474   filter: "'NIC_Intel-X710' and
29475            '64B' and
29476            'NDRPDR' and
29477            ('ETH' or 'DOT1Q') and
29478            ('L2BDMACLRN' or 'L2XCFWD') and
29479            'VHOST_1024' and
29480            not 'CFS_OPT' and
29481            not 'VXLAN' and
29482            not 'NF_DENSITY' and
29483            not 'IP4FWD'"
29484   parameters:
29485   - "throughput"
29486   - "parent"
29487   - "tags"
29488 #  sort:
29489 #  - "1VM"
29490 #  - "L2XCFWD"
29491 #  - "1VM"
29492 #  - "L2BDMACLRN"
29493   layout:
29494     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
29495     layout: "plot-throughput-speedup-analysis"
29496
29497 -
29498   type: "plot"
29499   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29500   algorithm: "plot_throughput_speedup_analysis"
29501   output-file-type: ".html"
29502   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
29503   data: "plot-throughput-speedup-analysis-2n-skx"
29504   filter: "'NIC_Intel-X710' and
29505            '64B' and
29506            'NDRPDR' and
29507            ('ETH' or 'DOT1Q') and
29508            ('L2BDMACLRN' or 'L2XCFWD') and
29509            'VHOST_1024' and
29510            not 'CFS_OPT' and
29511            not 'VXLAN' and
29512            not 'NF_DENSITY' and
29513            not 'IP4FWD'"
29514   parameters:
29515   - "throughput"
29516   - "parent"
29517   - "tags"
29518 #  sort:
29519 #  - "1VM"
29520 #  - "L2XCFWD"
29521 #  - "1VM"
29522 #  - "L2BDMACLRN"
29523   layout:
29524     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
29525     layout: "plot-throughput-speedup-analysis"
29526
29527 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
29528 -
29529   type: "plot"
29530   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29531   algorithm: "plot_throughput_speedup_analysis"
29532   output-file-type: ".html"
29533   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29534   data: "plot-throughput-speedup-analysis-2n-skx"
29535   filter: "'NIC_Intel-XXV710' and
29536            '64B' and
29537            'NDRPDR' and
29538            'ETH' and
29539            'IP4FWD' and
29540            'VHOST_1024' and
29541            not 'VXLAN' and
29542            not 'DOT1Q'"
29543   parameters:
29544   - "throughput"
29545   - "parent"
29546   - "tags"
29547   sort:
29548   - "not CFS_OPT"
29549   - "1VM"
29550   - "2VM"
29551   layout:
29552     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
29553     layout: "plot-throughput-speedup-analysis"
29554
29555 -
29556   type: "plot"
29557   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29558   algorithm: "plot_throughput_speedup_analysis"
29559   output-file-type: ".html"
29560   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29561   data: "plot-throughput-speedup-analysis-2n-skx"
29562   filter: "'NIC_Intel-XXV710' and
29563            '64B' and
29564            'NDRPDR' and
29565            'ETH' and
29566            'IP4FWD' and
29567            'VHOST_1024' and
29568            not 'VXLAN' and
29569            not 'DOT1Q'"
29570   parameters:
29571   - "throughput"
29572   - "parent"
29573   - "tags"
29574   sort:
29575   - "not CFS_OPT"
29576   - "1VM"
29577   - "2VM"
29578   layout:
29579     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
29580     layout: "plot-throughput-speedup-analysis"
29581
29582 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
29583 -
29584   type: "plot"
29585   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29586   algorithm: "plot_throughput_speedup_analysis"
29587   output-file-type: ".html"
29588   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
29589   data: "plot-throughput-speedup-analysis-2n-skx"
29590   filter: "'NIC_Intel-XXV710' and
29591            '64B' and
29592            'NDRPDR' and
29593            ('ETH' or 'DOT1Q') and
29594            'L2BDMACLRN' and
29595            'VHOST_1024' and
29596            not 'VXLAN' and
29597            not 'IP4FWD' and
29598            not '2VM'"
29599   parameters:
29600   - "throughput"
29601   - "parent"
29602   - "tags"
29603 #  sort:
29604 #  - "VM"  # "not CFS_OPT"
29605 #  - "CFS_OPT"
29606 #  - "FIB_10K"
29607 #  - "FIB_100K"
29608 #  - "FIB_1M"
29609   layout:
29610     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
29611     layout: "plot-throughput-speedup-analysis"
29612
29613 -
29614   type: "plot"
29615   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29616   algorithm: "plot_throughput_speedup_analysis"
29617   output-file-type: ".html"
29618   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
29619   data: "plot-throughput-speedup-analysis-2n-skx"
29620   filter: "'NIC_Intel-XXV710' and
29621            '64B' and
29622            'NDRPDR' and
29623            ('ETH' or 'DOT1Q') and
29624            'L2BDMACLRN' and
29625            'VHOST_1024' and
29626            not 'VXLAN' and
29627            not 'IP4FWD' and
29628            not '2VM'"
29629   parameters:
29630   - "throughput"
29631   - "parent"
29632   - "tags"
29633 #  sort:
29634 #  - "VM"  # "not CFS_OPT"
29635 #  - "CFS_OPT"
29636 #  - "FIB_10K"
29637 #  - "FIB_100K"
29638 #  - "FIB_1M"
29639   layout:
29640     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
29641     layout: "plot-throughput-speedup-analysis"
29642
29643 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
29644 -
29645   type: "plot"
29646   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29647   algorithm: "plot_throughput_speedup_analysis"
29648   output-file-type: ".html"
29649   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
29650   data: "plot-throughput-speedup-analysis-2n-skx"
29651   filter: "'NIC_Intel-XXV710' and
29652            '64B' and
29653            'NDRPDR' and
29654            ('ETH' or 'DOT1Q') and
29655            'BASE' and
29656            ('L2BDMACLRN' or 'L2XCFWD') and
29657            'VHOST_1024' and
29658            not 'VXLAN' and
29659            not 'IP4FWD' and
29660            not '2VM'"
29661   parameters:
29662   - "throughput"
29663   - "parent"
29664   - "tags"
29665 #  sort:
29666 #  - "not CFS_OPT"
29667 #  - "L2XCFWD"
29668 #  - "not CFS_OPT"
29669 #  - "CFS_OPT"
29670   layout:
29671     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
29672     layout: "plot-throughput-speedup-analysis"
29673
29674 -
29675   type: "plot"
29676   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29677   algorithm: "plot_throughput_speedup_analysis"
29678   output-file-type: ".html"
29679   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
29680   data: "plot-throughput-speedup-analysis-2n-skx"
29681   filter: "'NIC_Intel-XXV710' and
29682            '64B' and
29683            'NDRPDR' and
29684            ('ETH' or 'DOT1Q') and
29685            'BASE' and
29686            ('L2BDMACLRN' or 'L2XCFWD') and
29687            'VHOST_1024' and
29688            not 'VXLAN' and
29689            not 'IP4FWD' and
29690            not '2VM'"
29691   parameters:
29692   - "throughput"
29693   - "parent"
29694   - "tags"
29695 #  sort:
29696 #  - "not CFS_OPT"
29697 #  - "L2XCFWD"
29698 #  - "not CFS_OPT"
29699 #  - "CFS_OPT"
29700   layout:
29701     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
29702     layout: "plot-throughput-speedup-analysis"
29703
29704 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
29705 -
29706   type: "plot"
29707   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29708   algorithm: "plot_throughput_speedup_analysis"
29709   output-file-type: ".html"
29710   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
29711   data: "plot-throughput-speedup-analysis-2n-skx"
29712   filter: "'NIC_Intel-XXV710' and
29713            '64B' and
29714            'NDRPDR' and
29715            ('ETH' or 'DOT1Q') and
29716            ('L2BDMACLRN' or 'L2XCFWD') and
29717            'VHOST_1024' and
29718            not 'CFS_OPT' and
29719            not 'VXLAN' and
29720            not 'IP4FWD'"
29721   parameters:
29722   - "throughput"
29723   - "parent"
29724   - "tags"
29725 #  sort:
29726 #  - "1VM"
29727 #  - "L2XCFWD"
29728 #  - "1VM"
29729 #  - "L2BDMACLRN"
29730   layout:
29731     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
29732     layout: "plot-throughput-speedup-analysis"
29733
29734 -
29735   type: "plot"
29736   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29737   algorithm: "plot_throughput_speedup_analysis"
29738   output-file-type: ".html"
29739   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
29740   data: "plot-throughput-speedup-analysis-2n-skx"
29741   filter: "'NIC_Intel-XXV710' and
29742            '64B' and
29743            'NDRPDR' and
29744            ('ETH' or 'DOT1Q') and
29745            ('L2BDMACLRN' or 'L2XCFWD') and
29746            'VHOST_1024' and
29747            not 'CFS_OPT' and
29748            not 'VXLAN' and
29749            not 'IP4FWD'"
29750   parameters:
29751   - "throughput"
29752   - "parent"
29753   - "tags"
29754 #  sort:
29755 #  - "1VM"
29756 #  - "L2XCFWD"
29757 #  - "1VM"
29758 #  - "L2BDMACLRN"
29759   layout:
29760     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
29761     layout: "plot-throughput-speedup-analysis"
29762
29763 ################################################################################
29764
29765 # Speedup - VPP vts 3n-hsw-x520
29766 -
29767   type: "plot"
29768   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29769   algorithm: "plot_throughput_speedup_analysis"
29770   output-file-type: ".html"
29771   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
29772   data: "plot-throughput-speedup-analysis-3n-hsw"
29773   filter: "'NIC_Intel-X520-DA2' and
29774            '114B' and
29775            'NDRPDR' and
29776            'VTS'"
29777   parameters:
29778   - "throughput"
29779   - "parent"
29780   - "tags"
29781   layout:
29782     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
29783     layout: "plot-throughput-speedup-analysis"
29784
29785 -
29786   type: "plot"
29787   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29788   algorithm: "plot_throughput_speedup_analysis"
29789   output-file-type: ".html"
29790   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29791   data: "plot-throughput-speedup-analysis-3n-hsw"
29792   filter: "'NIC_Intel-X520-DA2' and
29793            '114B' and
29794            'NDRPDR' and
29795            'VTS'"
29796   parameters:
29797   - "throughput"
29798   - "parent"
29799   - "tags"
29800   layout:
29801     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
29802     layout: "plot-throughput-speedup-analysis"